﻿.scrollDisable {
    overflow: hidden
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth
}

details, main {
    display: block
}

h1 {
    font-size: 2em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: #fff0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: button
}

    [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
        outline: ButtonText dotted 1px
    }

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

.bg-gradient-orange {
    background: linear-gradient(180deg,#f37658,#f9aa4e 100%)
}

.bg-color-white {
    background-color: #fff
}

.bg-color-black {
    background-color: #0f0f0f
}

.bg-color-blue {
    background-color: #112240
}

.bg-color-blue-dark {
    background-color: #071a38
}

.bg-color-gray {
    background-color: #ececec
}

.bg-color-yellow {
    background-color: #d8e100
}

.bg-color-pink {
    background-color: #e72492
}

@font-face {
    font-family: "Azo Sans";
    src: url(../fonts/AzoSans-Light.woff2) format("woff2"),url(../fonts/AzoSans-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Azo Sans";
    src: url(../fonts/AzoSans-Regular.woff2) format("woff2"),url(../fonts/AzoSans-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Azo Sans";
    src: url(../fonts/AzoSans-Bold.woff2) format("woff2"),url(../fonts/AzoSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Azo Sans";
    src: url(../fonts/AzoSans-Medium.woff2) format("woff2"),url(../fonts/AzoSans-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

*, ::after, ::before {
    box-sizing: border-box
}

body {
    margin: 0;
    color: #fff;
    font-family: "Azo Sans",sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #112240
}

    body.contentLocked {
        overflow: hidden
    }

body, html {
    height: 100%
}

[hidden] {
    display: none !important
}

.theme-dark, .theme-dark .section-subtitle, .theme-dark .section-title {
    color: #112240
}

.theme-light, .theme-light .section-title {
    color: #fff
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    margin: 0;
    padding: 0
}

h2, h3, h4, h5, h6 {
    font-weight: 500
}

p {
    font-size: 1.125rem;
    line-height: 1.77778
}

    p a {
        font-weight: 700;
        text-decoration: none;
        transition: 0.3s ease-out
    }

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background-color: #d9d9d9
}

::-webkit-scrollbar-thumb {
    background-color: #1c3768
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #21427c
    }

#page-container {
    min-height: 100%
}

.container {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 25px
}

.section {
    position: relative;
    overflow: hidden
}

.section-grid {
    display: grid;
    grid-auto-columns: auto
}

.section-grid-bg-media {
    pointer-events: none;
    overflow: hidden
}

.section-grid .content, .section-grid-bg-media {
    grid-row-start: 1;
    grid-column-start: 1
}

    .section-grid-bg-media img, .section-grid-bg-media video {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.section-grid .content {
    z-index: 1
}

.section-grid .content-v-center {
    align-self: center
}

.section-grid .content-h-center {
    justify-self: center
}

.section-title {
    margin-bottom: 30px
}

.section-title-decor {
    margin-top: -25px
}

.section-subtitle {
    margin-bottom: 30px
}

.section-fullscreen {
    min-height: calc(100vh - 80px)
}

.section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

    .section-bg img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.content img {
    max-width: 100%
}

.description-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    text-align: center
}

.description-center-form {
    width: 50%;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    text-align: center
}

.description-right {
    margin-left: auto
}

.description .btn, .description .btn-text {
    margin-top: 24px
}

.btn, button {
    transition: 0.2s ease-out
}

    button:not([disabled]) {
        cursor: pointer
    }

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    padding: 12px 22px;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    background: 0 0
}

    .btn:focus, .btn:hover {
        text-decoration: none
    }

    .btn:disabled {
        opacity: .4;
        cursor: not-allowed;
        pointer-events: none
    }

.btn-block {
    width: 100%
}

.btn-blue {
    color: #fff;
    background-color: #112240
}

    .btn-blue:hover {
        background-color: #40567d
    }

.btn-gray {
    color: #112240;
    background-color: #ececec
}

    .btn-gray:hover {
        background-color: #dfdfdf
    }

.btn-pink {
    color: #fff;
    background-color: #e36a96
}

    .btn-pink:hover {
        background-color: #cd3b70
    }

.btn-yellow {
    color: #112240;
    background-color: #d8e100
}

    .btn-yellow:hover {
        background-color: #c0c800
    }

.btn-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    background: 0 0;
}

.btn-icon-gray {
    background-color: #ececec;
}

.btn-icon-gray:hover {
    background-color: #dfdfdf;
}

.btn-icon .icon-edit {
    width: 28px;
    height: 28px;
}

.btn-icon .icon-delete {
    width: 14px;
    height: 14px;
}

.btn .icon {
    width: 20px;
    height: 20px
}

.accordion-arrow {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 2px 3px;
    border: none;
    background: 0 0
}

    .accordion-arrow svg {
        width: 20px;
        height: 13px
    }

.collapse-all {
    margin: 0;
    padding: 2px 3px;
    color: #112240;
    font-size: 1.375rem;
    line-height: 1;
    font-weight: 500;
    font-style: italic;
    border: none;
    background: 0 0;
    text-decoration: underline
}

    .collapse-all:hover {
        color: #2d4160
    }

:root {
    --form-control-color: currentColor;
    --form-control-disabled: #959495
}

.form-control--disabled {
    color: var(--form-control-disabled);
    cursor: not-allowed
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--form-background);
    margin: 0;
    width: 22px;
    height: 22px;
    color: currentColor;
    border: 2px solid currentColor;
    border-radius: 3px;
    transform: translateY(-.075em);
    display: grid;
    place-content: center
}

    input[type="checkbox"]::before {
        content: "";
        width: .65em;
        height: .65em;
        -webkit-clip-path: polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);
        clip-path: polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);
        transform: scale(0);
        transform-origin: bottom left;
        transition: transform 120ms ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color)
    }

    input[type="checkbox"]:checked::before {
        transform: scale(1)
    }

    input[type="checkbox"]:disabled {
        --form-control-color: var(--form-control-disabled);
        color: var(--form-control-disabled);
        cursor: not-allowed
    }

