﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}.header_guide_Z2wU {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    min-height: 100%;
}.training_zone_NVEL {
    flex: 0 0 auto;
}.container {
    width: 1186px;
    margin: auto;
    max-width: 100%;
}.wrapper-template_dTVX {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_structure_fNit {
    position: relative;
    background: linear-gradient(145deg, rgb(212,222,236) 0%, rgb(169,190,217,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
}.course_structure_fNit::before {
    content: "";
    position: absolute;
    opacity: 0.04;
    background: repeating-linear-gradient(
        -45deg,
        rgb(169,190,217,0.5),
        rgb(169,190,217,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}.course_structure_fNit .container {
    z-index: 2;
    position: relative;
}.course_structure_fNit .education_route_0FkX {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}.course_structure_fNit .text_header_pjvW {
    border-radius: 22px;
    padding: 2.5rem;
    transform: translateY(0);
    background: #ffffff;
    position: relative;
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
}.course_structure_fNit .text_header_pjvW:hover {
    transform: translateY(-10px);
}.course_structure_fNit .text_header_pjvW::before {
    position: absolute;
    border-radius: 50%;
    right: 3rem;
    top: -4rem;
    width: 8rem;
    height: 8rem;
    z-index: -1;
    opacity: 0.6;
    background: rgb(123,158,198,0.5);
    content: "";
}.course_structure_fNit .text_header_pjvW h2 {
    animation: fadeInUp 0.8s ease forwards;
    display: inline-block;
    position: relative;
    margin-bottom: 2rem;
    font-size: 38px;
    color: rgb(169,190,217);
    font-weight: 700;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_structure_fNit .text_header_pjvW h2::after {
    transition: width 0.4s ease;
    background: rgb(123,158,198);
    left: 0;
    position: absolute;
    width: 3rem;
    border-radius: 10px;
    content: "";
    bottom: -10px;
    height: 4px;
}.course_structure_fNit .text_header_pjvW:hover h2::after {
    width: 100%;
}.course_structure_fNit .text_header_pjvW .description {
    color: #000000;
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
    padding-left: 1rem;
    position: relative;
    margin-bottom: 1.2rem;
    font-size: 12px;
    animation-delay: 0.2s;
    line-height: 1.7;
}.course_structure_fNit .text_header_pjvW .description:last-of-type {
    margin-bottom: 0;
    font-weight: 600;
    animation-delay: 0.4s;
}.course_structure_fNit .text_header_pjvW .description::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 4px;
    left: 0;
    top: 0.5rem;
    background: rgb(123,158,198);
    height: 4px;
}.course_structure_fNit .img_hover_effect_w7yl {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    margin-top: -2rem;
    height: 320px;
    z-index: 2;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    border-radius: 0;
}.course_structure_fNit .img_hover_effect_w7yl:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.course_structure_fNit .img_hover_effect_w7yl::after {
    background: linear-gradient(
        to bottom right,
        rgb(169,190,217,0.5) 0%,
        transparent 40%
    );
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

@media (min-width: 768px) {.course_structure_fNit .education_route_0FkX {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
}.course_structure_fNit .text_header_pjvW {
    align-self: center;
    grid-column: 1 / 2;
    margin-right: -4rem;
}.course_structure_fNit .img_hover_effect_w7yl {
    margin-top: 0;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    height: 400px;
    grid-column: 2 / 3;
}.course_structure_fNit .img_hover_effect_w7yl::before {
    filter: blur(15px);
    width: 60%;
    opacity: 0.4;
    height: 20px;
    background: rgb(123,158,198);
    bottom: -20px;
    z-index: -1;
    left: 20px;
    content: "";
    position: absolute;
}
}

@media (min-width: 992px) {.course_structure_fNit .education_route_0FkX {
    grid-template-columns: 1.2fr 0.8fr;
}.course_structure_fNit .text_header_pjvW {
    padding: 3rem;
}.course_structure_fNit .img_hover_effect_w7yl {
    margin-top: 3rem;
    height: 450px;
}.course_structure_fNit .text_header_pjvW::after {
    width: 6rem;
    background: rgb(169,190,217,0.5);
    border-radius: 50%;
    z-index: -1;
    bottom: -3rem;
    height: 6rem;
    position: absolute;
    left: 25%;
    opacity: 0.4;
    content: "";
}
}

@media (max-width: 767px) {.course_structure_fNit {
    padding: 4rem 0;
}.course_structure_fNit .img_hover_effect_w7yl {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}.our_background_u9Mg {
    background: linear-gradient(180deg, rgb(212,222,236) 0%, rgb(123,158,198,0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.our_background_u9Mg::before {
    content: "";
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    width: 100%;
    top: 0;
    left: 0;
    background-size: 80px 140px;
    height: 100%;
    background-image: 
        linear-gradient(30deg, rgb(169,190,217,0.5) 12%, transparent 12.5%, transparent 87%, rgb(169,190,217,0.5) 87.5%, rgb(169,190,217,0.5)),
        linear-gradient(150deg, rgb(169,190,217,0.5) 12%, transparent 12.5%, transparent 87%, rgb(169,190,217,0.5) 87.5%, rgb(169,190,217,0.5)),
        linear-gradient(30deg, rgb(169,190,217,0.5) 12%, transparent 12.5%, transparent 87%, rgb(169,190,217,0.5) 87.5%, rgb(169,190,217,0.5)),
        linear-gradient(150deg, rgb(169,190,217,0.5) 12%, transparent 12.5%, transparent 87%, rgb(169,190,217,0.5) 87.5%, rgb(169,190,217,0.5)),
        linear-gradient(60deg, rgb(123,158,198,0.5) 25%, transparent 25.5%, transparent 75%, rgb(123,158,198,0.5) 75%, rgb(123,158,198,0.5)),
        linear-gradient(60deg, rgb(123,158,198,0.5) 25%, transparent 25.5%, transparent 75%, rgb(123,158,198,0.5) 75%, rgb(123,158,198,0.5));
    animation: backgroundShift 30s linear infinite;
    position: absolute;
    opacity: 0.1;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    }
    100% {
        background-position: 80px 140px, 80px 140px, 120px 210px, 120px 210px, 80px 140px, 120px 210px;
    }
}

.our_background_u9Mg .container {
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.our_background_u9Mg h2 {
    text-align: center;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    font-size: 29px;
}.our_background_u9Mg h2::after {
    transform: translateX(-50%);
    height: 4px;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(169,190,217), rgb(123,158,198));
    left: 50%;
    bottom: -15px;
    border-radius: 10px;
    content: "";
}.our_background_u9Mg .pro_learn_uN0P {
    gap: 40px;
    display: flex;
    flex-direction: column;
}.our_background_u9Mg .success_metric_v6nk {
    border-radius: 11px;
    position: relative;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    padding: 40px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    background: #ffffff;
}.our_background_u9Mg .success_metric_v6nk:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-8px);
}.our_background_u9Mg .success_metric_v6nk::before {
    content: "";
    transition: all 0.5s ease;
    top: -100px;
    width: 200px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.1;
    background: rgb(169,190,217,0.5);
    height: 200px;
    right: -100px;
}.our_background_u9Mg .success_metric_v6nk:nth-child(2)::before {
    background: rgb(123,158,198,0.5);
    left: -100px;
    right: auto;
    top: auto;
    bottom: -100px;
}.our_background_u9Mg .success_metric_v6nk:hover::before {
    opacity: 0.15;
    transform: scale(1.2);
}.our_background_u9Mg .success_metric_v6nk h3 {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    color: rgb(169,190,217);
}.our_background_u9Mg .success_metric_v6nk:nth-child(2) h3 {
    color: rgb(123,158,198);
}.our_background_u9Mg .success_metric_v6nk h3::after {
    height: 2px;
    left: 0;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    opacity: 0.3;
    width: 100%;
    bottom: -5px;
    background: currentColor;
}.our_background_u9Mg .success_metric_v6nk:hover h3::after {
    width: 70%;
}.our_background_u9Mg .success_metric_v6nk p {
    position: relative;
    line-height: 1.8;
    color: #000000;
    z-index: 2;
    font-size: 13px;
}.our_background_u9Mg .success_metric_v6nk::after {
    transition: height 0.4s ease;
    left: 0;
    top: 0;
    height: 0;
    background: linear-gradient(to bottom, rgb(169,190,217), rgb(123,158,198));
    width: 5px;
    content: "";
    position: absolute;
}.our_background_u9Mg .success_metric_v6nk:nth-child(2)::after {
    background: linear-gradient(to bottom, rgb(123,158,198), rgb(169,190,217));
}.our_background_u9Mg .success_metric_v6nk:hover::after {
    height: 100%;
}.our_background_u9Mg .success_metric_v6nk:first-child {
    animation: fadeInUp 0.7s ease forwards;
}.our_background_u9Mg .success_metric_v6nk:last-child {
    animation: fadeInUp 0.7s 0.2s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.our_background_u9Mg {
    padding: 80px 0;
}.our_background_u9Mg .success_metric_v6nk {
    padding: 30px;
}
}

@media (max-width: 768px) {.our_background_u9Mg {
    padding: 60px 0;
}.our_background_u9Mg h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 50px;
}.our_background_u9Mg .pro_learn_uN0P {
    gap: 30px;
}.our_background_u9Mg .success_metric_v6nk {
    padding: 25px;
}.our_background_u9Mg .success_metric_v6nk h3 {
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 576px) {.our_background_u9Mg {
    padding: 50px 0;
}.our_background_u9Mg h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 40px;
}.our_background_u9Mg h2::after {
    width: 60px;
    height: 3px;
}.our_background_u9Mg .pro_learn_uN0P {
    gap: 25px;
}.our_background_u9Mg .success_metric_v6nk {
    padding: 20px;
}.our_background_u9Mg .success_metric_v6nk h3 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.85);
}.our_background_u9Mg .success_metric_v6nk p {
    font-size: calc(13px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.our_background_u9Mg::before {
    animation: none;
}.our_background_u9Mg .success_metric_v6nk,
    .our_background_u9Mg .success_metric_v6nk::after,
    .our_background_u9Mg .success_metric_v6nk::before,
    .our_background_u9Mg .success_metric_v6nk h3::after {
    transition: none;
}.our_background_u9Mg .success_metric_v6nk:first-child,
    .our_background_u9Mg .success_metric_v6nk:last-child {
    opacity: 1;
    transform: none;
    animation: none;
}.our_background_u9Mg .success_metric_v6nk:hover {
    transform: none;
}}.privacy_lock_KhuD {
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    line-height: 1.6;
    padding: 40px;
    background: #ffffff;
    overflow: hidden;
}.privacy_lock_KhuD h1 {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 2px solid rgb(169,190,217);
    color: rgb(169,190,217);
    margin-top: 20px;
    font-size: 41px;
    padding-bottom: 10px;
}.privacy_lock_KhuD h2 {
    margin-top: 30px;
    font-size: 38px;
    border-bottom: 1px solid rgb(123,158,198);
    padding-bottom: 8px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    color: rgb(123,158,198);
}.privacy_lock_KhuD h3, .privacy_lock_KhuD h4, .privacy_lock_KhuD h5, .privacy_lock_KhuD h6 {
    font-size: 20px;
    color: #000000;
    margin-top: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding-bottom: 5px;
    margin-bottom: 10px;
}.privacy_lock_KhuD ul, .privacy_lock_KhuD ol {
    padding: 10px 0;
    margin: 0;
    padding-left: 0;
    list-style-position: inside;
}.privacy_lock_KhuD li {
    padding: 5px 0;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_lock_KhuD section {
    background: #ffffff;
}.privacy_lock_KhuD p, .privacy_lock_KhuD span, .privacy_lock_KhuD div {
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {.privacy_lock_KhuD {
    box-shadow: none;
    padding: 20px;
}.privacy_lock_KhuD h1, .privacy_lock_KhuD h2 {
    border-bottom-width: 1px;
    font-size: calc(20px - 5px);
    text-align: left;
}.privacy_lock_KhuD ul, .privacy_lock_KhuD ol {
    padding: 10px 0;
}.privacy_lock_KhuD li {
    padding: 5px 0;
}.privacy_lock_KhuD p, .privacy_lock_KhuD span, .privacy_lock_KhuD div {
    padding-bottom: 5px;
}}footer {
    position: relative;
    width: 100%;
}footer .training_zone_NVEL {
    background-color: #2c3e50;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 100px 0 30px;
    color: #ffffff;
}footer .training_zone_NVEL::before {
    width: 100%;
    content: "";
    background-size: 60px 60px;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.1;
}footer .about_learn_cYAH {
    z-index: 1;
    position: relative;
}footer .get_contactcard_X07I {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    position: relative;
    margin: -70px auto 60px;
}footer .info_item {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100px;
    padding: 0 20px;
    align-items: center;
    position: relative;
    display: flex;
    background-color: #ffffff;
    border-radius: 10px;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    background-color: rgb(169,190,217);
    left: 0;
    transition: height 0.3s ease, top 0.3s ease;
    position: absolute;
    top: 25%;
    content: "";
    height: 50%;
    width: 6px;
}footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}footer .info_item:hover::before {
    top: 0;
    height: 100%;
}footer .info_item svg {
    fill: rgb(169,190,217);
    width: 22px;
    height: 22px;
    position: relative;
    flex-shrink: 0;
    margin-right: 15px;
    z-index: 1;
}footer .info_item p,
footer .info_item a {
    font-size: 16px;
    color: #2c3e50;
    position: relative;
    text-decoration: none;
    z-index: 1;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(169,190,217);
}footer .text_main_holder {
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}footer .head_edu_SFTI, footer .subscribe_holder {
    padding: 30px;
    border-radius: 18px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
}footer .head_edu_SFTI:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .top_mainbar_Mf9B {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .head_edu_SFTI svg {
    margin-bottom: 20px;
    width: auto;
    height: 45px;
    filter: brightness(0) invert(1);
}footer .comm_guide_Y8sh {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .top_mainbar_Mf9B h5 {
    position: relative;
    grid-column: 1 / -1;
    padding-bottom: 10px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}footer .top_mainbar_Mf9B h5::after {
    left: 0;
    content: "";
    background-color: rgb(169,190,217);
    height: 2px;
    bottom: 0;
    position: absolute;
    width: 50px;
}footer .head_site_8adE {
    border-radius: 18px;
    transition: all 0.3s ease;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
}footer .head_site_8adE:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .head_site_8adE a {
    transition: all 0.3s ease;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 0;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}footer .head_site_8adE a:last-child {
    border-bottom: none;
}footer .head_site_8adE a::before {
    content: "→";
    position: absolute;
    opacity: 0;
    right: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}footer .head_site_8adE a:hover {
    padding-left: 5px;
    color: #ffffff;
}footer .head_site_8adE a:hover::before {
    opacity: 1;
    transform: translateX(0);
}footer .subscribe_holder h5 {
    padding-bottom: 10px;
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}footer .subscribe_holder h5::after {
    background-color: rgb(169,190,217);
    left: 0;
    content: "";
    height: 2px;
    width: 50px;
    position: absolute;
    bottom: 0;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-size: 16px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    padding: 15px;
    font-size: 16px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(169,190,217);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .email_form_xVP0 {
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
    background-color: rgb(169,190,217);
    color: #ffffff;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}footer .email_form_xVP0:hover {
    background-color: rgb(123,158,198);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .project_ref_ZFrE {
    text-align: center;
    position: relative;
    margin-top: 50px;
}footer .mobile_cta_Zb4a {
    font-size: 13px;
    padding: 8px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    border-radius: 30px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 2fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .email_form_xVP0 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .top_mainbar_Mf9B {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .training_zone_NVEL {
    padding: 70px 0 30px;
}footer .get_contactcard_X07I {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .head_edu_SFTI, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top_mainbar_Mf9B h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .project_ref_ZFrE {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .training_zone_NVEL {
    padding: 50px 0 20px;
}footer .head_site_8adE {
    padding: 15px;
}footer .top_mainbar_Mf9B h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .input_holder input[type="email"],
    footer .email_form_xVP0 {
    padding: 12px;
}}.ty_block_5OnK {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(212,222,236) 0%, rgb(169,190,217,0.5) 100%);
    overflow: hidden;
}.ty_block_5OnK::before {
    height: 100%;
    pointer-events: none;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(123,158,198,0.5) 49.5%, rgb(123,158,198,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(123,158,198,0.5) 49.5%, rgb(123,158,198,0.5) 50.5%, transparent 50.5%);
    opacity: 0.1;
    z-index: 1;
}.ty_block_5OnK::after {
    z-index: 0;
    transform: rotate(-15deg) skewX(-15deg);
    top: 20%;
    right: -10%;
    content: "";
    opacity: 0.03;
    position: absolute;
    width: 50%;
    background: rgb(169,190,217);
    height: 70%;
}.ty_block_5OnK .container {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.ty_block_5OnK h2 {
    text-align: left;
    position: relative;
    opacity: 0;
    transform: translateZ(30px);
    color: #000000;
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 40px;
}.ty_block_5OnK h2::after {
    width: 80px;
    background: linear-gradient(to right, rgb(169,190,217), rgb(123,158,198));
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    content: "";
    bottom: -15px;
    position: absolute;
    height: 4px;
}.ty_block_5OnK .exp_years_nFVY {
    opacity: 0;
    overflow: hidden;
    padding: 50px 40px;
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 10px;
    position: relative;
}.ty_block_5OnK .exp_years_nFVY::before {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(169,190,217,0.5) 0%, transparent 80%);
    opacity: 0.07;
    z-index: 0;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}.ty_block_5OnK .exp_years_nFVY::after {
    pointer-events: none;
    transform: scale(0.8);
    z-index: 0;
    width: 300%;
    left: -100%;
    position: absolute;
    top: -100%;
    content: "";
    opacity: 0;
    transition: opacity 1.5s ease, transform 1.5s ease;
    background: radial-gradient(circle, rgb(169,190,217,0.5) 0%, transparent 70%);
    height: 300%;
}.ty_block_5OnK .exp_years_nFVY:hover::after {
    transform: scale(1);
    opacity: 0.05;
}.ty_block_5OnK ul {
    position: relative;
    margin: 0;
    list-style: none;
    z-index: 2;
    padding: 0;
}.ty_block_5OnK li {
    padding-left: 30px;
    z-index: 2;
    position: relative;
}.ty_block_5OnK li::before {
    width: 10px;
    position: absolute;
    content: "";
    top: 12px;
    border-radius: 50%;
    transform: scale(0);
    height: 10px;
    background: linear-gradient(135deg, rgb(169,190,217) 0%, rgb(123,158,198) 100%);
    left: 0;
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}.ty_block_5OnK li span {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    line-height: 1.8;
    display: block;
    transform: translateY(20px);
    opacity: 0;
}.ty_block_5OnK .exp_years_nFVY:hover {
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}


@keyframes cursorRadial {
    0% { transform: scale(0); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0; }
}


@keyframes slideTitle {
    0% { opacity: 0; transform: translateZ(30px) translateY(-20px); }
    100% { opacity: 1; transform: translateZ(30px) translateY(0); }
}

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

@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}

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

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


@media screen and (max-width: 1200px) {.ty_block_5OnK {
    padding: 100px 0 80px;
}.ty_block_5OnK h2 {
    font-size: calc(33px - 2px);
}
}

@media screen and (max-width: 992px) {.ty_block_5OnK {
    padding: 80px 0 60px;
}.ty_block_5OnK h2 {
    font-size: calc(33px - 4px);
}.ty_block_5OnK .exp_years_nFVY {
    padding: 40px 30px;
}
}

@media screen and (max-width: 768px) {.ty_block_5OnK {
    padding: 60px 0 50px;
}.ty_block_5OnK h2 {
    margin-bottom: 30px;
    font-size: calc(33px - 6px);
}.ty_block_5OnK .exp_years_nFVY {
    padding: 30px 25px;
    transform: translateZ(0) perspective(1000px) rotateX(0);
}.ty_block_5OnK h2::after {
    width: 60px;
    height: 3px;
}.ty_block_5OnK li {
    padding-left: 25px;
}.ty_block_5OnK li::before {
    height: 8px;
    width: 8px;
}
}

@media screen and (max-width: 576px) {.ty_block_5OnK {
    padding: 50px 0 40px;
}.ty_block_5OnK h2 {
    font-size: calc(33px - 8px);
    margin-bottom: 25px;
}.ty_block_5OnK .exp_years_nFVY {
    padding: 25px 20px;
}.ty_block_5OnK li {
    padding-left: 22px;
}.ty_block_5OnK li span {
    font-size: calc(15px - 1px);
    line-height: 1.6;
}.ty_block_5OnK li::before {
    height: 7px;
    top: 10px;
    width: 7px;
}
}

@media (hover: none) {.ty_block_5OnK .exp_years_nFVY:hover {
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
}.ty_block_5OnK .exp_years_nFVY:hover::after {
    opacity: 0;
}}.cookie_notice_banner_rODN {
    bottom: 0;
    justify-content: center;
    border-top: 3px solid rgb(169,190,217);
    z-index: 100;
    position: fixed;
    display: flex;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    background: rgb(212,222,236);
    padding: 20px 0;
}.secure_cookies_MxYQ {
    margin: auto;
    border: 2px solid rgb(169,190,217);
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 13px;
    align-items: center;
    max-width: 1200px;
    justify-content: space-between;
    display: flex;
}.data_approval_wP9j {
    margin-right: 20px;
    flex-shrink: 0;
}.data_approval_wP9j svg {
    width: 50px;
    height: 50px;
    fill: rgb(169,190,217);
}.cookie_option_GeUI {
    flex-grow: 1;
    color: #ffffff;
    text-align: left;
}.cookie_option_GeUI h5 {
    letter-spacing: 1px;
    color: rgb(169,190,217);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}.cookie_option_GeUI p {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}.cookie_option_GeUI p a {
    text-decoration: underline;
    color: rgb(169,190,217);
}.privacy_learn_HBXt {
    flex-shrink: 0;
    text-align: center;
    cursor: pointer;
    border: none;
    color: #ffffff;
    background: rgb(169,190,217);
    min-width: 120px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 20px;
}.cookie_button.edu_settings_ZHK0 {
    margin-right: 10px;
}#dialogPolicyNotice_K1Un {
    display: none;
}#dialogPolicyNotice_K1Un:checked ~ .cookie_notice_banner_rODN {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.secure_cookies_MxYQ {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.data_approval_wP9j {
    margin-bottom: 20px;
    margin-right: 0;
}.privacy_learn_HBXt {
    max-width: 250px;
    margin: 10px 0;
    width: 100%;
}}
.mentorship_profile_5xBZ {
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    padding: 7rem 2rem 5rem;
    background: linear-gradient(135deg, rgb(212,222,236) 0%, rgb(169,190,217,0.5) 100%);
}.mentorship_profile_5xBZ::before {
    z-index: 1;
    width: 60%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(123,158,198,0.5),
        rgb(123,158,198,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    height: 70%;
    content: "";
    opacity: 0.2;
    right: -10%;
    top: -20%;
}.mentorship_profile_5xBZ::after {
    bottom: -15%;
    width: 40%;
    border: 5px solid rgb(169,190,217,0.5);
    left: -5%;
    content: "";
    z-index: 1;
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
    opacity: 0.3;
    position: absolute;
    height: 50%;
}.mentorship_profile_5xBZ .feedback_corner_4Oeo {
    position: relative;
    z-index: 2;
    align-items: center;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    transform-style: preserve-3d;
    max-width: 1000px;
}.mentorship_profile_5xBZ .img_hover_effect_w7yl {
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    width: 300px;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 10px;
    height: 380px;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
    position: absolute;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    z-index: 3;
    left: 15%;
}.mentorship_profile_5xBZ .img_hover_effect_w7yl:hover {
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
    filter: brightness(1.1);
}.mentorship_profile_5xBZ .experience_data_uhYL {
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    width: 550px;
    border-radius: 24px;
    z-index: 2;
    position: relative;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    margin-left: auto;
}.mentorship_profile_5xBZ .experience_data_uhYL::before {
    width: 100%;
    transition: all 0.5s ease;
    position: absolute;
    opacity: 0.3;
    content: "";
    background: rgb(169,190,217,0.5);
    height: 100%;
    border-radius: 24px;
    left: 15px;
    top: 15px;
    z-index: -1;
}.mentorship_profile_5xBZ .experience_data_uhYL:hover {
    box-shadow: 25px 25px 40px -5px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(40px) 
        rotateY(-5deg) 
        rotateX(0deg);
}.mentorship_profile_5xBZ .experience_data_uhYL:hover::before {
    opacity: 0.5;
    left: 8px;
    top: 8px;
}.mentorship_profile_5xBZ .name {
    animation: slide-up 0.7s forwards 0.2s;
    color: rgb(169,190,217);
    opacity: 0;
    position: relative;
    font-weight: 700;
    font-size: 35px;
    z-index: 2;
    transform: translateY(30px);
    margin-bottom: 0.7rem;
}.mentorship_profile_5xBZ .experience_data_uhYL > div:nth-child(2) {
    animation: slide-up 0.7s forwards 0.4s;
    z-index: 2;
    opacity: 0;
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
    color: rgb(123,158,198);
    transform: translateY(30px);
    font-size: 19px;
}.mentorship_profile_5xBZ .career_milestones_ZRA9 {
    animation: slide-up 0.7s forwards 0.6s;
    font-style: italic;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    transform: translateY(30px);
    opacity: 0;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
}@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.mentorship_profile_5xBZ .career_milestones_ZRA9::after {
    z-index: -1;
    opacity: 0.4;
    bottom: -50px;
    right: 0;
    position: absolute;
    content: "";
    color: rgb(123,158,198,0.5);
    font-size: 6rem;
    font-family: serif;
}@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.mentorship_profile_5xBZ .feedback_corner_4Oeo:hover .img_hover_effect_w7yl {
    animation: floating 6s ease-in-out infinite;
}

@media (max-width: 1100px) {.mentorship_profile_5xBZ .feedback_corner_4Oeo {
    align-items: center;
    flex-direction: column;
}.mentorship_profile_5xBZ .img_hover_effect_w7yl {
    left: auto;
    width: 250px;
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    height: 320px;
    position: relative;
    margin-bottom: 4rem;
}.mentorship_profile_5xBZ .experience_data_uhYL {
    padding: 2rem;
    margin-left: 0;
    width: 100%;
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
}}.course_benefits_1Tkp {
    background: linear-gradient(110deg, rgb(212,222,236) 60%, rgb(169,190,217,0.5) 100%);
    position: relative;
    padding: 90px 0;
    overflow: hidden;
}.course_benefits_1Tkp::before {
    content: "";
    background: radial-gradient(circle at top right, rgb(123,158,198,0.5) 0%, transparent 70%);
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    width: 60%;
}.course_benefits_1Tkp .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.course_benefits_1Tkp .exp_years_nFVY {
    gap: 50px;
    position: relative;
    align-items: center;
    flex-direction: row-reverse;
    display: flex;
}.course_benefits_1Tkp .img_hover_effect_w7yl {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    z-index: 1;
    max-width: 500px;
    border-radius: 21px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s ease;
    transform: translateY(-15px);
    position: relative;
    flex: 0 0 45%;
}.course_benefits_1Tkp .img_hover_effect_w7yl::after {
    border-radius: 21px;
    border: 2px solid rgb(169,190,217);
    bottom: -15px;
    left: 15px;
    z-index: -1;
    top: 15px;
    right: -15px;
    opacity: 0.3;
    position: absolute;
    content: "";
    transition: all 0.6s ease;
}.course_benefits_1Tkp .img_hover_effect_w7yl:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.18);
    transform: translateY(-5px);
}.course_benefits_1Tkp .img_hover_effect_w7yl:hover::after {
    top: 10px;
    opacity: 0.6;
    bottom: -10px;
    left: 10px;
    right: -10px;
}.course_benefits_1Tkp .text_header_pjvW {
    flex: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 40px 50px;
    background: #ffffff;
    border-radius: 21px;
}.course_benefits_1Tkp h3 {
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 33px;
    display: inline-block;
    margin-bottom: 35px;
}.course_benefits_1Tkp h3::after {
    height: 4px;
    position: absolute;
    width: 100%;
    bottom: -12px;
    background: linear-gradient(to right, rgb(169,190,217), rgb(123,158,198));
    content: "";
    left: 0;
    border-radius: 10px;
}.course_benefits_1Tkp ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    flex-direction: column;
    gap: 25px;
}.course_benefits_1Tkp li {
    padding: 15px 20px;
    transition: all 0.3s ease;
    background: linear-gradient(to right, #ffffff, rgb(212,222,236) 120%);
    border-radius: 10px;
    position: relative;
}.course_benefits_1Tkp li:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, #ffffff, rgb(123,158,198,0.5) 120%);
}.course_benefits_1Tkp li p {
    margin: 0;
    align-items: center;
    display: flex;
    color: #000000;
    gap: 16px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 400;
}.course_benefits_1Tkp svg {
    align-items: center;
    display: flex;
    border-radius: 50%;
    flex-shrink: 0;
    height: 22px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    justify-content: center;
    padding: 4px;
    width: 22px;
    transition: all 0.3s ease;
}.course_benefits_1Tkp svg path {
    transition: fill 0.3s ease;
    fill: rgb(169,190,217);
}.course_benefits_1Tkp li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.course_benefits_1Tkp li:hover svg path {
    fill: rgb(123,158,198);
}

@media (max-width: 992px) {.course_benefits_1Tkp {
    padding: 70px 0;
}.course_benefits_1Tkp .exp_years_nFVY {
    flex-direction: column;
    gap: 40px;
}.course_benefits_1Tkp .img_hover_effect_w7yl {
    transform: translateY(0);
    width: 85%;
    flex: 0 0 100%;
    margin: 0 auto;
}.course_benefits_1Tkp .text_header_pjvW {
    padding: 35px 30px;
    width: 100%;
}
}

@media (max-width: 576px) {.course_benefits_1Tkp {
    padding: 50px 0;
}.course_benefits_1Tkp .img_hover_effect_w7yl {
    width: 100%;
}.course_benefits_1Tkp .img_hover_effect_w7yl::after {
    display: none;
}.course_benefits_1Tkp .text_header_pjvW {
    padding: 30px 25px;
}.course_benefits_1Tkp h3 {
    font-size: 22px;
    margin-bottom: 30px;
}.course_benefits_1Tkp ul {
    gap: 20px;
}.course_benefits_1Tkp li {
    padding: 12px 15px;
}.course_benefits_1Tkp svg {
    width: 20px;
    height: 20px;
}}.pricing_frame_QjHO {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.pricing_frame_QjHO::before {
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    z-index: 1;
    right: 0;
}.pricing_frame_QjHO .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.pricing_catalog_eFAN {
    position: relative;
}.pricing_frame_QjHO h2 {
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    transform: translateY(0);
    text-align: center;
    font-size: 35px;
    position: relative;
    animation: titleFadeIn 0.8s ease-out forwards;
}.pricing_frame_QjHO .learning_fee_EYdC {
    max-width: 700px;
    line-height: 1.6;
    opacity: 0;
    position: relative;
    animation: fadeIn 0.8s ease-out 0.3s forwards;
    margin: 0 auto 60px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}.pricing_frame_QjHO .pay_plans_6KTU {
    list-style: none;
    display: grid;
    padding: 0;
    gap: 30px;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_frame_QjHO .pay_plans_6KTU li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.pricing_frame_QjHO .enroll_cost_U2On {
    height: 100%;
    display: block;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transform: translateZ(0);
    text-decoration: none;
}.pricing_frame_QjHO .enroll_cost_U2On:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_frame_QjHO .rate_choices_c0Eu {
    height: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
}.pricing_frame_QjHO .enroll_cost_U2On:hover .rate_choices_c0Eu {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
}.pricing_frame_QjHO .rate_choices_c0Eu::before {
    height: 6px;
    top: 0;
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(169,190,217), rgb(123,158,198));
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}.pricing_frame_QjHO .enroll_cost_U2On:hover .rate_choices_c0Eu::before {
    transform: scaleX(1);
}.pricing_frame_QjHO .cost_rates_mEhg {
    height: 100%;
    flex-direction: column;
    padding: 35px 30px;
    box-sizing: border-box;
    display: flex;
}.pricing_frame_QjHO .cost_rates_mEhg h4 {
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: calc(24px * 1.1);
    transition: color 0.3s ease;
    color: #000000;
    margin: 0 0 20px;
}.pricing_frame_QjHO .enroll_cost_U2On:hover .cost_rates_mEhg h4 {
    color: rgb(169,190,217);
}.pricing_frame_QjHO .cost_rates_mEhg h4::after {
    background: rgb(169,190,217);
    content: "";
    height: 3px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 40px;
    transition: width 0.4s ease;
}.pricing_frame_QjHO .enroll_cost_U2On:hover .cost_rates_mEhg h4::after {
    width: 60px;
}.pricing_frame_QjHO .cost_rates_mEhg p {
    line-height: 1.6;
    margin: 0 0 25px;
    word-break: break-word;
    font-size: calc(14px * 0.95);
    color: #000000;
    flex-grow: 1;
    overflow-wrap: break-word;
}.pricing_frame_QjHO .price_options_wQ5n {
    font-weight: 700;
    overflow: hidden;
    position: relative;
    color: #000000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    font-size: calc(24px * 1.4);
    transition: all 0.3s ease;
    display: inline-block;
    align-self: flex-start;
    border-radius: 50px;
    padding: 12px 25px;
}.pricing_frame_QjHO .enroll_cost_U2On:hover .price_options_wQ5n {
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
    background: linear-gradient(135deg, rgb(169,190,217,0.5), rgb(169,190,217));
}.pricing_frame_QjHO .price_options_wQ5n::before {
    top: 0;
    position: absolute;
    left: -100%;
    content: "";
    transition: left 0.7s ease;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.pricing_frame_QjHO .enroll_cost_U2On:hover .price_options_wQ5n::before {
    left: 100%;
}

@keyframes titleFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1200px) {.pricing_frame_QjHO {
    padding: 100px 0;
}.pricing_frame_QjHO .pay_plans_6KTU {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}

@media (max-width: 991px) {.pricing_frame_QjHO {
    padding: 80px 0;
}.pricing_frame_QjHO h2 {
    font-size: calc(35px * 0.9);
}.pricing_frame_QjHO .learning_fee_EYdC {
    margin-bottom: 50px;
    font-size: calc(14px * 0.95);
}.pricing_frame_QjHO .pay_plans_6KTU {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_frame_QjHO .cost_rates_mEhg {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.pricing_frame_QjHO {
    padding: 70px 0;
}.pricing_frame_QjHO h2 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.85);
}.pricing_frame_QjHO .learning_fee_EYdC {
    font-size: calc(14px * 0.9);
    margin-bottom: 40px;
}.pricing_frame_QjHO .pay_plans_6KTU {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 25px;
}.pricing_frame_QjHO .cost_rates_mEhg h4 {
    font-size: 24px;
}.pricing_frame_QjHO .cost_rates_mEhg p {
    font-size: calc(14px * 0.9);
    margin-bottom: 20px;
}.pricing_frame_QjHO .price_options_wQ5n {
    font-size: calc(24px * 1.3);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.pricing_frame_QjHO {
    padding: 60px 0;
}.pricing_frame_QjHO h2 {
    font-size: calc(35px * 0.8);
}.pricing_frame_QjHO .learning_fee_EYdC {
    font-size: calc(14px * 0.85);
    margin-bottom: 35px;
}.pricing_frame_QjHO .cost_rates_mEhg {
    padding: 25px 20px;
}.pricing_frame_QjHO .cost_rates_mEhg h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
}.pricing_frame_QjHO .cost_rates_mEhg p {
    font-size: calc(14px * 0.85);
    line-height: 1.5;
}.pricing_frame_QjHO .price_options_wQ5n {
    font-size: calc(24px * 1.2);
    padding: 8px 18px;
}}.try_immediately_Q5iS {
    position: relative;
    padding: 80px 0;
    perspective: 1000px;
    transform-style: preserve-3d;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(123,158,198,0.5) 0%, rgb(169,190,217) 100%);
}.try_immediately_Q5iS::before {
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    position: absolute;
    top: -50%;
    content: "";
    left: -50%;
    width: 200%;
    height: 200%;
    opacity: 0.15;
    transform: rotate(-15deg);
    pointer-events: none;
}.try_immediately_Q5iS::after {
    right: 0;
    content: "";
    background: linear-gradient(225deg, rgb(123,158,198) 0%, transparent 80%);
    position: absolute;
    transform: translateZ(-10px);
    opacity: 0.4;
    pointer-events: none;
    width: 40%;
    height: 40%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    bottom: 0;
}.try_immediately_Q5iS .container {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    border-left: 4px solid rgb(169,190,217);
    padding: 40px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transform: translateZ(20px);
    z-index: 2;
}.try_immediately_Q5iS h2 {
    position: relative;
    color: #000000;
    letter-spacing: 0.02em;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: 600;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}.try_immediately_Q5iS .exp_years_nFVY {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    transform: translateY(0);
    align-items: center;
    gap: 30px;
    justify-content: flex-start;
}.try_immediately_Q5iS .exp_years_nFVY:hover {
    transform: translateY(-5px);
}.try_immediately_Q5iS svg {
    height: 48px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 48px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.15));
    transform: rotate(-5deg) scale(1);
}.try_immediately_Q5iS .exp_years_nFVY:hover svg {
    transform: rotate(5deg) scale(1.1);
}.try_immediately_Q5iS svg path {
    transition: fill 0.3s ease;
    fill: rgb(169,190,217);
}.try_immediately_Q5iS .exp_years_nFVY:hover svg path {
    fill: rgb(123,158,198);
}.try_immediately_Q5iS .feedback_info_uDF5 {
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    background: linear-gradient(145deg, rgb(169,190,217) 0%, rgb(123,158,198) 100%);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15), 0 0 0 2px rgb(169,190,217,0.5);
    border: none;
    color: #ffffff;
    padding: 15px 30px;
    transform: perspective(800px) rotateX(0deg);
    overflow: hidden;
}.try_immediately_Q5iS .feedback_info_uDF5::before {
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    transition: left 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    z-index: -1;
    content: "";
}.try_immediately_Q5iS .feedback_info_uDF5:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 0 0 2px rgb(123,158,198);
    transform: perspective(800px) rotateX(5deg) translateY(-3px);
}.try_immediately_Q5iS .feedback_info_uDF5:hover::before {
    left: 100%;
}.try_immediately_Q5iS .feedback_info_uDF5:active {
    transform: perspective(800px) rotateX(10deg) translateY(2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), 0 0 0 2px rgb(123,158,198);
}.try_immediately_Q5iS .container:hover h2 {
    transform: translateX(5px);
}

@media (max-width: 991px) {.try_immediately_Q5iS {
    padding: 60px 0;
}.try_immediately_Q5iS .container {
    padding: 30px;
}.try_immediately_Q5iS h2 {
    margin-bottom: 25px;
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 767px) {.try_immediately_Q5iS {
    padding: 50px 0;
}.try_immediately_Q5iS .container {
    padding: 25px;
    border-left-width: 3px;
}.try_immediately_Q5iS h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.8);
}.try_immediately_Q5iS .exp_years_nFVY {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
}.try_immediately_Q5iS svg {
    width: 36px;
    height: 36px;
}.try_immediately_Q5iS .feedback_info_uDF5 {
    padding: 12px 25px;
}
}

@media (max-width: 480px) {.try_immediately_Q5iS {
    padding: 40px 0;
}.try_immediately_Q5iS .container {
    border-left-width: 2px;
    padding: 20px;
}.try_immediately_Q5iS h2 {
    margin-bottom: 15px;
    font-size: calc(36px * 0.7);
}.try_immediately_Q5iS .feedback_info_uDF5 {
    width: 100%;
    padding: 12px 20px;
    text-align: center;
}}.course_candidates_BTFn {
    padding: 120px 0;
    position: relative;
    background: #f9f9f9;
    overflow: hidden;
}.course_candidates_BTFn::before {
    background-color: rgb(169,190,217,0.5);
    bottom: 0;
    z-index: 1;
    top: 0;
    left: 50%;
    content: '';
    position: absolute;
    transform: translateX(-50%);
    width: 6px;
}.course_candidates_BTFn .exp_years_nFVY {
    max-width: 1000px;
    margin: 0 auto;
    z-index: 10;
    text-align: center;
    position: relative;
    padding: 0 30px;
}.course_candidates_BTFn h3 {
    padding: 0 30px;
    font-size: 28px;
    display: inline-block;
    border-radius: 50px;
    font-weight: 700;
    position: relative;
    color: #000000;
    border: 3px solid rgb(169,190,217,0.5);
    margin-bottom: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: #f9f9f9;
}.course_candidates_BTFn ul {
    list-style: none;
    align-items: center;
    position: relative;
    gap: 50px;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}.course_candidates_BTFn ul li {
    display: flex;
    position: relative;
    max-width: 500px;
    background-color: #ffffff;
    width: 100%;
    gap: 20px;
    z-index: 2;
    transition: all 0.4s ease;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    text-align: left;
    padding: 30px;
}.course_candidates_BTFn ul li::before {
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 6px solid rgb(169,190,217,0.5);
    background-color: #ffffff;
    position: absolute;
    transform: translateX(-50%);
    content: '';
    width: 50px;
    z-index: 5;
    height: 50px;
    left: 50%;
    transition: all 0.4s ease;
    top: -25px;
}.course_candidates_BTFn ul li:nth-child(even) {
    text-align: right;
    flex-direction: row-reverse;
}.course_candidates_BTFn ul li:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}.course_candidates_BTFn ul li:hover::before {
    border-color: #ffffff;
    background-color: rgb(169,190,217,0.5);
}.course_candidates_BTFn ul li svg {
    padding: 12px;
    background-color: rgb(169,190,217,0.5);
    flex-shrink: 0;
    height: 60px;
    border-radius: 50%;
    transition: all 0.4s ease;
    width: 60px;
}.course_candidates_BTFn ul li:hover svg {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: rotate(360deg);
}.course_candidates_BTFn ul li svg path {
    transition: fill 0.4s ease;
    fill: #ffffff;
}.course_candidates_BTFn ul li:hover svg path {
    fill: rgb(169,190,217);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_candidates_BTFn ul li {
    opacity: 0;
    animation: fadeInFromTop 0.6s ease forwards;
}.course_candidates_BTFn ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course_candidates_BTFn ul li:nth-child(2) {
    animation-delay: 0.3s;
}.course_candidates_BTFn ul li:nth-child(3) {
    animation-delay: 0.5s;
}.course_candidates_BTFn ul li:nth-child(4) {
    animation-delay: 0.7s;
}.course_candidates_BTFn ul li:nth-child(5) {
    animation-delay: 0.9s;
}.course_candidates_BTFn ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.course_candidates_BTFn {
    padding: 90px 0;
}.course_candidates_BTFn h3 {
    margin-bottom: 60px;
}.course_candidates_BTFn ul {
    gap: 60px;
}.course_candidates_BTFn ul li {
    padding: 25px;
}.course_candidates_BTFn ul li svg {
    width: 50px;
    padding: 10px;
    height: 50px;
}
}

@media (max-width: 768px) {.course_candidates_BTFn ul li,
    .course_candidates_BTFn ul li:nth-child(even) {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.course_candidates_BTFn ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.course_candidates_BTFn {
    padding: 70px 0;
}.course_candidates_BTFn h3 {
    font-size: calc(28px * 0.85);
    margin-bottom: 50px;
    padding: 0 20px;
}.course_candidates_BTFn ul {
    gap: 50px;
}.course_candidates_BTFn ul li {
    padding: 20px;
}.course_candidates_BTFn ul li::before {
    height: 40px;
    width: 40px;
    top: -25px;
}.course_candidates_BTFn ul li svg {
    height: 45px;
    padding: 8px;
    width: 45px;
}
}

@media (prefers-reduced-motion: reduce) {.course_candidates_BTFn ul li {
    animation: none;
    opacity: 1;
}.course_candidates_BTFn ul li:hover {
    transform: none;
}.course_candidates_BTFn ul li:hover svg {
    transform: none;
}}.contact_box_kAOL {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,222,236) 0%, rgb(212,222,236) 50%, rgb(169,190,217,0.5) 150%);
}.contact_box_kAOL::before {
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    background-image: 
        linear-gradient(to right, rgb(169,190,217,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(169,190,217,0.5) 1px, transparent 1px);
    opacity: 0.05;
    height: 100%;
    background-size: 30px 30px;
}.contact_box_kAOL::after {
    content: "";
    width: 100%;
    position: absolute;
    animation: scanline 3s infinite linear;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(169,190,217) 15%, 
        rgb(123,158,198) 35%, 
        rgb(169,190,217) 65%, 
        transparent 100%);
    z-index: 2;
    left: 0;
    bottom: 0;
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

.contact_box_kAOL .img_hover_effect_w7yl {
    position: absolute;
    z-index: 0;
    mix-blend-mode: luminosity;
    height: 100%;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    top: 0;
    left: 0;
    opacity: 0.06;
    width: 100%;
}.contact_box_kAOL .img_hover_effect_w7yl::before {
    content: "";
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(169,190,217) 0,
        rgb(169,190,217) 5px,
        transparent 5px,
        transparent 10px
    );
    opacity: 0.03;
    height: 100%;
    mix-blend-mode: color-burn;
    width: 100%;
    left: 0;
    position: absolute;
}.contact_box_kAOL .container {
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.contact_box_kAOL h3 {
    font-size: 32px;
    color: rgb(169,190,217);
    position: relative;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    text-align: center;
}.contact_box_kAOL .feedback_reach_u2eF {
    z-index: 2;
    overflow: hidden;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(212,222,236),
        0 0 30px rgb(169,190,217,0.5);
    background: #ffffff;
    flex-wrap: wrap;
    display: flex;
    border-radius: 10px;
    position: relative;
}.contact_box_kAOL .feedback_reach_u2eF::before {
    z-index: 3;
    position: absolute;
    left: 0;
    height: 3px;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(169,190,217), rgb(123,158,198));
}.contact_box_kAOL .query_info_cISG {
    position: relative;
    padding: 50px;
    flex: 1 1 60%;
    z-index: 2;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(212,222,236), 0.3) 100%
    );
}.contact_box_kAOL .query_info_cISG::after {
    top: 20px;
    position: absolute;
    border-right: 2px solid rgb(169,190,217,0.5);
    height: 40px;
    content: "";
    border-top: 2px solid rgb(169,190,217,0.5);
    right: 20px;
    width: 40px;
    opacity: 0.5;
}.contact_box_kAOL .query_info_cISG::before {
    content: "";
    bottom: 20px;
    border-bottom: 2px solid rgb(169,190,217,0.5);
    width: 40px;
    left: 20px;
    border-left: 2px solid rgb(169,190,217,0.5);
    position: absolute;
    height: 40px;
    opacity: 0.5;
}.contact_box_kAOL .query_info_cISG h3 {
    font-size: 22px;
    padding: 0 0 10px 0;
    color: #000000;
    margin-bottom: 30px;
    letter-spacing: normal;
    text-align: left;
    border-bottom: 1px solid rgb(212,222,236);
    text-transform: none;
}.contact_box_kAOL .query_info_cISG h3::before,
.contact_box_kAOL .query_info_cISG h3::after {
    display: none;
}.contact_box_kAOL .query_info_cISG input[type="text"],
.contact_box_kAOL .query_info_cISG textarea {
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background: rgb(212,222,236);
    font-size: 14px;
    padding: 16px 20px;
    border-radius: 10px;
    border: none;
    width: 100%;
    font-family: Arial, sans-serif;
}.contact_box_kAOL .query_info_cISG input[type="text"]:focus,
.contact_box_kAOL .query_info_cISG textarea:focus {
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(169,190,217,0.5);
    background: #ffffff;
    outline: none;
}.contact_box_kAOL .query_info_cISG input[type="text"]::placeholder,
.contact_box_kAOL .query_info_cISG textarea::placeholder {
    opacity: 0.6;
    transition: all 0.3s ease;
    color: #000000;
}.contact_box_kAOL .query_info_cISG input[type="text"]:focus::placeholder,
.contact_box_kAOL .query_info_cISG textarea:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.4;
}.contact_box_kAOL .query_info_cISG textarea {
    min-height: 150px;
    resize: vertical;
}.contact_box_kAOL .query_info_cISG .request_reach_j3rF {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.contact_box_kAOL .query_info_cISG .request_reach_j3rF input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_box_kAOL .query_info_cISG .request_reach_j3rF label {
    padding-left: 35px;
    line-height: 1.6;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    color: #000000;
}.contact_box_kAOL .query_info_cISG .request_reach_j3rF label::before {
    height: 20px;
    left: 0;
    border-radius: 2px;
    width: 20px;
    background: #ffffff;
    top: 2px;
    border: 1px solid rgb(212,222,236);
    position: absolute;
    content: "";
    transition: all 0.2s ease;
}.contact_box_kAOL .query_info_cISG .request_reach_j3rF input[type="checkbox"]:checked + label::before {
    border-color: rgb(169,190,217);
    background: rgb(169,190,217);
}.contact_box_kAOL .query_info_cISG .request_reach_j3rF input[type="checkbox"]:checked + label::after {
    left: 7px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    width: 6px;
    border: solid #ffffff;
    top: 4px;
    content: "";
    height: 12px;
}.contact_box_kAOL .query_info_cISG .request_reach_j3rF a {
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(169,190,217);
    text-decoration: none;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease;
    background-size: 0% 100%;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(169,190,217,0.5) 2px
    );
}.contact_box_kAOL .query_info_cISG .request_reach_j3rF a:hover {
    background-size: 100% 100%;
}.contact_box_kAOL .query_info_cISG .feedback_info_uDF5 {
    padding: 16px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    border: none;
    background: rgb(169,190,217);
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgb(169,190,217,0.5);
    z-index: 1;
    font-size: 20px;
    transition: all 0.4s ease;
}.contact_box_kAOL .query_info_cISG .feedback_info_uDF5::before {
    opacity: 0;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    background-size: 200% 200%;
    z-index: -1;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(123,158,198) 0%,
        rgb(123,158,198) 10%,
        rgb(169,190,217) 10%,
        rgb(169,190,217) 20%
    );
    transition: opacity 0.4s ease;
    top: 0;
}.contact_box_kAOL .query_info_cISG .feedback_info_uDF5:hover {
    box-shadow: 0 8px 20px rgb(169,190,217,0.5);
    transform: translateY(-2px);
}.contact_box_kAOL .query_info_cISG .feedback_info_uDF5:hover::before {
    opacity: 1;
    animation: buttonBg 5s linear infinite;
}@keyframes buttonBg {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.contact_box_kAOL .inquiry_map_S8tY {
    flex: 1 1 35%;
    z-index: 2;
    position: relative;
    padding: 50px;
    overflow: hidden;
    background: rgb(212,222,236);
}.contact_box_kAOL .inquiry_map_S8tY::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(169,190,217,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(169,190,217,0.5) 0%, transparent 10px);
    background-size: 60px 60px;
    opacity: 0.1;
    height: 100%;
}.contact_box_kAOL .inquiry_map_S8tY::after {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: 
        linear-gradient(90deg, transparent 90%, rgb(169,190,217,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(169,190,217,0.5) 100%);
    height: 100%;
    opacity: 0.3;
}.contact_box_kAOL .inquiry_map_S8tY h4 {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
}.contact_box_kAOL .inquiry_map_S8tY h4::after {
    position: absolute;
    height: 3px;
    bottom: -1px;
    background: linear-gradient(90deg, rgb(169,190,217), rgb(123,158,198));
    content: "";
    width: 50px;
    left: 0;
}.contact_box_kAOL .inquiry_map_S8tY .reach_grid_t1YC {
    padding: 0;
    list-style: none;
    margin: 0;
}.contact_box_kAOL .inquiry_map_S8tY .reach_grid_t1YC li {
    padding: 15px;
    transition: all 0.3s ease;
    position: relative;
    backdrop-filter: blur(5px);
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    margin-bottom: 25px;
    border-left: 3px solid rgb(169,190,217);
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    overflow: hidden;
}.contact_box_kAOL .inquiry_map_S8tY .reach_grid_t1YC li::before {
    background: rgb(169,190,217);
    width: 3px;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 2;
    content: "";
    left: 0;
}.contact_box_kAOL .inquiry_map_S8tY .reach_grid_t1YC li::after {
    background: rgb(169,190,217,0.5);
    width: 100%;
    content: "";
    transition: all 0.3s ease;
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0;
    left: 0;
}.contact_box_kAOL .inquiry_map_S8tY .reach_grid_t1YC li:hover {
    border-left-color: rgb(123,158,198);
    transform: translateX(5px);
}.contact_box_kAOL .inquiry_map_S8tY .reach_grid_t1YC li:hover::after {
    opacity: 0.05;
}.contact_box_kAOL .inquiry_map_S8tY .reach_grid_t1YC li svg {
    margin-right: 15px;
    position: relative;
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
    z-index: 2;
}.contact_box_kAOL .inquiry_map_S8tY .reach_grid_t1YC li:hover svg {
    transform: scale(1.2);
}.contact_box_kAOL .inquiry_map_S8tY .reach_grid_t1YC li svg path {
    fill: rgb(169,190,217);
    transition: all 0.3s ease;
}.contact_box_kAOL .inquiry_map_S8tY .reach_grid_t1YC li:hover svg path {
    fill: rgb(123,158,198);
}.contact_box_kAOL .inquiry_map_S8tY .reach_grid_t1YC li span {
    color: #000000;
    position: relative;
    font-size: 14px;
    z-index: 2;
}.contact_box_kAOL .inquiry_map_S8tY .reach_grid_t1YC li a {
    text-decoration: none;
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
}.contact_box_kAOL .inquiry_map_S8tY .reach_grid_t1YC li a::before {
    content: "";
    background: rgb(169,190,217);
    height: 1px;
    bottom: -2px;
    transition: transform 0.3s ease;
    position: absolute;
    transform-origin: right;
    left: 0;
    transform: scaleX(0);
    width: 100%;
}.contact_box_kAOL .inquiry_map_S8tY .reach_grid_t1YC li a:hover {
    color: rgb(169,190,217);
}.contact_box_kAOL .inquiry_map_S8tY .reach_grid_t1YC li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 992px) {.contact_box_kAOL {
    padding: 80px 0 60px;
}.contact_box_kAOL h3 {
    margin-bottom: 40px;
}.contact_box_kAOL .feedback_reach_u2eF {
    flex-direction: column;
}.contact_box_kAOL .query_info_cISG,
    .contact_box_kAOL .inquiry_map_S8tY {
    flex: 1 1 100%;
}.contact_box_kAOL .inquiry_map_S8tY {
    border-top: 1px solid rgb(212,222,236);
}
}

