﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1195px;
}.J-nav-learning {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    auto;
}.i-search-foot {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}.x-outer-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}::-webkit-scrollbar {
    width: auto;
}::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 18.5rem;
}::-webkit-scrollbar-thumb {
    box-shadow: -2px 3px 11px 5px rgba(0, 0, 0, 0.2);
    border-radius: 11.2rem;
    border: 2px groove #ffffff;
    background: rgb(191,210,182,0.5);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(191,210,182,0.5);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.d-plan-wrapper {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.d-plan-wrapper::before {
    bottom: 0;
    backdrop-filter: blur(4px);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}.d-plan-wrapper .container {
    max-width: 1320px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.d-plan-wrapper .f-tuition-plans {
    align-items: center;
    flex-direction: column;
    width: 100%;
    display: flex;
}.d-plan-wrapper h2 {
    font-size: 29px;
    letter-spacing: 1px;
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    animation: fadeSlideUp 0.7s ease forwards;
    margin-bottom: 20px;
    font-weight: 700;
}.d-plan-wrapper .V-pricing-rates {
    margin-bottom: 50px;
    color: #ffffff;
    transform: translateY(20px);
    opacity: 0;
    font-size: 18px;
    max-width: 700px;
    line-height: 1.6;
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    text-align: center;
}.d-plan-wrapper .O-learning-deals {
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    gap: 30px;
    list-style: none;
}.d-plan-wrapper .O-learning-deals li {
    transform: translateY(30px);
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
    animation: fadeSlideUp 0.8s ease forwards;
    opacity: 0;
}.d-plan-wrapper .O-learning-deals li:nth-child(1) {
    --li-index: 1;
}.d-plan-wrapper .O-learning-deals li:nth-child(2) {
    --li-index: 2;
}.d-plan-wrapper .O-learning-deals li:nth-child(3) {
    --li-index: 3;
}.d-plan-wrapper .O-learning-deals li:nth-child(4) {
    --li-index: 4;
}.d-plan-wrapper .L-fee-pricing {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    border: 1px solid rgba(255,255,255,0.15);
    position: relative;
    overflow: hidden;
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    backdrop-filter: blur(10px);
}.d-plan-wrapper .L-fee-pricing::before {
    content: "";
    background: linear-gradient(90deg, rgb(191,210,182), rgb(155,187,140));
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
}.d-plan-wrapper .L-fee-pricing:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    transform: translateY(-10px) scale(1.02);
}.d-plan-wrapper .L-fee-pricing:hover::before {
    transform: scaleX(1);
}.d-plan-wrapper .s-cost-fee {
    flex-direction: column;
    display: flex;
    height: 100%;
    padding: 30px;
}.d-plan-wrapper .a-study-price {
    flex-direction: column;
    display: flex;
    height: 100%;
}.d-plan-wrapper .a-study-price h4 {
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    color: #ffffff;
    margin-top: 0;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    font-size: 18px;
}.d-plan-wrapper .a-study-price h4::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    position: absolute;
    background: rgb(155,187,140);
}.d-plan-wrapper .a-study-price p {
    overflow-wrap: break-word;
    color: rgba(255,255,255,0.8);
    margin-bottom: 25px;
    word-break: break-word;
    font-size: calc(18px - 2px);
    flex-grow: 1;
    line-height: 1.6;
}.d-plan-wrapper .e-learning-fees {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
    margin-top: auto;
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(191,210,182,0.5), rgb(155,187,140,0.5));
    align-self: flex-start;
    font-size: calc(18px + 4px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
}.d-plan-wrapper .L-fee-pricing:hover .e-learning-fees {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}

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

@media (max-width: 992px) {.d-plan-wrapper {
    padding: 80px 0;
}.d-plan-wrapper h2 {
    font-size: calc(29px - 4px);
}.d-plan-wrapper .O-learning-deals {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.d-plan-wrapper .s-cost-fee {
    padding: 25px;
}.d-plan-wrapper .e-learning-fees {
    font-size: calc(18px + 2px);
}
}

@media (max-width: 768px) {.d-plan-wrapper {
    padding: 60px 0;
}.d-plan-wrapper h2 {
    font-size: calc(29px - 6px);
    margin-bottom: 15px;
}.d-plan-wrapper .V-pricing-rates {
    margin-bottom: 30px;
    font-size: calc(18px - 1px);
}.d-plan-wrapper .O-learning-deals {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.d-plan-wrapper .a-study-price p {
    font-size: calc(18px - 3px);
}
}

@media (max-width: 480px) {.d-plan-wrapper {
    padding: 50px 0;
}.d-plan-wrapper .s-cost-fee {
    padding: 20px;
}.d-plan-wrapper .a-study-price h4 {
    font-size: calc(18px - 2px);
}.d-plan-wrapper .e-learning-fees {
    font-size: 18px;
    padding: 8px 15px;
}}.Z-program-details {
    align-items: center;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-color: rgb(228,234,224);
    position: relative;
}.Z-program-details .D-skill-academy {
    height: 100%;
    left: 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}.Z-program-details .a-training-plan {
    display: flex;
    width: 500%;
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    height: 100%;
}.Z-program-details .D-skill-academy:hover .a-training-plan {
    animation-play-state: paused;
}.Z-program-details .D-coding-class {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 20%;
}.Z-program-details .D-coding-class img {
    transition: transform 0.7s ease-out;
    transform: scale(1.05);
    width: 100%;
    object-fit: cover;
    height: 100%;
    filter: brightness(0.85) contrast(1.1);
}.Z-program-details .D-coding-class:hover img {
    filter: brightness(0.9) contrast(1.05);
    transform: scale(1);
}.Z-program-details .D-coding-class::before {
    position: absolute;
    height: 100%;
    animation: gradient-shift 8s infinite alternate;
    width: 100%;
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
    top: 0;
    z-index: 2;
    content: "";
}.Z-program-details .D-coding-class::after {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 2px,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 4px
        ),
        radial-gradient(
            circle at 80% 20%,
            transparent 0%,
            rgba(0, 0, 0, 0.5) 70%
        );
    content: "";
    z-index: 1;
    height: 100%;
}.Z-program-details .container {
    position: relative;
    height: 100%;
    margin: auto;
    padding: 2rem;
    align-items: center;
    z-index: 2;
    justify-content: center;
    display: flex;
}.Z-program-details .l-fast-study {
    max-width: 800px;
    position: relative;
    width: 100%;
}.Z-program-details .Z-grow-skills {
    text-align: center;
    transform: translateY(0);
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    padding: 4rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    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;
    backdrop-filter: blur(10px);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}.Z-program-details .Z-grow-skills::before {
    animation: pulse-gradient 8s ease infinite;
    width: 100%;
    content: "";
    height: 100%;
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
    opacity: 0.7;
    top: 0;
    left: 0;
    position: absolute;
}.Z-program-details .Z-grow-skills::after {
    animation: shine-effect 10s ease-in-out infinite;
    bottom: 0;
    z-index: -1;
    background: 
        linear-gradient(
            45deg,
            transparent 40%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 45%,
            rgba(var(--primary-color, 0, 204, 204), 0.03) 55%,
            transparent 60%
        );
    left: 0;
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    transform: translateX(-100%);
}.Z-program-details .Z-grow-skills h3 {
    font-size: 33px;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
    color: #ffffff;
}.Z-program-details .Z-grow-skills h3::after {
    transform: translateX(-50%);
    bottom: -8px;
    position: absolute;
    transition: width 0.3s ease;
    left: 50%;
    background: linear-gradient(
        90deg,
        rgb(191,210,182) 0%,
        rgb(155,187,140) 100%
    );
    height: 2px;
    width: 30%;
    content: "";
}.Z-program-details .Z-grow-skills:hover h3::after {
    width: 60%;
}.Z-program-details .Z-grow-skills p {
    margin-bottom: 2.5rem;
    margin-left: auto;
    opacity: 0.8;
    margin-right: auto;
    max-width: 90%;
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.8;
}.Z-program-details .Z-grow-skills .d-contact-query {
    background: linear-gradient(
        45deg,
        rgb(191,210,182) 0%,
        rgb(155,187,140) 100%
    );
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    padding: 1rem 2.5rem;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgb(191,210,182,0.5);
    color: #ffffff;
    font-weight: 600;
    z-index: 1;
    text-decoration: none;
    font-size: 18px;
}.Z-program-details .Z-grow-skills .d-contact-query::before {
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgb(155,187,140) 0%,
        rgb(191,210,182) 100%
    );
    content: "";
    left: 0;
    opacity: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    transition: opacity 0.3s ease;
}.Z-program-details .Z-grow-skills .d-contact-query::after {
    transform: scale(0);
    content: "";
    left: -50%;
    height: 200%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    width: 200%;
    top: -50%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    opacity: 0;
}.Z-program-details .Z-grow-skills .d-contact-query:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgb(191,210,182,0.5);
}.Z-program-details .Z-grow-skills .d-contact-query:hover::before {
    opacity: 1;
}.Z-program-details .Z-grow-skills .d-contact-query:hover::after {
    animation: ripple-out 1.5s ease;
    transform: scale(1);
    opacity: 1;
}@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 gradient-shift {
    0% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        background: linear-gradient(
            135deg,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
            rgba(var(--primary-color, 0, 204, 204), 0) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
        );
    }
}

