﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container-wrap-4302 {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}svg {
    height: 30px;
    width: 30px;
}.nav-page-7690 {
    flex: 1 0 auto;
}.container {
    width: 1192px;
    margin: auto;
    max-width: 100%;
}.stats-tool-8950 {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.attempt-now-5896 {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(183,169,202) 0%, rgb(144,115,176) 100%);
    z-index: 1;
    position: relative;
}.attempt-now-5896::before {
    top: 0;
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, #ffffff 25%, #ffffff 26%, transparent 27%, transparent 74%, #ffffff 75%, #ffffff 76%, transparent 77%, transparent);
    height: 100%;
    z-index: -1;
    background-size: 50px 50px;
    content: '';
    left: 0;
    width: 100%;
    opacity: 0.05;
}.attempt-now-5896::after {
    animation: pulseGlow 10s ease-in-out infinite alternate;
    background: 
        radial-gradient(circle at 20% 30%, #ffffff 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, #ffffff 0%, transparent 50%);
    opacity: 0.1;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    filter: blur(60px);
}.attempt-now-5896 .guide-bios-8203 {
    max-width: 1000px;
    z-index: 2;
    border-radius: 26px;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    justify-content: center;
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    align-items: center;
    backdrop-filter: blur(10px);
    padding: 60px 40px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.attempt-now-5896 .guide-bios-8203::before {
    background: linear-gradient(90deg, 
        transparent 0%, 
        #ffffff 50%, 
        transparent 100%);
    animation: scanLine 4s ease-in-out infinite;
    left: -100%;
    width: 100%;
    top: 0;
    position: absolute;
    height: 2px;
    content: '';
    z-index: 1;
    box-shadow: 0 0 10px #ffffff;
}.attempt-now-5896 .guide-bios-8203::after {
    top: 0;
    opacity: 0.3;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
    position: absolute;
    content: '';
    left: 0;
}.attempt-now-5896 h3 {
    color: #ffffff;
    position: relative;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    font-family: Arial, sans-serif;
    font-size: 36px;
    margin-bottom: 50px;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}.attempt-now-5896 h3::before {
    position: absolute;
    content: attr(data-text);
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
    animation: glitchTop 3s infinite linear alternate;
    background: transparent;
    opacity: 0.8;
    text-shadow: 2px 0 rgb(144,115,176);
    color: #ffffff;
    left: 2px;
    top: 0;
}.attempt-now-5896 h3::after {
    text-shadow: -2px 0 rgb(183,169,202);
    opacity: 0.8;
    background: transparent;
    animation: glitchBottom 2.7s infinite linear alternate;
    color: #ffffff;
    content: attr(data-text);
    left: -2px;
    position: absolute;
    clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
    top: 0;
}.attempt-now-5896 .contact-ask-7906 {
    padding: 16px 45px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    transition: all 0.4s ease;
    letter-spacing: 2px;
    font-size: 14px;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    position: relative;
    display: inline-block;
    z-index: 1;
    color: rgb(183,169,202);
    text-decoration: none;
}.attempt-now-5896 .contact-ask-7906::before {
    left: 0;
    opacity: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(
        45deg,
        rgb(183,169,202) 0%,
        rgb(144,115,176) 100%
    );
    width: 100%;
    content: '';
}.attempt-now-5896 .contact-ask-7906::after {
    width: 8px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    content: '';
    left: -100px;
    transform: skewX(-20deg);
    z-index: 2;
    transition: all 0.7s ease;
    position: absolute;
    top: 0;
    height: 100%;
}.attempt-now-5896 .contact-ask-7906:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.3),
        0 0 20px rgba(255, 255, 255, 0.4);
    color: #ffffff;
}.attempt-now-5896 .contact-ask-7906:hover::before {
    opacity: 1;
}.attempt-now-5896 .contact-ask-7906:hover::after {
    transition-duration: 1s;
    left: 200%;
}

@media screen and (max-width: 992px) {.attempt-now-5896 {
    padding: 100px 0;
}.attempt-now-5896 .guide-bios-8203 {
    padding: 50px 30px;
    max-width: 90%;
}.attempt-now-5896 h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 45px;
}.attempt-now-5896 .contact-ask-7906 {
    padding: 14px 40px;
    font-size: calc(14px * 0.95);
}
}

@media screen and (max-width: 768px) {.attempt-now-5896 {
    padding: 80px 0;
}.attempt-now-5896 .guide-bios-8203 {
    padding: 40px 25px;
}.attempt-now-5896 h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.8);
    letter-spacing: 2px;
}.attempt-now-5896 .contact-ask-7906 {
    padding: 12px 35px;
    font-size: calc(14px * 0.9);
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.attempt-now-5896 {
    padding: 60px 0;
}.attempt-now-5896 .guide-bios-8203 {
    padding: 30px 20px;
}.attempt-now-5896 h3 {
    letter-spacing: 1.5px;
    font-size: calc(36px * 0.7);
    margin-bottom: 35px;
}.attempt-now-5896 .contact-ask-7906 {
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: calc(14px * 0.85);
}}

@keyframes pulseGlow {
    0% {
        opacity: 0.05;
        filter: blur(60px);
    }
    50% {
        opacity: 0.1;
        filter: blur(80px);
    }
    100% {
        opacity: 0.05;
        filter: blur(60px);
    }
}

@keyframes scanLine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}

@keyframes glitchTop {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 15%, 100% 15%, 100% 40%, 0 40%);
        transform: translate(-5px, 2px);
    }
    20% {
        clip-path: polygon(0 10%, 100% 10%, 100% 30%, 0 30%);
        transform: translate(5px, -2px);
    }
    30% {
        clip-path: polygon(0 5%, 100% 5%, 100% 25%, 0 25%);
        transform: translate(-3px, 1px);
    }
    40% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 0, 100% 0, 100% 45%, 0 45%);
        transform: translate(0);
    }
}

@keyframes glitchBottom {
    0% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    10% {
        clip-path: polygon(0 60%, 100% 60%, 100% 95%, 0 95%);
        transform: translate(5px, 2px);
    }
    20% {
        clip-path: polygon(0 65%, 100% 65%, 100% 90%, 0 90%);
        transform: translate(-5px, -2px);
    }
    30% {
        clip-path: polygon(0 70%, 100% 70%, 100% 85%, 0 85%);
        transform: translate(3px, 1px);
    }
    40% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
    100% {
        clip-path: polygon(0 55%, 100% 55%, 100% 100%, 0 100%);
        transform: translate(0);
    }
}.welcome-board-7340 {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}.welcome-board-7340::before {
    left: 0;
    content: "";
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
    rgb(183,169,202,0.5) 0%,
    rgb(144,115,176,0.5) 40%,
    rgba(0, 0, 0, 0.7) 100%);
}.welcome-board-7340 > div {
    max-width: 1200px;
    display: grid;
    gap: 2rem;
    padding: 2rem;
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
}.welcome-board-7340 .title_style_header {
    font-size: clamp(2rem, 5vw, 40px);
    margin: 0;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.05em;
    transform: translateZ(50px);
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3),
               0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 0;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.welcome-board-7340 .title_style_header::after {
    transform-origin: left center;
    width: 80px;
    content: "";
    animation: lineExpand 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.5s;
    background: rgb(144,115,176);
    left: 0;
    height: 4px;
    position: absolute;
    bottom: -15px;
    box-shadow: 0 0 15px rgb(144,115,176);
}.welcome-board-7340 .page-hero-8206 {
    transform: translateZ(30px);
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.3),
    -15px -15px 30px rgba(255, 255, 255, 0.05),
    inset 5px 5px 10px rgba(255, 255, 255, 0.05),
    inset -5px -5px 10px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(183,169,202);
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    padding: 2.5rem;
}.welcome-board-7340 .study-space-8796 {
    margin-bottom: 1.5rem;
}.welcome-board-7340 .study-space-8796 h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 23px);
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    margin: 0 0 1rem;
    line-height: 1.4;
}.welcome-board-7340 span {
    padding-left: 1.5rem;
    display: block;
    position: relative;
}.welcome-board-7340 span::before {
    height: 8px;
    box-shadow: 0 0 10px rgb(144,115,176);
    transform: rotate(45deg);
    top: 8px;
    position: absolute;
    width: 8px;
    left: 0;
    content: "";
    background: rgb(144,115,176);
}.welcome-board-7340 p {
    font-size: clamp(1rem, 2vw, 17px);
    opacity: 0;
    line-height: 1.6;
    animation: fadeSlideUp 0.8s ease-out forwards 1.2s;
    font-weight: 400;
    margin: 0;
    color: #ffffff;
    transform: translateY(20px);
}@keyframes lineExpand {
  0% { width: 0; }
  100% { width: 80px; }
}

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