input[type="radio"] {
    margin: 0;
    width: 22px;
    height: 22px;
    color: currentColor;
    border: 2px solid currentColor;
    border-radius: 50%;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    input[type="radio"]:checked {
        background-color: currentColor
    }

.form-check-error input[type="radio"] {
    border-color: #ff2525;
    background-color: #ff2525
}

.form-check-correct input[type="radio"] {
    border-color: #00971c;
    background-color: #00971c
}

label {
    display: inline-block
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-row + .form-row {
    margin-top: 20px
}

.form-check, .form-radio {
    display: grid;
    grid-template-columns: 1em auto;
    gap: 20px
}

    .form-check:focus-within, .form-radio:focus-within {
        color: var(--form-control-color)
    }

    .form-check .error, .form-radio .error {
        color: #ff2525
    }

.form-control {
    display: block;
    width: 100%;
    padding: 5px 0;
    color: #112240;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 1px solid #ececec;
    outline: 0
}

@keyframes phone-icon {
    0%,46% {
        transform: translate3d(0,0,0)
    }

    10%,14%,18%,2%,22%,26%,30%,34%,38%,42%,6% {
        transform: translate3d(.04em,0,0)
    }

    12%,16%,20%,24%,28%,32%,36%,4%,40%,44%,8% {
        transform: translate3d(-.04em,0,0)
    }
}

.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-menu a {
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.2s ease-out
}

.main-menu .btn-cross {
    display: none;
    padding: 10px;
    position: absolute;
    top: 6px;
    right: 20px;
    line-height: 1;
    border: none;
    background-color: #fff0;
    z-index: 1
}

.mobileMenuActive .main-menu {
    display: block
}

.footer-menu ul {
    gap: 3vw;
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-menu a {
    display: block;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1;
    text-decoration: none;
    transition: 0.2s ease-out
}

    .footer-menu a:hover {
        color: #e36a96
    }

#scrollTopBtn {
    position: fixed;
    right: 20px;
    bottom: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 42px;
    height: 42px;
    border: 1px solid #e16190;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e36a96;
    cursor: pointer;
    z-index: 10
}

    #scrollTopBtn svg {
        width: 14px;
        height: 18px;
        fill: #fff;
        transition: 0.3s
    }

    #scrollTopBtn:hover {
        background-color: #e15d8d
    }

        #scrollTopBtn:hover img, #scrollTopBtn:hover svg {
            transform: scale(1.1)
        }

