﻿header,footer {
    width: 100%;
}

header {
    z-index: 100;
    overflow: visible;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 0;
    margin-top: 0;
}

svg {
    height: 30px;
    width: 30px;
}

.title-welcome-MGSAc .learn-intro-iKzBb::after {
    animation: orbital-movement 20s infinite linear;
    position: absolute;
    right: -50%;
    bottom: -50%;
    content: "";
    background: radial-gradient(circle at 70% 60%, 
    rgb(198,212,198,0.5) 0%, 
    transparent 20%),
    radial-gradient(circle at 20% 30%, 
    rgb(161,179,161,0.5) 0%, 
    transparent 25%);
    left: -50%;
    top: -50%;
    transform: rotate(-15deg);
    opacity: 0.7;
    z-index: -1;
}

.title-welcome-MGSAc .title_style_header::after {
    border-radius: 10px;
    transform: translateZ(25px);
    width: 60px;
    background: linear-gradient(90deg, rgb(198,212,198), rgb(161,179,161));
    height: 4px;
    content: "";
    left: 0;
    bottom: -15px;
    position: absolute;
}

.connect-form-EPKBy {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.connect-form-EPKBy::before {
    width: 100%;
    background-color: rgb(198,212,198,0.5);
    height: 100%;
    content: "";
    top: 0;
    backdrop-filter: blur(10px);
    position: absolute;
    z-index: 1;
    left: 0;
}

.connect-form-EPKBy .inquiry-query-FRrwt {
    overflow: hidden;
    width: 40%;
    background: linear-gradient(to bottom right, rgb(198,212,198), rgb(161,179,161));
    padding: 60px 40px;
    position: relative;
}

.connect-form-EPKBy .inquiry-query-FRrwt h3 {
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: 29px;
    z-index: 5;
}

.connect-form-EPKBy .inquiry-query-FRrwt div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.connect-form-EPKBy .inquiry-query-FRrwt div span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.connect-form-EPKBy .inquiry-support-IHRdS h3 {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 24px;
    position: relative;
    font-weight: 600;
}

.connect-form-EPKBy form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.connect-form-EPKBy .inquiry-help-xZGbr input[type="checkbox"] {
    width: 0;
    position: absolute;
    opacity: 0;
    height: 0;
    cursor: pointer;
}

.connect-form-EPKBy .inquiry-help-xZGbr label::before {
    content: '';
    left: 0;
    border-radius: 10px;
    top: 2px;
    border: 2px solid rgb(161,179,161);
    background: transparent;
    position: absolute;
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
}

.connect-form-EPKBy form .help-form-mGtMO:hover::before {
    left: 100%;
}

.connect-form-EPKBy form .help-form-mGtMO:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

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

.who-we-are-DHTXJ {
    padding: 150px 0;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(198,212,198) 0%, #000000 100%);
    overflow: hidden;
    position: relative;
}

.who-we-are-DHTXJ {
    padding: 100px 0;
}

.who-we-are-DHTXJ h2::before {
    transform: translateX(-50%);
    height: 1px;
    left: 50%;
    content: "";
    position: absolute;
    width: 100px;
    bottom: -20px;
    background-color: rgb(198,212,198);
}



.who-we-are-DHTXJ .learning-dna-IJxul h3 {
    margin: 0 0 20px 0;
    font-size: 22px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}

.who-we-are-DHTXJ .learning-dna-IJxul::after {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(198,212,198,0.5) 0%, transparent 100%);
    height: 100%;
    opacity: 0.1;
    z-index: -1;
    transition: opacity 0.5s ease;
}

.who-we-are-DHTXJ .skill-space-BDmvp::before {
    top: 50%;
    background-color: rgb(198,212,198);
    left: 50%;
    z-index: 10;
    position: absolute;
    box-shadow: 0 0 20px rgb(198,212,198,0.5);
    height: 40px;
    border-radius: 50%;
    content: "";
    width: 40px;
    animation: pulse-circle 2s infinite;
    transform: translate(-50%, -50%);
}


    
    .who-we-are-DHTXJ .skill-space-BDmvp::before,
    .who-we-are-DHTXJ .skill-space-BDmvp::after {
    display: none;
}

.track-toggle-USxtZ svg {
    fill: rgb(198,212,198);
    width: 50px;
    height: 50px;
}

