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

a {
    text-decoration: none;
    color: inherit;
}

.footer-clients-lR7 {
    flex: 0 0 auto;
}

.footer-clients-lR7 {
    padding: 5rem 0 2rem;
    color: #ffffff;
    position: relative;
}

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

.secure-stockade-HVU::after {
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(rgb(168,201,179,0.5), 0.08));
    z-index: 1;
    width: 15vw;
    right: 0;
}

.secure-stockade-HVU .container {
    backdrop-filter: blur(5px);
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    padding: 0 2rem;
    background: rgba(#ffffff, 0.95);
    z-index: 2;
    border-left: 4px solid rgb(168,201,179);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transform-origin: left center;
    transform: perspective(1000px) rotateY(0.5deg);
}

.secure-stockade-HVU .container {
    padding: 1.25rem;
    border-left-width: 3px;
}

.secure-stockade-HVU h3 {
    margin: 2rem 0 1.25rem;
    color: #000000;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    font-size: calc(38px * 0.85);
    font-weight: 600;
    padding-bottom: 0.75rem;
}

.secure-stockade-HVU p strong {
    font-weight: 600;
    color: #000000;
    display: inline-block;
    position: relative;
}

.secure-stockade-HVU ul {
    margin: 1.5rem 0 2rem 0;
    padding-left: 1.25rem;
    list-style-type: none;
}

.secure-stockade-HVU li::before {
    content: '';
    top: 0.5rem;
    transform: rotate(45deg);
    border: 2px solid rgb(168,201,179);
    opacity: 0.8;
    position: absolute;
    width: 0.75rem;
    height: 0.75rem;
    left: 0;
}

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

.tariff-wrapper-mqx h2 {
    position: relative;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 29px;
    line-height: 1.3;
}

.tariff-wrapper-mqx .price-options-mnZ {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
    padding: 0;
    gap: 30px;
    display: grid;
}

.tariff-wrapper-mqx .plan-cost-iON {
    border-left: 3px solid rgb(182,135,120);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    padding: 40px 30px;
    position: relative;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    transition: all 0.3s ease;
}

.tariff-wrapper-mqx .rate-choices-YxR h4::after {
    transition: width 0.3s ease;
    bottom: 0;
    width: 40px;
    left: 0;
    content: "";
    background: rgb(182,135,120);
    position: absolute;
    height: 2px;
}

.tariff-wrapper-mqx .qtr-cost-d8k::before {
    top: -1px;
    left: 0;
    background: rgb(182,135,120);
    width: 30%;
    content: "";
    height: 1px;
    position: absolute;
}

.contact-f7C::before {
    left: 0;
    content: "";
    opacity: 0.07;
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(168,201,179,0.5) 0,
        rgb(168,201,179,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    z-index: 1;
    position: absolute;
    width: 100%;
}

.contact-f7C h2::before {
    height: 4px;
    left: calc(50% - 40px);
    content: "";
    background: rgb(168,201,179);
    width: 80px;
    bottom: 0;
    position: absolute;
}

.contact-f7C .pic-overlay-rFQ {
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
}

.contact-f7C .support-section-xTs {
    justify-content: center;
    flex: 0 0 55%;
    padding: 60px;
    position: relative;
    flex-direction: column;
    display: flex;
}

.contact-f7C .support-section-xTs::after {
    z-index: 0;
    transform: rotate(45deg);
    position: absolute;
    width: 100px;
    content: "";
    border-radius: 0;
    bottom: -50px;
    left: -50px;
    height: 100px;
    background: rgb(182,135,120,0.5);
}

.contact-f7C form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(168,201,179);
}

.contact-f7C form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}

.contact-f7C .feedback-request-r87 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-f7C .feedback-request-r87 input[type="checkbox"]:checked + label::before {
    background: rgb(168,201,179);
    border-color: rgb(168,201,179);
}

.contact-f7C .feedback-request-r87 label a {
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(168,201,179);
}

.contact-f7C .feedback-request-r87 label a:hover {
    color: rgb(182,135,120);
}

.contact-f7C .help-query-Fxr {
    border: none;
    transition: all 0.3s ease;
    padding: 18px 40px;
    background: rgb(168,201,179);
    width: auto;
    color: #ffffff;
    font-size: 16px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    font-weight: 600;
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
}