.contact-list {
    display: flex;
    gap: 3vw;
    margin: 0;
    padding: 0;
    list-style: none
}

    .contact-list a {
        display: flex;
        align-items: center;
        gap: 15px;
        font-weight: 500;
        text-decoration: none;
        transition: 0.2s ease-out
    }

    .contact-list img, .contact-list svg {
        width: 33px;
        height: 33px;
        fill: currentColor
    }

    .contact-list .icon-phone {
        transform: translate3d(0,0,0);
        animation: 3s infinite phone-icon
    }

.progress-lesson {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin: 30px 0;
    color: var(--progress-color)
}

.progress-bar {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background-color: currentColor
}

.progress-point {
    width: 22px;
    height: 22px;
    border: 1px solid currentColor;
    border-radius: 50%;
    background-color: #ececec;
    z-index: 1
}

.progress-point-complete {
    background-color: currentColor
}

.progress-module {
    position: relative;
    width: 100%;
    max-width: 480px;
    height: 15px;
    background-color: #45536a;
    border-radius: 6px;
    overflow: hidden
}

.progress-module-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0
}

.progress-module-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #e36a96
}

.progress-module-description {
    display: flex;
    gap: 20px;
    font-size: 1.375rem;
    line-height: 1;
    font-weight: 500
}

    .progress-module-description .answered {
        font-style: italic
    }

    .progress-module-description .total {
        position: relative;
        padding-left: 20px;
        color: #e36a96
    }

        .progress-module-description .total:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 1px;
            background-color: #45536a
        }

.main-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 14px 0;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / .3);
    z-index: 50
}

.main-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10vw
}

.main-header .site-logo {
    display: block
}

    .main-header .site-logo img, .main-header .site-logo svg {
        display: block;
        fill: #112240;
        width: 182.7px;
        height: 53.9px
    }

.main-header .navigation, .main-header .navigation-right {
    display: flex
}

.main-header #mobileMenuTrigger {
    display: none;
    justify-content: center;
    flex-direction: column;
    width: 48px;
    height: 48px;
    margin-left: auto;
    padding: 12px;
    border: none;
    border-radius: 50%;
    background-color: #e36a96;
    cursor: pointer
}

    .main-header #mobileMenuTrigger span {
        display: block;
        position: relative;
        top: 0;
        width: 100%;
        height: 3px;
        margin: 2px auto;
        transition: top,transform;
        background-color: #112240
    }

        .main-header #mobileMenuTrigger span:first-child, .main-header #mobileMenuTrigger span:last-child {
            transition-duration: 0.2s;
            transition-delay: 0.2s,0s
        }

.mobileMenuActive .main-header #mobileMenuTrigger span {
    transition-delay: 0.2s
}

    .mobileMenuActive .main-header #mobileMenuTrigger span:first-child, .mobileMenuActive .main-header #mobileMenuTrigger span:last-child {
        transition-delay: 0s,0.2s
    }

    .mobileMenuActive .main-header #mobileMenuTrigger span:first-child {
        top: 7px;
        transform: rotate(45deg)
    }

        .mobileMenuActive .main-header #mobileMenuTrigger span:first-child + span {
            background-color: #fff0
        }

    .mobileMenuActive .main-header #mobileMenuTrigger span:last-child {
        top: -7px;
        transform: rotate(-45deg)
    }

