﻿.wrapper-bundle-YgEX {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}

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

.design-res-5SEV {
    flex: 0 0 auto;
}

.design-res-5SEV {
    position: relative;
    padding: 5rem 0 2rem;
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(238,234,239);
}

header .site-navbar-gflh {
    transition: all 0.3s ease;
    padding: 0.5rem;
    position: relative;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    display: block;
    text-decoration: none;
}

header .header-main-Y6k4 {
    background: linear-gradient(to right, rgb(208,198,212,0.5), rgb(173,161,179,0.5));
    padding: 0.8rem;
    border-radius: 13px;
    display: flex;
    gap: 0.5rem;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.privacy-compartment-Im1X h1 {
    margin-bottom: 20px;
    color: rgb(208,198,212);
    font-size: 44px;
    font-weight: 700;
}

.privacy-compartment-Im1X ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.privacy-compartment-Im1X h3, .privacy-compartment-Im1X h4, .privacy-compartment-Im1X h5, .privacy-compartment-Im1X h6 {
    color: #000000;
    margin: 1rem 0;
}

.cookies-overview-iNqE {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}


.cookieNoticeContainer-5f17 h5 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 700;
    color: rgb(208,198,212);
}

.tracking-policy-WGIi {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    text-decoration: none;
    padding: 10px 20px;
    text-align: center;
    width: calc(50% - 10px);
    display: inline-block;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(208,198,212);
    margin: 5px;
    font-size: 15px;
}

.teacher-profile-9Q5z::after {
    z-index: 0;
    content: "";
    height: 70%;
    width: 70%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(210deg, rgb(173,161,179,0.5) 0%, transparent 70%);
    right: 0;
}

.teacher-profile-9Q5z .full-width-image-6rcD::after {
    mix-blend-mode: overlay;
    position: absolute;
    left: -100%;
    animation: shiftGradient 10s infinite alternate;
    top: -100%;
    transition: all 0.8s ease;
    height: 300%;
    opacity: 0.3;
    width: 300%;
    background: linear-gradient(45deg, rgb(208,198,212,0.5) 0%, transparent 40%, transparent 60%, rgb(173,161,179,0.5) 100%);
    content: "";
}

.teacher-profile-9Q5z .name {
    color: rgb(208,198,212);
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 37px;
}

.teacher-profile-9Q5z .experience-log-Njr8 div:nth-child(2) {
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 22px;
    position: relative;
    color: rgb(173,161,179);
}

.teacher-profile-9Q5z .work-card-yWTY::before,
.teacher-profile-9Q5z .work-card-yWTY::after {
    color: rgb(208,198,212,0.5);
    line-height: 0;
    content: "";
    position: absolute;
    font-family: serif;
    font-size: 3rem;
}

.teacher-profile-9Q5z .work-card-yWTY::before {
    transform: rotate(180deg);
    left: 0;
    top: 0.5rem;
}

.ty-page-Xa6D::after {
    width: 15rem;
    height: 15rem;
    position: absolute;
    opacity: 0.15;
    content: "";
    bottom: -5rem;
    transform: rotate(-15deg);
    z-index: 0;
    background: linear-gradient(225deg, rgb(173,161,179) 0%, transparent 70%);
    right: -5rem;
}

.ty-page-Xa6D .quick-skill-L7dU > div:first-child::before {
    width: 0.5rem;
    left: -2rem;
    transform: translateY(-50%);
    position: absolute;
    content: "";
    height: 50%;
    background: rgb(208,198,212);
    top: 50%;
}

.ty-page-Xa6D h5 {
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    transition: transform 0.4s ease;
    transform: translateY(0);
    padding-left: 1rem;
    font-size: 23px;
    position: relative;
    margin: 0;
}

.ty-page-Xa6D a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}

.ty-page-Xa6D a:focus {
    box-shadow: 0 0 0 3px rgb(208,198,212,0.5);
    outline: none;
}

.program-details-BTg8 .learn-business-KoJY {
    animation: carousel-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    display: flex;
    height: 100%;
    width: 500%;
}

