* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.top-prime-T {
    flex: 1 0 auto;
}.content-wrapper-H {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    width: 1207px;
    max-width: 100%;
}html,body {
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
    min-height: 100%;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.access-cta-q {
    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;
}}
.connect-with-us-w {
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    background: #000000;
}.connect-with-us-w::before {
    opacity: 0.2;
    content: "";
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(208,191,208,0.5) 0%, transparent 50%, rgb(174,152,173,0.5) 100%);
    height: 100%;
    top: 0;
    width: 100%;
}.connect-with-us-w::after {
    left: 0;
    width: 100%;
    z-index: 1;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(208,191,208), transparent);
    height: 1px;
    position: absolute;
}.connect-with-us-w .img-container-h {
    filter: saturate(0.6) contrast(1.3);
    top: 0;
    left: 0;
    width: 100%;
    mix-blend-mode: luminosity;
    position: absolute;
    z-index: 0;
    opacity: 0.15;
    height: 100%;
}.connect-with-us-w .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.connect-with-us-w h3 {
    text-shadow: 0 0 10px rgb(208,191,208,0.5), 0 0 20px rgb(208,191,208,0.5);
    position: relative;
    margin-bottom: 60px;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}.connect-with-us-w h3::before {
    bottom: -20px;
    left: calc(50% - 100px);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    background: rgb(208,191,208);
    position: absolute;
    content: "";
    box-shadow: 0 0 10px rgb(208,191,208), 0 0 20px rgb(208,191,208);
    width: 200px;
    height: 3px;
}.connect-with-us-w .contact-request-Z {
    background: rgba(15, 15, 20, 0.8);
    border: 1px solid rgb(208,191,208,0.5);
    display: flex;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 15px rgb(208,191,208,0.5);
    clip-path: polygon(
        0 0, 
        calc(100% - 20px) 0, 
        100% 20px, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        20px 100%, 
        0 calc(100% - 20px)
    );
    position: relative;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 0;
}.connect-with-us-w .contact-request-Z::before {
    z-index: 3;
    content: "";
    position: absolute;
    height: 2px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(208,191,208), transparent);
    right: 0;
}.connect-with-us-w .contact-request-Z::after {
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(174,152,173), transparent);
    bottom: 0;
    position: absolute;
    z-index: 3;
    left: 0;
    content: "";
}.connect-with-us-w .connect-message-b {
    z-index: 2;
    padding: 50px;
    flex: 1 1 60%;
    position: relative;
}.connect-with-us-w .connect-message-b h3 {
    margin-bottom: 30px;
    text-shadow: none;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    color: rgb(208,191,208);
}.connect-with-us-w .connect-message-b h3::before {
    display: none;
}.connect-with-us-w .connect-message-b input[type="text"],
.connect-with-us-w .connect-message-b textarea {
    font-family: Arial, sans-serif;
    border: 1px solid rgb(208,191,208,0.5);
    width: 100%;
    font-size: 15px;
    padding: 16px 20px;
    border-left: 3px solid rgb(208,191,208);
    border-radius: 0;
    transition: all 0.3s ease;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}.connect-with-us-w .connect-message-b input[type="text"]::placeholder,
