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

.container {
    width: 1155px;
    max-width: 100%;
    margin: auto;
}

.tJ-panel-container {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}


.Ef-our-team {
    background: rgb(225,225,233);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}

.Ef-our-team .jR-academy-cult {
    position: relative;
}

.Ef-our-team h3::after {
    background: rgb(191,191,208);
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    height: 3px;
    width: 60px;
    content: "";
    left: 50%;
}

.Ef-our-team .xw-edu-promise span {
    margin-bottom: 20px;
    color: rgb(191,191,208);
    display: block;
    font-size: 19px;
    font-weight: 600;
}

.Ef-our-team .Tt-value-prop {
    display: flex;
    position: relative;
    margin-top: 50px;
    flex-direction: column;
}

.Ef-our-team .Tt-value-prop p {
    font-size: 16px;
    color: #000000;
    width: 60%;
    line-height: 1.7;
    margin-bottom: 30px;
    margin-left: auto;
}

.Ef-our-team .jR-academy-cult::before {
    border: 2px dashed rgb(191,191,208,0.5);
    z-index: -1;
    content: "";
    animation: rotate 30s infinite linear;
    position: absolute;
    border-radius: 50%;
    top: -100px;
    left: -100px;
    width: 200px;
    height: 200px;
}

.Ef-our-team .xw-edu-promise svg {
    top: 10px;
    color: rgb(191,191,208);
    left: -45px;
    opacity: 0.7;
    position: absolute;
    width: 30px;
    height: 30px;
}

.Ef-our-team .container::before {
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-image: linear-gradient(45deg, rgb(225,225,233) 25%, transparent 25%),
                      linear-gradient(-45deg, rgb(225,225,233) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgb(225,225,233) 75%),
                      linear-gradient(-45deg, transparent 75%, rgb(225,225,233) 75%);
    position: absolute;
    background-size: 20px 20px;
    opacity: 0.05;
    height: 100%;
    z-index: -1;
    width: 100%;
}

.nB-teaching-process h3 {
    padding-bottom: 1rem;
    font-size: 29px;
    position: relative;
    font-weight: 700;
    text-align: center;
    animation: slideUp 0.8s ease-out forwards;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.wj-opening-board {
    display: flex;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(153,152,173) 0%, rgb(191,191,208) 100%);
    align-items: center;
    justify-content: center;
}

.wj-opening-board .dF-method-innov {
    padding: 4rem 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
}

.wj-opening-board .Lw-edu-head span {
    opacity: 0;
    display: inline-block;
    z-index: 2;
    transform: translateY(-20px);
    margin-bottom: 2rem;
    position: relative;
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.wj-opening-board .Lw-edu-head > div {
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-20px);
    z-index: 2;
    opacity: 0;
    position: relative;
}

.wj-opening-board .Lw-edu-head > div > div::after {
    filter: blur(4px);
    height: 8px;
    opacity: 0.5;
    right: 10%;
    content: '';
    background: rgb(153,152,173);
    bottom: -8px;
    position: absolute;
    left: 10%;
}

.wj-opening-board .dF-method-innov:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.gv-contact-information::before {
    left: 0;
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(191,191,208,0.5),
        rgb(191,191,208,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    height: 100%;
    opacity: 0.03;
    content: "";
}

.gv-contact-information .Bu-image-grid-item {
    position: relative;
    height: 200px;
    width: 100%;
}

.gv-contact-information form {
    width: 100%;
}

.gv-contact-information form input[type="text"] {
    color: #000000;
    width: 100%;
    background: rgb(225,225,233);
    border-radius: 10px;
    border: 2px solid transparent;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 15px 20px;
}

.gv-contact-information .qy-help-request label {
    line-height: 1.6;
    cursor: pointer;
    color: #000000;
    font-size: 15px;
    position: relative;
    padding-left: 35px;
}

.gv-contact-information .qy-help-request input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    width: 6px;
    height: 12px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    top: 5px;
    content: "";
    position: absolute;
    left: 8px;
}