.program-details-BTg8 .learn-business-KoJY {
    animation-duration: 25s;
}

.program-details-BTg8 .online-learn-7eXv::before {
    width: 100%;
    z-index: 2;
    background: linear-gradient(
        135deg,
        rgba(var(--primary-color, 0, 204, 204), 0.2) 0%,
        rgba(var(--primary-color, 0, 204, 204), 0) 25%,
        rgba(var(--secondary-color, 102, 16, 242), 0) 75%,
        rgba(var(--secondary-color, 102, 16, 242), 0.2) 100%
    );
    animation: gradient-shift 8s infinite alternate;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}

.program-details-BTg8 .job-training-m7yk::before {
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.7;
    top: 0;
    background: 
        linear-gradient(
            90deg, 
            transparent 0%,
            rgba(var(--primary-color, 0, 204, 204), 0.05) 25%,
            rgba(var(--secondary-color, 102, 16, 242), 0.05) 75%,
            transparent 100%
        );
    width: 100%;
    content: "";
    animation: pulse-gradient 8s ease infinite;
}

.program-details-BTg8 .job-training-m7yk h3 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 35px;
    display: inline-block;
}

.program-details-BTg8 .job-training-m7yk h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1rem;
}

.program-details-BTg8 .job-training-m7yk p {
    font-size: 14px;
    margin-left: auto;
    line-height: 1.8;
    font-weight: 300;
    margin-right: auto;
    max-width: 90%;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 2.5rem;
}

.program-details-BTg8 .job-training-m7yk p {
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-size: calc(14px * 0.9);
}

.program-details-BTg8 .job-training-m7yk .support-feedback-jNlP::after {
    left: -50%;
    height: 200%;
    content: "";
    opacity: 0;
    width: 200%;
    transform: scale(0);
    position: absolute;
    top: -50%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.program-details-BTg8::after {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.8;
    top: 0;
    z-index: 1;
    height: 100%;
    content: "";
    background: 
        radial-gradient(
            circle at 75% 25%, 
            transparent 0%,
            #000000 80%
        );
}

.program-details-BTg8 .online-learn-7eXv:nth-child(5)::before {
    animation-delay: 8s;
}

.design-res-5SEV .container {
    position: relative;
    z-index: 2;
}

.design-res-5SEV .online-tools-PwI6 {
    display: flex;
    flex-direction: column;
}

.design-res-5SEV .reach-experts-2Qhl {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 2rem;
    margin-bottom: 4rem;
}

.design-res-5SEV .info_item::before {
    background-color: rgba(0, 0, 0, 0.06);
    width: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    height: 60%;
}

.design-res-5SEV .info_item svg {
    fill: rgb(208,198,212);
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
}

.design-res-5SEV .text_main_holder {
    gap: 3rem;
    justify-content: space-between;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.design-res-5SEV .nav-lead-3RUQ:hover svg {
    transform: scale(1.05);
}

.design-res-5SEV .header-main-Y6k4 {
    flex: 1;
    min-width: 240px;
    gap: 2rem;
    position: relative;
    display: flex;
    max-width: 400px;
    flex-direction: column;
}

.design-res-5SEV .header-main-Y6k4 h5 {
    font-weight: 600;
    color: #000000;
    background: rgba(0, 0, 0, 0.03);
    margin-bottom: 1rem;
    font-size: 20px;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
}

.design-res-5SEV .head-sitebar-eocK a:hover {
    color: rgb(208,198,212);
    padding-left: 1.5rem;
}

.design-res-5SEV .head-sitebar-eocK a:hover::before {
    background-color: rgb(208,198,212);
    width: 8px;
    height: 8px;
}

.design-res-5SEV .subscribe_holder::before {
    content: '';
    top: 0;
    border-color: rgb(208,198,212,0.5) transparent transparent transparent;
    border-style: solid;
    position: absolute;
    width: 0;
    left: 0;
    height: 0;
    border-width: 50px 50px 0 0;
    border-top-left-radius: 15px;
}

.design-res-5SEV .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(208,198,212,0.5);
    outline: none;
    border-color: rgb(208,198,212);
}

.design-res-5SEV .mail-block-gKcM {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 1.125rem 1.25rem;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,198,212) 0%, rgb(173,161,179) 100%);
}

