* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    width: 1174px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-section {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}html,body {
    auto
contain
touch-action: none;
    scroll-behavior: smooth;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}.top-sitebar {
    flex: 1 0 auto;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    height: 12px;
    width: 6px;
}::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
    margin: 1px 0;
    border: 1px solid rgb(166,177,205,0.5);
    box-shadow: inset -2px 1px 11px 7px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb {
    background: linear-gradient(254deg, #ffffff 65%, rgb(255, 255, 255, 0.5) 82%, rgb(124,131,179) 91%, rgb(166,177,205,0.5) 68%, rgb(209,213,230) 93%);
    transition: background 1s ease-out;
    animation: shift_scrollbar 2.6s ease 3;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -2px 3px 12px 7px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-thumb:active {
    transform: scale(0.9);
    background: rgb(124,131,179);
    box-shadow: inset 5px 1px 13px 3px rgba(0, 0, 0, 0.4);
}* {
    scrollbar-width: thin;
    scrollbar-color: rgb(124,131,179,0.5) rgb(124,131,179);
}.faq-block {
    flex: 0 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;
}}
.target-audience {
    overflow: hidden;
    padding: 6rem 0;
    z-index: 1;
    position: relative;
    background-color: rgb(209,213,230);
}.target-audience::before {
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
}.target-audience::after {
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    animation: cloudMove 25s infinite alternate ease-in-out;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(166,177,205,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(124,131,179,0.5), 0.1) 0%, transparent 40%);
    width: 100%;
}.target-audience .knowledge-growth {
    padding: 0 2rem;
    align-items: center;
    flex-direction: column;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    display: flex;
}.target-audience h3 {
    position: relative;
    opacity: 0.9;
    font-size: 41px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 4rem;
    color: rgb(166,177,205);
    letter-spacing: 1px;
}.target-audience h3::after {
    background: rgb(166,177,205);
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 50px;
    opacity: 0.6;
    content: "";
}.target-audience ul {
    padding: 0;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    width: 100%;
    margin: 0;
    display: grid;
}.target-audience li {
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgba(#ffffff, 0.08);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(10px);
    align-items: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    text-align: center;
    border-radius: 14px;
    border: 1px solid rgba(#ffffff, 0.1);
    padding: 2rem;
}.target-audience li::before {
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
}.target-audience li:hover {
    border-color: rgba(rgb(166,177,205,0.5), 0.2);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
    transform: translateY(-10px);
}.target-audience li:hover::after {
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(166,177,205) 0%,
        rgb(124,131,179) 100%
    );
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    content: "";
}.target-audience li svg {
    transition: all 0.5s ease;
    margin-bottom: 1.5rem;
    width: 50px;
    opacity: 0.9;
    fill: rgb(124,131,179);
    height: 50px;
}.target-audience li svg path {
    transition: fill 0.5s ease;
    fill: rgb(124,131,179);
}.target-audience li:hover svg {
    animation: float 3s infinite ease-in-out;
    transform: translateY(-3px);
}.target-audience li:hover svg path {
    fill: rgb(166,177,205);
}.target-audience li {
    font-weight: 400;
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
}

@keyframes float {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}

@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}

@media (max-width: 1200px) {.target-audience ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 992px) {.target-audience {
    padding: 5rem 0;
}.target-audience h3 {
    margin-bottom: 3.5rem;
    font-size: calc(41px * 0.9);
}
}

@media (max-width: 768px) {.target-audience {
    padding: 4rem 0;
}.target-audience .knowledge-growth {
    padding: 0 1.5rem;
}.target-audience h3 {
    margin-bottom: 3rem;
    font-size: calc(41px * 0.8);
}.target-audience ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.target-audience li {
    padding: 1.5rem;
}.target-audience li svg {
    width: 45px;
    margin-bottom: 1.2rem;
    height: 45px;
}
}

@media (max-width: 480px) {.target-audience {
    padding: 3rem 0;
}.target-audience .knowledge-growth {
    padding: 0 1rem;
}.target-audience h3 {
    margin-bottom: 2.5rem;
    font-size: calc(41px * 0.7);
}.target-audience li {
    padding: 1.25rem;
}.target-audience li svg {
    margin-bottom: 1rem;
    height: 40px;
    width: 40px;
}}.start-now {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(209,213,230) 0%, rgb(166,177,205,0.5) 100%);
    padding: 120px 0;
    position: relative;
}.start-now::before {
    width: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    opacity: 0.1;
    left: 0;
    background: linear-gradient(to right, transparent 0%, #ffffff 50%, transparent 100%);
    top: 0;
    height: 100%;
    transform: skewY(-5deg);
}.start-now::after {
    opacity: 0.2;
    content: '';
    left: 0;
    z-index: 1;
    background: linear-gradient(to top, rgb(166,177,205,0.5) 0%, transparent 100%);
    position: absolute;
    height: 40%;
    bottom: 0;
    width: 100%;
}.start-now .knowledge-growth {
    border-radius: 12px;
    background: #ffffff;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 10;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.start-now .container p {
    z-index: 5;
    flex: 1;
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
    font-size: 32px;
    color: #000000;
    position: relative;
    padding: 60px;
}.start-now .message-links {
    font-size: 15px;
    z-index: 5;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.4s ease;
    position: relative;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 50px;
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, rgb(166,177,205) 0%, rgb(124,131,179) 100%);
    justify-content: center;
    height: 100%;
    flex: 0 0 300px;
    text-transform: uppercase;
}.start-now .container p::after {
    bottom: 40px;
    width: 60px;
    position: absolute;
    height: 4px;
    background: linear-gradient(to right, rgb(166,177,205), rgb(124,131,179));
    border-radius: 10px;
    left: 60px;
    content: '';
}.start-now .message-links::before {
    width: 100%;
    content: '';
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(124,131,179) 0%, rgb(166,177,205) 100%);
    opacity: 0;
    top: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    height: 100%;
}.start-now .message-links:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.start-now .message-links:hover::before {
    opacity: 1;
}.start-now .knowledge-growth::before {
    height: 6px;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(166,177,205), rgb(124,131,179));
    content: '';
    z-index: 2;
}.start-now .knowledge-growth::after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    content: '';
    height: 100%;
    background: 
        radial-gradient(circle at 10% 90%, rgb(166,177,205,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgb(124,131,179,0.5) 0%, transparent 30%);
    width: 100%;
    opacity: 0.05;
    left: 0;
}

@media (max-width: 991px) {.start-now {
    padding: 90px 0;
}.start-now .container p {
    padding: 40px;
    font-size: calc(22px * 1.2);
}.start-now .message-links {
    flex: 0 0 200px;
    padding: 40px 20px;
}.start-now .container p::after {
    width: 50px;
    bottom: 30px;
    left: 40px;
}
}

@media (max-width: 767px) {.start-now {
    padding: 70px 0;
}.start-now .knowledge-growth {
    flex-direction: column;
}.start-now .container p {
    font-size: 22px;
    padding: 30px;
    text-align: center;
}.start-now .message-links {
    padding: 20px;
    width: 100%;
    flex: none;
}.start-now .container p::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}
}

@media (max-width: 480px) {.start-now {
    padding: 50px 0;
}.start-now .container p {
    padding: 25px 20px;
    font-size: calc(15px * 1.2);
}.start-now .message-links {
    font-size: calc(15px * 0.9);
    padding: 15px;
}}.welcome-board {
    overflow: hidden;
    min-height: 650px;
    background-color: rgb(209,213,230);
    width: 100%;
    position: relative;
    height: 100vh;
}.welcome-board .knowledge-growth {
    height: 100%;
    grid-template-rows: 1fr;
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.welcome-board .page-primary {
    grid-row: 1;
    height: 100%;
    position: relative;
    grid-column: 2;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}.welcome-board .page-primary::before {
    opacity: 0.7;
    background: linear-gradient(
        90deg,
        #000000 0%,
        transparent 30%,
        transparent 70%,
        rgb(166,177,205,0.5) 100%
    );
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    z-index: 2;
    height: 100%;
}.welcome-board .page-primary::after {
    content: '';
    left: 0;
    z-index: 2;
    width: 100%;
    bottom: 0;
    height: 40%;
    position: absolute;
    background: linear-gradient(
        to top,
        rgb(209,213,230) 0%,
        transparent 100%
    );
}.welcome-board .study-tools {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    animation: vertical-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    flex-direction: column;
}.welcome-board .skill-expertise {
    position: relative;
    overflow: hidden;
    flex: 0 0 calc(100% / var(--slide-count, 2));
    width: 100%;
}.welcome-board .skill-expertise img {
    transform: scale(1);
    object-position: center;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
    width: 100%;
}.welcome-board .skill-expertise:hover img {
    transform: scale(1.03);
}.welcome-board .study-tools:hover {
    animation-play-state: paused;
}.welcome-board .text-drawer {
    flex-direction: column;
    position: relative;
    background: linear-gradient(
        90deg,
        rgb(209,213,230) 70%,
        transparent 100%
    );
    display: flex;
    align-items: flex-start;
    justify-content: center;
    grid-row: 1;
    padding: 0 10% 0 10%;
    grid-column: 1;
    z-index: 5;
}.welcome-board .text-drawer::before {
    z-index: 1;
    width: 5px;
    right: 0;
    background: linear-gradient(
        to bottom,
        rgb(166,177,205) 0%,
        rgb(124,131,179) 100%
    );
    height: 60%;
    content: '';
    box-shadow: 0 0 15px rgb(166,177,205,0.5);
    position: absolute;
    top: 20%;
}.welcome-board .text-drawer h1 {
    position: relative;
    transform: translateX(-30px);
    margin-bottom: 1.5rem;
    max-width: 90%;
    color: #ffffff;
    text-align: left;
    text-shadow: 0 2px 10px #000000;
    opacity: 0;
    font-size: 41px;
    animation: text-slide-in 0.8s ease-out forwards;
    font-weight: 700;
    letter-spacing: 1px;
}.welcome-board .text-drawer p {
    text-align: left;
    font-size: 16px;
    backdrop-filter: blur(2px);
    opacity: 0;
    line-height: 1.7;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(166,177,205,0.5) 0%, transparent 100%);
    animation: text-slide-in 0.8s ease-out 0.2s forwards;
    text-shadow: 0 1px 8px #000000;
    max-width: 85%;
    font-weight: 400;
    transform: translateX(-30px);
    margin-bottom: 2rem;
    padding: 1rem;
}.welcome-board .text-drawer .message-links {
    text-decoration: none;
    background-color: rgb(166,177,205);
    transform: translateY(30px);
    position: relative;
    font-weight: 600;
    display: inline-block;
    animation: button-slide-up 0.8s ease-out 0.4s forwards;
    border: none;
    opacity: 0;
    padding: 0.9rem 2.2rem;
    transition: all 0.3s ease;
    color: #ffffff;
    box-shadow: 0 4px 12px rgb(166,177,205,0.5);
    font-size: 20px;
    border-radius: 10px;
}.welcome-board .text-drawer .message-links:hover {
    transform: translateY(-3px);
    background-color: rgb(124,131,179);
    box-shadow: 0 6px 18px rgb(124,131,179,0.5);
}.welcome-board .background-decoration {
    overflow: hidden;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    pointer-events: none;
}.welcome-board .background-decoration::before {
    filter: blur(80px);
    opacity: 0.2;
    height: 300px;
    background: rgb(166,177,205,0.5);
    position: absolute;
    left: -150px;
    top: -150px;
    border-radius: 50%;
    content: '';
    animation: blob-move 15s infinite alternate;
    width: 300px;
}.welcome-board .background-decoration::after {
    height: 350px;
    filter: blur(100px);
    bottom: -150px;
    background: rgb(124,131,179,0.5);
    border-radius: 50%;
    content: '';
    right: 30%;
    animation: blob-move 15s infinite alternate-reverse;
    width: 350px;
    opacity: 0.15;
    position: absolute;
}

