* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.wrap-structure_VNt {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.gdpr_block_3bi {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    margin: auto;
    width: 1128px;
    max-width: 100%;
}.head_guide_BO2 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    z-index: 99;
    background: linear-gradient(to bottom, rgb(230,225,233), rgba(0, 0, 0, 0.5));
    width: 100%;
    position: relative;
    overflow: visible;
}header::before {
    opacity: 0.1;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
}header .head_page_5ln {
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
    padding: 20px 30px;
}header .head_page_5ln::before {
    bottom: 0;
    content: "";
    left: 10%;
    position: absolute;
    height: 1px;
    width: 80%;
    background: linear-gradient(to right, transparent, rgb(202,191,208), transparent);
}header .head_page_5ln .nav_tutor_uYI {
    z-index: 2;
    position: relative;
    margin-right: 40px;
}header .head_page_5ln .nav_tutor_uYI .top_teach_J4v {
    position: relative;
    padding: 5px;
    display: block;
}header .head_page_5ln .nav_tutor_uYI .top_teach_J4v::before {
    position: absolute;
    right: -5px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    content: "";
    opacity: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    bottom: -5px;
    left: -5px;
    border-radius: 10px;
    transform: scale(0.9);
    top: -5px;
}header .head_page_5ln .nav_tutor_uYI .top_teach_J4v:hover::before {
    opacity: 0.1;
    transform: scale(1);
}header .head_page_5ln .nav_tutor_uYI .top_teach_J4v svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: auto;
    height: 45px;
}header .head_page_5ln .nav_site_7w1 {
    display: flex;
    perspective: 1000px;
    list-style: none;
    margin: 0;
    padding: 0;
}header .head_page_5ln .nav_site_7w1 .site_study_PXw {
    margin: 0;
    position: relative;
    transform-style: preserve-3d;
}header .head_page_5ln .nav_site_7w1 .site_study_PXw a {
    letter-spacing: 0.5px;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    display: block;
    background: linear-gradient(to bottom, transparent, transparent);
    transform-style: preserve-3d;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 600;
    transition: color 0.3s ease, transform 0.3s ease;
    padding: 12px 20px;
    text-decoration: none;
}header .head_page_5ln .nav_site_7w1 .site_study_PXw a::before,
header .head_page_5ln .nav_site_7w1 .site_study_PXw a::after {
    left: 0;
    pointer-events: none;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}header .head_page_5ln .nav_site_7w1 .site_study_PXw a::before {
    opacity: 0;
    transform: translateZ(-1px) rotateX(10deg);
    transform-origin: top center;
    background: linear-gradient(to bottom, rgb(202,191,208,0.5), transparent);
}header .head_page_5ln .nav_site_7w1 .site_study_PXw a::after {
    background: linear-gradient(to top, rgb(166,152,173,0.5), transparent);
    transform: translateZ(-2px) rotateX(-10deg);
    opacity: 0;
    transform-origin: bottom center;
}header .head_page_5ln .nav_site_7w1 .site_study_PXw:hover a {
    transform: translateZ(10px);
    color: rgb(202,191,208);
}header .head_page_5ln .nav_site_7w1 .site_study_PXw:hover a::before,
header .head_page_5ln .nav_site_7w1 .site_study_PXw:hover a::after {
    opacity: 0.1;
}header .head_page_5ln .nav_site_7w1 .site_study_PXw:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .head_page_5ln .nav_site_7w1 .site_study_PXw:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .head_page_5ln {
    flex-direction: column;
    padding: 15px;
}header .head_page_5ln .nav_tutor_uYI {
    margin: 0 0 15px 0;
}header .head_page_5ln .nav_site_7w1 {
    perspective: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .head_page_5ln .nav_site_7w1 .site_study_PXw a {
    padding: 10px 15px;
    transform-style: flat;
    font-size: calc(14px - 1px);
}header .head_page_5ln .nav_site_7w1 .site_study_PXw:hover a {
    transform: none;
}header .head_page_5ln .nav_site_7w1 .site_study_PXw a::before,
    header .head_page_5ln .nav_site_7w1 .site_study_PXw a::after {
    display: none;
}
}

@media (max-width: 767px) {header .head_page_5ln .nav_site_7w1 .site_study_PXw a {
    font-size: calc(14px - 2px);
    padding: 8px 12px;
}}.secure_archive_AeS {
    padding: 5rem 1.5rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(230,225,233), rgba(0, 0, 0, 0.5));
}.secure_archive_AeS::before {
    background: radial-gradient(circle at 75% 25%, rgb(166,152,173,0.5) 0%, transparent 60%);
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    z-index: 0;
    opacity: 0.15;
    pointer-events: none;
    top: 0;
}.secure_archive_AeS::after {
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    height: 250px;
    z-index: 0;
    pointer-events: none;
    bottom: -50px;
    right: -50px;
    content: "";
    opacity: 0.12;
    width: 250px;
    background: radial-gradient(circle, rgb(202,191,208,0.5) 0%, transparent 70%);
}.secure_archive_AeS .container {
    max-width: 1200px;
    padding: 2.5rem;
    backdrop-filter: blur(5px);
    margin: 0 auto;
    background: linear-gradient(to bottom right, 
                rgba(255, 255, 255, 0.1), 
                rgba(255, 255, 255, 0.03));
    z-index: 1;
    border-left: 3px solid rgb(202,191,208);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transform: translateZ(0);
    position: relative;
}.secure_archive_AeS h1 {
    color: rgb(202,191,208);
    transform: translateX(-10px);
    opacity: 0;
    animation: slideInRight 0.7s forwards 0.2s ease-out;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 47px;
    position: relative;
    display: inline-block;
}.secure_archive_AeS h1::after {
    bottom: -8px;
    left: 0;
    background: rgb(202,191,208);
    transform: scaleX(0);
    position: absolute;
    width: 70px;
    animation: expandWidth 0.6s forwards 0.9s ease-in-out;
    transform-origin: left;
    content: "";
    height: 3px;
}.secure_archive_AeS h2 {
    transform: translateY(10px);
    padding-left: 20px;
    animation: slideInUp 0.5s forwards 0.4s ease-out;
    color: rgb(166,152,173);
    position: relative;
    opacity: 0;
    font-weight: 600;
    font-size: 35px;
    margin: 3rem 0 1.5rem;
}.secure_archive_AeS h2::before {
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(166,152,173);
    top: 50%;
    height: 10px;
    position: absolute;
    width: 10px;
    content: "";
}.secure_archive_AeS h3 {
    font-size: calc(35px * 0.85);
    font-weight: 600;
    color: #000000;
    position: relative;
    margin: 2.5rem 0 1.25rem;
    animation: slideInUp 0.5s forwards 0.5s ease-out;
    opacity: 0;
    transform: translateY(8px);
    padding-left: 18px;
}.secure_archive_AeS h3::before {
    position: absolute;
    top: 50%;
    background: #000000;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
}.secure_archive_AeS h4 {
    font-weight: 600;
    position: relative;
    transform: translateY(6px);
    opacity: 0;
    padding-left: 16px;
    animation: slideInUp 0.5s forwards 0.6s ease-out;
    font-size: calc(35px * 0.75);
    margin: 2rem 0 1rem;
    color: #000000;
}.secure_archive_AeS h4::before {
    content: "";
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    background: #000000;
    top: 50%;
    position: absolute;
    width: 6px;
}.secure_archive_AeS p {
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 100%;
    line-height: 1.7;
    animation: fadeIn 0.7s forwards 0.7s ease-out;
    position: relative;
    transform: translateY(15px);
    opacity: 0;
    font-size: 15px;
}.secure_archive_AeS strong {
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 600;
}.secure_archive_AeS strong::after {
    width: 100%;
    left: 0;
    bottom: -2px;
    height: 1px;
    background: rgb(202,191,208,0.5);
    content: "";
    position: absolute;
}.secure_archive_AeS ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
    position: relative;
}.secure_archive_AeS ul::before {
    width: 2px;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(166,152,173,0.5), transparent);
    left: 0;
}.secure_archive_AeS li {
    position: relative;
    opacity: 0;
    animation: slideInRight 0.5s forwards ease-out;
    padding-left: 1rem;
    margin-bottom: 1rem;
    color: #000000;
    transform: translateX(10px);
    font-size: 15px;
    line-height: 1.7;
}.secure_archive_AeS li:nth-child(1) {
    animation-delay: 0.8s;
}.secure_archive_AeS li:nth-child(2) {
    animation-delay: 0.9s;
}.secure_archive_AeS li:nth-child(3) {
    animation-delay: 1s;
}.secure_archive_AeS li::before {
    animation-delay: calc(0.8s + var(--order) * 0.1s);
    top: 10px;
    left: -4px;
    content: "";
    transform: scale(0);
    width: 8px;
    background: rgb(166,152,173);
    height: 8px;
    position: absolute;
    animation: popIn 0.3s forwards ease-out;
    border-radius: 50%;
}.secure_archive_AeS li:nth-child(1)::before {
    --order: 1;
}.secure_archive_AeS li:nth-child(2)::before {
    --order: 2;
}.secure_archive_AeS li:nth-child(3)::before {
    --order: 3;
}.secure_archive_AeS span {
    padding-left: 1rem;
    position: relative;
    color: #000000;
    transform: translateY(10px);
    border-left: 1px solid rgb(166,152,173,0.5);
    opacity: 0;
    font-size: 15px;
    margin-bottom: 1.5rem;
    animation: fadeIn 0.6s forwards 0.8s ease-out;
    opacity: 0.9;
    display: block;
    line-height: 1.7;
}

