:root {
    --primary-background: #201f1d;
    --white-color: #ffffff;
    --black-color: #000000;
    --gray-color: #cdcdcd;
    --black-color-border: #242424;
    --card-background: #231f20;
    --accent-background: linear-gradient(180deg, #fad661 0%, #ddac0f 100%);
    --accent-color: #f2e181;
    --second-color: #646464;
    --second-color-dark: #D1D1D1;
    --bundle-color: #FFCB23;
    --submit-color: linear-gradient(90deg, #0089CA 0%, #73B864 100%);
    --dark-fill-color-accent-disabled: #4D4D4D;
    --dark-fill-color-text-on-accent-disabled: #ffffff87;
    --calendar-header-border: #434240;
    --dark-fill-color-system-critical-background: #442726;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *,
    *::before,
    *::after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
        margin: 0;
        padding: 0;
    }

ul {
    margin-bottom: 0;
}

body {
    background-color: var(--primary-background);
    font-family: "Titillium Web", sans-serif !important;
    color: var(--white-color);
    font-size: 14px;
    line-height: 142.857%;
    font-weight: 400;
    padding-top: 0 !important;
    scroll-behavior: smooth;
}
    body.office-pages.route- {
        overflow-x: hidden;
    }

    body.office-pages.route-logout,
    body.office-pages.route-publicusernotfoundvalidation,
    body.office-pages.route-corpcontactus,
    body.office-pages.route-loginhelp,
    body.office-pages.route-validationfailed {
        background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #D7D7D7 100%);
    }
p {
    font-weight: 400 !important;
    font-family: "Titillium Web", sans-serif !important;
}

#liBodyContent {
    margin: 0 !important;
}

input {
    color: var(--white-color);
    line-height: 142.857%;
    box-sizing: border-box;
}

    input::selection {
        background-color: #00ABB6;
        color: var(--white-color);
    }

    input[type="text"]:focus,
    input[type="email"]:focus {
        outline: none;
        border-bottom: 1px solid #1AE6A9;
    }

.container {
    width: 100%;
    max-width: 1728px;
    padding: 0 46px;
    margin: 0 auto;
}

.error-message {
    color: #C42B1C;
    margin-left: 1em;
    font-size: 14px;
}

.error-input-border {
    border: 1px solid #C42B1C !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #192423;
    transition: top 0.2s ease-in-out;
    z-index: 10;
}

header.nav-up {
    top: -68px;
}

svg.icon-label {
    margin: 11px auto 10px 9px;
}

/* header */
.header-container,
.leftside-header-menu,
.header-list,
.header-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-container {
    padding: 20px 0;
}

.welcome-aboard {
    padding-top: 60px;
}
.login-img-mob,
.notfound-img-mob,
.login-img-tab {
    display: none;
}

.login-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 830px;
}

.notfound-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 830px;
}

.login-page-container {
    position: relative;
}