.thanks-id-Xxp::after {
    pointer-events: none;
    position: absolute;
    height: 100%;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(182,135,120,0.5) 1px, transparent 1px),
    radial-gradient(circle at 60% 70%, rgb(182,135,120,0.5) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgb(182,135,120,0.5) 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgb(182,135,120,0.5) 1px, transparent 1px);
    top: 0;
    left: 0;
    width: 100%;
    background-size: 100px 100px;
    opacity: 0.15;
    content: "";
}

.thanks-id-Xxp .skill-program-2pY > div:first-child::before {
    opacity: 0.7;
    position: absolute;
    filter: blur(10px);
    width: 90%;
    content: "";
    height: 10px;
    transform: translateX(-50%);
    background: rgb(168,201,179,0.5);
    left: 50%;
    bottom: -10px;
}

.thanks-id-Xxp .skill-program-2pY > div:last-child:hover {
    transform: translateY(-5px);
}

.thanks-id-Xxp a {
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
}

.thanks-id-Xxp a:hover {
    transform: scale(1.01);
}

.thanks-id-Xxp a:focus {
    outline-offset: 4px;
    outline: 2px dashed rgb(182,135,120);
}

.education-experience-Zqt::before {
    content: "";
    top: 0;
    background: linear-gradient(45deg, transparent 45%, rgb(182,135,120,0.5) 45%, rgb(182,135,120,0.5) 55%, transparent 55%);
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    transform: scale(1.5) rotate(-5deg);
}

.education-experience-Zqt .experience-profile-aN4 {
    z-index: 2;
    padding: 2.5rem;
    transition: all 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    max-width: 450px;
    border-radius: 21px;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
    background: #ffffff;
}

.education-experience-Zqt .job-timeline-ocE {
    color: #000000;
    position: relative;
    padding-left: 1.5rem;
    font-size: 17px;
    line-height: 1.6;
    font-style: italic;
}

.education-experience-Zqt .success-testimonials-7sG:hover .experience-profile-aN4 {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

.training-benefits-U7t::before {
    left: 0;
    background: radial-gradient(circle at 20% 30%, rgb(182,135,120,0.5) 0%, transparent 40%);
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.7;
    width: 100%;
}

.training-benefits-U7t .skill-program-2pY {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.training-benefits-U7t .text-display-yz5 {
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    flex: 0 0 52%;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    position: relative;
    border-radius: 20px;
}

.training-benefits-U7t ul {
    flex-direction: column;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;
    list-style: none;
}

.training-benefits-U7t li::before {
    transition: opacity 0.3s ease;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    z-index: 0;
    background: linear-gradient(90deg, rgb(168,201,179,0.5), transparent);
}

.training-benefits-U7t svg {
    justify-content: center;
    padding: 5px;
    display: flex;
    height: 24px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #ffffff, rgb(231,228,237));
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    align-items: center;
    border-radius: 50%;
    width: 24px;
}

.access-now-jJf::before {
    content: '';
    z-index: -1;
    left: 0;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            rgb(168,201,179) 0deg,
            rgb(182,135,120) 15deg,
            rgb(168,201,179) 30deg
        );
    animation: rotateBg 20s linear infinite;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.1;
}

.access-now-jJf .skill-program-2pY::before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    animation: pulseGlow 6s ease-in-out infinite alternate;
    position: absolute;
    background: 
        radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 0.2) 0%,
            transparent 70%
        );
    z-index: -1;
    content: '';
}

.access-now-jJf h3::before {
    left: -3px;
    z-index: -1;
    top: 0;
    color: rgb(182,135,120);
    content: attr(data-text);
    height: 100%;
    position: absolute;
    opacity: 0.7;
    animation: glitchEffect 2s infinite linear alternate;
    width: 100%;
}

.access-now-jJf .get-assist-z1Q::before {
    content: '';
    background: linear-gradient(45deg, rgb(168,201,179), rgb(182,135,120), rgb(168,201,179));
    opacity: 0.7;
    position: absolute;
    bottom: -2px;
    animation: gradientFlow 5s ease infinite;
    right: -2px;
    z-index: -1;
    top: -2px;
    background-size: 400% 400%;
    left: -2px;
    border-radius: calc(16px + 2px);
}

