.site-nav-wrapper {
    transition: height .7s;
}
@media only screen
and (min-width : 961px) {
    [data-promo="hide"] .site-nav-wrapper {
        height: 16rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
        .site-nav-wrapper {
            height: 9.4rem;
        }
}

/* @group Promotional 
------------------------------------ */
.promotional {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    height: 0;
    transition: height .7s, transform .7s, opacity .7s;
    z-index: 999;
    --height-promo: 9rem;
}    
.promotional .splide {
    height: var(--height-promo);
}
.promotional .splide__slide,
.promotional .splide__track,
.promotional .splide__list,
.promotional .splide__content {
    height: 100%;
}
.promotional .splide__slide {
    background: #0A3D51;
    height: var(--height-promo);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}
.promotional .row {
    position: relative;
}
.promotional small,
.promotional p,
.promotional a {
    position: relative;
    z-index: 2;
    color: var(--white);
    text-transform: uppercase;
}
.promotional small,
.promotional p {
    font-family: var(--brandon-font);   
}
.promotional .splide__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: calc(100% - 10rem);
    margin: 0 0 0 2rem;
}
.promotional .splide__content p {
    color: var(--white);
    font-weight: 500;
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    font-style: normal;
    line-height: 150%;
    text-transform: uppercase;
    overflow-y: auto;
    max-height: calc(var(--height-promo) - 4.8rem);
    padding-right: .75rem;
    margin: 0 0 1rem;
}
.promotional .splide__content p::-webkit-scrollbar { 
    width: 1rem; 
}
.promotional .splide__content p::-webkit-scrollbar-track {
    background: var(--white); 
    width: 1rem; 
    border-radius: 2rem;
}
.promotional .splide__content p::-webkit-scrollbar-thumb {
    border-radius: 2rem; 
    background: var(--grey); 
}
.promotional .splide__content a {
    position: relative;
    font-family: var(--nobel-font);   
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2em;
    letter-spacing: 0.1375em;
    flex-shrink: 0;
}
.promotional .close-bttn {
    position: absolute;
    top: 3.5rem;
    right: 3rem;
}
.promotional .icon-close {
    color: var(--white);
    font-size: 3rem;
}
/* ARROWS */
.promotional .splide__arrows {
    transition: all .7s;
}
.promotional .splide__arrows i {
    color: var(--white);
    font-size: 3rem;
}
.promotional .splide__arrow--prev {
    opacity: 0;
    pointer-events: none;
}
.promotional .splide__arrow--next {
    right: 1rem;
    opacity: 1;
}
/* PAGINATION */
.promotional .splide__pagination--custom {
    left: auto;
    top: auto;
    bottom: 1rem;
    right: 8rem;
    padding: 0;
}
.promotional .splide__pagination--custom button {
    width: auto;
    height: auto;
    border: none;
    background-color: transparent;
    opacity: 1;
    margin: 0;
    font-family: var(--nobel-font);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.07em;
    color: var(--white);
}
.promotional .splide__pagination__page {
    display: none;
}
.promotional .splide__pagination__page.is-active {
    display: block;
}
@media only screen
and (min-width : 961px) {
    .promotional {
        --height-promo: 8.9rem;
    }
    .promotional .splide {
        height: var(--height-promo);
    }
    .promotional .splide__content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 62.2%;
        margin-left: 24.7%;
    }
    .promotional .splide__content p {
        max-height: calc(var(--height-promo) - 3rem);
        padding-right: 1.5rem;
        margin: 0;
        font-size: 2rem;
        line-height: normal;
        width: 100%;
        text-align: center;
    }
    .promotional .splide__content a {
        font-size: 1.6rem;
        line-height: 120%;
        margin-left: 15rem;
    }
    .promotional .close-bttn {
        top: calc(50% - 1.5rem);
        right: 8.333%;
    }
    /* PAGINATION */
    .promotional .splide__pagination--custom {
        left: 7.29%;
        top: 50%;
        right: auto;
        transform: translateY(-50%);
        padding: 0;
        bottom: auto;
    }
    /* ARROWS */
    .promotional .splide__arrows i {
        font-size: 5rem;
    }
    .promotional .splide__arrow--prev {
        left: 1.7%;
        opacity: 1;
    }
    .promotional .splide__arrow--next {
        right: 1.7%;
    }
    /* HOVERS */
    .promotional .splide__arrows:hover,
    .promotional .close-bttn:hover,
    .promotional .splide__content a:hover {
        opacity: .7;
    }
}
@media only screen
and (min-width : 1360px)
and (max-width : 1780px) {
    .site-nav {
        padding: 0 2rem;
    }
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .promotional .splide__slide {
        background-image: none!important;
    }
    /* CLOSE */
    .promotional .close-bttn {
        top: 1.5rem;
        right: 2rem;
    }
    .promotional .icon-close {
        font-size: 2.5rem;
    }
    /* ARROWS */
    .promotional .splide__arrow {
        top: auto;
        bottom: .5rem;
        transform: none;
        right: 2rem;
        top: auto;
    }
}

    /* background: linear-gradient(to right, #0A3D51 50%, #DF8D13 50%); */
    /* .promotional .blue,
    .promotional .orange {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    .promotional .blue {
        padding: 0 3rem 0 0;
    }
    .promotional .blue::before {
        content: "";
        width: 15.3rem;
        height: 14.7rem;
        background-color: #0A3D51;
        background-image: url('../../img/layout/globals/shape-blue.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-blend-mode: exclusion;
        position: absolute;
        bottom: 0;
        left: -7rem;
    }
    .promotional .orange {
        padding: 0 0 0 3rem;
    }
    .promotional .orange::before {
        content: "";
        width: 7.2rem;
        height: 8.8rem;
        background-image: url('../../img/layout/globals/shape-orange.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
    } */
