header,footer {
    width: 100%;
}

.wrapper-containernQo0e {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}

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

.privacy_preservenD0ZB h1 {
    color: rgb(222,150,142);
    margin-bottom: 30px;
    z-index: 2;
    font-size: 46px;
    font-weight: 700;
    grid-column: span 2;
    position: relative;
}

.privacy_preservenD0ZB ol {
    list-style-type: decimal;
}

.privacy_preservenD0ZB li {
    margin-bottom: 10px;
    font-size: 13px;
    border-bottom: 1px dashed rgb(197,102,85,0.5);
    color: #000000;
    padding-bottom: 5px;
}

.privacy_preservenD0ZB span {
    border-radius: 10px;
    z-index: 2;
    color: rgb(197,102,85);
    background: rgb(222,150,142,0.5);
    position: relative;
    font-weight: 600;
    padding: 5px;
}

.developer_experienceP1lAy {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(245,210,206) 0%, rgba(240, 242, 245, 0.9) 100%);
    padding: 120px 0;
    position: relative;
}

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

.developer_experienceP1lAy .feedback_gridZniCp {
    position: relative;
    gap: 35px;
    display: grid;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
    padding: 40px;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
}



.developer_experienceP1lAy .feedback_gridZniCp {
    animation: fadeInUp 0.8s ease-out forwards;
}

.developer_experienceP1lAy .name {
    font-size: 21px;
    color: #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 700;
}

.developer_experienceP1lAy .feedback_gridZniCp > div:nth-child(2) div {
    font-size: calc(17px - 1px);
    color: rgb(197,102,85);
    transform: translateX(0);
    transition: transform 0.4s ease, opacity 0.4s ease;
    font-weight: 600;
    margin-top: 5px;
    opacity: 0.85;
}

.thanksFocusFWPg1 {
    position: relative;
    background: linear-gradient(135deg, rgb(245,210,206) 25%, rgba(rgb(222,150,142,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 5rem 0;
}

.thanksFocusFWPg1::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(222,150,142) 20%, 
        rgb(197,102,85) 50%, 
        rgb(222,150,142) 80%, 
        transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.3;
    height: 10px;
    z-index: 1;
    content: "";
}

.thanksFocusFWPg1 .virtual_track0Pufa > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}

.thanksFocusFWPg1 .virtual_track0Pufa > div:first-child::after {
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(222,150,142);
    width: 60px;
    height: 3px;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
}

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

.thanksFocusFWPg1 a:hover p {
    color: rgb(222,150,142);
}

.thanksFocusFWPg1 a::before {
    left: 0;
    bottom: -10px;
    content: "";
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: linear-gradient(90deg, 
        rgb(222,150,142), 
        rgb(197,102,85));
    position: absolute;
    width: 0;
    opacity: 0.7;
    height: 1px;
}

footer::before {
    bottom: 0;
    top: 0;
    left: 0;
    z-index: -2;
    right: 0;
    content: "";
    position: absolute;
    opacity: 0.95;
    background: rgb(222,150,142);
}

.review_blockzNm0S::after {
    background-image: 
        linear-gradient(90deg, 
            rgb(197,102,85) 0px, rgb(197,102,85) 10px,
            transparent 10px, transparent 15px,
            rgb(197,102,85) 15px, rgb(197,102,85) 30px,
            transparent 30px, transparent 35px,
            rgb(197,102,85) 35px, rgb(197,102,85) 40px,
            transparent 40px, transparent 60px,
            rgb(197,102,85) 60px, rgb(197,102,85) 70px,
            transparent 70px, transparent 80px,
            rgb(197,102,85) 80px, rgb(197,102,85) 90px,
            transparent 90px, transparent 110px,
            rgb(197,102,85) 110px, rgb(197,102,85) 120px,
            transparent 120px, transparent 140px
        );
    position: absolute;
    content: "";
    background-repeat: repeat-x;
    top: 3px;
    width: 100%;
    opacity: 0.5;
    left: 0;
    height: 8px;
}

.review_blockzNm0S .science_refYLuxv::before {
    background: rgb(197,102,85);
    width: 20px;
    left: -10px;
    opacity: 0.6;
    content: "";
    border-radius: 50%;
    top: 2rem;
    height: 20px;
    position: absolute;
}

.review_blockzNm0S .nav_skillQdxs7 {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}

.review_blockzNm0S .main_learningUihkZ h5 {
    align-items: center;
    position: relative;
    color: #ffffff;
    display: flex;
    margin: 0;
    background: rgb(197,102,85);
    padding: 1rem 1.5rem;
    font-size: 19px;
    font-weight: 600;
}

.review_blockzNm0S .main_learningUihkZ h5::after {
    background: #ffffff;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
    width: 6px;
    height: 6px;
    right: 15px;
}

.review_blockzNm0S .main_learningUihkZ .nav_skillQdxs7 a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.patent_infoAmsI5 {
    background: rgb(197,102,85);
    padding: 2rem 0;
    position: relative;
    margin-top: 2.5rem;
}

.patent_infoAmsI5::before {
    content: "";
    left: 0;
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(222,150,142) 20px, rgb(222,150,142) 40px,
            transparent 40px, transparent 60px,
            rgb(222,150,142) 60px, rgb(222,150,142) 80px,
            transparent 80px, transparent 100px,
            rgb(222,150,142) 100px, rgb(222,150,142) 120px
        );
    width: 100%;
    background-repeat: repeat-x;
    position: absolute;
    height: 5px;
    top: -5px;
}

