﻿svg {
    height: 30px;
    width: 30px;
}

a {
    text-decoration: none;
    color: inherit;
}

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

header .top_plank .yq-header-plank div svg, header .top_plank .yq-header-plank div svg path {
    fill: #ffffff;
}

header .top_plank .yq-header-plank {
    padding: 15px 0 10px 0;
    line-height: 21px;
    justify-content: flex-start;
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.Iw-ty-block .qw-edu-promise {
    background: #ffffff;
    position: relative;
    padding: 60px 50px;
    gap: 40px;
    flex-direction: column;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transform: translateY(0);
}

.Iw-ty-block .qw-edu-promise:hover h5 {
    transform: translateX(8px);
}

.Iw-ty-block .qw-edu-promise p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    transition: color 0.3s ease;
    z-index: 1;
}

.Be-course-highlights::after {
    width: 200px;
    left: -3%;
    opacity: 0.1;
    bottom: -3%;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    height: 200px;
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgb(132,147,195) 0%, rgb(132,147,195,0.5) 80%);
    animation: float 15s ease-in-out infinite reverse;
    z-index: 0;
    position: absolute;
    content: "";
}

.Be-course-highlights .lf-learn-skills {
    display: grid;
    transform: translateY(0);
    overflow: hidden;
    grid-template-columns: 1fr;
    border-radius: 5px;
    gap: 2.5rem;
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.Be-course-highlights .description::first-letter {
    color: rgb(181,180,213);
    font-size: 1.5em;
    font-weight: 600;
}

.kV-cookie-guide {
    align-items: center;
    flex-direction: column;
    z-index: 1;
    display: flex;
}


.Jk-cookieWarningContainer h5 {
    font-weight: 700;
    color: rgb(181,180,213);
    font-size: 18px;
    margin-bottom: 10px;
}

.cookie_button.DL-consent-track {
    background: rgba(0, 0, 0, 0.5);
}

.cookie_button.DL-consent-track:hover {
    background: rgb(132,147,195,0.5);
}


#do-dialogConsentForm {
    display: none;
}

#do-dialogConsentForm:checked ~ .Jk-cookieWarningContainer {
    opacity: 0;
    visibility: hidden;
}

.CJ-contact-us::after {
    position: absolute;
    width: 100%;
    animation: gradientShift 15s infinite alternate;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    z-index: 2;
    background: radial-gradient(circle at 20% 50%, rgb(181,180,213,0.5) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgb(132,147,195,0.5) 0%, transparent 40%);
}

.CJ-contact-us .LV-help-card h3::after {
    position: absolute;
    width: 60px;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 10px;
    content: '';
    background: #ffffff;
}

.CJ-contact-us .LV-help-card svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.CJ-contact-us .LV-help-card a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

.CJ-contact-us .cQ-connect-panel::after {
    content: '';
    left: 0;
    height: 100px;
    background: rgb(132,147,195,0.5);
    width: 100px;
    border-radius: 0 100% 0 0;
    bottom: 0;
    position: absolute;
}

.CJ-contact-us form input[type="text"]:focus,
.CJ-contact-us form input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 0 0 2px rgb(181,180,213,0.5);
    background: #fff;
    outline: none;
}

.CJ-contact-us .sy-message-widget input[type="checkbox"]:checked {
    background: rgb(181,180,213);
}

.CJ-contact-us .sy-message-widget label {
    cursor: pointer;
    line-height: 1.4;
    color: #000000;
    font-size: 13px;
}

.CJ-contact-us .sy-message-widget a:hover {
    text-decoration: underline;
    color: rgb(132,147,195);
}

.CJ-contact-us .Je-help-form:hover::before {
    left: 100%;
    animation: shine 1.5s infinite;
}

.iX-study-process::before {
    transform: translateZ(-50px);
    top: 0;
    left: 0;
    pointer-events: none;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(rgb(132,147,195,0.5), 0.03) 60%, transparent 80%),
        radial-gradient(circle at 20% 30%, rgba(rgb(181,180,213,0.5), 0.05) 0%, transparent 60%);
    position: absolute;
    width: 100%;
    content: "";
}

.iX-study-process h2::after {
    position: absolute;
    transform: scaleX(1);
    bottom: -15px;
    background: rgb(181,180,213);
    transform-origin: left;
    content: "";
    left: 0;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
}

.iX-study-process:hover .ad-label-holder::before {
    transform: rotate(0deg);
}

.iX-study-process p {
    position: relative;
    color: #000000;
    z-index: 2;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    line-height: 1.7;
}

