* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    width: 1209px;
    margin: auto;
    max-width: 100%;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
}.news-feed-8E {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.core-container-wZ {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.first-teach-xs {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    perspective: 1000px;
}footer::before {
    z-index: -1;
    top: 0;
    width: 100%;
    opacity: 0.85;
    left: 0;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(175,170,161,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    content: "";
    height: 100%;
}footer::after {
    z-index: -1;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    animation: scanline 10s linear infinite;
    content: "";
}.news-feed-8E {
    position: relative;
    padding: 5rem 0 3rem;
    z-index: 1;
}.news-feed-8E::before {
    left: 0;
    animation: glowPulse 3s ease-in-out infinite alternate;
    height: 2px;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(133,121,119) 50%, 
                transparent 100%);
    width: 100%;
    content: "";
}.news-feed-8E .container {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    display: grid;
    position: relative;
}.news-feed-8E .company_holder {
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    border-radius: 25px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(175,170,161);
}.news-feed-8E .company_holder:hover {
    border-left: 3px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(175,170,161,0.5);
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
}.news-feed-8E .company_holder h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 1.75rem;
    padding-bottom: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
}.news-feed-8E .company_holder h3::after {
    bottom: 0;
    transition: width 0.4s ease-in-out;
    content: "";
    left: 0;
    width: 60px;
    background: rgb(175,170,161);
    height: 3px;
    position: absolute;
}.news-feed-8E .company_holder:hover h3::after {
    width: 100%;
}.news-feed-8E .trophy-case-l6 {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    font-size: 17px;
    line-height: 1.7;
    padding-left: 1rem;
}.news-feed-8E .trophy-case-l6::before {
    left: 0;
    width: 2px;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, 
                rgb(175,170,161) 0%, 
                transparent 100%);
    top: 0;
}.news-feed-8E .trade-mark-42 {
    position: relative;
}.news-feed-8E .nav-top-cM {
    gap: 2rem;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.news-feed-8E .head-bar-4A {
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    overflow: hidden;
    padding: 2rem;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
}.news-feed-8E .head-bar-4A::before {
    height: 200%;
    position: absolute;
    transform: rotate(45deg);
    z-index: -1;
    content: "";
    top: -50%;
    left: -50%;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    width: 200%;
    transition: all 0.6s ease;
}.news-feed-8E .head-bar-4A:hover::before {
    top: -100%;
    left: -100%;
}.news-feed-8E .head-bar-4A::after {
    transition: all 0.4s ease;
    top: 0;
    border-width: 0 25px 25px 0;
    height: 0;
    content: "";
    transform: translateZ(5px);
    border-style: solid;
    border-color: transparent rgb(175,170,161) transparent transparent;
    position: absolute;
    right: 0;
    transform-style: preserve-3d;
    width: 0;
}.news-feed-8E .head-bar-4A:hover::after {
    border-color: transparent rgb(133,121,119) transparent transparent;
    border-width: 0 35px 35px 0;
}.news-feed-8E .head-bar-4A:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateZ(15px) scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.news-feed-8E .head-bar-4A h5 {
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}.news-feed-8E .head-bar-4A h5::before {
    height: 1px;
    background: rgb(133,121,119);
    bottom: -8px;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}.news-feed-8E .head-bar-4A h5::after {
    background: rgb(175,170,161);
    left: 0;
    content: "";
    bottom: -8px;
    position: absolute;
    transition: width 0.4s ease-in-out;
    width: 30%;
    height: 3px;
}.news-feed-8E .head-bar-4A:hover h5::after {
    width: 100%;
}.news-feed-8E .head-bar-4A .nav-top-cM {
    gap: 0.875rem;
    flex-direction: column;
    display: flex;
}.news-feed-8E .head-bar-4A a {
    position: relative;
    text-decoration: none;
    padding: 0.5rem 0;
    color: rgba(255, 255, 255, 0.75);
    transform-style: preserve-3d;
    transition: all 0.3s ease;
    display: block;
    font-size: 17px;
}.news-feed-8E .head-bar-4A a::before {
    transition: all 0.3s ease;
    content: "→";
    position: absolute;
    opacity: 0;
    transform: translateZ(5px);
    left: -20px;
}.news-feed-8E .head-bar-4A a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    transform: translateX(20px);
}.news-feed-8E .head-bar-4A a:hover::before {
    left: 0;
    opacity: 1;
}.academy-info-45 {
    position: relative;
    backdrop-filter: blur(10px);
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 3rem;
}.academy-info-45::before {
    width: 100%;
    top: 0;
    content: "";
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(175,170,161) 30%, 
                #ffffff 50%, 
                rgb(133,121,119) 70%, 
                transparent 100%);
    height: 1px;
    position: absolute;
    left: 0;
}.academy-info-45 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.academy-info-45 .pitch-comp-UR {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.5rem 1.5rem;
    font-size: 12px;
    transition: all 0.3s ease;
    border-radius: 30px;
}.academy-info-45 .pitch-comp-UR:hover {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(175,170,161), 0.3);
    color: #ffffff;
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(133,121,119,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(133,121,119);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.news-feed-8E .company_holder::before,
.news-feed-8E .head-bar-4A::before {
    content: "";
    position: absolute;
    filter: blur(30px);
    z-index: -1;
    transition: opacity 0.5s ease;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(175,170,161,0.5) 0%, transparent 70%);
    opacity: 0;
    width: 100px;
}.news-feed-8E .company_holder::before {
    bottom: -20px;
    right: -20px;
}.news-feed-8E .head-bar-4A::before {
    left: -20px;
    top: -20px;
}.news-feed-8E .company_holder:hover::before,
.news-feed-8E .head-bar-4A:hover::before {
    opacity: 0.5;
}.news-feed-8E .company_holder::after {
    content: "";
    transition: all 0.4s ease;
    border-right: 2px solid rgb(175,170,161);
    top: 20px;
    right: 20px;
    border-top: 2px solid rgb(175,170,161);
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 0.7;
}.news-feed-8E .company_holder:hover::after {
    height: 40px;
    width: 40px;
    transform: rotate(45deg);
}