.welcome-board-7340:hover .title_style_header {
    transform: translateZ(60px);
}.welcome-board-7340:hover .page-hero-8206 {
    transform: translateZ(40px);
}

@media (min-width: 768px) {.welcome-board-7340 > div {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.welcome-board-7340 .title_style_header {
    padding-top: 1rem;
    margin-bottom: 1rem;
}.welcome-board-7340 .page-hero-8206 {
    padding: 3rem;
    margin-left: -1rem;
    margin-right: 1rem;
}
}

@media (min-width: 992px) {.welcome-board-7340::after {
    height: 60%;
    content: "";
    top: -20%;
    pointer-events: none;
    z-index: 1;
    width: 60%;
    position: absolute;
    background: radial-gradient(circle, rgb(183,169,202,0.5) 0%, transparent 70%);
    opacity: 0.4;
    animation: floatGlow 15s ease-in-out infinite alternate;
    right: -20%;
}.welcome-board-7340 > div {
    gap: 4rem;
    padding: 3rem;
}.welcome-board-7340 .title_style_header {
    font-size: 40px;
    transform: perspective(1000px) rotateX(5deg) translateZ(50px);
}.welcome-board-7340 .page-hero-8206 {
    transform: perspective(1000px) rotateX(-2deg) translateZ(30px);
    transition: all 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.welcome-board-7340:hover .page-hero-8206 {
    transform: perspective(1000px) rotateX(0) translateZ(40px);
    box-shadow: 
      15px 15px 40px rgba(0, 0, 0, 0.4),
      -15px -15px 40px rgba(255, 255, 255, 0.07),
      inset 5px 5px 15px rgba(255, 255, 255, 0.05),
      inset -5px -5px 15px rgba(0, 0, 0, 0.15);
}
}

@keyframes floatGlow {
  0% { transform: translate(0, 0); opacity: 0.4; }
  50% { transform: translate(-5%, 5%); opacity: 0.6; }
  100% { transform: translate(-2%, -2%); opacity: 0.4; }
}

@media (max-width: 767px) {.welcome-board-7340 {
    min-height: 100vh;
    padding: 2rem 1rem;
}.welcome-board-7340 > div {
    transform: perspective(800px) rotateX(0);
    padding: 1.5rem;
}.welcome-board-7340 .title_style_header {
    margin-bottom: 2.5rem;
    font-size: 1.75rem;
}.welcome-board-7340 .page-hero-8206 {
    padding: 1.5rem;
    margin-top: 1rem;
    transform: translateZ(20px);
}.welcome-board-7340 .study-space-8796 h3 {
    font-size: 1.2rem;
}}header {
    position: relative;
    z-index: 100;
    padding: 0;
    overflow: visible;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    background: rgb(218,214,225);
}header::before {
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(183,169,202), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(183,169,202), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(183,169,202), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(183,169,202), 0.03) 25%) 0 0 / 20px 20px;
    content: '';
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}header::after {
    position: absolute;
    transition: transform 0.5s ease;
    bottom: 0;
    left: 0;
    transform-origin: center;
    content: '';
    height: 5px;
    width: 100%;
    transform: scaleX(0.7);
    background: linear-gradient(to right, 
        rgb(183,169,202), 
        rgb(144,115,176), 
        rgb(183,169,202)
    );
}header:hover::after {
    transform: scaleX(1);
}header .top-info-4165 {
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    padding: 1.3rem 2.5rem;
    display: flex;
}header .header-pro-3189 {
    margin-right: 2rem;
    position: relative;
    perspective: 800px;
    flex: 0 0 auto;
}header .nav-learning-8579 {
    display: block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    position: relative;
}header .nav-learning-8579:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .nav-learning-8579::before {
    position: absolute;
    height: 100%;
    top: 0;
    background: rgb(183,169,202);
    opacity: 0.1;
    filter: blur(10px);
    content: '';
    transform: translateZ(-10px);
    left: 0;
    width: 100%;
}header .nav-learning-8579 img {
    max-height: 40px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(20px);
}header .head-train-5631 {
    transform-style: preserve-3d;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    perspective: 1000px;
    position: relative;
}header .head-train-5631::before {
    width: 100%;
    content: '';
    transform-origin: top;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    transform: rotateX(90deg);
    top: 100%;
    height: 10px;
    left: 0;
    position: absolute;
}header .site-start-5023 {
    margin: 0 0.3rem;
    position: relative;
    transform-style: preserve-3d;
}header .site-start-5023 a {
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    display: flex;
    padding: 0.7rem 1.2rem;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    font-size: 13px;
    background: #ffffff;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
}header .site-start-5023 a::before {
    background: linear-gradient(135deg, 
        rgb(183,169,202,0.5) 0%, 
        rgb(144,115,176,0.5) 100%
    );
    transform: translateZ(-5px);
    border-radius: 10px;
    height: 100%;
    top: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    width: 100%;
    left: 0;
    content: '';
    opacity: 0;
}header .site-start-5023 a:hover {
    transform: translateZ(15px);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .site-start-5023 a:hover::before {
    opacity: 1;
}header .site-start-5023 a::after {
    bottom: -5px;
    height: 5px;
    position: absolute;
    content: '';
    right: 5px;
    left: 5px;
    opacity: 0;
    background: rgb(183,169,202);
    transform: translateZ(-10px);
    transition: all 0.4s ease;
}header .site-start-5023 a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}header .top-info-4165::before {
    top: 0;
    width: 30%;
    position: absolute;
    content: '';
    left: 35%;
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(183,169,202), 
        transparent
    );
}.nav-page-7690 {
    background: #ffffff;
    z-index: 1;
    position: relative;
    padding-top: 2rem;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .top-info-4165 {
    max-width: 1320px;
    margin: 0 auto;
}header .site-start-5023 {
    margin: 0 0.5rem;
}header .site-start-5023 a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .top-info-4165 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .header-pro-3189 {
    margin-bottom: 0;
    margin-right: 0;
}header .head-train-5631 {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .site-start-5023 a {
    font-size: calc(13px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top-info-4165 {
    padding: 0.8rem 1.5rem;
}header .header-pro-3189 {
    max-width: 140px;
}header .nav-learning-8579 img {
    max-height: 35px;
}header .head-train-5631 {
    margin-top: 0.8rem;
    scrollbar-width: thin;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}header .head-train-5631::-webkit-scrollbar {
    height: 3px;
}header .head-train-5631::-webkit-scrollbar-thumb {
    background: rgb(183,169,202,0.5);
    border-radius: 10px;
}header .site-start-5023 {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .site-start-5023 a {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: calc(13px - 2px);
}
}

@media (max-width: 479px) {header .top-info-4165 {
    padding: 0.7rem 1.2rem;
}header .header-pro-3189 {
    max-width: 120px;
}header .site-start-5023 a {
    padding: 0.4rem 0.6rem;
    font-size: calc(13px - 3px);
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .nav-learning-8579:hover {
    transform: translateY(-3px);
}header .site-start-5023 a:hover {
    transform: translateY(-3px);
}}.secure-chamber-4153 {
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(183,169,202,0.5) 30%, rgb(144,115,176,0.5) 100%);
    overflow: hidden;
    height: auto;
    padding: 40px;
}.secure-chamber-4153 h1 {
    margin-bottom: 30px;
    color: #000000;
    border-radius: 10px;
    background: rgb(183,169,202);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    margin-top: 40px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    font-size: 38px;
}.secure-chamber-4153 h2 {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 37px;
    color: rgb(144,115,176);
    border-bottom: 2px solid rgb(183,169,202);
    padding-bottom: 5px;
    font-weight: 600;
    text-align: left;
}.secure-chamber-4153 ul, .secure-chamber-4153 ol {
    list-style: none;
    padding: 15px 0;
    list-style-position: outside;
    color: #000000;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    font-size: 12px;
}.secure-chamber-4153 li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}.secure-chamber-4153 li::before {
    left: 0;
    line-height: 1em;
    position: absolute;
    font-size: 1.5em;
    color: rgb(183,169,202);
    top: 0;
    content: '•';
}.secure-chamber-4153 p, .secure-chamber-4153 span, .secure-chamber-4153 div {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}.secure-chamber-4153 p:hover, .secure-chamber-4153 span:hover, .secure-chamber-4153 div:hover {
    transform: translateY(-2px);
    color: rgb(183,169,202);
}

@media only screen and (max-width: 800px) {.secure-chamber-4153 {
    border-radius: 10px;
    padding: 20px 10px;
}.secure-chamber-4153 h1 {
    margin-top: 20px;
    font-size: calc(21px - 10px);
    margin-bottom: 20px;
}.secure-chamber-4153 h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: calc(21px - 8px);
}.secure-chamber-4153 ul, .secure-chamber-4153 ol {
    padding-left: 10px;
}.secure-chamber-4153 li {
    padding-left: 15px;
}}
.company-overview-1698 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 120px 0 100px;
}.company-overview-1698::before {
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(25, 25, 40, 0.85) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    z-index: -1;
    height: 100%;
}.company-overview-1698::after {
    content: "";
    height: 100%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    opacity: 0.1;
    z-index: -1;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(183,169,202,0.5));
    width: 50%;
    right: 0;
}.company-overview-1698 h4 {
    margin-bottom: 50px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: 30px;
    transform: translateY(5px);
    position: relative;
    letter-spacing: 2px;
}.company-overview-1698 h4::after {
    box-shadow: 0 2px 8px rgb(183,169,202,0.5);
    content: "";
    position: absolute;
    transform: translateX(-50%);
    bottom: -12px;
    left: 50%;
    background: rgb(183,169,202);
    width: 80px;
    border-radius: 2px;
    height: 3px;
}.company-overview-1698 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.company-overview-1698 .phrase-holder-4315 {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25), 
               -10px -10px 30px rgba(255, 255, 255, 0.05), 
               inset 3px 3px 10px rgba(255, 255, 255, 0.05), 
               inset -3px -3px 10px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 40px;
}.company-overview-1698 .phrase-holder-4315:hover {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.3), 
               -15px -15px 40px rgba(255, 255, 255, 0.07), 
               inset 3px 3px 10px rgba(255, 255, 255, 0.07), 
               inset -3px -3px 10px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(0deg);
}.company-overview-1698 h6 {
    display: inline-block;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    font-size: calc(19px + 2px);
    color: rgb(183,169,202);
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
}.company-overview-1698 h6::after {
    background: linear-gradient(90deg, rgb(183,169,202), transparent);
    width: 100%;
    left: 0;
    content: "";
    bottom: 0;
    height: 2px;
    position: absolute;
}.company-overview-1698 span {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    opacity: 0.9;
    font-size: 16px;
    line-height: 1.8;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    columns: 1;
    column-gap: 40px;
}.company-overview-1698 .phrase-holder-4315 div {
    position: relative;
}.company-overview-1698 .phrase-holder-4315 div::before {
    width: 50px;
    border-top: 2px solid rgb(144,115,176);
    left: -15px;
    position: absolute;
    border-left: 2px solid rgb(144,115,176);
    opacity: 0.6;
    z-index: -1;
    content: "";
    height: 50px;
    top: -15px;
}.company-overview-1698 .phrase-holder-4315 div::after {
    height: 50px;
    right: -15px;
    opacity: 0.6;
    border-bottom: 2px solid rgb(144,115,176);
    border-right: 2px solid rgb(144,115,176);
    z-index: -1;
    position: absolute;
    width: 50px;
    bottom: -15px;
    content: "";
}

