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

.learn_nav {
    flex: 0 0 auto;
}

.learn_nav {
    font-family: Arial, sans-serif;
    background-color: rgb(138,183,171);
    color: #ffffff;
    position: relative;
    padding: 0;
}

.program_results::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(138,183,171,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(178,212,202,0.5), 0.04) 0%, transparent 60%);
    height: 100%;
    z-index: 0;
}

.program_results .text_clip > div {
    gap: 20px;
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.program_results .text_clip > div:last-of-type {
    opacity: 0;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
}

.program_results li:nth-child(1) {
    animation-delay: 0.7s;
}

.program_results li p {
    box-shadow: 0 6px 24px -8px rgba(rgba(0, 0, 0, 0.5), 0.08);
    border-left: 3px solid rgb(138,183,171);
    align-items: flex-start;
    display: flex;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    gap: 15px;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 0;
}

.our_mission::after {
    top: -50%;
    width: 80%;
    right: -25%;
    height: 200%;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 2;
    content: "";
    background: linear-gradient(45deg, 
        rgb(178,212,202,0.5) 0%,
        transparent 60%);
    position: absolute;
}

.our_mission h1::before {
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 20px;
    position: absolute;
    content: "";
    background: rgb(138,183,171);
    left: 0;
}

.our_mission ul li:hover {
    transform: translateX(5px);
    border-left: 3px solid rgb(138,183,171);
    transition: all 0.3s ease;
}

.our_mission span {
    text-align: justify;
    line-height: 1.7;
    opacity: 0.9;
    column-gap: 40px;
    color: #ffffff;
    font-size: 18px;
    hyphens: auto;
    column-count: 1;
    display: block;
}

.learn_nav .get_assist {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-template-columns: repeat(4, 1fr);
    padding: 3rem 1.5rem 5rem;
    background-color: rgb(178,212,202);
    z-index: 3;
    margin-bottom: -2rem;
    display: grid;
    position: relative;
}

.learn_nav .text_main_holder {
    display: grid;
    position: relative;
    z-index: 2;
    gap: 0;
    grid-template-columns: 1fr 1.5fr 1fr;
}

.learn_nav .first_teach {
    flex-direction: column;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    gap: 2rem;
    background-color: #000000;
    z-index: 2;
    display: flex;
    position: relative;
    padding: 5rem 2rem 3rem;
}

.learn_nav .header_main {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1rem;
}

.learn_nav .header_main a:hover::before {
    width: 30px;
}

.learn_nav .subscribe_holder {
    background-color: rgb(138,183,171);
    padding: 4rem 2rem 3rem;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    position: relative;
    z-index: 3;
}

.learn_nav .input_holder input[type="email"] {
    font-size: 18px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
}

.learn_nav .updates_header:hover::before {
    left: 100%;
}

.learn_nav .diploma_cta::before {
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    content: '';
}

.access_now .study_hub::before,
.access_now .study_hub::after {
    border-radius: 50%;
    width: 300px;
    filter: blur(60px);
    content: '';
    z-index: -1;
    height: 300px;
    opacity: 0.5;
    position: absolute;
}

.access_now .study_hub::before {
    left: -100px;
    top: -100px;
    animation: float-blob1 15s ease-in-out infinite alternate;
    background: rgb(178,212,202);
}

.access_now .support_grid::before {
    position: absolute;
    width: 100%;
    z-index: -1;
    content: '';
    opacity: 0;
    left: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(178,212,202), rgb(138,183,171));
}

.program_details::before {
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(224,238,233) 90%);
    z-index: 2;
    pointer-events: none;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
}

.program_details .learn_challenge::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    top: 0;
    z-index: 2;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
}

.program_details .learn_professional h3 {
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 39px;
    color: rgb(178,212,202);
    position: relative;
}

.program_details .learn_professional p {
    line-height: 1.8;
    margin-bottom: 2.5rem;
    font-size: 17px;
    color: #000000;
}

.program_details .learn_professional .support_grid:hover::before {
    opacity: 1;
}

.title_board {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #000000;
}