@media (max-width: 768px) {.contact_box_kAOL {
    padding: 60px 0;
}.contact_box_kAOL h3 {
    font-size: calc(32px * 0.85);
    margin-bottom: 35px;
}.contact_box_kAOL .query_info_cISG h3,
    .contact_box_kAOL .inquiry_map_S8tY h4 {
    font-size: calc(22px * 0.9);
}.contact_box_kAOL .query_info_cISG,
    .contact_box_kAOL .inquiry_map_S8tY {
    padding: 35px;
}.contact_box_kAOL .query_info_cISG::before,
    .contact_box_kAOL .query_info_cISG::after {
    width: 30px;
    height: 30px;
}.contact_box_kAOL .query_info_cISG input[type="text"],
    .contact_box_kAOL .query_info_cISG textarea {
    padding: 14px 16px;
}
}

@media (max-width: 576px) {.contact_box_kAOL {
    padding: 50px 0;
}.contact_box_kAOL h3 {
    font-size: calc(32px * 0.7);
    margin-bottom: 30px;
}.contact_box_kAOL .feedback_reach_u2eF {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(212,222,236);
}.contact_box_kAOL .query_info_cISG,
    .contact_box_kAOL .inquiry_map_S8tY {
    padding: 25px 20px;
}.contact_box_kAOL .query_info_cISG::before,
    .contact_box_kAOL .query_info_cISG::after {
    display: none;
}.contact_box_kAOL .query_info_cISG input[type="text"],
    .contact_box_kAOL .query_info_cISG textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_box_kAOL .query_info_cISG .request_reach_j3rF label {
    font-size: calc(16px * 0.9);
}.contact_box_kAOL .query_info_cISG .feedback_info_uDF5 {
    width: 100%;
    padding: 14px 20px;
}.contact_box_kAOL .inquiry_map_S8tY .reach_grid_t1YC li {
    margin-bottom: 15px;
    padding: 12px;
}}header {
    padding: 0;
    margin-top: 0;
    position: relative;
    z-index: 100;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: visible;
}header::before {
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    z-index: 0;
    left: 0;
    background-size: 20px 20px;
}header::after {
    position: absolute;
    background-size: 200% auto;
    animation: gradientSlide 5s linear infinite;
    left: 0;
    width: 100%;
    content: '';
    bottom: 0;
    background: linear-gradient(90deg, 
        rgb(169,190,217) 0%,
        rgb(123,158,198) 50%,
        rgb(169,190,217) 100%
    );
    height: 4px;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .main_class_YLW4 {
    display: flex;
    padding: 1.3rem 2rem;
    align-items: center;
    z-index: 5;
    position: relative;
    justify-content: space-between;
}header .head_edu_SFTI {
    z-index: 5;
    position: relative;
    flex: 0 0 auto;
}header .header_wrap_qaSV {
    display: flex;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem;
    align-items: center;
}header .header_wrap_qaSV:hover {
    transform: translateY(-3px) scale(1.02);
}header .header_wrap_qaSV img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}header .head_edu_SFTI::before {
    content: '';
    position: absolute;
    top: -8px;
    border: 1px solid rgb(169,190,217);
    left: -8px;
    transition: all 0.3s ease;
    opacity: 0.3;
    transform: skew(-3deg);
    border-radius: 10px;
    bottom: -8px;
    right: -8px;
}header .head_edu_SFTI:hover::before {
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(169,190,217,0.5);
    transform: skew(-5deg) scale(1.05);
}header .top_mainbar_Mf9B {
    position: relative;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    z-index: 5;
}header .nav_base_6Pch {
    perspective: 800px;
    margin: 0 0.3rem;
    position: relative;
}header .nav_base_6Pch a {
    letter-spacing: 0.5px;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 0.8rem 1.2rem;
    z-index: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    transition: all 0.4s ease;
    border: 1px solid transparent;
}header .nav_base_6Pch a::before {
    width: 80%;
    content: '';
    transform: scaleX(0);
    height: 1px;
    transition: transform 0.3s ease;
    position: absolute;
    left: 10%;
    opacity: 0.7;
    background: rgb(169,190,217);
    bottom: 5px;
}header .nav_base_6Pch a:hover {
    background: rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
    color: rgb(169,190,217);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}header .nav_base_6Pch a:hover::before {
    transform: scaleX(1);
}header .nav_base_6Pch::after {
    width: 100%;
    background: radial-gradient(circle at center, rgb(169,190,217,0.5) 0%, transparent 70%);
    top: 0;
    opacity: 0;
    pointer-events: none;
    left: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    content: '';
    position: absolute;
    z-index: -1;
}header .nav_base_6Pch:hover::after {
    opacity: 0.4;
}header .main_class_YLW4::before {
    content: '';
    top: 0;
    position: absolute;
    height: 1px;
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(169,190,217), transparent);
    left: 35%;
}header .main_class_YLW4::after {
    left: 20%;
    bottom: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    width: 60%;
    height: 1px;
    opacity: 0.1;
    position: absolute;
}.header_guide_Z2wU {
    background: rgb(212,222,236);
    position: relative;
    margin-top: 0;
    padding-top: 2rem;
    z-index: 1;
}