@keyframes vertical-slide {
    0%, 18% {
        transform: translateY(0);
    }
    22%, 38% {
        transform: translateY(calc(-100% / var(--slide-count, 4)));
    }
    42%, 58% {
        transform: translateY(calc(-200% / var(--slide-count, 4)));
    }
    62%, 78% {
        transform: translateY(calc(-300% / var(--slide-count, 4)));
    }
    82%, 98% {
        transform: translateY(calc(-400% / var(--slide-count, 4)));
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes text-slide-in {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes button-slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes blob-move {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(50px, 20px) scale(1.1);
    }
    100% {
        transform: translate(10px, 40px) scale(0.9);
    }
}

@media (max-width: 1200px) {.welcome-board .text-drawer {
    padding: 0 8% 0 8%;
}.welcome-board .text-drawer h1 {
    max-width: 95%;
    font-size: calc(41px * 0.9);
}.welcome-board .text-drawer p {
    max-width: 90%;
}
}

@media (max-width: 992px) {.welcome-board .knowledge-growth {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
}.welcome-board .page-primary {
    grid-row: 1;
    height: 50vh;
    clip-path: none;
    grid-column: 1;
}.welcome-board .page-primary::before {
    background: linear-gradient(
            0deg,
            #000000 0%,
            transparent 70%
        );
}.welcome-board .text-drawer {
    padding: 2rem 10%;
    grid-row: 2;
    background: rgb(209,213,230);
    align-items: center;
    grid-column: 1;
}.welcome-board .text-drawer::before {
    right: auto;
    left: 20%;
    height: 3px;
    width: 60%;
    top: 0;
}.welcome-board .text-drawer h1 {
    max-width: 100%;
    text-align: center;
}.welcome-board .text-drawer p {
    background: linear-gradient(180deg, rgb(166,177,205,0.5) 0%, transparent 100%);
    text-align: center;
    max-width: 100%;
}.welcome-board {
    min-height: unset;
    height: auto;
}
}

@media (max-width: 768px) {.welcome-board .page-primary {
    height: 40vh;
}.welcome-board .text-drawer {
    padding: 2rem 8%;
}.welcome-board .text-drawer h1 {
    margin-bottom: 1.2rem;
    font-size: 41px;
}.welcome-board .text-drawer p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: calc(16px * 0.95);
}.welcome-board .text-drawer .message-links {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 576px) {.welcome-board .page-primary {
    height: 35vh;
}.welcome-board .text-drawer {
    padding: 1.5rem 5%;
}.welcome-board .text-drawer h1 {
    margin-bottom: 1rem;
    font-size: calc(41px * 0.9);
}.welcome-board .text-drawer p {
    margin-bottom: 1.2rem;
    font-size: calc(16px * 0.9);
}.welcome-board .text-drawer .message-links {
    font-size: calc(20px * 0.95);
    padding: 0.7rem 1.8rem;
}
}

@media (max-width: 420px) {.welcome-board .page-primary {
    height: 30vh;
}.welcome-board .text-drawer {
    padding: 1.2rem 5%;
}.welcome-board .text-drawer h1 {
    font-size: calc(41px * 0.8);
}.welcome-board .text-drawer p {
    font-size: calc(16px * 0.85);
    line-height: 1.5;
    margin-bottom: 1rem;
}.welcome-board .text-drawer .message-links {
    padding: 0.6rem 1.5rem;
    font-size: calc(20px * 0.9);
}
}

@media (max-height: 700px) and (min-width: 993px) {.welcome-board .text-drawer h1 {
    margin-bottom: 1rem;
}.welcome-board .text-drawer p {
    line-height: 1.5;
    margin-bottom: 1.2rem;
}}

.welcome-board .study-tools {
    --slide-count: 2;
    height: calc(100% * var(--slide-count, 2));
    flex-wrap: wrap;
}.welcome-board:has(.skill-expertise:nth-child(3)) .study-tools {
    --slide-count: 3;
}.welcome-board:has(.skill-expertise:nth-child(4)) .study-tools {
    --slide-count: 4;
}.welcome-board:has(.skill-expertise:nth-child(5)) .study-tools {
    --slide-count: 5;
}.welcome-board:has(.skill-expertise:nth-child(n+6)) .study-tools {
    --slide-count: 5;
}.pricing-frame {
    padding: 120px 0;
    isolation: isolate;
    position: relative;
    overflow: hidden;
}.pricing-frame::before {
    z-index: -1;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(166,177,205,0.5), rgba(0, 0, 0, 0.5) 70%);
    content: "";
    top: 0;
}.pricing-frame::after {
    top: 0;
    content: "";
    pointer-events: none;
    right: 0;
    z-index: -1;
    width: 45%;
    position: absolute;
    height: 100%;
    background: linear-gradient(225deg, rgb(124,131,179,0.5) 10%, transparent 65%);
}.pricing-frame .container {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.pricing-frame .value-pricing {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
}.pricing-frame h2 {
    font-weight: 700;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    font-size: 31px;
    text-align: center;
    color: #ffffff;
    z-index: 2;
    margin-bottom: 20px;
}.pricing-frame h2::after {
    height: 4px;
    border-radius: 2px;
    background: rgb(166,177,205);
    margin: 16px auto 0;
    width: 80px;
    transform: translateY(2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    display: block;
    content: "";
}.pricing-frame .learning-fees {
    line-height: 1.6;
    font-weight: 400;
    margin: 0 auto 50px;
    font-size: calc(18px + 2px);
    opacity: 0.9;
    color: #ffffff;
    letter-spacing: 0.3px;
    text-align: center;
    max-width: 700px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}.pricing-frame .value-rates {
    padding: 0;
    position: relative;
    z-index: 2;
    margin: 0;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
}.pricing-frame .value-rates li {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}.pricing-frame .value-rates li:hover {
    transform: translateY(-8px);
}.pricing-frame .plan-table {
    display: flex;
    border-radius: 12px;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    height: 100%;
    width: 100%;
}.pricing-frame .plan-table:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.pricing-frame .edu-packages {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    z-index: 1;
    flex-grow: 1;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}.pricing-frame .edu-packages::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(145deg, rgba(rgb(166,177,205), 0.03), rgba(rgb(124,131,179), 0.05));
    left: 0;
    z-index: -1;
    top: 0;
}.pricing-frame .edu-packages::after {
    z-index: -1;
    width: 180px;
    transform: translate(50%, -50%);
    top: 0;
    content: "";
    border-radius: 0 0 0 180px;
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(166,177,205,0.5) 10%, transparent 70%);
    right: 0;
    position: absolute;
    transition: all 0.5s ease;
    height: 180px;
}.pricing-frame .plan-table:hover .edu-packages::after {
    transform: translate(40%, -40%) scale(1.1);
    opacity: 0.2;
}.pricing-frame .fee-struct {
    display: flex;
    flex-direction: column;
    z-index: 2;
    flex-grow: 1;
    padding: 35px 25px;
    position: relative;
}.pricing-frame .fee-struct::before {
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    background: linear-gradient(to top, rgba(rgb(166,177,205), 0.03), transparent);
}.pricing-frame .fee-struct h4 {
    display: inline-block;
    margin: 0 0 20px;
    font-size: calc(18px + 2px);
    font-weight: 600;
    position: relative;
    color: #000000;
}.pricing-frame .fee-struct h4::after {
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 40px;
    position: absolute;
    height: 3px;
    background: rgb(166,177,205);
    content: "";
    bottom: -8px;
    left: 0;
}.pricing-frame .fee-struct p {
    overflow-wrap: break-word;
    margin: 0 0 30px;
    hyphens: auto;
    font-size: 18px;
    word-break: break-word;
    line-height: 1.6;
    flex-grow: 1;
    color: #000000;
}.pricing-frame .discount-price {
    align-self: flex-start;
    font-size: calc(18px + 6px);
    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);
    transition: all 0.3s ease;
    color: rgb(166,177,205);
    padding: 10px 20px;
    display: inline-block;
    backdrop-filter: blur(4px);
    margin-top: auto;
    font-weight: 700;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    border-radius: 8px;
    position: relative;
}.pricing-frame .plan-table:hover .discount-price {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    transform: scale(1.05);
    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);
}

