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

header,footer {
    width: 100%;
}

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


.study_processQKOH {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,203,181) 0%, rgba(rgb(190,169,149,0.5), 0.08) 100%);
    padding: 120px 0;
    position: relative;
}

.study_processQKOH .container.learning_labDnMN > div {
    transform: translateZ(0) rotateX(2deg);
    background: #ffffff;
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 10px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    padding: 40px;
    position: relative;
    border-left: 5px solid rgb(190,169,149);
    overflow: hidden;
}

.study_processQKOH p span::before {
    transform: scale(0);
    background: rgba(rgb(190,169,149,0.5), 0.05);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                opacity 0.6s ease;
    position: absolute;
    top: -20px;
    opacity: 0;
    border-radius: 50%;
    height: 60px;
    right: -20px;
    content: "";
    width: 60px;
}

.title_openerrSIt::after {
    transform: translateY(20%) rotate(-5deg);
    background: linear-gradient(225deg, rgb(155,136,118,0.5) 0%, transparent 60%);
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    width: 50%;
    content: "";
    opacity: 0.1;
    position: absolute;
    height: 70%;
}

.title_openerrSIt .text_unitQOGo {
    transform: translateY(-2rem);
    perspective: 1000px;
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    display: flex;
}

.title_openerrSIt .page_introMOpe:hover {
    transform: rotateY(0deg) translateZ(20px);
}

.title_openerrSIt .page_introMOpe p::after {
    content: "";
    right: 0;
    height: 1px;
    width: 70%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(155,136,118,0.5));
    bottom: -1rem;
}

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

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

.title_openerrSIt .message_listwfTK::before {
    content: "";
    height: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
}

.title_openerrSIt .img_expandfyoX::after {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    content: "";
    top: 0;
    z-index: 3;
    opacity: 0.8;
    left: 0;
    height: 100%;
    position: absolute;
}

.learning_profitsVhWe::before {
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.05;
    left: 0;
    position: absolute;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(155,136,118,0.5) 0px,
        rgb(155,136,118,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    pointer-events: none;
}

.learning_profitsVhWe .learning_labDnMN:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.learning_profitsVhWe .text_unitQOGo {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, rgba(250, 250, 250, 1) 100%);
    padding: 40px 30px;
}

.learning_profitsVhWe li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding-left: 40px;
    transform-origin: left center;
    position: relative;
}

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

.learning_profitsVhWe li svg path {
    transition: fill 0.3s ease;
    fill: rgb(190,169,149);
}

.learning_profitsVhWe li:hover::after {
    width: 70%;
}

.academic_experienceuRVn .student_reviewsJwKq {
    transform-style: preserve-3d;
    display: flex;
    perspective: 1000px;
    max-width: 1000px;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
}

.academic_experienceuRVn .job_blockoagY {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    padding: 60px 40px 40px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-top: -40px;
    transform: translateZ(0);
    position: relative;
    background: #ffffff;
    overflow: hidden;
    border-radius: 15px;
}

.academic_experienceuRVn .job_blockoagY > div:nth-child(2) {
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 14px;
    color: rgb(155,136,118);
    transform: translateX(0);
    opacity: 0.8;
    text-transform: uppercase;
    transition: all 0.4s ease 0.1s;
    margin-bottom: 25px;
}

.academic_experienceuRVn .student_reviewsJwKq:hover .career_cardZRFN::before,
.academic_experienceuRVn .student_reviewsJwKq:hover .career_cardZRFN::after {
    height: 2px;
    width: 100px;
    background: rgb(155,136,118);
}

.gratPanelyVEW .learning_labDnMN {
    position: relative;
    flex-direction: column;
    display: flex;
    transform: translateX(-20px);
    opacity: 0;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    gap: 2.5rem;
}

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

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

.gratPanelyVEW a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(190,169,149,0.5);
}

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

.course_program_detailsAURl h2::after {
    height: 3px;
    left: 0;
    animation: expandLine 1.2s ease-out 0.7s forwards;
    transform-origin: left;
    content: "";
    bottom: -0.8rem;
    transform: scaleX(0);
    background: rgb(190,169,149);
    position: absolute;
    width: 6rem;
}

.course_program_detailsAURl .img_expandfyoX:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.course_program_detailsAURl .text_unitQOGo {
    padding-right: 1.5rem;
    overflow-y: auto;
    max-height: 400px;
    scrollbar-width: thin;
    scrollbar-color: rgb(190,169,149) transparent;
}

.course_program_detailsAURl .description:last-of-type::before {
    content: "";
    left: 0;
    width: 80%;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, rgb(155,136,118,0.5) 0%, transparent 100%);
    top: 0;
}

.contact_usWRtu h2 {
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 32px;
    position: relative;
    margin-bottom: 70px;
}

