:root {
    --bg-color: #130d0a;
    --text-color: #fff;
    --heroHeight: 130vh;
}
html {
    scroll-behavior: smooth;
}
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    width: unset;
    height: unset;
    position: unset;
}

body:not(.mobile) {
    overflow: auto;
    background: #f7f5f0;
}

.global-nav-path {
    display: none;
}
.SideMenuWrapper{
    z-index: 9999;
}
div.ContentBody {
    height: 0;
    /* max-width: 1920px; */
    margin: 0 auto !important;
}
.ContentBody,
.ContentBody section h2,
.ContentBody h3,
.ContentBody h4,
.ContentBody h5,
.ContentBody h6,
.ContentBody p {
    font-family: Lato, "Lato", "Segoe UI", "Apple SD Gothic Neo", "Arial", "Helvetica", "sans-serif";
}
.ContentBody section h2 {
    font-size: 62px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.05;
    color: #000;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    width: fit-content;
}

.ContentBody h3 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.05;
    color: #000;
    text-transform: none;
    max-width: 1400px;
    margin: 1rem auto;
}

.ContentBody h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.25px;
    line-height: 1.375;
    color: #000;
    margin-bottom: 0.25rem;
}

div.right-column li,
.ContentBody p {
    font-size: 16px;
    font-weight: 400;
}

.d-none {
    display: none !important;
}
.underline-text {
    text-decoration: underline;
    text-decoration-color: #00ffe4;
}
.fw-regular {
    font-weight: 400 !important;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    width: -webkit-fill-available;
}



/* Casestudy Box CSS */


.casestudy-container {
    padding: 40px;
    justify-content: center;
    margin: 60px -20px 0;
    box-sizing: border-box;
}
.casestudy-container .left-column,
.casestudy-container .right-column {
    max-width: 600px;
}

.casestudy-container p {
    color: #333;
    margin: 16px 0;
    font-size: 14px;
}
.casestudy-container h3 {
    font-size: 24px;
}
.casestudy-container .landing-page-button {
    background: hsl(30 20% 30% / 1);
    border-color: transparent;
}
.casestudy-container .landing-page-button:hover:not(:disabled) {
    background: hsl(30 20% 40% / 1);
}

#section-2 .casestudy-container {
    background: #c9aa93;
    max-width: unset;
}
#section-2 .casestudy-container h3,
#section-2 .casestudy-container p {
    margin-right: 40px;
    text-align: right;
}
#section-2 .casestudy-container .landing-page-button {
    margin: 0;
}
#section-3 .casestudy-container {
    background: hsl(30deg 40% 65% / 35%);
    margin: 0 auto -200px;
    padding: 10px 20px 20px;
    position: relative;
    z-index: 410;
    width: 880px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

#section-3 .casestudy-container .landing-page-button {
    margin-top: 0;
    background: hsla(30, 55%, 15%, 1);
    border-color: transparent;
}
#section-3 .casestudy-container .landing-page-button:hover:not(:disabled) {
    background: hsla(30, 50%, 20%, 1);

}
#section-3 .casestudy-container + .section-footer {
    padding-top: 150px;
    margin-top: 130px;
    background: hsl(30deg 35% 65% / 25%);
}
#section-3 .casestudy-container .left-column,
#section-3 .casestudy-container .right-column,
#section-4 .casestudy-container .left-column,
#section-4 .casestudy-container .right-column {
    text-align: center;
    width: 100%;
    max-width: unset;
    
}
#section-4 .casestudy-container {
    background: #cdb7a7;
    margin: 0;
    padding: 10px 20px 20px;
    max-width: unset;
    position: absolute;
    z-index: 100;
    width: 560px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    right: 60px;
    bottom: 60px;
    border-radius: 10px;
}

@media (max-width: 1620px) {
    #section-4 .casestudy-container {
        right: calc(20vw - 240px);
    }
}
@media (max-width: 1400px) {
    #section-4 .casestudy-container {
        right: calc(8.5vw - 70px);
        width: 38vw;
        bottom: 40px;
    }
}

@media (max-width: 1200px) {

    #section-3 .casestudy-container {
        margin: 150px auto -230px;
        width: unset;
    }

    #section-4 .casestudy-container {
        right: 10vw;
        left: 10vw;
        width: 80vw;
        bottom: -30px;
    }

}

@media (max-width: 1000px) {

    #section-2 .casestudy-container .left-column,
    #section-2 .casestudy-container .right-column {
        text-align: center;
        width: 100%;
        max-width: unset;
    }
    #section-2 .casestudy-container h3,
    #section-2 .casestudy-container p {
        text-align: center;
    }

    #section-3 .casestudy-container {
        margin-top: 180px;
    }

}

/* Testimonials CSS */

.testimonial-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.testimonial {
    padding: 16px;
    border: 1px solid #A19286;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 13px !important;
    line-height: 1.2;
    color: #7A7A7A;
    max-width: 240px;
    border-radius: 20px;
    margin-bottom: 12px;
    backdrop-filter: blur(5px);
    opacity: 0;
}