@media (max-width: 1200px) {.pricing-frame {
    padding: 100px 0;
}.pricing-frame .value-rates {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.pricing-frame h2 {
    font-size: calc(31px - 2px);
}.pricing-frame .learning-fees {
    margin-bottom: 40px;
    font-size: 18px;
}
}

@media (max-width: 992px) {.pricing-frame {
    padding: 80px 0;
}.pricing-frame .value-rates {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.pricing-frame .fee-struct {
    padding: 30px 20px;
}.pricing-frame .discount-price {
    padding: 8px 16px;
    font-size: calc(18px + 2px);
}
}

@media (max-width: 768px) {.pricing-frame {
    padding: 60px 0;
}.pricing-frame .value-rates {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}.pricing-frame h2 {
    font-size: calc(31px - 4px);
}.pricing-frame .fee-struct h4 {
    font-size: 18px;
}.pricing-frame .fee-struct p {
    font-size: calc(18px - 1px);
}
}

@media (max-width: 576px) {.pricing-frame {
    padding: 50px 0;
}.pricing-frame h2 {
    font-size: calc(31px - 6px);
}.pricing-frame .learning-fees {
    margin-bottom: 30px;
    font-size: calc(18px - 1px);
}.pricing-frame .fee-struct {
    padding: 25px 18px;
}.pricing-frame .discount-price {
    font-size: 18px;
    padding: 6px 12px;
}}.about-this {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.about-this::before {
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(166,177,205,0.5) 70%);
    position: absolute;
    width: 100%;
    height: 100%;
}.about-this::after {
    height: 250px;
    content: "";
    bottom: -50px;
    animation: float 10s ease-in-out infinite;
    position: absolute;
    z-index: 1;
    transform: rotate(15deg);
    right: -50px;
    border: 3px solid rgb(124,131,179,0.5);
    width: 250px;
}.about-this h4 {
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
    text-transform: uppercase;
    animation: slideIn 0.8s forwards 0.2s ease-out;
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
    transform: translateX(20px);
    padding-left: 2rem;
    font-size: 31px;
    letter-spacing: 2px;
}.about-this h4::before {
    top: 50%;
    background: rgb(124,131,179);
    width: 1.5rem;
    transform: translateY(-50%);
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
}.about-this .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.about-this .text-drawer {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    background: rgba(255, 255, 255, 0.9);
    padding: 3rem;
    transform: translateY(20px);
    animation: fadeUp 1s forwards 0.4s ease-out;
}.about-this .text-drawer h6 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    color: rgb(166,177,205);
    font-size: 19px;
    padding-bottom: 0.8rem;
}.about-this .text-drawer h6::after {
    height: 2px;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(124,131,179), transparent);
}.about-this .text-drawer div {
    position: relative;
}.about-this .text-drawer span {
    column-gap: 2rem;
    z-index: 2;
    position: relative;
    font-size: 12px;
    color: #000000;
    display: block;
    column-count: 1;
    line-height: 1.8;
}.about-this .text-drawer::before {
    border: 1px dashed rgb(124,131,179,0.5);
    right: 2rem;
    position: absolute;
    content: "";
    width: 40%;
    z-index: 1;
    opacity: 0.5;
    transform: rotate(-5deg);
    height: 40%;
    top: 3rem;
}

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

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

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

@media (min-width: 768px) {.about-this {
    padding: 7rem 0;
}.about-this h4 {
    font-size: calc(31px * 1.2);
    padding-left: 3rem;
}.about-this h4::before {
    width: 2.5rem;
}.about-this .text-drawer {
    padding: 4rem;
    margin-left: 3rem;
}.about-this .text-drawer span {
    column-count: 2;
}.about-this .text-drawer::before {
    width: 30%;
    height: 50%;
}
}

@media (min-width: 992px) {.about-this {
    padding: 9rem 0;
}.about-this h4 {
    margin-left: 3rem;
}.about-this .text-drawer {
    padding: 5rem;
    margin-left: 6rem;
    width: 85%;
}.about-this .text-drawer h6 {
    font-size: calc(19px * 1.2);
}.about-this .text-drawer span {
    column-gap: 3rem;
    column-count: 2;
}.about-this::after {
    height: 350px;
    width: 350px;
}
}

@media (max-width: 767px) {.about-this {
    padding: 4rem 0;
}.about-this h4 {
    padding-left: 1.5rem;
    text-align: left;
}.about-this .text-drawer {
    padding: 2rem;
}.about-this .text-drawer::before {
    display: none;
}}.tyBlock {
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(209,213,230), rgb(124,131,179,0.5));
    padding: 5rem 0;
    position: relative;
}.tyBlock::before {
    content: "";
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(80deg, transparent 30%, rgba(255, 255, 255, 0.03) 40%, transparent 60%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    height: 100%;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    top: 0;
    z-index: 1;
    left: 0;
}.tyBlock .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
}.tyBlock .knowledge-growth {
    transform-style: preserve-3d;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.2) inset;
    backdrop-filter: blur(8px);
    display: grid;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.98));
    padding: 3rem;
    position: relative;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 2.5rem;
}.tyBlock .knowledge-growth:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.3) inset;
    transform: translateZ(10px) scale(1.01);
}.tyBlock .knowledge-growth::before {
    opacity: 0;
    left: 0;
    transition: opacity 0.5s ease;
    transform: translateZ(-10px);
    z-index: -1;
    content: "";
    background: linear-gradient(45deg, transparent 0%, rgb(166,177,205,0.5) 100%);
    pointer-events: none;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
}.tyBlock .knowledge-growth:hover::before {
    opacity: 0.05;
}.tyBlock .knowledge-growth > div:first-child {
    position: relative;
    transform: translateZ(20px);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.tyBlock .knowledge-growth > div:first-child::after {
    background: rgb(166,177,205);
    transform: scaleX(0);
    transform-origin: left;
    height: 3px;
    width: 60px;
    bottom: -10px;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
}.tyBlock .knowledge-growth:hover > div:first-child::after {
    transform: scaleX(1);
}.tyBlock h5 {
    margin: 0;
    line-height: 1.4;
    letter-spacing: 0.02em;
    position: relative;
    transform: translateZ(5px);
    font-size: 19px;
    color: #000000;
    font-weight: 700;
}.tyBlock h5::first-letter {
    color: rgb(166,177,205);
    font-size: 1.2em;
}.tyBlock .knowledge-growth > div:last-child {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    transform: translateZ(15px);
}.tyBlock a {
    display: block;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    padding: 0.5rem 0;
    text-decoration: none;
    color: inherit;
}.tyBlock a::before {
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    transition: left 0.8s ease-in-out;
    height: 100%;
    width: 100%;
    left: -100%;
}.tyBlock .knowledge-growth:hover a::before {
    left: 100%;
}.tyBlock p {
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
    color: #000000;
    font-size: 17px;
    opacity: 0.9;
    transition: opacity 0.4s ease;
}.tyBlock a:hover p {
    opacity: 1;
    color: rgb(166,177,205);
}

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

@media (min-width: 768px) {.tyBlock {
    padding: 7rem 0;
}.tyBlock .knowledge-growth {
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.tyBlock h5 {
    font-size: calc(19px * 1.1);
}.tyBlock p {
    font-size: calc(17px * 1.05);
}.tyBlock .knowledge-growth::after {
    height: 30px;
    transform: translateZ(10px) scale(0.9);
    right: -15px;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    position: absolute;
    top: -15px;
    border-top: 3px solid rgb(166,177,205);
    width: 30px;
    border-right: 3px solid rgb(166,177,205);
    content: "";
}.tyBlock .knowledge-growth:hover::after {
    opacity: 1;
    transform: translateZ(10px) scale(1);
}.tyBlock .knowledge-growth::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}.tyBlock .knowledge-growth:hover::before {
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}
}

@media (min-width: 992px) {.tyBlock {
    padding: 8rem 0;
}.tyBlock .knowledge-growth {
    gap: 4rem;
    padding: 5rem;
}.tyBlock .knowledge-growth > div:first-child {
    transform: translateZ(30px) translateX(-10px);
}.tyBlock .knowledge-growth:hover > div:first-child {
    transform: translateZ(40px) translateX(0);
}.tyBlock .knowledge-growth > div:last-child {
    transform: translateZ(20px) translateX(10px);
}.tyBlock .knowledge-growth:hover > div:last-child {
    transform: translateZ(30px) translateX(0);
}.tyBlock a {
    padding: 1rem 0;
}.tyBlock p {
    line-height: 1.8;
}.tyBlock .container::before {
    content: "";
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(166,177,205,0.5), transparent);
    opacity: 0.5;
    left: 10%;
    bottom: -20px;
    position: absolute;
}
}

@media (max-width: 767px) {.tyBlock {
    padding: 3rem 1rem;
}.tyBlock .knowledge-growth {
    padding: 2rem 1.5rem;
}.tyBlock h5 {
    font-size: calc(19px * 0.9);
}.tyBlock p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}.contact-section {
    position: relative;
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
}.contact-section::before {
    top: 0;
    z-index: -1;
    content: '';
    position: absolute;
    background-color: rgb(166,177,205,0.5);
    left: 0;
    height: 100%;
    width: 100%;
}.contact-section .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1280px;
}.contact-section .message-inquiry {
    display: flex;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    flex-direction: column;
    border-radius: 13px;
}.contact-section .reach-panel {
    background-color: #ffffff;
    position: relative;
    border-radius: 13px 13px 0 0;
    order: 1;
    padding: 50px 30px;
    width: 100%;
    z-index: 2;
}.contact-section .reach-panel h3 {
    margin-bottom: 30px;
    position: relative;
    font-size: 18px;
    color: #000000;
    display: inline-block;
    font-weight: 700;
}.contact-section .reach-panel h3::after {
    background-color: rgb(124,131,179);
    content: '';
    left: 0;
    width: 50%;
    position: absolute;
    height: 3px;
    bottom: -8px;
}.contact-section .reach-panel form {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}.contact-section .reach-panel input[type="text"],
.contact-section .reach-panel input[type="email"] {
    border: none;
    font-size: 14px;
    height: 60px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #000000;
    background-color: rgb(209,213,230);
    flex: 1 0 100%;
    border-radius: 10px;
    padding: 0 20px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}.contact-section .reach-panel input[type="text"]:focus,