@keyframes pulse-gradient {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes shine-effect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes ripple-out {
    0% {
        opacity: 1;
        transform: scale(0);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.Z-program-details::before {
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    content: "";
    background: 
        linear-gradient(
            0deg,
            #000000 0%,
            transparent 100%
        );
    z-index: 1;
    top: 0;
}.Z-program-details::after {
    width: 100%;
    position: absolute;
    opacity: 0.8;
    height: 100%;
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
}

@media (max-width: 992px) {.Z-program-details .Z-grow-skills {
    padding: 3rem;
}.Z-program-details .l-fast-study {
    max-width: 700px;
}.Z-program-details .Z-grow-skills h3 {
    font-size: calc(33px * 0.9);
}.Z-program-details .Z-grow-skills p {
    max-width: 95%;
}
}

@media (max-width: 768px) {.Z-program-details .Z-grow-skills {
    padding: 2.5rem;
}.Z-program-details .l-fast-study {
    max-width: 90%;
}.Z-program-details .Z-grow-skills h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 1.2rem;
}.Z-program-details .Z-grow-skills p {
    font-size: calc(17px * 0.95);
    margin-bottom: 2rem;
}.Z-program-details .Z-grow-skills .d-contact-query {
    padding: 0.85rem 2rem;
}
}

@media (max-width: 576px) {.Z-program-details .a-training-plan {
    animation-duration: 25s;
}.Z-program-details .Z-grow-skills {
    padding: 2rem 1.5rem;
}.Z-program-details .Z-grow-skills h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1rem;
}.Z-program-details .Z-grow-skills p {
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-size: calc(17px * 0.9);
}.Z-program-details .Z-grow-skills .d-contact-query {
    font-size: calc(18px * 0.9);
    padding: 0.75rem 1.75rem;
}@keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(-20%);
        }
        45% {
            transform: translateX(-20%);
        }
        50% {
            transform: translateX(-40%);
        }
        70% {
            transform: translateX(-40%);
        }
        75% {
            transform: translateX(-60%);
        }
        95% {
            transform: translateX(-60%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

.Z-program-details .D-coding-class:nth-child(1)::before {
    animation-delay: 0s;
}.Z-program-details .D-coding-class:nth-child(2)::before {
    animation-delay: 2s;
}.Z-program-details .D-coding-class:nth-child(3)::before {
    animation-delay: 4s;
}.Z-program-details .D-coding-class:nth-child(4)::before {
    animation-delay: 6s;
}.Z-program-details .D-coding-class:nth-child(5)::before {
    animation-delay: 8s;
}.Z-program-details .D-coding-class::after {
    animation: tech-grid 15s linear infinite;
}@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}.i-company-info {
    z-index: 1;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.i-company-info::before {
    position: absolute;
    bottom: 0;
    z-index: -1;
    backdrop-filter: blur(8px);
    top: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    left: 0;
}.i-company-info::after {
    background: radial-gradient(circle at center, rgb(191,210,182,0.5) 0%, transparent 70%);
    opacity: 0.3;
    position: absolute;
    left: -50%;
    z-index: -1;
    content: "";
    top: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 200%;
    height: 200%;
}.i-company-info .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    z-index: 2;
    position: relative;
}.i-company-info .R-label-container {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.05),
        inset 5px 5px 15px rgba(255, 255, 255, 0.05),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    backdrop-filter: blur(12px);
}.i-company-info .R-label-container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.07),
        inset 6px 6px 18px rgba(255, 255, 255, 0.07),
        inset -6px -6px 18px rgba(0, 0, 0, 0.07);
}.i-company-info h1 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    letter-spacing: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 38px;
}.i-company-info h1::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(191,210,182), transparent);
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    transition: transform 0.4s ease-out;
    transform-origin: left;
    height: 4px;
    transform: scaleX(1);
}.i-company-info .R-label-container:hover h1::after {
    transform: scaleX(1.5);
}.i-company-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.i-company-info ul li {
    margin-bottom: 20px;
}.i-company-info ul li h4 {
    letter-spacing: 1px;
    transition: transform 0.3s ease;
    transform: translateX(0);
    position: relative;
    color: rgb(191,210,182);
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 600;
    font-size: calc(22px * 1.2);
}.i-company-info ul li h4::before {
    transition: all 0.3s ease;
    height: 12px;
    left: -20px;
    content: "";
    top: 50%;
    opacity: 0;
    transform: translateY(-50%) scale(0);
    width: 12px;
    background: rgb(191,210,182);
    position: absolute;
}.i-company-info .R-label-container:hover ul li h4 {
    transform: translateX(20px);
}.i-company-info .R-label-container:hover ul li h4::before {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.i-company-info ul li span {
    font-size: 13px;
    background: rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    display: block;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    color: #ffffff;
    position: relative;
    border-left: 3px solid rgb(191,210,182);
    opacity: 0.9;
    padding: 20px;
    line-height: 1.8;
}.i-company-info ul li span::before {
    position: absolute;
    left: 0;
    content: "";
    opacity: 0;
    background: linear-gradient(135deg, rgb(191,210,182,0.5) 0%, transparent 100%);
    top: 0;
    transition: opacity 0.5s ease;
    width: 100%;
    height: 100%;
}.i-company-info .R-label-container:hover ul li span {
    opacity: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(5px);
}.i-company-info .R-label-container:hover ul li span::before {
    opacity: 0.1;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.i-company-info {
    padding: 80px 0;
}.i-company-info .R-label-container {
    transform: perspective(800px) rotateX(1deg);
    padding: 30px;
}.i-company-info h1 {
    font-size: calc(38px * 0.85);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.i-company-info {
    padding: 60px 0;
}.i-company-info .R-label-container {
    transform: none;
    padding: 25px;
}.i-company-info .R-label-container:hover {
    transform: translateY(-5px);
}.i-company-info h1 {
    letter-spacing: 2px;
    font-size: calc(38px * 0.7);
}.i-company-info ul li h4 {
    font-size: 22px;
}.i-company-info ul li span {
    font-size: calc(13px * 0.9);
    padding: 15px;
}
}

@media (max-width: 576px) {.i-company-info {
    padding: 40px 0;
}.i-company-info .container {
    padding: 0 20px;
}.i-company-info .R-label-container {
    padding: 20px;
}.i-company-info h1 {
    letter-spacing: 1px;
    font-size: calc(38px * 0.6);
    padding-bottom: 10px;
}.i-company-info h1::after {
    width: 60px;
    height: 3px;
}.i-company-info ul li span {
    line-height: 1.6;
    padding: 12px;
}}.w-thanks-note {
    position: relative;
    background: linear-gradient(135deg, rgb(228,234,224) 0%, rgb(155,187,140,0.5) 100%);
    padding: 4rem 0;
    overflow: hidden;
}.w-thanks-note::before {
    z-index: 1;
    height: 100%;
    pointer-events: none;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: radial-gradient(circle at 75% 25%, rgb(191,210,182,0.5) 0%, transparent 50%);
    top: 0;
}.w-thanks-note::after {
    transform: rotate(-15deg);
    opacity: 0.15;
    height: 15rem;
    z-index: 0;
    position: absolute;
    bottom: -5rem;
    right: -5rem;
    width: 15rem;
    content: "";
    background: linear-gradient(225deg, rgb(155,187,140) 0%, transparent 70%);
}.w-thanks-note .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}.w-thanks-note .l-fast-study {
    gap: 2.5rem;
    position: relative;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    display: flex;
    flex-direction: column;
    transform: translateX(-20px);
    opacity: 0;
}.w-thanks-note .l-fast-study > div:first-child {
    transition: transform 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
}.w-thanks-note .l-fast-study > div:first-child::before {
    height: 50%;
    background: rgb(191,210,182);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 0.5rem;
    content: "";
    left: -2rem;
}.w-thanks-note .l-fast-study > div:last-child {
    transform: translateY(15px);
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    opacity: 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    padding: 2.5rem;
}.w-thanks-note .l-fast-study > div:last-child::after {
    position: absolute;
    content: "";
    bottom: 0;
    height: 4px;
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(191,210,182), rgb(155,187,140));
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 100%;
    transform-origin: left;
}.w-thanks-note h5 {
    color: #000000;
    line-height: 1.4;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    position: relative;
    transition: transform 0.4s ease;
    transform: translateY(0);
    padding-left: 1rem;
}.w-thanks-note p {
    color: #000000;
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
    font-family: Arial, sans-serif;
    position: relative;
}.w-thanks-note a {
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.w-thanks-note a:hover {
    transform: translateY(-5px);
}.w-thanks-note a:hover p {
    color: rgb(191,210,182);
}.w-thanks-note a:focus {
    box-shadow: 0 0 0 3px rgb(191,210,182,0.5);
    outline: none;
}

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

@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.w-thanks-note {
    padding: 6rem 0;
}.w-thanks-note .l-fast-study {
    gap: 3.5rem;
}.w-thanks-note .l-fast-study > div:first-child::before {
    width: 0.6rem;
    height: 70%;
}.w-thanks-note h5 {
    font-size: calc(22px * 1.2);
    padding-left: 1.5rem;
}.w-thanks-note .l-fast-study > div:last-child {
    max-width: 90%;
    margin-left: 3rem;
    padding: 3rem;
}
}

