/* Global CSS */
.extrabold {
    font-weight: 900;
}

#block-ewcustom-cta2 .contextual {
    display: none;
}


.btn-cta {
    text-align: center;
    border: transparent;
    background: #06A2DF;
    color: #fff !important;
    padding: 8px 48px 10px 48px;
    font-size: 1rem;
    margin-top: 0.5rem;
    border-radius: 0px;
    font-weight: 500 !important;
    cursor: pointer;
    transition: all ease-in-out 300ms;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    opacity: 1 !important;
    transition: 0.3s;
}

.btn-cta:hover {
    border: 1px transparent;
    background: #06A2DF !important;
    text-decoration: none !important;
    opacity: 1 !important;
    animation: heartbeats 10s infinite;
    transition: transform 0.5s;
}

.btn-primary {
    text-align: center;
    border: 1px solid transparent;
    background-color: transparent;
    color: #000 !important;
    padding: 8px 48px 10px 48px;
    font-size: 1rem;
    margin-top: 0.5rem;
    border-radius: 0px !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: all ease-in-out 300ms;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    opacity: 1;
    border: 1px solid #000;
    transition: 0.3s;
}

.btn-primary:hover {
    border: 1px solid transparent;
    background-color: transparent;
    text-decoration: none !important;
    opacity: 1;
    border: 1px solid #000;
    animation: heartbeats 10s infinite;
    transition: transform 0.5s;
}

.btn-secondary {
    text-align: center;
    border: 1px solid transparent;
    background-color: transparent;
    color: #fff !important;
    padding: 8px 48px 10px 48px;
    font-size: 1rem;
    margin-top: 0.5rem;
    border-radius: 0px !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: all ease-in-out 300ms;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    opacity: 1;
    border: 1px solid #fff;
    transition: 0.3s;
}

.btn-secondary:hover {
    border: 1px solid transparent;
    background-color: transparent;
    text-decoration: none !important;
    opacity: 1;
    border: 1px solid #fff;
    animation: heartbeats 10s infinite;
    transition: transform 0.5s;
}

.btn-third {
    text-align: center;
    border: 1px solid #fff;
    background-color: #fff;
    color: #111 !important;
    padding: 8px 48px 10px 48px;
    font-size: 1rem;
    margin-top: 0.5rem;
    border-radius: 0px !important;
    font-weight: 500 !important;
    cursor: pointer;
    transition: all ease-in-out 300ms;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    opacity: 1;
    border: 1px solid #fff;
    transition: 0.3s;
}

.btn-third:hover {
    border: 1px solid #fff;
    background-color: #fff;
    text-decoration: none !important;
    opacity: 1;
    border: 1px solid #fff;
    animation: heartbeats 10s infinite;
    transition: transform 0.5s;
}

@keyframes heartbeats {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(0.9);
    }

    40% {
        transform: scale(1);
    }

    60% {
        transform: scale(0.9);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

a {
    font-weight: 700;
    color: #111;
    transition: 0.3s;
}

a:hover {
    color: #036288;
}

h1,
h2,
h3,
h4,
h5,
.ewh1,
.ewh2,
.ewh3,
.ewh4,
.ewh5,
.title,
.Footer3-606da2902b0f0 .primary__box-headline,
.Reviews2-632c26940f701 .slide__byline .name,
.Reviews2-632c26940f701 .reviews-modal.modal .modal__byline .name {
    font-family: 'PT Sans', sans-serif;
}

p,
a,
ul,
li,
#sliding-popup .eu-cookie-withdraw-tab,
#sliding-popup.sliding-popup-bottom .agree-button,
.Copyright1-606da3009e84a .copyright__info,
.webform-submission-form input,
.webform-submission-form textarea,
.Reviews2-632c26940f701 .slide.slide--truncated .slide__copy-show,
.Gallery2-607038f7afe9a .gallery__filters .form-control,
.Reviews2-632c26940f701 .slide__byline .name,
.Reviews2-632c26940f701 .slide__byline .tag,
select {
    font-family: 'Roboto', sans-serif;
}

h3,
.ewh3 {
    color: #06A2DF;
    font-weight: 700;
    font-size: 1.3rem;
}

h2,
.ewh2 {
    font-size: 2.5rem;
    font-weight: 700;
}

#sliding-popup .eu-cookie-withdraw-tab {
    background-color: #111;
    padding: 8px 20px;
}