@media (max-width: 992px) {.news-feed-8E {
    padding: 4rem 0 2rem;
}.news-feed-8E .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.news-feed-8E .company_holder,
    .news-feed-8E .trade-mark-42 {
    width: 100%;
}.news-feed-8E .nav-top-cM {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.news-feed-8E {
    padding: 3.5rem 0 1.5rem;
}.news-feed-8E .nav-top-cM {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.news-feed-8E .company_holder,
    .news-feed-8E .head-bar-4A {
    padding: 1.5rem;
}.news-feed-8E .company_holder h3,
    .news-feed-8E .head-bar-4A h5 {
    margin-bottom: 1.25rem;
}.academy-info-45 {
    padding: 1.25rem 0;
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.news-feed-8E {
    padding: 3rem 0 1rem;
}.news-feed-8E .company_holder {
    padding: 1.25rem;
}.news-feed-8E .company_holder h3 {
    font-size: calc(32px * 0.8);
}.news-feed-8E .head-bar-4A h5 {
    font-size: calc(18px * 0.9);
}.news-feed-8E .head-bar-4A a,
    .news-feed-8E .trophy-case-l6 {
    font-size: calc(17px * 0.9);
}.academy-info-45 .pitch-comp-UR {
    padding: 0.4rem 1rem;
    font-size: calc(12px * 0.9);
}}

.news-feed-8E .company_holder .trophy-case-l6::after {
    transition: width 0.4s ease;
    bottom: -10px;
    position: absolute;
    background: linear-gradient(to right, rgb(175,170,161), transparent);
    left: 1rem;
    height: 3px;
    width: 70px;
    content: "";
}.news-feed-8E .company_holder:hover .trophy-case-l6::after {
    width: calc(100% - 1rem);
}.news-feed-8E::after {
    position: absolute;
    left: 0;
    background-size: 40px 40px;
    z-index: -2;
    opacity: 0.3;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    width: 100%;
    content: "";
    top: 0;
}.news-feed-8E .head-bar-4A:nth-child(1)::before {
    background: radial-gradient(circle, rgb(175,170,161,0.5) 0%, transparent 70%);
}.news-feed-8E .head-bar-4A:nth-child(2)::before {
    background: radial-gradient(circle, rgb(133,121,119,0.5) 0%, transparent 70%);
}.news-feed-8E .nav-top-cM a::after {
    background: linear-gradient(to right, rgb(175,170,161), rgb(133,121,119));
    position: absolute;
    transition: width 0.3s ease;
    bottom: 0;
    width: 0;
    height: 1px;
    left: 0;
    content: "";
}.news-feed-8E .nav-top-cM a:hover::after {
    width: 100%;
}.secure-bunker-TN {
    overflow: hidden;
    background: rgb(133,121,119);
    align-items: center;
    flex-direction: column;
    width: 100%;
    color: #ffffff;
    display: flex;
    height: auto;
    border: 2px solid rgb(175,170,161);
    padding: 50px;
}.secure-bunker-TN h1 {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 47px;
    border-bottom: 4px solid rgb(133,121,119);
    margin-top: 20px;
    margin-bottom: 30px;
    color: rgb(175,170,161);
}.secure-bunker-TN h2 {
    width: 100%;
    font-weight: 600;
    padding-bottom: 5px;
    font-size: 29px;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: left;
    border-bottom: 2px solid rgb(175,170,161);
    color: #ffffff;
}.secure-bunker-TN ul, .secure-bunker-TN ol {
    list-style-type: none;
    width: 100%;
    margin: 20px 0;
    padding-left: 0;
}.secure-bunker-TN li {
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 400;
    border-left: 4px solid rgb(133,121,119);
    margin-bottom: 15px;
    background: rgb(175,170,161,0.5);
    border-radius: 10px;
    color: #ffffff;
}.secure-bunker-TN section {
    background: rgb(133,121,119,0.5);
    padding: 30px;
    width: 100%;
    border-radius: 25px;
    margin-bottom: 30px;
}.secure-bunker-TN p, .secure-bunker-TN span, .secure-bunker-TN div {
    font-family: Arial, sans-serif;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {.secure-bunker-TN {
    padding: 30px 15px;
}.secure-bunker-TN h1 {
    font-size: calc(21px - 10px);
}.secure-bunker-TN h2 {
    font-size: calc(21px - 8px);
}.secure-bunker-TN li {
    font-size: calc(17px - 2px);
    padding: 8px 15px;
}}.try-immediately-Gr {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(210deg, rgb(175,170,161) 0%, rgb(133,121,119) 100%);
    padding: 120px 0;
}.try-immediately-Gr::before {
    position: absolute;
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 11px
        );
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
}.try-immediately-Gr::after {
    height: 1px;
    z-index: -1;
    content: '';
    animation: horizonLine 5s ease-in-out infinite;
    width: 100%;
    top: 50%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    left: 0;
    position: absolute;
}.try-immediately-Gr .expert-study-QA {
    max-width: 900px;
    padding: 0;
    overflow: hidden;
    background: 
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.05)
        );
    z-index: 2;
    border-radius: 5px;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    height: 350px;
    align-items: center;
    display: flex;
}.try-immediately-Gr .expert-study-QA::before {
    left: 0;
    animation: topLineGlow 3s ease-in-out infinite;
    box-shadow: 0 0 20px rgb(175,170,161,0.5);
    z-index: 1;
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(175,170,161),
        rgb(133,121,119),
        rgb(175,170,161)
    );
    position: absolute;
    top: 0;
    height: 5px;
    content: '';
}.try-immediately-Gr .expert-study-QA::after {
    right: 0;
    height: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    left: 0;
    top: 5px;
    content: '';
    z-index: 1;
}.try-immediately-Gr h3 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 28px;
    animation: textGlow 3s ease-in-out infinite alternate;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 60px;
    text-shadow: 
        0 0 10px #ffffff,
        0 0 20px rgb(175,170,161,0.5);
}.try-immediately-Gr h3::before {
    height: 100%;
    animation: textScan 3s linear infinite;
    left: -100%;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    background: 
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
}.try-immediately-Gr h3::after {
    transform: translateX(-50%);
    bottom: -15px;
    height: 2px;
    background: rgb(133,121,119);
    width: 40px;
    content: '';
    left: 50%;
    animation: underlineGlow 3s ease-in-out infinite alternate;
    box-shadow: 
        0 0 10px rgb(133,121,119),
        0 0 20px rgb(133,121,119,0.5);
    position: absolute;
    opacity: 0.7;
}.try-immediately-Gr .submit-request-86 {
    text-transform: uppercase;
    z-index: 1;
    border-radius: 3px;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    background: transparent;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 0 15px rgb(133,121,119,0.5),
        inset 0 0 5px rgb(133,121,119,0.5);
    display: inline-block;
    transition: all 0.4s ease;
    text-shadow: 0 0 5px #ffffff;
    padding: 15px 40px;
    text-decoration: none;
    font-size: 20px;
    border: 2px solid rgb(133,121,119);
}.try-immediately-Gr .submit-request-86::before {
    content: '';
    z-index: -1;
    transition: all 0.4s ease;
    top: 0;
    height: 100%;
    left: -100%;
    background: rgb(133,121,119);
    position: absolute;
    width: 100%;
}.try-immediately-Gr .submit-request-86::after {
    bottom: -2px;
    opacity: 0;
    transition: all 0.4s ease;
    position: absolute;
    content: '';
    z-index: -2;
    top: -2px;
    left: -2px;
    border: 2px solid rgb(133,121,119);
    right: -2px;
}.try-immediately-Gr .submit-request-86:hover {
    border-color: transparent;
    color: #ffffff;
    text-shadow: 0 0 10px #ffffff;
    box-shadow: 
        0 0 25px rgb(133,121,119),
        inset 0 0 10px rgb(133,121,119,0.5);
}.try-immediately-Gr .submit-request-86:hover::before {
    left: 0;
}.try-immediately-Gr .submit-request-86:hover::after {
    opacity: 0.5;
    animation: pulseBorder 2s infinite;
}

@media screen and (max-width: 992px) {.try-immediately-Gr {
    padding: 100px 0;
}.try-immediately-Gr .expert-study-QA {
    max-width: 85%;
    height: 320px;
}.try-immediately-Gr h3 {
    letter-spacing: 4px;
    margin-bottom: 50px;
    font-size: calc(28px * 0.9);
}.try-immediately-Gr h3::after {
    width: 35px;
}.try-immediately-Gr .submit-request-86 {
    padding: 14px 35px;
    font-size: calc(20px * 0.95);
}
}

@media screen and (max-width: 768px) {.try-immediately-Gr {
    padding: 80px 0;
}.try-immediately-Gr .expert-study-QA {
    height: 300px;
}.try-immediately-Gr h3 {
    letter-spacing: 3px;
    margin-bottom: 45px;
    font-size: calc(28px * 0.8);
}.try-immediately-Gr h3::after {
    width: 30px;
    bottom: -12px;
}.try-immediately-Gr .submit-request-86 {
    font-size: calc(20px * 0.9);
    padding: 12px 30px;
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.try-immediately-Gr {
    padding: 60px 0;
}.try-immediately-Gr .expert-study-QA {
    height: 260px;
}.try-immediately-Gr h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(28px * 0.7);
}.try-immediately-Gr h3::after {
    width: 25px;
    bottom: -10px;
}.try-immediately-Gr .submit-request-86 {
    letter-spacing: 1px;
    padding: 10px 25px;
    font-size: calc(20px * 0.85);
}}

@keyframes horizonLine {
    0%, 100% {
        opacity: 0.2;
        box-shadow: none;
    }
    50% {
        opacity: 0.5;
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }
}

@keyframes topLineGlow {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 15px rgb(175,170,161,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 
            0 0 20px rgb(175,170,161),
            0 0 40px rgb(175,170,161,0.5);
    }
}

