* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.h_wrapper-container {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}.i_license_cta {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    padding: 5px;
    width: auto;
}::-webkit-scrollbar-track {
    background: linear-gradient(162deg, #ffffff 35%, rgb(255, 255, 255, 0.5) 69%, rgb(155,146,173,0.5) 38%, rgb(189,184,202,0.5) 96%);
}::-webkit-scrollbar-thumb {
    transition: all, box-shadow, transform 2s ease-in-out;
    border-radius: 15.6em;
    border: 3px ridge rgb(255, 255, 255, 0.5);
    background: rgb(189,184,202,0.5);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}::-webkit-scrollbar-corner {
    background: rgb(255, 255, 255, 0.5);
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(155,146,173,0.5) rgb(222,220,229);
}html,body {
    min-height: 100%;
    auto
contain
touch-action: none;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}.container {
    width: 1227px;
    max-width: 100%;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.H_main_nav {
    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 {
    background: rgb(222,220,229);
    overflow: visible;
    z-index: 99;
    position: relative;
    width: 100%;
}header::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    opacity: 0.2;
    top: 0;
    background: radial-gradient(circle at 30% 30%, rgb(189,184,202,0.5) 0%, transparent 70%);
    height: 100%;
}header .B_head_teach {
    display: flex;
    position: relative;
    align-items: center;
    padding: 25px 30px;
    justify-content: space-between;
}header .B_head_teach::before {
    filter: blur(5px);
    width: 30%;
    height: 5px;
    content: "";
    left: 10%;
    top: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(189,184,202), transparent);
}header .B_head_teach::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(155,146,173));
    width: 30%;
    bottom: -10px;
    right: 10%;
    filter: blur(5px);
    height: 5px;
}header .B_head_teach .z_head_know {
    padding: 5px;
    z-index: 2;
    position: relative;
}header .B_head_teach .z_head_know::before {
    z-index: -1;
    top: -5px;
    transition: opacity 0.3s ease;
    left: -5px;
    opacity: 0;
    content: "";
    width: calc(100% + 10px);
    background: linear-gradient(135deg, rgb(189,184,202), rgb(155,146,173));
    filter: blur(15px);
    height: calc(100% + 10px);
    position: absolute;
}header .B_head_teach .z_head_know:hover::before {
    opacity: 0.7;
}header .B_head_teach .z_head_know .M_header_master {
    transition: transform 0.3s ease;
    display: block;
    position: relative;
}header .B_head_teach .z_head_know:hover .M_header_master {
    transform: scale(1.05);
}header .B_head_teach .z_head_know .M_header_master svg {
    width: auto;
    height: 45px;
}header .B_head_teach .K_first_pagebar {
    margin: 0;
    border-radius: 15px;
    position: relative;
    padding: 10px;
    list-style: none;
    display: flex;
}header .B_head_teach .K_first_pagebar::before {
    backdrop-filter: blur(5px);
    border-radius: 15px;
    z-index: -1;
    top: 0;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}header .B_head_teach .K_first_pagebar .k_top_wrap {
    margin: 0 3px;
    position: relative;
}header .B_head_teach .K_first_pagebar .k_top_wrap a {
    z-index: 1;
    font-size: 13px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 8px 15px;
    color: #000000;
    display: block;
    position: relative;
}header .B_head_teach .K_first_pagebar .k_top_wrap a::before {
    background: linear-gradient(135deg, rgb(189,184,202), rgb(155,146,173));
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    content: "";
    width: 100%;
    z-index: -1;
    transition: opacity 0.3s ease;
    height: 100%;
}header .B_head_teach .K_first_pagebar .k_top_wrap a::after {
    z-index: -1;
    top: 50%;
    height: 150%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    position: absolute;
    content: "";
    transform: translate(-50%, -50%) scale(0);
    left: 50%;
    opacity: 0;
    width: 150%;
}header .B_head_teach .K_first_pagebar .k_top_wrap:hover a::before {
    opacity: 1;
}header .B_head_teach .K_first_pagebar .k_top_wrap:hover a {
    color: #ffffff;
}header .B_head_teach .K_first_pagebar .k_top_wrap:active a::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
}header .B_head_teach .K_first_pagebar .k_top_wrap:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(189,184,202), rgb(155,146,173));
}header .B_head_teach .K_first_pagebar .k_top_wrap:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(189,184,202), rgb(155,146,173));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(189,184,202), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(189,184,202), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(189,184,202), 0);
    }
}

@media (max-width: 992px) {header .B_head_teach {
    flex-direction: column;
    padding: 20px 15px;
}header .B_head_teach .z_head_know {
    margin-bottom: 15px;
}header .B_head_teach .K_first_pagebar {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .B_head_teach .K_first_pagebar .k_top_wrap {
    margin: 3px;
}header .B_head_teach .K_first_pagebar .k_top_wrap a {
    font-size: calc(13px - 1px);
    padding: 6px 12px;
}
}

@media (max-width: 767px) {header .B_head_teach {
    padding: 15px 10px;
}header .B_head_teach .z_head_know .M_header_master svg {
    height: 40px;
}header .B_head_teach .K_first_pagebar {
    padding: 5px;
}header .B_head_teach .K_first_pagebar .k_top_wrap a {
    padding: 5px 10px;
    font-size: calc(13px - 2px);
}}.f_course_features {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(222,220,229);
}.f_course_features::before {
    top: 0;
    z-index: 1;
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(189,184,202,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(155,146,173,0.5) 0%, transparent 40%);
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
}.f_course_features::after {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-size: 120px 120px, 120px 120px;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(189,184,202,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(155,146,173,0.5) 0%, transparent 8%);
    height: 100%;
    top: 0;
    left: 0;
}.f_course_features .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 3;
    margin: 0 auto;
}.f_course_features .c_learn_tools {
    flex-direction: column;
    display: flex;
}.f_course_features .S_text_field {
    border-radius: 17px;
    margin-bottom: 60px;
    position: relative;
    border-bottom: 3px solid rgb(155,146,173);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.3);
    border-top: 3px solid rgb(189,184,202);
    backdrop-filter: blur(5px);
    padding: 50px;
    z-index: 4;
}.f_course_features .S_text_field::before {
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(189,184,202,0.5) 49%, rgb(189,184,202,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(135deg, transparent 48%, rgb(155,146,173,0.5) 49%, rgb(155,146,173,0.5) 51%, transparent 52%) 0 0 / 20px 20px;
}.f_course_features .S_text_field h2 {
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 10px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    font-size: 37px;
    display: inline-block;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.5);
}.f_course_features .S_text_field h2::after {
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, rgb(189,184,202) 0%, rgb(155,146,173) 100%);
    width: 80px;
    height: 3px;
    position: absolute;
    border-radius: 10px;
    left: 0;
}.f_course_features .S_text_field .description {
    border-radius: 10px;
    border-left: 2px solid rgb(189,184,202);
    line-height: 1.8;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 20px;
    color: #000000;
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.6);
    position: relative;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    margin-bottom: 25px;
}.f_course_features .S_text_field .description:last-child {
    border-left: 2px solid rgb(155,146,173);
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 20px;
    margin-bottom: 0;
}.f_course_features .Y_image_header {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    transform: scale(1.05);
    height: 100%;
    left: 0;
}.f_course_features .Y_image_header::before {
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 2;
    left: 0;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
}.f_course_features .Y_image_header::after {
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.05) 20px, rgba(255, 255, 255, 0.05) 40px);
    width: 100%;
    left: 0;
    z-index: 3;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
}

@keyframes gridAnimation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 992px) {.f_course_features {
    padding: 80px 0;
}.f_course_features .S_text_field {
    margin-bottom: 40px;
    padding: 40px;
}.f_course_features .Y_image_header {
    height: 60%;
}
}