@keyframes slideInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInUp {
    from {
        transform: translateY(10px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expandWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

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

@media (max-width: 768px) {.secure_archive_AeS {
    padding: 3rem 1rem;
}.secure_archive_AeS .container {
    padding: 1.5rem;
}.secure_archive_AeS h1 {
    font-size: calc(47px * 0.85);
    margin-bottom: 1.5rem;
}.secure_archive_AeS h2 {
    font-size: calc(35px * 0.9);
    margin: 2.25rem 0 1.25rem;
}.secure_archive_AeS h3 {
    margin: 2rem 0 1rem;
    font-size: calc(35px * 0.75);
}.secure_archive_AeS h4 {
    font-size: calc(35px * 0.65);
    margin: 1.75rem 0 0.75rem;
}.secure_archive_AeS p, 
    .secure_archive_AeS li,
    .secure_archive_AeS span {
    font-size: calc(15px * 0.95);
}.secure_archive_AeS ul {
    padding-left: 1rem;
}.secure_archive_AeS li {
    padding-left: 0.75rem;
}
}

@media (max-width: 480px) {.secure_archive_AeS {
    padding: 2.5rem 0.75rem;
}.secure_archive_AeS .container {
    padding: 1.25rem;
}.secure_archive_AeS h1 {
    margin-bottom: 1.25rem;
    font-size: calc(47px * 0.75);
}.secure_archive_AeS h1::after {
    width: 50px;
    height: 2px;
}.secure_archive_AeS h2 {
    margin: 2rem 0 1rem;
    font-size: calc(35px * 0.8);
    padding-left: 15px;
}.secure_archive_AeS h2::before {
    height: 8px;
    width: 8px;
}.secure_archive_AeS h3, 
    .secure_archive_AeS h4 {
    padding-left: 12px;
}.secure_archive_AeS h3::before,
    .secure_archive_AeS h4::before {
    width: 6px;
    height: 6px;
}.secure_archive_AeS p, 
    .secure_archive_AeS li,
    .secure_archive_AeS span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.secure_archive_AeS ul::before {
    width: 1px;
}.secure_archive_AeS li::before {
    top: 8px;
    width: 6px;
    left: -3px;
    height: 6px;
}}.course_features_tsI {
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgba(245, 247, 250, 1) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0 120px;
}.course_features_tsI::before {
    z-index: 0;
    height: 100%;
    width: 100%;
    animation: patternFloat 60s linear infinite;
    background-size: 30px 30px;
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(30deg, rgba(rgb(202,191,208,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(202,191,208,0.5), 0.03) 1px, transparent 1px);
    top: 0;
    content: "";
}.course_features_tsI::after {
    right: -20%;
    content: "";
    transform: rotate(-15deg);
    position: absolute;
    width: 70%;
    background: linear-gradient(135deg, rgba(rgb(202,191,208,0.5), 0.08) 0%, rgba(rgb(166,152,173,0.5), 0.05) 100%);
    height: 200%;
    top: -50%;
    z-index: 0;
}.course_features_tsI .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.course_features_tsI h2 {
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    margin-right: auto;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: 28px;
    margin-bottom: 50px;
    margin-left: auto;
    position: relative;
    max-width: 800px;
}.course_features_tsI h2::after {
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    bottom: -15px;
    background: linear-gradient(90deg, rgb(202,191,208) 0%, rgb(166,152,173) 100%);
    transition: width 0.3s ease;
    content: "";
    left: 50%;
    position: absolute;
}.course_features_tsI h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.course_features_tsI h2:hover::after {
    width: 120px;
}.course_features_tsI .skill_explorer_3Fa {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    position: relative;
    perspective: 1000px;
    display: grid;
    transform-style: preserve-3d;
    gap: 40px;
}.course_features_tsI .photo_box_6T8 {
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.15);
    height: 500px;
    transform: translateZ(20px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 3px;
}.course_features_tsI .photo_box_6T8::before {
    background: linear-gradient(
        to bottom,
        rgba(rgb(202,191,208,0.5), 0.2),
        rgba(rgba(0, 0, 0, 0.5), 0.4)
    );
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.7;
    content: "";
    z-index: 1;
    transition: opacity 0.3s ease;
    height: 100%;
}.course_features_tsI .photo_box_6T8:hover {
    transform: translateZ(30px) scale(1.02);
}.course_features_tsI .photo_box_6T8:hover::before {
    opacity: 0.5;
}.course_features_tsI .word_block_wkt {
    padding-right: 15px;
    overflow-y: auto;
    scrollbar-width: thin;
    position: relative;
    transform: translateZ(10px);
    max-height: 500px;
    scrollbar-color: rgb(202,191,208) rgba(rgb(230,225,233), 0.5);
}.course_features_tsI .word_block_wkt::-webkit-scrollbar {
    width: 6px;
}.course_features_tsI .word_block_wkt::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(rgb(230,225,233), 0.5);
}.course_features_tsI .word_block_wkt::-webkit-scrollbar-thumb {
    background-color: rgb(202,191,208);
    border-radius: 3px;
}.course_features_tsI .description {
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
    transition: transform 0.3s ease;
    margin-bottom: 24px;
    position: relative;
}.course_features_tsI .description:first-of-type {
    position: relative;
    padding-left: 20px;
    border-left: 3px solid rgb(202,191,208);
}.course_features_tsI .description:last-of-type {
    border-left: 3px solid rgb(166,152,173);
    padding-left: 20px;
    position: relative;
}.course_features_tsI .description:first-of-type::before {
    left: -3px;
    width: 3px;
    content: "";
    position: absolute;
    transition: height 1.5s ease;
    background: linear-gradient(to bottom, rgb(202,191,208), rgb(166,152,173));
    top: 0;
    height: 0;
}.course_features_tsI .description:first-of-type:hover::before {
    height: 100%;
}

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

@media screen and (max-width: 992px) {.course_features_tsI {
    padding: 80px 0 100px;
}.course_features_tsI h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.course_features_tsI .skill_explorer_3Fa {
    gap: 30px;
    grid-template-columns: 1fr;
}.course_features_tsI .photo_box_6T8 {
    height: 400px;
    order: -1;
}.course_features_tsI .word_block_wkt {
    max-height: 450px;
}
}

@media screen and (max-width: 768px) {.course_features_tsI {
    padding: 60px 0 80px;
}.course_features_tsI h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.course_features_tsI h2::after {
    width: 60px;
    bottom: -12px;
}.course_features_tsI .photo_box_6T8 {
    height: 320px;
}.course_features_tsI .word_block_wkt {
    max-height: 400px;
}.course_features_tsI .description {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media screen and (max-width: 576px) {.course_features_tsI {
    padding: 50px 0 70px;
}.course_features_tsI h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 25px;
}.course_features_tsI h2::after {
    width: 50px;
    bottom: -10px;
}.course_features_tsI .photo_box_6T8 {
    height: 250px;
}.course_features_tsI .word_block_wkt {
    max-height: 350px;
}.course_features_tsI .description {
    font-size: calc(13px * 0.9);
    padding-left: 15px;
    line-height: 1.6;
}
}

@media (hover: none) {.course_features_tsI h2:hover,
    .course_features_tsI .photo_box_6T8:hover {
    transform: none;
}.course_features_tsI h2:hover::after {
    width: 80px;
}}.contact_form_section_J3e {
    padding: 6rem 0;
    background: linear-gradient(
        -45deg, 
        rgb(230,225,233) 0%, 
        rgb(166,152,173,0.5) 100%
    );
    overflow: hidden;
    position: relative;
}.contact_form_section_J3e .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 1rem;
}.contact_form_section_J3e .query_grid_mSz {
    align-items: stretch;
    overflow: hidden;
    box-shadow: 0 25px 50px rgb(202,191,208,0.5);
    background: rgb(166,152,173,0.5);
    display: flex;
    position: relative;
    border-radius: 21px;
}.contact_form_section_J3e .photo_box_6T8 {
    z-index: 2;
    margin-left: -5%;
    position: relative;
    flex: 0 0 45%;
    transform: skew(-10deg);
    min-height: 600px;
}.contact_form_section_J3e .photo_box_6T8::before {
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgb(202,191,208,0.5) 0%, 
        rgb(166,152,173,0.5) 100%
    );
    transform: skew(10deg);
    opacity: 0.7;
    top: 0;
    content: '';
    width: 120%;
    position: absolute;
    left: 0;
    z-index: 1;
}.contact_form_section_J3e .message_help_hdH {
    z-index: 3;
    position: relative;
    padding: 4rem 3rem 4rem 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 55%;
}.contact_form_section_J3e h2 {
    padding-left: 2rem;
    position: relative;
    text-align: left;
    color: #ffffff;
    margin-bottom: 2.5rem;
    font-weight: 700;
    font-size: 43px;
}.contact_form_section_J3e h2::before {
    background: rgb(202,191,208);
    position: absolute;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    content: '';
    top: 50%;
    width: 1rem;
    box-shadow: 0 0 15px rgb(202,191,208,0.5);
    height: 1rem;
}.contact_form_section_J3e .message_help_hdH h3 {
    position: relative;
    color: #ffffff;
    padding-bottom: 1rem;
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 31px;
}.contact_form_section_J3e .message_help_hdH h3::after {
    height: 3px;
    background: rgb(202,191,208);
    left: 0;
    bottom: 0;
    content: '';
    width: 50px;
    position: absolute;
}.contact_form_section_J3e .message_help_hdH form {
    gap: 1.5rem;
    display: grid;
}.contact_form_section_J3e .message_help_hdH input:not([type="checkbox"]):not([type="submit"]) {
    border-radius: 10px;
    border: 1px solid rgb(202,191,208,0.5);
    width: 100%;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    padding: 1rem 1.5rem;
    background: rgb(166,152,173,0.5);
    outline: none;
    transition: all 0.3s ease;
}.contact_form_section_J3e .message_help_hdH input:not([type="checkbox"]):not([type="submit"])::after {
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background: rgb(202,191,208);
    bottom: -2px;
}.contact_form_section_J3e .message_help_hdH input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(202,191,208);
    box-shadow: 0 0 15px rgb(202,191,208,0.5);
}.contact_form_section_J3e .message_help_hdH input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact_form_section_J3e .message_help_hdH .query_widget_xVR {
    display: flex;
    gap: 1rem;
    align-items: center;
}.contact_form_section_J3e .message_help_hdH .query_widget_xVR input[type="checkbox"] {
    height: 22px;
    cursor: pointer;
    position: relative;
    width: 22px;
    border-radius: 10px;
    background: rgb(166,152,173,0.5);
    appearance: none;
    border: 2px solid rgb(202,191,208,0.5);
    transition: all 0.3s ease;
}.contact_form_section_J3e .message_help_hdH .query_widget_xVR input[type="checkbox"]:checked {
    background: rgb(202,191,208);
    border-color: rgb(202,191,208);
}.contact_form_section_J3e .message_help_hdH .query_widget_xVR input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    top: 50%;
    content: '✔';
    left: 50%;
    position: absolute;
    color: #ffffff;
}.contact_form_section_J3e .message_help_hdH .query_widget_xVR label {
    color: #ffffff;
    font-size: 14px;
    align-items: center;
    display: flex;
}.contact_form_section_J3e .message_help_hdH .query_widget_xVR a {
    margin-left: 0.3rem;
    color: rgb(202,191,208);
    transition: color 0.3s ease;
    text-decoration: none;
}.contact_form_section_J3e .message_help_hdH .query_widget_xVR a:hover {
    text-decoration: underline;
}.contact_form_section_J3e .message_help_hdH .message_map_5hS {
    border: none;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 15px;
    position: relative;
    padding: 1rem;
    font-weight: 600;
    background: rgb(202,191,208);
    color: #ffffff;
    overflow: hidden;
}.contact_form_section_J3e .message_help_hdH .message_map_5hS::before {
    opacity: 0;
    width: 200%;
    left: -50%;
    height: 200%;
    top: -50%;
    content: '';
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(202,191,208,0.5), 
        transparent
    );
    transition: all 0.5s ease;
    position: absolute;
    transform: rotate(-45deg);
}.contact_form_section_J3e .message_help_hdH .message_map_5hS:hover::before {
    opacity: 1;
}.contact_form_section_J3e .message_help_hdH .message_map_5hS:hover {
    box-shadow: 0 10px 20px rgb(202,191,208,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.contact_form_section_J3e .photo_box_6T8 {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact_form_section_J3e .query_grid_mSz {
    flex-direction: column;
}.contact_form_section_J3e .photo_box_6T8 {
    flex: 0 0 100%;
    min-height: 300px;
    margin-left: 0;
    transform: none;
}.contact_form_section_J3e .photo_box_6T8::before {
    width: 100%;
    transform: none;
}.contact_form_section_J3e .message_help_hdH {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact_form_section_J3e {
    padding: 3rem 0;
}.contact_form_section_J3e h2 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    font-size: calc(43px * 0.8);
}.contact_form_section_J3e h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.contact_form_section_J3e .message_help_hdH h3 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.9);
}.contact_form_section_J3e .message_help_hdH input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact_form_section_J3e .query_grid_mSz {
    border-radius: 0;
}.contact_form_section_J3e .message_help_hdH {
    padding: 2rem 1.5rem;
}}.our_story_FkW {
    background-color: rgb(230,225,233);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.our_story_FkW::before {
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    opacity: 0.05;
    height: 100%;
    background-size: 20px 100%, 20px 100%, 20px 100%;
    background: 
        linear-gradient(90deg, rgb(230,225,233) 10px, transparent 10px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(90deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    z-index: 1;
    position: absolute;
}.our_story_FkW::after {
    top: 0;
    width: 100%;
    background-size: 100% 20px, 100% 20px, 100% 20px;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.05;
    position: absolute;
    z-index: 1;
    background:
        linear-gradient(0deg, rgb(230,225,233) 10px, transparent 10px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(0deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
}.our_story_FkW .container {
    position: relative;
    z-index: 5;
}.our_story_FkW h2 {
    text-align: center;
    font-weight: 700;
    color: #000000;
    font-size: 28px;
    position: relative;
    margin-bottom: 60px;
}.our_story_FkW h2::before {
    position: absolute;
    bottom: -10px;
    height: 2px;
    content: "";
    transform: translateX(-50%);
    background-color: rgb(202,191,208);
    width: 50px;
    left: 50%;
}.our_story_FkW .quick_studies_XsN {
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.our_story_FkW .mission_why_yIz {
    background-color: #ffffff;
    border-top: 3px solid transparent;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 27px;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.our_story_FkW .mission_why_yIz:first-child {
    border-top-color: rgb(202,191,208);
}.our_story_FkW .mission_why_yIz:last-child {
    border-top-color: rgb(166,152,173);
}.our_story_FkW .mission_why_yIz:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.our_story_FkW .mission_why_yIz h3 {
    font-size: 19px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000000;
}.our_story_FkW .mission_why_yIz:first-child h3 {
    color: rgb(202,191,208);
}.our_story_FkW .mission_why_yIz:last-child h3 {
    color: rgb(166,152,173);
}.our_story_FkW .mission_why_yIz h3::after {
    left: 0;
    content: "";
    width: 0;
    transition: width 0.3s ease;
    background-color: currentColor;
    height: 2px;
    bottom: -5px;
    position: absolute;
}.our_story_FkW .mission_why_yIz:hover h3::after {
    width: 100%;
}.our_story_FkW .mission_why_yIz p {
    margin: 0;
    line-height: 1.8;
    font-size: 14px;
    color: #000000;
}.our_story_FkW .mission_why_yIz::before {
    top: -5px;
    transition: all 0.3s ease;
    height: 10px;
    opacity: 0;
    position: absolute;
    content: "";
    left: -5px;
    border-left: 2px solid rgb(202,191,208);
    border-top: 2px solid rgb(202,191,208);
    width: 10px;
}.our_story_FkW .mission_why_yIz::after {
    border-right: 2px solid rgb(202,191,208);
    height: 10px;
    content: "";
    border-bottom: 2px solid rgb(202,191,208);
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 10px;
}.our_story_FkW .mission_why_yIz:last-child::before,
.our_story_FkW .mission_why_yIz:last-child::after {
    border-color: rgb(166,152,173);
}.our_story_FkW .mission_why_yIz:hover::before,
.our_story_FkW .mission_why_yIz:hover::after {
    opacity: 1;
    width: 25px;
    height: 25px;
}.our_story_FkW .container::before {
    top: -50px;
    width: 100px;
    opacity: 0.2;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: -50px;
    border: 15px solid rgb(202,191,208,0.5);
    z-index: 0;
    height: 100px;
}.our_story_FkW .container::after {
    bottom: -70px;
    content: "";
    z-index: 0;
    position: absolute;
    border: 15px solid rgb(166,152,173,0.5);
    width: 140px;
    opacity: 0.2;
    height: 140px;
    border-radius: 50%;
    right: -70px;
}

@media screen and (max-width: 992px) {.our_story_FkW {
    padding: 80px 0;
}.our_story_FkW .quick_studies_XsN {
    gap: 30px;
    grid-template-columns: 1fr;
}.our_story_FkW h2 {
    margin-bottom: 40px;
}.our_story_FkW .container::before {
    left: -30px;
    top: -30px;
    border-width: 10px;
    height: 60px;
    width: 60px;
}.our_story_FkW .container::after {
    bottom: -50px;
    border-width: 10px;
    width: 100px;
    height: 100px;
    right: -50px;
}
}

@media screen and (max-width: 768px) {.our_story_FkW {
    padding: 60px 0;
}.our_story_FkW h2 {
    font-size: calc(28px * 0.9);
}.our_story_FkW .mission_why_yIz {
    padding: 30px;
}.our_story_FkW .mission_why_yIz h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 15px;
}
}

@media screen and (max-width: 576px) {.our_story_FkW {
    padding: 50px 0;
}.our_story_FkW h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.our_story_FkW h2::before {
    width: 40px;
}.our_story_FkW .mission_why_yIz {
    padding: 25px;
}.our_story_FkW .mission_why_yIz h3 {
    margin-bottom: 12px;
    font-size: calc(19px * 0.85);
}.our_story_FkW .mission_why_yIz p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.our_story_FkW .mission_why_yIz:hover::before,
    .our_story_FkW .mission_why_yIz:hover::after {
    width: 20px;
    height: 20px;
}.our_story_FkW .container::before,
    .our_story_FkW .container::after {
    display: none;
}}.plan_list_hyv {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    z-index: 1;
}.plan_list_hyv::before {
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    left: 0;
}.plan_list_hyv .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.plan_list_hyv .skill_plans_yVU {
    position: relative;
}.plan_list_hyv h2 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 20px;
    transform: translateZ(0);
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
}.plan_list_hyv h2::after {
    width: 80px;
    transform: translateX(-50%);
    content: "";
    height: 4px;
    position: absolute;
    border-radius: 10px;
    bottom: -12px;
    left: 50%;
    background: linear-gradient(90deg, rgb(202,191,208), rgb(166,152,173));
}.plan_list_hyv .offer_box_hTN {
    color: #ffffff;
    margin: 0 auto 60px;
    font-weight: 300;
    text-align: center;
    opacity: 0.9;
    font-size: calc(12px + 2px);
    max-width: 800px;
    line-height: 1.6;
}.plan_list_hyv .study_cost_4mY {
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 30px;
    padding: 0;
    perspective: 1000px;
}.plan_list_hyv .study_cost_4mY li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.plan_list_hyv .study_cost_4mY li:hover {
    transform: translateY(-15px);
    z-index: 2;
}.plan_list_hyv .trial_pricing_1gI {
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    position: relative;
    display: block;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    isolation: isolate;
    overflow: hidden;
}.plan_list_hyv .trial_pricing_1gI::before {
    top: 0;
    content: "";
    transform-origin: 0 0;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(202,191,208), rgb(166,152,173));
    height: 4px;
    position: absolute;
    right: 0;
}.plan_list_hyv .trial_pricing_1gI:hover::before {
    transform: scaleX(1);
}.plan_list_hyv .trial_pricing_1gI::after {
    position: absolute;
    background: linear-gradient(to top, rgba(rgb(202,191,208,0.5), 0.05), transparent);
    width: 100%;
    bottom: 0;
    height: 50%;
    content: "";
    z-index: -1;
    left: 0;
}.plan_list_hyv .price_panel_4wh {
    z-index: 1;
    flex-direction: column;
    padding: 35px 30px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    position: relative;
}.plan_list_hyv .cert_fees_mXE {
    flex-direction: column;
    flex: 1;
    display: flex;
}.plan_list_hyv .cert_fees_mXE h4 {
    letter-spacing: 0.5px;
    color: #ffffff;
    margin: 0 0 20px;
    transition: transform 0.3s ease;
    font-size: calc(18px + 2px);
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}.plan_list_hyv .cert_fees_mXE h4::after {
    transition: width 0.3s ease;
    bottom: 0;
    background: rgb(166,152,173);
    width: 40px;
    position: absolute;
    left: 0;
    content: "";
    height: 3px;
}.plan_list_hyv .trial_pricing_1gI:hover .cert_fees_mXE h4::after {
    width: 60px;
}.plan_list_hyv .cert_fees_mXE p {
    margin: 0 0 30px;
    overflow-wrap: break-word;
    line-height: 1.6;
    hyphens: auto;
    word-wrap: break-word;
    font-size: 12px;
    flex: 1;
    color: rgba(255, 255, 255, 0.8);
}.plan_list_hyv .fee_package_3dG {
    letter-spacing: 0.5px;
    color: rgb(202,191,208);
    font-weight: 700;
    border-radius: 10px;
    font-size: calc(18px + 4px);
    display: block;
    align-self: flex-start;
    background: rgba(rgb(202,191,208,0.5), 0.1);
    padding: 10px 20px;
    position: relative;
    transition: all 0.3s ease;
    margin-top: auto;
}.plan_list_hyv .trial_pricing_1gI:hover .fee_package_3dG {
    transform: scale(1.05);
    background: rgba(rgb(202,191,208,0.5), 0.2);
}

@media (min-width: 1200px) {.plan_list_hyv .study_cost_4mY {
    grid-template-columns: repeat(4, 1fr);
}.plan_list_hyv .price_panel_4wh {
    padding: 40px 35px;
}.plan_list_hyv h2 {
    font-size: calc(34px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.plan_list_hyv .study_cost_4mY {
    grid-template-columns: repeat(3, 1fr);
}.plan_list_hyv .price_panel_4wh {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.plan_list_hyv .study_cost_4mY {
    grid-template-columns: repeat(2, 1fr);
}.plan_list_hyv .cert_fees_mXE p {
    margin-bottom: 25px;
    font-size: calc(12px - 1px);
}.plan_list_hyv .price_panel_4wh {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.plan_list_hyv {
    padding: 70px 0;
}.plan_list_hyv .study_cost_4mY {
    grid-template-columns: 1fr;
    gap: 20px;
}.plan_list_hyv h2 {
    font-size: calc(34px - 2px);
}.plan_list_hyv .offer_box_hTN {
    font-size: 12px;
    margin-bottom: 40px;
}.plan_list_hyv .cert_fees_mXE h4 {
    font-size: 18px;
}.plan_list_hyv .cert_fees_mXE p {
    font-size: calc(12px - 1px);
    margin-bottom: 20px;
}.plan_list_hyv .fee_package_3dG {
    font-size: calc(18px + 2px);
}.plan_list_hyv .price_panel_4wh {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.plan_list_hyv {
    padding: 50px 0;
}.plan_list_hyv .price_panel_4wh {
    padding: 25px 20px;
}.plan_list_hyv h2::after {
    width: 60px;
    height: 3px;
}.plan_list_hyv .fee_package_3dG {
    padding: 8px 16px;
}}.quantitative_data_y7S {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgb(166,152,173,0.5) 100%);
}.quantitative_data_y7S::before {
    background: radial-gradient(circle at 20% 30%, rgb(202,191,208,0.5) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0.6;
    z-index: 0;
}.quantitative_data_y7S::after {
    bottom: 0;
    width: 50%;
    transform: translateY(20%) translateX(10%);
    opacity: 0.4;
    z-index: 0;
    position: absolute;
    height: 70%;
    right: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at bottom right, rgb(166,152,173,0.5) 0%, transparent 70%);
    content: "";
}.quantitative_data_y7S h3 {
    text-align: center;
    opacity: 0;
    font-size: calc(35px * 0.9);
    z-index: 2;
    animation: fadeInUp 0.8s ease forwards 0.2s;
    margin-bottom: 3rem;
    position: relative;
    transform: translateY(0);
    font-weight: 700;
    color: #000000;
}.quantitative_data_y7S .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.quantitative_data_y7S ul {
    list-style: none;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.quantitative_data_y7S .statistics_edge_cNw {
    height: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(30px);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    align-items: center;
    opacity: 0;
    position: relative;
    padding: 1.8rem;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 85%);
    flex-direction: column;
    min-height: 180px;
    text-align: center;
    display: flex;
    justify-content: center;
    animation: statReveal 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 94% 100%, 0 100%);
    animation-delay: calc(0.15s * var(--i, 0));
}.quantitative_data_y7S .statistics_edge_cNw:nth-child(1) {
    --i: 1;
}.quantitative_data_y7S .statistics_edge_cNw:nth-child(2) {
    --i: 2;
}.quantitative_data_y7S .statistics_edge_cNw:nth-child(3) {
    --i: 3;
}.quantitative_data_y7S .statistics_edge_cNw:nth-child(4) {
    --i: 4;
}.quantitative_data_y7S .statistics_edge_cNw:nth-child(5) {
    --i: 5;
}.quantitative_data_y7S .statistics_edge_cNw:nth-child(6) {
    --i: 6;
}.quantitative_data_y7S .statistics_edge_cNw:nth-child(7) {
    --i: 7;
}.quantitative_data_y7S .statistics_edge_cNw::before {
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(202,191,208,0.5) 100%);
    opacity: 0;
    z-index: -1;
    width: 100%;
    top: 0;
    transition: opacity 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 94% 100%, 0 100%);
    content: "";
    height: 100%;
}.quantitative_data_y7S .statistics_edge_cNw:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(202,191,208,0.5);
    transform: translateY(-5px) scale(1.02);
}.quantitative_data_y7S .statistics_edge_cNw:hover::before {
    opacity: 0.1;
}.quantitative_data_y7S .statistics_edge_cNw span {
    color: #000000;
    font-weight: 600;
    display: block;
    transform: translateY(0);
    position: relative;
    line-height: 1.3;
    margin-bottom: 0.8rem;
    transition: all 0.4s ease;
    font-size: calc(15px * 1.05);
}.quantitative_data_y7S .statistics_edge_cNw:hover span {
    transform: translateY(-2px);
    color: rgb(202,191,208);
}.quantitative_data_y7S .statistics_edge_cNw p {
    font-size: calc(38px * 1.1);
    margin: 0.5rem 0 0;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: rgb(202,191,208);
}.quantitative_data_y7S .statistics_edge_cNw p::after {
    height: 3px;
    width: 0;
    content: "";
    background: rgb(166,152,173);
    transform: translateX(-50%);
    left: 50%;
    transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    bottom: -5px;
    position: absolute;
}.quantitative_data_y7S .statistics_edge_cNw:hover p::after {
    width: 70%;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes statReveal {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 1200px) {.quantitative_data_y7S ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.2rem;
}.quantitative_data_y7S .statistics_edge_cNw {
    padding: 1.6rem;
    min-height: 160px;
}
}

@media (max-width: 992px) {.quantitative_data_y7S {
    padding: 3rem 1.5rem;
}.quantitative_data_y7S h3 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.85);
}.quantitative_data_y7S ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
}
}

@media (max-width: 768px) {.quantitative_data_y7S {
    padding: 2.5rem 1rem;
}.quantitative_data_y7S h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.quantitative_data_y7S ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.quantitative_data_y7S .statistics_edge_cNw {
    min-height: 150px;
    padding: 1.4rem;
}.quantitative_data_y7S .statistics_edge_cNw span {
    font-size: 15px;
}.quantitative_data_y7S .statistics_edge_cNw p {
    font-size: 38px;
}
}

@media (max-width: 576px) {.quantitative_data_y7S {
    padding: 2rem 0.8rem;
}.quantitative_data_y7S h3 {
    font-size: calc(35px * 0.75);
    margin-bottom: 1.5rem;
}.quantitative_data_y7S ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.quantitative_data_y7S .statistics_edge_cNw {
    min-height: auto;
    padding: 1.2rem;
}.quantitative_data_y7S .statistics_edge_cNw p {
    font-size: calc(38px * 0.9);
}.quantitative_data_y7S::before,
    .quantitative_data_y7S::after {
    opacity: 0.3;
}}.usageAgreementAlert_Ehn {
    transition: all 0.3s ease-in-out;
    background: rgb(166,152,173);
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    border-top: 2px solid rgb(202,191,208);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    z-index: 90;
    width: 100%;
}.user_safety_la4 {
    flex-wrap: wrap;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    max-width: 1200px;
}.usageAgreementAlert_Ehn h5 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
    color: #ffffff;
}.usageAgreementAlert_Ehn p {
    color: #ffffff;
    max-width: 500px;
    font-size: 14px;
}.user_default_apk {
    flex-shrink: 0;
    margin-right: 20px;
}.user_default_apk svg, .user_default_apk svg path {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
    fill: rgb(202,191,208);
}.user_default_apk:hover svg {
    transform: rotate(10deg);
}.web_cookies_R7G {
    border-radius: 23px;
    line-height: 35px;
    font-size: 17px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: rgb(202,191,208);
    margin-left: 20px;
    cursor: pointer;
    box-shadow: rgb(202,191,208,0.5) 0px 4px 10px 0px;
    text-decoration: none;
    padding: 10px 20px;
    color: #ffffff;
}.cookie_button.visitor_settings_ySm {
    background: rgb(202,191,208);
}.cookie_button.privacy_notify_vNS {
    background: rgb(166,152,173);
}.web_cookies_R7G:hover {
    transform: scale(1.05);
    box-shadow: rgb(202,191,208,0.5) 0px 6px 15px 0px;
}.usageAgreementAlert_Ehn p a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    color: rgb(202,191,208);
}.usageAgreementAlert_Ehn p a:hover {
    color: rgb(166,152,173);
}.wrap-structure_VNt .usageAgreementAlert_Ehn {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(166,152,173);
    border: none;
    padding: 40px 0;
}.wrap-structure_VNt .web_cookies_R7G {
    background: rgb(202,191,208);
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
    margin-left: 30px;
    padding: 10px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border: none;
}.wrap-structure_VNt .edu_track_gsz h5, .wrap-structure_VNt .edu_track_gsz p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.usageAgreementAlert_Ehn {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.user_default_apk {
    display: none;
}.user_safety_la4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.usageAgreementAlert_Ehn h5 {
    text-align: center;
}.usageAgreementAlert_Ehn p {
    text-align: center;
}.edu_track_gsz {
    text-align: center;
    margin-bottom: 20px;
}.web_cookies_R7G {
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
#userSettingsPopup_LtI {
    display: none;
}#userSettingsPopup_LtI:checked ~ .usageAgreementAlert_Ehn {
    opacity: 0;
    visibility: hidden;
}footer {
    z-index: 1;
    position: relative;
}footer::before {
    opacity: 0.92;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(202,191,208,0.5) 0%, rgb(166,152,173,0.5) 100%);
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}footer {
    background-position: center !important;
    background-size: cover !important;
}.gdpr_block_3bi {
    padding: 5rem 0 2rem;
    position: relative;
    color: #ffffff;
}.gdpr_block_3bi::before {
    top: 0;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    width: 100%;
    position: absolute;
    height: 15px;
    left: 0;
    background: rgb(202,191,208);
    content: "";
}.gdpr_block_3bi .container {
    flex-wrap: wrap;
    display: flex;
    gap: 0;
    position: relative;
}.gdpr_block_3bi .company_holder {
    flex: 0 0 40%;
    padding: 0 3rem 2rem 0;
    margin-bottom: 2rem;
    position: relative;
}.gdpr_block_3bi .company_holder::after {
    position: absolute;
    right: 1.5rem;
    opacity: 0.3;
    background: linear-gradient(to bottom, #ffffff, transparent);
    content: "";
    top: 0;
    width: 1px;
    height: 100%;
}.gdpr_block_3bi .company_holder h3 {
    position: relative;
    font-weight: 700;
    margin: 0 0 1.5rem;
    color: #ffffff;
    letter-spacing: 1px;
    padding-bottom: 1rem;
    text-transform: uppercase;
    font-size: 38px;
    transform: skewX(-10deg);
}.gdpr_block_3bi .company_holder h3::after {
    width: 80px;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 10px rgb(202,191,208);
    background: rgb(202,191,208);
    content: "";
    position: absolute;
    height: 3px;
}.gdpr_block_3bi .student_aid_yIh {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    border-left: 3px solid rgb(202,191,208);
    line-height: 1.6;
    transform-origin: left top;
    font-size: 18px;
    transform: skewX(-5deg);
    padding: 1.5rem;
}.gdpr_block_3bi .mobile_cta_Hte {
    gap: 0;
    flex: 0 0 60%;
    display: flex;
    flex-wrap: wrap;
}.gdpr_block_3bi .head_section_jrg {
    flex-wrap: wrap;
    flex: 1;
    display: flex;
    gap: 0;
}.gdpr_block_3bi .nav_site_7w1 {
    padding: 0 1rem 2rem 1rem;
    flex: 0 0 50%;
    position: relative;
}.gdpr_block_3bi .nav_site_7w1 h5 {
    transform: skewX(-5deg);
    position: relative;
    margin: 0 0 1.5rem;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    padding-left: 1rem;
}.gdpr_block_3bi .nav_site_7w1 h5::before {
    bottom: 0;
    transform: skewX(5deg);
    top: 0;
    position: absolute;
    width: 3px;
    content: "";
    background: rgb(202,191,208);
    left: 0;
}.gdpr_block_3bi .nav_site_7w1 .head_section_jrg {
    flex-direction: column;
    display: flex;
    gap: 0.8rem;
}.gdpr_block_3bi .nav_site_7w1 .head_section_jrg a {
    position: relative;
    font-size: 18px;
    overflow: hidden;
    padding: 0.7rem 1rem;
    color: #ffffff;
    transform: skewX(-5deg);
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}.gdpr_block_3bi .nav_site_7w1 .head_section_jrg a::before {
    top: 0;
    position: absolute;
    height: 100%;
    transition: all 0.5s ease;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
    left: -100%;
}.gdpr_block_3bi .nav_site_7w1 .head_section_jrg a:hover {
    padding-left: 1.5rem;
    transform: skewX(-5deg) translateX(5px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}.gdpr_block_3bi .nav_site_7w1 .head_section_jrg a:hover::before {
    left: 100%;
}.idea_pool_01d {
    padding: 1.5rem 0;
    margin-top: 2rem;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    background: rgba(0, 0, 0, 0.15);
}.idea_pool_01d .container {
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    display: flex;
}.idea_pool_01d .subscr_info_KC8 {
    transform: skewX(-5deg);
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

@media (max-width: 1200px) {.gdpr_block_3bi .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.gdpr_block_3bi .mobile_cta_Hte {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.gdpr_block_3bi {
    padding: 4rem 0 2rem;
}.gdpr_block_3bi .container {
    flex-direction: column;
}.gdpr_block_3bi .company_holder {
    margin-bottom: 3rem;
    padding-right: 0;
    flex: 0 0 100%;
}.gdpr_block_3bi .company_holder::after {
    display: none;
}.gdpr_block_3bi .mobile_cta_Hte {
    flex: 0 0 100%;
}.gdpr_block_3bi .nav_site_7w1 {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.gdpr_block_3bi {
    padding: 3.5rem 0 1.5rem;
}.gdpr_block_3bi::before {
    height: 10px;
}.gdpr_block_3bi .company_holder h3 {
    font-size: calc(38px - 2px);
}.gdpr_block_3bi .student_aid_yIh {
    transform: skewX(-3deg);
    padding: 1.2rem;
}.gdpr_block_3bi .nav_site_7w1 h5, 
    .gdpr_block_3bi .nav_site_7w1 .head_section_jrg a {
    transform: skewX(-3deg);
}.gdpr_block_3bi .nav_site_7w1 .head_section_jrg a:hover {
    transform: skewX(-3deg) translateX(5px);
}.idea_pool_01d {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.idea_pool_01d .subscr_info_KC8 {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.gdpr_block_3bi {
    padding: 3rem 0 1rem;
}.gdpr_block_3bi::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.gdpr_block_3bi .nav_site_7w1 {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.gdpr_block_3bi .company_holder {
    margin-bottom: 2rem;
}.gdpr_block_3bi .nav_site_7w1 .head_section_jrg a {
    padding: 0.6rem 0.8rem;
}.gdpr_block_3bi .nav_site_7w1 .head_section_jrg a:hover {
    padding-left: 1.2rem;
}.idea_pool_01d {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}

@media (max-width: 420px) {.gdpr_block_3bi .company_holder h3 {
    transform: skewX(-5deg);
}.gdpr_block_3bi .company_holder h3::after {
    width: 60px;
}.gdpr_block_3bi .student_aid_yIh {
    transform: none;
}.gdpr_block_3bi .nav_site_7w1 h5 {
    transform: none;
}.gdpr_block_3bi .nav_site_7w1 h5::before {
    transform: none;
}.gdpr_block_3bi .nav_site_7w1 .head_section_jrg a,
    .gdpr_block_3bi .nav_site_7w1 .head_section_jrg a:hover,
    .idea_pool_01d .subscr_info_KC8 {
    transform: none;
}}.title_screen_4U0 {
    min-height: 100vh;
    position: relative;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(202,191,208,0.5), rgb(230,225,233), rgb(166,152,173,0.5));
    display: flex;
    overflow: hidden;
}.title_screen_4U0::before {
    top: 0;
    opacity: 0.2;
    background: 
    radial-gradient(circle at 20% 30%, rgb(202,191,208,0.5) 5%, transparent 20%),
    radial-gradient(circle at 80% 70%, rgb(166,152,173,0.5) 5%, transparent 20%);
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    animation: pulseBg 15s infinite alternate ease-in-out;
    height: 100%;
    left: 0;
}.title_screen_4U0::after {
    opacity: 0.1;
    z-index: 2;
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgb(202,191,208,0.5) 45%, transparent 50%);
    left: -50%;
    animation: lightSweep 12s infinite linear;
    height: 200%;
    top: -50%;
    transform: rotate(15deg);
    width: 200%;
    position: absolute;
}.title_screen_4U0 .learn_begin_c8x {
    transform-style: preserve-3d;
    gap: 2rem;
    z-index: 5;
    width: 90%;
    grid-template-columns: 1fr;
    animation: fadeIn 1.2s ease-out;
    max-width: 1200px;
    position: relative;
    display: grid;
}.title_screen_4U0 .learn_begin_c8x > div:first-child {
    border-left: 4px solid rgb(166,152,173);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    background: rgb(202,191,208,0.5);
    backdrop-filter: blur(8px);
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform: translateZ(20px);
}.title_screen_4U0 .learn_begin_c8x > div:first-child p {
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.5px;
    font-size: calc(14px * 1.3);
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}.title_screen_4U0 .skill_track_FKt {
    position: relative;
    transition: transform 0.5s ease;
    transform: translateZ(30px) rotateX(2deg);
}.title_screen_4U0 .skill_track_FKt:hover {
    transform: translateZ(40px) rotateX(0deg);
}.title_screen_4U0 .skill_track_FKt > div {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 3rem;
}.title_screen_4U0 .skill_track_FKt > div::before {
    background: linear-gradient(
    to bottom,
    rgb(202,191,208,0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgb(166,152,173,0.5) 100%
  );
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    content: "";
    opacity: 0.8;
    width: 100%;
}.title_screen_4U0 .skill_track_FKt > div::after {
    animation: rotateGradient 25s infinite linear;
    left: -10%;
    opacity: 0.15;
    position: absolute;
    width: 120%;
    content: "";
    height: 120%;
    z-index: 2;
    top: -10%;
    background: radial-gradient(ellipse at center, transparent 40%, rgb(202,191,208,0.5) 100%);
}.title_screen_4U0 .skill_track_FKt h3 {
    margin: 0 0 2rem 0;
    position: relative;
    color: #ffffff;
    padding-bottom: 1.5rem;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: calc(24px * 1.1);
    z-index: 5;
}.title_screen_4U0 .title_style_header {
    backdrop-filter: blur(5px);
    margin: 0;
    z-index: 5;
    background: linear-gradient(135deg, rgb(202,191,208,0.5), rgb(166,152,173,0.5));
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    animation: pulseHeader 3s infinite alternate ease-in-out;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    transform: translateZ(15px);
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    font-size: 38px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulseHeader {
  0% {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1);
  }
  100% {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25), 0 0 20px rgb(202,191,208,0.5);
    transform: translateZ(25px) scale(1.02);
  }
}

@keyframes pulseBg {
  0% {
    opacity: 0.1;
    transform: scale(1);
  }
  100% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}

@keyframes lightSweep {
  0% {
    transform: rotate(15deg) translateX(-100%);
  }
  100% {
    transform: rotate(15deg) translateX(100%);
  }
}

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

@media (min-width: 768px) {.title_screen_4U0 .learn_begin_c8x {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.title_screen_4U0 .learn_begin_c8x > div:first-child {
    display: flex;
    padding: 3rem;
    align-items: center;
}.title_screen_4U0 .learn_begin_c8x > div:first-child p {
    font-size: calc(14px * 1.5);
}.title_screen_4U0 .skill_track_FKt > div {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    padding: 4rem;
    justify-content: space-between;
}.title_screen_4U0 .skill_track_FKt h3 {
    max-width: 80%;
    font-size: 24px;
}.title_screen_4U0 .title_style_header {
    font-size: calc(38px * 1.2);
    padding: 2rem;
}
}

@media (min-width: 992px) {.title_screen_4U0 .learn_begin_c8x {
    gap: 4rem;
}.title_screen_4U0 .learn_begin_c8x > div:first-child {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}.title_screen_4U0 .skill_track_FKt > div {
    transition: background-position 8s ease;
    background-position: center center !important;
    min-height: 450px;
}.title_screen_4U0 .skill_track_FKt > div:hover {
    background-position: bottom right !important;
}.title_screen_4U0 .skill_track_FKt h3 {
    max-width: 70%;
}.title_screen_4U0 .title_style_header {
    margin-left: 2rem;
    transform: translateZ(20px);
}
}

@media (max-width: 767px) {.title_screen_4U0 {
    padding: 3rem 1rem;
}.title_screen_4U0 .learn_begin_c8x > div:first-child {
    padding: 1.5rem;
}.title_screen_4U0 .learn_begin_c8x > div:first-child p {
    font-size: 14px;
}.title_screen_4U0 .skill_track_FKt > div {
    padding: 2rem;
}.title_screen_4U0 .skill_track_FKt h3 {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-size: calc(20px * 1.2);
}.title_screen_4U0 .title_style_header {
    font-size: calc(38px * 0.9);
    padding: 1rem;
}}.future_learners_8AM {
    overflow: hidden;
    padding: 120px 0;
    background: rgb(230,225,233);
    position: relative;
}.future_learners_8AM::before {
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(202,191,208,0.5) 0,
        rgb(202,191,208,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.future_learners_8AM .learn_corner_nDC {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
}.future_learners_8AM h3 {
    font-size: 31px;
    color: #000000;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 80px;
}.future_learners_8AM h3::after {
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(202,191,208), rgb(166,152,173));
    width: 80px;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    height: 5px;
    left: 50%;
    content: "";
}.future_learners_8AM ul {
    gap: 60px 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
}.future_learners_8AM ul li {
    transition: all 0.4s ease;
    max-width: 350px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: perspective(1000px) rotateX(5deg);
    z-index: 1;
    min-height: 100px;
    flex: 0 0 calc(33.333% - 20px);
    font-size: 14px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    padding: 25px 25px 25px 80px;
    color: #000000;
}.future_learners_8AM ul li::before,
.future_learners_8AM ul li::after {
    transition: all 0.4s ease;
    position: absolute;
    content: "";
    background: #ffffff;
}.future_learners_8AM ul li::before {
    border: 1px solid rgb(166,152,173,0.5);
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    transform: translateZ(-10px);
    z-index: -1;
}.future_learners_8AM ul li::after {
    top: 15px;
    z-index: -2;
    transform: translateZ(-20px);
    background: rgb(202,191,208,0.5);
    left: 15px;
    opacity: 0.3;
    right: 15px;
    bottom: 0;
}.future_learners_8AM ul li:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
}.future_learners_8AM ul li:hover::before {
    transform: translateZ(-15px);
}.future_learners_8AM ul li:hover::after {
    transform: translateZ(-30px);
}.future_learners_8AM ul li svg {
    position: absolute;
    transition: all 0.4s ease;
    left: 25px;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    top: 50%;
    height: 40px;
}.future_learners_8AM ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.future_learners_8AM ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(202,191,208);
}.future_learners_8AM ul li:hover svg path {
    fill: rgb(166,152,173);
}.future_learners_8AM ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.future_learners_8AM ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.future_learners_8AM ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.future_learners_8AM ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.future_learners_8AM ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.future_learners_8AM ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.future_learners_8AM {
    padding: 100px 0;
}.future_learners_8AM h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 60px;
}.future_learners_8AM ul {
    gap: 40px 25px;
}.future_learners_8AM ul li {
    flex: 0 0 calc(50% - 20px);
    padding: 20px 20px 20px 70px;
}.future_learners_8AM ul li svg {
    width: 35px;
    height: 35px;
    left: 20px;
}
}

@media (max-width: 768px) {.future_learners_8AM {
    padding: 80px 0;
}.future_learners_8AM h3 {
    margin-bottom: 50px;
    font-size: calc(31px * 0.8);
}.future_learners_8AM ul {
    gap: 30px;
}.future_learners_8AM ul li {
    flex: 0 0 100%;
    max-width: 450px;
}.future_learners_8AM ul li,
    .future_learners_8AM ul li:nth-child(3n+1),
    .future_learners_8AM ul li:nth-child(3n+2),
    .future_learners_8AM ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.future_learners_8AM ul li:hover,
    .future_learners_8AM ul li:nth-child(3n+1):hover,
    .future_learners_8AM ul li:nth-child(3n+2):hover,
    .future_learners_8AM ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.future_learners_8AM {
    padding: 60px 0;
}.future_learners_8AM .learn_corner_nDC {
    padding: 0 20px;
}.future_learners_8AM h3 {
    font-size: calc(31px * 0.7);
    margin-bottom: 40px;
}.future_learners_8AM ul {
    gap: 25px;
}.future_learners_8AM ul li {
    padding: 18px 15px 18px 65px;
}.future_learners_8AM ul li svg {
    height: 30px;
    width: 30px;
    left: 18px;
}.future_learners_8AM ul li,
    .future_learners_8AM ul li:nth-child(3n+1),
    .future_learners_8AM ul li:nth-child(3n+2),
    .future_learners_8AM ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.future_learners_8AM ul li:hover,
    .future_learners_8AM ul li:nth-child(3n+1):hover,
    .future_learners_8AM ul li:nth-child(3n+2):hover,
    .future_learners_8AM ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}.info_hub_prY {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: rgb(230,225,233);
}.info_hub_prY::before {
    z-index: 1;
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(202,191,208,0.5) 100%),
        radial-gradient(circle at 20% 30%, rgb(166,152,173,0.5) 0%, transparent 70%);
    top: 0;
    content: '';
}.info_hub_prY::after {
    top: 0;
    z-index: 2;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
}.info_hub_prY .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
}.info_hub_prY .request_form_LCl {
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0;
    -webkit-backdrop-filter: blur(10px);
    display: grid;
    overflow: hidden;
    gap: 40px;
    grid-template-columns: 1fr 2fr;
    position: relative;
}.info_hub_prY .get_contactwidget_iXw {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    grid-column: 1 / -1;
    margin: 0;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), transparent);
    font-size: 31px;
    font-weight: 700;
    padding: 35px 40px;
    color: rgb(202,191,208);
}.info_hub_prY .get_contactwidget_iXw::after {
    bottom: 0;
    left: 40px;
    height: 3px;
    position: absolute;
    width: 60px;
    border-radius: 10px;
    content: '';
    background: rgb(202,191,208);
}.info_hub_prY .photo_box_6T8 {
    transform: scale(1.001);
    height: 100%;
    min-height: 350px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}.info_hub_prY .photo_box_6T8::before {
    right: 0;
    z-index: 1;
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgb(202,191,208,0.5) 100%
    );
}.info_hub_prY .photo_box_6T8::after {
    background: radial-gradient(
        circle,
        rgb(202,191,208,0.5) 0%,
        transparent 70%
    );
    opacity: 0.7;
    z-index: 2;
    content: '';
    position: absolute;
    height: 60%;
    right: -10%;
    top: -10%;
    animation: floatEffect 8s infinite alternate ease-in-out;
    width: 60%;
}@keyframes floatEffect {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.info_hub_prY .contact_details_Uoj {
    flex-direction: column;
    position: relative;
    padding: 40px;
    background: rgba(255, 255, 255, 0.02);
    gap: 22px;
    display: flex;
}.info_hub_prY .contact_details_Uoj::before {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(202,191,208), rgb(166,152,173), rgb(202,191,208));
    width: 3px;
    content: '';
}.info_hub_prY .contact_details_Uoj p {
    display: flex;
    flex-direction: row;
    gap: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    align-items: flex-start;
    padding: 0 0 22px 0;
    margin: 0;
}.info_hub_prY .contact_details_Uoj p:last-child {
    border-bottom: none;
    padding-bottom: 0;
}.info_hub_prY .contact_details_Uoj p svg {
    margin-top: 3px;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}.info_hub_prY .contact_details_Uoj p svg path {
    transition: fill 0.3s ease;
    fill: rgb(202,191,208);
}.info_hub_prY .contact_details_Uoj p:hover svg path {
    fill: #ffffff;
}.info_hub_prY .contact_details_Uoj p .content-wrapper {
    flex-grow: 1;
    gap: 8px;
    flex-direction: column;
    display: flex;
}.info_hub_prY .contact_details_Uoj p {
    color: #ffffff;
}.info_hub_prY .contact_details_Uoj p span {
    font-size: 14px;
    position: relative;
    color: #ffffff;
    display: inline-block;
    transition: all 0.3s ease;
}.info_hub_prY .contact_details_Uoj p:first-child span {
    font-size: calc(14px + 2px);
}.info_hub_prY .contact_details_Uoj p span a {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    color: #ffffff;
    padding: 2px 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}.info_hub_prY .contact_details_Uoj p span a:hover {
    transform: translateX(5px);
    color: #ffffff;
    background: rgb(202,191,208,0.5);
}.info_hub_prY .contact_details_Uoj p span b {
    font-weight: 700;
    color: rgb(202,191,208);
}.info_hub_prY .inquire_now_5WZ {
    margin-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 35px;
}.info_hub_prY .connect_team_pOt {
    display: flex;
    font-weight: 600;
    color: rgb(202,191,208);
    margin: 0 0 20px 0;
    position: relative;
    padding-bottom: 15px;
    gap: 12px;
    align-items: center;
    font-size: 22px;
}.info_hub_prY .connect_team_pOt svg {
    width: 20px;
    height: 20px;
}.info_hub_prY .connect_team_pOt svg path {
    fill: rgb(202,191,208);
}.info_hub_prY .connect_team_pOt:after {
    left: 0;
    background: rgb(202,191,208);
    content: '';
    border-radius: 10px;
    width: 40px;
    height: 2px;
    bottom: 0;
    position: absolute;
}.info_hub_prY .talk_now_jEV {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    display: grid;
}.info_hub_prY .message_us_eyt {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: calc(14px - 1px);
    position: relative;
    padding: 12px 15px;
}.info_hub_prY .message_us_eyt::before {
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    content: '';
    width: 4px;
    opacity: 0.7;
    background: rgb(202,191,208);
}.info_hub_prY .message_us_eyt::after {
    top: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.3s ease;
    background: rgb(202,191,208);
    z-index: -1;
    left: 0;
    content: '';
    opacity: 0;
    position: absolute;
}.info_hub_prY .message_us_eyt:hover {
    transform: translateX(5px);
}.info_hub_prY .message_us_eyt:hover::after {
    opacity: 0.1;
}