#section-2 .img-container .testimonial:nth-of-type(1) {
    margin-right: 25%;
}
#section-2 .img-container .testimonial:nth-of-type(2) {
    margin-left: 25%;
}
#section-2 .img-container .testimonial:nth-of-type(3) {
    margin-right: 25%;
}
#section-2 .img-container .testimonial:nth-of-type(4) {
    margin-left: 25%;

}
#section-3 .img-container .testimonial-container {
    flex-direction: row;
    flex-wrap: wrap;
    width: 140%;
    left: auto;
    margin-bottom: 60px;
}
#section-3 .img-container .testimonial{
    background-color: hsl(30deg 100% 50% / 10%);
    color: #fff8f0;
    margin-bottom: 20px;
    margin-top: 20px;
    border-color: hsl(30deg 70% 30% / 70%);
}
#section-5 .img-container .testimonial {
    background-color: hsl(180deg 100% 40% / 10%);
    color: #f0feff;
    margin-bottom: 20px;
    margin-top: 20px;
    border-color: hsl(180deg 70% 25% / 70%);
}
#section-5 .img-container .testimonial {
    max-width: 120px;
    margin: 20px auto 20px 20px;
}
#section-3 .img-container .testimonial:nth-of-type(1) {
    margin-right: 0;
    margin-left: auto;
}
#section-3 .img-container .testimonial:nth-of-type(2) {
    margin-right: 20%;
    margin-left: auto;
}
#section-3 .img-container .testimonial:nth-of-type(3) {
    width: 40%;
}
#section-3 .img-container .testimonial:nth-of-type(4) {
    width: 40%;
    margin-left: auto;
}
#section-4 .with-testimonial {
    position: relative;
}
#section-4 .with-testimonial .testimonial {
    position: absolute;
    width: calc(100% + 29px);
    left: -31px;
    top: calc(100% + 40px);
}
#section-5 .img-container .testimonial:nth-of-type(1) {
    margin-left: 20px;
}
#section-5 .img-container .testimonial:nth-of-type(2) {
    margin-left: 80px;
    margin-top: 0;
    margin-bottom: 0;
}
#section-5 .img-container .testimonial:nth-of-type(3) {
    margin-left: 140px;

}
.dynamicColorOrOpacity {
    transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
}
@media (max-width: 1000px) {
    #section-4 .with-testimonial .testimonial {
        left: unset;
        position: relative;
        top: unset;
        margin-top: 50px;
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 700px) {
    .mobile .testimonial {
        display: none !important;
    }
}


/* "Mean it" background */
h2 .mean-it-bg {
    background: cyan;
    padding: 4px 10px;
    margin: 0 -2px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: inline-block;
    opacity: 0;
    color: transparent;
    position: absolute;
    right: -10px;
    z-index: -10;
    top: -4px;
}

#section-3 h2 .mean-it-bg,
#section-5 h2 .mean-it-bg {
    background: #dd8d51;
}

/* Button */
input[type='button'].landing-page-button,
.landing-page-button {
    background: #000;
    border: 2px solid #000;
    font-family: Lato, "Lato", "Segoe UI", "Apple SD Gothic Neo", "Arial", "Helvetica", "sans-serif";
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    padding: 10px 20px 11px;
    line-height: 1;
    border-radius: 5px;
    margin-top: 32px;
    cursor: pointer;
    display: inline-block;
}
.landing-page-button:hover {
    text-decoration: none;
    background: #333;
}
.landing-page-button.white-bg {
    border-color: transparent;
    background: #fff;
    color: #000;
}


/* Section 1 */
#city {
    background-image: url(https://cdn.voxility.com/voxcom/public/specific/infrastructure-europe/telco-infrastructure-bg.jpg);
    background-position: center -500px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 132vw;
    height: 115vw;
    max-height: calc(75vh + 60vw);
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    position: relative;
    min-height: 90vw;
}

#city img.headline {
    max-width: 80%;
    width: calc(600px + 30vw);
    margin: 0 auto;
    padding-top: calc(350px - 10vw);
    padding-top: calc(6vw + 16vh - 120px);
}

@media (max-width: 1200px) {

    #city img.headline {
        padding-top: 7.5vw;
    }

}
@media (max-width: 700px) {

    .mobile #city img.headline {
        padding-top: 10vh;
        max-width: 100vw;
    }
    .mobile #city h2 {
        font-size: 6vw;
    }
    .mobile #city .black-box {
        position: relative;
        z-index: 10;
    }
    .mobile #city {
        height: max(85vh, calc(240px + 77vw));
    }
    .mobile p.text-3 {
       
    }

}

#city h2 {
    font-weight: 700;
    font-size: min(64px, calc(12px + 2vw));
    color: #fff;
}

#console {
    background-image: url(https://cdn.voxility.com/voxcom/public/specific/infrastructure-europe/telco-infrastructure-console.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    box-sizing: border-box;
    padding-top: 59.35%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#operator {
    background-image: url(https://cdn.voxility.com/voxcom/public/specific/infrastructure-europe/telco-infrastructure-operator.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    /* top: 0; */
    left: 0;
    right: 0;
    max-width: 60vw;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 60%;
}

#city .black-box {
    background-color: rgb(0 0 0 / 60%);
    padding: 30px 30px;
    max-width: min(850px, 80%);
    margin: 60px auto 30px;
    backdrop-filter: blur(15px);
}

#city .black-box p.text-1 {
    font-size: 19px;
    font-weight: 600;
    max-width: 850px;
    text-shadow: none;
}


#city .black-box  p.text-2 {
    text-shadow: none;
    color: #59ffeb;
    margin-bottom: 0;
    margin-top: 24px;
    font-size: 16px;
}
#city .black-box  p.text-2 a {
    color: #59ffeb;
}

 
p.text-3 {
    display: inline-block;
    width: 300px;
    position: fixed;
    bottom: 0;
    left: calc(50% - 150px);
    z-index: 5;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    /* backdrop-filter: blur(15px); */
}