.meet_uspLyZY::before {
    background: linear-gradient(135deg, rgb(222,150,142,0.5) 0%, rgba(0,0,0,0.65) 100%);
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    z-index: 1;
    top: 0;
}

.meet_uspLyZY .content_wrapChF5a {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    transition: transform 0.5s ease-in-out;
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    padding: 40px;
    backdrop-filter: blur(8px);
}

.meet_uspLyZY h1::after {
    transition: width 0.3s ease-in-out;
    bottom: -10px;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(222,150,142), transparent);
    width: 60%;
    position: absolute;
    left: 0;
}

.meet_uspLyZY h4:hover::before {
    transform: translateY(-50%) scale(1);
}

.meet_uspLyZY span {
    column-gap: 30px;
    padding: 10px 0;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    position: relative;
    display: block;
    color: #000000;
    font-size: 18px;
    text-align: justify;
    column-count: 1;
}



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

.help_desk_infobL4DC .contact_team6Rxj5 {
    display: grid;
    perspective: 1000px;
    position: relative;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    gap: 24px;
}

.help_desk_infobL4DC .support_nowMkVWo::after {
    left: 0;
    content: "";
    bottom: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    opacity: 0.8;
    z-index: -1;
    top: 0;
}

.help_desk_infobL4DC .support_nowMkVWo:hover::before {
    opacity: 0.2;
}

.help_desk_infobL4DC h2::before {
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    bottom: -12px;
    width: 40px;
    left: 0;
    background: rgb(222,150,142);
    border-radius: 10px;
    height: 4px;
}

.help_desk_infobL4DC .assist_teamShlXw {
    z-index: 1;
    position: relative;
    margin-bottom: 25px;
}

.help_desk_infobL4DC .help_requestzBsDa {
    flex-wrap: wrap;
    display: flex;
    gap: 8px;
}

.help_desk_infobL4DC .support_nowMkVWo .image_boxUoMIX {
    transition: transform 0.4s ease-out;
    position: relative;
    transform: translateZ(20px);
    overflow: hidden;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    height: 100%;
}

.help_desk_infobL4DC .online_contactubJs4 {
    flex-direction: column;
    display: flex;
    gap: 20px;
}

.help_desk_infobL4DC .online_contactubJs4 a::before {
    transition: opacity 0.3s ease;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, rgb(222,150,142,0.5), transparent);
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

.help_desk_infobL4DC .online_contactubJs4 a:hover::before {
    opacity: 0.15;
}

.help_desk_infobL4DC svg {
    position: relative;
    z-index: 1;
    fill: rgb(222,150,142);
    transition: transform 0.3s ease;
    margin-right: 12px;
    height: 22px;
    width: 22px;
}



