:root {
    --animate-duration: 1s;
    --animate-delay: 2s;
}

body {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
}





html {
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
}

body {
    font-family: "LL Akkurat Regular Web", "Tahoma", sans-serif;
    font-weight: normal;
    font-size: 13px;
}

button {
    background: transparent;
    cursor: pointer;
    border: none;
    padding: 0;
    color: inherit;
    outline: 0;
    text-align: left;
}

h1,
.h1 {
    font-family: "GrotzecCond-Bold", "Impact", sans-serif;
    line-height: 0.82em;
    text-transform: uppercase;
    font-size: 50px;
    margin-left: -0.02em;
    margin-right: -0.02em;
    max-width: 9em;
}

h1.large,
.h1.large {
    font-family: "GrotzecCond-Bold", "Impact", sans-serif;
    line-height: 0.82em;
    text-transform: uppercase;
    font-size: 43px;
    margin-left: -0.0172em;
    margin-right: -0.0172em;
    max-width: 9em;
}

h1.medium,
.h1.medium {
    font-family: "GrotzecCond-Bold", "Impact", sans-serif;
    line-height: 0.82em;
    text-transform: uppercase;
    font-size: 37.5px;
    margin-left: -0.015em;
    margin-right: -0.015em;
    max-width: 9em;
}

h1.small,
.h1.small {
    font-family: "GrotzecCond-Bold", "Impact", sans-serif;
    line-height: 0.82em;
    text-transform: uppercase;
    font-size: 25px;
    margin-left: -0.01em;
    margin-right: -0.01em;
    max-width: 9em;
}

h2 {
    line-height: 1.26em;
    font-size: 13px;
}

h2,
.on-bright h2 {
    color: rgba(0, 0, 0, 0.33);
}

.on-dark h2 {
    color: rgba(249, 247, 234, 0.44);
}

h3,
.h3 {
    line-height: 1.08em;
    font-weight: 400;
    font-size: 3rem;
    margin-left: -0.07em;
    margin-right: -0.035em;
}

h4,
.h4 {
    line-height: 1.26em;
    font-weight: 400;
    font-size: 20px;
    margin-left: -0.06em;
    margin-right: -0.03em;
}

h5 {
    font-weight: inherit;
}

h5,
.h5 {
    line-height: 1.26em;
    font-size: 16px;
}


.lead {
    line-height: 1.08em;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.42em;
}

.label {
    line-height: 1.65em;
    font-size: 11px;
}

.label,
.on-bright .label {
    color: rgba(0, 0, 0, 0.33);
}

.on-dark .label {
    color: rgba(249, 247, 234, 0.44);
}

body {
    overflow-y: scroll;
    background-color: #f9f9f9;
}



/* Utilities */
.on-dark {
    color: #f8f6e9 !important;
}

.on-light {
    color: #000 !important;
}



/* Logo */

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #000;
}

body.on-dark {
    background-color: #141b21;
}



.page-container {
    /* transform: scaleX(0); */
    opacity: 0;
    visibility: visible;
    transition: transform 2s ease, opacity 2s ease, visibility 0s linear 2s;
    overflow-x: hidden;
}

.page-container.visible {
    /* transform: scaleX(1); */
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}


/*  */
/*** Header with nav Starts ***/
/*  */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    transition: background-color 0.3s;
    z-index: 20;
}

.header.transparent {
    background-color: transparent;
}

.menu-toggle {
    display: none;
    cursor: pointer;
}

.nav-logo {
    flex: 1;
    text-align: right;
    position: relative;

}

.nav-logo img {
    /* transform: rotateZ(90deg);
    margin-top: 80px;
    width: 150px !important; */

    transform: rotateZ(90deg);
    /* margin-top: 80px; */
    width: 150px !important;
    position: absolute;
    top: 25px;
    right: -50px;
}

.menu {
    display: flex;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /* display: flex; */
}

.on-dark .menu.active a,
.on-dark .menu.active .close-button {
    color: #000;
}

.on-dark .menu a {
    color: #f8f6e9;
}

.menu a {
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    /* margin-left: 2rem; */
    margin-right: 2rem;
    font-size: 13px;
    color: #000;
}

.menu a:hover {
    text-decoration: underline;
    color: grey;
}

