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

html {
    scrollbar-color: rgb(208,191,194) #ffffff;
    scrollbar-width: auto;
}

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

header .site_navbarui::after {
    width: 100%;
    height: 1px;
    top: 50%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(208,191,194,0.5), transparent);
    left: 0;
}

header .site_navbarui .head_pagewrapui .nav_masterui {
    display: block;
    transition: transform 0.3s ease;
}

header .site_navbarui .nav_mainwrapui {
    background: linear-gradient(180deg, transparent, rgb(173,152,155) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    padding: 20px 0 10px;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    position: relative;
    display: flex;
    list-style: none;
}

header .site_navbarui .nav_mainwrapui .top_wrapui:hover {
    transform: translateY(-3px);
}

header .site_navbarui .nav_mainwrapui .top_wrapui a::before {
    height: 2px;
    bottom: 5px;
    transition: transform 0.3s ease;
    content: "";
    background: rgb(173,152,155);
    width: 100%;
    left: 0;
    position: absolute;
    transform: scaleX(0);
}

.study_methodui .study_centerui::before,
.study_methodui .study_centerui::after {
    height: 200px;
    z-index: 1;
    content: "";
    opacity: 0.6;
    width: 200px;
    border: 2px solid rgb(208,191,194,0.5);
    position: absolute;
}

.study_methodui .study_centerui::before {
    top: -50px;
    left: -100px;
    animation: rotate 15s linear infinite, float 8s ease-in-out infinite alternate;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.study_methodui span {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: block;
    text-align: center;
    padding: 2rem;
    z-index: 2;
    border-radius: 29px;
    max-width: 100%;
    backdrop-filter: blur(5px);
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    color: #000000;
    line-height: 1.8;
}



.our_missionui::after {
    position: absolute;
    top: -50%;
    background: radial-gradient(circle at center, transparent 30%, rgb(233,225,227) 70%);
    left: -50%;
    z-index: -2;
    width: 200%;
    height: 200%;
    content: "";
}



.our_missionui .study_centerui {
    grid-template-columns: 1fr 1.5fr;
    grid-template-areas:
        "logo content"
        "director content";
    position: relative;
    grid-template-rows: auto 1fr;
    gap: 30px;
    display: grid;
}

.our_missionui .study_centerui::after {
    background: linear-gradient(90deg, transparent, rgb(208,191,194), transparent);
    transform: translateX(-50%);
    height: 1px;
    position: absolute;
    animation: scanEffect 3s ease-in-out infinite;
    bottom: -20px;
    left: 50%;
    width: 200px;
    content: "";
    opacity: 0.6;
}

.our_missionui .corp_cultureui:hover::before {
    opacity: 0.5;
}

.our_missionui .corp_cultureui svg {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    filter: drop-shadow(0 0 2px rgb(208,191,194,0.5));
    width: 45px;
    height: 45px;
    fill: rgb(208,191,194);
}

.our_missionui .method_pedui::before {
    position: absolute;
    opacity: 0.05;
    content: "";
    inset: 0;
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 50%, rgb(208,191,194,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgb(173,152,155,0.5) 0%, transparent 60%);
    transition: opacity 0.5s ease;
}

.our_missionui .learning_programui {
    flex: 1;
}

.our_missionui .who_weareui {
    font-weight: 600;
    font-size: 15px;
    opacity: 0.9;
    margin-bottom: 0;
    color: rgb(208,191,194);
    transition: all 0.3s ease;
}

.our_missionui .description_cardui::before {
    content: "";
    right: -300px;
    position: absolute;
    animation: morphBlob 20s ease-in-out infinite alternate;
    background: rgb(208,191,194,0.5);
    z-index: -1;
    filter: blur(60px);
    opacity: 0.03;
    height: 600px;
    width: 600px;
    top: -300px;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
}

.our_missionui .description_cardui:hover h2::after {
    width: 120px;
}

.our_missionui .description_cardui:hover p {
    transform: translateY(3px);
}

.our_missionui .description_cardui:hover::before,
.our_missionui .description_cardui:hover::after {
    opacity: 0.06;
}

.secure_enclaveui {
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(233,225,227) 0%, rgba(rgb(208,191,194,0.5), 0.05) 100%);
}

.secure_enclaveui h1 {
    animation: fadeup 0.5s ease-out 0.2s forwards;
    opacity: 0;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 2.5rem;
    transform: translateY(10px);
    font-size: 43px;
    letter-spacing: -0.5px;
}

.secure_enclaveui h3 {
    font-weight: 600;
    color: #000000;
    margin: 2rem 0 1rem;
    font-size: calc(31px * 0.85);
    animation: fadeup 0.5s ease-out 0.3s forwards;
    transform: translateY(10px);
    opacity: 0;
}

.secure_enclaveui p strong::after {
    position: absolute;
    content: "";
    height: 1px;
    background: rgb(208,191,194);
    width: 100%;
    left: 0;
    opacity: 0.5;
    bottom: -2px;
}

.secure_enclaveui ul::before {
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(to right, rgba(rgb(208,191,194,0.5), 0.05), transparent);
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
}

.title_greetingui {
    padding: 4rem 2rem;
    position: relative;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    display: flex;
}

.title_greetingui > div > div:first-child {
    padding-left: 2rem;
    position: relative;
    transform: translateZ(40px);
}

.title_greetingui .title_style_header {
    margin: 0;
    animation: slideIn 0.8s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    font-size: clamp(2.5rem, 5vw, 44px);
    opacity: 0;
    transform: translateX(-20px);
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.title_greetingui span {
    position: relative;
    display: block;
}

.title_greetingui p {
    margin: 0;
    font-weight: 300;
    line-height: 1.6;
    animation: fadeIn 0.8s 1.2s forwards ease-out;
    letter-spacing: 0.02em;
    opacity: 0;
    font-size: clamp(1rem, 2vw, 18px);
    color: #ffffff;
}

.pricing_deckui h2 {
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 29px;
    position: relative;
}

.pricing_deckui .skill_offersui {
    text-decoration: none;
    height: 100%;
    display: block;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    will-change: transform;
}

.pricing_deckui .cost_ratesui::before {
    top: 0;
    z-index: 1;
    height: 5px;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(208,191,194), rgb(173,152,155));
}

.pricing_deckui .member_feesui {
    font-size: calc(23px + 4px);
    background: linear-gradient(135deg, rgb(208,191,194,0.5) 0%, rgb(173,152,155,0.5) 100%);
    color: #ffffff;
    font-weight: 700;
    z-index: 1;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    border-radius: 3px;
    letter-spacing: 0.5px;
}

footer .help_questionui {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
    gap: 10px;
    margin-bottom: 60px;
}

footer .info_item:hover {
    background-color: rgb(208,191,194);
    transform: skewX(-5deg) translateY(-5px);
}

footer .text_main_holder {
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}

footer .head_pagewrapui svg {
    margin-bottom: 20px;
    width: auto;
    height: 45px;
    filter: brightness(0) invert(1);
}

footer .nav_mainwrapui h5::after {
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 0;
    content: "";
    background-color: rgb(208,191,194);
    width: 50px;
}

footer .top_pageui a:hover {
    padding-left: 20px;
    color: rgb(208,191,194);
}

footer .subscribe_holder::before {
    content: "";
    z-index: -1;
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: rgb(208,191,194);
    right: -20px;
    top: -20px;
    opacity: 0.2;
    border-radius: 50%;
}

footer .news_signup_formui {
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    text-transform: uppercase;
    border: none;
    font-size: 19px;
    letter-spacing: 1px;
    padding: 14px 20px;
    transition: all 0.3s ease;
    background-color: rgb(208,191,194);
}

.academic_expertiseui .user_testimonialsui {
    position: relative;
    transform: perspective(1200px) rotateY(0deg);
    overflow: hidden;
    margin: 0 auto;
    background: #ffffff;
    grid-template-columns: 1fr 1fr;
    border-radius: 18px;
    backdrop-filter: blur(10px);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
    grid-template-rows: auto auto;
    max-width: 1000px;
    display: grid;
}

.academic_expertiseui .user_testimonialsui span:not(.name) {
    grid-row: 1;
    font-weight: 300;
    grid-column: 2;
    font-size: 16px;
    color: rgb(173,152,155);
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    margin: 0;
    position: relative;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    padding: 35px 50px 40px 70px;
    align-self: end;
}

.thanks_idui {
    padding: 5rem 0;
    position: relative;
    perspective: 1000px;
    background: linear-gradient(145deg, rgb(208,191,194,0.5), rgb(173,152,155,0.5) 70%, rgb(255, 255, 255, 0.5));
    overflow: hidden;
}

.thanks_idui .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 2rem;
}