.gv-contact-information svg {
    width: 20px;
    height: 20px;
    fill: rgb(191,191,208);
}

.Ws-customer-support {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: rgb(225,225,233);
}

.Ws-customer-support {
    padding: 3rem 0;
}



.Ws-customer-support .container {
    position: relative;
    z-index: 10;
}

.Ws-customer-support .Yi-help-form {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 3.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    position: relative;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.Ws-customer-support .Yi-help-form {
    padding: 2rem 1.5rem;
}

.Ws-customer-support .Yi-help-form h2 {
    color: rgb(191,191,208);
    font-size: 29px;
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.Ws-customer-support .Yi-help-form h2 {
    font-size: calc(29px * 0.8);
}

.Ws-customer-support .Yi-help-form p:last-of-type {
    display: flex;
    align-items: center;
    color: rgb(191,191,208);
    position: relative;
    padding-left: 30px;
    font-weight: 600;
}

.Ws-customer-support .ra-edu-askus {
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 15px;
    position: relative;
    min-width: 200px;
    color: rgb(191,191,208);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: calc(19px * 1.1);
    font-weight: 600;
    justify-content: center;
}

.Ws-customer-support .ra-edu-askus {
    width: 100%;
}

header::before {
    background: linear-gradient(to right, rgb(191,191,208), rgb(153,152,173));
    height: 5px;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
}

header .uE-top-sitewrap .UJ-nav-wrap {
    position: relative;
    z-index: 2;
}

header .uE-top-sitewrap .UJ-nav-wrap {
    margin-bottom: 20px;
}

header .uE-top-sitewrap .UJ-nav-wrap .Gl-nav-lead:hover svg {
    transform: scale(1.08);
}

header .uE-top-sitewrap .Er-top-info .MR-main-learning:last-child {
    margin-right: 0;
}

header .uE-top-sitewrap .Er-top-info .MR-main-learning a {
    letter-spacing: 0.5px;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    color: #000000;
    padding: 8px 0;
    text-decoration: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    display: block;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}

header .uE-top-sitewrap .Er-top-info .MR-main-learning a {
    font-size: calc(12px - 1px);
    padding: 5px 0;
}

header .uE-top-sitewrap .Er-top-info .MR-main-learning a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}

.OK-price-row {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(225,225,233) 0%, rgb(191,191,208,0.5) 100%);
    padding: 100px 0;
}

.OK-price-row .Zd-learn-sub {
    flex-direction: column-reverse;
    gap: 60px;
    display: flex;
    position: relative;
}

.OK-price-row .ZA-study-pricing:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.OK-price-row .ZA-study-pricing .GK-tuition-table {
    line-height: 1.6;
    word-break: break-word;
    margin-bottom: 0;
    font-size: 12px;
    color: #000000;
    max-width: 700px;
    overflow-wrap: break-word;
}

.OK-price-row .xB-value-plan {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}

.OK-price-row .pw-trial-rates {
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    flex-direction: column;
}

.OK-price-row .Ky-access-plans h3 {
    font-size: calc(18px + 2px);
    font-weight: 700;
    transform-origin: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    color: #000000;
    overflow: hidden;
}

.OK-price-row .Ky-access-plans p {
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    color: #000000;
    flex: 1;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 12px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}

.DU-trust-badge::before {
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.85;
    content: "";
    z-index: -1;
    width: 100%;
    background: #000000;
    position: absolute;
}

.DU-trust-badge .company_holder {
    grid-column: 1 / 5;
    position: relative;
    grid-row: 1;
}

.DU-trust-badge .company_holder::before {
    border-top: 2px solid rgb(191,191,208);
    left: -20px;
    width: 60px;
    border-left: 2px solid rgb(191,191,208);
    opacity: 0.7;
    position: absolute;
    content: "";
    top: -20px;
    height: 60px;
}