.contact_usWRtu .img_expandfyoX {
    position: relative;
    min-height: 100%;
}

.contact_usWRtu .img_expandfyoX::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    content: "";
    position: absolute;
    left: 0;
}

.contact_usWRtu h3 {
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact_usWRtu input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.contact_usWRtu .request_gridqXBz input[type="checkbox"] {
    appearance: none;
    margin-top: 2px;
    height: 24px;
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
    width: 24px;
}

.contact_usWRtu .request_gridqXBz a::after {
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    background: rgb(190,169,149);
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -2px;
}

.contact_usWRtu svg {
    fill: rgb(190,169,149);
    height: 22px;
    transition: all 0.3s ease;
    width: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(190,169,149), 0.5));
}

.confidential_nestRtEs h1 {
    font-size: 40px;
    margin-bottom: 30px;
    color: rgb(190,169,149);
    border-bottom: 4px solid rgb(190,169,149);
    font-weight: 700;
    padding-bottom: 10px;
    margin-top: 20px;
}

.confidential_nestRtEs p, .confidential_nestRtEs span, .confidential_nestRtEs div {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 17px;
    color: #ffffff;
}

header .top_mainbarbNJp::after {
    content: "";
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    right: 0;
    z-index: -1;
    opacity: 0.1;
    width: 40%;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 25%, rgb(190,169,149,0.5) 100%);
}

header .main_navKNqm::after {
    height: 25px;
    right: -10px;
    bottom: -5px;
    width: 25px;
    background: rgb(155,136,118,0.5);
}

header .main_navKNqm:hover svg {
    transform: rotate(-5deg);
}

header .site_infoJayI {
    position: relative;
    margin: 5px 8px;
    perspective: 800px;
}

header .site_infoJayI::before {
    border-bottom: 5px solid transparent;
    top: 50%;
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    left: -10px;
    opacity: 0;
    border-top: 5px solid transparent;
    height: 0;
    width: 0;
    transform: translateY(-50%) scale(0);
    border-left: 5px solid rgb(190,169,149);
}

header .site_infoJayI a::after {
    left: 50%;
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    content: "";
    background: rgb(190,169,149);
    height: 2px;
}

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

.company_infoFbuy .container {
    padding: 0 15px;
}

.company_infoFbuy h2::before {
    height: 5px;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 120px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(190,169,149), rgb(155,136,118));
    border-radius: 10px;
}

.company_infoFbuy h2::before {
    height: 4px;
    width: 100px;
    bottom: -15px;
}

.company_infoFbuy .knowledge_hubZuYz:nth-child(2)::before {
    background: linear-gradient(
        135deg,
        transparent 70%,
        rgba(rgb(155,136,118,0.5), 0.1) 70%
    );
}

.company_infoFbuy .knowledge_hubZuYz:hover h3 {
    padding-left: 15px;
}

.company_infoFbuy .knowledge_hubZuYz:hover h3::before {
    width: 50px;
}

.company_infoFbuy .knowledge_hubZuYz p {
    z-index: 1;
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
    position: relative;
}

.company_infoFbuy .knowledge_hubZuYz p {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}

.company_infoFbuy .knowledge_trackxCvi::before {
    z-index: 1;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    top: 50%;
    border: 2px dashed rgb(190,169,149,0.5);
    animation: rotate 15s linear infinite;
    transform: translate(-50%, -50%);
    content: "";
    width: 70px;
    height: 70px;
}

.footer_subscribehBkd .footer_accountuaMJ {
    margin-top: 20px;
    flex: 0 0 100%;
}

.footer_subscribehBkd .top_infoGaHk {
    max-width: calc(50% - 30px);
    transition: all 0.3s ease;
    border-radius: 26px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 calc(50% - 30px);
}

.footer_subscribehBkd .top_infoGaHk .nav_sitewrapfJyG a:hover {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    color: #ffffff;
}

.trust_badgejBoZ .calc_footBYEe {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
}

.user_reviewslUwC::before {
    content: "";
    right: -5%;
    opacity: 0.3;
    height: 300px;
    width: 300px;
    top: -5%;
    position: absolute;
    z-index: 0;
    background: radial-gradient(circle, rgb(155,136,118,0.5) 0%, transparent 70%);
}

.user_reviewslUwC h2::after {
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(190,169,149) 0%, rgb(155,136,118) 100%);
    width: 80px;
    content: "";
    transform: translateX(-50%);
    height: 3px;
    bottom: -15px;
}

.user_reviewslUwC .student_reviewsJwKq div {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}

.user_reviewslUwC .student_reviewsJwKq:hover img {
    transform: scale(1);
}

.user_reviewslUwC .student_reviewsJwKq h4 {
    font-weight: 600;
    margin-left: 1rem;
    color: #000000;
    position: relative;
    font-size: calc(18px * 0.9);
}