@media (min-width: 992px) {.company-overview-1698 span {
    columns: 2;
}.company-overview-1698 .phrase-holder-4315 {
    max-width: 90%;
    margin: 0 auto;
}.company-overview-1698 h4 {
    font-size: calc(30px + 4px);
}
}

@media (max-width: 991px) {.company-overview-1698 {
    padding: 80px 0 60px;
}.company-overview-1698 .phrase-holder-4315 {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.company-overview-1698 h4 {
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.company-overview-1698 {
    padding: 60px 0 40px;
}.company-overview-1698 .phrase-holder-4315 {
    padding: 25px 20px;
    transform: none;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.25),
                   -8px -8px 20px rgba(255, 255, 255, 0.03),
                   inset 2px 2px 5px rgba(255, 255, 255, 0.03),
                   inset -2px -2px 5px rgba(0, 0, 0, 0.1);
}.company-overview-1698 h4 {
    margin-bottom: 30px;
    font-size: calc(19px + 4px);
}.company-overview-1698 h6 {
    margin-bottom: 20px;
    font-size: 18px;
}.company-overview-1698 span {
    line-height: 1.6;
    font-size: calc(16px - 1px);
}.company-overview-1698 .phrase-holder-4315 div::before,
    .company-overview-1698 .phrase-holder-4315 div::after {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 479px) {.company-overview-1698 {
    padding: 50px 0 30px;
}.company-overview-1698 .phrase-holder-4315 {
    padding: 20px 15px;
}.company-overview-1698 h4 {
    font-size: 19px;
    margin-bottom: 25px;
}.company-overview-1698 h4::after {
    width: 60px;
    height: 2px;
}.company-overview-1698 h6 {
    font-size: calc(18px - 1px);
    margin-bottom: 15px;
}.company-overview-1698 span {
    font-size: calc(16px - 2px);
    line-height: 1.5;
}.company-overview-1698 .phrase-holder-4315 div::before,
    .company-overview-1698 .phrase-holder-4315 div::after {
    display: none;
}}.statistical-data-4692 {
    background: linear-gradient(135deg, rgb(218,214,225) 0%, rgb(183,169,202,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.statistical-data-4692::before {
    position: absolute;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(144,115,176,0.5) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgb(183,169,202,0.5) 0%, transparent 80%);
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0.15;
    height: 100%;
    width: 100%;
}.statistical-data-4692 h3 {
    transform: perspective(1000px) translateZ(30px);
    font-size: calc(29px * 1.2);
    color: #000000;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 60px;
    text-shadow: 0 2px 15px rgba(0,0,0,0.08);
}.statistical-data-4692 h3::after {
    transform: translateX(-50%);
    content: "";
    left: 50%;
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(183,169,202) 0%, rgb(144,115,176) 100%);
}.statistical-data-4692 .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.statistical-data-4692 ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    list-style: none;
    padding: 0;
    display: grid;
    margin: 0;
    perspective: 1000px;
}.statistical-data-4692 .statistics-boosts-9642 {
    padding: 30px;
    display: flex;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    align-items: center;
    transform-style: preserve-3d;
    isolation: isolate;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    overflow: hidden;
    flex-direction: column;
    border-radius: 8px;
    position: relative;
    min-height: 200px;
    justify-content: center;
}.statistical-data-4692 .statistics-boosts-9642::before {
    z-index: -1;
    opacity: 0;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, transparent 45%, rgb(183,169,202,0.5) 100%);
    transition: opacity 0.5s ease;
    width: 100%;
    position: absolute;
    left: 0;
}.statistical-data-4692 .statistics-boosts-9642:hover {
    transform: translateY(-8px) scale(1.03) rotate(0.5deg);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 10px 20px rgba(0,0,0,0.05);
}.statistical-data-4692 .statistics-boosts-9642:hover::before {
    opacity: 0.15;
}.statistical-data-4692 .statistics-boosts-9642 span {
    transform-style: preserve-3d;
    text-align: center;
    max-width: 95%;
    line-height: 1.4;
    z-index: 2;
    margin-bottom: 15px;
    position: relative;
    font-size: calc(12px * 1.1);
    display: block;
    font-weight: 600;
    transition: transform 0.4s ease, color 0.4s ease;
    color: #000000;
}.statistical-data-4692 .statistics-boosts-9642:hover span {
    color: rgb(183,169,202);
    transform: translateZ(5px);
}.statistical-data-4692 .statistics-boosts-9642 p {
    margin: 0;
    transform-style: preserve-3d;
    font-size: calc(48px * 1.3);
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    font-weight: 700;
    color: rgb(183,169,202);
}.statistical-data-4692 .statistics-boosts-9642:hover p {
    transform: translateZ(15px) scale(1.1);
    color: rgb(144,115,176);
}.statistical-data-4692 .statistics-boosts-9642::after {
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(183,169,202) 0%, rgb(144,115,176) 100%);
    transform-origin: left;
    bottom: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.3);
    left: 0;
    width: 100%;
    content: "";
}.statistical-data-4692 .statistics-boosts-9642:hover::after {
    transform: scaleX(1);
}.statistical-data-4692 .statistics-boosts-9642:nth-child(odd) {
    transform: rotate(-0.5deg);
}.statistical-data-4692 .statistics-boosts-9642:nth-child(even) {
    transform: rotate(0.5deg);
}.statistical-data-4692 .statistics-boosts-9642:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.statistical-data-4692 .statistics-boosts-9642:nth-child(3n+2) {
    animation: float 8s ease-in-out infinite 1s;
}.statistical-data-4692 .statistics-boosts-9642:nth-child(3n) {
    animation: float 7s ease-in-out infinite 0.5s;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(-0.5deg);
    }
    50% {
        transform: translateY(-7px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-0.5deg);
    }
}

