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

html {
    scrollbar-width: auto;
}

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


.client_experience_7806 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(192,205,226) 0%, rgb(155,168,189,0.5) 100%);
}

.client_experience_7806 .container {
    z-index: 1;
    position: relative;
}

.client_experience_7806 h2 {
    padding-bottom: 20px;
    font-size: 29px;
    transform: perspective(500px) rotateX(5deg);
    font-weight: 700;
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

.client_experience_7806 .review_voices_0476 {
    transition: all 0.5s ease;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    padding: 30px;
    gap: 20px;
    display: flex;
    border-radius: 20px;
    position: relative;
    transform: translateZ(0);
    flex-direction: column;
    z-index: 1;
}

.client_experience_7806 .review_voices_0476:nth-child(even)::before {
    right: 30px;
    left: auto;
}

.client_experience_7806 .review_voices_0476 img {
    position: absolute;
    object-fit: cover;
    border-radius: 50%;
    left: 20px;
    border: 5px solid #ffffff;
    top: -40px;
    width: 80px;
    transition: all 0.5s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    height: 80px;
}

.client_experience_7806 .review_voices_0476 .description {
    font-weight: 400;
    line-height: 1.7;
    background: linear-gradient(to right, rgb(192,205,226), transparent);
    color: #000000;
    font-size: 14px;
    padding: 20px;
    position: relative;
    border-radius: 10px;
}



.client_experience_7806 .review_voices_0476:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}

.client_experience_7806 .review_voices_0476:nth-child(3n) {
    animation: float 8s ease-in-out infinite;
    animation-delay: 2s;
}



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

.education_history_4523 .review_voices_0476:hover {
    transform: perspective(1000px) rotateX(0);
}

.education_history_4523 .pic_stack_6014 {
    transition: transform 0.3s ease;
    border-radius: 19px;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    height: 100%;
    transform: translateZ(20px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    min-height: 350px;
    grid-area: photo;
}

.education_history_4523 .job_table_8546 {
    line-height: 1.6;
    grid-area: quote;
    font-size: 17px;
    border-left: 4px solid rgb(155,168,189);
    position: relative;
    transform: translateZ(15px);
    color: #ffffff;
    border-radius: 10px;
    padding: 1.5rem;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.course_program_description_2381::before {
    animation: float 15s ease-in-out infinite alternate;
    z-index: 1;
    height: 40%;
    transform: rotate(-15deg);
    position: absolute;
    filter: blur(80px);
    content: "";
    width: 40%;
    top: -5%;
    right: -5%;
    opacity: 0.4;
    background: linear-gradient(225deg, rgb(155,168,189,0.5) 0%, transparent 70%);
}

.course_program_description_2381 h2::before {
    background: linear-gradient(90deg, rgb(155,168,189) 0%, rgb(119,130,145) 100%);
    transform-origin: left;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    height: 0.25rem;
    left: 0;
    width: 8rem;
    position: absolute;
    content: "";
    transform: scaleX(0);
    bottom: -1rem;
}

.course_program_description_2381 .pic_stack_6014::after {
    content: "";
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    animation: shine 8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
    transform: rotate(45deg);
    top: -100%;
    left: -100%;
    height: 200%;
    width: 200%;
}

.course_program_description_2381 .description:nth-child(1)::first-line {
    font-weight: 600;
    color: #000000;
}

.pricing_plan_7496::before {
    top: 0;
    left: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    pointer-events: none;
}

.pricing_plan_7496 .payment_plans_8351 {
    max-width: 700px;
    overflow-wrap: break-word;
    color: #000000;
    word-break: break-word;
    white-space: normal;
    line-height: 1.6;
    margin: 0 auto;
    font-size: 12px;
}

.pricing_plan_7496 .study_offers_1052 {
    min-height: 450px;
    flex-direction: column;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    display: flex;
}

.pricing_plan_7496 .monthly_rate_2738 h3 {
    position: relative;
    transform: translateX(0);
    color: #000000;
    margin-bottom: 8px;
    transition: transform 0.3s ease;
    font-weight: 600;
    font-size: calc(19px + 2px);
}

.pricing_plan_7496 .cost_table_2341:hover .trial_offers_1586::before {
    transform: translateX(0);
    opacity: 1;
}

.pricing_plan_7496 .pic_stack_6014 {
    overflow: hidden;
    transition: transform 0.6s ease;
    height: 200px;
    width: 100%;
    position: relative;
}

.pricing_plan_7496 .cost_table_2341:hover .pic_stack_6014 {
    transform: scale(1.05);
}

.pricing_plan_7496 .cost_table_2341:nth-child(even) .study_offers_1052 {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}

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

.our_mission_9452::after {
    background-image: 
        linear-gradient(90deg, rgb(119,130,145,0.5) 1px, transparent 1px),
        linear-gradient(180deg, rgb(119,130,145,0.5) 1px, transparent 1px);
    content: "";
    height: 100%;
    top: 0;
    z-index: 2;
    background-size: 40px 40px;
    left: 0;
    width: 100%;
    opacity: 0.1;
    position: absolute;
}

.our_mission_9452 .words_container_3601 {
    flex-direction: column;
    opacity: 0;
    padding: 40px;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    border-left: 4px solid rgb(119,130,145);
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
    animation: fadeUpIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}

.our_mission_9452 .words_container_3601 div div {
    animation: fadeIn 1s ease-out 0.7s forwards;
    font-family: Arial, sans-serif;
    column-count: 1;
    text-align: justify;
    color: #ffffff;
    opacity: 0;
    line-height: 1.8;
    font-size: 17px;
    column-gap: 40px;
}

.title_section_4672 .skill_mastery_8135 {
    display: flex;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    flex-direction: column;
}

.title_section_4672 .words_container_3601 {
    padding: 2rem 0;
    position: relative;
    order: 2;
}

.title_section_4672 h1 {
    font-size: calc(30px * 1.1);
    position: relative;
    opacity: 0;
    color: #000000;
    transform: translateX(-30px);
    animation: slideIn 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.title_section_4672 .start_page_3768 {
    margin-bottom: 2rem;
    align-items: flex-start;
    gap: 1.5rem;
    display: flex;
    transform: translateY(20px);
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    flex-direction: column;
    opacity: 0;
    animation-delay: 0.3s;
}

.title_section_4672 svg text {
    transform-origin: center;
    animation: fadeIn 1s ease-out forwards;
    font-family: Arial, sans-serif;
}

.title_section_4672 .connect_widget_8149::before {
    background: linear-gradient(135deg, rgb(119,130,145) 0%, rgb(155,168,189) 100%);
    position: absolute;
    height: 100%;
    content: "";
    z-index: -1;
    transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
}

.title_section_4672 .pic_stack_6014::before {
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.7));
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.8;
    top: 0;
    z-index: 1;
    width: 100%;
}

.connect_form_8017 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(192,205,226), rgba(rgb(155,168,189), 0.03));
}

