﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.container {
    margin: auto;
    max-width: 100%;
    width: 1250px;
}

html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}

.title-welcome-MGSAc .learn-intro-iKzBb {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.title-welcome-MGSAc .study-learn-eILyZ > div {
    position: relative;
    animation: fade-in-up 1s forwards ease-out;
    opacity: 0;
    transform-style: preserve-3d;
}

.title-welcome-MGSAc .study-learn-eILyZ > div:nth-child(1) {
    animation-delay: 0.3s;
}

.title-welcome-MGSAc .study-learn-eILyZ::after {
    position: absolute;
    right: -100px;
    animation: rotate 20s infinite linear;
    content: "";
    border-radius: 50%;
    width: 200px;
    height: 200px;
    bottom: -100px;
    border: 1px dashed rgb(198,212,198,0.5);
}

.title-welcome-MGSAc p {
    margin-bottom: 2rem;
    line-height: 1.6;
    position: relative;
    transform: translateZ(15px);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.connect-form-EPKBy::after {
    width: 100%;
    pointer-events: none;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(161,179,161,0.5) 0%, transparent 50%, rgb(198,212,198,0.5) 100%);
    left: 0;
    content: "";
    z-index: 2;
    top: 0;
}

.connect-form-EPKBy .inquiry-query-FRrwt::after {
    opacity: 0.3;
    background: rgb(198,212,198);
    border-radius: 50%;
    position: absolute;
    width: 150px;
    height: 150px;
    content: '';
    bottom: -75px;
    left: -75px;
}

.connect-form-EPKBy .inquiry-query-FRrwt div svg {
    flex-shrink: 0;
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.connect-form-EPKBy .inquiry-support-IHRdS {
    background: rgba(255, 255, 255, 0.1);
    padding: 60px 40px;
    overflow: hidden;
    position: relative;
    width: 60%;
}

.connect-form-EPKBy form {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.connect-form-EPKBy form input[type="text"],
.connect-form-EPKBy form input[type="email"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 16px 20px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.connect-form-EPKBy .inquiry-help-xZGbr input[type="checkbox"]:checked + label::after {
    content: '';
    height: 12px;
    top: 5px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    width: 6px;
    left: 8px;
    position: absolute;
    border: solid white;
}



.connect-form-EPKBy .inquiry-query-FRrwt div:nth-child(2) {
    animation: float 5s infinite ease-in-out;
}

.connect-form-EPKBy .inquiry-query-FRrwt div:nth-child(4) {
    animation: float 6s infinite ease-in-out;
}

.who-we-are-DHTXJ::before {
    animation: rotate-slow 120s linear infinite;
    content: "";
    height: 200%;
    opacity: 0.1;
    background: repeating-conic-gradient(
        #000000 0deg 10deg,
        rgba(0, 0, 0, 0.5) 10deg 15deg
    );
    top: -50%;
    left: -50%;
    width: 200%;
    position: absolute;
    z-index: 1;
}

.who-we-are-DHTXJ .learning-dna-IJxul {
    overflow: hidden;
    padding: 20px;
    position: relative;
    perspective: 1000px;
    flex: 0 0 50%;
}

.who-we-are-DHTXJ .learning-dna-IJxul {
    flex: 0 0 100%;
    padding: 40px 0;
}

.who-we-are-DHTXJ .learning-dna-IJxul p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #ffffff;
    padding: 0 40px;
    text-align: center;
    position: relative;
    line-height: 1.8;
    opacity: 1;
    margin: 0;
}

.who-we-are-DHTXJ .learning-dna-IJxul:first-child::before {
    border-right: 1px solid rgb(198,212,198,0.5);
}

.who-we-are-DHTXJ .learning-dna-IJxul:first-child::before {
    border-right: none;
    border-bottom: 1px solid rgb(198,212,198,0.5);
}



.who-we-are-DHTXJ .container::before {
    height: 200px;
    position: absolute;
    width: 200px;
    opacity: 0.2;
    transform: rotate(45deg);
    animation: float-element 10s ease-in-out infinite;
    content: "";
    border-radius: 20px;
    top: -100px;
    left: -100px;
    border: 1px solid rgb(198,212,198,0.5);
}

.data-notice-hTcEQ {
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.cookie-popup-advisory-ngPXb h5 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    color: #ffffff;
}

.cookie-popup-advisory-ngPXb p a {
    color: rgb(198,212,198);
    text-decoration: none;
    border-bottom: 2px solid rgb(198,212,198);
}

.gratZone-KSZFD::before {
    z-index: 1;
    animation: pulse 8s infinite alternate ease-in-out;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(198,212,198,0.5) 0%, transparent 60%);
    content: "";
}

.gratZone-KSZFD .why-mission-uOqVW::before {
    background: linear-gradient(90deg, 
        rgb(198,212,198) 0%, 
        rgb(161,179,161) 50%, 
        rgb(198,212,198) 100%);
    top: -2px;
    width: 100%;
    height: 4px;
    position: absolute;
    content: "";
    background-size: 200% 100%;
    left: 0;
    animation: gradientMove 6s linear infinite;
}

.gratZone-KSZFD a {
    text-decoration: none;
    transition: transform 0.3s ease;
    position: relative;
    display: block;
}

.gratZone-KSZFD a::before {
    position: absolute;
    content: "";
    top: 0;
    width: 4px;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    left: -20px;
    background-color: rgb(161,179,161);
    height: 0;
}

.program-structure-dPUlL .container {
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.program-structure-dPUlL:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}

.program-structure-dPUlL .learn-map-EfRYA {
    perspective: 1000px;
    grid-template-columns: 1fr;
    position: relative;
    transform-style: preserve-3d;
    gap: 3rem;
    display: grid;
}

.program-structure-dPUlL .cover-photo-oEXwY::after {
    filter: blur(15px);
    border-radius: 50%;
    right: -10px;
    height: 70px;
    z-index: 1;
    position: absolute;
    background: rgb(198,212,198);
    content: "";
    width: 70px;
    top: -10px;
    opacity: 0.7;
    animation: pulse 6s infinite alternate;
}

.program-structure-dPUlL .description {
    margin-bottom: 1.5rem;
    line-height: 1.75;
    animation: fadeInUp 0.8s forwards;
    animation-delay: 0.2s;
    font-size: 15px;
    opacity: 0;
    color: #000000;
    transform: translateY(20px);
}

.learning-system-CosWX::after {
    bottom: -10%;
    content: "";
    left: -5%;
    background: linear-gradient(to left, rgb(161,179,161,0.5), rgb(198,212,198));
    animation: floatElement 18s ease-in-out infinite alternate-reverse;
    z-index: 0;
    opacity: 0.08;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    position: absolute;
    height: 250px;
    width: 250px;
}

.learning-system-CosWX p {
    opacity: 0;
    max-width: 800px;
    color: #000000;
    transform: translateY(20px);
    font-size: 13px;
    line-height: 1.8;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    margin-top: 2rem;
    position: relative;
}

.training-results-ImMKX::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(161,179,161,0.5), transparent);
    top: -50px;
    content: "";
    transform: rotate(15deg) skewX(15deg);
    width: 300px;
    opacity: 0.5;
    height: 300px;
    right: -50px;
    z-index: 0;
    filter: blur(80px);
}