.thanks_idui .study_centerui {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    animation: slideUpScale 1s ease-out 0.3s both;
    position: relative;
    background: linear-gradient(to right bottom, #ffffff, rgba(255, 255, 255, 0.85));
    border-radius: 27px;
    transform: translateZ(20px) rotateX(2deg);
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(0, 0, 0, 0.05),
    0 1px 5px rgba(0, 0, 0, 0.03);
    padding: 2.5rem;
}

.contact_form_sectionui {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,225,227) 0%, rgb(173,152,155,0.5) 100%);
    position: relative;
    padding: 80px 0;
}

.contact_form_sectionui .pictureui {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    left: 0;
    z-index: 2;
    top: 0;
    width: 45%;
    position: absolute;
    height: 100%;
}

.contact_form_sectionui .container {
    max-width: 1200px;
    z-index: 3;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.contact_form_sectionui .help_linksui {
    flex: 1;
    padding: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
}

.contact_form_sectionui .help_linksui::after {
    position: absolute;
    background: radial-gradient(rgb(173,152,155,0.5), transparent 70%);
    left: -75px;
    width: 150px;
    height: 150px;
    content: '';
    border-radius: 50%;
    opacity: 0.2;
    bottom: -75px;
}

.contact_form_sectionui textarea {
    height: 120px;
    resize: none;
}

.contact_form_sectionui .feedback_queryui {
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.contact_form_sectionui .feedback_queryui label::before {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    left: 0;
    border-radius: 10px;
    position: absolute;
    width: 20px;
    content: '';
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    top: 2px;
}

.contact_form_sectionui .request_blockui:hover {
    box-shadow: 0 5px 15px rgb(208,191,194,0.5);
    transform: translateY(-2px);
}

.contact_form_sectionui .support_infoui::before {
    width: 100%;
    position: absolute;
    content: '';
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(208,191,194,0.5) 0%, transparent 60%);
    opacity: 0.4;
    right: 0;
    top: 0;
    height: 100%;
}

.contact_form_sectionui .contact_feedbackui li {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
    position: relative;
    transition: transform 0.3s ease;
    padding-left: 5px;
}

.contact_form_sectionui .contact_feedbackui li:hover svg {
    transform: scale(1.1);
}

.contact_form_sectionui .contact_feedbackui li:hover svg path {
    fill: rgb(173,152,155);
}

.contact_form_sectionui .contact_feedbackui a:hover {
    color: rgb(208,191,194);
}

.data_statisticsui::before {
    opacity: 0.85;
    content: "";
    background-color: #000000;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
}

.data_statisticsui .extra_studyui svg path {
    fill: #ffffff;
}

.data_statisticsui .statistics_boostui {
    letter-spacing: 2px;
    padding-top: 50px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;
    position: relative;
}

.data_statisticsui .key_classesui::before {
    background: rgba(255, 255, 255, 0.1);
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    top: 50%;
}

.data_statisticsui .statistics_supportui:hover::before {
    width: 100%;
}

.data_statisticsui .statistics_supportui:hover .growth_trackui {
    transform: translateY(-5px);
}

.data_statisticsui .growth_trackui svg {
    width: 100%;
    height: 100%;
    fill: rgb(173,152,155);
}

.data_statisticsui .statistics_supportui span::after {
    content: "";
    transform: translateX(-50%);
    width: 30px;
    transition: width 0.3s ease;
    height: 2px;
    left: 50%;
    bottom: -5px;
    background: rgb(173,152,155);
    position: absolute;
}

.data_statisticsui .statistics_supportui:nth-child(4) {
    animation: fadeIn 0.5s ease forwards 0.6s;
}

.cookie_popup_warningui .cookie_screenui {
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
    margin-right: 20px;
    transform-origin: center;
}

.cookie_popup_warningui .cookie_screenui svg {
    fill: rgb(208,191,194);
    height: 60px;
    width: 60px;
}

.cookie_popup_warningui .cookie_disclaimerui {
    color: #ffffff;
    margin-top: 20px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: rgb(208,191,194);
    padding: 10px 20px;
    margin-right: 15px;
    text-decoration: none;
}

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

.course_overviewui h2::after {
    left: 0;
    bottom: -10px;
    height: this;
    content: "";
    background: rgb(208,191,194);
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
    transform-origin: left;
    position: absolute;
    width: 80px;
}

.course_overviewui .pictureui:hover {
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}

.course_overviewui .description_cardui::before {
    position: absolute;
    width: 5px;
    content: "";
    background: linear-gradient(to bottom, rgb(208,191,194), rgb(173,152,155));
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    height: 0;
    top: 0;
}

.course_overviewui .description:nth-child(2) {
    animation: fadeText 0.8s 0.3s ease forwards;
    opacity: 0;
}

.customer_opinionsui::before {
    right: -5%;
    position: absolute;
    top: -5%;
    width: 40%;
    content: "";
    transform: rotate(-15deg);
    pointer-events: none;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(208,191,194) 10%, transparent 70%);
    height: 40%;
}

