/* general */
body *{
    font-family: proxima-nova, sans-serif !important;
    img{
        -webkit-user-drag: none;
        user-select: none;
    }
    .page{
        overflow-x: clip;
    }
}
body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: rgb(255,255,255)
}
#tour{
    padding-top: 4px;
}
.mobile-menu-is-active{
    overflow: hidden;
}
* {
    font-size: 20px;
    color: #252525;
}
.container-fluid{
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
}

.linear-blue{
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(67%, #f5fafa), to(#fff));
    background-image: linear-gradient(0deg, #f5fafa 67%, #fff);
}

.success-toast, .posted-toast{
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: white;
    padding: 25px 50px;
    font-size: 20px;
    border-radius: 4px;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
    z-index: 99999;
    background-color: #052b8c;
    color: white;
}

/* contact */
#contact-success-wrap{
    display: none;
}
.contact-success{
    color: white !important;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    background-color: #3DAC64 !important;
    padding: 130px 30px !important;
}
.contact-wrap{
    margin-top: 60px;
}
.contact-page{
    padding-top: 120px;
}
.contact-page a{
    text-decoration: none !important;
}
.contact-page h1{
    color: #252525;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 36px;
    line-height: 1.3;
}
.contact-page .descr{
    color: #252525;
    font-size: 20px;
    line-height: 1.5;
    display: block;
    margin: auto;
    max-width: 700px;
    text-align: center;
    margin-bottom: 48px;
}
.contact-icon{
    height: 80px;
    width: 100%;
}
.contact-page .panel{
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    width: 100%;
}
.contact-page .panels{

}
.contact-page .panels .panel{
    width: 32.333%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    transition: .2s ease;
    padding: 80px 42px;
}
.contact-page .panels .panel:last-of-type{
    margin-right: 0;
}
.contact-page .panels .panel:hover{
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 20%);
}
.contact-text-wrap{
    
}
.contact-text-wrap h3{
    margin-top: 40px;
    margin-bottom: 20px;
    color: #052b8c;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
}
.contact-text-wrap .contact-descr-wrap{
    line-height: 1.5;
    text-align: center;
    font-size: 20px;
}
.contact-text-wrap .contact-descr-wrap strong{
    font-weight: bold;
}
.contact-page .panel--form{
    padding: 130px 120px;
    padding-bottom: 100px;
    margin-bottom: 200px;
    transition: .2s ease;
}
.contact-page #demo-form{
    padding-top: 42px;
}

/* grecaptcha */
.grecaptcha-badge { visibility: hidden; z-index: 1060; }
.contact-page .grecaptcha-badge { visibility: visible; }
.body.modal-open .grecaptcha-badge { visibility: visible; }
.body.modal-open .up { visibility: hidden; }

.body--contact .grecaptcha-badge{
    visibility: visible !important;
}
.body--contact .up{
    visibility: hidden !important;
}

/* disciplines section */
.disciplines-section .sub{
    text-align: center !important;
}
.disciplines-section-wrap{
    margin-top: 50px;
    margin-bottom: 140px;
}

/* mobile menu */
.nav-home{
    display: none;
}
body .mobile-menu{
    display: none;
    position: fixed;
    top: 30px;
    right: 16px;
    z-index: 99;
    padding: 14px;
    border-radius: 100%;
    background: white;

    height: 54px;
    width: 54px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
}
body .mobile-menu .line{
    background-color: #373F51;
    border-radius: 9px;
    transform: scale(.9);
}
.nav-wrap{
    display: -ms-flexbox;
    display: flex;
}

/* nav */
.container-nav{
    position: relative;
    z-index: 9;
}
.navigation{
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 40px;
    
    /* opacity: 0;
    animation: fadeIn .4s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: .2s; */
}
.mb-logo-wrap{
    display: inline-block;
}
.mb-logo{
    height: 41px;
    display: inline-block;
    margin: 7px 0;
}
.navigation ul{
    height: 100%;
}
.navigation ul>li{
    height: 100%;
    transition: .3s ease;
    position: relative;
}
.navigation ul>li:hover{
    opacity: 1;
}
.navigation ul>li .chev{
    transition: .3s ease;
}
.navigation ul>li:hover .chev{
    transform: rotate(180deg) translateY(1px);
}
.navigation ul>li>a, .navigation ul li>span{
    color: #252525;
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    font-family: proxima-nova, sans-serif;
    cursor: pointer;
    padding: 18px 20px;
    padding-right: 44px;
    font-weight: 500;
    transition: .1s ease;
    position: relative;
    /* &::after{
        content: '';
        position: absolute;
        bottom: 17px;
        left: 20px;
        width: calc(100% - 62px);
        height: 1px;
        background-color: #2B71CC;
        opacity: 0;
    } */
    &.active{
        color: #2B71CC;
        /* &::after{
            opacity: 1;
        } */
    }
    &:hover{
        color: #2B71CC;
    }
}
.login-btn{
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 20px;
    background: #062B8D;
    color: white !important;
    text-transform: uppercase;
    padding: 18px 32px;
    font-family: proxima-nova, sans-serif;
    margin-left: 20px;
    margin-left: 12px;
    border-radius: 4px;
    text-decoration: none !important;
    transition: .2s ease;
}
#language-switch{
    display: flex;
    height: 56px;
    width: 74px;
    user-select: none;
    line-height: 53px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent url(/static/assets/images/chev-language-switch.svg) right 8px center no-repeat;
    background-size: 20px 20px;
    color: #102A87;
    cursor: pointer;
    border-radius: 4px;
    border: 2px solid #E5E9EB;
    padding-left: 16px;
    /* transition: .1s ease;
    opacity: 0; */
    /* &.active{
        opacity: 1;
    } */
}
.navigation .chev{
    display: inline-block;
    width: 14px;
    height: 8px;
    background: url(../images/chev.svg) center center no-repeat;
    background-size: contain;
    margin-bottom: 1px;
    margin-left: 10px;
}
.navigation ul>li:hover .sub-navigation{
    opacity: 1;
    pointer-events: all;
}
.sub-navigation .sub-items{
    transform: translateY(-10px);
    transition: .3s ease;
    background-color: #F6FAFB;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 4px;
}
.navigation ul>li:hover .sub-items{
    transform: translateY(8px);
    transform: translateY(0);
}
.sub-navigation{
    position: absolute;
    width: 440px;
    top: 100%;
    left: -32px;
    opacity: .2;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
    z-index: 9;
}
.sub-navigation a{
    padding: 25px 30px;
    width: 100%;
    border-bottom: 1px solid #e2e6e7;
    display: block;
    font-size: 22px;
    color: #252525;
    text-decoration: none;
    font-weight: 500;
    transition: .1s ease;
}
.sub-navigation a:last-of-type(14){
    border-bottom: 0;
}
.sub-navigation a:hover{
    color: #2b71cc;
}
.sub-navigation--2-col{
    width: 870px;
    left: 50%;
    transform: translateX(-50%);
}
.sub-navigation--2-col a {
    width: 50%;
    float: left;
}
.sub-navigation--2-col a:nth-of-type(13) {
    border-bottom: 0;
}
.sub-navigation--2-col a:nth-of-type(14) {
    border-bottom: 0;
}
.sub-navigation--2-col a:nth-of-type(odd) {
    margin-right: 0%;
    border-right: 1px solid #e2e6e7;
}

