﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

svg {
    width: 30px;
    height: 30px;
}

html,body {
    auto
contain
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
}

.w-who-we-are .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}

.w-who-we-are h1::after {
    content: "";
    background: linear-gradient(90deg, rgb(137,163,161) 0%, rgb(102,125,120) 100%);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 2px;
    width: 80px;
    bottom: -15px;
    height: 4px;
}

.w-who-we-are .u-skill-lab h4 {
    display: inline-block;
    font-size: 24px;
    position: relative;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}

.w-who-we-are .u-skill-lab div {
    color: #000000;
    opacity: 0.9;
    padding-right: 15px;
    font-size: 12px;
    max-height: 300px;
    font-weight: 400;
    line-height: 1.8;
    overflow-y: auto;
}

.c-program-outcomes::before {
    opacity: 0.15;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(102,125,120,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(137,163,161,0.5) 0%, transparent 40%);
}

.c-program-outcomes .c-learn-spot > div:first-child::before {
    background: linear-gradient(45deg, rgb(137,163,161,0.5), transparent);
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    opacity: 0.2;
    top: 0;
    content: "";
    transition: opacity 0.5s ease;
    height: 100%;
}

.c-program-outcomes ul {
    gap: 24px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    list-style: none;
}

.c-program-outcomes li:hover::before {
    height: 100%;
}

.c-program-outcomes li svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    transform: translateY(-2px);
    height: 24px;
    margin-right: 16px;
    width: 24px;
}

.z-cookie-warning-popup {
    transition: transform 0.3s ease-in-out;
    transform: translateY(100%);
    background: rgb(102,125,120);
    border-top: 3px solid rgb(102,125,120);
    animation: slideUp 0.5s forwards;
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 90;
    position: fixed;
    bottom: 0;
}

.v-edu-settings:hover {
    box-shadow: 0 0 20px rgb(102,125,120);
}

.z-cookie-warning-popup p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(137,163,161);
}

header .R-head-master {
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: relative;
    padding: 25px 30px;
}

header .R-head-master {
    flex-direction: column;
    padding: 20px 15px;
}

header .R-head-master .y-main-mainwrap .Y-main-navbar svg {
    height: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: auto;
}

header .R-head-master .J-nav-pagebar .t-site-prime a {
    overflow: hidden;
    color: #000000;
    padding: 8px 0;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    font-size: 13px;
    display: block;
}

header .R-head-master .J-nav-pagebar .t-site-prime a {
    font-size: calc(13px - 1px);
    padding: 5px 0;
}

.u-test-drive {
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient(135deg, rgb(137,163,161) 0%, rgb(102,125,120) 100%);
    position: relative;
    padding: 120px 0;
}

.u-test-drive h2 {
    letter-spacing: 0.02em;
    text-align: center;
    line-height: 1.4;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    transform: perspective(1000px) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 33px;
    color: #ffffff;
    margin-bottom: 40px;
    max-width: 800px;
}

.u-test-drive .c-learn-spot:hover svg path {
    fill: #ffffff;
}

.u-test-drive .M-contact-query::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    z-index: -1;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    transition: left 0.7s ease;
}

