@font-face {
    font-family: "Commissioner";
    src: url("fonts/Commissioner/woff2/Commissioner-Regular.woff2") format("woff2");
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: "Commissioner";
    src: url("fonts/Commissioner/woff2/Commissioner-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "Commissioner";
    src: url("fonts/Commissioner/woff2/Commissioner-Bold.woff2") format("woff2");
    font-weight: bold;
    font-display: swap;
}
html {
    overflow-x: hidden;
    width: 100%;
}
body {
    font-family: "Commissioner", Arial, sans-serif;
    font-size: 16px;
    color: #18223a;
    background: #fafafa;
    width: 100%;
    overflow-x: hidden;
}
p, h1 {
    margin: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
}
.accent-color-1 {
    color: #00d47f;
}
.accent-color-2 {
    color: #592cc6;
}
.bg-accent-color-1 {
    background: #00d47f;
}
.bg-accent-color-1:hover {
    background-color: #02c476;
}
.bg-accent-color-2 {
    background-color: #8043f7 !important;
}
.bg-accent-color-2:hover {
    background-color: #5e26cc !important;
}
.main {
    min-height: 100vh;
}
#header {
    background: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.6));;
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.05);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.05);
    box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}
.header-logo-wrapper {
    height: 80px;
    padding: 10px 50px;
}
.header-logo {
    max-height: 100%;
}
.main-banner {
    /*min-height: 95vh;*/
    text-align: center;
    position: relative;
}
.main-banner-text {
    min-height: 95vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-banner h1 {
    font-weight: bold;
    font-style: italic;
    font-size: 4rem;
    line-height: 4.2rem;
    margin-bottom: 40px;
    z-index: 10;
    max-width: 70%;
}
.main-banner p {
    max-width: 50%;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 30px;
}
.btn-cta {
    display: inline-block;
    line-height: 1.55;
    font-weight: 600;
    font-style: italic;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 15px 45px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.btn-cta:hover {
    color: #fff;
}
.main-banner-bg img {
    position: absolute;
    opacity: 0.2;
    width: 250px;
    z-index: -1;
}
#mb-img-1 {
    top: -100px;
    right: -50px;
    transform: rotate(-30deg);
}
#mb-img-2 {
    bottom: -100px;
    right: -50px;
    transform: rotate(20deg);
}
#mb-img-3 {
    bottom: -10px;
    left: -50px;
    transform: rotate(-40deg);
}
#mb-img-4 {
    top: -70px;
    left: -70px;
    transform: rotate(25deg);
}
.mb-emj {
    max-width: 70px;
    max-height: 70px;
    position: absolute;

    animation-duration        : 6s;
    animation-iteration-count : infinite;
}
#mb-emj-1 {
    top: 150px;
    left: 70px;
    max-width: 50px;
    animation-name            : emj-float-1;
}
@keyframes emj-float-1 {
    from {
        transform: translateX(0px) translateY(0px) rotate(0deg);
        animation-timing-function: linear;
    }
    50% {
        transform: translateX(-20px) translateY(-20px) rotate(45deg);
        animation-timing-function: linear;
    }
    to {
        transform: translateX(0px) translateY(0px) rotate(0deg);
    }
}
#mb-emj-2 {
    bottom: 150px;
    left: 70px;
    max-height: 80px;
    animation-name            : emj-float-2;
}
@keyframes emj-float-2 {
    from {
        transform: translateX(0px) translateY(0px) rotate(0deg);
        animation-timing-function: linear;
    }
    50% {
        transform: translateX(20px)translateY(20px)rotate(40deg);
        animation-timing-function: linear;
    }
    to {
        transform: translateX(0px) translateY(0px) rotate(0deg);
    }
}
#mb-emj-3 {
    max-width: 100px;
    max-height: 100px;
    top: 100px;
    right: 70px;
    animation-name            : emj-float-3;
}
@keyframes emj-float-3 {
    from {
        transform: translateX(0px) translateY(0px) rotate(10deg);
        animation-timing-function: linear;
    }
    50% {
        transform: translateX(30px)translateY(25px)rotate(45deg);
        animation-timing-function: linear;
    }
    to {
        transform: translateX(0px) translateY(0px) rotate(10deg);
    }
}
#mb-emj-4 {
    max-width: 90px;
    max-height: 90px;
    bottom: 100px;
    right: 40px;
    animation-name            : emj-float-4;
}
@keyframes emj-float-4 {
    from {
        transform: translateX(0px) translateY(0px) rotate(0deg);
        animation-timing-function: linear;
    }
    50% {
        transform: translateX(-30px) translateY(-30px) rotate(45deg);
        animation-timing-function: linear;
    }
    to {
        transform: translateX(0px) translateY(0px) rotate(0deg);
    }
}