@media (max-width: 768px) {.f_course_features {
    padding: 60px 0;
}.f_course_features .S_text_field {
    padding: 30px;
    margin-bottom: 30px;
}.f_course_features .S_text_field h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 20px;
}.f_course_features .Y_image_header {
    height: 50%;
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
}
}

@media (max-width: 576px) {.f_course_features {
    padding: 50px 0;
}.f_course_features .S_text_field {
    margin-bottom: 20px;
    padding: 25px 20px;
}.f_course_features .S_text_field h2 {
    padding-bottom: 10px;
    font-size: calc(37px * 0.8);
    margin-bottom: 15px;
}.f_course_features .S_text_field .description {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
    padding-left: 15px;
}.f_course_features .Y_image_header {
    clip-path: polygon(0 15%, 100% 5%, 100% 100%, 0% 100%);
    height: 40%;
}}

.f_course_features::before,
.f_course_features::after,
.f_course_features .S_text_field::before,
.f_course_features .container::before,
.f_course_features .container::after {
    pointer-events: none;
}.f_course_features .c_learn_tools::after {
    height: 100%;
    background-size: 30px 30px;
    opacity: 0.3;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(189,184,202,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(155,146,173,0.5) 0%, transparent 1%);
    pointer-events: none;
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}.h_our_background {
    position: relative;
    overflow: hidden;
    padding: 8rem 0 6rem;
    color: #ffffff;
}.h_our_background::before {
    left: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.75) 30%, 
        rgba(0, 0, 0, 0.6) 70%, 
        rgba(0, 0, 0, 0.85) 100%);
    content: "";
    top: 0;
    bottom: 0;
    z-index: 1;
}.h_our_background::after {
    position: absolute;
    opacity: 0.1;
    background: rgb(189,184,202);
    z-index: 2;
    border-radius: 50%;
    animation: float 10s infinite ease-in-out;
    filter: blur(50px);
    top: -50px;
    width: 200px;
    height: 200px;
    right: -50px;
    content: "";
}.h_our_background h4 {
    animation: fadeInUp 1s forwards 0.2s;
    letter-spacing: 2px;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    opacity: 0;
    font-size: calc(36px * 1.2);
    color: #ffffff;
    margin-bottom: 2.5rem;
    transform: translateY(20px);
    position: relative;
}.h_our_background h4::after {
    background: linear-gradient(90deg, rgb(189,184,202), rgb(155,146,173));
    width: 80px;
    left: 50%;
    height: 3px;
    position: absolute;
    bottom: -12px;
    content: "";
    transform: translateX(-50%);
}.h_our_background .container {
    max-width: 1200px;
    z-index: 5;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}.h_our_background .S_text_field {
    opacity: 0;
    animation: fadeInUp 1s forwards 0.4s;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(30px);
    position: relative;
    transition: transform 0.5s ease-out;
    border-left: 3px solid rgb(189,184,202);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
}.h_our_background .S_text_field:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}.h_our_background .S_text_field::before {
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, 
        rgb(189,184,202,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(155,146,173,0.5) 100%);
    left: 0;
    opacity: 0.1;
    pointer-events: none;
    height: 100%;
}.h_our_background h6 {
    display: inline-block;
    position: relative;
    opacity: 0;
    color: rgb(189,184,202);
    font-weight: 700;
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    animation: fadeInRight 0.8s forwards 0.6s;
    letter-spacing: 1px;
    font-size: calc(18px * 1.1);
}.h_our_background h6::after {
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(155,146,173);
    width: 30px;
    transform: scaleX(0);
    position: absolute;
    height: 2px;
    content: "";
    animation: expandLine 0.6s forwards 1.2s;
    bottom: -8px;
    transform-origin: left;
}.h_our_background .S_text_field div {
    position: relative;
    overflow: hidden;
}.h_our_background .S_text_field span {
    transform: translateY(20px);
    opacity: 0;
    display: block;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    line-height: 1.8;
    font-size: 14px;
    text-align: justify;
    animation: fadeInUp 1s forwards 0.8s;
    margin-bottom: 1rem;
}.h_our_background .S_text_field span::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(155,146,173);
    margin-right: 3px;
}

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

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

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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(30px, -30px);
    }
    50% {
        transform: translate(60px, 0);
    }
    75% {
        transform: translate(30px, 30px);
    }
}

