﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.achieve_cta_43F {
    flex: 0 0 auto;
}.top_teach_jYI {
    flex: 1 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
}.wrapper-segment_Tlk {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1108px;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.service_info_1cS {
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    background: rgb(184,183,204);
    padding: 5rem 0;
}.service_info_1cS::before {
    transform: skewY(-2deg) translateY(-3%);
    background: 
        linear-gradient(120deg, rgba(rgb(137,134,182,0.5), 0.03), transparent 70%),
        repeating-linear-gradient(45deg, rgba(rgb(137,134,182,0.5), 0.02) 0px, rgba(rgb(137,134,182,0.5), 0.02) 1px, transparent 1px, transparent 10px);
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
}.service_info_1cS::after {
    background: linear-gradient(135deg, rgb(137,134,182), rgb(117,88,147));
    height: 200px;
    position: absolute;
    content: "";
    filter: blur(60px);
    border-radius: 50%;
    opacity: 0.1;
    bottom: -80px;
    z-index: 0;
    right: -80px;
    width: 200px;
}.service_info_1cS .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
}.service_info_1cS .ask_question_pXJ {
    border-radius: 16px;
    transform: translateY(0);
    position: relative;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 3rem;
    overflow: hidden;
    background: #ffffff;
}.service_info_1cS .ask_question_pXJ:hover {
    transform: translateY(-5px);
}.service_info_1cS .ask_question_pXJ::before {
    position: absolute;
    animation: progressLine 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(137,134,182), rgb(117,88,147));
    left: 0;
    height: 0;
    width: 3px;
}@keyframes progressLine {
    to { height: 100%; }
}

.service_info_1cS h3 {
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: 34px;
}.service_info_1cS h3::after {
    bottom: -8px;
    animation: slideIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    left: 0;
    background: rgb(137,134,182);
    width: 60%;
    position: absolute;
    height: 3px;
    content: "";
    transform-origin: left;
}@keyframes slideIn {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.service_info_1cS p {
    color: #000000;
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: 14px;
    line-height: 1.6;
    animation: fadeUpIn 0.6s ease forwards 0.4s;
    transform: translateY(10px);
}@keyframes fadeUpIn {
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

.service_info_1cS h5 {
    transform: translateY(10px);
    align-items: center;
    font-size: 20px;
    margin-bottom: 0.5rem;
    display: flex;
    animation: fadeUpIn 0.6s ease forwards 0.6s;
    color: #000000;
    font-weight: 600;
    opacity: 0;
}.service_info_1cS h5 svg {
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
    transform: scale(0.9);
}.service_info_1cS .reach_out_eSH {
    gap: 1rem;
    margin: 2rem 0 0;
    padding: 0;
    flex-direction: column;
    list-style: none;
    display: flex;
}.service_info_1cS .reach_out_eSH li {
    animation: slideRightIn 0.5s ease forwards;
    opacity: 0;
    transform: translateX(-10px);
}.service_info_1cS .reach_out_eSH li:nth-child(1) {
    animation-delay: 0.8s;
}.service_info_1cS .reach_out_eSH li:nth-child(2) {
    animation-delay: 1s;
}.service_info_1cS .reach_out_eSH li:nth-child(3) {
    animation-delay: 1.2s;
}@keyframes slideRightIn {
    to { 
        opacity: 1;
        transform: translateX(0);
    }
}

.service_info_1cS .connect_section_yuG {
    background: rgba(rgb(137,134,182,0.5), 0.05);
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    align-items: center;
    padding: 0.75rem 1rem;
    display: flex;
    color: #000000;
    font-weight: 400;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
}.service_info_1cS .connect_section_yuG::before {
    z-index: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateX(-100%);
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(137,134,182,0.5), 0.1), transparent);
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}.service_info_1cS .connect_section_yuG:hover {
    transform: translateX(5px);
    color: rgb(137,134,182);
}.service_info_1cS .connect_section_yuG:hover::before {
    transform: translateX(0);
}.service_info_1cS .connect_section_yuG svg {
    transition: transform 0.3s ease;
    position: relative;
    margin-left: 0.5rem;
    z-index: 1;
}.service_info_1cS .connect_section_yuG:hover svg {
    transform: scale(1.1) rotate(5deg);
}.service_info_1cS svg path {
    transition: fill 0.3s ease;
}.service_info_1cS .connect_section_yuG:hover svg path {
    fill: rgb(137,134,182);
}

@media (min-width: 768px) {.service_info_1cS .ask_question_pXJ {
    gap: 2rem;
    grid-template-columns: 1fr;
    padding: 3.5rem;
    display: grid;
}.service_info_1cS .reach_out_eSH {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
}.service_info_1cS .reach_out_eSH li {
    min-width: 200px;
    flex: 1;
}.service_info_1cS h3 {
    font-size: calc(34px * 1.1);
}
}

@media (min-width: 992px) {.service_info_1cS {
    padding: 7rem 0;
}.service_info_1cS .ask_question_pXJ {
    border-radius: calc(16px * 1.5);
    margin: 0 auto;
    padding: 4rem;
    max-width: 85%;
}.service_info_1cS::before {
    transform: skewY(-3deg) translateY(-5%);
}.service_info_1cS h3 {
    margin-bottom: 2rem;
}.service_info_1cS p {
    font-size: calc(14px * 1.05);
    line-height: 1.7;
}.service_info_1cS .connect_section_yuG {
    padding: 1rem 1.25rem;
}
}