.help_desk_infobL4DC .online_contactubJs4 a::after {
    height: 12px;
    content: "";
    right: 15px;
    border-right: 2px solid rgb(222,150,142,0.5);
    border-top: 2px solid rgb(222,150,142,0.5);
    width: 12px;
    transform: translateY(-50%);
    position: absolute;
    transition: transform 0.3s ease, border-color 0.3s ease;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}

.help_desk_infobL4DC .support_nowMkVWo:last-child {
    transform: translateZ(0) perspective(1000px);
    transition: all 0.4s ease;
}

.help_desk_infobL4DC .support_nowMkVWo:nth-child(odd) {
    animation: tileFloat 6s ease-in-out infinite;
}

.help_desk_infobL4DC .support_nowMkVWo:nth-child(even) {
    animation: tileFloat 8s ease-in-out infinite reverse;
}



.help_desk_infobL4DC .help_requestzBsDa span:nth-child(odd) {
    animation: fadeInLeft 0.5s ease-out both;
}

.cookies_tracking9D8zP {
    align-items: center;
    padding: 20px 15px;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.data_complyqnGFk svg:hover {
    fill: rgb(197,102,85);
}

.cookie_message_windowLxyqX p {
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    font-family: Arial, sans-serif;
}

.cookie_lock6MCU2:hover {
    background: rgb(197,102,85);
    box-shadow: 0 0 10px rgb(197,102,85,0.5);
}

.cookie_message_windowLxyqX p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(222,150,142);
}

.newsletter_subscriptionAJRfP {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(245,210,206) 0%, rgb(197,102,85,0.5) 100%);
    overflow: hidden;
}

.newsletter_subscriptionAJRfP .help_querySAQ0o {
    flex-direction: column;
    position: relative;
    width: 80%;
    display: flex;
    margin-left: 5%;
    max-width: 800px;
}

.newsletter_subscriptionAJRfP h3::after {
    z-index: -1;
    bottom: -15px;
    width: 30px;
    content: "";
    background: rgb(222,150,142);
    right: -15px;
    transform: rotate(45deg);
    position: absolute;
    height: 30px;
}

.newsletter_subscriptionAJRfP input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(222,150,142);
    outline: none;
    transform: translateY(-5px);
}

.newsletter_subscriptionAJRfP input[type="submit"]::before {
    left: -100%;
    background: rgb(197,102,85);
    z-index: -1;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
}

.newsletter_subscriptionAJRfP input[type="submit"]:hover::before {
    left: 0;
}



.newsletter_subscriptionAJRfP .input_holder::before {
    opacity: 0.3;
    height: 100px;
    content: "";
    position: absolute;
    right: -50px;
    border-radius: 50%;
    pointer-events: none;
    width: 100px;
    top: -30px;
    border: 2px solid rgb(197,102,85,0.5);
}