@media (max-width: 1199px) {.info_hub_prY .request_form_LCl {
    gap: 30px;
}.info_hub_prY .contact_details_Uoj {
    padding: 30px;
}
}

@media (max-width: 991px) {.info_hub_prY {
    padding: 60px 0;
}.info_hub_prY .request_form_LCl {
    grid-template-columns: 1fr;
}.info_hub_prY .get_contactwidget_iXw {
    padding: 30px;
}.info_hub_prY .get_contactwidget_iXw::after {
    left: 30px;
}.info_hub_prY .photo_box_6T8 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 300px;
}.info_hub_prY .contact_details_Uoj {
    padding: 30px;
}.info_hub_prY .contact_details_Uoj p svg {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 767px) {.info_hub_prY {
    padding: 50px 0;
}.info_hub_prY .get_contactwidget_iXw {
    font-size: calc(31px - 4px);
    padding: 25px;
}.info_hub_prY .get_contactwidget_iXw::after {
    left: 25px;
}.info_hub_prY .contact_details_Uoj {
    gap: 18px;
    padding: 25px;
}.info_hub_prY .contact_details_Uoj p {
    padding-bottom: 18px;
}.info_hub_prY .photo_box_6T8 {
    min-height: 250px;
}.info_hub_prY .inquire_now_5WZ {
    padding-top: 25px;
    margin-top: 25px;
}.info_hub_prY .talk_now_jEV {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
}

@media (max-width: 576px) {.info_hub_prY {
    padding: 40px 0;
}.info_hub_prY .get_contactwidget_iXw {
    text-align: center;
    padding: 20px;
}.info_hub_prY .get_contactwidget_iXw::after {
    left: 50%;
    transform: translateX(-50%);
}.info_hub_prY .contact_details_Uoj {
    padding: 20px;
}.info_hub_prY .photo_box_6T8 {
    min-height: 200px;
}.info_hub_prY .connect_team_pOt {
    text-align: center;
}.info_hub_prY .connect_team_pOt:after {
    transform: translateX(-50%);
    left: 50%;
}.info_hub_prY .talk_now_jEV {
    grid-template-columns: 1fr;
}.info_hub_prY .contact_details_Uoj p {
    flex-direction: row;
}.info_hub_prY .contact_details_Uoj p svg {
    height: 18px;
    width: 18px;
}
}

@media (max-width: 375px) {.info_hub_prY .request_form_LCl {
    border-radius: 10px;
}.info_hub_prY .contact_details_Uoj {
    padding: 15px;
}.info_hub_prY .contact_details_Uoj p {
    padding-bottom: 15px;
}.info_hub_prY .photo_box_6T8 {
    min-height: 180px;
}.info_hub_prY .inquire_now_5WZ {
    margin-top: 20px;
    padding-top: 20px;
}
}

@media (prefers-reduced-motion: reduce) {.info_hub_prY .photo_box_6T8::after {
    animation: none;
}.info_hub_prY .contact_details_Uoj p span a:hover,
    .info_hub_prY .message_us_eyt:hover {
    transform: none;
}}.developer_experience_IZO {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgb(166,152,173,0.5) 100%);
    z-index: 1;
    padding: 5rem 0;
    position: relative;
}.developer_experience_IZO::before {
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}.developer_experience_IZO::after {
    background: radial-gradient(circle, rgb(166,152,173,0.5) 0%, transparent 70%);
    content: "";
    z-index: -1;
    filter: blur(40px);
    transform: translate3d(0, 0, 0);
    opacity: 0.4;
    position: absolute;
    width: 300px;
    right: -5%;
    top: -5%;
    height: 300px;
}.developer_experience_IZO .container {
    position: relative;
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
}.developer_experience_IZO .user_quotes_1wb {
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.96));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2rem;
    position: relative;
    padding: 2.5rem;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03),
        0 20px 40px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateY(-1deg);
    display: grid;
    grid-template-columns: 1fr;
    border-left: 4px solid rgb(202,191,208);
}.developer_experience_IZO .user_quotes_1wb:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.08),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 25px 50px rgba(0, 0, 0, 0.09);
}.developer_experience_IZO .user_quotes_1wb::before {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    content: "";
    height: 150px;
    background: linear-gradient(135deg, transparent 50%, rgb(166,152,173,0.5) 50%);
    opacity: 0.2;
}.developer_experience_IZO .photo_box_6T8 {
    width: 120px;
    transition: all 0.4s ease;
    transform: translateZ(20px) rotate(-2deg);
    height: 120px;
    border-radius: 0.75rem;
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.8),
        0 10px 20px rgba(0, 0, 0, 0.15);
}.developer_experience_IZO .photo_box_6T8::after {
    position: absolute;
    background: linear-gradient(to bottom, rgba(rgb(202,191,208), 0.1), transparent);
    width: 100%;
    z-index: 1;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
}.developer_experience_IZO .user_quotes_1wb:hover .photo_box_6T8 {
    box-shadow: 
        0 0 0 3px rgba(255, 255, 255, 0.9),
        0 15px 25px rgba(0, 0, 0, 0.2);
    transform: translateZ(30px) rotate(0deg);
}.developer_experience_IZO .name {
    font-size: 23px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #000000;
}.developer_experience_IZO .name::after {
    left: 0;
    content: "";
    bottom: -5px;
    background: rgb(202,191,208);
    transition: width 0.3s ease;
    position: absolute;
    height: 3px;
    width: 40px;
}.developer_experience_IZO .user_quotes_1wb:hover .name::after {
    width: 60px;
}.developer_experience_IZO .user_quotes_1wb div:nth-child(2) div {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 0.25rem;
    font-size: calc(15px - 0.1rem);
    color: rgb(166,152,173);
}.developer_experience_IZO .emp_summary_KNg {
    padding-left: 1.5rem;
    margin: 0;
    color: #000000;
    line-height: 1.7;
    position: relative;
    font-size: 15px;
}.developer_experience_IZO .emp_summary_KNg::before {
    font-size: 5rem;
    top: -20px;
    color: rgb(166,152,173,0.5);
    content: "";
    line-height: 1;
    opacity: 0.3;
    left: -10px;
    font-family: serif;
    position: absolute;
}