.DU-trust-badge .company_holder h3::after {
    height: 2px;
    background: rgb(191,191,208);
    bottom: -5px;
    left: 0;
    position: absolute;
    content: "";
    width: 30%;
    box-shadow: 0 0 10px rgb(191,191,208);
}

.DU-trust-badge .Iy-head-lesson {
    display: grid;
    gap: 3rem;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
}

.DU-trust-badge .Er-top-info::before {
    width: 3px;
    content: "";
    background: rgb(191,191,208);
    position: absolute;
    transition: height 0.3s ease;
    left: 0;
    top: 0;
    height: 0;
}

.DU-trust-badge .Er-top-info h5 {
    padding-left: 1rem;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    color: rgb(153,152,173);
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

.DU-trust-badge .Er-top-info .Iy-head-lesson a::before {
    width: 100%;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(rgb(191,191,208,0.5), 0.1), transparent);
    left: 0;
}

.Tb-diploma-cta .container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.Tb-diploma-cta .Qd-science-ref {
    opacity: 0.7;
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 14px;
}

.Tl-audience-profile .jR-academy-cult {
    max-width: 1000px;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.Tl-audience-profile h3 {
    color: rgb(191,191,208);
    font-size: 34px;
    margin-bottom: 3.5rem;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.Tl-audience-profile h3::after {
    height: 2px;
    bottom: -15px;
    width: 150px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(191,191,208), transparent);
    animation: pulseLight 3s infinite alternate;
    content: '';
}

.Tl-audience-profile li::after {
    opacity: 0.5;
    box-shadow: 0 0 10px rgb(191,191,208,0.5);
    height: 1px;
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, rgb(191,191,208) 0%, transparent 100%);
    content: '';
    left: 0;
    position: absolute;
}

.Tl-audience-profile li:hover::before {
    width: 100%;
}

.Tl-audience-profile li:hover svg {
    transform: scale(1.1);
    animation: flashLight 1s ease;
}

.Tl-audience-profile li:hover svg path {
    fill: rgb(153,152,173);
}

.Tl-audience-profile li:nth-child(2) {
    animation-delay: 0.1s;
}

.bS-cookieNotificationPanel {
    width: 100%;
    background: rgb(225,225,233);
    bottom: 0;
    border-top: 2px solid rgb(191,191,208);
    position: fixed;
    z-index: 90;
}

.bS-cookieNotificationPanel p {
    font-size: 18px;
}

.WT-visitor-acceptance {
    cursor: pointer;
    border-bottom: 2px solid rgb(191,191,208);
    color: rgb(191,191,208);
    margin-left: 10px;
    line-height: 35px;
    white-space: nowrap;
    min-width: 120px;
    text-decoration: none;
    text-align: center;
    flex-shrink: 0;
    font-size: 24px;
}

.tJ-panel-container .ie-cookie-guide h5 {
    font-weight: 700;
}

.tJ-panel-container .ie-cookie-guide h5, .tJ-panel-container .ie-cookie-guide p {
    color: #ffffff;
}

.UE-developer-experience .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}

.UE-developer-experience .dx-learner-ratings {
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    gap: 0;
    display: grid;
    position: relative;
    border-radius: 23px;
    grid-template-rows: auto auto auto;
}

.UE-developer-experience .dx-learner-ratings .Bu-image-grid-item {
    transform: scale(1.05) translateX(-5%);
    grid-row: 1 / 4;
    min-height: 500px;
    grid-column: 1 / 2;
    position: relative;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    border-radius: 0;
    transition: all 0.5s ease;
    box-shadow: 0 0 30px rgb(191,191,208,0.5);
}

.UE-developer-experience .dx-learner-ratings .Vz-job-table {
    grid-column: 2 / 3;
    z-index: 2;
    padding: 2rem 2rem 2.5rem 3rem;
    color: #ffffff;
    line-height: 1.7;
    margin-right: 1.5rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    position: relative;
    grid-row: 3 / 4;
    border-top: 1px solid rgb(153,152,173,0.5);
    border-radius: 0 10px 0 0;
    backdrop-filter: blur(5px);
    font-size: 14px;
}

