﻿header,footer {
    width: 100%;
}

header {
    background: rgb(192,205,226);
    padding: 1.2rem 0;
    position: relative;
    z-index: 100;
}

.zoom_meet_4136 {
    flex: 0 0 auto;
}

.zoom_meet_4136 {
    position: relative;
    background-color: #ffffff;
    padding: 70px 0 30px;
    color: #000000;
    font-family: Arial, sans-serif;
}

.client_experience_7806::after {
    background: linear-gradient(to left, rgb(155,168,189,0.5), transparent, rgb(155,168,189,0.5));
    height: 150px;
    right: 0;
    content: "";
    transform: skewY(3deg) translateY(50px);
    left: 0;
    opacity: 0.3;
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.client_experience_7806 .learning_feedback_4925 {
    display: flex;
    align-items: center;
    transform-style: preserve-3d;
    gap: 70px;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
    perspective: 1000px;
}

.client_experience_7806 .review_voices_0476:nth-child(odd) {
    align-self: flex-start;
    transform: translateX(-30px) rotateZ(-1deg);
}

.client_experience_7806 .review_voices_0476:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    z-index: 2;
    transform: scale(1.03) rotateZ(0);
}

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

.client_experience_7806 .review_voices_0476:hover img {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.client_experience_7806 .review_voices_0476:nth-child(even) p:first-of-type {
    text-align: right;
    margin-left: 0;
    margin-right: 100px;
}

.client_experience_7806 .review_voices_0476:nth-child(even) .description {
    background: linear-gradient(to left, rgb(192,205,226), transparent);
}

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

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

.education_history_4523::before {
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(155,168,189,0.5) 90deg, transparent 180deg, rgb(119,130,145,0.5) 270deg, transparent 360deg);
    top: 0;
    opacity: 0.2;
    animation: rotateBg 30s linear infinite;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
}

.education_history_4523 .review_voices_0476:hover .pic_stack_6014 {
    transform: translateZ(30px);
}

.education_history_4523 .name {
    font-weight: 700;
    grid-area: name;
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-size: 30px;
    transform: translateZ(10px);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.education_history_4523 .job_table_8546::before {
    content: "";
    width: 100%;
    border-radius: 10px;
    height: 100%;
    top: 0;
    mix-blend-mode: overlay;
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(90deg, rgb(155,168,189,0.5) 0%, transparent 100%);
    left: 0;
}

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

.course_program_description_2381 h2 {
    opacity: 0;
    font-size: 37px;
    margin-bottom: 3rem;
    transform: translateX(-1rem);
    color: #000000;
    font-weight: 700;
    position: relative;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
}

.course_program_description_2381 .pic_stack_6014 {
    transform: translateY(2rem);
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    opacity: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 400px;
}

.course_program_description_2381 .words_container_3601 {
    gap: 2rem;
    transform: translateY(2rem);
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    position: relative;
    display: flex;
    opacity: 0;
    flex-direction: column;
}

.course_program_description_2381 .description:nth-child(1) {
    position: relative;
}

.pricing_plan_7496 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(192,205,226) 0%, rgba(245, 247, 252, 1) 100%);
    padding: 100px 0;
    position: relative;
}

.pricing_plan_7496 .discount_plan_1375 {
    display: flex;
    flex-direction: column-reverse;
}

.pricing_plan_7496 .trial_rates_0432 h2 {
    font-size: 31px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}

.pricing_plan_7496 .learn_fees_5123 {
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}

.pricing_plan_7496 .cost_table_2341 {
    border-radius: 8px;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    display: block;
    position: relative;
}

.pricing_plan_7496 .cost_table_2341:hover .monthly_rate_2738 h3 {
    transform: translateX(5px);
}

.pricing_plan_7496 .trial_offers_1586::before {
    opacity: 0;
    height: 2px;
    transform: translateX(-10px);
    background: rgb(155,168,189);
    top: 50%;
    transition: all 0.3s ease;
    position: absolute;
    width: 10px;
    left: -20px;
    content: "";
}