.training-results-ImMKX .content-box-wrap-VmhWd::before {
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    transform: translateX(-2px);
    background: linear-gradient(to bottom, rgb(198,212,198), rgb(161,179,161));
    width: 4px;
}

.training-results-ImMKX .content-box-wrap-VmhWd > div {
    gap: 10px;
    flex-direction: column;
    display: flex;
}

.training-results-ImMKX .content-box-wrap-VmhWd > div {
    gap: 30px;
    flex-direction: row;
}

.training-results-ImMKX .content-box-wrap-VmhWd li p {
    font-size: 13px;
    gap: 15px;
    color: #000000;
    display: flex;
    margin: 0;
    align-items: flex-start;
    line-height: 1.6;
}

.training-results-ImMKX .content-box-wrap-VmhWd li:hover svg path {
    fill: rgb(198,212,198);
}

.give-it-a-try-Lsnzm::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: '';
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        );
    opacity: 0.6;
    left: 0;
    top: 0;
}

.give-it-a-try-Lsnzm h3::before {
    left: 20%;
    animation: widthPulse 4s ease-in-out infinite alternate;
    width: 60%;
    opacity: 0.1;
    background: 
        linear-gradient(
            to right,
            transparent,
            #ffffff,
            transparent
        );
    height: 10px;
    filter: blur(5px);
    position: absolute;
    content: '';
    bottom: -25px;
}