.customer_opinionsui .user_reviewsui {
    padding: 0;
    display: grid;
    list-style: none;
    gap: 2rem;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.customer_opinionsui .user_testimonialsui:nth-child(2) {
    --i: 2;
}

.customer_opinionsui .user_testimonialsui:nth-child(5) {
    --i: 5;
}

.customer_opinionsui .user_testimonialsui::before {
    pointer-events: none;
    right: 1rem;
    opacity: 0.15;
    content: "";
    top: -2rem;
    line-height: 1;
    color: rgb(208,191,194,0.5);
    font-family: serif;
    position: absolute;
    font-size: 12rem;
}

.customer_opinionsui .user_testimonialsui:hover img {
    transform: scale(1.05);
    box-shadow: 0 0 0 4px rgb(208,191,194);
}

.customer_opinionsui .user_testimonialsui:hover h4::after {
    width: 50px;
}

.customer_opinionsui a {
    color: #ffffff;
    overflow: hidden;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(208,191,194), rgb(173,152,155));
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    margin-top: 3rem;
    font-size: 19px;
    position: relative;
    padding: 0.8rem 2rem;
    text-decoration: none;
    font-weight: 600;
}



@media (min-width: 993px) {header .site_navbarui {
    padding: 15px 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .site_navbarui .nav_mainwrapui {
    padding: 20px 10px 10px;
}
}



@media (max-width: 768px) {.study_methodui {
    padding: 4rem 1rem;
}.study_methodui::before {
    background-size: 20px 20px;
}.study_methodui h3 {
    font-size: calc(37px * 0.8);
}.study_methodui span {
    font-size: calc(14px * 0.95);
    padding: 1.5rem;
}.study_methodui .study_centerui::before {
    top: -20px;
    left: -40px;
    width: 100px;
    height: 100px;
}.study_methodui .study_centerui::after {
    right: -20px;
    bottom: -40px;
    height: 100px;
    width: 100px;
}}



@media (min-width: 768px) {.secure_enclaveui {
    padding: 6rem 3rem;
}.secure_enclaveui h1 {
    font-size: calc(43px * 1.15);
    margin-bottom: 3rem;
}.secure_enclaveui h1::after {
    width: 80px;
}.secure_enclaveui p, .secure_enclaveui span {
    max-width: 85%;
}.secure_enclaveui ul {
    max-width: 90%;
    margin-left: 1rem;
}
}



@media (max-width: 767px) {.secure_enclaveui {
    padding: 4rem 1.5rem;
}.secure_enclaveui h1 {
    font-size: calc(43px * 0.9);
}.secure_enclaveui h2 {
    font-size: calc(31px * 0.9);
}.secure_enclaveui h3 {
    font-size: calc(31px * 0.8);
}.secure_enclaveui h4 {
    font-size: calc(31px * 0.7);
}.secure_enclaveui p, .secure_enclaveui span {
    max-width: 100%;
}.secure_enclaveui ul {
    padding: 1.25rem 1.5rem;
}}



@media (max-width: 480px) {.title_greetingui {
    padding: 2rem 0.75rem;
}.title_greetingui > div > div:first-child::before {
    width: 4px;
}.title_greetingui .fast_schoolui {
    padding: 1.25rem;
}.title_greetingui .virtual_trackui::after {
    height: 2px;
    width: 40px;
}}



@media (max-width: 767px) {.pricing_deckui {
    padding: 60px 0;
}.pricing_deckui h2 {
    font-size: calc(29px - 4px);
}.pricing_deckui .price_gridui {
    font-size: calc(15px - 1px);
    margin-bottom: 40px;
}.pricing_deckui .discount_priceui {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.pricing_deckui .pricing_listui h4 {
    font-size: 23px;
}.pricing_deckui .member_feesui {
    font-size: 23px;
}
}



@media (max-width: 992px) {.academic_expertiseui {
    padding: 120px 0;
}.academic_expertiseui .user_testimonialsui {
    grid-template-columns: 1fr 1.2fr;
}.academic_expertiseui .pictureui {
    min-height: 400px;
}.academic_expertiseui .name {
    font-size: calc(18px * 0.9);
    padding: 0 40px 5px 50px;
}.academic_expertiseui .user_testimonialsui span:not(.name) {
    padding: 30px 40px 35px 50px;
}.academic_expertiseui .user_testimonialsui span:not(.name)::after {
    left: 50px;
    bottom: 25px;
}.academic_expertiseui .career_areaui {
    padding: 0 40px 40px 50px;
}
}



@media (min-width: 992px) {.thanks_idui {
    padding: 7rem 0;
}.thanks_idui .container {
    flex-direction: column;
    align-items: center;
    display: flex;
}.thanks_idui h2 {
    transform: translateZ(40px);
    max-width: 80%;
}.thanks_idui .study_centerui {
    padding: 3.5rem 4rem;
    transform: translateZ(25px) rotateX(2deg);
    max-width: 75%;
}.thanks_idui .study_centerui:hover {
    transform: translateZ(35px) rotateX(0deg);
}.thanks_idui li {
    padding-left: 0.5rem;
}
}



@media (max-width: 576px) {.contact_form_sectionui {
    padding: 30px 0;
}.contact_form_sectionui h3 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.7);
}.contact_form_sectionui .help_linksui,
    .contact_form_sectionui .support_infoui {
    padding: 20px;
}.contact_form_sectionui .contact_reachui {
    margin: 0 10px;
}.contact_form_sectionui .feedback_queryui label {
    font-size: calc(15px * 0.9);
}.contact_form_sectionui .contact_feedbackui li {
    margin-bottom: 15px;
}.contact_form_sectionui .contact_feedbackui span {
    font-size: calc(13px * 0.9);
}.contact_form_sectionui::before,
    .contact_form_sectionui::after,
    .contact_form_sectionui .help_linksui::before,
    .contact_form_sectionui .help_linksui::after,
    .contact_form_sectionui .support_infoui::before {
    opacity: 0.2;
}}