@media (max-width: 1200px) {
    #city {
        height: max(75vh, calc(240px + 77vw));
        background-position: center;
    }
    #city .black-box {
        padding: 20px;
        margin-top: 5%;
        margin-bottom: 2.5%;
    }
    #city .black-box p.text-1 {
        font-size: 16px;
    }
    #city .black-box p.text-2 {
        font-size: 14px;
        margin-top: 16px;
    }
    p.text-3 { 
    }


}

@media (max-width: 700px) {
    p.text-3 { 
        
    }
}

#section-2 {
    background: #D3D1CA;
    background: linear-gradient(0deg,rgba(211, 209, 202, 1) 0%, rgba(247, 245, 240, 1) 100%);
    width: 100%;
    text-align: center;
    padding: 120px 20px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    margin-top: -20vw;

}

#section-2 .img-container {
    position: relative
}
#section-2 .img-container img {
    width: 100%;
    max-width: 700px;
}

#section-2 h2 {
    margin-bottom: 60px;
    box-sizing: border-box;
    z-index: 1;
}

#section-3 h2,
#section-5 h2,
#section-3 h3,
#section-5 h3,
#section-3 h4,
#section-5 h4,
h3.show-on-success{
    color: #fff;
}
#section-2 h4 + p,
#section-4 h4 + p {
    color: #888;
    margin-top: 0.25rem;
    margin-bottom: 2rem;
}
#section-4 p {
    color: #666;
}
#section-2 .right-column h3 {
    margin-bottom: 32px;
}

#section-3 p,
#section-5 li,
#section-5 p, p.show-on-success {
    color: #cecece;
    position: relative;
}

.left-column,
.right-column {
    width: 50%;
    flex-grow: 2;
    text-align: left;
}

@media (max-width: 1200px) {
    #section-2 {
        padding-top: 100px;
    }
    .ContentBody section h2 {
        font-size: 48px;
    }
    .ContentBody h3 {
        font-size: 24px;
    }
}

@media (max-width: 1000px) {
    #section-2 {
        padding: 70px 0 0;
    }
    #section-2 h2 + .d-flex .left-column,
    #section-2 h2 + .d-flex .right-column {
        width: 100%;
    }
    #section-2 .d-flex {
        position: relative;
        justify-content: left;
        margin: 20px 0 0;
        padding: 25px 60px 35px;
        overflow: hidden;
    }

    #section-2 .img-container.left-column {
        position: absolute;
        text-align: right;
        overflow: hidden;
    }
    #section-2 .img-container.left-column img {
        position: relative;
        right: -30%;
        max-width: 100%;
        opacity: 35%;

    }
    #section-2 h2 {
        margin-bottom: 0;
    }
    #section-2 h2 + .d-flex .right-column {
        max-width: min(500px, 65vw);
        z-index: 200;
        position: relative;
    }


    #section-2 h3,
    #section-2 p {
        margin-bottom: 24px;
    }
    #section-2 .casestudy-container h3,
    #section-2 .casestudy-container p {
        margin-right: 0;
    }
    #section-2 .testimonial-container {
        align-items: flex-end;
        right: 45px;
    }
    #section-2 .img-container .testimonial {
        margin-right: 20px;
        max-width: max(100px, calc(20vw - 40px));
        padding: 10px;
    }
    #section-2 .img-container .testimonial:nth-of-type(1),
    #section-2 .img-container .testimonial:nth-of-type(3) {
        margin-right: 10vw;

    }
}

@media (max-width: 700px) {
    #section-2 h2 {
        text-align: left;
        margin-left: 60px;
    }
    .mobile .ContentBody > section {
        /* max-width: 100vw !important; */
        /* box-sizing: border-box !important; */
        /* padding: 20px !important; */
        /* margin: 0 !important; */
        /* position: relative !important; */
        /* left: unset !important; */
        /* right: unset !important; */
        /* top: unset !important; */
        /* bottom: unset !important; */
        /* border: none !important; */
    }
    .mobile .img-container {
        /* display: none !important; */
    }
    .mobile .ContentBody h2 {
        font-size: min(2rem, 7vw) !important;
    }
    .mobile h2 .mean-it-bg {
        padding: 4px;
        margin: 0 4px;
    }
    .mobile .ContentBody h3 {
        font-size: min(1.35rem, 5.5vw) !important;
        font-weight: 700;

    }
    .mobile .ContentBody h4 {
        font-size: 1rem;
    }
    .mobile #section-2 {
        padding: 40px 20px;
    }

    .mobile #section-2 h2 {
        text-align: left;
        margin: 0;
    }
    .mobile #section-2 h3 {
        margin: 1rem 0 2rem;
    }
    .mobile #section-2 h2 + .d-flex {
        margin-top: 0;
    }
    .mobile #section-2 .d-flex {
        padding: 0;
    }
    .mobile #section-2 .casestudy-container.d-flex {
        padding: 20px;
        border-radius: 10px;
    }

    .mobile #section-2 h2 + .d-flex .right-column {
        max-width: unset;
    }
    .mobile #section-2 .img-container.left-column {
        opacity: 20%;
    }
    .mobile #section-2 .img-container.left-column img {
        width: 200%;
        max-width: 200%;
        right: 50px;
    }
    .mobile #section-2 .landing-page-button { 
        margin-top: 0;
        margin-bottom: 30px;
    }





}