@keyframes textGlow {
    0% {
        text-shadow: 
            0 0 5px #ffffff,
            0 0 10px rgb(175,170,161,0.5);
    }
    100% {
        text-shadow: 
            0 0 10px #ffffff,
            0 0 20px rgb(175,170,161),
            0 0 30px rgb(175,170,161,0.5);
    }
}

@keyframes textScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}

@keyframes underlineGlow {
    0% {
        width: 40px;
        box-shadow: 
            0 0 5px rgb(133,121,119),
            0 0 10px rgb(133,121,119,0.5);
    }
    100% {
        width: 80px;
        box-shadow: 
            0 0 10px rgb(133,121,119),
            0 0 20px rgb(133,121,119),
            0 0 30px rgb(133,121,119,0.5);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        opacity: 0.5;
    }
    50% {
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        opacity: 0.1;
    }
}.contact-box-nY {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.contact-box-nY::before {
    height: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    backdrop-filter: blur(10px);
    top: 0;
    position: absolute;
    content: "";
    background-color: rgb(175,170,161,0.5);
}.contact-box-nY::after {
    pointer-events: none;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(133,121,119,0.5) 0%, transparent 50%, rgb(175,170,161,0.5) 100%);
    position: absolute;
    height: 100%;
    z-index: 2;
    width: 100%;
    top: 0;
}.contact-box-nY .container {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    max-width: 1200px;
}.contact-box-nY .support-links-iV {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    overflow: hidden;
    border-radius: 19px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 30px;
}.contact-box-nY .query-form-hc {
    padding: 60px 40px;
    position: relative;
    width: 40%;
    overflow: hidden;
    background: linear-gradient(to bottom right, rgb(175,170,161), rgb(133,121,119));
}.contact-box-nY .query-form-hc::before {
    background: rgb(133,121,119);
    width: 200px;
    opacity: 0.4;
    height: 200px;
    position: absolute;
    top: -100px;
    border-radius: 50%;
    right: -100px;
    content: '';
}.contact-box-nY .query-form-hc::after {
    height: 150px;
    opacity: 0.3;
    position: absolute;
    border-radius: 50%;
    background: rgb(175,170,161);
    content: '';
    width: 150px;
    left: -75px;
    bottom: -75px;
}.contact-box-nY .query-form-hc h3 {
    color: #ffffff;
    font-weight: 700;
    z-index: 5;
    font-size: 31px;
    margin-bottom: 40px;
    position: relative;
}.contact-box-nY .query-form-hc div {
    z-index: 5;
    position: relative;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    transition: transform 0.3s ease;
}.contact-box-nY .query-form-hc div:hover {
    transform: translateX(10px);
}.contact-box-nY .query-form-hc div svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}.contact-box-nY .query-form-hc div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact-box-nY .query-form-hc div:hover svg path {
    fill: rgb(208,204,185);
}.contact-box-nY .query-form-hc div span {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
}.contact-box-nY .query-form-hc div span a {
    transition: color 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact-box-nY .query-form-hc div span a:hover {
    color: rgb(208,204,185);
    text-decoration: underline;
}.contact-box-nY .connect-box-8H {
    width: 60%;
    background: rgba(255, 255, 255, 0.1);
    padding: 60px 40px;
    overflow: hidden;
    position: relative;
}.contact-box-nY .connect-box-8H::before {
    background: linear-gradient(to right, rgb(175,170,161), rgb(133,121,119));
    position: absolute;
    content: '';
    top: 0;
    height: 5px;
    left: 0;
    width: 100%;
}.contact-box-nY .connect-box-8H h3 {
    font-size: 19px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 30px;
}.contact-box-nY .connect-box-8H h3::after {
    position: absolute;
    height: 3px;
    left: 0;
    width: 50px;
    content: '';
    background: rgb(133,121,119);
    bottom: -10px;
}.contact-box-nY form {
    flex-direction: column;
    width: 100%;
    display: flex;
}.contact-box-nY form input[type="text"],
.contact-box-nY form input[type="email"] {
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid transparent;
    margin-bottom: 20px;
    padding: 16px 20px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: none;
}.contact-box-nY form input[type="text"]:focus,
.contact-box-nY form input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgb(133,121,119);
    box-shadow: 0 0 15px rgba(rgb(133,121,119), 0.2);
}.contact-box-nY form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contact-box-nY .query-card-aj {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-bottom: 25px;
}.contact-box-nY .query-card-aj input[type="checkbox"] {
    height: 0;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    width: 0;
}.contact-box-nY .query-card-aj label {
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}.contact-box-nY .query-card-aj label::before {
    top: 2px;
    content: '';
    border-radius: 10px;
    height: 22px;
    background: transparent;
    transition: all 0.3s ease;
    position: absolute;
    border: 2px solid rgb(133,121,119);
    width: 22px;
    left: 0;
}.contact-box-nY .query-card-aj input[type="checkbox"]:checked + label::before {
    background: rgb(133,121,119);
}.contact-box-nY .query-card-aj input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    content: '';
    position: absolute;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    left: 8px;
    top: 5px;
    border: solid white;
}.contact-box-nY .query-card-aj label a {
    text-decoration: none;
    color: rgb(133,121,119);
    transition: color 0.3s ease;
}.contact-box-nY .query-card-aj label a:hover {
    text-decoration: underline;
    color: #ffffff;
}.contact-box-nY form .inquiry-links-VG {
    overflow: hidden;
    padding: 16px 30px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    background: linear-gradient(to right, rgb(175,170,161), rgb(133,121,119));
    border-radius: 10px;
    font-size: 19px;
    cursor: pointer;
}.contact-box-nY form .inquiry-links-VG::before {
    transition: all 0.5s ease;
    content: "";
    width: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    position: absolute;
}.contact-box-nY form .inquiry-links-VG:hover::before {
    left: 100%;
}.contact-box-nY form .inquiry-links-VG:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.contact-box-nY .query-form-hc div:nth-child(2) {
    animation: float 5s infinite ease-in-out;
}.contact-box-nY .query-form-hc div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}.contact-box-nY .query-form-hc div:nth-child(4) {
    animation: float 6s infinite ease-in-out;
}.contact-box-nY .query-form-hc div:nth-child(5) {
    animation: float 8s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.contact-box-nY {
    padding: 80px 0;
}.contact-box-nY .support-links-iV {
    flex-direction: column;
}.contact-box-nY .query-form-hc,
    .contact-box-nY .connect-box-8H {
    width: 100%;
    padding: 40px 30px;
}.contact-box-nY .query-form-hc h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 30px;
}.contact-box-nY .query-form-hc div {
    margin-bottom: 20px;
}
}