#section-2 {
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    background: rgb(89,44,198);
    background: linear-gradient(135deg, rgba(89,44,198,1) 0%, rgba(89,44,198,1) 20%, rgba(0,212,255,1) 100%);
}
.section-container {
    margin: 0 50px;
}
.section-heading {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.23;
    font-style: italic;
}
.section-description {
    font-size: 24px;
    line-height: 1.5;
    margin: 40px 0;
}
.feature {
    margin: 25px 20px;
}
.feature .img-wrapper img {
    width: 40px;
}
.feature .content-wrapper {
    padding-left: 20px;
}
.feature .content-wrapper .title {
    font-size: 22px;
    line-height: 1.35;
    font-style: italic;
    font-weight: 600;
}
.feature .content-wrapper .descr {
    font-size: 16px;
    line-height: 1.55;
    margin-top: 6px;
}
#course-information {
    margin-top: 100px;
}
#course-information .section-top {
    max-width: 500px;
}
#info-table {
    background: white;
    margin-top: 40px;
    color: #18223a;
    font-size: 20px;
    font-weight: 400;
    border-radius: 20px;
    border-collapse: collapse;
}
#info-table td, table th {
    border: 1px solid #ddd;
}
#info-table tr:first-child td {
    border-top: 0;
}
#info-table tr:last-child td {
    border-bottom: 0;
}
#info-table tr td:first-child,
#info-table tr th:first-child {
    border-left: 0;
}
#info-table tr td:last-child,
#info-table tr th:last-child {
    border-right: 0;
}
#info-table tr td:first-child {
    padding: 20px 15px;
    width: 60%;
}
#info-table tr td:nth-child(2) {
    text-align: center;
    padding: 0 10px;
}
#info-table .btn-cta {
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
    margin: 20px 0;
}
#info-table tr:last-child td {
    text-align: right;
    padding: 40px;
}
#platform {
    padding: 90px 0;
    background-color: #efedff;
    position: relative;
}
#platform .section-top {
    max-width: 460px;
}
#platform .section-heading {
    font-size: 34px;
    margin: 0;
}
#platform .section-description {
    margin-top: 16px;
    margin-bottom: 60px;
    font-size: 25px;
    line-height: 1.5;
}
#platform .section-content {
    max-width: 460px;
    color: #000;
}
.feature-icon {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
#platform .feature {
    margin: 20px 0;
}
#platform .feature .descr {
    font-size: 20px;
    line-height: 1.6;
}
#platform .btn-cta {
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
    margin: 20px 0;
    padding: 20px 60px;
}
#platform .section-cta {
    margin-top: 50px;
}
#platform-image-wrapper {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    /*background-image: url("images/woman-laptop-resized.webp");*/
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}
#platform-image-wrapper-sm {
    max-height: 420px;
    margin-top: 60px;
    overflow: hidden;
}
#platform-image-wrapper-sm img {
    width: 100%;
}
#reviews {
    padding-top: 40px;
    padding-bottom: 120px;
}
.splide {
    margin: 0 30px;
}
#reviews .splide__arrow svg {
    fill: #fff;
}
#reviews .splide__slide {
    display: flex;
    align-items: center;
}
.splide__arrow {
    background-color: #00d47f;
    opacity: 1;
}
.splide__arrow--prev {
    left: -3em;
}
.splide__arrow--next {
    right: -3em;
}
.splide__pagination__page.is-active {
    background: #00d47f;
}
.review-wrapper {
    width: 100%;
    padding: 0 15px;
    display: flex;
    justify-content: center;
}
.review-wrapper img {
    width: 100%;
    max-height: 250px;
}
#reviews .section-content {
    margin-top: 50px;
}
#contact-form {
    background: #592cc6;
    padding: 80px 0;
}
.cf-wrapper {
    background-color: #ffffff;
    border-color: #592cc6;
    border-radius: 60px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    color: #18223a;
    padding: 60px 45px 70px;
}
.cf-title {
    font-size: 42px;
    line-height: 1.23;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 24px;
}
.cf-descr {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 70px;
}
.cf-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cf-input-wrapper {
    width: 560px;
    margin-bottom: 25px;
}
.cf-input-wrapper input {
    width: 100%;
    height: 56px;
    color: #18223a;
    border: 2px solid #8043f7;
    background-color: #ffffff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    font-size: 16px;
    line-height: 1.33;
    padding: 0 20px;
}
.cf-input-wrapper input:hover,
.cf-input-wrapper input:focus,
.cf-input-wrapper input:focus-visible {
    border: 2px solid #8043f7;
    outline: none;
}
.policy-agreement {
    font-size: 14px;
    color: #aaa;
    padding: 0 20px;
}
.policy-agreement a {
    text-decoration: underline;
}
.policy-agreement a:hover {
    color: #333;
}
.cf-form .btn-cta {
    background-color: #592cc6;
    text-transform: none;
}
#course-plan {
    padding: 60px 0;
}
#course-plan .section-top {
    margin-bottom: 30px;
}
#course-plan .section-content {
    margin-bottom: 30px;
}
#course-plan .btn-cta {
    text-transform: none;
}
.module {
    border-bottom: 1px solid #ccc;
}
.module .title {
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.module .title:hover {
    color: #777;
}
.module .title .lessons-count {
    color: #888;
    font-size: 24px;
}
.module-content {
    display: none;
    padding-left: 24px;
    font-size: 18px;
    line-height: 32px;
    color: #444;
    justify-content: space-between;
}
.module-content.open {
    display: flex;
    padding-bottom: 35px;
}
.module-description {
    padding-right: 40px;
}
.module .module-content img {
    max-width: 200px;
    border-radius: 10px;
}
.request-received {
    margin-top: 20px;
}
.request-received .cf-message {
    border-radius: 8px;
    font-weight: bold;
}
.request-received .success {
    color: #16c60c;
}
.request-received .error {
    color: #fe0102;
}
#footer {
    background: #222;
    color: #eee;
    padding: 40px 0;
}
.footer-logo {
    max-width: 200px;
}
.footer-headline {
    color: #ddd;
}
.footer-info {
    font-size: 14px;
    margin-top: 40px;
}
.footer-column a:hover {
    color: #ffc600;
}
.footer-nav .heading {
    color: #ddd;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.footer-nav .link {
    margin-bottom: 6px;
}
.footer-nav .link svg {
    border-radius: 8px;
    fill: #ddac00;
    transition: all 0.2s ease-in-out;
}
.footer-nav .link a:hover svg {
    fill: #ffc600;
    box-shadow: 0 0 30px 1px rgba(255, 198, 0, .4);
}
#footer .author a {
    color: #ffc600;
    text-decoration: underline;
}