@media (max-width: 991px) {.statistical-data-4692 {
    padding: 80px 0;
}.statistical-data-4692 h3 {
    font-size: calc(29px * 1.1);
    margin-bottom: 40px;
}.statistical-data-4692 ul {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical-data-4692 .statistics-boosts-9642 {
    padding: 25px 20px;
    min-height: 180px;
}.statistical-data-4692 .statistics-boosts-9642 p {
    font-size: calc(48px * 1.2);
}
}

@media (max-width: 767px) {.statistical-data-4692 {
    padding: 60px 0;
}.statistical-data-4692 h3 {
    font-size: 29px;
    margin-bottom: 30px;
}.statistical-data-4692 ul {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}.statistical-data-4692 .statistics-boosts-9642 {
    min-height: 160px;
    padding: 20px 15px;
}.statistical-data-4692 .statistics-boosts-9642 span {
    font-size: 12px;
    margin-bottom: 10px;
}.statistical-data-4692 .statistics-boosts-9642 p {
    font-size: 48px;
}.statistical-data-4692 .statistics-boosts-9642:hover {
    transform: translateY(-5px) scale(1.02);
}
    
    @keyframes float {
        0% {
            transform: translateY(0);
        }
        50% {
            transform: translateY(-5px);
        }
        100% {
            transform: translateY(0);
        }
    }
}

@media (max-width: 480px) {.statistical-data-4692 {
    padding: 50px 0;
}.statistical-data-4692 h3 {
    font-size: calc(29px * 0.9);
}.statistical-data-4692 ul {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 280px;
}.statistical-data-4692 .statistics-boosts-9642 {
    padding: 25px 20px;
    min-height: auto;
}.statistical-data-4692 .statistics-boosts-9642 span {
    font-size: calc(12px * 0.95);
}.statistical-data-4692 .statistics-boosts-9642 p {
    font-size: calc(48px * 1.1);
}}.program-structure-4136 {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(218,214,225) 0%, rgba(245, 247, 250, 0.92) 100%);
    overflow: hidden;
}.program-structure-4136::before {
    z-index: 1;
    top: -10%;
    width: 35%;
    background: linear-gradient(225deg, rgb(183,169,202,0.5) 0%, rgb(144,115,176,0.5) 100%);
    filter: blur(20px);
    position: absolute;
    height: 70%;
    opacity: 0.5;
    content: "";
    transform: rotate(-15deg) translateZ(0);
    right: -5%;
}.program-structure-4136::after {
    background: linear-gradient(45deg, rgb(144,115,176,0.5) 0%, rgb(183,169,202,0.5) 100%);
    content: "";
    position: absolute;
    width: 25%;
    left: -2%;
    height: 50%;
    transform: rotate(10deg) translateZ(0);
    z-index: 1;
    bottom: -5%;
    filter: blur(15px);
    opacity: 0.4;
}.program-structure-4136 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.program-structure-4136 .study-track-4568 {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    gap: 2rem;
    position: relative;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    grid-template-columns: 1fr;
}.program-structure-4136 .img-display-2510 {
    height: 300px;
    position: relative;
    transform-origin: top center;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.program-structure-4136 .img-display-2510::before {
    bottom: 0;
    right: 0;
    z-index: 1;
    content: "";
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    top: 0;
}.program-structure-4136 .img-display-2510::after {
    background: rgb(183,169,202);
    left: 0;
    opacity: 0.2;
    mix-blend-mode: overlay;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
}.program-structure-4136 .phrase-holder-4315 {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    position: relative;
    background: #ffffff;
    transform: translateY(-40px);
    padding: 2.5rem 2rem;
}.program-structure-4136 .phrase-holder-4315 h3 {
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    line-height: 1.4;
    opacity: 0;
    font-weight: 700;
    position: relative;
    font-size: calc(18px * 1.1);
    color: #000000;
    margin-bottom: 1.5rem;
    transform: translateY(0);
    animation-delay: 0.3s;
}.program-structure-4136 .phrase-holder-4315 h3::after {
    width: 60px;
    background: rgb(183,169,202);
    transform-origin: left;
    margin-top: 1rem;
    content: "";
    animation-delay: 0.6s;
    transform: scaleX(0);
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    display: block;
    height: 3px;
}.program-structure-4136 .phrase-holder-4315 p.description {
    opacity: 0;
    animation-delay: 0.5s;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
    font-size: 17px;
    transform: translateY(20px);
}.program-structure-4136 .phrase-holder-4315 span.description {
    display: none;
}.program-structure-4136 .phrase-holder-4315 div {
    max-height: 300px;
    overflow-y: auto;
    position: relative;
    padding-right: 10px;
}.program-structure-4136 .phrase-holder-4315 div::-webkit-scrollbar {
    width: 6px;
}.program-structure-4136 .phrase-holder-4315 div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}.program-structure-4136 .phrase-holder-4315 div::-webkit-scrollbar-thumb {
    background: rgb(183,169,202,0.5);
    transition: background 0.3s ease;
}.program-structure-4136 .phrase-holder-4315 div::-webkit-scrollbar-thumb:hover {
    background: rgb(183,169,202);
}

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

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