.login-container {
    max-width: 426px;
    width: 100%;
    padding: 0 16px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    padding: 39px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 17px 46.4px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.login-container input.login-btn {
    width: 100%;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 600;
}

.login-container form.login-form a {
    color: #8D8D8D;
}

.login-container .login-title {
    color: #000;
}

.login-container .login-message {
    color: #8D8D8D;
}

.login-container input.form-control {
    background-color: #FFF !important;
    border: 0.5px solid #8692A6;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 17px 46.4px 0px rgba(0, 0, 0, 0.10);
    -webkit-text-fill-color: #8D8D8D !important;
}

.login-container input.form-control::placeholder {
    color: #8D8D8D;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.login-container .login-form {
    width: 90%;
}

.login-container .login-form .fa-eye {
    top: 19%;
    right: 3%;
}

.login-container .login-form .fa-solid.fa-eye:before {
    width: 22px;
    height: 16px;
}

.login-container .login-form .fa-solid.fa-eye.fa-eye-slash:before {
    background: url(../images/img-passvord.svg);
}

.iyovia-text-login {
    font-family: "Titillium Web", sans-serif;
    float: none;
    position: absolute;
    left: 50%;
    top: 95%;
    transform: translate(-50%, -50%);
    padding: 39px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.login-page-logo {
    width: 232px;
    height: 60px;
    margin-bottom: 30px;
}

.login-container .form-control:focus {
    color: #8D8D8D !important;
}

.header-nav {
    display: flex;
    grid-column-gap: 40px;
}

.logo-link {
    height: 38px;
    display: flex;
}

.nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
}

.header-list {
    list-style: none;
}

.dropdown-body,
.leftside-drop {
    display: flex;
    align-items: center;
}

.dropdown-body {
    justify-content: space-between;
    width: 100%;
}

.language-wrapper-dropdown {
    font-family: "Titillium Web", sans-serif;
    position: relative;
    display: inline-block;
    min-width: 138px;
    width: 100%;
    max-width: 138px;
    min-height: 39px;
    background: transparent;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 24px;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

svg {
    transition: all 0.3s;
}

.language-wrapper-dropdown::before {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -2px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.language-wrapper-dropdown .dropdown {
    font-family: "Titillium Web", sans-serif;
    transition: 0.3s;
    position: absolute;
    top: 120%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    border-radius: 4px;
    box-shadow: inherit;
    background: #2c2c2c;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    padding: 3px 5px;
}

    .language-wrapper-dropdown .dropdown li {
        padding: 9px 16px;
        overflow: hidden;
    }

        .language-wrapper-dropdown .dropdown li:last-child {
            border-bottom: none;
        }

        .language-wrapper-dropdown .dropdown li:hover {
            background-color: rgba(255, 255, 255, 0.06);
            border-radius: 8px;
        }

.language-wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
    border-radius: 4px;
}

.selected-display {
    margin-left: 6px;
}

.burger-link {
    display: none;
}

.products-container {
    position: relative;
}

.link-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .link-container span {
        margin-right: 8px;
    }

.products-dropdown-container {
    position: absolute;
    width: max-content;
    top: 42px;
    left: 0;
    display: none;
    z-index: 3;
    transition: none;
}

.products-dropdown {
    padding: 3px 5px;
    border-radius: 4px;
    background-color: #2c2c2c;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.produck-link {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    padding: 6px 19px 8px 11px;
}

    .produck-link:hover {
        background-color: rgba(255, 255, 255, 0.06);
        border-radius: 4px;
    }
/* header end */

.section_subtitle {
    color: rgba(255, 203, 35, 1);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.16px;
    text-transform: uppercase;
}

.section-name,
.journey-section-name {
    color: var(--white-color);
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    margin: 16px 0 32px 0;
    text-align: center;
}

.customers-section .section-name {
    text-align: left;
}
/*.join-btn,*/
.action-btn,
.sm-dark-sky-btn {
    font-family: "Titillium Web", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: var(--black-color);
    padding: 7px 12px;
    border-radius: 8px;
    background: var(--accent-background);
    border: none;
    cursor: pointer;
}

.sm-dark-sky-btn {
    width: max-content;
    height: auto;
    margin: 0;
}

.join-btn {
    font-size: 14px;
    line-height: 142.857%;
    font-weight: 500;
    color: var(--black-color);
    background: var(--accent-background);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    padding: 7px 12px;
    width: 120px
}

.course-submit-btn:disabled,
.course-submit-btn[disabled],
.course-submit-btn[disabled]:active,
.course-submit-btn[disabled=disabled] {
    background: var(--dark-fill-color-accent-disabled) !important;
    color: var(--dark-fill-color-text-on-accent-disabled) !important;
}

.carusel-btn {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #231f20;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-container {
    padding: 48px 0;
}
.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-logo svg.icon-label {
    margin: 25px auto 10px 25px;
}
.network-list {
    margin-top: 60px;
    margin-bottom: 45px;
}
path.youtube-dark {
    fill: #201f1d !important;
}
.footer-nav,
.network-list {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
}

.footer-nav.big-footer {
    margin-bottom: 65px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
@media(max-width: 767px) {
    .footer-nav.big-footer {
        margin-bottom: 40px;
    }
    .network-item:not(:last-child) {
        margin-right: 45px;
    }
}
.footer-nav_item a,
.footer-nav_item.copyright {
    color: rgba(255, 255, 255, 0.79);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer;
}

.footer-nav_item:not(:last-child) {
    margin-right: 48px;
}

.copy-text {
    color: var(--second-color);
    display: none;
}

.network-item:not(:last-child) {
    margin-right: 32px;
}

.footer-description {
    color: var(--second-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.opportunities-section {
    padding: 140px 0;
}

.about-section {
    padding: 136px 0 97px 0;
}

.opportunities-section_container,
.about-section-item {
    display: flex;
    width: 100%;
}

    .about-section-item:nth-child(2n) {
        display: none;
    }

.about-video {
    margin-right: 10%;
    width: 100%;
}

.opportunities-description,
.about-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about-description {
    justify-content: center;
}

.opportunity-list,
.about-list {
    list-style: none;
    margin-bottom: 48px;
}

.opportunity-list {
    margin-bottom: 48px;
}

.opportunities-label,
.about-label {
    color: rgba(255, 255, 255, 0.79);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.about-item-container,
.opportunity-item-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.about-input,
.opportunity-input {
    height: 40px;
    width: 40px;
    min-width: 40px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    background-color: rgba(255, 255, 255, 0.06);
}

.opportunity-item:not(:last-child),
.about-item:not(:last-child) {
    margin-bottom: 16px;
}

.about-label,
.opportunity-label,
.section-description,
.video-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.section-description,
.video-description {
    color: rgba(255, 255, 255, 0.79);
    margin-bottom: 40px;
}

.customer-video-list.slick-dotted {
    margin-bottom: 28px;
}

.customer-video-item .video-description {
    margin-bottom: 0;
}

.section-description,
.events-content .section-des {
    max-width: 550px;
}

.customer-video-list {
    display: flex;
    width: 100%;
    list-style: none;
    margin-top: 40px;
}

.customer-video-item {
    max-width: 432px;
}

.video-box {
    width: 100%;
    height: 346px;
}

    .video-box video,
    .background-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.customer-name {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 19px 0 16px 0;
}

.customer-position {
    color: #FFCB23;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.16px;
    text-transform: uppercase;
}

.video-description {
    margin-top: 16px;
}

.events-section {
    background-color: #0A0A0A;
    padding-top: 65px;
}

.main-journey-section {
    background-color: var(--primary-background);
    position: relative;
}

.background-img {
    object-fit: contain;
}

.journey-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.journey-box,
.events-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

    .journey-box .section-description,
    .events-content .section-description {
        text-align: center;
    }

    .events-content .section-description {
        margin-bottom: 73px;
    }
.photo-container{
    padding-bottom: 44px;
}
.photo-list-top,
.photo-list-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
}

.photo-list-bottom {
    justify-content: center;
}

.photo-list-top {
    margin-bottom: 22px;
}

.photo-list-bottom .photo-item:not(:last-child) {
    margin-right: 2%;
}

.photo-item {
    width: 32.2%;
    margin-bottom: 24px;
}

    .photo-item:nth-last-child(-n+3) {
        margin-bottom: 0;
    }

.background-img.background-mobile {
    display: none;
}

.route-corpcontactus .contactBoxContainer {
    display: table;
    border-collapse: separate;
    border-spacing: 20px;
}

.route-corpcontactus .contactMobile {
    display: table-cell;
}

.route-corpcontactus .contactUsBox {
    background-color: var(--dark-theme-btn-bg);
    border-radius: 10px;
    height: 246px;
    width: 440px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

    .route-corpcontactus .contactUsBox a {
        color: var(--link-color-dark);
    }

.route-corpcontactus .bigHeader {
    font-size: 24px;
    font-weight: bold;
    font-family: "Titillium Web", sans-serif;
}

.photo-desk {
    display: block;
}

.photo-mob {
    display: none;
}
.icon-container-new{
    width: 35px;
    height: 45px;
}
    .icon-container-new img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    @media (max-width: 1440px) {
        .container {
        padding: 0 16px;
    }

    .brand-slider .slick-slide {
        height: 620px;
    }
}

@media(min-width:993px) and (max-width:1000px) {
    .leftside-header-menu {
        width: 63%;
    }
    .burger-menu-nav {
        display: flex;
    }
        .header-list {
        display: none;
    }
}

@media(min-width:993px) and (max-width:1299px) {
    .nav-link {
        font-size: 12px;
    }
}

@media (max-width: 1120px) {
    .login-img-tab {
        display: block;
    }

    .login-img-mob,
    .login-img {
        display: none;
    }

    .login-img-tab {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .refer-desk {
        display: none !important;
    }
    .refer-tab{
        display: block;
    }
}

@media (max-width: 992px) {
    header {
        background-color: #192423 !important;
    }

    .leftside-header-menu {
        width: 10%;
    }

    .header-list {
        width: 85%;
        justify-content: flex-end;
    }

    .burger-link {
        display: inline-block;
        margin-left: 22px;
    }

    .burger-btn {
        border: none;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .log-in-btn {
        padding: 8px 11px;
        min-width: 90px;
    }

    .header-nav,
    .language-link {
        display: none;
    }

    .footer-container {
        padding: 32px 0 46px 0;
    }

    .footer-nav_item.copyright {
        display: none;
    }

    .footer-nav,
    .network-list {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 32px;
    }

    .footer-nav_item:not(:last-child) {
        margin-right: 0;
    }

    .about-section-item {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-video video {
        width: 100%;
        height: 100%;
    }

    .about-section {
        padding: 128px 0;
    }

    .copy-text {
        display: block;
        color: var(--second-color);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-align: left;
        margin-bottom: 0;
    }

    body.dark .copy-text {
        color: var(--second-color-dark);
    }

    .photo-item {
        width: 49%;
        margin-bottom: 8px;
    }

    .photo-desk {
        display: none;
    }

    .photo-mob {
        display: block;
    }

    .photo-list-top {
        flex-wrap: wrap;
        margin-bottom: 8px;
    }
}

@media(min-width: 769px) and (max-width: 991px) {
    .footer-container {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .photo-container {
        padding-bottom: 16px;
    }
    .brand-description {
        max-width: 350px !important;
    }

    .slick-slide.slick-current.slick-active {
        width: 100%;
    }

    #liBodyContent {
        margin-top: 0 !important;
    }

    .section_subtitle {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }

    .section-name,
    .journey-section-name {
        font-size: 28px;
        line-height: 36px;
        text-align: left;
    }

    .journey-section-name {
        text-align: center;
    }

    .background-desktop {
        display: none;
    }

    .background-img.background-mobile {
        display: block;
    }

    .journey-content {
        width: 100%;
    }

    .journey-box .section-description {
        max-width: 304px;
    }


    .events-content {
        align-items: flex-start;
    }

        .events-content .section-description {
            text-align: left;
            margin-bottom: 32px;
        }
}

@media (max-width: 650px) {
    .login-img-mob, 
    .notfound-img-mob {
        display: block;
    }

    .login-img-tab,
    .notfound-img,
    .login-img {
        display: none;
    }

    .login-img-mob,
    .notfound-img-mob {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .journey-box .action-btn {
        width: 100%;
        padding: 10px 12px;
    }
    .become-ibo-link {
        width: 100%;
        max-width: 100%;
    }
    .brand-btn {
        width: 100%;
    }
    .carusel-btn {
        border-radius: 50%;
        width: 35px;
        height: 35px;
        background-color: #231f20;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .courses-item {
        max-width: 100%;
    }
}

.tabs {
    max-width: 90%;
    margin: 0 auto;
    padding-top: 73px;
}

.tablist {
    display: flex;
    grid-column-gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.tab-title {
    padding: 10px 12px;
    border: none;
    background-color: transparent;
    color: var(--white-color);
    cursor: pointer;
}

    .tab-title[aria-selected="true"] {
        position: relative;
    }

        .tab-title[aria-selected="true"]:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 12px;
            transform: translateY(50%);
            height: 3px;
            width: calc(100% - 24px);
            background: linear-gradient(90deg, #1482B6 0%, #82A17B 100%);
            border-radius: 999px;
        }

.page-title,
.section-subtitle,
.subtitle {
    color: var(--white-color);
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
}

.subtitle {
    font-size: 20px;
    line-height: 20px;
    padding-left: 32px;
    margin-bottom: 24px;
}

.checkboxField:before {
    transition-timing-function: cubic-bezier(.075, .820, .165, 1);
    border: 4px solid;
    border-radius: 4px;
    background-color: var(--black-color);
    border-color: transparent;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.6);
    content: close-quote;
    display: inline-block;
    height: 20px;
    outline: 1px solid rgba(255, 255, 255, 0.6);
    transition-duration: .5s;
    transition-property: background-color, border-color;
    width: 20px;
}

.checkboxField:checked:before {
    background-color: rgba(255, 255, 255, 0.6);
    border-color: #000000;
    border-radius: 4px;
}

.checkboxField-container {
    display: flex;
    align-items: flex-start;
    margin-right: 16px;
}

    .checkboxField-container .label-box {
        margin: 6px 16px 0 0;
    }

.radioboxField {
    position: relative;
}

    .radioboxField:before {
        appearance: none;
        transition-timing-function: cubic-bezier(.075, .820, .165, 1);
        border-radius: 50%;
        background-color: transparent;
        border-color: transparent;
        box-sizing: border-box;
        color: rgba(255, 255, 255, 0.6);
        content: close-quote;
        display: inline-block;
        height: 20px;
        border: 1px solid rgba(255, 255, 255, 0.6);
        transition-duration: .5s;
        transition-property: background-color, border-color;
        width: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .radioboxField:checked:before {
        outline: 1px solid #FFD400;
        background-color: #FFF;
        border: 6px solid #1AE6A9;
        border-radius: 50%;
        outline: none;
    }

.price-container {
    color: var(--white-color);
    font-size: 18px;
    line-height: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 24px 0 98px 0;
    max-width: 90%;
    margin: 0 auto;
}

.horizontal-line {
    display: none;
}

.price-container .bolt-text {
    font-weight: 600 !important
}

.total-container {
    margin: 24px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.16px;
    text-transform: uppercase;
}


.join-container-form {
    align-items: unset !important;
}


.join-container,
.total-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column-gap: 17px;
    width: 100%;
}

    .join-container input {
        font-size: 14px;
        line-height: 20px;
        min-height: 30px;
        width: 100%;
        padding: 6px 12px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

        .join-container input::placeholder {
            color: rgba(255, 255, 255, 0.54);
        }

.join-input-container {
    width: 100%;
}

.initial-price {
    margin-bottom: 0;
}

/*.join-btn,*/
.action-btn {
    font-weight: 500;
    font-size: 14px;
    color: #F3F3F3;
    padding: 12px 12px;
    border-radius: 8px;
    background: linear-gradient(90deg, #0089CA 0%, #73B864 100%);
    border: none;
    cursor: pointer;
    max-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 182px;
}

.log-in-btn {
    color: #C7C7C7;
    background: transparent;
    margin-right: 12px;
    max-width: 118px;
    text-align: center;
    max-height: 40px;
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.7px;
}

.other-coursers_container {
    padding: 160px 0;
    background-color: rgba(0, 0, 0, 0.61);
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 40px;
}

.popular-products-slide {
    padding: 12px;
}

.courses-list {
    position: relative;
    display: flex;
    grid-column-gap: 40px;
    width: 100%;
    list-style: none;
    margin-top: 40px;
}

.courses-list .slick-list {
    padding: 0px !important;
}

.courses-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--card-background);
    border-radius: 8px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.26);
    width: 100%;
}

    .courses-item:hover {
        cursor: pointer;
    }

.course-img-container {
    display: flex;
    justify-content: center;
    padding: 38px 35px;
}
.other-coursers_container .course-img-container {
    padding: 18px 15px;
}
.courses-item img {
    border-radius: 8px 8px 0 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    max-width: 235px;
}
.other-coursers_container .courses-item img {
    max-width: 265px;
}
.course-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 16px;
}

.course-label {
    border-radius: 16px;
    background: #22BBBC;
    padding: 5px 16px;
    color: var(--black-color);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: none;
}

.course-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: var(--white-color);
    margin-bottom: 8px;
}

.short-description {
    color: #D1D1D1;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 16px;
}

.price-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column-gap: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 16px;
    width: 100%;
}

.price-value,
.price-value_month {
    color: var(--white-color);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.price-value {
    background-color: var(--black-color);
    padding: 4px 16px;
    border-radius: 28px;
    font-size: 16px;
}

.slider-bottom_container {
    position: relative;
    display: block;
}

.btn_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.carusel-btn {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #231F20;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-container {
    padding: 48px 0;
}

.footer-nav,
.network-list {
    display: flex;
    list-style: none;
}

.footer-nav_item a,
.footer-nav_item.copyright {
    color: rgba(255, 255, 255, 0.79);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer;
}

.footer-nav_item:not(:last-child) {
    margin-right: 48px;
}

.copy-text {
    display: none;
}

.network-item:not(:last-child) {
    margin-right: 32px;
}

bode.dark {
}

/* about page */
.about-page_container {
    padding-bottom: 24px;
}

.text-description {
    color: rgba(255, 255, 255, 0.54);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin: 16px 0 24px 0;
}

.adons-container,
.bundle-offers-container {
    padding: 24px;
    background-color: #00000080;
}

.hidden {
    display: none;
}

.not-visible {
    visibility: hidden;
}

.bundle-offers-container {
    margin: 24px 0;
}

.bundle-offers-container,
.adons-container {
    border-radius: 8px;
}

.adons-list,
.bundle-offers-list,
.chosen-academies-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
}
.adons-list {
    margin-top: 24px;
}

.adons-item:not(:last-child) {
    margin-bottom: 24px;
}

.adons-item,
.bundle-offers-item,
.chosen-academies-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

    .adons-item input {
        margin-right: 16px;
    }

.course-content_details {
    width: calc(100% - 35px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.info-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 48px);
}

.course-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.main-info {
    display: flex;
    width: 100%;
}

.icon-container {
    border-radius: 12px 12px 5px 5px;
    background: linear-gradient(225deg, #0085FF 0%, #69E56E 100%);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.30);
    width: max-content;
    margin-right: 16px;
    width: 32px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .icon-container span {
        color: var(--white-color);
        font-size: 16px;
        font-weight: 700;
        line-height: 80px;
        letter-spacing: 2px;
    }

.info-title {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.course-short-description {
    color: rgba(255, 255, 255, 0.79);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 8px;
    margin-bottom: 0;
    max-width: 419px;
}

.course-price {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.16px;
    color: #1AE6A9;
}

.bundle-offers-item-li:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.offers-item-container,
.chosen-academies-container {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 40px 0;
}

.chosen-academies-container {
    padding: 12px 0 12px 32px;
    align-items: flex-start;
    grid-column-gap: 16px;
}

.radio-container {
    width: 20px;
    margin-right: 16px;
}

.radio-container-mob {
    display: none;
}

.chosen-academies-content {
    display: flex;
    align-items: center;
    width: calc(100% - 36px);
}

.offers-item-content {
    display: flex;
    align-items: center;
    width: 100%;
}

.offers-leftside,
.offers-price,
.chosen-academies-leftside {
    display: flex;
    flex-direction: column;
}

.offers-price {
    width: 100%;
    max-width: 127px;
    margin-top: 20px;
}

    .offers-price .price-value {
        padding: 10px 16px;
    }

.offers-leftside {
    max-width: 223px;
    padding-right: 16px;
}

.chosen-academies-leftside {
    padding: 10px 0;
    max-width: 40%;
    width: 40%;
}

.offers-img_container,
.chosen-academies-img_container {
    display: flex;
    align-items: center;
    min-width: 238px;
    width: 238px;
    height: 148px;
    margin-right: 16px;
}

.chosen-academies-img_container {
    width: 36%;
    margin-right: 0;
}

.chosen-academies-img_container img {
    max-width: 230px;
}

.offers-img_container img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.offers-name-container,
.chosen-academies-name-container {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.offers-name,
.chosen-academies-name {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-right: 12px;
    text-decoration: none;
}

.offers-label,
.chosen-academies-label {
    background-color: #565033;
    padding: 1px 12px;
    border-radius: 12px;
    height: max-content;
}

    .offers-label span,
    .chosen-academies-label span {
        color: var(--white-color);
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }

.chosen-academies-price_container {
    padding: 10px 0;
    width: 14%;
    display: flex;
    justify-content: flex-end;
}

.chosen-academies-price {
    color: #F2E181;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.16px;
    text-transform: uppercase;
}

.course-description {
    color: rgba(255, 255, 255, 0.79);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    max-height: 48px;
}


.details-link {
    font-size: 14px;
    font-weight: 500;
    text-decoration-line: underline;
    cursor: pointer;
    color: #1AE6A9;
}

.offers-item-container .price-value {
    margin-bottom: 35px;
}

.price-value_month {
    color: #D1D1D1;
}

.change-btn-container {
    padding-left: 32px;
    margin-top: 12px;
}

    .change-btn-container .change-btn {
        width: 120px;
    }

.chosen-adons-section {
    padding: 40px 0 0;
}

    .chosen-adons-section .adons-list {
        padding-left: 32px;
    }

.desk {
    display: none;
}

.normalizeElements li {
    margin-left: 0;
}
/* about page end */
.calendar-dark.tab-panel {
    margin-top: 0;
}

/* .calendar (Calendar START) */
/* As far as we have incompatibility in bootstrap version for LMS and CORPORATE (landing) page,
   styles are being overwritten differently. Hence, in order to reduce code, calendar
   contains styles in both Calendar.razor.css file (as for LMS) and here (as for CORPORATE page). */

div.calendar-dark .calendar-container,
div.calendar-dark .calendar-navigation {
    background-color: var(--primary-background) !important;
}

div.calendar-dark .calendar,
div.calendar-dark .calendar-cell {
    border: 1px solid var(--calendar-header-border);
}

div.calendar-dark .calendar-panel {
    background-color: var(--background-card);
    border: 1px solid var(--calendar-header-border);
}

    div.calendar-dark .calendar-panel > hr {
        opacity: .25;
    }

div.calendar-dark .calendar-button,
div.calendar-dark .month-nav,
div.calendar-dark .btn-check:checked + .view-picker-item,
div.calendar-dark .filter-items {
    background-color: var(--dark-theme-btn-bg);
    border: 1px solid var(--dark-theme-btn-bg);
    color: var(--white-color);
}

div.calendar-dark .view-picker-item {
    margin-bottom: 0;
}

div.calendar-dark .main-navigation-date,
div.calendar-dark .monthday,
div.calendar-dark .weekday,
div.calendar-dark .current-month-date,
div.calendar-dark .view-picker-item,
div.calendar-dark .calendar-panel-title,
div.calendar-dark .calendar-day-date,
div.calendar-dark .calendar-day-day,
div.calendar-dark .eventStartTime,
div.calendar-dark .eventTitle,
div.calendar-dark .day-event-time .span.event-data-title,
div.calendar-dark .event-details-title {
    color: var(--white-color);
}

div.calendar-dark .calendar-button,
div.calendar-dark .month-nav {
    background-color: var(--black-color);
    border: 1px solid var(--black-color-border);
}

div.calendar-dark .monthday--today,
div.calendar-dark .main-navigation-today {
    font-size: 14px;
    color: #FAD661;
}

div.calendar-dark .btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

div.calendar-dark .main-navigation-date {
    color: var(--white-color);
    font-weight: 600 !important;
}

div.calendar-dark .week-date,
div.calendar-dark .week-day {
    font-weight: 700 !important;
}

div.calendar-dark .week-cell,
div.calendar-dark .day-cell {
    border-left: 1px solid var(--calendar-header-border);
    border-bottom: 1px solid var(--calendar-header-border);
}

div.calendar-dark .week-time,
div.calendar-dark .day-time {
    border-bottom: 1px solid var(--calendar-header-border);
}


div.calendar-dark .view-picker {
    background: #1d1c1a;
    border: 1px solid var(--dark-theme-btn-bg);
}

div.calendar-dark .filter-button svg,
div.calendar-dark .month-nav svg,
div.calendar-dark .calendar-container svg path {
    fill: var(--gray-color);
}

div.calendar-dark .calendar-events-date,
div.calendar-dark .calendar-event,
div.calendar-dark .calendar-event-time,
div.calendar-dark .weekday-weeekend,
div.calendar-dark .calendar-title,
div.calendar-dark .calendar-cell:first-child .abbreviatedDayOfWeek,
div.calendar-dark .calendar-cell:nth-child(7) .abbreviatedDayOfWeek,
div.calendar-dark .abbreviatedDayOfWeek,
div.calendar-dark .date-grey,
div.calendar-dark .week-day,
div.calendar-dark .week-date,
div.calendar-dark .calendar-week-header-item:nth-child(1) .week-day,
div.calendar-dark .calendar-week-header-item:nth-child(7) .week-day,
div.calendar-dark .educator,
div.calendar-dark .event-link {
    color: var(--gray-color);
}

div.calendar-dark .calendar-day-header-item--today .calendar-day-date,
div.calendar-dark .calendar-day-header-item--today .calendar-day-day {
    color: var(--link-color-dark);
    font-weight: 700 !important;
}

div.calendar-dark .calendar-day-header-item {
    border-left: 1px solid var(--calendar-header-border);
}

div.calendar-dark .calendar-day-header,
div.calendar-dark .calendar-week-header {
    border-bottom: 3px solid var(--calendar-header-border);
}

div.calendar-dark .calendar-week-header-item {
    border-left: 3px solid var(--calendar-header-border);
}

div.calendar-dark .month-events-item,
div.calendar-dark .show.month-events-item {
    background: rgba(255, 226, 74, 0.15);
    color: var(--white-color);
}

div.calendar-dark .dropdown-menu {
    background-color: var(--main-background-dark);
}

    div.calendar-dark .dropdown-menu .btn-close {
        outline: none;
        border: none;
        background-color: transparent;
    }

div.calendar-dark .date {
    transition: none;
    cursor: pointer;
}

@media only screen and (max-width: 1100px) {
    div .calendar-dark .calendar-filter {
        max-width: 100%;
    }

    div.calendar-dark .nav-container {
        max-width: 100%;
    }

    div.calendar-dark .calendar-panel {
        max-width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    div.calendar-dark .calendar-cell {
        border: none !important;
        border-bottom: 1px solid #898989 !important;
    }

    div.calendar-dark .calendar-week-header-item--today .week-day {
        color: var(--gray-color) !important;
    }
}

@media (max-width: 568px) {
    div.calendar-dark .calendar-week-header-item {
        border-left: none;
    }
}

/* .calendar (Calendar END) */
/* rating page */

.rating-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
}

.rating-list,
.personal-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rating-list {
    width: 100%;
    list-style: none;
}

.rating-item {
    background-color: var(--black-color);
    padding: 24px 46px;
    border-radius: 8px;
    margin-bottom: 24px;
}

.rating-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
}

.name,
.responsibilities {
    color: rgba(255, 255, 255, 0.79);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
}

.job-position,
.description {
    color: rgba(255, 255, 255, 0.54);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.responsibilities {
    color: var(--white-color);
}

.description {
    font-style: italic;
    line-height: 20px;
}

/* rating page end */
/* educators page */
.educators-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    padding-left: 0;
}

.educators-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 209px;
    margin-bottom: 48px;
}

.educator-photo_container {
    width: 100%;
    height: 100%;
    max-height: 192px;
    margin-bottom: 16px;
    border-radius: 8px;
}

.educator-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.educator-name {
    color: var(--white-color);
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
}

.educators-job {
    color: rgba(255, 255, 255, 0.54);
    font-size: 12px;
    line-height: 16px;
}

.job-logo {
    margin-top: 8px;
}

/* educators page end */
/* FAQ Section Start  */

.section-title {
    font-size: 28px;
    font-weight: var(--font-semi-bold);
    color: var(--white-color);
    margin: 0 0 17px;
}

.accordionWrapper {
    display: grid;
    grid-row-gap: 16px;
    padding-bottom: 16px;
}

.accordionItem {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.50);
}

.accordionItemHeading {
    display: grid;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    grid-column-gap: 24px;
    cursor: pointer;
    background: transparent;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 24px;
    margin: 0;
}

    .accordionItemHeading svg {
        transition: transform 0.3s ease-in-out;
        height: 23px;
        width: 23px;
    }

    .accordionItemHeading h6 {
        font-size: 14px;
        font-weight: var(--font-semi-bold);
        color: var(--white-color);
        margin: 0;
    }

.accordionItemContent p {
    font-weight: var(--font-medium);
    margin: 0;
}

.accordion-close .accordionItemContent {
    display: flex;
    height: 0px;
    transition: height 1s ease-out;
    transform: scaleY(0);
}

.accordionItemContent {
    font-weight: var(--font-medium);
    color: rgba(255, 255, 255, 0.54);
}

.accordionItemHeading svg {
    transform: rotate(180deg);
}

.accordion-open .accordionItemHeading svg {
    transform: rotate(0deg);
}

.accordion-open .accordionItemContent {
    width: 100%;
    display: block;
    transform: scaleY(1);
    transform-origin: top;
    transition: transform 0.2s ease;
    box-sizing: border-box;
    padding: 0 24px 16px 24px;
}

/* CSS for the modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-open {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    margin: 2% 15px;
    padding: 16px 40px 40px 40px;
    width: 100%;
    max-width: 938px;
    max-height: 90%;
    background: var(--card-background);
    box-shadow: 0px 2px 10.670000076293945px 0px rgba(0, 0, 0, 0.37), 0px 16px 32px 0px rgba(0, 0, 0, 0.37);
    display: grid;
    grid-template-rows: auto 1fr auto;
    overflow: hidden;
}

.course-list::-webkit-scrollbar {
    width: 3px;
}

.course-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.course-list::-webkit-scrollbar-thumb {
    background: #555;
}

.modal-course-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-header {
    margin-bottom: 40px;
    border-bottom: none !important;
}

.modal-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 128.571%;
    color: var(--white-color);
}

.course-list {
    display: grid;
    align-self: baseline;
    grid-row-gap: 40px;
    overflow: auto;
    max-height: 100%;
    padding-bottom: 5px;
}

.course-item {
    display: flex;
    grid-column-gap: 32px;
    padding: 0 8px 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: grid;
    grid-template-columns: 20px 238px 1fr auto;
    align-items: center;
    margin-bottom: 32px;
}

.course-item:last-child {
    border-bottom: unset;
    margin-bottom: 0;
}

.course-item-name {
    font-size: 20px;
    line-height: 140%;
    font-weight: 600;
    margin-bottom: 0;
}

.course-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column-gap: 12px;
    margin-bottom: 16px;
}

.free-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    background: var(--accent-background);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: right;
}

.course-price-section {
    max-width: 126px;
    width: 100%;
    padding: 31px 0;
}

.course-link {
    color: #f2e181;
}

.modal-content .short-description {
    line-height: 133.333%;
}

.modal-content .course-price {
    display: flex;
    flex-direction: column;
    grid-row-gap: 24px;
}

.modal-content .price-value {
    padding: 5px 16px;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.16px;
}

.course-img img {
    max-height: 148px;
    width: auto;
    object-fit: cover;
}

.modal-header {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.close {
    background-color: transparent;
    border: none;
}

.modal-header .close {
    padding: 0 !important;
    margin: 0 0 8px auto !important;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.course-submit-wrapper {
    display: flex;
    justify-content: flex-end;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.course-error-container {
    display: none;
    height: 32px;
    padding: 8px;
    position: relative;
    width: 200px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    align-items: center;
    border-radius: 4px;
    left: -15px;
    grid-column-gap: 8px;
    background: var(--dark-fill-color-system-critical-background);
}

.course-error-container:after {
    content: '';
    position: absolute;
    transform: translate(50%, -50%) rotate(45deg);
    right: 0;
    background: var(--dark-fill-color-system-critical-background);
    width: 13px;
    height: 13px;
    top: 50%;
}

.course-submit-btn {
    font-size: 14px;
    font-weight: 500;
    color: #F3F3F3;
    padding: 5px 27px;
    border-radius: 8px;
    background: linear-gradient(90deg, #0089CA 0%, #73B864 100%);
    border: none;
    cursor: pointer;
}

.xl-hidden {
    display: none !important;
}

.md-hidden {
    display: flex;
}

/* modal end */
/* checkbox */
.form-checkbox {
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
}

    .form-checkbox input[type="checkbox"]:focus {
        outline: none;
    }

    .form-checkbox span {
        color: var(--card-background);
        font-weight: 500;
        cursor: pointer;
    }

    .form-checkbox input[type="checkbox"] {
        -webkit-appearance: none;
        appearance: none;
        margin: 0;
        color: var(--secondary-text);
        width: 20px;
        height: 20px;
        border: 1px solid rgba(255, 255, 255, 0.6);
        border-radius: 3px;
        transform: translateY(-0.075em);
        display: grid;
        place-content: center;
        cursor: pointer;
    }

        .form-checkbox input[type="checkbox"]::before {
            content: "";
            width: 12px;
            height: 12px;
            transform: scale(0);
            transition: 0.2s transform ease-in-out;
            place-content: center;
            border-radius: 3px;
            background-color: rgba(255, 255, 255, 0.54);
        }

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.about-page_container input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.brand-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0) 100%), #0a0a0a;
    background-blend-mode: color, luminosity;
    padding: 60px 0;
}

.brand-container {
    position: relative;
}

.brand-slider-item {
    height: 100%;
    width: 100%;
    margin: 20px 0;
}

.brand-slider-wrapper {
    position: relative;
    overflow: hidden;
}

.brand-slider .slick-list {
    position: relative;
    overflow: hidden;
}

.brand-label {
    color: rgba(255, 255, 255, 0.3);
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
}

    .brand-label:first-child {
        margin-bottom: 40px;
    }

    .brand-label:last-child {
        margin-top: 40px;
    }

.brand-category {
    color: rgba(255, 255, 255, 0.5);
    font-size: 28px;
    font-weight: 600;
    line-height: 128.571%;
    cursor: pointer;
    margin-bottom: 0;
}

.brand-title {
    position: relative;
    font-size: 40px;
    line-height: 130%;
    font-weight: 600;
    color: var(--white-color);
    margin: 56px 0 16px 0;
}

    .brand-title:before {
        position: absolute;
        content: "";
        top: 0;
        left: -18px;
        height: 100%;
        width: 3px;
        background: linear-gradient(180deg, #fad661 0%, #ddac0f 100%);
    }

.brand-btn {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 142.857%;
    color: var(--black-color);
    padding: 10px 43.5px;
    border-radius: 8px;
    background: var(--accent-background);
    border: none;
    cursor: pointer;
    margin-bottom: 56px;
}

    .brand-btn:hover {
        color: var(--black-color);
    }

.brand-description {
    margin-bottom: 0;
    max-width: 386px;
}

.brand-content-bottom {
    margin-top: 24px;
}

.brand-information {
    display: grid;
    grid-template-columns: 66% 1fr;
    grid-column-gap: 69px;
    min-height: 612px;
    box-sizing: border-box;
}

.brand-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    grid-row: span 2;
    order: -1;
}

.brand-video-wrapper video {
    height: 100%;
    width: 100%;
}

.brand-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.carusel-btn {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #231f20;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .carusel-btn:hover svg path {
        fill: #1AE6A9;
    }

.brand-btn_prev {
    position: absolute;
    top: 0;
    right: 16.5%;
}

.brand-btn_next {
    position: absolute;
    bottom: -2px;
    right: 16.5%;
}

.introduction-section {
    position: relative;
    height: calc(100vh - 58px);
    max-height: 980px;
}
.image-mob{
    display: none;
}
.introduction-section-bundle {
    position: relative;
    height: calc(100vh - 95px);
    max-height: 980px;
}

.introduction-section::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(32, 31, 29, 0.85);
    z-index: 1;
}

.introduction-section-bundle::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.introduction-imgList {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    height: 100%;
    width: 100%;
    position: absolute;
}

.introduction-imgList img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.intro-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 568px;
    margin: 0 auto;
    z-index: 1;
}

.introduction-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 130%;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 30px;
}

.intro-services {
    border-radius: 20px;
    background: rgba(10, 10, 10, 0.70);
    background-blend-mode: luminosity;
    backdrop-filter: blur(2px);
    color: var(--white-color);
    margin-bottom: 32px;
}

.intro-list-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    color: var(--white-color);
    margin-bottom: 24px;
}