.main-header .login-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-header .login-menu a {
    display: block;
    text-decoration: none
}

.main-header .login-menu .has-submenu .icon-user {
    width: 16px;
    height: 16px
}

.main-header .login-menu .has-submenu .menu-arrow {
    width: 12px;
    height: 8px;
    transition: 0.3s ease-in-out
}

.main-header .login-submenu {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-header .language-menu > ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-header .language-menu a {
    display: block;
    text-decoration: none
}

.main-header .language-menu .has-submenu .icon-user {
    width: 16px;
    height: 16px
}

.main-header .language-menu .has-submenu .menu-arrow {
    width: 22px;
    height: 8px;
    transition: 0.3s ease-in-out
}

.main-header .language-submenu {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobileMenuActive .main-header {
    position: fixed;
    height: 100%;
    background-color: #112240
}

    .mobileMenuActive .main-header .site-logo svg {
        fill: #fff
    }

    .mobileMenuActive .main-header .navigation {
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        z-index: 1
    }

.pricing-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricing-left {
    display: inline-block;
}

.pricing-right ul {
        gap: 3vw;
        margin: 0;
        padding: 0;
        list-style: none
    }

.footer {
    padding: 80px 0;
    background-color: #112240
}

.footer-grid {
    display: flex;
}

.footer .logo {
    display: inline-block
}

    .footer .logo:hover img, .footer .logo:hover svg {
        transform: scale(1.05)
    }

    .footer .logo img, .footer .logo svg {
        transition: 0.4s;
        fill: #fff;
        width: 156.6px;
        height: 46.2px
    }

.footer .copyright {
    color: #a9a9a9;
    font-size: 1rem;
    line-height: 1;
    font-style: italic;
    font-weight: 300
}

.footer .contact-info {
    display: flex;
    align-items: center;
    margin-top: 30px;
    color: #d8e100
}

.footer .contact-list a {
    color: #d8e100
}

    .footer .contact-list a:hover {
        color: #b1b800
    }

.section-main .description {
    max-width: 860px
}

.section-main .section-title span {
    font-style: italic
}

.section-essential-skills .content-grid {
    display: flex;
    align-items: center
}

.section-essential-skills .content-grid-item {
    flex: 1
}

.section-essential-skills .section-title {
    color: #d8e100
}

.section-essential-skills .description {
    max-width: 480px
}

.section-essential-skills .content-grid-item img {
    position: absolute;
    bottom: 0;
    max-height: 90%
}

.section-mind {
    text-align: center;
    background-color: #fff
}

    .section-mind .section-title {
        color: #112240
    }

    .section-mind .logo-grid {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px
    }

    .section-mind .more-info {
        margin-top: 3vw;
        padding-top: 3vw;
        font-weight: 500;
        border-top: 2px solid #d9d9d9
    }

        .section-mind .more-info .section-title {
            font-style: italic
        }

    .section-mind .contact-list {
        justify-content: center
    }

        .section-mind .contact-list a {
            color: #a9a9a9;
            font-size: 1.375rem;
            line-height: 1
        }

            .section-mind .contact-list a:hover {
                color: #767676
            }

.section-lesson .lesson-preview {
    display: flex;
    justify-content: center
}

    .section-lesson .lesson-preview video {
        max-width: 320px
    }

    .section-lesson .lesson-preview .lesson-number {
        margin-bottom: 60px
    }

.section-lesson .lesson-main {
    color: #112240
}

    .section-lesson .lesson-main .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 780px;
        margin: 0 auto
    }

.section-lesson .lesson-number {
    margin-bottom: 30px;
    font-size: 1.375rem;
    line-height: 1.09091;
    font-weight: 500;
    font-style: italic
}

.section-lesson .lesson-questions {
    display: flex;
    flex-direction: column;
    gap: 15vh;
    margin-bottom: 15vh;
    counter-reset: item
}

.section-lesson .lesson-question {
    position: relative;
    color: #0f264a;
    border: 2px solid #fff0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / .2)
}

    .section-lesson .lesson-question:after {
        content: counter(item);
        counter-increment: item;
        position: absolute;
        top: 40px;
        color: #c9c9c9;
        font-size: 2rem;
        line-height: 1
    }

.section-lesson .lesson-question-title {
    margin-bottom: 35px
}

.section-lesson .lesson-question-error {
    border-color: #ff2525
}

.section-lesson .lesson-question-correct {
    border-color: #00971c
}

.section-lesson .lesson-question-answer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 1.125rem;
    line-height: 1.22222;
    font-weight: 500
}