.connect_form_8017::after {
    height: 100%;
    left: 0;
    background-position: center center;
    position: absolute;
    background-image: 
        linear-gradient(90deg, rgba(rgb(155,168,189), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(155,168,189), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(119,130,145), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(155,168,189), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(119,130,145), 0.04) 0%, transparent 30%);
    content: "";
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    top: 0;
    animation: backgroundShift 30s linear infinite;
    width: 100%;
    z-index: 1;
}

.connect_form_8017 .pic_stack_6014::after {
    width: 300%;
    height: 300%;
    animation: shine 6s infinite ease-in-out;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    top: -100%;
    position: absolute;
    left: -100%;
    z-index: 2;
    content: "";
}

.connect_form_8017 form {
    z-index: 3;
    position: relative;
}

.connect_form_8017 form h3::after {
    position: absolute;
    background: rgb(155,168,189);
    width: 30px;
    content: "";
    bottom: -15px;
    left: 0;
    height: 2px;
}

.connect_form_8017 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}

.connect_form_8017 form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}

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

.connect_form_8017 .query_info_3890 input[type="checkbox"]:checked + label::before {
    background: rgb(155,168,189);
    border-color: rgb(155,168,189);
}

.connect_form_8017 .query_info_3890 label a {
    text-decoration: none;
    position: relative;
    font-weight: 600;
    color: rgb(155,168,189);
    transition: all 0.3s ease;
}

.connect_form_8017 .query_info_3890 label a:hover {
    color: rgb(119,130,145);
}

.connect_form_8017 .connect_widget_8149 {
    color: #ffffff;
    font-weight: 600;
    background: rgb(155,168,189);
    z-index: 1;
    font-size: 16px;
    padding: 16px 40px;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    border: none;
    position: relative;
    transition: all 0.3s ease;
}