.client-feedback-QN6Z {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgba(245, 247, 251, 0.95) 100%);
    position: relative;
}

.client-feedback-QN6Z h2 {
    position: relative;
    font-size: calc(36px * 1.1);
    transform: translateX(2vw);
    font-weight: 700;
    color: #000000;
    text-align: left;
    z-index: 2;
    margin-bottom: 3.5rem;
}

.client-feedback-QN6Z h2:hover::after {
    transform: scaleX(1.2);
}

.client-feedback-QN6Z .quick-skill-L7dU {
    overflow: visible;
    position: relative;
}

.client-feedback-QN6Z .alumni-ratings-pVjM {
    gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
}

.client-feedback-QN6Z .learn-reviews-dErk:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(var(--primary-color-rgb), 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}

.client-feedback-QN6Z .learn-reviews-dErk:nth-child(2n) {
    border-left: 3px solid rgb(208,198,212);
}

.client-feedback-QN6Z .learn-reviews-dErk .description {
    margin: 0 0 1.5rem;
    flex-grow: 1;
    font-style: italic;
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
}

.client-feedback-QN6Z .learn-reviews-dErk img {
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
}

.training-benefits-LrJk {
    background: linear-gradient(135deg, rgb(238,234,239) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 5rem 1.5rem;
    position: relative;
}

.training-benefits-LrJk h5 {
    transition: transform 0.5s ease;
    font-weight: 700;
    position: relative;
    font-size: 22px;
    margin-bottom: 3rem;
    text-align: center;
    transform: perspective(1000px) translateZ(0);
    color: #000000;
}

.training-benefits-LrJk .quick-skill-L7dU {
    transform: translateY(0);
    flex-direction: column;
    background: #ffffff;
    display: flex;
    border-radius: 27px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    gap: 2rem;
}

.training-benefits-LrJk .text-box-wrapper-yusq::before {
    top: 0;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(173,161,179,0.5), transparent);
    height: 1px;
    left: 20px;
    content: "";
    width: calc(100% - 40px);
}

.training-benefits-LrJk li:hover svg {
    transform: rotate(5deg) scale(1.1);
}

.training-benefits-LrJk li svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,198,212);
}

