@media screen and (min-width:768px) {
    .icon-menu-mobile,
    .menu-mobile-overlay {
        display: none;
    }
    #home .carousel-home {
        display: none;
    }
}

@media screen and (min-width:992px) and (max-width:1399px){
    #home .content,
    .download-page .content {
        padding-bottom: 50px;
    }
    #newsletter {
        padding-top: 90px;
    }
    #newsletter .swimmer {
        bottom: -170px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px){
    #home .container.partners .background-partners {
        padding: 60px;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    #home .content h1,
    .download-page .content h1 {
        font-size: 33px;
    }
    #home .cta.buttons a img,
    .download-page .cta.buttons a img {
        max-width: 135px;
    }
    #home .icons h2,
    #home .about .box-red h2,
    #home .contact h2 {
        font-size: 37px;
    }
    #home .social-wrapper {
        right: 40px;
    }
    #home .content video {
        height: 800px;
        width: auto;
    }
    #home .shadow {
        height: 800px;
    }
    #home .container.icons .wrapper-icons img {
        max-width: 77px;
    }
    #home .container.icons .wrapper-icons {
        gap: 40px;
    }
    #home .about .box-red {
        padding: 50px;
    }
    #home .about .box-red p {
        font-size: 20px;
    }
    #home .container.partners .background-partners {
        padding: 50px;
        gap: 30px;
    }
    #home .partners .wrapper-partners {
        column-gap: 15%;
    }
    #home .partners .wrapper-partners .single-partner {
        width: 23.33%;
    }
    #newsletter .swimmer {
        position: unset;
        margin-bottom: -240px;
    }
    #home .contact h3 {
        font-size: 30px;
    }
    #home .contact p {
        font-size: 25px;
    }
    #home .contact .privacy-send {
        flex-direction: column;
    }
    footer {
        padding: 55px 0 45px;
    }
}