@media (min-width: 992px) {.w-thanks-note {
    padding: 8rem 0;
}.w-thanks-note .container {
    padding: 0 2rem;
}.w-thanks-note .l-fast-study {
    gap: 4rem;
}.w-thanks-note .l-fast-study > div:first-child {
    padding-left: 2rem;
}.w-thanks-note .l-fast-study > div:first-child::before {
    left: 0;
    width: 0.7rem;
}.w-thanks-note h5 {
    padding-left: 2rem;
    font-size: calc(22px * 1.4);
}.w-thanks-note .l-fast-study > div:last-child {
    padding: 4rem;
    max-width: 80%;
    margin-left: 6rem;
}.w-thanks-note p {
    font-size: calc(12px * 1.1);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.w-thanks-note .l-fast-study > div:last-child {
    margin-left: 8rem;
    max-width: 75%;
    padding: 4.5rem;
}.w-thanks-note h5 {
    font-size: calc(22px * 1.5);
}
}

@media (max-width: 767px) {.w-thanks-note {
    padding: 3rem 0;
}.w-thanks-note .l-fast-study > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.w-thanks-note h5 {
    font-size: calc(22px * 0.9);
    padding-left: 0.75rem;
}.w-thanks-note .l-fast-study > div:last-child {
    padding: 1.75rem;
}}.X-contact {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(228,234,224), rgba(rgb(191,210,182), 0.03));
}.X-contact::before {
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(191,210,182), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(155,187,140), 0.05) 0%, transparent 50%);
    width: 100%;
}.X-contact::after {
    animation: backgroundShift 30s linear infinite;
    top: 0;
    width: 100%;
    position: absolute;
    background-position: center center;
    z-index: 1;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(rgb(191,210,182), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(191,210,182), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(155,187,140), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(191,210,182), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(155,187,140), 0.04) 0%, transparent 30%);
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    height: 100%;
    content: "";
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.X-contact .container {
    z-index: 2;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}.X-contact h2 {
    margin-bottom: 15px;
    font-size: 30px;
    display: inline-block;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    perspective: 1000px;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    color: #000000;
}.X-contact h2::before {
    bottom: -10px;
    left: 0;
    height: 2px;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(191,210,182), transparent);
}.X-contact .N-feedback-widget {
    overflow: hidden;
    border-radius: 16px;
    background: #ffffff;
    margin-top: 60px;
    display: flex;
    perspective: 1000px;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform-style: preserve-3d;
}.X-contact .N-feedback-widget::before {
    left: 0;
    z-index: 3;
    position: absolute;
    background: linear-gradient(90deg, rgb(191,210,182), rgb(155,187,140));
    width: 100%;
    top: 0;
    height: 5px;
    content: "";
}.X-contact .y-photo {
    transform: translateZ(0);
    flex: 0 0 45%;
    min-height: 500px;
    overflow: hidden;
    position: relative;
}.X-contact .y-photo::before {
    position: absolute;
    content: "";
    background: linear-gradient(210deg, rgba(rgb(191,210,182), 0.5), rgba(rgb(155,187,140), 0.5));
    mix-blend-mode: multiply;
    z-index: 1;
    inset: 0;
}.X-contact .y-photo::after {
    left: -100%;
    z-index: 2;
    height: 300%;
    content: "";
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    position: absolute;
    top: -100%;
    width: 300%;
    animation: shine 6s infinite ease-in-out;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.X-contact .C-query-box {
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    padding: 60px 50px;
    position: relative;
    flex: 0 0 55%;
}.X-contact .C-query-box::before {
    height: 500px;
    position: absolute;
    opacity: 0.5;
    content: "";
    border-radius: 50%;
    top: 0;
    background: 
        radial-gradient(circle, rgba(rgb(191,210,182), 0.03) 0%, transparent 70%);
    right: 0;
    z-index: 0;
    width: 500px;
}.X-contact form {
    position: relative;
    z-index: 3;
}.X-contact form h3 {
    color: #000000;
    font-size: 23px;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 600;
}.X-contact form h3::after {
    background: rgb(191,210,182);
    content: "";
    height: 2px;
    left: 0;
    bottom: -15px;
    position: absolute;
    width: 30px;
}.X-contact form input[type="text"] {
    transition: all 0.3s ease;
    border-radius: 8px;
    color: #000000;
    margin-bottom: 25px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(rgb(191,210,182), 0.1);
    padding: 18px 25px;
    width: 100%;
    background: rgba(rgb(228,234,224), 0.5);
    font-size: 16px;
}.X-contact form input[type="text"]:focus {
    outline: none;
    background: rgba(#ffffff, 0.9);
    border-color: rgb(191,210,182);
    box-shadow: 0 0 0 4px rgba(rgb(191,210,182), 0.1);
}.X-contact form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.X-contact form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.X-contact .O-inquiry-message {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}.X-contact .O-inquiry-message input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.X-contact .O-inquiry-message label {
    font-size: 15px;
    cursor: pointer;
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
    position: relative;
}.X-contact .O-inquiry-message label::before {
    top: 0;
    left: 0;
    border-radius: 4px;
    background: rgba(#ffffff, 0.6);
    width: 22px;
    height: 22px;
    border: 1px solid rgba(rgb(191,210,182), 0.3);
    position: absolute;
    transition: all 0.3s ease;
    content: "";
}.X-contact .O-inquiry-message input[type="checkbox"]:checked + label::before {
    border-color: rgb(191,210,182);
    background: rgb(191,210,182);
}.X-contact .O-inquiry-message input[type="checkbox"]:checked + label::after {
    height: 12px;
    top: 4px;
    width: 6px;
    content: "";
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    left: 8px;
}.X-contact .O-inquiry-message label a {
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: rgb(191,210,182);
    transition: all 0.3s ease;
}.X-contact .O-inquiry-message label a::after {
    transform-origin: right;
    height: 1px;
    background: rgb(191,210,182);
    content: "";
    transform: scaleX(0);
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: transform 0.3s ease;
    width: 100%;
}.X-contact .O-inquiry-message label a:hover {
    color: rgb(155,187,140);
}.X-contact .O-inquiry-message label a:hover::after {
    transform: scaleX(1);
    background: rgb(155,187,140);
    transform-origin: left;
}.X-contact .d-contact-query {
    cursor: pointer;
    overflow: hidden;
    font-size: 16px;
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 16px 40px;
    border: none;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
    background: rgb(191,210,182);
}.X-contact .d-contact-query::before {
    content: "";
    left: 0;
    z-index: -1;
    top: 0;
    background: linear-gradient(45deg, rgb(191,210,182), rgb(155,187,140));
    opacity: 0;
    position: absolute;
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
}.X-contact .d-contact-query:hover::before {
    opacity: 1;
}.X-contact .d-contact-query::after {
    height: 50px;
    left: -10px;
    transform: scale(0);
    background: rgba(255, 255, 255, 0.3);
    top: -50%;
    content: "";
    z-index: -1;
    position: absolute;
    width: 50px;
    transition: all 0.5s ease;
    border-radius: 50%;
}.X-contact .d-contact-query:hover::after {
    opacity: 0;
    transform: scale(4);
}.X-contact svg {
    width: 22px;
    fill: none;
    filter: drop-shadow(0 2px 2px rgba(rgb(191,210,182), 0.3));
    transition: all 0.3s ease;
    stroke: rgb(191,210,182);
    stroke-width: 2;
    height: 22px;
}.X-contact svg path {
    stroke: rgb(191,210,182);
    transition: all 0.3s ease;
    stroke-width: 2;
}.X-contact svg:hover,
.X-contact svg:hover path {
    transform: translateY(-2px);
    stroke: rgb(155,187,140);
}.X-contact form input {
    border: 1px solid rgb(191,210,182);
}

@media (max-width: 1024px) {.X-contact {
    padding: 80px 0;
}.X-contact .N-feedback-widget {
    margin-top: 50px;
}.X-contact .y-photo {
    min-height: 450px;
}.X-contact .C-query-box {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.X-contact {
    padding: 60px 0;
}.X-contact .N-feedback-widget {
    margin-top: 40px;
    flex-direction: column;
}.X-contact .y-photo {
    min-height: 300px;
    width: 100%;
}.X-contact .C-query-box {
    padding: 40px 30px;
    width: 100%;
}.X-contact form h3 {
    margin-bottom: 30px;
}.X-contact form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.X-contact .O-inquiry-message {
    margin-bottom: 25px;
}.X-contact .d-contact-query {
    padding: 14px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.X-contact {
    padding: 50px 0;
}.X-contact h2 {
    font-size: calc(30px * 0.85);
}.X-contact .N-feedback-widget {
    margin-top: 30px;
    border-radius: 12px;
}.X-contact .y-photo {
    min-height: 220px;
}.X-contact .C-query-box {
    padding: 30px 20px;
}.X-contact form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.X-contact form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.X-contact .O-inquiry-message {
    margin-bottom: 20px;
}.X-contact .O-inquiry-message label {
    font-size: calc(15px * 0.9);
}.X-contact .d-contact-query {
    padding: 12px 20px;
}}.i-search-foot {
    padding: 5rem 0 3rem;
    z-index: 1;
    position: relative;
    color: #ffffff;
}.i-search-foot::before {
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(191,210,182,0.5) 100%);
    position: absolute;
    z-index: -1;
    left: 0;
    backdrop-filter: blur(8px);
}.i-search-foot .container {
    display: grid;
    gap: 3rem;
    position: relative;
    grid-template-columns: 1.5fr 2fr;
}.i-search-foot .company_holder {
    padding-left: 2rem;
    border-left: 2px solid rgb(191,210,182);
    position: relative;
    animation: borderPulse 4s infinite alternate;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(191,210,182);
    }
    50% {
        border-left-color: rgb(155,187,140);
    }
    100% {
        border-left-color: rgb(191,210,182);
    }
}

.i-search-foot .company_holder h3 {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    font-size: calc(30px * 1.2);
    -webkit-background-clip: text !important;
    font-weight: 700;
    background: linear-gradient(to right, #ffffff, rgb(155,187,140));
    margin-bottom: 1.5rem;
    -webkit-text-fill-color: transparent;
}.i-search-foot .k-training-zone {
    font-size: 18px;
    margin-top: 1rem;
    opacity: 0.8;
    line-height: 1.6;
    color: #ffffff;
}.i-search-foot .x-learn-nav {
    justify-content: flex-end;
    display: flex;
}.i-search-foot .I-top-learning {
    gap: 4rem;
    display: flex;
}.i-search-foot .m-main-pagebar {
    position: relative;
}.i-search-foot .m-main-pagebar::before {
    border-left: 1px solid rgb(191,210,182);
    border-top: 1px solid rgb(191,210,182);
    opacity: 0.4;
    content: "";
    height: 40px;
    left: -20px;
    top: -10px;
    position: absolute;
    width: 40px;
}.i-search-foot .m-main-pagebar::after {
    opacity: 0.4;
    content: "";
    height: 40px;
    right: -20px;
    border-right: 1px solid rgb(191,210,182);
    position: absolute;
    width: 40px;
    bottom: -10px;
    border-bottom: 1px solid rgb(191,210,182);
}.i-search-foot .m-main-pagebar h5 {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(155,187,140);
}.i-search-foot .m-main-pagebar .I-top-learning {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.i-search-foot .m-main-pagebar .I-top-learning a {
    opacity: 0.8;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    font-size: 18px;
    padding-left: 1rem;
}.i-search-foot .m-main-pagebar .I-top-learning a::before {
    border-radius: 50%;
    width: 5px;
    left: 0;
    top: 50%;
    height: 5px;
    content: "";
    transition: all 0.3s ease;
    transform: translateY(-50%);
    background-color: rgb(191,210,182);
    position: absolute;
}.i-search-foot .m-main-pagebar .I-top-learning a:hover {
    opacity: 1;
    color: rgb(191,210,182);
    transform: translateX(5px);
}.i-search-foot .m-main-pagebar .I-top-learning a:hover::before {
    width: 7px;
    height: 7px;
    background-color: rgb(155,187,140);
}.B-report-abuse {
    margin-top: 2rem;
    padding: 1.5rem 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}.B-report-abuse::before {
    position: absolute;
    top: 0;
    opacity: 0.5;
    left: 0;
    width: 100%;
    content: "";
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(191,210,182), transparent);
}.B-report-abuse .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.B-report-abuse .l-intern-ship {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {.i-search-foot .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.i-search-foot .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.i-search-foot .x-learn-nav {
    justify-content: flex-start;
}.i-search-foot .I-top-learning {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.i-search-foot {
    padding: 3rem 0 2rem;
}.i-search-foot .I-top-learning {
    flex-direction: column;
    gap: 2rem;
}.i-search-foot .m-main-pagebar::before,
    .i-search-foot .m-main-pagebar::after {
    display: none;
}.i-search-foot .m-main-pagebar {
    margin-bottom: 1.5rem;
}.B-report-abuse {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.i-search-foot .company_holder h3 {
    font-size: 30px;
}.i-search-foot .m-main-pagebar h5 {
    font-size: calc(18px * 1.1);
}.i-search-foot .m-main-pagebar .I-top-learning a {
    font-size: calc(18px * 0.9);
}}.B-teacher-profile {
    padding: 6rem 0;
    background-color: rgb(228,234,224);
    position: relative;
    overflow: hidden;
}.B-teacher-profile::before {
    bottom: 0;
    z-index: 1;
    opacity: 0.6;
    right: 0;
    position: absolute;
    background-size: 30px 30px;
    top: 0;
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(315deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0;
    left: 0;
    content: "";
}.B-teacher-profile .container {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.B-teacher-profile .m-student-testimonials {
    padding: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 16px;
    background: linear-gradient(145deg, #ffffff, rgb(228,234,224));
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.5),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    gap: 2rem;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.B-teacher-profile .m-student-testimonials:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.12),
        -25px -25px 70px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
}.B-teacher-profile .y-photo {
    margin: 0 auto;
    height: 150px;
    width: 150px;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.25),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 16px;
}.B-teacher-profile .m-student-testimonials:hover .y-photo {
    transform: translateZ(50px) scale(1.05);
}.B-teacher-profile .name {
    transform: translateZ(20px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    letter-spacing: 0.02em;
    font-size: calc(18px * 1.1);
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5rem;
    color: rgb(191,210,182);
}.B-teacher-profile .m-student-testimonials:hover .name {
    transform: translateZ(30px);
}.B-teacher-profile .m-student-testimonials div:nth-child(2) div {
    transform: translateZ(15px);
    font-size: calc(15px * 0.95);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
    text-align: center;
    font-weight: 600;
    color: rgb(155,187,140);
    margin-bottom: 1rem;
}.B-teacher-profile .m-student-testimonials:hover div:nth-child(2) div {
    transform: translateZ(25px);
}.B-teacher-profile .l-work-section {
    font-size: 15px;
    backdrop-filter: blur(5px);
    position: relative;
    transform: translateZ(10px);
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    line-height: 1.7;
    background: linear-gradient(145deg, rgba(255,255,255,0.65), rgba(255,255,255,0.35));
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.08),
        -6px -6px 12px rgba(255, 255, 255, 0.5),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    color: #000000;
    border-radius: 12px;
}.B-teacher-profile .m-student-testimonials:hover .l-work-section {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px);
}.B-teacher-profile .l-work-section::before {
    font-family: serif;
    opacity: 0.3;
    transition: all 0.4s ease;
    font-size: 5rem;
    left: 1rem;
    content: "";
    top: -1.5rem;
    position: absolute;
    color: rgb(191,210,182,0.5);
    line-height: 1;
}.B-teacher-profile .m-student-testimonials:hover .l-work-section::before {
    opacity: 0.5;
    transform: scale(1.1) translateY(-5px);
}

@media (min-width: 768px) {.B-teacher-profile {
    padding: 8rem 0;
}.B-teacher-profile .m-student-testimonials {
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: auto 1fr 2fr;
    align-items: center;
}.B-teacher-profile .y-photo {
    width: 180px;
    height: 180px;
    margin: 0;
}.B-teacher-profile .name {
    text-align: left;
    font-size: calc(18px * 1.2);
}.B-teacher-profile .m-student-testimonials div:nth-child(2) div {
    font-size: 15px;
    text-align: left;
}.B-teacher-profile .l-work-section {
    line-height: 1.8;
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 1200px) {.B-teacher-profile {
    padding: 10rem 0;
}.B-teacher-profile .container {
    padding: 0 3rem;
}.B-teacher-profile .m-student-testimonials {
    gap: 4rem;
    padding: 5rem;
}.B-teacher-profile .y-photo {
    height: 220px;
    width: 220px;
}.B-teacher-profile .name {
    margin-bottom: 0.75rem;
    font-size: calc(18px * 1.3);
}.B-teacher-profile .m-student-testimonials div:nth-child(2) div {
    margin-bottom: 1.5rem;
    font-size: calc(15px * 1.05);
}.B-teacher-profile .l-work-section {
    font-size: calc(15px * 1.1);
    line-height: 1.9;
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.B-teacher-profile .m-student-testimonials {
    padding: 2.5rem 1.5rem;
}.B-teacher-profile .y-photo {
    height: 120px;
    width: 120px;
}.B-teacher-profile .name {
    margin-top: 1rem;
}.B-teacher-profile .l-work-section {
    padding: 1.5rem;
}}.Z-trackingNoticeDialog {
    z-index: 1050;
    bottom: 0;
    background: rgb(228,234,224);
    position: fixed;
    font-family: Arial, sans-serif;
    overflow: hidden;
    width: 100%;
    padding: 20px;
    border-top: 3px solid rgb(191,210,182);
}.s-consent-box {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    z-index: 1;
}.E-cookie-eductrl {
    flex-shrink: 0;
    margin-right: 20px;
}#k-cookie-disclosure {
    display: none;
}#k-cookie-disclosure:checked ~ .Z-trackingNoticeDialog {
    visibility: hidden;
    opacity: 0;
}.E-cookie-eductrl svg {
    fill: rgb(191,210,182);
    width: 60px;
    transition: fill 0.3s ease-in-out;
    height: 60px;
}.f-policy-ack {
    margin-right: 20px;
    flex-grow: 1;
}.f-policy-ack h5 {
    color: rgb(191,210,182);
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}.f-policy-ack p {
    margin-bottom: 0;
    color: #000000;
    font-size: 18px;
}.o-cookie-verify {
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
}.o-cookie-verify {
    border: 1px solid rgb(191,210,182);
    color: #ffffff;
    background-color: rgb(191,210,182);
}.o-cookie-verify:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.Z-trackingNoticeDialog p a {
    color: rgb(191,210,182);
    text-decoration: underline;
}.Z-trackingNoticeDialog p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.f-policy-ack h5 {
    font-size: calc(19px - 2px);
}.f-policy-ack p {
    font-size: calc(18px - 2px);
}.o-cookie-verify {
    padding: 8px 16px;
    font-size: calc(17px - 2px);
}
}
@media (max-width: 800px) {.s-consent-box {
    align-items: center;
    flex-direction: column;
}.E-cookie-eductrl {
    margin-bottom: 15px;
}.f-policy-ack {
    text-align: center;
    margin-bottom: 20px;
}.o-cookie-verify {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
.r-customer-opinions {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,234,224) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 5rem 0 6rem;
}.r-customer-opinions::before {
    top: -5%;
    width: 20rem;
    right: -5%;
    background: linear-gradient(45deg, rgb(191,210,182,0.5) 0%, rgb(155,187,140,0.5) 100%);
    height: 20rem;
    position: absolute;
    animation: floatElement 15s infinite alternate ease-in-out;
    transform: rotate(15deg);
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    z-index: 0;
    opacity: 0.1;
    content: "";
}.r-customer-opinions::after {
    background: linear-gradient(225deg, rgb(155,187,140,0.5) 0%, rgb(191,210,182,0.5) 100%);
    transform: rotate(-10deg);
    left: -5%;
    width: 25rem;
    animation: floatElement 18s infinite alternate-reverse ease-in-out;
    content: "";
    border-radius: 60% 40% 50% 50% / 50% 60% 40% 50%;
    position: absolute;
    opacity: 0.08;
    z-index: 0;
    bottom: -10%;
    height: 25rem;
}.r-customer-opinions .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
}.r-customer-opinions h2 {
    font-size: 37px;
    font-weight: 700;
    color: #000000;
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.2s forwards ease-out;
    position: relative;
    text-align: center;
    opacity: 0;
    margin-bottom: 3.5rem;
}.r-customer-opinions h2::after {
    transform: translateX(-50%);
    width: 5rem;
    height: 0.25rem;
    content: "";
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(191,210,182) 0%, rgb(155,187,140) 100%);
    left: 50%;
    position: absolute;
    bottom: -1rem;
}.r-customer-opinions .A-learn-ratings {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}.r-customer-opinions .m-student-testimonials {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
    transform: translateY(30px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 2rem;
    animation: fadeInUp 0.8s forwards ease-out;
    position: relative;
    opacity: 0;
    overflow: hidden;
    border-radius: 26px;
    background: #ffffff;
}.r-customer-opinions .m-student-testimonials:nth-child(1) {
    animation-delay: 0.3s;
}.r-customer-opinions .m-student-testimonials:nth-child(2) {
    animation-delay: 0.4s;
}.r-customer-opinions .m-student-testimonials:nth-child(3) {
    animation-delay: 0.5s;
}.r-customer-opinions .m-student-testimonials:nth-child(4) {
    animation-delay: 0.6s;
}.r-customer-opinions .m-student-testimonials:nth-child(5) {
    animation-delay: 0.7s;
}.r-customer-opinions .m-student-testimonials:nth-child(6) {
    animation-delay: 0.8s;
}.r-customer-opinions .m-student-testimonials:nth-child(7) {
    animation-delay: 0.9s;
}.r-customer-opinions .m-student-testimonials::before {
    right: 1rem;
    position: absolute;
    color: rgba(0, 0, 0, 0.03);
    content: "";
    z-index: 0;
    top: -2rem;
    line-height: 1;
    font-size: 12rem;
    font-family: Georgia, serif;
}.r-customer-opinions .m-student-testimonials:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
}.r-customer-opinions .m-student-testimonials div {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}.r-customer-opinions .m-student-testimonials img {
    border-radius: 50%;
    border: 3px solid #ffffff;
    transition: transform 0.3s ease;
    height: 60px;
    width: 60px;
    object-fit: cover;
    margin-right: 1rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}.r-customer-opinions .m-student-testimonials:hover img {
    transform: scale(1.05);
}.r-customer-opinions .m-student-testimonials h4 {
    font-size: 23px;
    margin: 0;
    color: #000000;
    position: relative;
    font-weight: 600;
}.r-customer-opinions .m-student-testimonials h4::after {
    bottom: -0.5rem;
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(191,210,182) 0%, rgb(155,187,140) 100%);
    height: 2px;
}.r-customer-opinions .m-student-testimonials:hover h4::after {
    width: 100%;
}.r-customer-opinions .m-student-testimonials .description {
    margin: 0;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    z-index: 1;
    position: relative;
    line-height: 1.6;
}.r-customer-opinions a {
    text-align: center;
    margin-top: 3rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    padding: 0.75rem 2rem;
    background: linear-gradient(45deg, rgb(191,210,182) 0%, rgb(155,187,140) 100%);
    font-size: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s 1s forwards ease-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    border-radius: 26px;
    font-weight: 600;
    color: #ffffff;
}.r-customer-opinions a::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: -100%;
    transform: skewX(-25deg);
    transition: all 0.75s ease;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    top: 0;
}.r-customer-opinions a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}.r-customer-opinions a:hover::before {
    left: 100%;
}

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

@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 5px) rotate(-5deg);
    }
}