.Z-developer-experience {
    perspective: 1000px;
    background: linear-gradient(90deg, rgb(172,200,198) 30%, rgb(102,125,120,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
}

.Z-developer-experience .g-main-photo {
    transition: all 0.7s ease;
    border-radius: 0;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    transform: translateZ(30px);
    height: 450px;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
}

.Z-developer-experience .p-employee-view div:nth-child(2) {
    margin-bottom: 2rem;
    transform: translateZ(15px);
    transition: transform 0.5s ease 0.1s;
    font-weight: 600;
    font-size: 19px;
    color: rgb(102,125,120);
}

.Z-developer-experience .q-review-experiences:hover .p-employee-view {
    transform: translateZ(30px) translateX(20px);
}

footer {
    z-index: 1;
    position: relative;
}

footer::after {
    right: 0;
    position: absolute;
    content: "";
    left: 0;
    background-size: 20px 20px;
    z-index: -1;
    bottom: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    top: 0;
}

.S-assign-help .b-gdpr-block {
    background: rgba(0, 0, 0, 0.15);
    margin: 0 1rem;
    padding: 1.5rem;
    font-size: 12px;
    line-height: 1.6;
    color: #ffffff;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
}

.S-assign-help .J-nav-pagebar h5 {
    background: rgba(255, 255, 255, 0.15);
    font-size: 23px;
    padding: 0.5rem 1.5rem;
    position: relative;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    display: inline-block;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-weight: 600;
}

.i-art-portal {
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    padding: 2rem 0;
    margin-top: 3rem;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}

.p-contact-section::after {
    position: absolute;
    top: 0;
    content: "";
    opacity: 0.07;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(rgb(102,125,120,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(102,125,120,0.5) 1px, transparent 1px);
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
}

.p-contact-section .g-main-photo::before {
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgba(rgb(137,163,161), 0.4), 
        rgba(rgb(102,125,120), 0.4)
    );
    inset: 0;
    content: "";
    z-index: 1;
}

.p-contact-section form {
    z-index: 2;
    position: relative;
}

.p-contact-section form h3::after {
    width: 50%;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(137,163,161);
    bottom: -15px;
    height: 2px;
}

.p-contact-section form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}

.p-contact-section .X-query-widget label {
    color: #000000;
    cursor: pointer;
    line-height: 1.5;
    padding-left: 35px;
    font-size: 16px;
    position: relative;
}

.p-contact-section .X-query-widget label a {
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    color: rgb(137,163,161);
    text-decoration: none;
}

.p-contact-section .X-query-widget label a:hover::after {
    transform: scaleX(0);
    background: rgb(102,125,120);
}

.p-contact-section .M-contact-query:hover::before {
    width: 150%;
}

.p-contact-section svg path {
    stroke: rgb(137,163,161);
    transition: all 0.3s ease;
    fill: none;
}

.L-customer-opinions::before {
    right: -5%;
    opacity: 0.07;
    width: 40%;
    height: 70%;
    top: -10%;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(120deg, rgb(137,163,161,0.5) 0%, rgba(255,255,255,0) 80%);
    transform: rotate(-15deg) skewX(5deg);
}

.L-customer-opinions .E-rating-voices {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    gap: 30px;
    padding: 0;
}

.L-customer-opinions .q-review-experiences:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.L-customer-opinions .q-review-experiences img {
    width: 60px;
    border: 3px solid rgba(rgb(137,163,161,0.5), 0.1);
    border-radius: 50%;
    transition: transform 0.3s ease, border-color 0.3s ease;
    height: 60px;
    margin-right: 15px;
    object-fit: cover;
}

.L-customer-opinions .q-review-experiences:nth-child(even) {
    transform: perspective(1000px) rotateY(-1deg) translateZ(0);
}

.L-customer-opinions .E-rating-voices:hover .q-review-experiences:not(:hover) {
    opacity: 0.75;
}

.L-customer-opinions a::before {
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
}



.o-help-center .container {
    padding: 0 2rem;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.o-help-center .N-learn-chat:nth-child(1) {
    padding: 3rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border-radius: 19px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    border-left: 4px solid rgb(102,125,120);
    order: 1;
}

.o-help-center .M-get-contactcard {
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: calc(18px * 1.3);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.o-help-center .A-message-request h3::before {
    display: block;
    height: 12px;
    border-radius: 50%;
    content: '';
    width: 12px;
    background: rgb(102,125,120);
}

.o-help-center .V-contact-us span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    background: rgb(102,125,120,0.5);
}

.o-help-center .U-support-info {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}

.o-help-center .U-support-info a:nth-child(2) {
    border-left-color: rgb(137,163,161);
}

.o-help-center .U-support-info a:hover {
    background: #000000;
    transform: translateX(5px);
}

.o-help-center .U-support-info a span {
    display: flex;
    opacity: 0.7;
    gap: 0.75rem;
    font-size: calc(18px * 0.9);
    color: #ffffff;
    align-items: center;
}

.m-privacy-shell {
    display: flex;
    padding: 2rem;
    color: #ffffff;
    background-color: rgb(137,163,161);
    box-shadow: 0 0 10px rgb(137,163,161,0.5);
    font-family: Arial, sans-serif;
    flex-direction: column;
    gap: 1.5rem;
}

.m-privacy-shell ul li {
    gap: 1rem;
    border-radius: 10px;
    align-items: center;
    background-color: rgb(102,125,120,0.5);
    font-size: 14px;
    display: flex;
    font-weight: 400;
    padding: 0.5rem;
}

.v-price-item-element .container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}

.v-price-item-element .l-value-plan {
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 60px;
    transform: translateY(20px);
}

.v-price-item-element .R-offer-box {
    margin-top: 20px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.v-price-item-element .f-study-packages:nth-child(3) {
    --i: 3;
}

.v-price-item-element .f-study-packages:hover .D-learn-sub {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(137,163,161,0.5), 0.1);
}

.v-price-item-element .p-rate-list::before {
    background: linear-gradient(90deg, rgb(102,125,120), transparent);
    height: 3px;
    left: 0;
    border-radius: 2px;
    width: 40px;
    position: absolute;
    content: "";
    top: -10px;
}

.v-price-item-element .f-study-packages:hover .g-main-photo {
    transform: scale(1.05);
}

.f-course-structure {
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    overflow: hidden;
    background-color: rgb(172,200,198);
    min-height: 100vh;
}

.f-course-structure .P-program-track img {
    filter: brightness(0.85) contrast(1.1);
    transform: scale(1.05);
    transition: transform 0.7s ease-out;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.f-course-structure .c-learn-spot {
    max-width: 800px;
    position: relative;
    width: 100%;
}

.f-course-structure .S-knowledge {
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    position: relative;
    border-radius: 14px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3), 
        0 3px 10px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 4rem;
    transform: translateY(0);
    text-align: center;
}

.f-course-structure .S-knowledge {
    padding: 2rem 1.5rem;
}

.f-course-structure .S-knowledge:hover h3::after {
    width: 60%;
}

.f-course-structure .S-knowledge p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.8;
    color: #ffffff;
    margin-bottom: 2.5rem;
}