@media (max-width: 767px) {.service_info_1cS {
    padding: 3rem 0;
}.service_info_1cS .ask_question_pXJ {
    border-radius: 10px;
    padding: 2rem;
}.service_info_1cS h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 1.25rem;
}.service_info_1cS p {
    margin-bottom: 1.25rem;
}.service_info_1cS .connect_section_yuG {
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
}.service_info_1cS .connect_section_yuG svg {
    transform: scale(0.85);
}.service_info_1cS h5 svg {
    transform: scale(0.8);
}.service_info_1cS .reach_out_eSH {
    gap: 0.75rem;
    margin-top: 1.5rem;
}}.membership_plan_DRT {
    padding: 120px 0;
    overflow: hidden;
    isolation: isolate;
    position: relative;
}.membership_plan_DRT::before {
    width: 100%;
    background: linear-gradient(135deg, rgb(137,134,182,0.5), rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    height: 100%;
    top: 0;
}.membership_plan_DRT::after {
    background: linear-gradient(225deg, rgb(117,88,147,0.5) 10%, transparent 65%);
    height: 100%;
    right: 0;
    top: 0;
    width: 45%;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    content: "";
}.membership_plan_DRT .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1320px;
}.membership_plan_DRT .fee_chart_hnl {
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
}.membership_plan_DRT h2 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    z-index: 2;
    color: #ffffff;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-size: 38px;
}.membership_plan_DRT h2::after {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    display: block;
    transform: translateY(2px);
    background: rgb(137,134,182);
    margin: 16px auto 0;
    content: "";
    border-radius: 2px;
    width: 80px;
    height: 4px;
}.membership_plan_DRT .fee_plans_TEJ {
    color: #ffffff;
    font-size: calc(12px + 2px);
    max-width: 700px;
    letter-spacing: 0.3px;
    font-weight: 400;
    margin: 0 auto 50px;
    opacity: 0.9;
    text-align: center;
    line-height: 1.6;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}.membership_plan_DRT .basic_rates_EDV {
    position: relative;
    z-index: 2;
    display: grid;
    margin: 0;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    padding: 0;
}.membership_plan_DRT .basic_rates_EDV li {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.membership_plan_DRT .basic_rates_EDV li:hover {
    transform: translateY(-8px);
}.membership_plan_DRT .learning_package_Gn5 {
    overflow: hidden;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    height: 100%;
    display: flex;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.membership_plan_DRT .learning_package_Gn5:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.membership_plan_DRT .class_rates_rBU {
    z-index: 1;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 12px;
    box-sizing: border-box;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}.membership_plan_DRT .class_rates_rBU::before {
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(145deg, rgba(rgb(137,134,182), 0.03), rgba(rgb(117,88,147), 0.05));
    top: 0;
    position: absolute;
    left: 0;
    z-index: -1;
}.membership_plan_DRT .class_rates_rBU::after {
    transition: all 0.5s ease;
    right: 0;
    background: linear-gradient(225deg, rgb(137,134,182,0.5) 10%, transparent 70%);
    content: "";
    width: 180px;
    border-radius: 0 0 0 180px;
    opacity: 0.1;
    top: 0;
    z-index: -1;
    transform: translate(50%, -50%);
    position: absolute;
    height: 180px;
}.membership_plan_DRT .learning_package_Gn5:hover .class_rates_rBU::after {
    transform: translate(40%, -40%) scale(1.1);
    opacity: 0.2;
}.membership_plan_DRT .pricing_fees_IQF {
    z-index: 2;
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
}.membership_plan_DRT .pricing_fees_IQF::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, rgba(rgb(137,134,182), 0.03), transparent);
    height: 40%;
    z-index: -1;
    content: "";
    bottom: 0;
    left: 0;
}.membership_plan_DRT .pricing_fees_IQF h4 {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #000000;
    margin: 0 0 20px;
    font-size: calc(22px + 2px);
}.membership_plan_DRT .pricing_fees_IQF h4::after {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    left: 0;
    border-radius: 2px;
    height: 3px;
    width: 40px;
    position: absolute;
    bottom: -8px;
    content: "";
    background: rgb(137,134,182);
}.membership_plan_DRT .pricing_fees_IQF p {
    color: #000000;
    hyphens: auto;
    line-height: 1.6;
    overflow-wrap: break-word;
    margin: 0 0 30px;
    flex-grow: 1;
    word-break: break-word;
    font-size: 12px;
}.membership_plan_DRT .training_fees_Gst {
    color: rgb(137,134,182);
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    display: inline-block;
    backdrop-filter: blur(4px);
    font-size: calc(22px + 6px);
    align-self: flex-start;
    border-radius: 8px;
    margin-top: auto;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    font-weight: 700;
    padding: 10px 20px;
}.membership_plan_DRT .learning_package_Gn5:hover .training_fees_Gst {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    transform: scale(1.05);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

@media (max-width: 1200px) {.membership_plan_DRT {
    padding: 100px 0;
}.membership_plan_DRT .basic_rates_EDV {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.membership_plan_DRT h2 {
    font-size: calc(38px - 2px);
}.membership_plan_DRT .fee_plans_TEJ {
    font-size: 12px;
    margin-bottom: 40px;
}
}

@media (max-width: 992px) {.membership_plan_DRT {
    padding: 80px 0;
}.membership_plan_DRT .basic_rates_EDV {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.membership_plan_DRT .pricing_fees_IQF {
    padding: 30px 20px;
}.membership_plan_DRT .training_fees_Gst {
    font-size: calc(22px + 2px);
    padding: 8px 16px;
}
}

@media (max-width: 768px) {.membership_plan_DRT {
    padding: 60px 0;
}.membership_plan_DRT .basic_rates_EDV {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.membership_plan_DRT h2 {
    font-size: calc(38px - 4px);
}.membership_plan_DRT .pricing_fees_IQF h4 {
    font-size: 22px;
}.membership_plan_DRT .pricing_fees_IQF p {
    font-size: calc(12px - 1px);
}
}

@media (max-width: 576px) {.membership_plan_DRT {
    padding: 50px 0;
}.membership_plan_DRT h2 {
    font-size: calc(38px - 6px);
}.membership_plan_DRT .fee_plans_TEJ {
    margin-bottom: 30px;
    font-size: calc(12px - 1px);
}.membership_plan_DRT .pricing_fees_IQF {
    padding: 25px 18px;
}.membership_plan_DRT .training_fees_Gst {
    padding: 6px 12px;
    font-size: 22px;
}}.appCard_ous {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(137,134,182,0.5), rgb(117,88,147) 120%);
    padding: 100px 0;
}.appCard_ous::before {
    width: 50%;
    opacity: 0.05;
    content: "";
    transform: rotate(-15deg);
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    right: -10%;
    top: -10%;
    pointer-events: none;
    height: 60%;
}.appCard_ous::after {
    height: 30%;
    pointer-events: none;
    background: rgb(137,134,182);
    transform: rotate(10deg);
    width: 40%;
    opacity: 0.1;
    content: "";
    left: -5%;
    position: absolute;
    bottom: -5%;
}.appCard_ous .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.appCard_ous .fast_study_Tob {
    background: #ffffff;
    padding: 60px 50px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    position: relative;
    gap: 40px;
    display: flex;
}.appCard_ous .fast_study_Tob:hover {
    transform: translateY(-5px);
}.appCard_ous .fast_study_Tob::before {
    width: 4px;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(137,134,182), rgb(117,88,147));
    left: 0;
}.appCard_ous .fast_study_Tob div:first-child {
    position: relative;
    padding-bottom: 25px;
}.appCard_ous .fast_study_Tob div:first-child::after {
    background: rgb(137,134,182,0.5);
    content: "";
    position: absolute;
    width: 80px;
    bottom: 0;
    left: 0;
    height: 2px;
}.appCard_ous .fast_study_Tob h5 {
    font-size: 21px;
    transition: transform 0.4s ease-out;
    transform: translateX(0);
    line-height: 1.4;
    font-weight: 700;
    color: #000000;
    margin: 0;
}.appCard_ous .fast_study_Tob:hover h5 {
    transform: translateX(8px);
}.appCard_ous .fast_study_Tob div:last-child {
    position: relative;
}.appCard_ous .fast_study_Tob a {
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
}.appCard_ous .fast_study_Tob p {
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    z-index: 1;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    margin: 0;
    color: #000000;
}.appCard_ous .fast_study_Tob a:hover p {
    color: rgb(137,134,182);
}.appCard_ous .fast_study_Tob a::before {
    width: 40%;
    opacity: 0;
    bottom: -10px;
    transition: opacity 0.5s ease;
    content: "";
    height: 40%;
    z-index: 0;
    right: -10px;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgb(117,88,147,0.5) 60%);
}.appCard_ous .fast_study_Tob a:hover::before {
    opacity: 0.1;
}

@media (min-width: 768px) {.appCard_ous .fast_study_Tob {
    padding: 70px 80px;
}.appCard_ous .fast_study_Tob::before {
    width: 6px;
}.appCard_ous .fast_study_Tob div:first-child::after {
    width: 120px;
}
}

@media (max-width: 767px) {.appCard_ous {
    padding: 60px 0;
}.appCard_ous .fast_study_Tob {
    gap: 25px;
    padding: 40px 30px;
}.appCard_ous .fast_study_Tob h5 {
    font-size: calc(21px - 2px);
}.appCard_ous .fast_study_Tob p {
    font-size: calc(13px - 1px);
}.appCard_ous .fast_study_Tob div:first-child {
    padding-bottom: 20px;
}.appCard_ous .fast_study_Tob div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.appCard_ous {
    padding: 40px 0;
}.appCard_ous .fast_study_Tob {
    padding: 30px 20px;
    gap: 20px;
}.appCard_ous .fast_study_Tob h5 {
    font-size: calc(21px - 4px);
}
}

@media (prefers-reduced-motion: reduce) {.appCard_ous .fast_study_Tob,
    .appCard_ous .fast_study_Tob h5,
    .appCard_ous .fast_study_Tob a::before,
    .appCard_ous .fast_study_Tob a p {
    transition: none;
}.appCard_ous .fast_study_Tob:hover,
    .appCard_ous .fast_study_Tob:hover h5 {
    transform: none;
}}.landing_page_7Qi {
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}.landing_page_7Qi .skill_upfast_T0x {
    position: relative;
    align-items: center;
    display: flex;
    min-height: 100vh;
    width: 100%;
    justify-content: center;
}.landing_page_7Qi .skill_upfast_T0x::before {
    left: 0;
    content: "";
    backdrop-filter: blur(3px);
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, 
    rgb(137,134,182,0.5), 
    rgba(0, 0, 0, 0.7), 
    rgb(117,88,147,0.5));
    top: 0;
}.landing_page_7Qi .how_started_Td9 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
              0 5px 12px rgba(0, 0, 0, 0.1),
              inset 0 1px 2px rgba(255, 255, 255, 0.1);
    flex-direction: column;
    max-width: 1200px;
    padding: 3rem;
    display: flex;
    transform: perspective(1000px) rotateX(1deg);
    z-index: 2;
    background: linear-gradient(165deg, 
    rgba(255, 255, 255, 0.07), 
    rgba(255, 255, 255, 0.01));
    gap: 2.5rem;
    width: 90%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.landing_page_7Qi .how_started_Td9:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2),
              0 8px 18px rgba(0, 0, 0, 0.15),
              inset 0 1px 3px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.landing_page_7Qi .how_started_Td9 > div {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeSlideUp 0.9s forwards;
}.landing_page_7Qi .how_started_Td9 > div:nth-child(1) {
    animation-delay: 0.3s;
}.landing_page_7Qi .how_started_Td9 > div:nth-child(2) {
    animation-delay: 0.6s;
}.landing_page_7Qi .how_started_Td9 > div:nth-child(3) {
    animation-delay: 0.9s;
}.landing_page_7Qi p {
    margin: 0 0 1rem;
    padding-left: 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    border-left: 4px solid rgb(117,88,147);
    letter-spacing: 0.05em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-size: clamp(1rem, 1vw + 0.75rem, 1.25rem);
    font-weight: 600;
    color: #ffffff;
}.landing_page_7Qi p::before {
    transform: scaleY(0);
    top: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(117,88,147), rgb(137,134,182));
    transform-origin: top;
    content: "";
    height: 100%;
    left: -4px;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.landing_page_7Qi .how_started_Td9:hover p::before {
    transform: scaleY(1);
}.landing_page_7Qi .title_style_header {
    background: linear-gradient(90deg, #ffffff, rgb(117,88,147));
    letter-spacing: -0.02em;
    position: relative;
    font-weight: 700;
    line-height: 1.1;
    color: transparent;
    color: #ffffff;
    text-shadow: 0 2px 30px rgba(255, 255, 255, 0.15);
    transform-style: preserve-3d;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    font-size: clamp(2.5rem, 4vw + 1rem, 4.5rem);
    margin: 0;
}.landing_page_7Qi .title_style_header::after {
    background: linear-gradient(90deg, rgb(137,134,182), rgb(117,88,147));
    transform: scaleX(0.7);
    transform-origin: left;
    bottom: -0.5rem;
    position: absolute;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    width: 60%;
    height: 4px;
}.landing_page_7Qi .how_started_Td9:hover .title_style_header::after {
    transform: scaleX(1);
}.landing_page_7Qi h3 {
    line-height: 1.5;
    transition: color 0.5s ease;
    padding-right: 2rem;
    font-size: clamp(1.1rem, 1.5vw + 0.5rem, 1.75rem);
    max-width: 90%;
    font-weight: 400;
    position: relative;
    color: rgb(255, 255, 255, 0.5);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    margin: 0;
}.landing_page_7Qi .how_started_Td9:hover h3 {
    color: #ffffff;
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1200px) {.landing_page_7Qi .how_started_Td9 {
    gap: 2rem;
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.landing_page_7Qi .how_started_Td9 {
    gap: 1.75rem;
    padding: 2rem;
    width: 95%;
}.landing_page_7Qi p {
    padding-left: 1.5rem;
}.landing_page_7Qi .title_style_header::after {
    width: 50%;
}.landing_page_7Qi h3 {
    max-width: 100%;
    padding-right: 0;
}
}

@media (max-width: 768px) {.landing_page_7Qi .skill_upfast_T0x {
    background-position: center center !important;
}.landing_page_7Qi .how_started_Td9 {
    padding: 1.75rem;
    gap: 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.landing_page_7Qi p {
    font-size: 1rem;
    padding-left: 1rem;
}.landing_page_7Qi .title_style_header::after {
    bottom: -0.3rem;
    height: 3px;
}
}

@media (max-width: 576px) {.landing_page_7Qi .how_started_Td9 {
    padding: 1.5rem;
    gap: 1.25rem;
    width: 92%;
}.landing_page_7Qi h3 {
    font-size: 1rem;
}.landing_page_7Qi .title_style_header::after {
    width: 40%;
}
}

@media (max-width: 380px) {.landing_page_7Qi .how_started_Td9 {
    gap: 1rem;
    padding: 1.25rem;
}.landing_page_7Qi p {
    border-left-width: 3px;
    font-size: 0.9rem;
    padding-left: 0.75rem;
}.landing_page_7Qi .title_style_header::after {
    height: 2px;
}}header {
    position: relative;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    margin-top: 0;
    overflow: visible;
    padding: 0;
    z-index: 100;
}header::before {
    width: 100%;
    content: '';
    z-index: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-size: 20px 20px;
}header::after {
    left: 0;
    bottom: 0;
    height: 4px;
    position: absolute;
    width: 100%;
    background-size: 200% auto;
    content: '';
    background: linear-gradient(90deg, 
        rgb(137,134,182) 0%,
        rgb(117,88,147) 50%,
        rgb(137,134,182) 100%
    );
    animation: gradientSlide 5s linear infinite;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .header_guide_UZ6 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 1.3rem 2rem;
    position: relative;
    z-index: 5;
}header .head_teach_nHo {
    flex: 0 0 auto;
    position: relative;
    z-index: 5;
}header .first_teach_o5f {
    text-decoration: none;
    position: relative;
    align-items: center;
    display: flex;
    padding: 0.5rem;
    z-index: 2;
    transition: all 0.3s ease;
}header .first_teach_o5f:hover {
    transform: translateY(-3px) scale(1.02);
}header .first_teach_o5f img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}header .head_teach_nHo::before {
    right: -8px;
    opacity: 0.3;
    transition: all 0.3s ease;
    content: '';
    top: -8px;
    border-radius: 10px;
    position: absolute;
    transform: skew(-3deg);
    border: 1px solid rgb(137,134,182);
    bottom: -8px;
    left: -8px;
}header .head_teach_nHo:hover::before {
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(137,134,182,0.5);
    transform: skew(-5deg) scale(1.05);
}header .nav_pagebar_zxZ {
    margin: 0;
    display: flex;
    z-index: 5;
    list-style: none;
    position: relative;
    padding: 0;
}header .top_lead_LS3 {
    perspective: 800px;
    position: relative;
    margin: 0 0.3rem;
}header .top_lead_LS3 a {
    color: #ffffff;
    font-size: 15px;
    padding: 0.8rem 1.2rem;
    display: block;
    transition: all 0.4s ease;
    position: relative;
    letter-spacing: 0.5px;
    z-index: 1;
    border: 1px solid transparent;
    font-weight: 600;
    text-decoration: none;
}header .top_lead_LS3 a::before {
    position: absolute;
    left: 10%;
    height: 1px;
    transition: transform 0.3s ease;
    width: 80%;
    bottom: 5px;
    transform: scaleX(0);
    background: rgb(137,134,182);
    opacity: 0.7;
    content: '';
}header .top_lead_LS3 a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
    color: rgb(137,134,182);
}header .top_lead_LS3 a:hover::before {
    transform: scaleX(1);
}header .top_lead_LS3::after {
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    content: '';
    opacity: 0;
    background: radial-gradient(circle at center, rgb(137,134,182,0.5) 0%, transparent 70%);
    position: absolute;
    height: 100%;
    pointer-events: none;
}header .top_lead_LS3:hover::after {
    opacity: 0.4;
}header .header_guide_UZ6::before {
    background: linear-gradient(90deg, transparent, rgb(137,134,182), transparent);
    position: absolute;
    left: 35%;
    height: 1px;
    top: 0;
    content: '';
    width: 30%;
}header .header_guide_UZ6::after {
    height: 1px;
    opacity: 0.1;
    bottom: 0;
    width: 60%;
    left: 20%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    content: '';
}.top_teach_jYI {
    background: rgb(184,183,204);
    padding-top: 2rem;
    z-index: 1;
    margin-top: 0;
    position: relative;
}

@media (min-width: 1400px) {header .header_guide_UZ6 {
    margin: 0 auto;
    max-width: 1300px;
}header .top_lead_LS3 {
    margin: 0 0.5rem;
}header .top_lead_LS3 a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .header_guide_UZ6 {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}header .head_teach_nHo {
    margin-bottom: 0;
}header .nav_pagebar_zxZ {
    margin-top: 1rem;
    justify-content: center;
    flex: 1 0 100%;
}header .top_lead_LS3 {
    margin: 0 0.2rem;
}header .top_lead_LS3 a {
    font-size: calc(15px - 1px);
    padding: 0.6rem 0.8rem;
}header .head_teach_nHo::before {
    bottom: -5px;
    top: -5px;
    left: -5px;
    right: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .header_guide_UZ6 {
    padding: 0.8rem 1.2rem;
}header .head_teach_nHo {
    max-width: 130px;
}header .head_teach_nHo::before {
    display: none;
}header .nav_pagebar_zxZ {
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
}header .nav_pagebar_zxZ::-webkit-scrollbar {
    height: 2px;
}header .nav_pagebar_zxZ::-webkit-scrollbar-thumb {
    background: rgb(137,134,182);
    border-radius: 10px;
}header .top_lead_LS3 {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .top_lead_LS3 a {
    padding: 0.5rem 0.7rem;
    font-size: calc(15px - 2px);
    white-space: nowrap;
    letter-spacing: 0;
}header .top_lead_LS3 a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .header_guide_UZ6 {
    padding: 0.7rem 1rem;
}header .head_teach_nHo {
    max-width: 110px;
}header .top_lead_LS3 a {
    font-size: calc(15px - 3px);
    padding: 0.4rem 0.6rem;
}}.our_mission_QN8 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(184,183,204) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 5rem 0;
}.our_mission_QN8::before {
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(137,134,182,0.5) 0%, transparent 60%);
    position: absolute;
    opacity: 0.7;
}.our_mission_QN8::after {
    border: 1px solid rgb(117,88,147,0.5);
    top: -100px;
    position: absolute;
    content: "";
    border-radius: 50%;
    animation: rotate 30s infinite linear;
    right: -100px;
    width: 200px;
    z-index: 0;
    height: 200px;
}.our_mission_QN8 .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.our_mission_QN8 h1 {
    margin-bottom: 3rem;
    animation: slideIn 0.8s forwards 0.2s ease-out;
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 43px;
    opacity: 0;
    transform: translateX(20px);
}.our_mission_QN8 h1::after {
    position: absolute;
    content: "";
    left: 0;
    height: 4px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(137,134,182) 0%, transparent 100%);
    transform: scaleX(0);
    width: 60%;
    animation: expandLine 1s forwards 0.8s ease-out;
    bottom: -10px;
}.our_mission_QN8 .learn_guide_aux {
    position: relative;
}.our_mission_QN8 .learn_guide_aux::before {
    height: 50px;
    top: -25px;
    width: 50px;
    z-index: 0;
    left: -25px;
    border: 2px solid rgb(137,134,182,0.5);
    position: absolute;
    animation: float 6s infinite alternate ease-in-out;
    border-radius: 50%;
    content: "";
}.our_mission_QN8 ul {
    padding: 0;
    gap: 3rem;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
}.our_mission_QN8 .class_space_TOf {
    transition: transform 0.4s, box-shadow 0.4s;
    border-radius: 8px;
    opacity: 0;
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(30px);
    overflow: hidden;
    animation: fadeUp 1s forwards 0.4s ease-out;
    background: #ffffff;
    position: relative;
}.our_mission_QN8 .class_space_TOf:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px) scale(1.02);
}.our_mission_QN8 .class_space_TOf::before {
    left: -10%;
    content: "";
    background: linear-gradient(90deg, rgb(137,134,182,0.5) 0%, transparent 100%);
    height: 120px;
    width: 120%;
    top: -60px;
    position: absolute;
    opacity: 0.1;
    transform: rotate(-3deg);
    transition: opacity 0.3s;
}.our_mission_QN8 .class_space_TOf:hover::before {
    opacity: 0.2;
}.our_mission_QN8 .class_space_TOf:nth-child(2) {
    animation-delay: 0.6s;
}.our_mission_QN8 .class_space_TOf:nth-child(2)::before {
    background: linear-gradient(90deg, rgb(117,88,147,0.5) 0%, transparent 100%);
    transform: rotate(3deg);
}.our_mission_QN8 h4 {
    font-size: calc(23px * 1.1);
    display: inline-block;
    font-weight: 600;
    color: #000000;
    margin-top: 0;
    position: relative;
    margin-bottom: 1.5rem;
}.our_mission_QN8 h4::after {
    transform: scaleX(0);
    bottom: -8px;
    width: 40px;
    content: "";
    position: absolute;
    height: 3px;
    transform-origin: left;
    background: rgb(137,134,182);
    left: 0;
    animation: expandLine 0.5s forwards 1.2s ease-out;
}.our_mission_QN8 .class_space_TOf:nth-child(2) h4::after {
    background: rgb(117,88,147);
    animation-delay: 1.4s;
}.our_mission_QN8 .class_space_TOf div {
    max-height: 300px;
    position: relative;
    font-size: 15px;
    padding-right: 10px;
    color: #000000;
    overflow-y: auto;
    line-height: 1.8;
}.our_mission_QN8 .class_space_TOf div::-webkit-scrollbar {
    width: 4px;
}.our_mission_QN8 .class_space_TOf div::-webkit-scrollbar-track {
    background: #ffffff;
}.our_mission_QN8 .class_space_TOf div::-webkit-scrollbar-thumb {
    background: rgb(137,134,182,0.5);
    border-radius: 10px;
}.our_mission_QN8 .class_space_TOf:nth-child(2) div::-webkit-scrollbar-thumb {
    background: rgb(117,88,147,0.5);
}