/* hero */
.hero{
    /* height: 48vh; */
    /* min-height: 400px;
    max-height: 550px; */
    padding-top: 120px;
    padding-bottom: 25px;
    max-width: 100%;
    max-height: 530px;
}
.sub-hero{
    height: auto;
    padding-top: 30px;
    padding-bottom: 80px;
    padding-top: 60px;
    min-height: 0;
    max-height: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    animation-delay: .2s !important;
    &.sub-hero--prof{
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
body div{
    .hero-image-professionals{
        /* animation: unset !important; */
        /* opacity: 1 !important; */
        margin-left: unset !important;
        margin-right: unset !important;
        width: unset !important;
        /* width: calc(100% - 20px) !important; */
        /* max-width: unset !important; */
    }
}
.hero-image--hidden{
    position: absolute;
    pointer-events: none;
    visibility: hidden;
    opacity: 0 !important;
}
.hero-image--shown{
    /* position: unset !important;
    pointer-events: all !important;
    visibility: visible !important;
    opacity: 1 !important; */
}
html[lang="nl"] .hero h1, html[lang="fr"] .hero h1{
    max-width: 700px;
}
.hero h1{
    color: #252525;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    width: 100%;
    max-width: 600px;
}
.sub-hero h1{
    font-size: 40px;
    line-height: 48px;
    white-space: pre-line;
    text-align: left;
}
h2{
    font-size: 28px;
    text-align: center;
    color: #2b71cc;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
}
/* .hero h2{
    margin-top: 22px;
    text-align: center;
} */
.sub-hero h2{
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    white-space: pre-line;
    text-align: left;
    text-transform: unset;
    margin-top: 0 !important;
}
.sub-hero .descr{
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    white-space: pre-line;
}
.hero #app-button-green{
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 24px;
    background: #3DAC64;
    color: white !important;
    text-transform: uppercase;
    padding: 16px 24px;
    font-family: proxima-nova, sans-serif;
    border-radius: 4px;
    text-decoration: none !important;
    /* margin-top: 52px; */
    transition: .2s ease;
    min-width: 243px;
}
.hero-image-wrap{
    opacity: 0;
    animation: fadeIn .6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: .4s;
}
.hero-image{
    width: 100%;
    max-width: 1125px;
    margin: auto;
    display: block;
    padding-right: 7px;
}
body .sub-hero-image{
    max-width: 640px !important;
    width: calc(100% + 80px);
    margin-left: -50px;
    width: calc(100% - 20px);
    margin-left: -0px;
    opacity: 0;
    animation: fadeIn .3s !important;
    animation-timing-function: ease-out !important;
    animation-fill-mode: forwards !important;
    animation-delay: .1s !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}
.sub-page-hero-wrap{
    padding-top: 50px;
}

/* students-educators-section */
.students-educators-section{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    max-width: 100%;
    padding-bottom: 100px;
    margin-top: -170px;
    position: relative;
    z-index: 1;
    gap: 32px;

    opacity: 0;
    animation: fadeIn .3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: .2s;
    .item-outer{
        display: flex;
        flex-direction: column;
        img, object{
            display: none;
        }
        .item-wrap{
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            flex-grow: 1;
            gap: 24px;
            border-radius: 12px;
            background-color: #F5FAFF;
            box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
            padding: 64px 56px;
            h2{
                font-size: 32px;
                font-weight: 500;
                line-height: 40px;
                color: #252525;
                text-transform: unset;
                text-align: left;
            }
            .descr{
                color: #052B8C;
                font-size: 22px;
                line-height: 28px;
                font-weight: 500;
                /* text-transform: capitalize; */
                white-space: pre-line;
            }
            .list-wrap{
                display: flex;
                flex-direction: column;
                gap: 16px;
                .title{
                    color: #252525;
                    font-size: 20px;
                    font-weight: 500;
                    line-height: 32px;
                }
                ul{
                    display: flex;
                    flex-direction: column;
                    gap: 16px;
                    li{
                        color: #252525;
                        font-size: 17px;
                        font-weight: 400;
                        line-height: 25px;
                        padding-left: 36px;
                        background-image: url(../images/check-green.svg);
                        background-size: 25px;
                        background-repeat: no-repeat;
                        background-position: left center;
                    }
                }
                button{
                    
                }
            }
        }
    }
}
.primary-green-btn{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    background: #3DAC64;
    color: #fff !important;
    text-transform: uppercase;
    padding: 16px 24px;
    border-radius: 4px;
    text-decoration: none !important;
    transition: .2s ease;
    align-self: flex-start;
    &:hover{
        background-color: #47CA75;
    }
}
/* .discipline-item{
    padding: 28px 0;
    color: #252525;
    font-size: 24px;
    text-align: left;
    text-decoration: none !important;
    font-weight: 500;
}
.discipline-item:hover h3{
    color: #2b71cc;
}
.discipline-item:hover img{
    transform: scale(1.07);
}
.discipline-item img{
    width: 30px;
    margin-right: 10px;
    transition: .2s ease;
}
.discipline-item h3{
    width: 30px;
    margin-right: 10px;
    transition: .2s ease;
    margin-top: 3px;
}
.disciplines h2{
    margin-bottom: 34px;
} */

/* tour head */
.tour-head, .advantages-head{
    margin-bottom: 70px;
}
.tour-head{
    padding-top: 20px;
    margin-top: 110px;
}
.advantages-head{
    margin-bottom: 110px;
}
.tour-head h2, .advantages-head h2, .disciplines-section h2{
    margin-bottom: 30px;
}
.tour-head, .disciplines-head{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    h2{
        margin-bottom: 0 !important;
        font-size: 24px !important;
        line-height: 32px !important;
        font-weight: 500 !important;
        text-align: center !important;
        text-transform: unset !important;
        color: #2b71cc !important;
    }
    .sub{
        font-size: 32px !important;
        font-weight: 500 !important;
        line-height: 40px !important;
        color: #252525 !important;
        text-transform: unset !important;
        text-align: center !important;
        margin-bottom: 24px !important;
    }
}
.tour-head .sub, .advantages-head .sub, .disciplines-section .sub{
    font-size: 42px;
    font-weight: 500;
    line-height: 1.3;
    max-width: 800px;
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}
.advantages-head .sub{
    max-width: 760px;
}
p{
    font-size: 20px;
    line-height: 1.6;
}
.tour-head p{
    display: block;
    margin: auto;
    max-width: 740px;
    text-align: center;
}

/* tour content */
.tour-content{
    padding-bottom: 70px;
}
section{
    /* margin-top: 30px;
    margin-bottom: 30px; */
    padding-top: 32px;
    padding-bottom: 32px;
    width: 100%;
}
section:nth-of-type(even){
    flex-direction: row-reverse !important;
}
h4{
    color: #052b8c;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
}
section>div{
    width: 50%;
}
section>div.image-wrap{
    position: relative;
    height: auto;
    max-height: 35em;
    min-height: 27em;
    margin-right: 3em;
    /* background: lightgray; */
}
section>div.image-wrap img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
section>div.content-wrap{
    width: 50%;
    margin-right: 3em;
    padding: 1em;
}
section>div.content-wrap h4{
    margin-top: 3em;
}
section>div.content-wrap p{
 max-width: 420px;
}

/* advantages */
.advantages-wrap{
    width: 100%;
    /* background: #e6f1f1; */
    position: relative;
    padding-bottom: 110px;
    padding-top: 90px;
    /* background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,250,250,1) 15%, rgba(245,250,250,1) 85%, rgba(255,255,255,1) 100%);     */
}
/* advantages content */
.advantages-content{
    /* max-width: 960px; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 48px;
    column-gap: 100px;
}
.advantages-content .item{
    /* padding-right: 50px; */
    /* width: 100%; */
    /* margin-bottom: 120px; */
    display: flex;
    gap: 40px;
    .info{
        display: flex;
        flex-direction: column;
        gap: 8px;
        h4{
            color: #052B8C;
            font-size: 24px;
            font-weight: 500;
            line-height: 32px;
            margin-bottom: 0;
        }
        p{
            font-size: 17px;
            line-height: 24px;
        }
    }
}
.advantages-content .item img{
    height: 50px;
    width: auto;
    /* margin-bottom: 18px; */
}
.advantages-content .item h3{
    color: #052B8C;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0;
}
.advantages-content .item img p{

}

/* logos */
.logo-wrap{
    padding-top: 110px;
    padding-bottom: 160px;
}
.logo-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: auto;
    max-width: 880px;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
    row-gap: 20px;
    div{
        display: flex;
        align-items: center;
        justify-content: center;
        img{
            width: 136px;
            -webkit-user-drag: none;
            user-select: none;
        }
    }
}
.logos{
    display: block;
    margin: auto;
    width: 1600px;
    max-width: 100%;
}
.logos h2{
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    color: #252525;
    text-transform: unset;
    margin-bottom: 40px;
}
.logos>.row{
    margin-bottom: 60px;
}
.logos>.row:last-of-type{
    margin-bottom: 0;
}
.logos>.row>div{
    height: 110px;
    margin-bottom: 40px;
}
.logos>.row>div img{
    max-width: 200px;
    max-height: 100%;
}