.KR-plan-container .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1320px;
    padding: 0 20px;
}

.KR-plan-container .oS-edu-packages {
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    opacity: 0;
    transform: translateY(30px);
}

.KR-plan-container .BH-rate-plans {
    display: grid;
    opacity: 0;
    gap: 30px;
    grid-template-columns: 1fr;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    transform: translateY(40px);
}

.KR-plan-container .Bl-price-plan:hover .eW-lesson-fees {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-8px);
}

.KR-plan-container .Wc-plan-fee h3::before {
    top: 5px;
    left: 0;
    position: absolute;
    content: "";
    width: 4px;
    height: calc(100% - 10px);
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(181,180,213), rgb(132,147,195));
}

.KR-plan-container .Wz-img-stack::after {
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 0;
    top: 0;
}

.Pa-our-background h3 {
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    position: relative;
    font-size: 33px;
    text-align: center;
    margin-bottom: 50px;
    color: #000000;
}

.Pa-our-background .dD-learning-track .Wz-img-stack {
    top: 0;
    position: absolute;
    border-radius: 28px;
    box-shadow: -15px 15px 0 rgb(181,180,213,0.5);
    height: 100%;
    width: 35%;
    right: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.Pa-our-background .qw-edu-promise::before {
    top: -100px;
    position: absolute;
    content: "";
    z-index: -1;
    animation: rotate 30s infinite linear;
    left: -100px;
    height: 200px;
    width: 200px;
    border: 2px dashed rgb(181,180,213,0.5);
    border-radius: 50%;
}

.Pa-our-background .dD-learning-track svg path {
    fill: rgb(181,180,213);
}

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

.WK-join-our-community .input_holder {
    flex-direction: row;
    transition: transform 0.6s ease 0.1s, opacity 0.6s ease 0.1s;
    gap: 15px;
    opacity: 1;
    display: flex;
    position: relative;
    transform: translateY(0);
}

.WK-join-our-community .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(181,180,213,0.5), 0 4px 8px -2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-color: rgb(181,180,213);
    outline: none;
}

.WK-join-our-community .input_holder .uk-free-lessons::before {
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    content: "";
    transition: left 0.7s ease;
}

.HE-privacy-encasement h2 {
    font-weight: 600;
    padding-bottom: 8px;
    font-size: 37px;
    border-bottom: 1px solid rgb(132,147,195);
}

.HE-privacy-encasement li {
    font-size: 16px;
    padding-left: 20px;
    color: #000000;
    position: relative;
    margin-bottom: 10px;
}

.HE-privacy-encasement div {
    margin-bottom: 20px;
}

.sl-start-now::before {
    position: absolute;
    transform: rotate(-15deg);
    height: 200%;
    z-index: 1;
    top: -50%;
    left: -50%;
    background: radial-gradient(circle at 30% 40%, rgb(181,180,213,0.5), transparent 60%);
    content: "";
    width: 200%;
}

.sl-start-now div div {
    transform: translateY(5px);
    justify-content: center;
    display: flex;
}

.sl-start-now .Je-help-form {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    padding: 14px 36px;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.4s ease;
    font-weight: 700;
    transform: translateZ(0);
    align-items: center;
    overflow: hidden;
    color: rgb(181,180,213);
    backface-visibility: hidden;
    display: inline-flex;
    text-decoration: none;
    position: relative;
    justify-content: center;
}

header .av-nav-begin {
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
}

header .GT-main-know {
    position: relative;
    color: #ffffff;
    padding: 0.7rem 1.2rem;
    font-weight: 400;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

header .GT-main-know:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

header .kA-head-pro:hover::before {
    left: 100%;
}



.zw-pledge-block .container {
    justify-content: space-between;
    position: relative;
    display: flex;
}

.zw-pledge-block .company_holder::after {
    top: 10%;
    position: absolute;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(181,180,213), transparent);
    right: 0;
    content: '';
    width: 1px;
}

.zw-pledge-block .sE-subscr-info:hover {
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.12);
}

.zw-pledge-block .Yh-main-base {
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
    flex: 0 0 45%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    padding: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
}

.zw-pledge-block .Yh-main-base .Ly-nav-pagewrap a {
    font-size: calc(13px * 0.95);
    color: #ffffff;
    display: inline-block;
    opacity: 0.85;
    padding-left: 0;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}

.VQ-study-group .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.VQ-study-group .Sd-insta-feed {
    text-align: center;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    letter-spacing: 0.5px;
    font-size: 13px;
    color: #ffffff;
}