@media (min-width: 768px) {.our_mission_QN8 {
    padding: 7rem 0;
}.our_mission_QN8 ul {
    grid-template-columns: repeat(2, 1fr);
}.our_mission_QN8 h1 {
    font-size: calc(43px * 1.1);
    margin-left: 2rem;
}.our_mission_QN8 .class_space_TOf {
    padding: 3rem;
}.our_mission_QN8 .class_space_TOf div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.our_mission_QN8 {
    padding: 8rem 0;
}.our_mission_QN8::before {
    animation: pulse 20s infinite alternate ease-in-out;
}.our_mission_QN8 ul {
    gap: 4rem;
}.our_mission_QN8 .class_space_TOf {
    transform: translateY(30px) rotate(-1deg);
}.our_mission_QN8 .class_space_TOf:nth-child(2) {
    transform: translateY(30px) rotate(1deg);
}.our_mission_QN8 .class_space_TOf:hover {
    transform: translateY(-5px) scale(1.02) rotate(0);
}.our_mission_QN8 .class_space_TOf:nth-child(2):hover {
    transform: translateY(-5px) scale(1.02) rotate(0);
}.our_mission_QN8 .class_space_TOf div {
    max-height: 400px;
}.our_mission_QN8 h1 {
    margin-left: 4rem;
}
}