.f-course-structure .S-knowledge p {
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: calc(18px * 0.9);
}

.f-course-structure .S-knowledge .M-contact-query:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgb(137,163,161,0.5);
}

.f-course-structure .S-knowledge .M-contact-query:hover::before {
    opacity: 1;
}



.f-course-structure::before {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    opacity: 0.7;
    position: absolute;
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    z-index: 1;
}

.m-thxBox {
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(172,200,198) 0%, rgb(137,163,161,0.5) 100%);
}

.m-thxBox h2 {
    position: relative;
    line-height: 1.3;
    transform: translateX(-20px);
    font-size: 30px;
    margin-bottom: 40px;
    max-width: 800px;
    opacity: 0;
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
    animation: slideInTitle 1s ease-out forwards 0.3s;
}

.m-thxBox li::before {
    animation: pulse 2s infinite;
    left: 0;
    background: rgb(137,163,161);
    border-radius: 50%;
    width: 8px;
    box-shadow: 0 0 0 rgba(rgb(137,163,161), 0.4);
    position: absolute;
    top: 8px;
    height: 8px;
    content: "";
}

.x-welcome-section .d-page-begin::before {
    height: 100%;
    content: "";
    background: linear-gradient(135deg, 
    rgb(137,163,161,0.5) 0%,
    rgba(0, 0, 0, 0.6) 100%);
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.x-welcome-section .n-skill-studio:hover {
    box-shadow: 
    25px 25px 50px rgba(0, 0, 0, 0.4),
    inset 2px 2px 6px rgba(255, 255, 255, 0.3),
    inset -2px -2px 6px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}

.x-welcome-section h3 {
    transform: translateX(-10px);
    font-weight: 600;
    position: relative;
    animation: slideInTitle 0.8s cubic-bezier(0.17, 0.67, 0.32, 1.22) forwards 0.5s;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 1.5rem;
    opacity: 0;
    padding-left: 1rem;
    font-size: calc(24px * 1.05);
}

.O-teaching-process {
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(172,200,198) 0%, rgba(rgb(102,125,120,0.5), 0.05) 100%);
}

.O-teaching-process::after {
    background: linear-gradient(90deg, transparent, rgb(137,163,161), transparent);
    content: "";
    bottom: 0;
    height: 1px;
    position: absolute;
    width: 80%;
    opacity: 0.2;
    left: 10%;
}

.O-teaching-process .H-text-unit:hover {
    transform: translateZ(15px) translateX(5px);
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.12);
}

.O-teaching-process .H-text-unit:hover::before {
    transform: rotate(0deg);
    height: 70px;
    width: 70px;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 992px) {.w-who-we-are {
    padding: 120px 0;
}.w-who-we-are .container {
    padding: 0 40px;
}.w-who-we-are h1 {
    margin-bottom: 80px;
    font-size: calc(44px * 1.2);
}.w-who-we-are h1::after {
    height: 5px;
    width: 120px;
    bottom: -20px;
}.w-who-we-are .u-skill-lab {
    padding: 50px 45px;
}.w-who-we-are .u-skill-lab::before {
    width: 5px;
}.w-who-we-are .u-skill-lab h4 {
    margin-bottom: 25px;
    font-size: calc(24px * 1.1);
}
}



