﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.FoLne_wrapper-border {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
section {
    background-color: rgb(231,237,242);
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Playfair Display, sans-serif;
    color: #000000;
}
header,footer {
    width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
.NWSxw_top_mainbar {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
.container {
    margin: auto;
    width: 1158px;
    max-width: 100%;
}

svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}.tLVcd_course_program {
    position: relative;
    overflow: hidden;
    background-color: rgb(231,237,242);
    padding: 0;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tLVcd_course_program .ylvLA_knowledge_plan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.tLVcd_course_program .ylvLA_knowledge_plan::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 30%, transparent 70%, rgb(200,212,217,0.5) 100%);
    backdrop-filter: blur(2px);
    z-index: 2;
}

.tLVcd_course_program .ylvLA_knowledge_plan::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, rgb(200,212,217,0.5) 10%, transparent 100%);
    z-index: 3;
}

.tLVcd_course_program .CPcOV_skill_explorer {
    display: flex;
    height: 100%;
    animation: carousel-slide 25s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

.tLVcd_course_program .ylvLA_knowledge_plan:hover .CPcOV_skill_explorer {
    animation-play-state: paused;
}

.tLVcd_course_program .mvVDi_skill_route {
    min-width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.5s ease;
}

.tLVcd_course_program .mvVDi_skill_route::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(164,177,185,0.5),
        rgb(164,177,185,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    opacity: 0.1;
    z-index: 1;
}

.tLVcd_course_program .mvVDi_skill_route img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.2) contrast(1.1);
    transition: filter 0.3s ease, transform 0.5s ease;
}

.tLVcd_course_program .mvVDi_skill_route:hover img {
    filter: saturate(1.4) contrast(1.2);
    transform: scale(1.05);
}

.tLVcd_course_program .container {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.tLVcd_course_program .OCMea_knowledge_study {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 100%;
}

.tLVcd_course_program .xXkjh_knowledge_path {
    background: linear-gradient(145deg, 
        rgb(200,212,217,0.5) 0%, 
        rgb(164,177,185,0.5) 100%);
    backdrop-filter: blur(15px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.3),
                inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    padding: 3.5rem;
    border-radius: 23px;
    max-width: 900px;
    margin-left: auto;
    transform: translateY(0);
    animation: float 6s ease-in-out infinite;
    border-left: 4px solid rgb(200,212,217);
}

.tLVcd_course_program .xXkjh_knowledge_path h3 {
    color: #ffffff;
    font-size: calc(36px * 1.1);
    font-weight: 700;
    margin-bottom: 1.8rem;
    position: relative;
    padding-bottom: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tLVcd_course_program .xXkjh_knowledge_path h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 4px;
    background: rgb(200,212,217);
    border-radius: 10px;
}

.tLVcd_course_program .xXkjh_knowledge_path p {
    color: #ffffff;
    font-size: calc(16px * 1.1);
    line-height: 1.7;
    margin-bottom: 2.5rem;
    opacity: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.tLVcd_course_program .xXkjh_knowledge_path .pLjvk_query_query {
    display: inline-block;
    background: linear-gradient(to right, rgb(200,212,217), rgb(164,177,185));
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 1rem 2rem;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.tLVcd_course_program .xXkjh_knowledge_path .pLjvk_query_query::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    z-index: -1;
}

.tLVcd_course_program .xXkjh_knowledge_path .pLjvk_query_query:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.tLVcd_course_program .xXkjh_knowledge_path .pLjvk_query_query:hover::before {
    left: 100%;
}

@keyframes carousel-slide {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-100%);
    }
    45% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(-200%);
    }
    70% {
        transform: translateX(-200%);
    }
    75% {
        transform: translateX(-300%);
    }
    95% {
        transform: translateX(-300%);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media screen and (max-width: 991px) {
    .tLVcd_course_program {
        min-height: auto;
        padding: 5rem 0;
    }
    
    .tLVcd_course_program .ylvLA_knowledge_plan {
        position: relative;
        height: 50vh;
    }
    
    .tLVcd_course_program .OCMea_knowledge_study {
        justify-content: center;
    }
    
    .tLVcd_course_program .xXkjh_knowledge_path {
        max-width: 90%;
        margin: 2rem auto 0;
        padding: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .tLVcd_course_program .ylvLA_knowledge_plan {
        height: 40vh;
    }
    
    .tLVcd_course_program .ylvLA_knowledge_plan::after {
        height: 60%;
    }
    
    .tLVcd_course_program .xXkjh_knowledge_path {
        padding: 1.5rem;
    }
    
    .tLVcd_course_program .xXkjh_knowledge_path h3 {
        font-size: calc(36px * 0.8);
    }
    
    .tLVcd_course_program .xXkjh_knowledge_path p {
        font-size: calc(16px * 0.9);
    }
    
    .tLVcd_course_program .xXkjh_knowledge_path .pLjvk_query_query {
        width: 100%;
        padding: 0.8rem 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .tLVcd_course_program .ylvLA_knowledge_plan {
        height: 30vh;
    }
    
    .tLVcd_course_program .ylvLA_knowledge_plan::before {
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 50%, rgb(200,212,217,0.5) 100%);
    }
    
    .tLVcd_course_program .container {
        padding: 1rem;
    }
    
    .tLVcd_course_program .xXkjh_knowledge_path {
        padding: 1.2rem;
    }
}.AJZPn_company_overview {
    position: relative;
    padding: 140px 0;
    isolation: isolate;
    overflow: hidden;
}

.AJZPn_company_overview::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(rgb(200,212,217), 0.85);
    z-index: 1;
}

.AJZPn_company_overview::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 30px 30px;
    z-index: 2;
    animation: gridMove 15s linear infinite;
}

.AJZPn_company_overview .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
}

.AJZPn_company_overview .BLhuE_text_box_wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 40px;
    align-items: center;
}

.AJZPn_company_overview .BLhuE_text_box_wrapper h3 {
    grid-column: 1;
    font-size: 43px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    padding: 30px;
    border-left: 4px solid rgb(200,212,217);
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.8) 90%, 
        rgba(0, 0, 0, 0.7) 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.AJZPn_company_overview .BLhuE_text_box_wrapper h3::before {
    content: attr(data-text);
    position: absolute;
    left: 30px;
    top: -20px;
    font-size: calc(43px * 2);
    color: rgb(200,212,217);
    opacity: 0.15;
    font-weight: 700;
    white-space: nowrap;
    z-index: -1;
}

.AJZPn_company_overview .BLhuE_text_box_wrapper span {
    grid-column: 1;
    font-size: 23px;
    color: rgb(164,177,185);
    font-weight: 600;
    margin-top: -30px;
    margin-left: 30px;
    padding: 10px 20px;
    background: linear-gradient(90deg, 
        rgb(231,237,242) 0%, 
        var(--section-bg-color_opacity) 90%, 
        transparent 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    border-left: 2px solid rgb(164,177,185);
}

.AJZPn_company_overview .BLhuE_text_box_wrapper p {
    grid-column: 2;
    grid-row: 1 / span 2;
    font-size: 12px;
    line-height: 1.8;
    color: #ffffff;
    position: relative;
    padding: 40px;
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.75) 80%, 
        rgba(0, 0, 0, 0.6) 100%);
    border-radius: 17px 0 0 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.AJZPn_company_overview .BLhuE_text_box_wrapper p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 70%;
    background: linear-gradient(to bottom, 
        rgb(200,212,217), 
        rgb(164,177,185));
}

