* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.osustain_cta {
    flex: 0 0 auto;
}.fnav_main {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1134px;
    margin: auto;
}.Xwrapper-container {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.wget_support {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(219,230,220), rgba(0, 0, 0, 0.5) 120%);
}.wget_support::before {
    height: 200%;
    background: radial-gradient(circle at center, rgb(171,206,175,0.5) 0%, transparent 60%);
    transform: rotate(-15deg);
    position: absolute;
    content: "";
    pointer-events: none;
    top: -50%;
    width: 200%;
    z-index: 0;
    opacity: 0.07;
    left: -50%;
}.wget_support .container {
    max-width: 1140px;
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
    padding: 0 1.5rem;
    z-index: 1;
}.wget_support .qconnect_block {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 16px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    display: grid;
    position: relative;
    gap: 2rem;
    background: #ffffff;
    border-left: 5px solid rgb(171,206,175);
    transform: rotateY(-3deg);
    padding: 2.5rem;
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.wget_support .qconnect_block:hover {
    transform: rotateY(0deg) translateZ(10px) scale(1.01);
}.wget_support h3 {
    margin-bottom: 1.5rem;
    transition: transform 0.4s ease;
    position: relative;
    font-size: 28px;
    font-weight: 700;
    transform-origin: left center;
    color: rgb(171,206,175);
}.wget_support h3::after {
    left: 0;
    transform: scaleX(0.8);
    bottom: -10px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(171,206,175), rgb(115,186,127));
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    transform-origin: left center;
    height: 3px;
}.wget_support .qconnect_block:hover h3::after {
    transform: scaleX(1);
}.wget_support p {
    font-weight: 400;
    transform: translateZ(20px);
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 15px;
    line-height: 1.6;
}.wget_support h5 {
    display: flex;
    font-weight: 600;
    margin-bottom: 0.75rem;
    align-items: center;
    color: #000000;
    font-size: 20px;
    gap: 0.75rem;
}.wget_support h5 svg {
    height: 22px;
    flex-shrink: 0;
    width: 22px;
    transition: transform 0.3s ease;
}.wget_support h5 svg path {
    fill: rgb(171,206,175);
    transition: fill 0.3s ease;
}.wget_support .Zedu_asksup {
    gap: 1rem;
    list-style: none;
    flex-direction: column;
    padding: 0;
    display: flex;
    transform: translateZ(30px);
    position: relative;
    margin-top: 1.5rem;
}.wget_support .Zedu_asksup li {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: left center;
    position: relative;
}.wget_support .Zedu_asksup li:hover {
    transform: translateX(5px);
}.wget_support .Rget_assist {
    transition: color 0.3s ease;
    overflow: hidden;
    text-decoration: none;
    gap: 0.75rem;
    font-weight: 600;
    align-items: center;
    display: flex;
    padding: 0.5rem 0;
    color: #000000;
    font-size: calc(15px * 1.05);
    position: relative;
}.wget_support .Rget_assist::before {
    content: "";
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(171,206,175), transparent);
    width: 100%;
    height: 2px;
    position: absolute;
    transform: translateX(-100%);
}.wget_support .Rget_assist:hover {
    color: rgb(171,206,175);
}.wget_support .Rget_assist:hover::before {
    transform: translateX(0);
}.wget_support .Rget_assist svg {
    height: 22px;
    width: 22px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}.wget_support .Rget_assist:hover svg {
    transform: scale(1.15) rotate(5deg);
}.wget_support .Rget_assist svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,206,175);
}.wget_support .Rget_assist:hover svg path {
    fill: rgb(115,186,127);
}

@media (min-width: 768px) {.wget_support .qconnect_block {
    grid-auto-flow: column;
    gap: 2rem 4rem;
    padding: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
}.wget_support h3 {
    grid-column: 1 / -1;
    font-size: calc(28px * 1.1);
}.wget_support h3::after {
    width: 100px;
}.wget_support .Zedu_asksup {
    grid-row: 2 / -1;
    grid-column: 2;
    margin-top: 0;
}
}

@media (min-width: 992px) {.wget_support {
    padding: 7rem 0;
}.wget_support .qconnect_block {
    padding: 4rem 3.5rem;
    transform: rotateY(-5deg);
    grid-template-columns: 1.5fr 1fr;
}.wget_support h3 {
    font-size: calc(39px * 0.85);
}.wget_support p {
    font-size: calc(15px * 1.05);
}.wget_support .Zedu_asksup {
    gap: 1.5rem;
}.wget_support .Rget_assist {
    font-size: calc(15px * 1.1);
}.wget_support .Rget_assist svg,
    .wget_support h5 svg {
    width: 24px;
    height: 24px;
}
}

@media (min-width: 1200px) {.wget_support .qconnect_block {
    padding: 4.5rem 4rem;
    grid-template-columns: 1.75fr 1fr;
}.wget_support h3 {
    font-size: 39px;
}.wget_support h3::after {
    width: 120px;
    height: 4px;
}
}

@media (max-width: 767px) {.wget_support {
    padding: 4rem 0;
}.wget_support .qconnect_block {
    transform: rotateY(-2deg);
    padding: 2rem;
}.wget_support h3 {
    font-size: calc(28px * 0.9);
}.wget_support h5 {
    font-size: calc(20px * 0.95);
}.wget_support p {
    font-size: calc(15px * 0.95);
}}.Wprivacy_bunker {
    line-height: 1.8;
    margin: 0 auto;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 60px;
    border: 2px solid rgb(171,206,175);
    background-color: rgb(219,230,220);
    max-width: 1200px;
}.Wprivacy_bunker h1 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(115,186,127);
    color: rgb(171,206,175);
}.Wprivacy_bunker h2 {
    font-size: 37px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: rgb(115,186,127);
    margin-top: 40px;
    font-weight: 600;
    text-transform: uppercase;
}.Wprivacy_bunker ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}.Wprivacy_bunker li {
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 15px;
    border-radius: 10px;
    display: flex;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #ffffff;
    align-items: center;
}.Wprivacy_bunker li::before {
    content: '•';
    color: rgb(171,206,175);
    font-size: 1.5em;
    margin-right: 10px;
}.Wprivacy_bunker p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #000000;
}.Wprivacy_bunker span {
    font-weight: 700;
    color: rgb(171,206,175);
}.Wprivacy_bunker a {
    border-bottom: 1px solid rgb(171,206,175,0.5);
    text-decoration: none;
    font-weight: 600;
    color: rgb(171,206,175);
}.Wprivacy_bunker a:hover {
    border-bottom: 1px solid rgb(115,186,127);
    color: rgb(115,186,127);
}
@media only screen and (max-width: 800px) {.Wprivacy_bunker {
    padding: 30px;
}.Wprivacy_bunker h1 {
    font-size: calc(21px * 0.8);
}.Wprivacy_bunker h2 {
    font-size: calc(21px * 0.8);
}.Wprivacy_bunker p {
    font-size: calc(15px * 0.9);
}.Wprivacy_bunker li {
    padding: 10px;
}}.hprogram_structure {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgb(171,206,175,0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
}.hprogram_structure::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(171,206,175,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(115,186,127,0.5) 0%, transparent 40%);
    bottom: 0;
    z-index: 1;
}.hprogram_structure::after {
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(171,206,175,0.5) 49%, rgb(171,206,175,0.5) 51%, transparent 52%) 0 0 / 20px 20px,
        linear-gradient(-45deg, transparent 48%, rgb(115,186,127,0.5) 49%, rgb(115,186,127,0.5) 51%, transparent 52%) 10px 0 / 20px 20px;
    animation: backgroundShift 30s linear infinite;
    left: 0;
    width: 100%;
    opacity: 0.1;
    content: '';
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 10px 0;
    }
    100% {
        background-position: 500px 500px, 510px 500px;
    }
}