.EJ-customer-opinions::before {
    content: "";
    width: 100%;
    top: 0;
    z-index: 0;
    opacity: 0.2;
    background-image: 
        radial-gradient(rgb(181,180,213,0.5) 2px, transparent 2px),
        radial-gradient(rgb(132,147,195,0.5) 2px, transparent 2px);
    position: absolute;
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
    height: 100%;
    left: 0;
}

.EJ-customer-opinions .gT-testimonial-sharing {
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}

.EJ-customer-opinions .AU-rating-spot:nth-child(2) {
    transform: translateY(-2rem);
    grid-column: 7 / span 6;
}

.EJ-customer-opinions .AU-rating-spot:nth-child(5) {
    transform: translateY(6rem);
    grid-column: 1 / span 4;
}

.EJ-customer-opinions .AU-rating-spot:hover {
    border-left: 3px solid rgb(132,147,195);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateX(10px) translateY(0);
    background: #ffffff;
}

.EJ-customer-opinions .AU-rating-spot p {
    margin-bottom: 0.5rem;
    font-weight: 600;
    transform: translateX(0);
    position: relative;
    color: #000000;
    transition: all 0.4s ease;
    z-index: 1;
    font-size: 20px;
}

.Lo-leadership-experience {
    position: relative;
    background-color: rgb(222,220,234);
    overflow: hidden;
    padding: 6rem 0;
}

.Lo-leadership-experience .container {
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.Lo-leadership-experience .Wz-img-stack {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.25),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    width: 150px;
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 150px;
    border-radius: 16px;
    transform: translateZ(30px);
}

.Lo-leadership-experience .AU-rating-spot:hover div:nth-child(2) div {
    transform: translateZ(25px);
}

.Lo-leadership-experience .AU-rating-spot:hover .Vp-career-record {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px);
}

.ml-title-greeting {
    width: 100%;
    background-color: rgb(222,220,234);
    overflow: hidden;
    position: relative;
    min-height: 600px;
    height: 100vh;
}

.ml-title-greeting .kf-learn-home {
    overflow: hidden;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.ml-title-greeting .Da-start-first img {
    animation: slowZoom 15s alternate infinite ease-in-out;
    height: 100%;
    object-fit: cover;
    transform-origin: center;
    width: 100%;
}

.ml-title-greeting .ad-label-holder h1 {
    color: #000000;
    font-size: 46px;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.ml-title-greeting .ad-label-holder .Je-help-form::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    content: "";
    width: 100%;
    left: -100%;
    animation: buttonGlow 3s infinite;
    top: 0;
    position: absolute;
}



@media (min-width: 768px) {.Iw-ty-block .qw-edu-promise {
    padding: 70px 80px;
}.Iw-ty-block .qw-edu-promise::before {
    width: 6px;
}.Iw-ty-block .qw-edu-promise div:first-child::after {
    width: 120px;
}
}



@media (prefers-reduced-motion: reduce) {.Iw-ty-block .qw-edu-promise,
    .Iw-ty-block .qw-edu-promise h5,
    .Iw-ty-block .qw-edu-promise a::before,
    .Iw-ty-block .qw-edu-promise a p {
    transition: none;
}.Iw-ty-block .qw-edu-promise:hover,
    .Iw-ty-block .qw-edu-promise:hover h5 {
    transform: none;
}}



@media (prefers-reduced-motion: reduce) {.Be-course-highlights::before,
    .Be-course-highlights::after {
    animation: none;
}.Be-course-highlights .lf-learn-skills:hover {
    transform: none;
}.Be-course-highlights .Wz-img-stack:hover {
    transform: none;
}.Be-course-highlights h2:hover {
    transform: none;
}}



@media (max-width: 767px) {.CJ-contact-us {
    padding: 60px 0;
}.CJ-contact-us .LV-help-card,
    .CJ-contact-us .cQ-connect-panel {
    padding: 30px 20px;
}.CJ-contact-us .LV-help-card h3,
    .CJ-contact-us form h3 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.8);
}.CJ-contact-us .LV-help-card div {
    padding: 12px;
    margin-bottom: 15px;
}.CJ-contact-us form input[type="text"],
    .CJ-contact-us form input[type="email"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.CJ-contact-us .sy-message-widget {
    margin: 20px 0;
}.CJ-contact-us .Je-help-form {
    padding: 12px 15px;
}
}