.contact-section .reach-panel input[type="email"]:focus {
    outline: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(124,131,179,0.5);
    transform: translateY(-2px);
}.contact-section .reach-panel input::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact-section .reach-panel .query-map {
    align-items: flex-start;
    flex: 1 0 100%;
    display: flex;
    margin-top: 10px;
}.contact-section .reach-panel .query-map input[type="checkbox"] {
    transition: background-color 0.3s ease;
    cursor: pointer;
    margin-top: 2px;
    margin-right: 10px;
    width: 24px;
    background-color: rgb(209,213,230);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    appearance: none;
    border-radius: 10px;
    -webkit-appearance: none;
    flex-shrink: 0;
    height: 24px;
    position: relative;
}.contact-section .reach-panel .query-map input[type="checkbox"]:checked {
    background-color: rgb(124,131,179);
}.contact-section .reach-panel .query-map input[type="checkbox"]:checked::before {
    border: solid #ffffff;
    content: '';
    top: 6px;
    height: 10px;
    width: 6px;
    border-width: 0 2px 2px 0;
    left: 9px;
    position: absolute;
    transform: rotate(45deg);
}.contact-section .reach-panel .query-map label {
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
}.contact-section .reach-panel .query-map label a {
    color: rgb(166,177,205);
    position: relative;
    text-decoration: none;
    font-weight: 600;
}.contact-section .reach-panel .query-map label a::after {
    bottom: -2px;
    transform-origin: right;
    content: '';
    left: 0;
    background-color: rgb(166,177,205);
    width: 100%;
    height: 1px;
    position: absolute;
    transition: transform 0.3s ease;
    transform: scaleX(0);
}.contact-section .reach-panel .query-map label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.contact-section .reach-panel .message-links {
    cursor: pointer;
    border: none;
    z-index: 1;
    background-color: rgb(124,131,179);
    margin-top: 15px;
    border-radius: 10px;
    font-size: 18px;
    height: 60px;
    transition: all 0.3s ease;
    flex: 1 0 100%;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    overflow: hidden;
    text-transform: uppercase;
    position: relative;
    box-shadow: 0 4px 10px rgb(124,131,179,0.5);
}.contact-section .reach-panel .message-links::before {
    position: absolute;
    left: 0;
    content: '';
    transform-origin: right;
    background: rgb(166,177,205);
    z-index: -1;
    transform: scaleX(0);
    border-radius: 10px;
    width: 100%;
    top: 0;
    height: 100%;
    transition: transform 0.5s ease;
}.contact-section .reach-panel .message-links:hover {
    box-shadow: 0 6px 15px rgb(166,177,205,0.5);
}.contact-section .reach-panel .message-links:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact-section .inquiry-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
    background-color: rgb(166,177,205);
    order: 2;
    width: 100%;
    color: #ffffff;
    border-radius: 0 0 13px 13px;
    padding: 50px 30px;
}.contact-section .inquiry-grid::before {
    transform: translateY(-15px);
    width: 100%;
    top: 0;
    content: '';
    position: absolute;
    height: 30px;
    background: rgb(166,177,205);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    left: 0;
}.contact-section .inquiry-grid h3 {
    font-weight: 700;
    position: relative;
    color: #ffffff;
    text-align: center;
    width: 100%;
    font-size: 30px;
    margin-bottom: 40px;
}.contact-section .inquiry-grid h3::after {
    transform: translateX(-50%);
    content: '';
    height: 3px;
    width: 60px;
    left: 50%;
    background-color: rgb(124,131,179);
    position: absolute;
    bottom: -15px;
}.contact-section .inquiry-grid div {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0;
    max-width: 400px;
    position: relative;
    margin-bottom: 30px;
}.contact-section .inquiry-grid div::before {
    bottom: -10px;
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    opacity: 0.2;
    left: 0;
}.contact-section .inquiry-grid div:last-child::before {
    display: none;
}.contact-section .inquiry-grid div svg {
    background-color: rgb(124,131,179);
    margin-right: 20px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgb(124,131,179,0.5);
    padding: 6px;
}.contact-section .inquiry-grid div svg path {
    fill: #ffffff;
}.contact-section .inquiry-grid div span {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
}.contact-section .inquiry-grid div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    position: relative;
    color: #ffffff;
}.contact-section .inquiry-grid div span a::after {
    content: '';
    left: 0;
    bottom: -2px;
    transform: scaleX(0);
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease;
    transform-origin: right;
}.contact-section .inquiry-grid div span a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media screen and (min-width: 992px) {.contact-section .message-inquiry {
    align-items: stretch;
    flex-direction: row;
}.contact-section .reach-panel {
    order: 1;
    border-radius: 13px 0 0 13px;
    width: 60%;
    padding: 60px;
}.contact-section .inquiry-grid {
    order: 2;
    width: 40%;
    border-radius: 0 13px 13px 0;
    padding: 60px 40px;
    justify-content: center;
}.contact-section .inquiry-grid::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    width: 30px;
    left: 0;
    height: 100%;
    transform: translateX(-15px);
    top: 0;
}.contact-section .reach-panel input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.contact-section {
    padding: 80px 0;
}.contact-section .inquiry-grid div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.contact-section {
    padding: 60px 0;
}.contact-section .reach-panel,
    .contact-section .inquiry-grid {
    padding: 40px 25px;
}.contact-section .reach-panel h3,
    .contact-section .inquiry-grid h3 {
    font-size: calc(18px + 2px);
}.contact-section .reach-panel input[type="text"],
    .contact-section .reach-panel input[type="email"],
    .contact-section .reach-panel .message-links {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.contact-section {
    padding: 40px 0;
}.contact-section .reach-panel,
    .contact-section .inquiry-grid {
    padding: 30px 20px;
}.contact-section .inquiry-grid div svg {
    margin-right: 15px;
    height: 28px;
    width: 28px;
}}header {
    background: linear-gradient(135deg, rgb(209,213,230), #ffffff);
    overflow: visible;
    width: 100%;
    z-index: 99;
    position: relative;
}header::before {
    left: 0;
    position: absolute;
    background-size: 20px 20px;
    bottom: 0;
    height: 15px;
    content: "";
    width: 100%;
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(166,177,205,0.5) 6px,
            rgb(166,177,205,0.5) 10px,
            transparent 10px
        ) repeat-x;
    opacity: 0.3;
}header .top-tutor {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
}header .top-tutor::before,
header .top-tutor::after {
    height: 2px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(166,177,205), transparent);
    width: 30%;
}header .top-tutor::before {
    top: 10px;
    left: 0;
}header .top-tutor::after {
    background: linear-gradient(to left, rgb(124,131,179), transparent);
    right: 0;
    bottom: 10px;
}header .top-tutor .header-nav {
    z-index: 2;
    position: relative;
}header .top-tutor .header-nav::before {
    background: rgb(166,177,205,0.5);
    content: "";
    width: 140%;
    position: absolute;
    z-index: -1;
    transition: transform 0.5s ease-in-out;
    border-radius: 60% 40% 50% 30% / 40% 50% 60% 50%;
    height: 140%;
    left: -20%;
    top: -20%;
    opacity: 0.05;
}header .top-tutor .header-nav:hover::before {
    transform: rotate(15deg) scale(1.1);
}header .top-tutor .header-nav .first-expert {
    display: block;
    transition: transform 0.3s ease;
}header .top-tutor .header-nav:hover .first-expert {
    transform: translateY(-3px);
}header .top-tutor .header-nav .first-expert svg {
    width: auto;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    height: 45px;
}header .top-tutor .head-sitebar {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}header .top-tutor .head-sitebar::before {
    opacity: 0.05;
    content: "";
    width: 100%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    transition: all 0.5s ease;
    top: 0;
    background: rgb(124,131,179,0.5);
}header .top-tutor .head-sitebar:hover::before {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.08;
}header .top-tutor .head-sitebar .nav-tutor {
    position: relative;
    margin: 0 8px;
}header .top-tutor .head-sitebar .nav-tutor a {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    display: block;
    transition: all 0.4s ease;
    color: #000000;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-size: 16px;
    padding: 10px 15px;
}header .top-tutor .head-sitebar .nav-tutor a:hover {
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
    color: #ffffff;
}header .top-tutor .head-sitebar .nav-tutor a::before {
    transform-origin: right top;
    top: 0;
    transition: transform 0.4s ease, border-radius 0.4s ease;
    position: absolute;
    content: "";
    width: 100%;
    background: rgb(166,177,205);
    z-index: -1;
    transform: scale(0);
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    height: 100%;
    left: 0;
}header .top-tutor .head-sitebar .nav-tutor a:hover::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(1);
}header .top-tutor .head-sitebar .nav-tutor:nth-child(2n) a::before {
    background: rgb(124,131,179);
    transform-origin: left bottom;
}header .top-tutor .head-sitebar .nav-tutor:nth-child(2n) a:hover::before {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}header .top-tutor .head-sitebar .nav-tutor:hover {
    animation: menu-wobble 1s ease;
}