.connect_form_8017 .connect_widget_8149:hover::after {
    opacity: 0;
    transform: scale(4);
}

.connect_form_8017 svg path {
    transition: all 0.3s ease;
    stroke: rgb(155,168,189);
    stroke-width: 2;
}

.connect_form_8017 form input {
    border: 1px solid rgb(155,168,189);
}

.program_assets_2769::after {
    bottom: -2px;
    position: absolute;
    height: 6px;
    transform: scaleX(0.97);
    content: "";
    z-index: 1;
    left: 0;
    background: linear-gradient(90deg, rgb(155,168,189) 0%, rgb(119,130,145) 100%);
    transform-origin: left;
    width: 100%;
}

.program_assets_2769 h5::after {
    background: rgb(155,168,189);
    left: 50%;
    position: absolute;
    height: 3px;
    width: 60px;
    content: "";
    bottom: -12px;
    transform: translateX(-50%);
}

.program_assets_2769 .pic_stack_6014 {
    object-position: center;
    display: block;
    width: 100%;
    transition: transform 1.2s ease-out;
    height: 300px;
    object-fit: cover;
    transform: scale(1);
}

.program_assets_2769 .skill_mastery_8135:hover .words_container_3601::before {
    height: 100%;
}

.program_assets_2769 li {
    padding-left: 38px;
    position: relative;
    margin-bottom: 1.2rem;
    transition: transform 0.3s ease;
    transform: translateX(0);
}

.program_assets_2769 li:hover svg {
    transform: rotate(10deg);
}

.program_assets_2769 svg path {
    transition: fill 0.3s ease;
    fill: rgb(155,168,189);
}

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

header .site_head_0851 {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;
    position: relative;
    text-decoration: none;
    padding: 0.5rem 1rem;
}

header .site_head_0851:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(155,168,189,0.5));
}

header .site_core_4637 {
    z-index: 1;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    padding: 0.5rem 1rem;
    font-size: 12px;
}

header .site_core_4637:hover::after {
    transform: scaleX(1);
}

.privacy_area_0948 {
    transition: background-color 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 2rem;
    background-color: rgb(192,205,226);
}

.privacy_area_0948 ul,
.privacy_area_0948 ol {
    margin-bottom: 1rem;
    list-style: none;
    padding-left: 1.5rem;
    margin-top: 1rem;
}

.privacy_area_0948 p {
    margin-bottom: 1rem;
    font-size: 14px;
    line-height: 1.8;
}

.cookie_message_panel_4328 {
    position: fixed;
    bottom: 0;
    overflow: hidden;
    border-top: 3px solid rgb(155,168,189);
    width: 100%;
    z-index: 1050;
    background: rgb(192,205,226);
    font-family: Arial, sans-serif;
    padding: 20px;
}

.consent_edu_8650 h5 {
    color: rgb(155,168,189);
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 5px;
}

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

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

footer .job_board_6734 {
    display: grid;
    gap: 60px;
}

footer .learn_chat_1506 {
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 40px;
    display: flex;
}

footer .info_item a:hover {
    color: rgb(155,168,189);
}

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

footer .main_lead_9056 svg {
    width: auto;
    height: 40px;
    margin-bottom: 20px;
}

footer .header_tutor_5419 h5::after {
    background-color: rgb(155,168,189);
    width: 30px;
    left: 0;
    bottom: -8px;
    position: absolute;
    content: "";
    height: 2px;
}

footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #000000;
    font-size: 21px;
    font-weight: 600;
}

footer .input_holder input[type="email"] {
    background-color: #ffffff;
    padding: 14px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 17px;
    color: #000000;
    transition: border-color 0.3s ease;
    border-radius: 10px;
}

footer .exam_prep_6504 {
    margin-top: 50px;
}

.data_insights_8215 {
    background: linear-gradient(135deg, rgb(192,205,226) 0%, rgba(245, 247, 250, 0.92) 100%);
    overflow: hidden;
    padding: 5rem 1.5rem;
    position: relative;
}

.data_insights_8215 h3 {
    position: relative;
    text-align: center;
    z-index: 2;
    opacity: 0;
    animation: fadeInDown 0.8s forwards 0.2s;
    color: #000000;
    transform: translateY(0);
    font-size: calc(29px * 0.9);
    margin-bottom: 3.5rem;
    font-weight: 700;
}