.sign-up-for-updates-jWqw {
    background: linear-gradient(135deg, rgb(238,234,239) 0%, rgb(173,161,179,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}

.sign-up-for-updates-jWqw .request-inquiry-wsri {
    transition: transform 0.5s ease;
    margin-left: 5%;
    transform: perspective(1000px) rotateY(-5deg);
    max-width: 650px;
}

.sign-up-for-updates-jWqw h3 {
    font-weight: 700;
    border-left: 5px solid rgb(208,198,212);
    transform: translateX(-15px);
    color: #000000;
    margin-bottom: 30px;
    padding-left: 15px;
    font-size: 33px;
}

.sign-up-for-updates-jWqw .mail-block-gKcM {
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    padding: 18px 35px;
    transition: all 0.3s ease;
    overflow: hidden;
    font-family: Arial, sans-serif;
    z-index: 1;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    border: none;
    background: linear-gradient(135deg, rgb(208,198,212) 0%, rgb(173,161,179) 100%);
    flex: 0 1 auto;
}

.plan-option-YWbI {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.plan-option-YWbI .premium-cost-ARTn {
    position: relative;
}

.plan-option-YWbI .premium-cost-ARTn::before {
    border-radius: 50%;
    content: "";
    background: radial-gradient(circle, rgb(208,198,212,0.5) 0%, transparent 70%);
    height: 300px;
    top: -50px;
    pointer-events: none;
    width: 300px;
    left: -150px;
    opacity: 0.2;
    position: absolute;
}

.plan-option-YWbI .price-schemes-kMAC {
    font-size: calc(12px * 1.1);
    margin-bottom: 50px;
    opacity: 0.9;
    transform: translateX(-3%);
    line-height: 1.6;
    max-width: 80%;
}

.plan-option-YWbI .pricing-levels-MQCp {
    overflow: hidden;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.plan-option-YWbI .pricing-levels-MQCp:hover .learning-package-UKZt::before {
    opacity: 0.15;
}

.plan-option-YWbI .learn-offers-B7MH {
    height: 100%;
    z-index: 1;
    padding: 35px 30px;
    position: relative;
    flex-direction: column;
    display: flex;
}

.plan-option-YWbI .learn-offers-B7MH h4::after {
    transform: translateY(-50%);
    background: linear-gradient(to bottom, rgb(208,198,212), rgb(173,161,179));
    height: 70%;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    left: -15px;
    width: 5px;
    opacity: 0.8;
    top: 50%;
}

.plan-option-YWbI .pricing-levels-MQCp:hover .pay-plans-rmJR {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

.contact-box-cT60 {
    overflow: hidden;
    background: rgb(238,234,239);
    padding: 100px 0;
    position: relative;
}

.contact-box-cT60::after {
    left: 0;
    top: 0;
    opacity: 0.07;
    background-size: 30px 30px;
    z-index: 1;
    position: absolute;
    background-image: 
        linear-gradient(rgb(173,161,179,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(173,161,179,0.5) 1px, transparent 1px);
    width: 100%;
    height: 100%;
    content: "";
}

.contact-box-cT60 h2::after {
    width: 30px;
    bottom: 0;
    left: calc(50% - 15px);
    background: rgb(173,161,179);
    height: 4px;
    content: "";
    position: absolute;
}

.contact-box-cT60 .full-width-image-6rcD::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(
        135deg, 
        rgba(rgb(208,198,212), 0.4), 
        rgba(rgb(173,161,179), 0.4)
    );
    content: "";
}

.contact-box-cT60 form {
    z-index: 2;
    position: relative;
}

.contact-box-cT60 form h3 {
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 23px;
}

.contact-box-cT60 form input[type="text"] {
    font-size: 16px;
    margin-bottom: 25px;
    background: transparent;
    border-bottom: 2px solid rgb(238,234,239);
    color: #000000;
    padding: 20px 25px;
    border: none;
    transition: all 0.3s ease;
    width: 100%;
}

.contact-box-cT60 .request-section-aYAG label {
    color: #000000;
    padding-left: 35px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
}

.contact-box-cT60 .request-section-aYAG input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    left: 8px;
    height: 12px;
    width: 6px;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    top: 4px;
    border-width: 0 2px 2px 0;
}

.contact-box-cT60 .request-section-aYAG label a:hover::after {
    background: rgb(173,161,179);
    transform: scaleX(0);
}

.contact-box-cT60 .support-feedback-jNlP:hover::before {
    width: 150%;
}

.contact-box-cT60 svg {
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(208,198,212);
    stroke-width: 2;
    height: 24px;
    width: 24px;
}

.contact-box-cT60 svg path {
    stroke: rgb(208,198,212);
    fill: none;
    transition: all 0.3s ease;
}

.title-section-Pt7E {
    align-items: center;
    min-height: 100vh;
    position: relative;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    display: flex;
}

.title-section-Pt7E > div {
    max-width: 1200px;
    transform: translateY(-2vh);
    width: 90%;
    z-index: 2;
    padding: 2rem;
    position: relative;
}

.title-section-Pt7E > div > div:first-child::before {
    transform: translateY(-100%);
    content: "";
    background: linear-gradient(to bottom, rgb(208,198,212), rgb(173,161,179));
    top: 0;
    height: 100%;
    width: 6px;
    position: absolute;
    left: 0;
    animation: slide-in 1.2s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.title-section-Pt7E .learn-start-HO1D::before {
    height: calc(100% + 20px);
    content: "";
    opacity: 0.1;
    z-index: -1;
    transform: scale(1.02);
    position: absolute;
    left: -10px;
    background-size: 20px 20px;
    width: calc(100% + 20px);
    background: linear-gradient(45deg, 
    transparent 48%, 
    rgb(173,161,179) 49%, 
    rgb(173,161,179) 51%, 
    transparent 52%);
    top: -10px;
}

.title-section-Pt7E .learn-start-HO1D span {
    position: relative;
    display: inline-block;
}

.title-section-Pt7E .learn-start-HO1D p::before {
    transform: translateY(-50%);
    top: 50%;
    content: "";
    position: absolute;
    width: 8px;
    background-color: rgb(208,198,212);
    box-shadow: 0 0 10px rgb(208,198,212);
    border-radius: 50%;
    left: 0;
    height: 8px;
}

.course-suitability-J3a0 .quick-skill-L7dU {
    max-width: 1100px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}

.course-suitability-J3a0 h3 {
    padding-left: 2rem;
    font-size: 37px;
    text-align: left;
    position: relative;
    margin-bottom: 3rem;
    font-weight: 700;
    color: rgb(173,161,179);
}

.course-suitability-J3a0 ul {
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    display: grid;
    gap: 2rem 1.5rem;
    position: relative;
}

.course-suitability-J3a0 li {
    display: flex;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(rgb(173,161,179,0.5), 0.1);
    transition: all 0.3s ease;
    align-items: flex-start;
    border-radius: 22px;
    position: relative;
    padding: 1.5rem;
    background: rgba(rgb(173,161,179,0.5), 0.03);
}

.course-suitability-J3a0 li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
}

.course-suitability-J3a0 li:hover::before {
    opacity: 1;
}

.course-suitability-J3a0 li:nth-child(even)::after {
    animation: pulseOdd 3s infinite alternate-reverse ease-in-out;
}

.course-suitability-J3a0 li svg {
    height: 32px;
    margin-right: 1rem;
    transition: all 0.3s ease;
    position: relative;
    flex-shrink: 0;
    width: 32px;
    fill: rgb(208,198,212);
}

.course-suitability-J3a0 li:hover svg path {
    fill: rgb(208,198,212);
}

.our-background-YFQ2::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.75) 30%, 
        rgba(0, 0, 0, 0.6) 70%, 
        rgba(0, 0, 0, 0.85) 100%);
}

.our-background-YFQ2 h4::after {
    width: 80px;
    position: absolute;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(208,198,212), rgb(173,161,179));
    content: "";
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
}