@media (min-width: 1200px) {.our_mission_QN8 h1 {
    margin-left: 6rem;
    font-size: calc(43px * 1.2);
}.our_mission_QN8 .class_space_TOf {
    padding: 3.5rem;
}.our_mission_QN8 .class_space_TOf div {
    max-height: 450px;
}}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-15px) translateX(10px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}.policyAgreementPanel_H6D {
    border-top: 2px solid rgb(137,134,182);
    width: 100%;
    position: fixed;
    background: rgb(184,183,204);
    z-index: 90;
    bottom: 0;
}.web_cookies_yn7 {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.policyAgreementPanel_H6D h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.policyAgreementPanel_H6D p {
    font-size: 18px;
}.cookie_overview_VgF {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_overview_VgF svg, .cookie_overview_VgF svg path, .cookie_overview_VgF img {
    width: 100px;
    height: 100px;
    fill: rgb(137,134,182);
}.track_bar_6Oy {
    min-width: 120px;
    white-space: nowrap;
    line-height: 35px;
    font-size: 24px;
    margin-left: 10px;
    color: rgb(137,134,182);
    border-bottom: 2px solid rgb(137,134,182);
    flex-shrink: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}.policyAgreementPanel_H6D p a {
    color: rgb(137,134,182);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.policyAgreementPanel_H6D {
    padding: 20px;
}}
#cookieAlertOverlay_RzG {
    display: none;
}#cookieAlertOverlay_RzG:checked ~ .policyAgreementPanel_H6D {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.cookie_overview_VgF {
    display: none;
}.web_cookies_yn7 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.policyAgreementPanel_H6D h5 {
    text-align: center;
}.policyAgreementPanel_H6D p {
    text-align: center;
}.data_guard_vbE {
    margin-bottom: 20px;
}body .wrapper-segment_Tlk .track_bar_6Oy {
    margin-left: 0;
}}.program_offerings_2Gn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: rgb(184,183,204);
    min-height: 100vh;
    overflow: hidden;
}.program_offerings_2Gn .knowledge_plan_YQm {
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
}.program_offerings_2Gn .career_classes_NcV {
    height: 100%;
    display: flex;
    width: 500%;
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}.program_offerings_2Gn .knowledge_plan_YQm:hover .career_classes_NcV {
    animation-play-state: paused;
}.program_offerings_2Gn .study_track_vnz {
    width: 20%;
    height: 100%;
    overflow: hidden;
    position: relative;
}.program_offerings_2Gn .study_track_vnz img {
    width: 100%;
    filter: brightness(0.85) contrast(1.1);
    transform: scale(1.05);
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease-out;
}.program_offerings_2Gn .study_track_vnz:hover img {
    transform: scale(1);
    filter: brightness(0.9) contrast(1.05);
}.program_offerings_2Gn .study_track_vnz::before {
    z-index: 2;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    animation: gradient-shift 8s infinite alternate;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
}.program_offerings_2Gn .study_track_vnz::after {
    content: "";
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
}.program_offerings_2Gn .container {
    align-items: center;
    z-index: 2;
    position: relative;
    display: flex;
    margin: auto;
    justify-content: center;
    padding: 2rem;
    height: 100%;
}.program_offerings_2Gn .fast_study_Tob {
    position: relative;
    width: 100%;
    max-width: 800px;
}.program_offerings_2Gn .knowledge_map_kRe {
    border-radius: 19px;
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    text-align: center;
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    padding: 4rem;
}.program_offerings_2Gn .knowledge_map_kRe::before {
    height: 100%;
    opacity: 0.7;
    animation: pulse-gradient 8s ease infinite;
    left: 0;
    content: "";
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
    position: absolute;
    top: 0;
    width: 100%;
}.program_offerings_2Gn .knowledge_map_kRe::after {
    position: absolute;
    transform: translateX(-100%);
    top: 0;
    content: "";
    right: 0;
    animation: shine-effect 10s ease-in-out infinite;
    z-index: -1;
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    left: 0;
    bottom: 0;
}.program_offerings_2Gn .knowledge_map_kRe h3 {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 38px;
    position: relative;
    font-weight: 700;
}.program_offerings_2Gn .knowledge_map_kRe h3::after {
    height: 2px;
    left: 50%;
    transition: width 0.3s ease;
    bottom: -8px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(
        90deg,
        rgb(137,134,182) 0%,
        rgb(117,88,147) 100%
    );
    width: 30%;
    position: absolute;
}.program_offerings_2Gn .knowledge_map_kRe:hover h3::after {
    width: 60%;
}.program_offerings_2Gn .knowledge_map_kRe p {
    line-height: 1.8;
    font-size: 13px;
    margin-bottom: 2.5rem;
    font-weight: 300;
    opacity: 0.8;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}.program_offerings_2Gn .knowledge_map_kRe .feedback_support_w5Q {
    overflow: hidden;
    font-weight: 600;
    border-radius: 10px;
    font-size: 19px;
    position: relative;
    box-shadow: 0 8px 25px rgb(137,134,182,0.5);
    text-decoration: none;
    z-index: 1;
    background: linear-gradient(
        45deg,
        rgb(137,134,182) 0%,
        rgb(117,88,147) 100%
    );
    padding: 1rem 2.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    color: #ffffff;
}.program_offerings_2Gn .knowledge_map_kRe .feedback_support_w5Q::before {
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
    content: "";
    background: linear-gradient(
        45deg,
        rgb(117,88,147) 0%,
        rgb(137,134,182) 100%
    );
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: -1;
    left: 0;
}.program_offerings_2Gn .knowledge_map_kRe .feedback_support_w5Q::after {
    left: -50%;
    position: absolute;
    width: 200%;
    top: -50%;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    content: "";
    height: 200%;
}.program_offerings_2Gn .knowledge_map_kRe .feedback_support_w5Q:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgb(137,134,182,0.5);
}.program_offerings_2Gn .knowledge_map_kRe .feedback_support_w5Q:hover::before {
    opacity: 1;
}.program_offerings_2Gn .knowledge_map_kRe .feedback_support_w5Q:hover::after {
    animation: ripple-out 1.5s ease;
    transform: scale(1);
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes gradient-shift {
    0% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
}

@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.program_offerings_2Gn::before {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    z-index: 1;
    content: "";
    left: 0;
    opacity: 0.7;
}.program_offerings_2Gn::after {
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.8;
    content: "";
    top: 0;
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
}

@media (max-width: 992px) {.program_offerings_2Gn .knowledge_map_kRe {
    padding: 3rem;
}.program_offerings_2Gn .fast_study_Tob {
    max-width: 700px;
}.program_offerings_2Gn .knowledge_map_kRe h3 {
    font-size: calc(38px * 0.9);
}.program_offerings_2Gn .knowledge_map_kRe p {
    max-width: 95%;
}
}

@media (max-width: 768px) {.program_offerings_2Gn .knowledge_map_kRe {
    padding: 2.5rem;
}.program_offerings_2Gn .fast_study_Tob {
    max-width: 90%;
}.program_offerings_2Gn .knowledge_map_kRe h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1.2rem;
}.program_offerings_2Gn .knowledge_map_kRe p {
    font-size: calc(13px * 0.95);
    margin-bottom: 2rem;
}.program_offerings_2Gn .knowledge_map_kRe .feedback_support_w5Q {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 576px) {.program_offerings_2Gn .career_classes_NcV {
    animation-duration: 25s;
}.program_offerings_2Gn .knowledge_map_kRe {
    padding: 2rem 1.5rem;
}.program_offerings_2Gn .knowledge_map_kRe h3 {
    margin-bottom: 1rem;
    font-size: calc(38px * 0.7);
}.program_offerings_2Gn .knowledge_map_kRe p {
    font-size: calc(13px * 0.9);
    max-width: 100%;
    margin-bottom: 1.5rem;
}.program_offerings_2Gn .knowledge_map_kRe .feedback_support_w5Q {
    font-size: calc(19px * 0.9);
    padding: 0.75rem 1.75rem;
}@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

.program_offerings_2Gn .study_track_vnz:nth-child(1)::before {
    animation-delay: 0s;
}.program_offerings_2Gn .study_track_vnz:nth-child(2)::before {
    animation-delay: 2s;
}.program_offerings_2Gn .study_track_vnz:nth-child(3)::before {
    animation-delay: 4s;
}.program_offerings_2Gn .study_track_vnz:nth-child(4)::before {
    animation-delay: 6s;
}.program_offerings_2Gn .study_track_vnz:nth-child(5)::before {
    animation-delay: 8s;
}.program_offerings_2Gn .study_track_vnz::after {
    animation: tech-grid 15s linear infinite;
}@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}.secure_guard_Hq4 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(184,183,204) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 5rem 1.5rem;
}.secure_guard_Hq4::before {
    left: 0;
    background-image: linear-gradient(45deg, rgb(137,134,182,0.5) 25%, transparent 25%), 
                      linear-gradient(-45deg, rgb(137,134,182,0.5) 25%, transparent 25%);
    content: "";
    opacity: 0.04;
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    background-size: 60px 60px;
    position: absolute;
}.secure_guard_Hq4::after {
    position: absolute;
    background: linear-gradient(120deg, rgb(117,88,147,0.5) 0%, transparent 70%);
    z-index: 0;
    content: "";
    height: 40%;
    opacity: 0.2;
    top: -10%;
    width: 40%;
    transform: rotate(-15deg);
    right: -10%;
}.secure_guard_Hq4 .container {
    margin: 0 auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    z-index: 1;
    transform: translateZ(0);
    position: relative;
    padding: 3.5rem 4rem;
    background-color: #ffffff;
    max-width: 1140px;
}.secure_guard_Hq4 h1 {
    color: #000000;
    font-weight: 700;
    padding-bottom: 1.2rem;
    transform: translateX(-0.5rem);
    position: relative;
    line-height: 1.2;
    margin-bottom: 2.5rem;
    font-size: 38px;
}.secure_guard_Hq4 h1::after {
    width: 8rem;
    left: 0;
    animation: expandWidth 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 4px;
    transform-origin: left;
    content: "";
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(137,134,182) 0%, rgb(117,88,147) 100%);
}.secure_guard_Hq4 h2 {
    position: relative;
    transform: translateX(-1.2rem);
    line-height: 1.3;
    font-size: 29px;
    margin: 3rem 0 1.5rem;
    color: #000000;
    font-weight: 600;
    padding-left: 1.2rem;
}.secure_guard_Hq4 h2::before {
    background: rgb(137,134,182);
    width: 4px;
    position: absolute;
    border-radius: 2px;
    left: 0;
    content: "";
    bottom: 0.5rem;
    top: 0.5rem;
}.secure_guard_Hq4 h3 {
    padding-left: 1rem;
    transform: translateX(-1rem);
    font-weight: 600;
    position: relative;
    margin: 2.5rem 0 1.2rem;
    font-size: calc(29px * 0.85);
    color: #000000;
}.secure_guard_Hq4 h3::before {
    bottom: 0.4rem;
    top: 0.4rem;
    left: 0;
    width: 3px;
    content: "";
    position: absolute;
    border-radius: 1.5px;
    background: rgb(117,88,147);
}.secure_guard_Hq4 h4 {
    color: #000000;
    margin: 2rem 0 1rem;
    transform: translateX(-0.8rem);
    padding-left: 0.8rem;
    position: relative;
    font-weight: 600;
    font-size: calc(29px * 0.7);
}.secure_guard_Hq4 h4::before {
    top: 0.3rem;
    background: rgb(117,88,147,0.5);
    content: "";
    position: absolute;
    border-radius: 1px;
    bottom: 0.3rem;
    left: 0;
    width: 2px;
}.secure_guard_Hq4 p {
    margin-bottom: 1.5rem;
    font-size: 17px;
    line-height: 1.7;
    position: relative;
    max-width: 95%;
    color: #000000;
}.secure_guard_Hq4 strong {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #000000;
}.secure_guard_Hq4 strong::after {
    content: "";
    height: 1px;
    background-color: rgb(117,88,147,0.5);
    bottom: -2px;
    width: 100%;
    left: 0;
    position: absolute;
}.secure_guard_Hq4 ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    position: relative;
    padding-left: 1.5rem;
}.secure_guard_Hq4 li {
    font-size: 17px;
    line-height: 1.6;
    padding-left: 1.8rem;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
}.secure_guard_Hq4 li::before {
    background-color: rgb(137,134,182,0.5);
    border: 1px solid rgb(137,134,182);
    transform: rotate(45deg);
    height: 0.6rem;
    position: absolute;
    width: 0.6rem;
    top: 0.7rem;
    left: 0;
    content: "";
    transition: transform 0.3s ease, background-color 0.3s ease;
}.secure_guard_Hq4 li:hover::before {
    transform: rotate(135deg);
    background-color: rgb(137,134,182);
}.secure_guard_Hq4 span {
    margin-bottom: 1.5rem;
    padding: 0.5rem 0;
    color: #000000;
    display: block;
    font-size: 17px;
    line-height: 1.7;
    position: relative;
}.secure_guard_Hq4 span::after {
    background: linear-gradient(90deg, rgb(137,134,182,0.5) 0%, transparent 100%);
    bottom: 0;
    height: 1px;
    content: "";
    width: 100%;
    position: absolute;
    transform-origin: left;
    left: 0;
}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 8rem; }
}