.title_board .study_hub {
    grid-template-columns: 2fr 1fr;
    width: 100%;
    z-index: 2;
    position: relative;
    height: 75vh;
    display: grid;
}

.title_board .learn_hero {
    display: flex;
    width: 500%;
    transition: transform 0.7s cubic-bezier(0.5, 0, 0.2, 1);
    height: 100%;
}

.title_board .learn_top label::after {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    background: rgb(138,183,171);
    position: absolute;
    inset: 2px;
    transform: scale(0);
    border-radius: 50%;
}

.title_board .text_clip .container {
    position: relative;
    max-width: 100%;
    z-index: 1;
}

.title_board .text_clip h1::after {
    background: rgb(138,183,171);
    bottom: -8px;
    left: 0;
    width: 40%;
    position: absolute;
    height: 3px;
    content: "";
}

.title_board input:nth-of-type(2):checked ~ .learn_hero {
    transform: translateX(-20%);
}

.title_board input:nth-of-type(6):checked ~ .learn_hero {
    transform: translateX(-100%);
}

.title_board input:nth-of-type(10):checked ~ .learn_hero {
    transform: translateX(-180%);
}

.future_members {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(224,238,233) 0%, rgb(178,212,202,0.5) 100%);
    position: relative;
}

.future_members::after {
    bottom: 0;
    content: "";
    left: 0;
    background: 
        linear-gradient(
            to top,
            rgb(224,238,233) 0%,
            transparent 100%
        );
    position: absolute;
    height: 200px;
    width: 100%;
    z-index: 0;
}

.future_members .study_hub {
    padding: 0 50px;
    overflow: visible;
    position: relative;
}

.future_members h4 {
    margin-bottom: 80px;
    line-height: 1.2;
    max-width: 700px;
    font-weight: 700;
    padding-left: 25px;
    position: relative;
    font-size: 47px;
    color: #000000;
}

.future_members div {
    position: relative;
    flex-direction: column;
    display: flex;
}

.future_members div p:hover {
    transform: translateX(10px);
}

