
@media (min-width: 1750px){

    #section-1.section::after {
        width: 24vw;
        height: 35vw;
    }    
    
    #section-4 .col-right{
        right: 0;
    }

}


@media (max-width: 1440px){
    
    #section-10.section .grey-square {
        top: 22%;
        padding: 3vw 0;
        height: auto;
        width: 43.5vw;
    }

    #section-10.section h2 {
        margin-bottom: 50px;
    }

    #section-13 .top-wrapper .support-wrapper{
        max-width: 100%;
    }

}

@media (max-width: 1366px){

    #section-1.section::after{
        top: 22%;
    }
    
    #section-4 .top-wrapper{
        top: -6vw;
        padding: 3vw 5vw;
    }

    #section-8 .support-wrapper.shorts .col-right {
        margin-right: 19.5%;
        max-width: 50%;
    }

    #section-8 .image-wrapper img {
        min-width: 576px;
    }

    #section-9 .support-wrapper.shorts {
        margin-right: 0;
    }

    #section-9 .support-wrapper.shorts .col-right {
        max-width: 70%;
    }

    #section-10.section h2{
        max-width: 400px;
    }

    #section-10.section .grey-square {
        top: 21%;
    }

    #section-11 .cta{
        max-width: 65vw; 
    }

}

@media (max-width: 1280px){

    #section-1.section::after{
        top: 30%;
    }
    
    #section-4.section {
        padding-top: 13vw;
    }

    #section-7.section {
        padding-top: 36vw;
    }

    #section-7 .example-url span:nth-child(3){
        display: none;
    }


    #section-8 .image-wrapper img {
        min-width: 543px;
    }

    #section-10.section .grey-square {
        top: 18%;
    }

    #section-10.section h2{
        max-width: 350px;
    }

    #section-10.section .grey-square {
        top: 17%;
        right: 0;
        width: 49vw;
    }

    #section-13 .top-wrapper{
        padding: 3.7vw 3.9vw 2.7vw;
    }

    #section-13 .top-wrapper h2{
        font-size: 18px;
        font-weight: 600;
    }

}

@media (max-width: 1160px){

    .section-content .col-left{
        max-width: 45%;
    }

    .support-wrapper.shorts{
        width: 75%;
    }

    #section-4.section {
        padding-top: 15vw;
    }

    #section-4 .red-alert{
        padding: 3vw 60px;
    }

    #section-4 .top-wrapper {
        width: 51vw;
        right: 0;
    }

    #section-7 .example-url span:nth-child(1),
    #section-7 .example-url span:nth-child(2){
        display: none;
    }

    #section-7 .example-url span:nth-child(4){
        margin-left: 15px;
    }

    .example-url{
        max-width: 360px;
    }

    #section-8 .support-wrapper.shorts .col-right {
        margin-right: 12.5%;
        max-width: 60%;
    }

    #section-8 .image-wrapper img {
        min-width: 500px;
    }

    #section-8.section h2{
        margin-bottom: 30px;
    }

    #section-10.section .col-left{
        max-width: 50%;
    }

    #section-10.section .grey-square {
        width: 51vw;
    }

    #section-14 .support-wrapper.shorts,
    footer .support-wrapper.shorts {
        margin: 0 5%;
    }

}


@media (max-width: 1080px){

    .section-content .col-left {
        max-width: 50%;
    }

    #section-7.section {
        padding-top: 38vw;
    }

    #section-8 .image-wrapper img {
        min-width: 470px;
    }

    #section-9.section {
        padding: 3.9vw 0 5.9vw;
    }

    #section-9 .text-editor {
        width: 49%;
    }

    #section-9 .section-content{
        padding-bottom: 50px;
    }

    #section-9 .support-wrapper.shorts{
        width: 100%;
    }

    #section-9 .support-wrapper.shorts .col-right {
        max-width: 100%;
    }

}


@media (max-width: 1024px){

    #section-7.section {
        padding-top: 40vw;
        margin-bottom: 50px;
    }

    #section-8 .image-wrapper img {
        min-width: 456px;
        height: 400px;
        object-fit: cover;
    }

    #section-9.section {
        padding: 8vw 0 5.9vw;
    }

}



@media (max-width: 991px) {

    #section-1.section::after{
        display: none;
    }

    body{
        font-size: 14px;
    }

    .section-width {
        padding: 0 30px;
    }

    .section-content .col-left,
    .section-content .col-right{
        width: 100%;
    }

    #preloader {
        background: #0451EE;
    }

    #status {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(83deg) brightness(103%) contrast(101%);
    }

    #section-10 a:not([href]):not([tabindex]) {
        color: #0451EE !important;
    }

