* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    max-width: 100%;
    width: 1102px;
    margin: auto;
}svg {
    width: 30px;
    height: 30px;
}.thNnB_nav_skill {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.sMXGD_art_portal {
    flex: 0 0 auto;
}.sJzBt_wrapper-template {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
}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;
}}
.mTJDC_appSpot {
    background: linear-gradient(135deg, rgb(226,224,230) 0%, rgb(143,110,175,0.5) 100%);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}.mTJDC_appSpot::before {
    width: 100%;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(182,175,202,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(143,110,175,0.5) 0%, transparent 40%);
    top: 0;
    z-index: 0;
    height: 100%;
    opacity: 0.15;
    position: absolute;
    left: 0;
}.mTJDC_appSpot::after {
    transform: rotate(25deg);
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    right: -50%;
    content: "";
    top: -50%;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background: rgb(255, 255, 255, 0.5);
}.mTJDC_appSpot .container {
    z-index: 2;
    transform: translateZ(0);
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    perspective: 1000px;
}.mTJDC_appSpot h2 {
    border-left: 5px solid rgb(182,175,202);
    transform: translateY(30px);
    font-weight: 700;
    text-align: left;
    color: #000000;
    opacity: 0;
    animation: slide-up 0.8s ease-out forwards;
    margin-bottom: 3rem;
    font-size: 37px;
    position: relative;
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    max-width: 90%;
    line-height: 1.3;
}.mTJDC_appSpot .UMEIy_mastery_center {
    position: relative;
    opacity: 0;
    padding: 3rem;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    transform: translateY(30px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    backdrop-filter: blur(10px);
    animation: slide-up 0.8s ease-out forwards 0.2s;
}.mTJDC_appSpot .UMEIy_mastery_center::before {
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(182,175,202) 0%, rgb(143,110,175) 100%);
    content: "";
    width: 100%;
    top: 0;
    left: 0;
}.mTJDC_appSpot ul {
    padding: 0;
    position: relative;
    margin: 0;
    list-style: none;
}.mTJDC_appSpot li {
    position: relative;
    padding: 0.5rem 0;
}.mTJDC_appSpot li::before {
    transform: scaleY(0);
    transform-origin: top;
    background: rgb(182,175,202,0.5);
    content: "";
    opacity: 0;
    width: 3px;
    position: absolute;
    animation: grow-line 1.2s ease-out forwards 0.8s;
    top: 0;
    height: 100%;
    left: -1.5rem;
}.mTJDC_appSpot li span {
    transform: translateX(20px);
    font-family: Arial, sans-serif;
    line-height: 1.8;
    display: block;
    animation: fade-in-text 1s ease-out forwards 0.6s;
    text-align: left;
    color: #000000;
    opacity: 0;
    padding-left: 0.5rem;
    position: relative;
    font-size: 13px;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes fade-in-text {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.mTJDC_appSpot .UMEIy_mastery_center:hover {
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(0) scale(1.01);
}

@media (max-width: 991px) {.mTJDC_appSpot {
    padding: 4rem 1.5rem;
}.mTJDC_appSpot h2 {
    max-width: 100%;
    font-size: calc(37px * 0.9);
    margin-bottom: 2rem;
}.mTJDC_appSpot .UMEIy_mastery_center {
    padding: 2rem;
}
}

@media (max-width: 767px) {.mTJDC_appSpot {
    padding: 3rem 1rem;
}.mTJDC_appSpot h2 {
    border-left: 3px solid rgb(182,175,202);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.8);
}.mTJDC_appSpot .UMEIy_mastery_center {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
}.mTJDC_appSpot li::before {
    left: -1rem;
}
}

@media (max-width: 575px) {.mTJDC_appSpot {
    padding: 2rem 0.8rem;
}.mTJDC_appSpot h2 {
    margin-bottom: 1.2rem;
    font-size: calc(37px * 0.7);
}.mTJDC_appSpot .UMEIy_mastery_center {
    padding: 1.2rem;
}.mTJDC_appSpot li span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (min-width: 1200px) {.mTJDC_appSpot .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}.mTJDC_appSpot h2 {
    margin-left: 3rem;
    max-width: 80%;
}.mTJDC_appSpot .UMEIy_mastery_center {
    width: 85%;
    margin-left: auto;
    transform: translateY(30px) translateX(-2rem);
}.mTJDC_appSpot .UMEIy_mastery_center:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}

@media (hover: hover) {.mTJDC_appSpot .UMEIy_mastery_center {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}.TfjXL_course_summary {
    overflow: hidden;
    align-items: stretch;
    min-height: 100vh;
    background-color: #ffffff;
    position: relative;
    display: flex;
}.TfjXL_course_summary::before {
    pointer-events: none;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(226,224,230) 90%);
    left: 0;
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    z-index: 2;
    height: 100%;
}.TfjXL_course_summary .YnWSy_career_ready {
    width: 55%;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}.TfjXL_course_summary .tMTxJ_next_skill {
    flex-direction: column;
    width: 100%;
    height: 500%;
    animation: carousel-vertical 25s ease infinite;
    display: flex;
}.TfjXL_course_summary .YnWSy_career_ready:hover .tMTxJ_next_skill {
    animation-play-state: paused;
}.TfjXL_course_summary .JxgbO_knowledge_path {
    position: relative;
    width: 100%;
    height: 20%;
}.TfjXL_course_summary .JxgbO_knowledge_path::before {
    content: '';
    z-index: 2;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}.TfjXL_course_summary .JxgbO_knowledge_path img {
    height: 100%;
    object-fit: cover;
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    transition: transform 0.8s ease;
    width: 100%;
    transform: scale(1.05);
}.TfjXL_course_summary .JxgbO_knowledge_path:hover img {
    transform: scale(1.1);
}.TfjXL_course_summary .container {
    position: relative;
    z-index: 5;
    display: flex;
    padding: 0;
    align-items: center;
    width: 100%;
}.TfjXL_course_summary .UMEIy_mastery_center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 45%;
    padding-left: 8%;
}.TfjXL_course_summary .ZOuNY_skill_up {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 5px solid rgb(182,175,202);
    background: linear-gradient(135deg, #ffffff 0%, rgb(226,224,230) 100%);
    border-radius: 0 13px 13px 0;
    padding: 3.5rem;
    position: relative;
    max-width: 550px;
}.TfjXL_course_summary .ZOuNY_skill_up::before {
    content: '';
    border-left: none;
    position: absolute;
    pointer-events: none;
    top: 20px;
    bottom: 20px;
    right: 20px;
    left: 20px;
    border: 1px solid rgb(143,110,175,0.5);
    border-radius: 0 10px 10px 0;
}.TfjXL_course_summary .ZOuNY_skill_up h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 15px;
    font-size: 41px;
    color: rgb(182,175,202);
}.TfjXL_course_summary .ZOuNY_skill_up h3::after {
    content: '';
    position: absolute;
    height: 3px;
    left: 0;
    bottom: 0;
    width: 80px;
    background: rgb(143,110,175);
}.TfjXL_course_summary .ZOuNY_skill_up p {
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}.TfjXL_course_summary .ZOuNY_skill_up .JHiZh_message_request {
    display: inline-block;
    font-weight: 600;
    z-index: 1;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(182,175,202) 0%, rgb(143,110,175) 100%);
    overflow: hidden;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    padding: 1.2rem 2.5rem;
    transition: all 0.3s ease;
}.TfjXL_course_summary .ZOuNY_skill_up .JHiZh_message_request::before {
    left: 0;
    width: 100%;
    content: '';
    transition: opacity 0.3s ease;
    z-index: -1;
    background: linear-gradient(45deg, rgb(143,110,175) 0%, rgb(182,175,202) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
}.TfjXL_course_summary .ZOuNY_skill_up .JHiZh_message_request:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.TfjXL_course_summary .ZOuNY_skill_up .JHiZh_message_request:hover::before {
    opacity: 1;
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1440px) {.TfjXL_course_summary .UMEIy_mastery_center {
    padding-left: 10%;
}.TfjXL_course_summary .ZOuNY_skill_up {
    max-width: 650px;
}
}

@media screen and (max-width: 1200px) {.TfjXL_course_summary .YnWSy_career_ready {
    width: 50%;
}.TfjXL_course_summary .UMEIy_mastery_center {
    width: 50%;
    padding-left: 5%;
}.TfjXL_course_summary .ZOuNY_skill_up {
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.TfjXL_course_summary {
    flex-direction: column;
    min-height: auto;
}.TfjXL_course_summary .YnWSy_career_ready {
    position: relative;
    height: 400px;
    width: 100%;
}.TfjXL_course_summary .tMTxJ_next_skill {
    animation: carousel-horizontal 25s ease infinite;
    height: 100%;
    width: 500%;
    flex-direction: row;
}.TfjXL_course_summary .JxgbO_knowledge_path {
    width: 20%;
    height: 100%;
}.TfjXL_course_summary .JxgbO_knowledge_path::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.TfjXL_course_summary .container {
    padding: 3rem 1rem;
}.TfjXL_course_summary .UMEIy_mastery_center {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
}.TfjXL_course_summary .ZOuNY_skill_up {
    max-width: 100%;
    border-radius: 13px;
    border-left: none;
    border-top: 5px solid rgb(182,175,202);
}.TfjXL_course_summary .ZOuNY_skill_up::before {
    border-radius: 10px;
    top: 20px;
    border: 1px solid rgb(143,110,175,0.5);
    right: 20px;
    border-top: none;
    bottom: 20px;
    left: 20px;
}
}

@media screen and (max-width: 768px) {.TfjXL_course_summary .YnWSy_career_ready {
    height: 350px;
}.TfjXL_course_summary .container {
    padding: 2.5rem 1rem;
}.TfjXL_course_summary .ZOuNY_skill_up {
    padding: 2rem;
}.TfjXL_course_summary .ZOuNY_skill_up h3 {
    font-size: calc(41px * 0.8);
}

}

@media screen and (max-width: 576px) {.TfjXL_course_summary .YnWSy_career_ready {
    height: 300px;
}.TfjXL_course_summary .container {
    padding: 2rem 1rem;
}.TfjXL_course_summary .ZOuNY_skill_up {
    padding: 1.5rem;
}.TfjXL_course_summary .ZOuNY_skill_up h3 {
    font-size: calc(41px * 0.7);
}.TfjXL_course_summary .ZOuNY_skill_up p {
    font-size: calc(16px * 0.9);
    margin-bottom: 2rem;
}.TfjXL_course_summary .ZOuNY_skill_up .JHiZh_message_request {
    width: 100%;
    padding: 1rem;
    text-align: center;
}.TfjXL_course_summary .ZOuNY_skill_up::before {
    display: none;
}}

@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}.NOoxu_pricing_block {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.NOoxu_pricing_block::before {
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    content: "";
    right: 0;
    top: 0;
    z-index: 1;
    left: 0;
}.NOoxu_pricing_block .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}.NOoxu_pricing_block .rNbiX_rate_card {
    perspective: 1000px;
}.NOoxu_pricing_block h2 {
    font-weight: 700;
    position: relative;
    color: #ffffff;
    transform: translateZ(50px);
    font-size: 29px;
    text-align: center;
    margin-bottom: 25px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
}.NOoxu_pricing_block h2::after {
    bottom: -10px;
    content: "";
    box-shadow: 0 0 15px rgb(182,175,202,0.5);
    width: 80px;
    position: absolute;
    background: rgb(182,175,202);
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
}.NOoxu_pricing_block .SKuMO_fee_options {
    opacity: 0.9;
    text-align: center;
    line-height: 1.6;
    font-size: 13px;
    max-width: 800px;
    margin: 0 auto 60px;
    color: #ffffff;
}.NOoxu_pricing_block .DKeiY_learn_rates {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
    list-style: none;
    padding: 0;
    gap: 30px;
}.NOoxu_pricing_block .NsoOF_cost_card {
    text-decoration: none;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    will-change: transform;
}.NOoxu_pricing_block .zODEU_fee_structure {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 8px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
}.NOoxu_pricing_block .zODEU_fee_structure::before {
    position: absolute;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    z-index: -1;
    right: -5px;
    top: -5px;
    opacity: 0;
    left: -5px;
    background-size: 200% 200%;
    bottom: -5px;
    transition: opacity 0.4s ease;
    content: "";
    animation: shimmer 3s infinite linear;
}.NOoxu_pricing_block .QPfhj_price_opts {
    border-radius: 4px;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,0.05);
    position: relative;
    height: 100%;
    padding: 35px 25px;
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    display: flex;
    transition: all 0.3s ease;
}.NOoxu_pricing_block .QPfhj_price_opts h4 {
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}.NOoxu_pricing_block .QPfhj_price_opts h4::after {
    left: 0;
    background: rgb(182,175,202);
    bottom: 0;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    position: absolute;
    width: 40px;
}.NOoxu_pricing_block .QPfhj_price_opts p {
    color: #ffffff;
    flex-grow: 1;
    font-size: calc(13px - 2px);
    opacity: 0.8;
    margin-bottom: 25px;
    line-height: 1.6;
}.NOoxu_pricing_block .gZafe_edu_deals {
    font-weight: 700;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(182,175,202) 0%, rgb(143,110,175) 100%);
    display: inline-block;
    border-radius: 30px;
    position: relative;
    font-size: calc(18px + 4px);
    color: #ffffff;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    padding: 12px 25px;
    align-self: flex-start;
}.NOoxu_pricing_block .gZafe_edu_deals::before {
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s;
}.NOoxu_pricing_block .NsoOF_cost_card:hover {
    transform: translateY(-10px) rotateX(5deg);
}.NOoxu_pricing_block .NsoOF_cost_card:hover .zODEU_fee_structure {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.NOoxu_pricing_block .NsoOF_cost_card:hover .zODEU_fee_structure::before {
    opacity: 1;
}.NOoxu_pricing_block .NsoOF_cost_card:hover .QPfhj_price_opts h4::after {
    width: 80px;
}.NOoxu_pricing_block .NsoOF_cost_card:hover .gZafe_edu_deals::before {
    left: 100%;
}.NOoxu_pricing_block .NsoOF_cost_card:hover .QPfhj_price_opts {
    border-color: rgba(255,255,255,0.1);
    transform: translateZ(20px);
}

@keyframes shimmer {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

@media (max-width: 1200px) {.NOoxu_pricing_block {
    padding: 100px 0;
}.NOoxu_pricing_block .DKeiY_learn_rates {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.NOoxu_pricing_block .QPfhj_price_opts {
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.NOoxu_pricing_block {
    padding: 80px 0;
}.NOoxu_pricing_block h2 {
    font-size: calc(29px - 4px);
}.NOoxu_pricing_block .SKuMO_fee_options {
    margin-bottom: 40px;
}.NOoxu_pricing_block .DKeiY_learn_rates {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.NOoxu_pricing_block .QPfhj_price_opts h4 {
    font-size: calc(18px - 1px);
}.NOoxu_pricing_block .gZafe_edu_deals {
    padding: 10px 20px;
    font-size: calc(18px + 2px);
}
}

@media (max-width: 480px) {.NOoxu_pricing_block {
    padding: 60px 0;
}.NOoxu_pricing_block h2 {
    font-size: calc(29px - 6px);
}.NOoxu_pricing_block .SKuMO_fee_options {
    margin-bottom: 30px;
    font-size: calc(13px - 1px);
}.NOoxu_pricing_block .QPfhj_price_opts {
    padding: 25px 15px;
}.NOoxu_pricing_block .QPfhj_price_opts p {
    margin-bottom: 20px;
    font-size: calc(13px - 3px);
}.NOoxu_pricing_block .gZafe_edu_deals {
    font-size: calc(18px + 0px);
    padding: 8px 15px;
}
}

@media (hover: none) {.NOoxu_pricing_block .NsoOF_cost_card:hover {
    transform: none;
}.NOoxu_pricing_block .zODEU_fee_structure {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.NOoxu_pricing_block .NsoOF_cost_card:active {
    transform: scale(0.98);
}}.wIMVi_prospective_students {
    background: rgb(226,224,230);
    overflow: hidden;
    padding: 140px 0;
    position: relative;
}.wIMVi_prospective_students::before {
    height: 100%;
    position: absolute;
    background-position: 0 0, 30px 30px;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(
            45deg, 
            rgb(182,175,202,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(182,175,202,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(182,175,202,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(182,175,202,0.5) 75%
        );
    opacity: 0.03;
    width: 100%;
    z-index: 0;
    top: 0;
    content: "";
    left: 0;
}.wIMVi_prospective_students::after {
    z-index: 1;
    position: absolute;
    width: 100%;
    background: linear-gradient(to top, rgb(226,224,230), transparent);
    content: "";
    height: 150px;
    left: 0;
    bottom: 0;
}.wIMVi_prospective_students .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.wIMVi_prospective_students .UMEIy_mastery_center {
    position: relative;
}.wIMVi_prospective_students h4 {
    color: #000000;
    font-size: 38px;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 700;
    padding: 20px 0;
    position: relative;
}.wIMVi_prospective_students h4::before {
    top: 0;
    width: 100px;
    height: 3px;
    content: "";
    position: absolute;
    background: rgb(182,175,202,0.5);
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
}.wIMVi_prospective_students h4::after {
    background: rgb(143,110,175,0.5);
    height: 3px;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    width: 100px;
    position: absolute;
}.wIMVi_prospective_students div {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}.wIMVi_prospective_students div::before {
    height: 100%;
    background: linear-gradient(180deg, rgb(182,175,202,0.5), rgb(143,110,175,0.5), transparent);
    opacity: 0.5;
    width: 2px;
    top: 0;
    z-index: 0;
    position: absolute;
    content: "";
    left: 50%;
}.wIMVi_prospective_students div p {
    transition: all 0.4s ease;
    display: flex;
    line-height: 1.6;
    padding: 25px 30px;
    color: #000000;
    background: #ffffff;
    margin: 0 0 60px 0;
    border-radius: 50px;
    align-items: center;
    font-size: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 70%;
    position: relative;
    z-index: 1;
}.wIMVi_prospective_students div p:nth-child(odd) {
    border-top-left-radius: 0;
    align-self: flex-start;
}.wIMVi_prospective_students div p:nth-child(even) {
    border-top-right-radius: 0;
    align-self: flex-end;
}.wIMVi_prospective_students div p:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.03);
}.wIMVi_prospective_students div p::before {
    height: 30px;
    border-radius: 50%;
    content: "";
    position: absolute;
    z-index: 2;
    width: 30px;
    background: #ffffff;
}.wIMVi_prospective_students div p:nth-child(odd)::before {
    top: -15px;
    left: -15px;
}.wIMVi_prospective_students div p:nth-child(even)::before {
    top: -15px;
    right: -15px;
}.wIMVi_prospective_students div p::after {
    background: linear-gradient(135deg, rgb(182,175,202), rgb(143,110,175));
    z-index: 3;
    height: 15px;
    width: 15px;
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    border-radius: 50%;
}.wIMVi_prospective_students div p:nth-child(odd)::after {
    left: -7.5px;
    top: -7.5px;
}.wIMVi_prospective_students div p:nth-child(even)::after {
    top: -7.5px;
    right: -7.5px;
}.wIMVi_prospective_students div p:hover::after {
    transform: scale(1.3);
    box-shadow: 0 0 10px rgb(182,175,202,0.5);
}.wIMVi_prospective_students div p svg {
    height: 32px;
    width: 32px;
    transition: all 0.3s ease;
    margin-right: 20px;
    min-width: 32px;
}.wIMVi_prospective_students div p:hover svg {
    transform: rotate(15deg);
}.wIMVi_prospective_students div p svg path {
    fill: rgb(182,175,202);
    transition: fill 0.3s ease;
}.wIMVi_prospective_students div p:hover svg path {
    fill: rgb(143,110,175);
}

@media (max-width: 991px) {.wIMVi_prospective_students {
    padding: 120px 0;
}.wIMVi_prospective_students h4 {
    font-size: calc(38px - 2px);
    margin-bottom: 70px;
}.wIMVi_prospective_students div p {
    width: 80%;
    margin-bottom: 50px;
    padding: 22px 25px;
}.wIMVi_prospective_students div p svg {
    margin-right: 15px;
    min-width: 28px;
    width: 28px;
    height: 28px;
}
}

@media (max-width: 767px) {.wIMVi_prospective_students {
    padding: 100px 0;
}.wIMVi_prospective_students h4 {
    font-size: calc(38px - 4px);
    margin-bottom: 60px;
}.wIMVi_prospective_students div p {
    padding: 18px 22px;
    align-self: center !important;
    width: 90%;
    border-radius: 30px !important;
    margin-bottom: 40px;
}.wIMVi_prospective_students div p::before,
    .wIMVi_prospective_students div p::after {
    display: none;
}.wIMVi_prospective_students div p svg {
    margin-right: 12px;
    height: 24px;
    min-width: 24px;
    width: 24px;
}
}

@media (max-width: 479px) {.wIMVi_prospective_students {
    padding: 80px 0;
}.wIMVi_prospective_students h4 {
    font-size: calc(38px - 6px);
    margin-bottom: 50px;
}.wIMVi_prospective_students div p {
    margin-bottom: 30px;
    font-size: calc(14px - 1px);
    padding: 15px 18px;
    width: 100%;
}.wIMVi_prospective_students div p svg {
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-right: 10px;
}}.DuWbZ_privacy_garrison {
    line-height: 1.6;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    padding: 40px;
    background-color: rgb(226,224,230);
    font-family: Arial, sans-serif;
    color: #000000;
}.DuWbZ_privacy_garrison h1 {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 45px;
    border-bottom: 2px solid rgb(182,175,202,0.5);
    margin-bottom: 20px;
    color: rgb(182,175,202);
}.DuWbZ_privacy_garrison h2 {
    font-weight: 600;
    margin-top: 30px;
    color: rgb(143,110,175);
    margin-bottom: 15px;
    font-size: 29px;
}.DuWbZ_privacy_garrison h3,
.DuWbZ_privacy_garrison h4,
.DuWbZ_privacy_garrison h5,
.DuWbZ_privacy_garrison h6 {
    font-weight: 400;
    margin-top: 20px;
    color: rgb(143,110,175,0.5);
}.DuWbZ_privacy_garrison ul {
    padding: 0;
    list-style: none;
    margin: 20px 0;
}.DuWbZ_privacy_garrison ul li {
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid rgb(182,175,202);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    margin-bottom: 10px;
}.DuWbZ_privacy_garrison ol {
    margin: 20px 0;
    padding: 0;
    counter-reset: li;
    list-style: none;
}.DuWbZ_privacy_garrison ol li {
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 10px 15px 10px 40px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: relative;
}.DuWbZ_privacy_garrison ol li:before {
    left: 10px;
    counter-increment: li;
    display: flex;
    height: 25px;
    border-radius: 50%;
    color: #ffffff;
    content: counter(li);
    width: 25px;
    background-color: rgb(182,175,202);
    position: absolute;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
}.DuWbZ_privacy_garrison p {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 13px;
}.DuWbZ_privacy_garrison span {
    font-weight: 600;
    color: rgb(182,175,202);
}.DuWbZ_privacy_garrison div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.DuWbZ_privacy_garrison {
    padding: 20px;
}.DuWbZ_privacy_garrison h1 {
    font-size: calc(21px * 0.8);
}.DuWbZ_privacy_garrison h2 {
    font-size: calc(21px * 0.8);
}.DuWbZ_privacy_garrison ul li,
    .DuWbZ_privacy_garrison ol li {
    padding: 10px;
}.DuWbZ_privacy_garrison ol li:before {
    font-size: 0.8em;
    height: 20px;
    width: 20px;
}.DuWbZ_privacy_garrison p {
    font-size: calc(13px * 0.9);
}}.tAyuv_contact_box {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.tAyuv_contact_box::before {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    backdrop-filter: blur(8px);
    content: '';
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}.tAyuv_contact_box::after {
    z-index: 2;
    animation: gradientShift 15s infinite alternate;
    background: radial-gradient(circle at 20% 50%, rgb(182,175,202,0.5) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgb(143,110,175,0.5) 0%, transparent 40%);
    height: 100%;
    left: 0;
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
}@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.tAyuv_contact_box .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 3;
    max-width: 1200px;
}.tAyuv_contact_box .pHBQr_request_map {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 17px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    display: flex;
}.tAyuv_contact_box .vwJzl_feedback_section {
    position: relative;
    padding: 50px 40px;
    background: linear-gradient(135deg, rgb(182,175,202,0.5) 0%, rgb(143,110,175,0.5) 100%);
    flex: 1;
}.tAyuv_contact_box .vwJzl_feedback_section::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    z-index: -1;
    width: 200%;
    left: -50%;
    position: absolute;
    top: -50%;
    animation: patternMove 20s linear infinite;
    content: '';
    height: 200%;
}@keyframes patternMove {
    0% {
        transform: rotate(0) translate(0, 0);
    }
    100% {
        transform: rotate(360deg) translate(0, 0);
    }
}

.tAyuv_contact_box .vwJzl_feedback_section h3 {
    position: relative;
    font-size: 37px;
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
}.tAyuv_contact_box .vwJzl_feedback_section h3::after {
    height: 3px;
    background: #ffffff;
    bottom: 0;
    position: absolute;
    content: '';
    width: 60px;
    left: 0;
    border-radius: 10px;
}.tAyuv_contact_box .vwJzl_feedback_section div {
    display: flex;
    margin-bottom: 25px;
    border-left: 3px solid rgb(143,110,175);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 15px;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
}.tAyuv_contact_box .vwJzl_feedback_section div:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}.tAyuv_contact_box .vwJzl_feedback_section svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}.tAyuv_contact_box .vwJzl_feedback_section svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.tAyuv_contact_box .vwJzl_feedback_section div:hover svg path {
    fill: rgb(143,110,175);
}.tAyuv_contact_box .vwJzl_feedback_section span {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}.tAyuv_contact_box .vwJzl_feedback_section a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}.tAyuv_contact_box .vwJzl_feedback_section a:hover {
    text-decoration: underline;
    color: rgb(143,110,175);
}.tAyuv_contact_box .XwZhf_connect_grid {
    padding: 50px 40px;
    flex: 1.2;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
}.tAyuv_contact_box .XwZhf_connect_grid::before {
    width: 100px;
    top: 0;
    background: rgb(182,175,202,0.5);
    right: 0;
    position: absolute;
    height: 100px;
    border-radius: 0 0 0 100%;
    content: '';
}.tAyuv_contact_box .XwZhf_connect_grid::after {
    background: rgb(143,110,175,0.5);
    border-radius: 0 100% 0 0;
    bottom: 0;
    height: 100px;
    width: 100px;
    content: '';
    position: absolute;
    left: 0;
}.tAyuv_contact_box form {
    position: relative;
    z-index: 1;
}.tAyuv_contact_box form h3 {
    margin-bottom: 30px;
    font-size: 37px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}.tAyuv_contact_box form h3::after {
    bottom: 0;
    position: absolute;
    content: '';
    height: 3px;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    background: rgb(182,175,202);
}.tAyuv_contact_box form input[type="text"],
.tAyuv_contact_box form input[type="email"] {
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 10px;
    background: rgba(240, 240, 240, 0.8);
    margin-bottom: 20px;
    border: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}.tAyuv_contact_box form input[type="text"]:focus,
.tAyuv_contact_box form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(182,175,202,0.5);
    transform: translateY(-2px);
    background: #fff;
}.tAyuv_contact_box form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.tAyuv_contact_box .DCgjM_message_links {
    align-items: flex-start;
    position: relative;
    margin: 25px 0;
    display: flex;
}.tAyuv_contact_box .DCgjM_message_links input[type="checkbox"] {
    width: 20px;
    flex-shrink: 0;
    border-radius: 10px;
    cursor: pointer;
    background: rgba(240, 240, 240, 0.8);
    border: 2px solid rgb(182,175,202);
    margin-right: 10px;
    appearance: none;
    height: 20px;
    position: relative;
    -webkit-appearance: none;
}.tAyuv_contact_box .DCgjM_message_links input[type="checkbox"]:checked {
    background: rgb(182,175,202);
}.tAyuv_contact_box .DCgjM_message_links input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    top: 2px;
    height: 10px;
    width: 5px;
    left: 6px;
    border-width: 0 2px 2px 0;
    content: '';
    position: absolute;
    border: solid #ffffff;
}.tAyuv_contact_box .DCgjM_message_links label {
    color: #000000;
    line-height: 1.4;
    font-size: 13px;
    cursor: pointer;
}.tAyuv_contact_box .DCgjM_message_links a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(182,175,202);
}.tAyuv_contact_box .DCgjM_message_links a:hover {
    color: rgb(143,110,175);
    text-decoration: underline;
}.tAyuv_contact_box .JHiZh_message_request {
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(182,175,202) 0%, rgb(143,110,175) 100%);
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    border: none;
    z-index: 1;
    padding: 15px 20px;
}.tAyuv_contact_box .JHiZh_message_request::before {
    left: -100%;
    position: absolute;
    content: '';
    top: 0;
    transition: all 0.5s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    z-index: -1;
}.tAyuv_contact_box .JHiZh_message_request:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}.tAyuv_contact_box .JHiZh_message_request:hover::before {
    left: 100%;
    animation: shine 1.5s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 991px) {.tAyuv_contact_box {
    padding: 80px 0;
}.tAyuv_contact_box .pHBQr_request_map {
    flex-direction: column;
}.tAyuv_contact_box .vwJzl_feedback_section,
    .tAyuv_contact_box .XwZhf_connect_grid {
    width: 100%;
}.tAyuv_contact_box .vwJzl_feedback_section {
    padding: 40px 30px;
}.tAyuv_contact_box .vwJzl_feedback_section h3,
    .tAyuv_contact_box form h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {.tAyuv_contact_box {
    padding: 60px 0;
}.tAyuv_contact_box .vwJzl_feedback_section,
    .tAyuv_contact_box .XwZhf_connect_grid {
    padding: 30px 20px;
}.tAyuv_contact_box .vwJzl_feedback_section h3,
    .tAyuv_contact_box form h3 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.8);
}.tAyuv_contact_box .vwJzl_feedback_section div {
    margin-bottom: 15px;
    padding: 12px;
}.tAyuv_contact_box form input[type="text"],
    .tAyuv_contact_box form input[type="email"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.tAyuv_contact_box .DCgjM_message_links {
    margin: 20px 0;
}.tAyuv_contact_box .JHiZh_message_request {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.tAyuv_contact_box {
    padding: 40px 0;
}.tAyuv_contact_box .vwJzl_feedback_section,
    .tAyuv_contact_box .XwZhf_connect_grid {
    padding: 25px 15px;
}.tAyuv_contact_box .vwJzl_feedback_section h3,
    .tAyuv_contact_box form h3 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.7);
}.tAyuv_contact_box .vwJzl_feedback_section div {
    flex-direction: column;
    align-items: flex-start;
}.tAyuv_contact_box .vwJzl_feedback_section svg {
    margin-right: 0;
    margin-bottom: 10px;
}.tAyuv_contact_box .vwJzl_feedback_section div:hover {
    transform: translateX(0);
}.tAyuv_contact_box .DCgjM_message_links {
    flex-direction: column;
}.tAyuv_contact_box .DCgjM_message_links input[type="checkbox"] {
    margin-bottom: 10px;
}}.rnzYf_landing_page {
    min-height: 100vh;
    position: relative;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,224,230) 0%, rgb(143,110,175,0.5) 100%);
    flex-direction: column;
}.rnzYf_landing_page::before {
    content: "";
    opacity: 0.05;
    top: 0;
    height: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(143,110,175,0.5) 0px,
        rgb(143,110,175,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
}.rnzYf_landing_page .nPfcK_landscape_image {
    position: absolute;
    top: 0;
    width: 100%;
    transform: scale(1.05);
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 85% 100%, 0% 100%);
    z-index: 0;
    height: 100%;
    left: 0;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.rnzYf_landing_page:hover .nPfcK_landscape_image {
    transform: scale(1.1);
}.rnzYf_landing_page .nPfcK_landscape_image::after {
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.6) 50%,
        rgba(0, 0, 0, 0.8) 100%
    );
    width: 100%;
}.rnzYf_landing_page .UMEIy_mastery_center {
    padding: 6rem 2rem;
    display: flex;
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    z-index: 2;
    flex-direction: column;
    min-height: 100vh;
}.rnzYf_landing_page h1 {
    opacity: 0;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #ffffff;
    font-size: calc(47px * 1.2);
    position: relative;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    max-width: 60%;
    transform: translateX(-50px);
}.rnzYf_landing_page h1::after {
    background: rgb(182,175,202);
    position: absolute;
    left: 0;
    transform: scaleX(0);
    animation: scale-in 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    height: 4px;
    transform-origin: left;
    content: "";
    width: 80px;
    bottom: -15px;
}.rnzYf_landing_page .gcGUf_caption_holder {
    position: relative;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(30, 30, 40, 0.85) 100%
    );
    margin-top: 2rem;
    transform: translateY(30px);
    animation: fade-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    opacity: 0;
    max-width: 550px;
    border-left: 3px solid rgb(182,175,202);
    backdrop-filter: blur(10px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    padding: 2.5rem;
}.rnzYf_landing_page .gcGUf_caption_holder::before {
    height: calc(100% + 6px);
    position: absolute;
    top: -3px;
    opacity: 0.5;
    border: 1px solid rgb(143,110,175,0.5);
    width: calc(100% + 6px);
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 95%);
    left: -3px;
    content: "";
}.rnzYf_landing_page p {
    line-height: 1.6;
    margin-bottom: 2rem;
    font-size: calc(13px * 1.1);
    font-weight: 400;
    color: #ffffff;
}.rnzYf_landing_page .ARGky_fast_studypro {
    justify-content: center;
    display: flex;
    margin: 2rem 0 2.5rem;
    position: relative;
}.rnzYf_landing_page .ARGky_fast_studypro::before,
.rnzYf_landing_page .ARGky_fast_studypro::after {
    width: 30%;
    content: "";
    top: 50%;
    height: 1px;
    background: rgb(143,110,175,0.5);
    position: absolute;
}.rnzYf_landing_page .ARGky_fast_studypro::before {
    left: 0;
}.rnzYf_landing_page .ARGky_fast_studypro::after {
    right: 0;
}.rnzYf_landing_page svg {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
    transform: scale(0.9);
    width: 120px;
    transition: transform 0.4s ease;
    height: 120px;
}.rnzYf_landing_page svg:hover {
    transform: scale(1);
}.rnzYf_landing_page svg path {
    transition: fill 0.3s ease;
    fill: rgb(182,175,202);
}.rnzYf_landing_page svg:hover path {
    fill: rgb(143,110,175);
}.rnzYf_landing_page svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.rnzYf_landing_page svg:hover text {
    fill: rgb(182,175,202);
}.rnzYf_landing_page h6 {
    text-align: center;
}.rnzYf_landing_page .JHiZh_message_request {
    z-index: 1;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    transform: translateY(0);
    background: linear-gradient(
        135deg,
        rgb(182,175,202) 0%,
        rgb(143,110,175) 100%
    );
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(94, 170, 168, 0.3);
    padding: 1rem 2.5rem;
    border: none;
    position: relative;
    font-size: 19px;
}.rnzYf_landing_page .JHiZh_message_request::before {
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(143,110,175) 0%,
        rgb(182,175,202) 100%
    );
    transition: opacity 0.3s ease;
}.rnzYf_landing_page .JHiZh_message_request:hover {
    box-shadow: 0 12px 25px rgba(94, 170, 168, 0.4);
    transform: translateY(-5px);
}.rnzYf_landing_page .JHiZh_message_request:hover::before {
    opacity: 1;
}.rnzYf_landing_page .JHiZh_message_request::after {
    background: rgba(255, 255, 255, 0.3);
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    left: 50%;
    position: absolute;
    transition: transform 0.5s ease;
    border-radius: 50%;
    top: 50%;
    content: "";
}.rnzYf_landing_page .JHiZh_message_request:hover::after {
    transform: translate(-50%, -50%) scale(15);
    opacity: 0;
}