@media (max-width: 992px) {.r-customer-opinions {
    padding: 4rem 0 5rem;
}.r-customer-opinions h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 3rem;
}.r-customer-opinions .A-learn-ratings {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.r-customer-opinions {
    padding: 3.5rem 0 4.5rem;
}.r-customer-opinions h2 {
    font-size: calc(37px * 0.85);
    margin-bottom: 2.5rem;
}.r-customer-opinions .A-learn-ratings {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.25rem;
}.r-customer-opinions .m-student-testimonials {
    padding: 1.75rem;
}.r-customer-opinions .m-student-testimonials div {
    margin-bottom: 1.25rem;
}.r-customer-opinions .m-student-testimonials img {
    height: 50px;
    width: 50px;
}.r-customer-opinions a {
    padding: 0.7rem 1.8rem;
    margin-top: 2.5rem;
}
}

@media (max-width: 576px) {.r-customer-opinions {
    padding: 3rem 0 4rem;
}.r-customer-opinions h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.8);
}.r-customer-opinions .m-student-testimonials {
    padding: 1.5rem;
}.r-customer-opinions .m-student-testimonials img {
    height: 45px;
    width: 45px;
}.r-customer-opinions .m-student-testimonials div {
    margin-bottom: 1rem;
}.r-customer-opinions a {
    margin-top: 2rem;
    padding: 0.65rem 1.6rem;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(191,210,182);
}header .top_plank .z-top-slab div svg, header .top_plank .z-top-slab div svg path {
    fill: #ffffff;
}header .top_plank .z-top-slab div span {
    color: #ffffff;
}header .top_plank .z-top-slab {
    display: flex;
    padding: 15px 0 10px 0;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    line-height: 21px;
    font-size: 13px;
}header .top_plank .z-top-slab div {
    align-items: center;
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
}header .top_plank .z-top-slab div img, header .top_plank .z-top-slab div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}header {
    width: 100%;
    background: linear-gradient(to right, rgb(191,210,182,0.5), rgb(155,187,140,0.5));
    position: relative;
    padding: 1.5rem 3%;
    z-index: 100;
}header::before {
    z-index: 0;
    pointer-events: none;
    top: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0.5rem;
    content: '';
    border-radius: 10px;
    right: 0.5rem;
    left: 0.5rem;
}header::after {
    z-index: 0;
    top: 0;
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
}header .container {
    z-index: 1;
    margin: 0;
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 100%;
}header .Q-top-pagewrap {
    background: #ffffff;
    padding: 1.5rem;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    align-items: center;
    flex-direction: column;
    border-radius: 26px;
    overflow: hidden;
    display: flex;
}header .Q-top-pagewrap::before {
    width: 5px;
    background: linear-gradient(to bottom, rgb(191,210,182), rgb(155,187,140));
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
}header .Q-top-pagewrap::after {
    top: 0;
    height: 100%;
    width: 5px;
    right: 0;
    content: '';
    background: linear-gradient(to bottom, rgb(155,187,140), rgb(191,210,182));
    position: absolute;
}header .j-first-pagebar {
    justify-content: center;
    display: flex;
    text-decoration: none;
    padding: 0 0 1rem 0;
    position: relative;
}header .j-first-pagebar::after {
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(191,210,182,0.5);
    bottom: 0;
    content: '';
    height: 1px;
    left: 50%;
}header .j-first-pagebar svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    width: 170px;
    height: auto;
    transition: all 0.3s ease;
}header .j-first-pagebar:hover svg {
    transform: scale(1.03);
}header .m-main-pagebar {
    padding-top: 1rem;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: center;
    max-width: 90%;
    display: flex;
    width: 100%;
}header .e-main-header {
    text-decoration: none;
    border-radius: 10px;
    background: rgb(228,234,224);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.3rem;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    z-index: 1;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.3s ease;
}header .e-main-header::before {
    content: '';
    background: linear-gradient(to bottom, rgb(191,210,182), rgb(155,187,140));
    top: 0;
    border-radius: 10px 0 0 10px;
    transition: width 0.3s ease;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    width: 3px;
}header .e-main-header:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .e-main-header:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .Q-top-pagewrap {
    padding: 1.2rem;
}header .j-first-pagebar {
    padding: 0 0 0.8rem 0;
}header .j-first-pagebar svg {
    width: 150px;
}header .m-main-pagebar {
    gap: 0.6rem;
    padding-top: 0.8rem;
}header .e-main-header {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .Q-top-pagewrap {
    padding: 1rem;
}header .j-first-pagebar {
    padding: 0 0 0.7rem 0;
}header .j-first-pagebar svg {
    width: 130px;
}header .m-main-pagebar {
    gap: 0.5rem;
    max-width: 95%;
    padding-top: 0.7rem;
}header .e-main-header {
    font-size: calc(17px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .Q-top-pagewrap {
    padding: 0.8rem 0.8rem 1rem;
}header .j-first-pagebar {
    padding: 0 0 0.6rem 0;
}header .j-first-pagebar svg {
    width: 120px;
}header .m-main-pagebar {
    padding-bottom: 0.3rem;
    overflow-x: auto;
    padding-top: 0.6rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .m-main-pagebar::-webkit-scrollbar {
    height: 3px;
}header .m-main-pagebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(191,210,182);
}header .e-main-header {
    flex-shrink: 0;
    margin-right: 3px;
    white-space: nowrap;
}}.B-title-welcome {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(191,210,182,0.5) 0%, rgba(94,170,168,0.15) 50%, rgb(155,187,140,0.5) 100%);
    overflow: hidden;
}.B-title-welcome::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(94,170,168,0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(94,170,168,0.15) 0%, transparent 40%);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
}.B-title-welcome .l-fast-study {
    position: relative;
    padding: 2rem;
    gap: 2rem;
    display: grid;
    height: 100%;
    grid-template-columns: 1fr;
    max-width: 1400px;
    z-index: 2;
    margin: 0 auto;
}.B-title-welcome h1 {
    font-weight: 700;
    color: #000000;
    transform: translateY(0);
    font-size: 40px;
    animation: titleFade 1.2s ease-out forwards;
    line-height: 1.2;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(94,170,168,0.1);
    position: relative;
}.B-title-welcome h1::after {
    animation: lineExpand 1s 0.4s ease-out forwards;
    content: "";
    background: rgb(191,210,182);
    transform-origin: left;
    height: 4px;
    position: absolute;
    width: 80px;
    bottom: -10px;
    transform: scaleX(0);
    left: 0;
}.B-title-welcome .R-label-container {
    gap: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
}.B-title-welcome .P-start-lead {
    padding: 2rem;
    opacity: 0;
    backdrop-filter: blur(10px);
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    box-shadow: 0 15px 30px rgba(94,170,168,0.15), 
                0 5px 15px rgba(0,0,0,0.05);
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    transform: translateY(20px);
    border-left: 4px solid rgb(191,210,182);
}.B-title-welcome .P-start-lead p {
    color: #000000;
    font-size: calc(14px * 1.2);
    position: relative;
    line-height: 1.6;
    margin-bottom: 2rem;
}.B-title-welcome .P-start-lead p::before {
    height: 2px;
    left: 0;
    background: rgb(155,187,140);
    content: "";
    top: -10px;
    position: absolute;
    width: 40px;
}.B-title-welcome svg {
    display: block;
    height: 120px;
    width: 120px;
    transition: transform 0.5s ease;
    transform: rotate(-5deg);
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.25));
    margin: 0 auto 2rem;
}.B-title-welcome svg:hover {
    transform: rotate(0deg) scale(1.05);
}.B-title-welcome svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}.B-title-welcome svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.B-title-welcome svg:hover path {
    fill: rgba(94,170,168,0.85);
}.B-title-welcome svg:hover text {
    fill: #000000;
}.B-title-welcome .d-contact-query {
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    box-shadow: 0 5px 15px rgba(94,170,168,0.3);
    padding: 1rem 2rem;
    margin-top: 1rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(191,210,182) 0%, rgb(94,170,168) 100%);
    transform: translateZ(0);
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    border: none;
}.B-title-welcome .d-contact-query::before {
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.7s ease;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
}.B-title-welcome .d-contact-query:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
}.B-title-welcome .d-contact-query:hover::before {
    left: 100%;
}.B-title-welcome .y-photo {
    border-radius: 10px;
    animation: fadeUp 0.8s 0.8s ease-out forwards;
    opacity: 0;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    overflow: hidden;
    transform: translateY(20px);
    height: 300px;
    width: 100%;
}.B-title-welcome .y-photo::before {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), transparent);
    left: 0;
    content: "";
    height: 100%;
    top: 0;
}

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

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

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