/* Add styles for the close button */
.close-button {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    display: none;
    /* Hide the button by default */
}

/* Show the close button when the menu is active */
.menu.active .close-button {
    display: block;
}


.content {
    height: 100%;
}


/*  */
/*** Header with nav Ends ***/
/*  */


/*  */
/*** Home Hero Starts ***/
/*  */



.hero-container {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    border-bottom: 20px solid transparent;
}

.hero-container .hero-swiper {
    width: 100%;
    height: 100vh;
}

.hero-container .swiper-slide .swiper_media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    opacity: inherit;
}



.swiper-slide img,
.swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.HeroModule2 .layers-con {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    line-height: 1.65em;
    font-size: 13px;
    text-rendering: geometricPrecision;
}

.HeroModule2 .layers-con a {
    position: relative;
    color: inherit;
    transition: opacity 240ms;
}

.HeroModule2 .layers-con a:hover {
    opacity: 0.7;
}

.HeroModule2 .layers-con a:active {
    opacity: 0.5;
}

.HeroModule2 .layers-con>* {
    bottom: 0;
    right: 0;
    left: auto;
    pointer-events: auto;
}

.HeroModule2 .layers-con .HeroModule2__contentLayer {
    padding: 20px 0;
    padding-left: 8.333333333333334%;
    width: 60%;
    position: absolute;
    bottom: 0;
    right: 0;
    /* left: 40%; */
    /* background: beige; */
}

.main .HeroModule2 .layers-con .HeroModule2__contentLayer {
    margin-left: 0%;
    width: 76.85185185185185%;
}

.overlay .HeroModule2 .layers-con .HeroModule2__contentLayer {
    margin-left: 0%;
    width: 76.85185185185185%;
}

.HeroModule2 .layers-con .HeroModule2__contentLayer .layer-bg {
    /* background-color: #e6e2dd !important; */
    background: rgb(88, 186, 82);
    background: radial-gradient(circle, rgba(88, 186, 82, .5) 0%, rgba(60, 128, 75, .5) 100%);
}

.HeroModule2 .layers-con .HeroModule2__contentLayer .HeroModule2__contentLayer__countdown {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 20px;
    transform-origin: bottom right;
    transform: scaleX(1) scaleY(0);
    background-color: #141b21;
}

.HeroModule2 .layers-con .HeroModule2__contentLayer .HeroModule2__contentLayer__wrap {
    position: relative;
}

.HeroModule2 .layers-con .HeroModule2__contentLayer .HeroModule2__contentLayer__wrap::before,
.HeroModule2 .layers-con .HeroModule2__contentLayer .HeroModule2__contentLayer__wrap::after {
    content: ' ';
    display: table;
}

.HeroModule2 .layers-con .HeroModule2__contentLayer .HeroModule2__contentLayer__textcontent {
    margin-top: 30px;
    margin-bottom: 30px;
    opacity: 0;
    height: 8.25em;
}

.HeroModule2 .layers-con .HeroModule2__contentLayer .HeroModule2__contentLayer__textcontent h2 {
    position: absolute;
    top: 0;
    left: 0;
}

.HeroModule2 .layers-con .HeroModule2__contentLayer .HeroModule2__contentLayer__textcontent p {
    max-width: 80%;
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
    /* overflow: hidden; */
    display: -webkit-box;
    font-size: 18px;
}

.HeroModule2 .layers-con .HeroModule2__contentLayer .HeroModule2__contentLayer__textcontent .ArrowButtonComp {
    margin-top: 40px;
}

.HeroModule2 .layers-con .HeroModule2__contentLayer .HeroModule2__contentLayer__media {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 320px;
    left: 100%;
    transform: translateX(100%);
    overflow: hidden;
}

.main .HeroModule2 .layers-con .HeroModule2__contentLayer .HeroModule2__contentLayer__media {
    margin-left: -22.22222222222222%;
}

.overlay .HeroModule2 .layers-con .HeroModule2__contentLayer .HeroModule2__contentLayer__media {
    margin-left: -22.22222222222222%;
}

.main .HeroModule2 .layers-con .HeroModule2__contentLayer .HeroModule2__contentLayer__media {
    width: 22.22222222222222%;
}