@media (min-width: 768px) {.developer_experience_IZO .user_quotes_1wb {
    grid-template-areas:
            "photo info"
            "quote quote";
    grid-template-rows: auto 1fr;
    gap: 2rem 3rem;
    grid-template-columns: auto 1fr;
}.developer_experience_IZO .user_quotes_1wb > div:nth-child(1) {
    grid-area: photo;
}.developer_experience_IZO .user_quotes_1wb > div:nth-child(2) {
    align-self: center;
    grid-area: info;
}.developer_experience_IZO .user_quotes_1wb > div:nth-child(3) {
    grid-area: quote;
}.developer_experience_IZO .photo_box_6T8 {
    height: 160px;
    width: 160px;
}
}

@media (min-width: 992px) {.developer_experience_IZO {
    padding: 7rem 0;
}.developer_experience_IZO .user_quotes_1wb {
    gap: 0 3rem;
    grid-template-areas: "photo info quote";
    padding: 3.5rem;
    grid-template-rows: 1fr;
    grid-template-columns: auto 1fr 2fr;
}.developer_experience_IZO .user_quotes_1wb > div:nth-child(1) {
    grid-area: photo;
}.developer_experience_IZO .user_quotes_1wb > div:nth-child(2) {
    align-self: center;
    grid-area: info;
}.developer_experience_IZO .user_quotes_1wb > div:nth-child(3) {
    grid-area: quote;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    padding-left: 3rem;
}.developer_experience_IZO .photo_box_6T8 {
    height: 180px;
    width: 180px;
}.developer_experience_IZO .emp_summary_KNg {
    padding-left: 0;
}.developer_experience_IZO .emp_summary_KNg::before {
    left: -30px;
}
}