.cookie-confirm-qnwGt {
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
    background: rgb(198,212,198);
    font-size: 15px;
    flex-shrink: 0;
    border: 2px solid rgb(198,212,198);
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    min-width: 150px;
    transition: none;
    color: #ffffff;
}

.gratZone-KSZFD .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.gratZone-KSZFD .why-mission-uOqVW:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    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);
}

.gratZone-KSZFD h5 {
    color: #000000;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    font-size: 19px;
    transform: translateY(10px);
    margin: 0;
    font-weight: 700;
    line-height: 1.4;
    opacity: 0;
}

.gratZone-KSZFD a:hover::before {
    height: 100%;
}

.program-structure-dPUlL::before {
    width: 25vw;
    z-index: 1;
    right: -5%;
    height: 25vw;
    top: -10%;
    animation: float 15s infinite ease-in-out;
    content: "";
    position: absolute;
    background: radial-gradient(circle at center, rgb(198,212,198,0.5) 0%, transparent 70%);
}

.program-structure-dPUlL h2::after {
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(198,212,198), rgb(161,179,161));
    transform: translateX(-50%) scaleX(0.8);
    height: 4px;
    position: absolute;
    width: 80px;
    bottom: -1rem;
    content: "";
    left: 50%;
}

.program-structure-dPUlL:hover .cover-photo-oEXwY {
    transform: translateY(-10px) rotate(1deg);
}

.program-structure-dPUlL .content-box-wrap-VmhWd {
    overflow-y: auto;
    max-height: 500px;
    border-radius: 13px;
    padding: 2.5rem;
    transform: translateZ(0);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    backdrop-filter: blur(5px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}

.learning-system-CosWX .container {
    box-shadow: 0 10px 30px rgba(0,0,0,0.03), 
                0 1px 5px rgba(0,0,0,0.02),
                0 20px 40px rgba(0,0,0,0.04);
    transform: perspective(1500px) rotateY(2deg);
    position: relative;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    backdrop-filter: blur(4px);
    padding: 3rem;
}

.learning-system-CosWX p span {
    background: linear-gradient(120deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 30%, transparent 70%);
    padding: 0.5rem 1rem;
    border-left: 2px solid rgb(198,212,198,0.5);
    display: inline-block;
    position: relative;
}

.training-results-ImMKX .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}

.training-results-ImMKX .content-box-wrap-VmhWd {
    transform: translateZ(20px);
    padding: 40px 30px;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    backface-visibility: hidden;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.1) inset;
}

.training-results-ImMKX .content-box-wrap-VmhWd {
    padding: 50px 40px;
}

.training-results-ImMKX .content-box-wrap-VmhWd li {
    transition: transform 0.3s ease;
    transform: translateX(0);
    margin-bottom: 20px;
}

.training-results-ImMKX .content-box-wrap-VmhWd li p span:first-child {
    flex-shrink: 0;
    margin-top: 2px;
}

.training-results-ImMKX .content-box-wrap-VmhWd svg path {
    fill: rgb(161,179,161);
    transition: fill 0.3s ease;
}

.give-it-a-try-Lsnzm {
    padding: 110px 0;
    position: relative;
    background: 
        linear-gradient(140deg, 
            rgb(161,179,161) 0%, 
            rgb(198,212,198) 50%, 
            rgb(161,179,161) 100%);
    overflow: hidden;
    z-index: 1;
    animation: gradientMove 15s ease infinite;
    background-size: 200% 200%;
}

.give-it-a-try-Lsnzm .why-mission-uOqVW {
    flex-direction: column;
    max-width: 1000px;
    align-items: center;
    display: flex;
    padding: 0;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    justify-content: center;
}

.give-it-a-try-Lsnzm h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: calc(34px * 1.2);
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    letter-spacing: 6px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.give-it-a-try-Lsnzm .quick-support-UHFIr::before {
    left: 0;
    transition: opacity 0.4s ease;
    content: '';
    top: 0;
    background: linear-gradient(
        45deg,
        rgb(198,212,198) 0%,
        rgb(161,179,161) 100%
    );
    z-index: -1;
    position: absolute;
    height: 100%;
    opacity: 0;
    width: 100%;
}

.give-it-a-try-Lsnzm .quick-support-UHFIr:hover::before {
    opacity: 1;
}

.give-it-a-try-Lsnzm .quick-support-UHFIr:hover::after {
    opacity: 1;
}