.overlay .HeroModule2 .layers-con .HeroModule2__contentLayer .HeroModule2__contentLayer__media {
    width: 22.22222222222222%;
}






/*  */
/*** Animation ***/
/*  */



.scale-down-hor-right {
    -webkit-animation: scale-down-hor-right 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
    animation: scale-down-hor-right 5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}


.midBox {
    /* width: 33.33333%; */
    margin-left: 0;
    padding: 10px 15px;
}

a {
    text-decoration: none;
}

a:hover h4::after {
    content: "_";
    position: absolute;
    color: transparent;
    transition: color 240ms;
}


a:hover h4::after {
    color: grey;
    margin-left: 0.06em;
    height: 0.06em;
    min-height: 2px;
    width: 0.46em;
    margin-right: -0.52em;
    margin-bottom: -0.1em;
    display: inline-block;
    animation: blink-caret_underline 1s step-end infinite;
}


.midBox.reveal .copy {
    transition: transform 500ms, opacity 500ms;
    transition-delay: 80ms;
    opacity: 1;
    transform: none;
}

.media-con>.media-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    contain: strict;
    opacity: 0;
    z-index: 0;
}

.BasicGridModule :hover .media-con>.media-bg {
    opacity: 1;
}

.BasicGridModule .media-con .media-bg {
    opacity: 0;
}


.BasicGridModule {
    /* min-width: 300px; */
    max-width: 400px;
    min-height: 350px;
}

.BasicGridModule .media-con {
    position: relative;
}


.BasicGridModule .media.image:hover {
    transform: translate(0, -10px);
}

.BasicGridModule>a:hover .media-con .media-bg {
    transition: transform 280ms cubic-bezier(0.33, 0.04, 0.1, 1), opacity 280ms, -webkit-clip-path 280ms cubic-bezier(0.33, 0.04, 0.1, 1);
    transition: clip-path 280ms cubic-bezier(0.33, 0.04, 0.1, 1), transform 280ms cubic-bezier(0.33, 0.04, 0.1, 1), opacity 280ms;
    transition: clip-path 280ms cubic-bezier(0.33, 0.04, 0.1, 1), transform 280ms cubic-bezier(0.33, 0.04, 0.1, 1), opacity 280ms, -webkit-clip-path 280ms cubic-bezier(0.33, 0.04, 0.1, 1);
    transform: translate(-0.125rem, 0.125rem);
    -webkit-clip-path: inset(0.5rem 0.5rem 0 0);
    clip-path: inset(0.5rem 0.5rem 0 0);
}

.BasicGridModule>a:hover .media-con>.hover,
.BasicGridModule>a:hover .media-con>.media {
    transition: transform 280ms cubic-bezier(0.33, 0.04, 0.1, 1), opacity 760ms, -webkit-clip-path 280ms cubic-bezier(0.33, 0.04, 0.1, 1);
    transition: clip-path 280ms cubic-bezier(0.33, 0.04, 0.1, 1), transform 280ms cubic-bezier(0.33, 0.04, 0.1, 1), opacity 760ms;
    transition: clip-path 280ms cubic-bezier(0.33, 0.04, 0.1, 1), transform 280ms cubic-bezier(0.33, 0.04, 0.1, 1), opacity 760ms, -webkit-clip-path 280ms cubic-bezier(0.33, 0.04, 0.1, 1);
    transform: translate(0.125rem, -0.125rem) !important;
    -webkit-clip-path: inset(0 0 0.5rem 0.5rem);
    clip-path: inset(0 0 0.5rem 0.5rem);
}

.BasicGridModule.reveal>a .media-con>.hover,
.BasicGridModule.reveal>a .media-con>.media {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}



/* Home Events */

/*  */
/*** Home Events ***/
/*  */

.sec5 .homeEvent a.cta {
    display: block;
    text-align: center;
    width: 100%;
    padding: 2rem 0;
    margin-top: 2rem;
}


.sec5 .homeEventBox .copy h4 {

    font-size: 2.2rem;
    line-height: 1.4;
    margin-top: 20px;

}

.sec5 .homeEventBox .copy p {

    font-size: 1.3rem;
    line-height: 1.4;
    margin-top: 20px;

}