@media (min-width: 1400px) {header .main_class_YLW4 {
    margin: 0 auto;
    max-width: 1300px;
}header .nav_base_6Pch {
    margin: 0 0.5rem;
}header .nav_base_6Pch a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .main_class_YLW4 {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}header .head_edu_SFTI {
    margin-bottom: 0;
}header .top_mainbar_Mf9B {
    justify-content: center;
    margin-top: 1rem;
    flex: 1 0 100%;
}header .nav_base_6Pch {
    margin: 0 0.2rem;
}header .nav_base_6Pch a {
    padding: 0.6rem 0.8rem;
    font-size: calc(13px - 1px);
}header .head_edu_SFTI::before {
    bottom: -5px;
    top: -5px;
    left: -5px;
    right: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main_class_YLW4 {
    padding: 0.8rem 1.2rem;
}header .head_edu_SFTI {
    max-width: 130px;
}header .head_edu_SFTI::before {
    display: none;
}header .top_mainbar_Mf9B {
    padding-bottom: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    justify-content: flex-start;
    margin-top: 0.8rem;
}header .top_mainbar_Mf9B::-webkit-scrollbar {
    height: 2px;
}header .top_mainbar_Mf9B::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(169,190,217);
}header .nav_base_6Pch {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .nav_base_6Pch a {
    font-size: calc(13px - 2px);
    padding: 0.5rem 0.7rem;
    white-space: nowrap;
    letter-spacing: 0;
}header .nav_base_6Pch a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .main_class_YLW4 {
    padding: 0.7rem 1rem;
}header .head_edu_SFTI {
    max-width: 110px;
}header .nav_base_6Pch a {
    padding: 0.4rem 0.6rem;
    font-size: calc(13px - 3px);
}}.title_greeting_cAwn {
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgba(94,170,168,0.05) 0%, rgba(94,170,168,0.1) 100%);
    align-items: center;
    position: relative;
}.title_greeting_cAwn .img_hover_effect_w7yl {
    width: 100%;
    position: absolute;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    height: 100%;
    top: 0;
    z-index: 0;
}.title_greeting_cAwn .img_hover_effect_w7yl::after {
    left: 0;
    content: "";
    mix-blend-mode: multiply;
    width: 100%;
    position: absolute;
    background: linear-gradient(145deg, 
        rgba(94,170,168,0.9) 0%, 
        rgba(94,170,168,0.7) 30%, 
        rgba(94,170,168,0.5) 60%, 
        rgba(94,170,168,0.3) 100%);
    height: 100%;
    top: 0;
}.title_greeting_cAwn .exp_years_nFVY {
    margin: 0 auto;
    flex-direction: column;
    padding: 2rem;
    transform: translateY(2rem);
    max-width: 1200px;
    position: relative;
    z-index: 1;
    display: flex;
    width: 90%;
    animation: slideUp 1s ease-out forwards;
}.title_greeting_cAwn h1 {
    font-size: 44px;
    max-width: 70%;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    transform: translateX(-20px);
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    color: #ffffff;
    animation: slideRight 0.8s 0.3s ease-out forwards;
    font-weight: 700;
    position: relative;
}.title_greeting_cAwn h1::after {
    position: absolute;
    background: rgb(123,158,198);
    bottom: -0.5rem;
    width: 80px;
    animation: scaleIn 0.6s 0.8s ease-out forwards;
    content: "";
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
}.title_greeting_cAwn .text_header_pjvW {
    border-left: 4px solid rgb(123,158,198);
    transform: perspective(1000px) rotateY(-5deg);
    background: rgba(255,255,255,0.9);
    transition: transform 0.5s ease;
    max-width: 550px;
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}.title_greeting_cAwn .text_header_pjvW:hover {
    transform: perspective(1000px) rotateY(0);
}.title_greeting_cAwn .text_header_pjvW p {
    opacity: 0;
    margin-bottom: 2rem;
    animation: fadeIn 1s 0.6s ease-out forwards;
    font-size: calc(12px * 1.1);
    line-height: 1.6;
    color: #000000;
    position: relative;
}.title_greeting_cAwn .learn_first_jncP {
    position: relative;
    justify-content: center;
    margin: 2rem 0;
    display: flex;
}.title_greeting_cAwn .learn_first_jncP::before,
.title_greeting_cAwn .learn_first_jncP::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(94,170,168,0.6), transparent);
    position: absolute;
    height: 1px;
    width: 100%;
}.title_greeting_cAwn .learn_first_jncP::before {
    top: -1rem;
}.title_greeting_cAwn .learn_first_jncP::after {
    bottom: -1rem;
}.title_greeting_cAwn .learn_first_jncP svg {
    transform: scale(0);
    width: 120px;
    animation: scaleIn 0.5s 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    height: 120px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}.title_greeting_cAwn .learn_first_jncP svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}.title_greeting_cAwn .learn_first_jncP svg:hover path {
    fill: rgb(74,150,148);
}.title_greeting_cAwn .learn_first_jncP svg text {
    animation: fadeIn 0.5s 1.2s ease-out forwards;
    opacity: 0;
    font-family: Arial, sans-serif;
}.title_greeting_cAwn h6 {
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    margin-top: 2rem;
    animation: slideUp 0.5s 1s ease-out forwards;
}.title_greeting_cAwn h6 .feedback_info_uDF5 {
    display: inline-block;
    cursor: pointer;
    padding: 0.8rem 2rem;
    background: rgb(123,158,198);
    font-size: 18px;
    color: #ffffff;
    border: none;
    z-index: 1;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    transition: all 0.3s ease;
    font-weight: 600;
}.title_greeting_cAwn h6 .feedback_info_uDF5::before {
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transition: left 0.6s ease;
    left: -100%;
}.title_greeting_cAwn h6 .feedback_info_uDF5:hover {
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
    background: rgb(74,150,148);
    transform: translateY(-3px);
}.title_greeting_cAwn h6 .feedback_info_uDF5:hover::before {
    left: 100%;
}