/* footer */
footer{
    background-color: #364050;
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
}
footer .logo-row{
    margin-bottom: 72px;
}
footer .logo-row .mb-logo{
    width: 226px;
}
footer .logo-row .login-btn{
    color: #364050 !important;
    background: #fff;
    padding: 16px 32px;
    border-radius: 4px;
}
.shrink-on-hover{
    transition: .2s ease;
    will-change: transform, box-shadow;
}
.shrink-on-hover:hover{
    transform: scale(.96);
    box-shadow: 0 6px 8px 0 rgb(0 0 0 / 15%);
}
footer h4{
    color: #2ea1f8;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 40px;
}
.footer-link{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
    text-decoration: none;
    color: white !important;
    display: inline-block;
    &:last-of-type{
        margin-bottom: 0;
    }
}
.footer-link.social {
    padding-left: 36px;
    background-position: 0% 50%;
    background-size: 27px 27px;
    background-repeat: no-repeat;
}
.footer-link.social.linkedin{
    background-image: url(../images/icons8-linkedin.svg);
}
.footer-link.social.facebook{
    background-image: url(../images/icons8-facebook.svg);
}
.footer-link:hover{
    text-decoration: underline;
}
.language-wrap .language{
    text-decoration: none !important;
    border-style: solid;
    border-width: 2px;
    border-color: #f5fafa;
    border-radius: 100em;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    transition: .2s ease;
}
.language-wrap .language:last-of-type{
    margin-right: 0;
}
.language-wrap .language.current, .language-wrap .language:hover {
    background-color: rgba(46, 161, 248, 0.13);
}
.language-wrap{
    margin-top: 6px;
}
.links-row{
    margin-bottom: 72px;
    padding-bottom: 72px;
    /* border-bottom: 2px solid white; */
    position: relative;
    &::after{
        content: '';
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: -1px;
        left: 15px;
        width: calc(100% - 30px);
    }
}
.footer-link.contact {
    padding-left: 44px;
    background-position: 0% 50%;
    background-size: 27px 27px;
    background-repeat: no-repeat;
}
.footer-link.contact.phone{
    background-image: url(../images/icons8-phone.svg);
}
.footer-link.contact.email{
    background-image: url(../images/icons8-envelope.svg);
}
.footer-link.contact.whatsapp{
    background-image: url(../images/icons8-whatsapp.svg);
}
.appstore-btn{
    padding: 15px 30px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #f5fafa;
    border-radius: 8px;
    display: block;
    /* margin-left: auto; */
    width: 204px;
    transition: .2s ease;
}
.appstore-btn:hover{
    background-color: rgba(46, 161, 248, 0.13);
}
.appstore-btn:last-of-type{
    margin-bottom: 0;
}
.appstore-btn img{
    width: 140px;
}
.contact-row{
    margin-bottom: 72px;
    padding-bottom: 72px;
    /* border-bottom: 2px solid white; */
    position: relative;
    &::after{
        content: '';
        height: 2px;
        background-color: #fff;
        position: absolute;
        bottom: -1px;
        left: 15px;
        width: calc(100% - 30px);
    }
}
.copy-row span, .copy-row a{
    color: white;
    font-size: 20px;
    padding: 0 0;
    text-decoration: none;
    color: white !important;
    display: inline-block;
}
.copy-row a:hover{
    text-decoration: underline;
}