@media (max-width: 991px) {.h_our_background {
    padding: 6rem 0 4rem;
}.h_our_background h4 {
    font-size: calc(36px * 1.1);
}.h_our_background .S_text_field {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.h_our_background {
    padding: 4rem 0 3rem;
}.h_our_background h4 {
    font-size: 36px;
    margin-bottom: 2rem;
}.h_our_background h4::after {
    height: 2px;
    width: 60px;
}.h_our_background .S_text_field {
    padding: 2rem;
}.h_our_background h6 {
    margin-bottom: 1.2rem;
    font-size: 18px;
}.h_our_background .S_text_field span {
    line-height: 1.7;
}
}

@media (max-width: 576px) {.h_our_background {
    padding: 3rem 0 2rem;
}.h_our_background h4 {
    font-size: calc(18px * 1.3);
    margin-bottom: 1.5rem;
}.h_our_background h4::after {
    width: 50px;
}.h_our_background .S_text_field {
    border-left-width: 2px;
    padding: 1.5rem;
}.h_our_background h6 {
    margin-bottom: 1rem;
    font-size: calc(16px * 1.1);
}.h_our_background .S_text_field span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}.Y_launch_now {
    position: relative;
    background: linear-gradient(135deg, rgb(222,220,229) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
}.Y_launch_now::before {
    height: 120%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        transparent 10%, 
        rgb(189,184,202,0.5) 20%
    );
    content: '';
    width: 120%;
    z-index: 1;
    left: -10%;
    animation: shift-background 15s linear infinite;
    position: absolute;
    top: -10%;
}.Y_launch_now::after {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    content: '';
    background: radial-gradient(
        circle at 20% 30%,
        rgb(189,184,202,0.5) 0%,
        transparent 30%
    ), 
    radial-gradient(
        circle at 80% 70%,
        rgb(155,146,173,0.5) 0%,
        transparent 30%
    );
}.Y_launch_now .Q_story_tl {
    position: relative;
    padding: 60px;
    justify-content: center;
    z-index: 10;
    border-radius: 14px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    background: rgb(222,220,229);
    overflow: hidden;
    display: flex;
}.Y_launch_now .Q_story_tl::before {
    width: 200%;
    animation: rotate 30s linear infinite;
    z-index: -1;
    content: '';
    height: 200%;
    background: radial-gradient(
        ellipse at center,
        transparent 30%,
        rgb(189,184,202,0.5) 100%
    );
    left: -50%;
    position: absolute;
    opacity: 0.1;
    top: -50%;
}.Y_launch_now .container p {
    z-index: 5;
    max-width: 800px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: calc(34px * 1.2);
}.Y_launch_now .container p::after {
    position: absolute;
    bottom: -15px;
    border-radius: 10px;
    width: 80px;
    background: linear-gradient(90deg, rgb(189,184,202), rgb(155,146,173));
    left: 50%;
    content: '';
    transform: translateX(-50%);
    height: 4px;
}.Y_launch_now .s_query_map {
    text-decoration: none;
    font-size: 17px;
    padding: 15px 40px;
    border-radius: 14px;
    transition: all 0.3s ease;
    z-index: 5;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(189,184,202) 0%, rgb(155,146,173) 100%);
    overflow: hidden;
    display: inline-block;
    color: #ffffff;
}.Y_launch_now .s_query_map::before {
    left: -100%;
    content: '';
    transition: 0.5s;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.Y_launch_now .s_query_map:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.Y_launch_now .s_query_map:hover::before {
    animation: shine 1.5s infinite;
    left: 100%;
}

@keyframes shift-background {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(5%, 5%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 991px) {.Y_launch_now {
    padding: 80px 0;
}.Y_launch_now .Q_story_tl {
    padding: 40px 30px;
}.Y_launch_now .container p {
    margin-bottom: 30px;
    font-size: 34px;
}
}

@media (max-width: 767px) {.Y_launch_now {
    padding: 60px 0;
}.Y_launch_now .Q_story_tl {
    padding: 30px 20px;
}.Y_launch_now .container p {
    margin-bottom: 25px;
    font-size: calc(22px * 1.2);
}.Y_launch_now .s_query_map {
    padding: 12px 30px;
}
}

@media (max-width: 480px) {.Y_launch_now {
    padding: 40px 0;
}.Y_launch_now .Q_story_tl {
    padding: 25px 15px;
}.Y_launch_now .container p {
    margin-bottom: 20px;
    font-size: 22px;
}.Y_launch_now .s_query_map {
    padding: 10px 25px;
    font-size: calc(17px * 0.9);
}}.k_gratArea {
    position: relative;
    background: linear-gradient(135deg, rgb(222,220,229) 0%, rgba(rgb(189,184,202), 0.1) 100%);
    padding: 80px 0;
    overflow: hidden;
}.k_gratArea::before {
    border-radius: 10px;
    z-index: 1;
    position: absolute;
    right: -50px;
    content: "";
    top: -50px;
    width: 200px;
    transform: rotate(45deg);
    opacity: 0.07;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: 200px;
    background: linear-gradient(225deg, rgb(189,184,202) 0%, rgb(155,146,173) 100%);
}.k_gratArea::after {
    transform: rotate(30deg);
    opacity: 0.05;
    bottom: -30px;
    height: 150px;
    width: 150px;
    z-index: 1;
    content: "";
    border-radius: 10px;
    left: -30px;
    position: absolute;
    background: linear-gradient(45deg, rgb(155,146,173) 0%, rgb(189,184,202) 100%);
}.k_gratArea:hover::before {
    transform: rotate(55deg) scale(1.1);
}.k_gratArea .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.k_gratArea .Q_story_tl {
    transform: translateY(0);
    box-shadow: 0 8px 32px rgba(#000000, 0.06);
    display: grid;
    padding: 40px;
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
    background: #ffffff;
    grid-template-columns: 1fr;
    border-left: 4px solid rgb(189,184,202);
    position: relative;
}.k_gratArea .Q_story_tl:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(#000000, 0.08);
}.k_gratArea .Q_story_tl::before {
    background: linear-gradient(to right, rgba(rgb(189,184,202), 0.02) 0%, transparent 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    pointer-events: none;
}.k_gratArea .Q_story_tl > div:first-child {
    position: relative;
}.k_gratArea .Q_story_tl > div:first-child::after {
    content: "";
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: rgb(189,184,202);
    transform-origin: left;
    left: 0;
    bottom: -15px;
    width: 60px;
    position: absolute;
    transform: scaleX(1);
    height: 3px;
}.k_gratArea .Q_story_tl:hover > div:first-child::after {
    transform: scaleX(1.5);
}.k_gratArea h5 {
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 1.4;
}.k_gratArea p {
    line-height: 1.7;
    margin: 0;
    font-size: 15px;
    position: relative;
    color: #000000;
    transition: transform 0.3s ease;
}.k_gratArea a {
    padding: 5px 0;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: block;
}.k_gratArea a::before {
    position: absolute;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform: scaleX(0);
    bottom: 0;
    background: rgb(189,184,202);
    height: 1px;
    left: 0;
    transform-origin: right;
}.k_gratArea a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.k_gratArea a:hover p {
    transform: translateY(-2px);
}.k_gratArea .Q_story_tl > div:last-child {
    position: relative;
}.k_gratArea .Q_story_tl > div:last-child::before {
    color: rgb(189,184,202);
    content: "✓";
    position: absolute;
    opacity: 0.2;
    top: -15px;
    transition: all 0.3s ease;
    transform: rotate(-10deg);
    right: 0;
    font-size: 18px;
}.k_gratArea .Q_story_tl:hover > div:last-child::before {
    transform: rotate(0);
    opacity: 0.5;
}

@media (min-width: 768px) {.k_gratArea {
    padding: 100px 0;
}.k_gratArea .Q_story_tl {
    grid-template-columns: 1fr 1fr;
    padding: 60px;
    gap: 50px;
}.k_gratArea h5 {
    margin-bottom: 15px;
    font-size: calc(20px * 1.1);
}.k_gratArea p {
    font-size: calc(15px * 1.05);
}.k_gratArea .Q_story_tl > div:first-child::after {
    width: 80px;
    bottom: -20px;
}
}

@media (max-width: 767px) {.k_gratArea {
    padding: 60px 0;
}.k_gratArea .Q_story_tl {
    padding: 30px;
}.k_gratArea h5 {
    font-size: calc(20px * 0.9);
}.k_gratArea::before,
  .k_gratArea::after {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 480px) {.k_gratArea {
    padding: 40px 0;
}.k_gratArea .Q_story_tl {
    padding: 25px 20px;
    grid-template-columns: 1fr;
    gap: 20px;
}.k_gratArea h5 {
    font-size: calc(20px * 0.85);
}.k_gratArea p {
    font-size: calc(15px * 0.95);
}.k_gratArea .Q_story_tl > div:first-child::after {
    width: 50px;
    bottom: -10px;
}
}

@media (hover: none) {.k_gratArea .Q_story_tl {
    transform: none !important;
}.k_gratArea a::before {
    display: none;
}
}

@media (prefers-reduced-motion: reduce) {.k_gratArea *,
  .k_gratArea *::before,
  .k_gratArea *::after {
    transition-duration: 0.001s !important;
    animation-duration: 0.001s !important;
}}.J_academic_experience {
    background: linear-gradient(135deg, rgb(222,220,229) 0%, rgb(189,184,202,0.5) 100%);
    position: relative;
    overflow: hidden;
    min-height: 400px;
    padding: 60px 30px;
}.J_academic_experience::before {
    background: rgb(155,146,173,0.5);
    content: "";
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    right: -50px;
    animation: float 8s ease-in-out infinite;
    width: 200px;
    top: -50px;
    height: 200px;
    filter: blur(40px);
}.J_academic_experience::after {
    bottom: -30px;
    animation: float 6s ease-in-out infinite reverse;
    width: 150px;
    height: 150px;
    content: "";
    border-radius: 50%;
    filter: blur(30px);
    z-index: 0;
    left: -30px;
    position: absolute;
    background: rgb(189,184,202,0.5);
}.J_academic_experience .u_learner_stories {
    z-index: 1;
    transition: all 0.5s ease;
    transform: rotate(-3deg);
    gap: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    position: relative;
}.J_academic_experience .u_learner_stories:hover {
    transform: rotate(0deg) scale(1.02);
}.J_academic_experience .Y_image_header {
    height: 350px;
    position: relative;
    box-shadow: 15px 15px 0 rgb(155,146,173,0.5);
    border-radius: 26px;
    transform: translateY(20px);
    width: 280px;
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
}.J_academic_experience .u_learner_stories:hover .Y_image_header {
    transform: translateY(0);
    box-shadow: 20px 20px 0 rgb(155,146,173);
}.J_academic_experience .O_emp_container {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    min-width: 280px;
    border-radius: 26px;
    background: #ffffff;
    position: relative;
    display: flex;
    transform: translateX(-30px) rotate(3deg);
    flex-direction: column;
    justify-content: center;
    transition: all 0.4s ease;
    padding: 30px;
    flex: 1;
}.J_academic_experience .u_learner_stories:hover .O_emp_container {
    transform: translateX(0) rotate(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.J_academic_experience .name {
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    color: rgb(189,184,202);
    margin-bottom: 10px;
}.J_academic_experience .name::after {
    border-radius: 2px;
    left: 0;
    background: linear-gradient(90deg, rgb(155,146,173) 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    height: 4px;
    width: 60px;
    content: "";
}.J_academic_experience .O_emp_container > div:nth-child(2) {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    opacity: 0.8;
}.J_academic_experience .v_job_profile {
    font-size: calc(12px + 2px);
    padding-left: 20px;
    color: #000000;
    border-left: 3px solid rgb(155,146,173,0.5);
    line-height: 1.6;
    position: relative;
    font-style: italic;
}.J_academic_experience .v_job_profile::before {
    opacity: 0.1;
    content: "";
    left: -15px;
    color: rgb(189,184,202);
    top: -20px;
    position: absolute;
    font-size: 80px;
    font-family: Arial, sans-serif;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media (max-width: 991px) {.J_academic_experience {
    padding: 40px 20px;
}.J_academic_experience .u_learner_stories {
    gap: 20px;
    flex-direction: column;
}.J_academic_experience .Y_image_header {
    width: 220px;
    transform: translateY(0) rotate(-3deg);
    height: 280px;
    margin: 0 auto;
}.J_academic_experience .O_emp_container {
    transform: translateX(0) rotate(0);
    margin-top: -30px;
}.J_academic_experience .u_learner_stories:hover .Y_image_header {
    transform: translateY(-10px) rotate(0);
}
}

@media (max-width: 767px) {.J_academic_experience {
    padding: 30px 15px;
}.J_academic_experience .Y_image_header {
    height: 220px;
    width: 180px;
}.J_academic_experience .O_emp_container {
    padding: 20px;
}.J_academic_experience .name {
    font-size: calc(30px - 4px);
}.J_academic_experience .v_job_profile {
    font-size: 12px;
}}.N_title_welcome {
    width: 100%;
    position: relative;
    overflow: hidden;
}.N_title_welcome .v_learn_page {
    width: 100%;
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    position: relative;
}.N_title_welcome .v_learn_page::before {
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(
    135deg,
    rgb(189,184,202,0.5),
    rgb(155,146,173,0.5),
    rgba(0, 0, 0, 0.6)
  );
    content: "";
}.N_title_welcome .v_learn_page::after {
    top: 0;
    background: radial-gradient(
    circle at 70% 30%,
    transparent 0%,
    rgba(0, 0, 0, 0.4) 70%
  );
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}.N_title_welcome .b_learn_skill {
    backdrop-filter: blur(10px);
    z-index: 3;
    background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.03)
  );
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25),
              0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 3rem;
    max-width: 80%;
    animation: fadeIn 1.2s ease-out forwards, floatEffect 8s ease-in-out infinite;
}.N_title_welcome .b_learn_skill::before {
    filter: blur(8px);
    z-index: -1;
    left: -2px;
    bottom: -2px;
    right: -2px;
    position: absolute;
    opacity: 0.3;
    top: -2px;
    background: linear-gradient(
    90deg,
    transparent,
    rgb(189,184,202),
    rgb(155,146,173),
    transparent
  );
    content: "";
    transform: translateZ(-10px);
}.N_title_welcome .b_learn_skill h1 {
    font-size: 42px;
    color: #ffffff;
    opacity: 0;
    transform: translateY(-5px);
    font-weight: 700;
    animation: slideUp 0.8s ease-out 0.3s forwards;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    margin: 0 0 1.5rem;
}.N_title_welcome .b_learn_skill h1::after {
    position: absolute;
    bottom: -10px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(189,184,202), rgb(155,146,173));
    height: 4px;
    animation: lineGrow 1s ease-out 1s forwards;
    width: 60px;
    left: 0;
    transform: scaleX(0);
    content: "";
}.N_title_welcome .b_learn_skill h3 {
    font-weight: 600;
    opacity: 0;
    color: #ffffff;
    animation: slideUp 0.8s ease-out 0.6s forwards;
    transform: translateY(-5px);
    font-size: calc(18px + 0.1rem);
    line-height: 1.5;
    margin: 0 0 1.5rem;
    max-width: 90%;
}.N_title_welcome .b_learn_skill p {
    font-weight: 400;
    color: #ffffff;
    padding-left: 20px;
    transform: translateY(-5px);
    letter-spacing: 0.5px;
    opacity: 0.8;
    opacity: 0;
    font-size: 15px;
    margin: 0;
    position: relative;
    animation: slideUp 0.8s ease-out 0.9s forwards;
}.N_title_welcome .b_learn_skill p::before {
    transform: translateY(-50%);
    left: 0;
    height: 2px;
    width: 10px;
    background: rgb(155,146,173);
    position: absolute;
    top: 50%;
    content: "";
}

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

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

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

@keyframes floatEffect {
  0%, 100% {
    transform: perspective(1000px) rotateX(2deg) translateY(0);
  }
  50% {
    transform: perspective(1000px) rotateX(2deg) translateY(-10px);
  }
}

@media (max-width: 1200px) {.N_title_welcome .b_learn_skill {
    padding: 2.5rem;
    max-width: 90%;
}.N_title_welcome .b_learn_skill h1 {
    font-size: calc(42px - 0.2rem);
}.N_title_welcome .b_learn_skill h3 {
    max-width: 100%;
    font-size: 18px;
}
}

@media (max-width: 992px) {.N_title_welcome .v_learn_page {
    height: 90vh;
}.N_title_welcome .b_learn_skill {
    padding: 2rem;
    max-width: 95%;
    transform: perspective(1000px) rotateX(1deg);
}.N_title_welcome .b_learn_skill h1 {
    margin-bottom: 1.2rem;
    font-size: calc(42px - 0.4rem);
}.N_title_welcome .b_learn_skill h3 {
    margin-bottom: 1.2rem;
    font-size: calc(18px - 0.1rem);
}
}

@media (max-width: 768px) {.N_title_welcome .v_learn_page {
    height: 80vh;
}.N_title_welcome .b_learn_skill {
    padding: 1.8rem;
    transform: perspective(1000px) rotateX(0deg);
}.N_title_welcome .b_learn_skill h1 {
    font-size: calc(42px - 0.6rem);
    margin-bottom: 1rem;
}.N_title_welcome .b_learn_skill h1::after {
    width: 50px;
    bottom: -8px;
    height: 3px;
}.N_title_welcome .b_learn_skill h3 {
    font-size: calc(18px - 0.2rem);
    margin-bottom: 1rem;
}.N_title_welcome .b_learn_skill p {
    font-size: calc(15px - 0.1rem);
    padding-left: 15px;
}.N_title_welcome .b_learn_skill p::before {
    width: 8px;
}
  
  @keyframes floatEffect {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-5px);
    }
  }
}

@media (max-width: 576px) {.N_title_welcome .v_learn_page {
    height: 70vh;
}.N_title_welcome .b_learn_skill {
    margin: 0 1rem;
    padding: 1.5rem;
    max-width: 100%;
}.N_title_welcome .b_learn_skill h1 {
    margin-bottom: 0.8rem;
    font-size: calc(42px - 0.8rem);
}.N_title_welcome .b_learn_skill h3 {
    font-size: calc(18px - 0.3rem);
    margin-bottom: 0.8rem;
}.N_title_welcome .b_learn_skill p {
    font-size: calc(15px - 0.2rem);
}
}

@media (max-height: 600px) {.N_title_welcome .v_learn_page {
    height: auto;
    padding: 3rem 0;
    min-height: 100vh;
}.N_title_welcome .b_learn_skill {
    padding: 1.5rem;
}}.n_contact_panel {
    background: linear-gradient(120deg, rgb(222,220,229), rgba(rgb(189,184,202), 0.03));
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.n_contact_panel::before {
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(189,184,202), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(155,146,173), 0.05) 0%, transparent 50%);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}.n_contact_panel::after {
    width: 100%;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    position: absolute;
    z-index: 1;
    animation: backgroundShift 30s linear infinite;
    top: 0;
    background-position: center center;
    height: 100%;
    left: 0;
    content: "";
    background-image: 
        linear-gradient(90deg, rgba(rgb(189,184,202), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(189,184,202), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(155,146,173), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(189,184,202), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(155,146,173), 0.04) 0%, transparent 30%);
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.n_contact_panel .container {
    z-index: 2;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.n_contact_panel h2 {
    transform: translateX(-50%);
    text-align: center;
    margin-bottom: 15px;
    perspective: 1000px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 30px;
    letter-spacing: 1px;
    left: 50%;
}.n_contact_panel h2::before {
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(189,184,202), transparent);
    height: 2px;
    content: "";
    width: 100%;
    left: 0;
}.n_contact_panel .v_feedback_links {
    display: flex;
    background: #ffffff;
    perspective: 1000px;
    margin-top: 60px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform-style: preserve-3d;
    border-radius: 16px;
}.n_contact_panel .v_feedback_links::before {
    height: 5px;
    width: 100%;
    z-index: 3;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(189,184,202), rgb(155,146,173));
}.n_contact_panel .Y_image_header {
    transform: translateZ(0);
    flex: 0 0 45%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}.n_contact_panel .Y_image_header::before {
    mix-blend-mode: multiply;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(210deg, rgba(rgb(189,184,202), 0.5), rgba(rgb(155,146,173), 0.5));
    position: absolute;
}.n_contact_panel .Y_image_header::after {
    position: absolute;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    top: -100%;
    height: 300%;
    z-index: 2;
    content: "";
    left: -100%;
    animation: shine 6s infinite ease-in-out;
    width: 300%;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.n_contact_panel .X_inquiry_map {
    position: relative;
    padding: 60px 50px;
    flex: 0 0 55%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    backdrop-filter: blur(10px);
}.n_contact_panel .X_inquiry_map::before {
    width: 500px;
    right: 0;
    height: 500px;
    position: absolute;
    border-radius: 50%;
    content: "";
    background: 
        radial-gradient(circle, rgba(rgb(189,184,202), 0.03) 0%, transparent 70%);
    opacity: 0.5;
    z-index: 0;
    top: 0;
}.n_contact_panel form {
    position: relative;
    z-index: 3;
}.n_contact_panel form h3 {
    color: #000000;
    margin-bottom: 35px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
}.n_contact_panel form h3::after {
    position: absolute;
    width: 30px;
    left: 0;
    background: rgb(189,184,202);
    bottom: -15px;
    content: "";
    height: 2px;
}.n_contact_panel form input[type="text"] {
    margin-bottom: 25px;
    color: #000000;
    padding: 18px 25px;
    background: rgba(rgb(222,220,229), 0.5);
    transition: all 0.3s ease;
    font-size: 14px;
    border: 1px solid rgba(rgb(189,184,202), 0.1);
    border-radius: 8px;
    backdrop-filter: blur(5px);
    width: 100%;
}.n_contact_panel form input[type="text"]:focus {
    background: rgba(#ffffff, 0.9);
    box-shadow: 0 0 0 4px rgba(rgb(189,184,202), 0.1);
    border-color: rgb(189,184,202);
    outline: none;
}.n_contact_panel form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.n_contact_panel form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.n_contact_panel .X_message_reach {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}.n_contact_panel .X_message_reach input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.n_contact_panel .X_message_reach label {
    color: #000000;
    padding-left: 35px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5;
}.n_contact_panel .X_message_reach label::before {
    content: "";
    top: 0;
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: rgba(#ffffff, 0.6);
    transition: all 0.3s ease;
    border: 1px solid rgba(rgb(189,184,202), 0.3);
    left: 0;
}.n_contact_panel .X_message_reach input[type="checkbox"]:checked + label::before {
    background: rgb(189,184,202);
    border-color: rgb(189,184,202);
}.n_contact_panel .X_message_reach input[type="checkbox"]:checked + label::after {
    content: "";
    transform: rotate(45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 8px;
    top: 4px;
    height: 12px;
    width: 6px;
}.n_contact_panel .X_message_reach label a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: rgb(189,184,202);
}.n_contact_panel .X_message_reach label a::after {
    transform: scaleX(0);
    bottom: -2px;
    content: "";
    height: 1px;
    background: rgb(189,184,202);
    transition: transform 0.3s ease;
    width: 100%;
    transform-origin: right;
    position: absolute;
    left: 0;
}.n_contact_panel .X_message_reach label a:hover {
    color: rgb(155,146,173);
}.n_contact_panel .X_message_reach label a:hover::after {
    background: rgb(155,146,173);
    transform-origin: left;
    transform: scaleX(1);
}.n_contact_panel .s_query_map {
    font-size: 16px;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    background: rgb(189,184,202);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    padding: 16px 40px;
}.n_contact_panel .s_query_map::before {
    opacity: 0;
    content: "";
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(189,184,202), rgb(155,146,173));
    transition: opacity 0.3s ease;
}.n_contact_panel .s_query_map:hover::before {
    opacity: 1;
}.n_contact_panel .s_query_map::after {
    border-radius: 50%;
    width: 50px;
    transform: scale(0);
    content: "";
    position: absolute;
    left: -10px;
    height: 50px;
    top: -50%;
    transition: all 0.5s ease;
    z-index: -1;
    background: rgba(255, 255, 255, 0.3);
}.n_contact_panel .s_query_map:hover::after {
    opacity: 0;
    transform: scale(4);
}.n_contact_panel svg {
    filter: drop-shadow(0 2px 2px rgba(rgb(189,184,202), 0.3));
    height: 22px;
    stroke: rgb(189,184,202);
    width: 22px;
    stroke-width: 2;
    fill: none;
    transition: all 0.3s ease;
}.n_contact_panel svg path {
    stroke-width: 2;
    transition: all 0.3s ease;
    stroke: rgb(189,184,202);
}.n_contact_panel svg:hover,
.n_contact_panel svg:hover path {
    stroke: rgb(155,146,173);
    transform: translateY(-2px);
}.n_contact_panel form input {
    border: 1px solid rgb(189,184,202);
}

@media (max-width: 1024px) {.n_contact_panel {
    padding: 80px 0;
}.n_contact_panel .v_feedback_links {
    margin-top: 50px;
}.n_contact_panel .Y_image_header {
    min-height: 450px;
}.n_contact_panel .X_inquiry_map {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.n_contact_panel {
    padding: 60px 0;
}.n_contact_panel .v_feedback_links {
    flex-direction: column;
    margin-top: 40px;
}.n_contact_panel .Y_image_header {
    min-height: 300px;
    width: 100%;
}.n_contact_panel .X_inquiry_map {
    padding: 40px 30px;
    width: 100%;
}.n_contact_panel form h3 {
    margin-bottom: 30px;
}.n_contact_panel form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.n_contact_panel .X_message_reach {
    margin-bottom: 25px;
}.n_contact_panel .s_query_map {
    width: 100%;
    padding: 14px 30px;
}
}

@media (max-width: 480px) {.n_contact_panel {
    padding: 50px 0;
}.n_contact_panel h2 {
    font-size: calc(30px * 0.85);
}.n_contact_panel .v_feedback_links {
    border-radius: 12px;
    margin-top: 30px;
}.n_contact_panel .Y_image_header {
    min-height: 220px;
}.n_contact_panel .X_inquiry_map {
    padding: 30px 20px;
}.n_contact_panel form h3 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
}.n_contact_panel form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.n_contact_panel .X_message_reach {
    margin-bottom: 20px;
}.n_contact_panel .X_message_reach label {
    font-size: calc(14px * 0.9);
}.n_contact_panel .s_query_map {
    padding: 12px 20px;
}}.z_offer_card {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.z_offer_card::before {
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    z-index: 1;
}.z_offer_card .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
}.z_offer_card .u_cost_plan {
    position: relative;
}.z_offer_card h2 {
    letter-spacing: 0.5px;
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
    transform: translateZ(0);
    position: relative;
    font-weight: 700;
}.z_offer_card h2::after {
    height: 3px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(189,184,202) 0%, rgb(155,146,173) 100%);
    width: 80px;
}.z_offer_card .M_payment_plan {
    max-width: 700px;
    color: #ffffff;
    font-size: 17px;
    margin: 0 auto 60px;
    opacity: 0.9;
    text-align: center;
    line-height: 1.6;
}.z_offer_card .w_offer_box {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    list-style: none;
    display: grid;
}.z_offer_card .w_offer_box li {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.z_offer_card .w_offer_box li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.z_offer_card .v_access_rates {
    display: block;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    text-decoration: none;
}.z_offer_card .y_value_plan {
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    position: relative;
    border-top: 3px solid rgb(189,184,202);
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    height: 100%;
    padding: 40px 25px;
}.z_offer_card .v_access_rates:hover .y_value_plan {
    border-top-color: rgb(155,146,173);
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
}.z_offer_card .y_value_plan::before {
    transform: rotate(45deg);
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    top: -50%;
    content: "";
    position: absolute;
    pointer-events: none;
    transition: opacity 0.5s ease;
    opacity: 0;
    left: -50%;
    width: 200%;
}.z_offer_card .v_access_rates:hover .y_value_plan::before {
    opacity: 1;
}.z_offer_card .B_discount_tier {
    display: flex;
    height: 100%;
    z-index: 2;
    position: relative;
    flex-direction: column;
}.z_offer_card .B_discount_tier h4 {
    display: inline-block;
    margin: 0 0 15px;
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    position: relative;
}.z_offer_card .B_discount_tier h4::after {
    left: 0;
    content: "";
    background: rgb(189,184,202);
    position: absolute;
    width: 40px;
    bottom: -8px;
    transition: width 0.3s ease;
    height: 2px;
}.z_offer_card .v_access_rates:hover .B_discount_tier h4::after {
    width: 60px;
    background: rgb(155,146,173);
}.z_offer_card .B_discount_tier p {
    line-height: 1.7;
    white-space: normal;
    word-wrap: break-word;
    color: #ffffff;
    hyphens: auto;
    flex-grow: 1;
    font-size: calc(17px - 2px);
    margin: 0 0 30px;
    opacity: 0.8;
    overflow-wrap: break-word;
}.z_offer_card .R_rate_plans {
    font-weight: 700;
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(189,184,202) 0%, rgb(155,146,173) 100%);
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-top: auto;
    transition: all 0.3s ease;
    padding: 10px 15px;
    transform: translateZ(0);
    font-size: calc(22px + 2px);
}.z_offer_card .R_rate_plans::before {
    top: 0;
    background: linear-gradient(135deg, rgb(189,184,202,0.5) 0%, rgb(155,146,173,0.5) 100%);
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
}.z_offer_card .v_access_rates:hover .R_rate_plans::before {
    opacity: 1;
}

@media (max-width: 991px) {.z_offer_card {
    padding: 80px 0;
}.z_offer_card .w_offer_box {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.z_offer_card .y_value_plan {
    padding: 30px 20px;
}
}

@media (max-width: 767px) {.z_offer_card {
    padding: 60px 0;
}.z_offer_card h2 {
    font-size: calc(28px - 4px);
}.z_offer_card .M_payment_plan {
    margin-bottom: 40px;
    font-size: calc(17px - 1px);
}.z_offer_card .w_offer_box {
    margin: 0 auto;
    max-width: 400px;
    grid-template-columns: 1fr;
}.z_offer_card .B_discount_tier h4 {
    font-size: calc(22px - 1px);
}.z_offer_card .B_discount_tier p {
    font-size: calc(17px - 3px);
}.z_offer_card .R_rate_plans {
    font-size: calc(22px);
}
}

@media (max-width: 480px) {.z_offer_card {
    padding: 50px 0;
}.z_offer_card h2 {
    font-size: calc(28px - 6px);
}.z_offer_card .y_value_plan {
    padding: 25px 15px;
}.z_offer_card .w_offer_box li:hover {
    transform: translateY(-5px);
}}footer {
    position: relative;
}footer::before {
    content: '';
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(125deg, #000000 0%, rgb(155,146,173) 100%);
    opacity: 0.95;
}.i_license_cta {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    z-index: 2;
    padding: 60px 0;
}.i_license_cta .container {
    flex-wrap: wrap;
    display: flex;
}.i_license_cta .company_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    flex: 0 0 100%;
    padding: 25px;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.2);
}.i_license_cta .company_holder h3 {
    color: #ffffff;
    font-size: 30px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}.i_license_cta .t_glossary {
    line-height: 1.7;
    max-width: 80%;
    color: #ffffff;
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 13px;
    text-align: center;
}.i_license_cta .E_tutor_match {
    flex: 0 0 100%;
    margin-top: 20px;
}.i_license_cta .o_header_nav {
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    display: flex;
}.i_license_cta .K_first_pagebar {
    padding: 20px;
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    transition: all 0.3s ease;
}.i_license_cta .K_first_pagebar:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.i_license_cta .K_first_pagebar h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}.i_license_cta .K_first_pagebar .o_header_nav {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    gap: 12px;
}.i_license_cta .K_first_pagebar .o_header_nav a {
    border-radius: 10px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 8px 12px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
}.i_license_cta .K_first_pagebar .o_header_nav a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
}.f_lecture_ref {
    z-index: 2;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 40px;
    padding: 20px 0;
}.f_lecture_ref::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    right: 20%;
    position: absolute;
    height: 1px;
    left: 20%;
    content: '';
    opacity: 0.2;
    top: 0;
}.f_lecture_ref .container {
    justify-content: center;
    display: flex;
}.f_lecture_ref .c_cert_block {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.i_license_cta .o_header_nav {
    justify-content: space-between;
}.i_license_cta .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.i_license_cta .E_tutor_match {
    flex: 0 0 65%;
}.i_license_cta .container {
    justify-content: space-between;
    align-items: flex-start;
}.i_license_cta .t_glossary {
    text-align: left;
    max-width: 100%;
    margin: 0;
}
}