.give_it_a_tryjsqgt {
    position: relative;
    background: linear-gradient(135deg, rgb(197,102,85) 0%, rgb(222,150,142) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 5rem 1rem;
    overflow: hidden;
    margin: 4rem 0;
}

.give_it_a_tryjsqgt .container {
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    transform: translateZ(0);
    padding: 0 20px;
    max-width: 1200px;
    align-items: center;
    z-index: 10;
}

.give_it_a_tryjsqgt h6::after {
    background: #ffffff;
    bottom: -12px;
    width: 80px;
    opacity: 0.7;
    content: "";
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.give_it_a_tryjsqgt span {
    z-index: 5;
    position: relative;
    display: inline-block;
    transform: perspective(800px) rotateX(2deg);
}

.give_it_a_tryjsqgt .inquiry_linkswrJoT span {
    transform: none;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.give_it_a_tryjsqgt .inquiry_linkswrJoT:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
              0 5px 10px rgba(0, 0, 0, 0.08),
              0 0 0 2px rgba(255, 255, 255, 0.2);
    background: #ffffff;
    transform: translateY(-5px) scale(1.02);
    color: rgb(222,150,142);
}

.give_it_a_tryjsqgt .inquiry_linkswrJoT:active {
    transition: all 0.1s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: translateY(-2px) scale(0.98);
}

.offer_packagewWM6v .rate_choice2dGx0 {
    flex-direction: column;
    position: relative;
    display: flex;
    z-index: 2;
    align-items: center;
    justify-content: center;
}

.offer_packagewWM6v h2::after {
    bottom: -12px;
    background: rgb(222,150,142);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    width: 80px;
    border-radius: 1px;
    height: 3px;
    content: "";
}

.offer_packagewWM6v .edu_dealsVSuEN li {
    height: 100%;
    display: flex;
}

.offer_packagewWM6v .trial_rates6uk0Z::before {
    content: "";
    transform: translateY(-5px);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(222,150,142), rgb(197,102,85));
}

.offer_packagewWM6v .qtr_cost3kAzP {
    flex-direction: column;
    display: flex;
    padding: 35px 30px;
    position: relative;
    height: 100%;
}

.offer_packagewWM6v .trial_rates6uk0Z:hover h4 {
    color: rgb(222,150,142);
}

.offer_packagewWM6v .trial_rates6uk0Z h4::after {
    transition: width 0.4s ease, background-color 0.4s ease;
    bottom: 0;
    height: 2px;
    width: 40px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    left: 0;
}

.offer_packagewWM6v .skill_offersJOX3P::before {
    background-color: rgb(222,150,142);
    width: 25px;
    left: 0;
    opacity: 0.6;
    content: "";
    top: 0;
    position: absolute;
    transition: width 0.4s ease, opacity 0.3s ease;
    height: 2px;
}

header .top_primaryvoEjl {
    left: 0;
    position: relative;
    padding: 1.5rem;
    overflow: hidden;
    border-radius: 0;
    background: linear-gradient(to right, rgb(197,102,85) 0%, rgb(222,150,142,0.5) 100%);
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 20px 2px rgb(222,150,142,0.5);
    z-index: 99;
    align-items: center;
    width: 100%;
}

header .top_primaryvoEjl .main_pagewrapgh12O::after {
    background: rgb(197,102,85);
    animation: neonPulse 3s infinite alternate;
    transform-origin: left;
    height: 2px;
    bottom: -8px;
    position: absolute;
    box-shadow: 0 0 8px 2px rgb(197,102,85);
    transform: scaleX(0);
    left: 0;
    width: 100%;
    content: "";
}

header .top_primaryvoEjl .nav_primePb6cr {
    margin: 0 0.5rem;
    transform: translateZ(0);
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.3s ease;
}

header .top_primaryvoEjl .nav_primePb6cr a::before {
    content: "";
    background: rgb(222,150,142,0.5);
    border-radius: 10px;
    width: 100%;
    transform: scale(0.9);
    left: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    top: 0;
    height: 100%;
    opacity: 0;
    z-index: -1;
    position: absolute;
}

.homepageHUJ08::before {
    position: absolute;
    right: 0;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, 
    rgba(rgb(222,150,142,0.5), 0.85), 
    rgba(rgb(197,102,85,0.5), 0.75),
    rgba(rgba(0, 0, 0, 0.5), 0.65));
    content: "";
    bottom: 0;
    z-index: 1;
    top: 0;
    left: 0;
}

.homepageHUJ08 > div > div:first-child {
    animation: slideInTitle 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    opacity: 0;
    position: relative;
    transform: translateX(-2rem);
}

.homepageHUJ08 .course_firstiWvkZ {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
              0 4px 10px rgba(0, 0, 0, 0.1),
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
    display: flex;
    background: rgba(rgba(0, 0, 0, 0.5), 0.75);
    animation: fadeUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    backdrop-filter: blur(15px);
    opacity: 0;
    padding: 2.5rem;
    gap: 2rem;
    flex-direction: column;
    transform: translateY(2rem);
    border-left: 3px solid rgb(197,102,85);
}

.homepageHUJ08 span:hover::before {
    transform: scaleX(1.5);
}

.homepageHUJ08 span:hover p {
    opacity: 1;
}

.contact_sectionAlIns {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(245,210,206) 0%, rgba(16, 22, 47, 0.95) 100%);
}



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

.contact_sectionAlIns h2 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    position: relative;
    color: #ffffff;
}

.contact_sectionAlIns .help_message1pyvw::before {
    height: 100%;
    content: "";
    width: 100%;
    border: 1px solid rgba(rgb(222,150,142), 0.2);
    left: -8px;
    top: -8px;
    border-radius: 25px;
    position: absolute;
    z-index: -1;
}