#section-3 {
    background: #222019;
    width: 100%;
    text-align: center;
    padding: 160px 20px 0;
    box-sizing: border-box;

    position: relative;
    z-index: 100;
}

#section-3 h2 {
    box-sizing: border-box;
}

#section-3 h2 + h3 {
    padding: 10px 20px 80px;
}

#section-3 h2,
#section-3 h3,
h3.show-on-success{
    position: relative;
    z-index: 300;
}

#section-3 .left-column {
    width: 75%;
    position: relative;
    z-index: 200;
}

#section-3 .left-column .row {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-bottom: 70px;
}

#section-3 .left-column .row + .row {
    margin: 0 auto 80px;
    width: 70%;
}

#section-3 .right-column {
    width: 25%;
    position: relative;
    z-index: 100;
} 


#section-3 .right-column img {
    position: absolute;
    right: -100px;
    bottom: -180px;
    width: 235%;
    max-width: none;
}

#section-3 .text-box {
    max-width: 220px;
    width: 30%;
    margin-right: 100px;
}

#section-3 .text-box:nth-child(4) {
    margin-right: 0;
    margin-left: 100px;
}

#section-3 .text-box:nth-child(5) {
    margin-right: 0;
    margin-left: 100px;
}

#section-3 .text-box .text-box-container {
    padding-left: 20px;
    border-left: 2px solid #fff;
}

#section-3 .text-box .text-box-container p {
    margin-bottom: 0;
}

#section-3 .d-flex {
    align-items: stretch;
}

#section-3 .section-footer {
    background: hsl(30deg 30% 80% / 15%);
    position: relative;
    z-index: 400;
    text-align: center;
    padding: 60px 20px 80px;
    margin: 0 -20px;
}

#section-3 .section-footer p, p.show-on-success {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
    font-size: 19px;
}

@media (max-width: 1620px) {
    #section-3 .right-column img {
        right: -20px;
        width: 220%;
        bottom: -100px;

    }
    #section-3 .text-box {
        max-width: 200px;
        margin-right: 50px;
    }
    #section-3 .text-box:nth-child(4) {
        margin-right: 0;
        margin-left: 50px;
    }
    #section-3 .text-box:nth-child(5) {
        margin-right: 0;
        margin-left: 50px;
    }
    #section-3 .left-column .row + .row {
        width: 66%;
        margin: 0 auto 70px;
        padding-right: 40px;
    }
}

@media (max-width: 1200px) {
    #section-3 {
        padding: 80px 40px 0;
    }

    #section-3 .left-column {
        width: 100%;
    }
    #section-3 .left-column .row {
        margin-left: 0;
        width: 100%;
        margin-bottom: 40px;
    }
    #section-3 .left-column .row + .row {
        width: 75%;
    }
    #section-3 .right-column img {
        right: 0;
        bottom: -30vw;
        width: 100%;
    }
    #section-3 h3 {
    }


    #section-3 .section-footer p, p.show-on-success {
        color: #fff;
    }
    #section-3 .section-footer {
        margin: 0 -40px;
    }
    #section-3 .left-column .row + .row {
        margin-bottom: 40px;
    }
    #section-3 .img-container .testimonial-container {
        margin: 0;
        width: 100%;
        height: fit-content;
    }
    #section-3 .img-container .testimonial:nth-of-type(1),
    #section-3 .img-container .testimonial:nth-of-type(2),
    #section-3 .img-container .testimonial:nth-of-type(3),
    #section-3 .img-container .testimonial:nth-of-type(4) {
        width: calc(25% - 20px);
        margin: 10px;
        box-sizing: border-box;
    }
}

@media (max-width: 700px) {
    #section-3 .img-container .testimonial-container {
        margin-top: -40px;
    }
    .mobile #section-3 {
        padding: 80px 20px 0
    }
    .mobile #section-3 .text-box {
        margin: 0;
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .mobile #section-3 .left-column .row {
        flex-direction: column;
        margin: 0;
    }
    .mobile #section-3 .left-column .row + .row {
        width: 100%;
        padding-right: 0;
    }
    .mobile #section-3 h2 {
        text-align: left;
        padding: 0;
        margin: 0;

    }
    .mobile #section-3 h3 {
        text-align: left;
        padding: 0;
        margin-bottom: 32px;
    }
    .mobile #section-3 .section-footer h3 {
        padding: 0;
        text-align: center; 
    }
    .mobile #section-3 .section-footer {
        padding: 20px 20px 40px;
        margin: 250px -20px 0;
    }
    .mobile #section-3 .right-column img {
        bottom: -23vw;
        width: 150%;
        right: -25%;
    }
    .mobile #section-3 .text-box .text-box-container {
        padding-left: 10px;
    }
    .mobile #section-3 .casestudy-container {
        margin-top: 60px;
    }
   .mobile #section-3 .right-column {
    overflow: hidden;
}
}


#section-4 {
    background: #f7f5f0;
    padding: 80px 20px 80px 200px;
    box-sizing: border-box;
    position: relative;
    z-index: 110;
    margin: 0 auto;
    max-width: 1720px;
}

#section-4-servers {
    background-image: url(https://cdn.voxility.com/voxcom/public/specific/infrastructure-europe/section-4-illustration.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    height: 85vw;
    max-height: 984px;
    position: relative;
    z-index: 100;
    margin-top: -480px;
}