.hprogram_structure .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
}.hprogram_structure .Xlearn_guide {
    background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.05) 0%, 
                rgba(255, 255, 255, 0.02) 100%);
    display: grid;
    transition: all 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 0 1px rgb(171,206,175,0.5),
                inset 0 0 20px rgb(171,206,175,0.5);
    padding: 40px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    backdrop-filter: blur(5px);
    gap: 40px;
}.hprogram_structure .Xlearn_guide::before {
    width: 200px;
    height: 200px;
    top: -100px;
    content: '';
    right: -100px;
    animation: pulseLight 8s ease-in-out infinite;
    opacity: 0.2;
    background: radial-gradient(circle, rgb(171,206,175) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(20px);
    position: absolute;
}.hprogram_structure .Xlearn_guide::after {
    background: radial-gradient(circle, rgb(115,186,127) 0%, transparent 70%);
    height: 200px;
    left: -100px;
    content: '';
    filter: blur(20px);
    position: absolute;
    bottom: -100px;
    width: 200px;
    opacity: 0.2;
    border-radius: 50%;
    animation: pulseLight 8s ease-in-out infinite 4s;
}@keyframes pulseLight {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.hprogram_structure .Ceducation_path {
    z-index: 3;
    justify-content: center;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}.hprogram_structure .Ynav_core {
    display: inline-block;
    transition: transform 0.5s ease;
    position: relative;
    margin-bottom: 25px;
    transform: perspective(1000px) rotateY(5deg);
}.hprogram_structure .Ynav_core:hover {
    transform: perspective(1000px) rotateY(0deg);
}.hprogram_structure .Ynav_core svg {
    transition: all 0.3s ease;
    height: 50px;
    width: 50px;
    filter: drop-shadow(0 5px 15px rgb(171,206,175,0.5));
}.hprogram_structure .Ynav_core svg path {
    fill: rgb(171,206,175);
    transition: fill 0.3s ease;
}.hprogram_structure .Ynav_core:hover svg path {
    fill: rgb(115,186,127);
}.hprogram_structure h3 {
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    font-size: 33px;
    backface-visibility: hidden;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transform: translateZ(0);
    margin-bottom: 25px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}.hprogram_structure h3::after {
    animation: lineExpand 4s ease-in-out infinite;
    position: absolute;
    border-radius: 10px;
    content: '';
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(171,206,175) 0%, rgb(115,186,127) 100%);
    width: 60px;
    height: 3px;
}@keyframes lineExpand {
    0% {
        width: 60px;
        opacity: 1;
    }
    50% {
        width: 100px;
        opacity: 0.8;
    }
    100% {
        width: 60px;
        opacity: 1;
    }
}

.hprogram_structure p {
    font-weight: 400;
    position: relative;
    font-size: 14px;
    z-index: 2;
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
}.hprogram_structure .Nimg_card_item {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgb(171,206,175,0.5),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    border-radius: calc(30px * 1.5);
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    height: 350px;
    overflow: hidden;
    position: relative;
}.hprogram_structure .Nimg_card_item:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgb(171,206,175),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
}.hprogram_structure .Nimg_card_item::before {
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}.hprogram_structure .Nimg_card_item::after {
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 15px 0 / 30px 30px;
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.5;
    width: 100%;
    animation: scanlines 10s linear infinite;
    z-index: 2;
    left: 0;
    content: '';
}

@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}


@media (max-width: 991px) {.hprogram_structure {
    padding: 60px 0;
}.hprogram_structure .Xlearn_guide {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 30px;
}.hprogram_structure .Ceducation_path {
    padding-right: 0;
    text-align: center;
}.hprogram_structure h3::after {
    left: 50%;
    transform: translateX(-50%);
}.hprogram_structure .Nimg_card_item {
    min-height: 300px;
}
}

@media (max-width: 767px) {.hprogram_structure {
    padding: 40px 0;
}.hprogram_structure .Xlearn_guide {
    gap: 25px;
    padding: 25px;
}.hprogram_structure h3 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.85);
}.hprogram_structure p {
    font-size: calc(14px * 0.95);
}.hprogram_structure .Nimg_card_item {
    min-height: 250px;
    clip-path: polygon(
            0% 5%, 
            5% 0%, 
            95% 0%, 
            100% 5%, 
            100% 95%, 
            95% 100%, 
            5% 100%, 
            0% 95%
        );
}
}

@media (max-width: 576px) {.hprogram_structure {
    padding: 30px 0;
}.hprogram_structure .Xlearn_guide {
    padding: 20px;
    gap: 20px;
}.hprogram_structure .Ynav_core {
    margin-bottom: 15px;
}.hprogram_structure h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(33px * 0.7);
}.hprogram_structure p {
    font-size: calc(14px * 0.9);
}.hprogram_structure .Nimg_card_item {
    min-height: 200px;
}}
.Ttitle_board {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(219,230,220), #ffffff 90%);
    overflow: hidden;
}.Ttitle_board::before {
    right: 0;
    background: linear-gradient(45deg, rgba(94,170,168,0.1), rgba(94,170,168,0.05));
    width: 60%;
    top: 0;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    height: 100%;
    content: "";
    z-index: 1;
    position: absolute;
}.Ttitle_board::after {
    content: "";
    position: absolute;
    background: radial-gradient(circle at 20% 30%, rgba(94,170,168,0.12), transparent 50%);
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 2;
}.Ttitle_board .Xlearn_guide {
    min-height: 100vh;
    display: grid;
    position: relative;
    padding: 5rem 2rem;
    z-index: 5;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    gap: 2rem;
    max-width: 1400px;
}.Ttitle_board h1 {
    margin-bottom: 2rem;
    grid-column: 1 / -1;
    transform: translateY(-20px);
    animation: slideDown 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: 38px;
    color: #000000;
    position: relative;
    opacity: 0;
}.Ttitle_board h1::after {
    height: 4px;
    left: 0;
    content: "";
    background: rgb(171,206,175);
    width: 60px;
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    animation: scaleIn 0.6s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -10px;
}.Ttitle_board .otext_bubble {
    flex-direction: column;
    animation: slideRight 0.8s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-30px);
    justify-content: center;
    position: relative;
    z-index: 10;
    display: flex;
    opacity: 0;
}.Ttitle_board .Vpage_entry {
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    border-left: 4px solid rgb(171,206,175);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}.Ttitle_board .Vpage_entry:hover {
    transform: perspective(1000px) rotateY(0);
}.Ttitle_board .Vpage_entry p {
    font-size: calc(15px * 1.2);
    color: #000000;
    position: relative;
    line-height: 1.6;
    margin-bottom: 2rem;
}.Ttitle_board .Vpage_entry p::after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    bottom: -10px;
    background: rgb(115,186,127);
    width: 40px;
}.Ttitle_board svg {
    height: 120px;
    transform: scale(0.9);
    width: 120px;
    margin: 1.5rem 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    filter: drop-shadow(0 6px 12px rgba(94,170,168,0.2));
}.Ttitle_board svg:hover {
    transform: scale(1);
}.Ttitle_board svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,206,175);
}.Ttitle_board svg:hover path {
    fill: rgb(115,186,127);
}.Ttitle_board svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.Ttitle_board svg:hover text {
    fill: #000000;
}.Ttitle_board .Zquery_list {
    font-weight: 600;
    z-index: 1;
    padding: 1rem 2rem;
    color: #ffffff;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    background: linear-gradient(45deg, rgb(171,206,175), rgb(115,186,127));
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: inline-block;
    position: relative;
    transform: translateY(0);
    overflow: hidden;
    cursor: pointer;
    margin-top: 1.5rem;
    border: none;
}.Ttitle_board .Zquery_list::before {
    content: "";
    height: 100%;
    background: linear-gradient(45deg, rgb(115,186,127), rgb(171,206,175));
    left: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    top: 0;
}.Ttitle_board .Zquery_list:hover {
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
    transform: translateY(-5px);
}.Ttitle_board .Zquery_list:hover::before {
    opacity: 1;
}.Ttitle_board .Nimg_card_item {
    position: relative;
    transform: translateX(30px) scale(0.95);
    height: 100%;
    z-index: 3;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    animation: slideLeft 0.8s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    opacity: 0;
}.Ttitle_board .Nimg_card_item::after {
    background: linear-gradient(to bottom, transparent 70%, rgba(94,170,168,0.3));
    inset: 0;
    content: "";
    z-index: 1;
    position: absolute;
}

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

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