.AJZPn_company_overview .BLhuE_text_box_wrapper p::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 100px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: radial-gradient(
        circle, 
        rgb(200,212,217,0.5) 0%, 
        transparent 70%);
    filter: blur(8px);
    animation: orbitLight 6s infinite linear;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes orbitLight {
    0% {
        transform: rotate(0deg) translateX(50px) rotate(0deg);
        opacity: 0.8;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(360deg) translateX(50px) rotate(-360deg);
        opacity: 0.8;
    }
}

@media (max-width: 1200px) {
    .AJZPn_company_overview .BLhuE_text_box_wrapper {
        width: 120%;
        margin-left: -10%;
        gap: 30px;
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper h3 {
        font-size: calc(43px * 0.9);
        padding: 25px;
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper span {
        margin-left: 25px;
        font-size: calc(23px * 0.9);
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper p {
        padding: 35px;
    }
}

@media (max-width: 992px) {
    .AJZPn_company_overview {
        padding: 100px 0;
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper {
        width: 110%;
        margin-left: -5%;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper h3 {
        grid-column: 1;
        padding: 20px;
        font-size: calc(43px * 0.8);
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper span {
        grid-column: 1;
        grid-row: 2;
        margin-top: -10px;
        margin-left: 20px;
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper p {
        grid-column: 1;
        grid-row: 3;
        padding: 30px;
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper h3::before {
        font-size: calc(43px * 1.5);
        top: -15px;
    }
}

@media (max-width: 768px) {
    .AJZPn_company_overview {
        padding: 80px 0;
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper {
        width: 100%;
        margin-left: 0;
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper h3 {
        font-size: calc(43px * 0.7);
        padding: 20px;
        clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper span {
        font-size: calc(23px * 0.8);
        padding: 8px 15px;
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper p {
        font-size: calc(12px * 0.95);
        line-height: 1.7;
        padding: 25px;
        border-radius: 10px 0 0 10px;
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper p::after {
        right: 50px;
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {
    .AJZPn_company_overview {
        padding: 60px 0;
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper h3 {
        font-size: calc(43px * 0.6);
        padding: 15px;
        clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper h3::before {
        display: none;
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper span {
        font-size: calc(23px * 0.7);
        margin-left: 15px;
        padding: 6px 12px;
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper p {
        font-size: calc(12px * 0.9);
        line-height: 1.6;
        padding: 20px;
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper p::before {
        height: 60%;
    }
    
    .AJZPn_company_overview .BLhuE_text_box_wrapper p::after {
        width: 20px;
        height: 20px;
        top: 15px;
        right: 30px;
    }
}.cBHGZ_experience_trial {
    padding: 60px 0;
    background: rgb(200,212,217);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Playfair Display, sans-serif;
    position: relative;
    overflow: hidden;
}

.cBHGZ_experience_trial::before,
.cBHGZ_experience_trial::after {
    content: '';
    position: absolute;
    left: -50%;
    bottom: 0;
    width: 200%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 100%;
    mix-blend-mode: screen;
}

.cBHGZ_experience_trial::before {
    background-image: 
        radial-gradient(50% 50% at 50% 50%, rgb(164,177,185) 0%, transparent 100%),
        radial-gradient(60% 50% at 50% 50%, rgb(164,177,185) 0%, transparent 100%);
    animation: fireAnimation 4s infinite;
}

.cBHGZ_experience_trial::after {
    background-image: 
        radial-gradient(40% 50% at 50% 50%, rgb(200,212,217) 0%, transparent 100%),
        radial-gradient(50% 50% at 50% 50%, rgb(200,212,217) 0%, transparent 100%);
    animation: fireAnimation 6s infinite;
    opacity: 0.7;
}

@keyframes fireAnimation {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(-5%, -10%) scale(1.05);
    }
    50% {
        transform: translate(5%, -5%) scale(0.95);
    }
    75% {
        transform: translate(-3%, -8%) scale(1.02);
    }
}

.cBHGZ_experience_trial .container {
    width: 90vw;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: rgba(#ffffff, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(#ffffff, 0.2);
}

.cBHGZ_experience_trial .OCMea_knowledge_study {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.6);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.cBHGZ_experience_trial .OCMea_knowledge_study::before,
.cBHGZ_experience_trial .OCMea_knowledge_study::after {
    content: '';
    position: absolute;
    left: -50%;
    bottom: -50%;
    width: 200%;
    height: 200%;
    background-repeat: no-repeat;
    background-position: 0 100%;
    mix-blend-mode: screen;
    pointer-events: none;
}

.cBHGZ_experience_trial .OCMea_knowledge_study::before {
    background-image: 
        radial-gradient(30% 30% at 50% 100%, rgb(164,177,185,0.5) 0%, transparent 100%),
        radial-gradient(40% 30% at 60% 100%, rgb(164,177,185,0.5) 0%, transparent 100%);
    animation: holderFireAnimation 5s infinite;
}

.cBHGZ_experience_trial .OCMea_knowledge_study::after {
    background-image: 
        radial-gradient(20% 30% at 40% 100%, rgb(200,212,217,0.5) 0%, transparent 100%),
        radial-gradient(25% 30% at 50% 100%, rgb(200,212,217,0.5) 0%, transparent 100%);
    animation: holderFireAnimation 7s infinite;
    opacity: 0.5;
}

@keyframes holderFireAnimation {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(-3%, -5%) scale(1.03);
    }
    50% {
        transform: translate(3%, -3%) scale(0.98);
    }
    75% {
        transform: translate(-2%, -4%) scale(1.01);
    }
}

.cBHGZ_experience_trial .OCMea_knowledge_study svg {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    position: relative;
    z-index: 1;
}

.cBHGZ_experience_trial .OCMea_knowledge_study svg path {
    fill: #ffffff;
}

.cBHGZ_experience_trial .OCMea_knowledge_study h2 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.cBHGZ_experience_trial .OCMea_knowledge_study .pLjvk_query_query {
    padding: 15px 30px;
    background: rgb(164,177,185);
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .cBHGZ_experience_trial {
        padding: 50px 0;
    }
    .cBHGZ_experience_trial .container {
        width: 95vw;
        flex-direction: column;
        padding: 25px;
    }
    .cBHGZ_experience_trial .OCMea_knowledge_study {
        padding: 25px;
    }
    .cBHGZ_experience_trial .OCMea_knowledge_study svg {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    .cBHGZ_experience_trial .OCMea_knowledge_study h2 {
        font-size: calc(34px * 0.9);
    }
    .cBHGZ_experience_trial .OCMea_knowledge_study .pLjvk_query_query {
        padding: 12px 25px;
    }
}

@media only screen and (max-width: 800px) {
    .cBHGZ_experience_trial {
        padding: 40px 0;
    }
    .cBHGZ_experience_trial .container {
        padding: 20px;
    }
    .cBHGZ_experience_trial .OCMea_knowledge_study {
        padding: 20px;
    }
    .cBHGZ_experience_trial .OCMea_knowledge_study svg {
        width: 70px;
        height: 70px;
    }
    .cBHGZ_experience_trial .OCMea_knowledge_study h2 {
        font-size: 19px;
        margin: 15px 0;
    }
    .cBHGZ_experience_trial .OCMea_knowledge_study .pLjvk_query_query {
        padding: 10px 20px;
        font-size: 22px;
    }
}.ljLXD_teaching_process {
    position: relative;
    padding: 100px 20px;
    background: linear-gradient(135deg, rgb(200,212,217) 25%, rgb(164,177,185) 75%);
    overflow: hidden;
}

.ljLXD_teaching_process::before,
.ljLXD_teaching_process::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #ffffff;
    z-index: 0;
}

.ljLXD_teaching_process::before {
    width: 400px;
    height: 400px;
    top: -200px;
    left: -200px;
    opacity: 0.3;
}

.ljLXD_teaching_process::after {
    width: 300px;
    height: 300px;
    bottom: -150px;
    right: -150px;
    opacity: 0.5;
}

.ljLXD_teaching_process .OCMea_knowledge_study {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: auto;
    background: #ffffff;
    padding: 50px;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(200,212,217);
}

.ljLXD_teaching_process h2 {
    font-size: 33px;
    margin-bottom: 30px;
    text-align: center;
    color: rgb(200,212,217);
    font-weight: 700;
    position: relative;
}

.ljLXD_teaching_process h2::before,
.ljLXD_teaching_process h2::after {
    content: '';
    position: absolute;
    height: 4px;
    width: 50px;
    background: rgb(200,212,217);
    top: 50%;
    transform: translateY(-50%);
}

.ljLXD_teaching_process h2::before {
    left: -70px;
}

.ljLXD_teaching_process h2::after {
    right: -70px;
}

.ljLXD_teaching_process p {
    font-size: 16px;
    text-align: center;
    color: #000000;
    line-height: 1.6;
    max-width: 800px;
    position: relative;
}


@media only screen and (max-width: 800px) {
    .ljLXD_teaching_process {
        padding: 50px 10px;
    }

    .ljLXD_teaching_process .OCMea_knowledge_study {
        width: 100%;
        padding: 30px;
    }

    .ljLXD_teaching_process h2 {
        font-size: 23px;
    }

    .ljLXD_teaching_process p {
        font-size: 16px;
    }

    .ljLXD_teaching_process h2::before,
    .ljLXD_teaching_process h2::after {
        width: 25px;
    }
}
.kTBth_info_hub {
    position: relative;
    background: rgb(231,237,242);
    padding: 6rem 0;
    overflow: hidden;
    isolation: isolate;
}
.kTBth_info_hub::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(rgb(200,212,217,0.5), 0.02) 10px,
        rgba(rgb(200,212,217,0.5), 0.02) 20px
    );
    z-index: -1;
}
.kTBth_info_hub::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    top: -250px;
    right: -250px;
    background: radial-gradient(circle, rgb(200,212,217,0.5) 0%, transparent 70%);
    opacity: 0.1;
    z-index: -2;
    filter: blur(50px);
}
.kTBth_info_hub .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.kTBth_info_hub .upXZL_request_form {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    border-radius: 26px;
    overflow: hidden;
    background: transparent;
}
.kTBth_info_hub .upXZL_request_form::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.kTBth_info_hub .upXZL_request_form h3 {
    background: rgb(200,212,217);
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 2rem;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}
.kTBth_info_hub .upXZL_request_form h3 svg {
    width: 1.75rem;
    height: 1.75rem;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    animation: floatIcon 3s ease-in-out infinite;
}
@keyframes floatIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}
.kTBth_info_hub .upXZL_request_form h3::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    opacity: 0.5;
    animation: rotateGradient 20s linear infinite;
    z-index: 0;
}
@keyframes rotateGradient {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.kTBth_info_hub .SQogx_team_contact {
    padding: 2rem 2rem 1rem;
    text-align: center;
    color: #000000;
    font-size: calc(12px * 1.05);
    line-height: 1.7;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}
.kTBth_info_hub .SQogx_team_contact::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: rgb(200,212,217);
    border-radius: 10px;
}
.kTBth_info_hub .tpJAP_form_edu {
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
    position: relative;
}
.kTBth_info_hub .tpJAP_form_edu span {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 1.5rem;
    padding-left: 3.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(rgb(200,212,217,0.5), 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
}
.kTBth_info_hub .tpJAP_form_edu span svg {
    position: absolute;
    left: 1.25rem;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    fill: none;
    stroke: rgb(200,212,217);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: all 0.3s ease;
    z-index: 1;
}
.kTBth_info_hub .tpJAP_form_edu span svg path,
.kTBth_info_hub .tpJAP_form_edu span svg circle,
.kTBth_info_hub .tpJAP_form_edu span svg line,
.kTBth_info_hub .tpJAP_form_edu span svg polyline,
.kTBth_info_hub .tpJAP_form_edu span svg rect {
    transition: all 0.3s ease;
}
.kTBth_info_hub .tpJAP_form_edu span:hover svg {
    transform: scale(1.2);
}
.kTBth_info_hub .tpJAP_form_edu span:nth-child(odd) svg {
    stroke: rgb(200,212,217);
}
.kTBth_info_hub .tpJAP_form_edu span:nth-child(even) svg {
    stroke: rgb(164,177,185);
}
.kTBth_info_hub .tpJAP_form_edu span::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(200,212,217);
    transition: width 0.3s ease;
}
.kTBth_info_hub .tpJAP_form_edu span:nth-child(even)::before {
    background: rgb(164,177,185);
}
.kTBth_info_hub .tpJAP_form_edu span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent rgb(200,212,217,0.5) transparent;
    opacity: 0.2;
}
.kTBth_info_hub .tpJAP_form_edu span:nth-child(even)::after {
    border-color: transparent transparent rgb(164,177,185,0.5) transparent;
}
.kTBth_info_hub .tpJAP_form_edu span:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.kTBth_info_hub .tpJAP_form_edu span:hover::before {
    width: 7px;
}
.kTBth_info_hub .tpJAP_form_edu span:hover svg path,
.kTBth_info_hub .tpJAP_form_edu span:hover svg circle,
.kTBth_info_hub .tpJAP_form_edu span:hover svg line,
.kTBth_info_hub .tpJAP_form_edu span:hover svg polyline,
.kTBth_info_hub .tpJAP_form_edu span:hover svg rect {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: dash 1.5s linear forwards;
}
@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
.kTBth_info_hub .tpJAP_form_edu span p {
    color: #000000;
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 0.5rem;
}
.kTBth_info_hub .tpJAP_form_edu span > span {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    background: transparent;
    color: #000000;
    font-weight: 400;
}
.kTBth_info_hub .tpJAP_form_edu span > span:hover {
    transform: none;
    box-shadow: none;
}
.kTBth_info_hub .tpJAP_form_edu span > span::before,
.kTBth_info_hub .tpJAP_form_edu span > span::after {
    display: none;
}
.kTBth_info_hub .tpJAP_form_edu span a {
    color: rgb(200,212,217);
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
}
.kTBth_info_hub .tpJAP_form_edu span a:hover {
    color: rgb(164,177,185);
    transform: translateX(3px);
}
.kTBth_info_hub .jtrcw_contact_help {
    grid-column: 1 / -1;
    background: rgba(rgb(164,177,185,0.5), 0.1);
    border-radius: 10px;
    margin-top: 1rem;
    border: 1px solid rgba(rgb(164,177,185,0.5), 0.2);
    position: relative;
    overflow: hidden;
}
.kTBth_info_hub .jtrcw_contact_help::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: -50px;
    right: -50px;
    background: rgb(164,177,185,0.5);
    border-radius: 50%;
    opacity: 0.1;
}
.kTBth_info_hub .jtrcw_contact_help h4 {
    font-size: 19px;
    color: rgb(164,177,185);
    font-weight: 600;
    margin: 0 0 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(rgb(164,177,185,0.5), 0.2);
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.kTBth_info_hub .jtrcw_contact_help h4 svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: rgb(164,177,185);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease;
}
.kTBth_info_hub .jtrcw_contact_help h4:hover svg {
    transform: rotate(20deg);
}
.kTBth_info_hub .jtrcw_contact_help h4::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(164,177,185);
    border-radius: 10px;
}
.kTBth_info_hub .jtrcw_contact_help span {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px dashed rgba(#000000, 0.1);
    color: #000000;
    font-size: 12px;
    position: relative;
}
.kTBth_info_hub .jtrcw_contact_help span svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: rgb(164,177,185);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    margin-right: 0.75rem;
    transition: transform 0.3s ease;
}
.kTBth_info_hub .jtrcw_contact_help span:hover svg {
    transform: scale(1.2);
}
.kTBth_info_hub .jtrcw_contact_help span:last-child {
    border-bottom: none;
}
@keyframes pulseElement {
    0% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.03); opacity: 1; }
    100% { transform: scale(1); opacity: 0.7; }
}
.kTBth_info_hub .tpJAP_form_edu span:nth-child(odd)::after {
    animation: pulseElement 4s infinite ease-in-out;
}
.kTBth_info_hub .tpJAP_form_edu span:nth-child(even)::after {
    animation: pulseElement 4s infinite ease-in-out 2s;
}
@media (max-width: 991px) {
    .kTBth_info_hub {
        padding: 5rem 0;
    }
    
    .kTBth_info_hub .upXZL_request_form h3 {
        font-size: calc(28px * 0.9);
        padding: 1.75rem;
    }
    
    .kTBth_info_hub .upXZL_request_form h3 svg {
        width: 1.5rem;
        height: 1.5rem;
    }
    
    .kTBth_info_hub .SQogx_team_contact {
        padding: 1.75rem 1.75rem 1rem;
        font-size: 12px;
        max-width: 90%;
    }
    
    .kTBth_info_hub .tpJAP_form_edu {
        padding: 1.75rem;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    
    .kTBth_info_hub .tpJAP_form_edu span svg {
        width: 1.4rem;
        height: 1.4rem;
    }
    
    .kTBth_info_hub .jtrcw_contact_help h4 svg {
        width: 1.2rem;
        height: 1.2rem;
    }
    
    .kTBth_info_hub .jtrcw_contact_help span svg {
        width: 0.9rem;
        height: 0.9rem;
    }
}
@media (max-width: 767px) {
    .kTBth_info_hub {
        padding: 4rem 0;
    }
    
    .kTBth_info_hub .upXZL_request_form h3 {
        font-size: calc(28px * 0.85);
        padding: 1.5rem;
    }
    
    .kTBth_info_hub .upXZL_request_form h3 svg {
        width: 1.4rem;
        height: 1.4rem;
    }
    
    .kTBth_info_hub .SQogx_team_contact {
        padding: 1.5rem 1.5rem 0.875rem;
        max-width: 100%;
    }
    
    .kTBth_info_hub .tpJAP_form_edu {
        padding: 1.5rem;
        grid-template-columns: 1fr;
    }
    
    .kTBth_info_hub .tpJAP_form_edu span {
        padding: 1.25rem;
        padding-left: 3.25rem;
    }
    
    .kTBth_info_hub .tpJAP_form_edu span svg {
        left: 1.1rem;
        width: 1.3rem;
        height: 1.3rem;
    }

    .kTBth_info_hub .jtrcw_contact_help h4 svg {
        width: 1.1rem;
        height: 1.1rem;
    }
    
    .kTBth_info_hub .jtrcw_contact_help span svg {
        width: 0.85rem;
        height: 0.85rem;
    }
}
@media (max-width: 575px) {
    .kTBth_info_hub {
        padding: 3rem 0;
    }
    
    .kTBth_info_hub .upXZL_request_form h3 {
        font-size: calc(28px * 0.8);
        padding: 1.25rem;
    }
    
    .kTBth_info_hub .upXZL_request_form h3 svg {
        width: 1.3rem;
        height: 1.3rem;
    }
    
    .kTBth_info_hub .SQogx_team_contact {
        padding: 1.25rem 1.25rem 0.75rem;
        font-size: calc(12px * 0.95);
    }
    
    .kTBth_info_hub .tpJAP_form_edu {
        padding: 1.25rem;
    }
    
    .kTBth_info_hub .tpJAP_form_edu span {
        padding: 1.25rem;
        padding-left: 3rem;
    }
    
    .kTBth_info_hub .tpJAP_form_edu span svg {
        left: 1rem;
        width: 1.2rem;
        height: 1.2rem;
    }

    .kTBth_info_hub .jtrcw_contact_help h4 {
        font-size: calc(19px * 0.9);
        margin-bottom: 1.25rem;
    }
    
    .kTBth_info_hub .jtrcw_contact_help h4 svg {
        width: 1rem;
        height: 1rem;
    }
    
    .kTBth_info_hub .jtrcw_contact_help span svg {
        width: 0.8rem;
        height: 0.8rem;
        margin-right: 0.5rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .kTBth_info_hub .upXZL_request_form h3::before,
    .kTBth_info_hub .upXZL_request_form h3 svg,
    .kTBth_info_hub .tpJAP_form_edu span:nth-child(odd)::after,
    .kTBth_info_hub .tpJAP_form_edu span:nth-child(even)::after,
    .kTBth_info_hub .tpJAP_form_edu span:hover svg path,
    .kTBth_info_hub .tpJAP_form_edu span:hover svg circle,
    .kTBth_info_hub .tpJAP_form_edu span:hover svg line,
    .kTBth_info_hub .tpJAP_form_edu span:hover svg polyline,
    .kTBth_info_hub .tpJAP_form_edu span:hover svg rect {
        animation: none;
    }
    
    .kTBth_info_hub .jtrcw_contact_help h4:hover svg,
    .kTBth_info_hub .jtrcw_contact_help span:hover svg {
        transform: none;
    }
}.EkeQD_training_specialist {
   padding: 120px 0;
   background: rgb(164,177,185);
   position: relative;
   overflow: hidden;
}

.EkeQD_training_specialist::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgb(200,212,217);
   clip-path: polygon(0 0, 100% 0, 100% 35%, 0 65%);
   opacity: 0.1;
}

.EkeQD_training_specialist .LIQgM_rating_voices {
   position: relative;
   z-index: 2;
   max-width: 1200px;
   margin: 40px auto 0;
   display: grid;
   grid-template-areas: 
       "photo info"
       "desc info";
   grid-template-columns: minmax(auto, 500px) 1fr;
   gap: 0 60px;
   padding: 0 30px;
}

.EkeQD_training_specialist .LIQgM_rating_voices .qoTxD_image_box_wrap {
   grid-area: photo;
   width: 100%;
   height: 550px;
   border-radius: 0 19px 19px 0;
   position: relative;
   box-shadow: 30px 30px 60px rgb(164,177,185,0.5);
   transform: translateX(-30px);
   margin-bottom: 0;
}

.EkeQD_training_specialist .BOpdV_emp_items {
   grid-area: desc;
   background: rgb(231,237,242);
   padding: 30px 40px;
   border-radius: 19px;
   transform: translateX(-30px);
   margin-top: -20px;
}

.EkeQD_training_specialist .BOpdV_emp_items .name {
   font-size: 36px;
   color: rgb(200,212,217);
   font-weight: 700;
   margin-bottom: 15px;
   position: relative;
}

.EkeQD_training_specialist .BOpdV_emp_items .name::after {
   content: '';
   position: absolute;
   bottom: -8px;
   left: 0;
   width: 60px;
   height: 3px;
   background: rgb(200,212,217);
}

.EkeQD_training_specialist .BOpdV_emp_items .HopNi_work_exp {
   font-size: 19px;
   color: #000000;
   text-transform: uppercase;
   letter-spacing: 2px;
   font-weight: 300;
}

.EkeQD_training_specialist .worker_info {
   grid-area: info;
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding: 60px;
   background: rgb(231,237,242);
   border-radius: 19px;
   position: relative;
}

.EkeQD_training_specialist .worker_info::before {
   content: '';
   position: absolute;
   top: 20px;
   left: 20px;
   right: 20px;
   bottom: 20px;
   border: 1px solid rgb(200,212,217,0.5);
   border-radius: calc(19px - 10px);
   pointer-events: none;
}

.EkeQD_training_specialist .worker_info .OnEuB_job_box {
   font-size: 18px;
   color: rgb(200,212,217);
   font-style: italic;
   margin-bottom: 30px;
   line-height: 1.8;
}

.EkeQD_training_specialist .worker_info .jJwXh_employee_view {
   font-size: 14px;
   color: #000000;
   line-height: 1.8;
   opacity: 0.9;
}

@media only screen and (max-width: 1024px) {
   .EkeQD_training_specialist .LIQgM_rating_voices {
       gap: 0 40px;
   }
   
   .EkeQD_training_specialist .LIQgM_rating_voices .qoTxD_image_box_wrap {
       height: 450px;
   }
   
   .EkeQD_training_specialist .worker_info {
       padding: 40px;
   }
}

@media only screen and (max-width: 800px) {
   .EkeQD_training_specialist {
       padding: 80px 0;
   }
   
   .EkeQD_training_specialist .LIQgM_rating_voices {
       grid-template-areas:
           "qoTxD_image_box_wrap"
           "desc"
           "qACui_request_widget";
       grid-template-columns: 1fr;
       margin-top: 20px;
       gap: 20px;
   }
   
   .EkeQD_training_specialist .LIQgM_rating_voices .qoTxD_image_box_wrap {
       height: 400px;
       transform: none;
       border-radius: 19px;
       margin-bottom: 0;
   }
   
   .EkeQD_training_specialist .BOpdV_emp_items {
       transform: none;
       text-align: center;
       margin-top: 0;
   }
   
   .EkeQD_training_specialist .BOpdV_emp_items .name::after {
       left: 50%;
       transform: translateX(-50%);
   }
   
   .EkeQD_training_specialist .worker_info {
       padding: 30px;
   }
   
   .EkeQD_training_specialist .worker_info::before {
       top: 10px;
       left: 10px;
       right: 10px;
       bottom: 10px;
   }
}

@media only screen and (max-width: 480px) {
   .EkeQD_training_specialist {
       padding: 60px 0;
   }
   
   .EkeQD_training_specialist .LIQgM_rating_voices {
       padding: 0 20px;
       gap: 15px;
       margin-top: 10px;
   }
   
   .EkeQD_training_specialist .LIQgM_rating_voices .qoTxD_image_box_wrap {
       height: 320px;
   }
   
   .EkeQD_training_specialist .BOpdV_emp_items {
       padding: 25px 20px;
   }
   
   .EkeQD_training_specialist .BOpdV_emp_items .name {
       font-size: 18px;
   }
   
   .EkeQD_training_specialist .worker_info .OnEuB_job_box {
       font-size: 14px;
   }
}.rngBy_greeting_page {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: rgb(231,237,242);
}

.rngBy_greeting_page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        0deg,
        rgb(200,212,217,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(200,212,217,0.5) 50%,
        rgb(200,212,217,0.5) 75%,
        transparent 75%
    );
    background-size: 30px 30px;
    opacity: 0.05;
    animation: slideBg 20s linear infinite;
    z-index: 0;
}

@keyframes slideBg {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 60px;
    }
}

.rngBy_greeting_page .OCMea_knowledge_study {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.rngBy_greeting_page .CVHrS_learn_base {
    position: relative;
    width: 100%;
    height: 60vh;
    margin-top: 50px;
    overflow: hidden;
    perspective: 1500px;
}

.rngBy_greeting_page .CVHrS_learn_base input {
    display: none;
}

.rngBy_greeting_page .AEOHe_start_open {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.rngBy_greeting_page .tcyjD_start_top {
    position: absolute;
    width: 80%;
    height: 100%;
    left: 10%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: rotateY(60deg) translateZ(600px);
    transition: all 0.8s cubic-bezier(0.42, 0, 0.58, 1);
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
    border: 5px solid #ffffff;
}

.rngBy_greeting_page .tcyjD_start_top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 0.8s cubic-bezier(0.42, 0, 0.58, 1);
}

.rngBy_greeting_page .CVHrS_learn_base input:nth-child(1):checked ~ .AEOHe_start_open .tcyjD_start_top:nth-child(1),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(2):checked ~ .AEOHe_start_open .tcyjD_start_top:nth-child(2),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(3):checked ~ .AEOHe_start_open .tcyjD_start_top:nth-child(3),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(4):checked ~ .AEOHe_start_open .tcyjD_start_top:nth-child(4),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(5):checked ~ .AEOHe_start_open .tcyjD_start_top:nth-child(5),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(6):checked ~ .AEOHe_start_open .tcyjD_start_top:nth-child(6),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(7):checked ~ .AEOHe_start_open .tcyjD_start_top:nth-child(7),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(8):checked ~ .AEOHe_start_open .tcyjD_start_top:nth-child(8),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(9):checked ~ .AEOHe_start_open .tcyjD_start_top:nth-child(9),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(10):checked ~ .AEOHe_start_open .tcyjD_start_top:nth-child(10) {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0) translateZ(0);
    z-index: 2;
}

.rngBy_greeting_page .CVHrS_learn_base input:checked ~ .AEOHe_start_open .tcyjD_start_top img {
    transform: scale(1);
}

.rngBy_greeting_page .pXNCi_page_title {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.rngBy_greeting_page .pXNCi_page_title label {
    width: 12px;
    height: 12px;
    border: 2px solid #ffffff;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    transform: scale(1);
}

.rngBy_greeting_page .pXNCi_page_title label::before {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 50%;
    background: rgb(200,212,217);
    transform: scale(0);
    transition: transform 0.3s ease;
}

.rngBy_greeting_page .CVHrS_learn_base input:nth-child(1):checked ~ .pXNCi_page_title label:nth-child(1)::before,
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(2):checked ~ .pXNCi_page_title label:nth-child(2)::before,
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(3):checked ~ .pXNCi_page_title label:nth-child(3)::before,
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(4):checked ~ .pXNCi_page_title label:nth-child(4)::before,
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(5):checked ~ .pXNCi_page_title label:nth-child(5)::before,
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(6):checked ~ .pXNCi_page_title label:nth-child(6)::before,
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(7):checked ~ .pXNCi_page_title label:nth-child(7)::before,
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(8):checked ~ .pXNCi_page_title label:nth-child(8)::before,
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(9):checked ~ .pXNCi_page_title label:nth-child(9)::before,
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(10):checked ~ .pXNCi_page_title label:nth-child(10)::before {
    transform: scale(1);
}

.rngBy_greeting_page .CVHrS_learn_base input:nth-child(1):checked ~ .pXNCi_page_title label:nth-child(1),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(2):checked ~ .pXNCi_page_title label:nth-child(2),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(3):checked ~ .pXNCi_page_title label:nth-child(3),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(4):checked ~ .pXNCi_page_title label:nth-child(4),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(5):checked ~ .pXNCi_page_title label:nth-child(5),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(6):checked ~ .pXNCi_page_title label:nth-child(6),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(7):checked ~ .pXNCi_page_title label:nth-child(7),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(8):checked ~ .pXNCi_page_title label:nth-child(8),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(9):checked ~ .pXNCi_page_title label:nth-child(9),
.rngBy_greeting_page .CVHrS_learn_base input:nth-child(10):checked ~ .pXNCi_page_title label:nth-child(10) {
    transform: scale(1.3);
    border-color: rgb(200,212,217);
}

.rngBy_greeting_page .BLhuE_text_box_wrapper {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: auto;
    padding: 50px 30px;
    z-index: 5;
    text-align: center;
}

.rngBy_greeting_page .BLhuE_text_box_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: rgb(200,212,217);
}

.rngBy_greeting_page .BLhuE_text_box_wrapper .container {
    max-width: 800px;
    margin: 0 auto;
}

.rngBy_greeting_page .BLhuE_text_box_wrapper h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.rngBy_greeting_page .BLhuE_text_box_wrapper h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(164,177,185);
}

.rngBy_greeting_page .BLhuE_text_box_wrapper h3 {
    color: rgb(200,212,217);
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 25px;
}

.rngBy_greeting_page .BLhuE_text_box_wrapper p {
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
    max-width: 90%;
    margin: 0 auto;
}

.rngBy_greeting_page .tcyjD_start_top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    pointer-events: none;
}

@keyframes slideIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.rngBy_greeting_page .BLhuE_text_box_wrapper h2,
.rngBy_greeting_page .BLhuE_text_box_wrapper h3,
.rngBy_greeting_page .BLhuE_text_box_wrapper p {
    opacity: 0;
    animation: slideIn 0.6s forwards;
}

.rngBy_greeting_page .BLhuE_text_box_wrapper h2 {
    animation-delay: 0.2s;
}

.rngBy_greeting_page .BLhuE_text_box_wrapper h3 {
    animation-delay: 0.4s;
}

.rngBy_greeting_page .BLhuE_text_box_wrapper p {
    animation-delay: 0.6s;
}

@media (max-width: 1200px) {
    .rngBy_greeting_page .BLhuE_text_box_wrapper {
        max-width: 960px;
    }
}

@media (max-width: 992px) {
    .rngBy_greeting_page .CVHrS_learn_base {
        height: 50vh;
    }
    
    .rngBy_greeting_page .BLhuE_text_box_wrapper {
        max-width: 720px;
        padding: 40px 20px;
    }
    
    .rngBy_greeting_page .BLhuE_text_box_wrapper h2 {
        font-size: calc(36px * 0.9);
    }
}

@media (max-width: 768px) {
    .rngBy_greeting_page .CVHrS_learn_base {
        height: 45vh;
        margin-top: 30px;
    }
    
    .rngBy_greeting_page .tcyjD_start_top {
        width: 90%;
        left: 5%;
    }
    
    .rngBy_greeting_page .BLhuE_text_box_wrapper {
        max-width: 540px;
        padding: 30px 15px;
    }
    
    .rngBy_greeting_page .BLhuE_text_box_wrapper h2 {
        font-size: calc(36px * 0.8);
        margin-bottom: 15px;
    }
    
    .rngBy_greeting_page .BLhuE_text_box_wrapper h3 {
        font-size: calc(23px * 0.9);
        margin-bottom: 20px;
    }
    
    .rngBy_greeting_page .BLhuE_text_box_wrapper p {
        font-size: calc(14px * 0.95);
    }
}

@media (max-width: 576px) {
    .rngBy_greeting_page .CVHrS_learn_base {
        height: 40vh;
        margin-top: 20px;
    }
    
    .rngBy_greeting_page .tcyjD_start_top {
        width: 95%;
        left: 2.5%;
        border-width: 3px;
    }
    
    .rngBy_greeting_page .BLhuE_text_box_wrapper {
        padding: 25px 10px;
    }
    
    .rngBy_greeting_page .BLhuE_text_box_wrapper::before {
        width: 60px;
    }
    
    .rngBy_greeting_page .BLhuE_text_box_wrapper h2 {
        font-size: calc(36px * 0.7);
    }
    
    .rngBy_greeting_page .BLhuE_text_box_wrapper h3 {
        font-size: calc(23px * 0.8);
        margin-bottom: 15px;
    }
    
    .rngBy_greeting_page .BLhuE_text_box_wrapper p {
        font-size: calc(14px * 0.9);
        max-width: 100%;
    }
    
    .rngBy_greeting_page .pXNCi_page_title {
        bottom: 15px;
        gap: 10px;
    }
    
    .rngBy_greeting_page .pXNCi_page_title label {
        width: 10px;
        height: 10px;
    }
}

.rngBy_greeting_page .tcyjD_start_top {
    border-radius: 26px;
}

.rngBy_greeting_page .tcyjD_start_top::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
    background: #ffffff;
    opacity: 0.9;
    border-radius: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rngBy_greeting_page .pXNCi_page_title label:hover {
    transform: scale(1.2);
}.NyuAx_secure_sanctum {
    padding: 50px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background: #ffffff;
    border: 2px solid rgb(200,212,217);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.NyuAx_secure_sanctum h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 39px;
    color: rgb(200,212,217);
    font-weight: 700;
    border-bottom: 3px solid rgb(164,177,185);
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}

.NyuAx_secure_sanctum h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 32px;
    color: rgb(164,177,185);
    font-weight: 600;
    border-bottom: 2px solid rgb(200,212,217);
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
}

.NyuAx_secure_sanctum ul, .NyuAx_secure_sanctum ol {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    width: 100%;
    text-align: left;
    font-family: Playfair Display, sans-serif;
    font-size: 18px;
    color: #000000;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

.NyuAx_secure_sanctum li {
    padding: 10px 0;
    border-bottom: 1px solid rgb(164,177,185,0.5);
}

.NyuAx_secure_sanctum section {
    background: none;
}

.NyuAx_secure_sanctum p, .NyuAx_secure_sanctum span, .NyuAx_secure_sanctum div {
    line-height: 1.8;
    margin-bottom: 20px;
    font-family: Playfair Display, sans-serif;
    color: #000000;
    font-size: 18px;
    text-align: left;
    width: 100%;
}

@media only screen and (max-width: 800px) {
    .NyuAx_secure_sanctum {
        padding: 30px;
        border-radius: 10px;
    }

    .NyuAx_secure_sanctum h1 {
        font-size: calc(21px - 5px);
    }

    .NyuAx_secure_sanctum h2 {
        font-size: calc(21px - 3px);
    }

    .NyuAx_secure_sanctum ul, .NyuAx_secure_sanctum ol {
        margin: 15px 0;
    }

    .NyuAx_secure_sanctum li {
        padding: 8px 0;
    }

    .NyuAx_secure_sanctum p, .NyuAx_secure_sanctum span, .NyuAx_secure_sanctum div {
        margin-bottom: 15px;
    }
}header .Kpmsz_head_guide {
    background: rgb(200,212,217);
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 4px solid rgb(164,177,185);
    position: sticky;
    top: 0;
    z-index: 1000;
}

header .nsxel_top_study svg, header .nsxel_top_study svg path, header .nsxel_top_study img {
    fill: rgb(164,177,185);
    height: 50px;
    width: 50px;
}

header .iTbFd_main_skill a {
    color: #ffffff;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid transparent;
    margin: 0 5px;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

header .iTbFd_main_skill a:hover {
    color: rgb(164,177,185);
    border-color: rgb(164,177,185);
}

header .iTbFd_main_skill a.active {
    color: rgb(164,177,185);
    border-color: rgb(164,177,185);
}

header .IbWzm_nav_mainwrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header .nsxel_top_study {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 20px;
}

header .iTbFd_main_skill {
    display: flex;
    align-items: stretch;
}

@media only screen and (max-width: 1200px) {
    header .IbWzm_nav_mainwrap {
        flex-direction: column;
        align-items: flex-start;
    }
    header .iTbFd_main_skill {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 10px 0;
        position: static;
        width: 100%;
    }
    header .menu.QtDHL_header_train {
        display: flex;
    }
    header .iTbFd_main_skill a {
        padding: 12px;
        width: 100%;
        text-align: left;
    }
    header .nsxel_top_study {
        width: 100%;
        justify-content: space-between;
        margin-right: 0;
    }
    header .nsxel_top_study .FPueW_main_info svg, header .nsxel_top_study .FPueW_main_info img {
        height: 40px;
        width: 40px;
    }
}

.FoLne_wrapper-border .FPueW_main_info {
    padding: 8px;
    border-radius: 10px;
    border: 2px solid rgb(164,177,185);
    background: var(--white-color_opacity);
}

.FoLne_wrapper-border header .Kpmsz_head_guide {
    padding-bottom: 5px;
    position: relative;
    border-bottom: 2px solid rgb(164,177,185);
}

.FoLne_wrapper-border header .Kpmsz_head_guide::before {
    position: absolute;
    content: "";
    top: 0;
    height: 10px;
    width: 100%;
    background: rgb(164,177,185);
    z-index: 0;
}

.FoLne_wrapper-border header .nsxel_top_study .FPueW_main_info svg, .FoLne_wrapper-border header .nsxel_top_study .FPueW_main_info img {
    margin: 0;
}

.FoLne_wrapper-border header .iTbFd_main_skill {
    padding-top: 20px;
}

.FoLne_wrapper-border header .iTbFd_main_skill a {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
}

.FoLne_wrapper-border header .iTbFd_main_skill a:hover {
    color: rgb(164,177,185);
    border-color: rgb(164,177,185);
}

.FoLne_wrapper-border header .IbWzm_nav_mainwrap {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

@media only screen and (max-width: 800px) {
    .FoLne_wrapper-border header .iTbFd_main_skill {
        background: none;
        align-items: center;
    }
    .FoLne_wrapper-border header .nsxel_top_study .FPueW_main_info svg, .FoLne_wrapper-border header .nsxel_top_study .FPueW_main_info img {
        width: 60px;
        height: 60px;
    }
    .FoLne_wrapper-border header .iTbFd_main_skill a {
        text-align: center;
    }
    .FoLne_wrapper-border header .nsxel_top_study {
        justify-content: center;
        align-items: center;
    }
    .FoLne_wrapper-border header .iTbFd_main_skill {
        padding-bottom: 20px;
    }
}footer {
    background: rgb(164,177,185);
    color: #ffffff;
    font-family: Playfair Display, sans-serif;
    padding-top: 70px;
    padding-bottom: 70px;
}
footer .BlYkz_hackathon {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 20px;
    border-bottom: 1px solid rgb(200,212,217,0.5);
    margin-bottom: 30px;
}
footer .nsxel_top_study svg, footer .nsxel_top_study img {
    height: 80px;
    width: 80px;
    margin-right: 15px;
    fill: #ffffff;
}
footer .NFvYj_header_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .iTbFd_main_skill a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
    transition: color 0.3s, transform 0.3s;
}
footer .iTbFd_main_skill a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: rgb(200,212,217);
    transition: all 0.3s ease-in-out;
}
footer .iTbFd_main_skill a:hover::before {
    width: 100%;
}
footer .iTbFd_main_skill a:hover {
    color: rgb(200,212,217);
    transform: translateX(5px);
}
footer .GuPNE_edu_links {
    background: rgb(200,212,217,0.5);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgb(200,212,217,0.5);
}
footer .wHBLm_access_cta {
    color: #ffffff;
    font-size: 14px;
}
@media only screen and (max-width: 1200px) {
    footer .BlYkz_hackathon {
        flex-direction: column;
        align-items: center;
    }
    footer .nsxel_top_study {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .NFvYj_header_wrap {
        flex-direction: column;
        align-items: center;
    }
    footer .iTbFd_main_skill a {
        font-size: 16px;
        margin: 5px 0;
    }
}
.FoLne_wrapper-border footer .footer {
    padding: 0;
}
.FoLne_wrapper-border footer .BlYkz_hackathon {
    flex-direction: row;
    align-items: center;
    min-height: 100px;
}
.FoLne_wrapper-border footer .NFvYj_header_wrap {
    flex-direction: row;
    justify-content: flex-end;
}
.FoLne_wrapper-border footer .iTbFd_main_skill a {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: rgb(200,212,217);
}
.FoLne_wrapper-border footer .GuPNE_edu_links {
    background: rgb(200,212,217,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}
.FoLne_wrapper-border footer .wHBLm_access_cta {
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    .FoLne_wrapper-border footer .NFvYj_header_wrap {
        justify-content: center;
    }
}
@media only screen and (max-width: 800px) {
    .FoLne_wrapper-border footer .NFvYj_header_wrap {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .FoLne_wrapper-border footer .iTbFd_main_skill a {
        padding-left: 0;
        font-size: 18px;
    }
    .FoLne_wrapper-border footer .iTbFd_main_skill a:first-child {
        margin-bottom: 10px;
    }
    .FoLne_wrapper-border footer .BlYkz_hackathon {
        padding: 20px 10px;
    }
    .FoLne_wrapper-border footer .wHBLm_access_cta {
        text-align: center;
    }
    .FoLne_wrapper-border footer .wHBLm_access_cta a {
        display: block;
        margin-top: 5px;
    }
}.gLpBk_gratefulPage {
    background-color: rgb(231,237,242);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 40px 20px;
    font-family: Playfair Display, sans-serif;
}
.gLpBk_gratefulPage .container {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    padding: 30px;
    max-width: 600px;
    width: 100%;
    position: relative;
}
.gLpBk_gratefulPage .container::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: rgb(164,177,185,0.5);
    border-radius: 15px;
    z-index: -1;
}
.gLpBk_gratefulPage h2 {
    font-size: 37px;
    color: rgb(200,212,217);
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(200,212,217);
    padding-bottom: 10px;
}
.gLpBk_gratefulPage p {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
}
.gLpBk_gratefulPage p strong {
    font-weight: 700;
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .gLpBk_gratefulPage {
        padding: 20px;
    }
    .gLpBk_gratefulPage .container {
        padding: 20px;
    }
    .gLpBk_gratefulPage h2 {
        font-size: calc(37px - 4px);
    }
    .gLpBk_gratefulPage p {
        font-size: calc(12px - 2px);
    }
}
.uBUho_connect_form {
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(231,237,242) 50%);
    padding: 100px 0;
    overflow: hidden;
}

.uBUho_connect_form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    background-size: 60px 60px;
    z-index: 0;
}

.uBUho_connect_form .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.uBUho_connect_form h2 {
    font-size: 35px;
    font-weight: 700;
    color: rgb(200,212,217);
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.uBUho_connect_form h2::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: rgb(200,212,217);
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.uBUho_connect_form .Pakfj_request_inquiry {
    display: flex;
    border-radius: 30px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.uBUho_connect_form .Pakfj_request_inquiry::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(200,212,217), rgb(164,177,185));
}

.uBUho_connect_form .qoTxD_image_box_wrap {
    flex: 0 0 50%;
    min-height: 550px;
    position: relative;
    transition: all 0.5s ease;
}

.uBUho_connect_form .qoTxD_image_box_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(200,212,217,0.5), transparent);
}

.uBUho_connect_form .IPCbd_request_block {
    flex: 0 0 50%;
    padding: 60px 50px;
    background: #ffffff;
    position: relative;
}

.uBUho_connect_form .IPCbd_request_block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: rgb(231,237,242);
}

.uBUho_connect_form #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.uBUho_connect_form h3 {
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.uBUho_connect_form h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(200,212,217,0.5);
}

.uBUho_connect_form input[type="text"] {
    background: #ffffff;
    border: 2px solid rgb(231,237,242);
    border-radius: 10px;
    padding: 18px 20px;
    color: #000000;
    font-size: 17px;
    transition: all 0.3s ease;
    width: 100%;
}

.uBUho_connect_form input[type="text"]:focus {
    border-color: rgb(200,212,217);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
}

.uBUho_connect_form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}

.uBUho_connect_form .yIcuH_request_form {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 10px;
}

.uBUho_connect_form .yIcuH_request_form input[type="checkbox"] {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid rgb(231,237,242);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 2px;
}

.uBUho_connect_form .yIcuH_request_form input[type="checkbox"]:checked {
    background: rgb(200,212,217);
    border-color: rgb(200,212,217);
}

.uBUho_connect_form .yIcuH_request_form input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 8px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
}