.our-background-YFQ2 .text-box-wrapper-yusq::before {
    height: 100%;
    opacity: 0.1;
    width: 100%;
    background: linear-gradient(45deg, 
        rgb(208,198,212,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(173,161,179,0.5) 100%);
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    pointer-events: none;
}

.our-background-YFQ2 .text-box-wrapper-yusq span {
    color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    display: block;
    transform: translateY(20px);
    margin-bottom: 1rem;
    line-height: 1.8;
    position: relative;
    text-align: justify;
    animation: fadeInUp 1s forwards 0.8s;
    font-size: 17px;
}


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



@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .main-base-5cbF {
    gap: 1rem;
}header .site-navbar-gflh svg {
    width: 140px;
}header .header-main-Y6k4 {
    padding: 0.6rem;
    gap: 0.4rem;
}header .head-know-9YVs {
    padding: 0.4rem 0.8rem;
    font-size: calc(17px - 2px);
}
}


@media only screen and (max-width: 600px) {.cookieNoticeContainer-5f17 {
    width: 100%;
    bottom: 0;
    transform: none;
    border-radius: 0;
    left: 0;
}.edu-cookie-EAhj {
    padding: 15px;
}.cookies-overview-iNqE svg {
    width: 50px;
    height: 50px;
}.cookieNoticeContainer-5f17 h5 {
    font-size: calc(19px - 2px);
}.cookieNoticeContainer-5f17 p {
    font-size: calc(18px - 2px);
}.tracking-policy-WGIi {
    font-size: calc(15px - 2px);
    width: calc(100% - 10px);
    padding: 8px 16px;
}}