@media (min-width: 768px) {.program-structure-4136 {
    padding: 7rem 0;
}.program-structure-4136 .study-track-4568 {
    gap: 0;
    transform: perspective(1200px) rotateY(-2deg);
    grid-template-columns: 45% 55%;
    transition: transform 0.5s ease;
}.program-structure-4136 .study-track-4568:hover {
    transform: perspective(1200px) rotateY(0deg);
}.program-structure-4136 .img-display-2510 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}.program-structure-4136 .phrase-holder-4315 {
    padding: 3.5rem 3rem 3.5rem 4rem;
    transform: translateY(0) translateX(-50px);
    clip-path: none;
}.program-structure-4136 .phrase-holder-4315 h3 {
    margin-bottom: 2rem;
    font-size: 34px;
}.program-structure-4136 .phrase-holder-4315 div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program-structure-4136 {
    padding: 8rem 0;
}.program-structure-4136 .study-track-4568 {
    grid-template-columns: 40% 60%;
}.program-structure-4136 .img-display-2510 {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.program-structure-4136 .img-display-2510:hover {
    transform: scale(1.03);
}.program-structure-4136 .phrase-holder-4315 {
    padding: 4rem 5rem 4rem 5rem;
    transform: translateX(-70px);
}.program-structure-4136 .phrase-holder-4315 h3 {
    margin-bottom: 2.5rem;
}.program-structure-4136 .phrase-holder-4315 div {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.program-structure-4136 .study-track-4568 {
    grid-template-columns: 45% 55%;
}.program-structure-4136 .phrase-holder-4315 {
    transform: translateX(-100px);
    padding: 5rem 6rem 5rem 7rem;
}
}

@media (max-width: 767px) {.program-structure-4136 .study-track-4568:hover .img-display-2510 {
    transform: scale(1.05);
}}header .top_plank {
    background: rgb(183,169,202);
    color:  #ffffff;
}header .top_plank .edu-plank-6307 div svg, header .top_plank .edu-plank-6307 div svg path {
    fill: #ffffff;
}header .top_plank .edu-plank-6307 div span {
    color: #ffffff;
}header .top_plank .edu-plank-6307 {
    font-size: 13px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    width: 100%;
    line-height: 21px;
    justify-content: flex-start;
}header .top_plank .edu-plank-6307 div {
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}header .top_plank .edu-plank-6307 div img, header .top_plank .edu-plank-6307 div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.user-testimonials-9352 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(218,214,225);
}.user-testimonials-9352::before {
    right: 0;
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
    background: linear-gradient(to right, 
        transparent 0%, 
        rgb(183,169,202) 50%, 
        transparent 100%);
    top: 0;
}.user-testimonials-9352 .container {
    position: relative;
    z-index: 2;
}.user-testimonials-9352 h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    letter-spacing: -1px;
    max-width: 60%;
    padding-left: 20px;
    margin-bottom: 80px;
    font-size: calc(38px * 1.4);
}.user-testimonials-9352 h2::before {
    width: 4px;
    position: absolute;
    top: 0;
    background: rgb(183,169,202);
    height: 100%;
    left: 0;
    content: "";
    transform: scaleY(1.2);
}.user-testimonials-9352 .success-ratings-6315 {
    gap: 60px 40px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    position: relative;
}.user-testimonials-9352 .success-ratings-6315::before {
    content: "";
    height: 1px;
    right: 0;
    left: 0;
    background: linear-gradient(to right, rgb(183,169,202,0.5), transparent);
    position: absolute;
    top: -40px;
}.user-testimonials-9352 .student-reviews-1265 {
    display: grid;
    position: relative;
    grid-template-areas:
        "image ."
        "name name"
        "desc desc";
    grid-template-rows: auto auto 1fr;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    grid-template-columns: auto 1fr;
    padding: 0;
}.user-testimonials-9352 .student-reviews-1265::before {
    width: 0;
    transition: width 0.6s ease;
    content: "";
    background: rgb(183,169,202);
    left: 0;
    position: absolute;
    bottom: -15px;
    height: 1px;
}.user-testimonials-9352 .student-reviews-1265:hover::before {
    width: 100%;
}.user-testimonials-9352 .student-reviews-1265 img {
    border-radius: 10px;
    object-fit: cover;
    filter: grayscale(100%);
    box-shadow: 5px 5px 0 rgb(183,169,202,0.5);
    width: 55px;
    transform: rotate(-3deg);
    transition: all 0.4s ease;
    grid-area: image;
    height: 55px;
}.user-testimonials-9352 .student-reviews-1265:hover img {
    transform: rotate(0deg);
    filter: grayscale(0%);
}.user-testimonials-9352 .student-reviews-1265 p {
    overflow: hidden;
    grid-area: name;
    font-family: Arial, sans-serif;
    font-size: 24px;
    margin: 20px 0 5px 0;
    color: #000000;
    position: relative;
    font-weight: 700;
}.user-testimonials-9352 .student-reviews-1265 p::after {
    transition: width 0.4s ease;
    content: "";
    background: rgb(144,115,176);
    left: 0;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 30px;
}.user-testimonials-9352 .student-reviews-1265:hover p::after {
    width: 60px;
}.user-testimonials-9352 .student-reviews-1265 .description {
    transition: transform 0.5s ease;
    font-weight: 400;
    font-size: 17px;
    margin-top: 15px;
    transform: translateX(0);
    position: relative;
    grid-area: desc;
    color: #000000;
    line-height: 1.8;
}.user-testimonials-9352 .student-reviews-1265:hover .description {
    transform: translateX(10px);
}.user-testimonials-9352 .student-reviews-1265 .description::first-letter {
    font-size: calc(17px * 1.5);
    color: rgb(183,169,202);
    font-weight: 700;
}.user-testimonials-9352 .student-reviews-1265:nth-child(3n+1) {
    transform: translateY(20px);
}.user-testimonials-9352 .student-reviews-1265:nth-child(3n+2) {
    transform: translateY(-20px);
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.user-testimonials-9352 {
    padding: 90px 0;
}.user-testimonials-9352 h2 {
    max-width: 80%;
    margin-bottom: 60px;
    font-size: calc(38px * 1.2);
}
}

@media screen and (max-width: 768px) {.user-testimonials-9352 {
    padding: 70px 0;
}.user-testimonials-9352 .success-ratings-6315 {
    grid-template-columns: 1fr;
    gap: 70px;
}.user-testimonials-9352 h2 {
    max-width: 100%;
}.user-testimonials-9352 .student-reviews-1265:nth-child(3n+1),
    .user-testimonials-9352 .student-reviews-1265:nth-child(3n+2) {
    transform: translateY(0);
}
}

@media screen and (max-width: 576px) {.user-testimonials-9352 {
    padding: 60px 0;
}.user-testimonials-9352 h2 {
    padding-left: 15px;
    font-size: 38px;
}.user-testimonials-9352 .student-reviews-1265 img {
    width: 45px;
    height: 45px;
}.user-testimonials-9352 .student-reviews-1265 p {
    font-size: calc(24px * 0.9);
    margin-top: 15px;
}.user-testimonials-9352 .success-ratings-6315 {
    gap: 60px;
}}.contact-section-4685 {
    padding: 120px 0;
    position: relative;
    background: rgb(218,214,225);
    overflow: hidden;
}.contact-section-4685::before {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    opacity: 0.4;
    background: linear-gradient(180deg, rgb(144,115,176,0.5) 0%, transparent 100%);
    position: absolute;
    content: "";
    z-index: 1;
}.contact-section-4685::after {
    bottom: 0;
    content: "";
    z-index: 2;
    height: 200px;
    background: linear-gradient(0deg, rgb(218,214,225) 0%, transparent 100%);
    left: 0;
    width: 100%;
    position: absolute;
}.contact-section-4685 .img-display-2510 {
    opacity: 0.12;
    width: 100%;
    left: 0;
    filter: grayscale(100%) contrast(120%);
    z-index: 0;
    top: 0;
    position: absolute;
    height: 100%;
}.contact-section-4685 .container {
    margin: 0 auto;
    z-index: 5;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.contact-section-4685 h3 {
    position: relative;
    color: #000000;
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 60px;
}.help-map-8975 {
    display: flex;
    z-index: 10;
    gap: 0;
    position: relative;
}.help-map-8975 .feedback-inquiry-5078 {
    background: #ffffff;
    flex: 0 0 58%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 1;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}.help-map-8975 .feedback-inquiry-5078 h3 {
    text-align: left;
    text-transform: none;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 22px;
}.help-map-8975 .feedback-inquiry-5078 h3::before,
.help-map-8975 .feedback-inquiry-5078 h3::after {
    content: none;
}.help-map-8975 .feedback-inquiry-5078 form {
    display: flex;
    flex-direction: column;
}.help-map-8975 .feedback-inquiry-5078 input[type="text"],
.help-map-8975 .feedback-inquiry-5078 textarea {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 100%;
    font-size: 13px;
    border: none;
    margin-bottom: 25px;
    padding: 16px 20px;
    font-family: Arial, sans-serif;
    background: rgba(245, 245, 245, 0.5);
}.help-map-8975 .feedback-inquiry-5078 input[type="text"]:focus,
.help-map-8975 .feedback-inquiry-5078 textarea:focus {
    border-bottom-color: rgb(183,169,202);
    outline: none;
    background: rgba(245, 245, 245, 0.8);
}.help-map-8975 .feedback-inquiry-5078 textarea {
    min-height: 150px;
    resize: vertical;
}.help-map-8975 .feedback-inquiry-5078 .support-box-8540 {
    align-items: flex-start;
    position: relative;
    margin-bottom: 30px;
    display: flex;
}.help-map-8975 .feedback-inquiry-5078 .support-box-8540 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.help-map-8975 .feedback-inquiry-5078 .support-box-8540 label {
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    color: #000000;
    font-size: calc(13px - 2px);
    line-height: 1.5;
}.help-map-8975 .feedback-inquiry-5078 .support-box-8540 label::before {
    transition: all 0.3s ease;
    left: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    background: rgba(245, 245, 245, 0.5);
    top: 2px;
}.help-map-8975 .feedback-inquiry-5078 .support-box-8540 input[type="checkbox"]:checked + label::before {
    background: rgb(183,169,202);
    border-bottom-color: rgb(183,169,202);
}.help-map-8975 .feedback-inquiry-5078 .support-box-8540 input[type="checkbox"]:checked + label::after {
    content: "";
    top: 4px;
    height: 12px;
    border: solid #ffffff;
    width: 6px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 8px;
    position: absolute;
}.help-map-8975 .feedback-inquiry-5078 .support-box-8540 a {
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(183,169,202);
    text-decoration: none;
    border-bottom: 1px dashed rgb(183,169,202);
}.help-map-8975 .feedback-inquiry-5078 .support-box-8540 a:hover {
    color: rgb(144,115,176);
    border-bottom-color: rgb(144,115,176);
}.help-map-8975 .feedback-inquiry-5078 .feedback-support-4927 {
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(183,169,202);
    text-transform: uppercase;
    align-self: flex-start;
    padding: 15px 35px;
    display: inline-block;
    font-size: 15px;
    position: relative;
    background: transparent;
    color: #000000;
}.help-map-8975 .feedback-inquiry-5078 .feedback-support-4927::before {
    position: absolute;
    transition: all 0.3s ease;
    height: 2px;
    bottom: -2px;
    z-index: -1;
    width: 100%;
    content: "";
    background: rgb(183,169,202);
    left: 0;
}.help-map-8975 .feedback-inquiry-5078 .feedback-support-4927:hover {
    color: #ffffff;
}.help-map-8975 .feedback-inquiry-5078 .feedback-support-4927:hover::before {
    height: 100%;
}.help-map-8975 .connect-inquiry-0816 {
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 0;
    color: #ffffff;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    background: rgba(0, 0, 0, 0.5);
    flex: 0 0 42%;
    margin-left: -40px;
    position: relative;
}.help-map-8975 .connect-inquiry-0816::before {
    height: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
    width: 100%;
}.help-map-8975 .connect-inquiry-0816 h4 {
    font-weight: 600;
    font-size: 22px;
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
}.help-map-8975 .connect-inquiry-0816 .reach-inquiry-9120 {
    padding: 0;
    list-style: none;
    margin: 0;
}.help-map-8975 .connect-inquiry-0816 .reach-inquiry-9120 li {
    padding-bottom: 30px;
    position: relative;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    align-items: center;
    z-index: 1;
}.help-map-8975 .connect-inquiry-0816 .reach-inquiry-9120 li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}.help-map-8975 .connect-inquiry-0816 .reach-inquiry-9120 li svg {
    height: 24px;
    margin-right: 20px;
    width: 24px;
    flex-shrink: 0;
}.help-map-8975 .connect-inquiry-0816 .reach-inquiry-9120 li svg path {
    fill: rgb(183,169,202);
    transition: all 0.3s ease;
}.help-map-8975 .connect-inquiry-0816 .reach-inquiry-9120 li:hover svg path {
    fill: #ffffff;
}.help-map-8975 .connect-inquiry-0816 .reach-inquiry-9120 li span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.5;
}.help-map-8975 .connect-inquiry-0816 .reach-inquiry-9120 li a {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}.help-map-8975 .connect-inquiry-0816 .reach-inquiry-9120 li a:hover {
    color: rgb(183,169,202);
}

