﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1260px;
}.K-badge-case {
    flex: 0 0 auto;
}.N-wrapper-viewport {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    height: 10px;
    padding: 5px;
    width: 16px;
}::-webkit-scrollbar-track {
    margin: 4px 0;
    border-radius: 5px;
    background: rgb(130,137,138);
}::-webkit-scrollbar-thumb {
    background: rgb(94,103,102);
    border: 3px groove rgb(94,103,102,0.5);
    transition: all, background, transform 1s linear;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 2px 0px 4px 1px rgba(0, 0, 0, 0.6);
    background: rgb(130,137,138,0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 4px 3px 5px -1px rgba(0, 0, 0, 0.7);
    transform: scale(0.95);
    background: rgb(255, 255, 255, 0.5);
}html {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(167,174,175);
    scrollbar-width: auto;
}header,footer {
    width: 100%;
}.B-nav-skill {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.h-sign-up-for-updates {
    position: relative;
    box-shadow: 0 -15px 35px rgba(0, 0, 0, 0.05) inset;
    overflow: hidden;
    padding: 4.5rem 0;
    background: linear-gradient(135deg, rgb(167,174,175) 0%, rgb(94,103,102,0.5) 100%);
}.h-sign-up-for-updates::before {
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(130,137,138,0.5) 0px,
        rgb(130,137,138,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    left: 0;
    width: 100%;
    top: 0;
    pointer-events: none;
    opacity: 0.03;
    position: absolute;
    height: 100%;
}.h-sign-up-for-updates::after {
    width: 300px;
    border-radius: 50%;
    content: "";
    filter: blur(50px);
    top: -150px;
    position: absolute;
    height: 300px;
    right: -50px;
    opacity: 0.15;
    background: radial-gradient(circle, rgb(130,137,138,0.5) 0%, transparent 70%);
    animation: pulse 15s infinite alternate ease-in-out;
}.h-sign-up-for-updates .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}.h-sign-up-for-updates .l-story-tl {
    border-radius: 12px;
    padding: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03),
                -15px -15px 30px rgba(255, 255, 255, 0.6),
                inset 2px 2px 4px rgba(255, 255, 255, 0.8),
                inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
}.h-sign-up-for-updates .l-story-tl::before {
    content: "";
    filter: blur(5px);
    opacity: 0.5;
    inset: 8px;
    background: linear-gradient(to right, transparent 0%, #ffffff 50%, transparent 100%);
    position: absolute;
    border-radius: 8px;
}.h-sign-up-for-updates h3 {
    line-height: 1.4;
    color: #000000;
    max-width: 85%;
    position: relative;
    transform: translateZ(10px);
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 23px;
}.h-sign-up-for-updates h3::after {
    border-radius: 3px;
    left: 0;
    position: absolute;
    bottom: -12px;
    content: "";
    background: linear-gradient(90deg, rgb(130,137,138) 0%, rgb(94,103,102) 100%);
    height: 3px;
    width: 60px;
}.h-sign-up-for-updates .input_holder {
    margin-top: 2.5rem;
    position: relative;
    align-items: stretch;
    display: flex;
    gap: 1rem;
}.h-sign-up-for-updates .input_holder div {
    flex: 1;
    position: relative;
}.h-sign-up-for-updates .input_holder input[type="email"] {
    font-family: Arial, sans-serif;
    border: none;
    border-radius: 8px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.03),
                -8px -8px 16px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(0, 0, 0, 0.05),
                inset -1px -1px 2px rgba(255, 255, 255, 0.7);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    background: #ffffff;
    width: 100%;
    padding: 1.2rem 1.5rem;
    font-size: calc(17px * 0.95);
    color: #000000;
}.h-sign-up-for-updates .input_holder input[type="email"]:focus {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.03),
                -8px -8px 16px rgba(255, 255, 255, 0.8),
                inset 2px 2px 4px rgba(0, 0, 0, 0.1),
                inset -2px -2px 4px rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    outline: none;
}.h-sign-up-for-updates .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
}.h-sign-up-for-updates .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.3;
}.h-sign-up-for-updates .V-sub-banner {
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1),
                -5px -5px 15px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    padding: 0.8rem 2rem;
    border: none;
    cursor: pointer;
    position: relative;
    font-size: 19px;
    background: linear-gradient(135deg, rgb(130,137,138) 0%, rgb(94,103,102) 100%);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    font-weight: 600;
}.h-sign-up-for-updates .V-sub-banner::before {
    content: "";
    height: 100%;
    transition: all 0.5s ease;
    width: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    position: absolute;
    left: -100%;
    top: 0;
}.h-sign-up-for-updates .V-sub-banner:hover {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.15),
                -8px -8px 20px rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
}.h-sign-up-for-updates .V-sub-banner:hover::before {
    left: 100%;
}.h-sign-up-for-updates .V-sub-banner:active {
    transform: translateY(1px);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1),
                -3px -3px 10px rgba(255, 255, 255, 0.7),
                inset 2px 2px 5px rgba(0, 0, 0, 0.1),
                inset -2px -2px 5px rgba(255, 255, 255, 0.5);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {.h-sign-up-for-updates {
    padding: 3.5rem 0;
}.h-sign-up-for-updates .l-story-tl {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.h-sign-up-for-updates h3 {
    max-width: 100%;
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 767px) {.h-sign-up-for-updates {
    padding: 3rem 0;
}.h-sign-up-for-updates .l-story-tl {
    transform: none;
    padding: 2rem;
}.h-sign-up-for-updates h3 {
    font-size: calc(23px * 0.85);
    margin-bottom: 1.5rem;
}.h-sign-up-for-updates h3::after {
    width: 50px;
}.h-sign-up-for-updates .input_holder {
    margin-top: 2rem;
    flex-direction: column;
}.h-sign-up-for-updates .input_holder input[type="email"] {
    padding: 1rem 1.2rem;
}.h-sign-up-for-updates .V-sub-banner {
    width: 100%;
    padding: 1rem;
}
}

@media (max-width: 480px) {.h-sign-up-for-updates {
    padding: 2.5rem 0;
}.h-sign-up-for-updates .l-story-tl {
    padding: 1.5rem;
}.h-sign-up-for-updates h3 {
    font-size: calc(23px * 0.8);
    margin-bottom: 1.2rem;
}.h-sign-up-for-updates h3::after {
    height: 2px;
    width: 40px;
    bottom: -8px;
}.h-sign-up-for-updates .input_holder {
    margin-top: 1.5rem;
    gap: 0.8rem;
}
}

@media (hover: none) {.h-sign-up-for-updates .V-sub-banner:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1),
                    -5px -5px 15px rgba(255, 255, 255, 0.8),
                    inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    transform: none;
}.h-sign-up-for-updates .V-sub-banner:active {
    transform: translateY(1px);
}}.A-ty-note {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(130,137,138,0.5) 0%, rgb(167,174,175) 100%);
    position: relative;
}.A-ty-note::before {
    opacity: 0.1;
    left: 0;
    content: "";
    position: absolute;
    background-size: 60px 60px;
    width: 100%;
    top: 0;
    z-index: 1;
    animation: patternShift 30s infinite linear;
    background-image: 
        linear-gradient(30deg, rgb(130,137,138,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(130,137,138,0.5) 1px, transparent 1px);
    height: 100%;
}.A-ty-note::after {
    content: "";
    animation: lightPulse 10s infinite ease-in-out;
    background: radial-gradient(ellipse at center, #ffffff 0%, transparent 70%);
    position: absolute;
    opacity: 0.15;
    width: 200%;
    top: -50%;
    z-index: 0;
    height: 200%;
    left: -50%;
    transform: translateZ(0);
}.A-ty-note .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.A-ty-note .l-story-tl {
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 60px;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    position: relative;
}.A-ty-note .l-story-tl::before {
    position: absolute;
    z-index: -1;
    top: -5px;
    content: "";
    border-radius: calc(10px + 5px);
    bottom: -5px;
    filter: blur(8px);
    left: -5px;
    transition: opacity 0.6s ease, filter 0.6s ease;
    right: -5px;
    background: linear-gradient(45deg, 
        rgb(130,137,138) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(94,103,102) 100%);
    opacity: 0.6;
}.A-ty-note .l-story-tl:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
}.A-ty-note .l-story-tl:hover::before {
    filter: blur(12px);
    opacity: 0.8;
}.A-ty-note .l-story-tl > div:first-child {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}.A-ty-note .l-story-tl > div:first-child::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(130,137,138), rgb(94,103,102));
    animation: lineExtend 1.5s ease-out forwards;
    width: 80px;
    border-radius: 2px;
    bottom: -10px;
    transform-origin: left center;
    left: 0;
    height: 4px;
}.A-ty-note h5 {
    transform: translateX(0);
    margin: 0;
    font-family: Arial, sans-serif;
    padding: 0;
    font-size: 19px;
    font-weight: 700;
    opacity: 0;
    animation: slideIn 0.8s 0.2s ease-out forwards;
    color: #000000;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    line-height: 1.4;
}.A-ty-note .l-story-tl > div:last-child {
    position: relative;
    overflow: hidden;
}.A-ty-note a {
    transition: transform 0.4s ease;
    text-decoration: none;
    display: block;
}.A-ty-note a:hover {
    transform: translateX(5px);
}.A-ty-note p {
    padding: 0;
    animation: fadeIn 1s 0.5s ease-out forwards;
    color: #000000;
    line-height: 1.8;
    font-weight: 400;
    opacity: 0;
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: 16px;
}

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

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

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes patternShift {
    0% { 
        background-position: 0 0; 
    }
    100% { 
        background-position: 60px 60px; 
    }
}