.homeEventBox .media-con {
    position: relative;
}

.homeEventBox .media.image {
    transition: .5s;
}

.homeEventBox:hover .media-bg {
    opacity: 1;
    clip-path: inset(0.5rem 0.5rem 0 0);
    transition: clip-path 280ms cubic-bezier(0.33, 0.04, 0.1, 1), transform 280ms cubic-bezier(0.33, 0.04, 0.1, 1), opacity 280ms, -webkit-clip-path 280ms cubic-bezier(0.33, 0.04, 0.1, 1);
}


.homeEventBox:hover .media.image {
    transform: translate(1.125rem, -1.125rem);
    clip-path: inset(0 0 0.5rem 0.5rem);
    transition: clip-path 280ms cubic-bezier(0.33, 0.04, 0.1, 1), transform 280ms cubic-bezier(0.33, 0.04, 0.1, 1), opacity 760ms, -webkit-clip-path 280ms cubic-bezier(0.33, 0.04, 0.1, 1);
}

/*****************************************/
.padding {
    padding: 4rem 3rem;
}

.paragraph {
    font-size: 16px;
    line-height: 26px;
}

.swiper-pagination .services-button-next,
.swiper-pagination .services-button-prev {
    position: relative;

    width: 24px;
    height: 10px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}


.swiper-nav-btns button {
    position: relative;
    display: inline-block;
    min-width: 1.5em;
    min-height: 1.090625em;
    line-height: 1.26em;
    font-size: 16px;
    transition: opacity 240ms;
    /* padding-right: 3rem; */
}



.swiper-nav-btns button svg {
    position: absolute;
    top: 0.2em;
    right: 0;
    margin-right: 3rem;
    width: 1.5em;
    height: 0.890625em;
    transition: transform 240ms cubic-bezier(0.33, 0.04, 0.1, 1);
}

.swiper-nav-btns button path {
    stroke-width: 1px;
    fill: none;
    stroke: #000;
}

.swiper-nav-btns.on-dark button path {

    stroke: #fff;
}

.arrowButton--new svg {
    height: 1.5em;
    top: -0.15em;
    fill: inherit;
}


.arrowButton--new svg circle,
.on-bright .arrowButton--new svg circle,
.arrowButton--new svg.on-bright circle {
    stroke: #000;
}

.arrowButton--new svg circle {
    stroke-width: 2px;
    stroke-opacity: 0.33;
}

.arrowButton--new svg path {
    stroke-width: 2px;
}

.arrowButton svg path,
.on-bright .arrowButton svg path,
.arrowButton svg.on-bright path {
    stroke: #000;
}

/* .TextWithLayersModule .copy-con>div .ArrowButtonComp {
                    margin-top: 4rem;
                } */

.arrowButton {
    position: relative;
    display: inline-block;
    min-width: 1.5em;
    min-height: 1.090625em;
    line-height: 1.26em;
    font-size: 16px;
    transition: opacity 240ms;
    padding-right: 3rem;
}


.arrowButton span {
    font-size: 21px;
    margin-right: 10px;
    transition: .3s all;
}

.arrowButton:hover span {
    color: grey;
    margin-right: 20px;
}

.arrowButton:hover.arrowButton--new svg {
    fill: grey;
}


.TextWithLayersModule {
    position: relative;
    margin-top: 10rem;
    margin-bottom: 10rem;
    min-height: 0;
    pointer-events: none;
}