@media screen and (max-width:767px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    header.sticky .container:before {
        width: 90%;
        left: 5%;
    }
    header .menu,
    #home .social-wrapper,
    .menu-mobile-overlay {
        display: none;
    }
    header .wrapper-header .col.col-md-5 {
        display: none;
    }
    header .wrapper-header .col-md-2 {
        justify-content: flex-start;
    }
    header .wrapper-header .col.col-md-10.col-sm-6.icon-menu-mobile {
        display: flex;
        justify-content: end;
    }
    header .icon-menu-mobile img,
    header .icon-menu-close img {
        cursor: pointer;
    }
    header .menu-mobile-overlay {
        width: 100vw;
        height: 100dvh;
        position: fixed;
        top: 0;
        left: 0;
        background: #D00;
    }
    header .menu-mobile-overlay .container {
        padding: 75px 40px 55px;
        display: flex;
        flex-direction: column;
        row-gap: 40px;
        justify-content: space-between;
        position: relative;
        overflow: scroll;
    }
    header.sticky .menu-mobile-overlay .container {
        padding: 45px 40px;
    }
    header .menu-mobile-overlay .wrapper-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    header ul.menu-mobile {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    header .menu-mobile-overlay ul.menu-mobile li a {
        color: #FFF;
        text-align: center;
        font-size: 40px;
        font-family: 'Saira Condensed', sans-serif;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-decoration: none;
    }
    header .menu-mobile-overlay ul.menu-mobile li a:hover {
        font-weight: 500;
    }
    header .menu-mobile-overlay .wrapper-legals {
        display: flex;
        flex-direction: column;
    }
    header .menu-mobile-overlay .copyright,
    header .menu-mobile-overlay .policy,
    header .menu-mobile-overlay .credits,
    header .menu-mobile-overlay .divider,
    header .menu-mobile-overlay .copyright a,
    header .menu-mobile-overlay .policy a,
    header .menu-mobile-overlay .credits a {
        color: #FFF;
        font-size: 15px;
        font-family: 'Saira Condensed', sans-serif;
        font-weight: 500;
        line-height: 24px;
        text-decoration: none;
        letter-spacing: 0.05em;
    }
    header .menu-mobile-overlay .copy-credits {
        display: flex;
        flex-direction: column;
    }
    header .menu-mobile-overlay .divider {
        display: none;
    }
    header .menu-mobile-overlay .social-wrapper {
        position: absolute;
        top: 165px;
        right: 45px;
    }
    header .menu-mobile-overlay .socials-sticky {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    header .menu-mobile-overlay .ellipse-mobile {
        width: 464.756px;
        height: 507.732px;
        transform: rotate(172.061deg);
        flex-shrink: 0;
        position: absolute;
        background: radial-gradient(rgba(0, 0, 0, 1), rgba(36, 18, 18, 1));
        opacity: 0.3;
        filter: blur(106.35px);
        right: -48%;
        top: -2%;
        z-index: -1;
    }

    /* CONTENT */

    #home .content video {
        height: 800px;
        width: auto;
        overflow: hidden;
        top: 27%;
    }
    #home .shadow {
        height: 810px;
        top: 26.9%;
    }
    #home .content .ellipse-one,
    .download-page .content .ellipse-one {
        top: 0%;
        left: -94%;
        opacity: 0.5;
    }
    #home .content .ellipse-two,
    #home .content .ellipse-three,
    #home .content .ellipse-four,
    .download-page .content .ellipse-two,
    .download-page .content .ellipse-three,
    .download-page .content .ellipse-four {
        display: none;
    }
    #home .row.row-intro,
    .download-page .row.row-intro {
        flex-direction: column-reverse;
        padding-top: 0px;
        padding-bottom: 150px;
    }
    #home .content h1,
    .download-page .content h1 {
        font-size: 26px;
    }
    #home .content p, #home .contact p,
    .download-page .content p {
        font-size: 26px;
    }
    #home .cta.buttons a img,
    .download-page .cta.buttons a img {
        max-width: 125px;
    }
    #home .row.row-intro .wrapper-image-intro,
    .download-page .row.row-intro .wrapper-image-intro {
        padding-top: 70px;
    }
    #home .row.row-intro img.iphone-intro,
    .download-page .row.row-intro img.iphone-intro {
        max-width: 100%;
    }
    #home .icons h2,
    #home .partners h2 {
        font-size: 37px;
        text-align: center;
    }
    #home .container.icons .wrapper-icons {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
    #home .container.icons .wrapper-icons img {
        max-width: 26%;
    }
    #home .container.about {
        column-gap: 0;
        row-gap: 40px;
        padding-top: 150px;
        padding-bottom: 150px;
    }
    #home .container.about .box.margin-negative {
        margin-top: 0px;
    }
    #home .container.about .box {
        max-width: 100%;
        width: 100%;
    }
    #home .about .box-red {
        padding: 50px;
        min-height: auto;
    }
    #home .about .box-red h2 {
        font-size: 30px;
    }
    #home .about .box-red p {
        font-size: 18px;
    }
    #home .container.about .box.box-img {
        display: none;
    }
    #partners {
        z-index: 1;
        position: relative;
    }
    #home .container.partners .background-partners {
        padding: 50px 40px;   
    }
    #home .partners .wrapper-partners {
        column-gap: 20%;
    }
    #home .partners .wrapper-partners .single-partner {
        width: 40%;
    }
    #home .first.line .single-partner:last-of-type {
        padding-top: 15px;
    }
    #home .content {
        padding-bottom: 0;
    }
    #newsletter {
        padding-top: 100px;
    }
    #newsletter .swimmer {
        position: unset;
        width: 500px;
        margin-top: -50px;
        margin-bottom: -130px;
    }
    .mc4wp-form .email-wrapper {
        width: calc(100% + 30px);
    }
    #home .contact h2 {
        font-size: 37px;
    }
    footer {
        padding: 55px 0 45px;
    }
    footer .wrapper-legals {
        flex-direction: column;
        align-items: flex-start;
    }
    #contact .ellipse-one,
    #contact .ellipse-two {
        display: none;
    }
    #home .swiper.carousel-home {
        height: 370px;
        aspect-ratio: 1;
        z-index: 2;
    }
    #home .swiper.carousel-home img {
        width: 100%;
        border-radius: 16px;
    }
    #home .swiper.carousel-home .swiper-button-prev {
        width: 10px;
        height: 17px;
        color: #fff;
        top: auto;
        bottom: 5px;
        left: 43%;
        transform: translateX(-43%);
    }
    #home .swiper.carousel-home .swiper-button-next {
        width: 10px;
        height: 17px;
        color: #fff;
        top: auto;
        bottom: 5px;
        right: 43%;
        transform: translateX(-43%);
    }
    #home .swiper.carousel-home .swiper-button-prev:after,
    #home .swiper.carousel-home .swiper-button-next:after {
        font-size: 17px;
    }
    #home .contact .privacy-send {
        flex-direction: column;
    }
    footer .copy-credits {
        display: flex;
        flex-direction: column;
    }
    footer .divider {
        display: none;
    }
    #home .features {
        margin-bottom: 32px;
    }
    #home .features-slider .slide {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, auto);
        grid-column-gap: 0;
        grid-row-gap: 24px;
        padding: 28px;
    }
    #home .features-slider .slide .text {
        padding-left: 0;
    }
    #home .features-slider .slide .text h3 {
        font-size: 42px;
    }
    #home .features-slider .slide .text h3 span {
        font-size: 24px;
    }
    #home .features-slider .slide .text p {
        font-size: 22px;
    }
    .newsletter-popup-wrapper {
        max-width: calc(100vw - 40px);
    }
    .newsletter-popup .popup-content {
        overflow: hidden;
        padding: 210px 44px 76px 44px;
    }
    .newsletter-popup .popup-content .text-wrapper {
        max-width: unset;
    }
    .newsletter-popup .mc4wp-form input[type="email"] {
        padding-left: 20px;
    }
    .newsletter-popup .popup-content .swimmer {
        max-width: 89%;
        max-height: unset;
        right: -20%;
        top: -4%;
        transform: none;
    }
}

@media screen and (max-width:400px) {
    .newsletter-popup .popup-content {
        padding-left: 28px;
        padding-right: 28px;
    }
}