@media (max-width: 767px) {.i_license_cta .K_first_pagebar {
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
}.i_license_cta .company_holder {
    padding: 20px 15px;
}.i_license_cta .t_glossary {
    padding: 15px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.i_license_cta {
    padding: 40px 0;
}.i_license_cta .company_holder h3 {
    font-size: calc(30px * 0.8);
}.i_license_cta .K_first_pagebar h5 {
    font-size: calc(20px * 0.9);
}.i_license_cta .K_first_pagebar .o_header_nav a {
    font-size: calc(13px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    background-size: 20px 20px;
}.v_cookie_window_banner {
    position: fixed;
    border-top: 3px solid rgb(189,184,202);
    background: rgb(222,220,229);
    z-index: 1050;
    overflow: hidden;
    bottom: 0;
    padding: 20px;
    width: 100%;
    font-family: Arial, sans-serif;
}.S_cookie_overview {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}.N_cookie_gate {
    margin-right: 20px;
    flex-shrink: 0;
}#j_cookie_panel_alert {
    display: none;
}#j_cookie_panel_alert:checked ~ .v_cookie_window_banner {
    visibility: hidden;
    opacity: 0;
}.N_cookie_gate svg {
    fill: rgb(189,184,202);
    transition: fill 0.3s ease-in-out;
    height: 60px;
    width: 60px;
}.e_consent_comply {
    flex-grow: 1;
    margin-right: 20px;
}.e_consent_comply h5 {
    color: rgb(189,184,202);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}.e_consent_comply p {
    margin-bottom: 0;
    color: #000000;
    font-size: 13px;
}.K_data_approve {
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
}.K_data_approve {
    color: #ffffff;
    border: 1px solid rgb(189,184,202);
    background-color: rgb(189,184,202);
}.K_data_approve:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.v_cookie_window_banner p a {
    text-decoration: underline;
    color: rgb(189,184,202);
}.v_cookie_window_banner p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.e_consent_comply h5 {
    font-size: calc(20px - 2px);
}.e_consent_comply p {
    font-size: calc(13px - 2px);
}.K_data_approve {
    padding: 8px 16px;
    font-size: calc(14px - 2px);
}
}
@media (max-width: 800px) {.S_cookie_overview {
    align-items: center;
    flex-direction: column;
}.N_cookie_gate {
    margin-bottom: 15px;
}.e_consent_comply {
    margin-bottom: 20px;
    text-align: center;
}.K_data_approve {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.G_course_suitability {
    background: rgb(222,220,229);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.G_course_suitability::before {
    height: 100%;
    opacity: 0.05;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(189,184,202,0.5) 0,
        rgb(189,184,202,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
}.G_course_suitability .Q_story_tl {
    position: relative;
    z-index: 1;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
}.G_course_suitability h3 {
    padding-bottom: 20px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 35px;
    margin-bottom: 80px;
}.G_course_suitability h3::after {
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(189,184,202), rgb(155,146,173));
    height: 5px;
    left: 50%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    content: "";
    width: 80px;
}.G_course_suitability ul {
    padding: 0;
    gap: 60px 30px;
    justify-content: center;
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}.G_course_suitability ul li {
    position: relative;
    flex: 0 0 calc(33.333% - 20px);
    font-family: Arial, sans-serif;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    transform: perspective(1000px) rotateX(5deg);
    color: #000000;
    font-size: 16px;
    max-width: 350px;
    background: #ffffff;
    min-height: 100px;
    padding: 25px 25px 25px 80px;
    z-index: 1;
}.G_course_suitability ul li::before,
.G_course_suitability ul li::after {
    transition: all 0.4s ease;
    content: "";
    background: #ffffff;
    position: absolute;
}.G_course_suitability ul li::before {
    top: 5px;
    transform: translateZ(-10px);
    right: 5px;
    bottom: 5px;
    left: 5px;
    z-index: -1;
    border: 1px solid rgb(155,146,173,0.5);
}.G_course_suitability ul li::after {
    bottom: 0;
    left: 15px;
    opacity: 0.3;
    z-index: -2;
    top: 15px;
    background: rgb(189,184,202,0.5);
    transform: translateZ(-20px);
    right: 15px;
}.G_course_suitability ul li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.G_course_suitability ul li:hover::before {
    transform: translateZ(-15px);
}.G_course_suitability ul li:hover::after {
    transform: translateZ(-30px);
}.G_course_suitability ul li svg {
    z-index: 2;
    top: 50%;
    width: 40px;
    transform: translateY(-50%);
    transition: all 0.4s ease;
    left: 25px;
    position: absolute;
    height: 40px;
}.G_course_suitability ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.G_course_suitability ul li svg path {
    fill: rgb(189,184,202);
    transition: fill 0.4s ease;
}.G_course_suitability ul li:hover svg path {
    fill: rgb(155,146,173);
}.G_course_suitability ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.G_course_suitability ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.G_course_suitability ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.G_course_suitability ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.G_course_suitability ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.G_course_suitability ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.G_course_suitability {
    padding: 100px 0;
}.G_course_suitability h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 60px;
}.G_course_suitability ul {
    gap: 40px 25px;
}.G_course_suitability ul li {
    padding: 20px 20px 20px 70px;
    flex: 0 0 calc(50% - 20px);
}.G_course_suitability ul li svg {
    width: 35px;
    left: 20px;
    height: 35px;
}
}

@media (max-width: 768px) {.G_course_suitability {
    padding: 80px 0;
}.G_course_suitability h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 50px;
}.G_course_suitability ul {
    gap: 30px;
}.G_course_suitability ul li {
    flex: 0 0 100%;
    max-width: 450px;
}.G_course_suitability ul li,
    .G_course_suitability ul li:nth-child(3n+1),
    .G_course_suitability ul li:nth-child(3n+2),
    .G_course_suitability ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.G_course_suitability ul li:hover,
    .G_course_suitability ul li:nth-child(3n+1):hover,
    .G_course_suitability ul li:nth-child(3n+2):hover,
    .G_course_suitability ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.G_course_suitability {
    padding: 60px 0;
}.G_course_suitability .Q_story_tl {
    padding: 0 20px;
}.G_course_suitability h3 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.7);
}.G_course_suitability ul {
    gap: 25px;
}.G_course_suitability ul li {
    padding: 18px 15px 18px 65px;
}.G_course_suitability ul li svg {
    width: 30px;
    height: 30px;
    left: 18px;
}.G_course_suitability ul li,
    .G_course_suitability ul li:nth-child(3n+1),
    .G_course_suitability ul li:nth-child(3n+2),
    .G_course_suitability ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.G_course_suitability ul li:hover,
    .G_course_suitability ul li:nth-child(3n+1):hover,
    .G_course_suitability ul li:nth-child(3n+2):hover,
    .G_course_suitability ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}.m_service_connect {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: rgb(155,146,173,0.5);
}.m_service_connect::before {
    transform: rotate(-15deg);
    position: absolute;
    height: 70%;
    background: linear-gradient(135deg, rgb(189,184,202,0.5) 0%, transparent 70%);
    top: -15%;
    content: "";
    right: -10%;
    opacity: 0.7;
    width: 40%;
    z-index: 1;
}.m_service_connect::after {
    transform: rotate(20deg);
    opacity: 0.5;
    content: "";
    width: 30%;
    background: linear-gradient(225deg, rgb(189,184,202,0.5) 0%, transparent 80%);
    left: -5%;
    height: 60%;
    position: absolute;
    bottom: -10%;
    z-index: 1;
}.m_service_connect .container {
    z-index: 2;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.m_service_connect .x_get_support {
    padding: 3rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.m_service_connect .x_get_support:hover {
    transform: perspective(1000px) rotateY(0deg);
}.m_service_connect .x_get_support::before {
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(189,184,202), rgb(155,146,173));
    height: 100%;
    position: absolute;
    width: 5px;
    left: 0;
}.m_service_connect h3 {
    transform: translateX(0.5rem);
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    padding-bottom: 0.8rem;
    font-weight: 700;
    font-size: calc(36px * 1.1);
}.m_service_connect h3::after {
    content: "";
    height: 3px;
    left: 0;
    background: rgb(189,184,202);
    transform-origin: left;
    width: 80px;
    bottom: 0;
    transition: transform 0.3s ease;
    position: absolute;
}.m_service_connect .x_get_support:hover h3::after {
    transform: scaleX(1.5);
}.m_service_connect p {
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 16px;
    line-height: 1.7;
}.m_service_connect h5 {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0.5rem;
    color: #000000;
    text-transform: capitalize;
}.m_service_connect h5 svg {
    transform: translateY(2px);
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
}.m_service_connect h5:hover svg {
    transform: translateY(0) scale(1.1);
}.m_service_connect svg {
    width: 24px;
    transition: all 0.3s ease;
    height: 24px;
}.m_service_connect svg path {
    fill: rgb(189,184,202);
    transition: fill 0.3s ease;
}.m_service_connect .g_edu_tutor {
    flex-direction: column;
    margin: 2rem 0 0;
    padding: 0;
    display: flex;
    gap: 1rem;
    list-style: none;
}.m_service_connect .K_edu_ask {
    color: #000000;
    background: linear-gradient(to right, rgba(rgb(189,184,202,0.5), 0.05), transparent);
    overflow: hidden;
    position: relative;
    display: flex;
    font-size: 16px;
    border-left: 3px solid transparent;
    padding: 0.75rem 1rem;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
}.m_service_connect .K_edu_ask::before {
    background: rgb(189,184,202);
    height: 2px;
    content: "";
    width: 0;
    bottom: 0;
    position: absolute;
    transition: width 0.4s ease;
    left: 0;
}.m_service_connect .K_edu_ask:hover {
    transform: translateX(5px);
    border-left-color: rgb(189,184,202);
}.m_service_connect .K_edu_ask:hover::before {
    width: 100%;
}.m_service_connect .K_edu_ask:hover svg {
    transform: scale(1.1) rotate(5deg);
}.m_service_connect .K_edu_ask:hover svg path {
    fill: rgb(155,146,173);
}.m_service_connect .K_edu_ask svg {
    margin-left: 0.5rem;
}

@media (min-width: 768px) {.m_service_connect .x_get_support {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 2rem;
}.m_service_connect h3 {
    grid-column: 1 / -1;
    font-size: calc(36px * 1.2);
}.m_service_connect .g_edu_tutor {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    grid-column: 1 / -1;
}.m_service_connect::before {
    width: 30%;
    height: 80%;
}.m_service_connect::after {
    height: 70%;
    width: 25%;
}.m_service_connect .x_get_support {
    padding: 4rem;
}
}

@media (min-width: 992px) {.m_service_connect .x_get_support {
    grid-template-columns: 1.5fr 1fr;
}.m_service_connect .g_edu_tutor {
    margin-top: 3rem;
}.m_service_connect h3 {
    font-size: calc(36px * 1.3);
}.m_service_connect .x_get_support {
    transform: perspective(1500px) rotateY(-3deg);
}
}

@media (max-width: 767px) {.m_service_connect {
    padding: 3rem 0;
}.m_service_connect .x_get_support {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2rem;
}.m_service_connect h3 {
    font-size: calc(36px * 1);
}.m_service_connect .K_edu_ask {
    padding: 0.5rem 0.75rem;
}.m_service_connect::before,
    .m_service_connect::after {
    opacity: 0.4;
}
}

@media (max-width: 480px) {.m_service_connect .x_get_support {
    padding: 1.5rem;
}.m_service_connect h3 {
    font-size: 36px;
}.m_service_connect .K_edu_ask svg {
    height: 20px;
    width: 20px;
}.m_service_connect h5 svg {
    width: 20px;
    height: 20px;
}}.j_secure_safe {
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
    color: #000000;
    background: linear-gradient(135deg, rgb(222,220,229) 0%, rgb(222,220,229) 85%, rgba(rgb(189,184,202,0.5), 0.05) 100%);
    position: relative;
}.j_secure_safe::before {
    width: 100%;
    transform: scaleX(0.95);
    height: 8px;
    box-shadow: 0 0 20px rgba(rgb(189,184,202,0.5), 0.2);
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(189,184,202) 0%, rgb(155,146,173) 100%);
    top: 0;
    transform-origin: left;
}.j_secure_safe::after {
    transform: rotate(-15deg);
    content: "";
    height: 250px;
    position: absolute;
    border: 2px solid rgba(rgb(189,184,202,0.5), 0.1);
    border-radius: 50%;
    top: 40px;
    width: 250px;
    right: -100px;
    pointer-events: none;
    opacity: 0.5;
}.j_secure_safe .container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.j_secure_safe h1 {
    position: relative;
    color: rgb(189,184,202);
    font-weight: 700;
    font-size: calc(45px * 1.2);
    transform: translateX(-0.5rem);
    line-height: 1.2;
    margin-bottom: 2.5rem;
}.j_secure_safe h1::after {
    position: absolute;
    transform-origin: left;
    height: 4px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(189,184,202), transparent);
    width: 6rem;
    animation: pulse 4s infinite alternate ease-in-out;
    bottom: -1rem;
}.j_secure_safe h2 {
    color: #000000;
    position: relative;
    padding-left: 1.2rem;
    font-weight: 600;
    font-size: 35px;
    margin: 3rem 0 1.5rem;
}.j_secure_safe h2::before {
    top: 0.25rem;
    left: 0;
    background: rgb(155,146,173);
    position: absolute;
    transform: scaleY(0.9);
    content: "";
    height: calc(100% - 0.5rem);
    width: 4px;
}.j_secure_safe h3 {
    position: relative;
    color: #000000;
    font-weight: 600;
    margin: 2.5rem 0 1.2rem;
    padding-left: 1rem;
    font-size: calc(35px * 0.85);
}.j_secure_safe h3::before {
    opacity: 0.8;
    top: 0.2rem;
    background: rgb(155,146,173);
    left: 0;
    transform: scaleY(0.8);
    content: "";
    width: 3px;
    height: calc(100% - 0.4rem);
    position: absolute;
}.j_secure_safe h4 {
    margin: 2rem 0 1rem;
    font-size: calc(35px * 0.75);
    padding-left: 0.8rem;
    color: #000000;
    font-weight: 600;
    position: relative;
}.j_secure_safe h4::before {
    width: 2px;
    transform: scaleY(0.7);
    height: calc(100% - 0.4rem);
    background: rgb(155,146,173);
    opacity: 0.7;
    left: 0;
    content: "";
    top: 0.2rem;
    position: absolute;
}.j_secure_safe p {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 90ch;
    font-size: 17px;
    color: #000000;
}.j_secure_safe p strong {
    padding: 0 0.2rem;
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 600;
    background: linear-gradient(to bottom, transparent 60%, rgba(rgb(155,146,173,0.5), 0.15) 40%);
}.j_secure_safe span {
    font-size: 17px;
    display: block;
    border-left: 1px dashed rgba(rgb(189,184,202,0.5), 0.3);
    line-height: 1.7;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    padding-left: 0.5rem;
    color: #000000;
}.j_secure_safe ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
}.j_secure_safe li {
    font-size: 17px;
    padding-left: 1.8rem;
    line-height: 1.6;
    margin-bottom: 1.2rem;
    position: relative;
}.j_secure_safe li::before {
    width: 10px;
    height: 10px;
    border: 2px solid rgb(189,184,202);
    left: 0;
    transform: rotate(45deg);
    opacity: 0.8;
    position: absolute;
    content: "";
    transition: transform 0.3s ease, opacity 0.3s ease;
    top: 0.5rem;
}.j_secure_safe li:hover::before {
    opacity: 1;
    transform: rotate(225deg);
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(1);
        opacity: 0.8;
    }
    50% {
        transform: scaleX(1.1);
        opacity: 1;
    }
}