.future_members div p:hover svg {
    transform: scale(1.2);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.future_members div p svg path {
    fill: rgb(178,212,202);
    transition: fill 0.3s ease;
}

.future_members div p::after {
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    opacity: 0;
    top: -10px;
    left: 60px;
    background: #ffffff;
    height: calc(100% + 20px);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: calc(100% - 60px);
    z-index: -1;
    transform: scale(0.95);
}

.secure_wrap h1::after {
    position: absolute;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    bottom: -10px;
    background: rgb(138,183,171);
    width: 60%;
    left: 0;
    height: 3px;
    transform-origin: left;
}

.secure_wrap p {
    margin-bottom: 1.5rem;
    max-width: 90ch;
    transition: transform 0.3s ease;
    position: relative;
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
}

.secure_wrap ul {
    list-style-type: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem 1rem;
}

.secure_wrap li::before {
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: absolute;
    width: 8px;
    transform: rotate(45deg);
    background: rgb(138,183,171);
    height: 8px;
    top: 0.75rem;
    border-radius: 2px;
    content: "";
    left: 0;
}

.operation_process .text_clip::before {
    background-size: 20px 20px;
    background: linear-gradient(45deg, transparent 49%, rgb(178,212,202) 49%, rgb(178,212,202) 51%, transparent 51%);
    top: 0;
    height: 100%;
    z-index: -1;
    content: '';
    opacity: 0.1;
    position: absolute;
    left: 0;
    width: 100%;
}

.operation_process .text_clip::before {
    animation: glimmer 8s infinite ease-in-out;
}

.operation_process .text_clip:hover h2::after {
    width: 100%;
}

.operation_process .study_hub::after {
    transform: rotate(20deg);
    height: 200px;
    opacity: 0.3;
    content: '';
    border-radius: 14px;
    top: -30px;
    width: 200px;
    position: absolute;
    animation: rotate 40s linear infinite;
    border: 2px solid rgb(138,183,171,0.5);
    right: 10%;
}

header .nav_lead {
    width: 100%;
}

header .nav_train {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

header .first_teach:hover:before {
    transform: scaleX(1);
}

header .top_guide:after {
    bottom: 0;
    position: absolute;
    content: '';
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    left: 0;
    height: 2px;
    transform: scaleX(0);
    background: rgb(178,212,202);
    width: 100%;
    transform-origin: right;
}

header .nav_pagebar {
    position: relative;
    display: flex;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
}

.offer_card::before {
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(178,212,202,0.5), rgba(0, 0, 0, 0.5) 70%);
    z-index: -1;
}

.offer_card h2::after {
    transform: translateY(2px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    height: 4px;
    border-radius: 2px;
    margin: 16px auto 0;
    content: "";
    width: 80px;
    display: block;
    background: rgb(178,212,202);
}

.offer_card .rate_card li:hover {
    transform: translateY(-8px);
}

.offer_card .study_offers::before {
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    background: linear-gradient(145deg, rgba(rgb(178,212,202), 0.03), rgba(rgb(138,183,171), 0.05));
    left: 0;
    width: 100%;
}

.offer_card .annual_fee:hover .study_offers::after {
    opacity: 0.2;
    transform: translate(40%, -40%) scale(1.1);
}

.offer_card .fee_options h4 {
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-size: calc(18px + 2px);
    margin: 0 0 20px;
    color: #000000;
}

.offer_card .annual_fee:hover .value_plan {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    transform: scale(1.05);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

.modalCookieSettings p {
    font-size: 18px;
}

.cookies_terms {
    margin-right: 10px;
    flex-shrink: 0;
}

.modalCookieSettings p a {
    text-decoration: none;
    color: rgb(178,212,202);
}

.core-container .data_approve {
    justify-content: space-between;
    padding: 40px 0;
}

.core-container .safe_cookies {
    text-align: left;
    color: #ffffff;
}

.core-container .modalCookieSettings p a {
    color: rgb(138,183,171);
    text-decoration: underline;
}

.contact_panel h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    color: rgb(138,183,171);
    font-size: 36px;
    margin-bottom: 40px;
}

.contact_panel .pic_img_wrap {
    height: 100%;
    grid-column: 2;
    border-bottom-right-radius: 10px;
    min-height: 500px;
    border-top-right-radius: 10px;
    transition: transform 0.6s ease;
    grid-row: 1;
}

.contact_panel input[type="text"]:focus {
    outline: none;
    border-color: rgb(178,212,202);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.contact_panel .inquiry_card input[type="checkbox"]:checked {
    background: rgb(178,212,202);
    border-color: rgb(178,212,202);
}

.contact_panel .inquiry_card a {
    color: rgb(178,212,202);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact_panel .support_grid:hover {
    transform: translateY(-3px);
    background: rgb(138,183,171);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact_panel svg path {
    fill: rgb(178,212,202);
}

.help_desk_info::before {
    height: 200px;
    animation: floatEffect 12s infinite alternate ease-in-out;
    border-radius: 50%;
    content: "";
    z-index: 0;
    top: -50px;
    position: absolute;
    filter: blur(80px);
    right: -50px;
    width: 200px;
    background: rgb(178,212,202,0.5);
}

.help_desk_info h3 {
    font-size: 34px;
    position: relative;
    font-weight: 700;
    color: rgb(178,212,202);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    transform: translateZ(20px);
}

.help_desk_info h5 {
    align-items: center;
    display: flex;
    font-weight: 600;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: 23px;
    transform: translateZ(15px);
}

.help_desk_info .learn_help:hover {
    transform: translateY(-2px) translateZ(5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.help_desk_info .learn_help:hover svg path {
    fill: rgb(138,183,171);
}

.thxBlock::before {
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.6;
    animation: pulse 15s infinite alternate;
    content: "";
    height: 100%;
    z-index: -1;
    background: 
    radial-gradient(circle at 20% 30%, rgb(178,212,202,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(138,183,171,0.5) 0%, transparent 40%);
}

.thxBlock .study_hub::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    opacity: 0.05;
    content: "";
    background: linear-gradient(135deg, rgb(178,212,202,0.5) 0%, transparent 100%);
    height: 100%;
    top: 0;
    left: 0;
}

.thxBlock li {
    padding-left: 0;
    margin-bottom: 0.5rem;
    animation: fadeSlideInDelayed 1.2s ease-out both;
    position: relative;
}

.thxBlock span {
    display: block;
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 14px);
    line-height: 1.6;
    color: #000000;
    position: relative;
    letter-spacing: 0.01em;
}

.statistical_summary h3::after {
    width: 80px;
    transform: translateX(-50%) scaleX(0);
    height: 3px;
    transform-origin: center;
    content: "";
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, rgb(178,212,202), rgb(138,183,171));
    animation: scaleIn 0.6s forwards 0.8s;
    left: 50%;
}

.statistical_summary .edge_statistics:nth-child(2) {
    --i: 2;
}

.statistical_summary .edge_statistics:nth-child(5) {
    --i: 5;
}

.statistical_summary .edge_statistics:hover {
    border-left: 3px solid rgb(138,183,171);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.15);
}

.statistical_summary .edge_statistics:hover::after {
    transform: scaleX(1);
}

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

.statistical_summary .edge_statistics p::before {
    font-size: 0.6em;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(5px);
    right: -12px;
    top: 0;
    content: "+";
    opacity: 0;
    position: absolute;
    color: rgb(178,212,202);
}

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

.instructor_profile .feedback_stories:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.instructor_profile .feedback_stories > div:first-child {
    position: relative;
    margin-bottom: 10px;
}

.instructor_profile .name {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
    position: relative;
    color: rgb(178,212,202);
}

.instructor_profile .feedback_stories:hover > div:nth-child(2) > div {
    padding-left: 10px;
}

.instructor_profile .work_list::before {
    font-size: 60px;
    left: 10px;
    opacity: 0.3;
    position: absolute;
    line-height: 1;
    font-family: serif;
    top: -15px;
    color: rgb(178,212,202,0.5);
    content: "";
}



@media (max-width: 576px) {.program_results {
    padding: 50px 0;
}.program_results h4 {
    font-size: calc(28px - 8px);
}.program_results li p {
    padding: 12px 15px;
}.program_results li p span:first-child {
    height: 32px;
    width: 32px;
}.program_results svg {
    width: 20px;
    height: 20px;
}.program_results li p span:last-child {
    font-size: calc(15px - 2px);
}}



@media (max-width: 767px) {.our_mission {
    padding: 60px 0;
}.our_mission h1 {
    font-size: calc(47px * 0.9);
    margin-bottom: 20px;
}.our_mission ul li {
    padding: 20px;
}.our_mission span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}}



@media (max-width: 991px) {.learn_nav .text_main_holder {
    grid-template-columns: 1fr;
}.learn_nav .head_section,
    .learn_nav .first_teach,
    .learn_nav .subscribe_holder {
    clip-path: none;
}.learn_nav .first_teach {
    padding: 3rem 2rem;
}.learn_nav .head_section {
    padding: 3rem 2rem;
    align-items: center;
    text-align: center;
}.learn_nav .subscribe_holder {
    padding: 3rem 2rem;
}.learn_nav .diploma_cta {
    padding: 3rem 0 2rem;
    clip-path: none;
}
}



@media (max-width: 480px) {.access_now {
    padding: 50px 0;
}.access_now .study_hub {
    padding: 30px 20px;
}.access_now .container p {
    margin-bottom: 25px;
    font-size: calc(14px * 1.2);
}.access_now .support_grid {
    padding: 12px 28px;
    font-size: calc(14px * 0.9);
}.access_now .study_hub::before,
    .access_now .study_hub::after {
    height: 200px;
    width: 200px;
}}



@media (max-width: 1199px) {.title_board .text_clip {
    padding: 0 1.5rem 0 2.5rem;
}
}



@media (max-width: 991px) {.title_board .study_hub {
    grid-template-columns: 1.5fr 1fr;
}.title_board .text_clip {
    padding: 0 1.2rem 0 2rem;
}.title_board .text_clip h1 {
    font-size: calc(44px * 0.9);
}.title_board .text_clip h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 1.5rem;
}.title_board .text_clip p {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 575px) {.title_board .course_begin {
    height: 45vh;
}.title_board .text_clip {
    padding: 2rem 1.5rem;
}.title_board .text_clip h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 1.2rem;
}.title_board .text_clip h3 {
    font-size: calc(22px * 1.1);
    margin-bottom: 1rem;
}.title_board .text_clip p {
    font-size: calc(12px * 0.9);
    margin-bottom: 0.8rem;
    line-height: 1.5;
}.title_board .learn_top {
    padding: 12px 15px;
}.title_board .learn_top label {
    height: 10px;
    width: 10px;
    margin: 0 5px;
}
}



@media (min-width: 768px) {.secure_wrap {
    padding: 7rem 3rem;
}.secure_wrap .container {
    padding: 0 2rem;
}.secure_wrap h1 {
    margin-bottom: 3rem;
    font-size: calc(41px * 1.2);
}.secure_wrap h2 {
    margin: 3.5rem 0 2rem;
    font-size: calc(38px * 1.1);
    padding-left: 20px;
}.secure_wrap h3 {
    padding-left: 16px;
    font-size: calc(38px * 0.9);
}.secure_wrap h4 {
    font-size: calc(38px * 0.75);
    padding-left: 12px;
}.secure_wrap p {
    font-size: calc(12px * 1.05);
    line-height: 1.9;
}.secure_wrap span {
    padding-left: 20px;
    font-size: 12px;
}.secure_wrap ul {
    margin-left: 2rem;
}.secure_wrap li {
    margin-bottom: 1.25rem;
    padding-left: 1.75rem;
}.secure_wrap li::before {
    height: 10px;
    width: 10px;
}
}



@media screen and (max-width: 768px) {.operation_process {
    padding: 80px 0;
}.operation_process .study_hub {
    grid-template-columns: 1fr;
}.operation_process .text_clip {
    transform: none;
    border-radius: 14px;
    border-left: none;
    border-top: 4px solid rgb(178,212,202);
}.operation_process .text_clip::after {
    display: none;
}.operation_process .text_clip h2 {
    transform: none;
    font-size: calc(31px * 0.9);
}.operation_process .text_clip p {
    transform: none;
}.operation_process .study_hub::after,
    .operation_process .study_hub::before {
    display: none;
}
}



@media (max-width: 768px) {.offer_card {
    padding: 60px 0;
}.offer_card .rate_card {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
}.offer_card h2 {
    font-size: calc(37px - 4px);
}.offer_card .fee_options h4 {
    font-size: 18px;
}.offer_card .fee_options p {
    font-size: calc(14px - 1px);
}
}



@media (max-width: 992px) {.contact_panel .inquiry_support {
    grid-template-columns: 1fr;
}.contact_panel .pic_img_wrap {
    grid-column: 1;
    border-top-left-radius: 10px;
    min-height: 300px;
    border-radius: 0;
    grid-row: 1;
    border-top-right-radius: 10px;
}.contact_panel .query_message {
    grid-row: 2;
    padding: 40px 30px;
    grid-column: 1;
}
}



@media (max-width: 767px) {.help_desk_info {
    padding: 3rem 0;
}.help_desk_info .help_form {
    padding: 2rem;
    transform: none;
}.help_desk_info h3 {
    font-size: calc(34px * 0.85);
}.help_desk_info p {
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 767px) {.thxBlock {
    padding: 4rem 0;
}.thxBlock .study_hub {
    transform: translateZ(10px) rotateX(1deg);
    padding: 1.5rem;
}.thxBlock h2 {
    transform: translateZ(15px);
    font-size: clamp(1.2rem, 5vw, 1.8rem);
    margin-bottom: 2rem;
}.thxBlock .study_hub:hover {
    transform: translateZ(15px) rotateX(0deg);
}.thxBlock span {
    font-size: 0.95rem;
}
}



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



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



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



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



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



@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(30px, -20px);
    }
    100% {
        transform: translate(-20px, 30px);
    }
}



@keyframes pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.05);
  }
}



@keyframes scaleIn {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