.developer-experience-WrXJd {
    position: relative;
    min-height: 700px;
    background: linear-gradient(150deg, rgb(234,239,234) 0%, #000000 100%);
    padding: 8rem 0;
    overflow: hidden;
}

.developer-experience-WrXJd .container {
    max-width: 1300px;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.developer-experience-WrXJd .learner-testimonials-iQBvp::after {
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    border-radius: 19px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    backdrop-filter: blur(15px);
    width: 100%;
    z-index: -2;
}

.developer-experience-WrXJd .learner-testimonials-iQBvp:hover .name {
    transform: translateX(15px);
}

.developer-experience-WrXJd .name::after {
    width: 0;
    bottom: 0;
    left: 0;
    transition: width 0.5s ease;
    height: 2px;
    background: rgb(198,212,198);
    position: absolute;
    content: "";
}

.developer-experience-WrXJd .employee-area-pinHN {
    backdrop-filter: blur(10px);
    transform: translateY(0);
    margin-right: 0;
    align-self: start;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    padding: 2rem;
    font-size: 14px;
    border-radius: 19px;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    line-height: 1.8;
    position: relative;
    border-left: 4px solid rgb(161,179,161);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
    width: 95%;
    grid-area: quote;
    color: #ffffff;
}

.privacy-guard-UGNFy .container:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.privacy-guard-UGNFy h1 {
    display: inline-block;
    color: #000000;
    line-height: 1.2;
    font-size: 43px;
    margin-bottom: 2rem;
    position: relative;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.privacy-guard-UGNFy h4 {
    color: #000000;
    border-left: 1px solid rgb(161,179,161);
    font-size: calc(37px * 0.7);
    font-weight: 600;
    padding-left: 0.6rem;
    position: relative;
    margin: 1.8rem 0 1rem;
}

.privacy-guard-UGNFy p:hover strong::after {
    transform: scaleX(1);
}

.privacy-guard-UGNFy span {
    display: block;
    font-size: 18px;
    line-height: 1.7;
    padding-left: 1rem;
    color: #000000;
    margin-bottom: 1.5rem;
    border-left: 1px dashed rgb(161,179,161,0.5);
    position: relative;
}

.privacy-guard-UGNFy li::before {
    position: absolute;
    left: 0.5rem;
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 0 2px rgb(198,212,198,0.5);
    height: 8px;
    transition: all 0.2s ease;
    width: 8px;
    top: 0.6rem;
    background: rgb(198,212,198);
}

.fund-cta-rgtEl .company_holder::after {
    border-right: 2px solid rgb(198,212,198);
    content: "";
    height: 60px;
    right: -20px;
    width: 60px;
    opacity: 0.7;
    bottom: -20px;
    position: absolute;
    border-bottom: 2px solid rgb(198,212,198);
}

.fund-cta-rgtEl .donate-books-OLfGz {
    justify-content: flex-end;
    grid-column: 6 / 13;
    grid-row: 1;
    display: flex;
}

.fund-cta-rgtEl .nav-block-BKagl {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    backdrop-filter: blur(4px);
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}

.fund-cta-rgtEl .nav-block-BKagl .top-study-YMlaB a {
    z-index: 1;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
    opacity: 0.7;
    padding: 0.4rem 1rem;
}

.idea-pool-qoWPi .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.service-plan-muBfR {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,239,234) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 7rem 0;
    position: relative;
}

.service-plan-muBfR .pay-options-JohDK {
    display: flex;
    flex-direction: column;
}

.service-plan-muBfR .package-pricing-xeWpO h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 35px;
    display: inline-block;
}

.service-plan-muBfR .promo-cost-HnxAR {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: #000000;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    display: block;
}

.service-plan-muBfR .cost-deals-yjACf h3 {
    margin-bottom: 1rem;
    font-size: calc(20px * 1.1);
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #000000;
}

.service-plan-muBfR .cover-photo-oEXwY::after {
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
}

header::after {
    height: 4px;
    bottom: 0;
    background-size: 200% auto;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(198,212,198) 0%,
        rgb(161,179,161) 50%,
        rgb(198,212,198) 100%
    );
    content: '';
    left: 0;
    animation: gradientSlide 5s linear infinite;
}

header .top-main-aBpZY img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}

header .main-header-vVblS {
    margin: 0 0.3rem;
    perspective: 800px;
    position: relative;
}