/* Responsiveness Breakpoints */
@media (max-width: 992px) {
    .btn-cta {
        padding: 15px 32px;
        font-size: 14px;
    }
    .main-banner-text {
        min-height: 65vh;
    }
    .main-banner h1 {
        font-size: 1.8rem;
        line-height: 2rem;
        max-width: 900px;
    }
    .main-banner p {
        font-size: 20px;
        line-height: 24px;
        max-width: 90%;
    }
    .main-banner-bg img {
        width: 180px;
    }
    #mb-emj-1 {
        top: 40px;
        left: 35px;
        max-width: 40px;
    }
    #mb-emj-2 {
        bottom: 25px;
        left: 10px;
        max-height: 55px;
    }
    #mb-emj-3 {
        max-width: 50px;
        top: 35px;
        right: 45px;
    }
    #mb-emj-4 {
        max-width: 50px;
        max-height: 50px;
        bottom: 20px;
        right: 30px;
    }
    .feature {
        margin: 25px 0;
    }
    #platform {
        padding-bottom: 0;
    }
    .splide {
        margin: 0;
    }
    .splide__arrow--prev,
    .splide__arrow--next {
        display: none;
    }
    .splide__pagination__page {
        background: #000;
    }
    .splide__pagination {
        bottom: -1.5em;
    }
    .cf-input-wrapper {
        width: 400px;
    }
    .module .module-content img {
        display: none;
    }
}

@media (max-width: 768px) {
    .header-logo-wrapper {
        padding: 15px;
    }
    .section-container {
        margin: 0 15px;
    }
    #info-table tr:last-child td {
        text-align: center;
        padding: 40px 0;
    }
    .review-wrapper {
        padding: 5px;
    }
    .cf-input-wrapper {
        width: 480px;
    }
    .cf-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .cf-descr {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .review-wrapper img {
        max-height: fit-content;
    }
}

@media (max-width: 576px) {
    .cf-input-wrapper {
        width: 100%;
    }
    .cf-wrapper {
        padding: 30px 15px 40px;
    }
    .section-heading {
        font-size: 34px;
    }
    .module .title {
        font-size: 24px;
    }
}
@media (max-width: 420px) {
    .cf-title {
        font-size: 26px;
    }
}
