@media screen and (max-width: 1450px) {
    .mobile {display: flex;}
    .section2ImgCover {
        position: relative;
        right: auto;
        margin-bottom: -140px;
    }
    .section3 > .rowContainer {
        flex-direction: column !important;
    }
    .threeImageC {
        justify-content: center;
        overflow: hidden;
        max-width: calc(100% + 32px);
        margin: 0 -16px;
        align-items: center;
    }
    .threeImage {
        width: 100%;
        overflow: hidden;
        min-width: 580px;
    }
}

@media screen and (max-width: 1149px) {
    .threeImage img:nth-child(1),
    .threeImage img:nth-child(3) {
        width: 25% !important;
    }
    .threeImage img:nth-child(2) {
        width: 40%;
    }
    .section2 .centerImg {
        margin: 0 -16px;
    }
    .heading1regular {font-size: 72px;}
    .heading1bold {font-size: 72px;}
    .heading1extrabold {font-size: 72px;}

    .heading2regular {font-size: 48px;}
    .heading2bold {font-size: 48px;}
    .heading2extrabold {font-size: 48px;}
}

@media screen and (max-width: 1000px) {
    .maxContainer960,
    .maxContainer1049 {
        padding: 0 16px;
        box-sizing: border-box;
    }
    .store {width: 100%;}
    .store .spaceH_xxlarge {
        width: 1px;
        height: 24px;
    }
    .store .button {
        width: 100%;
        text-align: center;
    }
    .mobileColumnContainer {
        flex-direction: column !important;
    }
    .section4 .spaceBigV_medium {height: 144px;}
    .section5 .mobileColumnContainer > div:first-child,
    .section6 .mobileColumnContainer > div:first-child {
        margin-bottom: 64px;
    }
    .spaceBigV_medium {height: 64px; flex-shrink: 0;}
    .mobileflexReverse {flex-direction: column-reverse !important;}
    .box .alignBottom {align-self: center;}
    .section9 .mobileColumnContainer {gap: 64px;}
    .section9 .mobileColumnContainer .spaceH_xxxxlarge {display: none;}

    .section10 .mobileColumnContainer {gap: 6px;}
    .section10 .mobileColumnContainer .hug {width: 100%;}
    
    .footerTop > div:first-child {margin-bottom: 64px;}
    
    .mailField {justify-content: space-between;}
    
    .footerBottom > div:first-child {margin-bottom: 64px;}

    .footerBottom > .columnContainer > .rowContainer {justify-content: center;}
    .footerBottom > .columnContainer > .rowContainer:last-child {gap: 16px;}   
    .fill {width: auto;}
}


@media screen and (max-width: 900px) {
    .section2ImgCover {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section2ImgCover img {width: 100% !important;}
    .section5 .width_large img {width: calc(50% - 8px);}
    .section6 .width_large img,
    .section7 .width_large img,
    .section8 .width_large img {width: 100%;}
    .width_large,
    .width_small {width: 100%;}
    .section9 .width_small img {
        width: 100% !important;
    }
    .section9 .spaceBigH_small,
    .section9 .spaceBigV_small {
        width: 16px;
    }
    .mobileHidden {display: none;}
    .footerTop .rowContainer input {
        width: 45%;
        flex-basis: 45%;
    }
    .footerTop .rowContainer button {
        text-align: center;
        align-items: center;
        justify-content: center;
        width: 55%;
        flex-basis: 55%;
    }
}

@media screen and (max-width: 400px) {
    .heading1extrabold {font-size: 60px;}
}