@media (max-width: 767px) {.developer_experience_IZO {
    padding: 4rem 0;
}.developer_experience_IZO .user_quotes_1wb {
    padding: 2rem;
}.developer_experience_IZO .photo_box_6T8 {
    margin-bottom: 1rem;
}
}

@media (max-width: 575px) {.developer_experience_IZO .user_quotes_1wb {
    transform: none;
    padding: 1.5rem;
}.developer_experience_IZO .photo_box_6T8 {
    width: 100px;
    height: 100px;
}.developer_experience_IZO .emp_summary_KNg {
    line-height: 1.6;
    font-size: calc(15px - 0.1rem);
}
}

@media (hover: hover) {.developer_experience_IZO .user_quotes_1wb {
    cursor: default;
}.developer_experience_IZO .user_quotes_1wb::after {
    position: absolute;
    left: 0;
    content: "";
    transition: transform 0.8s ease;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    width: 100%;
    top: 0;
}.developer_experience_IZO .user_quotes_1wb:hover::after {
    transform: translateX(100%);
}}.tyBox_DGn {
    background: linear-gradient(135deg, rgb(230,225,233) 0%, rgb(202,191,208,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.tyBox_DGn::before {
    content: "";
    top: -10%;
    right: -5%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
    background: linear-gradient(210deg, rgb(166,152,173) 0%, rgb(202,191,208) 100%);
    transform: rotate(15deg) skewX(-15deg);
    opacity: 0.05;
    height: 70%;
    position: absolute;
    z-index: 1;
    width: 45%;
}.tyBox_DGn::after {
    clip-path: polygon(15% 0, 85% 25%, 100% 75%, 0 100%);
    width: 35%;
    content: "";
    height: 60%;
    left: -5%;
    background: linear-gradient(45deg, rgb(202,191,208) 0%, rgb(166,152,173) 100%);
    opacity: 0.07;
    transform: rotate(-10deg) skewX(15deg);
    bottom: -10%;
    position: absolute;
    z-index: 1;
}.tyBox_DGn .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.tyBox_DGn .learn_corner_nDC {
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2.5rem;
    position: relative;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
}.tyBox_DGn .learn_corner_nDC > div:first-child {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    transform: translateZ(20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.tyBox_DGn .learn_corner_nDC > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.tyBox_DGn .learn_corner_nDC > div:first-child::before {
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(202,191,208), rgb(166,152,173));
    content: "";
}.tyBox_DGn .learn_corner_nDC > div:last-child {
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.4s ease;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateZ(10px);
    position: relative;
    padding: 3rem;
}.tyBox_DGn .learn_corner_nDC > div:last-child:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateZ(25px) translateY(-5px);
}.tyBox_DGn h5 {
    line-height: 1.4;
    font-weight: 700;
    font-size: calc(18px * 1.1);
    letter-spacing: -0.01em;
    position: relative;
    margin: 0;
    color: #000000;
}.tyBox_DGn h5::after {
    width: 70px;
    background: linear-gradient(90deg, rgb(202,191,208), transparent);
    content: "";
    height: 3px;
    display: block;
    margin-top: 1rem;
}.tyBox_DGn a {
    display: block;
    transition: transform 0.3s ease;
    text-decoration: none;
    position: relative;
}.tyBox_DGn a:hover {
    transform: translateX(5px);
}.tyBox_DGn p {
    position: relative;
    margin: 0;
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
}.tyBox_DGn p::first-line {
    font-weight: 600;
    color: rgb(202,191,208);
}

@media (min-width: 768px) {.tyBox_DGn {
    padding: 8rem 0;
}.tyBox_DGn .learn_corner_nDC {
    gap: 4rem;
    grid-template-columns: 1fr 1.2fr;
}.tyBox_DGn .learn_corner_nDC > div:first-child {
    padding: 4rem;
}.tyBox_DGn .learn_corner_nDC > div:last-child {
    margin-top: 2rem;
    padding: 4rem;
}.tyBox_DGn h5 {
    font-size: calc(18px * 1.2);
}.tyBox_DGn p {
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 992px) {.tyBox_DGn .learn_corner_nDC {
    gap: 5rem;
    grid-template-columns: 1fr 1.5fr;
}.tyBox_DGn .learn_corner_nDC > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.tyBox_DGn .learn_corner_nDC > div:first-child::after {
    transform: rotate(15deg);
    height: 40px;
    top: 2rem;
    position: absolute;
    right: -1.5rem;
    content: "";
    background: rgb(166,152,173);
    width: 3px;
}.tyBox_DGn .learn_corner_nDC > div:last-child {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.tyBox_DGn h5 {
    font-size: calc(18px * 1.3);
}.tyBox_DGn h5::after {
    width: 100px;
}
}

@media (max-width: 767px) {.tyBox_DGn {
    padding: 4rem 0;
}.tyBox_DGn .learn_corner_nDC > div:first-child,
    .tyBox_DGn .learn_corner_nDC > div:last-child {
    padding: 2rem;
}.tyBox_DGn h5 {
    font-size: 18px;
}.tyBox_DGn p {
    font-size: calc(12px * 0.95);
}
}

@media (hover: hover) {.tyBox_DGn .learn_corner_nDC > div:first-child:hover::after {
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
    content: "";
    inset: 0;
}.tyBox_DGn .learn_corner_nDC > div:last-child:hover::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.03) 0%, transparent 100%);
    content: "";
}}.program_assets_UWz {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(120deg, rgb(230,225,233) 0%, rgb(202,191,208,0.5) 100%);
}.program_assets_UWz::before {
    width: 200%;
    background: radial-gradient(
        ellipse at center,
        rgb(166,152,173,0.5) 0%,
        transparent 70%
    );
    z-index: 0;
    opacity: 0.4;
    top: -50%;
    position: absolute;
    animation: rotateBackground 30s infinite linear;
    left: -50%;
    height: 200%;
    content: "";
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.program_assets_UWz::after {
    opacity: 0.2;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(166,152,173,0.5) 100%),
        linear-gradient(45deg, rgb(202,191,208,0.5) 0%, transparent 60%);
    top: 0;
    left: 0;
}.program_assets_UWz .container {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.program_assets_UWz .learn_corner_nDC {
    border-radius: 20px;
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    position: relative;
}.program_assets_UWz .learn_corner_nDC::before {
    opacity: 0.6;
    border-radius: 22px;
    inset: -2px;
    background: linear-gradient(
        -45deg,
        rgb(202,191,208) 0%,
        transparent 40%,
        transparent 60%,
        rgb(166,152,173) 100%
    );
    position: absolute;
    animation: borderGlow 8s infinite alternate;
    z-index: -1;
    content: "";
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
        filter: blur(3px);
    }
    100% {
        opacity: 0.6;
        filter: blur(1px);
    }
}

.program_assets_UWz .learn_corner_nDC::after {
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        rgba(245, 245, 250, 0.9) 100%
    );
    inset: 0;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    content: "";
    z-index: -1;
    position: absolute;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.6);
}.program_assets_UWz .word_block_wkt {
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    display: flex;
    order: 1;
}.program_assets_UWz .photo_box_6T8 {
    width: 100%;
    height: 100%;
    transform: scale(1.05) translateX(-5%);
    object-fit: cover;
    position: relative;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    box-shadow: 
        20px 0 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.08);
    border-radius: 0 20px 20px 0;
    order: 2;
}.program_assets_UWz .photo_box_6T8:hover {
    transform: scale(1.08) translateX(-3%);
}.program_assets_UWz h3 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 31px;
    letter-spacing: 0.5px;
}.program_assets_UWz h3::before {
    width: 30px;
    content: "";
    transform: translateY(-50%);
    height: 2px;
    left: -40px;
    top: 50%;
    position: absolute;
    background: rgb(202,191,208);
}.program_assets_UWz h3::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 10px;
    content: "";
    height: 3px;
    background: linear-gradient(
        to right, 
        rgb(166,152,173) 0%, 
        rgb(202,191,208) 50%,
        transparent 100%
    );
    width: 80px;
}.program_assets_UWz ul {
    gap: 15px;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    list-style: none;
}.program_assets_UWz li {
    transition: all 0.4s ease;
    overflow: hidden;
    background: rgb(230,225,233);
    border-radius: 12px;
    position: relative;
    padding: 18px;
}.program_assets_UWz li::before {
    background: linear-gradient(
        to bottom,
        rgb(202,191,208) 0%,
        rgb(166,152,173) 100%
    );
    width: 4px;
    top: 0;
    transition: all 0.4s ease;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.7;
    content: "";
}.program_assets_UWz li::after {
    opacity: 0;
    content: "";
    top: 0;
    transition: all 0.4s ease;
    background: linear-gradient(
        to right,
        rgb(202,191,208,0.5) 0%,
        transparent 30%
    );
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
}.program_assets_UWz li:hover {
    background: linear-gradient(
        to right,
        rgb(230,225,233) 0%,
        #ffffff 100%
    );
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}.program_assets_UWz li:hover::before {
    width: 6px;
}.program_assets_UWz li:hover::after {
    opacity: 0.3;
}.program_assets_UWz li p {
    color: #000000;
    margin: 0;
    z-index: 2;
    font-size: 15px;
    display: flex;
    position: relative;
    gap: 15px;
    align-items: center;
}.program_assets_UWz svg {
    border-radius: 50%;
    width: 24px;
    background: #ffffff;
    transition: all 0.5s ease;
    padding: 4px;
    position: relative;
    flex-shrink: 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    height: 24px;
}.program_assets_UWz svg path {
    transition: all 0.5s ease;
    fill: rgb(202,191,208);
}.program_assets_UWz li:hover svg {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.12);
    transform: scale(1.15);
}.program_assets_UWz li:hover svg path {
    fill: rgb(166,152,173);
}