header .main-header-vVblS a::before {
    background: rgb(198,212,198);
    transition: transform 0.3s ease;
    width: 80%;
    transform: scaleX(0);
    opacity: 0.7;
    content: '';
    left: 10%;
    height: 1px;
    bottom: 5px;
    position: absolute;
}

header .main-lead-hVKTE::after {
    bottom: 0;
    width: 60%;
    left: 20%;
    position: absolute;
    content: '';
    opacity: 0.1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

.testimonials-gDPQn .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}

.testimonials-gDPQn h2::after {
    transform: scaleX(0.8);
    height: 4px;
    width: 80px;
    display: block;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 1rem auto 0;
    background: linear-gradient(90deg, 
        rgb(198,212,198), 
        rgba(rgb(198,212,198,0.5), 0.6));
}

.testimonials-gDPQn .learner-testimonials-iQBvp::after {
    line-height: 0;
    bottom: 1rem;
    font-family: serif;
    content: '"';
    font-size: 6rem;
    right: 1.5rem;
    position: absolute;
    color: rgba(rgb(198,212,198,0.5), 0.07);
    z-index: 0;
}

.testimonials-gDPQn .learner-testimonials-iQBvp div {
    z-index: 2;
    align-items: center;
    position: relative;
    margin-bottom: 1.5rem;
    display: flex;
}

.testimonials-gDPQn .learner-testimonials-iQBvp h4::after {
    position: absolute;
    width: 0;
    content: "";
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
    bottom: -5px;
    background: rgb(198,212,198);
}

.testimonials-gDPQn a::before {
    height: 100%;
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0));
    left: 0;
    transition: transform 0.8s ease;
    width: 100%;
}



@media (max-width: 992px) {.title-welcome-MGSAc .study-learn-eILyZ {
    padding: 2.5rem;
    gap: 1.8rem;
    transform: perspective(800px) rotateX(2deg);
}.title-welcome-MGSAc .title_style_header {
    font-size: clamp(2rem, 4vw + 0.8rem, 46px);
}.title-welcome-MGSAc h3 {
    font-size: clamp(1rem, 1.8vw + 0.4rem, 20px);
    padding-right: 5%;
}.title-welcome-MGSAc .study-learn-eILyZ::before,
  .title-welcome-MGSAc .study-learn-eILyZ::after {
    height: 120px;
    width: 120px;
}
}



@media screen and (max-width: 576px) {.connect-form-EPKBy {
    padding: 60px 0;
}.connect-form-EPKBy .container {
    width: 95%;
}.connect-form-EPKBy .inquiry-query-FRrwt,
    .connect-form-EPKBy .inquiry-support-IHRdS {
    padding: 30px 20px;
}.connect-form-EPKBy .inquiry-query-FRrwt h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 25px;
}.connect-form-EPKBy .inquiry-support-IHRdS h3 {
    font-size: calc(24px * 0.9);
}.connect-form-EPKBy form input[type="text"],
    .connect-form-EPKBy form input[type="email"] {
    padding: 14px 16px;
    margin-bottom: 15px;
}.connect-form-EPKBy .inquiry-help-xZGbr label {
    font-size: calc(12px * 0.9);
}.connect-form-EPKBy form .help-form-mGtMO {
    padding: 14px 20px;
}}



@media (min-width: 768px) {.gratZone-KSZFD .why-mission-uOqVW {
    padding: 60px 70px;
    gap: 40px;
}.gratZone-KSZFD h5 {
    font-size: calc(19px * 1.2);
}.gratZone-KSZFD p {
    font-size: calc(18px * 1.05);
}
}



@media (max-width: 480px) {.gratZone-KSZFD {
    padding: 50px 0;
}.gratZone-KSZFD .why-mission-uOqVW {
    padding: 30px 20px;
    transform: perspective(1000px) rotateX(1deg);
}.gratZone-KSZFD h5 {
    font-size: calc(19px * 0.85);
}.gratZone-KSZFD p {
    font-size: calc(18px * 0.95);
}.gratZone-KSZFD .why-mission-uOqVW > div:first-child {
    padding-bottom: 15px;
}}



