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

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(to bottom, 
        rgb(210,212,198,0.5) 0%,
        #000000 100%);
    top: 0;
    left: 0;
    position: fixed;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 100;
}

.meet_us8496::before {
    opacity: 0.15;
    top: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    animation: bgAnimationPulse 15s infinite alternate;
    filter: blur(50px);
    height: 100%;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 10% 10%, rgb(210,212,198,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(175,179,161,0.5) 0%, transparent 40%);
}

.meet_us8496 .mission_why7862 {
    margin-bottom: 100px;
    position: relative;
}

.meet_us8496 .mission_why7862 span {
    display: block;
    color: rgb(210,212,198);
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 22px;
}

.meet_us8496 .mission_why7862 .img_display0635::before {
    width: 100%;
    z-index: 2;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent);
    position: absolute;
    content: "";
}

.meet_us8496 .expert_study0267 p {
    font-size: 12px;
    color: #000000;
    z-index: 2;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.8);
    width: 60%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 17px;
    backdrop-filter: blur(10px);
    padding: 50px;
}

.meet_us8496 .mission_why7862 .img_display0635::after,
.meet_us8496 .expert_study0267 .expert_learnings8372::after {
    top: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 10%);
    z-index: 1;
    content: "";
    width: 200%;
    animation: patternRotate 30s linear infinite;
    position: absolute;
    opacity: 0.5;
    height: 200%;
    background-size: 15px 15px;
    left: -50%;
}

.meet_us8496 .expert_study0267::after {
    border-color: rgb(175,179,161,0.5);
    top: 30px;
    left: 20%;
}

.leadership_profile0135::before {
    z-index: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(120deg, rgb(210,212,198,0.5) 0%, transparent 70%);
    left: 0;
    content: "";
}

.leadership_profile0135 .img_display0635::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
}

.leadership_profile0135 .emp_skills5018 {
    transform: translateY(0);
    border-radius: 28px;
    position: relative;
    background: #ffffff;
    margin: -80px auto 0;
    padding: 2.5rem 2rem 2rem;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    z-index: 3;
    width: 90%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.leadership_profile0135 .emp_skills5018 div:nth-child(2) {
    color: rgb(175,179,161);
    font-size: 21px;
    text-align: center;
    font-weight: 600;
    position: relative;
    margin-bottom: 1.5rem;
}

.leadership_profile0135 .exp_projects4371::before,
.leadership_profile0135 .exp_projects4371::after {
    font-family: serif;
    line-height: 0;
    font-size: 3rem;
    position: absolute;
    color: rgb(210,212,198,0.5);
    content: "";
}

.leadership_profile0135 .exp_projects4371::before {
    transform: rotate(180deg);
    top: 0.5rem;
    left: 0;
}

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

.course_overview2734 h2::after {
    position: absolute;
    left: 0;
    width: 60%;
    content: "";
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleX(0.8);
    bottom: -15px;
    transform-origin: left center;
    height: 3px;
    background: linear-gradient(90deg, rgb(210,212,198) 0%, transparent 100%);
}

.course_overview2734 .img_display0635:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
}

.course_overview2734 .img_display0635:hover::before {
    opacity: 0.5;
}

.course_overview2734 .description {
    transform: translateY(0);
    transition: transform 0.4s ease-out;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
}

.course_overview2734 .description:last-of-type {
    border-top: 1px solid rgb(175,179,161,0.5);
    padding-top: 20px;
    margin-top: 30px;
}

.footer_clients7954 .company_holder {
    grid-column: 1 / 5;
    z-index: 3;
    position: relative;
}

.footer_clients7954 .company_holder h3::after {
    left: 0;
    content: '';
    border-radius: 10px;
    position: absolute;
    height: 4px;
    background: rgb(210,212,198);
    width: 40px;
    bottom: 0;
}

.footer_clients7954 .syllabus_ref1350 {
    position: relative;
    grid-column: 5 / 13;
}