@media (min-width: 768px) {.j_secure_safe {
    padding: 6rem 3rem;
}.j_secure_safe .container {
    grid-template-columns: 1fr;
    display: grid;
    gap: 1rem;
}.j_secure_safe h1 {
    font-size: calc(45px * 1.4);
    grid-column: 1 / -1;
    margin-bottom: 3rem;
}.j_secure_safe p, 
    .j_secure_safe span {
    font-size: calc(17px * 1.05);
}.j_secure_safe h2 {
    margin-top: 4rem;
}.j_secure_safe ul {
    margin-left: 2rem;
}
}

@media (min-width: 1024px) {.j_secure_safe {
    padding: 8rem 4rem 6rem;
}.j_secure_safe::after {
    right: -80px;
    top: 80px;
    width: 400px;
    height: 400px;
}.j_secure_safe .container {
    max-width: 1200px;
}.j_secure_safe h1 {
    transform: translateX(-1rem);
}.j_secure_safe h1::after {
    width: 8rem;
}.j_secure_safe h2 {
    font-size: calc(35px * 1.1);
    padding-left: 1.5rem;
}.j_secure_safe h2::before {
    width: 6px;
}.j_secure_safe li {
    padding-left: 2rem;
}.j_secure_safe li::before {
    height: 12px;
    width: 12px;
}
}

@media (max-width: 767px) {.j_secure_safe {
    padding: 4rem 1.5rem;
}.j_secure_safe h1 {
    margin-bottom: 2rem;
    font-size: calc(45px * 1.1);
}.j_secure_safe h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(35px * 0.95);
}.j_secure_safe h3, 
    .j_secure_safe h4 {
    margin: 2rem 0 1rem;
}.j_secure_safe p, 
    .j_secure_safe span {
    font-size: calc(17px * 0.95);
}.j_secure_safe ul {
    margin-left: 0.5rem;
}.j_secure_safe li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
}