:root {
    --blue: #0F328C;
    --white: #FFF;
    --orange: #FF7442;
    --lighter-orange: #FF9C66;
    --lighter-blue: #2A54C0;
    --even-lighter-blue: #98CFFF;
    --navy: #001752;
    --grey: #F3F5F9;
}

* {
    margin: 0;
    padding: 0;
    cursor: none;
}

.edu-sector {
    background: var(--white);
}

section {
    position: relative;
    z-index: -1;
    overflow-x: hidden;
}

.max-width {
    max-width: 1360px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .max-width {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* nav */

nav {
    padding: 26px 0px;
    background: var(--grey);
}

nav .max-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .max-width img {
    width: 104px;
    height: auto;
}

nav .max-width button {
    width: 146px;
    height: 40px;
    border-radius: 24px;
    border: 2px solid var(--blue);
    background: var(--blue);
    color: var(--white);
    text-align: center;
    font-family: scandia-web, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: none;
    transition: all .5s ease;
}

nav .max-width button:hover {
    color: var(--blue);
    background: transparent;
}

.header {
    background: var(--lighter-blue);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.header .header-body {
    padding-top: 120px;
    padding-bottom:132px;
}

.header .max-width .header-text h1 {
    max-width: 690px;
    color: var(--white);
    font-family: scandia-web, sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.5px;
}

.header .max-width .header-text h1 span {
    color: var(--orange);
}

.header .max-width .header-text p {
    color: var(--white);
    font-family: scandia-web, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 24px;
    max-width: 610px;
}

.header .max-width>img {
    width: auto;
    position: absolute;
    right: -50px;
    bottom: unset;
    top:0;
    height: 100%;
    z-index: -1;
}



@media screen and (max-width: 1280px) {

    .header .header-body>img {
        width: 654.88px;
        bottom: 0;
    }



    .header .max-width .header-text h1 {
        max-width: 500px;
    }
}

@media screen and (max-width: 1024px) {
    nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0px;
    }

    nav .max-width img {
        width: 86.667px;
        height: auto;
    }

    nav .max-width button {
        width: 146px;
        height: 40px;
        font-size: 16px;
    }

    .header .header-body {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .header .max-width .header-text h1 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -0.5px;
    }

    .header .max-width .header-text p {
        max-width: 400px;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .header .max-width>img:nth-child(3) {
        width: 100%;
        bottom: 0;
    }


}

@media screen and (max-width: 768px) {
    nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0px;
    }

    nav .max-width img {
        width: 86.667px;
        height: auto;
    }

    nav .max-width button {
        width: 146px;
        height: 40px;
        font-size: 16px;
    }

    .header .max-width .header-text h1 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -0.5px;
        max-width: 300px;
    }

    .header .max-width .header-text p {
        max-width: 200px;
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .header .max-width>img:nth-child(3) {
        width: 400px;
        bottom: 0;
    }


}

@media screen and (max-width: 580px) {
    
    .header .max-width>img {
    width: auto;
    position: absolute;
    right: 0px;
    bottom: 0px;
    top:unset;
    height: auto;
        width: 100%;
    z-index: -1;
}

    
    
    nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0px;
    }

    nav .max-width img {
        width: 86.667px;
        height: auto;
    }

    nav .max-width button {
        width: 146px;
        height: 40px;
        font-size: 16px;
    }

    .header {
        height: 596px;
    }

    .header .max-width {
        padding: 40px 20px;
    }

    .header .max-width .header-text h1 {
        width: 100%;
        max-width: unset;
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -0.5px;
    }

    .header .max-width .header-text p {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        width: 100%;
        max-width: unset;
    }

    .header .max-width>img {
        width: 100%;
        bottom: 0;
    }

  
}

@media screen and (max-width: 450px) {
    nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0px;
    }

    nav .max-width img {
        width: 86.667px;
        height: auto;
    }

    nav .max-width button {
        width: 146px;
        height: 40px;
        font-size: 16px;
    }

    .header {
        height: 596px;
    }

    .header .max-width {
        padding: 40px 20px;
    }

    .header .max-width .header-text h1 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -0.5px;
    }

    .header .max-width .header-text p {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

 

    .header .max-width>img:nth-child(3) {
        width: 374.88px;
        bottom: 0;
        left: 0;
    }
}

@media screen and (max-width: 375px) {
    nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0px;
    }

    nav img {
        width: 86.667px;
        height: auto;
    }

    nav button {
        width: 146px;
        height: 40px;
        font-size: 16px;
    }

    .header {
        height: 596px;
    }

    .header .max-width {
        padding: 40px 20px;
    }

    .header .header-text h1 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -0.5px;
    }

    .header .header-text p {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

  

    .header .max-width>img:nth-child(3) {
        width: 374.88px;
        bottom: 0;
        left: 0;
    }
}