.uBUho_connect_form .yIcuH_request_form label {
    font-size: 17px;
    color: #000000;
    line-height: 1.5;
}

.uBUho_connect_form .yIcuH_request_form a {
    color: rgb(200,212,217);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.uBUho_connect_form .yIcuH_request_form a:hover {
    color: rgb(164,177,185);
}

.uBUho_connect_form .pLjvk_query_query {
    background: rgb(200,212,217);
    border: none;
    border-radius: 10px;
    padding: 16px 40px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    align-self: flex-start;
    margin-top: 20px;
    box-shadow: 0 8px 20px rgb(200,212,217,0.5);
}

.uBUho_connect_form .pLjvk_query_query::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s ease;
}

.uBUho_connect_form .pLjvk_query_query:hover {
    background: rgb(164,177,185);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(164,177,185,0.5);
}

.uBUho_connect_form .pLjvk_query_query:hover::before {
    left: 100%;
}

.uBUho_connect_form svg {
    fill: rgb(200,212,217);
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
}

.uBUho_connect_form svg path {
    fill: rgb(200,212,217);
    transition: all 0.3s ease;
}

.uBUho_connect_form svg:hover {
    fill: rgb(164,177,185);
    transform: translateY(-2px);
}

.uBUho_connect_form svg:hover path {
    fill: rgb(164,177,185);
}

