html {
    margin-top: 0 !important;
}
.header-inner{
    background-color: #1b3e90;
}
.aboutus-page {
    text-align: center;
    background: #DDCAB2;
}

.tts-button.about {
    color: #1b3e90;
    background: white;
}
.s{
    display: block;
}
.xs{
    display: none;
}
.sign-questions a{
    text-decoration: none;
}
h1 {
    font-family: Magistral;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 54px;
    text-align: center;
    color: #FAFAFA;
    margin-bottom: 20px;
}

h2 {
    font-family: Magistral;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #B8E8EA;
    margin-top: 50px;
    margin-bottom: 22px;
}

#info {
    padding: 20px;
    background: -webkit-gradient(
            linear, left top, left bottom, color-stop(55.92%, #1B3E90),
            color-stop(100.15%, #38BEBE));
    background: -o-linear-gradient(
            top, #1B3E90 55.92%,
            #38BEBE 100.15%);
    background: linear-gradient(
            180deg, #1B3E90 55.92%,
            #38BEBE 100.15%);
    position: relative;
    top: -20px;
    /*z-index: -1;*/
}

.info-inner {
    max-width: 754px;
    margin-left: auto;
    margin-right: auto;
}

p {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 18px;
}

video {
    max-width: 100%;
    border-radius: 9px;
    margin-bottom: 95px;
    z-index: 2;
    margin-top: 15px;
}

.blue-mpa {
    position: absolute;
    bottom: 30px;
    left: 2%;
    width: 236px;
    z-index: 1;
}

.waves {
    left: 0;
    z-index: 3;
}


section#other-programmes {
    background: #1B3E90;
    top: -20px;
    position: relative;
    padding-top: 22px;
    padding-bottom: 150px;
}

section#other-programmes h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: white;
    font-size: 40px;
    font-weight: 500;
}

.programs {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
}

.program {
    min-height: 500px;
    max-width: 300px;
    background: white;
    border-radius: 14px;
    padding: 11px 11px 20px;
    margin: 0 10px 5%;
    position: relative;
}
.program img{
    width: 100%;
    height: auto;
}
.programs h3 {
    font-family: Magistral;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1B3E90;
    margin-bottom: 9px;
    margin-top: 9px;
}

.program p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #1D1D1D;
    padding: 0px 20px;
    margin-bottom: 40px;
}

.program a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 18px;
    position: absolute;
    bottom: 18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #E94D4E;
    border: 3px solid #1B1B49;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;

    font-family: Magistral;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.025em;
    color: #FFFFFF;
    text-decoration: none;
    width: 90%;
    margin: 0 auto;
}

#get-in-touch {
    background: #43BABE;
    top: -20px;
    position: relative;
    padding-top: 22px;
    padding-bottom: 50px;
}

#get-in-touch h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    color: white;
    font-size: 40px;
    font-weight: 500;
}

.separator {
    height: 280px;
}

.table {
    position: absolute;
    bottom: -10px;
    right: 0;
}

#follow-us {
    background: #1B3E90;
    top: -20px;
    position: relative;
}


.island {
    z-index: 24;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.blue-bg {
    background: #1B3E90;
    width: 100%;
    height: 220px;
    z-index: 3;
}

#follow-us .centered {
    width: 1040px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 39;
}

.developer {
    position: absolute;
    left: 0;
    bottom: 13px;
}

.inventor {
    position: absolute;
    left: 510px;
    width: 260px;
    bottom: 10px;
}

.navigator {
    position: absolute;
    right: 0;
    bottom: 70px;
}

.have-questions {
    position: absolute;
    left: 0;
    bottom: 13px;
    display: block;
    width: 506px;
    height: 455px;
}

.have-questions h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #1B3E90;
    display: block;
    position: absolute;
    top: -20px;
    left: -11px;
    width: 200px;
}

.have-questions a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #1B3E90;
    position: absolute;
    top: 31px;
    left: 50px;
    width: 240px;
    display: inline;
    word-wrap: break-word;
    text-align: left;
    text-decoration: none;
}

.have-questions .sign-questions {
    position: absolute;
    top: 5px;
    left: 204px;
    width: 280px;
    height: 100px;
}

.have-questions img.envelope {
    left: 10px;
    position: absolute;
    top: 33px;
}

.follow {
    position: absolute;
    right: 0;
    bottom: 13px;
    display: block;
    width: 413px;
    height: 477px;
}

.sign {
    top: -33px;
    position: relative;
    left: 0;
}

.follow h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #1B3E90;
    position: absolute;
    top: 0;
    left: 20px;
}

.follow .facebook {
    top: 52px;
    left: 18px;
    position: absolute;
}

.follow .instagram {
    top: 88px;
    left: 18px;
    position: absolute;
}

.follow .facebook-link {
    top: 52px;
    left: 53px;
    position: absolute;
}
.follow .tiktok {
    top: 125px;
    left: 21px;
    position: absolute;
}

.follow .tiktok-link {
    top: 125px;
    left: 53px;
    position: absolute;
}

.follow a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #1B3E90;
    text-decoration: none;
}

.follow .instagram-link {
    top: 88px;
    left: 53px;
    position: absolute;
}

.mobile {
    display: none;
}