@keyframes lightPulse {
    0%, 100% { 
        opacity: 0.15; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.2; 
        transform: translate(-50%, -50%) scale(1.1); 
    }
}

@media (max-width: 992px) {.A-ty-note {
    padding: 90px 0;
}.A-ty-note .l-story-tl {
    transform: perspective(1000px) rotateX(1deg);
    padding: 50px 40px;
}.A-ty-note h5 {
    font-size: calc(19px - 0.1rem);
}
}

@media (max-width: 768px) {.A-ty-note {
    padding: 70px 0;
}.A-ty-note .l-story-tl {
    transform: none;
    padding: 40px 30px;
}.A-ty-note h5 {
    font-size: calc(19px - 0.2rem);
}.A-ty-note p {
    line-height: 1.7;
    font-size: calc(16px - 0.05rem);
}.A-ty-note .l-story-tl > div:first-child::after {
    width: 60px;
}
    
    @keyframes lineExtend {
        100% { width: 60px; }
    }
}

@media (max-width: 576px) {.A-ty-note {
    padding: 50px 0;
}.A-ty-note .l-story-tl {
    padding: 30px 20px;
}.A-ty-note h5 {
    font-size: calc(19px - 0.3rem);
}.A-ty-note p {
    font-size: calc(16px - 0.1rem);
    line-height: 1.6;
}.A-ty-note .l-story-tl > div:first-child {
    margin-bottom: 25px;
}.A-ty-note .l-story-tl > div:first-child::after {
    height: 3px;
    width: 50px;
}
    
    @keyframes lineExtend {
        100% { width: 50px; }
    }
}

@media (hover: none) {.A-ty-note .l-story-tl:hover {
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.08),
            0 1px 0 rgba(255, 255, 255, 0.8) inset,
            0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    transform: none;
}.A-ty-note .l-story-tl:hover::before {
    filter: blur(8px);
    opacity: 0.6;
}.A-ty-note a:hover {
    transform: none;
}}.y-confidential-cell {
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 40px;
    background: linear-gradient(135deg, rgb(130,137,138,0.5) 30%, rgb(94,103,102,0.5) 100%);
    height: auto;
}.y-confidential-cell h1 {
    margin-bottom: 30px;
    padding: 10px;
    margin-top: 40px;
    font-weight: 700;
    border-radius: 10px;
    font-size: 44px;
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    letter-spacing: 2px;
    color: #000000;
    background: rgb(130,137,138);
}.y-confidential-cell h2 {
    padding-bottom: 5px;
    text-align: left;
    margin-top: 35px;
    border-bottom: 2px solid rgb(130,137,138);
    color: rgb(94,103,102);
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 36px;
}.y-confidential-cell ul, .y-confidential-cell ol {
    list-style: none;
    padding: 15px 0;
    padding-left: 20px;
    list-style-position: outside;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 13px;
}.y-confidential-cell li {
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
}.y-confidential-cell li::before {
    position: absolute;
    line-height: 1em;
    content: '•';
    left: 0;
    top: 0;
    font-size: 1.5em;
    color: rgb(130,137,138);
}.y-confidential-cell p, .y-confidential-cell span, .y-confidential-cell div {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.y-confidential-cell p:hover, .y-confidential-cell span:hover, .y-confidential-cell div:hover {
    transform: translateY(-2px);
    color: rgb(130,137,138);
}

@media only screen and (max-width: 800px) {.y-confidential-cell {
    border-radius: 10px;
    padding: 20px 10px;
}.y-confidential-cell h1 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: calc(22px - 10px);
}.y-confidential-cell h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: calc(22px - 8px);
}.y-confidential-cell ul, .y-confidential-cell ol {
    padding-left: 10px;
}.y-confidential-cell li {
    padding-left: 15px;
}}
.r-contact-information {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.r-contact-information::before {
    width: 100%;
    top: 0;
    left: 0;
    background: rgb(94,103,102,0.5);
    height: 100%;
    z-index: 1;
    position: absolute;
    content: '';
}.r-contact-information .container {
    z-index: 2;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
}.r-contact-information .P-feedback-inquiry {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    display: grid;
}.r-contact-information .P-support-card {
    background: #ffffff;
    justify-content: space-between;
    padding: 60px 50px;
    grid-row: 2;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-wrap: wrap;
}.r-contact-information .P-support-card h3 {
    font-weight: 700;
    text-align: center;
    width: 100%;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
    font-size: 32px;
}.r-contact-information .P-support-card h3::after {
    left: 50%;
    transform: translateX(-50%);
    background: rgb(130,137,138);
    content: '';
    height: 3px;
    position: absolute;
    bottom: -15px;
    width: 80px;
}.r-contact-information .P-support-card div {
    background: rgb(167,174,175);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
    flex: 0 0 calc(50% - 20px);
}.r-contact-information .P-support-card div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.r-contact-information .P-support-card svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.r-contact-information .P-support-card svg path {
    fill: rgb(130,137,138);
}.r-contact-information .P-support-card span {
    font-size: 14px;
    color: #000000;
}.r-contact-information .P-support-card a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(130,137,138);
}.r-contact-information .P-support-card a:hover {
    color: rgb(94,103,102);
}.r-contact-information .Z-reach-support {
    padding: 0;
    background: rgb(130,137,138);
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    grid-row: 1;
}.r-contact-information .Z-reach-support::before {
    content: '';
    width: 150px;
    right: -50px;
    position: absolute;
    background: rgb(94,103,102);
    opacity: 0.2;
    height: 150px;
    border-radius: 50%;
    top: -50px;
}.r-contact-information .Z-reach-support::after {
    left: -80px;
    width: 200px;
    position: absolute;
    height: 200px;
    bottom: -80px;
    background: rgb(94,103,102);
    content: '';
    border-radius: 50%;
    opacity: 0.1;
}.r-contact-information form {
    position: relative;
    z-index: 1;
    padding: 60px 50px;
}.r-contact-information form h3 {
    position: relative;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 40px;
}.r-contact-information form h3::after {
    width: 80px;
    position: absolute;
    bottom: -15px;
    background: #ffffff;
    height: 3px;
    left: 50%;
    content: '';
    transform: translateX(-50%);
}.r-contact-information form input[type="text"],
.r-contact-information form input[type="email"] {
    width: 100%;
    color: #ffffff;
    padding: 18px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 14px;
    margin-bottom: 20px;
}.r-contact-information form input[type="text"]:focus,
.r-contact-information form input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
    outline: none;
}.r-contact-information form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.r-contact-information .a-query-support {
    display: flex;
    margin: 25px 0 30px;
    align-items: flex-start;
}.r-contact-information .a-query-support input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    flex-shrink: 0;
    position: relative;
    appearance: none;
    height: 22px;
    border-radius: 10px;
    width: 22px;
    margin-right: 15px;
}.r-contact-information .a-query-support input[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}.r-contact-information .a-query-support input[type="checkbox"]:checked::before {
    transform: rotate(45deg);
    border: solid rgb(130,137,138);
    width: 6px;
    content: '';
    top: 4px;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 7px;
    height: 10px;
}.r-contact-information .a-query-support label {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}.r-contact-information .a-query-support a {
    transition: opacity 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    text-decoration: none;
}.r-contact-information .a-query-support a:hover {
    border-bottom-color: #ffffff;
    opacity: 0.8;
}.r-contact-information .W-query-block {
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    font-weight: 700;
    color: rgb(130,137,138);
    background: #ffffff;
    padding: 18px 20px;
    border: none;
    font-size: 17px;
}.r-contact-information .W-query-block:hover {
    transform: translateY(-3px);
    background: rgb(167,174,175);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {.r-contact-information form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}.r-contact-information form h3 {
    grid-column: span 2;
}.r-contact-information .a-query-support {
    grid-column: span 2;
}.r-contact-information .W-query-block {
    grid-column: span 2;
}
}