.data_insights_8215 .growth_statistics_8639 {
    padding: 1.5rem;
    animation-delay: calc(0.15s * var(--i, 0));
    text-align: center;
    flex-direction: column;
    display: flex;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.1);
    align-items: center;
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.7));
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                opacity 0.4s ease, 
                box-shadow 0.3s ease;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.7s forwards;
    border-left: 3px solid rgb(155,168,189);
}

.data_insights_8215 .growth_statistics_8639::after {
    transform-origin: left;
    height: 2px;
    transform: scaleX(0);
    transition: transform 0.4s ease;
    background: linear-gradient(90deg, rgb(119,130,145,0.5), transparent);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 40%;
    content: "";
}

.data_insights_8215 .growth_statistics_8639:hover span::after {
    width: 60px;
    opacity: 1;
}

.data_insights_8215 .growth_statistics_8639:hover p {
    transform: scale(1.1);
    color: rgb(155,168,189);
}

.data_insights_8215 .growth_statistics_8639 p::before {
    transform: translateY(5px);
    font-size: 0.6em;
    position: absolute;
    color: rgb(155,168,189);
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "+";
    top: 0;
    opacity: 0;
    right: -12px;
}

.thxBox_8903::after {
    height: 100%;
    right: -50%;
    content: "";
    z-index: 0;
    opacity: 0.15;
    position: absolute;
    width: 100%;
    top: -50%;
    animation: gradientPulse 15s ease-in-out infinite alternate;
    background: radial-gradient(
        circle at center,
        rgb(155,168,189,0.5) 0%,
        transparent 70%
    );
    transform: rotate(-15deg) scale(2);
}