/* @end */

/* @group Sitenav
------------------------------------ */
.site-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: transform .7s;
    background-color: var(--header-color);
}
.site-nav .row.no-mobile {
    padding: 2.4rem 0 2.4rem;
}
.site-nav .social,
.site-nav .contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.site-nav .social li,
.site-nav .contact li {
    font-size: unset;
    line-height: unset;
}
.site-nav .social li:not(:first-child) {
    margin-left: 3rem;
}
.site-nav .social i {
    color: var(--white);
    font-size: 1.9rem;
}
.site-nav .contact li {
    margin-left: 4.9rem;
}
.site-nav .contact a {
    color: var(--white);
    font-family: var(--brandon-font);
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .07em;
}
.site-nav .row:not(.no-mobile) {
    padding: 3rem 0 3rem;
}

.site-nav .logo img {
    width: 16.4rem;
    height: auto;
}
.site-nav .secondary-menu .menu li:not(:first-child) {
    margin-left: 10rem;
}
.site-nav .secondary-menu .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.site-nav .secondary-menu .menu li {
    font-size: unset;
    line-height: unset;
}
.site-nav .secondary-menu a {
    color: var(--white);
    font-family: var(--brandon-font);
    font-size: 2.4em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.site-nav .contact-mobile {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.site-nav .contact-mobile li:not(:first-child) {
    margin-left: 3.5rem;
}
.site-nav .contact-mobile i {
    color: var(--gold);
    font-size: 2rem;
}

.site-nav .toggle-bttn {
    padding: 0 2rem 0 3.5rem;
    box-sizing: content-box;
}
.site-nav .toggle-bttn i {
    color: var(--white);
    font-size: 2.8rem;
}


/* Pinedheader */
/* .pinedHeader .promotional,
.pinedHeader.scrollhidden .promotional, */
.pinedHeader.scrollhidden .site-nav {
    transform: translateY(-100%)!important;
}
.pinedHeader .site-nav {
    transform: translateY(0);
}

@media only screen
and (min-width : 961px) {
    .site-nav .row:not(.no-mobile) {
        padding: 0 0 3rem;
    }
    .site-nav .toggle-bttn {
        padding-left: 6rem;
        padding-right: .25rem;
        padding-bottom: 1rem;
    }
    .site-nav .logo {
        height: 6.38rem;
    }
    .site-nav .logo img {
        width: 32rem;
    }
    .site-nav .secondary-menu a {
        margin-top: -.5rem;
    }
    .site-nav .secondary-menu a::after{
        content: ''; 
        width: 100%;
        height: .1rem; 
        display: block; 
        margin: .5rem 0 0;
        background: transparent;
        transition: background 0.5s;
    }
    .site-nav .secondary-menu a:hover {
        color: var(--gold);
    }
    .site-nav .secondary-menu a:hover::after { 
        
        background-color: var(--gold); 
    }
    
}
@media only screen
and (min-width : 1360px)
and (max-width : 1780px) {
    .site-nav {
        padding: 0 2rem;
    }
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .site-nav .logo {
        flex: 1;
    }
}

/* @end */

/* @group Fixed Menu
------------------------------------ */
.fixed-menu {
    isolation: isolate;
    position: fixed;
    top: 0;
    right: -100%;
    transform: translateX(100%);
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: var(--light-green);
    transition: all .7s;
}
.fixed-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    mix-blend-mode: multiply;
    background-blend-mode: normal, color-dodge, normal;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%), linear-gradient(0deg, rgba(136, 195, 111, 0.35) 0%, rgba(136, 195, 111, 0.35) 100%), url(../../img/layout/globals/background-menu-mobile.jpg), lightgray 50% / cover no-repeat;
    background-size: cover;
}
.fixed-menu .wrapper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 3rem 0 3rem;
}
.fixed-menu .wrapper::-webkit-scrollbar-track {
    background-color: transparent;
}
.fixed-menu .wrapper header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 3rem;
}
.fixed-menu .wrapper .logo img {
    width: 18rem;
    height: auto;
}
.fixed-menu .wrapper header .icon-close {
    pointer-events: none;
    color: var(--white);
    font-size: 2.5rem;
}
.fixed-menu .wrapper .menu {
    margin-bottom: 13.3rem;
}
.fixed-menu .wrapper .menu li {
    font-size: unset;
    line-height: unset;
    text-align: right;
    margin-bottom: 3.5rem;
}
.fixed-menu .wrapper .menu li:last-child {
    margin-bottom: 0;
}
.fixed-menu .wrapper .menu a {
    font-size: 2.2rem;
    line-height: 1.08em;
    letter-spacing: .12em;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    font-family: var(--nobel-font);
}
.fixed-menu .contact-phone-container {
    width: 100%;
    text-align: right;
    margin-bottom: 6.5rem;
}
.fixed-menu .contact-phone-container li {
    font-family: var(--nobel-font);
    color: var(--white);
    text-align: right;
    font-size: 2.2em;
    line-height: 1.08em;
    letter-spacing: .12em;
    font-weight: 400;
    margin: 0 0 1rem;
}
.fixed-menu .contact-phone-container li:last-child { margin: 0; }
.fixed-menu .contact-phone-container li a {
    color: var(--white);
}
.fixed-menu .social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fixed-menu .social li:not(:first-child) {
    margin-left: 4.7rem;
}
.fixed-menu .social i {
    color: var(--white);
    font-size: 2.3rem;
}