@media (max-width: 991px) {.secure_guard_Hq4 {
    padding: 4rem 1rem;
}.secure_guard_Hq4 .container {
    padding: 2.5rem 3rem;
}.secure_guard_Hq4 h1 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2rem;
}.secure_guard_Hq4 h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 767px) {.secure_guard_Hq4 {
    padding: 3rem 0.8rem;
}.secure_guard_Hq4 .container {
    padding: 2rem 1.5rem;
}.secure_guard_Hq4 h1 {
    padding-bottom: 1rem;
    margin-bottom: 1.8rem;
    font-size: calc(38px * 0.8);
}.secure_guard_Hq4 h1::after {
    width: 6rem;
}.secure_guard_Hq4 h2 {
    font-size: calc(29px * 0.8);
    margin: 2rem 0 1rem;
    transform: translateX(-1rem);
    padding-left: 1rem;
}.secure_guard_Hq4 h3 {
    padding-left: 0.8rem;
    font-size: calc(29px * 0.7);
    transform: translateX(-0.8rem);
    margin: 1.8rem 0 1rem;
}.secure_guard_Hq4 h4 {
    margin: 1.5rem 0 0.8rem;
    font-size: calc(29px * 0.6);
}.secure_guard_Hq4 p, 
    .secure_guard_Hq4 span, 
    .secure_guard_Hq4 li {
    font-size: calc(17px * 0.95);
    margin-bottom: 1.2rem;
}.secure_guard_Hq4 ul {
    padding-left: 0.8rem;
    margin: 1.2rem 0 1.8rem;
}.secure_guard_Hq4 li {
    margin-bottom: 0.8rem;
    padding-left: 1.5rem;
}
}