@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@media (max-width: 992px) {header .top-tutor {
    padding: 20px 15px;
    flex-direction: column;
}header .top-tutor .header-nav {
    margin-bottom: 15px;
}header .top-tutor .head-sitebar {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .top-tutor .head-sitebar .nav-tutor {
    margin: 5px;
}header .top-tutor .head-sitebar .nav-tutor a {
    font-size: calc(16px - 1px);
    padding: 8px 12px;
}
}

@media (max-width: 767px) {header .top-tutor {
    padding: 15px 10px;
}header .top-tutor .header-nav .first-expert svg {
    height: 40px;
}header .top-tutor .head-sitebar .nav-tutor a {
    padding: 6px 10px;
    font-size: calc(16px - 2px);
}}.cookieAgreementModal {
    width: 100%;
    border-top: 3px solid rgb(166,177,205);
    bottom: 0;
    background: rgb(124,131,179);
    padding: 15px 20px;
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 90;
}.data-agree {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}.cookie-overlay {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie-overlay svg {
    width: 50px;
    fill: rgb(166,177,205);
    height: 50px;
}.online-tracking {
    justify-content: center;
    max-width: 600px;
    display: flex;
    flex-direction: column;
}.cookieAgreementModal h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 10px;
}.cookieAgreementModal p {
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
}.cookie-menu {
    cursor: pointer;
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid rgb(166,177,205);
    text-align: center;
    flex-shrink: 0;
    color: #ffffff;
    font-size: 15px;
    border-radius: 10px;
    background: rgb(166,177,205);
    margin-left: 10px;
    transition: none;
    min-width: 150px;
}.cookie-menu:hover {
    border-color: rgb(166,177,205,0.5);
    background: rgb(166,177,205,0.5);
}.cookieAgreementModal p a {
    color: rgb(166,177,205);
    border-bottom: 2px solid rgb(166,177,205);
    text-decoration: none;
}.cookieAgreementModal p a:hover {
    color: rgb(124,131,179);
    border-bottom-color: rgb(124,131,179);
}
@media only screen and (max-width: 1200px) {.cookieAgreementModal {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.cookie-overlay {
    display: none;
}.data-agree {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookieAgreementModal h5, .cookieAgreementModal p {
    text-align: center;
}.online-tracking {
    margin-bottom: 15px;
}.cookie-menu {
    margin-top: 10px;
    margin-left: 0;
}}
#cookieBannerAlert {
    display: none;
}#cookieBannerAlert:checked ~ .cookieAgreementModal {
    opacity: 0;
    visibility: hidden;
}.course-structure {
    overflow: hidden;
    background: linear-gradient(120deg, #000000 20%, rgb(124,131,179,0.5) 100%);
    position: relative;
    padding: 7rem 0;
}.course-structure::before {
    transform: rotate(-15deg);
    height: 140%;
    position: absolute;
    content: "";
    background: radial-gradient(ellipse at center, rgb(166,177,205,0.5) 0%, transparent 70%);
    animation: floatGradient 20s ease-in-out infinite alternate;
    z-index: 1;
    right: -10%;
    filter: blur(30px);
    width: 70%;
    top: -20%;
}.course-structure::after {
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    opacity: 0.8;
    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(124,131,179,0.5) 0%, transparent 40%);
    position: absolute;
    height: 100%;
    content: "";
}.course-structure .container {
    position: relative;
    z-index: 2;
}.course-structure .knowledge-growth {
    gap: 0;
    grid-template-areas: 
        "photo info"
        "photo info";
    min-height: 500px;
    position: relative;
    grid-template-columns: 45% 55%;
    display: grid;
}.course-structure .training-path {
    transform: translateX(-40px);
    overflow: hidden;
    padding: 3.5rem 3rem 3.5rem 5rem;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: info;
    position: relative;
    z-index: 3;
    border-radius: 0 22px 22px 0;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
}.course-structure .training-path::before {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(166,177,205,0.5) 49.5%, rgb(166,177,205,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(166,177,205,0.5) 49.5%, rgb(166,177,205,0.5) 50.5%, transparent 50.5%);
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    background-size: 30px 30px;
    top: 0;
    content: "";
    height: 100%;
    opacity: 0.1;
}.course-structure .training-path::after {
    content: "";
    top: -50%;
    transform-origin: center;
    left: -50%;
    background: radial-gradient(
        circle at center,
        rgb(166,177,205,0.5) 0%,
        transparent 60%
    );
    z-index: -1;
    width: 200%;
    height: 200%;
    opacity: 0.1;
    position: absolute;
    animation: rotateRadial 30s linear infinite;
}.course-structure .header-nav {
    width: 90px;
    margin-bottom: 2rem;
    height: 90px;
    transform: rotate(-5deg) skew(-5deg);
    position: relative;
}.course-structure .header-nav::before {
    z-index: -1;
    content: "";
    background: linear-gradient(
        135deg,
        rgb(166,177,205) 0%,
        rgb(124,131,179) 100%
    );
    filter: blur(5px);
    transform: rotate(5deg);
    inset: -5px;
    position: absolute;
    animation: pulseLogo 4s ease-in-out infinite alternate;
    border-radius: 12px;
}.course-structure .header-nav::after {
    content: "";
    position: absolute;
    border-radius: 8px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
}.course-structure .header-nav svg {
    left: 50%;
    height: 50px;
    animation: floatLogo 6s ease-in-out infinite;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 8px rgb(166,177,205,0.5));
    position: absolute;
    width: 50px;
    top: 50%;
}.course-structure .header-nav svg path {
    transition: fill 0.3s ease;
    fill: rgb(166,177,205);
}.course-structure h3 {
    line-height: 1.3;
    font-size: 29px;
    position: relative;
    margin-bottom: 1.8rem;
    color: #ffffff;
    transform: skew(-2deg);
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}.course-structure h3::before {
    background: linear-gradient(to right, rgb(166,177,205), transparent);
    width: 40px;
    position: absolute;
    height: 3px;
    left: 0;
    content: "";
    bottom: -10px;
}.course-structure h3::after {
    left: 0;
    content: "";
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, rgb(166,177,205), transparent);
    bottom: -15px;
    width: 80px;
}.course-structure p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    color: #ffffff;
    max-width: 600px;
    position: relative;
    line-height: 1.8;
    margin-bottom: 2rem;
}.course-structure .image-panel {
    height: 460px;
    z-index: 2;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    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);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    grid-area: photo;
    border-radius: 22px 0 0 22px;
}.course-structure .image-panel::before {
    mix-blend-mode: multiply;
    position: absolute;
    opacity: 0.6;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    height: 100%;
}.course-structure .image-panel::after {
    left: 0;
    opacity: 0.7;
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    content: "";
    height: 50%;
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
}.course-structure .knowledge-growth:hover .image-panel {
    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);
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
}.course-structure .knowledge-growth:hover .training-path {
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
    transform: translateX(-20px);
}.course-structure .header-nav:hover svg path {
    fill: rgb(124,131,179);
}