[data-state="opened-menu"] .fixed-menu {
    transform: translateX(0);
    opacity: 1;
    right: 0;
}

@media only screen
and (min-width : 961px) {
    .fixed-menu {
        width: 60rem;
    }
    .fixed-menu::before {
        background: linear-gradient(0deg, rgba(136, 195, 111, 0.35) 0%, rgba(136, 195, 111, 0.35) 100%), url(../../img/layout/globals/background-menu.jpg), lightgray 50% / cover no-repeat;
        background-blend-mode: normal;
    }
    .fixed-menu .wrapper {
        padding: 8.1rem 7rem 10rem 4.6rem;
    }
    .fixed-menu .wrapper {
        scrollbar-width: thin;
        scrollbar-color: rgba(136, 195, 111, 0.35) transparent;
    }
    .fixed-menu .wrapper::-webkit-scrollbar {
        width: 10px;
        background-color: rgba(136, 195, 111, 0.35);
    }
    .fixed-menu .wrapper::-webkit-scrollbar-thumb {
        background-color: rgba(136, 195, 111, 0.35);
    }
    .fixed-menu .wrapper .logo img {
        width: 24.3rem;
    }
    .fixed-menu .social,
    .fixed-menu .contact-phone-container,
    .fixed-menu .wrapper .menu {
        padding-right: 4.4rem;
    }
    .fixed-menu .wrapper .menu li {
        margin-bottom: 4rem;
    }
    .fixed-menu .wrapper .menu a {
        font-size: 3.2rem;
        line-height: 1.07em;
    }
    .fixed-menu .contact-phone-container { margin-bottom: 7.6rem; }
    .fixed-menu .contact-phone-container li {
        line-height: 1.38em;
        letter-spacing: .07em;        
    }
    .fixed-menu .wrapper header {
        padding-top: 0;
        margin-bottom: 6.2rem;
    }
    .fixed-menu .wrapper header .icon-close {
        font-size: 4.8rem;
    }
}
@media only screen
and (min-width : 1240px) {
    .fixed-menu .contact-phone-container li { font-size: 3em; }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .fixed-menu .wrapper {
        scrollbar-width: thin;
        scrollbar-color: rgb(37, 65, 31, .35) transparent;
    }
    .fixed-menu .wrapper::-webkit-scrollbar {
        width: 10px;
        background-color: rgb(37, 65, 31, .35);
    }
    .fixed-menu .wrapper::-webkit-scrollbar-thumb {
        background-color: rgb(37, 65, 31, 1);
    }
    .fixed-menu .wrapper .menu {
        padding-top: 6rem;
    }
    .fixed-menu .wrapper .menu li:nth-last-child(2) {
        margin-top: 7.5rem;
    }
    .fixed-menu .wrapper .menu li:nth-last-child(2) a,
    .fixed-menu .wrapper .menu li:last-child a {
        font-size: 2em;
    }
    .fixed-menu .social {
        padding: 2.6rem 0;
        position: relative;
        justify-content: center;
    }
    .fixed-menu .social::before {
        content: "";
        width: 150vw;
        height: .1rem;
        background-color: var(--white);
        display: inline-block;
        position: absolute;
        top: 0;
        left: -50vw;
    }
    .fixed-menu .social li {
        margin: 0 2.5rem!important;
    }

}
@media only screen
and (orientation: portrait)
and (min-width : 0)
and (max-width : 960px) {
    .fixed-menu .wrapper .menu {
        padding-top: 6em;
        margin-bottom: 12em;
    }
    .fixed-menu .wrapper .menu li {
        font-size: unset;
        margin-bottom: 0;
    }
    .fixed-menu .wrapper .menu li:nth-last-child(2) {
        margin-top: 3.5em;
    }
    .fixed-menu .wrapper .menu li:last-child a {
        margin-bottom: 0;
    }
    .fixed-menu .contact-phone-container li,
    .fixed-menu .wrapper .menu a {
        font-size: 2.6em!important;
        margin-bottom: 1.3em;
    }
    .fixed-menu .contact-phone-container,
    .fixed-menu .contact-phone-container {
        margin-bottom: 2.9em;
    }
    .fixed-menu .social {
        padding: 2.9em 0;
    }
    .fixed-menu .social li {
        font-size: unset;
        margin: 0 2.5em !important;
    }
    .fixed-menu .social i {
        font-size: 2.3em;
    }
    .fixed-menu .social .icon-youtube {
        font-size: 3.2em;
        top: -0.1rem;
        position: relative;
    }
}

/* @end */



.margin-top {
    width: 100%;
    display: block;
    opacity: 0;
    transition: height .7s;
    height: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: 0;
}