@media (max-width: 1200px) {
    .uBUho_connect_form {
        background: #ffffff;
    }
}

@media (max-width: 992px) {
    .uBUho_connect_form {
        padding: 80px 0;
    }

    .uBUho_connect_form .Pakfj_request_inquiry {
        flex-direction: column-reverse;
    }

    .uBUho_connect_form .qoTxD_image_box_wrap {
        flex: 0 0 auto;
        min-height: 350px;
    }

    .uBUho_connect_form .IPCbd_request_block {
        flex: 0 0 auto;
        padding: 50px 40px;
    }

    .uBUho_connect_form .IPCbd_request_block::before {
        width: 100%;
        height: 10px;
        top: 0;
        left: 0;
    }
}

@media (max-width: 768px) {
    .uBUho_connect_form {
        padding: 60px 0;
    }

    .uBUho_connect_form h2 {
        font-size: calc(35px - 4px);
        margin-bottom: 40px;
    }

    .uBUho_connect_form .IPCbd_request_block {
        padding: 40px 30px;
    }

    .uBUho_connect_form #contact {
        gap: 25px;
    }

    .uBUho_connect_form .qoTxD_image_box_wrap {
        min-height: 300px;
    }
}

@media (max-width: 576px) {
    .uBUho_connect_form {
        padding: 50px 0;
    }

    .uBUho_connect_form .container {
        padding: 0 15px;
    }

    .uBUho_connect_form h2 {
        font-size: calc(35px - 6px);
        margin-bottom: 30px;
    }

    .uBUho_connect_form .IPCbd_request_block {
        padding: 35px 25px;
    }

    .uBUho_connect_form #contact {
        gap: 20px;
    }

    .uBUho_connect_form input[type="text"] {
        padding: 15px;
    }

    .uBUho_connect_form .pLjvk_query_query {
        width: 100%;
        padding: 15px 25px;
    }

    .uBUho_connect_form .qoTxD_image_box_wrap {
        min-height: 250px;
    }
}.XvfUL_stay_connected {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.XvfUL_stay_connected .OCMea_knowledge_study {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.XvfUL_stay_connected input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(164,177,185,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.XvfUL_stay_connected h2 {
    margin-bottom: 20px;
    text-align: center;
}

.XvfUL_stay_connected .pLjvk_query_query {
    background: rgb(164,177,185);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.XvfUL_stay_connected .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .XvfUL_stay_connected .OCMea_knowledge_study {
        flex-direction: column;
    }

    .XvfUL_stay_connected {
        padding: 30px 20px;
    }

    .XvfUL_stay_connected input {
        min-width: unset;
    }

    .XvfUL_stay_connected .pLjvk_query_query {
        flex-shrink: unset;
    }

    .XvfUL_stay_connected .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .XvfUL_stay_connected input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .FoLne_wrapper-border .XvfUL_stay_connected .OCMea_knowledge_study h2 {
        font-size: 20px;
    }
}

.FoLne_wrapper-border .XvfUL_stay_connected {
    background: linear-gradient(135deg, rgb(200,212,217), rgb(164,177,185));
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.FoLne_wrapper-border .XvfUL_stay_connected::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 75% 100%, 25% 100%);
    z-index: 1;
}

.FoLne_wrapper-border .XvfUL_stay_connected .OCMea_knowledge_study {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 2;
}

.FoLne_wrapper-border .XvfUL_stay_connected h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.2;
    font-family: Playfair Display, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.FoLne_wrapper-border .XvfUL_stay_connected .input_holder {
    display: flex;
    width: 100%;
    max-width: 600px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.FoLne_wrapper-border .XvfUL_stay_connected input {
    flex: 1;
    border: none;
    color: #000000;
    background: #ffffff;
    font-weight: 400;
    font-size: 16px;
    padding: 16px 20px;
    outline: none;
    transition: background 0.3s, color 0.3s;
    min-height: 60px;
    margin-right: 0;
}

.FoLne_wrapper-border .XvfUL_stay_connected input::placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 1px;
}

.FoLne_wrapper-border .XvfUL_stay_connected input:hover,
.FoLne_wrapper-border .XvfUL_stay_connected input:focus {
    background: rgb(200,212,217,0.5);
    color: rgb(200,212,217);
}

.FoLne_wrapper-border .XvfUL_stay_connected .pLjvk_query_query {
    flex-shrink: 0;
    border: none;
    font-weight: 600;
    font-size: 19px;
    padding: 0 24px;
    background: rgb(164,177,185);
    color: #ffffff;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.FoLne_wrapper-border .XvfUL_stay_connected .pLjvk_query_query:hover {
    background: rgb(200,212,217);
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .FoLne_wrapper-border .XvfUL_stay_connected {
        padding: 60px 20px;
    }

    .FoLne_wrapper-border .XvfUL_stay_connected .OCMea_knowledge_study {
        width: 90%;
    }

    .FoLne_wrapper-border .XvfUL_stay_connected h2 {
        margin-bottom: 20px;
        font-size: 23px;
    }

    .FoLne_wrapper-border .XvfUL_stay_connected .input_holder {
        flex-direction: column;
        width: 100%;
        max-width: none;
        background: none;
        box-shadow: none;
    }

    .FoLne_wrapper-border .XvfUL_stay_connected input {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .FoLne_wrapper-border .XvfUL_stay_connected .pLjvk_query_query {
        width: 100%;
        padding: 12px 0;
        border-radius: 10px;
    }
}