#sliding-popup .eu-cookie-withdraw-tab:before {
    content: "\f563";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 1rem;
    display: inline-block;
    margin-right: 0.5rem;
    font-weight: 100;
}

#sliding-popup.sliding-popup-bottom .agree-button {
    background-color: #06A2DF;
}





/* Menu */
.Menu2-6050a48c282ec .header .top .socials__item a,
.Menu2-6050a48c282ec .header .top .company-info__item a {
    font-weight: 400;
}

.Menu2 .header .header__top .container-lg .top__cols,
.Menu2 .header .header__top .container-fluid .top__cols {
    justify-content: flex-end;
}

.Menu2-6050a48c282ec .header .primary__logo img {
    max-height: 110px;
    margin-top: -2.5rem;
    transition: transform .3s !important;
}

.Menu2-6050a48c282ec .header .primary__logo img:hover {
    transform: scale(1.05) !important;
}

.Menu2-6050a48c282ec .header .primary {
    height: 85px;
}

.Menu2-6050a48c282ec .menu__item--1.menu__item--active>.menu__link {
    font-weight: 700;
}

.Menu2-6050a48c282ec .menu__link {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.menu__item-f124156b-0f1b-4230-87c7-1d2b5c8a08dc span {
    background-color: transparent;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.131);
    border: none;
    border-left: 2px solid rgba(0, 0, 0, 0.131);
    border-radius: 0px;
    display: inline-block;
    padding: 10px 20px;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-weight: 700;
    color: #000;
    padding-right: 0;
}

.menu__item-f124156b-0f1b-4230-87c7-1d2b5c8a08dc span:hover {
    transition: 0.3s;
    color: #06A2DF;
}







/* Slider */
#Slider4rev3-6045d414b9ac9 .Slider4rev3-carousel-content h1 {
    font-size: 5rem;
}

#Slider4rev3-6045d414b9ac9 .Slider4rev3-carousel-content h3 {
    letter-spacing: 2px;
}

#Slider4rev3-6045d414b9ac9 .carousel-inner img,
#Slider4rev3-6045d48c45953 .carousel-inner img {
    animation: zoominoutsinglefeatured 65s infinite;
}

#Topslider1-629885bfdd024 .carousel-inner img {
    animation: zoominoutsinglefeatured 65s infinite;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.knapper {
    display: flex;
    grid-gap: 30px;
    justify-content: center;
    margin-top: 2rem;
}

.scrolldown {
    --color: #fff;
    --sizeX: 30px;
    --sizeY: 50px;
    position: relative;
    width: var(--sizeX);
    height: var(--sizeY);
    margin-left: var(sizeX / 2);
    border: calc(var(--sizeX) / 10) solid var(--color);
    border-radius: 50px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    top: 4rem;
}

.scrolldown::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: var(--color);
    border-radius: 100%;
    animation: scrolldown-anim 2s infinite;
    box-sizing: border-box;
    box-shadow: 0px -5px 3px 1px #ffffff66;
}

@keyframes scrolldown-anim {
    0% {
        opacity: 0;
        height: 6px;
    }

    40% {
        opacity: 1;
        height: 10px;
    }

    80% {
        transform: translate(0, 20px);
        height: 10px;
        opacity: 0;
    }

    100% {
        height: 3px;
        opacity: 0;
    }
}

.slider-tekst {
    font-size: 1.5rem;
    font-weight: 100;
}