@media screen and (max-width: 320px) {
    nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0px;
    }

    nav img {
        width: 86.667px;
        height: auto;
    }

    nav button {
        width: 146px;
        height: 40px;
        font-size: 16px;
    }

    .header {
        height: 596px;
    }

    .header .max-width {
        padding: 40px 20px;
    }

    .header .max-width .header-text h1 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -0.5px;
    }

    .header .max-width .header-text p {
        font-size: 17px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }


    .header .max-width>img:nth-child(3) {
        width: 100%;
        bottom: 0;
        left: 0;
    }
}

/* nav end */

/* lighten */

.lighten {
    padding-top: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 120px;
}

.lighten>img {
    position: absolute;
    left: 0;
}

.lighten .lighten-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    padding-bottom: 20px;
}

.lighten .lighten-right {
    width: 50%;
}

.lighten .lighten-right h2 {
    color: var(--navy);
    font-family: scandia-web, sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.5px;
    max-width: 610px;
}

.lighten .lighten-right p {
    max-width: 538px;
    color: var(--navy);
    font-family: scandia-web, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
}

@media screen and (max-width: 1024px) {
    .lighten {
        flex-direction: row-reverse;
        height: 100%;
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .lighten .dotty {
        display: block;
    }

    .lighten>img {
        top: 140px;
        width: 519px;
        left: 0px;
    }

    .lighten .lighten-left,
    .lighten .lighten-right {
        width: 100%;
        justify-content: center;
    }

    .lighten .lighten-right {
        margin-top: 40px;
    }

    .lighten .lighten-left img {
        width: 270.63px;
        margin-left: 0px;
    }

    .lighten .lighten-right h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: -0.5px;
        margin-bottom: 24px;
        
    }

    .lighten .lighten-right p {
        margin-top: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    .lighten {
        flex-direction: column;
        height: 100%;
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .lighten .dotty {
        display: block;
    }

    .lighten>img {
        top: 140px;
        width: 519px;
        left: 0px;
    }

    .lighten .lighten-left,
    .lighten .lighten-right {
        width: 100%;
    }

    .lighten .lighten-right {
        margin-top: 40px;
    }

    .lighten .lighten-left img {
        width: 270.63px;
    }

    .lighten .lighten-right h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.5px;
    }

    .lighten .lighten-right p {
        margin-top: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}



@media screen and (max-width: 450px) {
    .lighten {
        flex-direction: column;
        height: 100%;
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .lighten .dotty {
        display: block;
    }

    .lighten>img {
        top: 140px;
        width: 519px;
        left: -70px;
    }

    .lighten .lighten-left,
    .lighten .lighten-right {
        width: 100%;
    }

    .lighten .lighten-right {
        margin-top: 40px;
    }

    .lighten .lighten-left img {
        width: 206.63px;
    }

    .lighten .lighten-right h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -0.5px;
    }

    .lighten .lighten-right p {
        margin-top: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media screen and (max-width: 375px) {
    .lighten {
        flex-direction: column;
        height: 100%;
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .lighten .dotty {
        display: block;
    }

    .lighten>img {
        top: 140px;
        width: 519px;
        left: -55px;
    }

    .lighten .lighten-left,
    .lighten .lighten-right {
        width: 100%;
    }

    .lighten .lighten-right {
        margin-top: 40px;
    }

    .lighten .lighten-left img {
        width: 206.63px;
    }

    .lighten .lighten-right h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -0.5px;
    }

    .lighten .lighten-right p {
        margin-top: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

@media screen and (max-width: 320px) {
    .lighten {
        flex-direction: column;
        height: 100%;
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .lighten .dotty {
        display: block;
    }

    .lighten>img {
        top: 140px;
        width: 519px;
        left: -30px;
    }

    .lighten .lighten-left,
    .lighten .lighten-right {
        width: 100%;
    }

    .lighten .lighten-right {
        margin-top: 40px;
    }

    .lighten .lighten-left img {
        width: 206.63px;
    }

    .lighten .lighten-right h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -0.5px;
    }

    .lighten .lighten-right p {
        margin-top: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
}

/* lighten end */

/* benefits */

.benefits .max-width .benefit>img {
    position: absolute;
    right: 0;
}

.benefits .max-width .benefits-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
    position: relative;
}

.benefits .max-width .benefits-head img:nth-child(2) {
    position: absolute;
    top: -35px;
    left: calc(100px + 13%);
    z-index: -1;
    width: 192px;
}

.benefits .max-width .benefits-head img:nth-child(3) {
    position: relative;
    top: 240px;
    right: -150px;
    z-index: -1;
}

.benefits .max-width .benefits-head h2 {
    color: var(--navy);
    font-family: scandia-web, sans-serif;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: -0.5px;
}

.benefit .benefit-left {
    display: flex;
    justify-content: flex-start;
    margin-top: 100px;
    padding-bottom: 100px;
}

.benefit .benefit-left {
    display: grid;
    grid-template-columns: 360px 360px;
    gap: 60px;
}

.benefit .benefit-left .grid-item {
    margin-bottom: 20px;
}

.benefit .benefit-left .grid-item p {
    color: var(--navy);
    font-family: scandia-web, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.benefit .benefit-left .grid-item img {
    margin-bottom: 16px;
}

.benefits .max-width>img {
    position: absolute;
    bottom: 200px;
    right: 50px;
    z-index: 99;
}

@media screen and (max-width: 1280px) {
    
    .benefits .max-width>img {
        position: absolute;
        width: 300px;
        right: 20px;
        display: block;
    }
    
}

@media screen and (max-width: 1130px) {
    
    .benefits .max-width{
        padding-bottom: 130px;
    }
    
    .benefits .max-width .benefit>img {
        position: absolute;
        right: 0;
    }

    .benefits .max-width .benefits-head {
        margin-top: 20px;
        position: relative;
    }

    .benefits .max-width .benefits-head img:nth-child(2) {
        position: absolute;
        top: -20px;
        z-index: -1;
        width: 87px;
        left: calc(210px - 10%);
    }

    .benefits .max-width .benefits-head img:nth-child(3) {
        display: none;
    }

    .benefits .max-width .benefits-head h2 {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.5px;
    }


    .benefit .benefit-left .grid-item img {
        margin-bottom: 16px;
    }

    .benefits .max-width>img {
        position: absolute;
        width: 216px;
        right: 20px;
        display: block;
        z-index: -1;
        
    }
}

@media screen and (max-width: 850px) {
    
    
        .benefit .benefit-left {
        display: grid;
        grid-template-columns: 100%;
        gap: 0px;
        margin-top: 75px;
        padding-bottom: 0px;
    }

    .benefit .benefit-left .grid-item {
        margin-bottom: 64px;
    }

    .benefit .benefit-left .grid-item p {
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    
    .benefits .max-width .benefits-head img:nth-child(2) {
        left: calc(210px - 12%);
    }
}

@media screen and (max-width: 768px) {
    
    
    .benefits .max-width{
        padding-bottom: 0px;
    }
    
    .benefits .max-width .benefit>img {
        position: absolute;
        right: 0;
    }

    .benefits .max-width .benefits-head {
        margin-top: 20px;
        position: relative;
    }

    .benefits .max-width .benefits-head img:nth-child(2) {
        position: absolute;
        top: -20px;
        left: 115px;
        right: unset;
        z-index: -1;
        width: 87px;
    }

    .benefits .max-width .benefits-head img:nth-child(3) {
        display: none;
    }

    .benefits .max-width .benefits-head h2 {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.5px;
    }

    .benefit .benefit-left {
        display: grid;
        grid-template-columns: 100%;
        gap: 0px;
        margin-top: 75px;
        padding-bottom: 0px;
    }

    .benefit .benefit-left .grid-item {
        margin-bottom: 64px;
    }

    .benefit .benefit-left .grid-item p {
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .benefit .benefit-left .grid-item img {
        margin-bottom: 16px;
    }

    .benefits .max-width>img {
        position: unset;
        width: 216px;
        margin-left: 180px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 425px) {
    .benefits .max-width .benefit>img {
        position: absolute;
        right: 0;
    }

    .benefits .max-width .benefits-head {
        margin-top: 20px;
        position: relative;
    }

    .benefits .max-width .benefits-head img:nth-child(2) {
        position: absolute;
        top: -20px;
        /* left: unset;
        right: 185px; */
        z-index: -1;
        width: 87px;
    }

    .benefits .max-width .benefits-head img:nth-child(3) {
        display: none;
    }

    .benefits .max-width .benefits-head h2 {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.5px;
    }

    .benefit .benefit-left {
        display: grid;
        grid-template-columns: 100%;
        gap: 0px;
        margin-top: 75px;
        padding-bottom: 0px;
    }

    .benefit .benefit-left .grid-item {
        margin-bottom: 64px;
    }

    .benefit .benefit-left .grid-item p {
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .benefit .benefit-left .grid-item img {
        margin-bottom: 16px;
    }

    .benefits .max-width>img {
        position: unset;
        width: 216px;
        margin-left: 80px;
    }
}

@media screen and (max-width: 375px) {
    .benefits .max-width .benefit>img {
        position: absolute;
        right: 0;
    }

    .benefits .max-width .benefits-head {
        margin-top: 20px;
        position: relative;
    }

    .benefits .max-width .benefits-head img:nth-child(2) {
        position: absolute;
        top: -20px;
        /* left: unset;
        right: 140px; */
        z-index: -1;
        width: 87px;
    }

    .benefits .max-width .benefits-head img:nth-child(3) {
        display: none;
    }

    .benefits .max-width .benefits-head h2 {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.5px;
    }

    .benefit .benefit-left {
        display: grid;
        grid-template-columns: 100%;
        gap: 0px;
        margin-top: 75px;
        padding-bottom: 0px;
    }

    .benefit .benefit-left .grid-item {
        margin-bottom: 64px;
    }

    .benefit .benefit-left .grid-item p {
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .benefit .benefit-left .grid-item img {
        margin-bottom: 16px;
    }

    .benefits .max-width>img {
        position: unset;
        width: 216px;
        margin-left: 80px;
    }
}

@media screen and (max-width: 320px) {
    .benefits .max-width .benefit>img {
        position: absolute;
        right: 0;
    }

    .benefits .max-width .benefits-head {
        margin-top: 20px;
        position: relative;
    }

    .benefits .max-width .benefits-head img:nth-child(2) {
        position: absolute;
        top: -20px;
        /* left: unset;
        right: 80px; */
        /* left: calc(100px ); */
        z-index: -1;
        width: 87px;
    }

    .benefits .max-width .benefits-head img:nth-child(3) {
        display: none;
    }

    .benefits .max-width .benefits-head h2 {
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.5px;
    }

    .benefit .benefit-left {
        display: grid;
        grid-template-columns: 100%;
        gap: 0px;
        margin-top: 75px;
        padding-bottom: 0px;
    }

    .benefit .benefit-left .grid-item {
        margin-bottom: 64px;
    }

    .benefit .benefit-left .grid-item p {
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
    }

    .benefit .benefit-left .grid-item img {
        margin-bottom: 16px;
    }

    .benefits .max-width>img {
        position: unset;
        width: 216px;
        margin-left: 30px;
    }
}

/* benefits end */

/* Level Up */

.level-up {
    background-color: var(--lighter-orange);
    padding: 120px 0;
}

.level-up>img {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: -1;
}

.level-up .level-body {
    display: flex;
    align-items: center;
    justify-items: flex-start;
}

.level-up .level-body img {
    width: 263.479px;
    height: auto;
}

.level-up .level-body h2 {
    margin-left: 45px;
    font-family: scandia-web, sans-serif;
    color:#FFFFFF;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
    max-width: 950px;
}

.level-up .level-body p {
    margin-left: 45px;
    font-family: scandia-web, sans-serif;
    color:#FFFFFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    max-width: 644px;
}

.level-up .level-body p span {
    color: var(--lighter-blue);
}

@media screen and (max-width: 1024px) {
    .level-up {
        background-color: var(--lighter-orange);
        padding: 60px 0;
        overflow-y: hidden;
    }

    .level-up>img {
        top: 40px;
        right: 0px;
        width: 226.721px;
    }

    .level-up .level-body {
        flex-direction: row;
        justify-content: center;
    }

    .level-up .level-body img {
        width: 187.225px;
        height: auto;
        margin-right: 20px;
    }

    .level-up .level-body h2 {
        max-width: 419px;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 36.4px;
        letter-spacing: -0.5px;
        margin-left: 0;
        margin-top: 24px;
    }
    
    .level-up .level-body p {
        
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .level-up {
        background-color: var(--lighter-orange);
        padding: 80px 0;
    }

    .level-up>img {
        top: 40px;
        right: 0px;
        width: 250.721px;
    }

    .level-up .level-body {
        flex-direction: column;
        justify-content: center;
    }

    .level-up .level-body img {
        width: 187.225px;
        height: auto;
        margin-right: 20px;
    }

    .level-up .level-body h2 {
        max-width: 419px;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 36.4px;
        letter-spacing: -0.5px;
        margin-left: 0;
        margin-top: 24px;
    }
}

@media screen and (max-width: 450px) {
    .level-up {
        background-color: var(--lighter-orange);
        padding: 60px 0 95px;
    }

    .level-up>img {
        top: 200px;
        right: -45px;
        width: 226.721px;
    }

    .level-up .level-body {
        flex-direction: column;
        justify-content: center;
    }

    .level-up .level-body img {
        width: 187.225px;
        height: auto;
    }

    .level-up .level-body h2 {
        max-width: 419px;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 36.4px;
        letter-spacing: -0.5px;
        margin-left: 0;
        margin-top: 24px;
    }
}

@media screen and (max-width: 375px) {
    .level-up {
        background-color: var(--lighter-orange);
        padding: 60px 0 95px;
    }

    .level-up>img {
        top: 200px;
        right: -45px;
        width: 226.721px;
    }

    .level-up .level-body {
        flex-direction: column;
        justify-content: center;
    }

    .level-up .level-body img {
        width: 187.225px;
        height: auto;
    }

    .level-up .level-body h2 {
        max-width: 319px;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 36.4px;
        letter-spacing: -0.5px;
        margin-left: 0;
        margin-top: 24px;
    }
}

@media screen and (max-width: 320px) {
    .level-up {
        background-color: var(--lighter-orange);
        padding: 60px 0 95px;
    }

    .level-up>img {
        top: 200px;
        right: -45px;
        width: 226.721px;
    }

    .level-up .level-body {
        flex-direction: column;
    }

    .level-up .level-body img {
        width: 187.225px;
        height: auto;
    }

    .level-up .level-body h2 {
        max-width: 319px;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 36.4px;
        letter-spacing: -0.5px;
        margin-left: 0;
        margin-top: 24px;
    }
}

/* Level Up end */

/* Contact */

.contact {
    background-color: var(--grey);
}

.contact .contact-body {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 120px 0;
}

.contact .contact-body .contact-left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40%;
    margin-right: 60px;
}

.contact .contact-body .contact-left h2 {
    color: var(--lighter-blue);
    font-family: scandia-web, sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 55.297px;
    letter-spacing: -6.397px;
    text-align: center;
}

@media screen and (max-width: 1288px) {
    
    .contact .contact-body .contact-left h2 {
        font-size: 70px;
        line-height: 50.297px;
    }
    
}

.contact .contact-body .contact-left span {
    color: var(--even-lighter-blue);
    z-index: +1;
}

.contact .contact-body .contact-left p {
    margin-top: 42px;
    color: var(--navy);
    text-align: center;
    font-family: scandia-web, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.5px;
}

.contact .contact-body .contact-left button {
    color: var(--blue);
    padding: 10px 30px;
    border-radius: 24px;
    border: 2px solid var(--lighter-blue);
    text-align: center;
    font-family: scandia-web, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: transparent;
    transition: all .5s ease;
    margin-top: 21px;
}

.contact .contact-body .contact-left button:hover {
    color: var(--white);
    background: var(--lighter-blue);
}

.contact .contact-body .contact-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 59%;
}

.contact .contact-body .contact-right form h2 {
    color: var(--navy);
    text-align: center;
    font-family: scandia-web, sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.5px;
    margin-right: 30px;
}

.contact .contact-body .contact-right form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact .contact-body .contact-right form .contact-content {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .contact-body .contact-right form .contact-content .first-contact {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.contact .contact-body .contact-right form button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

.contact .contact-body .contact-right form button {
    color: var(--blue);
    padding: 10px 30px;
    border-radius: 24px;
    border: 2px solid var(--lighter-blue);
    text-align: center;
    font-family: scandia-web, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: transparent;
    transition: all .5s ease;
    margin-top: 34px;
}

.contact .contact-body .contact-right form button:hover {
    color: var(--white);
    background: var(--lighter-blue);
}

.contact .contact-body .contact-right form .first-contact .input-row {
    margin-top: 30px;
    width: 320.278px;
}

.contact .contact-body .contact-right form .first-contact .input-row {
    margin-right: 30px;
}

form .input-row .textbox {
    border: none;
    outline: none;
    border-bottom: 2px solid var(--navy);
    color: var(--navy);
    display: flex;
    height: 40px;
    font-size: 17px;
    background: none;
    margin-top: 15px;
    width: 320.278px;
}

form .input-row label {
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 5;
    transition: all 0.2s linear;
    pointer-events: none;
    color: var(--navy);
    font-family: scandia-web, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

form .input-row.focussed label {
    top: 0px;
    font-size: 13px;
}

form .input-row .textbox:focus+label {
    top: 0px;
    font-size: 13px;
}

.validator {
    visibility: hidden;
    color: #ff5417;
    height: 20px;
    opacity: 0;
    transition: opacity 0.3s;
}

.error {
    border-color: #ff5417;
}

.thankyou.edu {
    display: none;
}

.thankyou.edu h2 {
    max-width: 560px;
    color: #001752!important;
    font-family: scandia-web, sans-serif;
    font-size: 56px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 60px;
    text-align: left;
}

.thankyou.edu p {
    margin-top: 32px;
    max-width: 485px;
    color: #001752;
    font-family: scandia-web, sans-serif;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 32px;
}

@media screen and (max-width: 1440px) {
    .contact .contact-body {
        padding: 64px 20px;
    }
}

@media screen and (max-width: 1200px) {
    .contact .contact-body {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 64px 0;
    }

    .contact .contact-body .contact-left h2 {
        font-style: normal;
        font-weight: 700;
        font-size: 62px;
        line-height: 42.297px;
        letter-spacing: -3.4px;
    }

    .contact .contact-body .contact-left p {
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.5px;
        margin-top: 30px;
    }

    .contact .contact-body .contact-left button {
        padding: 10px 30px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 24px;
    }

    .contact .contact-body .contact-right form h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -0.5px;
        margin-right: 0;
        margin-top: 64px;
    }

    .contact .contact-body .contact-right form {
        width: 100%;
    }

    .contact .contact-body .contact-right form .contact-content {
        flex-direction: column;

    }

    .contact .contact-body .contact-right form .contact-content .first-contact {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .contact .contact-body .contact-right form button {
        margin-right: 0px;
    }

    .contact .contact-body .contact-right form button {
        padding: 10px 30px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 10px;
    }

    .contact .contact-body .contact-right form .first-contact .input-row:first-child {
        margin-right: 0px;
        width: 100%;
    }

    .contact .contact-body .contact-right form .first-contact .input-row {
        margin-top: 0px;
        width: 100%;
    }

    .contact .contact-body .contact-right form .first-contact .input-row:last-child {
        margin: 0;
        width: 100%;
    }

    form .input-row .textbox {
        border: none;
        outline: none;
        border-bottom: 2px solid var(--navy);
        color: var(--navy);
        display: flex;
        height: 40px;
        font-size: 17px;
        background: none;
        margin-top: 48px;
        width: 100%;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) .textbox {
        margin: 0;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) label {
        top: 10px;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1).focussed label {
        top: -10px;
        font-size: 13px;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) .textbox:focus+label {
        top: -10px;
        font-size: 13px;
    }

    form .input-row label {
        top: 55px;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    form .input-row.focussed label {
        top: 40px;
        font-size: 13px;
    }

    form .input-row .textbox:focus+label {
        top: 30px;
        font-size: 13px;
    }

    .thankyou.edu {
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .thankyou.edu h2 {
        margin-top: 0;
        max-width: 560px;
        font-size: 40px;
        letter-spacing: -0.5px;
        line-height: 40px;
    }

    .thankyou.edu p {
        margin-top: 20px;
        max-width: 485px;
        font-size: 20px;
        line-height: 28px;
    }

    .thankyou.edu>div img {
        margin-top: 40px;
        width: 60%;
    }
}

@media screen and (max-width: 1024px) {
    .contact .contact-body {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 64px 40px;
    }

    .contact .contact-body .contact-left,
    .contact .contact-body .contact-right {
        margin: 0;
        width: 100%;
    }

    .contact .contact-body .contact-left h2 {
        font-size: 62px;
        font-style: normal;
        font-weight: 700;
        line-height: 42.3px;
        letter-spacing: -3.4px;
    }

    .contact .contact-body .contact-left p {
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.5px;
        margin-top: 30px;
    }

    .contact .contact-body .contact-left button {
        padding: 10px 30px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 24px;
    }

    .contact .contact-body .contact-right form h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -0.5px;
        margin-right: 0;
        margin-top: 64px;
    }

    .contact .contact-body .contact-right form {
        width: 100%;
    }

    .contact .contact-body .contact-right form .contact-content {
        flex-direction: column;

    }

    .contact .contact-body .contact-right form .contact-content .first-contact {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .contact .contact-body .contact-right form button {
        margin-right: 0px;
    }

    .contact .contact-body .contact-right form button {
        padding: 10px 30px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 10px;
    }

    .contact .contact-body .contact-right form .first-contact .input-row:first-child {
        margin-right: 0px;
        width: 100%;
    }

    .contact .contact-body .contact-right form .first-contact .input-row:last-child {
        margin: 0;
        width: 100%;
    }

    form .input-row .textbox {
        border: none;
        outline: none;
        border-bottom: 2px solid var(--navy);
        color: var(--navy);
        display: flex;
        height: 40px;
        font-size: 17px;
        background: none;
        margin-top: 48px;
        width: 100%;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) .textbox {
        margin: 0;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) label {
        top: 10px;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1).focussed label {
        top: -10px;
        font-size: 13px;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) .textbox:focus+label {
        top: -10px;
        font-size: 13px;
    }

    form .input-row label {
        top: 55px;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    form .input-row.focussed label {
        top: 40px;
        font-size: 13px;
    }

    form .input-row .textbox:focus+label {
        top: 30px;
        font-size: 13px;
    }

    .thankyou.edu {
        padding-left: 40px !important;
        padding-right: 0px !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .thankyou.edu h2 {
        margin-top: 0;
        max-width: 560px;
        font-size: 40px;
        letter-spacing: -0.5px;
        line-height: 40px;
    }

    .thankyou.edu p {
        margin-top: 20px;
        max-width: 485px;
        font-size: 20px;
        line-height: 28px;
    }

    .thankyou.edu>div img {
        margin-top: 10px;
        width: 40%;
    }
}


@media screen and (max-width: 768px) {
    .contact .contact-body {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 64px 40px;
    }

    .contact .contact-body .contact-left {
        margin-right: 0px;
        align-self: center;
        width: 100%;
    }

    .contact .contact-body .contact-left h2 {
        font-size: 62px;
        font-style: normal;
        font-weight: 700;
        line-height: 42.3px;
        letter-spacing: -3.4px;
    }

    .contact .contact-body .contact-left p {
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.5px;
        margin-top: 30px;
    }

    .contact .contact-body .contact-left button {
        padding: 10px 30px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 24px;
    }

    .contact .contact-body .contact-right form h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -0.5px;
        margin-right: 0;
        margin-top: 64px;
    }

    .contact .contact-body .contact-right form {
        width: 100%;
    }

    .contact .contact-body .contact-right form .contact-content {
        flex-direction: column;

    }

    .contact .contact-body .contact-right form .contact-content .first-contact {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .contact .contact-body .contact-right form button {
        margin-right: 0px;
    }

    .contact .contact-body .contact-right form button {
        padding: 10px 30px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 10px;
    }

    .contact .contact-body .contact-right form .first-contact .input-row:first-child {
        margin-right: 0px;
        width: 100%;
    }

    .contact .contact-body .contact-right form .first-contact .input-row:last-child {
        margin: 0;
        width: 100%;
    }

    form .input-row .textbox {
        border: none;
        outline: none;
        border-bottom: 2px solid var(--navy);
        color: var(--navy);
        display: flex;
        height: 40px;
        font-size: 17px;
        background: none;
        margin-top: 48px;
        width: 100%;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) .textbox {
        margin: 0;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) label {
        top: 10px;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1).focussed label {
        top: -10px;
        font-size: 13px;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) .textbox:focus+label {
        top: -10px;
        font-size: 13px;
    }

    form .input-row label {
        top: 55px;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    form .input-row.focussed label {
        top: 40px;
        font-size: 13px;
    }

    form .input-row .textbox:focus+label {
        top: 30px;
        font-size: 13px;
    }

    .thankyou.edu {
        margin-top: 50px;
        padding-left: 40px !important;
        padding-right: 0px !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .thankyou.edu h2 {
        margin-top: 0;
        max-width: 560px;
        font-size: 40px;
        letter-spacing: -0.5px;
        line-height: 40px;
    }

    .thankyou.edu p {
        margin-top: 20px;
        max-width: 485px;
        font-size: 20px;
        line-height: 28px;
    }

    .thankyou.edu>div img {
        margin-top: 10px;
        width: 40%;
    }
}

@media screen and (max-width: 450px) {
    .contact .contact-body {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 64px 0;
    }

    .contact .contact-body .contact-left,
    .contact .contact-body .contact-right {
        margin: 0;
        width: 100%;
    }

    .contact .contact-body .contact-left h2 {
        font-size: 62px;
        font-style: normal;
        font-weight: 700;
        line-height: 43.3px;
        letter-spacing: -3.4px;
    }

    .contact .contact-body .contact-left p {
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.5px;
        margin-top: 30px;
    }

    .contact .contact-body .contact-left button {
        padding: 10px 30px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 24px;
    }

    .contact .contact-body .contact-right form h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -0.5px;
        margin-right: 0;
        margin-top: 64px;
    }

    .contact .contact-body .contact-right form {
        width: 100%;
    }

    .contact .contact-body .contact-right form .contact-content {
        flex-direction: column;

    }

    .contact .contact-body .contact-right form .contact-content .first-contact {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .contact .contact-body .contact-right form button {
        margin-right: 0px;
    }

    .contact .contact-body .contact-right form button {
        padding: 10px 30px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 10px;
    }

    .contact .contact-body .contact-right form .first-contact .input-row:first-child {
        margin-right: 0px;
        width: 100%;
    }

    .contact .contact-body .contact-right form .first-contact .input-row:last-child {
        margin: 0;
        width: 100%;
    }

    form .input-row .textbox {
        border: none;
        outline: none;
        border-bottom: 2px solid var(--navy);
        color: var(--navy);
        display: flex;
        height: 40px;
        font-size: 17px;
        background: none;
        margin-top: 48px;
        width: 100%;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) .textbox {
        margin: 0;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) label {
        top: 10px;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1).focussed label {
        top: -10px;
        font-size: 13px;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) .textbox:focus+label {
        top: -10px;
        font-size: 13px;
    }

    form .input-row label {
        top: 55px;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    form .input-row.focussed label {
        top: 40px;
        font-size: 13px;
    }

    form .input-row .textbox:focus+label {
        top: 30px;
        font-size: 13px;
    }

    .thankyou.edu {
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-bottom: 0 !important;
    }

    .thankyou.edu h2 {
        margin-top: 0px;
        max-width: 560px;
        font-size: 40px;
        letter-spacing: -0.5px;
        line-height: 40px;
    }

    .thankyou.edu p {
        margin-top: 20px;
        max-width: 485px;
        font-size: 20px;
        line-height: 28px;
    }

    .thankyou.edu>div img {
        margin-top: 40px;
        width: 60%;
    }
}

@media screen and (max-width: 375px) {
    .contact .contact-body {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 64px 0;
    }

    .contact .contact-body .contact-left,
    .contact .contact-body .contact-right {
        margin: 0;
        width: 100%;
    }

    .contact .contact-body .contact-left h2 {
        font-size: 52px;
        font-style: normal;
        font-weight: 700;
        line-height: 36.3px;
        letter-spacing: -3.4px;
    }

    .contact .contact-body .contact-left p {
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.5px;
        margin-top: 30px;
    }

    .contact .contact-body .contact-left button {
        padding: 10px 30px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 24px;
    }

    .contact .contact-body .contact-right form h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -0.5px;
        margin-right: 0;
        margin-top: 64px;
    }

    .contact .contact-body .contact-right form {
        width: 100%;
    }

    .contact .contact-body .contact-right form .contact-content {
        flex-direction: column;

    }

    .contact .contact-body .contact-right form .contact-content .first-contact {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .contact .contact-body .contact-right form button {
        margin-right: 0px;
    }

    .contact .contact-body .contact-right form button {
        padding: 10px 30px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 10px;
    }

    .contact .contact-body .contact-right form .first-contact .input-row:first-child {
        margin-right: 0px;
        width: 100%;
    }

    .contact .contact-body .contact-right form .first-contact .input-row:last-child {
        margin: 0;
        width: 100%;
    }

    form .input-row .textbox {
        border: none;
        outline: none;
        border-bottom: 2px solid #001752;
        color: #001752;
        display: flex;
        height: 40px;
        font-size: 17px;
        background: none;
        margin-top: 48px;
        width: 100%;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) .textbox {
        margin: 0;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) label {
        top: 10px;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1).focussed label {
        top: -10px;
        font-size: 13px;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) .textbox:focus+label {
        top: -10px;
        font-size: 13px;
    }

    form .input-row label {
        top: 55px;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    form .input-row.focussed label {
        top: 40px;
        font-size: 13px;
    }

    form .input-row .textbox:focus+label {
        top: 30px;
        font-size: 13px;
    }

    .thankyou.edu {
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-bottom: 0 !important;
    }

    .thankyou.edu h2 {
        margin-top: 30px;
        max-width: 560px;
        font-size: 40px;
        letter-spacing: -0.5px;
        line-height: 40px;
    }

    .thankyou.edu p {
        margin-top: 20px;
        max-width: 485px;
        font-size: 20px;
        line-height: 28px;
    }

    .thankyou.edu>div img {
        margin-top: 40px;
        width: 60%;
    }
}

@media screen and (max-width: 320px) {
    .contact .contact-body {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 64px 0;
    }

    .contact .contact-body .contact-left,
    .contact .contact-body .contact-right {
        margin: 0;
        width: 100%;
    }

    .contact .contact-body .contact-left h2 {
        font-size: 46px;
        font-style: normal;
        font-weight: 700;
        line-height: 32.3px;
        letter-spacing: -3.4px;
    }

    .contact .contact-body .contact-left p {
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.5px;
        margin-top: 30px;
    }

    .contact .contact-body .contact-left button {
        padding: 10px 30px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 24px;
    }

    .contact .contact-body .contact-right form h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -0.5px;
        margin-right: 0;
        margin-top: 64px;
    }

    .contact .contact-body .contact-right form {
        width: 100%;
    }

    .contact .contact-body .contact-right form .contact-content {
        flex-direction: column;

    }

    .contact .contact-body .contact-right form .contact-content .first-contact {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .contact .contact-body .contact-right form button {
        margin-right: 0px;
    }

    .contact .contact-body .contact-right form button {
        padding: 10px 30px;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 10px;
    }

    .contact .contact-body .contact-right form .first-contact .input-row:first-child {
        margin-right: 0px;
        width: 100%;
    }

    .contact .contact-body .contact-right form .first-contact .input-row:last-child {
        margin: 0;
        width: 100%;
    }

    form .input-row .textbox {
        border: none;
        outline: none;
        border-bottom: 2px solid #001752;
        color: #001752;
        display: flex;
        height: 40px;
        font-size: 17px;
        background: none;
        margin-top: 48px;
        width: 100%;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) .textbox {
        margin: 0;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) label {
        top: 10px;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1).focussed label {
        top: -10px;
        font-size: 13px;
    }

    form .first-contact:nth-child(1) .input-row:nth-child(1) .textbox:focus+label {
        top: -10px;
        font-size: 13px;
    }

    form .input-row label {
        top: 55px;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    form .input-row.focussed label {
        top: 40px;
        font-size: 13px;
    }

    form .input-row .textbox:focus+label {
        top: 30px;
        font-size: 13px;
    }

    .thankyou.edu {
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-bottom: 0 !important;
    }

    .thankyou.edu h2 {
        margin-top: 30px;
        max-width: 560px;
        font-size: 40px;
        letter-spacing: -0.5px;
        line-height: 40px;
    }

    .thankyou.edu p {
        margin-top: 20px;
        max-width: 485px;
        font-size: 20px;
        line-height: 28px;
    }

    .thankyou.edu>div img {
        margin-top: 40px;
        width: 60%;
    }
}

/* Contact end */

/* Orientation */

@media screen and (orientation: landscape) {
    .max-width {
        padding-left: 60px;
        padding-right: 60px;
    }

    .contact .contact-body .contact-right form h2 {
        margin: 0;
    }

    .contact .contact-body {
        flex-direction: row;
        justify-content: center;
        padding-left: 60px;
        padding-right: 60px;
    }
}

.contact-numbers {
    text-decoration: none !important;
}