.give-it-a-try-Lsnzm .quick-support-UHFIr::after {
    position: absolute;
    top: -2px;
    transition: opacity 0.4s ease;
    content: '';
    right: -2px;
    clip-path: polygon(
        10px 0%, 
        calc(100% - 10px) 0%, 
        100% 10px, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        10px 100%, 
        0% calc(100% - 10px), 
        0% 10px
    );
    opacity: 0;
    z-index: -2;
    background-size: 200% 200%;
    animation: borderGradient 3s linear infinite;
    bottom: -2px;
    background: linear-gradient(
        45deg,
        rgb(198,212,198),
        rgb(161,179,161),
        rgb(198,212,198)
    );
    left: -2px;
}

.developer-experience-WrXJd .learner-testimonials-iQBvp::before {
    filter: blur(40px);
    opacity: 0.3;
    z-index: -1;
    content: "";
    position: absolute;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    background: linear-gradient(90deg, rgb(198,212,198,0.5) 0%, transparent 50%);
    border-radius: 19px;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
    height: 90%;
    left: 0;
}

.developer-experience-WrXJd .cover-photo-oEXwY::before {
    position: absolute;
    left: 0;
    width: 10px;
    content: "";
    top: 0;
    height: 100%;
    z-index: 3;
    background: rgb(198,212,198);
    animation: pulseOpacity 3s ease-in-out infinite;
    opacity: 0.7;
}

.developer-experience-WrXJd .learner-testimonials-iQBvp:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}

.developer-experience-WrXJd .container::after {
    width: 300px;
    right: -150px;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgb(161,179,161,0.5) 0%, transparent 70%);
    filter: blur(70px);
    height: 300px;
    position: absolute;
    content: "";
    opacity: 0.3;
    z-index: -1;
    bottom: -150px;
}

.privacy-guard-UGNFy::after {
    height: 35%;
    transform: rotate(10deg);
    background: linear-gradient(45deg, rgb(161,179,161,0.5) 0%, transparent 80%);
    content: "";
    position: absolute;
    animation: float 18s ease-in-out infinite reverse;
    left: -5%;
    width: 35%;
    z-index: 0;
    bottom: -5%;
    filter: blur(30px);
    opacity: 0.15;
}

.privacy-guard-UGNFy h2 {
    transition: all 0.3s ease;
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    font-weight: 600;
    padding-left: 1rem;
    border-left: 3px solid rgb(198,212,198);
    font-size: 37px;
}