.footer_clients7954 .header_guide1305 {
    position: relative;
}



.footer_clients7954 .header_guide1305 {
    animation: borderPulse 4s infinite;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}

.footer_clients7954 .header_guide1305 .head_base6139 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer_clients7954 .header_guide1305 .head_base6139 a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}

.footer_clients7954 .header_guide1305 .head_base6139 a:hover::before {
    width: 100%;
    background: rgb(210,212,198,0.5);
}

.student_aid0276::before {
    left: 15%;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    right: 15%;
    top: 0;
    content: '';
    height: 1px;
    opacity: 0.2;
}



footer::after {
    top: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    bottom: 0;
    left: 0;
    content: '';
}

.footer_clients7954 .company_holder::before {
    bottom: 0;
    height: 100px;
    background: rgb(175,179,161,0.5);
    position: absolute;
    filter: blur(40px);
    width: 100px;
    border-radius: 50%;
    z-index: -1;
    content: '';
    opacity: 0.3;
    left: -30px;
}

.footer_clients7954 .header_guide1305 h5::after {
    content: '';
    height: 2px;
    position: absolute;
    width: 30px;
    left: 0;
    background: rgb(175,179,161);
    bottom: -5px;
}

.track_toggle2389 {
    flex-shrink: 0;
    margin-right: 20px;
}

#cookie_info_banner6813:checked ~ .cookieUsagePromptPanel6974 {
    opacity: 0;
    visibility: hidden;
}

.visitor_acceptance1079 p {
    color: #000000;
    margin-bottom: 0;
    font-size: 15px;
}

.manage_tracking9138:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}

.cookieUsagePromptPanel6974 p a:hover {
    color: #000000;
}

.contact_information5713 .container {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1400px;
}

.contact_information5713 .img_display0635 {
    transform: skew(-10deg);
    flex: 0 0 45%;
    position: relative;
    z-index: 2;
    margin-left: -5%;
    min-height: 600px;
}

.contact_information5713 .request_request5790 {
    display: flex;
    padding: 4rem 3rem 4rem 10%;
    justify-content: center;
    position: relative;
    z-index: 3;
    flex: 0 0 55%;
    flex-direction: column;
}

.contact_information5713 h2::before {
    transform: translateY(-50%);
    height: 1rem;
    background: rgb(210,212,198);
    box-shadow: 0 0 15px rgb(210,212,198,0.5);
    content: '';
    left: 0;
    position: absolute;
    border-radius: 50%;
    width: 1rem;
    top: 50%;
}

.contact_information5713 .request_request5790 input:not([type="checkbox"]):not([type="submit"])::after {
    position: absolute;
    background: rgb(210,212,198);
    height: 2px;
    width: 0;
    left: 0;
    transition: width 0.3s ease;
    content: '';
    bottom: -2px;
}

.contact_information5713 .request_request5790 .inquiry_query8417 {
    gap: 1rem;
    align-items: center;
    display: flex;
}

.contact_information5713 .request_request5790 .inquiry_query8417 input[type="checkbox"]:checked::after {
    color: #ffffff;
    font-size: 0.8rem;
    left: 50%;
    top: 50%;
    content: '✔';
    transform: translate(-50%, -50%);
    position: absolute;
}

.contact_information5713 .request_request5790 .inquiry_query8417 a:hover {
    text-decoration: underline;
}

.contact_information5713 .request_request5790 .query_form1594::before {
    left: -50%;
    content: '';
    top: -50%;
    transition: all 0.5s ease;
    transform: rotate(-45deg);
    height: 200%;
    opacity: 0;
    position: absolute;
    width: 200%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(210,212,198,0.5), 
        transparent
    );
}

.pricing_section4781::after {
    width: 35%;
    height: 50%;
    position: absolute;
    z-index: 0;
    opacity: 0.08;
    left: -3%;
    content: "";
    transform: rotate(10deg);
    bottom: -5%;
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(175,179,161,0.5) 30%, rgb(210,212,198,0.5) 70%);
}