@media (max-width: 479px) {.secure_guard_Hq4 {
    padding: 2rem 0.5rem;
}.secure_guard_Hq4 .container {
    padding: 1.5rem 1.2rem;
}.secure_guard_Hq4 h1 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.5rem;
}.secure_guard_Hq4 h1::after {
    height: 3px;
    width: 5rem;
}.secure_guard_Hq4 h2 {
    padding-left: 0.8rem;
    transform: translateX(-0.8rem);
    font-size: calc(29px * 0.7);
    margin: 1.8rem 0 0.8rem;
}.secure_guard_Hq4 h2::before {
    width: 3px;
}.secure_guard_Hq4 h3, .secure_guard_Hq4 h4 {
    font-size: calc(29px * 0.6);
    margin: 1.5rem 0 0.8rem;
    padding-left: 0.7rem;
    transform: translateX(-0.7rem);
}.secure_guard_Hq4 p, 
    .secure_guard_Hq4 span, 
    .secure_guard_Hq4 li {
    max-width: 100%;
    margin-bottom: 1rem;
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.secure_guard_Hq4 ul {
    padding-left: 0.5rem;
}.secure_guard_Hq4 li {
    padding-left: 1.3rem;
}.secure_guard_Hq4 li::before {
    height: 0.5rem;
    width: 0.5rem;
}}.start_now_v9N {
    background: linear-gradient(to right, rgb(137,134,182), rgb(117,88,147), rgb(137,134,182));
    z-index: 1;
    padding: 120px 0;
    position: relative;
    background-size: 200% 100%;
    animation: gradientShift 15s ease infinite;
    overflow: hidden;
}.start_now_v9N::before {
    height: 100%;
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    z-index: -1;
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 10px
        ),
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 10px
        );
    position: absolute;
}.start_now_v9N::after {
    top: -50%;
    width: 200%;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    left: -50%;
    content: '';
    position: absolute;
    transform-origin: center;
    height: 200%;
    animation: rotateLight 40s linear infinite;
    opacity: 0.3;
    z-index: -1;
}.start_now_v9N .fast_study_Tob {
    margin: 0 auto;
    align-items: center;
    box-shadow: 
        0 25px 45px rgba(0, 0, 0, 0.2),
        0 0 30px rgba(255, 255, 255, 0.1);
    flex-direction: column;
    max-width: 1100px;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    padding: 60px;
    z-index: 2;
    display: flex;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
    backdrop-filter: blur(10px);
}.start_now_v9N .fast_study_Tob::before {
    top: 0;
    content: '';
    width: 100%;
    animation: shimmerEffect 5s ease-in-out infinite;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(
            to right,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
    z-index: -1;
    transform: skewX(-45deg) translateX(-150%);
    height: 100%;
}.start_now_v9N .fast_study_Tob::after {
    position: absolute;
    animation: rotatePrism 20s linear infinite;
    opacity: 0.1;
    height: 150%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(137,134,182,0.5) 90deg,
        transparent 180deg,
        rgb(117,88,147,0.5) 270deg,
        transparent 360deg
    );
    z-index: -1;
    top: -25%;
    content: '';
    width: 150%;
    left: -25%;
}.start_now_v9N h3 {
    color: #ffffff;
    letter-spacing: 4px;
    transform: perspective(500px);
    animation: floatText 6s ease-in-out infinite;
    text-align: center;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    transform-style: preserve-3d;
    position: relative;
    font-size: 34px;
    text-transform: uppercase;
}.start_now_v9N h3::before {
    box-shadow: 0 0 15px #ffffff;
    width: 40%;
    position: absolute;
    height: 2px;
    bottom: -20px;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    left: 30%;
    content: '';
}.start_now_v9N h3::after {
    content: '';
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    height: 100%;
    width: 100%;
    left: 0;
    animation: reflectionSweep 8s linear infinite;
    position: absolute;
    top: 0;
}.start_now_v9N .connect_section_yuG {
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 3px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.2);
    text-decoration: none;
    color: rgb(137,134,182);
    display: inline-block;
    z-index: 1;
    font-size: 20px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    transform: translateZ(10px);
    padding: 18px 50px;
    background: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
}.start_now_v9N .connect_section_yuG::before {
    z-index: -1;
    content: '';
    top: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    left: 0;
    opacity: 0;
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(137,134,182),
        rgb(117,88,147)
    );
    height: 100%;
}.start_now_v9N .connect_section_yuG::after {
    left: -100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    position: absolute;
    top: -100%;
    transition: left 0.7s ease;
    height: 300%;
    content: '';
    width: 30%;
    z-index: 1;
    transform: rotate(30deg);
}.start_now_v9N .connect_section_yuG:hover {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px) translateZ(10px);
    color: #ffffff;
}.start_now_v9N .connect_section_yuG:hover::before {
    opacity: 1;
}.start_now_v9N .connect_section_yuG:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.start_now_v9N {
    padding: 100px 0;
}.start_now_v9N .fast_study_Tob {
    max-width: 90%;
    padding: 50px 40px;
}.start_now_v9N h3 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
}.start_now_v9N .connect_section_yuG {
    padding: 16px 45px;
}
}

@media screen and (max-width: 768px) {.start_now_v9N {
    padding: 80px 0;
}.start_now_v9N .fast_study_Tob {
    padding: 40px 30px;
}.start_now_v9N h3 {
    font-size: calc(34px * 0.8);
    letter-spacing: 3px;
    margin-bottom: 45px;
}.start_now_v9N h3::before {
    width: 30%;
    left: 35%;
}.start_now_v9N .connect_section_yuG {
    letter-spacing: 2px;
    font-size: calc(20px * 0.95);
    padding: 15px 40px;
}
}