.access-now-jJf .get-assist-z1Q:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(182,135,120),
        0 0 50px rgb(182,135,120,0.5);
    text-shadow: 0 0 10px #ffffff;
    color: #ffffff;
    transform: translateY(-5px) scale(1.03);
}

.company-overview-Qba::before {
    content: "";
    opacity: 0.35;
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(168,201,179,0.5) 0%, transparent 50%);
    height: 100%;
    width: 100%;
}

.company-overview-Qba .skill-program-2pY {
    flex-direction: row-reverse;
    gap: 60px;
    align-items: center;
    display: flex;
    position: relative;
}



.company-overview-Qba .expert-classes-U3u {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 21px;
    transition: transform 0.6s ease;
    transform: perspective(1000px) rotateY(5deg);
    flex: 0 0 35%;
    position: relative;
}



.company-overview-Qba .pic-overlay-rFQ {
    height: 380px;
    position: relative;
    overflow: hidden;
}

.company-overview-Qba .founder-bio-PWE {
    backdrop-filter: blur(10px);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    padding: 20px 25px;
}

.company-overview-Qba .text-display-yz5 {
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    backdrop-filter: blur(5px);
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    flex: 1;
}



.company-overview-Qba .approach-edu-5Ek {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 15px;
}

.company-overview-Qba .approach-edu-5Ek {
    font-size: calc(19px - 1px);
    letter-spacing: 1px;
    color: rgb(168,201,179);
    text-transform: uppercase;
    font-weight: 600;
}

.company-overview-Qba h2 {
    font-weight: 700;
    position: relative;
    font-size: 32px;
    padding-bottom: 15px;
    margin: 0 0 25px;
    color: #000000;
}

.newsletter-signup-yse {
    background: rgb(231,228,237);
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
}

.newsletter-signup-yse .support-message-cQP {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 17px;
    padding: 3.5rem 3rem;
}

.newsletter-signup-yse .support-message-cQP::after {
    background: rgb(182,135,120);
    content: "";
    left: -60px;
    position: absolute;
    opacity: 0.2;
    bottom: -60px;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    animation: moveBlob2 15s infinite alternate ease-in-out;
}

.newsletter-signup-yse input[type="email"] {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 50px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    padding: 1.2rem 1.5rem;
    color: #000000;
    border: none;
    background: rgb(231,228,237);
    font-size: 14px;
}

.newsletter-signup-yse input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}

.newsletter-signup-yse input[type="submit"]:hover::before {
    animation: rotateGradient 2s infinite linear;
    opacity: 1;
}



.newsletter-signup-yse .input_holder::before {
    top: 15%;
    right: 5%;
    content: "";
    border-radius: 50%;
    position: absolute;
    animation: floatBubble 6s infinite alternate ease-in-out;
    opacity: 0.3;
    background: rgb(168,201,179,0.5);
    height: 20px;
    width: 20px;
}

footer::before {
    bottom: 0;
    content: "";
    right: 0;
    background: linear-gradient(135deg, rgb(168,201,179,0.5) 0%, rgb(182,135,120,0.5) 100%);
    z-index: -1;
    left: 0;
    opacity: 0.92;
    position: absolute;
    top: 0;
}