#section-4-servers .text-box {
    background: rgb(226 219 210 / 90%);
    border: 1px solid rgb(216 201 190 / 90%);
    padding: 30px;
    border-radius: 20px;
    max-width: 160px;
    position: absolute;
    width: 12.5%;
}

#section-4-servers .text-box:nth-child(1) {
    right: 16.8%;
    top: 22%;
}

#section-4-servers .text-box:nth-child(2) {
    right: 34.3%;
    top: 36%;
}

#section-4-servers .text-box:nth-child(3) {
    right: 52.25%;
    top: 57%;
}
@media (min-width: 1000px) {
    #section-4-servers p {
        margin-bottom: 0 !important;
    }
}

#section-4 h2 + h3 {
    margin-top: 16px;
    margin-bottom: 32px;
}
#section-4 h2,
#section-4 h2 + h3 {
    position: relative;
    z-index: 300;
    margin-left: 0;
}
#section-4-part-1 {
    position: relative;
    z-index: 300;
    margin-top: 70px;
    width: 50%;
    margin-left: 0;
}

#section-4-part-1 .d-flex {
    align-items: flex-start;
}

#section-4-part-1 .left-column .text-box:nth-child(1) {
    max-width: 200px;
}

#section-4-part-1 .left-column .text-box:nth-child(2) {
    max-width: 240px;
}

#section-4-part-1 .right-column .text-box:nth-child(1) {
    max-width: 190px;
}
#section-4 .landing-page-button {
    margin-top: 0;
}


@media (max-width: 1620px) {

    #section-4-servers .text-box:nth-child(1) {
        right: calc(45vw - 504px);
        top: 22%;
    }

    #section-4-servers .text-box:nth-child(2) {
        right: calc(45vw - 259px);
        top: 36%;
    }

    #section-4-servers .text-box:nth-child(3) {
        right: calc(45vw - 9px);
        top: 57%;
    }

}

@media (max-width: 1400px) {

    #section-4-servers .text-box:nth-child(1) {
        right: calc(12% - 18px);
        top: calc(915px - 50vw);
        padding: 20px;
        width: 14.5%;
    }

    #section-4-servers .text-box:nth-child(2) {
        right: calc(34% - 25px);
        top: calc(1040px - 50vw);
        padding: 20px;
        width: 14.5%;
    }

    #section-4-servers .text-box:nth-child(3) {
        right: calc(56% - 29px);
        top: calc(1105px - 40vw);
        padding: 20px;
        width: 14.5%;
    }

}
@media (max-width: 1200px) {
    #section-4 {
        padding: 80px 0px 200px 40px;
    }
    #section-4-servers {
        top: 40px;
    }

    #section-4-servers .text-box:nth-child(1) {
        top: calc(25px + 20vw);
    }

    #section-4-servers .text-box:nth-child(2) {
        top: calc(125px + 22vw);
    }

    #section-4-servers .text-box:nth-child(3) {
        top: calc(285px + 24vw);
    }


    #section-4 h2,
    #section-4 h2 + h3 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 1000px) {
    #section-4 {
        padding: 80px 40px calc(550px - 55vw);
    }
    #section-4 h3 br {
        display: none;
    }
    #section-4-part-1,
    #section-4-part-1 > .left-column {
        width: 100%;
        margin-bottom: 20px;
    }
    #section-4-part-1 > .left-column .left-column {
        width: 66.66%;
        display: flex;
    }
    #section-4-part-1 > .left-column .right-column {
        width: 33.33%;
    }
    #section-4-part-1 .left-column .left-column .text-box:nth-child(1),
    #section-4-part-1 .left-column .left-column .text-box:nth-child(2) {
        max-width: none;
        width: 50%;
        margin: 0 2.66%;
    }

    #section-4-servers .text-box:nth-child(1),
    #section-4-servers .text-box:nth-child(2),
    #section-4-servers .text-box:nth-child(3) {
        position: relative;
        right: auto;
        top: calc(-12vw + 70px);
        width: auto;
        max-width: 30%;
        box-sizing: border-box;

        background: transparent;
        border: none;
        padding: 0;
    }
    #section-4-part-1 .left-column .text-box:nth-child(1) {
        max-width: none;
        margin: 0 5%;
    }
    #section-4-part-1 .landing-page-button {
        position: absolute;
        width: 140px;
        left: calc(50% - 91px);
        bottom: -360px;
        text-align: center;
    }
    #section-4-servers {
        background: transparent;
        margin-top: -30vw;
        margin-left: -40px;
        margin-right: -40px;
        padding: 0 40px;
        align-items: flex-start;
    }
    #section-4-servers:before {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        height: 100%;
        background-image: url(https://cdn.voxility.com/voxcom/public/specific/infrastructure-europe/section-4-illustration.png);
        background-repeat: no-repeat;
        background-position: center -40px;
        background-size: 115%;
        height: 85vw;
        max-height: 984px;
        z-index: 100;
        left: 0;
        top: -40px;
        opacity: 0.25;
        z-index: 0;
    }

}