@keyframes slideUp {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

@media screen and (max-width: 1200px) {.title_greeting_cAwn .exp_years_nFVY {
    width: 95%;
}.title_greeting_cAwn h1 {
    font-size: calc(44px * 0.9);
    max-width: 80%;
}
}

@media screen and (max-width: 992px) {.title_greeting_cAwn {
    height: auto;
    min-height: 90vh;
}.title_greeting_cAwn .img_hover_effect_w7yl {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.title_greeting_cAwn h1 {
    max-width: 90%;
    font-size: calc(44px * 0.85);
}.title_greeting_cAwn .text_header_pjvW {
    padding: 2rem;
    max-width: 500px;
}.title_greeting_cAwn .learn_first_jncP svg {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 768px) {.title_greeting_cAwn {
    min-height: 80vh;
}.title_greeting_cAwn .exp_years_nFVY {
    padding: 1.5rem;
    transform: translateY(1rem);
}.title_greeting_cAwn h1 {
    font-size: calc(44px * 0.8);
    max-width: 100%;
}.title_greeting_cAwn .text_header_pjvW {
    transform: perspective(1000px) rotateY(0);
    max-width: 100%;
    padding: 1.5rem;
}.title_greeting_cAwn .text_header_pjvW p {
    font-size: 12px;
}.title_greeting_cAwn .learn_first_jncP svg {
    height: 90px;
    width: 90px;
}
}

@media screen and (max-width: 576px) {.title_greeting_cAwn {
    min-height: 70vh;
}.title_greeting_cAwn .img_hover_effect_w7yl {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}.title_greeting_cAwn .exp_years_nFVY {
    padding: 1rem;
}.title_greeting_cAwn h1 {
    font-size: calc(44px * 0.7);
    margin-bottom: 1rem;
}.title_greeting_cAwn h1::after {
    width: 60px;
    height: 3px;
}.title_greeting_cAwn .text_header_pjvW {
    padding: 1.25rem;
    border-left-width: 3px;
}.title_greeting_cAwn .learn_first_jncP svg {
    width: 80px;
    height: 80px;
}.title_greeting_cAwn h6 .feedback_info_uDF5 {
    padding: 0.7rem 1.5rem;
}
}