.privacy-guard-UGNFy p {
    font-size: 18px;
    z-index: 1;
    color: #000000;
    line-height: 1.7;
    position: relative;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

.privacy-guard-UGNFy ul {
    position: relative;
    list-style-type: none;
    padding-left: 0;
    margin: 1.5rem 0 2rem;
}

.privacy-guard-UGNFy li {
    line-height: 1.6;
    color: #000000;
    position: relative;
    transition: transform 0.2s ease;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    font-size: 18px;
}

.fund-cta-rgtEl::after {
    content: "";
    z-index: -1;
    animation: gridAnimate 15s linear infinite;
    left: 0;
    background-size: 30px 30px;
    top: 0;
    height: 100%;
    background-position: center;
    position: absolute;
    background: 
        linear-gradient(rgba(rgb(198,212,198), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(198,212,198), 0.2) 1px, transparent 1px);
    width: 100%;
    opacity: 0.15;
}

.fund-cta-rgtEl .footer-address-OIPQG {
    line-height: 1.6;
    opacity: 0.8;
    font-size: 15px;
    margin-top: 1.5rem;
    color: #ffffff;
}

.fund-cta-rgtEl .nav-block-BKagl:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.fund-cta-rgtEl .nav-block-BKagl h5::before {
    height: 5px;
    content: "";
    width: 5px;
    box-shadow: 0 0 10px rgb(198,212,198);
    transform: translateY(-50%);
    background: rgb(198,212,198);
    left: 0;
    top: 50%;
    border-radius: 50%;
    position: absolute;
}

.fund-cta-rgtEl .nav-block-BKagl .top-study-YMlaB a:hover::before {
    transform: translateX(0);
}

.idea-pool-qoWPi::before {
    width: 60%;
    content: "";
    top: 0;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(198,212,198), transparent);
}

.service-plan-muBfR .container {
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}

.service-plan-muBfR .package-pricing-xeWpO {
    margin-bottom: 3.5rem;
    text-align: center;
    order: 1;
    position: relative;
}

.service-plan-muBfR .pricing-catalog-teKSX {
    color: #000000;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    font-size: 12px;
}

.service-plan-muBfR .promo-cost-HnxAR:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

.service-plan-muBfR .learn-deals-yCYNZ {
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-plan-muBfR .cost-deals-yjACf .pro-rates-vAiIR {
    margin-bottom: 1.5rem;
    font-size: calc(20px * 1.3);
    position: relative;
    color: rgb(198,212,198);
    font-weight: 700;
}

.service-plan-muBfR .cover-photo-oEXwY {
    width: 100%;
    position: relative;
    height: 180px;
    transition: transform 0.5s ease;
    overflow: hidden;
}

header::before {
    background-size: 20px 20px;
    content: '';
    height: 100%;
    width: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
}

header .top-main-aBpZY {
    align-items: center;
    text-decoration: none;
    padding: 0.5rem;
    z-index: 2;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
}

header .nav-block-BKagl {
    z-index: 5;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
}

header .main-header-vVblS a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: rgb(198,212,198);
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateZ(10px);
}

header .main-lead-hVKTE::before {
    content: '';
    top: 0;
    left: 35%;
    width: 30%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(198,212,198), transparent);
    position: absolute;
}

.testimonials-gDPQn::before {
    top: -10%;
    clip-path: polygon(0 0, 100% 20%, 85% 100%, 15% 80%);
    width: 60%;
    content: "";
    height: 70%;
    position: absolute;
    z-index: 0;
    transform: rotate(-15deg) skewX(5deg);
    right: -5%;
    background: linear-gradient(120deg, 
        rgba(rgb(161,179,161,0.5), 0.05), 
        rgba(rgb(161,179,161,0.5), 0.1));
    pointer-events: none;
}

.testimonials-gDPQn h2:hover::after {
    transform: scaleX(1.2);
}

.testimonials-gDPQn .learner-testimonials-iQBvp::before {
    left: 0;
    position: absolute;
    height: 5px;
    opacity: 0.8;
    content: "";
    transform: scaleX(0.95);
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(198,212,198), 
        rgb(161,179,161));
}

.testimonials-gDPQn .learner-testimonials-iQBvp img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 60px;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    margin-right: 1rem;
    border: 3px solid rgba(rgb(255, 255, 255, 0.5), 0.9);
    height: 60px;
    border-radius: 50%;
}