@media screen and (max-width: 992px) {.contact-section-4685 {
    padding: 80px 0;
}.help-map-8975 {
    flex-direction: column;
}.help-map-8975 .feedback-inquiry-5078 {
    clip-path: none;
    width: 100%;
}.help-map-8975 .connect-inquiry-0816 {
    clip-path: none;
    width: 100%;
    margin-left: 0;
}
}

@media screen and (max-width: 768px) {.contact-section-4685 {
    padding: 60px 0;
}.contact-section-4685 h3 {
    font-size: calc(38px - 4px);
}.help-map-8975 .feedback-inquiry-5078,
    .help-map-8975 .connect-inquiry-0816 {
    padding: 40px 30px;
}.help-map-8975 .feedback-inquiry-5078 .feedback-support-4927 {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact-section-4685 {
    padding: 40px 0;
}.help-map-8975 .feedback-inquiry-5078,
    .help-map-8975 .connect-inquiry-0816 {
    padding: 30px 20px;
}.help-map-8975 .feedback-inquiry-5078 h3,
    .help-map-8975 .connect-inquiry-0816 h4 {
    font-size: calc(22px - 2px);
}}.privacySettingsModal-9604 {
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
    background: #ffffff;
    position: fixed;
    transition: all 0.3s ease-in-out;
    z-index: 1050;
    bottom: 0;
    font-family: Arial, sans-serif;
    padding: 15px 20px;
    border-top: 3px solid rgb(183,169,202);
}.edu-consent-2348 {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}.cookie-overview-3978 {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie-overview-3978 svg {
    width: 50px;
    height: 50px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(183,169,202);
}.track-switch-1423 {
    margin-right: 15px;
    flex-grow: 1;
}.track-switch-1423 h5 {
    font-size: 19px;
    color: rgb(183,169,202);
    font-weight: 700;
    margin-bottom: 5px;
}.track-switch-1423 p {
    font-size: 12px;
    margin-bottom: 0;
    color: #000000;
}.track-optin-8462 {
    user-select: none;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    font-size: 19px;
    border: 1px solid transparent;
    border-radius: 10px;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
    margin-left: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}.cookie_button.cookie-verify-1632 {
    background-color: rgb(183,169,202);
    border-color: rgb(183,169,202);
    color: #ffffff;
}#cookie-message-box-6095 {
    display: none;
}#cookie-message-box-6095:checked ~ .privacySettingsModal-9604 {
    opacity: 0;
    visibility: hidden;
}.cookie_button.cookie-verify-1632:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.privacy-switch-1275 {
    color: #000000;
    border-color: rgb(144,115,176);
    background-color: rgb(144,115,176);
}.cookie_button.privacy-switch-1275:hover {
    border-color: rgb(183,169,202);
    color: #ffffff;
    background-color: rgb(183,169,202);
}.privacySettingsModal-9604 p a {
    text-decoration: underline;
    color: rgb(183,169,202);
}.privacySettingsModal-9604 p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.track-switch-1423 h5 {
    font-size: calc(19px - 2px);
}.track-switch-1423 p {
    font-size: calc(12px - 2px);
}.track-optin-8462 {
    font-size: calc(19px - 2px);
}
}
@media (max-width: 800px) {.edu-consent-2348 {
    align-items: center;
    flex-direction: column;
}.cookie-overview-3978 {
    margin-bottom: 10px;
}.track-switch-1423 {
    margin-bottom: 15px;
    text-align: center;
}.track-optin-8462 {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
.thxArea-5429 {
    background: linear-gradient(135deg, rgb(218,214,225) 0%, rgb(183,169,202,0.5) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.thxArea-5429::before {
    position: absolute;
    z-index: 1;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 40px);
    top: 0;
    height: 100%;
    left: 0;
    pointer-events: none;
    width: 100%;
    content: "";
}.thxArea-5429::after {
    position: absolute;
    border-radius: 50%;
    right: -150px;
    filter: blur(50px);
    height: 300px;
    opacity: 0.2;
    background: radial-gradient(circle, rgb(144,115,176) 0%, transparent 70%);
    width: 300px;
    content: "";
    animation: float 15s infinite ease-in-out;
    top: -150px;
}.thxArea-5429 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.thxArea-5429 h2 {
    font-size: 36px;
    line-height: 1.4;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: Arial, sans-serif;
    position: relative;
    transform-origin: center;
    letter-spacing: 0.5px;
    transform: perspective(1000px) rotateX(2deg);
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    color: rgb(183,169,202);
}.thxArea-5429 h2::after {
    left: 50%;
    background: linear-gradient(90deg, rgb(183,169,202), rgb(144,115,176));
    bottom: -15px;
    position: absolute;
    width: 80px;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    transition: width 0.3s ease;
}.thxArea-5429 .guide-bios-8203 {
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1), 
                0 5px 15px rgba(0,0,0,0.05);
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 22px;
    transform: translateY(0);
    background: #ffffff;
}.thxArea-5429 .guide-bios-8203::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    background-size: 200% 100%;
    top: 0;
    animation: gradientShift 6s infinite linear;
    content: "";
    background: linear-gradient(90deg, rgb(183,169,202), rgb(144,115,176), rgb(183,169,202));
}.thxArea-5429 .guide-bios-8203:hover {
    transform: translateY(-5px);
}.thxArea-5429 .guide-bios-8203:hover h2::after {
    width: 120px;
}.thxArea-5429 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thxArea-5429 li {
    padding-left: 25px;
    position: relative;
}.thxArea-5429 li::before {
    width: 10px;
    position: absolute;
    background: rgb(144,115,176);
    transition: transform 0.3s ease;
    top: 8px;
    content: "";
    height: 10px;
    transform: rotate(45deg);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: 0;
}.thxArea-5429 li:hover::before {
    transform: rotate(225deg) scale(1.2);
}.thxArea-5429 span {
    font-weight: 400;
    line-height: 1.7;
    padding: 10px 0;
    display: block;
    position: relative;
    letter-spacing: 0.3px;
    color: #000000;
    font-size: calc(12px + 2px);
    font-family: Arial, sans-serif;
}.thxArea-5429 span::after {
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.05), transparent);
    left: 0;
    height: 1px;
    position: absolute;
    content: "";
    width: 100%;
}

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