/* Ind8 */
#Indgangsvinkel8-606daad114791 .effect,
#Indgangsvinkel8-606daad114791 .effect .bodyText {
    text-align: left;
    justify-content: end;
}

#Indgangsvinkel8-606daad114791 .effect .title {
    font-weight: 700;
    font-size: 2rem;
}





/* Ind7 - tekst */
.Indgangsvinkel7-649989f65e174 .grid-auto-flow {
    grid-gap: 0;
    padding: 0;
}

.Indgangsvinkel7-649989f65e174 .box__content .box__content-inner {
    padding: 5rem 5rem;
}








/* Facebook */
.FacebookAndWebform2-606da877dddeb .iSocial .phone__bezel iframe,
.FacebookAndWebform2-606da877dddeb .iSocial .phone__bezel,
.FacebookAndWebform2-606da877dddeb .iSocial .phone__frame--black {
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
}

.FacebookAndWebform2-606da877dddeb .iSocial__visual::after {
    box-shadow: none;
}

.FacebookAndWebform2-606da877dddeb .iSocial {
    padding: 0;
}

.FacebookAndWebform2-606da877dddeb .iSocial__content-inner {
    color: #222;
}





/* Ind7 - Script */
.Indgangsvinkel7-649999c512f06 .box__content .box__content-inner {
    text-align: center;
}






/* Footer */
.Footer3-606da2902b0f0 .top__cols {
    grid-template-columns: repeat(1, auto);
    border-bottom: 1px solid #ffffff1c;
    padding-top: 3rem;
}

.Footer3-606da2902b0f0 .logo__image {
    max-width: 184px;
    max-height: 88px;
    transition: transform .3s !important;
}

.Footer3-606da2902b0f0 .logo__image:hover {
    transform: scale(1.05) !important;
}

.Footer3-606da2902b0f0 .company-info__item-visual {
    display: none;
}

.Footer3-606da2902b0f0 .primary__box-hd {
    border: none;
    margin-bottom: 0.5rem;
}

.Footer3-606da2902b0f0 .primary__box-headline {
    font-size: 1.3rem;
}

.Footer3-606da2902b0f0 .secondary__cols {
    grid-template-columns: repeat(1, auto);
    text-align: center;
    justify-content: center;
    border-top: 1px solid #ffffff1c;
}

.Footer3-606da2902b0f0 .quick__link {
    font-size: 0.875em;
    font-weight: 400;
}






/* Undersider */
#ew-contact-info-1 ul li {
    border: none;
    padding-top: 0;
}

#ew-contact-info-1 ul li svg {
    display: none;
}

#ew-contact-info-1 a {
    font-weight: 700;
}

.layout-container>div:nth-of-type(1) {
    position: relative;
}

#ew-title-1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
}

#ew-title-1 h1 {
    text-transform: uppercase;
}

.ew-webform-1-rev4-609930b71e185 {
    box-shadow: 0px 14px 30px 0px rgb(0 0 0 / 8%);
}

.ew-webform-1-rev4-609930b71e185 .webform-submission-form .form-item-name {
    width: calc(99% / 2);
    float: left;
    padding-right: 5px;
}

.ew-webform-1-rev4-609930b71e185 .webform-submission-form .form-item-telefon {
    width: calc(99% / 2);
    float: right;
    padding-left: 5px;
}

.ew-webform-1-rev4-609930b71e185 .webform-submission-form .form-submit {
    text-align: center;
    border: 1px solid #06A2DF;
    background-color: #06A2DF;
    color: #fff !important;
    padding: 8px 48px 10px 48px;
    font-size: 0.9rem;
    border-radius: 0px;
    font-weight: 500 !important;
    cursor: pointer;
    transition: all ease-in-out 300ms;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    width: 50%;
    transition: 0.3s;
}