@keyframes slide-in {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes scale-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@media (max-width: 992px) {.rnzYf_landing_page h1 {
    max-width: 80%;
    font-size: 47px;
}.rnzYf_landing_page .gcGUf_caption_holder {
    max-width: 90%;
}
}

@media (max-width: 768px) {.rnzYf_landing_page .UMEIy_mastery_center {
    padding: 4rem 1.5rem;
}.rnzYf_landing_page h1 {
    font-size: calc(47px * 0.9);
    max-width: 100%;
}.rnzYf_landing_page .nPfcK_landscape_image {
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
}.rnzYf_landing_page .gcGUf_caption_holder {
    padding: 2rem;
}.rnzYf_landing_page p {
    font-size: 13px;
}.rnzYf_landing_page svg {
    height: 100px;
    width: 100px;
}.rnzYf_landing_page .ARGky_fast_studypro::before,
    .rnzYf_landing_page .ARGky_fast_studypro::after {
    width: 20%;
}.rnzYf_landing_page .JHiZh_message_request {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.rnzYf_landing_page .UMEIy_mastery_center {
    padding: 3rem 1rem;
}.rnzYf_landing_page h1 {
    text-align: center;
    font-size: calc(47px * 0.8);
}.rnzYf_landing_page h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.rnzYf_landing_page h1:not(:empty)::after {
    animation: scale-in-center 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}.rnzYf_landing_page .gcGUf_caption_holder {
    padding: 1.5rem;
    border-top: 3px solid rgb(182,175,202);
    text-align: center;
    border-left: none;
}.rnzYf_landing_page svg {
    height: 80px;
    width: 80px;
}.rnzYf_landing_page .ARGky_fast_studypro::before,
    .rnzYf_landing_page .ARGky_fast_studypro::after {
    width: 15%;
}.rnzYf_landing_page .JHiZh_message_request {
    font-size: calc(19px * 0.9);
    padding: 0.8rem 1.8rem;
}}

@keyframes scale-in-center {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}.sMXGD_art_portal {
    color: #ffffff;
    background: linear-gradient(45deg, #000000 0%, rgb(143,110,175,0.5) 100%);
    padding: 6rem 0 2rem;
    font-family: Arial, sans-serif;
    position: relative;
}.sMXGD_art_portal::before {
    content: '';
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(182,175,202,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(143,110,175,0.5) 0%, transparent 30%);
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.15;
    width: 100%;
}.sMXGD_art_portal::after {
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 2;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    content: '';
    position: absolute;
    left: 0;
}.sMXGD_art_portal .container {
    z-index: 3;
    position: relative;
}.sMXGD_art_portal .oeKIg_brainstorm {
    display: flex;
    position: relative;
    flex-direction: column;
}.sMXGD_art_portal .FXSQc_online_form {
    margin-bottom: 2rem;
    position: relative;
    background-color: #ffffff;
    gap: 1.5rem;
    display: flex;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    z-index: 10;
    transform: translateY(-3.5rem);
    border-radius: 29px;
    justify-content: space-between;
    padding: 1.25rem 2rem;
}.sMXGD_art_portal .FXSQc_online_form::before {
    opacity: 0.08;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 29px;
    content: '';
    background: linear-gradient(135deg, transparent 20%, rgb(182,175,202,0.5) 140%);
    height: 100%;
    width: 100%;
}.sMXGD_art_portal .info_item {
    position: relative;
    min-width: 200px;
    flex: 1;
    max-width: 300px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}.sMXGD_art_portal .info_item:not(:last-child)::after {
    top: 50%;
    right: -0.75rem;
    content: '';
    position: absolute;
    height: 70%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(143,110,175,0.5), transparent);
    transform: translateY(-50%);
}.sMXGD_art_portal .info_item p,
.sMXGD_art_portal .info_item a {
    color: #000000;
    text-decoration: none;
    border-radius: 10px;
    align-items: center;
    gap: 0.875rem;
    font-size: 16px;
    display: flex;
    padding: 0.5rem;
    transition: all 0.3s ease;
}.sMXGD_art_portal .info_item:hover {
    transform: translateY(-5px);
}.sMXGD_art_portal .info_item:hover p,
.sMXGD_art_portal .info_item:hover a {
    color: rgb(182,175,202);
}.sMXGD_art_portal .info_item svg {
    fill: rgb(182,175,202);
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
}.sMXGD_art_portal .info_item:hover svg {
    transform: scale(1.15);
}.sMXGD_art_portal .text_main_holder {
    position: relative;
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
}.sMXGD_art_portal .oCfpP_nav_teach {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}.sMXGD_art_portal .oCfpP_nav_teach svg {
    max-width: 180px;
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: brightness(0) invert(1);
    height: auto;
}.sMXGD_art_portal .oCfpP_nav_teach:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(182,175,202,0.5));
    transform: scale(1.03);
}.sMXGD_art_portal .tJHKQ_event_cal {
    font-size: calc(13px + 1px);
    opacity: 0.8;
    line-height: 1.6;
}.sMXGD_art_portal .ybHrt_main_head {
    display: flex;
    flex-direction: column;
    position: relative;
}.sMXGD_art_portal .ybHrt_main_head::before {
    content: '';
    left: -2rem;
    bottom: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(143,110,175,0.5) 30%, rgb(143,110,175,0.5) 70%, transparent);
    width: 1px;
}.sMXGD_art_portal .ybHrt_main_head::after {
    bottom: 0;
    position: absolute;
    content: '';
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(143,110,175,0.5) 30%, rgb(143,110,175,0.5) 70%, transparent);
    right: -2rem;
    top: 0;
}.sMXGD_art_portal .ybHrt_main_head h5 {
    font-size: 22px;
    padding-bottom: 0.875rem;
    margin-bottom: 1.75rem;
    position: relative;
    font-weight: 600;
}.sMXGD_art_portal .ybHrt_main_head h5::after {
    height: 2px;
    background: linear-gradient(to right, rgb(182,175,202), transparent);
    position: absolute;
    left: 0;
    width: 60px;
    content: '';
    bottom: 0;
}.sMXGD_art_portal .gnzET_top_site {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.sMXGD_art_portal .gnzET_top_site:first-child {
    margin-bottom: 2rem;
}.sMXGD_art_portal .gnzET_top_site a {
    transition: all 0.3s ease;
    opacity: 0.85;
    color: #ffffff;
    text-decoration: none;
    transform-origin: left;
    position: relative;
    padding: 0.25rem 0;
    font-size: 16px;
}.sMXGD_art_portal .gnzET_top_site a::before {
    left: 0;
    position: absolute;
    width: 0;
    background-color: rgb(182,175,202);
    height: 1px;
    transition: width 0.3s ease;
    bottom: 0;
    content: '';
}.sMXGD_art_portal .gnzET_top_site a:hover {
    opacity: 1;
    transform: translateX(8px);
    color: rgb(182,175,202);
}.sMXGD_art_portal .gnzET_top_site a:hover::before {
    width: 20px;
}.sMXGD_art_portal .subscribe_holder {
    display: flex;
    border-radius: 29px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    flex-direction: column;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    backdrop-filter: blur(10px);
    gap: 1.5rem;
    padding: 2rem;
}.sMXGD_art_portal .subscribe_holder::before {
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(182,175,202,0.5), transparent 70%);
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    content: '';
    opacity: 0.2;
}.sMXGD_art_portal .subscribe_holder::after {
    opacity: 0.3;
    width: 150px;
    z-index: -1;
    animation: pulseGlow 6s infinite alternate;
    height: 150px;
    content: '';
    right: 0;
    background: radial-gradient(circle, rgb(182,175,202,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: 0;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.sMXGD_art_portal .subscribe_holder h5 {
    font-size: 22px;
    padding-bottom: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    position: relative;
}.sMXGD_art_portal .subscribe_holder h5::after {
    position: absolute;
    width: 40px;
    height: 2px;
    bottom: 0;
    left: 0;
    content: '';
    background: rgb(182,175,202);
}.sMXGD_art_portal .subscribe_holder p {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    opacity: 0.9;
    font-size: 16px;
}.sMXGD_art_portal .input_holder {
    display: flex;
    position: relative;
    gap: 1rem;
    flex-direction: column;
    margin-top: 0.5rem;
}.sMXGD_art_portal .input_holder::before {
    background: 
        radial-gradient(circle at bottom right, rgb(182,175,202,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(143,110,175,0.5) 0%, transparent 70%);
    opacity: 0.1;
    z-index: -1;
    animation: subtleRotate 15s linear infinite;
    position: absolute;
    content: '';
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: calc(10px + 10px);
    top: -10px;
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.sMXGD_art_portal .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 1.125rem 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 16px;
}.sMXGD_art_portal .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    outline: none;
    border-color: rgb(182,175,202,0.5);
    box-shadow: 0 0 0 3px rgb(182,175,202,0.5);
}.sMXGD_art_portal .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.sMXGD_art_portal .fFyXu_begin_now {
    color: #ffffff;
    z-index: 1;
    font-weight: 600;
    background-color: rgb(182,175,202);
    overflow: hidden;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 1.125rem 1.5rem;
    font-size: 14px;
    position: relative;
}.sMXGD_art_portal .fFyXu_begin_now::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    z-index: -1;
    transition: left 0.7s ease;
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
}.sMXGD_art_portal .fFyXu_begin_now::after {
    top: 0;
    height: 100%;
    left: 0;
    background: rgb(143,110,175);
    transition: opacity 0.3s ease;
    position: absolute;
    content: '';
    z-index: -2;
    width: 100%;
    opacity: 0;
}.sMXGD_art_portal .fFyXu_begin_now:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.sMXGD_art_portal .fFyXu_begin_now:hover::before {
    left: 100%;
}.sMXGD_art_portal .fFyXu_begin_now:hover::after {
    opacity: 1;
}.sMXGD_art_portal .cGSwA_search_foot {
    padding-top: 2rem;
    position: relative;
    text-align: center;
    margin-top: 4rem;
}.sMXGD_art_portal .cGSwA_search_foot::before {
    content: '';
    background: linear-gradient(to right, transparent, rgb(143,110,175,0.5), transparent);
    width: 60%;
    left: 20%;
    position: absolute;
    top: 0;
    height: 1px;
}.sMXGD_art_portal .bqzWy_res_connect {
    opacity: 0.7;
    font-size: 13px;
}

@media (max-width: 1200px) {.sMXGD_art_portal .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.sMXGD_art_portal .subscribe_holder {
    grid-column: 1 / -1;
    margin-top: 2rem;
}.sMXGD_art_portal .ybHrt_main_head::after {
    display: none;
}
}

@media (max-width: 991px) {.sMXGD_art_portal {
    padding: 5rem 0 2rem;
}.sMXGD_art_portal .FXSQc_online_form {
    flex-wrap: wrap;
    justify-content: center;
}.sMXGD_art_portal .info_item {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    max-width: none;
}.sMXGD_art_portal .info_item:not(:last-child)::after {
    display: none;
}.sMXGD_art_portal .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.sMXGD_art_portal .ybHrt_main_head::before, 
    .sMXGD_art_portal .ybHrt_main_head::after {
    display: none;
}.sMXGD_art_portal .oCfpP_nav_teach {
    align-items: center;
    text-align: center;
}.sMXGD_art_portal .ybHrt_main_head h5, 
    .sMXGD_art_portal .subscribe_holder h5 {
    text-align: center;
}.sMXGD_art_portal .ybHrt_main_head h5::after, 
    .sMXGD_art_portal .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.sMXGD_art_portal .gnzET_top_site {
    grid-template-columns: repeat(3, 1fr);
}.sMXGD_art_portal .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.sMXGD_art_portal {
    padding: 4rem 0 2rem;
}.sMXGD_art_portal .FXSQc_online_form {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.sMXGD_art_portal .info_item {
    max-width: none;
    width: 100%;
}.sMXGD_art_portal .gnzET_top_site {
    grid-template-columns: repeat(2, 1fr);
}.sMXGD_art_portal .cGSwA_search_foot {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.sMXGD_art_portal {
    padding: 3rem 0 1.5rem;
}.sMXGD_art_portal .FXSQc_online_form {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.sMXGD_art_portal .info_item p,
    .sMXGD_art_portal .info_item a {
    font-size: calc(16px - 1px);
}.sMXGD_art_portal .gnzET_top_site {
    text-align: center;
    grid-template-columns: 1fr;
}.sMXGD_art_portal .gnzET_top_site a:hover {
    transform: none;
}.sMXGD_art_portal .gnzET_top_site a::before {
    left: 50%;
    transform: translateX(-50%);
}.sMXGD_art_portal .gnzET_top_site a:hover::before {
    width: 30px;
}.sMXGD_art_portal .input_holder {
    width: 100%;
}}.yvSfo_user_comments {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(226,224,230) 0%, #ffffff 100%);
    position: relative;
}.yvSfo_user_comments::before {
    z-index: 1;
    position: absolute;
    transform: perspective(500px) rotateX(30deg) scale(1.5);
    opacity: 0.2;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    background: 
        linear-gradient(90deg, rgb(182,175,202,0.5) 0.5px, transparent 1px),
        linear-gradient(0deg, rgb(182,175,202,0.5) 0.5px, transparent 1px);
    background-size: 20px 20px;
    transform-origin: center top;
    width: 100%;
}.yvSfo_user_comments .UMEIy_mastery_center {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.yvSfo_user_comments h4 {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    margin-bottom: 80px;
    color: #000000;
}.yvSfo_user_comments h4::after {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(182,175,202), rgb(143,110,175));
    content: "";
    bottom: -15px;
    width: 100px;
    border-radius: 10px;
    height: 3px;
    position: absolute;
}.yvSfo_user_comments .NZriT_learning_quotes {
    transform-style: preserve-3d;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
    display: grid;
    perspective: 1000px;
}.yvSfo_user_comments .TMWra_success_quotes {
    position: relative;
    transform: rotateX(10deg) rotateY(-10deg);
    padding: 30px;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 27px;
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
}.yvSfo_user_comments .TMWra_success_quotes::before {
    content: "";
    background: linear-gradient(135deg, rgb(143,110,175,0.5), rgb(182,175,202,0.5));
    position: absolute;
    z-index: -1;
    opacity: 0;
    inset: 0;
    border-radius: 27px;
    transition: opacity 0.5s ease;
}.yvSfo_user_comments .TMWra_success_quotes:hover::before {
    opacity: 0.7;
}.yvSfo_user_comments .TMWra_success_quotes::after {
    position: absolute;
    border: 1px solid #ffffff;
    opacity: 0;
    border-radius: calc(27px - 5px);
    content: "";
    transform: scale(0.9) translateZ(10px);
    transition: all 0.5s ease;
    bottom: 5px;
    top: 5px;
    right: 5px;
    left: 5px;
    z-index: -1;
}.yvSfo_user_comments .TMWra_success_quotes:hover::after {
    transform: scale(1) translateZ(10px);
    opacity: 0.3;
}.yvSfo_user_comments .TMWra_success_quotes:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    transform: rotateX(0) rotateY(0) translateZ(30px);
    z-index: 3;
}.yvSfo_user_comments .nPfcK_landscape_image {
    width: 90px;
    transition: all 0.5s ease;
    border-radius: 27px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 90px;
    margin: 0 auto 20px;
    border: 3px solid #ffffff;
    transform: translateZ(20px);
}.yvSfo_user_comments .TMWra_success_quotes:hover .nPfcK_landscape_image {
    border-color: rgb(182,175,202,0.5);
    border-radius: 50%;
    transform: translateZ(40px);
}.yvSfo_user_comments .TMWra_success_quotes span {
    transform: translateZ(15px);
    text-align: center;
    display: block;
    color: #000000;
    transition: all 0.5s ease;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
}.yvSfo_user_comments .TMWra_success_quotes:hover span {
    color: #ffffff;
    transform: translateZ(30px);
}.yvSfo_user_comments .TMWra_success_quotes p {
    font-size: 15px;
    transition: all 0.5s ease;
    color: #000000;
    position: relative;
    line-height: 1.7;
    transform: translateZ(10px);
    text-align: center;
    padding-top: 15px;
}.yvSfo_user_comments .TMWra_success_quotes p::before {
    background: rgb(182,175,202,0.5);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 30px;
    content: "";
    transition: all 0.5s ease;
    top: 0;
    height: 2px;
}.yvSfo_user_comments .TMWra_success_quotes:hover p {
    color: #ffffff;
    transform: translateZ(20px);
}.yvSfo_user_comments .TMWra_success_quotes:hover p::before {
    width: 50px;
    background: #ffffff;
}.yvSfo_user_comments .TMWra_success_quotes:nth-child(3n+1) {
    animation: floatIn 0.7s ease-out both;
    animation-delay: 0.1s;
}.yvSfo_user_comments .TMWra_success_quotes:nth-child(3n+2) {
    animation-delay: 0.3s;
    animation: floatIn 0.7s ease-out both;
}.yvSfo_user_comments .TMWra_success_quotes:nth-child(3n) {
    animation-delay: 0.5s;
    animation: floatIn 0.7s ease-out both;
}

@keyframes floatIn {
    from {
        opacity: 0;
        transform: rotateX(20deg) rotateY(-20deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: rotateX(10deg) rotateY(-10deg) translateY(0);
    }
}

@media (max-width: 1024px) {.yvSfo_user_comments {
    padding: 90px 0;
}.yvSfo_user_comments .NZriT_learning_quotes {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
}.yvSfo_user_comments h4 {
    font-size: calc(32px * 0.9);
    margin-bottom: 60px;
}.yvSfo_user_comments .TMWra_success_quotes {
    padding: 25px;
}.yvSfo_user_comments .nPfcK_landscape_image {
    width: 80px;
    height: 80px;
}
}

@media (max-width: 768px) {.yvSfo_user_comments {
    padding: 70px 0;
}.yvSfo_user_comments::before {
    transform: perspective(500px) rotateX(20deg) scale(2);
}.yvSfo_user_comments h4 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.8);
}.yvSfo_user_comments .NZriT_learning_quotes {
    gap: 40px;
    grid-template-columns: 1fr;
}.yvSfo_user_comments .TMWra_success_quotes {
    padding: 20px;
    max-width: 350px;
    transform: rotateX(5deg) rotateY(-5deg);
    margin: 0 auto;
}.yvSfo_user_comments .TMWra_success_quotes:hover {
    transform: rotateX(0) rotateY(0) translateZ(20px);
}.yvSfo_user_comments .nPfcK_landscape_image {
    height: 70px;
    width: 70px;
}.yvSfo_user_comments .TMWra_success_quotes span {
    font-size: calc(24px * 0.9);
}.yvSfo_user_comments .TMWra_success_quotes p {
    font-size: calc(15px * 0.95);
}}header .top_plank {
    background: rgb(182,175,202);
    color:  #ffffff;
}header .top_plank .rcTXi_learn_plank div svg, header .top_plank .rcTXi_learn_plank div svg path {
    fill: #ffffff;
}header .top_plank .rcTXi_learn_plank div span {
    color: #ffffff;
}header .top_plank .rcTXi_learn_plank {
    width: 100%;
    line-height: 21px;
    display: flex;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    justify-content: flex-start;
}header .top_plank .rcTXi_learn_plank div {
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
}header .top_plank .rcTXi_learn_plank div img, header .top_plank .rcTXi_learn_plank div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.oeOEj_enroll_instantly {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(45deg, rgb(226,224,230) 0%, #ffffff 100%);
}.oeOEj_enroll_instantly::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    background: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    position: absolute;
}.oeOEj_enroll_instantly::after {
    content: '';
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        90deg,
        transparent,
        transparent 40px,
        rgba(0, 0, 0, 0.02) 40px,
        rgba(0, 0, 0, 0.02) 41px
    );
    width: 100%;
}.oeOEj_enroll_instantly .UMEIy_mastery_center {
    display: flex;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    flex-direction: column;
    max-width: 800px;
    align-items: flex-start;
}.oeOEj_enroll_instantly .container {
    position: relative;
}.oeOEj_enroll_instantly .container p {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    position: relative;
    border-radius: 0 22px 22px 22px;
    background: #ffffff;
    margin: 0 0 50px 0;
    padding: 30px 50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    font-size: 30px;
    z-index: 5;
    line-height: 1.4;
}.oeOEj_enroll_instantly .container p::before {
    content: '';
    background: rgb(182,175,202);
    top: 0;
    position: absolute;
    left: 0;
    height: 30px;
    width: 30px;
    z-index: -1;
}.oeOEj_enroll_instantly .JHiZh_message_request {
    overflow: hidden;
    align-self: flex-end;
    font-size: 17px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    padding: 20px 40px;
    border-radius: 22px 0 22px 22px;
    font-weight: 600;
    background: rgb(182,175,202);
    z-index: 5;
    position: relative;
    color: #ffffff;
    text-decoration: none;
}.oeOEj_enroll_instantly .JHiZh_message_request::before {
    z-index: -1;
    right: 0;
    height: 30px;
    width: 30px;
    content: '';
    background: rgb(143,110,175);
    position: absolute;
    top: 0;
}.oeOEj_enroll_instantly .JHiZh_message_request::after {
    height: 100%;
    top: 0;
    position: absolute;
    background: rgb(143,110,175);
    width: 100%;
    transition: transform 0.4s ease;
    z-index: -2;
    content: '';
    left: 0;
    transform: translateX(-101%);
}.oeOEj_enroll_instantly .JHiZh_message_request:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.oeOEj_enroll_instantly .JHiZh_message_request:hover::after {
    transform: translateX(0);
}.oeOEj_enroll_instantly .UMEIy_mastery_center::before {
    top: 50%;
    position: absolute;
    width: 60px;
    border-radius: 50%;
    content: '';
    z-index: -1;
    opacity: 0.2;
    background: rgb(182,175,202,0.5);
    transform: translateY(-50%);
    height: 60px;
    left: -30px;
}.oeOEj_enroll_instantly .UMEIy_mastery_center::after {
    bottom: -30px;
    right: -30px;
    content: '';
    height: 100px;
    background: rgb(143,110,175,0.5);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.2;
    width: 100px;
}

@media (max-width: 991px) {.oeOEj_enroll_instantly {
    padding: 90px 0;
}.oeOEj_enroll_instantly .container p {
    margin-bottom: 40px;
    font-size: calc(18px * 1.2);
    padding: 25px 40px;
}.oeOEj_enroll_instantly .JHiZh_message_request {
    padding: 18px 35px;
}
}

@media (max-width: 767px) {.oeOEj_enroll_instantly {
    padding: 70px 0;
}.oeOEj_enroll_instantly .container p {
    margin-bottom: 30px;
    border-radius: 0 10px 10px 10px;
    font-size: 18px;
    padding: 20px 30px;
}.oeOEj_enroll_instantly .JHiZh_message_request {
    border-radius: 10px 0 10px 10px;
    padding: 15px 30px;
}.oeOEj_enroll_instantly .container p::before,
    .oeOEj_enroll_instantly .JHiZh_message_request::before {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 480px) {.oeOEj_enroll_instantly {
    padding: 50px 0;
}.oeOEj_enroll_instantly .UMEIy_mastery_center {
    align-items: stretch;
}.oeOEj_enroll_instantly .container p {
    font-size: calc(14px * 1.2);
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 25px;
}.oeOEj_enroll_instantly .JHiZh_message_request {
    font-size: calc(17px * 0.9);
    padding: 12px 25px;
    align-self: flex-start;
}}.AiIRq_education_experience {
    padding: 90px 0;
    background: linear-gradient(135deg, rgb(226,224,230) 0%, #f5f7fa 100%);
    position: relative;
    overflow: hidden;
}.AiIRq_education_experience::before {
    filter: blur(60px);
    height: 300px;
    top: -10%;
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    content: "";
    opacity: 0.4;
    z-index: 0;
    right: -5%;
    background: linear-gradient(45deg, rgb(182,175,202,0.5), rgb(143,110,175,0.5));
    width: 300px;
}.AiIRq_education_experience::after {
    height: 250px;
    background: linear-gradient(225deg, rgb(143,110,175,0.5), rgb(182,175,202,0.5));
    opacity: 0.3;
    width: 250px;
    z-index: 0;
    filter: blur(50px);
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: "";
    bottom: -5%;
    position: absolute;
    left: -5%;
}.AiIRq_education_experience .container {
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.AiIRq_education_experience .TMWra_success_quotes {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-columns: 1fr;
    grid-gap: 30px;
    position: relative;
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 40px;
    transform: perspective(1000px) rotateY(2deg);
}.AiIRq_education_experience .TMWra_success_quotes:hover {
    transform: perspective(1000px) rotateY(0deg);
}.AiIRq_education_experience .TMWra_success_quotes > div:first-child {
    margin-bottom: 10px;
    position: relative;
}.AiIRq_education_experience .nPfcK_landscape_image {
    height: 120px;
    border: 3px solid #ffffff;
    width: 120px;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.AiIRq_education_experience .TMWra_success_quotes:hover .nPfcK_landscape_image {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.AiIRq_education_experience .name {
    display: inline-block;
    color: rgb(182,175,202);
    font-weight: 700;
    position: relative;
    font-size: 20px;
    margin-bottom: 5px;
}.AiIRq_education_experience .name::after {
    width: 0;
    left: 0;
    bottom: -4px;
    transition: width 0.3s ease-in-out;
    height: 3px;
    background: linear-gradient(90deg, rgb(182,175,202), rgb(143,110,175));
    position: absolute;
    content: "";
}.AiIRq_education_experience .TMWra_success_quotes:hover .name::after {
    width: 100%;
}.AiIRq_education_experience .TMWra_success_quotes > div:nth-child(2) > div {
    margin-bottom: 15px;
    font-weight: 600;
    transition: padding-left 0.3s ease;
    padding-left: 0;
    font-size: calc(15px - 1px);
    color: rgb(143,110,175);
    position: relative;
}.AiIRq_education_experience .TMWra_success_quotes:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.AiIRq_education_experience .rNcpI_career_timeline {
    line-height: 1.7;
    padding: 20px;
    position: relative;
    font-size: 15px;
    color: #000000;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
    border-left: 3px solid rgb(182,175,202);
    font-family: Arial, sans-serif;
    margin: 0;
}.AiIRq_education_experience .rNcpI_career_timeline::before {
    content: "";
    opacity: 0.3;
    left: 10px;
    font-family: serif;
    top: -15px;
    font-size: 60px;
    position: absolute;
    line-height: 1;
    color: rgb(182,175,202,0.5);
}

@media (min-width: 768px) {.AiIRq_education_experience {
    padding: 120px 0;
}.AiIRq_education_experience .TMWra_success_quotes {
    padding: 50px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 150px 1fr;
}.AiIRq_education_experience .TMWra_success_quotes > div:first-child {
    grid-row: 1 / span 2;
    margin-bottom: 0;
}.AiIRq_education_experience .nPfcK_landscape_image {
    height: 150px;
    width: 150px;
}.AiIRq_education_experience .TMWra_success_quotes > div:nth-child(2) {
    align-self: end;
}.AiIRq_education_experience .TMWra_success_quotes > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}
}

@media (min-width: 992px) {.AiIRq_education_experience .TMWra_success_quotes {
    grid-gap: 40px;
    grid-template-columns: 180px 1fr;
    padding: 60px;
}.AiIRq_education_experience .nPfcK_landscape_image {
    height: 180px;
    width: 180px;
}.AiIRq_education_experience .name {
    font-size: calc(20px + 2px);
}.AiIRq_education_experience .rNcpI_career_timeline {
    font-size: calc(15px + 1px);
    padding: 25px;
}
}

@media (max-width: 767px) {.AiIRq_education_experience {
    padding: 60px 0;
}.AiIRq_education_experience .TMWra_success_quotes {
    padding: 30px;
    text-align: center;
}.AiIRq_education_experience .nPfcK_landscape_image {
    margin: 0 auto 20px;
}.AiIRq_education_experience .name::after {
    left: 50%;
    transform: translateX(-50%);
}.AiIRq_education_experience .TMWra_success_quotes:hover > div:nth-child(2) > div {
    padding-left: 0;
}.AiIRq_education_experience .rNcpI_career_timeline {
    padding: 15px;
    text-align: left;
}}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 10px) rotate(-5deg);
    }
}.OEgsp_about_this {
    background: linear-gradient(135deg, rgb(226,224,230) 0%, rgba(245, 245, 245, 0.9) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.OEgsp_about_this::before {
    top: -5%;
    transform: rotate(-15deg) translateZ(0);
    background: rgb(182,175,202,0.5);
    position: absolute;
    filter: blur(40px);
    width: 30%;
    right: -5%;
    content: "";
    height: 30%;
    z-index: 0;
}.OEgsp_about_this::after {
    width: 25%;
    left: -5%;
    position: absolute;
    height: 25%;
    content: "";
    transform: rotate(15deg) translateZ(0);
    filter: blur(35px);
    bottom: -5%;
    background: rgb(143,110,175,0.5);
    z-index: 0;
}.OEgsp_about_this .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.OEgsp_about_this h1 {
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    transform: translateX(-0.5rem);
    font-size: 44px;
    margin-bottom: 3rem;
    color: #000000;
    position: relative;
}.OEgsp_about_this h1::after {
    content: "";
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(182,175,202) 0%, rgb(143,110,175) 100%);
    transform: scaleX(1);
    width: 6rem;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0.35rem;
    bottom: -1rem;
}.OEgsp_about_this h1:hover::after {
    transform: scaleX(1.2);
}.OEgsp_about_this .nTmpA_study_track {
    position: relative;
}.OEgsp_about_this .nTmpA_study_track ul {
    display: grid;
    padding: 0;
    gap: 3rem;
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
}.OEgsp_about_this .tHFBJ_culture_block {
    background: #ffffff;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}.OEgsp_about_this .tHFBJ_culture_block::before {
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(rgb(143,110,175,0.5), 0.03) 100%);
    content: "";
}.OEgsp_about_this .tHFBJ_culture_block:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px);
}.OEgsp_about_this .tHFBJ_culture_block h4 {
    color: rgb(182,175,202);
    font-size: calc(20px * 1.2);
    padding-bottom: 1rem;
    margin-top: 0;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 600;
}.OEgsp_about_this .tHFBJ_culture_block h4::after {
    transform-origin: left;
    content: "";
    height: 3px;
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(182,175,202,0.5);
    left: 0;
    bottom: 0;
    width: 3rem;
}.OEgsp_about_this .tHFBJ_culture_block:hover h4::after {
    width: 5rem;
}.OEgsp_about_this .tHFBJ_culture_block div {
    font-size: 14px;
    overflow-y: auto;
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    max-height: 300px;
    transition: color 0.3s ease;
    padding-right: 0.5rem;
}.OEgsp_about_this .tHFBJ_culture_block div::-webkit-scrollbar {
    width: 4px;
}.OEgsp_about_this .tHFBJ_culture_block div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.OEgsp_about_this .tHFBJ_culture_block div::-webkit-scrollbar-thumb {
    background: rgb(182,175,202,0.5);
    border-radius: 10px;
}

@media (min-width: 768px) {.OEgsp_about_this {
    padding: 8rem 0;
}.OEgsp_about_this h1 {
    margin-bottom: 4rem;
    font-size: calc(44px * 1.2);
}.OEgsp_about_this .nTmpA_study_track ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.OEgsp_about_this .tHFBJ_culture_block {
    padding: 3rem;
}.OEgsp_about_this .tHFBJ_culture_block div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.OEgsp_about_this {
    padding: 10rem 0;
}.OEgsp_about_this .container {
    padding: 0 2rem;
}.OEgsp_about_this h1 {
    transform: translateX(-1rem);
    font-size: calc(44px * 1.4);
}.OEgsp_about_this h1::after {
    height: 0.4rem;
    width: 8rem;
}.OEgsp_about_this .nTmpA_study_track ul {
    gap: 3rem;
}.OEgsp_about_this .tHFBJ_culture_block {
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.OEgsp_about_this .tHFBJ_culture_block::after {
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(rgb(182,175,202,0.5), 0.02) 100%);
    transform: translate(50%, 50%);
    opacity: 0;
    position: absolute;
    border-radius: 50%;
    width: 10rem;
    content: "";
    transition: opacity 0.5s ease;
    z-index: -1;
    height: 10rem;
    right: 0;
}.OEgsp_about_this .tHFBJ_culture_block:hover::after {
    opacity: 1;
}.OEgsp_about_this .tHFBJ_culture_block h4 {
    margin-bottom: 2rem;
    font-size: calc(20px * 1.4);
}.OEgsp_about_this .tHFBJ_culture_block div {
    font-size: calc(14px * 1.05);
    max-height: 450px;
}
}

@media (min-width: 1200px) {.OEgsp_about_this .container {
    padding: 0;
}.OEgsp_about_this .nTmpA_study_track ul {
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
}.OEgsp_about_this .tHFBJ_culture_block {
    padding: 4rem;
}.OEgsp_about_this .tHFBJ_culture_block h4 {
    font-size: calc(20px * 1.5);
}.OEgsp_about_this .tHFBJ_culture_block div {
    line-height: 1.9;
}
}

@media (max-width: 767px) {.OEgsp_about_this {
    padding: 4rem 0;
}.OEgsp_about_this h1 {
    margin-bottom: 2.5rem;
}.OEgsp_about_this .tHFBJ_culture_block {
    margin-bottom: 2rem;
    padding: 2rem;
}.OEgsp_about_this .tHFBJ_culture_block h4 {
    font-size: 20px;
    margin-bottom: 1rem;
}.OEgsp_about_this .tHFBJ_culture_block div {
    font-size: calc(14px * 0.95);
    max-height: 250px;
    line-height: 1.7;
}}.bxyot_cookie_warning_notice {
    width: 100%;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: flex;
    border-top: 3px solid rgb(182,175,202);
    padding: 1rem 0;
    z-index: 90;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
    background: rgb(226,224,230);
}#ELGpk_cookieWarningModal {
    display: none;
}#ELGpk_cookieWarningModal:checked ~ .bxyot_cookie_warning_notice {
    opacity: 0;
    visibility: hidden;
}.bxyot_cookie_warning_notice .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    gap: 1rem;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    padding: 0 15px;
    flex-wrap: wrap;
}.Flvpm_edu_cookie {
    display: flex;
    margin-right: 1rem;
    align-items: center;
    flex-shrink: 0;
}.Flvpm_edu_cookie svg {
    width: 50px;
    height: 50px;
    fill: rgb(182,175,202);
}.XsSgj_consent_ack {
    margin-bottom: 20px;
    min-width: 300px;
    flex: 1;
}.XsSgj_consent_ack h5 {
    font-weight: 600;
    color: rgb(182,175,202);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}.XsSgj_consent_ack p {
    font-size: 1rem;
    color: #000000;
}.LaBvC_data_policy {
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    padding: 0.75rem 1.5rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    border: none;
    background: rgb(182,175,202);
}.cookie_button.iwVuS_cookie_check {
    background: rgb(182,175,202);
}.cookie_button.YvBaD_user_alert {
    background: #000000;
    margin-left: 0.5rem;
}.LaBvC_data_policy:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.YvBaD_user_alert:hover {
    background: rgb(182,175,202);
}.bxyot_cookie_warning_notice p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(182,175,202);
}.bxyot_cookie_warning_notice p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.bxyot_cookie_warning_notice .container {
    flex-direction: column;
    align-items: center;
}.Flvpm_edu_cookie {
    margin-bottom: 1rem;
    margin-right: 0;
}.XsSgj_consent_ack {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.YvBaD_user_alert {
    margin-left: 0;
    margin-top: 0.5rem;
}}
header .MZdsH_site_main {
    position: relative;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 25px;
    justify-content: space-between;
    overflow: visible;
    align-items: center;
    padding: 1.5rem 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgb(182,175,202,0.5) 0%, rgb(143,110,175) 100%);
    display: flex;
    z-index: 100;
    width: 100%;
    left: 0;
}header .MZdsH_site_main .oCfpP_nav_teach {
    z-index: 2;
    transform: skewX(5deg);
    position: relative;
}header .MZdsH_site_main .oCfpP_nav_teach .vLMHF_first_expert {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .MZdsH_site_main .oCfpP_nav_teach .vLMHF_first_expert:hover {
    transform: translateY(-8px) rotate(0deg);
}header .MZdsH_site_main .oCfpP_nav_teach svg {
    height: auto;
    width: 80px;
}header .MZdsH_site_main .ybHrt_main_head {
    margin: 0;
    display: flex;
    list-style: none;
    gap: 1rem;
    position: relative;
    padding: 0;
}header .MZdsH_site_main .ybHrt_main_head::before {
    position: absolute;
    border-radius: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "";
    opacity: 0;
    width: calc(100% + 40px);
    z-index: -1;
    left: -20px;
    top: -10px;
    height: calc(100% + 20px);
    background: linear-gradient(45deg, transparent 0%, rgb(182,175,202,0.5) 100%);
}header .MZdsH_site_main .iHdNU_head_mainwrap {
    transition: transform 0.3s ease;
    position: relative;
}header .MZdsH_site_main .iHdNU_head_mainwrap a {
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 0.5rem 1rem;
    position: relative;
    display: block;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    font-size: 15px;
}header .MZdsH_site_main .iHdNU_head_mainwrap a::before {
    left: 0;
    transform: scaleX(0) rotate(-2deg);
    height: 2px;
    transform-origin: right;
    transition: transform 0.3s ease;
    width: 100%;
    position: absolute;
    background: rgb(143,110,175);
    bottom: 0;
    content: "";
}header .MZdsH_site_main .iHdNU_head_mainwrap a:hover {
    color: rgb(143,110,175);
}header .MZdsH_site_main .iHdNU_head_mainwrap a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .MZdsH_site_main {
    flex-direction: column;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 1rem;
    transform: skewX(0);
    box-sizing: border-box;
}header .MZdsH_site_main .oCfpP_nav_teach {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .MZdsH_site_main .ybHrt_main_head {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    transform: skewX(0);
}header .MZdsH_site_main .ybHrt_main_head::before {
    transform: skewX(0);
}header .MZdsH_site_main .ybHrt_main_head:hover::before {
    transform: skewX(0);
}header .MZdsH_site_main .iHdNU_head_mainwrap {
    margin: 0.25rem;
}header .MZdsH_site_main .iHdNU_head_mainwrap:nth-child(odd),
  header .MZdsH_site_main .iHdNU_head_mainwrap:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .MZdsH_site_main {
    padding: 0.75rem;
}header .MZdsH_site_main .ybHrt_main_head {
    flex-direction: column;
    align-items: center;
}header .MZdsH_site_main .iHdNU_head_mainwrap {
    width: 100%;
    text-align: center;
}header .MZdsH_site_main .oCfpP_nav_teach svg {
    width: 100px;
}
}