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

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

.study_processQKOH .container.learning_labDnMN {
    padding: 0 25px;
    z-index: 2;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
    margin: 0 auto;
}

.study_processQKOH .container.learning_labDnMN > div:hover {
    transform: translateZ(20px) rotateX(0);
    box-shadow: 
        0 30px 60px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
}

.study_processQKOH p {
    font-size: 17px;
    margin-bottom: 0;
    color: #000000;
    position: relative;
    line-height: 1.7;
    transform: translateZ(5px);
}

.study_processQKOH .container.learning_labDnMN::before {
    content: "";
    top: -30px;
    opacity: 0.15;
    background: linear-gradient(-45deg, rgb(190,169,149) 0%, rgba(rgb(190,169,149,0.5), 0.6) 100%);
    width: 100px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    height: 100px;
    position: absolute;
    z-index: -1;
    left: 20px;
    transform: rotate(15deg) translateZ(-10px);
}

.title_openerrSIt .learning_labDnMN {
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 2;
    padding: 2rem;
    display: grid;
    min-height: 100vh;
}

.title_openerrSIt .learning_labDnMN {
    min-height: auto;
    padding: 1.5rem;
}

.title_openerrSIt .page_introMOpe {
    animation: cardReveal 1s ease-out forwards;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 2.5rem;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    border-left: 4px solid rgb(190,169,149);
    transform: rotateY(-5deg) translateZ(0);
}


    
    .title_openerrSIt .page_introMOpe {
    padding: 1.5rem;
    transform: rotateY(0) translateZ(0);
}

.title_openerrSIt svg:hover text {
    fill: rgb(155,136,118);
}

.title_openerrSIt .message_listwfTK:hover::before {
    left: 100%;
}

.title_openerrSIt .img_expandfyoX {
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 0 100%);
    z-index: 2;
    animation: photoReveal 1.5s ease-out forwards;
    position: relative;
    transform: translateX(1rem) translateY(-2rem);
    height: 100%;
    min-height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.title_openerrSIt .img_expandfyoX {
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}

.learning_profitsVhWe::after {
    transform: rotate(25deg);
    z-index: 0;
    right: -20%;
    position: absolute;
    width: 70%;
    height: 200%;
    opacity: 0.08;
    background: linear-gradient(45deg, rgb(190,169,149,0.5) 0%, transparent 70%);
    content: "";
    top: -50%;
}

.learning_profitsVhWe h5:hover {
    transform: perspective(1000px) translateZ(30px);
}

.learning_profitsVhWe .img_expandfyoX {
    transform-origin: center;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.learning_profitsVhWe .learning_labDnMN:hover .text_unitQOGo::before {
    height: 100%;
}

.learning_profitsVhWe li:hover {
    transform: translateX(10px);
}

.learning_profitsVhWe li:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}

.learning_profitsVhWe li:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

.learning_profitsVhWe li:hover svg {
    transform: rotate(10deg) scale(1.1);
}

.learning_profitsVhWe li::after {
    content: "";
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -12px;
    background: linear-gradient(to right, rgb(190,169,149,0.5), transparent);
    left: 40px;
    width: 0;
    position: absolute;
    height: 1px;
}

.academic_experienceuRVn .student_reviewsJwKq:hover .img_expandfyoX {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(190,169,149);
}

.academic_experienceuRVn .job_blockoagY::before {
    transition: height 0.5s ease;
    left: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(190,169,149), rgb(155,136,118));
    position: absolute;
    top: 0;
    content: "";
    height: 0;
}

.academic_experienceuRVn .student_reviewsJwKq:hover .job_blockoagY > div:nth-child(2) {
    transform: translateX(15px);
}

.academic_experienceuRVn .career_cardZRFN::before,
.academic_experienceuRVn .career_cardZRFN::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    background: rgb(155,136,118,0.5);
    transition: all 0.4s ease;
}

.academic_experienceuRVn .career_cardZRFN::before {
    top: 0;
    left: 0;
}

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

.gratPanelyVEW .learning_labDnMN > div:first-child::before {
    position: absolute;
    height: 50%;
    width: 0.5rem;
    left: -2rem;
    content: "";
    background: rgb(190,169,149);
    transform: translateY(-50%);
    top: 50%;
}