.ew-webform-1-rev4-609930b71e185 .webform-submission-form .form-submit:hover {
    text-decoration: none !important;
    opacity: 1;
    animation: heartbeats 10s infinite;
    transition: transform 0.5s;
}

main h2,
main .ewh2 {
    font-size: 1.7rem;
}

main h3,
main .ewh3 {
    font-size: 1.3rem;
    color: #06A2DF;
    font-weight: 700;
}






/* EWAPP Kontekstuelt galleri */
#block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1 .views-row {
    margin-bottom: 30px;
}

/* Google maps */
#block-ewcustom-googlemaps iframe {
    margin: 0;
    width: 100%;
    margin-bottom: -6px;
    height: 200px;
}

/* Bootstrap responsive (576px) */
@media (max-width: 374px) and (min-width: 320px) {
    .Menu2-6050a48c282ec .header .primary__logo img {
        max-width: 180px;
    }

    #Slider4rev3-6045d414b9ac9 .carousel-inner img,
    #Slider4rev3-6045d414b9ac9 .carousel-inner {
        height: 450px;
    }

    #Slider4rev3-6045d414b9ac9 .Slider4rev3-carousel-content {
        top: 44%;
    }

    #Slider4rev3-6045d414b9ac9 .Slider4rev3-carousel-content h1 {
        font-size: 3.5rem;
    }

    .slider-tekst {
        font-size: 1.3rem;
    }

    .knapper {
        grid-gap: 20px;
    }

    .btn-cta,
    .btn-primary,
    .btn-secondary,
    .btn-third {
        padding: 8px 15px 10px 15px;
        font-size: 0.9rem;
    }

    #Indgangsvinkel8-606daad114791 .effect .title {
        font-size: 1.5rem;
    }

    .Indgangsvinkel7-649989f65e174 .box__content .box__content-inner {
        padding: 3rem 15px;
    }

    h2,
    .ewh2 {
        font-size: 1.7rem;
    }

    h3,
    .ewh3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 413px) and (min-width: 375px) {
    .Menu2-6050a48c282ec .header .primary__logo img {
        max-width: 180px;
    }

    #Slider4rev3-6045d414b9ac9 .carousel-inner img,
    #Slider4rev3-6045d414b9ac9 .carousel-inner {
        height: 450px;
    }

    #Slider4rev3-6045d414b9ac9 .Slider4rev3-carousel-content {
        top: 44%;
    }

    #Slider4rev3-6045d414b9ac9 .Slider4rev3-carousel-content h1 {
        font-size: 3.5rem;
    }

    .slider-tekst {
        font-size: 1.3rem;
    }

    .knapper {
        grid-gap: 20px;
    }

    .btn-cta,
    .btn-primary,
    .btn-secondary,
    .btn-third {
        padding: 8px 20px 10px 20px;
        font-size: 0.9rem;
    }

    #Indgangsvinkel8-606daad114791 .effect .title {
        font-size: 1.5rem;
    }

    .Indgangsvinkel7-649989f65e174 .box__content .box__content-inner {
        padding: 3rem 15px;
    }

    h2,
    .ewh2 {
        font-size: 1.7rem;
    }

    h3,
    .ewh3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 575px) and (min-width: 414px) {
    .Menu2-6050a48c282ec .header .primary__logo img {
        max-width: 180px;
    }

    #Slider4rev3-6045d414b9ac9 .carousel-inner img,
    #Slider4rev3-6045d414b9ac9 .carousel-inner {
        height: 450px;
    }

    #Slider4rev3-6045d414b9ac9 .Slider4rev3-carousel-content {
        top: 44%;
    }

    #Slider4rev3-6045d414b9ac9 .Slider4rev3-carousel-content h1 {
        font-size: 3.5rem;
    }

    .slider-tekst {
        font-size: 1.3rem;
    }

    .knapper {
        grid-gap: 20px;
    }

    .btn-cta,
    .btn-primary,
    .btn-secondary,
    .btn-third {
        padding: 8px 20px 10px 20px;
    }

    #Indgangsvinkel8-606daad114791 .effect .title {
        font-size: 1.7rem;
    }

    .Indgangsvinkel7-649989f65e174 .box__content .box__content-inner {
        padding: 3rem 15px;
    }

    h2,
    .ewh2 {
        font-size: 1.7rem;
    }

    h3,
    .ewh3 {
        font-size: 1.1rem;
    }
}