.footer-clients-lR7 .company_holder::after {
    position: absolute;
    right: 1.5rem;
    width: 1px;
    background: linear-gradient(to bottom, #ffffff, transparent);
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.3;
}

.footer-clients-lR7 .data-viz-EzL {
    color: #ffffff;
    border-left: 3px solid rgb(168,201,179);
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    transform-origin: left top;
    transform: skewX(-5deg);
    line-height: 1.6;
    font-size: 15px;
}

.footer-clients-lR7 .nav-sitebar-8Ky h5::before {
    left: 0;
    top: 0;
    width: 3px;
    transform: skewX(5deg);
    bottom: 0;
    position: absolute;
    content: "";
    background: rgb(168,201,179);
}

.footer-clients-lR7 .nav-sitebar-8Ky .header-tutor-tVQ a:hover {
    color: #ffffff;
    transform: skewX(-5deg) translateX(5px);
    padding-left: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
}

.footer-clients-lR7 .nav-sitebar-8Ky .header-tutor-tVQ a:hover::before {
    left: 100%;
}

.ranking-bar-M2R .footer-milestones-dZ1 {
    transform: skewX(-5deg);
    font-size: 12px;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.program-structure-KLq::after {
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    height: 200px;
    animation: rotate 30s linear infinite;
    right: -50px;
    content: "";
    bottom: -50px;
    border: 1px solid rgb(182,135,120,0.5);
    width: 200px;
    opacity: 0.2;
}

.program-structure-KLq h2:hover::after {
    transform: scaleX(1);
}

.program-structure-KLq .program-path-Ttz {
    display: flex;
    gap: 40px;
    transform-style: preserve-3d;
    position: relative;
}

.program-structure-KLq .pic-overlay-rFQ {
    height: 500px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    flex: 0 0 45%;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
}

.program-structure-KLq .text-display-yz5 {
    flex: 0 0 50%;
    scrollbar-width: thin;
    padding-right: 20px;
    max-height: 500px;
    scrollbar-color: rgb(182,135,120,0.5) transparent;
    transform: translateZ(10px);
    overflow-y: auto;
}

.cookie-popup-advisory-z5O {
    background: rgb(231,228,237);
    font-family: Arial, sans-serif;
    width: 100%;
    position: fixed;
    z-index: 1050;
    bottom: 0;
    padding: 20px;
    border-top: 3px solid rgb(168,201,179);
    overflow: hidden;
}

.cookie-view-2Tj {
    margin-right: 20px;
    flex-grow: 1;
}

.cookie-view-2Tj p {
    color: #000000;
    margin-bottom: 0;
    font-size: 16px;
}

.cookie-tab-NAl:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}

.cookie-popup-advisory-z5O p a:hover {
    color: #000000;
}

.connect-Jsf::before {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -10%;
    background: linear-gradient(45deg, rgb(168,201,179,0.5) 0%, rgb(182,135,120,0.5) 100%);
    z-index: 0;
    width: 300px;
    height: 300px;
    right: -5%;
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    content: "";
    opacity: 0.1;
}

.connect-Jsf h1::after {
    position: absolute;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(168,201,179) 0%, rgb(182,135,120) 100%);
    bottom: -15px;
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
}

.connect-Jsf .contact-team-1yf > div {
    position: relative;
    animation: fadeInRight 0.6s ease-out forwards;
    transform: translateX(-10px);
    padding: 15px 0;
    opacity: 0;
    animation-delay: calc(0.4s + var(--animation-order, 0) * 0.2s);
}

.connect-Jsf .contact-team-1yf > div > div {
    max-width: 90%;
    line-height: 1.6;
    color: #000000;
    font-size: calc(18px + 1px);
}

.connect-Jsf .message-request-BcA {
    gap: 20px;
    flex-direction: column;
    display: flex;
}

.connect-Jsf .get-assist-z1Q::after {
    content: "";
    background: linear-gradient(90deg, rgb(168,201,179) 0%, rgb(182,135,120) 100%);
    position: absolute;
    width: 0;
    height: 2px;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    bottom: 0;
}

.connect-Jsf .get-assist-z1Q:hover svg {
    transform: scale(1.1);
}

.homepage-hO3::before {
    pointer-events: none;
    right: 0;
    z-index: 0;
    top: 0;
    opacity: 0.7;
    left: 0;
    content: "";
    background: 
    radial-gradient(circle at 75% 25%, rgb(168,201,179,0.5) 0%, transparent 50%),
    radial-gradient(circle at 25% 75%, rgb(182,135,120,0.5) 0%, transparent 40%);
    bottom: 0;
    position: absolute;
}

.homepage-hO3 .master-expert-GQa > div:first-child:hover::before {
    transform: translateY(-5px);
}

.homepage-hO3 h3:hover {
    transform: translateZ(20px) translateX(5px);
}

.homepage-hO3 .master-expert-GQa > div:last-child {
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
}

.homepage-hO3 .impact-stats-z0g:hover {
    transform: translateZ(30px) translateY(-10px);
}

.homepage-hO3 .impact-stats-z0g::before {
    left: 5%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(168,201,179), transparent);
    width: 90%;
    height: 5px;
    top: -5px;
    content: "";
}

.homepage-hO3 h1 {
    margin: 0;
    color: #000000;
    transition: transform 0.5s ease;
    font-family: Arial, sans-serif;
    font-size: 48px;
    position: relative;
    line-height: 1.2;
    transform: translateZ(40px);
    font-weight: 700;
    text-align: center;
}