.CN-thanks-area .container {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.CN-thanks-area h2::after {
    transform-origin: left;
    left: 0;
    animation: expandLine 1s forwards ease-out;
    transform: scaleX(0);
    background: rgb(153,152,173);
    bottom: -15px;
    animation-delay: 1s;
    height: 3px;
    position: absolute;
    content: "";
    width: 80px;
}

.CN-thanks-area .jR-academy-cult::before {
    position: absolute;
    left: 20px;
    border: 1px solid rgb(191,191,208,0.5);
    pointer-events: none;
    bottom: 20px;
    top: 20px;
    content: "";
    opacity: 0.1;
    right: 20px;
}

.CN-thanks-area li span {
    font-family: Arial, sans-serif;
    opacity: 0;
    animation-delay: 0.8s;
    position: relative;
    line-height: 1.7;
    color: #000000;
    display: block;
    margin-bottom: 1rem;
    transform: translateY(10px);
    animation: fadeUpIn 0.8s forwards ease-out;
    font-size: calc(17px * 1.05);
}

.WS-secure-depot .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    position: relative;
    animation: fadeIn 0.8s ease-out forwards;
    padding: 0 2rem;
    transform: translateZ(0);
}

.WS-secure-depot h1::after {
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    opacity: 0;
    transform-origin: left;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(191,191,208) 0%, rgb(153,152,173) 100%);
    content: "";
    bottom: -12px;
    animation-delay: 0.2s;
    width: 80px;
}

.WS-secure-depot p {
    line-height: 1.8;
    font-size: 16px;
    transform: translateZ(0);
    position: relative;
    color: #000000;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
}

.WS-secure-depot li {
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    padding-left: 1.8rem;
}




.WS-secure-depot h2:hover,
.WS-secure-depot h3:hover,
.WS-secure-depot h4:hover {
    transition: transform 0.3s ease-out;
    transform: translateX(5px);
}