.section-lesson .lesson-question-answer-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 18px
}

.section-lesson .lesson-question-answer-error {
    color: #ff2525
}

    .section-lesson .lesson-question-answer-error .icon {
        fill: #ff2525
    }

.section-lesson .lesson-question-answer-correct {
    color: #00971c
}

    .section-lesson .lesson-question-answer-correct .icon {
        fill: #00971c
    }

.section-lesson .lesson-question-answer .icon {
    width: 28px;
    height: 28px
}

.section-lesson .lesson-validate {
    color: #ff2525;
    font-style: italic
}

.section-lesson .prompt {
    color: #ff2525;
    font-size: 1.125rem;
    line-height: 1.22222;
    font-style: italic;
    margin: 15px 0;
    padding-left: 37px
}

.section-dashboard-teacher .key-box {
    padding: 0 40px;
    border: 1px solid #9c9c9c;
    border-radius: 10px
}

.section-dashboard-teacher .key-box-active .key-content {
    display: block
}

.section-dashboard-teacher .key-panel-bottom, .section-dashboard-teacher .key-panel-top {
    display: flex;
    gap: 30px
}

.section-dashboard-teacher .key-panel-top {
    padding: 30px 0;
    justify-content: space-between
}

.section-dashboard-teacher .key-panel-bottom {
    padding: 25px 0;
    justify-content: flex-end
}

.section-dashboard-teacher .key-title {
    color: #112240
}

.section-dashboard-teacher .key-content {
    display: none
}

.section-dashboard-teacher .key-list {
    -moz-column-width: 210px;
    column-width: 210px;
    -moz-column-gap: 6vw;
    column-gap: 6vw;
    margin: 0;
    padding: 25px 0 0 30px;
    border-top: 1px solid #9c9c9c
}

    .section-dashboard-teacher .key-list li {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        padding: 10px 0 10px 12px;
        color: #a9a9a9
    }

        .section-dashboard-teacher .key-list li::marker {
            color: #112240;
            font-weight: 500
        }

.section-dashboard-teacher .key-progress {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 30px 40px;
    list-style: none;
    counter-reset: item;
    background-color: #f7f7f7
}

.section-dashboard-teacher .key-progress-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    border: 1px solid #112240;
    border-radius: 50%;
    cursor: pointer
}

    .section-dashboard-teacher .key-progress-item:hover:not(.complete) {
        color: #fff;
        background-color: #112240
    }

    .section-dashboard-teacher .key-progress-item:hover.complete {
        color: #fff;
        background-color: #007e17;
        border-color: #00971c
    }

    .section-dashboard-teacher .key-progress-item:hover .key-progress-name {
        display: block;
        opacity: 1;
        top: -100%
    }

    .section-dashboard-teacher .key-progress-item:before {
        counter-increment: item;
        content: counter(item)
    }

.section-dashboard-teacher .key-progress .complete {
    color: #fff;
    background-color: #00971c;
    border-color: #00971c
}

.section-dashboard-teacher .key-progress-name {
    position: absolute;
    top: 0;
    left: 50%;
    display: none;
    padding: 8px 16px;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    white-space: nowrap;
    border-radius: 8px;
    background-color: #2d4160;
    transition: 0.3s ease-out 0.8s
}

    .section-dashboard-teacher .key-progress-name:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 7px 0;
        border-color: #2d4160 #fff0 #fff0
    }