.gratPanelyVEW p {
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    margin: 0;
    font-size: 14px;
    color: #000000;
}

.gratPanelyVEW a:hover {
    transform: translateY(-5px);
}

.gratPanelyVEW a:hover p {
    color: rgb(190,169,149);
}

.course_program_detailsAURl {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(226,203,181) 0%, rgba(250, 250, 255, 0.95) 100%);
}

.course_program_detailsAURl h2 {
    color: #000000;
    position: relative;
    transform: translateX(-2rem);
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    opacity: 0;
    margin-bottom: 3rem;
    font-weight: 700;
    font-size: calc(29px * 1.05);
}

.course_program_detailsAURl .img_expandfyoX::before {
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(155,136,118,0.5) 100%
    );
}

.course_program_detailsAURl .description:first-of-type::first-letter {
    margin-right: 0.8rem;
    font-size: 3.5rem;
    color: rgb(190,169,149);
    font-weight: 700;
    line-height: 0.8;
    float: left;
}

.contact_usWRtu::after {
    content: "";
    left: 0;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
}

.contact_usWRtu h2::after {
    bottom: -20px;
    background: rgb(190,169,149);
    left: calc(50% - 10px);
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
}



.contact_usWRtu .feedback_formdVzB {
    position: relative;
    padding: 50px;
}

.contact_usWRtu .feedback_formdVzB::before {
    content: "";
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    height: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
}

.contact_usWRtu input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(190,169,149), 0.2);
    border-color: rgb(190,169,149);
    background: rgba(0, 0, 0, 0.3);
}

.contact_usWRtu .request_gridqXBz input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    content: "";
    width: 6px;
    top: 6px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    left: 9px;
    height: 10px;
    position: absolute;
}

.contact_usWRtu .message_listwfTK {
    text-transform: uppercase;
    border: none;
    font-size: 19px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    background: rgb(190,169,149);
    padding: 16px 35px;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    border-radius: 10px;
    position: relative;
    align-self: flex-start;
    overflow: hidden;
}

.confidential_nestRtEs ul {
    margin: 20px 0;
    padding-left: 0;
    list-style-type: none;
}

.confidential_nestRtEs ul li::before {
    color: rgb(190,169,149);
    font-size: 1.5em;
    display: inline-block;
    content: "•";
    margin-left: -1em;
    width: 1em;
}

header .top_mainbarbNJp {
    background: rgb(226,203,181);
    z-index: 100;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    position: relative;
}

header .site_navbardhWA {
    grid-template-columns: auto 1fr;
    display: grid;
    align-items: center;
    gap: 3rem;
}

header .main_navKNqm {
    z-index: 2;
    position: relative;
    display: block;
}

header .main_navKNqm:hover::before,
header .main_navKNqm:hover::after {
    opacity: 0.6;
    transform: scale(1.2);
}

header .top_infoGaHk {
    justify-content: flex-end;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0 25px 25px 0;
    background: linear-gradient(to right, transparent, #ffffff);
    flex-wrap: wrap;
    padding: 10px 20px;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
}

header .site_infoJayI a::before {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background: #ffffff;
    transform: translateZ(-1px);
    left: 0;
    width: 100%;
    content: "";
}

header .site_infoJayI a:hover::after {
    width: 80%;
}

.company_infoFbuy {
    position: relative;
    background: rgb(226,203,181);
    padding: 110px 0;
    overflow: hidden;
}

.company_infoFbuy {
    padding: 60px 0;
}

.company_infoFbuy h2 {
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 60px;
    font-weight: 700;
    position: relative;
    color: rgb(190,169,149);
    display: inline-block;
    font-size: 28px;
    text-align: center;
}

.company_infoFbuy h2 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.9);
}

.company_infoFbuy .knowledge_hubZuYz {
    border-radius: 0 29px 29px 0;
    padding: 40px 35px;
    background: #ffffff;
    position: relative;
    transition: all 0.4s ease;
    flex: 1;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border-left: 5px solid rgb(190,169,149);
}



    .company_infoFbuy .knowledge_hubZuYz {
    padding: 30px 25px;
}

.company_infoFbuy .knowledge_hubZuYz h3::before {
    height: 2px;
    content: "";
    bottom: -8px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(190,169,149);
    width: 0;
}