/* up */
.up {
    opacity: 0;
    pointer-events: none;
    width: 62px;
    height: 62px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    /* background: #2FA1F8 url('../images/icon-down.png') center center no-repeat; */
    background: white url(../images/icon-down.png) center center no-repeat;
    border: none;
    box-shadow: 0 0px 12px 1px rgb(0 0 0 / 25%);
    transition: all 0.2s ease;
    border-radius: 50%;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
}
.up:hover{
    opacity: 1 !important;
}
.hide-up{
    opacity: 0 !important;
    pointer-events: none !important;
}

/* cookie consent */
.cookie-consent{
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    width: 20vw;
    width: 500px;
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 2em;
    border-style: solid;
    border-width: 1px;
    border-color: #dfe5e5;
    border-radius: 4px;
    background-color: #f5fafa;
    box-shadow: 0 5px 12px 0 rgb(0 0 0 / 10%);
    display: none;
}
.cookie-consent .title{
    color: #252525;
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.cookie-consent .content{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    white-space: pre-wrap;
}
.cookie-consent .cookie-btn{
    padding: 0.7em;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    border-color: #052b8c;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
}
.cookie-consent #cookie-reject{
    color: #052b8c;
    margin-right: 10px;
    background-color: #f5fafa;
}
.cookie-consent #cookie-accept{
    background: #052b8c;
    color: white;
}
.cookie-consent .close-btn{
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.cookie-consent .close-btn img{
    width: 20px;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

/* demo modal */
.modal-backdrop{
    background-color: rgba(55, 63, 80, 1);
}
.modal-backdrop.show{
    opacity: .8;
}
.modal-header .close{
    opacity: 1;
    font-size: 30px;
    padding-right: 20px;
    padding-top: 16px;
}
.modal-header .close span{
    color: #052b8c;
}
.modal-header{
    border: none;
}
.modal-dialog {
    max-width: 960px;
    margin: 1.75rem auto;
    margin-top: 80px;
    width: 90%;
}
.modal-content{
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
    border: none;
}
.modal-inner{
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 60px;
    padding-top: 20px;
}
.demo-modal-head{
    max-width: 490px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
}
.demo-modal-head h4{
    font-size: 30px;
    text-align: center !important;
}
.demo-modal-head p{
    
}
#demo-form{
    padding-top: 32px;
}
#demo-submit-btn,#contact-submit-btn,#professionals-submit-btn{
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 20px;
    background: #3DAC64;
    color: white !important;
    text-transform: uppercase;
    padding: 20px 40px;
    font-family: proxima-nova, sans-serif;
    border-radius: 4px;
    text-decoration: none !important;
    margin-top: 3px;
    transition: .2s ease;
}
#demo-submit-btn:disabled,#contact-submit-btn:disabled,#professionals-submit-btn:disabled{
    opacity: .6;
}
.disabled-btn{
    opacity: .6 !important;
    pointer-events: none;
}
#node-check{
    margin-bottom: 5px;
    cursor: pointer;
    white-space: nowrap;
}
#node-check input {
    display: inline-block;
    transform: translateY(1px);
    width: 14px;
    height: 14px;
    cursor: pointer;
}
#node-check label {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
}
/* forms */
.row-form{
    /* margin-bottom: 22px; */
}
.row-form>div{
    margin-bottom: 22px;
}
.row-form label{
    width: 100%;
}
.row-form .label{
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: 500;
}
.row-form input[type=text]{
    width: 100%;
    min-height: 64px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(5, 43, 140, 0.2);
    border-radius: 4px;
    font-size: 16px;
    display: block;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}
.row-form textarea{
    min-height: 140px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 8px 12px;
    display: block;
    width: 100%;
    border-radius: 4px;
    font-size: 16px;
}
#terms{
    margin-top: 10px;
    margin-bottom: 20px;
}
.row-form .optional{
    color: rgba(55, 63, 80, 0.5);
    font-size: 16px;
    font-weight: 400;
    margin-left: 6px;
}
.row-form .error-msg, .error-msg{
    font-size: 16px;
    color: #e61919;
    margin-top: 4px;
    display: block;
}
.row-form input:focus, .row-form input:focus, .row-form textarea:focus {
    border-color: #3898EC;
    outline: 0 !important;
}
.row-form .error-field{
    border-color: #e61919 !important;
}
.row-form input {
    margin-bottom: 0 !important;
}