.section-dashboard-teacher .students-list {
    display: flex;
    flex-direction: column;
    gap: 34px;
    margin-top: 60px
}

.section-dashboard-teacher .student {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden
}

.section-dashboard-teacher .student-active .toggleStudentInfo {
    transform: rotate(180deg)
}

.section-dashboard-teacher .student-active .student-content {
    display: block
}

.section-dashboard-teacher .student-info {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 30px 40px
}

.section-dashboard-teacher .student-info-left, .section-dashboard-teacher .student-info-right {
    display: flex
}

.section-dashboard-teacher .student-info-right {
    align-items: center;
    gap: 36px
}

.section-dashboard-teacher .student-name {
    font-weight: 500
}

.section-dashboard-teacher .student-email {
    color: #5c5c5c;
    font-weight: 300;
    font-style: italic
}

.section-dashboard-teacher .student-key {
    color: #a9a9a9;
    font-size: 1.375rem;
    line-height: 1
}

    .section-dashboard-teacher .student-key span {
        color: #112240;
        font-weight: 500
    }

.section-dashboard-teacher .student-content {
    display: none
}

.section-dashboard-student .modules-list {
    margin: 50px 0 0;
    padding: 0;
    list-style: none
}

    .section-dashboard-student .modules-list li {
        display: flex;
        padding: 20px 0;
        border-bottom: 1px solid #45536a
    }

    .section-dashboard-student .modules-list button {
        min-width: 180px
    }

.section-login .form-login {
    max-width: 780px;
    margin: 0 auto
}

    .section-login .form-login .form-row-styled {
        padding: 20px 50px;
        background-color: #fff;
        border-radius: 10px
    }

    .section-login .form-login label {
        font-weight: 300;
        font-style: italic;
    }

    .section-login .form-login .panel-bottom {
        margin-top: 60px;
        text-align: center;
    }

.section-pricing .pricing {
    display: flex;
    justify-content: center;
}

    .section-pricing .pricing .student {
        margin-bottom: 60px;
        color: #112240;
        padding-right: 50px;
    }

    .section-pricing .pricing .cost {
        margin-bottom: 60px;
        color: #112240;
        text-align: right;
    }

@media (min-width:576px) {
    .section-title {
        font-size: 2.625rem;
        line-height: 1
    }

    .section-main .section-title {
        font-size: 3.25rem;
        line-height: 1
    }
}

@media (min-width:768px) {
    .form-label {
        font-size: 1.375rem;
        line-height: 1.09091
    }

    .footer-menu ul {
        display: flex;
        flex-wrap: wrap
    }

    .footer-grid {
        justify-content: space-between;
        align-items: center
    }

    .section-essential-skills .content-grid {
        gap: 40px
    }

    .section-lesson .lesson-question {
        padding: 40px 40px 40px 80px
    }

        .section-lesson .lesson-question:after {
            left: 40px
        }

    .section-lesson .lesson-question-title {
        font-size: 2rem;
        line-height: 1.0625
    }

    .section-dashboard-teacher .key-title, .section-dashboard-teacher .student-name {
        font-size: 2rem;
        line-height: 1
    }

    .section-dashboard-teacher .student-email {
        font-size: 1.375rem;
        line-height: 1
    }

    .section-dashboard-student .modules-list li, .section-dashboard-teacher .modules-list li {
        align-items: center;
        justify-content: space-between;
        gap: 30px
    }
}