.user_reviewslUwC .description {
    z-index: 1;
    color: #000000;
    font-size: 15px;
    position: relative;
    margin: 0;
    line-height: 1.6;
}

.user_reviewslUwC a:hover::before {
    left: 0;
}

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

.location_detailsMNzR .container {
    position: relative;
    z-index: 2;
}

.location_detailsMNzR .ask_questionjful::after {
    width: 5px;
    border-top-left-radius: 25px;
    top: 0;
    height: 100px;
    left: 0;
    position: absolute;
    content: '';
    background: rgb(190,169,149);
}

.location_detailsMNzR .ask_questionjful p svg path {
    fill: rgb(190,169,149);
}

.location_detailsMNzR .talk_answerKXsQ {
    justify-content: center;
    position: relative;
    align-items: center;
    display: flex;
    background: rgb(226,203,181);
    width: 55px;
    transition: all 0.3s ease;
    border-radius: 50%;
    height: 55px;
    text-decoration: none;
}

.cookie_warning_bannerzoKh {
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    width: 100%;
    position: fixed;
    border-top: 3px solid rgb(190,169,149);
    transition: all 0.3s ease-in-out;
    z-index: 1050;
    bottom: 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
}

.cookie_button.cookie_panelZSVf:hover {
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
}

.cookie_warning_bannerzoKh p a {
    color: rgb(190,169,149);
    text-decoration: underline;
}

.register_nowzgsG::before {
    background-image: 
        linear-gradient(0deg, #ffffff 1px, transparent 1px),
        linear-gradient(90deg, #ffffff 1px, transparent 1px);
    opacity: 0.05;
    animation: gridMove 20s linear infinite;
    top: 0;
    transform-origin: center top;
    left: 0;
    content: '';
    background-size: 30px 30px;
    width: 100%;
    z-index: -1;
    transform: perspective(500px) rotateX(60deg);
    height: 100%;
    position: absolute;
}

.register_nowzgsG h3 {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 3px;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    font-family: Arial, sans-serif;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.register_nowzgsG .talk_answerKXsQ {
    border-radius: 10px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    position: relative;
    font-size: 17px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s ease;
    overflow: hidden;
    color: rgb(190,169,149);
    font-weight: 600;
    letter-spacing: 2px;
    padding: 16px 45px;
}

.pricing_layoutYlbW::after {
    height: 250px;
    filter: blur(60px);
    background: rgb(155,136,118,0.5);
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    content: "";
    position: absolute;
    z-index: 0;
    bottom: -50px;
    width: 250px;
    left: -50px;
}

.pricing_layoutYlbW .learn_feesvUFC {
    margin-bottom: 0;
    line-height: 1.6;
    color: #000000;
    opacity: 0.85;
    font-size: 14px;
}

.pricing_layoutYlbW .rate_schemesbsie:hover {
    transform: translateY(-10px) scale(1.02);
}

.pricing_layoutYlbW .rate_schemesbsie:hover .price_panelQWVt {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(190,169,149,0.5);
}

.pricing_layoutYlbW .rate_schemesbsie:hover .cost_summaryfBqy::before {
    transform: scaleX(1);
}

.pricing_layoutYlbW .rate_schemesbsie:hover .cost_summaryfBqy h3 {
    color: rgb(190,169,149);
    transform: translateX(5px);
}

.pricing_layoutYlbW .price_dealsurWp::before {
    width: 40px;
    content: "";
    position: absolute;
    left: 0;
    transition: width 0.4s ease;
    background: rgb(155,136,118,0.5);
    bottom: -8px;
    height: 2px;
}

.pricing_layoutYlbW .img_expandfyoX::after {
    opacity: 0.6;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    content: "";
    inset: 0;
    position: absolute;
    transition: opacity 0.5s ease;
}

.potential_learnersDRGH::before {
    opacity: 0.3;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 40%, rgb(190,169,149,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(155,136,118,0.5) 0%, transparent 35%);
    height: 100%;
    content: "";
}

.potential_learnersDRGH ul {
    display: grid;
    padding: 0;
    grid-template-rows: repeat(2, 1fr);
    margin: 0;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    justify-items: center;
    list-style: none;
}

.potential_learnersDRGH ul li:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
    color: #ffffff;
}

.potential_learnersDRGH ul li:hover::after {
    transform: scale(1.1) rotate(15deg);
    opacity: 0.7;
    border-color: rgb(155,136,118);
}

.potential_learnersDRGH ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(190,169,149);
}


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



@media (max-width: 991px) {.study_processQKOH {
    padding: 80px 0;
}.study_processQKOH .container.learning_labDnMN > div {
    padding: 30px;
}.study_processQKOH h3 {
    font-size: calc(37px * 0.9);
}
}



@media (hover: none) {.study_processQKOH .container.learning_labDnMN > div,
    .study_processQKOH .container.learning_labDnMN > div:hover {
    transform: none;
    box-shadow: 0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.study_processQKOH h3::after,
    .study_processQKOH .container.learning_labDnMN > div:hover h3::after {
    width: 70px;
}.study_processQKOH p span::before {
    display: none;
}}



@media (hover: none) {.title_openerrSIt .message_listwfTK::before {
    display: none;
}.title_openerrSIt .page_introMOpe:hover {
    transform: rotateY(0) translateZ(0);
}.title_openerrSIt svg:hover {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    transform: translateZ(0);
}.title_openerrSIt .message_listwfTK:hover {
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(94, 170, 168, 0.2), 0 4px 8px rgba(0, 0, 0, 0.1);
}}



@media (min-width: 768px) {.academic_experienceuRVn .student_reviewsJwKq {
    flex-direction: row;
    align-items: center;
}.academic_experienceuRVn .img_expandfyoX {
    margin-left: 0;
    margin-right: -80px;
    height: 180px;
    z-index: 5;
    width: 180px;
}.academic_experienceuRVn .job_blockoagY {
    flex: 1;
    padding-left: 100px;
    margin-top: 0;
}
}



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



@media (max-width: 992px) {.contact_usWRtu {
    padding: 70px 0;
}.contact_usWRtu .feedback_sectionYeWO {
    grid-template-columns: 1fr;
}.contact_usWRtu .img_expandfyoX {
    min-height: 300px;
}.contact_usWRtu .feedback_formdVzB {
    padding: 40px 30px 50px;
}
}



@media (max-width: 991px) {header .site_navbardhWA {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 2rem;
}header .top_infoGaHk {
    background: #ffffff;
    width: 100%;
    justify-content: center;
    clip-path: none;
    border-radius: 25px;
}
}



@media (max-width: 480px) {header .top_infoGaHk {
    padding: 15px;
    align-items: center;
    flex-direction: column;
}header .site_infoJayI {
    margin: 3px 0;
    width: 100%;
}header .site_infoJayI a {
    width: 100%;
    text-align: center;
}header .site_infoJayI::before {
    display: none;
}header .main_navKNqm svg {
    height: 40px;
}}



@media (max-width: 767px) {.footer_subscribehBkd .top_infoGaHk {
    flex: 0 0 100%;
    margin-bottom: 20px;
    max-width: 100%;
}.footer_subscribehBkd .company_holder {
    padding: 20px 15px;
}.footer_subscribehBkd .mod_toolsQanl {
    max-width: 100%;
    padding: 15px;
}
}



@media (max-width: 768px) {.user_reviewslUwC {
    padding: 3rem 0;
}.user_reviewslUwC h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.9);
}.user_reviewslUwC .user_feedbackbNVp {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.25rem;
}.user_reviewslUwC .student_reviewsJwKq {
    padding: 1.5rem;
}.user_reviewslUwC .student_reviewsJwKq div {
    margin-bottom: 1rem;
}.user_reviewslUwC .student_reviewsJwKq img {
    height: 50px;
    width: 50px;
}
}