.pricing_plan_7496 .pic_stack_6014::after {
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(rgb(155,168,189,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
}

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

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

.our_mission_9452::before {
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(28, 35, 45, 0.92) 0%,
        rgba(28, 35, 45, 0.85) 50%, 
        rgba(28, 35, 45, 0.75) 100%);
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
    width: 100%;
}

.our_mission_9452 h2::after {
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
    left: 0;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(119,130,145), rgb(155,168,189));
    width: 0;
    height: 3px;
    position: absolute;
    content: "";
}

.our_mission_9452 .words_container_3601::after {
    content: "";
    right: 0;
    height: 100px;
    background: linear-gradient(135deg, transparent 50%, rgba(var(--primary-color-rgb), 0.1) 50%);
    top: 0;
    position: absolute;
    width: 100px;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.title_section_4672 {
    position: relative;
    background: linear-gradient(135deg, rgb(192,205,226) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 3rem 0;
}

.title_section_4672::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(155,168,189,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(119,130,145,0.5) 0%, transparent 30%);
    z-index: 1;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.15;
    top: 0;
    left: 0;
    position: absolute;
}

.title_section_4672 h1::after {
    transform-origin: left;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(155,168,189), rgb(119,130,145));
    animation: expandWidth 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    position: absolute;
    bottom: -10px;
    height: 3px;
    transform: scaleX(0);
    width: 60px;
    animation-delay: 0.8s;
}

.title_section_4672 svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform-origin: center;
    margin-bottom: 1rem;
    animation: pulse 4s ease-in-out infinite;
    width: 80px;
    height: 80px;
}

.title_section_4672 ul li {
    margin-bottom: 1rem;
}

.title_section_4672 .connect_widget_8149 {
    font-size: 19px;
    background: linear-gradient(135deg, rgb(155,168,189) 0%, rgb(119,130,145) 100%);
    overflow: hidden;
    position: relative;
    font-weight: 600;
    padding: 0.8rem 1.8rem;
    border-radius: 10px;
    display: inline-block;
    color: #ffffff;
    z-index: 1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

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



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

.connect_form_8017 h2 {
    perspective: 1000px;
    color: #000000;
    font-weight: 700;
    transform: translateX(-50%);
    left: 50%;
    font-size: 30px;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.connect_form_8017 .help_query_6940::before {
    z-index: 3;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(155,168,189), rgb(119,130,145));
    content: "";
    top: 0;
    width: 100%;
    left: 0;
}

.connect_form_8017 .pic_stack_6014::before {
    position: absolute;
    content: "";
    background: linear-gradient(210deg, rgba(rgb(155,168,189), 0.5), rgba(rgb(119,130,145), 0.5));
    mix-blend-mode: multiply;
    z-index: 1;
    inset: 0;
}

.connect_form_8017 .inquiry_feedback_0639::before {
    background: 
        radial-gradient(circle, rgba(rgb(155,168,189), 0.03) 0%, transparent 70%);
    z-index: 0;
    right: 0;
    border-radius: 50%;
    height: 500px;
    width: 500px;
    top: 0;
    opacity: 0.5;
    position: absolute;
    content: "";
}

.connect_form_8017 form input[type="text"]:focus {
    background: rgba(#ffffff, 0.9);
    box-shadow: 0 0 0 4px rgba(rgb(155,168,189), 0.1);
    outline: none;
    border-color: rgb(155,168,189);
}

.connect_form_8017 .query_info_3890 {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.connect_form_8017 .query_info_3890 label {
    line-height: 1.5;
    font-size: 13px;
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
    position: relative;
}

.connect_form_8017 .query_info_3890 input[type="checkbox"]:checked + label::after {
    height: 12px;
    top: 4px;
    left: 8px;
    border-width: 0 2px 2px 0;
    content: "";
    position: absolute;
    width: 6px;
    border: solid #ffffff;
    transform: rotate(45deg);
}

.connect_form_8017 .query_info_3890 label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
    background: rgb(119,130,145);
}

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

.connect_form_8017 svg {
    height: 22px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 2px rgba(rgb(155,168,189), 0.3));
    width: 22px;
    fill: none;
    stroke: rgb(155,168,189);
    stroke-width: 2;
}

.program_assets_2769::before {
    position: absolute;
    left: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(rgb(155,168,189,0.5), 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(119,130,145,0.5), 0.07) 0%, transparent 50%);
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 0;
    content: "";
}

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