@media (max-width: 768px) {.cookie_popup_warningui .cookie_screenui {
    margin-right: 0;
    margin-bottom: 15px;
}.cookie_popup_warningui .cookie_disclaimerui {
    width: 48%;
    margin-left: 0;
    text-align: center;
}}



@media (min-width: 992px) {.course_overviewui {
    padding: 180px 0 160px;
}.course_overviewui h2 {
    margin-bottom: 70px;
}.course_overviewui .program_pathui {
    gap: 80px;
}.course_overviewui .pictureui {
    height: 600px;
}.course_overviewui .description_cardui {
    padding: 60px 50px;
}
}



@media (max-width: 768px) {.customer_opinionsui h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
    padding-left: 0;
    text-align: center;
}.customer_opinionsui h2::before {
    bottom: -1rem;
    top: auto;
    left: 50%;
    animation: scaleHorizontal 0.6s ease-out forwards 1s;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    width: 60px;
    height: 4px;
}.customer_opinionsui .user_reviewsui {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.customer_opinionsui .user_testimonialsui {
    padding: 1.5rem;
}.customer_opinionsui a {
    margin: 2rem auto 0;
    max-width: 200px;
    display: block;
    text-align: center;
}
}

@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: scale(0.8);
    }
}



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



@keyframes lineGrow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}



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



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



@keyframes slideUpScale {
  from {
    opacity: 0;
    transform: translateY(40px) translateZ(20px) scale(0.95) rotateX(5deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(20px) scale(1) rotateX(2deg);
  }
}

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}



@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-1rem);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