.contact_sectionAlIns .image_boxUoMIX::before {
    content: "";
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    width: 100%;
    left: 0;
}

.contact_sectionAlIns .connect_reachOiE4n::before {
    width: 60px;
    height: 60px;
    bottom: 20px;
    border-bottom: 2px solid rgba(rgb(197,102,85), 0.6);
    left: 20px;
    position: absolute;
    border-left: 2px solid rgba(rgb(197,102,85), 0.6);
    content: "";
}

.contact_sectionAlIns form input[type="text"] {
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 18px 25px;
    font-size: 12px;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact_sectionAlIns .feedback_blockmde7V input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_sectionAlIns .feedback_blockmde7V input[type="checkbox"]:checked + label::before {
    border-color: rgb(222,150,142);
    background: rgb(222,150,142);
}

.contact_sectionAlIns .feedback_blockmde7V label a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(222,150,142);
    position: relative;
    transition: all 0.3s ease;
}

.contact_sectionAlIns form .inquiry_linkswrJoT::before {
    left: -100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(197,102,85), rgb(222,150,142));
    transition: all 0.4s ease;
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
    content: "";
}

.contact_sectionAlIns svg path {
    transition: fill 0.3s ease;
    fill: rgb(222,150,142);
}

.learning_systemfd4mI::before {
    content: "";
    animation: moveGrid 60s linear infinite;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: 50px 50px;
    position: absolute;
    opacity: 0.1;
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(222,150,142,0.5) 25px, rgb(222,150,142,0.5) 26px, transparent 27px, transparent 49px, rgb(222,150,142,0.5) 50px, rgb(222,150,142,0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgb(222,150,142,0.5) 25px, rgb(222,150,142,0.5) 26px, transparent 27px, transparent 49px, rgb(222,150,142,0.5) 50px, rgb(222,150,142,0.5) 51px, transparent 52px);
    top: 0;
}

.learning_systemfd4mI h3::after {
    animation: pixelGrow 0.5s 1.5s steps(10) forwards;
    right: 0;
    bottom: 0;
}

.learning_systemfd4mI span::before,
.learning_systemfd4mI span::after {
    height: 0;
    content: "";
    position: absolute;
    width: 0;
    background: rgb(222,150,142,0.5);
}

.learning_systemfd4mI span::before {
    right: 0;
    top: 0;
    animation: pixelGrow 0.5s 1.8s steps(10) forwards;
}

.learning_systemfd4mI span::after {
    left: 0;
    animation: pixelGrow 0.5s 2.1s steps(10) forwards;
    bottom: 0;
}

.course_structureiyvjG .ready_skillsGwkuf {
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.course_structureiyvjG .ready_skillsGwkuf:hover .education_track3DF6m {
    animation-play-state: paused;
}

.course_structureiyvjG .knowledge_trackSIoxT {
    overflow: hidden;
    width: 20%;
    position: relative;
    height: 100%;
}

.course_structureiyvjG .knowledge_trackSIoxT::before {
    position: absolute;
    width: 100%;
    left: 0;
    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%
    );
    content: "";
    animation: gradient-shift 8s infinite alternate;
    top: 0;
    height: 100%;
    z-index: 2;
}

.course_structureiyvjG .skill_masterhcwUQ::before {
    content: "";
    opacity: 0.7;
    height: 100%;
    top: 0;
    position: absolute;
    animation: pulse-gradient 8s ease infinite;
    width: 100%;
    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%
        );
    left: 0;
}

.course_structureiyvjG .skill_masterhcwUQ h3 {
    position: relative;
    font-size: 38px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
}

.course_structureiyvjG .skill_masterhcwUQ h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1rem;
}

.course_structureiyvjG .skill_masterhcwUQ p {
    line-height: 1.8;
    margin-bottom: 2.5rem;
    margin-right: auto;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.8;
    max-width: 90%;
    margin-left: auto;
    font-weight: 300;
}

.course_structureiyvjG .skill_masterhcwUQ p {
    font-size: calc(12px * 0.9);
    margin-bottom: 1.5rem;
    max-width: 100%;
}