@media screen and (max-width: 767px) {.c-program-outcomes {
    padding: 80px 0;
}.c-program-outcomes h5 {
    padding: 0 20px;
    font-size: calc(23px * 0.9);
    margin-bottom: 40px;
}.c-program-outcomes .c-learn-spot {
    transform: none;
}.c-program-outcomes .H-text-unit {
    padding: 25px;
}.c-program-outcomes li {
    padding-left: 30px;
}.c-program-outcomes li p {
    line-height: 1.5;
    font-size: calc(18px * 0.95);
}.c-program-outcomes li svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}}



@media (max-width: 1200px) {.S-assign-help .container {
    gap: 2rem;
}.S-assign-help .company_holder {
    flex: 1 1 380px;
}.S-assign-help .M-eco-foot {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}



@media (max-width: 992px) {.S-assign-help {
    padding: 3.5rem 0 2rem;
}.S-assign-help .container {
    flex-direction: column;
    gap: 2.5rem;
}.S-assign-help .company_holder,
    .S-assign-help .M-eco-foot {
    flex: 1 1 100%;
    min-width: 100%;
}.S-assign-help .J-nav-pagebar {
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}
}



@media (max-width: 420px) {.S-assign-help .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.S-assign-help .company_holder h3 {
    padding: 0.4rem 1rem;
}.S-assign-help .J-nav-pagebar h5 {
    padding: 0.4rem 1rem;
}.S-assign-help .J-nav-pagebar .Q-main-info {
    padding: 1rem;
}.S-assign-help .J-nav-pagebar .Q-main-info a:hover {
    transform: translateX(3px);
}.i-art-portal .i-fellow-prog {
    padding: 0.6rem 1.5rem;
    width: 90%;
}}



@media (max-width: 768px) {.L-customer-opinions {
    padding: 60px 0 80px;
}.L-customer-opinions h2 {
    margin-bottom: 35px;
    font-size: calc(37px * 0.8);
}.L-customer-opinions .E-rating-voices {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.L-customer-opinions .q-review-experiences {
    padding: 25px;
}.L-customer-opinions .q-review-experiences::before {
    font-size: 100px;
}.L-customer-opinions a {
    padding: 10px 25px;
    margin-top: 30px;
}
}



@media (max-width: 480px) {.o-help-center {
    padding: 3rem 0;
}.o-help-center .container {
    padding: 0 1rem;
}.o-help-center .N-learn-chat {
    padding: 1.5rem;
}.o-help-center .N-learn-chat h2 {
    font-size: calc(31px * 0.8);
}.o-help-center .M-get-contactcard {
    font-size: 18px;
}.o-help-center .A-message-request {
    margin-top: 2rem;
    padding: 1.25rem;
}.o-help-center .V-contact-us {
    grid-template-columns: 1fr;
}.o-help-center .N-learn-chat .g-main-photo {
    min-height: 200px;
}.o-help-center .U-support-info a {
    padding: 1.25rem;
}.o-help-center .U-support-info a p {
    padding-left: 0;
}}



@media (hover: none) {.v-price-item-element .f-study-packages:hover .D-learn-sub {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.v-price-item-element .f-study-packages:hover .Z-value-deals h3 {
    transform: none;
}.v-price-item-element .f-study-packages:hover .p-rate-list {
    transform: none;
}.v-price-item-element .f-study-packages:hover .g-main-photo {
    transform: none;
}}



@media screen and (max-width: 576px) {.m-thxBox {
    padding: 50px 0 30px;
}.m-thxBox h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 25px;
}.m-thxBox .c-learn-spot {
    padding: 20px;
}.m-thxBox li span {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.m-thxBox h2::after {
    bottom: -10px;
    height: 2px;
    width: 60px;
}}



@media (max-width: 400px) {.x-welcome-section .n-skill-studio {
    padding: 1.5rem;
}.x-welcome-section h1 {
    font-size: calc(47px * 0.6);
}.x-welcome-section h3 {
    font-size: calc(24px * 0.85);
}.x-welcome-section p {
    font-size: calc(14px * 0.9);
}}



@media (max-width: 768px) {.O-teaching-process {
    padding: 3rem 1rem;
}.O-teaching-process h2 {
    font-size: calc(29px * 0.8);
    transform: translateZ(10px);
    margin-bottom: 1.5rem;
}.O-teaching-process .H-text-unit {
    padding: 1.75rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
}.O-teaching-process p {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.O-teaching-process .c-learn-spot:hover h2 {
    transform: translateZ(15px);
}.O-teaching-process .H-text-unit::before {
    top: -15px;
    width: 45px;
    height: 45px;
    left: -15px;
}
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

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



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb, 33, 150, 243), 0);
    }
}