@media (max-width: 767px) {.program-structure-dPUlL {
    padding: 4rem 0;
}.program-structure-dPUlL h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2rem;
}.program-structure-dPUlL .cover-photo-oEXwY {
    height: 280px;
}.program-structure-dPUlL .content-box-wrap-VmhWd {
    padding: 1.5rem;
}.program-structure-dPUlL .description {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}



@media (max-width: 576px) {.learning-system-CosWX {
    padding: 40px 0;
}.learning-system-CosWX .container {
    padding: 1.25rem;
}.learning-system-CosWX h3 {
    margin-bottom: 1.25rem;
    font-size: calc(38px * 0.7);
}.learning-system-CosWX h3::after {
    height: 2px;
    width: 50px;
}.learning-system-CosWX p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
    margin-top: 1.25rem;
}.learning-system-CosWX p span {
    padding: 0.35rem 0.75rem;
}}



@media screen and (max-width: 992px) {.give-it-a-try-Lsnzm {
    padding: 90px 0;
}.give-it-a-try-Lsnzm h3 {
    letter-spacing: 5px;
    font-size: calc(34px * 1.1);
    margin-bottom: 60px;
}.give-it-a-try-Lsnzm h3::after {
    width: 25px;
    top: -40px;
    height: 25px;
}.give-it-a-try-Lsnzm .quick-support-UHFIr {
    padding: 18px 50px;
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 576px) {.developer-experience-WrXJd {
    padding: 5rem 0;
}.developer-experience-WrXJd .cover-photo-oEXwY {
    height: 250px;
}.developer-experience-WrXJd .name {
    font-size: 21px;
}.developer-experience-WrXJd .learner-testimonials-iQBvp span:not(.name) {
    font-size: 14px;
    padding: 0.5rem 1rem;
}.developer-experience-WrXJd .employee-area-pinHN {
    width: 95%;
    font-size: calc(14px * 0.9);
    padding: 1.5rem;
    line-height: 1.6;
}}



@media (max-width: 576px) {.privacy-guard-UGNFy {
    padding: 2rem 0.8rem;
}.privacy-guard-UGNFy .container {
    padding: 1.5rem;
}.privacy-guard-UGNFy h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.7);
}.privacy-guard-UGNFy h1::after {
    height: 3px;
}.privacy-guard-UGNFy h2 {
    font-size: calc(37px * 0.7);
    border-left-width: 2px;
    padding-left: 0.6rem;
}.privacy-guard-UGNFy p, 
    .privacy-guard-UGNFy span, 
    .privacy-guard-UGNFy li {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.privacy-guard-UGNFy li {
    padding-left: 1.8rem;
}.privacy-guard-UGNFy li::before {
    height: 6px;
    width: 6px;
}}



@media (min-width: 992px) {.service-plan-muBfR .pay-options-JohDK {
    flex-direction: row;
}.service-plan-muBfR .package-pricing-xeWpO {
    padding-left: 3rem;
    order: 2;
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    flex: 0 0 30%;
}.service-plan-muBfR .package-pricing-xeWpO h2 {
    margin-bottom: 2rem;
    text-align: left;
}.service-plan-muBfR .package-pricing-xeWpO h2::after {
    width: 40%;
    transform: none;
    left: 0;
}.service-plan-muBfR .pricing-catalog-teKSX {
    text-align: left;
    margin: 0;
}.service-plan-muBfR .learn-sub-ElImt {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}



@media (max-width: 479px) {header .main-lead-hVKTE {
    padding: 0.7rem 1rem;
}header .nav-core-dMCkh {
    max-width: 110px;
}header .main-header-vVblS a {
    font-size: calc(15px - 3px);
    padding: 0.4rem 0.6rem;
}}



@media (max-width: 767px) {.testimonials-gDPQn {
    padding: 4rem 0;
}.testimonials-gDPQn h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.testimonials-gDPQn .opinion-spot-dxQBg {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.testimonials-gDPQn .learner-testimonials-iQBvp {
    padding: 1.5rem;
}.testimonials-gDPQn .learner-testimonials-iQBvp img {
    width: 50px;
    height: 50px;
}.testimonials-gDPQn a {
    padding: 0.7rem 1.7rem;
    margin-top: 2rem;
}
}



@keyframes orbital-movement {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes pulse-circle {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}



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



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



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


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



@keyframes widthPulse {
    0% {
        width: 60%;
        opacity: 0.1;
    }
    100% {
        width: 70%;
        opacity: 0.2;
    }
}



@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