/* 1100px */
@media only screen and (max-width: 1200px) {
    body div{
        .hero-image-professionals{
            width: calc(100% - 20px) !important;
            /* max-width: unset !important; */
        }
    }
}
/* 1600px */
@media only screen and (max-width: 1600px) {
    .advantages-wrap{
        width: 100%;
        /* background: #e6f1f1; */
        position: relative;
        padding-bottom: 140px;
        padding-top: 230px;
        /* background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,250,250,1) 15%, rgba(245,250,250,1) 85%, rgba(255,255,255,1) 100%);     */
    }
    .disciplines-section-wrap{
        margin-top: 120px;
        margin-bottom: 100px;
    } 
    .navigation ul>li>a, .navigation ul li>span{
        font-size: 20px;
    }
    .login-btn{
        font-size: 18px;
    }
    .hero h1{
        /* font-size: 48px;
        max-width: 900px; */
    }
    .hero{
        /* padding-top: 60px; */
    }
    h2{
        font-size: 22px;
    }
    .hero h2{
        margin-top: 20px;
        line-height: 1.5;
    }
    .hero #app-button-green{
        font-size: 21px;
    }
    .disciplines{
        width: 1020px;
        padding: 70px 50px;
        padding-bottom: 50px;
    }
    .tour-head{
        padding-top: 20px;
        /* padding-top: 180px; */
    }
    .tour-head .sub, .advantages-head .sub, .disciplines-section .sub{
        font-size: 40px;
    }
    .advantages-head .sub {
        max-width: 720px;
    }
    .advantages-content .item img{
        /* height: 100px; */
    }
    .advantages-content{
        /* max-width: 1000px; */
    }
    .copy-row span, .copy-row a{
        font-size: 16px;
    }
    .sub-navigation--2-col{
        left: 20%;
    }
    .sub-navigation a{
        font-size: 20px;
    }
    .sub-navigation{
        width: 400px;
    }
    .sub-navigation--2-col{
        width: 800px;
    }
}
/* 1300px */
@media only screen and (max-width: 1300px) {
    .contact-page .panels .panel{
        padding: 60px 12px;
    }
}
/* 1200px */
@media only screen and (max-width: 1200px) {
    .advantages-wrap{
        width: 100%;
        /* background: #e6f1f1; */
        position: relative;
        padding-bottom: 150px;
        padding-top: 250px;
        /* background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,250,250,1) 10%, rgba(245,250,250,1) 90%, rgba(255,255,255,1) 100%);     */
    }
    .contact-icon{
        height: 60px;
    }
    .contact-text-wrap h3{
        font-size: 20px;
    }
    .contact-page .panels .panel {
        padding: 50px 0;
    }
    .contact-text-wrap .contact-descr-wrap{
        font-size: 18px;
    }
    .contact-page .descr{
        font-size: 18px;
    }
    .contact-page h1{
        font-size: 30px;
        margin-bottom: 28px;
    }
    .contact-page{
        padding-top: 80px;
    }
    .demo-modal-head h4{
        font-size: 20px;
    }
    .contact-page .panel--form {
        padding: 90px 60px;
        padding-bottom: 80px;
        margin-bottom: 150px;
    }
    .sub-page-hero-wrap{
        /* margin-bottom: -120px; */
    }
    body .sub-hero-image {
        /* width: calc(100%);
        margin-left: -0px;
        max-height: unset;
        height: 700px; */
    }
    body .sub-hero{
        padding-top: 0 !important;
        padding-bottom: 20px;
    }
    .sub-page-hero-wrap{
        padding-top: 80px;
    }
    .sub-hero h2{
        /* font-size: 18px;
        line-height: 1.4; */
    }
    #demo-submit-btn,#contact-submit-btn,#professionals-submit-btn{
        font-size: 16px;
        padding: 18px 28px;
    }
    .navigation{
        margin-top: 20px;
    }
    .container-fluid{
        /* padding-left: 60px;
        padding-right: 60px; */
    }
    .mb-logo{
        height: 32px;
    }
    .login-btn{
        font-size: 16px;
        padding: 16px 24px;
        margin-left: 2px;
    }
    .navigation ul>li>a, .navigation ul li>span{
        padding: 18px 16px;
        margin-right: 16px;
    }
    .navigation{
        #language-switch{
            /* display: none; */
            height: 48px;
            margin-right: 6px;
            line-height: 45px;
            width: 70px;
            padding-left: 11px;
            background-position: center right 6px !important;
        }
    }
    .sub-navigation--2-col{
        width: 400px;
        left: -32px;
        transform: none;
    }
    .sub-navigation a{
        margin-right: 0 !important;
        width: 100% !important;
        border-bottom: 1px solid #e2e6e7 !important;
        border-right: none !important;
    }
    .hero h1{
        /* font-size: 38px;
        max-width: 800px; */
    }
    .hero{
        /* height: 40vh;
        padding-top: 40px;
        min-height: 400px;
        max-height: 460px; */
    }
    h2{
        font-size: 18px;
    }
    .hero #app-button-green{
        /* font-size: 16px;
        padding: 18px 28px;
        margin-top: 42px; */
    }
    .hero-image{
        /* max-height: 600px;
        height: 68vh; */
    }
    .discipline-item h3{
        font-size: 22px;
        margin-top: 4px;
    }
    .discipline-item{
        padding: 24px 0;
    }
    h4{
        font-size: 22px;
    }
    section>div.image-wrap{
        min-height: 18em;
        margin-right: 2em;
        margin-top: 2em;
    }
    section>div.content-wrap{
        margin-right: 1em;
    }
    .tour-head .sub, .advantages-head .sub, .disciplines-section .sub{
        font-size: 38px;
    }
    .advantages-head .sub{
        max-width: 630px;
    }
    .logos>.row>div img{
        max-height: 80%;
        max-width: 150px;
    }
    footer{
        padding: 30px 0;
        .logo-row{
            margin-bottom: 48px;
        }
        h4{
            margin-bottom: 24px;
        }
    }
    .footer-link{
        /* font-size: 18px; */
        margin-bottom: 24px;
        &:last-of-type{
            margin-bottom: 64px;
        }
    }
    .links-row{
        padding-bottom: 0;
    }
    .copy-row span, .copy-row a{
        font-size: 16px;
    }
    footer .logo-row .login-btn{
        /* padding: 16px 32px;
        max-width: 100% !important;
        width: auto;
        margin: 0; */
        width: unset;
        max-width: unset;
        margin: unset;
    }
    .footer-link{
        /* padding: 18px 0; */
    }
}
/* 992px */
@media only screen and (min-width: 992px) {
    .nav-wrap{
        display: flex !important;
    }
    body div .nav-wrap ul{
        display: flex !important;
    }
}
/* 991px */
@media only screen and (max-width: 991px) {
    section>div.content-wrap{
        margin-right: 0 !important;
        margin-bottom: -32px !important;
    }
    section>div.content-wrap h4{
        font-size: 19px !important;
        /* margin-bottom: 10px; */
        padding-bottom: 0 !important;
    }
    .tour-content{
        padding-bottom: 32px;
    }
    .logo-grid{
        grid-template-columns: repeat(4, 1fr);
    }
    .advantages-wrap{
        /* padding-bottom: 150px; */
        /* padding-top: 200px; */
    }
    .success-toast, .posted-toast{
        bottom: 20px;
        right: 20px;
        padding: 20px 40px;
        font-size: 18px;
        border-radius: 4px;
    }
    .contact-page{
        padding-top: 20px;
    }
    .contact-page .descr{
        font-size: 16px;
    }
    .contact-text-wrap .contact-descr-wrap{
        font-size: 16px;
    }
    .contact-page .panels .panel{
        margin: 0;
        width: 48.5%;
        margin-bottom: 3%;
    }
    .contact-page .panels .panel:first-of-type{
        margin-right: 3%;
    }
    .contact-page .panels .panel:last-of-type{
        width: 100%;
    }
    .disciplines-section-wrap{
        margin-top: 40px;
        margin-bottom: 100px;
    }

    .students-educators-section {
        .item-wrap {
            padding: 40px 32px !important;
            h2{
                font-size: 28px !important;
                line-height: 34px !important;
            }
            .descr {
                font-size: 20px !important;
                line-height: 30px !important;
            }
        }
    }
    body .sub-hero{
        /* max-width: 390px; */
    }
    body .sub-hero-image {
        /* width: calc(100% + 90px);
        margin-left: -60px;
        max-height: unset;
        height: 66vw;
        width: calc(100% + 30px);
        margin-left: -60px; */
    }
    .sub-page-hero-wrap{
        /* margin-bottom: -30px; */
        padding-top: 24px;
    }
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .mb-logo {
        height: 30px;
    }
    /* mobile menu */
    .navigation{
        /* .language-switch-wrap{
            display: block !important;
            margin: auto;
            max-width: 480px;
            width: 100%;
            margin-top: 40px; */
            #language-switch{
                margin: auto;
                position: absolute;
                top: 32px;
                left: 30px;
            }
        /* } */
    }
    .nav-wrap:not(.nav-wrap--ebu-ihpba){
        display: none;
        position: fixed;
        background: white;
        z-index: 9;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: auto;
        padding-bottom: 80px;
    }
    .nav-wrap ul{
        height: auto;
        display: block !important;
        margin: auto;
        max-width: 540px;
        margin-top: 120px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .nav-wrap ul li>span{
        display: flex;
        justify-content: space-between;
        padding-right: 2px;
        padding-left: 0;
    }
    .nav-wrap ul li>a{
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
    .navigation .chev {
        width: 17px;
        height: 9px;
        margin-top: 5px;
    }
    .nav-wrap:not(.nav-wrap--ebu-ihpba) .login-btn {
        font-size: 18px;
        padding: 18px 24px;
        margin-left: 2px;
        display: block !important;
        margin: auto;
        margin-top: 50px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        width: 480px;
        max-width: calc(100% - 60px);
    }
    .nav-wrap.nav-wrap--ebu-ihpba ul{
        display: none !important;
    }
    /* hover/active state */
    .navigation ul:hover>li{
        opacity: 1;
    }
    .navigation ul>li:hover{
        opacity: 1;
    }
    .navigation ul>li .chev{
        transition: .3s ease;
    }
    .navigation ul>li:hover .chev{
        transform: rotate(0) translateY(0);
    }
    .navigation ul>li.expanded .chev{
        transform: rotate(180deg) translateY(1px);
    }
    .navigation ul>li .sub-navigation{
        opacity: 1;
        pointer-events: all;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        overflow: hidden;
        height: 0;
        margin-left: -30px;
        width: calc(100% + 60px);
    }
    .sub-navigation .sub-items{
        transform: none;
        box-shadow: none;
        margin-bottom: 4px;
    }
    .navigation ul>li:hover .sub-items{
        transform: none !important;
    }
    .sub-navigation a:last-of-type{
        /* border-bottom: none; */
    }
    .navigation{
        /* min-height: 96px; */
        height: 74px;
        display: flex;
        align-items: center;
    }
    body .mobile-menu{
        display: block;
        display: flex !important;
    }
    .nav-home{
        display: inline-block;
    }
    .hero{
        min-height: 0;
        height: auto !important;
        padding-top: 64px;
        padding-top: 32px;
    }
    .hero h1 {
        max-width: 500px;
        font-size: 28px;
        line-height: 34px;
    }
    .hero h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 0;
    }
    .sub-hero .descr{
        font-size: 20px;
        line-height: 30px;
    }
    .hero #app-button-green{
        letter-spacing: 1px !important;
        white-space: nowrap !important;
        padding: 10px 24px !important;
        font-size: 16px !important;
        min-width: unset !important;
    }
    .primary-green-btn{
        letter-spacing: 1px !important;
        white-space: nowrap !important;
        padding: 10px 24px !important;
        font-size: 16px !important;
        min-width: unset !important;
    }
    .hero-image{
        max-height: 400px;
        margin-top: 0;
        height: 68vh;
        min-height: 0;
    }
    .disciplines{
        margin-top: -110px;
        padding: 40px 40px;
        padding-bottom: 32px;
    }
    .discipline-item h3{
        font-size: 18px;
    }
    .discipline-item img{
        width: 25px;
        margin-right: 10px;
    }
    .discipline-item{
        padding: 20px 0;
    }
    .disciplines h2{
        margin-bottom: 30px;
    }
    .tour-head{
        padding-top: 30px;
        margin-top: 90px;
    }
    .tour-head .sub, .advantages-head .sub, .disciplines-section .sub {
        font-size: 28px;
        max-width: 530px;
    }
    .tour-head h2, .advantages-head h2{
        margin-bottom: 24px;
    }
    .tour-head .sub, .advantages-head .sub{
        margin-bottom: 20px;
        font-size: 28px !important;
        line-height: 32px !important;
    }
    .disciplines-section .sub{
        font-size: 28px !important;
        line-height: 32px !important;
        max-width: 600px;
    }
    p {
        font-size: 17px;
        line-height: 1.6;
    }
    .tour-head p{
        max-width: 530px;
    }
    section{
        flex-direction: column-reverse !important;
        width: 100%;
        margin-bottom: 0;
    }
    section:nth-of-type(even) {
        flex-direction: column-reverse !important;
    }
    section>div{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    section>div.content-wrap{
        width: 100%;
    }
    section>div.content-wrap p{
        max-width: 420px;
    }
    section>div.content-wrap strong{
        text-align: center;
    }
    section>div.content-wrap h4{
        margin-top: 1em;
        text-align: center;
        font-size: 20px !important;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    section>div.content-wrap p{
        text-align: center;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    section>div.image-wrap{
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        height: 58vw;
        min-height: 0;

        max-width: 570px;
        max-height: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    .advantages-content{
        column-gap: 48px;
    }
    .advantages-content .item img{
        /* height: 90px; */
    }
    .advantages-content .item {
        /* padding-right: 50px;
        margin-bottom: 80px;
        max-width: 390px; */
        gap: 24px;
    }
    body div .logos .col-3{
        flex: 0 0 33%;
        max-width: 33%;
    }
    .logos>.row>div{
        margin-bottom: 30px;
    }
    .logos h2{
        font-size: 28px;
        line-height: 32px;
    }
}

.show-sm{
    display: none !important;
}

/* 850px */
@media only screen and (max-width: 850px) {
    .tour-head .sub, .advantages-head .sub{
        margin-bottom: 20px;
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .tour-head h2, .advantages-head h2{
        font-size: 20px !important;
        line-height: 24px !important;
        font-weight: 500 !important;
    }
    .disciplines-section .sub{
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .disciplines-section h2{
        font-size: 20px !important;
        line-height: 24px !important;
        font-weight: 500 !important;
    }
    .contact-page .descr{
        text-align: left;
        margin-bottom: 30px;
        margin-left: 0;
    }
    section>div.content-wrap{
        margin-bottom: -8px !important;
    }
    .advantages-content{
        grid-template-columns: 1fr;
        .item{
            gap: 16px;
            img{
                width: 40px;
            }
            .info{
                h4{
                    font-size: 20px;
                    line-height: 24px;
                }
            }
        }
    }
    .tour-content{
        padding-bottom: 64px;
    }
    .hero {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
        h1{
            text-align: center !important;
        }
    }
    .hero-image-wrap{
        display: none;
    }
    .logo-wrap {
        padding-top: 72px;
        padding-bottom: 100px;
        h2{
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 16px;
        }
        .logo-grid{
            grid-template-columns: 1fr 1fr;
            max-width: 420px;
            margin: auto;
        }
    }
    .students-educators-section{
        grid-template-columns: 1fr;
        margin: 0;
        gap: 64px;
        padding-bottom: 80px;
        .item-outer{
            display: flex;
            flex-direction: column;
            align-items: center;
            img, object{
                display: block;
                margin-inline: auto;
                margin-bottom: -105px;
                width: 100%;
                max-width: 520px;
                max-height: 380px;
            }
            .item-wrap{
                gap: 16px;
                padding: 40px 24px 24px !important;
                width: 100%;
                max-width: 540px;
                h2{
                    font-size: 24px !important;
                    line-height: 32px !important;
                }
                .descr{
                    font-size: 18px !important;
                    line-height: 24px !important;
                    white-space: unset !important;
                }
                .list-wrap{
                    display: flex;
                    flex-direction: column;
                    gap: 16px;
                    .title{
                        font-size: 17px;
                        line-height: 24px;
                        font-weight: 500;
                    }
                    ul{
                        
                        li{
                            font-size: 17px;
                            font-weight: 400;
                            line-height: 22px;
                            padding-left: 30px;
                            background-image: url(../images/check-green.svg);
                            background-size: 20px;
                            background-repeat: no-repeat;
                            background-position: left center;
                        }
                    }
                }
                .primary-green-btn{
                    margin-top: 16px;
                }
            }
        }
    }
    .hide-sm{
        display: none !important;
    }
    .show-sm{
        display: flex !important;
    }
    .advantages-wrap{
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .contact-page .demo-modal-head{
        margin-bottom: 10px;
        margin-left: 0;
    }
    .contact-page .demo-modal-head h4{
        text-align: left !important;
    }
    .contact-page h1{
        text-align: left;
        font-size: 20px;
        margin-bottom: 12px;
    }
    .contact-page .descr{
        text-align: left;
        margin-bottom: 30px;
    }
    .contact-wrap{
        margin-top: 20px;
    }
    .contact-page .panels .panel{
        margin: 0 !important;
        margin-bottom: 20px !important;
        width: 100% !important;
        flex-direction: row !important;
        width: 100%;
        justify-content: flex-start !important;
        align-items: center;
        padding: 24px 30px;
    }
    .contact-page .panel--form {
        padding: 50px 30px;
        padding-bottom: 50px;
        margin-bottom: 110px;
    }
    .contact-page .demo-modal-head h4{
        margin-bottom: 0;
    }
    .contact-icon {
        height: auto;
        width: 42px;
        margin-right: 30px;
    }
    .contact-text-wrap {
        flex-grow: 1;
    }
    .contact-text-wrap h3{
        margin-top: 0;
        margin-bottom: 12px;
        text-align: left;
    }
    .contact-text-wrap .contact-descr-wrap {
        text-align: left;
    }
    .sub-page-hero-wrap{
        margin-bottom: 0;
    }
    body div .sub-hero-image{
        width: 100% !important;
        margin: auto;
    }
    body .sub-hero{
        width: 100%;
        max-width: 100%;
        padding-bottom: 40px;
        padding-top: 40px !important;
        align-items: center !important;
        gap: 16px;
    }
    .sub-hero h1{
        text-align: center;
        width: 100%;
        max-width: 400px;
    }
    .sub-hero h2{
        text-align: center;
        width: 100%;
        max-width: 400px;
    }
    body .hero-legacy{
        align-items: flex-start !important;
        *{
            text-align: left !important;
        }
    }
    .row-form .label{
        font-size: 16px;
    }
    #node-check label{
        font-size: 16px;
    }
    #demo-submit-btn,#contact-submit-btn,#professionals-submit-btn{
        font-size: 16px;
        padding: 18px 28px;
    }
    .modal-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .modal-dialog{
        margin: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        min-height: 100vh;
    }
    .modal-content{
        height: 100%;
        border-radius: 0;
        min-height: 100vh;
    }
    body div .logos .col-3{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .copy-row{
        margin-top: 46px;
    }
    .copy-row span, .copy-row a{
        margin-bottom: 20px;
        display: block;
    }
    .copy-row div:last-of-type span, .copy-row div:last-of-type a{
        margin-bottom: 0;
        font-size: 16px;
    }
    .contact-row>div:last-of-type{
        /* align-items: flex-start !important;
        margin-top: 30px;
        margin-bottom: 15px; */
    }
    .footer-link{
        font-size: 16px;
        margin-bottom: 16px;
        &:last-of-type {
            margin-bottom: 48px;
        }
    }
    .logo-row{
        margin-bottom: 40px;
    }
    footer h4{
        font-size: 18px;
        margin-bottom: 16px;
    }
    /* footer .logo-row{
        margin-bottom: 40px;
    } */
    .links-row>div{
        /* margin-bottom: 30px; */
    }
    .links-row>div:last-of-type{
        margin-bottom: 10px;
    }
    .appstore-btn{
        margin-left: 0;
        margin-right: auto;
    }
}

@media only screen and (max-width: 767px) {
    body .hero-legacy{
        align-items: center !important;
        *{
            text-align: center !important;
        }
    }
}

/* 540px */
@media only screen and (max-width: 540px) {
    .appstore-btn{
        width: 100%;
        text-align: center;
    }
    .advantages-content .item img {
        /* height: 80px; */
    }
    h4 {
        font-size: 20px;
    }
    p {
        line-height: 1.5;
    }
    .contact-page .panels .panel{
        padding-left: 20px;
        padding-right: 10px;
    }
    .contact-icon{
        margin-right: 18px;
    }
    .contact-page .panel--form{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }
    .sub-hero h1{
        width: 100%;
        max-width: 100%;
    }
    .sub-hero h2{
        width: 100%;
        max-width: 100%;
    }
    #demo-submit-btn,#contact-submit-btn,#professionals-submit-btn{
        width: 100%;
    }
    section>div.content-wrap h4{

    }
    /* .logos>.row>div{
        height: 90px;
    }
    .logos>.row>div img{
        max-width: 110px;
    }
    .logos h2{
        margin-bottom: 50px;
    } */
    .advantages-wrap{
        padding-bottom: 100px;
        padding-top: 100px;
    }
    /* .hero h1{
        text-align: left;
        font-size: 25px;
    }
    .hero h2{
        margin-top: 8px;
        margin-bottom: 3px;
        text-align: left;
    }
    .hero{
        padding-top: 20px;
    } */
    .hero #app-button-green {
        /* margin-top: 30px; */
        width: 100%;
    }
    .hero-image{
        height: 340px;
        width: calc(100% + 60px);
        max-width: 999px;
        margin-left: -30px;
    }
    .disciplines{
        margin-top: -90px;
        padding: 14px;
        padding-bottom: 32px;
        padding-top: 40px;
        width: calc(100% + 38px);
        max-width: 999px;
        margin-left: -18px;
    }
    .discipline-item {
        padding: 16px 0;
    }
    .disciplines h2{
        margin-bottom: 20px;
    }
    .tour-head{
        padding-top: 80px;
        padding-top: 0;
        margin-top: 80px;
    }
    .tour-head h2{
        text-align: left;
    }
    h4{
        text-align: left;
    }
    .tour-head p{
        text-align: left;
    }
    .tour-head .sub, .advantages-head .sub, .disciplines-section .sub{
        text-align: left;
        font-size: 24px;
    }
    h2{
        font-size: 17px;
    }
    section{
        margin-top: 0;
    }
    section>div.content-wrap h4{
        text-align: left;
    }
    section>div.content-wrap p{
        text-align: left;
        max-width: 100%;
    }
    section>div.content-wrap strong{
        text-align: left;
        max-width: 100%;
    }
    .section--professional{
        margin-bottom: 64px;
    }
    section>div.content-wrap{
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    section>div.content-wrap h4{
        margin-left: 0;
        margin-right: 0;
    }
    .cookie-consent{
        margin: 0;
        width: calc(100% - 16px);
        left: 50%;
        transform: translateX(-50%);
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        box-shadow: 0 0px 12px 0 rgb(0 0 0 / 20%);
    }
    footer{
        padding-top: 50px;
    }
    .logo-row>div>div{
        flex-direction: column !important;
    }
    footer .logo-row .login-btn{
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-top: 46px;
        margin-bottom: 20px;
    }
}

/* 410px */
@media only screen and (max-width: 440px) {
    .contact-icon {
        margin-right: 12px;
    }
    .contact-icon{
        width: 36px;
    }
    .contact-text-wrap h3{
        margin-bottom: 8px;
    }
    .contact-page .panels .panel{
        padding-left: 12px;
    }
    .contact-page .panel--form {
        padding-left: 12px;
        padding-right: 12px;
    }
    .students-educators-section{
        
        .item-outer{
            
            img, object{
                max-height: 280px;
            }
            .item-wrap{
                
                h2{
                    
                }
                .descr{
                    
                }
                .list-wrap{
                    
                    .title{
                        
                    }
                    ul{
                        
                        li{
                            
                        }
                    }
                }
                .primary-green-btn{
                    width: 100%;
                    text-align: center;
                }
            }
        }
    }
}