@media (max-width: 575px) {
    .ew-webform-1-rev4-609930b71e185 .webform-submission-form .form-submit {
        width: 100%;
    }

    .ew-webform-1-rev4-609930b71e185 .webform-submission-form .form-item-name,
    .ew-webform-1-rev4-609930b71e185 .webform-submission-form .form-item-telefon {
        width: 100%;
        padding: 0;
    }

    #Topslider1-629885bfdd024 .carousel-inner img,
    #Topslider1-629885bfdd024 .carousel-inner {
        height: 200px;
    }
}

@media (min-width: 576px) {}

@media (max-width: 767px) and (min-width: 576px) {
    .Menu2-6050a48c282ec .header .primary__logo img {
        max-width: 180px;
    }

    #Slider4rev3-6045d414b9ac9 .carousel-inner img,
    #Slider4rev3-6045d414b9ac9 .carousel-inner {
        height: 500px;
    }

    #Slider4rev3-6045d414b9ac9 .Slider4rev3-carousel-content h1 {
        font-size: 4rem;
    }

    .slider-tekst {
        font-size: 1.3rem;
    }

    .btn-cta,
    .btn-primary,
    .btn-secondary,
    .btn-third {
        padding: 8px 20px 10px 20px;
    }

    #Indgangsvinkel8-606daad114791 .effect .title {
        font-size: 1.7rem;
    }

    .Indgangsvinkel7-649989f65e174 .box__content .box__content-inner {
        padding: 3rem 30px;
    }

    h2,
    .ewh2 {
        font-size: 2.2rem;
    }

    #Topslider1-629885bfdd024 .carousel-inner img,
    #Topslider1-629885bfdd024 .carousel-inner {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .Menu2-6050a48c282ec .header .primary {
        height: 55px;
    }

    .block-649989f66bef6 {
        order: 1;
    }

    .block-64998a274d46c {
        order: 2;
    }

    .block-64998a274d484 {
        order: 4;
    }

    .block-64998a274d48d {
        order: 3;
    }

    .Indgangsvinkel7-649989f65e174 .block-64998a274d46c .box__content .box__content-inner,
    .Indgangsvinkel7-649989f65e174 .block-64998a274d484 .box__content .box__content-inner {
        padding: 10rem;
    }

    .Indgangsvinkel7-649999c512f06.entry-focus {
        padding: 30px;
    }

    .Indgangsvinkel7-649999c512f06 .box__content .box__content-inner {
        padding-left: 0;
        padding-right: 0;
    }

    body:not(.eu-cookie-compliance-popup-open) #sliding-popup .eu-cookie-withdraw-tab {
        margin-left: -41px;
    }
}

/* Bootstrap responsive (768px) */
@media (min-width: 768px) {
    #block-ewcustom-cta2 #ew-cta-2 .cta-flex .cta-2-primary {
        border-radius: 0;
        padding: 12px 15px 12px 18px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 50px;
        left: calc(100% - 60px);
        -webkit-transition: left 0.2s ease-in-out;
        transition: left 0.2s ease-in-out;
        -webkit-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 20%);
        box-shadow: 0 4px 5px 0 rgb(0 0 0 / 20%);
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        position: relative;
    }

    #block-ewcustom-cta2 #ew-cta-2 .cta-flex .cta-2-primary:hover {
        left: 0;
        -webkit-transition: left 0.2s ease-in-out;
        transition: left 0.2s ease-in-out;
        text-decoration: none;
    }

    #block-ewcustom-cta2 #ew-cta-2 .cta-flex .cta-2-primary .cta-2-primary-icon {
        padding-right: 22px;
    }
}