@media (min-width: 768px) {.B-title-welcome .l-fast-study {
    align-items: center;
    gap: 3rem;
    padding: 4rem 2rem;
    grid-template-columns: 1fr 1fr;
}.B-title-welcome h1 {
    font-size: calc(40px * 1.2);
    margin-bottom: 2rem;
    grid-column: 1 / -1;
}.B-title-welcome .P-start-lead {
    padding: 2.5rem;
}.B-title-welcome .y-photo {
    margin-top: 0;
    height: 450px;
}.B-title-welcome svg {
    margin: 0 0 1rem 1rem;
    height: 150px;
    width: 150px;
    float: right;
}
}

@media (min-width: 992px) {.B-title-welcome .l-fast-study {
    gap: 4rem;
    padding: 5rem 3rem;
}.B-title-welcome h1 {
    font-size: calc(40px * 1.4);
}.B-title-welcome .P-start-lead {
    padding: 3rem;
}.B-title-welcome .y-photo {
    height: 550px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.B-title-welcome .y-photo:hover {
    transform: scale(1.03);
}.B-title-welcome svg {
    height: 180px;
    width: 180px;
}
}

@media (min-width: 1200px) {.B-title-welcome .l-fast-study {
    gap: 6rem;
    padding: 6rem 4rem;
}.B-title-welcome h1 {
    font-size: calc(40px * 1.6);
}.B-title-welcome .P-start-lead {
    padding: 3.5rem;
}.B-title-welcome .y-photo {
    height: 600px;
}
}

@media (max-width: 767px) {.B-title-welcome .l-fast-study {
    padding: 3rem 1.5rem;
}.B-title-welcome h1 {
    font-size: calc(40px * 0.9);
}.B-title-welcome .P-start-lead p {
    font-size: 14px;
}.B-title-welcome .d-contact-query {
    text-align: center;
    width: 100%;
}}.j-find-contact {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: rgb(228,234,224);
}.j-find-contact::before {
    top: 0;
    width: 100%;
    opacity: 0.3;
    z-index: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 40px,
            rgb(191,210,182,0.5) 40px,
            rgb(191,210,182,0.5) 41px
        ),
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 40px,
            rgb(155,187,140,0.5) 40px,
            rgb(155,187,140,0.5) 41px
        );
}.j-find-contact::after {
    right: -50%;
    z-index: 0;
    top: -50%;
    width: 100%;
    background: rgb(191,210,182,0.5);
    animation: rotateBlur 25s infinite linear;
    filter: blur(120px);
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.4;
}@keyframes rotateBlur {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.j-find-contact .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.j-find-contact .n-get-help {
    display: grid;
    gap: 15px;
    overflow: visible;
    padding: 20px;
    position: relative;
    grid-template-columns: 1fr;
    background: transparent;
}.j-find-contact .w-contact-box {
    color: #000000;
    display: inline-block;
    text-align: left;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0;
}.j-find-contact .w-contact-box svg {
    height: 30px;
    margin-right: 15px;
    stroke-width: 2;
    stroke: rgb(191,210,182);
    width: 30px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}.j-find-contact .w-contact-box svg path {
    animation: drawPath 1.5s forwards ease-in-out;
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
}@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}
.j-find-contact .w-contact-box::after {
    width: 80px;
    height: 4px;
    background: rgb(191,210,182);
    left: 0;
    border-radius: 10px;
    bottom: -10px;
    position: absolute;
    content: "";
}.j-find-contact .y-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease;
    border-radius: 24px;
    z-index: -1;
    object-fit: cover;
    height: 100%;
}.j-find-contact .M-quick-request {
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    gap: 15px;
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    padding: 30px;
}.j-find-contact .M-quick-request::before {
    background-size: cover;
    border-radius: 0 24px 24px 0;
    width: 50%;
    top: 0;
    right: 0;
    z-index: -1;
    position: absolute;
    opacity: 0.9;
    content: "";
    height: 100%;
    box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
    background-position: center;
}.j-find-contact .M-quick-request p {
    border-left: 3px solid rgb(191,210,182);
    display: flex;
    position: relative;
    border-radius: 10px;
    margin: 0;
    font-size: 14px;
    transition: transform 0.3s ease;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.9);
    align-items: center;
    backdrop-filter: blur(5px);
    padding: 15px 20px 15px 50px;
}.j-find-contact .M-quick-request p:hover {
    transform: translateX(5px);
}.j-find-contact .M-quick-request p svg {
    stroke-linecap: round;
    left: 15px;
    height: 20px;
    position: absolute;
    transform: translateY(-50%);
    stroke: rgb(191,210,182);
    fill: none;
    width: 20px;
    transition: all 0.3s ease;
    stroke-linejoin: round;
    top: 50%;
    stroke-width: 2;
}.j-find-contact .M-quick-request p:hover svg {
    transform: translateY(-50%) scale(1.2);
    stroke: rgb(155,187,140);
}.j-find-contact .M-quick-request p svg path {
    animation: drawIcon 0.8s forwards ease-out;
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
}.j-find-contact .M-quick-request p:nth-child(1) svg path {
    animation-delay: 0.6s;
}.j-find-contact .M-quick-request p:nth-child(2) svg path {
    animation-delay: 0.7s;
}.j-find-contact .M-quick-request p:nth-child(3) svg path {
    animation-delay: 0.8s;
}.j-find-contact .M-quick-request p:nth-child(4) svg path {
    animation-delay: 0.9s;
}.j-find-contact .M-quick-request p:nth-child(5) svg path {
    animation-delay: 1s;
}@keyframes drawIcon {
    to {
        stroke-dashoffset: 0;
    }
}
.j-find-contact .M-quick-request p span {
    margin-left: 10px;
}.j-find-contact .M-quick-request p a {
    font-weight: 600;
    color: rgb(191,210,182);
    text-decoration: none;
    transition: color 0.3s ease;
}.j-find-contact .M-quick-request p a:hover {
    color: rgb(155,187,140);
}.j-find-contact .m-write-feedback {
    margin-top: 15px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    padding: 25px;
    background: #ffffff;
}.j-find-contact .i-course-ask {
    display: flex;
    color: rgb(191,210,182);
    padding-bottom: 10px;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgb(191,210,182,0.5);
}.j-find-contact .i-course-ask svg {
    stroke: rgb(191,210,182);
    stroke-linejoin: round;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    stroke-linecap: round;
    stroke-width: 2;
    fill: none;
}.j-find-contact .i-course-ask svg circle {
    animation: rotatePoint 8s linear infinite;
    transform-origin: center;
}@keyframes rotatePoint {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.j-find-contact .a-reach-out {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    display: grid;
    gap: 10px;
}.j-find-contact .b-contact-help {
    padding: 10px;
    justify-content: center;
    background: rgb(228,234,224);
    font-size: 14px;
    display: flex;
    text-align: center;
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 10px;
}.j-find-contact .b-contact-help:hover {
    transform: translateY(-3px);
    background: rgb(191,210,182,0.5);
}.j-find-contact .b-contact-help svg {
    stroke-linejoin: round;
    stroke: rgb(191,210,182);
    height: 14px;
    opacity: 0.7;
    transition: all 0.3s ease;
    width: 14px;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    margin-right: 6px;
}.j-find-contact .b-contact-help:hover svg {
    opacity: 1;
    transform: rotate(30deg);
    stroke: #000000;
}@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.j-find-contact .M-quick-request,
.j-find-contact .m-write-feedback {
    animation: fadeInBottom 0.5s ease-out forwards;
}.j-find-contact .M-quick-request p {
    opacity: 0;
    animation: fadeInRight 0.4s ease-out forwards;
}.j-find-contact .M-quick-request p:nth-child(1) {
    animation-delay: 0.1s;
}.j-find-contact .M-quick-request p:nth-child(2) {
    animation-delay: 0.2s;
}.j-find-contact .M-quick-request p:nth-child(3) {
    animation-delay: 0.3s;
}.j-find-contact .M-quick-request p:nth-child(4) {
    animation-delay: 0.4s;
}.j-find-contact .M-quick-request p:nth-child(5) {
    animation-delay: 0.5s;
}
@media (min-width: 768px) {.j-find-contact .n-get-help {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 700px;
}.j-find-contact .M-quick-request {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    z-index: 2;
}.j-find-contact .M-quick-request::before {
    top: 0;
    z-index: -1;
    background: linear-gradient(to right, transparent, rgb(191,210,182,0.5));
    width: 40%;
    right: 0;
    content: "";
    height: 100%;
    position: absolute;
}.j-find-contact .M-quick-request p {
    padding: 15px 20px 15px 50px;
}.j-find-contact .M-quick-request p svg {
    width: 22px;
    height: 22px;
}.j-find-contact .M-quick-request p:nth-child(odd) {
    grid-column: 1;
}.j-find-contact .M-quick-request p:nth-child(even) {
    grid-column: 2;
}.j-find-contact .m-write-feedback {
    margin-top: 20px;
}.j-find-contact .i-course-ask svg {
    height: 22px;
    width: 22px;
}.j-find-contact .a-reach-out {
    grid-template-columns: repeat(3, 1fr);
}.j-find-contact .b-contact-help svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}
}
@media (min-width: 1024px) {.j-find-contact .n-get-help {
    gap: 0;
    margin: 0 auto;
    align-items: center;
    grid-template-columns: 5fr 7fr;
    max-width: 1100px;
}.j-find-contact .w-contact-box {
    grid-column: 1 / -1;
    margin-bottom: 30px;
}.j-find-contact .w-contact-box svg {
    margin-right: 18px;
    width: 35px;
    height: 35px;
}.j-find-contact .y-photo {
    opacity: 1;
    border-radius: 24px;
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}.j-find-contact .y-photo::before {
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(to right, transparent 50%, rgb(191,210,182,0.5));
    position: absolute;
    z-index: 2;
    left: 0;
}.j-find-contact .M-quick-request {
    grid-column: 2;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    padding: 40px 40px 40px 80px;
    margin-left: -50px;
    border-radius: 24px;
    z-index: 2;
}.j-find-contact .M-quick-request p svg {
    left: 20px;
    width: 24px;
    height: 24px;
}.j-find-contact .M-quick-request::before {
    display: none;
}.j-find-contact .m-write-feedback {
    margin-top: 30px;
    grid-column: 1 / -1;
}.j-find-contact .i-course-ask svg {
    margin-right: 12px;
    width: 24px;
    height: 24px;
}.j-find-contact .a-reach-out {
    gap: 15px;
    grid-template-columns: repeat(6, 1fr);
}.j-find-contact .b-contact-help svg {
    height: 16px;
    width: 16px;
}}.o-privacy-box {
    font-family: Arial, sans-serif;
    background-position: center;
    background-size: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 50px;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    background: linear-gradient(to bottom right, rgb(191,210,182,0.5), rgb(155,187,140,0.5));
}.o-privacy-box h1,
.o-privacy-box h2 {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 15px;
    margin: 20px 0;
}.o-privacy-box h1 {
    font-weight: 700;
    font-size: 38px;
    color: #ffffff;
}.o-privacy-box h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 38px;
}.o-privacy-box ul {
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
}.o-privacy-box ul li {
    font-size: 13px;
    padding: 10px 0;
    position: relative;
    padding-left: 30px;
    color: #ffffff;
    font-weight: 400;
}.o-privacy-box ul li::before {
    position: absolute;
    content: '•';
    font-size: 23px;
    left: 0;
    color: rgb(155,187,140);
}.o-privacy-box p {
    font-weight: 300;
    margin: 20px 0;
    font-size: 13px;
    color: #ffffff;
    line-height: 1.8;
}.o-privacy-box div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {.o-privacy-box {
    padding: 30px;
}.o-privacy-box h1 {
    font-size: calc(23px - 8px);
}.o-privacy-box h2 {
    font-size: calc(23px - 8px);
}.o-privacy-box ul li {
    font-size: calc(13px - 2px);
}.o-privacy-box p {
    font-size: calc(13px - 2px);
}}.X-follow {
    position: relative;
    background: linear-gradient(135deg, rgb(191,210,182) 0%, rgb(155,187,140) 100%);
    padding: 120px 0;
    overflow: hidden;
}.X-follow::before {
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
    background: repeating-linear-gradient(45deg, rgb(191,210,182,0.5), transparent 10px);
    height: 100%;
    width: 100%;
    opacity: 0.1;
    top: 0;
}.X-follow::after {
    border-radius: 50%;
    right: -50px;
    content: "";
    position: absolute;
    bottom: -50px;
    background: rgb(155,187,140);
    width: 300px;
    opacity: 0.15;
    transform: scale(1.5);
    filter: blur(30px);
    z-index: 1;
    height: 300px;
}.X-follow .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.X-follow .l-fast-study {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    align-items: center;
    backdrop-filter: blur(10px);
    padding: 60px 50px;
    background: rgba(255, 255, 255, 0.06);
    display: flex;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.X-follow .l-fast-study:hover {
    transform: perspective(1000px) rotateX(0deg);
}.X-follow .l-fast-study::before {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.05;
    left: 0;
    background: linear-gradient(to right, rgb(255, 255, 255, 0.5) 0%, transparent 100%);
    z-index: -1;
    top: 0;
    content: "";
}.X-follow h4 {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: calc(24px * 1.2);
    margin-bottom: 30px;
    max-width: 800px;
    line-height: 1.4;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    opacity: 1;
    text-align: center;
    transform: translateY(0);
    transition: transform 0.6s ease, opacity 0.6s ease;
}.X-follow .input_holder {
    display: flex;
    margin-top: 10px;
    position: relative;
    transform: translateY(0);
    max-width: 680px;
    opacity: 1;
    width: 100%;
    transition: transform 0.6s 0.1s ease, opacity 0.6s 0.1s ease;
}.X-follow .input_holder span {
    transform: translateY(0);
    margin: 0 8px;
    flex: 1;
    display: block;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}.X-follow .input_holder span:first-child {
    flex: 2;
}.X-follow .input_holder span:hover {
    transform: translateY(-2px);
}.X-follow .input_holder input[type="email"] {
    width: 100%;
    font-size: 17px;
    background: rgba(255, 255, 255, 0.9);
    height: 60px;
    color: #000000;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    outline: none;
    padding: 0 20px;
    border-radius: 19px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}.X-follow .input_holder input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(var(--primary-color-rgb, 100, 100, 255), 0.2);
    transform: translateY(-2px);
}.X-follow .input_holder input[type="email"]::placeholder {
    color: rgba(var(--dark-color-rgb, 50, 50, 50), 0.5);
    transition: opacity 0.3s ease;
}.X-follow .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.7;
}.X-follow .f-study-online {
    font-family: Arial, sans-serif;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    height: 60px;
    letter-spacing: 0.5px;
    font-size: 20px;
    color: #ffffff;
    border: none;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    width: 100%;
    border-radius: 19px;
    background: rgb(191,210,182);
}.X-follow .f-study-online:hover {
    background: rgb(155,187,140);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}.X-follow .f-study-online:active {
    transform: translateY(1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}.X-follow .f-study-online::before {
    transition: all 0.6s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    content: "";
    width: 100%;
    left: -100%;
    top: 0;
    position: absolute;
}.X-follow .f-study-online:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.X-follow {
    padding: 100px 0;
}.X-follow .l-fast-study {
    padding: 50px 40px;
}.X-follow h4 {
    font-size: calc(24px * 1.1);
}
}