.program_assets_2769 .skill_mastery_8135:hover {
    transform: translateY(-5px);
}

.program_assets_2769 .skill_mastery_8135:hover .pic_stack_6014 {
    transform: scale(1.05);
}

.program_assets_2769 .words_container_3601 {
    padding: 2.5rem 2rem;
    position: relative;
}

.program_assets_2769 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.program_assets_2769 li:hover {
    transform: translateX(5px);
}

.program_assets_2769 li p {
    align-items: flex-start;
    line-height: 1.6;
    display: flex;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.program_assets_2769 li:hover svg path {
    fill: rgb(119,130,145);
}

header .header_nav_0674 {
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 26px;
    gap: 1rem;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 1rem;
}

header .site_head_0851::before {
    height: 1px;
    position: absolute;
    bottom: 0;
    content: '';
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(155,168,189,0.5), 
        rgb(119,130,145,0.5), 
        rgb(155,168,189,0.5), 
        transparent);
    width: 100%;
}

header .site_core_4637::before {
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(135deg, rgb(155,168,189), rgb(119,130,145));
}

.privacy_area_0948 h1 {
    color: rgb(155,168,189);
    font-weight: 700;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid rgb(155,168,189);
    padding-bottom: 0.5rem;
    font-size: 43px;
}

.privacy_area_0948 li {
    padding-left: 1.2rem;
    font-size: 14px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.privacy_area_0948 span {
    color: #000000;
    font-weight: 400;
}

.privacy_area_0948 div {
    margin-bottom: 1.5rem;
}

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

#cookieNoticePopup_2840 {
    display: none;
}

#cookieNoticePopup_2840:checked ~ .cookie_message_panel_4328 {
    opacity: 0;
    visibility: hidden;
}

.consent_edu_8650 {
    flex-grow: 1;
    margin-right: 20px;
}

.digital_consent_4217 {
    text-decoration: none;
    font-size: 16px;
    margin-left: 10px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

.digital_consent_4217 {
    border: 1px solid rgb(155,168,189);
    background-color: rgb(155,168,189);
    color: #ffffff;
}

footer .info_item {
    position: relative;
    margin-right: 30px;
    margin-bottom: 15px;
}

footer .info_item:last-child {
    margin-right: 0;
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    letter-spacing: 0.3px;
    transition: color 0.2s ease;
    color: #000000;
    font-size: 17px;
}

footer .header_tutor_5419 h5 {
    position: relative;
    margin-bottom: 25px;
    color: #000000;
    font-size: 21px;
    font-weight: 600;
}

footer .head_base_5134 a {
    text-decoration: none;
    display: block;
    color: #000000;
    margin-bottom: 12px;
    transition: transform 0.2s ease, color 0.2s ease;
    font-size: 17px;
}

footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 17px;
    color: #000000;
    margin-bottom: 25px;
}

footer .sub_banners_4153 {
    color: #ffffff;
    border: none;
    font-weight: 600;
    font-size: 17px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    text-align: center;
    background-color: rgb(155,168,189);
    padding: 14px 20px;
}

.data_insights_8215::after {
    right: -5%;
    position: absolute;
    background: linear-gradient(135deg, rgb(119,130,145,0.5) 0%, transparent 85%);
    top: -10%;
    transform: rotate(15deg);
    z-index: 1;
    height: 50%;
    content: "";
    opacity: 0.12;
    width: 30%;
}

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

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

.data_insights_8215 .growth_statistics_8639:nth-child(1) {
    --i: 1;
}

.data_insights_8215 .growth_statistics_8639:nth-child(3) {
    --i: 3;
}

.data_insights_8215 .growth_statistics_8639:nth-child(5) {
    --i: 5;
}

.data_insights_8215 .growth_statistics_8639:nth-child(7) {
    --i: 7;
}

.data_insights_8215 .growth_statistics_8639::before {
    height: 2px;
    right: 0;
    transform-origin: right;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgb(155,168,189,0.5));
    position: absolute;
    top: 0;
    transition: transform 0.4s ease;
    content: "";
    transform: scaleX(0);
}