@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) {.course-structure .knowledge-growth {
    min-height: 450px;
    grid-template-columns: 42% 58%;
}.course-structure .training-path {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.course-structure h3 {
    font-size: calc(29px * 0.9);
}
}

@media screen and (max-width: 992px) {.course-structure {
    padding: 5rem 0;
}.course-structure .knowledge-growth {
    grid-template-columns: 1fr;
    min-height: auto;
    grid-template-areas:
            "image-panel"
            "feedback-inquiry";
}.course-structure .image-panel {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transform: perspective(1000px) rotateX(5deg);
    border-radius: 22px 22px 0 0;
    height: 350px;
}.course-structure .training-path {
    padding: 3rem 2.5rem;
    transform: translateY(-40px);
    border-radius: 0 0 22px 22px;
}.course-structure .knowledge-growth:hover .image-panel {
    transform: perspective(1000px) rotateX(8deg);
}.course-structure .knowledge-growth:hover .training-path {
    transform: translateY(-50px);
}
}

@media screen and (max-width: 768px) {.course-structure {
    padding: 4rem 0;
}.course-structure .image-panel {
    height: 300px;
}.course-structure .training-path {
    padding: 2.5rem 2rem;
}.course-structure .header-nav {
    height: 80px;
    margin-bottom: 1.5rem;
    width: 80px;
}.course-structure .header-nav svg {
    height: 45px;
    width: 45px;
}.course-structure h3 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.8);
}.course-structure p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media screen and (max-width: 576px) {.course-structure {
    padding: 3rem 0;
}.course-structure .image-panel {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    height: 250px;
}.course-structure .training-path {
    padding: 2rem 1.5rem;
    transform: translateY(-30px);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}.course-structure .header-nav {
    margin-bottom: 1.2rem;
    height: 70px;
    width: 70px;
}.course-structure .header-nav svg {
    height: 40px;
    width: 40px;
}.course-structure h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.2rem;
}.course-structure h3::before {
    bottom: -8px;
    width: 30px;
    height: 2px;
}.course-structure h3::after {
    width: 60px;
    height: 1px;
    bottom: -12px;
}.course-structure p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.course-structure .knowledge-growth:hover .training-path {
    transform: translateY(-35px);
}}.quantitative-data {
    padding: 8rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(209,213,230) 0%, #ffffff 100%);
    position: relative;
    z-index: 1;
}.quantitative-data::before {
    height: 100%;
    position: absolute;
    background: repeating-radial-gradient(
        circle at 50% 50%,
        rgb(166,177,205,0.5),
        rgb(166,177,205,0.5) 10px,
        transparent 10px,
        transparent 60px
    );
    left: 0;
    content: "";
    z-index: -1;
    width: 100%;
    opacity: 0.1;
    top: 0;
}.quantitative-data .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
}.quantitative-data h2 {
    position: relative;
    margin-bottom: 5rem;
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
    padding: 0 3rem 1rem;
    border-bottom: 3px solid rgb(166,177,205);
    color: #000000;
    font-size: 36px;
    display: inline-block;
    font-weight: 700;
}.quantitative-data ul {
    list-style: none;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    position: relative;
    gap: 3rem;
    grid-template-rows: repeat(2, 1fr);
    padding: 0;
    display: grid;
}.quantitative-data .class-benefits {
    display: flex;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.05);
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #ffffff;
    padding: 2.5rem;
    overflow: hidden;
}.quantitative-data .class-benefits:nth-child(1) {
    grid-row: 1 / 2;
    transform: rotate(-1deg);
    grid-column: 1 / 2;
}.quantitative-data .class-benefits:nth-child(2) {
    grid-column: 2 / 3;
    transform: rotate(1deg);
    grid-row: 1 / 2;
}.quantitative-data .class-benefits:nth-child(3) {
    grid-column: 1 / 2;
    transform: rotate(1deg);
    grid-row: 2 / 3;
}.quantitative-data .class-benefits:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    transform: rotate(-1deg);
}.quantitative-data .class-benefits::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgb(166,177,205,0.5) 100%);
    opacity: 0.1;
}.quantitative-data .class-benefits p {
    transform: translateY(-50%);
    z-index: 2;
    line-height: 1;
    left: 2rem;
    font-size: calc(47px * 1.5);
    position: absolute;
    margin: 0;
    font-weight: 700;
    color: rgb(166,177,205);
    top: 50%;
}.quantitative-data .class-benefits span {
    z-index: 2;
    font-size: 15px;
    transform: translateY(-50%);
    font-weight: 400;
    position: absolute;
    max-width: 60%;
    top: 50%;
    color: #000000;
    text-align: right;
    right: 2rem;
}.quantitative-data svg {
    opacity: 0.2;
    height: 40px;
    width: 40px;
    right: 1rem;
    fill: rgb(166,177,205);
    bottom: 1rem;
    transition: all 0.3s ease;
    z-index: 1;
    position: absolute;
}.quantitative-data svg path {
    fill: inherit;
}.quantitative-data .class-benefits:hover {
    transform: scale(1.05) rotate(0);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    z-index: 3;
}.quantitative-data .class-benefits:hover p {
    color: rgb(124,131,179);
}.quantitative-data .class-benefits:hover svg {
    opacity: 0.5;
    transform: rotate(15deg);
}.quantitative-data .container::before {
    background: rgb(166,177,205,0.5);
    filter: blur(80px);
    position: absolute;
    width: 200px;
    opacity: 0.1;
    height: 200px;
    animation: float 10s ease-in-out infinite;
    border-radius: 50%;
    right: -100px;
    content: "";
    top: -100px;
}.quantitative-data .container::after {
    position: absolute;
    bottom: -80px;
    background: rgb(124,131,179,0.5);
    border-radius: 50%;
    height: 160px;
    animation: float 15s ease-in-out infinite reverse;
    width: 160px;
    filter: blur(60px);
    content: "";
    left: -80px;
    opacity: 0.1;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (max-width: 1024px) {.quantitative-data {
    padding: 6rem 0;
}.quantitative-data h2 {
    margin-bottom: 4rem;
}.quantitative-data ul {
    gap: 2rem;
}.quantitative-data .class-benefits {
    padding: 2rem;
}.quantitative-data .class-benefits p {
    font-size: calc(47px * 1.3);
}
}

@media screen and (max-width: 768px) {.quantitative-data {
    padding: 5rem 0;
}.quantitative-data h2 {
    margin-bottom: 3rem;
    padding: 0 2rem 0.8rem;
    font-size: calc(36px * 0.9);
}.quantitative-data ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
}.quantitative-data .class-benefits {
    height: 100px;
    grid-column: 1 / 2;
    padding: 1.8rem;
}.quantitative-data .class-benefits:nth-child(1) {
    grid-row: 1 / 2;
}.quantitative-data .class-benefits:nth-child(2) {
    grid-row: 2 / 3;
}.quantitative-data .class-benefits:nth-child(3) {
    grid-row: 3 / 4;
}.quantitative-data .class-benefits:nth-child(4) {
    grid-row: 4 / 5;
}.quantitative-data .class-benefits p {
    font-size: calc(47px * 1.2);
}.quantitative-data .class-benefits span {
    font-size: calc(15px * 0.9);
}
}

@media screen and (max-width: 480px) {.quantitative-data {
    padding: 4rem 0;
}.quantitative-data h2 {
    margin-bottom: 2.5rem;
    font-size: calc(36px * 0.8);
    padding: 0 1.5rem 0.6rem;
}.quantitative-data .class-benefits {
    flex-direction: column;
    transform: none !important;
    padding: 1.5rem;
    height: auto;
}.quantitative-data .class-benefits p {
    position: relative;
    left: auto;
    margin-bottom: 0.5rem;
    transform: none;
    top: auto;
    font-size: calc(47px * 1.1);
}.quantitative-data .class-benefits span {
    text-align: center;
    max-width: 100%;
    right: auto;
    transform: none;
    top: auto;
    position: relative;
}.quantitative-data svg {
    right: 1rem;
    position: absolute;
    top: 1rem;
    bottom: auto;
}}

.quantitative-data::after {
    opacity: 0.05;
    z-index: -1;
    bottom: 0;
    background: linear-gradient(to top, rgb(166,177,205,0.5) 0%, transparent 100%);
    height: 25%;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
}.quantitative-data .class-benefits:nth-child(odd)::after {
    border: 2px solid rgb(166,177,205,0.5);
    top: 1rem;
    position: absolute;
    content: "";
    width: 50px;
    z-index: 1;
    height: 50px;
    border-radius: 50%;
    opacity: 0.2;
    right: 1rem;
}.quantitative-data .class-benefits:nth-child(even)::after {
    border: 2px solid rgb(124,131,179,0.5);
    transform: rotate(45deg);
    content: "";
    border-radius: 5px;
    left: 1rem;
    height: 30px;
    position: absolute;
    bottom: 1rem;
    z-index: 1;
    width: 30px;
    opacity: 0.2;
}.quantitative-data .class-benefits:hover::after {
    animation: pulse 2s infinite;
}@keyframes pulse {
    0% {
        transform: rotate(45deg) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 0.3;
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.2;
    }
}

.quantitative-data .class-benefits:nth-child(1) p {
    color: rgb(166,177,205);
}.quantitative-data .class-benefits:nth-child(2) p {
    color: rgb(124,131,179);
}.quantitative-data .class-benefits:nth-child(3) p {
    color: rgb(124,131,179);
}.quantitative-data .class-benefits:nth-child(4) p {
    color: rgb(166,177,205);
}.quantitative-data .class-benefits:nth-child(even)::before {
    background: linear-gradient(135deg, transparent 0%, rgb(124,131,179,0.5) 100%);
}.secure-protection {
    padding: 40px 20px;
    background-color: rgb(209,213,230);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
}.secure-protection h1 {
    font-size: 42px;
    color: rgb(166,177,205);
    font-weight: 700;
    margin-bottom: 20px;
}.secure-protection h2 {
    font-size: 28px;
    margin-top: 30px;
    font-weight: 600;
    color: rgb(124,131,179);
    margin-bottom: 15px;
}.secure-protection h3, .secure-protection h4, .secure-protection h5, .secure-protection h6 {
    color: rgb(166,177,205);
    font-weight: 400;
    margin: 1rem 0;
}.secure-protection ul {
    list-style-type: disc;
    margin-left: 20px;
}.secure-protection ol {
    list-style-type: decimal;
    margin-left: 20px;
}.secure-protection li {
    font-size: 17px;
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.6;
}.secure-protection section {
    margin-top: 20px;
    margin-bottom: 20px;
}.secure-protection p {
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 17px;
    color: #000000;
}.secure-protection span {
    font-weight: 600;
    color: rgb(124,131,179);
}.secure-protection div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.secure-protection {
    padding: 20px 10px;
}.secure-protection h1 {
    font-size: calc(18px - 5px);
}.secure-protection h2 {
    font-size: calc(18px - 5px);
}.secure-protection p, .secure-protection li {
    font-size: calc(17px - 2px);
}}
.teaching-experience {
    background: linear-gradient(135deg, rgb(209,213,230) 0%, rgb(166,177,205,0.5) 100%);
    padding: 7rem 2rem 5rem;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
}.teaching-experience::before {
    z-index: 1;
    top: -20%;
    position: absolute;
    right: -10%;
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    background: repeating-linear-gradient(
        45deg,
        rgb(124,131,179,0.5),
        rgb(124,131,179,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
    height: 70%;
    width: 60%;
    content: "";
    opacity: 0.2;
}.teaching-experience::after {
    content: "";
    z-index: 1;
    opacity: 0.3;
    width: 40%;
    bottom: -15%;
    border: 5px solid rgb(166,177,205,0.5);
    height: 50%;
    position: absolute;
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
    left: -5%;
}.teaching-experience .feedback-track {
    z-index: 2;
    transform-style: preserve-3d;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    display: flex;
}.teaching-experience .image-panel {
    width: 300px;
    z-index: 3;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    position: absolute;
    border-radius: 10px;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    left: 15%;
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    height: 380px;
}.teaching-experience .image-panel:hover {
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
    filter: brightness(1.1);
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
}.teaching-experience .career-achievements {
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    width: 550px;
    margin-left: auto;
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    background: #ffffff;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 18px;
    z-index: 2;
    position: relative;
}.teaching-experience .career-achievements::before {
    width: 100%;
    top: 15px;
    left: 15px;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease;
    background: rgb(166,177,205,0.5);
    opacity: 0.3;
    position: absolute;
    content: "";
    border-radius: 18px;
}.teaching-experience .career-achievements:hover {
    box-shadow: 25px 25px 40px -5px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(40px) 
        rotateY(-5deg) 
        rotateX(0deg);
}.teaching-experience .career-achievements:hover::before {
    left: 8px;
    opacity: 0.5;
    top: 8px;
}.teaching-experience .name {
    z-index: 2;
    margin-bottom: 0.7rem;
    font-size: 32px;
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    animation: slide-up 0.7s forwards 0.2s;
    color: rgb(166,177,205);
    font-weight: 700;
}.teaching-experience .career-achievements > div:nth-child(2) {
    font-weight: 600;
    color: rgb(124,131,179);
    position: relative;
    margin-bottom: 2rem;
    opacity: 0;
    font-size: 19px;
    animation: slide-up 0.7s forwards 0.4s;
    z-index: 2;
    transform: translateY(30px);
}.teaching-experience .job-container {
    transform: translateY(30px);
    animation: slide-up 0.7s forwards 0.6s;
    z-index: 2;
    position: relative;
    font-style: italic;
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
    opacity: 0;
    font-size: 16px;
}@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.teaching-experience .job-container::after {
    content: "";
    color: rgb(124,131,179,0.5);
    font-size: 6rem;
    bottom: -50px;
    font-family: serif;
    opacity: 0.4;
    z-index: -1;
    right: 0;
    position: absolute;
}@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.teaching-experience .feedback-track:hover .image-panel {
    animation: floating 6s ease-in-out infinite;
}

@media (max-width: 1100px) {.teaching-experience .feedback-track {
    align-items: center;
    flex-direction: column;
}.teaching-experience .image-panel {
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    width: 250px;
    margin-bottom: 4rem;
    position: relative;
    height: 320px;
    left: auto;
}.teaching-experience .career-achievements {
    width: 100%;
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
    margin-left: 0;
    padding: 2rem;
}}.study-method {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(209,213,230) 0%, #ffffff 100%);
    padding: 6rem 0;
    position: relative;
}.study-method::before {
    height: 100%;
    z-index: 0;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    background-image: radial-gradient(circle at 10% 20%, rgb(124,131,179,0.5) 0%, transparent 60%);
    pointer-events: none;
}.study-method::after {
    height: 250px;
    z-index: 0;
    animation: float 12s infinite ease-in-out;
    position: absolute;
    right: -50px;
    top: -50px;
    transform: rotate(-15deg);
    opacity: 0.08;
    content: "";
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    background: rgb(166,177,205,0.5);
    width: 250px;
}.study-method .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.study-method .knowledge-growth {
    align-items: center;
    position: relative;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
    justify-content: center;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.9);
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.study-method .knowledge-growth:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.07), 0 10px 20px rgba(0, 0, 0, 0.05);
}.study-method .knowledge-growth > div {
    max-width: 800px;
    position: relative;
}.study-method .knowledge-growth > div::before {
    left: -2rem;
    height: 100%;
    position: absolute;
    transform: scaleY(0);
    content: "";
    top: 0;
    animation: line-appear 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(166,177,205), rgb(124,131,179));
    width: 4px;
    transform-origin: top;
}.study-method h3 {
    color: #000000;
    font-size: calc(31px * 0.85);
    letter-spacing: -0.02em;
    transform: translateX(-20px);
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    opacity: 0;
    animation: slide-in 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    position: relative;
}.study-method h3::after {
    position: absolute;
    width: 80px;
    left: 0;
    height: 3px;
    transform: scaleX(0);
    background: rgb(124,131,179);
    bottom: -0.5rem;
    transform-origin: left;
    animation: line-grow 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
}.study-method p {
    font-size: 15px;
    animation: fade-up 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    position: relative;
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 0;
    transform: translateY(20px);
}.study-method p span {
    display: inline-block;
    position: relative;
    padding-right: 0.5rem;
}.study-method p span::before {
    height: 1px;
    transform: scaleX(0);
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(124,131,179,0.5), transparent);
    opacity: 0.3;
    animation: line-grow-subtle 1.2s 1s forwards cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -5px;
    width: 100%;
    transform-origin: left;
}@keyframes line-appear {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

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

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

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

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-15deg) translateY(-20px);
    }
}