@media (max-width: 768px) {.X-follow {
    padding: 80px 0;
}.X-follow .l-fast-study {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.X-follow h4 {
    margin-bottom: 25px;
    font-size: 24px;
}.X-follow .input_holder {
    flex-direction: column;
}.X-follow .input_holder span {
    margin: 6px 0;
}.X-follow .input_holder span:first-child {
    margin-top: 0;
}.X-follow .input_holder input[type="email"],
    .X-follow .f-study-online {
    height: 55px;
}
}

@media (max-width: 576px) {.X-follow {
    padding: 60px 0;
}.X-follow .l-fast-study {
    transform: none;
    padding: 30px 20px;
}.X-follow h4 {
    margin-bottom: 20px;
    font-size: calc(16px * 1.1);
}.X-follow .input_holder input[type="email"],
    .X-follow .f-study-online {
    height: 50px;
    font-size: calc(17px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.X-follow .l-fast-study,
    .X-follow .input_holder span,
    .X-follow .input_holder input,
    .X-follow .f-study-online,
    .X-follow .f-study-online::before {
    transition: none;
    transform: none;
}.X-follow .l-fast-study:hover,
    .X-follow .input_holder span:hover,
    .X-follow .input_holder input:focus,
    .X-follow .f-study-online:hover {
    transform: none;
}
}