.data_insights_8215 .growth_statistics_8639 span {
    display: block;
    padding-bottom: 0.8rem;
    font-size: calc(14px * 0.95);
    position: relative;
    color: #000000;
    letter-spacing: 0.02em;
    font-weight: 600;
    transition: color 0.3s ease;
    margin-bottom: 1rem;
}

.data_insights_8215 .growth_statistics_8639 p {
    transition: transform 0.3s ease, color 0.3s ease;
    display: inline-block;
    font-size: calc(23px * 1.2);
    margin: 0;
    color: rgb(119,130,145);
    font-weight: 700;
    position: relative;
}

.thxBox_8903 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(192,205,226) 0%, rgba(245, 245, 245, 0.9) 100%);
    position: relative;
    perspective: 1000px;
    padding: 80px 0;
}

.thxBox_8903 .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 10;
    max-width: 1200px;
    position: relative;
}

.thxBox_8903 h2 {
    text-align: center;
    opacity: 0;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    font-size: 35px;
    margin-bottom: 40px;
    color: #000000;
    transform: translateZ(30px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.thxBox_8903 .skill_mastery_8135::before {
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: -1;
    opacity: 0.1;
    height: 100%;
    background: linear-gradient(45deg, rgb(119,130,145,0.5) 0%, transparent 70%);
    left: 0;
}

.thxBox_8903 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.thxBox_8903 li::before {
    background-color: #ffffff;
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    height: 15px;
    left: -9px;
    transform: translateY(-50%);
    border: 3px solid rgb(119,130,145);
    position: absolute;
    border-radius: 50%;
    animation: pulseDot 3s infinite;
    width: 15px;
    content: "";
    top: 50%;
}


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



@media (max-width: 768px) {.client_experience_7806 {
    padding: 70px 0;
}.client_experience_7806 h2 {
    transform: none;
    margin-bottom: 50px;
}.client_experience_7806 .learning_feedback_4925 {
    gap: 80px;
}.client_experience_7806 .review_voices_0476 {
    padding: 25px 20px;
}.client_experience_7806 .review_voices_0476 img {
    top: -30px;
    width: 60px;
    height: 60px;
}.client_experience_7806 .review_voices_0476 p:first-of-type {
    margin-left: 80px;
    font-size: calc(24px * 0.9);
    margin-top: 30px;
}.client_experience_7806 .review_voices_0476:nth-child(even) p:first-of-type {
    margin-right: 80px;
}.client_experience_7806 .review_voices_0476 .description {
    font-size: calc(14px * 0.95);
    padding: 15px;
}}



@media (min-width: 768px) {.course_program_description_2381 .education_1869 {
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
}.course_program_description_2381 h2 {
    font-size: calc(37px * 1.2);
    max-width: 90%;
    text-align: left;
}.course_program_description_2381 .pic_stack_6014 {
    height: 500px;
}.course_program_description_2381 .description {
    max-height: 500px;
}
}



@media (max-width: 767px) {.course_program_description_2381 {
    padding: 4rem 0;
}.course_program_description_2381 h2 {
    font-size: calc(37px * 0.9);
    text-align: center;
}.course_program_description_2381 h2::before {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    animation: scaleInCenter 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
}}



@media (min-width: 992px) {.pricing_plan_7496 .discount_plan_1375 {
    gap: 50px;
    align-items: center;
    flex-direction: row;
}.pricing_plan_7496 .trial_rates_0432 {
    margin-bottom: 0;
    flex: 0 0 30%;
    text-align: left;
}.pricing_plan_7496 .trial_rates_0432 h2::after {
    left: 0;
    transform: none;
}.pricing_plan_7496 .learn_fees_5123 {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}.pricing_plan_7496 .monthly_rate_2738 {
    padding: 35px;
}
}



@media (min-width: 992px) {.our_mission_9452 {
    padding: 180px 0 150px;
}.our_mission_9452 .container {
    padding: 0 40px;
}.our_mission_9452 h2 {
    margin-bottom: 80px;
    font-size: calc(33px * 1.4);
}.our_mission_9452 .words_container_3601 {
    padding: 60px 80px;
    width: calc(100% - 60px);
    margin-left: 60px;
}.our_mission_9452 .words_container_3601 div div {
    column-count: 2;
    column-gap: 60px;
}
}



@media (max-width: 767px) {.title_section_4672 h1 {
    font-size: calc(30px * 0.9);
}.title_section_4672 .start_page_3768 p {
    font-size: calc(13px * 0.95);
}.title_section_4672 svg {
    height: 70px;
    width: 70px;
}.title_section_4672 .connect_widget_8149 {
    text-align: center;
    width: 100%;
}}



@media (max-width: 1024px) {.connect_form_8017 {
    padding: 80px 0;
}.connect_form_8017 .help_query_6940 {
    margin-top: 50px;
}.connect_form_8017 .pic_stack_6014 {
    min-height: 450px;
}.connect_form_8017 .inquiry_feedback_0639 {
    padding: 50px 40px;
}
}



@media (min-width: 768px) {.program_assets_2769 .skill_mastery_8135 {
    flex-direction: row;
    align-items: stretch;
}.program_assets_2769 .skill_mastery_8135 > div:first-child {
    flex: 0 0 45%;
    overflow: hidden;
}.program_assets_2769 .pic_stack_6014 {
    height: 100%;
}.program_assets_2769 .words_container_3601 {
    padding: 3rem;
    flex: 0 0 55%;
}.program_assets_2769 ul {
    columns: 1;
}
}



@media (min-width: 992px) {.program_assets_2769 {
    padding: 8rem 0;
}.program_assets_2769 h5 {
    font-size: calc(20px * 1.1);
    margin-bottom: 4rem;
}.program_assets_2769 .words_container_3601 {
    padding: 3.5rem;
}.program_assets_2769 ul {
    columns: 2;
    column-gap: 2rem;
}.program_assets_2769 li {
    break-inside: avoid;
}
}



@media (hover: none) {.program_assets_2769 .skill_mastery_8135,
  .program_assets_2769 .skill_mastery_8135:hover {
    transform: translateY(0);
}.program_assets_2769 .pic_stack_6014,
  .program_assets_2769 .skill_mastery_8135:hover .pic_stack_6014 {
    transform: scale(1);
}.program_assets_2769 li:hover {
    transform: translateX(0);
}}



@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .header_nav_0674 {
    gap: 0.6rem;
    padding: 0.6rem;
}header .site_head_0851 svg {
    width: 110px;
}header .header_tutor_5419 {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.4rem;
}header .header_tutor_5419::-webkit-scrollbar {
    height: 2px;
}header .header_tutor_5419::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(155,168,189);
}header .site_core_4637 {
    flex-shrink: 0;
    white-space: nowrap;
}}