@keyframes float {
    0% { transform: translate(0, 0); }
    25% { transform: translate(-30px, 30px); }
    50% { transform: translate(0, 60px); }
    75% { transform: translate(30px, 30px); }
    100% { transform: translate(0, 0); }
}

@media (max-width: 1024px) {.thxArea-5429 {
    padding: 80px 0;
}.thxArea-5429 h2 {
    font-size: calc(36px - 2px);
}.thxArea-5429 .guide-bios-8203 {
    padding: 30px;
}.thxArea-5429 span {
    font-size: 12px;
}
}

@media (max-width: 768px) {.thxArea-5429 {
    padding: 60px 0;
}.thxArea-5429 h2 {
    font-size: calc(36px - 4px);
    transform: perspective(1000px) rotateX(1deg);
}.thxArea-5429 .guide-bios-8203 {
    padding: 25px;
}.thxArea-5429 li::before {
    top: 6px;
}.thxArea-5429 span {
    font-size: calc(12px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.thxArea-5429 {
    padding: 40px 0;
}.thxArea-5429 h2 {
    transform: none;
    margin-bottom: 30px;
    font-size: calc(36px - 6px);
}.thxArea-5429 h2::after {
    bottom: -10px;
    width: 60px;
}.thxArea-5429 .guide-bios-8203 {
    padding: 20px;
}.thxArea-5429 li {
    padding-left: 20px;
}.thxArea-5429 li::before {
    top: 7px;
    height: 8px;
    width: 8px;
}.thxArea-5429 span {
    letter-spacing: 0.2px;
    line-height: 1.5;
    font-size: calc(12px - 2px);
}}.pricing-wrapper-6579 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.pricing-wrapper-6579::before {
    content: "";
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    backdrop-filter: blur(8px);
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}.pricing-wrapper-6579 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.pricing-wrapper-6579 .cost-rates-2546 {
    position: relative;
}.pricing-wrapper-6579 h2 {
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    transform: perspective(1000px) translateZ(20px);
    color: #ffffff;
    text-align: center;
    font-size: 37px;
}.pricing-wrapper-6579 h2::after {
    width: 80px;
    border-radius: 3px;
    height: 3px;
    background: linear-gradient(90deg, rgb(144,115,176), rgb(183,169,202));
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
    bottom: -10px;
}.pricing-wrapper-6579 .price-view-1687 {
    margin: 0 auto 50px;
    position: relative;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    line-height: 1.6;
    font-size: calc(15px + 2px);
    max-width: 700px;
}.pricing-wrapper-6579 .plan-cost-7681 {
    gap: 30px;
    padding: 0;
    display: grid;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing-wrapper-6579 .plan-cost-7681 li {
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
    perspective: 1000px;
}.pricing-wrapper-6579 .learning-fee-0793 {
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    display: block;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 12px;
}.pricing-wrapper-6579 .learning-fee-0793::before {
    top: 0;
    transform-origin: left;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(144,115,176), rgb(183,169,202));
    content: "";
    transform: scaleX(0.7);
    transition: transform 0.3s ease;
    width: 100%;
    height: 5px;
}.pricing-wrapper-6579 .promo-cost-3847 {
    position: relative;
    padding: 30px 25px;
    z-index: 1;
    height: 100%;
}.pricing-wrapper-6579 .price-schemes-8693 {
    position: relative;
    z-index: 2;
}.pricing-wrapper-6579 .learning-fee-0793 h4 {
    margin-top: 0;
    font-size: calc(24px - 2px);
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    transition: transform 0.3s ease;
}.pricing-wrapper-6579 .learning-fee-0793 h4::before {
    position: absolute;
    border-top: 2px solid rgb(144,115,176);
    width: 30px;
    opacity: 0.6;
    border-left: 2px solid rgb(144,115,176);
    top: -10px;
    transition: all 0.3s ease;
    left: -10px;
    height: 30px;
    content: "";
}.pricing-wrapper-6579 .learning-fee-0793 p {
    overflow-y: auto;
    font-size: 15px;
    margin-bottom: 25px;
    word-break: normal;
    max-height: 250px;
    color: rgb(255, 255, 255, 0.5);
    hyphens: auto;
    line-height: 1.6;
    padding-right: 10px;
    overflow-wrap: break-word;
}.pricing-wrapper-6579 .learning-fee-0793 p::-webkit-scrollbar {
    width: 4px;
}.pricing-wrapper-6579 .learning-fee-0793 p::-webkit-scrollbar-thumb {
    background: rgb(144,115,176,0.5);
    border-radius: 10px;
}.pricing-wrapper-6579 .pricing-pack-9213 {
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    background: linear-gradient(135deg, rgba(rgb(144,115,176,0.5), 0.1), rgba(rgb(183,169,202,0.5), 0.2));
    font-size: calc(24px + 4px);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 700;
    border-radius: 8px;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
}.pricing-wrapper-6579 .pricing-pack-9213::before {
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    background: linear-gradient(90deg, transparent, rgb(144,115,176), transparent);
    bottom: -3px;
    height: 1px;
}.pricing-wrapper-6579 .learning-fee-0793:hover {
    transform: translateY(-5px);
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
}.pricing-wrapper-6579 .learning-fee-0793:hover::before {
    transform: scaleX(1);
}.pricing-wrapper-6579 .learning-fee-0793:hover h4 {
    transform: translateX(5px);
}.pricing-wrapper-6579 .learning-fee-0793:hover h4::before {
    transform: scale(1.1);
    opacity: 1;
}.pricing-wrapper-6579 .learning-fee-0793:hover .pricing-pack-9213 {
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
    transform: translateY(-3px) scale(1.03);
}

@media (max-width: 992px) {.pricing-wrapper-6579 {
    padding: 80px 0;
}.pricing-wrapper-6579 h2 {
    font-size: calc(37px - 4px);
}.pricing-wrapper-6579 .price-view-1687 {
    margin-bottom: 40px;
    font-size: 15px;
}.pricing-wrapper-6579 .plan-cost-7681 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.pricing-wrapper-6579 {
    padding: 60px 0;
}.pricing-wrapper-6579 h2 {
    font-size: calc(37px - 6px);
}.pricing-wrapper-6579 .price-view-1687 {
    margin-bottom: 30px;
    font-size: calc(15px - 1px);
}.pricing-wrapper-6579 .plan-cost-7681 {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.pricing-wrapper-6579 .learning-fee-0793 h4 {
    font-size: 24px;
}.pricing-wrapper-6579 .learning-fee-0793 p {
    font-size: calc(15px - 1px);
    max-height: 180px;
}.pricing-wrapper-6579 .pricing-pack-9213 {
    font-size: 24px;
}
}

@media (max-width: 480px) {.pricing-wrapper-6579 {
    padding: 50px 0;
}.pricing-wrapper-6579 h2 {
    font-size: calc(37px - 8px);
}.pricing-wrapper-6579 .price-view-1687 {
    font-size: calc(15px - 2px);
}.pricing-wrapper-6579 .promo-cost-3847 {
    padding: 25px 20px;
}.pricing-wrapper-6579 .learning-fee-0793 h4 {
    font-size: calc(24px - 2px);
}.pricing-wrapper-6579 .pricing-pack-9213 {
    font-size: calc(24px - 2px);
    padding: 8px 15px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    opacity: 0.9;
    z-index: -2;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgb(144,115,176), rgb(183,169,202));
    right: 0;
    content: "";
    position: absolute;
}footer::after {
    z-index: -1;
    left: 0;
    content: "";
    right: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    bottom: 0;
    top: 0;
    position: absolute;
}.stats-tool-8950 {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}.stats-tool-8950::before {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(183,169,202), rgb(144,115,176), rgb(183,169,202));
    height: 10px;
    width: 100%;
}.stats-tool-8950 .container {
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    display: grid;
}.stats-tool-8950 .company_holder {
    grid-column: span 5;
    position: relative;
    padding: 0;
}.stats-tool-8950 .company_holder h3 {
    padding-bottom: 1rem;
    color: #ffffff;
    margin: 0 0 1.5rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 36px;
    font-weight: 700;
    position: relative;
}.stats-tool-8950 .company_holder h3::after {
    background: #ffffff;
    bottom: -2px;
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
    width: 80px;
}.stats-tool-8950 .review-block-1629 {
    font-size: 14px;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    line-height: 1.7;
    position: relative;
    color: #ffffff;
    margin-top: 1.5rem;
    padding: 0 0 0 1.5rem;
}.stats-tool-8950 .exam-prep-4029 {
    grid-column: span 7;
}.stats-tool-8950 .head-wrap-9170 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
}.stats-tool-8950 .head-train-5631 {
    position: relative;
}.stats-tool-8950 .head-train-5631 h5 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.8rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-size: 23px;
    position: relative;
}.stats-tool-8950 .head-train-5631 h5::after {
    width: 40px;
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
    bottom: -2px;
    background: #ffffff;
}.stats-tool-8950 .head-train-5631 .head-wrap-9170 {
    display: grid;
    gap: 1rem;
}.stats-tool-8950 .head-train-5631 .head-wrap-9170 a {
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    font-size: 14px;
    text-decoration: none;
}.stats-tool-8950 .head-train-5631 .head-wrap-9170 a::after {
    margin-left: 0.5rem;
    transform: translateX(-5px);
    opacity: 0;
    content: "\2192";
    transition: all 0.3s ease;
}.stats-tool-8950 .head-train-5631 .head-wrap-9170 a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}.stats-tool-8950 .head-train-5631 .head-wrap-9170 a:hover::after {
    opacity: 1;
    transform: translateX(0);
}.event-cal-4179 {
    position: relative;
    padding: 2rem 0;
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.1);
}.event-cal-4179 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.event-cal-4179 .netiquette-3560 {
    position: relative;
    opacity: 0.9;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 0 1rem;
}.stats-tool-8950::after {
    right: 2rem;
    top: 2rem;
    position: absolute;
    width: 50px;
    content: "";
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
}.stats-tool-8950 .company_holder::before {
    top: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    height: 50px;
    width: 50px;
    left: 0;
}.stats-tool-8950 .company_holder::after {
    height: 50px;
    width: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}.stats-tool-8950 .exam-prep-4029::after {
    height: 50px;
    bottom: 0;
    position: absolute;
    width: 50px;
    content: "";
    right: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1200px) {.stats-tool-8950 .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.stats-tool-8950 {
    padding: 4rem 0 2rem;
}.stats-tool-8950 .container {
    grid-template-columns: 1fr;
}.stats-tool-8950 .company_holder,
    .stats-tool-8950 .exam-prep-4029 {
    grid-column: span 12;
}.stats-tool-8950 .company_holder {
    margin-bottom: 2rem;
}.stats-tool-8950::after,
    .stats-tool-8950 .company_holder::before,
    .stats-tool-8950 .company_holder::after,
    .stats-tool-8950 .exam-prep-4029::after {
    display: none;
}
}