@media (max-width: 992px) {.r-contact-information {
    padding: 90px 0;
}.r-contact-information .Z-reach-support,
    .r-contact-information .P-support-card {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.r-contact-information {
    padding: 70px 0;
}.r-contact-information .P-support-card div {
    flex: 0 0 100%;
}.r-contact-information .Z-reach-support,
    .r-contact-information .P-support-card {
    padding: 40px 30px;
}.r-contact-information .P-support-card h3,
    .r-contact-information form h3 {
    font-size: calc(32px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.r-contact-information {
    padding: 50px 0;
}.r-contact-information .Z-reach-support,
    .r-contact-information .P-support-card {
    padding: 30px 25px;
}.r-contact-information .P-support-card h3,
    .r-contact-information form h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.85);
}.r-contact-information form input[type="text"],
    .r-contact-information form input[type="email"] {
    padding: 15px;
}}.O-opening-board {
    display: flex;
    width: 100%;
    background: linear-gradient(135deg, rgb(94,103,102,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    height: 100vh;
    min-height: 700px;
}.O-opening-board::before {
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.05) 0%, transparent 50%);
}.O-opening-board .Y-hero-image {
    position: absolute;
    transform: scale(1.05);
    width: 100%;
    left: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    filter: brightness(0.7) contrast(1.1) saturate(1.2);
}.O-opening-board .Y-hero-image::after {
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, 
        rgba(rgb(130,137,138), 0.85) 0%, 
        rgba(rgb(94,103,102), 0.6) 100%);
    height: 100%;
    mix-blend-mode: multiply;
    top: 0;
}.O-opening-board .l-story-tl {
    padding: 4rem 2rem;
    flex-direction: column;
    max-width: 1400px;
    backdrop-filter: blur(8px);
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    display: flex;
}.O-opening-board h1 {
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    max-width: 800px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    margin-bottom: 1.5rem;
    font-size: calc(38px * 1.2);
    opacity: 0;
    transform: translateX(-2rem);
    color: #ffffff;
    font-weight: 700;
    position: relative;
}.O-opening-board h1::after {
    left: 0;
    background: rgb(94,103,102);
    width: 120px;
    position: absolute;
    box-shadow: 0 2px 8px rgba(rgb(94,103,102), 0.5);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    animation: growLine 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards 0.8s;
    height: 4px;
    bottom: -0.5rem;
}.O-opening-board .s-text-unit {
    border: 1px solid rgba(255,255,255,0.1);
    margin-left: 2rem;
    border-radius: 22px;
    backdrop-filter: blur(12px);
    border-bottom: none;
    max-width: 650px;
    transform: translateY(1rem);
    padding: 2.5rem;
    animation: fadeInUp 0.8s ease-out forwards 0.6s;
    position: relative;
    opacity: 0;
    background: rgba(255,255,255,0.1);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1),
        inset 0 1px 1px rgba(255,255,255,0.2),
        inset 0 -1px 1px rgba(0,0,0,0.1);
}.O-opening-board .s-text-unit::before {
    z-index: -1;
    right: -10px;
    top: -10px;
    filter: blur(10px);
    left: -10px;
    background: linear-gradient(135deg, rgb(94,103,102,0.5) 0%, transparent 50%, rgb(130,137,138,0.5) 100%);
    position: absolute;
    content: "";
    opacity: 0.4;
    bottom: -10px;
    border-radius: calc(22px + 10px);
}.O-opening-board p {
    color: #ffffff;
    font-size: calc(14px * 1.2);
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    position: relative;
    line-height: 1.6;
    margin-bottom: 2rem;
}.O-opening-board .q-learn-first {
    animation: zoomIn 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards 1s;
    opacity: 0;
    display: flex;
    justify-content: center;
    transform: scale(0.9);
    margin: 2rem 0;
}.O-opening-board svg {
    width: 120px;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 120px;
}.O-opening-board svg:hover {
    transform: rotate(5deg) scale(1.05);
}.O-opening-board svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,103,102);
}.O-opening-board svg:hover path {
    fill: rgb(115, 190, 188);
}.O-opening-board svg text {
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    fill: rgb(94,103,102);
    transition: fill 0.3s ease;
    font-weight: 700;
}.O-opening-board svg:hover text {
    fill: rgb(115, 190, 188);
}.O-opening-board h6 {
    margin-top: 2rem;
}.O-opening-board .W-query-block {
    position: relative;
    border-radius: 10px;
    z-index: 1;
    padding: 1rem 2.5rem;
    box-shadow: 
        0 8px 20px rgba(rgb(94,103,102), 0.3),
        0 4px 10px rgba(0,0,0,0.2);
    overflow: hidden;
    font-weight: 600;
    background: rgb(94,103,102);
    text-decoration: none;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
}.O-opening-board .W-query-block::before {
    z-index: -1;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}.O-opening-board .W-query-block::after {
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    left: 50%;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 50%;
    z-index: -1;
    content: "";
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.6s ease;
    background: rgba(255,255,255,0.8);
}.O-opening-board .W-query-block:hover {
    box-shadow: 
        0 12px 25px rgba(rgb(94,103,102), 0.4),
        0 8px 15px rgba(0,0,0,0.2);
    transform: translateY(-4px);
    background: rgb(84, 160, 158);
}.O-opening-board .W-query-block:active {
    transform: translateY(-1px);
    box-shadow: 
        0 5px 15px rgba(rgb(94,103,102), 0.3),
        0 3px 8px rgba(0,0,0,0.2);
}.O-opening-board .W-query-block:hover::after {
    transform: translate(-50%, -50%) scale(15);
    opacity: 0.1;
}

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

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