@media (max-width: 1200px) {.cookies_overviewYwuK h5 {
    font-size: calc(22px - 2px);
}.cookies_overviewYwuK p {
    font-size: calc(18px - 2px);
}.digital_consentsgDn {
    font-size: calc(17px - 2px);
}
}



@media screen and (max-width: 768px) {.register_nowzgsG {
    padding: 80px 0;
}.register_nowzgsG .learning_labDnMN {
    padding: 30px;
}.register_nowzgsG h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 45px;
    letter-spacing: 2px;
}.register_nowzgsG h3::before {
    top: -60px;
    height: 40px;
    width: 40px;
}.register_nowzgsG h3::after {
    width: 70px;
    bottom: -15px;
}.register_nowzgsG .talk_answerKXsQ {
    padding: 12px 35px;
    font-size: calc(17px * 0.9);
    letter-spacing: 1.5px;
}
}



@media (max-width: 991px) {.pricing_layoutYlbW {
    padding: 80px 0;
}.pricing_layoutYlbW .edu_dealsSGlI {
    margin-bottom: 20px;
}
}



@media (max-width: 1200px) {.potential_learnersDRGH ul {
    gap: 40px;
}.potential_learnersDRGH ul li {
    height: 200px;
    width: 200px;
}
}



@media (max-width: 768px) {.potential_learnersDRGH {
    padding: 80px 0;
}.potential_learnersDRGH h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 50px;
}.potential_learnersDRGH ul {
    gap: 30px;
}.potential_learnersDRGH ul li {
    height: 200px;
    width: 200px;
}.potential_learnersDRGH ul li svg {
    height: 35px;
    margin-top: 40px;
    width: 35px;
}
}



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

@keyframes lineGrow {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }



@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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



@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



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



@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