@media (max-width: 992px) {.program_assets_UWz {
    padding: 80px 0;
}.program_assets_UWz .learn_corner_nDC {
    gap: 30px;
}.program_assets_UWz .word_block_wkt {
    padding: 30px;
}
}

@media (max-width: 768px) {.program_assets_UWz .learn_corner_nDC {
    grid-template-columns: 1fr;
    gap: 40px;
}.program_assets_UWz .photo_box_6T8 {
    border-radius: 20px 20px 0 0;
    transform: scale(1);
    width: 100%;
    order: 1;
    max-height: 350px;
}.program_assets_UWz .word_block_wkt {
    order: 2;
    padding: 30px;
}.program_assets_UWz h3::before {
    width: 20px;
    left: -30px;
}
}

@media (max-width: 576px) {.program_assets_UWz {
    padding: 60px 0;
}.program_assets_UWz .learn_corner_nDC {
    gap: 30px;
}.program_assets_UWz .photo_box_6T8 {
    max-height: 250px;
}.program_assets_UWz .word_block_wkt {
    padding: 25px 20px;
}.program_assets_UWz h3 {
    margin-bottom: 25px;
    font-size: 23px;
}.program_assets_UWz h3::before {
    display: none;
}.program_assets_UWz li {
    padding: 15px;
}.program_assets_UWz li p {
    gap: 12px;
    font-size: 15px;
}.program_assets_UWz svg {
    height: 22px;
    padding: 3px;
    width: 22px;
}
}