.company_infoFbuy .knowledge_hubZuYz:nth-child(2)::after {
    background: linear-gradient(
        90deg,
        transparent,
        rgb(155,136,118,0.5) 100%
    );
}

footer {
    position: relative;
}

footer::before {
    right: 0;
    content: '';
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    opacity: 0.95;
    background: linear-gradient(125deg, #000000 0%, rgb(155,136,118) 100%);
}

.footer_subscribehBkd .mod_toolsQanl {
    font-size: 17px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    line-height: 1.7;
    max-width: 80%;
    color: #ffffff;
}

.footer_subscribehBkd .top_infoGaHk .nav_sitewrapfJyG {
    gap: 12px;
    flex-direction: column;
    margin-top: 0;
    display: flex;
}

.trust_badgejBoZ {
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    position: relative;
    margin-top: 40px;
}

.trust_badgejBoZ .container {
    display: flex;
    justify-content: center;
}

.user_reviewslUwC {
    background: linear-gradient(135deg, rgb(226,203,181) 0%, rgb(190,169,149,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}

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

.user_reviewslUwC h2 {
    text-align: center;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    margin-bottom: 3rem;
    opacity: 0;
    transform: translateY(20px);
}

.user_reviewslUwC .student_reviewsJwKq::before {
    line-height: 1;
    opacity: 0.2;
    font-size: 6rem;
    content: "";
    color: rgb(190,169,149,0.5);
    right: 20px;
    position: absolute;
    font-family: serif;
    top: 10px;
}

.user_reviewslUwC .student_reviewsJwKq h4::after {
    left: 0;
    height: 2px;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(190,169,149), rgb(155,136,118));
    bottom: -5px;
    width: 0;
    position: absolute;
    content: "";
}

.user_reviewslUwC a::before {
    background: linear-gradient(90deg, rgb(155,136,118), rgb(190,169,149));
    left: -100%;
    transition: left 0.4s ease;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    z-index: -1;
    position: absolute;
}

.location_detailsMNzR .ask_questionjful {
    padding: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 25px;
    transition: transform 0.3s ease;
    background: #ffffff;
    position: relative;
}

.location_detailsMNzR .ask_questionjful p svg {
    fill: rgb(190,169,149);
    margin-right: 10px;
    width: 18px;
    height: 18px;
}

.location_detailsMNzR .talk_answerKXsQ:hover::before {
    opacity: 1;
    transform: scale(1);
}

.location_detailsMNzR .talk_answerKXsQ svg path {
    transition: all 0.3s ease;
    fill: rgb(190,169,149);
}

.location_detailsMNzR .talk_answerKXsQ:hover svg {
    fill: #ffffff;
}

.cookie_expandmOjU {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
}

.cookies_overviewYwuK h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    color: rgb(190,169,149);
}

#windowConsentAlertWNot {
    display: none;
}

#windowConsentAlertWNot:checked ~ .cookie_warning_bannerzoKh {
    opacity: 0;
    visibility: hidden;
}

.cookie_button.secure_cookiesVaKX:hover {
    background-color: rgb(190,169,149);
    border-color: rgb(190,169,149);
    color: #ffffff;
}


.register_nowzgsG {
    background: linear-gradient(180deg, rgb(190,169,149) 0%, rgb(155,136,118) 100%);
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 120px 0;
}

.register_nowzgsG .learning_labDnMN::before {
    background: 
        linear-gradient(135deg, transparent 45%, #ffffff 50%, transparent 55%),
        linear-gradient(45deg, transparent 45%, #ffffff 50%, transparent 55%);
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    background-size: 30px 30px;
    position: absolute;
    animation: patternShift 15s linear infinite;
    opacity: 0.05;
    width: 100%;
}

.register_nowzgsG h3::after {
    height: 1px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 100px;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.5), 
        transparent);
    position: absolute;
}

.register_nowzgsG .talk_answerKXsQ:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
    background: linear-gradient(45deg, rgb(190,169,149), rgb(155,136,118));
    color: #ffffff;
}

.register_nowzgsG .talk_answerKXsQ:hover::after {
    left: 200%;
}

.pricing_layoutYlbW {
    position: relative;
    background: rgb(226,203,181);
    padding: 100px 0;
    overflow: hidden;
}