.intro-services {
    padding: 32px 24px;
}

.intro-services-list {
    display: grid;
    grid-row-gap: 8px;
    list-style: none;
}

.vh-50 {
    height: 50vh;
}

.intro-btn {
    display: flex;
    justify-content: center;
    padding: 10px 44px;
    font-weight: 500;
    line-height: 142.857%;
    background: var(--accent-background);
    text-align: center;
    border-radius: 8px;
    border: none;
    margin: 0 auto;
}

.intro-services-list li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    padding: 5px 0;
}

.intro-services-list svg {
    margin-right: 8px;
}

.intro-scroll-btn {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 24px 8px;
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
    background: rgba(0, 0, 0, 0.50);
    border: none;
    border-radius: 7px;
    text-transform: uppercase;
    z-index: 1;
}
body.route- .intro-scroll-btn,
body.route-productdetails .intro-scroll-btn {
    transform: translate(-50%,-100%);
}
.intro-scroll-btn:focus {
    outline: none;
}

.header-mobile-wrapper {
    height: calc(100vh - 68px);
    width: 100%;
    background: linear-gradient(0deg, rgba(32, 32, 32, 0.80) 0%, rgba(32, 32, 32, 0.80) 100%), #202020;
    background-blend-mode: color, luminosity;
    box-shadow: 3px 4px 12px 0px rgba(0, 51, 67, 0.12);
    z-index: 5;
}

.header-mobile-nav {
    display: flex;
    flex-direction: column;
    grid-row-gap: 24px;
}

.nav-mobile-link {
    font-size: 20px;
    line-height: 28px;
    font-style: normal;
    font-weight: 600;
    padding-bottom: 24px;
    border-bottom: 1px solid #464646;
    color: var(--white-color);
    cursor: pointer;
}

.products-dropdown {
    padding: 3px 5px;
    border-radius: 4px;
    background-color: #2c2c2c;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: none;
}

.header-mobile-wrapper {
    display: none;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 68px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 32px;
    background: linear-gradient(0deg, rgba(32, 32, 32, 0.80) 0%, rgba(32, 32, 32, 0.80) 100%), #202020;
    background-blend-mode: color, luminosity;
    box-shadow: 3px 4px 12px 0px rgba(0, 51, 67, 0.12);
    transition: left 0.3s ease;
}

    .header-mobile-wrapper.header-mobile-active {
        display: block;
    }

.mobile-link-list {
    display: flex;
    flex-direction: column;
    grid-row-gap: 40px;
    margin: 40px 0 0 48px;
}

.mobile-link-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-mobile-link {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 133.333%;
}

.burger-icon-active {
    display: none;
}

.burger-btn.burger-btn-active .burger-icon-active {
    display: block;
}

.burger-btn.burger-btn-active .burger-icon {
    display: none;
}

.burger-btn:focus {
    outline: none;
}

.opportunities-section_container {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    grid-column-gap: 10%;
    align-items: center;
}

.opportunities-video {
    display: grid;
    grid-row: span 2;
    order: -1;
}

    .opportunities-video video {
        width: 100%;
        height: auto;
    }

.text-description {
    color: rgba(255, 255, 255, 0.54);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 16px 0 24px 0;
}

.about-banner {
    text-align: center;
    margin-bottom: 24px;
}

.bundle-banner {
    width: 100%;
    height: 100%;
}
    .bundle-banner img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-banner-title {
        font-size: 68px;
        font-weight: 600;
        line-height: 135.294%;
        color: #0c1f32;
        letter-spacing: 0px;
        text-align: center;
        margin-bottom: 8px;
    }

.about-banner-subtitle {
    color: #0c1f32;
    font-size: 28px;
    font-weight: 600;
    line-height: 128.571%;
}

.academies-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dashed rgba(246, 246, 246, 0.5);
    border-spacing: 10px;
    border-radius: 8px;
    padding: 40px 24px;
    text-align: center;
}

.academies-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 59px;
    width: 59px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.06);
    margin-bottom: 24px;
    cursor: pointer;
}

.academies-message {
    color: var(--dark-fill-color-text-tertiary, rgba(255, 255, 255, 0.54));
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: 0.16px;
    text-transform: uppercase;
}

.slick-dots {
    position: relative;
    display: flex;
    grid-column-gap: 16px;
    bottom: 0;
}

    .slick-dots li {
        height: 12px;
        width: 12px;
        margin: 0;
    }

.slick-dots li button {
    background-color: transparent;
}

.slick-dots li button:before {
    font-size: 12px;
    line-height: 1;
    width: 12px;
    height: 12px;
    color: #454545;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #1AE6A9;
    border-radius: 12px;
}

.about-btn_prev,
.customers-section .btn_prev {
    margin-right: 40px;
}

.about-btn_next,
.customers-section .btn_next {
    margin-left: 40px;
}

.customers-section {
    padding: 60px 0 165px;
}

.course-slider-nav .btn_container {
    justify-content: space-between;
}

.carusel-btn:focus {
    outline: none;
}

.brand-slider .container {
    position: relative;
}

.other-coursers_container .section-title {
    margin-top: 0;
}

.other-coursers_container .popular-cources {
    font-weight: 600;
    font-size: 28px;
    color: var(--white-color);
    margin: 0 0 17px;
}


.footer-address {
    color: #DEDEDE;
    opacity: initial;
}

.footer-address.mobile {
    display: none;
}

@media (max-width: 767px) {
    .footer-address.mobile {
        display: block;
    }

    .footer-address {
        display: none;
    }
}

body.dark .footer-address {
    color: var(--second-color-dark);
}

.journey-content .action-btn {
    margin: 0 auto;
}