@media screen and (max-width: 576px) {.contact-box-nY {
    padding: 60px 0;
}.contact-box-nY .container {
    width: 95%;
}.contact-box-nY .query-form-hc,
    .contact-box-nY .connect-box-8H {
    padding: 30px 20px;
}.contact-box-nY .query-form-hc h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 25px;
}.contact-box-nY .connect-box-8H h3 {
    font-size: calc(19px * 0.9);
}.contact-box-nY form input[type="text"],
    .contact-box-nY form input[type="email"] {
    padding: 14px 16px;
    margin-bottom: 15px;
}.contact-box-nY .query-card-aj label {
    font-size: calc(12px * 0.9);
}.contact-box-nY form .inquiry-links-VG {
    padding: 14px 20px;
}}.homepage-25 {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 120px 40px;
    background: linear-gradient(135deg, rgb(208,204,185) 0%, rgb(133,121,119,0.5) 100%);
    align-items: center;
}.homepage-25::before {
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.05;
    z-index: 1;
    background: repeating-linear-gradient(
    -45deg,
    rgb(175,170,161,0.5) 0,
    rgb(175,170,161,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    position: absolute;
    left: 0;
    content: "";
}.homepage-25 > div {
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    position: relative;
    grid-template-columns: 1fr;
    gap: 60px;
    display: grid;
}.homepage-25 .page-base-v4 {
    color: rgb(175,170,161);
    font-weight: 700;
    transform: translateX(-5px);
    opacity: 0;
    position: relative;
    margin-bottom: 24px;
    font-size: clamp(2.5rem, 5vw, 40px);
    animation: slideTitle 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    line-height: 1.2;
}.homepage-25 .page-base-v4::after {
    width: 80px;
    left: 0;
    background: rgb(175,170,161);
    transform-origin: left;
    position: absolute;
    height: 4px;
    bottom: -12px;
    content: "";
    animation: growLine 1.2s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: scaleX(0);
}.homepage-25 p {
    font-size: clamp(1rem, 1.2vw, 12px);
    margin-bottom: 40px;
    line-height: 1.6;
    max-width: 600px;
    opacity: 0;
    animation: fadeUp 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    color: #000000;
}.homepage-25 .edu-skill-wv {
    animation: fadeUp 1.2s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
}.homepage-25 .learning-classes-b0 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}.homepage-25 .learning-classes-b0::before {
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    background: linear-gradient(
    to top,
    #000000 0%,
    rgba(0, 0, 0, 0.5) 40%,
    transparent 100%
  );
    content: "";
    position: absolute;
}.homepage-25 .learning-classes-b0 span {
    animation: fadeUp 1s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    padding: 30px;
    bottom: 0;
    width: 100%;
    transform: translateY(10px);
    left: 0;
    z-index: 2;
    position: absolute;
}.homepage-25 .learning-classes-b0 h3 {
    font-weight: 600;
    max-width: 90%;
    font-size: clamp(1.1rem, 1.5vw, 18px);
    color: #ffffff;
    line-height: 1.4;
}@keyframes slideTitle {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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


.homepage-25 .edu-skill-wv:hover {
    transform: translateY(-5px) scale(1.01);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.homepage-25 .edu-skill-wv:hover .learning-classes-b0::before {
    transition: background 0.5s ease;
    background: linear-gradient(
    to top,
    #000000 0%,
    rgba(0, 0, 0, 0.5) 30%,
    transparent 90%
  );
}


@media (min-width: 768px) {.homepage-25 {
    padding: 160px 60px;
}.homepage-25 > div {
    align-items: center;
    gap: 80px;
    grid-template-columns: 1fr 1fr;
}.homepage-25 .page-base-v4::after {
    width: 120px;
}.homepage-25 .edu-skill-wv {
    height: auto;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
    padding-bottom: 75%;
}
}

@media (min-width: 1200px) {.homepage-25 {
    padding: 180px 80px;
}.homepage-25 > div {
    gap: 100px;
}.homepage-25 .page-base-v4 {
    transform: translateX(-10px);
}.homepage-25 .page-base-v4::after {
    width: 140px;
    height: 5px;
}.homepage-25 .edu-skill-wv {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}.homepage-25 .edu-skill-wv:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-8px);
}
}

@media (max-width: 767px) {.homepage-25 {
    padding: 100px 20px;
}.homepage-25 .page-base-v4 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
}.homepage-25 p {
    margin-bottom: 30px;
    font-size: 1rem;
}.homepage-25 .learning-classes-b0 span {
    padding: 20px;
}.homepage-25 .learning-classes-b0 h3 {
    max-width: 100%;
    font-size: 1rem;
}}.cookie-notice-banner-NV {
    bottom: 0;
    position: fixed;
    width: 100%;
    padding: 20px 0;
    border-top: 3px solid rgb(133,121,119);
    font-family: Arial, sans-serif;
    z-index: 90;
    background: rgb(133,121,119);
    transform: translateY(100%);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.5s forwards;
    transition: transform 0.5s ease-in-out;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.user-dialog-Qy {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 20px 5%;
}.cookie-notice-banner-NV h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 700;
}.cookie-notice-banner-NV p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}.learn-cookies-mN {
    filter: drop-shadow(0 0 10px rgb(175,170,161));
    flex-shrink: 0;
    margin-right: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
}.learn-cookies-mN svg {
    height: 80px;
    fill: rgb(175,170,161);
    width: 80px;
    transition: transform 0.3s ease-in-out;
}.learn-cookies-mN:hover svg {
    transform: scale(1.1);
}.accept-cookies-4t {
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin-left: 10px;
    text-decoration: none;
    padding: 10px 20px;
    box-shadow: 0 0 15px rgb(175,170,161);
    background: linear-gradient(90deg, rgb(175,170,161), rgb(133,121,119));
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 23px;
    white-space: nowrap;
    cursor: pointer;
    min-width: 140px;
    flex-shrink: 0;
    color: #000000;
}.accept-cookies-4t:hover {
    box-shadow: 0 0 20px rgb(133,121,119);
}.cookie_button.privacy-cookies-ag:hover {
    box-shadow: 0 0 15px rgb(133,121,119);
}.cookie-notice-banner-NV p a {
    color: rgb(175,170,161);
    transition: color 0.3s ease;
    text-decoration: none;
}.cookie-notice-banner-NV p a:hover {
    color: rgb(133,121,119);
}#cookieNoticeBanner-On {
    display: none;
}#cookieNoticeBanner-On:checked ~ .cookie-notice-banner-NV {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie-notice-banner-NV {
    padding: 15px 0;
}.user-dialog-Qy {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.learn-cookies-mN {
    display: none;
}.user-dialog-Qy {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookie-notice-banner-NV h5 {
    margin-bottom: 5px;
    font-size: 19px;
}.cookie-comply-k9 {
    margin-bottom: 15px;
}.accept-cookies-4t {
    margin: 10px 0;
    min-width: 100%;
}}
header {
    background: linear-gradient(135deg, rgb(175,170,161,0.5) 0%, rgb(133,121,119,0.5) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    position: relative;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 100;
    margin-top: 0;
}header::before {
    top: 0;
    z-index: -1;
    width: 100%;
    opacity: 0.5;
    background: 
        radial-gradient(circle at 10% 20%, rgb(175,170,161,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(133,121,119,0.5) 0%, transparent 30%);
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
}header .head-info-MX {
    align-items: center;
    padding: 1.2rem 2.5rem;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    position: relative;
}header .top-lesson-tc {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    z-index: 2;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.15);
    padding: 0.8rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex: 0 0 auto;
    border-radius: 24px;
    transition: all 0.4s ease;
    position: relative;
    -webkit-backdrop-filter: blur(5px);
}header .top-lesson-tc:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}header .main-navbar-zC {
    transition: all 0.3s ease;
    display: block;
}header .main-navbar-zC img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .head-bar-4A {
    z-index: 2;
    padding: 0;
    display: flex;
    position: relative;
    margin: 0;
    list-style: none;
}header .header-mentor-nN {
    position: relative;
    margin: 0 0.3rem;
}header .header-mentor-nN a {
    color: #ffffff;
    -webkit-backdrop-filter: blur(5px);
    display: block;
    border-radius: 24px;
    transition: all 0.3s ease;
    font-weight: 600;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 15px;
    position: relative;
    padding: 0.8rem 1.2rem;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    text-decoration: none;
}header .header-mentor-nN a:hover {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
}header .header-mentor-nN a::before {
    height: 100%;
    z-index: -1;
    content: '';
    left: 0;
    transition: opacity 0.3s ease;
    border-radius: 24px;
    position: absolute;
    width: 100%;
    opacity: 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    top: 0;
}header .header-mentor-nN a:hover::before {
    opacity: 1;
}header .header-mentor-nN::after {
    height: 3px;
    transform: translateX(-50%);
    opacity: 0.7;
    left: 50%;
    width: 0;
    background: #ffffff;
    position: absolute;
    border-radius: 10px;
    bottom: -3px;
    transition: width 0.3s ease;
    content: '';
}header .header-mentor-nN:hover::after {
    width: 70%;
}header .head-info-MX::before {
    filter: blur(40px);
    z-index: -1;
    opacity: 0.5;
    width: 100px;
    right: -20px;
    height: 100px;
    background: rgb(175,170,161,0.5);
    position: absolute;
    border-radius: 50%;
    top: -20px;
    content: '';
}header .head-info-MX::after {
    filter: blur(30px);
    z-index: -1;
    content: '';
    background: rgb(133,121,119,0.5);
    border-radius: 50%;
    opacity: 0.5;
    width: 80px;
    left: -20px;
    height: 80px;
    bottom: -20px;
    position: absolute;
}header .first-teach-xs {
    background: rgb(208,204,185);
    position: relative;
    padding-top: 2rem;
    z-index: 1;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .top-lesson-tc::after {
    bottom: -20px;
    left: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    width: 100%;
    height: 20px;
    content: '';
    transition: all 0.4s ease;
    opacity: 0.5;
    position: absolute;
}header .top-lesson-tc:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

@media (min-width: 1400px) {header .head-info-MX {
    max-width: 1320px;
    margin: 0 auto;
}header .header-mentor-nN {
    margin: 0 0.5rem;
}header .header-mentor-nN a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .head-info-MX {
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
}header .top-lesson-tc {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    margin-bottom: 0;
}header .head-bar-4A {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .header-mentor-nN a {
    border-radius: 10px;
    font-size: calc(15px - 1px);
    padding: 0.6rem 1rem;
}header .head-info-MX::before,
    header .head-info-MX::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head-info-MX {
    padding: 0.8rem 1.2rem;
}header .top-lesson-tc {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .main-navbar-zC img {
    max-height: 35px;
}header .head-bar-4A {
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}header .head-bar-4A::-webkit-scrollbar {
    height: 3px;
}header .head-bar-4A::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .header-mentor-nN {
    flex: 0 0 auto;
    margin: 0 0.15rem;
}header .header-mentor-nN a {
    padding: 0.5rem 0.8rem;
    font-size: calc(15px - 2px);
    white-space: nowrap;
}header .header-mentor-nN::after {
    display: none;
}header .top-lesson-tc::after {
    display: none;
}
}

@media (max-width: 479px) {header .head-info-MX {
    padding: 0.7rem 1rem;
}header .top-lesson-tc {
    max-width: 120px;
    padding: 0.4rem 0.7rem;
}header .header-mentor-nN a {
    font-size: calc(15px - 3px);
    padding: 0.4rem 0.6rem;
}}.appHub-tB {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(133,121,119,0.5), rgb(175,170,161,0.5));
}.appHub-tB::before {
    z-index: -1;
    opacity: 0.07;
    content: "";
    position: absolute;
    width: 70%;
    animation: float 20s infinite alternate ease-in-out;
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    height: 70%;
    top: -10%;
    right: -10%;
    transform: rotate(25deg);
}.appHub-tB::after {
    left: -5%;
    content: "";
    position: absolute;
    animation: float 15s infinite alternate-reverse ease-in-out;
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    transform: rotate(-15deg);
    width: 50%;
    z-index: -1;
    bottom: -5%;
    height: 50%;
    opacity: 0.05;
}.appHub-tB .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
}.appHub-tB .expert-study-QA {
    transform-style: preserve-3d;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    gap: 2.5rem;
}.appHub-tB .expert-study-QA:hover {
    transform: perspective(1000px) rotateX(0deg);
}.appHub-tB .expert-study-QA > div:first-child {
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 2.5rem;
    position: relative;
}.appHub-tB .expert-study-QA > div:first-child::before {
    transform: scaleX(0);
    position: absolute;
    height: 5px;
    transform-origin: left;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgb(175,170,161), rgb(133,121,119));
    top: 0;
    content: "";
    transition: transform 0.7s ease;
    z-index: 3;
}.appHub-tB .expert-study-QA:hover > div:first-child::before {
    transform: scaleX(1);
}.appHub-tB .expert-study-QA > div:last-child {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
    padding: 2.5rem 3rem;
    background: linear-gradient(to right bottom, 
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.7));
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(-10px);
}.appHub-tB .expert-study-QA:hover > div:last-child {
    transform: translateY(0);
}.appHub-tB h5 {
    line-height: 1.4;
    margin: 0;
    font-size: 23px;
    position: relative;
    display: inline-block;
    color: rgb(175,170,161);
    font-weight: 700;
}.appHub-tB h5::after {
    width: 60px;
    transition: width 0.4s ease;
    position: absolute;
    background: rgb(133,121,119);
    height: 3px;
    content: "";
    left: 0;
    bottom: -10px;
}.appHub-tB .expert-study-QA:hover h5::after {
    width: 100%;
}.appHub-tB a {
    position: relative;
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
}.appHub-tB a:hover {
    transform: translateX(5px);
}.appHub-tB p {
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 18px;
    line-height: 1.8;
}.appHub-tB a::before {
    opacity: 0;
    content: "";
    width: 0.5rem;
    top: 0.5rem;
    position: absolute;
    left: -1.5rem;
    height: 0.5rem;
    background: rgb(133,121,119);
    transition: all 0.3s ease;
}.appHub-tB a:hover::before {
    opacity: 1;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(2%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-2%, -1%) rotate(-5deg);
    }
}