@media (min-width: 992px) {.ty-page-Xa6D {
    padding: 8rem 0;
}.ty-page-Xa6D .container {
    padding: 0 2rem;
}.ty-page-Xa6D .quick-skill-L7dU {
    gap: 4rem;
}.ty-page-Xa6D .quick-skill-L7dU > div:first-child {
    padding-left: 2rem;
}.ty-page-Xa6D .quick-skill-L7dU > div:first-child::before {
    width: 0.7rem;
    left: 0;
}.ty-page-Xa6D h5 {
    font-size: calc(23px * 1.4);
    padding-left: 2rem;
}.ty-page-Xa6D .quick-skill-L7dU > div:last-child {
    max-width: 80%;
    margin-left: 6rem;
    padding: 4rem;
}.ty-page-Xa6D p {
    line-height: 1.9;
    font-size: calc(13px * 1.1);
}
}



@media (max-width: 1200px) {.design-res-5SEV .text_main_holder {
    gap: 2.5rem;
}.design-res-5SEV .nav-lead-3RUQ {
    max-width: 260px;
}.design-res-5SEV .header-main-Y6k4 {
    min-width: 220px;
}
}



@media (max-width: 768px) {.design-res-5SEV {
    padding: 3.5rem 0 1.5rem;
}.design-res-5SEV .reach-experts-2Qhl {
    margin-bottom: 3rem;
}.design-res-5SEV .info_item {
    width: 100%;
}.design-res-5SEV .info_item::before {
    display: none;
}.design-res-5SEV .head-sitebar-eocK {
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem 1.5rem;
    flex-wrap: wrap;
}.design-res-5SEV .head-sitebar-eocK a {
    text-align: center;
    padding: 0.5rem 1rem;
}.design-res-5SEV .head-sitebar-eocK a::before {
    display: none;
}.design-res-5SEV .head-sitebar-eocK a:hover {
    padding-left: 1rem;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.03);
}.design-res-5SEV .referral-prog-UTF7 {
    margin-top: 3rem;
}
}