.study-method .knowledge-growth:hover::after {
    background: radial-gradient(circle, rgb(124,131,179,0.5) 0%, transparent 70%);
    animation: followMouse 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    position: absolute;
    transform: translate(-50%, -50%);
    height: 200px;
    opacity: 0.1;
    pointer-events: none;
    border-radius: 50%;
    z-index: -1;
    content: "";
    width: 200px;
}

@keyframes followMouse {
    0% {
        opacity: 0;
        transform: scale(0.5) translate(-50%, -50%);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) translate(-50%, -50%);
    }
}


@media (max-width: 1200px) {.study-method {
    padding: 5rem 0;
}.study-method .knowledge-growth {
    padding: 2.5rem;
    margin: 0 2rem;
}.study-method h3 {
    font-size: calc(31px * 0.8);
}
}

@media (max-width: 992px) {.study-method {
    padding: 4rem 0;
}.study-method .knowledge-growth {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.study-method h3 {
    font-size: calc(31px * 0.75);
}.study-method p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.study-method::after {
    right: -30px;
    top: -30px;
    width: 180px;
    height: 180px;
}
}

@media (max-width: 768px) {.study-method {
    padding: 3.5rem 0;
}.study-method .knowledge-growth {
    padding: 1.75rem;
    margin: 0 1.5rem;
    transform: none;
}.study-method .knowledge-growth:hover {
    transform: translateY(-3px);
}.study-method h3 {
    margin-bottom: 1.25rem;
    font-size: calc(31px * 0.7);
}.study-method .knowledge-growth > div::before {
    width: 3px;
    left: -1.5rem;
}.study-method h3::after {
    width: 60px;
    height: 2px;
}.study-method::after {
    width: 150px;
    height: 150px;
    right: -20px;
    top: -20px;
}
}

@media (max-width: 576px) {.study-method {
    padding: 3rem 0;
}.study-method .knowledge-growth {
    margin: 0 1rem;
    padding: 1.5rem;
}.study-method h3 {
    font-size: calc(31px * 0.65);
    margin-bottom: 1rem;
}.study-method p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.study-method .knowledge-growth > div::before {
    width: 2px;
    left: -1.25rem;
}.study-method::after {
    opacity: 0.06;
    width: 120px;
    height: 120px;
}
}

@media (max-width: 480px) {.study-method {
    padding: 2.5rem 0;
}.study-method .knowledge-growth {
    padding: 1.25rem;
    margin: 0 0.75rem;
}.study-method h3 {
    font-size: calc(31px * 0.6);
}.study-method p {
    line-height: 1.5;
    font-size: calc(15px * 0.85);
}.study-method .knowledge-growth > div::before {
    left: -1rem;
}.study-method h3::after {
    width: 50px;
}.study-method::after {
    width: 100px;
    height: 100px;
}}.faq-block {
    color: #000000;
    padding: 5rem 0 2rem;
    background-color: rgb(209,213,230);
    font-family: Arial, sans-serif;
    position: relative;
}.faq-block::before {
    height: 100%;
    left: 0;
    background: 
        linear-gradient(135deg, rgb(166,177,205,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(124,131,179,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.07;
    content: '';
    width: 100%;
}.faq-block::after {
    top: 0;
    left: 0;
    height: 7px;
    z-index: 1;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(209,213,230) 0%,
        rgb(166,177,205) 35%, 
        rgb(124,131,179) 65%,
        rgb(209,213,230) 100%);
    content: '';
}.faq-block .container {
    z-index: 2;
    position: relative;
}.faq-block .contest-info {
    flex-direction: column;
    display: flex;
}.faq-block .support-request {
    flex-wrap: wrap;
    gap: 0;
    padding-bottom: 2rem;
    display: flex;
    margin-bottom: 4rem;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    justify-content: center;
}.faq-block .support-request::after {
    left: 0;
    position: absolute;
    height: 1px;
    content: '';
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(124,131,179,0.5) 50%,
        transparent 100%);
    bottom: -1px;
}.faq-block .info_item {
    padding: 0.5rem 1rem;
    flex: 0 0 auto;
    width: 25%;
    transition: all 0.3s ease;
    position: relative;
}.faq-block .info_item::before {
    content: '';
    width: 1px;
    height: 60%;
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.06);
    left: 0;
    transform: translateY(-50%);
}.faq-block .info_item:first-child::before {
    display: none;
}.faq-block .info_item p,
.faq-block .info_item a {
    justify-content: center;
    display: flex;
    text-decoration: none;
    gap: 0.75rem;
    font-size: calc(14px - 1px);
    font-weight: 400;
    text-align: center;
    color: #000000;
    transition: all 0.3s ease;
    align-items: center;
}.faq-block .info_item:hover {
    transform: translateY(-5px);
}.faq-block .info_item:hover p,
.faq-block .info_item:hover a {
    color: rgb(166,177,205);
}.faq-block .info_item svg {
    height: 20px;
    fill: rgb(166,177,205);
    width: 20px;
    transition: transform 0.3s ease;
}.faq-block .info_item:hover svg {
    transform: rotate(10deg);
}.faq-block .text_main_holder {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    justify-content: space-between;
    gap: 3rem;
}.faq-block .header-nav {
    display: flex;
    max-width: 300px;
    width: 100%;
    margin-right: auto;
    flex-direction: column;
    gap: 1.5rem;
}.faq-block .header-nav svg {
    max-width: 160px;
    height: auto;
    transition: all 0.3s ease;
}.faq-block .header-nav:hover svg {
    transform: scale(1.05);
}.faq-block .story-spot {
    color: #000000;
    line-height: 1.6;
    font-size: 16px;
    position: relative;
    padding-left: 2rem;
}.faq-block .story-spot::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(166,177,205), rgb(124,131,179));
}.faq-block .head-sitebar {
    position: relative;
    display: flex;
    gap: 2rem;
    min-width: 240px;
    flex: 1;
    max-width: 400px;
    flex-direction: column;
}.faq-block .head-sitebar::before {
    left: 0;
    position: absolute;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.02);
    z-index: -1;
    top: 0;
    border-radius: 11px;
    width: 100%;
}.faq-block .head-sitebar h5 {
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    background: rgba(0, 0, 0, 0.03);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 1rem;
    color: #000000;
}.faq-block .nav-base {
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}.faq-block .nav-base:first-child {
    position: relative;
}.faq-block .nav-base a {
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    padding-left: 1.25rem;
    padding: 0.5rem 0;
}.faq-block .nav-base a::before {
    background-color: rgb(124,131,179,0.5);
    width: 6px;
    top: 50%;
    height: 6px;
    content: '';
    transition: all 0.3s ease;
    left: 0;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
}.faq-block .nav-base a:hover {
    padding-left: 1.5rem;
    color: rgb(166,177,205);
}.faq-block .nav-base a:hover::before {
    width: 8px;
    height: 8px;
    background-color: rgb(166,177,205);
}.faq-block .subscribe_holder {
    gap: 1.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 11px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    width: 100%;
}.faq-block .subscribe_holder::before {
    height: 0;
    border-top-left-radius: 11px;
    left: 0;
    border-style: solid;
    width: 0;
    top: 0;
    position: absolute;
    content: '';
    border-width: 50px 50px 0 0;
    border-color: rgb(166,177,205,0.5) transparent transparent transparent;
}.faq-block .subscribe_holder h5 {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    margin-bottom: 0.5rem;
}.faq-block .subscribe_holder p {
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}.faq-block .input_holder {
    flex-direction: column;
    display: flex;
    gap: 1rem;
    position: relative;
    margin-top: 0.5rem;
}.faq-block .input_holder input[type="email"] {
    transition: all 0.3s ease;
    padding: 1.125rem 1.25rem;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    border-radius: 10px;
}.faq-block .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(166,177,205);
    box-shadow: 0 0 0 3px rgb(166,177,205,0.5);
}.faq-block .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.faq-block .mail-block {
    padding: 1.125rem 1.25rem;
    overflow: hidden;
    font-size: 14px;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, rgb(166,177,205) 0%, rgb(124,131,179) 100%);
    z-index: 1;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
}.faq-block .mail-block::before {
    z-index: -1;
    width: 100%;
    position: absolute;
    content: '';
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(124,131,179) 0%, rgb(166,177,205) 100%);
    top: 0;
    height: 100%;
    left: 0;
}.faq-block .mail-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.faq-block .mail-block:hover::before {
    opacity: 1;
}.faq-block .edu-global {
    padding-top: 2rem;
    text-align: center;
    position: relative;
    margin-top: 4rem;
}.faq-block .edu-global::before {
    height: 1px;
    left: 30%;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    content: '';
    width: 40%;
    position: absolute;
}.faq-block .footnote-ref {
    color: #000000;
    opacity: 0.8;
    font-size: 16px;
}