@media (min-width: 768px) {.appHub-tB {
    padding: 8rem 0;
}.appHub-tB .expert-study-QA {
    gap: 0;
    grid-template-columns: 1fr 1.2fr;
}.appHub-tB .expert-study-QA > div:first-child {
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    transform: translateX(5%);
}.appHub-tB .expert-study-QA > div:last-child {
    transform: translateY(25px);
    margin-left: -5%;
    z-index: 1;
    padding-left: 10%;
}.appHub-tB .expert-study-QA:hover > div:last-child {
    transform: translateY(15px);
}.appHub-tB h5 {
    font-size: calc(23px * 1.1);
}.appHub-tB p {
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.appHub-tB {
    padding: 10rem 0;
}.appHub-tB .expert-study-QA {
    grid-template-columns: 0.9fr 1.3fr;
}.appHub-tB .expert-study-QA > div:first-child {
    padding: 3rem;
    transform: translateX(10%);
}.appHub-tB .expert-study-QA > div:last-child {
    padding-left: 15%;
    transform: translateY(35px);
    margin-left: -10%;
}.appHub-tB .expert-study-QA:hover > div:last-child {
    transform: translateY(25px);
}.appHub-tB h5 {
    font-size: calc(23px * 1.2);
}
}

@media (max-width: 767px) {.appHub-tB {
    padding: 4rem 0;
}.appHub-tB .expert-study-QA > div:first-child,
    .appHub-tB .expert-study-QA > div:last-child {
    padding: 2rem;
}.appHub-tB h5 {
    font-size: calc(23px * 0.9);
}.appHub-tB p {
    font-size: calc(18px * 0.95);
}}.teaching-experience-0B {
    background: linear-gradient(135deg, rgb(208,204,185) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.teaching-experience-0B::before {
    content: "";
    z-index: 0;
    height: 80%;
    width: 30%;
    right: -5%;
    top: -10%;
    background: linear-gradient(45deg, rgb(133,121,119,0.5) 0%, rgb(175,170,161,0.5) 100%);
    filter: blur(40px);
    position: absolute;
    opacity: 0.4;
    transform: rotate(-15deg);
}.teaching-experience-0B::after {
    content: "";
    width: 40%;
    left: -5%;
    opacity: 0.3;
    transform: rotate(10deg);
    filter: blur(50px);
    position: absolute;
    bottom: -10%;
    height: 70%;
    background: linear-gradient(-45deg, rgb(175,170,161,0.5) 0%, rgb(133,121,119,0.5) 100%);
    z-index: 0;
}.teaching-experience-0B .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
}.teaching-experience-0B .review-lounge-hH {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    transform: perspective(1000px) rotateY(-2deg);
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(133,121,119);
}.teaching-experience-0B .review-lounge-hH:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.teaching-experience-0B .pic-card-xp {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: rotate(-3deg);
    width: 180px;
    border-radius: 10px;
    transition: all 0.4s ease-out;
    margin: 0 auto;
    position: relative;
    height: 180px;
}.teaching-experience-0B .pic-card-xp:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: rotate(0deg) scale(1.03);
}.teaching-experience-0B .pic-card-xp::after {
    left: 10px;
    top: 10px;
    right: 10px;
    border-radius: 5px;
    content: "";
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    pointer-events: none;
    bottom: 10px;
}.teaching-experience-0B .name {
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: 18px;
}.teaching-experience-0B .name::after {
    background: linear-gradient(90deg, rgb(133,121,119) 0%, transparent 100%);
    left: 0;
    width: 40%;
    content: "";
    height: 3px;
    position: absolute;
    transition: width 0.3s ease;
    bottom: -5px;
}.teaching-experience-0B .review-lounge-hH:hover .name::after {
    width: 70%;
}.teaching-experience-0B .work-explore-YT {
    padding-left: 1.5rem;
    border-left: 2px solid rgb(133,121,119,0.5);
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}.teaching-experience-0B .work-explore-YT::before {
    font-size: 5rem;
    opacity: 0.3;
    font-family: serif;
    left: -10px;
    position: absolute;
    top: -20px;
    color: rgb(133,121,119,0.5);
    content: "";
}

@media (min-width: 768px) {.teaching-experience-0B {
    padding: 7rem 0;
}.teaching-experience-0B .review-lounge-hH {
    grid-template-columns: 220px 1fr;
    padding: 3rem;
    grid-template-rows: auto 1fr;
    gap: 2.5rem;
}.teaching-experience-0B .review-lounge-hH > div:nth-child(1) {
    grid-row: 1 / 3;
}.teaching-experience-0B .pic-card-xp {
    height: 280px;
    margin: 0;
    width: 220px;
}.teaching-experience-0B .work-explore-YT {
    padding-left: 2rem;
    font-size: calc(15px + 0.1rem);
}
}

@media (min-width: 992px) {.teaching-experience-0B .review-lounge-hH {
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: 300px 1fr;
}.teaching-experience-0B .pic-card-xp {
    width: 280px;
    height: 350px;
}.teaching-experience-0B .name {
    font-size: calc(18px + 0.2rem);
}.teaching-experience-0B .work-explore-YT {
    padding-left: 2.5rem;
    line-height: 1.8;
    font-size: calc(15px + 0.2rem);
}
}

@media (min-width: 1200px) {.teaching-experience-0B .container {
    padding: 0 2rem;
}.teaching-experience-0B .review-lounge-hH {
    gap: 4rem;
    transform: perspective(1500px) rotateY(-3deg);
    padding: 5rem;
    grid-template-columns: 350px 1fr;
}.teaching-experience-0B .pic-card-xp {
    width: 320px;
    height: 400px;
}
}

@media (max-width: 767px) {.teaching-experience-0B .review-lounge-hH > div:nth-child(2) {
    text-align: center;
}.teaching-experience-0B .name::after {
    transform: translateX(-50%);
    left: 50%;
}.teaching-experience-0B .work-explore-YT {
    text-align: left;
    padding: 1.5rem;
}}.pricing-matrix-z7 {
    position: relative;
    padding: 120px 0;
    isolation: isolate;
    overflow: hidden;
}.pricing-matrix-z7::before {
    background: linear-gradient(135deg, rgb(175,170,161,0.5), rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}.pricing-matrix-z7::after {
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background: linear-gradient(225deg, rgb(133,121,119,0.5) 10%, transparent 65%);
    pointer-events: none;
    height: 100%;
    width: 45%;
}.pricing-matrix-z7 .container {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}.pricing-matrix-z7 .learning-fees-9m {
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
}.pricing-matrix-z7 h2 {
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-size: 34px;
    text-align: center;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
    font-weight: 700;
}.pricing-matrix-z7 h2::after {
    width: 80px;
    content: "";
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    height: 4px;
    background: rgb(175,170,161);
    border-radius: 2px;
    margin: 16px auto 0;
    transform: translateY(2px);
    display: block;
}.pricing-matrix-z7 .cert-fees-wH {
    letter-spacing: 0.3px;
    max-width: 700px;
    font-size: calc(14px + 2px);
    margin: 0 auto 50px;
    opacity: 0.9;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    color: #ffffff;
    font-weight: 400;
}.pricing-matrix-z7 .package-price-9G {
    z-index: 2;
    position: relative;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
    display: grid;
    padding: 0;
    gap: 30px;
}.pricing-matrix-z7 .package-price-9G li {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}.pricing-matrix-z7 .package-price-9G li:hover {
    transform: translateY(-8px);
}.pricing-matrix-z7 .lesson-plans-HW {
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    width: 100%;
    text-decoration: none;
    display: flex;
    border-radius: 12px;
}.pricing-matrix-z7 .lesson-plans-HW:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.pricing-matrix-z7 .rate-plans-Nn {
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    box-sizing: border-box;
    flex-grow: 1;
}.pricing-matrix-z7 .rate-plans-Nn::before {
    left: 0;
    background: linear-gradient(145deg, rgba(rgb(175,170,161), 0.03), rgba(rgb(133,121,119), 0.05));
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}.pricing-matrix-z7 .rate-plans-Nn::after {
    border-radius: 0 0 0 180px;
    width: 180px;
    top: 0;
    z-index: -1;
    background: linear-gradient(225deg, rgb(175,170,161,0.5) 10%, transparent 70%);
    transform: translate(50%, -50%);
    position: absolute;
    transition: all 0.5s ease;
    height: 180px;
    opacity: 0.1;
    content: "";
    right: 0;
}.pricing-matrix-z7 .lesson-plans-HW:hover .rate-plans-Nn::after {
    opacity: 0.2;
    transform: translate(40%, -40%) scale(1.1);
}.pricing-matrix-z7 .price-grid-F9 {
    flex-direction: column;
    z-index: 2;
    display: flex;
    position: relative;
    padding: 35px 25px;
    flex-grow: 1;
}.pricing-matrix-z7 .price-grid-F9::before {
    width: 100%;
    content: "";
    background: linear-gradient(to top, rgba(rgb(175,170,161), 0.03), transparent);
    height: 40%;
    left: 0;
    position: absolute;
    z-index: -1;
    bottom: 0;
}.pricing-matrix-z7 .price-grid-F9 h4 {
    font-size: calc(18px + 2px);
    position: relative;
    color: #000000;
    display: inline-block;
    margin: 0 0 20px;
    font-weight: 600;
}.pricing-matrix-z7 .price-grid-F9 h4::after {
    height: 3px;
    bottom: -8px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    position: absolute;
    background: rgb(175,170,161);
    width: 40px;
    content: "";
}.pricing-matrix-z7 .price-grid-F9 p {
    hyphens: auto;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin: 0 0 30px;
    font-size: 14px;
    color: #000000;
    flex-grow: 1;
}.pricing-matrix-z7 .promo-cost-Jl {
    position: relative;
    display: inline-block;
    backdrop-filter: blur(4px);
    font-weight: 700;
    padding: 10px 20px;
    transition: all 0.3s ease;
    border-radius: 8px;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    margin-top: auto;
    color: rgb(175,170,161);
    align-self: flex-start;
    font-size: calc(18px + 6px);
}.pricing-matrix-z7 .lesson-plans-HW:hover .promo-cost-Jl {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    transform: scale(1.05);
}

@media (max-width: 1200px) {.pricing-matrix-z7 {
    padding: 100px 0;
}.pricing-matrix-z7 .package-price-9G {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.pricing-matrix-z7 h2 {
    font-size: calc(34px - 2px);
}.pricing-matrix-z7 .cert-fees-wH {
    margin-bottom: 40px;
    font-size: 14px;
}
}

@media (max-width: 992px) {.pricing-matrix-z7 {
    padding: 80px 0;
}.pricing-matrix-z7 .package-price-9G {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.pricing-matrix-z7 .price-grid-F9 {
    padding: 30px 20px;
}.pricing-matrix-z7 .promo-cost-Jl {
    font-size: calc(18px + 2px);
    padding: 8px 16px;
}
}

@media (max-width: 768px) {.pricing-matrix-z7 {
    padding: 60px 0;
}.pricing-matrix-z7 .package-price-9G {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing-matrix-z7 h2 {
    font-size: calc(34px - 4px);
}.pricing-matrix-z7 .price-grid-F9 h4 {
    font-size: 18px;
}.pricing-matrix-z7 .price-grid-F9 p {
    font-size: calc(14px - 1px);
}
}

@media (max-width: 576px) {.pricing-matrix-z7 {
    padding: 50px 0;
}.pricing-matrix-z7 h2 {
    font-size: calc(34px - 6px);
}.pricing-matrix-z7 .cert-fees-wH {
    font-size: calc(14px - 1px);
    margin-bottom: 30px;
}.pricing-matrix-z7 .price-grid-F9 {
    padding: 25px 18px;
}.pricing-matrix-z7 .promo-cost-Jl {
    font-size: 18px;
    padding: 6px 12px;
}}.course-features-KY {
    background: rgb(208,204,185);
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    flex-direction: column;
}.course-features-KY .knowledge-map-VM {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
}.course-features-KY .knowledge-map-VM::after {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(208,204,185) 90%
    );
}.course-features-KY .career-lab-7W {
    animation: carousel-zoom 25s ease-in-out infinite;
    height: 100%;
    display: flex;
    width: 100%;
}.course-features-KY .knowledge-map-VM:hover .career-lab-7W {
    animation-play-state: paused;
}.course-features-KY .new-study-8Y {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    height: 100%;
}.course-features-KY .new-study-8Y img {
    width: 100%;
    filter: brightness(0.9) saturate(1.2);
    height: 100%;
    transform-origin: center;
    object-fit: cover;
}.course-features-KY .container {
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
    display: flex;
    z-index: 3;
    width: 100%;
    position: relative;
}.course-features-KY .expert-study-QA {
    position: relative;
    max-width: 800px;
    width: 100%;
}.course-features-KY .learn-professional-vF {
    border-radius: 30px;
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 
                0 5px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    padding: 3rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.course-features-KY .learn-professional-vF:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
}.course-features-KY .learn-professional-vF::before {
    border: 1px solid rgb(175,170,161);
    pointer-events: none;
    bottom: 20px;
    opacity: 0.3;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    content: "";
    left: 20px;
}.course-features-KY .learn-professional-vF h3 {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 28px;
    color: rgb(175,170,161);
    position: relative;
    font-weight: 700;
}.course-features-KY .learn-professional-vF h3::after {
    width: 80px;
    bottom: -10px;
    background: rgb(175,170,161);
    transform: translateX(-50%);
    height: 2px;
    position: absolute;
    left: 50%;
    content: "";
}.course-features-KY .learn-professional-vF p {
    margin: 0 auto 2rem;
    max-width: 90%;
    color: #000000;
    line-height: 1.7;
    font-size: 14px;
}.course-features-KY .learn-professional-vF .inquiry-links-VG {
    z-index: 1;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(175,170,161);
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 0.9rem 2.5rem;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
}.course-features-KY .learn-professional-vF .inquiry-links-VG::before {
    transition: all 0.6s ease;
    top: 0;
    z-index: -1;
    width: 120%;
    left: -10%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    content: "";
    height: 100%;
    transform: skewX(-25deg) translateX(-100%);
    position: absolute;
}.course-features-KY .learn-professional-vF .inquiry-links-VG:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.course-features-KY .learn-professional-vF .inquiry-links-VG:hover::before {
    transform: skewX(-25deg) translateX(100%);
}

@keyframes carousel-zoom {
    0%, 20% {
        transform: scale(1);
    }
    25%, 45% {
        transform: scale(1.1) translateX(-5%);
    }
    50%, 70% {
        transform: scale(1) translateY(3%);
    }
    75%, 95% {
        transform: scale(1.05) translateX(5%);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.course-features-KY .knowledge-map-VM::after {
    background: radial-gradient(
            circle at center,
            transparent 20%,
            rgb(208,204,185) 85%
        );
}.course-features-KY .career-lab-7W {
    animation-duration: 20s;
}.course-features-KY .expert-study-QA {
    max-width: 600px;
}.course-features-KY .learn-professional-vF {
    padding: 2.5rem;
}.course-features-KY .learn-professional-vF h3 {
    font-size: calc(28px * 0.9);
}.course-features-KY .learn-professional-vF p {
    max-width: 95%;
}
}

@media (max-width: 767px) {.course-features-KY {
    padding: 4rem 0;
    min-height: auto;
}.course-features-KY .knowledge-map-VM {
    z-index: 0;
    position: fixed;
}.course-features-KY .knowledge-map-VM::after {
    background: radial-gradient(
            circle at center,
            transparent 0%,
            rgb(208,204,185) 70%
        );
}.course-features-KY .career-lab-7W {
    animation-duration: 15s;
}.course-features-KY .expert-study-QA {
    max-width: 100%;
}.course-features-KY .learn-professional-vF {
    padding: 2rem 1.5rem;
}.course-features-KY .learn-professional-vF::before {
    bottom: 10px;
    right: 10px;
    top: 10px;
    left: 10px;
}.course-features-KY .learn-professional-vF h3 {
    font-size: 24px;
}.course-features-KY .learn-professional-vF h3::after {
    width: 60px;
}.course-features-KY .learn-professional-vF p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: calc(14px * 0.9);
    max-width: 100%;
}.course-features-KY .learn-professional-vF .inquiry-links-VG {
    width: 100%;
    padding: 0.8rem 1.5rem;
}}.about-this-Ml {
    overflow: hidden;
    padding: 140px 0 120px;
    position: relative;
    background: rgb(208,204,185);
}.about-this-Ml::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(125deg, rgb(175,170,161,0.5) 0%, transparent 40%, rgb(133,121,119,0.5) 80%, rgb(175,170,161,0.5) 100%);
    content: "";
    top: 0;
    left: 0;
    animation: gradientFlow 25s infinite alternate;
    opacity: 0.15;
    z-index: 1;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.about-this-Ml::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    animation: pulseBackground 15s infinite alternate;
    background: radial-gradient(ellipse at 30% 20%, rgb(175,170,161,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 80%, rgb(133,121,119,0.5) 0%, transparent 60%);
    opacity: 0.15;
    filter: blur(50px);
    height: 100%;
}@keyframes pulseBackground {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

.about-this-Ml .container {
    position: relative;
    z-index: 2;
}.about-this-Ml .expert-study-QA {
    position: relative;
    max-width: 100vw;
}.about-this-Ml h3 {
    transform: translateY(-100%) translateY(-30px);
    font-weight: 700;
    color: #000000;
    font-size: 36px;
    padding-left: 30px;
    top: 0;
    border-left: 4px solid rgb(175,170,161);
    letter-spacing: 1px;
    position: absolute;
    margin: 0;
    left: 0;
}.about-this-Ml .study-tracks-50 {
    margin-left: -15%;
    gap: 20px;
    width: 115%;
    margin-bottom: 100px;
    grid-template-columns: 1.6fr 1.4fr;
    display: grid;
    position: relative;
    padding-top: 20px;
}.about-this-Ml .study-tracks-50 span {
    transform: skewX(-15deg);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
    font-weight: 600;
    font-size: 20px;
    right: 10%;
    z-index: 10;
    position: absolute;
    border-radius: 0 10px 10px 0;
    top: -15px;
    background: rgb(175,170,161);
    color: #ffffff;
}.about-this-Ml .study-tracks-50 span::before {
    left: -15px;
    position: absolute;
    height: 100%;
    top: 0;
    width: 15px;
    background: rgb(175,170,161);
    transform: skewX(15deg);
    z-index: -1;
    content: "";
}.about-this-Ml .study-tracks-50 p {
    backdrop-filter: blur(10px);
    grid-row: 1 / 2;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
    padding: 40px;
    grid-column: 2 / 3;
    width: 110%;
    font-size: 16px;
    z-index: 5;
    transform: translateX(-30px);
    line-height: 1.8;
    align-self: center;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
}.about-this-Ml .study-tracks-50 .pic-card-xp {
    border-radius: 0 16px 16px 0;
    overflow: hidden;
    grid-column: 1 / 2;
    height: 500px;
    z-index: 3;
    grid-row: 1 / 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}.about-this-Ml .study-tracks-50 .pic-card-xp::before {
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
}.about-this-Ml .who-mentors-sW {
    display: grid;
    grid-template-columns: 1.4fr 1.6fr;
    width: 115%;
    position: relative;
    margin-right: -15%;
    gap: 20px;
    margin-left: auto;
}.about-this-Ml .who-mentors-sW::before {
    width: 40%;
    left: 30%;
    height: 1px;
    content: "";
    top: -50px;
    background: linear-gradient(to right, rgb(175,170,161,0.5), rgb(133,121,119,0.5), transparent);
    position: absolute;
}.about-this-Ml .who-mentors-sW p {
    background: rgba(255, 255, 255, 0.8);
    grid-row: 1 / 2;
    line-height: 1.8;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    transform: translateX(30px);
    padding: 40px;
    color: #000000;
    grid-column: 1 / 2;
    z-index: 5;
    align-self: center;
    font-size: 16px;
    backdrop-filter: blur(10px);
    width: 110%;
    border-radius: 16px;
}.about-this-Ml .who-mentors-sW .story-tl-LG {
    border-radius: 16px 0 0 16px;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    z-index: 3;
    height: 500px;
}.about-this-Ml .who-mentors-sW .story-tl-LG::before {
    content: "";
    left: 0;
    z-index: 2;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
    top: 0;
    width: 100%;
    position: absolute;
}.about-this-Ml .study-tracks-50::after,
.about-this-Ml .who-mentors-sW::after {
    z-index: 1;
    border-radius: 50%;
    width: 200px;
    filter: blur(80px);
    animation: pulseOpacity 8s infinite alternate;
    height: 200px;
    opacity: 0.15;
    content: "";
    position: absolute;
}@keyframes pulseOpacity {
    0% {
        opacity: 0.15;
        transform: scale(1);
    }
    100% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

.about-this-Ml .study-tracks-50::after {
    right: 10%;
    background: rgb(175,170,161);
    bottom: -100px;
}.about-this-Ml .who-mentors-sW::after {
    top: -100px;
    background: rgb(133,121,119);
    left: 10%;
}.about-this-Ml .study-tracks-50::before,
.about-this-Ml .who-mentors-sW::before {
    background: linear-gradient(to right, transparent, rgb(175,170,161,0.5) 50%, transparent);
    width: 300px;
    height: 1px;
    animation: widthPulse 6s infinite alternate;
    position: absolute;
    content: "";
}@keyframes widthPulse {
    0% {
        width: 200px;
    }
    100% {
        width: 300px;
    }
}

.about-this-Ml .study-tracks-50::before {
    left: 20%;
    top: -20px;
}.about-this-Ml .who-mentors-sW::before {
    bottom: -20px;
    right: 20%;
}.about-this-Ml .expert-study-QA::before,
.about-this-Ml .expert-study-QA::after {
    animation: horizontalLine 15s infinite alternate;
    height: 1px;
    content: "";
    position: absolute;
    width: 80%;
    background: linear-gradient(90deg, transparent, rgb(175,170,161,0.5) 50%, transparent);
}@keyframes horizontalLine {
    0% {
        opacity: 0.1;
        transform: translateX(-10%);
    }
    100% {
        opacity: 0.3;
        transform: translateX(10%);
    }
}

.about-this-Ml .expert-study-QA::before {
    top: 15%;
    left: 10%;
}.about-this-Ml .expert-study-QA::after {
    bottom: 15%;
    right: 10%;
}

@media screen and (max-width: 1199px) {.about-this-Ml {
    padding: 120px 0 100px;
}.about-this-Ml h3 {
    font-size: calc(36px - 0.2rem);
}.about-this-Ml .study-tracks-50,
    .about-this-Ml .who-mentors-sW {
    width: 110%;
}.about-this-Ml .study-tracks-50 {
    margin-left: -10%;
}.about-this-Ml .who-mentors-sW {
    margin-right: -10%;
}.about-this-Ml .study-tracks-50 .pic-card-xp,
    .about-this-Ml .who-mentors-sW .story-tl-LG {
    height: 450px;
}.about-this-Ml .study-tracks-50 p,
    .about-this-Ml .who-mentors-sW p {
    padding: 30px;
}
}

@media screen and (max-width: 991px) {.about-this-Ml .study-tracks-50 p,
    .about-this-Ml .who-mentors-sW p {
    width: 100%;
}.about-this-Ml {
    padding: 100px 0 80px;
}.about-this-Ml h3 {
    margin-bottom: 50px;
    transform: none;
    position: relative;
    font-size: calc(36px - 0.4rem);
}.about-this-Ml .study-tracks-50,
    .about-this-Ml .who-mentors-sW {
    width: 100%;
    margin-right: 0;
    gap: 30px;
    grid-template-columns: 1fr;
    margin-left: 0;
}.about-this-Ml .study-tracks-50 {
    margin-bottom: 80px;
}.about-this-Ml .study-tracks-50 span {
    left: 0;
    font-size: calc(20px - 0.2rem);
    right: auto;
    top: -15px;
}.about-this-Ml .study-tracks-50 .pic-card-xp {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    border-radius: 16px;
    height: 400px;
}.about-this-Ml .study-tracks-50 p {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    transform: translateX(0);
}.about-this-Ml .who-mentors-sW .story-tl-LG {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    height: 400px;
    border-radius: 16px;
}.about-this-Ml .who-mentors-sW p {
    transform: translateX(0);
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}.about-this-Ml .study-tracks-50::after,
    .about-this-Ml .who-mentors-sW::after {
    height: 150px;
    width: 150px;
}
}

@media screen and (max-width: 767px) {.about-this-Ml {
    padding: 80px 0 60px;
}.about-this-Ml h3 {
    padding-left: 20px;
    font-size: calc(36px - 0.6rem);
    margin-bottom: 40px;
}.about-this-Ml .study-tracks-50 {
    margin-bottom: 60px;
}.about-this-Ml .study-tracks-50 span {
    padding: 8px 20px;
    font-size: calc(20px - 0.3rem);
}.about-this-Ml .study-tracks-50 .pic-card-xp,
    .about-this-Ml .who-mentors-sW .story-tl-LG {
    height: 350px;
}.about-this-Ml .study-tracks-50 p,
    .about-this-Ml .who-mentors-sW p {
    font-size: calc(16px - 0.1rem);
    padding: 25px;
}.about-this-Ml::after {
    filter: blur(30px);
}.about-this-Ml .study-tracks-50::after,
    .about-this-Ml .who-mentors-sW::after {
    width: 100px;
    filter: blur(50px);
    height: 100px;
}
}

@media screen and (max-width: 575px) {.about-this-Ml {
    padding: 60px 0 40px;
}.about-this-Ml h3 {
    margin-bottom: 30px;
    font-size: calc(36px - 0.8rem);
    padding-left: 15px;
    border-left-width: 3px;
}.about-this-Ml .study-tracks-50 {
    margin-bottom: 50px;
    gap: 20px;
}.about-this-Ml .study-tracks-50 span {
    font-size: calc(20px - 0.4rem);
    padding: 6px 15px;
}.about-this-Ml .study-tracks-50 .pic-card-xp,
    .about-this-Ml .who-mentors-sW .story-tl-LG {
    height: 280px;
}.about-this-Ml .study-tracks-50 p,
    .about-this-Ml .who-mentors-sW p {
    padding: 20px;
    font-size: calc(16px - 0.2rem);
}.about-this-Ml::after {
    filter: blur(20px);
}.about-this-Ml .expert-study-QA::before,
    .about-this-Ml .expert-study-QA::after {
    width: 70%;
}
}

@media screen and (min-width: 1400px) {.about-this-Ml .study-tracks-50 {
    width: 120%;
    margin-left: -20%;
}.about-this-Ml .who-mentors-sW {
    width: 120%;
    margin-right: -20%;
}.about-this-Ml .study-tracks-50 .pic-card-xp,
    .about-this-Ml .who-mentors-sW .story-tl-LG {
    height: 550px;
}
}