@media (min-width:992px) {
    .show-on-mobile {
        display: none
    }

    .main-menu ul {
        display: flex;
        gap: 40px
    }

    .main-menu li:hover a:before {
        width: 100%;
        background-color: #40567d
    }

    .main-menu a {
        position: relative;
        padding: 10px 5px;
        font-weight: 500;
        color: #112240;
        font-size: 1.125rem;
        line-height: 1
    }

        .main-menu a:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 3px;
            transition: 0.2s ease-out;
            border-radius: 3px
        }

    .main-header .login-menu {
        padding-left: 24px;
        margin-left: 30px;
        position: relative
    }

        .main-header .login-menu:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 2px;
            background-color: #e0e0e0
        }

        .main-header .login-menu a {
            padding: 10px 24px;
            border-radius: 6px;
            color: #112240;
            font-weight: 500
        }

        .main-header .login-menu > ul > li {
            margin-bottom: -15px;
            padding-bottom: 15px
        }

            .main-header .login-menu > ul > li > a {
                display: flex;
                align-items: center;
                justify-content: space-between;
                min-width: 128px;
                background-color: #d8e100
            }

                .main-header .login-menu > ul > li > a:focus, .main-header .login-menu > ul > li > a:hover {
                    background-color: #c0c800
                }

        .main-header .login-menu .has-submenu {
            position: relative
        }

            .main-header .login-menu .has-submenu .icon-user {
                display: none
            }

            .main-header .login-menu .has-submenu:hover .menu-arrow {
                transform: rotate(180deg)
            }

            .main-header .login-menu .has-submenu:hover .login-submenu {
                display: block
            }

    .main-header .login-submenu {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        padding: 6px 4px;
        width: 100%;
        border-radius: 6px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / .6);
        background-color: #fff
    }

        .main-header .login-submenu a:hover {
            background-color: #d8e100
        }

    .main-header .language-menu {
        padding-left: 24px;
        margin-left: 30px;
        position: relative
    }

    .main-header .language-menu:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 2px;
        background-color: #e0e0e0
    }

    .main-header .language-menu a {
        padding: 10px 24px;
        border-radius: 6px;
        color: #112240;
        font-weight: 500
    }

    .main-header .language-menu > ul > li {
        margin-bottom: -15px;
        padding-bottom: 15px
    }

        .main-header .language-menu > ul > li > a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            min-width: 128px;
            background-color: #e36a96
        }

            .main-header .language-menu > ul > li > a:focus, .main-header .language-menu > ul > li > a:hover {
                background-color: #cd3b70
            }

    .main-header .language-menu .has-submenu {
        position: relative
    }

    .main-header .language-menu .has-submenu .icon-user {
        display: none
    }

    .main-header .language-menu .has-submenu:hover .menu-arrow {
        transform: rotate(180deg)
    }

    .main-header .language-menu .has-submenu:hover .language-submenu {
        display: block
    }

    .main-header .language-submenu {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        padding: 6px 4px;
        width: 100%;
        border-radius: 6px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / .6);
        background-color: #fff
    }

    .main-header .language-submenu a:hover {
        background-color: #d8e100
    }

    .main-header .contact-list li:last-child {
        display: none
    }

    .main-header .contact-list a {
        color: #5c5c5c
    }

        .main-header .contact-list a:hover {
            color: #484848
        }

    .main-header .navigation {
        flex: 1;
        align-items: center;
        justify-content: space-between
    }

    .main-header .navigation-right {
        align-items: center
    }

    .footer .contact-info {
        justify-content: flex-end
    }

    .section-dashboard-teacher .student-info-left {
        align-items: center;
        gap: 36px
    }

    .section-pricing .pricing .student {
        font-size: 1.375rem;
    }

    .section-pricing .pricing .cost {
        font-size: 1.375rem;
    }
}

@media (min-width:1200px) {
    .section .content {
        padding: 100px 0
    }

    .section-pricing .pricing .student {
        font-size: 1.5rem;
    }

    .section-pricing .pricing .cost {
        font-size: 1.5rem;
    }
}