@media (max-width: 1200px) {.faq-block .text_main_holder {
    gap: 2.5rem;
}.faq-block .header-nav {
    max-width: 260px;
}.faq-block .head-sitebar {
    min-width: 220px;
}
}

@media (max-width: 991px) {.faq-block {
    padding: 4rem 0 2rem;
}.faq-block .info_item {
    padding: 1rem;
    width: 50%;
}.faq-block .info_item:nth-child(3)::before {
    display: none;
}.faq-block .text_main_holder {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}.faq-block .header-nav {
    align-items: center;
    max-width: 100%;
    text-align: center;
    width: 100%;
}.faq-block .story-spot {
    max-width: 500px;
    text-align: center;
    padding-left: 0;
}.faq-block .story-spot::before {
    display: none;
}.faq-block .head-sitebar {
    max-width: 600px;
    width: 100%;
}.faq-block .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.faq-block {
    padding: 3.5rem 0 1.5rem;
}.faq-block .support-request {
    margin-bottom: 3rem;
}.faq-block .info_item {
    width: 100%;
}.faq-block .info_item::before {
    display: none;
}.faq-block .nav-base {
    flex-direction: row;
    gap: 0.5rem 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}.faq-block .nav-base a {
    padding: 0.5rem 1rem;
    text-align: center;
}.faq-block .nav-base a::before {
    display: none;
}.faq-block .nav-base a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    padding-left: 1rem;
    border-radius: 10px;
}.faq-block .edu-global {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.faq-block {
    padding: 3rem 0 1.5rem;
}.faq-block .support-request {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.faq-block .text_main_holder {
    gap: 2.5rem;
}.faq-block .head-sitebar {
    padding: 1rem;
}.faq-block .head-sitebar h5 {
    text-align: center;
}.faq-block .subscribe_holder {
    padding: 1.5rem;
}.faq-block .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.faq-block .edu-global {
    margin-top: 2.5rem;
}}.user-feedback {
    overflow: hidden;
    position: relative;
    padding: 8rem 2rem;
    background: linear-gradient(90deg, rgb(209,213,230) 0%, rgb(166,177,205,0.5) 30%, rgb(209,213,230) 100%);
    perspective: 1000px;
}.user-feedback::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    box-shadow: 0 0 20px 5px rgb(166,177,205,0.5);
    content: "";
    width: 80%;
    left: 10%;
    background: linear-gradient(90deg, transparent, rgb(166,177,205), transparent);
    height: 1px;
}.user-feedback::after {
    height: 100%;
    content: "";
    z-index: 0;
    width: 100%;
    opacity: 0.4;
    background: radial-gradient(circle at 30% 50%, rgb(124,131,179,0.5) 0%, transparent 60%);
    left: 0;
    position: absolute;
    top: 0;
}.user-feedback .container {
    position: relative;
    z-index: 2;
}.user-feedback h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: calc(31px * 1.4);
    text-align: center;
    perspective: 1000px;
    margin-bottom: 4rem;
}.user-feedback h2::before {
    bottom: -20px;
    height: 20px;
    position: absolute;
    filter: blur(10px);
    left: 0;
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(166,177,205,0.5), transparent);
    content: "";
}.user-feedback .student-ratings {
    transform-style: preserve-3d;
    scrollbar-width: thin;
    overflow-x: auto;
    scrollbar-color: rgb(166,177,205) rgb(209,213,230);
    gap: 3rem;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    display: flex;
    padding: 3rem 0;
}.user-feedback .student-ratings::-webkit-scrollbar {
    height: 8px;
}.user-feedback .student-ratings::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(209,213,230);
}.user-feedback .student-ratings::-webkit-scrollbar-thumb {
    background-color: rgb(166,177,205);
    border-radius: 10px;
}.user-feedback .feedback-track {
    flex: 0 0 300px;
    border-radius: 22px;
    overflow: hidden;
    align-items: center;
    transform-origin: left center;
    position: relative;
    flex-direction: column;
    scroll-snap-align: center;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: flex;
    padding: 2rem;
    transform: rotateY(10deg) translateZ(0);
}.user-feedback .feedback-track:hover {
    z-index: 3;
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}.user-feedback .feedback-track::before {
    top: 0;
    transition: opacity 0.3s ease;
    opacity: 0.4;
    content: "";
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(166,177,205,0.5) 0%, transparent 70%);
    width: 100%;
}.user-feedback .feedback-track:hover::before {
    opacity: 0.7;
}.user-feedback .feedback-track img {
    width: 120px;
    border: 5px solid #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    height: 120px;
    transition: all 0.4s ease;
    object-fit: cover;
    margin-bottom: 1.5rem;
    transform: translateY(-30px);
}.user-feedback .feedback-track:hover img {
    transform: translateY(-40px) scale(1.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.user-feedback .feedback-track p {
    text-align: center;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    transform: translateY(-10px);
    margin: 0;
}.user-feedback .feedback-track .description {
    margin-top: 1rem;
    transition: all 0.3s ease;
    font-size: 15px;
    opacity: 0.9;
    color: #000000;
    position: relative;
    z-index: 1;
    font-weight: 400;
    text-align: center;
    transform: translateY(0);
    line-height: 1.6;
}.user-feedback .feedback-track:hover .description {
    opacity: 1;
    transform: translateY(-5px);
}.user-feedback .feedback-track:nth-child(odd) {
    transform: rotateY(15deg) translateZ(0);
}.user-feedback .feedback-track:nth-child(odd):hover {
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
}.user-feedback .feedback-track:nth-child(3n+1)::after {
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    right: -20px;
    border-radius: 50%;
    opacity: 0.5;
    width: 50px;
    bottom: -20px;
    filter: blur(15px);
    height: 50px;
    background: rgb(124,131,179,0.5);
}.user-feedback .feedback-track:nth-child(3n+1):hover::after {
    height: 70px;
    width: 70px;
    opacity: 0.7;
}.user-feedback .feedback-track:nth-child(3n+2)::after {
    width: 40px;
    opacity: 0.4;
    border-radius: 50%;
    height: 40px;
    transition: all 0.3s ease;
    background: rgb(166,177,205,0.5);
    content: "";
    filter: blur(10px);
    position: absolute;
    right: -15px;
    top: -15px;
}.user-feedback .feedback-track:nth-child(3n+2):hover::after {
    width: 60px;
    height: 60px;
    opacity: 0.6;
}

@media (max-width: 992px) {.user-feedback {
    padding: 6rem 1rem;
}.user-feedback h2 {
    margin-bottom: 3rem;
    font-size: calc(31px * 1.2);
}.user-feedback .student-ratings {
    gap: 2.5rem;
    padding: 2.5rem 0;
}.user-feedback .feedback-track {
    padding: 1.8rem;
    flex: 0 0 270px;
}.user-feedback .feedback-track img {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 768px) {.user-feedback {
    padding: 5rem 1rem;
}.user-feedback::before {
    display: none;
}.user-feedback h2 {
    font-size: 31px;
    margin-bottom: 2.5rem;
}.user-feedback .student-ratings {
    padding: 2rem 0;
    gap: 2rem;
}.user-feedback .feedback-track {
    padding: 1.5rem;
    flex: 0 0 240px;
    transform: rotateY(5deg) translateZ(0) !important;
}.user-feedback .feedback-track:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.03) !important;
}.user-feedback .feedback-track img {
    transform: translateY(-25px);
    height: 90px;
    width: 90px;
}.user-feedback .feedback-track:hover img {
    transform: translateY(-30px) scale(1.05);
}.user-feedback .feedback-track p {
    font-size: calc(15px * 1.1);
}.user-feedback .feedback-track .description {
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 480px) {.user-feedback {
    padding: 4rem 0.5rem;
}.user-feedback .student-ratings {
    padding: 1.5rem 0;
    gap: 1.5rem;
}.user-feedback .feedback-track {
    flex: 0 0 85%;
    transform: rotateY(0) translateZ(0) !important;
}.user-feedback .feedback-track:hover {
    transform: rotateY(0) translateZ(0) scale(1.02) !important;
}
}