.testimonials-gDPQn a {
    display: inline-block;
    color: #ffffff;
    margin-top: 3rem;
    background: linear-gradient(135deg, 
        rgb(198,212,198), 
        rgba(rgb(198,212,198,0.5), 0.9));
    border-radius: 10px;
    padding: 0.8rem 2rem;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    font-weight: 600;
    transform: translateZ(0);
    box-shadow: 0 4px 15px -3px rgba(rgb(198,212,198,0.5), 0.4);
    position: relative;
    text-align: center;
}



@media (max-width: 480px) {.title-welcome-MGSAc .learn-intro-iKzBb {
    padding: 4rem 1rem;
}.title-welcome-MGSAc .study-learn-eILyZ {
    transform: none;
    padding: 1.5rem 1rem;
    gap: 1.2rem;
}.title-welcome-MGSAc .title_style_header {
    font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2rem);
}.title-welcome-MGSAc .title_style_header::after {
    bottom: -10px;
    width: 40px;
    height: 3px;
}.title-welcome-MGSAc h3 {
    font-size: 0.9rem;
    line-height: 1.5;
}.title-welcome-MGSAc p {
    font-size: 0.85rem;
    line-height: 1.5;
}.title-welcome-MGSAc p::before {
    display: none;
}.title-welcome-MGSAc .study-learn-eILyZ::before,
  .title-welcome-MGSAc .study-learn-eILyZ::after {
    display: none;
}}



@media screen and (max-width: 576px) {.who-we-are-DHTXJ {
    padding: 60px 0;
}.who-we-are-DHTXJ h2 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(48px * 0.7);
}.who-we-are-DHTXJ h2::before {
    bottom: -15px;
    width: 80px;
}.who-we-are-DHTXJ .learning-dna-IJxul {
    padding: 30px 0;
}.who-we-are-DHTXJ .learning-dna-IJxul h3 {
    font-size: calc(22px * 0.85);
    margin-bottom: 15px;
}.who-we-are-DHTXJ .learning-dna-IJxul h3::before {
    bottom: -8px;
    width: 25px;
}.who-we-are-DHTXJ .learning-dna-IJxul p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
    padding: 0 20px;
}.who-we-are-DHTXJ .container::before,
    .who-we-are-DHTXJ .container::after {
    width: 100px;
    height: 100px;
}}



@media (min-width: 992px) {.program-structure-dPUlL {
    padding: 8rem 0;
}.program-structure-dPUlL .learn-map-EfRYA {
    gap: 5rem;
}.program-structure-dPUlL h2 {
    font-size: calc(34px * 1.2);
    margin-bottom: 4rem;
}.program-structure-dPUlL .cover-photo-oEXwY {
    min-height: 550px;
    transform: translateX(-20px) rotate(-1deg);
}.program-structure-dPUlL:hover .cover-photo-oEXwY {
    transform: translateX(-20px) translateY(-10px) rotate(0deg);
}.program-structure-dPUlL .content-box-wrap-VmhWd {
    max-height: 550px;
    transform: translateX(20px);
    padding: 3rem;
}.program-structure-dPUlL:hover .content-box-wrap-VmhWd {
    transform: translateX(20px) translateZ(30px);
}
}



@media (min-width: 992px) {.training-results-ImMKX {
    padding: 160px 0 120px;
}.training-results-ImMKX .why-mission-uOqVW {
    gap: 80px;
}.training-results-ImMKX .content-box-wrap-VmhWd {
    padding: 60px 50px;
    transform: translateZ(30px) translateX(-20px);
}.training-results-ImMKX .cover-photo-oEXwY {
    transform: translateZ(50px) translateX(20px) rotateX(2deg) rotateY(-2deg);
}.training-results-ImMKX .cover-photo-oEXwY:hover {
    transform: translateZ(60px) translateX(20px) rotateX(0deg) rotateY(0deg);
}
}