.connect-with-us-w .connect-message-b textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.connect-with-us-w .connect-message-b input[type="text"]:focus,
.connect-with-us-w .connect-message-b textarea:focus {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(208,191,208,0.5);
    outline: none;
    border-color: rgb(208,191,208);
}.connect-with-us-w .connect-message-b textarea {
    resize: vertical;
    min-height: 150px;
}.connect-with-us-w .connect-message-b .help-links-W {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.connect-with-us-w .connect-message-b .help-links-W input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect-with-us-w .connect-message-b .help-links-W label {
    padding-left: 35px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    position: relative;
}.connect-with-us-w .connect-message-b .help-links-W label::before {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 20px;
    content: "";
    left: 0;
    height: 20px;
    border: 1px solid rgb(208,191,208,0.5);
    top: 2px;
    transition: all 0.3s ease;
}.connect-with-us-w .connect-message-b .help-links-W input[type="checkbox"]:checked + label::before {
    background: rgb(208,191,208);
    border-color: rgb(208,191,208);
    box-shadow: 0 0 10px rgb(208,191,208,0.5);
}.connect-with-us-w .connect-message-b .help-links-W input[type="checkbox"]:checked + label::after {
    width: 6px;
    transform: rotate(45deg);
    top: 4px;
    left: 7px;
    content: "";
    position: absolute;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    height: 12px;
}.connect-with-us-w .connect-message-b .help-links-W a {
    font-weight: 600;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgb(208,191,208,0.5);
    text-decoration: none;
    color: rgb(208,191,208);
}.connect-with-us-w .connect-message-b .help-links-W a:hover {
    color: rgb(174,152,173);
    text-shadow: 0 0 5px rgb(174,152,173);
    border-bottom-color: rgb(174,152,173);
}.connect-with-us-w .connect-message-b .reach-box-E {
    font-size: 19px;
    position: relative;
    font-weight: 600;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    cursor: pointer;
    padding: 16px 30px;
    border: none;
    overflow: hidden;
    background: rgb(208,191,208);
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.3s ease;
    text-transform: uppercase;
}.connect-with-us-w .connect-message-b .reach-box-E::before {
    content: "";
    transition: all 0.5s ease;
    left: -100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
}.connect-with-us-w .connect-message-b .reach-box-E:hover {
    box-shadow: 0 0 20px rgb(174,152,173,0.5);
    background: rgb(174,152,173);
    transform: translateY(-2px);
}.connect-with-us-w .connect-message-b .reach-box-E:hover::before {
    left: 100%;
}.connect-with-us-w .query-message-t {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    flex: 1 1 35%;
    border-left: 1px solid rgb(208,191,208,0.5);
    padding: 50px;
}.connect-with-us-w .query-message-t h4 {
    font-weight: 600;
    color: rgb(174,152,173);
    letter-spacing: 1px;
    font-size: 18px;
    position: relative;
    margin-bottom: 35px;
    text-transform: uppercase;
}.connect-with-us-w .query-message-t h4::after {
    background: rgb(174,152,173);
    height: 2px;
    box-shadow: 0 0 10px rgb(174,152,173);
    bottom: -10px;
    content: "";
    width: 50px;
    position: absolute;
    left: 0;
}.connect-with-us-w .query-message-t .message-help-A {
    padding: 0;
    margin: 0;
    list-style: none;
}.connect-with-us-w .query-message-t .message-help-A li {
    transition: all 0.3s ease;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(174,152,173,0.5);
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
    display: flex;
    margin-bottom: 20px;
    position: relative;
    padding: 15px;
}.connect-with-us-w .query-message-t .message-help-A li::after {
    width: 3px;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(174,152,173);
    opacity: 0.7;
    height: 100%;
}.connect-with-us-w .query-message-t .message-help-A li:hover {
    transform: translateX(5px);
    border-color: rgb(174,152,173);
    box-shadow: 0 0 15px rgb(174,152,173,0.5);
}.connect-with-us-w .query-message-t .message-help-A li svg {
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    margin-right: 15px;
}.connect-with-us-w .query-message-t .message-help-A li:hover svg {
    transform: scale(1.1);
}.connect-with-us-w .query-message-t .message-help-A li svg path {
    fill: rgb(174,152,173);
    transition: all 0.3s ease;
}.connect-with-us-w .query-message-t .message-help-A li:hover svg path {
    fill: #ffffff;
    filter: drop-shadow(0 0 3px rgb(174,152,173));
}.connect-with-us-w .query-message-t .message-help-A li span {
    color: #ffffff;
    font-size: 15px;
}.connect-with-us-w .query-message-t .message-help-A li a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.connect-with-us-w .query-message-t .message-help-A li a:hover {
    text-shadow: 0 0 5px rgb(174,152,173,0.5);
    color: rgb(174,152,173);
}

@keyframes flicker {
    0% { opacity: 1; }
    3% { opacity: 0.8; }
    6% { opacity: 1; }
    7% { opacity: 0.9; }
    9% { opacity: 1; }
    11% { opacity: 0.7; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    83% { opacity: 0.8; }
    87% { opacity: 1; }
    100% { opacity: 1; }
}

@media (max-width: 992px) {.connect-with-us-w {
    padding: 70px 0;
}.connect-with-us-w h3 {
    font-size: calc(47px * 0.8);
}.connect-with-us-w .contact-request-Z {
    clip-path: polygon(
            0 0, 
            calc(100% - 20px) 0, 
            100% 20px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
    flex-direction: column;
}.connect-with-us-w .query-message-t {
    border-top: 1px solid rgb(174,152,173,0.5);
    border-left: none;
}
}

@media (max-width: 768px) {.connect-with-us-w {
    padding: 60px 0;
}.connect-with-us-w h3 {
    margin-bottom: 40px;
    font-size: calc(47px * 0.7);
}.connect-with-us-w h3::before {
    bottom: -15px;
    width: 150px;
    left: calc(50% - 75px);
}.connect-with-us-w .connect-message-b,
    .connect-with-us-w .query-message-t {
    padding: 40px 30px;
}.connect-with-us-w .connect-message-b input[type="text"],
    .connect-with-us-w .connect-message-b textarea {
    padding: 14px 16px;
}.connect-with-us-w .query-message-t .message-help-A li {
    padding: 12px;
}
}

@media (max-width: 576px) {.connect-with-us-w {
    padding: 50px 0;
}.connect-with-us-w h3 {
    font-size: calc(47px * 0.5);
    margin-bottom: 35px;
}.connect-with-us-w h3::before {
    height: 2px;
    left: calc(50% - 50px);
    bottom: -12px;
    width: 100px;
}.connect-with-us-w .contact-request-Z {
    clip-path: polygon(
            0 0, 
            calc(100% - 15px) 0, 
            100% 15px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}.connect-with-us-w .connect-message-b,
    .connect-with-us-w .query-message-t {
    padding: 30px 20px;
}.connect-with-us-w .connect-message-b input[type="text"],
    .connect-with-us-w .connect-message-b textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.connect-with-us-w .connect-message-b .help-links-W label {
    font-size: calc(13px * 0.9);
}.connect-with-us-w .connect-message-b .reach-box-E {
    padding: 14px 20px;
    width: 100%;
}.connect-with-us-w .query-message-t .message-help-A li {
    margin-bottom: 15px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
    padding: 10px;
}}.price-option-z {
    overflow: hidden;
    background: rgb(233,225,233);
    padding: 100px 0;
    position: relative;
}.price-option-z::before {
    z-index: 0;
    position: absolute;
    animation: float-effect 12s infinite alternate ease-in-out;
    content: "";
    background: rgb(208,191,208,0.5);
    width: 300px;
    right: -50px;
    height: 300px;
    top: -50px;
    filter: blur(80px);
}.price-option-z::after {
    width: 250px;
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    left: -50px;
    filter: blur(60px);
    bottom: -50px;
    content: "";
    z-index: 0;
    height: 250px;
    background: rgb(174,152,173,0.5);
    position: absolute;
}.price-option-z .container {
    max-width: 1200px;
    padding: 0 15px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.price-option-z .learn-fees-L {
    flex-direction: column;
    gap: 60px;
    display: flex;
}.price-option-z .promo-plans-n {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    order: -1;
}.price-option-z .promo-plans-n h2 {
    font-size: 33px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
}.price-option-z .promo-plans-n h2::after {
    position: absolute;
    height: 3px;
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    background: rgb(208,191,208);
    width: 80px;
}.price-option-z .indv-cost-k {
    color: #000000;
    line-height: 1.6;
    opacity: 0.85;
    margin-bottom: 0;
    font-size: 14px;
}.price-option-z .cert-fees-K {
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}.price-option-z .pricing-pack-f {
    perspective: 1000px;
    position: relative;
    color: inherit;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
    text-decoration: none;
    height: 100%;
}.price-option-z .pricing-pack-f:hover {
    transform: translateY(-10px) scale(1.02);
}.price-option-z .fee-schemes-S {
    transition: box-shadow 0.4s ease;
    flex-direction: column;
    display: flex;
    transform-style: preserve-3d;
    overflow: hidden;
    height: 100%;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.price-option-z .pricing-pack-f:hover .fee-schemes-S {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(208,191,208,0.5);
}.price-option-z .price-plan-a {
    overflow: hidden;
    flex-grow: 1;
    padding: 30px;
    flex-direction: column;
    z-index: 2;
    position: relative;
    display: flex;
}.price-option-z .price-plan-a::before {
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(208,191,208), rgb(174,152,173));
    left: 0;
    height: 5px;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    transform-origin: left;
    right: 0;
}.price-option-z .pricing-pack-f:hover .price-plan-a::before {
    transform: scaleX(1);
}.price-option-z .price-plan-a h3 {
    white-space: normal;
    font-weight: 700;
    overflow-wrap: break-word;
    font-size: calc(24px + 2px);
    margin-bottom: 10px;
    word-break: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    color: #000000;
}.price-option-z .pricing-pack-f:hover .price-plan-a h3 {
    transform: translateX(5px);
    color: rgb(208,191,208);
}.price-option-z .plan-fees-k {
    white-space: normal;
    color: rgb(174,152,173);
    transition: transform 0.4s ease;
    font-weight: 700;
    font-size: 24px;
    word-break: break-word;
    display: block;
    overflow-wrap: break-word;
    position: relative;
    margin: 10px 0 20px;
}.price-option-z .plan-fees-k::before {
    width: 40px;
    transition: width 0.4s ease;
    bottom: -8px;
    content: "";
    height: 2px;
    background: rgb(174,152,173,0.5);
    left: 0;
    position: absolute;
}.price-option-z .pricing-pack-f:hover .plan-fees-k::before {
    width: 80px;
}.price-option-z .price-plan-a p {
    font-size: calc(14px - 1px);
    color: #000000;
    overflow-wrap: break-word;
    flex-grow: 1;
    transition: color 0.3s ease;
    word-break: break-word;
    white-space: normal;
    margin-bottom: 0;
    line-height: 1.6;
}.price-option-z .img-container-h {
    transform: translateZ(-10px);
    overflow: hidden;
    transition: transform 0.6s ease, filter 0.6s ease;
    position: relative;
    height: 200px;
}.price-option-z .img-container-h::after {
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    content: "";
    transition: opacity 0.5s ease;
    opacity: 0.6;
    position: absolute;
}.price-option-z .pricing-pack-f:hover .img-container-h {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.price-option-z .pricing-pack-f:hover .img-container-h::after {
    opacity: 0.4;
}.price-option-z .pricing-pack-f::after {
    z-index: -1;
    right: 30px;
    height: 15px;
    top: 100%;
    content: "";
    border-radius: 50%;
    transition: opacity 0.4s ease;
    background: rgb(208,191,208,0.5);
    position: absolute;
    opacity: 0;
    left: 30px;
    filter: blur(10px);
}.price-option-z .pricing-pack-f:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.price-option-z .learn-fees-L {
    flex-direction: row;
    align-items: center;
}.price-option-z .promo-plans-n {
    flex: 0 0 30%;
    text-align: left;
    order: 0;
    padding-right: 40px;
}.price-option-z .promo-plans-n h2::after {
    left: 0;
    transform: none;
}.price-option-z .cert-fees-K {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.price-option-z .cert-fees-K {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.price-option-z .price-plan-a {
    padding: 35px;
}.price-option-z .img-container-h {
    height: 220px;
}
}

@media (max-width: 991px) {.price-option-z {
    padding: 80px 0;
}.price-option-z .promo-plans-n {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.price-option-z {
    padding: 60px 0;
}.price-option-z .cert-fees-K {
    grid-template-columns: 1fr;
    gap: 25px;
}.price-option-z .promo-plans-n h2 {
    font-size: calc(33px - 4px);
}.price-option-z .img-container-h {
    height: 180px;
}.price-option-z .price-plan-a {
    padding: 25px;
}
}

@media (max-width: 480px) {.price-option-z {
    padding: 50px 0;
}.price-option-z .price-plan-a h3 {
    font-size: 24px;
}.price-option-z .plan-fees-k {
    font-size: calc(24px - 2px);
}.price-option-z .img-container-h {
    height: 160px;
}.price-option-z .price-plan-a {
    padding: 20px;
}}.privacy-chamber-a {
    flex-direction: column;
    color: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 10px rgb(208,191,208,0.5);
    padding: 2rem;
    gap: 1.5rem;
    display: flex;
    background-color: rgb(208,191,208);
}.privacy-chamber-a h1, .privacy-chamber-a h2 {
    color: rgb(208,191,208);
    margin-bottom: 0.75rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}.privacy-chamber-a h1 {
    border-left: 4px solid rgb(208,191,208);
    font-size: 42px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-weight: 700;
    padding-left: 0.5rem;
}.privacy-chamber-a h2 {
    border-left: 4px solid rgb(174,152,173);
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    padding-left: 0.5rem;
    border-radius: 10px;
    padding: 0.5rem 1rem;
    font-size: 35px;
}.privacy-chamber-a h3, .privacy-chamber-a h4, .privacy-chamber-a h5, .privacy-chamber-a h6 {
    margin: 10px 0;
}.privacy-chamber-a ul {
    margin: 10px 0;
    gap: 0.75rem;
    display: flex;
    list-style: none;
    flex-direction: column;
    padding-left: 0;
}.privacy-chamber-a ul li {
    gap: 1rem;
    display: flex;
    padding: 0.5rem;
    font-weight: 400;
    font-size: 14px;
    align-items: center;
    border-radius: 10px;
    background-color: rgb(174,152,173,0.5);
}.privacy-chamber-a ul li::before {
    font-size: 1.2rem;
    content: '⭑';
    color: rgb(208,191,208);
}.privacy-chamber-a p, .privacy-chamber-a span {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #ffffff;
    font-size: 14px;
}.privacy-chamber-a div {
    margin-bottom: 1rem;
}.privacy-chamber-a section {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}
@media only screen and (max-width: 800px) {.privacy-chamber-a {
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 10px;
}.privacy-chamber-a h1 {
    font-size: calc(20px * 0.9);
}.privacy-chamber-a h2 {
    font-size: calc(20px * 0.9);
}.privacy-chamber-a ul {
    gap: 0.5rem;
}.privacy-chamber-a ul li {
    padding: 0.75rem;
}.privacy-chamber-a ul li::before {
    font-size: 1rem;
}}.teacher-profile-E {
    position: relative;
    background: rgb(233,225,233);
    padding: 140px 0;
    overflow: hidden;
}.teacher-profile-E::before {
    content: "";
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(208,191,208,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(174,152,173,0.5) 0, rgb(174,152,173,0.5) 1px, transparent 1px, transparent 15px);
    inset: 0;
    position: absolute;
    opacity: 0.1;
    animation: backgroundShift 30s linear infinite;
}.teacher-profile-E::after {
    top: -50%;
    filter: blur(60px);
    position: absolute;
    z-index: 0;
    left: -50%;
    background: 
        radial-gradient(circle at 30% 30%, rgb(208,191,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(174,152,173,0.5) 0%, transparent 40%);
    width: 200%;
    height: 200%;
    content: "";
    animation: pulseBackground 15s ease-in-out infinite alternate;
    opacity: 0.3;
}.teacher-profile-E .container {
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
    z-index: 1;
    max-width: 1200px;
}.teacher-profile-E .user-voices-W {
    backdrop-filter: blur(10px);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1200px) rotateY(0deg);
    position: relative;
    grid-template-rows: auto auto;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    overflow: hidden;
    display: grid;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 28px;
}.teacher-profile-E .user-voices-W:hover {
    transform: perspective(1200px) rotateY(2deg);
}.teacher-profile-E .img-container-h {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    z-index: 1;
    grid-row: 1 / span 2;
    grid-column: 1;
    min-height: 450px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.teacher-profile-E .img-container-h::before {
    position: absolute;
    transition: opacity 0.5s ease;
    inset: 0;
    opacity: 0;
    content: "";
    mix-blend-mode: multiply;
    z-index: 2;
    background: linear-gradient(135deg, rgb(208,191,208,0.5) 0%, transparent 100%);
}.teacher-profile-E .user-voices-W:hover .img-container-h::before {
    opacity: 0.4;
}.teacher-profile-E .name {
    font-family: Arial, sans-serif;
    grid-row: 1;
    color: #000000;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 23px;
    align-self: end;
    z-index: 2;
    grid-column: 2;
    position: relative;
    margin: 0;
    font-weight: 700;
    padding: 0 50px 5px 70px;
}.teacher-profile-E .user-voices-W:hover .name {
    transform: translateY(-5px);
}.teacher-profile-E .user-voices-W span:not(.name) {
    grid-row: 1;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    align-self: end;
    padding: 35px 50px 40px 70px;
    font-weight: 300;
    color: rgb(174,152,173);
    z-index: 2;
    font-size: 12px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    margin: 0;
    grid-column: 2;
}.teacher-profile-E .user-voices-W:hover span:not(.name) {
    transform: translateY(-5px);
}.teacher-profile-E .user-voices-W span:not(.name)::after {
    width: 40px;
    background: rgb(208,191,208);
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    bottom: 30px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    left: 70px;
    height: 2px;
    content: "";
}.teacher-profile-E .user-voices-W:hover span:not(.name)::after {
    transform: scaleX(1);
}.teacher-profile-E .experience-tasks-p {
    position: relative;
    font-weight: 400;
    grid-row: 2;
    z-index: 2;
    grid-column: 2;
    margin: 0;
    color: #000000;
    line-height: 1.8;
    padding: 0 50px 50px 70px;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    font-size: 12px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}.teacher-profile-E .user-voices-W:hover .experience-tasks-p {
    transform: translateY(-5px);
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes pulseBackground {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.teacher-profile-E {
    padding: 120px 0;
}.teacher-profile-E .user-voices-W {
    grid-template-columns: 1fr 1.2fr;
}.teacher-profile-E .img-container-h {
    min-height: 400px;
}.teacher-profile-E .name {
    padding: 0 40px 5px 50px;
    font-size: calc(23px * 0.9);
}.teacher-profile-E .user-voices-W span:not(.name) {
    padding: 30px 40px 35px 50px;
}.teacher-profile-E .user-voices-W span:not(.name)::after {
    left: 50px;
    bottom: 25px;
}.teacher-profile-E .experience-tasks-p {
    padding: 0 40px 40px 50px;
}
}

@media (max-width: 768px) {.teacher-profile-E {
    padding: 100px 0;
}.teacher-profile-E .container {
    padding: 0 30px;
}.teacher-profile-E .user-voices-W {
    grid-template-columns: 1fr;
    grid-template-rows: 300px auto auto auto;
}.teacher-profile-E .img-container-h {
    grid-row: 1;
    grid-column: 1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    min-height: 300px;
}.teacher-profile-E .name {
    grid-row: 2;
    text-align: left;
    padding: 40px 30px 5px 30px;
    grid-column: 1;
}.teacher-profile-E .user-voices-W span:not(.name) {
    grid-row: 3;
    padding: 10px 30px 40px 30px;
    grid-column: 1;
    text-align: left;
}.teacher-profile-E .user-voices-W span:not(.name)::after {
    bottom: 30px;
    left: 30px;
}.teacher-profile-E .experience-tasks-p {
    padding: 0 30px 40px 30px;
    grid-column: 1;
    grid-row: 4;
}
}

@media (max-width: 480px) {.teacher-profile-E {
    padding: 80px 0;
}.teacher-profile-E .container {
    padding: 0 20px;
}.teacher-profile-E .img-container-h {
    min-height: 250px;
}.teacher-profile-E .name {
    font-size: calc(23px * 0.85);
    padding: 30px 25px 5px 25px;
}.teacher-profile-E .user-voices-W span:not(.name) {
    font-size: calc(12px * 0.95);
    padding: 10px 25px 30px 25px;
}.teacher-profile-E .user-voices-W span:not(.name)::after {
    bottom: 20px;
    width: 30px;
    left: 25px;
}.teacher-profile-E .experience-tasks-p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
    padding: 0 25px 30px 25px;
}}footer {
    position: relative;
    width: 100%;
}footer .access-cta-q {
    position: relative;
    background: linear-gradient(135deg, rgb(208,191,208), rgb(174,152,173));
    padding: 80px 0 30px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}footer .access-cta-q::before {
    top: 0;
    height: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
}footer .achieve-cta-V {
    z-index: 1;
    position: relative;
}footer .help-request-C {
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    gap: 20px;
}footer .info_item {
    background-color: rgb(208,191,208,0.5);
    display: flex;
    padding: 20px;
    flex: 0 1 220px;
    border-radius: 50%;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 220px;
    backdrop-filter: blur(5px);
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    background-color: rgb(174,152,173,0.5);
    z-index: 2;
    transform: scale(1.05) translateY(0);
}footer .info_item svg {
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    fill: #ffffff;
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    font-size: 12px;
    max-width: 80%;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}footer .top-nav-f, footer .main-bar-F, footer .subscribe_holder {
    background-color: rgb(208,191,208,0.5);
    align-items: center;
    transition: all 0.3s ease;
    border-radius: 25px;
    flex: 1 1 300px;
    text-align: center;
    position: relative;
    padding: 30px;
    backdrop-filter: blur(5px);
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    overflow: hidden;
    max-width: 400px;
}footer .top-nav-f:hover, footer .main-bar-F:hover, footer .subscribe_holder:hover {
    background-color: rgb(174,152,173,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}footer .top-nav-f::before, footer .main-bar-F::before, footer .subscribe_holder::before {
    height: 150px;
    border-radius: 50%;
    position: absolute;
    content: "";
    opacity: 0.1;
    width: 150px;
    z-index: -1;
}footer .top-nav-f::before {
    background-color: rgb(208,191,208);
    top: -50px;
    left: -50px;
}footer .main-bar-F::before {
    right: -50px;
    bottom: -50px;
    background-color: rgb(174,152,173);
}footer .subscribe_holder::before {
    left: -50px;
    background-color: rgb(208,191,208);
    bottom: -50px;
}footer .top-nav-f svg {
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 50px;
}footer .cert-display-O {
    max-width: 300px;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}footer .main-bar-F h5, footer .subscribe_holder h5 {
    font-weight: 600;
    display: inline-block;
    font-size: 21px;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
}footer .main-bar-F h5::after, footer .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
    width: 40px;
    transition: width 0.3s ease;
    bottom: -8px;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #ffffff;
}footer .main-bar-F:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .head-master-U {
    margin-bottom: 20px;
    max-width: 300px;
    justify-content: center;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}footer .head-master-U a {
    transition: all 0.3s ease;
    background-color: rgb(208,191,208,0.5);
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    font-size: 12px;
    padding: 8px 15px;
}footer .head-master-U a:hover {
    transform: translateY(-3px);
    background-color: rgb(174,152,173,0.5);
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 1.6;
    max-width: 300px;
}footer .input_holder {
    align-items: center;
    gap: 15px;
    max-width: 300px;
    width: 100%;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px 20px;
    width: 100%;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 12px;
    border: none;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 3px rgb(208,191,208,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .updates-cta-h {
    font-size: 14px;
    padding: 15px 20px;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    background-color: rgb(208,191,208);
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
}footer .updates-cta-h:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(174,152,173);
    transform: translateY(-3px);
}footer .knowl-base-P {
    margin-top: 60px;
    text-align: center;
    position: relative;
}footer .code-labs-X {
    border-radius: 10px;
    font-size: 12px;
    backdrop-filter: blur(5px);
    color: rgba(255, 255, 255, 0.7);
    background-color: rgb(208,191,208,0.5);
    padding: 8px 20px;
    display: inline-block;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    height: 180px;
    flex: 0 1 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .access-cta-q {
    padding: 60px 0 30px;
}footer .help-request-C {
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    padding: 15px;
    height: 100px;
    flex: 0 1 100px;
}footer .top-nav-f, footer .main-bar-F, footer .subscribe_holder {
    padding: 25px 20px;
}footer .knowl-base-P {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .access-cta-q {
    padding: 50px 0 20px;
}footer .info_item {
    height: 90px;
    flex: 0 1 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(12px - 1px);
}footer .main-bar-F h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .head-master-U a {
    font-size: calc(12px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .updates-cta-h {
    padding: 12px 15px;
}footer .code-labs-X {
    padding: 6px 15px;
}}.overlayConsentSettings-w {
    border-top: 3px solid rgb(208,191,208);
    bottom: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1050;
    position: fixed;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    width: 100%;
    background: #ffffff;
    font-family: Arial, sans-serif;
}.user-dialog-c {
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
    justify-content: space-between;
}.cookie-screen-N {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie-screen-N svg {
    transition: fill 0.3s ease-in-out;
    fill: rgb(208,191,208);
    height: 50px;
    width: 50px;
}.data-opt-A {
    flex-grow: 1;
    margin-right: 15px;
}.data-opt-A h5 {
    color: rgb(208,191,208);
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
}.data-opt-A p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
}.cookie-comply-Z {
    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;
    line-height: 1.5;
    text-align: center;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    user-select: none;
    vertical-align: middle;
    margin-left: 10px;
    white-space: nowrap;
    font-size: 19px;
    border-radius: 10px;
    text-decoration: none;
}.cookie_button.learn-prefs-s {
    background-color: rgb(208,191,208);
    color: #ffffff;
    border-color: rgb(208,191,208);
}#cookieMessageModal-A {
    display: none;
}#cookieMessageModal-A:checked ~ .overlayConsentSettings-w {
    visibility: hidden;
    opacity: 0;
}.cookie_button.learn-prefs-s:hover {
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.cookie-window-p {
    background-color: rgb(174,152,173);
    color: #000000;
    border-color: rgb(174,152,173);
}.cookie_button.cookie-window-p:hover {
    background-color: rgb(208,191,208);
    border-color: rgb(208,191,208);
    color: #ffffff;
}.overlayConsentSettings-w p a {
    text-decoration: underline;
    color: rgb(208,191,208);
}.overlayConsentSettings-w p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.data-opt-A h5 {
    font-size: calc(22px - 2px);
}.data-opt-A p {
    font-size: calc(15px - 2px);
}.cookie-comply-Z {
    font-size: calc(19px - 2px);
}
}
@media (max-width: 800px) {.user-dialog-c {
    flex-direction: column;
    align-items: center;
}.cookie-screen-N {
    margin-bottom: 10px;
}.data-opt-A {
    text-align: center;
    margin-bottom: 15px;
}.cookie-comply-Z {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
.statistical-report-E {
    background: linear-gradient(135deg, rgb(233,225,233) 0%, rgba(245, 245, 255, 0.95) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.statistical-report-E::before {
    top: -15%;
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    z-index: 1;
    left: -10%;
    position: absolute;
    opacity: 0.07;
    width: 35%;
    content: "";
    background: linear-gradient(165deg, rgb(208,191,208,0.5) 0%, transparent 70%);
}.statistical-report-E::after {
    z-index: 1;
    content: "";
    right: -5%;
    opacity: 0.08;
    transform: rotate(10deg);
    bottom: -5%;
    height: 60%;
    position: absolute;
    width: 30%;
    background: linear-gradient(195deg, rgb(174,152,173,0.5) 0%, transparent 85%);
}.statistical-report-E .container {
    max-width: 1320px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.statistical-report-E h4 {
    opacity: 0;
    letter-spacing: 0.5px;
    color: rgb(208,191,208);
    transform: translateY(20px);
    text-align: center;
    font-weight: 600;
    margin-top: 3rem;
    font-family: Arial, sans-serif;
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    font-size: 18px;
}.statistical-report-E ul {
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    display: flex;
}.statistical-report-E .statistics-advances-L {
    position: relative;
    flex: 0 0 calc(25% - 20px);
    animation-delay: calc(0.1s * var(--order));
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    padding: 1.75rem 1rem;
    opacity: 0;
    transform: translateY(20px);
}.statistical-report-E .statistics-advances-L:nth-child(1) {
    --order: 1;
}.statistical-report-E .statistics-advances-L:nth-child(2) {
    --order: 2;
}.statistical-report-E .statistics-advances-L:nth-child(3) {
    --order: 3;
}.statistical-report-E .statistics-advances-L:nth-child(4) {
    --order: 4;
}.statistical-report-E .statistics-advances-L:nth-child(5) {
    --order: 5;
}.statistical-report-E .statistics-advances-L:nth-child(6) {
    --order: 6;
}.statistical-report-E .statistics-advances-L:nth-child(7) {
    --order: 7;
}.statistical-report-E .statistics-advances-L div {
    box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.1), 
                0 1px 3px rgba(0, 0, 0, 0.05);
    align-items: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    justify-content: center;
    overflow: hidden;
    display: flex;
    position: relative;
    flex-direction: column;
    min-height: 160px;
    height: 100%;
    padding: 1.75rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.statistical-report-E .statistics-advances-L div::before {
    left: 0;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    height: 0;
    background: linear-gradient(to bottom, rgb(208,191,208), rgb(174,152,173));
    position: absolute;
    content: "";
    top: 0;
}.statistical-report-E .statistics-advances-L:hover div::before {
    height: 100%;
}.statistical-report-E .statistics-advances-L div::after {
    transform-origin: right;
    transform: scaleX(0);
    width: 40%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, transparent, rgb(174,152,173,0.5));
    bottom: 0;
    height: 2px;
}.statistical-report-E .statistics-advances-L:hover div::after {
    transform: scaleX(1);
}.statistical-report-E .statistics-advances-L p {
    margin: 0 0 0.5rem;
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(208,191,208), rgb(174,152,173));
    color: transparent;
    font-size: calc(38px * 1.2);
    -webkit-background-clip: text;
    background-clip: text;
    color: rgb(208,191,208);
    font-weight: 700;
}.statistical-report-E .statistics-advances-L:hover p {
    transform: translateY(-5px);
}.statistical-report-E .statistics-advances-L span {
    color: #000000;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    max-width: 90%;
    font-weight: 400;
    transition: all 0.3s ease;
    font-size: 16px;
    font-family: Arial, sans-serif;
}.statistical-report-E .statistics-advances-L:hover span {
    color: #000000;
}

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

@media screen and (max-width: 1200px) {.statistical-report-E .statistics-advances-L {
    flex: 0 0 calc(33.333% - 20px);
}
}

@media screen and (max-width: 992px) {.statistical-report-E {
    padding: 5rem 0;
}.statistical-report-E .statistics-advances-L {
    flex: 0 0 calc(50% - 20px);
}.statistical-report-E .statistics-advances-L div {
    padding: 1.5rem;
    min-height: 150px;
}.statistical-report-E .statistics-advances-L p {
    font-size: calc(38px * 1.1);
}
}

@media screen and (max-width: 768px) {.statistical-report-E {
    padding: 4rem 0;
}.statistical-report-E::before,
    .statistical-report-E::after {
    width: 50%;
}.statistical-report-E .statistics-advances-L {
    flex: 0 0 calc(50% - 15px);
}.statistical-report-E .statistics-advances-L div {
    padding: 1.25rem;
    min-height: 140px;
}.statistical-report-E h4 {
    margin-top: 2.5rem;
}
}

@media screen and (max-width: 576px) {.statistical-report-E {
    padding: 3.5rem 0;
}.statistical-report-E .statistics-advances-L {
    margin-bottom: 5px;
    flex: 0 0 100%;
}.statistical-report-E .statistics-advances-L div {
    min-height: auto;
    padding: 1.5rem 1rem;
}.statistical-report-E .statistics-advances-L p {
    font-size: 38px;
}.statistical-report-E h4 {
    font-size: calc(18px * 0.9);
    margin-top: 2rem;
}}.program-information-w {
    align-items: center;
    background: rgb(233,225,233);
    min-height: 100vh;
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 4rem 2rem;
    justify-content: center;
}.program-information-w .pro-skills-a {
    overflow: hidden;
    width: 45%;
    border-bottom-left-radius: 150px;
    border-top-left-radius: 150px;
    transform: translateY(-50%);
    position: absolute;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.08);
    top: 50%;
    right: 0;
    height: 70vh;
    z-index: 1;
}.program-information-w .pro-skills-a::before {
    position: absolute;
    height: 100%;
    width: 100px;
    z-index: 2;
    background: linear-gradient(90deg, rgb(233,225,233), transparent);
    left: 0;
    pointer-events: none;
    content: "";
    top: 0;
}.program-information-w .career-class-h {
    width: 100%;
    display: flex;
    height: 500%;
    animation: carousel-vertical 25s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    flex-direction: column;
}.program-information-w .pro-skills-a:hover .career-class-h {
    animation-play-state: paused;
}.program-information-w .education-track-X {
    height: 20%;
    flex-shrink: 0;
    width: 100%;
    position: relative;
}.program-information-w .education-track-X img {
    filter: brightness(1.05) contrast(1.08);
    transition: transform 0.7s ease;
    object-fit: cover;
    height: 100%;
    object-position: center;
    width: 100%;
}.program-information-w .education-track-X:hover img {
    transform: scale(1.05);
}.program-information-w .container {
    max-width: 1200px;
    z-index: 2;
    display: flex;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    margin: 0 auto;
}.program-information-w .fast-learning-f {
    padding-right: 10%;
    width: 60%;
}.program-information-w .training-plan-V {
    position: relative;
    background: #ffffff;
    padding: 3.5rem;
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
}.program-information-w .training-plan-V::before {
    height: calc(100% - 3rem);
    border: 1px solid rgb(208,191,208,0.5);
    width: calc(100% - 3rem);
    position: absolute;
    border-radius: 10px;
    opacity: 0.3;
    top: 1.5rem;
    left: 1.5rem;
    pointer-events: none;
    content: "";
}.program-information-w .training-plan-V h3 {
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: rgb(208,191,208);
    font-size: 35px;
}.program-information-w .training-plan-V p {
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 2rem;
    color: #000000;
}.program-information-w .training-plan-V .reach-box-E {
    text-decoration: none;
    padding: 0.9rem 2.25rem;
    font-weight: 600;
    z-index: 1;
    color: #ffffff;
    border-radius: 12px;
    font-size: 20px;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    background: rgb(208,191,208);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.program-information-w .training-plan-V .reach-box-E::before {
    left: 0;
    z-index: -1;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    position: absolute;
}.program-information-w .training-plan-V .reach-box-E:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.program-information-w .training-plan-V .reach-box-E:hover::before {
    transform: translateX(100%);
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.program-information-w {
    padding: 3rem 2rem;
}.program-information-w .pro-skills-a {
    width: 40%;
    height: 60vh;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}.program-information-w .fast-learning-f {
    width: 65%;
    padding-right: 5%;
}.program-information-w .training-plan-V {
    padding: 2.5rem;
}.program-information-w .training-plan-V::before {
    left: 1rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    top: 1rem;
}.program-information-w .training-plan-V h3 {
    font-size: calc(35px * 0.9);
}

}

@media (max-width: 767px) {.program-information-w {
    display: block;
    padding: 3rem 1.5rem;
    min-height: auto;
}.program-information-w .pro-skills-a {
    height: 40vh;
    width: 100%;
    top: auto;
    margin-bottom: 2rem;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-radius: 0;
    right: auto;
    transform: none;
    position: relative;
}.program-information-w .pro-skills-a::before {
    height: 100px;
    background: linear-gradient(0deg, rgb(233,225,233), transparent);
    width: 100%;
    bottom: 0;
    top: auto;
}.program-information-w .career-class-h {
    animation: carousel-horizontal-mobile 20s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    height: 100%;
    flex-direction: row;
    width: 500%;
}.program-information-w .education-track-X {
    width: 20%;
    height: 100%;
}.program-information-w .container {
    justify-content: center;
    width: 100%;
}.program-information-w .fast-learning-f {
    padding-right: 0;
    width: 100%;
    max-width: 500px;
}.program-information-w .training-plan-V {
    padding: 2rem 1.5rem;
}.program-information-w .training-plan-V::before {
    top: 0.75rem;
    width: calc(100% - 1.5rem);
    left: 0.75rem;
    height: calc(100% - 1.5rem);
}.program-information-w .training-plan-V h3 {
    font-size: 21px;
}.program-information-w .training-plan-V p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.program-information-w .training-plan-V .reach-box-E {
    padding: 0.8rem 1.5rem;
    width: 100%;
    text-align: center;
}@keyframes carousel-horizontal-mobile {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-20%);
        }
        40%, 56% {
            transform: translateX(-40%);
        }
        60%, 76% {
            transform: translateX(-60%);
        }
        80%, 96% {
            transform: translateX(-80%);
        }
        100% {
            transform: translateX(0);
        }
    }
}header {
    width: 100%;
    overflow: visible;
    z-index: 99;
    position: relative;
    background: linear-gradient(135deg, rgb(208,191,208,0.5) 0%, rgb(174,152,173) 100%);
}header::before {
    height: 100%;
    background: linear-gradient(145deg, rgb(174,152,173,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 0;
}header .main-pagewrap-p {
    display: flex;
    align-items: center;
    transform: none;
    flex-direction: row;
    position: relative;
    padding: 20px 15px;
    justify-content: space-between;
    z-index: 5;
}header .main-pagewrap-p .top-nav-f {
    transition: transform 0.4s ease;
    transform: translateX(0);
    margin-right: 10px;
}header .main-pagewrap-p .top-nav-f:hover {
    transform: scale(1.05);
}header .main-pagewrap-p .top-nav-f .site-prime-v {
    display: inline-block;
}header .main-pagewrap-p .top-nav-f .site-prime-v svg {
    height: 50px;
    width: auto;
}header .main-pagewrap-p .main-bar-F {
    padding: 20px 30px;
    position: relative;
    transform: none;
    display: flex;
    margin: 0;
    border-radius: 14px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.5);
}header .main-pagewrap-p .main-bar-F::before {
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    transform: rotate(-2deg) scale(1.03);
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    border-radius: 14px;
    position: absolute;
}header .main-pagewrap-p .main-bar-F .site-study-F {
    margin: 0 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}header .main-pagewrap-p .main-bar-F .site-study-F:hover {
    transform: translateY(-3px) scale(1.05);
}header .main-pagewrap-p .main-bar-F .site-study-F a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 8px 5px;
    position: relative;
    overflow: hidden;
}header .main-pagewrap-p .main-bar-F .site-study-F a::after {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(174,152,173), transparent);
    bottom: 0;
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    transition: transform 0.4s ease;
}header .main-pagewrap-p .main-bar-F .site-study-F:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .main-pagewrap-p {
    flex-direction: column;
    align-items: center;
}header .main-pagewrap-p .top-nav-f {
    margin-bottom: 15px;
    margin-right: 0;
}header .main-pagewrap-p .main-bar-F {
    padding: 15px;
    width: 100%;
    justify-content: center;
}header .main-pagewrap-p .main-bar-F .site-study-F {
    margin: 5px 15px 5px 0;
}header .main-pagewrap-p .main-bar-F .site-study-F a {
    font-size: calc(12px - 2px);
    padding: 5px;
}}.tyContainer-q {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,225,233) 0%, rgb(174,152,173,0.5) 100%);
    padding: 80px 0;
}.tyContainer-q::before {
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(208,191,208,0.5) 0%, transparent 60%);
    top: 0;
    opacity: 0.7;
    animation: pulse 8s infinite alternate ease-in-out;
}.tyContainer-q::after {
    bottom: -10%;
    height: 40%;
    z-index: 0;
    filter: blur(50px);
    position: absolute;
    right: -5%;
    width: 40%;
    opacity: 0.3;
    background: linear-gradient(225deg, rgb(174,152,173) 0%, transparent 80%);
    transform: rotate(15deg);
    content: "";
}.tyContainer-q .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.tyContainer-q .fast-learning-f {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 0 0 1px rgba(0, 0, 0, 0.02), 
                0 4px 6px rgba(0, 0, 0, 0.04);
    display: flex;
    background-color: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    padding: 50px;
    backdrop-filter: blur(10px);
    gap: 30px;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.tyContainer-q .fast-learning-f:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.tyContainer-q .fast-learning-f::before {
    left: 0;
    background: linear-gradient(90deg, 
        rgb(208,191,208) 0%, 
        rgb(174,152,173) 50%, 
        rgb(208,191,208) 100%);
    animation: gradientMove 6s linear infinite;
    position: absolute;
    background-size: 200% 100%;
    top: -2px;
    width: 100%;
    content: "";
    height: 4px;
}.tyContainer-q .fast-learning-f > div:first-child {
    padding-bottom: 20px;
    position: relative;
}.tyContainer-q .fast-learning-f > div:first-child::after {
    position: absolute;
    transform-origin: left;
    height: 3px;
    animation: lineExtend 1.5s ease-out forwards;
    left: 0;
    content: "";
    bottom: 0;
    background-color: rgb(208,191,208);
    width: 80px;
}.tyContainer-q h5 {
    position: relative;
    line-height: 1.4;
    transform: translateY(10px);
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    margin: 0;
    color: #000000;
    font-size: 20px;
}.tyContainer-q .fast-learning-f > div:last-child {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.tyContainer-q a {
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease;
    display: block;
}.tyContainer-q a:hover {
    transform: translateX(5px);
}.tyContainer-q a::before {
    top: 0;
    width: 4px;
    background-color: rgb(174,152,173);
    left: -20px;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    height: 0;
}.tyContainer-q a:hover::before {
    height: 100%;
}.tyContainer-q p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    color: #000000;
    margin: 0;
}

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

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

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

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

@media (min-width: 768px) {.tyContainer-q .fast-learning-f {
    gap: 40px;
    padding: 60px 70px;
}.tyContainer-q h5 {
    font-size: calc(20px * 1.2);
}.tyContainer-q p {
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.tyContainer-q {
    padding: 60px 0;
}.tyContainer-q .fast-learning-f {
    padding: 35px 25px;
    gap: 25px;
}.tyContainer-q .fast-learning-f > div:first-child::after {
    width: 60px;
}.tyContainer-q h5 {
    font-size: calc(20px * 0.9);
}.tyContainer-q a::before {
    left: -10px;
}
}

@media (max-width: 480px) {.tyContainer-q {
    padding: 50px 0;
}.tyContainer-q .fast-learning-f {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 20px;
}.tyContainer-q h5 {
    font-size: calc(20px * 0.85);
}.tyContainer-q p {
    font-size: calc(14px * 0.95);
}.tyContainer-q .fast-learning-f > div:first-child {
    padding-bottom: 15px;
}}.our-story-u {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(233,225,233);
}.our-story-u::before {
    background: linear-gradient(135deg, rgb(208,191,208,0.5) 0%, transparent 50%);
    opacity: 0.35;
    content: "";
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}.our-story-u::after {
    content: "";
    width: 60%;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(174,152,173,0.5) 0%, transparent 70%);
    height: 100%;
}.our-story-u .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.our-story-u .fast-learning-f {
    align-items: center;
    gap: 60px;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}.our-story-u .fast-learning-f::before {
    border-radius: 50%;
    position: absolute;
    background: rgb(208,191,208,0.5);
    width: 200px;
    content: "";
    right: -100px;
    animation: pulse 8s infinite alternate;
    z-index: -1;
    filter: blur(80px);
    height: 200px;
    top: -80px;
}.our-story-u .fast-learning-f::after {
    background: rgb(174,152,173,0.5);
    border-radius: 50%;
    width: 150px;
    animation: pulse 6s infinite alternate-reverse;
    filter: blur(60px);
    content: "";
    bottom: -50px;
    position: absolute;
    height: 150px;
    z-index: -1;
    left: -70px;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

.our-story-u .study-experts-i {
    position: relative;
    overflow: hidden;
    flex: 0 0 35%;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.6s ease;
}.our-story-u .study-experts-i:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.our-story-u .study-experts-i::before {
    border: 1px solid rgb(174,152,173,0.5);
    top: -10px;
    border-radius: 18px;
    z-index: -1;
    bottom: -10px;
    right: -10px;
    animation: border-pulse 4s infinite alternate;
    position: absolute;
    content: "";
    left: -10px;
}@keyframes border-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.7;
    }
}

.our-story-u .img-container-h {
    position: relative;
    height: 380px;
    overflow: hidden;
}.our-story-u .img-container-h::after {
    z-index: 1;
    background: linear-gradient(to top, #000000, transparent);
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 50%;
    content: "";
}.our-story-u .team-profile-L {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}.our-story-u .skill-experts-n {
    font-weight: 700;
    font-size: calc(19px - 2px);
    color: #ffffff;
    margin: 0 0 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.our-story-u .learn-zone-c {
    opacity: 0.9;
    font-weight: 300;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0;
    color: #ffffff;
    font-size: 17px;
}.our-story-u .text-spot-O {
    flex: 1;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    padding: 40px;
}.our-story-u .text-spot-O::before {
    left: 0;
    background: linear-gradient(135deg, rgb(208,191,208,0.5) 0%, transparent 100%);
    opacity: 0.15;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
}.our-story-u .text-spot-O::after {
    right: -50%;
    position: absolute;
    opacity: 0.8;
    z-index: -1;
    background: radial-gradient(circle, rgb(174,152,173,0.5) 0%, transparent 70%);
    height: 200px;
    animation: float 15s infinite linear;
    content: "";
    width: 200px;
    top: -50%;
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-30px, 30px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.our-story-u .path-edu-f {
    margin-bottom: 25px;
    gap: 15px;
    align-items: center;
    display: flex;
}.our-story-u .path-edu-f svg {
    fill: rgb(208,191,208);
    height: 48px;
    transition: transform 0.4s ease, filter 0.4s ease;
    filter: drop-shadow(0 2px 10px rgb(208,191,208,0.5));
    width: 48px;
}.our-story-u .path-edu-f:hover svg {
    filter: drop-shadow(0 5px 15px rgb(208,191,208));
    transform: scale(1.1) rotate(5deg);
}.our-story-u .path-edu-f svg path {
    transition: fill 0.3s ease;
}.our-story-u .path-edu-f:hover svg path {
    fill: rgb(174,152,173);
}.our-story-u .path-edu-f {
    color: rgb(208,191,208);
    font-weight: 600;
    text-transform: uppercase;
    font-size: calc(19px - 1px);
    letter-spacing: 1px;
}.our-story-u h2 {
    margin: 0 0 25px;
    position: relative;
    font-size: 36px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #000000;
}.our-story-u h2::after {
    bottom: 0;
    background: rgb(208,191,208);
    content: "";
    width: 80px;
    border-radius: 10px;
    position: absolute;
    height: 3px;
    left: 0;
}.our-story-u p {
    margin: 0;
    color: #000000;
    position: relative;
    z-index: 2;
    font-size: 17px;
    line-height: 1.8;
}

@media (max-width: 1024px) {.our-story-u {
    padding: 90px 0;
}.our-story-u .fast-learning-f {
    gap: 40px;
}.our-story-u .study-experts-i {
    flex: 0 0 40%;
}.our-story-u .img-container-h {
    height: 350px;
}.our-story-u .text-spot-O {
    padding: 30px;
}
}

@media (max-width: 768px) {.our-story-u {
    padding: 70px 0;
}.our-story-u .fast-learning-f {
    flex-direction: column;
    gap: 50px;
}.our-story-u .study-experts-i {
    margin: 0 auto;
    max-width: 350px;
    transform: perspective(1000px) rotateY(0);
    width: 80%;
}.our-story-u .study-experts-i:hover {
    transform: perspective(1000px) rotateY(0) translateY(-5px);
}.our-story-u .img-container-h {
    height: 320px;
}.our-story-u .text-spot-O {
    width: 100%;
    padding: 30px 25px;
}.our-story-u h2 {
    font-size: calc(36px - 4px);
}
}

@media (max-width: 576px) {.our-story-u {
    padding: 60px 0;
}.our-story-u::before,
    .our-story-u::after {
    opacity: 0.25;
}.our-story-u .study-experts-i {
    width: 100%;
}.our-story-u .img-container-h {
    height: 280px;
}.our-story-u .team-profile-L {
    padding: 15px 20px;
}.our-story-u .skill-experts-n {
    font-size: calc(19px + 1px);
}.our-story-u .text-spot-O {
    padding: 25px 20px;
}.our-story-u .path-edu-f svg {
    height: 40px;
    width: 40px;
}.our-story-u .path-edu-f {
    margin-bottom: 20px;
    font-size: 17px;
}.our-story-u h2 {
    margin-bottom: 20px;
    font-size: calc(36px - 6px);
    padding-bottom: 12px;
}.our-story-u h2::after {
    width: 60px;
    height: 2px;
}.our-story-u p {
    font-size: calc(17px - 1px);
    line-height: 1.7;
}}.homepage-a {
    position: relative;
    overflow: hidden;
    width: 100%;
}.homepage-a .learn-techfast-L {
    position: relative;
    justify-content: center;
    padding: 3rem 1.5rem;
    align-items: center;
    min-height: 100vh;
    display: flex;
}.homepage-a .learn-techfast-L::before {
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(208,191,208,0.5), rgb(174,152,173,0.5));
    z-index: 1;
}.homepage-a .learn-techfast-L::after {
    z-index: 2;
    animation: float 12s ease-in-out infinite;
    height: 70%;
    content: "";
    transform: rotate(-15deg);
    position: absolute;
    right: -5%;
    width: 50%;
    background: linear-gradient(to bottom right, rgb(174,152,173) 10%, transparent 70%);
    top: -10%;
    opacity: 0.15;
}.homepage-a .impact-stats-k {
    max-width: 800px;
    background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.08), 
    rgba(255, 255, 255, 0.02));
    backdrop-filter: blur(8px);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 3;
    padding: 3.5rem;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}.homepage-a .impact-stats-k:hover {
    transform: perspective(1000px) rotateY(0deg);
}.homepage-a .impact-stats-k::before {
    position: absolute;
    content: "";
    z-index: -1;
    right: -2px;
    left: -2px;
    opacity: 0.6;
    top: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
    rgb(208,191,208), 
    transparent, 
    rgb(174,152,173));
    animation: borderGlow 6s linear infinite;
}.homepage-a h1 {
    line-height: 1.1;
    animation: slideInTitle 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.2s;
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 39px);
    opacity: 0;
    letter-spacing: -0.02em;
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    color: #ffffff;
}.homepage-a h3 {
    font-size: clamp(1.2rem, 3vw, 19px);
    opacity: 0;
    transform: translateY(20px);
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    font-weight: 600;
    animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.5s;
}.homepage-a p {
    font-size: clamp(1rem, 2vw, 13px);
    margin-top: 2rem;
    line-height: 1.6;
    opacity: 0;
    position: relative;
    padding-left: 2rem;
    transform: translateY(15px);
    animation: fadeUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.7s;
    color: #ffffff;
}.homepage-a p::before {
    height: 2px;
    content: "";
    animation: lineGrow 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 1s;
    width: 1.5rem;
    top: 0.5rem;
    transform-origin: left;
    position: absolute;
    left: 0;
    background-color: rgb(174,152,173);
    transform: scaleX(0);
}

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

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

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

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

@keyframes borderGlow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.8;
  }
}

@media (max-width: 768px) {.homepage-a .learn-techfast-L {
    padding-top: 5rem;
    min-height: 80vh;
    align-items: flex-start;
}.homepage-a .impact-stats-k {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
}.homepage-a .learn-techfast-L::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.homepage-a h1 {
    margin-bottom: 1rem;
}.homepage-a h3 {
    font-size: clamp(1rem, 4vw, 19px);
}
}

@media (max-width: 480px) {.homepage-a .impact-stats-k {
    padding: 1.5rem;
}.homepage-a .learn-techfast-L::after {
    top: -5%;
    width: 70%;
    right: -20%;
}.homepage-a h1 {
    font-size: clamp(2rem, 8vw, 39px);
}.homepage-a p {
    padding-left: 1.5rem;
    margin-top: 1.5rem;
}.homepage-a p::before {
    width: 1rem;
}
}