.pricing_layoutYlbW .bundle_offerWOAl {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.pricing_layoutYlbW .edu_dealsSGlI h2 {
    color: #000000;
    font-size: 28px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    display: inline-block;
}

.pricing_layoutYlbW .rate_schemesbsie {
    text-decoration: none;
    perspective: 1000px;
    position: relative;
    height: 100%;
    transform-style: preserve-3d;
    color: inherit;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pricing_layoutYlbW .cost_summaryfBqy::before {
    transform-origin: left;
    position: absolute;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    content: "";
    top: 0;
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgb(190,169,149), rgb(155,136,118));
    right: 0;
}

.pricing_layoutYlbW .rate_schemesbsie:hover .price_dealsurWp::before {
    width: 80px;
}

.pricing_layoutYlbW .img_expandfyoX {
    transform: translateZ(-10px);
    overflow: hidden;
    position: relative;
    transition: transform 0.6s ease, filter 0.6s ease;
    height: 200px;
}

.pricing_layoutYlbW .rate_schemesbsie:hover .img_expandfyoX::after {
    opacity: 0.4;
}

.potential_learnersDRGH {
    overflow: hidden;
    position: relative;
    background: rgb(226,203,181);
    padding: 120px 0;
}

.potential_learnersDRGH h3 {
    margin-bottom: 70px;
    font-weight: 700;
    display: inline-block;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 34px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    color: #000000;
}

.potential_learnersDRGH ul li {
    flex-direction: column;
    font-size: 14px;
    z-index: 2;
    border-radius: 50%;
    position: relative;
    padding: 0;
    width: 220px;
    display: flex;
    color: #000000;
    transition: all 0.4s ease;
    text-align: center;
    height: 220px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-family: Arial, sans-serif;
    justify-content: flex-start;
    align-items: center;
    background: #ffffff;
}

.potential_learnersDRGH ul li:hover svg path {
    fill: #ffffff;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (max-width: 576px) {.study_processQKOH {
    padding: 50px 0;
}.study_processQKOH .container.learning_labDnMN > div {
    padding: 20px;
    border-left-width: 3px;
}.study_processQKOH h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 20px;
}.study_processQKOH p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.study_processQKOH .container.learning_labDnMN::before,
    .study_processQKOH .container.learning_labDnMN::after {
    display: none;
}
}



@media (max-width: 480px) {.title_openerrSIt h1 {
    font-size: calc(43px * 0.7);
}.title_openerrSIt .page_introMOpe p {
    font-size: 18px;
}.title_openerrSIt .img_expandfyoX {
    min-height: 200px;
}.title_openerrSIt svg {
    height: 60px;
    width: 60px;
}.title_openerrSIt .message_listwfTK {
    padding: 0.8rem 1.5rem;
    font-size: calc(20px * 0.9);
}
}



@media (max-width: 767px) {.learning_profitsVhWe {
    padding: 80px 0;
}.learning_profitsVhWe h5 {
    font-size: calc(21px * 0.9);
    margin-bottom: 40px;
    padding: 0 20px;
}.learning_profitsVhWe .text_unitQOGo {
    padding: 30px 20px;
}.learning_profitsVhWe li {
    padding-left: 35px;
    margin-bottom: 15px;
}.learning_profitsVhWe li svg {
    height: 24px;
    width: 24px;
    left: -35px;
}.learning_profitsVhWe li p {
    font-size: calc(14px * 0.95);
}}



@media (min-width: 768px) {.gratPanelyVEW {
    padding: 6rem 0;
}.gratPanelyVEW .learning_labDnMN {
    gap: 3.5rem;
}.gratPanelyVEW .learning_labDnMN > div:first-child::before {
    width: 0.6rem;
    height: 70%;
}.gratPanelyVEW h5 {
    padding-left: 1.5rem;
    font-size: calc(23px * 1.2);
}.gratPanelyVEW .learning_labDnMN > div:last-child {
    padding: 3rem;
    margin-left: 3rem;
    max-width: 90%;
}
}



@media (min-width: 1024px) {.course_program_detailsAURl {
    padding: 10rem 0;
}.course_program_detailsAURl::before {
    width: 60%;
}.course_program_detailsAURl h2 {
    max-width: 70%;
    font-size: calc(29px * 1.2);
}.course_program_detailsAURl .career_readyqWkM {
    gap: 5rem;
    grid-template-columns: 40% 1fr;
}.course_program_detailsAURl .img_expandfyoX {
    height: 500px;
}.course_program_detailsAURl .description {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}
}