/*-----------------------------------------------------------
Overlay menu
-------------------------------------------------------------*/

    .header-wrapper{
        z-index: 99999;
    }

    .header-wrapper img{
        transition: .5s;
    }

    .header-wrapper.section-1-on-top img,
    .header-wrapper.section-6-on-top img{
        filter: invert() !important;
    }

    .header-wrapper.menu-active img{
        filter: none !important;
    }

    .overlay-section {
        display: flex;
        align-items: center;
        top: 0px;
        z-index: 9999; 
        width: 100%;
        left: -100%;
        transition: left 1s;
        transition-timing-function: ease;
        height: 100%;
        position: fixed;
        overflow: overlay;
        background-color:  #fff;
        flex-direction: column;
    }

    .overlay-section.active {  
        top: 0;
        left: 0;
    }

    .overlay-section .section-width {
        width: 100%;
        position: absolute;
        bottom: 0;
        display: flex;
    }

    .overlay-section .section-content {
        left: -250%;
        visibility: hidden;
        opacity: 0;
        height: auto;
        position: relative;
        transition: all 1s;
        transition-timing-function: ease;
        text-align: left;
    }

    .overlay-section .section-content .col-left{
        max-width: 100%;
    }

    .overlay-section .section-content .col-right{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .overlay-section .section-content.active {
        visibility: visible;
        opacity: 1;
        left: 0;
    }

    .overlay-section .section-content ul {
        padding-left: 0;
        margin: 0;
    }

    .overlay-section .section-content li {
        list-style: none;
        padding: 15px 0 15px;
    }

    .overlay-section .section-content li a {
        font-size: 25px;
        line-height: 1;
        transition: .5s;
        color: #0451EE;
        font-weight: 500;
    }

    .overlay-section .section-content li.current-menu-item a {
        font-weight: 700 !important;
    }

    .overlay-section .section-content li a:hover{
        padding-left: 20px;
        transition: .5s;
    }

    .menu-mobile .hamburger{
        visibility: visible;
        opacity: 1;
        transition: .5s;
    }

    .overlay-section .hamburger.is-active{
        visibility: visible;
        opacity: 1;
        transition: .5s;
    }

    .overlay-section .social-media{
        width: 100%;
        margin: 0;
    }


    .header-wrapper{
        height: auto;
    }

    .header {
        padding: 0px 30px;
        width: 100%;
        height: 70px;
        margin: 0;
        z-index: 99999;
    }

    .menu-mobile {
        width: 17%;
        justify-content: flex-end;
    }

    .menu-mobile .support-div{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .logo {
        width: 50%;
        display: block;
        background-color: transparent;
        height: auto;
    }

    .logo img {
        width: 149px;
    }

    .header .hamburger-inner,
    .header .hamburger-inner::before,
    .header .hamburger-inner::after,
    .header.sticky .hamburger-inner, 
    .header.sticky .hamburger-inner::before, 
    .header.sticky .hamburger-inner::after {
        width: 24px;
        height: 2px;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease; 
        background-color: #0451EE;
    }

    .hamburger--emphatic.is-active .hamburger-inner::after,
    .hamburger--emphatic.is-active .hamburger-inner::before{
        background-color: #0451EE;
    }
    


/*-----------------------------------------------------------
    Section PAGE
-------------------------------------------------------------*/


    .support-wrapper.shorts{
        margin-left: 35px;
    }

    #section-1 .title-wrapper::after {
        display: none;
    }

    #section-1 .section-width::after  {
        content: '';
        width: 137px;
        height: 13px;
        background-image: url("/wp-content/themes/Simpli/images/four-blue-arrow.svg");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 40px;
        left: 30px;
    }

    #section-4.section {
        padding-top: 10vw;
    }

    #section-4 .red-alert {
        padding: 3vw 65px;
    }

    #section-4 .support-wrapper.shorts h2{
        max-width: 359px;
    }

    #section-7 .top-left-wrapper{
        padding: 6.6vw 65px;
    }

    #section-7.section{
        padding-top: 47vw;
        min-height: 700px;
        margin: 0;
    }

    #section-7 .repeater{
        width: auto;
        min-width: auto;
    }

    #section-7 .top-right-wrapper{
        padding: 6vw 4vw 3vw;
    }

    #section-8 .support-wrapper.shorts{
        margin-left: auto;
    }

    #section-8 .image-wrapper{
        top: 28%;
    }

    #section-8 .image-wrapper img {
        min-width: 42vw;
    }

    #section-8 .support-wrapper.shorts:before, 
    #section-8 .support-wrapper.shorts:after {
        width: 30px;
    }

    #section-8 .support-wrapper.shorts:before{
        left: -30px;
    }

    #section-8 .support-wrapper.shorts:after {
        right: -30px;
    }





    #section-9.section {
        padding: 12vw 0 5.9vw;
    }

    #section-10.section .grey-square {
        padding: 3vw;
    }

    #section-11 .cta {
        max-width: 75vw;
    }

    #section-14 .support-wrapper.shorts, 
    footer .support-wrapper.shorts {
        margin: 0 35px;
    }

    footer .col-two {
        width: 28vw;
    }


}