@media (hover: none) {.iX-study-process .ad-label-holder,
    .iX-study-process:hover .ad-label-holder,
    .iX-study-process h2,
    .iX-study-process .ad-label-holder::before {
    transform: none;
    transition: none;
}.iX-study-process h2::after {
    transition: none;
}.iX-study-process:hover h2::after {
    transform: none;
}}



@media (max-width: 767px) {.KR-plan-container {
    padding: 80px 0;
}.KR-plan-container .oS-edu-packages {
    margin-bottom: 20px;
}.KR-plan-container .eW-lesson-fees {
    max-width: 100%;
}.KR-plan-container .Wc-plan-fee {
    padding: 30px 25px;
}.KR-plan-container .Wc-plan-fee h3 {
    font-size: calc(24px + 1px);
}.KR-plan-container .Lq-class-deals {
    font-size: 24px;
    margin: 0 0 15px;
}.KR-plan-container .Wz-img-stack {
    height: 200px;
}
}



@media screen and (max-width: 480px) {.Pa-our-background {
    padding: 40px 0;
}.Pa-our-background h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 30px;
}.Pa-our-background h3::after {
    width: 40px;
    bottom: -10px;
}.Pa-our-background .dD-learning-track {
    margin-bottom: 40px;
}.Pa-our-background .dD-learning-track p,
    .Pa-our-background .bA-academy-cult p {
    margin-bottom: 180px;
    font-size: calc(18px * 0.9);
}.Pa-our-background .dD-learning-track .Wz-img-stack,
    .Pa-our-background .bA-academy-cult .Fe-class-space {
    height: 160px;
}.Pa-our-background .dD-learning-track .Wz-img-stack {
    margin-top: -180px;
    box-shadow: -8px 8px 0 rgb(181,180,213,0.5);
}.Pa-our-background .bA-academy-cult .Fe-class-space {
    box-shadow: 8px 8px 0 rgb(132,147,195,0.5);
}.Pa-our-background .dD-learning-track .Wz-img-stack:hover {
    box-shadow: -10px 10px 0 rgb(181,180,213,0.5);
    transform: translate(3px, -3px);
}.Pa-our-background .bA-academy-cult .Fe-class-space:hover {
    transform: translate(-3px, -3px);
    box-shadow: 10px 10px 0 rgb(132,147,195,0.5);
}.Pa-our-background .dD-learning-track span {
    margin-bottom: 15px;
    font-size: calc(23px * 0.9);
}.Pa-our-background .qw-edu-promise::before,
    .Pa-our-background .qw-edu-promise::after {
    width: 100px;
    height: 100px;
}}



@media (max-width: 991px) {.zw-pledge-block {
    padding: 60px 0 30px;
}.zw-pledge-block .container {
    flex-direction: column;
}.zw-pledge-block .company_holder {
    padding-right: 0;
    margin-bottom: 40px;
    flex: 0 0 100%;
}.zw-pledge-block .company_holder::after {
    display: none;
}.zw-pledge-block .pJ-job-board {
    flex: 0 0 100%;
}.zw-pledge-block .Yh-main-base {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}



@media (min-width: 768px) {.Lo-leadership-experience {
    padding: 8rem 0;
}.Lo-leadership-experience .AU-rating-spot {
    gap: 3rem;
    grid-template-columns: auto 1fr 2fr;
    align-items: center;
    padding: 4rem;
}.Lo-leadership-experience .Wz-img-stack {
    margin: 0;
    width: 180px;
    height: 180px;
}.Lo-leadership-experience .name {
    font-size: calc(20px * 1.2);
    text-align: left;
}.Lo-leadership-experience .AU-rating-spot div:nth-child(2) div {
    font-size: 14px;
    text-align: left;
}.Lo-leadership-experience .Vp-career-record {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 767px) {.Lo-leadership-experience .AU-rating-spot {
    padding: 2.5rem 1.5rem;
}.Lo-leadership-experience .Wz-img-stack {
    height: 120px;
    width: 120px;
}.Lo-leadership-experience .name {
    margin-top: 1rem;
}.Lo-leadership-experience .Vp-career-record {
    padding: 1.5rem;
}}



@media screen and (max-width: 576px) {.ml-title-greeting .ad-label-holder {
    width: 90%;
    padding: 1.5rem;
}.ml-title-greeting .ad-label-holder h1 {
    font-size: calc(46px * 0.7);
    margin-bottom: 1rem;
}.ml-title-greeting .ad-label-holder p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
}.ml-title-greeting .ad-label-holder .Je-help-form {
    padding: 0.8rem 2rem;
    font-size: calc(18px * 0.9);
}
}

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



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}



@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