@media (max-height: 768px) {
    #block-ewcustom-cta2 #ew-cta-2 .cta-flex .cta-2-primary {
        
        border-radius: 0 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {

    #Slider4rev3-6045d414b9ac9 .carousel-inner img,
    #Slider4rev3-6045d414b9ac9 .carousel-inner {
        height: 500px;
    }

    #Indgangsvinkel8-606daad114791 .effect .title {
        font-size: 1.7rem;
    }

    .Indgangsvinkel7-649989f65e174 .box__content .box__content-inner {
        padding: 3rem 30px;
    }

    h2,
    .ewh2 {
        font-size: 2.2rem;
    }

    .ew-webform-1-rev4-609930b71e185 .webform-submission-form .form-submit {
        width: 100%;
    }

    .ew-webform-1-rev4-609930b71e185 .webform-submission-form .form-item-name,
    .ew-webform-1-rev4-609930b71e185 .webform-submission-form .form-item-telefon {
        width: 100%;
        padding: 0;
    }
}

/* Bootstrap responsive (992px) */
@media (min-width: 992px) {}

@media (max-width: 1199px) and (min-width: 992px) {

    #Slider4rev3-6045d414b9ac9 .carousel-inner img,
    #Slider4rev3-6045d414b9ac9 .carousel-inner {
        height: 550px;
    }

    #Indgangsvinkel8-606daad114791 .effect .title {
        font-size: 1.7rem;
    }

    .Indgangsvinkel7-649989f65e174 .box__content .box__content-inner {
        padding: 3rem 30px;
    }

    h2,
    .ewh2 {
        font-size: 2.2rem;
    }

    .ew-webform-1-rev4-609930b71e185 .webform-submission-form .form-submit {
        width: 100%;
    }

    .ew-webform-1-rev4-609930b71e185 .webform-submission-form .form-item-name,
    .ew-webform-1-rev4-609930b71e185 .webform-submission-form .form-item-telefon {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 1199.98px) {
    .Menu2-6050a48c282ec .menu .menu__item.menu__item--active.menu__item--1>.menu__link {
        color: #06A2DF;
    }

    .menu__item-f124156b-0f1b-4230-87c7-1d2b5c8a08dc span {
        padding: 0;
        border: none;
    }

    .Menu2-6050a48c282ec .menu__head-logo img {
        max-height: 70px;
        margin-top: -1rem;
    }

    .Menu2-6050a48c282ec .menu__body-footer .socials {
        color: #000;
    }
}

/* Bootstrap responsive (1200px) */
@media (min-width: 1200px) {
    .Menu2-6050a48c282ec .company-info__item {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .Menu2-6050a48c282ec .menu .menu__item--1>.menu__link {
        color: #111;
    }
}

@media (max-width: 1500px) and (min-width: 1200px) {
    .container {
        max-width: 1500px;
    }

    .Indgangsvinkel7-649989f65e174 .box__content .box__content-inner {
        padding: 5rem 30px;
    }

    .ew-webform-1-rev4-609930b71e185 .webform-submission-form .form-submit {
        width: 70%;
    }
}

@media (min-width: 1500px) {

    .container,
    .Menu2-6050a48c282ec .header .primary__container,
    .Menu2-6050a48c282ec .header .primary__row,
    .Menu2-6050a48c282ec .header__top .container-lg,
    .FacebookAndWebform2-606da877dddeb .iSocial__main .container-xl,
    .Reviews2-632c26940f701 .reviews__main .container-xl {
        max-width: 1700px;
    }
}

@media (min-width: 2560px) {
    body {
        max-width: 2560px;
        margin-left: auto;
        margin-right: auto;
    }
}


#ew-cta-2 {
    z-index: 98;
}