.thxBox_8903 .skill_mastery_8135 {
    margin-top: 20px;
    opacity: 0;
    background: #ffffff;
    padding: 40px;
    transform: translateZ(15px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    border-radius: 14px;
    position: relative;
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
}

.thxBox_8903 li {
    transform: translateX(-20px);
    position: relative;
    border-radius: 0 10px 10px 0;
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    padding: 20px 15px 20px 35px;
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
    border-left: 3px solid rgb(119,130,145);
    margin-bottom: 15px;
    opacity: 0;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    box-shadow: inset -4px -1px 3px -2px rgba(0, 0, 0, 0.1);
    border-radius: 12.4vw;
    background: radial-gradient(circle at top left, #ffffff 27%, rgb(255, 255, 255, 0.5) 55%, rgb(155,168,189,0.5) 59%);
}

::-webkit-scrollbar-track:active {
    background: rgb(119,130,145);
}

::-webkit-scrollbar-thumb {
    border-radius: 18.7vh;
    transition: background, transform 4.7s ease;
    background: rgb(192,205,226);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(155,168,189);
    box-shadow: 2px -3px 12px 1px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset -1px -5px 1px 6px rgba(0, 0, 0, 0.8);
    background: rgb(192,205,226);
}

::-webkit-scrollbar-corner {
    background: #ffffff;
}

.course_program_description_2381 .description::-webkit-scrollbar {
    width: 6px;
}

.course_program_description_2381 .description::-webkit-scrollbar-track {
    background: rgb(192,205,226);
    border-radius: 10px;
}

.course_program_description_2381 .description::-webkit-scrollbar-thumb {
    background: rgb(155,168,189,0.5);
    border-radius: 10px;
}



@media (min-width: 992px) {.course_program_description_2381 {
    padding: 8rem 0;
}.course_program_description_2381 .container {
    padding: 0 4rem;
}.course_program_description_2381 h2 {
    font-size: calc(37px * 1.4);
    max-width: 80%;
}.course_program_description_2381 .education_1869 {
    gap: 4rem;
}.course_program_description_2381 .pic_stack_6014 {
    height: 600px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}.course_program_description_2381 .pic_stack_6014:hover {
    transform: translateY(-8px) scale(1.02);
}.course_program_description_2381 .words_container_3601 {
    padding-top: 2rem;
}
}




@media (min-width: 768px) {.our_mission_9452 {
    padding: 150px 0 130px;
}.our_mission_9452 h2 {
    margin-bottom: 70px;
    font-size: calc(33px * 1.2);
}.our_mission_9452 .words_container_3601 {
    padding: 50px 60px;
    width: calc(100% - 40px);
    margin-left: 40px;
}.our_mission_9452 .words_container_3601 div div {
    column-count: 2;
}.our_mission_9452 .words_container_3601::before {
    top: 50px;
}
}



@media (hover: hover) {.our_mission_9452 .words_container_3601:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.our_mission_9452 .words_container_3601:hover::before {
    transition: all 0.4s ease;
    background: rgb(155,168,189);
}}



@media (min-width: 1024px) {.title_section_4672 {
    padding: 6rem 0;
}.title_section_4672 .skill_mastery_8135 {
    gap: 5rem;
}.title_section_4672 .words_container_3601 {
    flex: 0.8;
}.title_section_4672 h1 {
    font-size: 43px;
}.title_section_4672 .start_page_3768 {
    gap: 2rem;
}.title_section_4672 .pic_stack_6014 {
    flex: 1.2;
    height: 500px;
}.title_section_4672 .pic_stack_6014:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.title_section_4672 svg {
    height: 120px;
    width: 120px;
}
}



@media (max-width: 768px) {.connect_form_8017 {
    padding: 60px 0;
}.connect_form_8017 .help_query_6940 {
    flex-direction: column;
    margin-top: 40px;
}.connect_form_8017 .pic_stack_6014 {
    min-height: 300px;
    width: 100%;
}.connect_form_8017 .inquiry_feedback_0639 {
    width: 100%;
    padding: 40px 30px;
}.connect_form_8017 form h3 {
    margin-bottom: 30px;
}.connect_form_8017 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.connect_form_8017 .query_info_3890 {
    margin-bottom: 25px;
}.connect_form_8017 .connect_widget_8149 {
    padding: 14px 30px;
    width: 100%;
}
}



@media (max-width: 767px) {.program_assets_2769 {
    padding: 4rem 0;
}.program_assets_2769 h5 {
    line-height: 1.4;
    font-size: calc(20px * 0.9);
    padding: 0 15px;
}.program_assets_2769 .pic_stack_6014 {
    height: 220px;
}.program_assets_2769 .words_container_3601 {
    padding: 1.8rem 1.5rem;
}.program_assets_2769 li {
    margin-bottom: 1rem;
}
}



@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .header_nav_0674 {
    gap: 0.8rem;
    padding: 0.8rem;
}header .site_head_0851 svg {
    width: 140px;
}header .header_tutor_5419 {
    padding: 0.5rem;
}header .site_core_4637 {
    padding: 0.4rem 0.8rem;
    font-size: calc(12px - 1px);
}
}


@media only screen and (max-width: 800px) {.privacy_area_0948 {
    padding: 1rem;
    border-radius: 10px;
}.privacy_area_0948 h1 {
    font-size: calc(22px - 0.5rem);
}.privacy_area_0948 h2 {
    font-size: calc(22px - 0.5rem);
}.privacy_area_0948 p,
    .privacy_area_0948 li {
    font-size: calc(14px - 0.2rem);
}}


@media (max-width: 800px) {.cookies_terms_4209 {
    flex-direction: column;
    align-items: center;
}.user_status_8142 {
    margin-bottom: 15px;
}.consent_edu_8650 {
    margin-bottom: 20px;
    text-align: center;
}.digital_consent_4217 {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}



@media (max-width: 992px) {.data_insights_8215 {
    padding: 4rem 1rem;
}.data_insights_8215 h3 {
    font-size: calc(29px * 0.85);
    margin-bottom: 3rem;
}.data_insights_8215 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}



@media (max-width: 992px) {.thxBox_8903 {
    padding: 60px 0;
}.thxBox_8903 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}.thxBox_8903 .skill_mastery_8135 {
    padding: 30px;
}
}



@media (max-width: 768px) {.thxBox_8903 {
    padding: 50px 0;
}.thxBox_8903 h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.thxBox_8903 .skill_mastery_8135 {
    padding: 25px;
    transform: translateZ(10px) rotateX(1deg);
}.thxBox_8903 span {
    font-size: 12px;
}.thxBox_8903 li {
    padding: 15px 10px 15px 25px;
}
}

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



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



@keyframes fadeUp {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



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



@keyframes fadeIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes shine {
    0% {
        top: -50%;
        left: -50%;
    }
    100% {
        top: 150%;
        left: 150%;
    }
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}



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



@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}



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



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