@keyframes fadeInUp {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 991px) {.O-opening-board {
    min-height: 600px;
    height: auto;
}.O-opening-board .l-story-tl {
    padding: 3rem 1.5rem;
}.O-opening-board h1 {
    font-size: calc(38px * 1.1);
    margin-bottom: 1.2rem;
}.O-opening-board .s-text-unit {
    padding: 2rem;
    margin-left: 0;
    max-width: 600px;
}.O-opening-board p {
    font-size: 14px;
}.O-opening-board svg {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 767px) {.O-opening-board {
    min-height: 500px;
}.O-opening-board .l-story-tl {
    padding: 2.5rem 1rem;
}.O-opening-board h1 {
    font-size: 38px;
    text-align: center;
}.O-opening-board h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes growLine {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .O-opening-board .s-text-unit {
    text-align: center;
    margin: 0 auto;
    padding: 1.5rem;
}.O-opening-board p {
    font-size: calc(14px * 0.95);
}.O-opening-board svg {
    height: 90px;
    width: 90px;
}.O-opening-board .W-query-block {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 575px) {.O-opening-board {
    min-height: 450px;
}.O-opening-board .l-story-tl {
    padding: 2rem 0.8rem;
}.O-opening-board h1 {
    font-size: calc(38px * 0.9);
}.O-opening-board .s-text-unit {
    padding: 1.2rem;
}.O-opening-board p {
    font-size: calc(14px * 0.9);
    margin-bottom: 1.5rem;
}.O-opening-board svg {
    width: 80px;
    height: 80px;
}.O-opening-board .q-learn-first {
    margin: 1.5rem 0;
}.O-opening-board h6 {
    margin-top: 1.5rem;
}.O-opening-board .W-query-block {
    font-size: calc(20px * 0.9);
    padding: 0.7rem 1.8rem;
}}header {
    width: 100%;
    left: 0;
    backdrop-filter: blur(20px);
    position: fixed;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    -webkit-backdrop-filter: blur(20px);
    background: rgb(130,137,138,0.5);
}header:before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    left: 0;
    height: 100%;
    top: 0;
    content: '';
    width: 100%;
    animation: shimmer 8s infinite linear;
    position: absolute;
    pointer-events: none;
}header:after {
    bottom: 0;
    height: 3px;
    content: '';
    background: linear-gradient(
        90deg,
        rgb(94,103,102) 0%,
        rgb(130,137,138) 50%,
        rgb(94,103,102) 100%
    );
    position: absolute;
    left: 0;
    width: 100%;
    filter: blur(1px);
    opacity: 0.8;
}header .W-head-wrap {
    overflow: hidden;
    position: relative;
}header .W-head-wrap:before {
    width: 100%;
    pointer-events: none;
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    mix-blend-mode: overlay;
    position: absolute;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 20%, rgb(130,137,138,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(94,103,102,0.5) 0%, transparent 40%);
}header .container {
    padding: 16px 25px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}header .container:before {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    opacity: 0.5;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
}header .x-main-train {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}header .g-top-base {
    position: relative;
    gap: 35px;
    display: flex;
    align-items: center;
}header .g-top-base:before {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateY(-50%) scaleX(0.8);
    transition: all 0.4s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    height: 35px;
    width: 100%;
    left: 0;
    top: 50%;
    position: absolute;
    content: '';
    opacity: 0;
}header .g-top-base:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}header .J-main-tutor {
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 5px 0;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    font-size: 17px;
}header .J-main-tutor:before {
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    left: 0;
    height: 1px;
    width: 100%;
    bottom: 0;
    transform: scaleX(0);
    content: '';
}header .J-main-tutor:after {
    background: linear-gradient(
        180deg,
        transparent,
        rgb(130,137,138,0.5),
        transparent
    );
    z-index: -1;
    transform: scaleY(0);
    width: 100%;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    height: 100%;
}header .J-main-tutor:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .J-main-tutor:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}header .J-main-tutor:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .b-top-wrap {
    transition: all 0.4s ease;
    align-items: center;
    text-decoration: none;
    display: flex;
    padding: 5px;
    position: relative;
}header .b-top-wrap:before {
    position: absolute;
    background: radial-gradient(
        circle,
        rgb(130,137,138,0.5) 0%,
        transparent 70%
    );
    opacity: 0;
    width: calc(100% + 20px);
    z-index: -1;
    top: -10px;
    transition: opacity 0.5s ease;
    content: '';
    height: calc(100% + 20px);
    left: -10px;
}header .b-top-wrap:after {
    position: absolute;
    transition: all 0.3s ease;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(130,137,138),
        transparent
    ) 1;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0;
    border: 1px solid transparent;
    content: '';
    left: 0;
}header .b-top-wrap:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .b-top-wrap:hover:after {
    opacity: 0.7;
}header .b-top-wrap svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 3px rgb(130,137,138,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .b-top-wrap:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(130,137,138));
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .g-top-base {
    gap: 20px;
}header .b-top-wrap svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .g-top-base {
    position: fixed;
    width: 80%;
    right: -100%;
    top: 0;
    gap: 20px;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    background: rgb(130,137,138);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    max-width: 320px;
    padding: 80px 30px 30px;
    background: linear-gradient(
            135deg,
            rgb(130,137,138) 0%,
            rgb(130,137,138,0.5) 100%
        );
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: 1001;
    height: 100vh;
}header .g-top-base:before {
    display: none;
}header .menu.active {
    right: 0;
}header .J-main-tutor {
    padding: 12px 5px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .J-main-tutor:last-child {
    border-bottom: none;
}header .b-top-wrap {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .b-top-wrap svg {
    height: 35px;
}}.J-cookie-warning-window {
    bottom: 0;
    padding: 15px 20px;
    position: fixed;
    border-top: 3px solid rgb(130,137,138);
    background: rgb(94,103,102);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 90;
}.j-edu-accept {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}.R-data-consent {
    margin-right: 20px;
    flex-shrink: 0;
}.R-data-consent svg {
    fill: rgb(130,137,138);
    height: 50px;
    width: 50px;
}.y-consent-ack {
    justify-content: center;
    max-width: 600px;
    flex-direction: column;
    display: flex;
}.J-cookie-warning-window h5 {
    font-weight: 700;
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 10px;
}.J-cookie-warning-window p {
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
}.a-track-alert {
    font-size: 15px;
    transition: none;
    min-width: 150px;
    border: 2px solid rgb(130,137,138);
    cursor: pointer;
    padding: 10px 20px;
    background: rgb(130,137,138);
    margin-left: 10px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    flex-shrink: 0;
    border-radius: 10px;
}.a-track-alert:hover {
    border-color: rgb(130,137,138,0.5);
    background: rgb(130,137,138,0.5);
}.J-cookie-warning-window p a {
    text-decoration: none;
    border-bottom: 2px solid rgb(130,137,138);
    color: rgb(130,137,138);
}.J-cookie-warning-window p a:hover {
    border-bottom-color: rgb(94,103,102);
    color: rgb(94,103,102);
}
@media only screen and (max-width: 1200px) {.J-cookie-warning-window {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.R-data-consent {
    display: none;
}.j-edu-accept {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.J-cookie-warning-window h5, .J-cookie-warning-window p {
    text-align: center;
}.y-consent-ack {
    margin-bottom: 15px;
}.a-track-alert {
    margin-top: 10px;
    margin-left: 0;
}}
#p-cookieNoticeOverlay {
    display: none;
}#p-cookieNoticeOverlay:checked ~ .J-cookie-warning-window {
    opacity: 0;
    visibility: hidden;
}.K-course-program {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(120deg, #000000 20%, rgb(94,103,102,0.5) 100%);
}.K-course-program::before {
    filter: blur(30px);
    content: "";
    top: -20%;
    width: 70%;
    animation: floatGradient 20s ease-in-out infinite alternate;
    transform: rotate(-15deg);
    position: absolute;
    height: 140%;
    right: -10%;
    background: radial-gradient(ellipse at center, rgb(130,137,138,0.5) 0%, transparent 70%);
    z-index: 1;
}.K-course-program::after {
    top: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(94,103,102,0.5) 0%, transparent 40%);
    position: absolute;
    z-index: 1;
    height: 100%;
}.K-course-program .container {
    z-index: 2;
    position: relative;
}.K-course-program .l-story-tl {
    display: grid;
    min-height: 500px;
    grid-template-columns: 45% 55%;
    gap: 0;
    position: relative;
    grid-template-areas: 
        "photo info"
        "photo info";
}.K-course-program .I-study-path {
    transform: translateX(-40px);
    border-radius: 0 26px 26px 0;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    grid-area: info;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    z-index: 3;
    padding: 3.5rem 3rem 3.5rem 5rem;
}.K-course-program .I-study-path::before {
    position: absolute;
    background-size: 30px 30px;
    top: 0;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(130,137,138,0.5) 49.5%, rgb(130,137,138,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(130,137,138,0.5) 49.5%, rgb(130,137,138,0.5) 50.5%, transparent 50.5%);
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
}.K-course-program .I-study-path::after {
    left: -50%;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgb(130,137,138,0.5) 0%,
        transparent 60%
    );
    height: 200%;
    width: 200%;
    position: absolute;
    opacity: 0.1;
    animation: rotateRadial 30s linear infinite;
    z-index: -1;
    transform-origin: center;
    content: "";
}.K-course-program .C-main-mentor {
    height: 90px;
    position: relative;
    margin-bottom: 2rem;
    transform: rotate(-5deg) skew(-5deg);
    width: 90px;
}.K-course-program .C-main-mentor::before {
    z-index: -1;
    inset: -5px;
    position: absolute;
    animation: pulseLogo 4s ease-in-out infinite alternate;
    transform: rotate(5deg);
    border-radius: 12px;
    filter: blur(5px);
    content: "";
    background: linear-gradient(
        135deg,
        rgb(130,137,138) 0%,
        rgb(94,103,102) 100%
    );
}.K-course-program .C-main-mentor::after {
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    inset: 0;
    content: "";
    border-radius: 8px;
    position: absolute;
}.K-course-program .C-main-mentor svg {
    filter: drop-shadow(0 0 8px rgb(130,137,138,0.5));
    position: absolute;
    top: 50%;
    height: 50px;
    left: 50%;
    width: 50px;
    animation: floatLogo 6s ease-in-out infinite;
    transform: translate(-50%, -50%);
}.K-course-program .C-main-mentor svg path {
    transition: fill 0.3s ease;
    fill: rgb(130,137,138);
}.K-course-program h3 {
    position: relative;
    font-size: 34px;
    line-height: 1.3;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin-bottom: 1.8rem;
    transform: skew(-2deg);
    font-weight: 700;
}.K-course-program h3::before {
    left: 0;
    height: 3px;
    background: linear-gradient(to right, rgb(130,137,138), transparent);
    bottom: -10px;
    width: 40px;
    position: absolute;
    content: "";
}.K-course-program h3::after {
    background: linear-gradient(to right, rgb(130,137,138), transparent);
    content: "";
    left: 0;
    position: absolute;
    width: 80px;
    bottom: -15px;
    height: 1px;
}.K-course-program p {
    font-size: 14px;
    margin-bottom: 2rem;
    line-height: 1.8;
    max-width: 600px;
    color: #ffffff;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.K-course-program .Y-hero-image {
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 2;
    grid-area: photo;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 26px 0 0 26px;
    height: 460px;
    overflow: hidden;
}.K-course-program .Y-hero-image::before {
    mix-blend-mode: multiply;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.6;
    z-index: 2;
    top: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}.K-course-program .Y-hero-image::after {
    left: 0;
    content: "";
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
    z-index: 2;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0.7;
    height: 50%;
}.K-course-program .l-story-tl:hover .Y-hero-image {
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
}.K-course-program .l-story-tl:hover .I-study-path {
    transform: translateX(-20px);
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
}.K-course-program .C-main-mentor:hover svg path {
    fill: rgb(94,103,102);
}