.course_structureiyvjG .skill_masterhcwUQ .inquiry_linkswrJoT::after {
    opacity: 0;
    left: -50%;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    content: "";
    width: 200%;
    height: 200%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    top: -50%;
    transform: scale(0);
    position: absolute;
}

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

.course_structureiyvjG .knowledge_trackSIoxT:nth-child(5)::before {
    animation-delay: 8s;
}



@media only screen and (max-width: 800px) {.privacy_preservenD0ZB {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 30px;
}.privacy_preservenD0ZB h1 {
    font-size: calc(21px * 0.8);
    grid-column: span 1;
}.privacy_preservenD0ZB h2 {
    font-size: calc(21px * 0.8);
}.privacy_preservenD0ZB ul,
    .privacy_preservenD0ZB ol {
    padding-left: 15px;
}.privacy_preservenD0ZB > div {
    padding: 20px;
}.privacy_preservenD0ZB::before {
    width: 100px;
    top: -50px;
    left: -50px;
    height: 100px;
}.privacy_preservenD0ZB::after {
    bottom: -75px;
    right: -75px;
    width: 150px;
    height: 150px;
}}



@media (hover: none) {.developer_experienceP1lAy .feedback_gridZniCp {
    transform: none !important;
}.developer_experienceP1lAy .image_boxUoMIX,
    .developer_experienceP1lAy .feedback_gridZniCp:hover .image_boxUoMIX {
    transform: none;
}}



@media (max-width: 1200px) {.review_blockzNm0S .container {
    gap: 2rem;
}.review_blockzNm0S .company_holder {
    flex: 1 1 350px;
}.review_blockzNm0S .learn_navIUayD {
    flex: 1 1 calc(100% - 400px);
    min-width: 350px;
}.review_blockzNm0S .nav_skillQdxs7 {
    gap: 2rem;
}.patent_infoAmsI5 .container::before {
    left: 5%;
}.patent_infoAmsI5 .container::after {
    right: 5%;
}
}



@media (max-width: 992px) {.review_blockzNm0S {
    padding: 3.5rem 0 1.5rem;
}.review_blockzNm0S .container {
    gap: 2.5rem;
    flex-direction: column;
}.review_blockzNm0S .company_holder,
    .review_blockzNm0S .learn_navIUayD {
    flex: 1 1 100%;
    min-width: 100%;
}.review_blockzNm0S .main_learningUihkZ {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
}.patent_infoAmsI5 .container::before,
    .patent_infoAmsI5 .container::after {
    display: none;
}
}



@media (max-width: 420px) {.review_blockzNm0S::after {
    height: 5px;
    background-size: 100px 5px;
}.review_blockzNm0S .company_holder h3::after,
    .review_blockzNm0S .main_learningUihkZ h5::before,
    .review_blockzNm0S .main_learningUihkZ h5::after {
    display: none;
}.review_blockzNm0S .main_learningUihkZ h5 {
    padding: 0.8rem 1rem;
}.review_blockzNm0S .main_learningUihkZ .nav_skillQdxs7 {
    padding: 1rem;
}.patent_infoAmsI5 .access_help2SPOQ {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}



@media (max-width: 480px) {.meet_uspLyZY {
    padding: 60px 0;
}.meet_uspLyZY .content_wrapChF5a {
    padding: 20px 15px;
}.meet_uspLyZY h1 {
    margin-bottom: 20px;
    font-size: calc(44px - 6px);
}.meet_uspLyZY h4 {
    margin-bottom: 10px;
    font-size: calc(22px - 2px);
}.meet_uspLyZY span {
    line-height: 1.5;
    font-size: calc(18px - 2px);
}}


@media only screen and (max-width: 1200px) {.cookies_tracking9D8zP {
    align-items: center;
    flex-direction: column;
}.data_complyqnGFk {
    margin-bottom: 15px;
}.cookie_menu21yQ4 {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
}.cookie_lock6MCU2 {
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 200px;
    width: 100%;
}
}



@media (max-width: 992px) {.newsletter_subscriptionAJRfP .help_querySAQ0o {
    margin: 0 auto;
    width: 90%;
}.newsletter_subscriptionAJRfP h3 {
    transform: translateX(0);
}.newsletter_subscriptionAJRfP .input_holder {
    transform: translateX(0);
}
}



@media (max-width: 480px) {.newsletter_subscriptionAJRfP {
    padding: 3rem 1rem;
}.newsletter_subscriptionAJRfP h3 {
    font-size: calc(22px * 0.8);
    padding: 1rem 1.2rem;
}.newsletter_subscriptionAJRfP .input_holder {
    padding: 1.5rem;
}.newsletter_subscriptionAJRfP input[type="email"] {
    padding: 0.8rem 1rem;
}.newsletter_subscriptionAJRfP input[type="submit"] {
    padding: 0.8rem 1.5rem;
}.newsletter_subscriptionAJRfP .input_holder::before,
    .newsletter_subscriptionAJRfP .input_holder::after {
    display: none;
}}



@media (hover: none) {.give_it_a_tryjsqgt .inquiry_linkswrJoT:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
    transform: none;
}.give_it_a_tryjsqgt .inquiry_linkswrJoT:hover span {
    transform: none;
}
}