@keyframes slideLeft {
    from {
        transform: translateX(30px) scale(0.95);
        opacity: 0;
    }
    to {
        transform: translateX(0) scale(1);
        opacity: 1;
    }
}

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

@media (max-width: 992px) {.Ttitle_board .Xlearn_guide {
    padding: 4rem 1.5rem;
    gap: 3rem;
    grid-template-columns: 1fr;
}.Ttitle_board h1 {
    text-align: center;
    font-size: calc(38px * 0.9);
}.Ttitle_board h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes scaleIn {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .Ttitle_board .otext_bubble {
    order: 2;
}.Ttitle_board .Nimg_card_item {
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    order: 1;
}.Ttitle_board::before {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}
}

@media (max-width: 768px) {.Ttitle_board .Xlearn_guide {
    padding: 3rem 1rem;
    gap: 2rem;
}.Ttitle_board h1 {
    font-size: calc(38px * 0.8);
}.Ttitle_board .Vpage_entry {
    padding: 1.5rem;
}.Ttitle_board .Vpage_entry p {
    font-size: 15px;
}.Ttitle_board svg {
    width: 100px;
    height: 100px;
}.Ttitle_board .Nimg_card_item {
    height: 250px;
}.Ttitle_board .Zquery_list {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 576px) {.Ttitle_board .Xlearn_guide {
    padding: 2rem 1rem;
}.Ttitle_board h1 {
    font-size: calc(38px * 0.7);
}.Ttitle_board .Vpage_entry {
    transform: perspective(1000px) rotateY(0);
    padding: 1.25rem;
}.Ttitle_board svg {
    margin: 1rem 0;
    height: 80px;
    width: 80px;
}.Ttitle_board .Nimg_card_item {
    height: 200px;
}}.yeducation_history {
    overflow: hidden;
    background: rgb(219,230,220);
    position: relative;
    height: 500px;
}.yeducation_history::before {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    width: 50%;
    background: rgb(171,206,175);
    position: absolute;
}.yeducation_history::after {
    background: 
        linear-gradient(
            135deg, 
            transparent 0%, 
            rgb(115,186,127,0.5) 100%
        );
    position: absolute;
    content: "";
    mix-blend-mode: overlay;
    z-index: 2;
    height: 100%;
    width: 100%;
}.yeducation_history .Ilearner_quotes {
    display: flex;
    height: 100%;
    z-index: 3;
    position: relative;
}.yeducation_history .Nimg_card_item {
    left: 0;
    width: 45%;
    filter: grayscale(30%) contrast(1.1);
    transform: translateX(-5%);
    position: absolute;
    top: -15%;
    border-radius: 0;
    z-index: 2;
    height: 130%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.yeducation_history .Nimg_card_item::after {
    opacity: 0.3;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(
        to right,
        rgb(171,206,175) 0%,
        transparent 100%
    );
    height: 100%;
    width: 100%;
    left: 0;
}.yeducation_history:hover .Nimg_card_item {
    transform: translateX(0%);
    filter: grayscale(0%) contrast(1.2);
}.yeducation_history .rjob_milestones {
    position: absolute;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 0 3rem 0 7rem;
    display: flex;
    width: 60%;
    right: 0;
    z-index: 3;
}.yeducation_history .name {
    color: #000000;
    animation: slide-left 0.7s forwards 0.2s;
    font-size: 46px;
    margin-bottom: 0.7rem;
    position: relative;
    font-weight: 700;
    transform: translateX(50px);
    opacity: 0;
}.yeducation_history .name::before {
    transition: transform 0.5s ease 0.7s;
    transform-origin: left;
    bottom: -10px;
    background: rgb(171,206,175);
    position: absolute;
    transform: scaleX(0);
    content: "";
    left: 0;
    height: 5px;
    width: 50px;
}.yeducation_history:hover .name::before {
    transform: scaleX(1);
}.yeducation_history .rjob_milestones > div:nth-child(2) {
    opacity: 0;
    text-transform: uppercase;
    font-size: 20px;
    color: rgb(115,186,127);
    animation: slide-left 0.7s forwards 0.4s;
    letter-spacing: 3px;
    margin-bottom: 2rem;
    font-weight: 600;
    transform: translateX(50px);
}.yeducation_history .hcareer_section {
    animation: slide-left 0.7s forwards 0.6s;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    opacity: 0;
    position: relative;
    padding-left: 30px;
    transform: translateX(50px);
    max-width: 600px;
    color: #000000;
}@keyframes slide-left {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.yeducation_history .hcareer_section::before {
    width: 5px;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(
        to bottom,
        rgb(171,206,175) 0%,
        rgb(115,186,127) 100%
    );
    height: 100%;
    content: "";
    border-radius: 10px;
}.yeducation_history .hcareer_section::after {
    color: rgb(171,206,175,0.5);
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    line-height: 0;
    bottom: -120px;
    font-family: serif;
    right: -80px;
    font-size: 20rem;
    content: '"';
}@keyframes parallax-shift {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.yeducation_history:hover .Nimg_card_item {
    animation: parallax-shift 3s ease-in-out infinite alternate;
}.yeducation_history .rjob_milestones > div {
    transition: transform 0.3s ease;
}.yeducation_history:hover .name {
    transform: translateY(-5px);
    transition-delay: 0.1s;
}.yeducation_history:hover .rjob_milestones > div:nth-child(2) {
    transition-delay: 0.2s;
    transform: translateY(-3px);
}.yeducation_history:hover .hcareer_section {
    transform: translateY(-1px);
    transition-delay: 0.3s;
}

@media (max-width: 992px) {.yeducation_history {
    height: auto;
    padding: 0;
}.yeducation_history::before {
    height: 250px;
    clip-path: none;
    width: 100%;
}.yeducation_history .Ilearner_quotes {
    flex-direction: column;
}.yeducation_history .Nimg_card_item {
    top: 0;
    transform: none;
    width: 100%;
    position: relative;
    height: 300px;
    clip-path: none;
}.yeducation_history .rjob_milestones {
    padding: 2rem;
    width: 100%;
    position: relative;
}.yeducation_history:hover .Nimg_card_item {
    animation: none;
}.yeducation_history .hcareer_section::after {
    display: none;
}}.CthanksHub {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, hsl(210, 40%, 95%), hsl(210, 40%, 98%));
    position: relative;
}.CthanksHub::before {
    left: -20%;
    background: radial-gradient(circle at 20% 30%, rgb(171,206,175,0.5), transparent 60%);
    z-index: 0;
    content: "";
    height: 200%;
    position: absolute;
    top: -50%;
    transform: rotate(-15deg);
    width: 120%;
    opacity: 0.2;
}.CthanksHub::after {
    bottom: -10%;
    background: radial-gradient(circle at 80% 80%, rgb(115,186,127,0.5), transparent 60%);
    content: "";
    opacity: 0.15;
    z-index: 0;
    height: 70%;
    right: -10%;
    position: absolute;
    width: 70%;
}.CthanksHub .container {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.CthanksHub .Xlearn_guide {
    background: #ffffff;
    padding: 3.5rem;
    clip-path: polygon(
        0 0,
        100% 0,
        98% 98%,
        2% 100%
    );
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 16px;
    position: relative;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
}.CthanksHub .Xlearn_guide:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.07),
        -25px -25px 70px rgba(255, 255, 255, 1),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.CthanksHub .Xlearn_guide > div:first-child {
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1.5rem;
    overflow: hidden;
}.CthanksHub .Xlearn_guide > div:first-child::after {
    background-size: 200% 100%;
    left: 0;
    border-radius: 3px;
    width: 100%;
    background: linear-gradient(90deg, rgb(171,206,175), rgb(115,186,127), rgb(171,206,175));
    box-shadow: 0 2px 6px rgba(rgb(171,206,175,0.5), 0.2);
    content: "";
    height: 3px;
    bottom: 0;
    position: absolute;
    animation: gradientSlide 6s infinite ease-in-out;
}.CthanksHub h5 {
    line-height: 1.4;
    font-size: calc(22px * 1.15);
    font-weight: 700;
    position: relative;
    transform: translateZ(0);
    margin: 0;
    padding-left: 1.2rem;
    color: #000000;
}.CthanksHub h5::before {
    background: rgb(171,206,175);
    border-radius: 3px;
    height: 90%;
    transform: translateZ(0);
    box-shadow: 
        1px 1px 3px rgba(0, 0, 0, 0.1),
        -1px -1px 3px rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0.1em;
    left: 0;
    content: "";
    width: 6px;
}.CthanksHub .Xlearn_guide > div:last-child {
    transform: translateZ(0);
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}.CthanksHub a {
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.03),
        -4px -4px 8px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(240, 245, 250, 0.5));
    text-decoration: none;
    position: relative;
    padding: 0.5rem 1.2rem;
    transform: translateZ(0);
    display: block;
    border-radius: 12px;
    transition: all 0.3s ease;
}.CthanksHub a:hover {
    transform: translateY(1px);
    box-shadow: 
        2px 2px 5px rgba(0, 0, 0, 0.02),
        -2px -2px 5px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(0, 0, 0, 0.03),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}.CthanksHub a:active {
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.05),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
    transform: translateY(2px);
}.CthanksHub p {
    margin: 0;
    color: #000000;
    position: relative;
    z-index: 1;
    line-height: 1.7;
    font-size: 16px;
    transition: all 0.3s ease;
}

@keyframes gradientSlide {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@media (max-width: 991px) {.CthanksHub {
    padding: 5rem 0;
}.CthanksHub .Xlearn_guide {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.CthanksHub h5 {
    font-size: calc(22px * 1.05);
}.CthanksHub .Xlearn_guide > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}
}

@media (max-width: 767px) {.CthanksHub {
    padding: 4rem 0;
}.CthanksHub .Xlearn_guide {
    transform: none;
    padding: 2rem;
    clip-path: polygon(
            0 0,
            100% 0,
            97% 97%,
            3% 100%
        );
}.CthanksHub h5 {
    font-size: 22px;
    padding-left: 1rem;
}.CthanksHub h5::before {
    width: 4px;
}.CthanksHub a {
    padding: 0.5rem 1rem;
}.CthanksHub p {
    font-size: calc(16px - 1px);
}
}

@media (max-width: 575px) {.CthanksHub {
    padding: 3.5rem 0;
}.CthanksHub .container {
    padding: 0 1.5rem;
}.CthanksHub .Xlearn_guide {
    border-radius: 12px;
    clip-path: polygon(
            0 0,
            100% 0,
            96% 96%,
            4% 100%
        );
    padding: 1.75rem;
}.CthanksHub h5 {
    padding-left: 0.8rem;
    font-size: calc(22px - 2px);
}.CthanksHub h5::before {
    width: 3px;
}.CthanksHub .Xlearn_guide > div:first-child {
    margin-bottom: 1.2rem;
    padding-bottom: 1rem;
}.CthanksHub a {
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
}.CthanksHub p {
    line-height: 1.6;
    font-size: calc(16px - 2px);
}}footer {
    margin-top: 0;
    position: relative;
    background-color: #000000;
}footer::before {
    opacity: 0.9;
    width: 100%;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(to right,
    #000000 0%,
    rgb(171,206,175,0.5) 50%,
    #000000 100%);
    height: 100%;
    top: 0;
    left: 0;
}.osustain_cta {
    background-color: transparent;
    z-index: 5;
    position: relative;
    padding: 60px 0 40px;
}.osustain_cta .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    display: grid;
    position: relative;
}.osustain_cta .company_holder {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    grid-column: span 4;
    padding: 30px;
    position: relative;
}.osustain_cta .company_holder h3 {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    position: relative;
    color: #ffffff;
}.osustain_cta .company_holder h3::after {
    left: 0;
    background: rgb(171,206,175);
    position: absolute;
    width: 100%;
    bottom: -8px;
    height: 2px;
    content: "";
}.osustain_cta .Cpartner_logo {
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
    font-size: 16px;
}.osustain_cta .Bconverter {
    grid-gap: 30px;
    display: grid;
    grid-column: span 8;
    grid-template-columns: repeat(2, 1fr);
}.osustain_cta .Rmain_base {
    border-radius: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
}.osustain_cta .Rmain_base h5 {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    font-size: 22px;
    color: #ffffff;
}.osustain_cta .Rmain_base h5::after {
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -8px;
    content: "";
    left: 0;
    background: rgb(115,186,127);
}.osustain_cta .Rmain_base .Lheader_train {
    grid-gap: 15px;
    display: grid;
}.osustain_cta .Rmain_base .Lheader_train a {
    display: block;
    color: #ffffff;
    transition: color 0.3s ease, transform 0.3s ease;
    opacity: 0.8;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
}.osustain_cta .Rmain_base .Lheader_train a::before {
    position: absolute;
    background: rgb(115,186,127);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0;
    width: 6px;
    content: "";
    height: 6px;
}.osustain_cta .Rmain_base .Lheader_train a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(171,206,175);
}.Pintern_opp {
    padding: 25px 0;
    z-index: 5;
    margin-top: 40px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
}.Pintern_opp .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.Pintern_opp .Gsyllabus_ref {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.7;
    text-align: center;
}

@media (max-width: 991px) {.osustain_cta .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.osustain_cta .company_holder {
    grid-column: span 12;
}.osustain_cta .Bconverter {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.osustain_cta {
    padding: 40px 0 30px;
}.osustain_cta .Bconverter {
    grid-template-columns: 1fr;
}.osustain_cta .company_holder {
    padding: 25px;
}.osustain_cta .Rmain_base {
    padding: 25px;
}.osustain_cta .company_holder h3 {
    font-size: calc(30px - 2px);
}.osustain_cta .Rmain_base h5 {
    font-size: calc(22px - 1px);
}
}

@media (max-width: 575px) {.osustain_cta {
    padding: 30px 0 20px;
}.osustain_cta .company_holder,
  .osustain_cta .Rmain_base {
    padding: 20px;
}.osustain_cta .company_holder h3 {
    font-size: calc(30px - 4px);
}.Pintern_opp {
    padding: 20px 0;
}}

.osustain_cta .company_holder:hover,
.osustain_cta .Rmain_base:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}.osustain_cta .container::before {
    content: "";
    height: 100%;
    left: 0;
    background: 
    linear-gradient(to right, rgb(171,206,175,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(171,206,175,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    z-index: -1;
    top: 0;
    pointer-events: none;
    width: 100%;
    position: absolute;
    opacity: 0.05;
}.osustain_cta .company_holder::before {
    width: 5px;
    top: 0;
    background: rgb(171,206,175);
    opacity: 0.5;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
}.osustain_cta .Rmain_base::before {
    width: 5px;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    background: rgb(115,186,127);
    top: 0;
    opacity: 0.5;
}footer::after {
    content: "";
    width: 100%;
    position: absolute;
    opacity: 0.3;
    height: 5px;
    z-index: 2;
    background: linear-gradient(to right,
    rgb(171,206,175),
    rgb(115,186,127),
    rgb(171,206,175));
    bottom: 0;
    left: 0;
}.osustain_cta .Lheader_train {
    position: relative;
}.osustain_cta .Lheader_train::after {
    position: absolute;
    background: rgb(115,186,127,0.5);
    content: "";
    height: 1px;
    left: 0;
    width: 100%;
    bottom: -15px;
    opacity: 0.2;
}.osustain_cta .Rmain_base h5,
.osustain_cta .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}.osustain_cta .Rmain_base:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}.osustain_cta .Rmain_base:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.Pintern_opp .Gsyllabus_ref {
    position: relative;
    display: inline-block;
}.Pintern_opp .Gsyllabus_ref::before {
    left: -40px;
    height: 1px;
    opacity: 0.5;
    width: 30px;
    content: "";
    transform: translateY(-50%);
    position: absolute;
    background: rgb(171,206,175);
    top: 50%;
}.Pintern_opp .Gsyllabus_ref::after {
    top: 50%;
    position: absolute;
    background: rgb(171,206,175);
    opacity: 0.5;
    width: 30px;
    content: "";
    right: -40px;
    height: 1px;
    transform: translateY(-50%);
}header {
    position: relative;
    padding: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    width: 100%;
    z-index: 100;
    background: #ffffff;
}header::before {
    width: 35%;
    left: 0;
    background: linear-gradient(135deg, rgb(171,206,175), rgb(115,186,127));
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    z-index: 0;
}header .container {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 100%;
}header .gnav_train {
    height: 100%;
    align-items: stretch;
    display: flex;
}header .cmain_top {
    align-items: center;
    justify-content: center;
    text-decoration: none;
    display: flex;
    width: 35%;
    padding: 1.2rem 0;
    position: relative;
}header .cmain_top svg {
    height: auto;
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
}header .cmain_top:hover svg {
    transform: scale(1.05);
}header .Rmain_base {
    gap: 0.5rem;
    display: flex;
    padding: 1.2rem 3%;
    position: relative;
    width: 65%;
    align-items: center;
    justify-content: flex-start;
}header .Rmain_base::before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(171,206,175,0.5), transparent);
    left: 0;
    content: '';
}header .Knav_pro {
    border-radius: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    background: #ffffff;
    font-size: 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    font-weight: 600;
}header .Knav_pro::before {
    position: absolute;
    width: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    content: '';
    z-index: -1;
    background: linear-gradient(135deg, rgb(171,206,175,0.5), rgb(115,186,127,0.5));
    border-radius: 10px;
    opacity: 0;
    height: 100%;
    left: 0;
}header .Knav_pro:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}header .Knav_pro:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header::before {
    width: 30%;
}header .cmain_top {
    width: 30%;
    padding: 1rem 0;
}header .cmain_top svg {
    width: 130px;
}header .Rmain_base {
    gap: 0.5rem;
    width: 70%;
    padding: 1rem 2.5%;
}header .Knav_pro {
    padding: 0.5rem 1rem;
    font-size: calc(18px);
}
}