@media (max-width: 860px) {

    #section-4 .top-wrapper{
        top: -4vw;
    }

    #section-4 .red-alert {
        width: 44vw;
    }

    #section-4 .support-wrapper.shorts{
        width: 100%;
        margin-right: 6%;
    }

    #section-4 .support-wrapper.shorts h2 {
        max-width: 320px;
    }

    #section-4 .section-content .col-left {
        max-width: 45%;
    }

    #section-4 .section-content .col-right {
        max-width: 50%;
    }

    #section-6 .support-wrapper.shorts,
    #section-7 .support-wrapper.shorts{
        width: 90%;
        margin-right: 0;
    }

    #section-7.section{
        min-height: 760px;
    }

    .explanation{
        margin-top: 50px;
    }

    #section-10.section h2 {
        max-width: 300px;
    }

}



@media (max-width: 760px) {

    .support-wrapper.shorts{
        margin-left: 0;
        margin-right: 0 !important;
    }

    #section-2 .image-wrapper{
        padding-left: 30px;
    }

    #section-2 .image-wrapper img{
        min-height: 55vw; 
    }

    #section-4.section{
        height: auto;
        min-height: auto;
        padding-bottom: 0;
    }

    #section-4 .bottom-wrapper{
        position: relative;
    }

    #section-4 .red-alert {
        margin-top: 50px;
        width: 100%;
        padding: 35px 35px 25px;
    }

    #section-6 .support-wrapper.shorts, 
    #section-7 .support-wrapper.shorts {
        width: 100%;
    }

    #section-6 .section-content .col-left,
    #section-7 .section-content .col-left {
        max-width: 46%;
    }

    #section-7.section {
        padding: 0;
        min-height: auto;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        max-height: 100%;
    }

    #section-7 .section-width {
        width: 50%;
        order: 1;
        margin-top: 70px;
        margin-bottom: 0;
        height: 546px;
        margin-left: 0;
    }

    #section-7 .top-left-wrapper {
        padding: 35px;
        order: 3;
        width: 100%;
        top: 0;
        position: relative;
    }

    #section-7 .top-right-wrapper {
        position: absolute;
        order: 2;
        width: 50%;
        top: -26vw;
    }

    #section-7 .section-width {
        width: 50%;
        order: 1;
        margin-top: 70px;
    }

    #section-7 .section-content .col-left{
        max-width: 100%;
    }

    #section-14 .support-wrapper.shorts, 
    footer .support-wrapper.shorts {
        margin: 0;
    }




}