@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}

@media screen and (max-width: 1200px) {.K-course-program .l-story-tl {
    min-height: 450px;
    grid-template-columns: 42% 58%;
}.K-course-program .I-study-path {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.K-course-program h3 {
    font-size: calc(34px * 0.9);
}
}

@media screen and (max-width: 992px) {.K-course-program {
    padding: 5rem 0;
}.K-course-program .l-story-tl {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-areas:
            "Y-hero-image"
            "h-feedback-section";
}.K-course-program .Y-hero-image {
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transform: perspective(1000px) rotateX(5deg);
    border-radius: 26px 26px 0 0;
}.K-course-program .I-study-path {
    transform: translateY(-40px);
    padding: 3rem 2.5rem;
    border-radius: 0 0 26px 26px;
}.K-course-program .l-story-tl:hover .Y-hero-image {
    transform: perspective(1000px) rotateX(8deg);
}.K-course-program .l-story-tl:hover .I-study-path {
    transform: translateY(-50px);
}
}

@media screen and (max-width: 768px) {.K-course-program {
    padding: 4rem 0;
}.K-course-program .Y-hero-image {
    height: 300px;
}.K-course-program .I-study-path {
    padding: 2.5rem 2rem;
}.K-course-program .C-main-mentor {
    height: 80px;
    margin-bottom: 1.5rem;
    width: 80px;
}.K-course-program .C-main-mentor svg {
    height: 45px;
    width: 45px;
}.K-course-program h3 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.8);
}.K-course-program p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media screen and (max-width: 576px) {.K-course-program {
    padding: 3rem 0;
}.K-course-program .Y-hero-image {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    height: 250px;
}.K-course-program .I-study-path {
    padding: 2rem 1.5rem;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    transform: translateY(-30px);
}.K-course-program .C-main-mentor {
    height: 70px;
    width: 70px;
    margin-bottom: 1.2rem;
}.K-course-program .C-main-mentor svg {
    width: 40px;
    height: 40px;
}.K-course-program h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 1.2rem;
}.K-course-program h3::before {
    height: 2px;
    bottom: -8px;
    width: 30px;
}.K-course-program h3::after {
    height: 1px;
    bottom: -12px;
    width: 60px;
}.K-course-program p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.K-course-program .l-story-tl:hover .I-study-path {
    transform: translateY(-35px);
}}.G-study-method {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(167,174,175) 0%, #ffffff 100%);
    padding: 6rem 0;
}.G-study-method::before {
    background-size: 20px 20px;
    z-index: 1;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: absolute;
    height: 100%;
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(94,103,102,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(94,103,102,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(94,103,102,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(94,103,102,0.5) 75%);
    opacity: 0.05;
    content: "";
    width: 100%;
    left: 0;
}.G-study-method::after {
    opacity: 0.1;
    right: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(to left, rgb(130,137,138,0.5) 0%, transparent 100%);
    position: absolute;
    height: 100%;
    top: 0;
    width: 40%;
    transform: skewX(-15deg) translateX(20%);
}.G-study-method .l-story-tl {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}.G-study-method h2 {
    opacity: 1;
    font-size: 33px;
    transform: translateY(0);
    margin-bottom: 2.5rem;
    color: #000000;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
    position: relative;
    font-weight: 700;
}.G-study-method h2::before {
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(90deg, rgb(130,137,138) 0%, rgb(94,103,102) 100%);
    height: 3px;
    bottom: -0.75rem;
    transform-origin: left;
    transform: scaleX(1);
    width: 6rem;
    left: 0;
    content: "";
}.G-study-method h2:hover::before {
    transform: scaleX(1.2);
}.G-study-method .s-text-unit {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s ease;
    position: relative;
    transform: translateY(0);
    border-left: 4px solid rgb(130,137,138);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03);
    padding: 2.5rem;
}.G-study-method .s-text-unit::before {
    z-index: -1;
    opacity: 0.7;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
}.G-study-method .s-text-unit:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 2px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.G-study-method p {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    color: #000000;
}.G-study-method p::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(130,137,138);
}.G-study-method p:first-child {
    margin-top: 0;
}


@media screen and (max-width: 1200px) {.G-study-method .l-story-tl {
    max-width: 90%;
}
}

@media screen and (max-width: 992px) {.G-study-method {
    padding: 5rem 0;
}.G-study-method h2 {
    font-size: calc(33px * 0.9);
}.G-study-method .s-text-unit {
    padding: 2rem;
}
}

@media screen and (max-width: 768px) {.G-study-method {
    padding: 4rem 0;
}.G-study-method::after {
    width: 60%;
}.G-study-method h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.G-study-method h2::before {
    width: 5rem;
}.G-study-method .s-text-unit {
    padding: 1.75rem;
}
}

@media screen and (max-width: 576px) {.G-study-method {
    padding: 3.5rem 0;
}.G-study-method .l-story-tl {
    padding: 0 1.5rem;
}.G-study-method h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.75rem;
}.G-study-method h2::before {
    height: 2px;
    width: 4rem;
}.G-study-method .s-text-unit {
    padding: 1.5rem;
}.G-study-method p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.G-study-method p::first-letter {
    font-size: 1.3em;
}
}