.header-list .sm-dark-sky-btn.action-btn {
    display: flex;
    align-items: center;
    line-height: 142.857%;
    max-width: 120px;
    min-width: 120px;
    max-height: 40px;
    height: 40px;
    margin-top: 0;
    color: #F3F3F3;
    background: linear-gradient(270deg, #73B864 1.35%, #0089CA 100%);
    border-radius: 5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.7px;
}

.radioboxField-wrapper {
    display: flex;
    align-items: center;
    grid-column-gap: 16px;
}

    .radioboxField-wrapper label {
        margin-bottom: 0;
    }

#included-addons-list {
    padding-left: 32px;
}

.chosen-academies-section {
    margin: 40px 0;
}

.tab-title:focus {
    outline: none;
}

.tab-panel {
    margin-top: 37px;
}

.calendar-dark.tab-panel {
    margin-top: 0;
}

/* .calendar (Calendar START) */
/* As far as we have incompatibility in bootstrap version for LMS and CORPORATE (landing) page,
   styles are being overwritten differently. Hence, in order to reduce code, calendar
   contains styles in both Calendar.razor.css file (as for LMS) and here (as for CORPORATE page). */

div.calendar-dark .calendar-container,
div.calendar-dark .calendar-navigation {
    background-color: var(--primary-background) !important;
}

div.calendar-dark .calendar, 
div.calendar-dark .calendar-cell {
    border: 1px solid var(--calendar-header-border);
}

div.calendar-dark .calendar-panel {
    background-color: var(--background-card);
    border: 1px solid var(--calendar-header-border);
}

div.calendar-dark .calendar-panel > hr {
    opacity: .25;
}

div.calendar-dark .calendar-button,
div.calendar-dark .month-nav,
div.calendar-dark .btn-check:checked + .view-picker-item,
div.calendar-dark .filter-items {
    background-color: var(--dark-theme-btn-bg);
    border: 1px solid var(--dark-theme-btn-bg);
    color: var(--white-color);
}

div.calendar-dark .view-picker-item {
    margin-bottom: 0;
}

div.calendar-dark .main-navigation-date,
div.calendar-dark .monthday,
div.calendar-dark .weekday,
div.calendar-dark .current-month-date,
div.calendar-dark .view-picker-item,
div.calendar-dark .calendar-panel-title,
div.calendar-dark .calendar-day-date,
div.calendar-dark .calendar-day-day,
div.calendar-dark .eventStartTime,
div.calendar-dark .eventTitle,
div.calendar-dark .day-event-time .span.event-data-title,
div.calendar-dark .event-details-title {
    color: var(--white-color);
}

div.calendar-dark .calendar-button,
div.calendar-dark .month-nav {
    background-color: var(--black-color);
    border: 1px solid var(--black-color-border);
}

div.calendar-dark .monthday--today,
div.calendar-dark .main-navigation-today {
    font-size: 14px;
    color: #FAD661;
}

div.calendar-dark .btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

div.calendar-dark .main-navigation-date {
    color: var(--white-color);
    font-weight: 600 !important;
}

div.calendar-dark .week-date,
div.calendar-dark .week-day {
    font-weight: 700 !important;
}

div.calendar-dark .week-cell,
div.calendar-dark .day-cell {
    border-left: 1px solid var(--calendar-header-border);
    border-bottom: 1px solid var(--calendar-header-border);
}

div.calendar-dark .week-time, 
div.calendar-dark .day-time {
    border-bottom: 1px solid var(--calendar-header-border);
}


div.calendar-dark .view-picker {
    background: #1d1c1a;
    border: 1px solid var(--dark-theme-btn-bg);
}

div.calendar-dark .filter-button svg,
div.calendar-dark .month-nav svg,
div.calendar-dark .calendar-container svg path {
    fill: var(--gray-color);
}

div.calendar-dark .calendar-events-date,
div.calendar-dark .calendar-event,
div.calendar-dark .calendar-event-time,
div.calendar-dark .weekday-weeekend,
div.calendar-dark .calendar-title, 
div.calendar-dark .calendar-cell:first-child .abbreviatedDayOfWeek, 
div.calendar-dark .calendar-cell:nth-child(7) .abbreviatedDayOfWeek, 
div.calendar-dark .abbreviatedDayOfWeek, 
div.calendar-dark .date-grey,
div.calendar-dark .week-day, 
div.calendar-dark .week-date, 
div.calendar-dark .calendar-week-header-item:nth-child(1) .week-day, 
div.calendar-dark .calendar-week-header-item:nth-child(7) .week-day,
div.calendar-dark .educator,
div.calendar-dark .event-link {
    color: var(--gray-color);
}

div.calendar-dark .calendar-day-header-item--today .calendar-day-date,
div.calendar-dark .calendar-day-header-item--today .calendar-day-day {
    color: var(--link-color-dark);
    font-weight: 700 !important;
}

div.calendar-dark .calendar-day-header-item {
    border-left: 1px solid var(--calendar-header-border);
}

div.calendar-dark .calendar-day-header, 
div.calendar-dark .calendar-week-header {
    border-bottom: 3px solid var(--calendar-header-border);
}

div.calendar-dark .calendar-week-header-item {
    border-left: 3px solid var(--calendar-header-border);
}

div.calendar-dark .month-events-item,
div.calendar-dark .show.month-events-item {
    background: rgba(255, 226, 74, 0.15);
    color: var(--white-color);
}

div.calendar-dark .dropdown-menu {
    background-color: var(--main-background-dark);
}

div.calendar-dark .dropdown-menu .btn-close {
    outline: none;
    border: none;
    background-color: transparent;
}

div.calendar-dark .date {
    transition: none;
    cursor: pointer;
}