.homepage-hO3 .impact-stats-z0g > div::before {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}

header .container {
    max-width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0 2%;
    width: 100%;
    position: relative;
}

header .top-pagebar-La7 {
    grid-template-columns: 1fr 3fr 1fr;
    display: grid;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    align-items: center;
    gap: 1rem;
}

header .nav-core-MtQ:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-3px);
}

header .nav-pagewrap-bOI {
    padding: 0.4rem 0.8rem;
    border-radius: 10px;
    color: #000000;
    background: #ffffff;
    font-size: 19px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    text-align: center;
    font-weight: 400;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 767px) {.secure-stockade-HVU {
    padding: 3rem 0;
}.secure-stockade-HVU::after {
    width: 10vw;
}.secure-stockade-HVU .container {
    transform: none;
    padding: 1.5rem;
}.secure-stockade-HVU h1 {
    font-size: calc(46px * 0.8);
    transform: translateX(0);
    padding-top: 1rem;
}.secure-stockade-HVU h2 {
    font-size: calc(38px * 0.8);
    padding-left: 0.75rem;
}.secure-stockade-HVU h3 {
    font-size: calc(38px * 0.7);
}.secure-stockade-HVU h4 {
    font-size: calc(38px * 0.6);
}.secure-stockade-HVU ul {
    padding-left: 0.5rem;
}.secure-stockade-HVU li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}.secure-stockade-HVU span {
    padding: 1rem;
}
}