@media (max-width: 700px) {
    #section-4 {
        padding-bottom: 160px;
    }
    .mobile #section-4 {
        padding: 40px 20px 470px;
    }
    .mobile #section-4-part-1 > .left-column .left-column {
        flex-direction: column;
    }
    .mobile #section-4-part-1 > .left-column .left-column,
    .mobile #section-4-part-1 .left-column .left-column .text-box:nth-child(1),
    .mobile #section-4-part-1 .left-column .left-column .text-box:nth-child(2),
    .mobile #section-4-servers .text-box:nth-child(1),
    .mobile #section-4-servers .text-box:nth-child(2),
    .mobile #section-4-servers .text-box:nth-child(3),
    .mobile #section-4-part-1 .left-column .text-box:nth-child(1) {
        width: 100%;
        max-width: 100%;
        margin:0;
    }
    .mobile #section-4 h4 + p {
        margin-bottom: 30px;
    }
    .mobile  #section-4-part-1 > .left-column {
        margin-bottom: 0;
    }
    .mobile #section-4-servers {
        margin-left: -20px;
        margin-right: -20px;
        padding: 10px 20px;
    }
    .mobile #section-4-servers:before {
        padding-bottom: 100px;
        top: 40px;
    }
    .mobile #section-4 .casestudy-container {
        bottom: 40px;
        right: 20px;
        left: 20px;
        width: calc(100% - 40px);
    }
    .mobile #section-4-part-1 .landing-page-button {
        bottom: -330px;
        left: 0;
    }
    .mobile #section-4-part-1 {
        margin-top: 0;
    }

}

#section-5 {
    background: #0c0b10;
    padding: 120px 20px 80px;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
}

#section-5 h2 {
    text-align: center;
    position: relative;
    z-index: 200;
}
#section-5 .img-container {
    position: relative;
}
#section-5 .img-container img {
    max-width: calc(100% + 200px);
    margin-left: -20px;
}

#section-5 .right-column {
    position: relative;
    z-index: 200;
    top: -20px;
}

#section-5 h3 {
    margin-bottom: 32px;
    max-width: 540px;
    text-align: left;
    margin-left: 0;
}

#section-5 li {
    max-width: 400px;
    margin: 16px 0;
    position: relative;
    list-style: none;
}

#section-5 li::before {
    background: #fff;
    border: 1px solid #eee;
    content: "";
    height: 7px;
    width: 7px;
    position: absolute;
    left: -30px;
    top: 7px;
    transform: rotate(45deg);
}
#section-5 .landing-page-button {
    margin-left: 40px;
}
@media (max-width: 1200px) {
    #section-5 {
        padding-top: 160px;
    }
    #section-5 h2 {
        margin-bottom: calc(180px - 15vw);
    }
}


@media (max-width: 1000px) {
    #section-5 {
        /* padding: 80px 0; */
    }

    #section-5 .d-flex  {
        margin-top: 40px;
    }

    #section-5 .d-flex .left-column {
        width: 40%;
    }

    #section-5 .d-flex .right-column {
        width: 60%;
    }

    #section-5 .img-container img {
        max-width: calc(100% + 300px);
        margin-left: -160px;
    }
}


@media (max-width: 700px) {
    #section-5 {
        padding: 80px 20px 40px;
    }
    #section-5 .d-flex {
        position: relative;
    }
    #section-5 .d-flex .left-column {
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;

    }
    #section-5 .d-flex .right-column {
        width: 100%;
    }
    #section-5 .img-container img {
        max-width: 100%;
        margin-left: 0;
        opacity: 30%;
    }
    #section-5 h2 {
        text-align: left;
        margin-bottom: 0;
        margin-left: 0;
    }
    #section-5 li {
        max-width: 360px;
    }
    #section-5 .testimonial-container {
        /* display: none; */
    }
    #section-5 .img-container .testimonial:nth-of-type(1) {
        margin-left: 420px
    }
    #section-5 .img-container .testimonial:nth-of-type(2) {
        margin-left: 440px
    }
    #section-5 .img-container .testimonial:nth-of-type(3) {
        margin-left: 460px
    }
    .mobile #section-5 .d-flex {
        margin-top: 1rem;
    }
}


#section-6 {
    padding: 120px 20px 50px;
    background-image: url(https://cdn.voxility.com/voxcom/public/specific/infrastructure-europe/section-6-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
}
#section-6 .d-flex {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    justify-content: space-evenly;
}
#section-6 h2 {
    color: #fff;
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.05;
    margin-bottom: 60px;
}

#section-6 .landing-page-button {
    margin-left: 60px;
    margin-top: 0;
}
#section-6 .voucher-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    width: 33%;
    max-width: 360px;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    border: 2px solid #20727229;
}
#section-6 .voucher-container h3 {
    color: #fff;
    margin: 45px auto 40px;
    font-size: 62px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.05;
}
#section-6 .vouchers-remaining {
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border: 2px solid #fef41f;
    transform: rotate(15deg);
    position: absolute;
    top: 210px;
    right: 80px;
    backdrop-filter: blur(15px);
    font-weight: 800;
    font-size: 22px;
}
#section-6 .vouchers-remaining .fw-regular {
    font-size: 20px;
}
#section-6 p.voucher-amount {
    font-size: 38px;
    font-weight: 600;
    margin: 20px 0 0px;
    line-height: 1.2;
}
#section-6 p.voucher-details {
    line-height: 1.2;
    font-size: 26px;
    margin: 14px auto 20px;
}
#section-6 .voucher-container:last-of-type p.voucher-details {
    margin-top: 52px;
    max-width: 270px;
    margin-bottom: 25px;
}
#section-6 p.voucher-details + p {
    margin-top: auto;
    font-size: 18px;
}
#section-6 .voucher-container .landing-page-button {
    margin: 16px auto 32px;
    color: #000;
    background-color: #00ffff;
    border-color: transparent;
    padding: 15px 40px;
}
#section-6 .voucher-container .landing-page-button:hover:not(:disabled) {
    background-color: #66ffff;
}