@media only screen and (max-width: 1100px) {
    div .calendar-dark .calendar-filter,
    div.calendar-dark .nav-container,
    div.calendar-dark .calendar-panel {
        max-width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    div.calendar-dark .calendar-cell {
        border: none !important;
        border-bottom: 1px solid #898989 !important;
    }

    div.calendar-dark .calendar-week-header-item--today .week-day {
        color: var(--gray-color) !important;
    }
}

@media (max-width: 568px) {
    div.calendar-dark .calendar-week-header-item {
        border-left: none;
    }
}

/* .calendar (Calendar END) */

.intro-content .intro-btn {
    margin: 0 auto;
}

input[type=submit], input[type=button], .im-button,
.paydev-modal .openwallet,
.buttonholder button,
.btncancel,
.btnpaydev,
.paydev-modal .btncancelfull {
    color: #F3F3F3 !important;
    font-weight: var(--weight-500);
    padding: 5px 12px 7px 12px;
    border-radius: 8px;
    border: 1px solid #DDD;
    background: linear-gradient(90deg, #0089CA 0%, #73B864 100%);
    border: none;
    text-decoration: none;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
}

.pay-modal_inner,
.paydev-modal_inner {
    color: var(--black-color);
}

.become-ibo-link {
    max-width: 182px;
    background: var(--accent-background);
}

    .become-ibo-link:hover {
        color: var(--black-color);
    }
.action-btn.log-in-btn:hover {
    color: var(--white-color)
}

body.route-bundledetails .pageTitle {
    display: none;
}
body.route-corpcjoin .im-button {
    background: linear-gradient(270deg, #73B864 1.35%, #0089CA 100%);
}

body.route-corpcjoin .im-button:disabled,
body.route-corpcjoin .im-button[disabled],
body.route-corpcjoin .im-button[disabled]:active,
body.route-corpcjoin .im-button[disabled=disabled] {
    background: var(--dark-fill-color-accent-disabled) !important;
    color: var(--dark-fill-color-text-on-accent-disabled) !important;
}

.cart-page button#nextBtn:disabled:after {
    background-image: url(../images/ChevronDisabled.svg);
}

.video-container {
    width: 100%;
    height: 100%;
    position: relative;
    max-height: 720px;
}
    .video-container .jwplayer.jw-flag-aspect-mode{
        max-height: 720px;
    }
    .video-container iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

body.route-corpcjoin .join-message {
    padding: 60px 46px;
}
body.route-corpcjoin .join-message p {
    color: #FFF;
}
body.office-pages.route-corpcjoin .checkbox-cjoin-label {
    background-color: #433519; 
    font-weight: 600;
}
body.office-pages.route-corpcjoin .checkbox-cjoin-ul {
    list-style-type: disc; 
    margin-left: 50px; 
    background-color: #433519; 
    font-style: italic; 
    font-weight: 600; 
    padding: 5px;
}
@media(max-width: 767px){
    body.route-corpcjoin .join-message {
        padding: 40px 16px;
    }
}
.section-name {
    max-width: 529px;
}

.events-content .section-name {
    text-align: center;
}
.video-img_container {
    position: relative;
    height: auto;
}

.video-img_container .intro-scroll-btn{
    top: 99%;
}

body.route-productdetails .pageTitle{
    display: none;
}
.video-img_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.refer-desk {
    display: block;
}

.refer-mob {
    display: none;
}

@media(min-width: 1441px) {
    body .route-loginhelp .liBodyContent {
        max-width: 1728px;
        margin: 0 auto;
        padding: 0 46px;
    }

    .opportunities-btn {
        margin-top: -20%;
    }

    .about-video {
        width: 53%;
    }

    .about-video video {
        width: 100%;
        height: auto;
    }

    .refer-tab {
        display: none;
    }
}

.brand-slider .slick-slide {
    display: grid;
    align-items: center;
    height: 648px;
}


/* checkbox */
@media (max-width: 1440px) {
    body.route-loginhelp form {
        padding: 0 46px;
    }

    .container {
        padding: 0 46px;
        width: 100%;
    }
    .introduction-section-bundle {
        max-height: 720px;
    }

    .brand-information {
        min-height: 540px;
    }

    .brand-slider .slick-slide {
        height: 620px;
    }

    .brand-btn_prev {
        top: 10px;
    }

    .brand-btn_next {
        bottom: 10px;
    }

    .other-coursers_container .courses-item img {
        height: auto;
        width: 100%;
    }
}

@media(min-width: 1250px) and (max-width: 1400px) {
    .opportunities-btn {
        margin-top: -6%;
    }
}

@media(min-width: 1201px) and (max-width: 1249px) {
    .opportunities-btn {
        margin-top: -20%;
    }
}

@media(max-width: 1200px) {
    .about-label,
    .opportunity-label {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

    body.route-loginhelp form,
    .container {
        padding: 0 16px;
    }

    .brand-video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .brand-information {
        grid-template-columns: 60% 1fr;
        min-height: 460px;
    }

    .brand-title {
        margin: 40px 0 16px 0;
    }

    .brand-btn {
        margin-bottom: 40px;
    }

    .introduction-imgList {
        grid-template-columns: repeat(6,1fr);
    }

    .leftside-header-menu {
        width: unset;
        grid-column-gap: 20px;
    }

    .header-list {
        width: unset;
    }

    .header-nav {
        grid-column-gap: 20px;
    }

    .opportunities-section_container {
        grid-column-gap: 40px;
    }

    .opportunities-video video {
        width: 100%;
        height: 100%;
    }

    .customers-section .slick-slide {
        margin: 0 8px;
    }

    .courses-list {
        grid-column-gap: 25px
    }
}
@media(min-width: 1141px) and (max-width: 1440px) {
    .intro-content {
        justify-content: flex-start;
        padding-top: 20px;
    }

    .intro-services {
        max-height: 58%;
        overflow-y: auto;
    }
}

@media(min-width: 993px) and (max-width: 1140px){
    .intro-content{
        justify-content: flex-start;
    }
    .intro-services{
        max-height: 47%;
        overflow-y: auto;
    }
}
@media(min-width: 850px) and (max-width: 1280px){
    .intro-content {
        padding-top: 75px !important;
    }
}
@media(min-width: 1000px) and (max-width: 1024px) {
    .intro-content {
        padding-top: 24px !important;
    }
}
@media(min-width: 993px) {
    .section-name {
        text-align: left;
    }
}

@media (max-width: 992px) {
    .events-content .section-name {
        text-align: left;
    }

    .modal-title {
        font-size: 26px;
    }

    .modal-header .close {
        margin: 0 0 0px auto !important;
    }

    .modal-content {
        padding: 16px;
    }

    .leftside-header-menu {
        width: 10%;
    }

    .header-list {
        width: 85%;
        justify-content: flex-end;
    }

    .burger-link {
        display: inline-block;
        margin-left: 22px;
    }

    .burger-btn {
        border: none;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .log-in-btn {
        padding: 8px 11px;
        min-width: 90px;
    }

    .header-nav,
    .language-link,
    .footer-nav_item.copyright {
        display: none;
    }

    .footer-container {
        padding: 32px 0 46px 0;
    }

    .footer-nav,
    .network-list {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 32px;
    }

    .footer-nav_item:not(:last-child) {
        margin-right: 0;
    }

    .copy-text {
        display: block;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-align: left;
    }

    .close {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }

    .brand-information {
        grid-template-columns: 1fr;
        min-height: unset;
    }

    .brand-content-bottom {
        margin-top: 32px;
    }

    .brand-video-wrapper {
        grid-row: unset;
        order: unset;
    }

    .introduction-imgList {
        grid-template-columns: repeat(4,1fr);
    }

    .opportunities-section_container {
        grid-template-columns: 1fr;
    }

    .opportunities-video {
        grid-row: unset;
        order: 2;
    }

    .opportunities-btn {
        order: 3;
        margin-top: 24px;
    }

    .customers-section {
        padding: 0 0 104px;
    }

    .courses-item {
        max-width: 100%;
    }

    .course-slider-nav.slider-bottom_container {
        display: flex;
    }

    .course-content-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .course-item-name {
        margin-bottom: 14px;
    }

    .header-list .sm-dark-sky-btn.action-btn {
        max-width: 107px;
        min-width: 107px;
    }
    .courses-item img {
        max-width: 300px;
    }
}
@media(min-width: 821px) and (max-width:992px) {
    .intro-content {
        justify-content: flex-start;
        padding-top: 10px;
    }

    .intro-services {
        max-height: 45%;
        overflow-y: auto;
    }
}
@media(max-width: 767px) {
    body.route-bundledetails .intro-scroll-btn {
        top: 100%;
        transform: translate(-50%,-100%);
    }
    body.route-bundledetails .tabs{
        padding-top: 46px;
    }
    .bundle-banner img {
        object-fit: cover;
    }
    .introduction-section-bundle{
        height: 100%;
    }
    .courses-item {
        min-height: 365px;
    }

    .desk {
        display: inline-block;
    }

    .subtitle {
        padding-left: 0;
    }

    .radio-container-mob {
        display: inline-flex;
        align-items: center;
        grid-column-gap: 16px;
        margin-right: 16px;
    }

    .radio-container {
        display: none;
    }

    .offers-item-content {
        flex-direction: column;
        width: 100%;
    }

    .offers-img_container {
        width: 100%;
        max-height: 180px;
        margin-right: 0;
    }

    .offers-img_container img {
        height: 100%;
        object-fit: contain;
    }

    .offers-leftside {
        width: 100%;
        max-width: 100%;
        margin: 16px 0;
    }

    .offers-price {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
    }

        .offers-price .price-value {
            margin-bottom: 0;
            background-color: var(--black-color);
        }

    .chosen-academies-item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

    .chosen-academies-container {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding-left: 0;
    }

    .chosen-academies-img_container {
        display: none;
    }

    .chosen-academies-leftside {
        width: 100%;
        max-width: 100%;
    }

    .chosen-academies-name-container {
        justify-content: space-between;
        width: 100%;
    }

    .chosen-academies-price_container {
        width: 100%;
        justify-content: flex-start;
    }

    .chosen-academies-price_container {
        padding: 0;
        margin-top: 16px;
    }

    .adons-container, .bundle-offers-container {
        margin: 0 -16px;
    }

    .change-btn-container,
    .chosen-adons-section .adons-list {
        padding-left: 0;
    }

    .course-item {
        grid-template-columns: 1fr;
        padding-bottom: 32px;
    }

    .course-item .course-img {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .course-img img {
        max-height: 190px;
        width: 100%;
        height: auto;
        max-width: 238px;
    }

    .course-content-header {
        justify-content: space-between;
    }

    .course-name-wrapper {
        display: flex;
        grid-column-gap: 16px;
    }

    .course-price-section {
        max-width: 100%;
        padding: 0;
        margin-top: 32px;
    }

    .modal-content .course-price {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .modal-content .price-value {
        order: 2;
    }

    .free-label {
        text-align: left;
    }

    .course-submit-wrapper {
        flex-direction: column;
    }
    
    .course-error-container {
        width: 100%;
        justify-content: center;
        left: 0;
        text-align: center;
        margin-bottom: 17px;
    }
    
    .course-error-container:after {
        transform: translate(50%, 50%) rotate(45deg);
        right: 50%;
        width: 16px;
        height: 16px;
    }
    
    .course-submit-btn {
        width: 100%;
    }

    .xl-hidden {
        display: flex !important;
    }

    .md-hidden {
        display: none;
    }

    .introduction-imgList {
        grid-template-columns: repeat(3,1fr);
    }

    .introduction-title {
        font-size: 28px;
        line-height: 128.571%;
    }

    .intro-content {
        padding-top: 68px;
        margin: 0 16px;
        padding-bottom: 100px
    }

    .introduction-section {
        max-height: unset;
    }

    .introduction-section-bundle {
        max-height: 100vh;
    }

    .opportunities-section {
        padding: 64px 0 104px;
    }

    .opportunity-list {
        margin-bottom: 32px;
    }

    .opportunities-btn .action-btn {
        width: 100%;
    }

    .about-banner {
        text-align: center;
        margin-bottom: 24px;
    }

    .about-banner-title {
        font-size: 40px;
        line-height: 130%;
        margin-bottom: 24px;
    }

    .about-banner-subtitle {
        font-size: 20px;
        line-height: 140%;
    }

    .join-container {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .join-input-container,
    .join-container input,
    .join-btn {
        width: 100%;
    }

    .join-container input {
        margin-bottom: 16px;
    }

    .other-coursers_container {
        padding: 80px 0;
    }

    #included-addons-list {
        padding-left: 0;
    }

    .bundle-offers-list li {
        width: 100%;
    }

    .log-in-btn {
        max-width: 88px;
        font-size: 11px;
    }

    .header-list .sm-dark-sky-btn.action-btn {
        max-width: 88px;
        min-width: 88px;
        font-size: 11px;
    }

    .route-corpcontactus .contactMobile {
        display: inline-block;
    }

    .courses-item img {
        max-width: 235px;
    }
}
@media(min-width: 650px) and (max-width: 767px) {
    .intro-content {
        margin: 0 auto;
    }
}
@media(max-width: 650px) {

    .image-mob{
        display: block;
    }
    .image-desk{
        display: none;
    }
    .tabs {
        padding-top: 0;
    }
    .course-short-description {
        max-width: 170px;
    }
    .info-box{
        min-width: 256px;
    }
    .intro-services-list li span {
        max-width: 313px;
    }
    .produck-link{
        padding: 0;
    }
    .mobile-link-list {
        grid-row-gap: 25px;
    }
    .banner-video {
        height: 689px;
    }

    .carusel-btn {
        border-radius: 50%;
        width: 35px;
        height: 35px;
        background-color: #231F20;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .courses-list {
        grid-column-gap: 0;
        margin-bottom: 40px;
    }

    .courses-item {
        max-width: 100%;
    }

    .change-btn {
        width: 100%;
    }

    .customers-section .slick-slide {
        margin: 0;
    }

    body.route-BundleDetails .price-container {
        padding: 24px 16px 86px 16px;
    }
    .become-ibo-link{
        max-width: 100%;
    }
    .educator-photo_container{
        max-height: 355px;
        height: 355px;
    }
}

@media(max-width: 550px) {
    .tablist {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
    }

    .price-container {
        border-top: none;
        padding: 24px 0 86px 0;
    }

    .horizontal-line {
        display: block;
        border: none;
        width: auto;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.2);
        margin-left: -15px;
        margin-right: -15px;
    }

    .other-coursers_container {
        padding: 80px 0;
    }

    .rating-title-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .rating-item {
        padding: 24px;
    }

    .page-title {
        margin-bottom: 16px;
    }

    .educators-item {
        width: 100%;
        max-width: 100%;
    }

    .accordionItemHeading {
        grid-column-gap: 5px;
        padding: 16px;
    }

    .accordion-open .accordionItemContent {
        padding: 0 16px 16px 16px;
    }

    .intro-services {
        padding: 30px 8px;
    }

    .intro-btn {
        width: 100%;
    }
}

/* Survey page */
.survey-section {
    position: relative;
    height: calc(100vh - 80px);
    overflow: hidden;
}
.survey-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.survey-container {
    max-width: 426px;
    width: 100%;
    padding: 0 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 39px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 17px 46.4px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.survey-title {
    color: #000;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2; 
    letter-spacing: 0.4px;
}

.survey-message {
    color: #8D8D8D;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.24px;
    margin-bottom: 24px;
}

.survey-container input {
    min-height: 30px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 17px 46.4px 0px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
    border: 0.5px solid #8692A6;
    padding: 5px 35px 5px 13px;
    width: 100%;
    color: #6A6A6A;
    line-height: 142.857%;
}
    .survey-container input::placeholder {
        color: #8D8D8D;
        font-family: "Titillium Web", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .survey-container input:focus {
        border-bottom: 1px solid #1AE6A9;
        outline: none;
    }

    .survey-container input::selection {
        background-color: #00ABB6;
        color: var(--white-color);
    }

    .survey-container input:-webkit-autofill,
    .survey-container input:-webkit-autofill:hover,
    .survey-container input:-webkit-autofill:focus,
    .survey-container input:-webkit-autofill:active {
        -webkit-text-fill-color: #8D8D8D !important;
    }

.survey-btn-wrapper {
    display: flex;
    align-items: center;
    grid-column-gap: 16px;
    margin-top: 16px;
}

.survey-btn {
    color: #F3F3F3;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    background: linear-gradient(270deg, #73B864 1.35%, #0089CA 100%);
    padding: 6px 27px;
    border: none;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}
.welcome-aboard .survey-btn{
    width: 384px;
}
.survey-container .join-page-logo {
    width: 232px;
    height: 60px;
    margin-bottom: 24px;
}
.survey-container form{
    width: 100%;
}
.press-enter {
    font-size: 12px;
    font-weight: 400;
    line-height: 133.333%;
    color: rgba(255, 255, 255, 0.54);
    margin-bottom: 0;
}

    .press-enter span {
        color: var(--white-color);
    }

 @media(max-width: 820px){
        body.route-productdetails .intro-scroll-btn {
            top: 100%;
        }

        .video-container {
            height: 100%;
        }

        .tabs {
            padding-top: 53px;
        }
    }

@media (max-width: 767px) {
    .refer-desk,
    .refer-tab,
    .press-enter {
        display: none;
    }
        .refer-mob{
display: block;
        }
        .survey-btn {
            width: 100%;
        }

    .offers-label span,
    .chosen-academies-label span {
        line-height: 28px;
    }
}

.become-ibo-link {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 12px;
}

body.office-pages #footer {
    background-color: var(--background-page);
}

body.office-pages .footer_item a,
body.office-pages .footer_item.copyright, 
body.office-pages .footer_item.copyright p {
    color: #DEDEDE;
    opacity: initial;
}

.mix-included-list {
    margin-bottom: 15px;
}

.confirm-tab .form-checkbox {
    display: grid;
    grid-template-columns: 20px 1fr;
}

body.route-corpcjoin .form-checkbox a {
    color: #1AE6A9;
}

body.route-corpcjoin .form-checkbox span {
    color: inherit;
}

.form-checkbox.cjoin-account {
    display: inline-block;
}
.form-checkbox input#AGREE_TERMS_OF_USE[type="checkbox"] {
    display: inline-grid;
}
.form-checkbox.cjoin-account span label {
    display: inline;
    margin-left: 4px;
    position: relative;
    top: -3px;
    line-height: 1.7;
}

body.route-corpcjoin .join-box-top {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-column-gap: 8px;
}

::selection {
    background-color: #00ABB6;
    color: var(--white-color);
}

.forex-explore-more {
    margin-bottom: 56px;
}

.brand-slider-item {
    visibility: hidden;
    opacity: 0;
}

.slick-center .brand-slider-item {
    visibility: visible;
    opacity: 1;
}

body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus,
body input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: var(--white-color) !important;
}

.slick-animate {
    opacity: 0.5;
    transition: opacity 0.48s ease-in-out;
}

.slick-center .slick-animate {
    opacity: 1;
}

@media (max-width: 1200px) {
    .brand-slider .slick-list {
        display: flex;
        flex-direction: column;
        max-height: 640px;
    }

    .brand-information {
        grid-column-gap: 50px;
    }

    .brand-slider .slick-slide {
        height: 560px;
    }

    .brand-btn_prev {
        top: 30px;
        right: 17%;
    }

    .brand-btn_next {
        bottom: 30px;
        right: 17%;
    }
}

@media (max-width: 992px) {
    .brand-slider .slick-list {
        max-height: unset;
    }

    .brand-slider .slick-slide {
        height: 940px;
        display: grid;
        align-items: center;
    }

    .brand-description {
        margin-bottom: 32px;
    }

    .brand-btn_prev {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
    }

    .brand-btn_next {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
    }

    .about-video {
        margin-right: 0;
    }
}
@media(min-width: 812px) and (max-width: 820px){
    .intro-scroll-btn {
        top: 100%;
    }
}
@media (max-width: 767px) {
    .brand-slider .slick-slide {
        height: 860px;
    }
    .welcome-aboard .survey-btn {
        width: 100%;
    }
}

@media (max-width: 568px) {
    .brand-slider .slick-slide {
        height: 800px;
    }

    .about-btn_prev,
    .customers-section .btn_prev {
        margin-right: 25px;
    }

    .about-btn_next,
    .customers-section .btn_next {
        margin-left: 25px;
    }
    .intro-content {
        padding-top: 0;
    }
    .intro-scroll-btn {
        top: 92%;
    }

    .header-mobile-nav {
        grid-row-gap: 18px;
    }

    .mobile-link-list {
        margin-top: 25px;
        grid-row-gap: 16px;
    }

    .nav-mobile-link {
        padding-bottom: 18px;
    }
}

.welcome-aboard {
    margin: 0px 30px 0px 30px;
}

.login-container {
    margin-bottom: 159px;
}
.brand-content-top {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.go-to-my-account {
    justify-content: center;
    display: flex;
}

.slick-slider div {
    transition: none;
}

.login-button-container {
    padding-left: 0px;
    padding-right: 0;
}

@media (max-width: 767px) {
    .login-button-container {
        text-align: center !important;
    }
    .intro-content {
        padding-top: 0;
    }

    .intro-scroll-btn {
        top: 93%;
    }
}

.included-addOns-ul {
    margin-bottom: 20px;
}

@media(max-width: 460px) {
    .intro-content {
        justify-content: flex-start;
        padding-top: 42px;
    }

    .intro-services {
        max-height: 47%;
        overflow-y: auto;
    }

    .intro-scroll-btn {
        top: 86%;
    }
}
@media(max-width: 415px){
    .intro-scroll-btn {
        top: 84%;
    }
}
@media(max-width: 390px) {
    .intro-scroll-btn {
        top: 86%;
    }
}
@media(max-width: 375px) {
    .intro-content {
        padding-top: 0 !important;
    }

    .intro-scroll-btn {
        top: 85%;
    }

    .intro-services {
        max-height: 45%;
    }
}
@media(min-width: 376px) and (max-width: 550px) {
    .intro-content {
        padding-top: 52px !important;
        padding-bottom: 6px !important;
    }
    .intro-scroll-btn{
        top: 100%;
    }
}
    @media(max-width: 375px) {
        .info-box {
            min-width: 240px;
        }

        .nav-mobile-link {
            padding-bottom: 15px;
        }

        .mobile-link-list,
        .header-mobile-nav {
            grid-row-gap: 15px;
        }

        .intro-content {
            padding-bottom: 158px;
        }

        .intro-services {
            height: 400px;
            overflow-y: auto;
        }

        .intro-scroll-btn {
            top: 89%;
            padding: 16px 22px 8px;
        }
    }

    @media(max-width: 360px) {
        .introduction-section {
            height: 100vh;
        }

        .intro-content {
            padding-bottom: 161px;
        }

        .intro-services {
            height: 400px;
            overflow-y: auto;
        }

        .intro-scroll-btn {
            top: 86%;
            padding: 16px 22px 8px;
        }
    }
    body.route-deleteaccount .liBodyContent,
    body.route-refundpolicy .liBodyContent,
    body.route-validationfailed .liBodyContent {
        padding-left: 50px;
        padding-right: 50px;
    }

        body.route-deleteaccount .liBodyContent ul {
            padding-left: 3rem;
        }

    body.route-validationfailed .pageTitle {
        padding-top: 60px;
    }

    .fa-eye:before {
        content: '' !important;
        position: absolute;
        background: url('../images/img-passvord.svg');
        width: 20px;
        height: 20px;
        top: 50%;
        right: 4%;
    }

    .office-pages.route- .welcome-message {
        color: white;
        z-index: 100;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        padding-top: 13px;
    }

    .office-pages.route- .main-content {
        margin-top: 50px !important;
    }

    @media(max-width: 767px) {
        .office-pages.route- .welcome-message {
            padding-top: 8px;
            font-size: 13px;
        }
    }
/* iphone X*/
@media(min-width: 320px) and (max-width: 360px) {
    .intro-content {
        padding-bottom: 58px !important;
        padding-top: 38px !important;
    }
    .intro-scroll-btn {
        top: 91%;
    }
}
/* iphone X*/
@media(min-width: 361px) and (max-width: 375px) {
    .intro-content {
        padding-top: 34px !important;
        padding-bottom: 42px !important;
    }

    .intro-scroll-btn {
        top: 100%;
    }
}
@media(min-width: 375px) and (max-width: 376px) {
    .intro-content {
        padding-top: 34px !important;
        padding-bottom: 84px !important;
    }

    .intro-scroll-btn {
        top: 100%;
    }
    .introduction-section{
        height: 100%;
    }
    .introduction-title{
        margin-bottom: 20px;
    }
}
/* iphone 11*/
@media(min-width: 400px) and (max-width: 414px){
    .intro-content{
        padding-top: 50px !important;
        padding-bottom: 45px !important;
    }
    .intro-scroll-btn {
        top: 100%;
    }
}
.ai-section{
    display: none;
}

.ai-section,
.join-section,
.ibo-section,
.travel-section,
.learning-section,
.courses-section,
.subscribe-container,
.corporate-about-section {
    position: relative;
}

.ai-section-background-container,
.ai-section-background,
.join-section-background,
.ibo-section-background,
.learning-section-background,
.travel-section-background,
.courses-section-background,
.subscribe-section-background,
.corporate-about-section-background {
    width: 100%;
}

.ai-section-details,
.join-details,
.partner-description-container,
.learning-description-container,
.become-ibo-details-container,
.subscribe-details,
.corporate-about-description-container,
.corporate-info-details-container {
    position: absolute;
    left: 0;
    width: 100%;
}
.become-ibo-details-container{
    bottom: 9%;
}
.ai-section-details,
.join-details,
.learning-description-container,
.partner-description-container {
    top: 20%;
}
.partner-description-container,
.learning-description-container {
    top: 123px;
}
.ai-section-subtitle {
    color: #FFF;
    font-family: "Titillium Web", sans-serif;
    font-size: 12.551px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2.51px;
}
.corporate-section-title {
    color: #FFF;
    font-family: "Titillium Web", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 51.996px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin: 10px 0 36px 0;
    max-width: 586px;
}
.main-color-link {
    border-radius: 5px;
    background: linear-gradient(270deg, #73B864 1.35%, #0089CA 100%);
    box-shadow: 0px 0px 20.6px 0px rgba(95, 255, 122, 0.30);
    color: #F3F3F3;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.2px;
    padding: 14px 12px;
    min-width: 143px;
    text-transform: uppercase;
}
.ibo-section .main-color-link{
    min-width: 228px;
}
.custom-subtitle {
    color: #272727;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 62.4px;
    letter-spacing: 3.2px;
    margin-bottom: 0;
}
.custom-section-title {
    color: #192423;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.empower-description .custom-section-title {
    max-width: 585px;
}

.custom-description {
    color: #5A5A5A;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 27px;
    letter-spacing: 1.44px;
    margin: 24px 0;
    max-width: 775px;
    text-align: center;
}
.join-section .custom-description{
    max-width: 557px;
}
.join-section .custom-section-title,
.join-section .custom-description {
    text-align: left;
}
.join-section .custom-section-title{
 font-size: 64px;
 }
.ibo-section .custom-description {
    max-width: 909px !important;
}
.main-color-link-container {
    min-height: 49px;
}
.main-color-link-container a{
    height: 100%;
}
.learning-description .custom-section-title {
    text-align: center;
}
.partner-description,
.learning-description {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.partner-description .custom-description{
    text-align: center;
    max-width: 909px;
    margin: 12px 0 0 0;
}
.ibo-details-text {
    color: #FFF;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1.44px;
    margin: 24px 0;
}
.ibo-list{
    list-style: none;
}
.ibo-item{
    width: 32%;
}
.ibo-subtitile {
    color: #F2F2F2;
    font-family: "Titillium Web";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; 
    letter-spacing: 1.92px;
    margin-bottom: 16px;
}
.ibo-item .ibo-details-text{
    margin: 0;
    max-width: 372px;
    text-align: left;
}
.ibo-img-container,
.ibo-img{
    width: 100%;
}
.ibo-img-container{
    margin-bottom: 46px;
}
.become-ibo{
    margin-bottom: 60px;
}
.become-ibo-details .ibo-details-text{
    max-width: 725px;
}
.become-ibo-details .corporate-section-title {
    text-align: center;
    max-width: 825px;
    margin: 0;
}
.ibo-section-mob,
.travel-section-mob,
.ai-mob,
.join-mob,
.learning-mob,
.courses-mob {
    display: none;
}
.travel-details,
.courses-details {
    position: absolute;
    top: 0;
    height: 100%;
}
.travel-left-side,
.courses-left-side {
    display: flex;
    padding-top: 7%;
}
.travel-left-side{
    padding-top: 5% !important;
}
.travel-left-side .details-text {
    color: #FFF;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px; 
    letter-spacing: 1.44px;
    max-width: 392px;
    margin-bottom: 24px;
}
.travel-left-side .corporate-section-title{
    margin: 24px 0;
    max-width: 422px;
}
.courses-text{
    color: #FFF;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 62.4px; 
    letter-spacing: 2.8px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.courses-left-side .corporate-section-title {
    margin: 0 0 12px 0;
    max-width: 445px;
}
.courses-left-side .details-text {
    color: #FFF;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 1.44px;
    max-width: 500px;
}
.ttl {
    font-size: 24px;
    color: #525458;
    text-transform: uppercase;
    margin: 10px 0;
}


.travels,
.courses{
    max-width: 820px;
    margin: 9% auto 10px auto;
    overflow: hidden;
}

.travels__ttl,
.courses__ttl {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}

.travels__arrows,
.courses__arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.travels__arrow,
.courses__arrow {
    cursor: pointer;
}


.travels__arrow_dir_left,
.courses__arrow_dir_left,
.travels__arrow_dir_left:hover,
.courses__arrow_dir_left:hover {
    background: url(../images/left-arrow-static.svg) no-repeat;
    width: 54px;
    height: 67px;
    margin-right: 16px;
}
.travels__arrow_dir_left:hover,
.courses__arrow_dir_left:hover{
    background: url(https://d2korosksynur4.cloudfront.net/images/left-arrow-hover.svg) no-repeat;
}
.travels__arrow_dir_right,
.courses__arrow_dir_right, 
.travels__arrow_dir_right:hover,
.courses__arrow_dir_right:hover {
    background: url(../images/right-arrow-static.svg) no-repeat;
    width: 54px;
    height: 67px;
}
.travels__arrow_dir_right:hover,
.courses__arrow_dir_right:hover {
    background: url(../images/right-arrow-hover.svg) no-repeat;
}

.travels__slider,
.courses__slider {
    margin: 0 -10px;
    height: 465px;
    overflow-x: hidden;
}

.travels__slide,
.courses__slide {
    box-sizing: border-box;
}

.article {
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    margin: 0 auto;
}

.travels__img-container,
.courses__img-container {
    height: 450px;
    width: 316px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.travel-country {
    position: absolute;
    left: 35px;
    bottom: 35px;
    color: #E7E7E7;
    font-family: "Titillium Web", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; 
    letter-spacing: 1.8px;
    z-index: 10;
    max-width: 200px;
}
.travel__img,
.course__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://d2korosksynur4.cloudfront.net/images/news__img_2.jpg) no-repeat center center;
    background-size: cover;
    transition: 0.3s all;
    border-radius: 16px;
    z-index: 9;
}

.travels__slider .slick-slide:last-child,
.courses__slider .slick-slide:last-child {
    margin-right: 0;
}

.slick-list {
    padding: 0 20% 0 0 !important;
}

.travel-slider,
.courses-slider {
    display: flex;
    align-items: center;
    overflow-x: auto;
    max-width: 100%;
    flex-shrink: 0;
}
    .travel-slider .slick-track,
    .courses-slider .slick-track {
        display: flex;
        width: auto; 
        overflow: hidden;
    }
        .travel-slider .slick-slide,
        .courses-slider .slick-slide {
            width: 336px !important; 
            box-sizing: border-box; 
            flex-shrink: 0; 
        }
        .travel-slider .slick-slide > div,
        .courses-slider .slick-slide > div {
            padding: 3px 0;
        }


.courses-info {
    height: 230px;
}
.courses-info-description {
    color: #CFCFCF;
    font-family: "Titillium Web", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    margin: 13px 0 0 0;
    max-width: 256px;
}
.learn-more-description {
    border-radius: 5px;
    background: linear-gradient(270deg, #73B864 1.35%, #0089CA 100%);
    box-shadow: 0px 0px 20.6px 0px rgba(95, 255, 122, 0.30);
    color: #F3F3F3;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.2px;
    cursor: pointer;
    padding: 8px 12px 10px 12px;
}
.courses-info{
    position: absolute;
    top: 177px;
    left: 38px;
    z-index: 10;
}
.liBodyContent a {
    color: #00ABB6 !important;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: underline;
}
body.dark .liBodyContent a {
    color: #1AE6A9 !important;
}
.empower-section {
   position: relative;
   height: calc(100vh - 58px);
   max-height: 980px;
   margin-bottom: 0px;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(14, 31, 36, 0.80) 100%), #192423;
}
.empower-background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.6; 
}
.empower-background-video.mobile {
    display: none;
}
.empower-margins {
   position: absolute;
   bottom: 0px;
   left: 1px;
   right: 1px;
   z-index: 3;
}
.empower-margins.mobile {
   display: none !important;
}
.empower-margins .margin-left {
   display: flex;
   align-items: flex-end;
}
.empower-description {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding-top: 220px;
}
.empower-description .custom-section-title {
   color: #FFF;
   text-align: center;
   z-index: 5;
}
.empower-description .custom-description {
   text-align: center;
   max-width: 820px;
   margin: 12px 0 50px 0;
   color: #DEDEDE;
   z-index: 5;
}
.empower-description .main-color-link-container .main-color-link {
    z-index: 5;
    text-transform: uppercase;
}
.empower-margins .margin-left, .empower-margins .margin-right {
    margin: -1px -1px;
}
.empower-margins .margin-left svg,
.empower-margins .margin-right svg {
   width: 100%;
   display: block;
   width: 100%;
   height: auto;
   margin: 0px;
}
.empower-margins.mobile {
   display: none !important;
}
.scroll-container  {
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 5;
}
.scroll-container a {
   color: #FFF;
   font-family: "Titillium Web", sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: 27px;
   letter-spacing: 1.44px;
   margin: 24px 0;
   max-width: 530px;
}
.vertical-line {
   border-left: 1px solid #FFF;
   height: 30px;
   margin: 10px auto 10px;
   display: table;
   float: none;
}
.cart-page .center-logo {
    margin: 0 auto;
    width: 40px;
    height: 45px;
}
body.office-pages.route-corpcontactus .pageTitle {
    color: #FFF;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 76.8px;
    letter-spacing: 2.4px;
    padding: 64px 0 60px 0;
    background: url(../images/get-in-touch.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

body.office-pages.route-corpcontactus .main-content {
    margin-top: 64px !important;
}
.get-container {
    margin-top: 54px;
}
.touch-subtitle {
    color: #192423;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; 
    letter-spacing: 1.44px;
    max-width: 549px;
    margin: 0 auto;
}
.conatacts{
    margin-top: 42px;
    grid-column-gap: 24px;
    margin-bottom: 15%;
}
.email-container,
.contacts-container {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 16.778px 45.794px 0px rgba(0, 0, 0, 0.10);
    min-height: 332px;
    height: 100%;
}

.contact-img-container{
    position: relative;
}
.contact-img-container img {
    border-radius: 8px 8px 0 0;
}
.contact-details{
    position: absolute;
    left: 28px;
    bottom: 28px;
}
.card-title {
    color: #FFF;
    font-family: "Titillium Web", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.739px;
    margin-bottom: 12px;
}
.contact-link-container{
    padding: 0 40px;
    margin: 40px 0;
}
.liBodyContent a.contact-link {
    color: #F3F3F3 !important;
    text-align: center;
    font-feature-settings: 'rclt' off;
    font-family: "Titillium Web";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.739px;
    letter-spacing: 1.4px;
    border-radius: 8px;
    text-decoration: none;
    background: linear-gradient(270deg, #73B864 1.35%, #0089CA 100%);
    padding: 5px 12px 7px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.contact-link svg{
    margin-right: 10px;
}
.help-subtitle {
    color: #192423;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; 
    letter-spacing: 1.44px;
    max-width: 549px;
    margin: 0 auto;
}
body.office-pages.route-loginhelp .pageTitle {
    color: #FFF;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 76.8px;
    letter-spacing: 2.4px;
    padding: 64px 0 60px 0;
    background: url(../images/get-in-touch.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    text-transform: uppercase;
    margin-top: 0px !important;
}
.login-help {
    margin-top: 42px;
    grid-column-gap: 24px;
    margin-bottom: 15%;
}
.login-help .form-group label {
    color: #192423;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 19.739px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.395px;
    margin-bottom: 30px;
}
.login-help input.form-control {
    border-radius: 8px;
    border: 0.5px solid #8692A6;
    -webkit-text-fill-color: #8D8D8D !important;
}
.login-help .form-control:focus {
    color: #8D8D8D !important;
}
.login-help  input:-webkit-autofill,
.login-help  input:-webkit-autofill:hover,
.login-help  input:-webkit-autofill:focus,
.login-help  input:-webkit-autofill:active {
    -webkit-text-fill-color: #8D8D8D !important;
}
.login-help input.form-control::placeholder {
    color: #8D8D8D;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.id-container, .username-container, .emailaddress-container {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 16.778px 45.794px 0px rgba(0, 0, 0, 0.10);
    padding: 30px 40px;
    margin: 40px 0;
    width: 420px;
}
button.login-btn {
    color: #F3F3F3 !important;
    font-weight: var(--weight-500);
    padding: 5px 12px 5px 12px;
    border-radius: 8px;
    border: 1px solid #DDD;
    background: linear-gradient(90deg, #0089CA 0%, #73B864 100%);
    border: none;
    text-decoration: none;
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 600;
    width: 100%;
}
button.login-btn svg {
    margin-right: 4px;
}
.public-header-nav{
    display: flex;
    grid-column-gap: 40px;
}
.public-header-nav.public-header-nav-desktop{
    display: flex;
}
.public-header-nav a{
    color: #FFF;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 62.4px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    cursor: pointer;
}
.public-header-nav a:hover{
    color: #FFF;
}

.free-section {
    background: #EDEDED;
    padding: 90px 0;
    display: none;
}
.free-section-title {
    color: #192423;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px; 
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.free-section-subtitle {
    color: #6A6A6A;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; 
    letter-spacing: 1.44px;
    margin-bottom: 40px;
    max-width: 779px;
}
.articles-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 32px;
}

.article-item {
    width: 32.5%;
    cursor: pointer;
}
.article-img-container{
    width: 100%;
    height: 289px;
    margin-bottom: 18px;
}
.article-img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article-content {
    display: flex;
    flex-direction: column;
    grid-row-gap: 16px;
}

.article-subtitle {
    color: #272727;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.2px;
}

.article-title {
    color: #272727;
    font-family: "Titillium Web", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    margin-bottom: 0;
}

  
.burger-menu-nav {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #FFF;
    transition: all 0.3s ease;
}

.modalWindow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    padding: 23px 16px;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.office-pages.route-corpcjoin.modal-open .modal-content {
    border: 1px solid #565656;
    background: #333;
}
.burger-menu-nav.active .line:nth-child(1) {
    transform: rotate(45deg) translateY(13px);
}

.burger-menu-nav.active .line:nth-child(2) {
    opacity: 0;
}

.burger-menu-nav.active .line:nth-child(3) {
    transform: rotate(-45deg) translateY(-13px);
}
.modalWindow.show {
    display: flex;
    background: #192423;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.header-list-mob{
    display: none;
}
.burger-menu-nav{
    display: none;
}
.logo-nav-box{
    display: none;
}
.close-nav-modal{
    border: none;
    cursor: pointer;
    background-color: transparent;
}
.close-nav-modal:focus{
    border: none;
    outline: none;
}

.article-description {
    color: #5A5A5A;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1.44px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.view-all-link {
    border-radius: 5px;
    background: linear-gradient(270deg, #73B864 1.35%, #0089CA 100%);
    box-shadow: 0px 0px 20.6px 0px rgba(95, 255, 122, 0.30);
    padding: 8px 12px;
    color: #F3F3F3;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 32px;
    min-height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 228px;
}
.subscribe-details{
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-row-gap: 24px;
    width: 100%;
    padding: 48px 0;
}
.subscribe-title {
    color: #FFF;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px; 
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
.subscribe-subtitle {
    color: #FFF;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px; 
    letter-spacing: 1.44px;
    max-width: 600px;
}
.subscribe-form input::placeholder {
    color: #8D8D8D;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.subscribe-form input {
    border-radius: 8px;
    border: 0.5px solid #C5D0E2;
    background: #FFF;
    height: 49px;
    margin-right: 16px;
    min-width: 38%;
    padding: 5px 12px;
}
.subscribe-btn {
    color: #F3F3F3;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    background-color: transparent;
    padding: 8px 12px 10px 12px;
    cursor: pointer;
    min-height: 49px;
    min-width: 168px;
}
.subscribe-form{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.learn-btn {
    border-radius: 5px;
    background: linear-gradient(270deg, #73B864 1.35%, #0089CA 100%);
    box-shadow: 0px 0px 20.6px 0px rgba(95, 255, 122, 0.30);
    color: #F3F3F3;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.2px;
    cursor: pointer;
    min-width: 143px;
    padding: 8px 12px 10px 12px;
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.learning-description {
    margin-bottom: 8px;
}
.corporate-about-description-container{
    top: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo-img-container{
    width: 818px;
    height: 215px;
}
.logo-img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.corporate-about-subtitle,
.corporate-about-subtitle-bold{
color: #000;
text-align: center;
font-family: "Titillium Web", sans-serif;
font-size: 26px;
font-style: normal;
font-weight: 300 !important;
line-height: 27px;
margin-bottom: 64px;
}

.corporate-about-subtitle-bold {
    font-weight: 700 !important;
}

.corporate-about-description {
    color: #000;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 848px;
    margin-bottom: 0;
}
.text-block{
    width: 865px;
    margin-bottom: 64px;

}
.green-value {
    color: #47C29C;
    font-family: "Titillium Web", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}
.text-value {
    color: #000;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
}
.corporate-about-description-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 850px;
    align-items: center;
}
.text-line{
    display: inline-block;
}
form.subscribe-form.newsletter input[type="email"]::placeholder {
    font-family: "Titillium Web", sans-serif;
}
form.subscribe-form.newsletter input[type="email"] {
    color: #8D8D8D;
}
form.subscribe-form.newsletter input:-webkit-autofill,
form.subscribe-form.newsletter input:-webkit-autofill:hover,
form.subscribe-form.newsletter input:-webkit-autofill:focus,
form.subscribe-form.newsletter input:-webkit-autofill:active {
    -webkit-text-fill-color: #8D8D8D !important;
}
.free-content-section{
    padding-bottom: 88px;
}
.free-section-title-box {
    padding: 64px 0 60px 0;
    background: url(../images/get-in-touch.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    text-transform: uppercase;
    margin-top: 0px !important;
    margin-bottom: 48px;
}

.free-content-section-subtitle span {
    color: #192423;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1.44px;
    max-width: 661px;
}

.free-content-section-subtitle {
    max-width: 661px;
    margin-bottom: 48px;
    text-align: center;
}
body.dark .free-content-section-subtitle span {
    color: #D1D1D1;
}

.free-section-title-box .free-section-title {
    color: #FFF;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 76.8px;
    letter-spacing: 2.4px;
    margin: 0 auto;
}

.articles-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.article-item {
    width: 32.5%;
}

.article-img-container {
    width: 100%;
    height: 289px;
    margin-bottom: 18px;
}

    .article-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.article-content {
    display: flex;
    flex-direction: column;
    grid-row-gap: 16px;
}

.article-subtitle {
    color: #272727;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.2px;
}

body.dark .article-subtitle {
    color: #D1D1D1;
}

.article-title {
    color: #272727;
    font-family: "Titillium Web", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    margin-bottom: 0;
}

body.dark .article-title {
    color: #F3F3F3;
}

.load-more-articles {
    color: #F3F3F3;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 5px;
    background: linear-gradient(270deg, #73B864 1.35%, #0089CA 100%);
    box-shadow: 0px 0px 20.6px 0px rgba(95, 255, 122, 0.30);
    padding: 8px 12px 10px 12px;
    min-height: 49px;
    min-width: 228px;
    border: none;
}

body.dark .load-more-articles {
    background: linear-gradient(90deg, #1482B6 0%, #82A17B 100%);
}
body.office-pages.route-articles.free-content-route,
body.office-pages.free-content-route {
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #D7D7D7 100%) !important;
}

.free-content-section p {
    color: #192423;
    text-align: center;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1.44px;
}
body.dark .free-content-section p.articles-message {
    color: #D1D1D1;
    text-align: left;
}
.back-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

    .back-button span {
        color: #192423;
        text-align: center;
        font-family: "Titillium Web", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 1.44px;
    }

    .back-button svg {
        margin-right: 8px;
    }

.article-content.separate-article {
    max-width: 864px;
    margin: 0 auto;
    text-align: center;
}

.separate-article .article-subtitle {
    color: #272727;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.2px;
}

body.dark .separate-article .article-subtitle {
    color: #D1D1D1;
}

.separate-article .article-title {
    color: #192423;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2.4px;
    margin: 16px 0;
    text-transform: none;
}

body.dark .separate-article .article-title {
    color: #FFF;
}

.separate-article .article-date {
    color: #5A5A5A;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1.44px;
    margin-bottom: 32px;
}

body.dark .separate-article .article-date {
    color: #D1D1D1;
}

.separate-article .article-img-container {
    height: 398px;
    width: 100%;
    margin-bottom: 56px;
}

    .separate-article .article-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.full-description {
    max-width: 864px;
    margin: 0 auto;
}

    .full-description pre {
        color: #192423;
        font-family: "Titillium Web";
        font-size: 18px;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 27px;
        letter-spacing: 1.44px;
        white-space: pre-wrap;
        word-wrap: break-word;
        overflow: hidden;
        margin: 0;
        padding: 0;
        font-size: 16px;
        text-align: left;
    }

body.dark .full-description pre {
    color: #D1D1D1;
}

.full-description pre::before {
    content: "\0009";
}
.article-content.separate-article {
    padding-bottom: 90px;
}
.logos-list{
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 71px;
    grid-column-gap: 221px;
}
.corporate-info-details-container{
    bottom: 11%;
}
.corporate-info-details-wrapper {
    max-width: 967px;
    margin: 0 auto;
}
.info-description {
    color: #FFF;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.info-details-title {
    color: #FFF;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-bottom: 93px;
}
.img-wrapper{
    width: 138px;
    height: 200px;
    margin-bottom: 16px;
}
.img-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.corporate-about-section-mob{
    display: none;
}
.empower-description-container .custom-description{
    max-width: 885px;
}
.subscribe-container-corp{
    margin-bottom: 90px;
}
    .subscribe-container-corp .subscribe-section-background-container {
        width: 100%;
        height: 305px;
        background: url(https://d2korosksynur4.cloudfront.net/images/subscribe.png);
        background-size: cover;
        border-radius: 8px;
    }
body.office-pages.route-bundledetails .modal-content {
    background: var(--card-background);
}
.modal-content.course-list {
    background: var(--card-background);
}

body.route-corpcjoin .im-button.authorize {
    background: linear-gradient(270deg, #73B864 1.35%, #0089CA 100%);
    color: #F3F3F3;
    text-align: center;
    font-family: "Titillium Web", sans-serif;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    background: linear-gradient(270deg, #73B864 1.35%, #0089CA 100%);
    padding: 6px 27px;
    border: none;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    width: 384px;
}
.welcome-aboard.authentication {
    padding-top: 0px;
}
.headerMedium.welcome {
    text-align: center;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1.44px;
    margin-bottom: 24px;
}
.headerMedium.authentication {
    text-align: center;
    font-family: "Titillium Web";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1.44px;
    margin-bottom: 24px;
}
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .courses__slider .slick-slide,
        .travels__slider .slick-slide {
            -webkit-flex-basis: auto;
            flex-basis: auto;
            width: 336px;
        }

            .travels__slider .slick-slide .travels__slide,
            .courses__slider .courses__slide {
                width: 336px;
            }
    }
}
.public-header-nav.public-header-nav-desktop.fade-in-text {
    opacity: 0; 
    animation: fadeIn 2s ease-in-out forwards; 
    animation-delay: 0.3s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateY(0); 
    }
}

.info-details-title,
.logo-item,
.info-description {
    opacity: 0;
    transform: translateY(20px); 
    transition: opacity 1s ease, transform 1s ease;
}

.visible {
    opacity: 1;
    transform: translateY(0);
}

.logo-item {
    transform: translateZ(-50px) scale(0.8); 
}

    .logo-item.visible {
        transform: translateZ(0) scale(1);
    }
.custom-section-title,
.custom-description,
.corporate-section-title,
.learn-btn,
.main-color-link,
.ibo-details-text {
    opacity: 0; 
    transform: translateY(20px); 
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.learn-btn,
.main-color-link,
.ibo-item .ibo-details-text,
.ibo-subtitile {
    transform: translateZ(-100px) scale(0.8); 
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.custom-section-title.visible,
.corporate-section-title.visible,
.corporate-about-subtitle.vissible{
    opacity: 1;
    transform: translateY(0); 
    transition-delay: 0.2s; 
}

.custom-description.visible,
.ibo-details-text.visible{
    opacity: 1;
    transform: translateY(0); 
    transition-delay: 0.6s; 
}

.learn-btn.visible,
.main-color-link.visible,
.ibo-item .ibo-details-text.viible,
.ibo-subtitile.visible{
    opacity: 1;
    transform: translateZ(0) scale(1); 
    transition-delay: 1s; 
}
.parallax {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.parallax-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%; 
    transform: translateY(0);
    transition: transform 0.1s ease-out;
    z-index: -1; 
}

.courses-section {
    min-height: 736px; 
}

.learning-section {
    min-height: 500px; 
}

.travel-section {
    min-height: 736px; 
}
.ibo-section {
    min-height: 1720px;
}
.join-section {
    min-height: 600px;
}
.corporate-about-section {
    min-height: 1720px;
}

.courses-left-side,
.courses-slider {
    opacity: 0;
    transform: translateX(-100%); 
    transition: opacity 1s ease, transform 1s ease; 
}

.courses-slider {
    transform: translateX(100%); 
}

.travel-left-side,
.travel-slider,
.join-details {
    opacity: 0;
    transform: translateX(-100%); 
    transition: opacity 1s ease, transform 1s ease; 
}

.travel-slider {
    transform: translateX(100%); 
}
.animate-slide-in-left {
    opacity: 1;
    transform: translateX(0); 
}


.animate-slide-in-right {
    opacity: 1;
    transform: translateX(0); 
}
.become-ibo-details-container .ibo-item {
    opacity: 0; 
    transform: scale(0.8); 
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.corporate-about-description-container .logo-img-container {
    opacity: 0; 
    transform: scale(0.5); 
    transition: transform 0.5s ease, opacity 0.5s ease;
}

/* Styles for cookiebot */
div#CybotCookiebotDialogHeaderLogosWrapper {
    display: none !important;
}

.CybotCookiebotDialogContentWrapper {
    flex-direction: row !important;
    margin: 0 auto !important;
    max-width: 1600px !important;
    position: relative !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogTabContent {
    flex: 1 !important;
    margin-left: 1.5em !important;
    overflow: visible !important;
}

#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
    flex-direction: row !important;
    margin: 0 auto !important;
    max-width: 1600px !important;
    position: relative !important;
}

div#CybotCookiebotDialogHeader {
    display: none !important;
}

div#CybotCookiebotDialogBodyButtonsWrapper {
    flex-direction: row-reverse !important;
    justify-content: center !important;
}

div#CybotCookiebotDialog {
    border-radius: 16px !important;
    background: #1B2423 !important;
    display: flex !important;
    max-height: 112px !important;
    padding: 32px !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 90% !important;
    min-width: auto !important;
    top: 98% !important;
    transform: translate(-50%, -100%) !important;
}

h2#CybotCookiebotDialogBodyContentTitle {
    display: none !important;
}

.CybotCookiebotDialogBodyBottomWrapper {
    display: none !important;
}

.CybotCookiebotScrollbarContainer {
    display: none !important;
}

div#CybotCookiebotDialogBodyContentText span {
    font-family: "Titillium Web" !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
}

div#CybotCookiebotDialogBodyContentText a {
    color: #1AE6A9 !important;
}

div#CybotCookiebotDialogBody {
    max-width: 95% !important;
}

div#CybotCookiebotDialogFooter {
    width: 35% !important;
    margin-top: 8px !important;
}

div#CybotCookiebotDialogBodyButtons {
    max-width: 100% !important;
}

button#CybotCookiebotDialogBodyButtonDecline {
    white-space: nowrap !important;
    margin-left: 12px !important;
    width: auto !important;
}

button#CybotCookiebotDialogBodyButtonAccept {
    display: flex !important;
    height: 40px !important;
    padding: 5px 12px 7px 12px !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 8px !important;
    border: 1px solid #3D3D3D !important;
    background: linear-gradient(90deg, #1482B6 0%, #82A17B 100%) !important;
    font-family: "Titillium Web" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    color: #F3F3F3 !important;
    white-space: nowrap !important;
}

button#CybotCookiebotDialogBodyButtonDecline {
    display: flex !important;
    height: 40px !important;
    padding: 4px 11px 6px 11px !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 8px !important;
    border: 1px solid #565656 !important;
    background: #383838 !important;
    font-family: "Titillium Web" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    color: #FFF !important;
}

.CybotCookiebotFader.CybotCookiebotDialogActive {
    display: none !important;
}
@media(min-width: 1510px) {
    div#CybotCookiebotDialogFooter {
        width: 25% !important;
        margin-top: 6px !important;
    }
}

@media(min-width: 1280px) {
    div#CybotCookiebotDialogFooter {
        width: 28% !important;
    }
}

@media(min-width: 1278px) {
    button#CybotCookiebotDialogBodyButtonAccept {
        margin-top: 6px !important;
        margin-left: 5px !important;
    }
    div#CybotCookiebotDialogFooter {
        padding-top: 10px !important;
    }
    #CybotCookiebotDialog .CybotCookiebotScrollContainer {
        border-bottom: none !important;
    }
}

@media(max-width: 1278px) {
    div#CybotCookiebotDialogFooter {
        width: 35% !important;
        margin-top: 28px !important;
    }
    #CybotCookiebotDialog .CybotCookiebotScrollContainer {
        border-bottom: none !important;
    }
    div#CybotCookiebotDialogFooter {
        padding-top: 10px !important;
    }
}

@media(max-width: 1040px) {
    div#CybotCookiebotDialogFooter {
        margin-top: 40px !important;
    }
}

@media (max-width: 990px) {
    #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
        flex-direction: column !important;
        max-height: 155px !important;
    }
    div#CybotCookiebotDialog {
        padding: 0px !important;
        max-width: 95% !important;
        max-height: initial !important;
        min-height: 150px;
    }
    div#CybotCookiebotDialogTabContent {
        width: 90% !important;
    }
    div#CybotCookiebotDialogBodyContentText span {
        font-size: 14px !important;
    }
    #CybotCookiebotDialog .CybotCookiebotScrollArea {
        height: 100% !important;
        max-height: 53px !important;
        padding: 1px !important;
    }
    div#CybotCookiebotDialogBodyContentText {
        max-height: 55px !important;
    }
    #CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
        display: flex !important;
        flex-direction: column !important;
        max-height: 18em !important;
        min-height: 20vh !important;
    }
    div#CybotCookiebotDialogFooter {
        width: 100% !important;
        padding: 1em 1.5em 1.5em !important;
        margin-top: -72px !important;
        z-index: 10 !important;
    }
    #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogTabContent {
        overflow: auto !important;
    }
    #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type), 
    #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type) {
        margin-bottom: 0 !important;
    }
    button#CybotCookiebotDialogBodyButtonDecline {
        height: 33px !important;
        font-size: 13px !important;
    }
    button#CybotCookiebotDialogBodyButtonAccept {
        height: 33px !important;
        font-size: 13px !important;
    }
    div#CybotCookiebotDialogBody {
        padding-top: 20px !important;
        overflow: hidden !important;
        max-width: 100% !important;
    }
}