@media (max-width: 767px) {header {
    background: rgb(219,230,220);
}header::before {
    height: auto;
    bottom: 50%;
    top: 0;
    width: 100%;
}header .gnav_train {
    align-items: center;
    flex-direction: column;
}header .cmain_top {
    padding: 0.8rem 0;
    width: 100%;
}header .cmain_top svg {
    width: 120px;
}header .Rmain_base {
    padding: 0.8rem 0;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
}header .Rmain_base::before {
    height: 1px;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(171,206,175,0.5), transparent);
    top: 0;
}header .Knav_pro {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header .cmain_top {
    padding: 0.7rem 0;
}header .cmain_top svg {
    width: 110px;
}header .Rmain_base {
    justify-content: flex-start;
    padding: 0.7rem 2%;
    overflow-x: auto;
    width: 100%;
    flex-wrap: nowrap;
}header .Rmain_base::-webkit-scrollbar {
    height: 3px;
}header .Rmain_base::-webkit-scrollbar-thumb {
    background: rgb(171,206,175);
    border-radius: 10px;
}header .Knav_pro {
    font-size: calc(18px - 1px);
    flex-shrink: 0;
    margin-right: 2px;
    padding: 0.45rem 0.9rem;
    white-space: nowrap;
}}.Fconnect_form {
    padding: 110px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(125deg, rgb(219,230,220) 0%, rgb(219,230,220) 60%, rgb(171,206,175,0.5) 100%);
}.Fconnect_form::before {
    right: 0;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(171,206,175,0.5),
        rgb(171,206,175,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    position: absolute;
    opacity: 0.05;
    width: 50%;
    height: 100%;
    top: 0;
    content: "";
}.Fconnect_form .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.Fconnect_form h2 {
    margin-bottom: 50px;
    position: relative;
    color: #000000;
    font-weight: 700;
    text-align: center;
    font-size: 34px;
    font-family: Arial, sans-serif;
}.Fconnect_form h2::before {
    border-radius: 2px;
    left: 50%;
    position: absolute;
    bottom: -15px;
    content: "";
    height: 4px;
    transform: translateX(-50%);
    background: rgb(171,206,175);
    width: 60px;
}.Fconnect_form .sreach_query {
    background: transparent;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 450px;
    align-items: center;
    gap: 40px;
}.Fconnect_form .Nimg_card_item {
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 550px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    border-radius: 26px;
}.Fconnect_form .Nimg_card_item:hover {
    transform: perspective(1000px) rotateY(0deg);
}.Fconnect_form .Pinquiry_reach {
    background: #ffffff;
    position: relative;
    border-radius: 26px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg);
    padding: 50px;
}.Fconnect_form .Pinquiry_reach:hover {
    transform: perspective(1000px) rotateY(0deg);
}.Fconnect_form form {
    width: 100%;
}.Fconnect_form form h3 {
    font-weight: 600;
    font-size: 21px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
}.Fconnect_form form input[type="text"] {
    border-radius: 10px;
    margin-bottom: 20px;
    background: rgb(219,230,220);
    font-size: 14px;
    color: #000000;
    padding: 16px 20px;
    border: none;
    width: 100%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}.Fconnect_form form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(171,206,175);
}.Fconnect_form form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.Fconnect_form .Omessage_support {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.Fconnect_form .Omessage_support input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.Fconnect_form .Omessage_support label {
    font-size: 13px;
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}.Fconnect_form .Omessage_support label::before {
    left: 0;
    border-radius: 4px;
    height: 22px;
    top: 2px;
    content: "";
    position: absolute;
    width: 22px;
    background: rgb(219,230,220);
    transition: all 0.3s ease;
}.Fconnect_form .Omessage_support input[type="checkbox"]:checked + label::before {
    background: rgb(171,206,175);
}.Fconnect_form .Omessage_support input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    width: 6px;
    left: 8px;
    position: absolute;
    top: 6px;
    height: 10px;
    content: "";
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
}.Fconnect_form .Omessage_support label a {
    color: rgb(171,206,175);
    transition: all 0.3s ease;
    text-decoration: none;
}.Fconnect_form .Omessage_support label a:hover {
    color: rgb(115,186,127);
}.Fconnect_form form .Zquery_list {
    padding: 16px 35px;
    overflow: hidden;
    background: rgb(171,206,175);
    border-radius: 10px;
    border: none;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}.Fconnect_form form .Zquery_list::after {
    height: 100%;
    z-index: 0;
    right: 0;
    position: absolute;
    content: "";
    background: rgb(115,186,127);
    width: 0;
    transition: width 0.3s ease;
    top: 0;
}.Fconnect_form form .Zquery_list:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}.Fconnect_form form .Zquery_list span {
    z-index: 1;
    position: relative;
}.Fconnect_form svg {
    fill: rgb(171,206,175);
    width: 22px;
    height: 22px;
}.Fconnect_form svg path {
    transition: fill 0.3s ease;
    fill: rgb(171,206,175);
}