@media (max-width: 1200px) {.offer_packagewWM6v {
    padding: 80px 0;
}.offer_packagewWM6v .training_feesbQL0Y {
    max-width: 90%;
}.offer_packagewWM6v .edu_dealsVSuEN {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}



@media (max-width: 992px) {header .top_primaryvoEjl {
    flex-direction: column;
    box-sizing: border-box;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 1rem;
}header .top_primaryvoEjl .main_pagewrapgh12O {
    margin-bottom: 1.5rem;
}header .top_primaryvoEjl .main_learningUihkZ {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .top_primaryvoEjl .main_learningUihkZ::before {
    bottom: -10px;
    top: auto;
}header .top_primaryvoEjl .nav_primePb6cr {
    margin: 0.25rem 0.5rem;
}
}



@media (min-width: 1024px) {.homepageHUJ08 {
    padding: 0 6rem;
}.homepageHUJ08::after {
    width: 45%;
    height: 45%;
}.homepageHUJ08 > div {
    gap: 6rem;
}.homepageHUJ08 .course_firstiWvkZ {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 3rem;
    transform: translateY(0) translateX(3rem);
}.homepageHUJ08 .course_firstiWvkZ:hover {
    transform: translateY(-5px) translateX(3rem);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 
                0 8px 20px rgba(0, 0, 0, 0.15),
                inset 0 1px 1px rgba(255, 255, 255, 0.15);
}
}



@media screen and (max-width: 576px) {.contact_sectionAlIns {
    padding: 50px 0;
}.contact_sectionAlIns h2 {
    font-size: calc(38px * 0.8);
}.contact_sectionAlIns .help_message1pyvw {
    margin-top: 40px;
}.contact_sectionAlIns .image_boxUoMIX {
    min-height: 250px;
}.contact_sectionAlIns .connect_reachOiE4n {
    padding: 30px 20px;
}.contact_sectionAlIns form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.contact_sectionAlIns form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_sectionAlIns form .inquiry_linkswrJoT {
    padding: 15px 20px;
    width: 100%;
}}



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



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



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



@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.05;
    transform: scale(1);
  }
  50% {
    opacity: 0.15;
    transform: scale(1.1);
  }
}



@keyframes slideInTitle {
  from {
    transform: translateX(-2rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



@keyframes growLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes growLine {
    from {
      transform: translateX(-50%) scaleX(0);
    }
    to {
      transform: translateX(-50%) scaleX(1);
    }
  }



@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}


    
    @keyframes pixelGrow {
        0% {
            width: 6px;
            height: 6px;
        }
        25% {
            width: 6px;
            height: 12px;
        }
        50% {
            width: 12px;
            height: 12px;
        }
        75% {
            width: 12px;
            height: 18px;
        }
        100% {
            width: 18px;
            height: 18px;
        }
    }



@keyframes gradient-shift {
    0% {
        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%
        );
    }
    50% {
        background: linear-gradient(
            135deg,
            rgba(var(--secondary-color, 102, 16, 242), 0.2) 0%,
            rgba(var(--secondary-color, 102, 16, 242), 0) 25%,
            rgba(var(--primary-color, 0, 204, 204), 0) 75%,
            rgba(var(--primary-color, 0, 204, 204), 0.2) 100%
        );
    }
    100% {
        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%
        );
    }
}