#section-6 .voucher-container.sold-out .landing-page-button {
    background: #999;
    color: #000;
    display: none;
}
#section-6 .voucher-img {
    max-width: 200px;
}
#section-6 img.voucher-img.email-img {
    margin-top: 30px;
}
#section-6 .sold-out {
    opacity: 0.5;
    background: rgba(180, 180, 180, 0.15);
}
#section-6 .sold-out .vouchers-remaining {
    padding: 10px 48px;
    right: 87px;
    top: 238px;
    background: rgba(255, 0, 0, 0.6);
    border-color: #ff0000;
}
#section-6 .sold-out p.voucher-details + p {
    margin-top: 0;
}
#section-6 .voucher-amount .voucher-details {
    font-size: 13px;
    font-weight: 400;
    display: block;
}


@media (max-width: 1400px) {
    #section-6 .voucher-container {
        width: 30%;
    }
}
@media (max-width: 1200px) {
    #section-6 {
        padding: 80px 60px 120px;
    }
    #section-6 h2 {
        font-size: 24px;
    }
    #section-6 .voucher-container h3 {
        font-size: 48px;
        margin: 40px auto 35px;
    }
    #section-6 p.voucher-amount {
        font-size: 32px;
    }
    #section-6 p.voucher-details {
        font-size: 22px;
    }
    #section-6 p.voucher-details + p {
        font-size: 16px;
    }
    #section-6 .voucher-img {
        max-width: 180px;
    }
    #section-6 .vouchers-remaining .fw-regular {
        font-size: 18px;
    }
    #section-6 .vouchers-remaining {
        font-size: 20px;
        right: calc(20vw - 160px);
    }
    #section-6 .sold-out .vouchers-remaining {
        right: calc(25vw - 213px);
    }

}

@media (max-width: 1000px) {
    #section-6 {
        padding: 80px 10px;
    }
    #section-6 .voucher-container h3 {
        font-size: 40px;
    }
    #section-6 .vouchers-remaining .fw-regular,
    #section-6 .vouchers-remaining {
        font-size: 16px;
        padding: 8px;
        right: calc(50% - 75px);
    }
    #section-6 .sold-out .vouchers-remaining {
        padding: 8px 28px;
        right: calc(50% - 65px);
    }
    #section-6 p.voucher-amount {
        font-size: 28px;
    }

    #section-6 p.voucher-details {
        font-size: 20px;
    }
    #section-6 .voucher-img {
        max-width: 160px;
    }

}


@media (max-width: 700px) {
    .mobile #section-6 .voucher-container {
        width: 90%;
        margin: 15px auto;
        max-width: 400px;
    }
    .mobile #section-6 .d-flex {
        flex-direction: column;
    }
    .mobile #section-6 .voucher-img {
        max-width: 150px;
    }
    .mobile #section-6 h2 {
        font-size: min(1.35rem, 5.5vw) !important;
    }
    .mobile #section-6 .voucher-container h3 {
        margin: 25px auto 25px;
        font-size: 2rem !important;
    }
    .mobile #section-6 img.voucher-img.email-img {
        margin-top: 0;
    }
    .mobile #section-6 .vouchers-remaining {
        top: 140px;
    }
    .mobile #section-6 .sold-out .vouchers-remaining {
        margin-top: 20px;
    }
    .mobile #section-6 .voucher-container .landing-page-button {
        margin-bottom: 16px;
    }
    .mobile #section-6 p.voucher-details {
        margin: 10px auto;
    }
    .mobile #section-6 .voucher-container:last-of-type p.voucher-details {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}










/* Animation */
.swing-in-bottom-fwd {
    -webkit-animation:  swing-in-bottom-fwd 1.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both,
    float 3s ease-in-out infinite;
    animation:  swing-in-bottom-fwd 1.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both,
    float 3s ease-in-out infinite;
}
.swing-in-bottom-fwd:nth-child(2n) {
    -webkit-animation:  swing-in-bottom-fwd 1.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both,
    float-alt 5s ease-in-out infinite;
    animation:  swing-in-bottom-fwd 1.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both,
    float-alt 5s ease-in-out infinite;
}
.swing-in-bottom-fwd:nth-child(3n) {
    -webkit-animation:  swing-in-bottom-fwd 1.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both,
    float 4s ease-in-out infinite;
    animation:  swing-in-bottom-fwd 1.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both,
    float 4s ease-in-out infinite;
}

@-webkit-keyframes swing-in-bottom-fwd {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 1;
    }
}
@keyframes swing-in-bottom-fwd {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        opacity: 1;
    }
}



.swirl-in-top-bck {
    -webkit-animation: swirl-in-top-bck 0.65s ease-out both;
    animation: swirl-in-top-bck 0.65s ease-out both;

}

@-webkit-keyframes swirl-in-top-bck {
    0% {
        -webkit-transform: rotate(540deg) scale(5);
        transform: rotate(540deg) scale(5);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        opacity: 1;
    }
}
@keyframes swirl-in-top-bck {
    0% {
        -webkit-transform: rotate(540deg) scale(5);
        transform: rotate(540deg) scale(5);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        opacity: 1;
    }
}