@media (max-width: 700px) {

    
    #section-1 .title-wrapper{
        padding-right: 54px;
    }

    .section{
        padding: 40px 0;
    }

    .hidden-below-700{
        display: none !important;
    }

    .visible-below-700{
        margin-top: 40px;
        margin-bottom: 100px;
        display: block !important;
    }

    .subtitle-wrapper,
    .support-wrapper.shorts{
        width: 100%;
    }

    .section-content .col-left, 
    .section-content .col-right {
        max-width: 100%;
    }

    .section h2{
        margin-bottom: 30px;
        max-width: 100%;
    }

    #section-1 .section-width{
        padding: 30px;
    }

    #section-1 .support-wrapper{
        margin-left: 0;
    }

    #section-3.section::after {
        display: none;
    }

    #section-4 .top-wrapper {
        top: -50px;
        position: relative;
        width: calc( 100% - 60px);
        margin: auto;
        padding: 40px 25px;
    }

    #section-4 .red-alert {
        margin-top: 30px;
    }

    #section-4 .support-wrapper.shorts h2 {
        max-width: 100%;
    }

    #section-4 .section-content .col-left,
    #section-4 .section-content .col-right{
        max-width: 100%;
    }

    #section-6.section {
        padding-bottom: 155px;
    }

    #section-6 .section-content .col-left, 
    #section-7 .section-content .col-left{
        max-width: 100%;
    }

    #section-7 .top-right-wrapper{
        position: relative;
        top: -95px;
        order: 1;
        width: calc( 100% - 30px );
        margin-left: auto;
        padding: 40px 30px 20px;
    }

    #section-7 .top-left-wrapper{
        order: 2;
        padding: 60px 30px;
        margin-top: -95px;
    }

    #section-7 .section-width {
        width: 100%;
        order: 3;
        height: auto;
        margin-bottom: 100px;
    }

    #section-7 .repeater .item .list-number{
        width: 40px;
        margin-right: 13px;
    }

    #section-7 .repeater .item{
        justify-content: flex-start;
    }

    #section-8.section {
        padding-bottom: 0;
    }

    #section-8 .support-wrapper.shorts {
        margin-left: 0;
        padding: 40px 0;
        width: 100%;
    }

    #section-8 .support-wrapper.shorts .col-right {
        margin-right: 0;
        max-width: 100%;
    }

    #section-8 .subtitle-wrapper{
        max-width: 100%;
        margin-bottom: 42px;
    }

    #section-8 .image-wrapper{
        display: none;
    }

    #section-9.section {
        padding: 60px 0;
    }

    #section-9.section .section-content::before {
        left: 30px;
    }

    #section-9 .text-editor {
        width: 45%;
    }

    #section-10{
        background-color: transparent;
        position: relative;
    }

    #section-10:before{
        content: '';
        background-color: #0451EE;
        width: 100%;
        height: 337px;
        position: absolute;
        top: 0;
        left: 0;
    }

    #section-10.section h2{
        max-width: 100%;
    }

    #section-10.section .grey-square {
        position: relative;
        top: 0;
        margin: auto;
        width: 100%;
        padding: 40px 30px;
        height: auto;
        max-height: 100%;
    }
    
    #section-10.section::after {
        display: none;
    }

    
    #section-10.section.blue p, 
    #section-10.section.blue li{
        color: #171717;
    }

    #section-10.section.blue .button-section a{
        color: #0451EE;
    }

    #section-10.section.blue .button-section a::after {
        filter: none;
    }

    #section-10 .top.wrapper{
        margin-top: 60px;
        width: 100%;
    }

    #section-10 .wrapper{
        flex-wrap: wrap;
    }

    #section-10.section .col-left,
    #section-10.section .col-right{
        max-width: 100%;
    }

    #section-11{
        background-color: #0451EE;
        padding: 100px 0;
    }

    #section-11 .cta {
        max-width: 100%;
    }

    #section-11 .cta p{
        color: #F1F1F1;
    }

    #section-12 {
        padding: 40px 0 100px;
    }

    #section-13 .top-wrapper {
        padding: 40px 35px;
        width: calc( 100% - 30px );
        margin-left: auto;
        top: -95px;
        position: relative;
    }

    #section-13 .section-width{
        top: -40px;
    }

    #section-14.section {
        padding-bottom: 100px;
    }

    #section-14 .repeater .item .question{
        max-width: 90%;
        height: auto;
        padding: 20px 0;
    }
    
    footer .section{
        padding: 60px 0;
    }

    footer .col-one,
    footer .col-two,
    footer .col-three,
    footer .col-four{
        width: 100%;
    }

    .foot-content-wrapper .col-two,
    .foot-content-wrapper .col-four{
        margin: 40px 0;
    }

    .copyright{
        margin: 0;
        flex-wrap: wrap;
    }

    .copyright .col-two{
        padding: 25px 0;
    }
    


}


@media (max-width: 500px) {

    .contact-container{
        top: 15%;
        width: 330px;
        right: -330px;
        max-width: 100%;
    }

    .contact-container h2 {
        font-size: 18px;
        line-height: 1.3;
        display: none;
    }

    .contact-container .text-editor {
        justify-content: flex-end;
    }

    .contact-info {
        margin: 0 0 20px 0;
    }

    .contact-info a{
        font-size: 14px;
    }

    .cf7-item.your-email, .cf7-item.your-subject {
        width: 100%;
    }

    input[type="submit"]{
        font-size: 14px;
    }

    #section-1 .section-content {
        max-width: 100%;
    }

    #section-1 h1{
        font-size: 40px; 
    }

    #section-9 .support-wrapper.shorts .col-right{
        flex-wrap: wrap;
    }

    #section-9 .text-editor,
    #section-13 .top-wrapper .text-editor {
        width: 100%;      
    }

}


@media (max-width: 400px) {

    #section-1 h1{
        font-size: 38px; 
    }

    #section-7 .example-url span:nth-child(4){
        margin-left: 0;
    }

    .example-url {
        padding: 20px 0px;
        padding-left: 47px;
    }

    .example-url::before{
        left: 15px;
    }

}

@media (max-width: 300px) {


    #section-1 h1{
        font-size: 30px; 
    }


}