@media (max-width: 576px) {.contact_usWRtu {
    padding: 40px 0;
}.contact_usWRtu .container {
    padding: 0 15px;
}.contact_usWRtu h2 {
    font-size: calc(32px - 6px);
    margin-bottom: 40px;
}.contact_usWRtu h2::before {
    width: 20px;
    left: calc(50% - 35px);
}.contact_usWRtu h2::after {
    width: 50px;
}.contact_usWRtu .feedback_formdVzB {
    padding: 30px 20px 40px;
}.contact_usWRtu #contact {
    gap: 20px;
}.contact_usWRtu .message_listwfTK {
    width: 100%;
}.contact_usWRtu .img_expandfyoX {
    min-height: 200px;
}}



@media screen and (max-width: 768px) {.company_infoFbuy {
    padding: 70px 0;
}.company_infoFbuy h2 {
    margin-bottom: 45px;
}.company_infoFbuy .knowledge_trackxCvi {
    gap: 40px;
    flex-direction: column;
}.company_infoFbuy .knowledge_trackxCvi::after,
    .company_infoFbuy .knowledge_trackxCvi::before {
    display: none;
}.company_infoFbuy .knowledge_hubZuYz {
    width: 100%;
}
}



@media (max-width: 991px) {.user_reviewslUwC {
    padding: 4rem 0;
}.user_reviewslUwC .user_feedbackbNVp {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.user_reviewslUwC .student_reviewsJwKq {
    padding: 1.5rem;
}
}



@media (max-width: 768px) {.location_detailsMNzR {
    padding: 50px 0;
}.location_detailsMNzR::before {
    width: 50%;
}.location_detailsMNzR .ask_questionjful {
    padding: 35px 25px;
}.location_detailsMNzR .ask_questionjful h2 {
    font-size: calc(30px - 4px);
}.location_detailsMNzR .get_answerspHkW {
    justify-content: center;
}
}



@media screen and (max-width: 992px) {.register_nowzgsG {
    padding: 100px 0;
}.register_nowzgsG .learning_labDnMN {
    padding: 40px;
    max-width: 90%;
}.register_nowzgsG h3 {
    margin-bottom: 50px;
    font-size: calc(30px * 0.9);
}.register_nowzgsG h3::before {
    top: -70px;
    height: 50px;
    width: 50px;
}.register_nowzgsG h3::after {
    width: 80px;
}.register_nowzgsG .talk_answerKXsQ {
    font-size: calc(17px * 0.95);
    padding: 14px 40px;
}
}



@media (min-width: 1200px) {.pricing_layoutYlbW .training_subLlmh {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_layoutYlbW .cost_summaryfBqy {
    padding: 35px;
}.pricing_layoutYlbW .img_expandfyoX {
    height: 220px;
}
}



@media (max-width: 480px) {.pricing_layoutYlbW {
    padding: 50px 0;
}.pricing_layoutYlbW .cost_summaryfBqy h3 {
    font-size: 22px;
}.pricing_layoutYlbW .price_dealsurWp {
    font-size: calc(22px - 2px);
}.pricing_layoutYlbW .img_expandfyoX {
    height: 160px;
}.pricing_layoutYlbW .cost_summaryfBqy {
    padding: 20px;
}}



@media (max-width: 580px) {.potential_learnersDRGH {
    padding: 60px 0;
}.potential_learnersDRGH .learning_labDnMN {
    padding: 0 20px;
}.potential_learnersDRGH h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 40px;
}.potential_learnersDRGH ul {
    gap: 25px;
    grid-template-columns: 1fr;
}.potential_learnersDRGH ul li {
    width: 220px;
    height: 220px;
}
}



@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateX(3rem) translateY(-2rem);
    }
    100% {
        opacity: 1;
        transform: translateX(1rem) translateY(-2rem);
    }
}



@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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



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



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



@keyframes gridGlow {
    0% {
        opacity: 0.03;
        filter: blur(3px);
    }
    50% {
        opacity: 0.05;
        filter: blur(5px);
    }
    100% {
        opacity: 0.03;
        filter: blur(3px);
    }
}