@media (max-width: 767px) {footer .zoom_meet_4136 {
    padding: 50px 0 30px;
}footer .learn_chat_1506 {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .exam_prep_6504 {
    margin-top: 30px;
}
}



@media (max-width: 768px) {.data_insights_8215 {
    padding: 3.5rem 1rem;
}.data_insights_8215 h3 {
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.8);
}.data_insights_8215 ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.data_insights_8215 .growth_statistics_8639 {
    padding: 1.25rem;
}.data_insights_8215 .growth_statistics_8639 span {
    font-size: calc(14px * 0.9);
}.data_insights_8215 .growth_statistics_8639 p {
    font-size: calc(23px * 1.1);
}
}



@media (max-width: 576px) {.thxBox_8903 {
    padding: 40px 0;
}.thxBox_8903 h2 {
    line-height: 1.5;
    font-size: calc(35px * 0.7);
    margin-bottom: 20px;
}.thxBox_8903 h2::after {
    bottom: -10px;
    width: 100px;
}.thxBox_8903 .skill_mastery_8135 {
    margin-top: 15px;
    padding: 20px;
    transform: translateZ(5px) rotateX(0.5deg);
}.thxBox_8903 li {
    padding: 12px 10px 12px 20px;
    margin-bottom: 10px;
}.thxBox_8903 li::before {
    left: -7px;
    width: 12px;
    height: 12px;
}.thxBox_8903 span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}



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



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



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



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



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



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



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



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



@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}



@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}



@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}