@media screen and (max-width: 1100px) {.Fconnect_form .sreach_query {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.Fconnect_form .Nimg_card_item {
    height: 500px;
}.Fconnect_form .Pinquiry_reach {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.Fconnect_form {
    padding: 80px 0;
}.Fconnect_form .sreach_query {
    grid-template-columns: 1fr;
    gap: 40px;
}.Fconnect_form .Nimg_card_item {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.Fconnect_form .Pinquiry_reach {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.Fconnect_form {
    padding: 60px 0;
}.Fconnect_form h2 {
    margin-bottom: 40px;
}.Fconnect_form .Nimg_card_item {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.Fconnect_form {
    padding: 50px 0;
}.Fconnect_form h2 {
    font-size: calc(34px * 0.85);
}.Fconnect_form .Nimg_card_item {
    height: 250px;
}.Fconnect_form .Pinquiry_reach {
    padding: 30px 25px;
}.Fconnect_form form h3 {
    font-size: calc(21px * 0.9);
}.Fconnect_form form .Zquery_list {
    width: 100%;
}}.rour_team {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(171,206,175,0.5) 0%, rgb(219,230,220) 100%);
    overflow: hidden;
}.rour_team::before {
    background-image: repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(#000000, 0.03) 40px, rgba(#000000, 0.03) 41px),
                      repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(#000000, 0.03) 40px, rgba(#000000, 0.03) 41px);
    position: absolute;
    left: -10%;
    height: 120%;
    content: "";
    z-index: 0;
    transform: rotate(3deg);
    width: 120%;
    top: -10%;
}.rour_team::after {
    width: 35%;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(115,186,127,0.5) 70%);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
    right: 0;
    position: absolute;
}.rour_team .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.rour_team h1 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    transform: translateX(20px);
    color: #000000;
    font-size: 45px;
    margin-bottom: 60px;
}.rour_team h1::after {
    animation: expandLine 1.5s ease-out forwards;
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    background: linear-gradient(90deg, rgb(171,206,175), rgb(115,186,127));
    width: 80px;
    transform-origin: left center;
    height: 4px;
}.rour_team .Elearn_academy {
    position: relative;
}.rour_team .Elearn_academy ul {
    display: grid;
    margin: 0;
    list-style: none;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 0;
}.rour_team .Alearn_roots {
    z-index: 1;
    padding: 40px 35px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    border-radius: 3px;
    position: relative;
    background: #ffffff;
}.rour_team .Alearn_roots::before {
    z-index: -1;
    top: 0;
    left: 0;
    width: 6px;
    transition: height 0.5s ease;
    content: "";
    height: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(171,206,175), rgb(115,186,127));
}.rour_team .Alearn_roots:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
}.rour_team .Alearn_roots:hover::before {
    height: 100%;
}.rour_team .Alearn_roots h4 {
    margin-bottom: 20px;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    padding-bottom: 15px;
    font-size: 21px;
    color: #000000;
    font-weight: 600;
}.rour_team .Alearn_roots:hover h4 {
    color: rgb(171,206,175);
    transform: translateX(8px);
}.rour_team .Alearn_roots h4::after {
    content: "";
    height: 3px;
    left: 0;
    width: 40px;
    bottom: 0;
    transition: width 0.3s ease, background 0.3s ease;
    position: absolute;
    background: rgb(115,186,127);
}.rour_team .Alearn_roots:hover h4::after {
    width: 60px;
    background: rgb(171,206,175);
}.rour_team .Alearn_roots div {
    font-size: 13px;
    color: #000000;
    position: relative;
    overflow-y: auto;
    line-height: 1.7;
    max-height: 300px;
    padding-right: 10px;
    font-family: Arial, sans-serif;
}.rour_team .Alearn_roots div::-webkit-scrollbar {
    width: 6px;
}.rour_team .Alearn_roots div::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.05);
}.rour_team .Alearn_roots div::-webkit-scrollbar-thumb {
    background: rgb(115,186,127,0.5);
    border-radius: 3px;
}.rour_team .Alearn_roots div::-webkit-scrollbar-thumb:hover {
    background: rgb(115,186,127);
}