@media (pointer: coarse) {
    header {
        background: #1B3E90;
    }

    video {
        margin-bottom: 185px;
    }

    .blue-mpa {
        left: 10%;
        width: 158px;
    }

    h1, h2, h3, h4 {
        font-family: Magistral;
        font-style: normal;
        font-size: 40px;
        line-height: 44px;
    }

    .info-inner h2 {
        font-size: 32px;
    }

    p {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 25px;
    }

    /* the slides */
    .slick-slide {
        margin: 0 27px;
    }

    /* the parent */
    .slick-list {
        margin: 0 -27px;
    }

    .programs {
        width: 100%;
    }

    #follow-us .centered {
        width: 100%;
    }

    .programs {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        padding-bottom: 40px;
    }

    .program p {
        font-size: 16px;
    }

    .slick-dots {
        bottom: 0px;
    }

    .slick-dots li {
        margin: 0 15px;
        border-radius: 100%;
        width: 10px;
        height: 10px;
        /*-webkit-box-shadow: 0px 10px 16px -13px rgba(0, 0, 0, 1);*/
        /*-moz-box-shadow: 0px 10px 16px -13px rgba(0, 0, 0, 1);*/
        /*box-shadow: 0px 10px 16px -13px rgba(0, 0, 0, 1);*/
    }

    .slick-dots li button:before {
        color: white;
        font-size: 10px;
    }

    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: white;
    }

    #get-in-touch {
        padding-left: 20%;
        padding-right: 20%;
    }




    .info-inner {
        padding-left: 20%;
        padding-right: 20%;
    }
}


@media screen and (max-width: 1024px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block;
    }

    #get-in-touch .waves {
        display: none;
    }

    .aboutus-page {
        background: #43BABE;
    }



    #get-in-touch {
        padding-left: 15%;
        padding-right: 15%;
    }

    .mobile-bottom {
        background: #43BABE;
        width: 100%;
        position: relative;
        bottom: -4px;
    }

    .have-questions-mobi {
        height: 400px;
        position: relative;
        z-index: 1;
    }

    .have-questions-mobi h4 {
        /* Body Alt/03 Bold */
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        text-align: left;
        color: #1B3E90;
        margin-bottom: 0;
    }

    .have-questions-mobi a {

        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #1B3E90;
        max-width: 183px;

        display: inline-block;
        position: relative;


    }

    .have-questions-mobi .sign-questions {

        position: absolute;
        bottom: 61px;
        left: 294px;
        width: 280px;
        height: 100px;
        text-align: left;


    }

    .have-questions-mobi img.envelope {
        display: inline;
        margin-left: -3px;
        position: relative;
        top: 11px;
    }

    .developer {
        right: 0;
        bottom: initial;
    }

    .separator {
        display: none;
    }
    .navigator{
        position: absolute;
        right: 0;
        bottom: -63px;
    }
    .info-inner {
        padding-left: 5%;
        padding-right: 5%;
    }

    .aboutus-page {
        overflow: hidden;
        width: 100%;
    }

    .table {
        width: 259px;
        right: 0;

    }


    .slick-slide {
        margin: 0 13px;
    }


    .developer {
        width: 507px;
        bottom: -423px;
        left: 15px;
        z-index: 1;
    }
    .have-questions-mobi .sign-questions {
        position: absolute;
        bottom: -71px;
        z-index: 2;
        left: 251px;
        width: 280px;
        height: 100px;
        text-align: left;
    }
    .have-questions-mobi a {
        word-break: break-all;
        top: 8px;
    }
    .sign{
        position: relative;
        top: 99px;
    }
    .inventor{
        z-index: 1;
        left: initial;
        right: 24px;
        bottom: 70px;
    }
    .relative{
        position: relative;
    }
}
@media screen  and (max-width: 768px){
    .developer{
        bottom: -297px;
    }
    .have-questions-mobi .sign-questions {
        bottom: 55px;
    }
}

@media screen and (max-width: 560px) {
    .developer {
        width: 410px;
        bottom: -236px;
        left: 15px;
    }

    .program a{

    }
    .have-questions-mobi .sign-questions {
        position: absolute;
        bottom: 40px;
        left: 195px;
    }
}

@media screen and (max-width: 414px) {
    .s{
        display: none;
    }
    .xs{
        display: block;
    }
    .developer {
        width: 312px;
        bottom: -176px;
        left: 15px;
    }
    .inventor{
        width: 126px;
        bottom: 25px;
    }
    .navigator{
        position: absolute;
        right: 0;
        bottom: -40px;
        width: 296px;
    }
    .have-questions-mobi .sign-questions {
        position: absolute;
        bottom: -16px;
        left: 105px;
    }

    .have-questions-mobi img.envelope {
        top: 0;
    }

    .sign-questions a{
        font-weight: 500;
        font-size: 14px;
        color: #1B3E90;
        max-width: 190px;
    }
    .sign{
        top: 214px;
        left: 119px;
    }
    .have-questions-mobi {
        height: 250px;
    }
}

@media screen and (min-width: 1024px){
    .menu .tts-button{
        background-image: url(../about-button-bg.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #1b3e90;
        padding-left: 47px;
        padding-right: 47px;
    }
    .menu .tts-button:hover{
        background-image: initial;
        background-color: #fff;

    }
}

/* media for slider */
@media screen and (max-width: 1024px) {
    .programs {
        max-width: none;
    }
    .program {
        max-width: none;
    }
    #info {
        padding: 0;
    }
    #info .info-inner > h1 {
        margin-top: 0;
        padding-top: 50px;
    }
}