@media screen and (max-width: 768px) {.give-it-a-try-Lsnzm {
    padding: 80px 0;
}.give-it-a-try-Lsnzm h3 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
    letter-spacing: 4px;
}.give-it-a-try-Lsnzm h3::before {
    height: 8px;
    bottom: -20px;
}.give-it-a-try-Lsnzm h3::after {
    height: 20px;
    width: 20px;
    top: -35px;
}.give-it-a-try-Lsnzm .quick-support-UHFIr {
    padding: 15px 40px;
    font-size: calc(16px * 0.9);
    letter-spacing: 2px;
}
}



@media (max-width: 992px) {.privacy-guard-UGNFy {
    padding: 4rem 1.5rem;
}.privacy-guard-UGNFy .container {
    transform: perspective(800px) rotateX(0.3deg);
    padding: 2.5rem;
}.privacy-guard-UGNFy h1 {
    font-size: calc(43px * 0.9);
}.privacy-guard-UGNFy h2 {
    font-size: calc(37px * 0.9);
    padding-left: 0.8rem;
}
}



@media screen and (max-width: 992px) {.fund-cta-rgtEl .container {
    grid-template-columns: repeat(1, 1fr);
}.fund-cta-rgtEl .company_holder {
    grid-column: 1;
    grid-row: 1;
}.fund-cta-rgtEl .donate-books-OLfGz {
    margin-top: 2rem;
    grid-row: 2;
    grid-column: 1;
}.idea-pool-qoWPi {
    grid-row: 3;
    margin-top: 3rem;
}
}



@media screen and (max-width: 768px) {.fund-cta-rgtEl {
    padding: 4rem 0 3rem;
}.fund-cta-rgtEl .top-study-YMlaB {
    grid-template-columns: 1fr;
    gap: 2rem;
}.fund-cta-rgtEl .nav-block-BKagl {
    padding: 1.2rem;
}.fund-cta-rgtEl .nav-block-BKagl h5 {
    font-size: calc(19px * 0.9);
}.fund-cta-rgtEl .company_holder::before,
    .fund-cta-rgtEl .company_holder::after {
    width: 40px;
    height: 40px;
}
}



@media (max-width: 575px) {.service-plan-muBfR {
    padding: 3rem 0;
}.service-plan-muBfR .container {
    padding: 0 1.5rem;
}.service-plan-muBfR .learn-sub-ElImt {
    gap: 1.5rem;
}.service-plan-muBfR .cost-deals-yjACf {
    padding: 1.5rem;
}.service-plan-muBfR .cover-photo-oEXwY {
    height: 140px;
}
}



@media (min-width: 1400px) {header .main-lead-hVKTE {
    margin: 0 auto;
    max-width: 1300px;
}header .main-header-vVblS {
    margin: 0 0.5rem;
}header .main-header-vVblS a {
    padding: 0.8rem 1.5rem;
}
}



@media (max-width: 991px) {.testimonials-gDPQn {
    padding: 5rem 0;
}.testimonials-gDPQn h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.9);
}.testimonials-gDPQn .opinion-spot-dxQBg {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}



@media (max-width: 480px) {.testimonials-gDPQn {
    padding: 3rem 0;
}.testimonials-gDPQn h2 {
    font-size: calc(31px * 0.7);
}.testimonials-gDPQn .learner-testimonials-iQBvp {
    padding: 1.2rem;
}.testimonials-gDPQn .learner-testimonials-iQBvp img {
    height: 45px;
    width: 45px;
}.testimonials-gDPQn .learner-testimonials-iQBvp div {
    margin-bottom: 1rem;
}.testimonials-gDPQn h2::after {
    height: 3px;
    width: 60px;
}
}



@keyframes pulse-small {
  0% {
    transform: translateY(-50%) scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-50%) scale(1.2);
    opacity: 0.8;
  }
}

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



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



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



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



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



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



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}



@keyframes shadowSweep {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(50%);
    }
}



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



@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