.roll-in-left {
    -webkit-animation: roll-in-left 0.6s ease-out both;
    animation: roll-in-left 0.6s ease-out both;
}
@-webkit-keyframes roll-in-left {
    0% {
        -webkit-transform: translateX(-800px) rotate(-540deg);
        transform: translateX(-800px) rotate(-540deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}
@keyframes roll-in-left {
    0% {
        -webkit-transform: translateX(-800px) rotate(-540deg);
        transform: translateX(-800px) rotate(-540deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}

/*
    @keyframes float {

        0% {
            box-shadow: 0 5px 15px 0px rgba(0,0,0,0.2);
            transform: translatey(0px);
        }
        50% {
            box-shadow: 0 25px 15px 0px rgba(0,0,0,0.05);
            transform: translatey(-10px);
        }
        100% {
            box-shadow: 0 5px 15px 0px rgba(0,0,0,0.2);
            transform: translatey(0px);
        }

    }


    @keyframes float-alt {

        0% {
            box-shadow: 0 5px 15px 0px rgba(0,0,0,0.2);
            transform: translatey(0px);
        }
        50% {
            box-shadow: 0 25px 15px 0px rgba(0,0,0,0.0);
            transform: translatey(-15px);
        }
        100% {
            box-shadow: 0 5px 15px 0px rgba(0,0,0,0.2);
            transform: translatey(0px);
        }

    } */









/* popup */

.popup-wrapper .popup.landing-page-popup {
    padding: 60px !important;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    border: 2px solid #20727229;
    backdrop-filter: blur(15px);
    margin-top: calc(20vh - 100px);
}
.popup-wrapper .popup.landing-page-popup.voucher-popup {

}
.popup-wrapper .popup.landing-page-popup .popup-title {
    line-height: 1.2;
    font-size: 26px;
    margin-bottom: 16px;
}
.popup-wrapper .popup.landing-page-popup .wb-box-wrapper {
    background: transparent;
}
.popup-wrapper .popup.landing-page-popup a {
    color: #59ffeb;
}
.popup-wrapper .popup.landing-page-popup input[type='checkbox'].wb-checkbox:not(:checked)+label:after,
.popup-wrapper .popup.landing-page-popup input[type='checkbox'].wb-checkbox:checked+label:after {
    border-color: #00b8a2ff;
}
input[type='button'].landing-page-button.add {
    background-color: #00ffff;
    color: #000;
    border-color: transparent;
}
input[type='button'].landing-page-button.cancel {
    background-color: rgba(0,0,0,0.1);
    border-color: transparent;
}
input[type='button'].landing-page-button.cancel:hover:not(:disabled) {
    background-color: rgba(0,0,0,0.2);
}
input[type='button'].landing-page-button.add:hover:not(:disabled) {
    background-color: #66ffff;
}
.popup-wrapper .popup.landing-page-popup .separator-line {
    background: #2072725e;
}
.popup-wrapper .popup.landing-page-popup input[type="text"].wb-input-text {
    margin: 10px 0 35px;
}
.popup-wrapper .popup.landing-page-popup input[type="checkbox"].wb-checkbox+label>span {
    position: relative;
    top: -1px;
}

.popup-wrapper .popup.landing-page-popup input[type="text"]:focus.wb-input-text {
    border-color: rgba(0, 255, 255, 0.4) !important
}


.landing-page-popup .wb-box-content-row-left.invalid > input {
    border-color: hsl(0 100% 70% / 1) !important;
    background: #ffecec;
    color: hsl(0 90% 45% / 1);
}

.landing-page-popup .wb-box-content-row-left.invalid>small {
    color: #ff7e7e;
    display: block;
    margin-top: -30px;
    margin-bottom: 10px;
}

.landing-page-popup .wb-box-content-row-left.invalid{
    background: transparent;
}
.landing-page-popup .wb-error-banner {
    margin-top: -60px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 25px 60px;
}

#recaptcha-row small{
    margin-top: -24px;
    margin-left: 13px;
}

.show-on-success{
    text-align: center;
}
.arrow {
    display: inline-block;
    position: absolute;
    height: 30px;
    width: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 125'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cg id='Layer_1'%3E%3Cg id='Layer_1-2' data-name='Layer_1'%3E%3Cpath class='cls-1' d='M48.5,97.7h-1.2s0,0-.2,0h-.4l-.2-.2h-.2c0-.2,0-.2-.2-.2h-.2c0-.2-.3-.4-.3-.4l-22.2-21c-1.7-1.6-1.8-4.4-.2-6.1.8-.9,1.9-1.4,3.1-1.4s2.2.4,3,1.2l15,14.2V31.7c0-2.4,1.9-4.3,4.3-4.3s4.3,1.9,4.3,4.3v51.6l14.9-14.2c.8-.8,1.9-1.2,3-1.2s2.3.5,3.1,1.4c1.6,1.7,1.6,4.5-.2,6.1l-22.3,21.1h0c0,0,0,.2-.2.2h-.2c0,.2,0,.2-.2.3h0c0,0,0,.2-.2.2h-.2c0,0,0,0-.2.2h-.4c0,0,0,0-.2,0h-1.2l.2.2Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 30px;
    top: -15px;
    left: 155px;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }
  
  @keyframes bounce {
    0%, 20%, 50%, 70%, 95%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-25px);
    }
    60% {
      transform: translateY(-15px);
    }
    80% {
        transform: translateY(-5px);
    }
  }