@media screen and (max-width: 576px) {.start_now_v9N {
    padding: 60px 0;
}.start_now_v9N .fast_study_Tob {
    padding: 30px 20px;
}.start_now_v9N h3 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.7);
    letter-spacing: 2px;
}.start_now_v9N h3::before {
    width: 25%;
    bottom: -15px;
    left: 37.5%;
}.start_now_v9N .connect_section_yuG {
    padding: 12px 35px;
    letter-spacing: 1px;
    font-size: calc(20px * 0.9);
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateLight {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmerEffect {
    0% {
        transform: skewX(-45deg) translateX(-150%);
    }
    50% {
        transform: skewX(-45deg) translateX(150%);
    }
    100% {
        transform: skewX(-45deg) translateX(-150%);
    }
}

@keyframes rotatePrism {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatText {
    0%, 100% {
        transform: perspective(500px) translateZ(0);
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        transform: perspective(500px) translateZ(20px);
        text-shadow: 0 0 25px #ffffff;
    }
}

@keyframes reflectionSweep {
    0% {
        transform: translateX(-100%) skewX(-45deg);
    }
    100% {
        transform: translateX(100%) skewX(-45deg);
    }
}.achieve_cta_43F {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 80px 0 40px;
    z-index: 1;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.achieve_cta_43F .container {
    position: relative;
    justify-content: space-between;
    display: flex;
}.achieve_cta_43F .company_holder {
    flex: 0 0 30%;
    padding-right: 30px;
    position: relative;
}.achieve_cta_43F .company_holder::after {
    top: 10%;
    position: absolute;
    width: 1px;
    height: 80%;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(137,134,182), transparent);
    right: 0;
}.achieve_cta_43F .company_holder h3 {
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(137,134,182,0.5);
    font-size: calc(33px * 0.9);
    display: inline-block;
    color: #ffffff;
}.achieve_cta_43F .company_holder h3::after {
    width: 40%;
    height: 2px;
    left: 0;
    position: absolute;
    content: '';
    bottom: -5px;
    background: rgb(137,134,182);
    transition: width 0.3s ease-in-out;
}.achieve_cta_43F .company_holder h3:hover::after {
    width: 100%;
}.achieve_cta_43F .intern_ship_Fjp {
    line-height: 1.6;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    margin-top: 15px;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    font-size: 16px;
    padding: 15px;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}.achieve_cta_43F .intern_ship_Fjp:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
}.achieve_cta_43F .converter_4Nv {
    flex: 0 0 65%;
    display: flex;
    position: relative;
    justify-content: space-between;
}.achieve_cta_43F .main_top_59M {
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}.achieve_cta_43F .nav_pagebar_zxZ {
    position: relative;
    border-radius: 14px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 20px;
    flex: 0 0 45%;
}.achieve_cta_43F .nav_pagebar_zxZ::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: '';
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    z-index: -1;
}.achieve_cta_43F .nav_pagebar_zxZ:hover::before {
    transform: translateX(100%);
}.achieve_cta_43F .nav_pagebar_zxZ h5 {
    position: relative;
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}.achieve_cta_43F .nav_pagebar_zxZ h5::after {
    width: 40px;
    position: absolute;
    content: '';
    transition: width 0.3s ease, box-shadow 0.3s ease;
    bottom: 0;
    background: rgb(137,134,182);
    left: 0;
    height: 2px;
}.achieve_cta_43F .nav_pagebar_zxZ:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(137,134,182), 0 0 16px rgb(137,134,182,0.5);
}.achieve_cta_43F .nav_pagebar_zxZ .main_top_59M {
    gap: 12px;
    flex-direction: column;
    display: flex;
}.achieve_cta_43F .nav_pagebar_zxZ .main_top_59M a {
    transition: all 0.3s ease;
    opacity: 0.85;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: calc(16px * 0.95);
    padding-left: 0;
    color: #ffffff;
}.achieve_cta_43F .nav_pagebar_zxZ .main_top_59M a::before {
    transition: width 0.3s ease, transform 0.3s ease;
    content: '';
    bottom: -2px;
    position: absolute;
    background: linear-gradient(90deg, rgb(137,134,182), transparent);
    width: 0;
    left: 0;
    transform-origin: left;
    height: 1px;
}.achieve_cta_43F .nav_pagebar_zxZ .main_top_59M a:hover {
    opacity: 1;
    color: #ffffff;
    padding-left: 5px;
}.achieve_cta_43F .nav_pagebar_zxZ .main_top_59M a:hover::before {
    box-shadow: 0 0 5px rgb(137,134,182,0.5);
    width: 100%;
}.workshop_cta_REU {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}.workshop_cta_REU::before {
    content: '';
    right: 0;
    left: 0;
    top: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(137,134,182,0.5), transparent);
}.workshop_cta_REU .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.workshop_cta_REU .footer_social_kxi {
    font-size: 16px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    color: #ffffff;
    transition: opacity 0.3s ease;
    text-align: center;
}.workshop_cta_REU .footer_social_kxi:hover {
    opacity: 1;
}