.pricing_section4781 .plan_details1749 h2::after {
    height: 3px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    width: 70%;
    bottom: -0.75rem;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(210,212,198), transparent);
}

.pricing_section4781 .cost_options5639:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}

.pricing_section4781 .cost_options5639:hover::before {
    transform: translateY(0);
}

.pricing_section4781 .price_tiers5740 {
    flex-direction: column;
    display: flex;
    height: 100%;
    box-sizing: border-box;
}

.pricing_section4781 .rate_choices8094 .pricing_schemes0415 {
    margin-bottom: 1.5rem;
    color: rgb(210,212,198);
    font-size: calc(19px * 1.3);
    font-weight: 700;
    position: relative;
}

.pricing_section4781 .img_display0635 {
    transition: transform 0.5s ease;
    overflow: hidden;
    height: 180px;
    position: relative;
    width: 100%;
}

.pricing_section4781 .cost_options5639:hover .img_display0635 {
    transform: scale(1.05);
}

.pricing_section4781 .cost_options5639:nth-child(even) .rate_choices8094::before {
    height: 2.5rem;
    content: "";
    bottom: 1rem;
    opacity: 0.1;
    z-index: -1;
    border-radius: 50%;
    width: 2.5rem;
    position: absolute;
    left: 1rem;
    background: rgb(175,179,161,0.5);
}

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