.eg-statistics-information::after {
    opacity: 0.4;
    right: -50%;
    content: "";
    top: -50%;
    position: absolute;
    background-image: radial-gradient(circle, rgb(153,152,173,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: translateZ(0);
}

.eg-statistics-information h4:hover::after {
    transform: scaleX(1.2);
}

.eg-statistics-information ul {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    gap: 2rem;
    padding: 0;
}

.eg-statistics-information ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.eg-statistics-information .Kx-statistics-elevation:hover {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08), 
                -8px -8px 20px rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}

.eg-statistics-information .Kx-statistics-elevation div {
    z-index: 2;
    align-items: center;
    flex-direction: column;
    position: relative;
    display: flex;
}

.eg-statistics-information .Kx-statistics-elevation p::after {
    content: "";
    left: 50%;
    position: absolute;
    bottom: -0.5rem;
    background-color: rgb(153,152,173);
    width: 30px;
    height: 2px;
    transform: translateX(-50%) scaleX(0);
    transition: transform 0.4s ease;
}

.eg-statistics-information .Kx-statistics-elevation:hover span {
    color: rgb(191,191,208);
}


    
    .eg-statistics-information .Kx-statistics-elevation:nth-child(odd) {
    animation: floatStat 6s ease-in-out infinite;
}

.LH-experience-trial {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(130deg, rgb(191,191,208) 0%, rgb(153,152,173) 50%, rgb(191,191,208) 100%);
    animation: gradientFlow 15s ease infinite;
    z-index: 1;
    background-size: 200% 200%;
}

.LH-experience-trial .jR-academy-cult {
    display: flex;
    max-width: 1000px;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    z-index: 2;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
    position: relative;
}

.LH-experience-trial h3 {
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    animation: floatTitle 6s ease-in-out infinite;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    color: #ffffff;
    font-size: 29px;
}

.LH-experience-trial .ra-edu-askus {
    background: transparent;
    position: relative;
    letter-spacing: 2px;
    color: #ffffff;
    padding: 18px 45px;
    overflow: hidden;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 20px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
    transition: all 0.4s ease;
    display: inline-block;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
    font-weight: 600;
    text-decoration: none;
}

.LH-experience-trial .ra-edu-askus:hover::after {
    left: 120%;
}

.OC-follow .jR-academy-cult {
    flex-direction: column;
    display: flex;
    position: relative;
}

.OC-follow::after {
    right: -20px;
    opacity: 0.1;
    animation: rotate 120s linear infinite;
    bottom: -20px;
    top: -20px;
    background: repeating-linear-gradient(
        45deg,
        rgb(153,152,173,0.5),
        rgb(153,152,173,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    left: -20px;
    z-index: 0;
}

.OC-follow p::after {
    background: linear-gradient(to right, rgb(191,191,208), transparent);
    bottom: 0;
    width: 80%;
    content: "";
    left: 0;
    position: absolute;
    height: 4px;
}

.OC-follow .input_holder:hover::before {
    opacity: 0.5;
}

.OC-follow .Cg-mail-section {
    padding: 1rem 1.5rem;
    width: 100%;
    font-family: Arial, sans-serif;
    background-color: rgb(225,225,233);
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 10px 10px 0 0;
    border-bottom: 3px solid rgb(153,152,173,0.5);
    border: none;
}

.OC-follow .TR-sub-authorization:hover {
    box-shadow: 0 5px 15px rgb(191,191,208,0.5);
    background: rgb(153,152,173);
}

.OC-follow .TR-sub-authorization:hover::before {
    left: 100%;
}



.XE-course-program {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgb(225,225,233);
    overflow: hidden;
    justify-content: center;
}

.XE-course-program .ue-education-route {
    opacity: 0;
    height: 100%;
    top: 0;
    position: absolute;
    transform: scale(1.1);
    transition: transform 1s ease;
    left: 0;
    width: 100%;
    animation: fade-slides 30s infinite;
}

.XE-course-program .ue-education-route:nth-child(3) {
    animation-delay: -12s;
}

.XE-course-program .ue-education-route img {
    filter: saturate(0.8) brightness(0.7);
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.XE-course-program .iJ-program-flow {
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    max-width: 1000px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 3rem;
    border-radius: 50%;
    align-items: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    aspect-ratio: 1;
    flex-direction: column;
}

.XE-course-program .iJ-program-flow p {
    line-height: 1.6;
    -webkit-line-clamp: 4;
    color: #000000;
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    font-size: 12px;
    display: -webkit-box;
    overflow: hidden;
}

.XE-course-program .uk-help-list:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}

.XE-course-program .uk-help-list:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.XE-course-program::after {
    content: "";
    gap: 15px;
    display: flex;
    left: 50%;
    bottom: 15%;
    z-index: 100;
    transform: translateX(-50%);
    position: absolute;
}

.XE-course-program::after {
    opacity: 0.3;
    background: repeating-linear-gradient(
        90deg,
        #ffffff,
        #ffffff 10px,
        transparent 10px,
        transparent 25px
    );
    width: 100px;
    height: 10px;
}

.XE-course-program .kS-career-challenge:has(.ue-education-route:nth-child(4):last-child) .ue-education-route:nth-child(1) {
    animation-delay: 0s;
}

.XE-course-program .kS-career-challenge:has(.ue-education-route:nth-child(4):last-child) .ue-education-route:nth-child(4) {
    animation-delay: -22.5s;
}



@media screen and (max-width: 480px) {.Ef-our-team {
    padding: 40px 0;
}.Ef-our-team h3 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.7);
}.Ef-our-team h3::after {
    width: 40px;
    bottom: -10px;
}.Ef-our-team .xw-edu-promise {
    margin-bottom: 40px;
}.Ef-our-team .xw-edu-promise p,
    .Ef-our-team .Tt-value-prop p {
    margin-bottom: 180px;
    font-size: calc(16px * 0.9);
}.Ef-our-team .xw-edu-promise .Bu-image-grid-item,
    .Ef-our-team .Tt-value-prop .Qn-pro-sessions {
    height: 160px;
}.Ef-our-team .xw-edu-promise .Bu-image-grid-item {
    margin-top: -180px;
    box-shadow: -8px 8px 0 rgb(191,191,208,0.5);
}.Ef-our-team .Tt-value-prop .Qn-pro-sessions {
    box-shadow: 8px 8px 0 rgb(153,152,173,0.5);
}.Ef-our-team .xw-edu-promise .Bu-image-grid-item:hover {
    box-shadow: -10px 10px 0 rgb(191,191,208,0.5);
    transform: translate(3px, -3px);
}.Ef-our-team .Tt-value-prop .Qn-pro-sessions:hover {
    transform: translate(-3px, -3px);
    box-shadow: 10px 10px 0 rgb(153,152,173,0.5);
}.Ef-our-team .xw-edu-promise span {
    margin-bottom: 15px;
    font-size: calc(19px * 0.9);
}.Ef-our-team .jR-academy-cult::before,
    .Ef-our-team .jR-academy-cult::after {
    height: 100px;
    width: 100px;
}}



@media screen and (min-width: 768px) {.gv-contact-information .Yu-query-list {
    flex-direction: row;
    max-width: 1000px;
}.gv-contact-information .Bu-image-grid-item {
    height: auto;
    min-height: 400px;
    width: 40%;
}.gv-contact-information .OM-support-request {
    width: 60%;
}
}



@media screen and (max-width: 576px) {.gv-contact-information {
    padding: 60px 0;
}.gv-contact-information h2 {
    font-size: calc(44px * 0.7);
    margin-bottom: 30px;
}.gv-contact-information .OM-support-request {
    padding: 30px 20px;
}.gv-contact-information form h3 {
    font-size: calc(24px * 0.9);
}}



@media (min-width: 768px) {.OK-price-row .xB-value-plan {
    grid-template-columns: repeat(2, 1fr);
}.OK-price-row .ZA-study-pricing {
    padding: 40px;
}.OK-price-row .Ky-access-plans {
    padding: 30px 35px;
}.OK-price-row .Bu-image-grid-item {
    height: 240px;
}
}



@media (min-width: 1400px) {.OK-price-row .xB-value-plan {
    grid-template-columns: repeat(2, 1fr);
}.OK-price-row .Ky-access-plans p {
    -webkit-line-clamp: 7;
}
}



@media (hover: hover) {.OK-price-row .eP-study-sub {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.OK-price-row .eP-study-sub:hover {
    transform: translateY(-10px) scale(1.02);
}}



@media screen and (max-width: 576px) {.DU-trust-badge {
    padding: 3rem 0 2rem;
}.DU-trust-badge .company_holder h3 {
    font-size: calc(36px * 0.9);
}.DU-trust-badge .hb-lang-learn {
    font-size: calc(12px * 0.9);
}.DU-trust-badge .Er-top-info .Iy-head-lesson a {
    font-size: calc(12px * 0.9);
}.Tb-diploma-cta {
    padding: 1rem 0;
    margin-top: 2rem;
}}


@media only screen and (max-width: 1200px) {.bS-cookieNotificationPanel {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.Kj-cookie-comply {
    display: none;
}.Eh-privacy-switch {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.bS-cookieNotificationPanel h5 {
    text-align: center;
}.bS-cookieNotificationPanel p {
    text-align: center;
}.ie-cookie-guide {
    margin-bottom: 20px;
}body .tJ-panel-container .WT-visitor-acceptance {
    margin-bottom: 10px;
    margin-left: 0;
}}



@media (max-width: 992px) {.CN-thanks-area {
    padding: 3rem 0;
}.CN-thanks-area h2 {
    font-size: calc(29px * 0.9);
    max-width: 100%;
}.CN-thanks-area .jR-academy-cult {
    padding: 2rem;
}
}



@media (max-width: 768px) {.CN-thanks-area h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.CN-thanks-area .jR-academy-cult {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.CN-thanks-area li span {
    font-size: 17px;
}.CN-thanks-area::after {
    top: -5%;
    height: 200px;
    right: -10%;
    width: 200px;
}
}




@media (max-width: 992px) {.WS-secure-depot {
    padding: 4rem 0;
}.WS-secure-depot h1 {
    font-size: calc(40px * 0.9);
}.WS-secure-depot h2 {
    font-size: calc(36px * 0.9);
}.WS-secure-depot h3 {
    font-size: calc(36px * 0.8);
}.WS-secure-depot h4 {
    font-size: calc(36px * 0.7);
}
}



@media (min-width: 768px) {.eg-statistics-information {
    padding: 6rem 0;
}.eg-statistics-information ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 2.5rem;
}.eg-statistics-information h4 {
    font-size: calc(24px * 1.1);
    margin-top: 4rem;
}.eg-statistics-information h4::after {
    width: 100px;
}
}



@media (max-width: 767px) {.eg-statistics-information {
    padding: 4rem 0;
}.eg-statistics-information ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.eg-statistics-information .Kx-statistics-elevation {
    padding: 1.5rem;
}.eg-statistics-information .Kx-statistics-elevation p {
    font-size: 3rem;
}.eg-statistics-information h4 {
    font-size: calc(24px * 0.9);
    margin-top: 2rem;
}}



@media screen and (max-width: 768px) {.LH-experience-trial {
    padding: 80px 0;
}.LH-experience-trial .jR-academy-cult {
    padding: 40px 25px;
}.LH-experience-trial h3 {
    margin-bottom: 45px;
    letter-spacing: 2px;
    font-size: calc(29px * 0.8);
}.LH-experience-trial h3::before {
    bottom: -15px;
    width: 60px;
}.LH-experience-trial .ra-edu-askus {
    letter-spacing: 1.5px;
    padding: 14px 35px;
    font-size: calc(20px * 0.9);
}
}



@media screen and (min-width: 992px) {.OC-follow .jR-academy-cult {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
}.OC-follow p {
    grid-row: 1;
    max-width: 60%;
    margin-bottom: 0;
}.OC-follow .input_holder {
    max-width: 90%;
    align-items: stretch;
    grid-row: 2;
    gap: 1rem;
    flex-direction: row;
}.OC-follow .Cg-mail-section {
    border: none;
    border-left: 3px solid rgb(153,152,173,0.5);
    border-radius: 10px;
    flex: 1;
}.OC-follow .Cg-mail-section:focus {
    border-left-color: rgb(153,152,173);
}}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}



@keyframes appearIn {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(10deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}



@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.15;
  }
}

@keyframes pulseBackground {
    0% {
      opacity: 0.05;
      background-position: 0% 0%, 100% 100%, 50% 50%;
      background-size: 200px 200px, 250px 250px, 180px 180px;
    }
    50% {
      opacity: 0.15;
      background-position: 2% 3%, 98% 98%, 51% 52%;
      background-size: 220px 220px, 270px 270px, 200px 200px;
    }
    100% {
      opacity: 0.1;
      background-position: 3% 5%, 96% 96%, 52% 53%;
      background-size: 250px 250px, 300px 300px, 220px 220px;
    }
  }



@keyframes pulseLight {
    0%, 100% {
        opacity: 0.5;
        box-shadow: 0 0 5px rgb(191,191,208,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 15px rgb(191,191,208);
    }
}



@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(191,191,208,0.5), 0 0 20px rgb(191,191,208,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(191,191,208), 0 0 30px rgb(191,191,208);
  }
}



@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.15;
    }
}

@keyframes floatStat {
        0% { transform: translateY(0); }
        50% { transform: translateY(-5px); }
        100% { transform: translateY(0); }
    }



@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}



@keyframes titleScan {
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        opacity: 0.5;
        transform: translateX(100%);
    }
}



@keyframes fade-slides {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