.layers-con {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.Layer>.media {
    transition: opacity 540ms linear 1000ms;
    opacity: 0;
}

.Layer>.layer-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.media {
    position: relative;
}




.media.svg,
.media.image {
    background-repeat: no-repeat;
}

.layers-con .Layer.width4 {
    /* max-width: 33%; */
    width: 86%;
    /* height: 50%; */
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    /* right: 0; */
}

.layers-con .Layer.width3 {
    max-width: 60%;
    /* height: 277px; */
}



.Layer:nth-child(4n+1)>.media {
    transition-delay: 1100ms;
}


.Layer:nth-child(4n+1) {
    transform-origin: center;
    transform: translate(4rem, 0) scale(0.75);
}

.reveal .Layer:nth-child(4n+1) {
    animation: compReveal_layer_3 2000ms forwards cubic-bezier(0.33, 0.04, 0.1, 1);
}

.reveal .Layer:nth-child(4n+2) {
    animation: compReveal_layer_2 2000ms forwards cubic-bezier(0.33, 0.04, 0.1, 1);
    animation-duration: 2000ms;
    animation-timing-function: cubic-bezier(0.33, 0.04, 0.1, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: compReveal_layer_2;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
}

.reveal .Layer>.media {
    opacity: 1;
}





.TextWithLayersModule .layers-con {
    /* position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 0;
    min-height: 42vw; */
}

/* .Layer>.media {
                    transition: opacity 540ms linear 1000ms;
                    opacity: 0;
                }
        
                .reveal .Layer>.media {
                    opacity: 1;
                } */

.compReveal_layer_1 {
    animation: compReveal_layer_1 2000ms forwards cubic-bezier(0.33, 0.04, 0.1, 1);
    transition-delay: 1100ms;
}

@keyframes compReveal_layer_1 {

    0%,
    40% {
        transform: translate(-8rem, 0) scale(0.75);
    }

    60%,
    80% {
        transform: translate(-8rem, 0) scale(1);
    }

    to {
        transform: translate(0, 0) scale(1);
    }
}



.compReveal_layer_2 {
    animation: compReveal_layer_2 2000ms forwards cubic-bezier(0.33, 0.04, 0.1, 1);
}

@keyframes compReveal_layer_2 {

    0%,
    40% {
        transform: translate(8rem, 0) scale(0.75);
    }

    60% {
        transform: translate(10rem, 0) scale(1);
    }

    80% {
        transform: translate(10rem, 0) scale(1);
    }

    100% {
        transform: translate(0, 0) scale(1);
    }
}

.Layer:nth-child(4n+2)>.media {
    transition-delay: 1100ms;
}

.Layer:nth-child(4n+3) {
    transform-origin: bottom right;
    transform: translate(8rem, 0) scale(0.75);
}

.reveal .Layer:nth-child(4n+3) {
    animation: compReveal_layer_3 2000ms forwards cubic-bezier(0.33, 0.04, 0.1, 1);
}

@keyframes compReveal_layer_3 {

    0%,
    40% {
        transform: translate(8rem, 0) scale(0.75);
    }

    60%,
    80% {
        transform: translate(8rem, 0) scale(1);
    }

    to {
        transform: translate(0, 0) scale(1);
    }
}

.Layer:nth-child(4n+3)>.media {
    transition-delay: 1200ms;
}

.reveal .Layer:nth-child(4n+4) {
    animation: compReveal_layer_1 2000ms forwards cubic-bezier(0.33, 0.04, 0.1, 1);
}



.layers-con.bc {
    position: static;
    overflow: visible;
    width: 100%;
}

.base-color.right {
    /* margin-left: 0%; */
    width: 40%;
    /* top: -100%; */
    /* right: 0; */
}

@media screen and (max-width:766px) {
    .base-color.right {
        /* margin-left: 0%; */
        width: 100%;
        /* top: -100%; */
        /* right: 0; */
    }

}

.base-color {
    position: absolute;
    z-index: -1;
    top: -1px;
    right: 0;
    bottom: 0;
    /* transform-origin: bottom; */
    /* transform: scaleY(0.8); */
    /* padding-bottom: 84rem; */
}

.HeroModule .copy-con.part1 {
    padding-top: 8rem;
    padding-bottom: 4rem;
}

.reveal .base-color {
    animation: HeroModule_baseColor_reveal 2000ms forwards cubic-bezier(0.33, 0.04, 0.1, 1);
    /* padding-bottom: 0; */
}

@keyframes HeroModule_baseColor_reveal {

    0%,
    40% {
        transform: scaleY(0.8);
    }

    60%,
    100% {
        transform: scaleY(1);
    }
}

@media (min-width: 1440px) and (max-width: 1920px) {

    h1,
    .h1 {
        font-size: calc(5.25vw + 5px);
    }
}



/**
         * ----------------------------------------
         * animation scale-down-hor-right
         * ----------------------------------------
         */

@keyframes scale-down-hor-right {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }

    100% {
        -webkit-transform: scaleX(0.1);
        transform: scaleX(0.1);
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
}

@keyframes blink-caret_underline {

    from,
    to {
        opacity: 0.7;
    }

    50% {
        opacity: 0;
    }
}












/* Responsive CSS for screens smaller than or equal to 768px */
@media screen and (max-width: 768px) {

    .padding {
        padding: 2rem 1rem;
    }

    .TextWithLayersModule {
        margin-top: 5rem;
    }

    .HeroModule2 .layers-con .HeroModule2__contentLayer .HeroModule2__contentLayer__textcontent h2 {
        font-size: 16px;
        color: #000;
    }

    .HeroModule2 .layers-con .HeroModule2__contentLayer {
        width: 100%;
    }

    .HeroModule2 .layers-con .HeroModule2__contentLayer .HeroModule2__contentLayer__textcontent p {
        max-width: 80%;
    }

    .menu {
        position: fixed;
        top: 0;
        left: -250px;
        width: 250px;
        height: 100%;
        background-color: #f9f9f9;
        flex-direction: column;
        align-items: flex-start;
        transition: left 0.3s ease;
        z-index: 9999;
    }

    .menu.active {
        left: 0;
    }

    .menu ul {
        flex-direction: column;
    }

    .menu li {
        margin: 0;
        padding: 1rem 2rem;
        border-bottom: 1px solid #ddd;
        width: 100%;
        text-align: left;
    }
}










































footer {
    padding: 4rem 3rem;
}

footer .col p {
    display: block;
    text-decoration: none;
    margin-bottom: 1.5em;
    font-weight: bold;
    font-size: 18px;
}

footer .col a {
    display: block;
    text-decoration: none;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    transition: color 120ms;
    font-size: 16px;
}

footer .col a:hover {
    text-decoration: underline;
    color: #fff;
    transition: color 120ms;
}

footer .col a,
.on-bright footer .col a {
    color: rgba(0, 0, 0, 0.33);
}

footer.on-dark .col a {
    color: rgba(255, 255, 255, 0.9);
}

footer.on-dark .col a:hover {
    color: #fff;
}

@media (min-width: 1280px) {
    .main .FooterModule .col {
        margin-right: 1.041666666666667%;
        margin-left: 1.041666666666667%;
        width: 22.916666666666664%;
    }
}

@media (min-width: 1024px) {
    .main .FooterModule .col {
        margin-right: 1.041666666666667%;
        margin-left: 1.041666666666667%;
        width: 31.25%;
    }
}

@media (max-width: 500px) {
    footer {
        padding: 1rem 1rem;
    }
}

footer .col {
    /* margin-right: 2.777777777777778%;
    margin-left: 2.777777777777778%;
    width: 44.44444444444444%; */
}

footer .col {
    margin-bottom: 4rem;
}

footer>div {
    display: inline-block;
    vertical-align: top;
}


.menu .dropdown-menu {
    display: none;
}


.menu .dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    display: none;
}

.menu .dropdown:hover .dropdown-menu {
    display: block;
}


.menu .dropdown:hover .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
    display: block;
}

.menu .dropdown:hover .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
    position: absolute;
    left: 100%;
    top: -7px;
    display: block;
}

.menu .dropdown:hover .dropdown-menu .dropdown-item {
    margin-right: 0;
    margin-left: 0;
}


.modal-box {


    position: fixed;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;

    max-width: 100%;
    background: rgba(255, 224, 34, 1);
    /* background: radial-gradient(circle, rgba(88, 186, 82, 1) 0%, rgba() 100%); */
    /* padding: 25px 25px 30px 25px; */
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.15);
    text-align: center;
    color: black;
}

.modal-box.hide {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.modal-box img {
    max-width: 140px;
}

.modal-box__content {
    /* margin-top: 8px; */
}

.modal-box__content h3 {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.modal-box__content p {
    color: #000;
    /* margin: 4px 0 20p/x 0; */
}

.modal-box__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-box__buttons button {
    padding: 10px 20px;
    margin: 0 10px;
    border: none;
    outline: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #FFE022;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-box__buttons button:hover {
    transform: scale(0.97);
}

.modal-box__buttons__item {
    color: #FFE022;
}