@media (max-width:991.98px) {
    .hide-on-mobile {
        display: none
    }

    .main-menu {
        display: none;
        flex-direction: column;
        padding: 35px 0
    }

        .main-menu a {
            padding: 20px 0;
            color: #fff
        }

            .main-menu a:hover {
                color: #fff
            }

        .main-menu > ul > li > a {
            font-size: 1.375rem;
            line-height: 1;
            font-weight: 500
        }

        .main-menu .btn-cross {
            display: block
        }

            .main-menu .btn-cross svg {
                fill: #fff
            }

    .main-header .contact-list {
        margin: 30px 0
    }

        .main-header .contact-list li {
            flex: 1
        }

        .main-header .contact-list a {
            color: #fff
        }

            .main-header .contact-list a:hover {
                color: #ebebeb
            }

    .main-header .contact-info {
        order: 2
    }

    .main-header .navigation {
        display: none;
        padding: 0 25px
    }

    .main-header .navigation-right {
        flex-direction: column
    }

    .main-header #mobileMenuTrigger {
        display: flex
    }

    .main-header .login-menu > ul > li > a {
        color: #fff;
        font-size: 1.375rem;
        line-height: 1;
        font-weight: 300
    }

    .main-header .login-menu .has-submenu > a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 0
    }

    .main-header .login-submenu {
        display: flex;
        gap: 5vw
    }

        .main-header .login-submenu li {
            flex: 1
        }

            .main-header .login-submenu li:first-child a {
                color: #112240;
                background-color: #d8e100
            }

        .main-header .login-submenu a {
            color: #d8e100;
            font-size: 1.125rem;
            line-height: 1;
            font-weight: 500;
            text-align: center;
            padding: 12px 25px;
            border-radius: 6px;
            border: 1px solid #d8e100
        }

    .footer {
        text-align: center
    }

    .footer-grid {
        flex-direction: column;
        gap: 60px
    }

    .footer .contact-info {
        justify-content: center
    }

    .section-dashboard-teacher .student-info-left {
        flex-direction: column;
        gap: 10px
    }
}

@media (max-width:767.98px) {
    .section .content {
        padding: 40px 0
    }

    .description {
        text-align: center
    }

    .description-text {
        margin: 0 auto
    }

    .form-label {
        font-size: 1.25rem;
        line-height: 1.1
    }

    .footer-menu ul {
        display: grid;
        grid-template-columns: repeat(auto-fill,minmax(150px,1fr))
    }

    .contact-list {
        flex-direction: column;
        gap: 20px
    }

    .footer {
        text-align: center
    }

        .footer .contact-info {
            flex-direction: column;
            gap: 20px;
            margin-top: 40px;
            padding-top: 40px;
            border-top: 2px solid #415537
        }

    .section-essential-skills .content-grid {
        flex-direction: column
    }

    .section-essential-skills .content-grid-item:nth-child(2) {
        min-height: 50vh
    }

    .section-essential-skills .content-grid-item img {
        position: absolute;
        left: 25px;
        max-height: 90%
    }

    .section-mind .contact-info {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .section-mind .logo-grid {
        flex-direction: column
    }

    .section-lesson .lesson-number {
        font-size: 1.25rem;
        line-height: 1.1
    }

    .section-lesson .lesson-question {
        padding: 40px 40px 40px 60px
    }

        .section-lesson .lesson-question:after {
            left: 20px
        }

    .section-lesson .lesson-question-title {
        font-size: 1.375rem;
        line-height: 1.09091
    }

    .section-dashboard-teacher .key-title {
        font-size: 1.625rem;
        line-height: 1
    }

    .section-dashboard-teacher .student-info {
        flex-direction: column
    }

    .section-dashboard-teacher .student-info-left {
        order: 2
    }

    .section-dashboard-teacher .student-info-right {
        justify-content: space-between
    }

    .section-dashboard-teacher .student-name {
        font-size: 1.625rem;
        line-height: 1
    }

    .section-dashboard-teacher .student-email {
        font-size: 1.125rem;
        line-height: 1
    }

    .section-dashboard-student .modules-list li, .section-dashboard-teacher .modules-list li {
        flex-direction: column;
        gap: 15px
    }
}

@media (max-width:575.98px) {
    .section-title {
        font-size: 2rem;
        line-height: 1
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .section .content {
        padding: 60px 0
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }
}