@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 80px;
        opacity: 1;
    }
}

@media screen and (max-width: 992px) {.rour_team {
    padding: 90px 0 70px;
}.rour_team::after {
    width: 25%;
}.rour_team h1 {
    margin-bottom: 50px;
}.rour_team .Elearn_academy ul {
    gap: 30px;
}
}

@media screen and (max-width: 768px) {.rour_team {
    padding: 70px 0 50px;
}.rour_team::before {
    opacity: 0.5;
}.rour_team::after {
    display: none;
}.rour_team h1 {
    transform: translateX(0);
    margin-bottom: 40px;
}.rour_team .Elearn_academy ul {
    gap: 25px;
    grid-template-columns: 1fr;
}.rour_team .Alearn_roots {
    padding: 30px 25px;
}
}

@media screen and (max-width: 480px) {.rour_team {
    padding: 50px 0 40px;
}.rour_team h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 30px;
}.rour_team h1::after {
    height: 3px;
    bottom: -10px;
}.rour_team .Alearn_roots {
    padding: 25px 20px;
}.rour_team .Alearn_roots h4 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}.rour_team .Alearn_roots div {
    max-height: 250px;
    font-size: calc(13px * 0.95);
}}.Fcookie_warning_overlay {
    animation: slideIn 0.5s ease-in-out;
    z-index: 90;
    background: rgb(115,186,127);
    position: fixed;
    width: 100%;
    box-shadow: 0 -10px 30px rgb(171,206,175,0.5);
    border-top: 2px solid rgb(171,206,175);
    bottom: 0;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.jcookie_customize {
    background: linear-gradient(135deg, rgb(115,186,127) 0%, rgba(0, 0, 0, 0.5) 100%);
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgb(171,206,175,0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
}.Vcookie_review {
    box-shadow: 0 0 15px rgb(171,206,175);
    border-radius: 12px;
    margin-right: 20px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    flex-shrink: 0;
}.Vcookie_review svg, .Vcookie_review svg path {
    fill: rgb(171,206,175);
    height: 60px;
    transition: transform 0.3s ease;
    width: 60px;
}.Vcookie_review:hover svg {
    transform: rotate(20deg);
}.tedu_cookie {
    min-width: 300px;
    color: #ffffff;
    flex: 1;
}.tedu_cookie h5 {
    text-shadow: 0 0 10px rgb(171,206,175);
    font-size: 19px;
    margin-bottom: 10px;
    color: rgb(171,206,175);
    font-weight: 700;
}.tedu_cookie p {
    font-size: 18px;
    text-shadow: 0 0 5px rgb(171,206,175,0.5);
    margin-bottom: 0;
    color: #ffffff;
}.dcookie_view {
    white-space: nowrap;
    background: rgb(171,206,175);
    cursor: pointer;
    margin-left: 10px;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 12px 25px;
    color: #000000;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(171,206,175,0.5);
}.dcookie_view:hover {
    box-shadow: 0 0 20px rgb(115,186,127,0.5);
    background: rgb(115,186,127);
}.Fcookie_warning_overlay p a {
    color: rgb(171,206,175);
    transition: color 0.3s ease;
    text-decoration: underline;
}.Fcookie_warning_overlay p a:hover {
    color: rgb(115,186,127);
}#icookie_window_box {
    display: none;
}#icookie_window_box:checked ~ .Fcookie_warning_overlay {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.Fcookie_warning_overlay {
    padding: 20px;
}.jcookie_customize {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.Vcookie_review {
    display: none;
}.jcookie_customize {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.tedu_cookie {
    text-align: center;
    margin-bottom: 20px;
}.Fcookie_warning_overlay h5, .Fcookie_warning_overlay p {
    text-align: center;
}.dcookie_view {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}}
.Lpricing_shelf {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.Lpricing_shelf::before {
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
    content: "";
    top: 0;
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(20, 20, 40, 0.75) 100%);
}.Lpricing_shelf .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.Lpricing_shelf .Tvalue_plan {
    perspective: 1000px;
}.Lpricing_shelf h2 {
    transform: translateZ(30px);
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    font-size: 29px;
}.Lpricing_shelf .wtrial_rates {
    color: #ffffff;
    margin: 0 auto 50px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    transform: translateZ(20px);
    line-height: 1.6;
    opacity: 0.9;
    max-width: 700px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}.Lpricing_shelf .Mcost_matrix {
    list-style: none;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    display: grid;
}.Lpricing_shelf .Mcost_matrix li {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
}.Lpricing_shelf .ylearn_rates {
    text-decoration: none;
    transform-style: preserve-3d;
    display: block;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
}.Lpricing_shelf .imonthly_plan {
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    overflow: hidden;
    height: 100%;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.07) 0%,
        rgba(255, 255, 255, 0.03) 100%);
}.Lpricing_shelf .imonthly_plan::before {
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(171,206,175) 0%,
        rgb(115,186,127) 100%);
    content: "";
    left: 0;
    transform: scaleX(0.92);
    top: 0;
    right: 0;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 5px;
}.Lpricing_shelf .imonthly_plan::after {
    background: linear-gradient(90deg, 
        rgb(115,186,127,0.5) 0%,
        rgb(171,206,175,0.5) 100%);
    opacity: 0.7;
    transform-origin: bottom;
    content: "";
    bottom: -2px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    right: 10px;
    height: 2px;
    left: 10px;
    position: absolute;
}.Lpricing_shelf .Fprice_options {
    transform: translateZ(10px);
    padding: 35px 30px;
}.Lpricing_shelf .Fprice_options h4 {
    display: inline-block;
    transform: translateZ(5px);
    margin: 0 0 20px;
    position: relative;
    color: #ffffff;
    font-size: calc(21px * 1.1);
    font-weight: 700;
}.Lpricing_shelf .Fprice_options h4::after {
    height: 3px;
    position: absolute;
    content: "";
    width: 40px;
    bottom: -8px;
    background: rgb(171,206,175);
    transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
    left: 0;
}.Lpricing_shelf .Fprice_options p {
    line-height: 1.6;
    opacity: 0.85;
    font-size: 12px;
    margin: 0 0 25px;
    max-height: 250px;
    overflow-wrap: break-word;
    color: #ffffff;
    padding-right: 5px;
    word-wrap: break-word;
    font-weight: 400;
    overflow-y: auto;
    hyphens: auto;
}.Lpricing_shelf .Fprice_options p::-webkit-scrollbar {
    width: 4px;
}.Lpricing_shelf .Fprice_options p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(171,206,175,0.5);
}.Lpricing_shelf .Ybundle_price {
    display: block;
    text-align: right;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 700;
    margin-top: 20px;
    transform: translateZ(15px);
    font-size: calc(21px * 1.2);
}.Lpricing_shelf .Ybundle_price::before {
    height: 10px;
    content: "";
    margin-right: 8px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(171,206,175);
    width: 10px;
    display: inline-block;
    transform: translateY(-2px);
    background: rgb(171,206,175);
}.Lpricing_shelf .Mcost_matrix li:hover {
    transform: translateY(-5px) scale(1.02);
}.Lpricing_shelf .Mcost_matrix li:hover .imonthly_plan {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3),
                0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
    transform: translateZ(20px);
}.Lpricing_shelf .Mcost_matrix li:hover .imonthly_plan::before {
    transform: scaleX(1);
}.Lpricing_shelf .Mcost_matrix li:hover .imonthly_plan::after {
    transform: scaleY(1.5);
    opacity: 0.9;
}.Lpricing_shelf .Mcost_matrix li:hover .Fprice_options h4::after {
    width: 100%;
}