@media (max-width: 768px) {.stats-tool-8950 {
    padding: 3rem 0 1.5rem;
}.stats-tool-8950 .head-wrap-9170 {
    gap: 1.5rem;
}.stats-tool-8950 .company_holder h3 {
    font-size: calc(36px - 2px);
}.event-cal-4179 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.stats-tool-8950 {
    padding: 2.5rem 0 1rem;
}.stats-tool-8950 .head-wrap-9170 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.stats-tool-8950 .review-block-1629 {
    padding-left: 1rem;
}.event-cal-4179 {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.stats-tool-8950 .company_holder h3::after,
    .stats-tool-8950 .head-train-5631 h5::after {
    width: 30px;
}.stats-tool-8950 .head-train-5631 .head-wrap-9170 a:hover {
    padding-left: 0.3rem;
}}.leadership-experience-8736 {
    position: relative;
    padding: 7rem 2rem;
    background: radial-gradient(circle at 70% 30%, rgb(183,169,202,0.5) 0%, transparent 40%), 
              radial-gradient(circle at 30% 70%, rgb(144,115,176,0.5) 0%, transparent 40%), 
              #000000;
    overflow: hidden;
}.leadership-experience-8736::before {
    width: 150%;
    animation: backgroundMovement 30s linear infinite alternate;
    content: "";
    height: 150%;
    background: radial-gradient(ellipse at center, transparent 0%, transparent 50%, #000000 100%), 
              repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    opacity: 0.3;
    top: -25%;
    position: absolute;
    left: -25%;
}.leadership-experience-8736 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.leadership-experience-8736 .student-reviews-1265 {
    grid-template-rows: auto auto auto;
    border-radius: 21px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    position: relative;
}.leadership-experience-8736 .student-reviews-1265::after {
    top: 0;
    opacity: 0.3;
    pointer-events: none;
    position: absolute;
    width: 100%;
    mix-blend-mode: overlay;
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(183,169,202,0.5) 0%, transparent 50%);
}.leadership-experience-8736 .student-reviews-1265 .img-display-2510 {
    min-height: 500px;
    box-shadow: 0 0 30px rgb(183,169,202,0.5);
    z-index: 1;
    position: relative;
    grid-column: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    grid-row: 1 / 4;
    transform: scale(1.05) translateX(-5%);
    transition: all 0.5s ease;
    border-radius: 0;
}.leadership-experience-8736 .student-reviews-1265 .img-display-2510:hover {
    transform: scale(1.07) translateX(-4%);
    box-shadow: 0 0 50px rgb(183,169,202);
}.leadership-experience-8736 .student-reviews-1265 .name {
    color: #ffffff;
    grid-row: 1 / 2;
    text-shadow: 0 0 10px rgb(183,169,202,0.5), 0 0 20px rgb(183,169,202,0.5);
    font-size: 31px;
    animation: neonPulse 4s infinite alternate;
    padding: 3.5rem 2rem 0.5rem 3rem;
    letter-spacing: 2px;
    font-weight: 700;
    z-index: 2;
    position: relative;
    grid-column: 2 / 3;
}.leadership-experience-8736 .student-reviews-1265 span:not(.name) {
    letter-spacing: 1px;
    position: relative;
    font-weight: 400;
    color: rgb(144,115,176);
    z-index: 2;
    grid-row: 2 / 3;
    text-transform: uppercase;
    padding: 0 2rem 1rem 3rem;
    grid-column: 2 / 3;
    font-size: 20px;
}.leadership-experience-8736 .student-reviews-1265 .emp-highlights-7986 {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    margin-right: 1.5rem;
    border-top: 1px solid rgb(144,115,176,0.5);
    line-height: 1.7;
    grid-row: 3 / 4;
    z-index: 2;
    backdrop-filter: blur(5px);
    font-size: 16px;
    color: #ffffff;
    position: relative;
    grid-column: 2 / 3;
    padding: 2rem 2rem 2.5rem 3rem;
    border-radius: 0 10px 0 0;
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 0 0 10px rgb(183,169,202,0.5), 0 0 20px rgb(183,169,202,0.5);
  }
  50% {
    text-shadow: 0 0 20px rgb(183,169,202), 0 0 30px rgb(183,169,202);
  }
}

@keyframes backgroundMovement {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(10deg);
  }
}

@media (max-width: 992px) {.leadership-experience-8736 {
    padding: 5rem 1.5rem;
}.leadership-experience-8736 .student-reviews-1265 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
}.leadership-experience-8736 .student-reviews-1265 .img-display-2510 {
    grid-column: 1 / 2;
    transform: scale(1.02) translateY(-5%);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    min-height: 350px;
    grid-row: 1 / 2;
}.leadership-experience-8736 .student-reviews-1265 .img-display-2510:hover {
    transform: scale(1.03) translateY(-4%);
}.leadership-experience-8736 .student-reviews-1265 .name {
    grid-row: 2 / 3;
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    grid-column: 1 / 2;
}.leadership-experience-8736 .student-reviews-1265 span:not(.name) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    padding: 0 1.5rem 1rem 1.5rem;
}.leadership-experience-8736 .student-reviews-1265 .emp-highlights-7986 {
    margin-right: 0;
    grid-column: 1 / 2;
    border-radius: 10px;
    grid-row: 4 / 5;
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.leadership-experience-8736 {
    padding: 4rem 1rem;
}.leadership-experience-8736 .student-reviews-1265 .img-display-2510 {
    min-height: 280px;
}.leadership-experience-8736 .student-reviews-1265 .name {
    padding: 1.5rem 1rem 0.5rem 1rem;
}.leadership-experience-8736 .student-reviews-1265 span:not(.name) {
    padding: 0 1rem 1rem 1rem;
}.leadership-experience-8736 .student-reviews-1265 .emp-highlights-7986 {
    padding: 1.2rem;
}
}