@media (max-width: 600px) {
    button#CybotCookiebotDialogBodyButtonDecline {
        height: 33px !important;
        font-size: 13px !important;
        margin-left: 0px !important;
    }
    button#CybotCookiebotDialogBodyButtonAccept {
        height: 33px !important;
        font-size: 13px !important;
        margin-top: 6px !important;
        margin-left: 2px !important;
    }
}
/* End of styles for cookiebot */

@media(min-width: 2000px) {
    .travel-left-side {
        padding-top: 12% !important;
    }
    .courses-left-side {
        padding-top: 14% !important;
    }
    .corporate-info-details-container{
        bottom: 12%;
    }
    .become-ibo-details-container{
        bottom: 12%;
    }
}
@media(min-width: 821px){
    .article-item/*:not(:nth-last-child(-n+3))*/ {
        margin-bottom: 1.5%;
    }
}
@media(max-width: 1380px) {
    .login-help .form-group label {
        width: 71%;
    }
}
@media(max-width: 1295px) {
    .login-help .form-group label {
        width: 80%;
    }
}
@media(max-width: 1080px) {
    .login-help .form-group label {
        width: 94%;
    }
}
@media(max-width: 980px) {
    .login-help .form-group label {
        width: 97%;
    }
}
@media(max-width: 975px) {
    .popular-products-slide {
        padding: 0px;
    }
}
@media(max-width: 1920px) {
    .travel-section, .courses-section {
        max-height: 736px;
    }
}
@media(min-width: 1800px) {
    .learning-description-container.explore {
        top: 178px;
    }

    .empower-section {
        min-height: 800px;
    }
}
@media(max-width: 1440px){
    .corporate-about-subtitle{
        margin-bottom: 32px;
    }
    .corporate-about-description-container{
        top: 4%;
    }
    .corporate-info-details-container{
        bottom: 3%;
    }
    .courses-left-side{
        padding-top: 3%;
    }
}
@media(max-width: 1000px){
    .public-header-nav.public-header-nav-desktop {
        display: none;
    }
}
@media(max-width: 920px) {
    .logo-nav-box {
        display: flex;
        margin-bottom: 48px;
    }

    .public-header-nav {
        flex-direction: column;
        grid-row-gap: 32px;
    }
    .burger-menu-nav {
        display: flex;
    }
    .header-list {
        display: none;
    }
    .header-list.header-list-mob {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 32px;
    }
        .header-list.header-list-mob a,
        .header-list.header-list-mob .header-item,
        .header-list.header-list-mob li,
        .header-list.header-list-mob .sm-dark-sky-btn.action-btn {
            width: 100%;
            max-width: 100%;
        }
    .header-btns .log-in-btn {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .ibo-item{
        width: 100%;
        margin-bottom: 40px;
    }
    .become-ibo-details .ibo-details-text{
        max-width: 320px;
    }
    .ibo-item .ibo-details-text {
        max-width: 350px;
    }
    
    .learning-section-desk,
    .travel-section-desk,
    .ai-desk,
    .join-desk,
    .courses-desk {
        display: none;
    }
    
    .learning-mob,
    .travel-section-mob,
    .ai-mob,
    .join-mob,
    .courses-mob {
        display: block;
    }
    .become-ibo-details-container {
        bottom: 48px;
    }
    .ibo-img-container{
        margin-bottom: 24px;
    }
    .become-ibo-details .corporate-section-title{
        max-width: 300px;
    }
    .partner-description-container .custom-section-title{
        text-align: center;
    }
    .learning-description-container .custom-section-title {
        text-align: center;
        font-size: 48px;
    }
    .learning-description-container.explore .custom-section-title {
        text-align: center;
        font-size: 58px;
    }
    .learning-description-container.explore .custom-description {
        margin: 30px 0 0 0;
    }
    .learning-description-container .custom-subtitle {
        font-size: 14px;
        line-height: 24.4px;
        margin-bottom: 25px;
        text-align: center;
    }
    .partner-description-container {
        top: 48px;
    }
    .learning-description-container{
        top: 0;
    }
    .ibo-section {
        max-height: 3184px;
    }
    .ai-section-details{
        top: 48px;
    }
    .main-color-link-container,
    .main-color-link {
        width: 100%;
    }
    .learn-btn{
        width: 100%;
    }
    .join-details{
        top: 18%;
    }
    .travel-section,
    .courses-section {
        max-height: 1300px;
    }
    .travel-left-side,
    .courses-left-side {
        padding-top: 48px;
    }
    .courses-slider,
    .travel-slider{
        padding-left: 16px;
        align-items: flex-start;
    }
    .travel-slider{
        margin-top: 20px;
    }
    .courses-left-side .details-text {
        margin-bottom: 24px;
    }
    .travels,
    .courses {
        margin: 0 auto;
    }
    .travels__ttl, .courses__ttl{
        margin-top: 10px;
    }
    .learning-description-container.explore .learning-description {
        margin-top: 45px;
    }
    .login-help {
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .login-help-container {
        margin-right: 20px;
        margin-left: 20px;
    }
    .login-help-container .container {
        padding: 0 0px;
    }
    body.route-loginhelp form {
        padding: 0 0px;
    }
    .id-container, .username-container, .emailaddress-container {
        padding: 30px 20px;
        margin: 10px 0;
    }
}
@media(max-width: 820px) {
    .free-section-title-box {
        background: url(https://d2korosksynur4.cloudfront.net/images/contact-mob.png);
        background-size: cover;
        margin-bottom: 80px;
    }
    .free-content-section-subtitle{
        margin-bottom: 54px;
    }

   /* .articles-list {
        flex-direction: column;
    }*/

    .article-item {
        width: 100%;
    }

        .article-item:not(:nth-last-child(-n+1)) {
            margin-bottom: 24px;
        }
    .article-item {
        width: calc(100% - 20px) !important;
        margin: 0 auto;
    }
    .article-img-container{
        height: 169px;
    }
}
@media (max-width: 900px) {
    .empower-background-video.mobile {
        display: block;
    }
    .empower-background-video.desktop {
        display: none;
    }
}
@media (max-width: 767px) {
    .ibo-section-mob{
        display: block;
    }
    .ibo-section-desk {
        display: none;
    }
    .ibo-list {
        flex-direction: column;
    }
    .corporate-about-section-desk{
        display: none;
    }
    .corporate-about-section-mob{
        display: block;
    }
    .back-button {
        margin-bottom: 32px;
    }

    .separate-article .article-title {
        margin: 32px 0;
    }

    .separate-article .article-img-container {
        margin-bottom: 48px;
    }

    .separate-article .article-img-container {
        height: 252px;
    }
    .subscribe-form {
        flex-direction: column;
    }
    .subscribe-form input,
    .subscribe-form button{
        width: 100%;
    }
    .subscribe-form input{
        margin-bottom: 16px;
        margin-right: 0;
    }
    .subscribe-details {
        padding: 48px 16px;
    }
    .view-all-link {
        width: 100%;
    }
   /* .articles-list {
        flex-direction: column;
    }*/
    .article-item{
        width: 100%;
        /*cursor: pointer;*/
    }
    .empower-margins {
        display: none !important;
    }

    .empower-description {
        padding-top: 95px;
    }

    .empower-margins.mobile {
        display: flex !important;
        flex-wrap: nowrap;
    }

    .empower-section {
        height: 710px;
    }
    .survey-container{
        width: 90%;
        padding: 40px 16px;
    }
    .survey-message {
        max-width: 244px;
        line-height: 20px;
    }
    .survey-container .join-page-logo,
    .survey-container .survey-message {
        margin-bottom: 36px;
    }
    .survey-section{
        max-height: 816px;
    }
    .login-container {
        width: 90%;
        top: 40%;
        padding: 40px 16px;
    }
    .logos-list{
        flex-direction: column;
        grid-row-gap: 80px;
    }
    .corporate-info-details-container{
        bottom: 88px;
    }
    .info-details-title{
        margin-bottom: 80px;
    }
    .logo-img-container{
        width: 100%;
        height: 86px;
    }
    .text-block{
        width: 100%;
    }
    .corporate-about-subtitle{
        margin-bottom: 40px;
    }
    .corporate-about-description-container{
        top: 71px;
    }
    .courses-section-background,
    .travel-section-background,
    .join-section-background {
        height: 100%;
    }
    .courses-section-background-container{
        height: 1181px;
    }
    .travel-section-background-container{
        height: 1164px;
    }
    .join-section-background-container{
        height: 650px;
    }
    .custom-subtitle{
        line-height: 100%;
    }
    .become-ibo-details-container{
        bottom: 4%;
    }
    .empower-description-container .custom-section-title {
        max-width: 360px;
    }
    .empower-description-container .custom-description {
        max-width: 358px;
    }
    .partner-description-container .custom-description {
        max-width: 330px;
    }
    .subscribe-container-corp .subscribe-section-background-container {
        width: 100%;
        height: 571px;
        background: url(https://d2korosksynur4.cloudfront.net/images/subscribe-mob.png);
        background-size: cover;
        border-radius: 8px;
    }
    body.route-corpcjoin .im-button.authorize {
        width: 100%;
    }
}
@media(max-width: 650px){
    .join-section-background-container.parallax-background {
        height: 100%;
    }
    body.office-pages.route-corpcontactus .pageTitle,
    body.office-pages.route-loginhelp .pageTitle {
        padding: 62px 0;
    }

    .email-container {
        margin-bottom: 24px;
    }
    body.office-pages.route-corpcontactus .pageTitle,
    body.office-pages.route-loginhelp .pageTitle {
        background: url(https://d2korosksynur4.cloudfront.net/images/contact-mob.png);
        background-size: cover;
    }
    .travel-details, .courses-details{
        position: static;
    }
}
@media (max-width: 400px) {
    .empower-section {
        height: 635px;
    }

    .empower-description {
        padding-top: 55px;
    }

    .empower-description .custom-description {
        margin: 12px 0 13px 0;
    }
}
@media(max-width: 375px){
    .corporate-info-details-container{
        bottom: 30px;
    }
    .learning-description-container.explore .learning-description{
        margin-top: 20px;
    }
    .learning-description-container.explore .custom-description {
        margin: 14px 0 0 0;
    }
    .learning-description-container.explore .custom-section-title{
        font-size: 48px;
    }
    .partner-description-container{
        top: 40px;
    }
    .logos-list {
        grid-row-gap: 30px;
    }
}
@media(max-width: 320px){
    .logos-list{
        grid-row-gap: 0;
    }
    .info-description{
        font-size: 22px;
    }
    .img-wrapper{
        width: 126px;
    }
    .become-ibo-details-container{
        bottom: 0;
    }
    .custom-section-title{
        font-size: 32px;
        line-height: 38px;
    }
    .partner-description-container{
        top: 19px;
    }
    .corporate-about-description-container{
        top: 21px;
    }
    .join-section .custom-section-title{
        font-size: 46px;
    }
}
@media(min-width: 768px) and (max-width:1000px) {
    .burger-menu-nav {
        display: flex;
    }

    .header-list {
        display: none;
    }
    .courses-section {
        min-height: 650px;
    }

    .travel-section {
        min-height: 825px;
    }

    .courses-section-background-container,
    .travel-section-background-container {
        height: 650px;
        width: 100%;
    }

    .travel-section-background-container {
        height: 825px;
    }

    .public-header-nav {
        grid-column-gap: 15px;
    }

        .public-header-nav a {
            font-size: 11px;
        }

    .log-in-btn {
        max-width: 80px;
    }

    .courses-info {
        height: 250px;
    }

    .courses-info-description {
        font-size: 14px;
    }


    .courses-info {
        top: 168px;
    }

    .corporate-about-section {
        min-height: 1460px;
    }

    .corporate-about-section-background-container {
        height: 1460px;
        width: 100%;
    }

        .corporate-about-section-background-container img,
        .ai-section-background-container img,
        .learning-section-background-container img,
        .courses-section-background-container img,
        .travel-section-background-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .learning-section {
        min-height: 400px;
    }

    .learning-section-background-container {
        height: 400px;
        width: 100%;
    }

    .ibo-section{
        min-height: 1500px;
    }
    .ai-section-background-container{
        height: 1500px;
        width: 100%;
    }
    .become-ibo-details-container {
        bottom: 2%;
    }

    .partner-description-container {
        top: 58px;
    }
}
@media(min-width: 768px) and (max-width: 880px){
    .ibo-list{
        grid-column-gap: 10px;
    }
    .ibo-details-text,
    .become-ibo-details .corporate-section-title {
        max-width: 100% !important;
    }
    .logos-list {
        grid-column-gap: 60px;
    }
    .join-section{
        min-height: 400px;
    }
    .join-section-background-container{
        height: 400px;
        width: 100%;
    }

    .courses-section {
        min-height: 956px;
    }
    .courses-section-background-container,
    .travel-section-background-container {
        height: 956px;
        width: 100%;
    }
    .courses-section-background-container img,
    .travel-section-background-container img,
     .join-section-background-container img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .courses-details,
    .travel-details {
        flex-direction: column;
    }
    .travel-section{
        min-height: 1055px;
    }
    .travel-section-background-container{
        height: 1055px;
    }
    .travel-details .corporate-section-title,
    .travel-details .details-text {
        max-width: 100%;
    }
}
@media(min-width:1001px) and (max-width:1299px) {
    .courses-section {
        min-height: 650px;
    }
    .travel-section {
        min-height: 860px;
    }
    .courses-section-background-container,
    .travel-section-background-container {
        height: 650px;
        width: 100%;
    }
    .travel-section-background-container {
        height: 860px;
    }

    .courses-section-background-container img,
    .travel-section-background-container img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .public-header-nav {
        grid-column-gap: 15px;
    }

        .public-header-nav a {
            font-size: 11px;
        }

    .log-in-btn {
        max-width: 80px;
    }
    .courses-info {
        height: 250px;
    }

    .courses-info-description {
        font-size: 14px;
    }


    .courses-info {
        top: 168px;
    }
    .corporate-about-section{
        min-height: 1430px;
    }
    .corporate-about-section-background-container{
        height: 1430px;
        width: 100%;
    }
    .corporate-about-section-background-container img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .learning-section{
        min-height: 400px;
    }
    .learning-section-background-container {
        height: 400px;
        width: 100%;
    }
    .learning-section-background-container img{
        width: 100%;
        height: 100%;
    }
    .become-ibo-details-container{
        bottom: 2%;
    }
    .partner-description-container{
        top: 58px;
    }
}