@media (max-width: 991px) {.Lpricing_shelf {
    padding: 80px 0;
}.Lpricing_shelf h2 {
    font-size: calc(29px * 0.9);
}.Lpricing_shelf .Mcost_matrix {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.Lpricing_shelf .Fprice_options {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.Lpricing_shelf {
    padding: 60px 0;
}.Lpricing_shelf h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 15px;
}.Lpricing_shelf .wtrial_rates {
    margin-bottom: 40px;
    font-size: calc(12px * 0.95);
}.Lpricing_shelf .Mcost_matrix {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.Lpricing_shelf .Fprice_options {
    padding: 25px 20px;
}.Lpricing_shelf .Fprice_options h4 {
    font-size: 21px;
}.Lpricing_shelf .Ybundle_price {
    font-size: calc(21px * 1.1);
}
}

@media (max-width: 480px) {.Lpricing_shelf {
    padding: 50px 0;
}.Lpricing_shelf h2 {
    font-size: calc(29px * 0.7);
}.Lpricing_shelf .wtrial_rates {
    font-size: calc(12px * 0.9);
}.Lpricing_shelf .Fprice_options {
    padding: 20px 15px;
}.Lpricing_shelf .Fprice_options p {
    font-size: calc(12px * 0.9);
    max-height: 200px;
    line-height: 1.5;
}}.Tstudy_process {
    overflow: hidden;
    background-color: rgb(219,230,220);
    padding: 120px 0;
    position: relative;
}.Tstudy_process::before {
    z-index: 1;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(171,206,175,0.5) 0%, transparent 50%),
                radial-gradient(circle at 70% 20%, rgb(115,186,127,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    opacity: 0.15;
    position: absolute;
    content: '';
}.Tstudy_process .Xlearn_guide {
    z-index: 2;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    padding: 0 20px;
    position: relative;
}.Tstudy_process .otext_bubble {
    width: 55%;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-left: 3px solid rgb(171,206,175);
    position: relative;
    padding: 60px;
    overflow: hidden;
    margin-left: 15%;
}.Tstudy_process .otext_bubble::before {
    z-index: -1;
    content: '';
    top: 0;
    width: 100%;
    background-size: 20px 20px;
    opacity: 0.1;
    background-image: 
        linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    position: absolute;
    left: 0;
    height: 100%;
}.Tstudy_process .otext_bubble::after {
    border-radius: 50%;
    height: 150px;
    content: '';
    z-index: -1;
    top: 0;
    background-image: conic-gradient(
        from 0deg at 50% 50%,
        rgb(171,206,175) 0deg,
        transparent 60deg,
        transparent 180deg,
        rgb(115,186,127) 240deg,
        transparent 300deg
    );
    transform: translate(50%, -50%);
    width: 150px;
    opacity: 0.15;
    position: absolute;
    animation: spin 20s linear infinite;
    right: 0;
}.Tstudy_process .otext_bubble h2 {
    display: inline-block;
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 35px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 29px;
}.Tstudy_process .otext_bubble h2::before {
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.7;
    left: 0;
    z-index: -1;
    animation: glitch 5s infinite;
    position: absolute;
    color: rgb(171,206,175);
    top: 0;
    filter: blur(8px);
}.Tstudy_process .otext_bubble h2::after {
    content: '';
    width: 40px;
    background-color: rgb(171,206,175);
    height: 4px;
    left: 0;
    position: absolute;
    bottom: -10px;
    transition: width 0.3s ease;
}.Tstudy_process .otext_bubble:hover h2::after {
    width: 100%;
}.Tstudy_process .otext_bubble p {
    font-size: 18px;
    opacity: 0.85;
    color: #ffffff;
    z-index: 2;
    position: relative;
    line-height: 1.8;
}.Tstudy_process .Xlearn_guide::before,
.Tstudy_process .Xlearn_guide::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}.Tstudy_process .Xlearn_guide::before {
    background-color: rgb(171,206,175);
    width: 10px;
    left: 10%;
    height: 10px;
    top: 40px;
    animation: particle1 15s infinite alternate;
    box-shadow: 0 0 20px rgb(171,206,175);
}.Tstudy_process .Xlearn_guide::after {
    right: 5%;
    background-color: rgb(115,186,127);
    bottom: 60px;
    width: 15px;
    animation: particle2 20s infinite alternate-reverse;
    box-shadow: 0 0 30px rgb(115,186,127);
    height: 15px;
}.Tstudy_process::after {
    content: '';
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(171,206,175) 20%, 
        rgb(171,206,175) 40%, 
        transparent 40.1%, 
        transparent 60%, 
        rgb(115,186,127) 60%, 
        rgb(115,186,127) 80%, 
        transparent 100%
    );
    bottom: 0;
    height: 2px;
}.Tstudy_process .otext_bubble p::after {
    top: 0;
    left: -100%;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.05), 
        transparent
    );
    animation: digital-wave 8s infinite;
    position: absolute;
}.Tstudy_process .otext_bubble::before {
    position: absolute;
    content: '';
    width: 100%;
    opacity: 0.05;
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(171,206,175,0.5) 25px, rgb(171,206,175,0.5) 26px, transparent 27px),
        linear-gradient(90deg, transparent 24px, rgb(171,206,175,0.5) 25px, rgb(171,206,175,0.5) 26px, transparent 27px);
    background-size: 50px 50px;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
}@keyframes spin {
    0% {
        transform: translate(50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, -50%) rotate(360deg);
    }
}