@media (max-width: 1024px) {.contact-f7C {
    padding: 80px 0;
}.contact-f7C .pic-overlay-rFQ {
    min-height: 500px;
}.contact-f7C .support-section-xTs {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.contact-f7C {
    padding: 50px 0;
}.contact-f7C h2 {
    font-size: calc(28px * 0.85);
}.contact-f7C .feedback-box-wPZ {
    margin-top: 30px;
}.contact-f7C .pic-overlay-rFQ {
    min-height: 200px;
}.contact-f7C .support-section-xTs {
    padding: 30px 20px;
}.contact-f7C form h3 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.contact-f7C form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-f7C .feedback-request-r87 {
    margin-bottom: 25px;
}.contact-f7C .feedback-request-r87 label {
    font-size: calc(13px * 0.9);
}.contact-f7C .help-query-Fxr {
    padding: 12px 25px;
}}



@media (max-width: 767px) {.thanks-id-Xxp {
    padding: 4rem 0;
}.thanks-id-Xxp .skill-program-2pY > div:first-child,
  .thanks-id-Xxp .skill-program-2pY > div:last-child {
    padding: 2rem;
}.thanks-id-Xxp h5 {
    font-size: calc(21px * 0.9);
}.thanks-id-Xxp p {
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 992px) {.training-benefits-U7t {
    padding: 70px 0;
}.training-benefits-U7t .skill-program-2pY {
    flex-direction: column;
    gap: 40px;
}.training-benefits-U7t .pic-overlay-rFQ {
    flex: none;
    max-width: 60%;
    margin: 0 auto;
}.training-benefits-U7t .text-display-yz5 {
    flex: none;
    width: 90%;
    margin: 0 auto;
}
}



@media screen and (max-width: 992px) {.access-now-jJf {
    padding: 100px 0;
}.access-now-jJf .skill-program-2pY {
    padding: 50px 30px;
    max-width: 90%;
}.access-now-jJf h3 {
    margin-bottom: 45px;
    font-size: calc(30px * 0.9);
}.access-now-jJf .get-assist-z1Q {
    padding: 16px 40px;
}
}



@media (max-width: 1024px) {.company-overview-Qba {
    padding: 90px 0;
}.company-overview-Qba .skill-program-2pY {
    gap: 40px;
}.company-overview-Qba .expert-classes-U3u {
    flex: 0 0 40%;
}.company-overview-Qba .pic-overlay-rFQ {
    height: 350px;
}.company-overview-Qba .text-display-yz5 {
    padding: 30px;
}
}



@media (max-width: 576px) {.company-overview-Qba {
    padding: 60px 0;
}.company-overview-Qba::before,
    .company-overview-Qba::after {
    opacity: 0.25;
}.company-overview-Qba .expert-classes-U3u {
    width: 100%;
}.company-overview-Qba .pic-overlay-rFQ {
    height: 280px;
}.company-overview-Qba .founder-bio-PWE {
    padding: 15px 20px;
}.company-overview-Qba .pro-classes-swl {
    font-size: calc(19px + 1px);
}.company-overview-Qba .text-display-yz5 {
    padding: 25px 20px;
}.company-overview-Qba .approach-edu-5Ek svg {
    height: 40px;
    width: 40px;
}.company-overview-Qba .approach-edu-5Ek {
    font-size: 13px;
    margin-bottom: 20px;
}.company-overview-Qba h2 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: calc(32px - 6px);
}.company-overview-Qba h2::after {
    width: 60px;
    height: 2px;
}.company-overview-Qba p {
    font-size: calc(13px - 1px);
    line-height: 1.7;
}}



@media (max-width: 576px) {.footer-clients-lR7 {
    padding: 3rem 0 1rem;
}.footer-clients-lR7::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.footer-clients-lR7 .nav-sitebar-8Ky {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.footer-clients-lR7 .company_holder {
    margin-bottom: 2rem;
}.footer-clients-lR7 .nav-sitebar-8Ky .header-tutor-tVQ a {
    padding: 0.6rem 0.8rem;
}.footer-clients-lR7 .nav-sitebar-8Ky .header-tutor-tVQ a:hover {
    padding-left: 1.2rem;
}.ranking-bar-M2R {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}



@media (max-width: 768px) {.program-structure-KLq {
    padding: 60px 0;
}.program-structure-KLq h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.8);
}.program-structure-KLq .pic-overlay-rFQ {
    height: 280px;
}.program-structure-KLq .text-display-yz5 {
    max-height: 350px;
}.program-structure-KLq .description {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}


@media (max-width: 1200px) {.cookie-view-2Tj h5 {
    font-size: calc(21px - 2px);
}.cookie-view-2Tj p {
    font-size: calc(16px - 2px);
}.cookie-tab-NAl {
    padding: 8px 16px;
    font-size: calc(14px - 2px);
}
}



@media (min-width: 992px) {.connect-Jsf {
    padding: 180px 0 120px;
}.connect-Jsf .contact-team-1yf {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
}.connect-Jsf .contact-team-1yf > div:first-child {
    grid-column: auto;
}.connect-Jsf .contact-team-1yf > div {
    padding-left: 30px;
    border-top: none !important;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}.connect-Jsf .contact-team-1yf > div:first-child {
    border-left: none;
    padding-left: 0;
}.connect-Jsf h6 {
    margin-bottom: 20px;
}
}



@media (max-width: 767px) {.homepage-hO3 {
    padding: 1.5rem;
}.homepage-hO3 .master-expert-GQa {
    transform: perspective(1000px) rotateX(0deg);
}.homepage-hO3 h3 {
    font-size: calc(19px * 0.8);
}.homepage-hO3 h1 {
    font-size: calc(48px * 0.85);
}.homepage-hO3 .impact-stats-z0g {
    max-width: 100%;
    padding: 2rem 1.5rem;
}.homepage-hO3 .impact-stats-z0g > div {
    height: 220px;
}.homepage-hO3 p {
    font-size: 13px;
    padding: 1rem;
}
}



@media (max-width: 767px) {header .top-pagebar-La7 {
    grid-template-areas:
            "logo"
            "nav-sitebar-8Ky";
    grid-template-columns: 1fr;
}header .nav-core-MtQ {
    padding: 0.4rem;
}header .nav-core-MtQ svg {
    width: 130px;
}header .nav-sitebar-8Ky {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .nav-pagewrap-bOI {
    padding: 0.3rem 0.5rem;
    font-size: calc(19px - 1px);
}
}



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



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



@keyframes scanLines {
    0% {
        background-position: center, center;
        opacity: 0.03;
    }
    50% {
        opacity: 0.07;
    }
    100% {
        background-position: center, center;
        opacity: 0.03;
    }
}



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

@keyframes border-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.7;
    }
}



@keyframes moveBlob2 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 40% 60% 30% 70% / 60% 40% 60% 40%;
        transform: translate(-20px, -10px) scale(1.1);
    }
    66% {
        border-radius: 70% 30% 60% 40% / 40% 70% 30% 60%;
        transform: translate(15px, -20px) scale(0.9);
    }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



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