.locate2059 .message_page7916 {
    background: #ffffff;
    grid-template-columns: 1fr;
    display: grid;
    transform: translateY(0);
    gap: 40px;
    padding: 50px;
    border-left: 4px solid rgb(210,212,198);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.locate2059 p {
    line-height: 1.7;
    color: #000000;
    font-size: 15px;
    margin-bottom: 15px;
}

.locate2059 .write_experts4218 {
    padding: 0;
    display: flex;
    gap: 15px;
    list-style: none;
    flex-direction: column;
    margin: 20px 0 0;
}

.locate2059 .quick_answers2940 {
    display: flex;
    color: #000000;
    align-items: center;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.locate2059 svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}

.title_screen8032 .fast_edu8502 {
    width: 100%;
    transform-style: preserve-3d;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 2rem;
}

.title_screen8032 .edu_smart5160 {
    isolation: isolate;
    overflow: hidden;
    position: relative;
}

.title_screen8032 .edu_smart5160::after {
    transform: translateX(-100%);
    height: 5px;
    position: absolute;
    width: 100%;
    animation: slide-in 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.5s;
    background: linear-gradient(90deg, 
    rgb(210,212,198) 0%, 
    rgb(175,179,161) 50%, 
    rgb(210,212,198) 100%);
    bottom: 0;
    left: 0;
    content: "";
}

.title_screen8032 .edu_smart5160 h1 {
    position: relative;
    font-weight: 700;
    font-size: 41px;
    opacity: 0;
    animation: fade-up 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    font-family: Arial, sans-serif;
    margin: 0 0 2rem;
    line-height: 1.2;
    transform: translateY(30px);
    color: #ffffff;
}

.title_screen8032 .edu_smart5160 div::before {
    left: 0;
    transform: scaleY(0);
    animation: scale-down 0.6s cubic-bezier(0.19, 1, 0.22, 1) forwards 1s;
    background-color: rgb(175,179,161);
    top: 0;
    position: absolute;
    width: 3px;
    transform-origin: top center;
    height: 100%;
    content: "";
}

header::after {
    opacity: 0.1;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(175,179,161,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(175,179,161,0.5) 100%);
    background-size: 20px 20px;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

header .top_sitebar0413::after {
    content: "";
    background: rgb(175,179,161,0.5);
    width: 70px;
    border-radius: 50%;
    animation: pulse-opacity 4s ease infinite alternate;
    height: 70px;
    opacity: 0.3;
    filter: blur(20px);
    z-index: -2;
    position: absolute;
}

header .header_guide1305 {
    display: flex;
    scrollbar-width: none;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    width: 100vw;
    overflow-x: auto;
    padding: 1rem 0;
    position: relative;
    border-top: 1px solid rgb(210,212,198,0.5);
    justify-content: center;
    gap: 0.8rem;
    border-bottom: 1px solid rgb(210,212,198,0.5);
}

header .nav_top3654::after {
    transform: translateX(-50%);
    bottom: 0;
    background: rgb(175,179,161);
    left: 50%;
    content: "";
    transition: all 0.3s ease;
    height: 2px;
    position: absolute;
    width: 0%;
}

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

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

.learning_system6457 h2 {
    color: #000000;
    font-size: 32px;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
    margin-bottom: 2.5rem;
    position: relative;
    opacity: 1;
    font-weight: 700;
}

.learning_system6457 h2:hover::before {
    transform: scaleX(1.2);
}

.learning_system6457 .text_container5349::before {
    content: "";
    left: 0;
    opacity: 0.7;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.learning_system6457 p {
    z-index: 2;
    font-size: 17px;
    position: relative;
    color: #000000;
    margin: 0;
    line-height: 1.8;
}

.newsletter7893 {
    background: rgb(238,239,234);
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}

.newsletter7893 .study_learn3854 {
    z-index: 2;
    max-width: 450px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}

.newsletter7893 .help_inquiry7681::before {
    height: calc(100% + 20px);
    top: -10px;
    background: rgb(175,179,161,0.5);
    transform: translateZ(-20px);
    position: absolute;
    clip-path: polygon(0 15%, 15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    width: calc(100% + 20px);
    left: -10px;
    z-index: -1;
    content: "";
}

.newsletter7893 h3::before {
    height: 5px;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    width: 60px;
    background: rgb(210,212,198);
}

.newsletter7893 input[type="email"] {
    font-family: Arial, sans-serif;
    border-radius: 29px;
    color: #000000;
    border: none;
    padding: 20px 25px;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    width: 100%;
}

.newsletter7893 .sub_agreement4597:hover {
    box-shadow: 0 10px 20px -5px rgb(210,212,198,0.5);
    transform: translateY(-5px);
}

.newsletter7893 .sub_agreement4597::after {
    opacity: 0;
    content: "→";
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    right: 30px;
    transition: all 0.3s ease;
    font-size: 1.5em;
}

.privacy_hideout2549 h2 {
    padding-bottom: 10px;
    color: transparent;
    color: rgb(175,179,161);
    margin-top: 40px;
    background: linear-gradient(90deg, rgb(175,179,161), rgb(210,212,198));
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 34px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgb(175,179,161);
    -webkit-background-clip: text !important;
}

.privacy_hideout2549 li {
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.8;
    padding-left: 20px;
    position: relative;
    color: #000000;
    font-size: 16px;
}

.potential_students2569 {
    position: relative;
    padding: 5rem 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(238,239,234), rgb(210,212,198,0.5));
    overflow: hidden;
}

.potential_students2569::after {
    box-shadow: 0 0 80px 20px rgb(210,212,198,0.5);
    left: 50%;
    content: '';
    position: absolute;
    border: 2px solid rgb(175,179,161,0.5);
    width: 500px;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    animation: pulsateRing 10s ease-in-out infinite alternate;
    opacity: 0.2;
    z-index: -2;
}

.potential_students2569 h3::after {
    content: '';
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    animation: orbitRotate 8s infinite linear;
    border-radius: 50%;
    opacity: 0.6;
    bottom: -38px;
    position: absolute;
    border: 2px solid rgb(210,212,198,0.5);
}

.potential_students2569 ul li::before {
    z-index: -1;
    content: '';
    width: 100px;
    position: absolute;
    left: -50%;
    animation: floatBubble 15s infinite ease-in-out alternate;
    border-radius: 50%;
    opacity: 0.5;
    background: radial-gradient(circle, rgb(175,179,161,0.5) 0%, transparent 70%);
    height: 100px;
    top: -50%;
}

.potential_students2569 ul li:hover svg {
    transform: rotate(15deg);
}

.potential_students2569 ul li:hover svg path {
    fill: rgb(210,212,198);
}

.tyField9683 {
    padding: 4rem 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
}

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

.tyField9683 .study_learn3854 {
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    position: relative;
    border-radius: 15px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
}

.tyField9683 .study_learn3854:hover h5::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.tyField9683 p {
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
    margin: 0;
    transition: color 0.3s ease;
}

.tyField9683 a::before {
    transform-origin: right;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(210,212,198,0.5) 0%, rgb(175,179,161) 100%);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}



@media screen and (max-width: 1199px) {.meet_us8496 {
    padding: 100px 0;
}.meet_us8496 h3 {
    margin-bottom: 50px;
    font-size: calc(28px - 0.2rem);
}.meet_us8496 .mission_why7862 {
    margin-bottom: 80px;
}.meet_us8496 .mission_why7862 span {
    font-size: calc(22px - 0.1rem);
}.meet_us8496 .mission_why7862 .img_display0635,
    .meet_us8496 .expert_study0267 .expert_learnings8372 {
    height: 400px;
}.meet_us8496 .mission_why7862 p,
    .meet_us8496 .expert_study0267 p {
    width: 65%;
    padding: 40px;
}
}



@media screen and (max-width: 767px) {.meet_us8496 {
    padding: 60px 0;
}.meet_us8496 h3 {
    margin-bottom: 40px;
    font-size: calc(28px - 0.6rem);
}.meet_us8496 h3::after {
    bottom: -10px;
    width: 60px;
    height: 2px;
}.meet_us8496 .mission_why7862 {
    padding-top: 250px;
    margin-bottom: 60px;
}.meet_us8496 .mission_why7862::before {
    width: 80%;
    bottom: -30px;
}.meet_us8496 .mission_why7862 span {
    font-size: calc(22px - 0.3rem);
    margin-bottom: 230px;
}.meet_us8496 .mission_why7862 .img_display0635 {
    width: 100%;
    position: absolute;
    transform: none;
    height: 220px;
    left: 0;
    top: 60px;
    border-radius: 17px;
}.meet_us8496 .mission_why7862 p {
    width: 100%;
    padding: 25px;
}.meet_us8496 .expert_study0267 {
    padding-bottom: 250px;
}.meet_us8496 .expert_study0267 .expert_learnings8372 {
    right: 0;
    bottom: 0;
    position: absolute;
    height: 220px;
    width: 100%;
    top: auto;
    border-radius: 17px;
    transform: none;
}.meet_us8496 .expert_study0267 p {
    width: 100%;
    padding: 25px;
}
}



@media (max-width: 576px) {.course_overview2734 {
    padding: 50px 0;
}.course_overview2734 h2 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.7);
}.course_overview2734 .img_display0635 {
    height: 220px;
}.course_overview2734 .text_container5349 {
    max-height: 300px;
}.course_overview2734 .description {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}}