@media (prefers-reduced-motion: reduce) {.G-study-method h2, 
    .G-study-method .s-text-unit, 
    .G-study-method h2::before {
    transition: none;
}.G-study-method .s-text-unit:hover {
    transform: none;
}}.L-training-specialist {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(167,174,175) 0%, rgb(130,137,138,0.5) 50%, rgb(167,174,175) 100%);
    position: relative;
}.L-training-specialist::before {
    position: absolute;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(130,137,138,0.5) 0,
        rgb(130,137,138,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.05;
}.L-training-specialist::after {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    filter: blur(60px);
    opacity: 0.4;
    background: 
        radial-gradient(circle at 20% 30%, rgb(130,137,138,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(94,103,102,0.5) 0%, transparent 50%);
    left: 0;
}.L-training-specialist .container {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.L-training-specialist .o-feedback-perspectives {
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    display: flex;
    padding: 60px 40px;
    position: relative;
    flex-direction: column;
    backdrop-filter: blur(10px);
    border-radius: 17px;
    overflow: hidden;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}.L-training-specialist .o-feedback-perspectives::before {
    position: absolute;
    transform: rotate(-45deg) scale(2);
    inset: 0;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    content: "";
    z-index: 1;
    transition: opacity 0.6s ease;
}.L-training-specialist .o-feedback-perspectives:hover::before {
    opacity: 1;
    animation: holographic-sweep 1.5s ease infinite;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.L-training-specialist .Y-hero-image {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(130,137,138,0.5);
    margin-bottom: 35px;
    transform: rotate(-3deg);
    height: 180px;
    border-radius: 10px;
    transition: all 0.5s ease;
    overflow: hidden;
    z-index: 2;
    position: relative;
    width: 180px;
}.L-training-specialist .Y-hero-image::before {
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    z-index: 3;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}.L-training-specialist .Y-hero-image::after {
    top: -50%;
    height: 200%;
    opacity: 0.15;
    left: -50%;
    z-index: 1;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(130,137,138,0.5) 90deg,
            transparent 180deg,
            rgb(94,103,102,0.5) 270deg,
            transparent 360deg
        );
    width: 200%;
    mix-blend-mode: overlay;
    content: "";
    position: absolute;
    animation: rotate 15s linear infinite;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.L-training-specialist .name {
    position: relative;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    z-index: 2;
    margin-bottom: 10px;
    text-align: center;
}.L-training-specialist .name::after {
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -8px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(130,137,138) 50%,
        transparent 100%
    );
    transform: translateX(-50%);
    content: "";
    width: 70px;
}.L-training-specialist .o-feedback-perspectives span:not(.name) {
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 2;
    letter-spacing: 2px;
    text-transform: uppercase;
}.L-training-specialist .D-past-career {
    border-right: 3px solid rgb(94,103,102);
    padding: 25px 30px;
    line-height: 1.8;
    color: #000000;
    font-size: 16px;
    margin: 0;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 2;
    backdrop-filter: blur(5px);
    max-width: 85%;
    background: rgba(255, 255, 255, 0.5);
    border-left: 3px solid rgb(130,137,138);
    border-radius: 10px;
    position: relative;
}.L-training-specialist .D-past-career::before,
.L-training-specialist .D-past-career::after {
    height: 40px;
    position: absolute;
    background: rgb(130,137,138,0.5);
    content: "";
    opacity: 0.1;
    width: 40px;
}.L-training-specialist .D-past-career::before {
    border-top: 3px solid rgb(130,137,138);
    border-left: 3px solid rgb(130,137,138);
    top: -5px;
    left: -5px;
}.L-training-specialist .D-past-career::after {
    right: -5px;
    border-right: 3px solid rgb(94,103,102);
    border-bottom: 3px solid rgb(94,103,102);
    bottom: -5px;
}.L-training-specialist .o-feedback-perspectives:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.L-training-specialist .o-feedback-perspectives:hover .Y-hero-image {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(130,137,138,0.5);
    transform: rotate(0deg) scale(1.05);
}

@media (max-width: 991px) {.L-training-specialist {
    padding: 80px 0;
}.L-training-specialist .o-feedback-perspectives {
    padding: 50px 30px;
}.L-training-specialist .Y-hero-image {
    width: 160px;
    margin-bottom: 30px;
    height: 160px;
}.L-training-specialist .D-past-career {
    padding: 20px 25px;
    max-width: 90%;
}
}

@media (max-width: 767px) {.L-training-specialist {
    padding: 60px 0;
}.L-training-specialist .o-feedback-perspectives {
    padding: 40px 25px;
}.L-training-specialist .Y-hero-image {
    width: 140px;
    margin-bottom: 25px;
    height: 140px;
}.L-training-specialist .name {
    font-size: calc(28px * 0.9);
}.L-training-specialist .o-feedback-perspectives span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(18px * 0.95);
}.L-training-specialist .D-past-career {
    font-size: calc(16px * 0.95);
    padding: 18px 20px;
}
}

@media (max-width: 575px) {.L-training-specialist {
    padding: 50px 0;
}.L-training-specialist .o-feedback-perspectives {
    padding: 35px 20px;
}.L-training-specialist .Y-hero-image {
    width: 120px;
    margin-bottom: 20px;
    height: 120px;
}.L-training-specialist .name {
    font-size: calc(28px * 0.8);
}.L-training-specialist .o-feedback-perspectives span:not(.name) {
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.L-training-specialist .D-past-career {
    padding: 15px;
    max-width: 100%;
    font-size: calc(16px * 0.9);
}}.C-client-comments {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(to right, rgb(167,174,175) 0%, #ffffff 100%);
}.C-client-comments::before {
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    opacity: 0.05;
    background-size: 40px 40px;
    background: 
        linear-gradient(45deg, rgb(130,137,138,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(130,137,138,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(130,137,138,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(130,137,138,0.5) 75%);
    content: "";
    left: 0;
    height: 100%;
}.C-client-comments .l-story-tl {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.C-client-comments h4 {
    font-size: 35px;
    margin-bottom: 100px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    position: relative;
}.C-client-comments h4::before {
    position: absolute;
    height: 40px;
    transform: rotate(45deg);
    background: rgb(130,137,138,0.5);
    z-index: -1;
    left: calc(50% - 20px);
    content: "";
    width: 40px;
    bottom: -50px;
}.C-client-comments h4::after {
    transform: translateX(-50%);
    background: rgb(130,137,138);
    bottom: -20px;
    width: 80px;
    left: 50%;
    position: absolute;
    height: 2px;
    content: "";
}.C-client-comments .J-learning-stories {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}.C-client-comments .o-feedback-perspectives {
    border-radius: 16px;
    transition: all 0.4s ease;
    position: relative;
    padding: 40px 30px 30px;
    z-index: 1;
    background: #ffffff;
}.C-client-comments .o-feedback-perspectives:hover {
    transform: translateY(-15px);
}.C-client-comments .o-feedback-perspectives::before {
    top: 15px;
    height: 100%;
    position: absolute;
    border-radius: 16px;
    opacity: 0.2;
    content: "";
    background: rgb(130,137,138,0.5);
    left: 15px;
    transition: all 0.4s ease;
    width: 100%;
    z-index: -1;
}.C-client-comments .o-feedback-perspectives:hover::before {
    left: 5px;
    top: 5px;
}.C-client-comments .o-feedback-perspectives::after {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: all 0.4s ease;
    width: 100%;
    top: 0;
    border-radius: 16px;
    z-index: -2;
    left: 0;
    position: absolute;
    content: "";
}.C-client-comments .o-feedback-perspectives:hover::after {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.C-client-comments .Y-hero-image {
    z-index: 3;
    border: 5px solid #ffffff;
    height: 100px;
    border-radius: 20px;
    margin: -70px auto 25px;
    transition: all 0.4s ease;
    width: 100px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.C-client-comments .o-feedback-perspectives:hover .Y-hero-image {
    transform: translateY(-5px);
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.C-client-comments .o-feedback-perspectives span {
    display: block;
    color: #000000;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: calc(16px * 1.2);
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}.C-client-comments .o-feedback-perspectives span::after {
    background: rgb(130,137,138);
    content: "";
    position: absolute;
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    opacity: 0.5;
    transition: all 0.3s ease;
    height: 2px;
}.C-client-comments .o-feedback-perspectives:hover span {
    color: rgb(130,137,138);
}.C-client-comments .o-feedback-perspectives:hover span::after {
    width: 60px;
    opacity: 1;
}.C-client-comments .o-feedback-perspectives p {
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
    transition: all 0.3s ease;
    text-align: center;
}.C-client-comments .o-feedback-perspectives:hover p {
    color: #000000;
}.C-client-comments .o-feedback-perspectives:nth-child(3n+1) {
    z-index: 3;
}.C-client-comments .o-feedback-perspectives:nth-child(3n+2) {
    z-index: 2;
}.C-client-comments .o-feedback-perspectives:nth-child(3n+3) {
    z-index: 1;
}.C-client-comments .o-feedback-perspectives:nth-child(3n+1)::before {
    background: rgb(130,137,138,0.5);
}.C-client-comments .o-feedback-perspectives:nth-child(3n+2)::before {
    background: rgb(94,103,102,0.5);
}.C-client-comments .o-feedback-perspectives:nth-child(3n+3)::before {
    background: rgb(130,137,138,0.5);
}.C-client-comments .o-feedback-perspectives:nth-child(3n+1):hover {
    z-index: 4;
}.C-client-comments .o-feedback-perspectives:nth-child(3n+2):hover {
    z-index: 4;
}.C-client-comments .o-feedback-perspectives:nth-child(3n+3):hover {
    z-index: 4;
}

@media (max-width: 992px) {.C-client-comments .J-learning-stories {
    gap: 60px 30px;
    grid-template-columns: repeat(2, 1fr);
}.C-client-comments .Y-hero-image {
    margin-top: -60px;
    width: 90px;
    height: 90px;
}.C-client-comments .o-feedback-perspectives {
    padding: 35px 25px 25px;
}
}

@media (max-width: 768px) {.C-client-comments {
    padding: 80px 0;
}.C-client-comments h4 {
    margin-bottom: 80px;
}.C-client-comments .J-learning-stories {
    max-width: 400px;
    gap: 70px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.C-client-comments .o-feedback-perspectives::before {
    left: 10px;
    top: 10px;
}.C-client-comments .o-feedback-perspectives:hover::before {
    top: 3px;
    left: 3px;
}.C-client-comments .Y-hero-image {
    margin-top: -50px;
    width: 80px;
    height: 80px;
}}.H-who-we-are {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 100vh;
}.H-who-we-are::before {
    opacity: 0.85;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(145deg, rgb(130,137,138,0.5), rgba(0, 0, 0, 0.5), rgb(94,103,102,0.5));
    content: "";
    position: absolute;
    backdrop-filter: blur(5px);
    top: 0;
}.H-who-we-are::after {
    content: "";
    right: -50%;
    height: 100%;
    background: rgb(130,137,138);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    animation: shiftBackground 25s infinite alternate ease-in-out;
    top: -50%;
    position: absolute;
    z-index: 1;
    transform: rotate(-35deg) skewX(15deg);
    width: 100%;
    opacity: 0.08;
}.H-who-we-are .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 3rem 2rem;
    transform: translateY(0);
    opacity: 1;
    z-index: 2;
    position: relative;
    animation: fadeUp 1.2s ease-out;
}.H-who-we-are .s-text-unit {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    padding: 3.5rem;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}.H-who-we-are .s-text-unit:hover {
    transform: perspective(1000px) rotateY(0deg);
}.H-who-we-are .s-text-unit::before {
    left: 0;
    animation: lineGrow 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: rgb(130,137,138);
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    height: 10px;
    top: -10px;
    right: 0;
}.H-who-we-are .s-text-unit::after {
    height: 50%;
    opacity: 0.3;
    bottom: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5), transparent);
    content: "";
    position: absolute;
    z-index: -1;
}.H-who-we-are .s-text-unit > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.H-who-we-are .s-text-unit > div:first-child::before {
    background: rgb(130,137,138);
    width: 60px;
    transform: scaleX(0.7);
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: transform 0.6s ease;
    height: 3px;
    transform-origin: left;
    content: "";
}.H-who-we-are .s-text-unit > div:first-child:hover::before {
    transform: scaleX(1);
}.H-who-we-are h5 {
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    padding-bottom: 0.5rem;
    font-weight: 700;
    transition: transform 0.5s ease;
    position: relative;
    margin: 0;
    color: #000000;
    transform: translateX(0);
    font-size: 18px;
}.H-who-we-are h5::after {
    width: 100%;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    content: "";
    bottom: 0;
    transform-origin: right;
    background: rgb(130,137,138);
    transform: scaleX(0);
    left: 0;
    height: 1px;
}.H-who-we-are .s-text-unit > div:first-child:hover h5 {
    transform: translateX(10px);
}.H-who-we-are .s-text-unit > div:first-child:hover h5::after {
    transform: scaleX(1);
    transform-origin: left;
}.H-who-we-are .s-text-unit > div:nth-child(2) {
    margin-bottom: 2rem;
}.H-who-we-are .s-text-unit > div:nth-child(2) p {
    transition: transform 0.5s ease;
    display: inline-block;
    transform: translateY(0);
    letter-spacing: 1px;
    color: rgb(94,103,102);
    margin: 0;
    font-size: calc(18px * 1.2);
    font-weight: 600;
    position: relative;
}.H-who-we-are .s-text-unit > div:nth-child(2) p::before {
    opacity: 0;
    left: -20px;
    height: 10px;
    width: 10px;
    transform: translateY(-50%) scale(0);
    transition: transform 0.4s ease, opacity 0.4s ease;
    background: rgb(130,137,138);
    position: absolute;
    border-radius: 50%;
    top: 50%;
    content: "";
}.H-who-we-are .s-text-unit > div:nth-child(2):hover p {
    transform: translateY(-5px);
}.H-who-we-are .s-text-unit > div:nth-child(2):hover p::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}.H-who-we-are ol {
    margin: 0;
    counter-reset: list-counter;
    padding-left: 1.2rem;
}.H-who-we-are ol li {
    hyphens: auto;
    color: #000000;
    margin-bottom: 0.5rem;
    column-count: 1;
    column-gap: 2rem;
    counter-increment: list-counter;
    font-size: 17px;
    text-align: justify;
    position: relative;
    padding-left: 1rem;
    line-height: 1.8;
}.H-who-we-are ol li::before {
    border-radius: 50%;
    left: -1.2rem;
    transition: transform 0.3s ease;
    width: 6px;
    top: 0.7rem;
    content: "";
    height: 6px;
    background: rgb(130,137,138);
    position: absolute;
}.H-who-we-are ol li:hover::before {
    transform: scale(1.5);
}

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

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

@keyframes shiftBackground {
    0% {
        transform: rotate(-35deg) skewX(15deg) translateX(0) translateY(0);
    }
    100% {
        transform: rotate(-35deg) skewX(15deg) translateX(5%) translateY(-5%);
    }
}

@media (min-width: 768px) {.H-who-we-are .s-text-unit {
    padding: 4rem;
}.H-who-we-are ol li {
    column-count: 2;
    padding-left: 0;
}
}

@media (min-width: 992px) {.H-who-we-are .container {
    padding: 5rem 2rem;
}.H-who-we-are .s-text-unit {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    padding: 5rem;
}.H-who-we-are h5 {
    font-size: calc(18px * 1.2);
}.H-who-we-are .s-text-unit > div:nth-child(2) p {
    font-size: calc(18px * 1.5);
}.H-who-we-are ol li {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.H-who-we-are {
    min-height: auto;
}.H-who-we-are .s-text-unit {
    transform: perspective(1000px) rotateY(1deg);
    padding: 2.5rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.H-who-we-are h5 {
    font-size: calc(18px * 0.9);
}.H-who-we-are .s-text-unit > div:nth-child(2) p {
    font-size: calc(18px * 1.1);
}.H-who-we-are ol li {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
    padding-left: 0;
}
}

@media (max-width: 480px) {.H-who-we-are .s-text-unit {
    padding: 2rem 1.25rem;
}.H-who-we-are h5 {
    font-size: calc(18px * 0.85);
}.H-who-we-are .s-text-unit > div:nth-child(2) p {
    font-size: 18px;
}.H-who-we-are ol li {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}}.K-badge-case {
    position: relative;
    background-color: rgb(94,103,102);
    padding: 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.K-badge-case .container {
    z-index: 2;
    position: relative;
}.K-badge-case .O-brainstorm {
    display: flex;
    flex-direction: column;
}.K-badge-case .B-contact-form {
    padding: 3rem 1.5rem 5rem;
    margin-bottom: -2rem;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background-color: rgb(130,137,138);
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    z-index: 3;
}.K-badge-case .B-contact-form::before {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    content: '';
}.K-badge-case .info_item {
    position: relative;
    transition: transform 0.3s ease;
    padding: 0.5rem 1rem;
}.K-badge-case .info_item:hover {
    transform: translateX(10px);
}.K-badge-case .info_item p,
.K-badge-case .info_item a {
    font-size: 16px;
    color: #ffffff;
    gap: 0.75rem;
    transition: all 0.3s ease;
    display: flex;
    text-decoration: none;
    align-items: center;
}.K-badge-case .info_item svg {
    fill: #ffffff;
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
}.K-badge-case .info_item:hover svg {
    transform: scale(1.2);
}.K-badge-case .text_main_holder {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1.5fr 1fr;
    z-index: 2;
    gap: 0;
}.K-badge-case .C-main-mentor {
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    padding: 4rem 2rem 3rem;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    z-index: 4;
    display: flex;
    background-color: rgb(94,103,102);
}.K-badge-case .C-main-mentor svg {
    height: auto;
    transition: all 0.3s ease;
    max-width: 150px;
    filter: brightness(0) invert(1);
}.K-badge-case .C-main-mentor:hover svg {
    transform: scale(1.05);
}.K-badge-case .t-vr-labs {
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    font-size: 16px;
}.K-badge-case .g-top-base {
    background-color: #000000;
    position: relative;
    gap: 2rem;
    flex-direction: column;
    z-index: 2;
    padding: 5rem 2rem 3rem;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    display: flex;
}.K-badge-case .g-top-base::before {
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
    top: 0;
}.K-badge-case .g-top-base h5 {
    font-size: 20px;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 600;
}.K-badge-case .g-top-base h5::after {
    left: 0;
    position: absolute;
    height: 3px;
    content: '';
    background-color: rgb(130,137,138);
    width: 40px;
    bottom: -0.5rem;
}.K-badge-case .M-nav-sitebar {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1rem;
}.K-badge-case .M-nav-sitebar:not(:last-child) {
    margin-bottom: 1rem;
}.K-badge-case .M-nav-sitebar a {
    padding: 0.5rem 0;
    opacity: 0.8;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
}.K-badge-case .M-nav-sitebar a::before {
    left: 0;
    bottom: 0;
    height: 2px;
    position: absolute;
    background-color: rgb(130,137,138);
    width: 0;
    transition: width 0.3s ease;
    content: '';
}.K-badge-case .M-nav-sitebar a:hover {
    padding-left: 10px;
    opacity: 1;
}.K-badge-case .M-nav-sitebar a:hover::before {
    width: 30px;
}.K-badge-case .subscribe_holder {
    padding: 4rem 2rem 3rem;
    z-index: 3;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    background-color: rgb(94,103,102);
    display: flex;
}.K-badge-case .subscribe_holder::before {
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
}.K-badge-case .subscribe_holder h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
}.K-badge-case .subscribe_holder p {
    margin-bottom: 1rem;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
    font-size: 16px;
}.K-badge-case .input_holder {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.K-badge-case .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.15);
    font-size: 16px;
    transition: all 0.3s ease;
}.K-badge-case .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
    border-color: rgba(255, 255, 255, 0.3);
}.K-badge-case .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.K-badge-case .V-sub-banner {
    font-size: 17px;
    overflow: hidden;
    background-color: rgb(130,137,138);
    font-weight: 600;
    padding: 1rem 1.25rem;
    position: relative;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
}.K-badge-case .V-sub-banner::before {
    left: -100%;
    top: 0;
    transition: left 0.5s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 100%;
    position: absolute;
    content: '';
}.K-badge-case .V-sub-banner:hover {
    background-color: rgb(130,137,138,0.5);
}.K-badge-case .V-sub-banner:hover::before {
    left: 100%;
}.K-badge-case .v-policy-links {
    background-color: rgb(94,103,102);
    padding: 6rem 0 2rem;
    text-align: center;
    z-index: 1;
    margin-top: 0;
    position: relative;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
}.K-badge-case .v-policy-links::before {
    left: 0;
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    z-index: -1;
}.K-badge-case .S-webinar-arch {
    opacity: 0.7;
    color: #ffffff;
    font-size: 16px;
}

@media (max-width: 1200px) {.K-badge-case .B-contact-form {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.K-badge-case .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.K-badge-case .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.K-badge-case .text_main_holder {
    grid-template-columns: 1fr;
}.K-badge-case .C-main-mentor,
    .K-badge-case .g-top-base,
    .K-badge-case .subscribe_holder {
    clip-path: none;
}.K-badge-case .g-top-base {
    padding: 3rem 2rem;
}.K-badge-case .C-main-mentor {
    text-align: center;
    padding: 3rem 2rem;
    align-items: center;
}.K-badge-case .subscribe_holder {
    padding: 3rem 2rem;
}.K-badge-case .v-policy-links {
    padding: 3rem 0 2rem;
    clip-path: none;
}
}

@media (max-width: 768px) {.K-badge-case .B-contact-form {
    padding: 2.5rem 1.5rem 3rem;
    clip-path: none;
    grid-template-columns: 1fr;
    margin-bottom: 0;
}.K-badge-case .M-nav-sitebar {
    grid-template-columns: 1fr;
}.K-badge-case .g-top-base h5,
    .K-badge-case .subscribe_holder h5 {
    text-align: center;
    display: block;
}.K-badge-case .g-top-base h5::after {
    left: 50%;
    transform: translateX(-50%);
}.K-badge-case .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.K-badge-case .C-main-mentor,
    .K-badge-case .g-top-base,
    .K-badge-case .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.K-badge-case .v-policy-links {
    padding: 2.5rem 0 1.5rem;
}.K-badge-case .info_item {
    padding: 0.5rem 0;
}.K-badge-case .info_item p,
    .K-badge-case .info_item a {
    justify-content: center;
}}.o-pricing-row-item {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    font-family: Arial, sans-serif;
}.o-pricing-row-item::before {
    z-index: 1;
    right: 0;
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(130,137,138,0.5) 100%);
    left: 0;
}.o-pricing-row-item .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.o-pricing-row-item .h-qtr-cost {
    position: relative;
}.o-pricing-row-item h2 {
    font-size: 34px;
    transform: translateX(-10px);
    color: #ffffff;
    opacity: 0;
    margin-bottom: 20px;
    animation: slideInTitle 0.8s forwards 0.2s;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}.o-pricing-row-item .C-plan-deals {
    margin-bottom: 40px;
    transform: translateX(-10px);
    opacity: 0;
    font-size: 18px;
    animation: slideInDesc 0.8s forwards 0.4s;
    line-height: 1.6;
    max-width: 800px;
    color: #ffffff;
}.o-pricing-row-item .E-rate-list {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    gap: 30px;
    display: grid;
}.o-pricing-row-item .E-rate-list li {
    perspective: 1000px;
    opacity: 0;
    animation: fadeIn 0.8s forwards;
}.o-pricing-row-item .E-rate-list li:nth-child(1) {
    animation-delay: 0.5s;
}.o-pricing-row-item .E-rate-list li:nth-child(2) {
    animation-delay: 0.7s;
}.o-pricing-row-item .E-rate-list li:nth-child(3) {
    animation-delay: 0.9s;
}.o-pricing-row-item .E-rate-list li:nth-child(4) {
    animation-delay: 1.1s;
}.o-pricing-row-item .J-program-price {
    transform-style: preserve-3d;
    display: block;
    text-decoration: none;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.o-pricing-row-item .f-training-sub {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, rgb(167,174,175) 100%);
    box-sizing: border-box;
    flex-direction: column;
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    padding: 30px;
    height: 100%;
    border-left: 4px solid rgb(130,137,138);
    display: flex;
}.o-pricing-row-item .f-training-sub::before {
    opacity: 0.8;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    width: 80px;
    content: "";
    top: 0;
    background: rgb(94,103,102);
    transform: translate(50%, -50%) rotate(45deg);
    right: 0;
    height: 80px;
}.o-pricing-row-item .f-plan-fees {
    position: relative;
    flex-direction: column;
    display: flex;
    height: 100%;
    z-index: 2;
}.o-pricing-row-item .f-plan-fees h4 {
    font-weight: 700;
    position: relative;
    margin: 0 0 20px;
    color: #000000;
    display: inline-block;
    font-size: calc(21px + 2px);
}.o-pricing-row-item .f-plan-fees h4::after {
    background: rgb(130,137,138);
    left: 0;
    content: "";
    height: 3px;
    bottom: -10px;
    width: 40px;
    transition: width 0.3s ease;
    position: absolute;
}.o-pricing-row-item .f-plan-fees p {
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
    font-size: calc(18px - 1px);
    flex-grow: 1;
    word-wrap: break-word;
    hyphens: auto;
    white-space: normal;
    margin: 0 0 25px;
}.o-pricing-row-item .w-payment-plan {
    margin-top: auto;
    display: inline-block;
    font-size: 21px;
    padding: 10px 20px;
    position: relative;
    background: rgb(130,137,138);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              background-color 0.3s ease;
    border-radius: 10px;
    align-self: flex-start;
    overflow: hidden;
    transform: translateY(0);
    font-weight: 700;
    color: #ffffff;
}.o-pricing-row-item .w-payment-plan::before {
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    transform: translateX(-100%);
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
}.o-pricing-row-item .J-program-price:hover {
    transform: translateY(-8px);
}.o-pricing-row-item .J-program-price:hover .f-training-sub {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border-left-width: 8px;
}.o-pricing-row-item .J-program-price:hover .f-training-sub::before {
    transform: translate(40%, -40%) rotate(45deg);
}.o-pricing-row-item .J-program-price:hover .f-plan-fees h4::after {
    width: 70px;
}.o-pricing-row-item .J-program-price:hover .w-payment-plan {
    background: rgb(94,103,102);
    transform: translateY(-5px);
}.o-pricing-row-item .J-program-price:hover .w-payment-plan::before {
    transform: translateX(100%);
}.o-pricing-row-item .J-program-price:active {
    transition: transform 0.2s;
    transform: translateY(-2px);
}

@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInDesc {
  to {
    transform: translateX(0);
    opacity: 0.9;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@media (max-width: 1200px) {.o-pricing-row-item {
    padding: 80px 0;
}.o-pricing-row-item .E-rate-list {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.o-pricing-row-item h2 {
    font-size: calc(34px - 4px);
}.o-pricing-row-item .C-plan-deals {
    margin-bottom: 30px;
}.o-pricing-row-item .E-rate-list {
    gap: 20px;
}.o-pricing-row-item .f-training-sub {
    padding: 25px;
}
}

@media (max-width: 768px) {.o-pricing-row-item {
    padding: 60px 0;
}.o-pricing-row-item h2 {
    font-size: calc(34px - 6px);
}.o-pricing-row-item .C-plan-deals {
    font-size: calc(18px - 1px);
}.o-pricing-row-item .E-rate-list {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.o-pricing-row-item .f-plan-fees h4 {
    font-size: 21px;
}.o-pricing-row-item .f-plan-fees p {
    margin-bottom: 20px;
    font-size: calc(18px - 2px);
}
}

@media (max-width: 576px) {.o-pricing-row-item {
    padding: 50px 0;
}.o-pricing-row-item .container {
    padding: 0 15px;
}.o-pricing-row-item h2 {
    margin-bottom: 15px;
    font-size: calc(34px - 8px);
}.o-pricing-row-item .C-plan-deals {
    margin-bottom: 25px;
}.o-pricing-row-item .E-rate-list {
    gap: 20px;
    grid-template-columns: 1fr;
}.o-pricing-row-item .f-training-sub {
    padding: 20px;
}.o-pricing-row-item .f-plan-fees p {
    margin-bottom: 15px;
}.o-pricing-row-item .w-payment-plan {
    padding: 8px 16px;
    font-size: calc(21px - 1px);
}
}