@media (max-width: 991px) {.achieve_cta_43F {
    padding: 60px 0 30px;
}.achieve_cta_43F .container {
    flex-direction: column;
}.achieve_cta_43F .company_holder {
    padding-right: 0;
    flex: 0 0 100%;
    margin-bottom: 40px;
}.achieve_cta_43F .company_holder::after {
    display: none;
}.achieve_cta_43F .converter_4Nv {
    flex: 0 0 100%;
}.achieve_cta_43F .nav_pagebar_zxZ {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}

@media (max-width: 768px) {.achieve_cta_43F {
    padding: 40px 0 20px;
}.achieve_cta_43F .main_top_59M {
    flex-direction: column;
}.achieve_cta_43F .nav_pagebar_zxZ {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.achieve_cta_43F .company_holder h3 {
    font-size: calc(33px * 0.8);
}.achieve_cta_43F .nav_pagebar_zxZ h5 {
    font-size: calc(23px * 0.9);
}.workshop_cta_REU .footer_social_kxi {
    font-size: calc(16px * 0.9);
}
}

@media (max-width: 576px) {.achieve_cta_43F {
    padding: 30px 0 15px;
}.achieve_cta_43F .company_holder {
    margin-bottom: 30px;
}.achieve_cta_43F .company_holder h3 {
    font-size: calc(33px * 0.7);
}.achieve_cta_43F .nav_pagebar_zxZ h5 {
    font-size: calc(23px * 0.8);
}.workshop_cta_REU {
    padding: 10px 0;
}.workshop_cta_REU .footer_social_kxi {
    font-size: calc(16px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    bottom: 0;
    z-index: 0;
    background-size: 50px 50px;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    opacity: 0.3;
    right: 0;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
}.achieve_cta_43F .company_holder h3 {
    position: relative;
    overflow: hidden;
}.achieve_cta_43F .company_holder h3::before {
    height: 100%;
    pointer-events: none;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: 0.5s;
    content: '';
    left: -100%;
}.achieve_cta_43F .company_holder h3:hover::before {
    left: 100%;
}.contact_Ifi {
    position: relative;
    background: linear-gradient(135deg, rgb(184,183,204) 0%, rgb(137,134,182,0.5) 100%);
    overflow: hidden;
    padding: 120px 0 80px;
}.contact_Ifi::before {
    width: 100%;
    opacity: 0.05;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, 
        rgb(137,134,182,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(137,134,182,0.5) 50%, 
        rgb(137,134,182,0.5) 75%, 
        transparent 75%, 
        transparent);
    background-size: 60px 60px;
    content: "";
    animation: gradientMove 20s linear infinite;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.contact_Ifi .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.contact_Ifi h2 {
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 37px;
    font-family: Arial, sans-serif;
    color: rgb(137,134,182);
    margin-bottom: 60px;
}.contact_Ifi h2::after {
    background: rgb(137,134,182);
    position: absolute;
    content: "";
    bottom: -15px;
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
}.contact_Ifi .request_inquiry_PON {
    margin: 0 auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    display: grid;
    border-radius: 17px;
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    overflow: hidden;
    gap: 0;
}.contact_Ifi .media_thumbnail_s8g {
    order: 2;
    position: relative;
    height: 100%;
    min-height: 600px;
}.contact_Ifi .reach_support_prz {
    order: 1;
    background: #ffffff;
    justify-content: center;
    position: relative;
    flex-direction: column;
    display: flex;
    padding: 60px;
}.contact_Ifi .reach_support_prz::before {
    width: 10px;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(137,134,182), rgb(117,88,147));
    content: "";
    top: 0;
    right: 0;
}.contact_Ifi form {
    position: relative;
    width: 100%;
}.contact_Ifi form h3 {
    border-bottom: 2px solid rgb(117,88,147,0.5);
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}.contact_Ifi form input[type="text"] {
    width: 100%;
    font-size: 14px;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    background: rgb(184,183,204);
    color: #000000;
    position: relative;
    border: none;
    font-family: Arial, sans-serif;
    padding: 16px 20px 16px 50px;
}.contact_Ifi form input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(137,134,182);
}.contact_Ifi form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_Ifi form input#name {
    position: relative;
}.contact_Ifi form input#name::before {
    border-radius: 50%;
    width: 20px;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    background: rgb(137,134,182);
    height: 20px;
    top: 50%;
    left: 20px;
}.contact_Ifi .query_help_95D {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact_Ifi .query_help_95D input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_Ifi .query_help_95D label {
    font-size: 14px;
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}.contact_Ifi .query_help_95D label::before {
    height: 24px;
    left: 0;
    border-radius: 10px;
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    width: 24px;
    top: 0;
    background: rgb(184,183,204);
}.contact_Ifi .query_help_95D input[type="checkbox"]:checked + label::before {
    background: rgb(137,134,182);
}.contact_Ifi .query_help_95D input[type="checkbox"]:checked + label::after {
    left: 8px;
    content: "";
    width: 8px;
    transform: rotate(45deg);
    height: 14px;
    border-bottom: 2px solid #ffffff;
    top: 4px;
    border-right: 2px solid #ffffff;
    position: absolute;
}.contact_Ifi .query_help_95D label a {
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    color: rgb(137,134,182);
    text-decoration: none;
}.contact_Ifi .query_help_95D label a::after {
    content: "";
    bottom: -2px;
    left: 0;
    height: 1px;
    background: rgb(137,134,182);
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
}.contact_Ifi .query_help_95D label a:hover::after {
    width: 100%;
}.contact_Ifi form .feedback_support_w5Q {
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    padding: 16px 40px;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border: none;
    font-size: 20px;
    background: rgb(137,134,182);
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    overflow: hidden;
}.contact_Ifi form .feedback_support_w5Q::before {
    background: rgb(117,88,147);
    position: absolute;
    left: 0;
    width: 0;
    content: "";
    transition: width 0.3s ease;
    height: 100%;
    top: 0;
    z-index: -1;
}.contact_Ifi form .feedback_support_w5Q:hover::before {
    width: 100%;
}.contact_Ifi form .feedback_support_w5Q:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(137,134,182);
}.contact_Ifi svg {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    fill: rgb(137,134,182);
    left: 20px;
    transform: translateY(-50%);
}.contact_Ifi svg path {
    fill: rgb(137,134,182);
    transition: fill 0.3s ease;
}.contact_Ifi form #name,
.contact_Ifi form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.contact_Ifi .request_inquiry_PON {
    max-width: 800px;
}.contact_Ifi .reach_support_prz {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.contact_Ifi {
    padding: 80px 0 60px;
}.contact_Ifi .request_inquiry_PON {
    grid-template-columns: 1fr;
}.contact_Ifi .media_thumbnail_s8g {
    min-height: 300px;
    order: 1;
    clip-path: none;
}.contact_Ifi .reach_support_prz {
    order: 2;
    padding: 40px 30px;
}.contact_Ifi .reach_support_prz::before {
    width: 100%;
    height: 6px;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgb(137,134,182), rgb(117,88,147));
}.contact_Ifi h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.contact_Ifi {
    padding: 60px 0 40px;
}.contact_Ifi h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.contact_Ifi .media_thumbnail_s8g {
    min-height: 200px;
}.contact_Ifi .reach_support_prz {
    padding: 30px 20px;
}.contact_Ifi form h3 {
    margin-bottom: 30px;
    font-size: calc(18px * 0.9);
}.contact_Ifi form .feedback_support_w5Q {
    width: 100%;
    padding: 14px 20px;
}}.instructor_profile_Ixc {
    background: linear-gradient(150deg, rgb(184,183,204) 0%, rgb(117,88,147,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.instructor_profile_Ixc::before {
    opacity: 0.07;
    left: 0;
    width: 100%;
    background-size: 40px 40px;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(137,134,182,0.5) 49.5%, rgb(137,134,182,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(137,134,182,0.5) 49.5%, rgb(137,134,182,0.5) 50.5%, transparent 50.5%);
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
}.instructor_profile_Ixc::after {
    top: 0;
    height: 100%;
    position: absolute;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(137,134,182,0.5) 40px,
            rgb(137,134,182,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(137,134,182,0.5) 60px,
            rgb(137,134,182,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(137,134,182,0.5) 80px,
            rgb(137,134,182,0.5) 81px
        );
    left: 0;
    opacity: 0.04;
    content: "";
    width: 100%;
}.instructor_profile_Ixc .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 15px;
}.instructor_profile_Ixc .learner_ratings_oNS {
    padding: 50px;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    border-radius: 0;
    gap: 40px;
    overflow: hidden;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
}.instructor_profile_Ixc .learner_ratings_oNS::before {
    height: 6px;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(137,134,182) 0%,
        rgb(117,88,147) 100%
    );
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
}.instructor_profile_Ixc .learner_ratings_oNS::after {
    height: 1px;
    width: 100%;
    animation: scanner 4s linear infinite;
    left: 0;
    top: 6px;
    position: absolute;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(137,134,182,0.5) 0%,
        transparent 20%,
        rgb(137,134,182,0.5) 40%,
        transparent 60%,
        rgb(117,88,147,0.5) 80%,
        transparent 100%
    );
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.instructor_profile_Ixc .media_thumbnail_s8g {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    height: 100%;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    border-radius: 0;
    position: relative;
    width: 100%;
    min-height: 360px;
    overflow: hidden;
    transition: all 0.5s ease;
}.instructor_profile_Ixc .media_thumbnail_s8g::before {
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    content: "";
    inset: 0;
    position: absolute;
}.instructor_profile_Ixc .media_thumbnail_s8g::after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    left: 0;
}.instructor_profile_Ixc .name {
    position: relative;
    padding-left: 16px;
    color: #000000;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.2;
    font-size: 32px;
    border-left: 4px solid rgb(137,134,182);
}.instructor_profile_Ixc .name::before {
    background: rgb(117,88,147);
    left: -4px;
    top: 0;
    width: 4px;
    position: absolute;
    content: "";
    transition: height 0.5s ease;
    height: 0;
}.instructor_profile_Ixc .learner_ratings_oNS:hover .name::before {
    height: 100%;
}.instructor_profile_Ixc .learner_ratings_oNS span:not(.name) {
    background: rgb(184,183,204);
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 6px 12px;
    margin-bottom: 25px;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
}.instructor_profile_Ixc .learner_ratings_oNS span:not(.name)::after {
    height: 2px;
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    transition: width 0.3s ease;
    content: "";
    background: rgb(137,134,182);
}.instructor_profile_Ixc .learner_ratings_oNS:hover span:not(.name)::after {
    width: 100%;
}.instructor_profile_Ixc .experience_data_T8a {
    margin: 0;
    position: relative;
    border-left: 1px solid rgb(137,134,182);
    border-radius: 10px;
    line-height: 1.8;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(
        to right,
        rgb(184,183,204) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    font-size: 14px;
    padding: 25px 30px;
    color: #000000;
}.instructor_profile_Ixc .experience_data_T8a::before {
    border-top: 2px solid rgb(137,134,182);
    opacity: 0.6;
    width: 12px;
    content: "";
    height: 12px;
    position: absolute;
    left: 12px;
    border-left: 2px solid rgb(137,134,182);
    top: 15px;
}.instructor_profile_Ixc .experience_data_T8a::after {
    border-bottom: 2px solid rgb(117,88,147);
    bottom: 15px;
    position: absolute;
    right: 12px;
    height: 12px;
    content: "";
    opacity: 0.6;
    border-right: 2px solid rgb(117,88,147);
    width: 12px;
}.instructor_profile_Ixc .learner_ratings_oNS:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(-10px);
}.instructor_profile_Ixc .learner_ratings_oNS:hover .media_thumbnail_s8g {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}

@media (max-width: 991px) {.instructor_profile_Ixc {
    padding: 90px 0;
}.instructor_profile_Ixc .learner_ratings_oNS {
    padding: 40px 30px;
    gap: 30px;
}.instructor_profile_Ixc .media_thumbnail_s8g {
    min-height: 320px;
}.instructor_profile_Ixc .experience_data_T8a {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.instructor_profile_Ixc {
    padding: 70px 0;
}.instructor_profile_Ixc .learner_ratings_oNS {
    grid-template-rows: auto auto;
    padding: 35px 25px;
    gap: 25px;
    grid-template-columns: 1fr;
}.instructor_profile_Ixc .media_thumbnail_s8g {
    min-height: 280px;
}.instructor_profile_Ixc .name {
    font-size: calc(32px * 0.9);
}.instructor_profile_Ixc .learner_ratings_oNS span:not(.name) {
    font-size: calc(16px * 0.95);
    margin-bottom: 20px;
}.instructor_profile_Ixc .experience_data_T8a {
    padding: 18px 22px;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 575px) {.instructor_profile_Ixc {
    padding: 50px 0;
}.instructor_profile_Ixc .learner_ratings_oNS {
    padding: 30px 20px;
    gap: 20px;
}.instructor_profile_Ixc .media_thumbnail_s8g {
    min-height: 220px;
}.instructor_profile_Ixc .name {
    font-size: calc(32px * 0.8);
    padding-left: 12px;
}.instructor_profile_Ixc .learner_ratings_oNS span:not(.name) {
    padding: 4px 10px;
    font-size: calc(16px * 0.9);
    margin-bottom: 15px;
}.instructor_profile_Ixc .experience_data_T8a {
    font-size: calc(14px * 0.9);
    padding: 15px 18px;
}
}