@media (max-width: 1200px) {.visitor_acceptance1079 h5 {
    font-size: calc(24px - 2px);
}.visitor_acceptance1079 p {
    font-size: calc(15px - 2px);
}.manage_tracking9138 {
    padding: 8px 16px;
    font-size: calc(15px - 2px);
}
}



@media screen and (max-width: 1024px) {.contact_information5713 .help_section0982 {
    flex-direction: column;
}.contact_information5713 .img_display0635 {
    transform: none;
    margin-left: 0;
    min-height: 300px;
    flex: 0 0 100%;
}.contact_information5713 .img_display0635::before {
    width: 100%;
    transform: none;
}.contact_information5713 .request_request5790 {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}



@media (max-width: 991px) {.pricing_section4781 {
    padding: 5rem 0;
}.pricing_section4781 .cost_options5639 {
    margin-bottom: 1.5rem;
}.pricing_section4781 .plan_details1749 {
    padding: 0 1rem;
}
}



@media (max-width: 575px) {.pricing_section4781 {
    padding: 3rem 0;
}.pricing_section4781 .container {
    padding: 0 1.5rem;
}.pricing_section4781 .plan_rates9130 {
    gap: 1.5rem;
}.pricing_section4781 .rate_choices8094 {
    padding: 1.5rem;
}.pricing_section4781 .img_display0635 {
    height: 140px;
}
}



@media (hover: none) {.pricing_section4781 .cost_options5639:hover {
    transform: none;
}.pricing_section4781 .cost_options5639:hover .img_display0635 {
    transform: none;
}}



@media (max-width: 767px) {.locate2059 {
    padding: 60px 0;
}.locate2059 .message_page7916 {
    padding: 30px;
}.locate2059 h3 {
    font-size: calc(38px * 0.9);
}.locate2059::before {
    width: 100%;
}.locate2059::after {
    height: 120px;
    width: 120px;
}
}



@media (prefers-reduced-motion) {.locate2059::after {
    animation: none;
}.locate2059 .message_page7916 {
    transition: none;
}.locate2059 .message_page7916:hover {
    transform: none;
}}



@media (max-width: 576px) {.title_screen8032 {
    min-height: 70vh;
}.title_screen8032 .master_class7109 {
    padding: 2.5rem 1.25rem;
}.title_screen8032 .edu_smart5160 h1 {
    margin-bottom: 1.25rem;
    font-size: calc(41px * 0.8);
}.title_screen8032 .edu_smart5160 span {
    margin-bottom: 1rem;
}.title_screen8032 .edu_smart5160 div {
    margin-top: 1.5rem;
    padding-left: 1.25rem;
}.title_screen8032 .edu_smart5160 h1::after {
    bottom: -10px;
    width: 60px;
}}




@media screen and (max-width: 1200px) {.learning_system6457 .study_learn3854 {
    max-width: 90%;
}
}



@media screen and (max-width: 992px) {.learning_system6457 {
    padding: 5rem 0;
}.learning_system6457 h2 {
    font-size: calc(32px * 0.9);
}.learning_system6457 .text_container5349 {
    padding: 2rem;
}
}



@media screen and (max-width: 576px) {.learning_system6457 {
    padding: 3.5rem 0;
}.learning_system6457 .study_learn3854 {
    padding: 0 1.5rem;
}.learning_system6457 h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.75rem;
}.learning_system6457 h2::before {
    width: 4rem;
    height: 2px;
}.learning_system6457 .text_container5349 {
    padding: 1.5rem;
}.learning_system6457 p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.learning_system6457 p::first-letter {
    font-size: 1.3em;
}
}



@media (max-width: 992px) {.potential_students2569 {
    padding: 4rem 0;
}.potential_students2569 h3 {
    font-size: calc(33px * 0.9);
}.potential_students2569 ul {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}.potential_students2569 ul li {
    border-radius: 40px;
    padding: 1.2rem 1.8rem;
}
}



@media (max-width: 576px) {.potential_students2569 {
    padding: 3rem 0;
}.potential_students2569 h3 {
    margin-bottom: 3rem;
    font-size: calc(33px * 0.8);
}.potential_students2569 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.potential_students2569 ul li {
    border-radius: 30px;
    padding: 1rem 1.5rem;
}.potential_students2569 ul li svg {
    width: 32px;
    margin-right: 1rem;
    height: 32px;
}}

@keyframes bgAnimationPulse {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.2;
        filter: blur(80px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

@keyframes patternRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes shiftGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

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



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



@keyframes scale-in {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes rotateRings {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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



@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-18deg) translate(5px, -5px);
    }
}