@keyframes glitch {
    0%, 100% {
        opacity: 0.1;
        transform: translateX(0);
    }
    20% {
        opacity: 0.5;
        transform: translateX(-2px);
    }
    40% {
        opacity: 0.3;
        transform: translateX(2px);
    }
    60% {
        opacity: 0.4;
        transform: translateX(-1px);
    }
    80% {
        opacity: 0.2;
        transform: translateX(1px);
    }
}

@keyframes particle1 {
    0% {
        transform: translate(0, 0);
        opacity: 0.6;
    }
    25% {
        transform: translate(30px, 30px);
        opacity: 0.8;
    }
    50% {
        transform: translate(60px, 0);
        opacity: 0.6;
    }
    75% {
        transform: translate(30px, -30px);
        opacity: 0.8;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.6;
    }
}

@keyframes particle2 {
    0% {
        transform: translate(0, 0);
        opacity: 0.7;
    }
    33% {
        transform: translate(-40px, 20px);
        opacity: 0.9;
    }
    66% {
        transform: translate(-20px, -40px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.9;
    }
}

@keyframes digital-wave {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

.Tstudy_process .otext_bubble p {
    overflow: hidden;
    position: relative;
}.Tstudy_process .otext_bubble p::before {
    opacity: 0.3;
    z-index: 1;
    animation: scan 4s linear infinite;
    content: '';
    background-color: rgb(171,206,175,0.5);
    height: 2px;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}@keyframes scan {
    0% {
        top: 0;
    }
    100% {
        top: 100%;
    }
}

.Tstudy_process .otext_bubble:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(171,206,175,0.5),
                0 0 20px rgb(171,206,175,0.5);
}

@media screen and (max-width: 992px) {.Tstudy_process {
    padding: 80px 0;
}.Tstudy_process .otext_bubble {
    margin-left: 10%;
    width: 65%;
    padding: 40px 30px;
}.Tstudy_process .otext_bubble::after {
    width: 100px;
    height: 100px;
}.Tstudy_process .Xlearn_guide::before {
    top: 20px;
}.Tstudy_process .Xlearn_guide::after {
    bottom: 30px;
}
}

@media screen and (max-width: 768px) {.Tstudy_process {
    padding: 60px 0;
}.Tstudy_process .otext_bubble {
    padding: 30px 20px;
    width: 100%;
    margin-left: 0;
}.Tstudy_process .otext_bubble h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.9);
}.Tstudy_process .otext_bubble::after {
    height: 80px;
    width: 80px;
}.Tstudy_process .Xlearn_guide::before,
    .Tstudy_process .Xlearn_guide::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.Tstudy_process {
    padding: 40px 0;
}.Tstudy_process .otext_bubble {
    border-radius: calc(26px * 0.8);
    padding: 25px 15px;
}.Tstudy_process .otext_bubble h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 20px;
}.Tstudy_process .otext_bubble h2::after {
    width: 30px;
}.Tstudy_process .otext_bubble p {
    font-size: calc(18px * 0.9);
}.Tstudy_process::after {
    height: 1px;
}}

.Tstudy_process .otext_bubble h2 {
    position: relative;
}.Tstudy_process .otext_bubble h2::before {
    height: calc(100% + 10px);
    animation: glitch 5s infinite;
    background-color: rgb(171,206,175);
    top: -5px;
    filter: blur(10px);
    position: absolute;
    z-index: -1;
    left: -5px;
    opacity: 0.1;
    width: calc(100% + 10px);
    content: '';
}