@media (max-width: 991px) {.client-feedback-QN6Z {
    padding: 4rem 0;
}.client-feedback-QN6Z h2 {
    transform: translateX(0);
    font-size: calc(36px * 1.05);
    text-align: center;
}.client-feedback-QN6Z h2::after {
    transform: translateX(-50%);
    left: 50%;
}.client-feedback-QN6Z .alumni-ratings-pVjM {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}



@media (max-width: 767px) {.client-feedback-QN6Z {
    padding: 3rem 0;
}.client-feedback-QN6Z h2 {
    font-size: 36px;
    margin-bottom: 2.5rem;
}.client-feedback-QN6Z .alumni-ratings-pVjM {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client-feedback-QN6Z .learn-reviews-dErk {
    padding: 1.5rem;
}
}



@media (min-width: 768px) {.training-benefits-LrJk {
    padding: 7rem 2rem;
}.training-benefits-LrJk h5 {
    font-size: calc(22px * 1.2);
    margin-bottom: 4rem;
}.training-benefits-LrJk h5::after {
    width: 120px;
}.training-benefits-LrJk .quick-skill-L7dU {
    flex-direction: row;
    align-items: stretch;
}.training-benefits-LrJk .quick-skill-L7dU > div:first-child {
    overflow: hidden;
    flex: 0 0 40%;
}.training-benefits-LrJk .full-width-image-6rcD {
    height: 100%;
    aspect-ratio: auto;
}.training-benefits-LrJk .text-box-wrapper-yusq {
    display: flex;
    padding: 3rem;
    align-items: center;
    flex: 0 0 60%;
}.training-benefits-LrJk .text-box-wrapper-yusq::before {
    top: 20px;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(173,161,179,0.5), transparent);
    left: 0;
    height: calc(100% - 40px);
}.training-benefits-LrJk ul {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 1200px) {.plan-option-YWbI {
    padding: 100px 0;
}.plan-option-YWbI .payment-deals-Fkf2 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.plan-option-YWbI h2 {
    transform: translateX(0);
}.plan-option-YWbI .price-schemes-kMAC {
    transform: translateX(0);
    max-width: 90%;
}
}



@media (max-width: 576px) {.plan-option-YWbI {
    padding: 60px 0;
}.plan-option-YWbI .payment-deals-Fkf2 {
    grid-template-columns: 1fr;
}.plan-option-YWbI h2 {
    font-size: calc(33px * 0.8);
    display: block;
    text-align: center;
}.plan-option-YWbI h2::after {
    left: 20%;
    width: 60%;
}.plan-option-YWbI .price-schemes-kMAC {
    text-align: center;
    margin-bottom: 30px;
}.plan-option-YWbI .learn-offers-B7MH h4 {
    font-size: calc(21px * 1.1);
}.plan-option-YWbI .learn-offers-B7MH p {
    max-height: 150px;
}.plan-option-YWbI .pay-plans-rmJR {
    font-size: calc(21px * 1.1);
}}



@media (min-width: 768px) {.title-section-Pt7E > div {
    width: 85%;
    padding: 3rem;
}.title-section-Pt7E > div > div:first-child {
    padding-left: 3rem;
    margin-bottom: 3.5rem;
}.title-section-Pt7E .title_style_header {
    font-size: calc(45px * 1.3);
}.title-section-Pt7E .learn-start-HO1D {
    padding: 3.5rem;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
    display: grid;
}.title-section-Pt7E .achieve-stats-sFxV h3 {
    font-size: calc(21px * 1.1);
}.title-section-Pt7E .learn-start-HO1D p {
    font-size: calc(14px * 1.15);
}
}



@media (max-width: 992px) {.course-suitability-J3a0 {
    padding: 4rem 0;
}.course-suitability-J3a0 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.9);
}.course-suitability-J3a0 ul {
    gap: 1.5rem 1.2rem;
}
}



@media (max-width: 768px) {.course-suitability-J3a0 {
    padding: 3.5rem 0;
}.course-suitability-J3a0 .quick-skill-L7dU {
    padding: 0 1.5rem;
}.course-suitability-J3a0 h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
    padding-left: 0;
    text-align: center;
}.course-suitability-J3a0 h3::before {
    height: 4px;
    left: 50%;
    bottom: -12px;
    top: auto;
    width: 80px;
    transform: translateX(-50%);
}.course-suitability-J3a0 ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course-suitability-J3a0 ul::before {
    display: none;
}
}



@media (max-width: 576px) {.our-background-YFQ2 {
    padding: 3rem 0 2rem;
}.our-background-YFQ2 h4 {
    margin-bottom: 1.5rem;
    font-size: calc(24px * 1.3);
}.our-background-YFQ2 h4::after {
    width: 50px;
}.our-background-YFQ2 .text-box-wrapper-yusq {
    border-left-width: 2px;
    padding: 1.5rem;
}.our-background-YFQ2 h6 {
    font-size: calc(17px * 1.1);
    margin-bottom: 1rem;
}.our-background-YFQ2 .text-box-wrapper-yusq span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    18% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-20%);
    }
    38% {
        transform: translateX(-20%);
    }
    40% {
        transform: translateX(-40%);
    }
    58% {
        transform: translateX(-40%);
    }
    60% {
        transform: translateX(-60%);
    }
    78% {
        transform: translateX(-60%);
    }
    80% {
        transform: translateX(-80%);
    }
    98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes tech-grid {
    0% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.6;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.4;
        background-position: 0% 0%;
    }
}



@keyframes fadeInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



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



@keyframes slide-in {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}



@keyframes pulse {
    0% {
        filter: drop-shadow(0 0 2px rgba(rgb(208,198,212,0.5), 0.5));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(rgb(208,198,212,0.5), 0.8));
    }
    100% {
        filter: drop-shadow(0 0 2px rgba(rgb(208,198,212,0.5), 0.5));
    }
}



@keyframes fadeInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

