﻿header,footer {
    width: 100%;
}

header {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #000000 0%, rgb(178,212,202) 100%);
    width: 100%;
    left: 0;
    z-index: 1000;
    position: fixed;
    border-bottom: 1px solid rgb(178,212,202,0.5);
    top: 0;
    transition: all 0.4s ease;
}

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

.program_results .text_clip {
    max-width: 650px;
    flex: 1;
}

.program_results h4::after {
    position: absolute;
    background: rgb(138,183,171);
    width: 80px;
    transform: scaleX(0);
    animation: scaleIn 0.8s 0.6s forwards ease-out;
    transform-origin: left;
    bottom: -15px;
    content: "";
    height: 4px;
    left: 0;
}

.program_results li:nth-child(3) {
    animation-delay: 1.1s;
}

.program_results li p span:first-child {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(rgb(138,183,171,0.5), 0.1);
    width: 40px;
    padding: 8px;
    flex-shrink: 0;
}

.program_results .pic_img_wrap {
    border-radius: 0 29px 29px 29px;
    object-fit: cover;
    height: auto;
    max-width: 450px;
    flex: 0 0 40%;
    animation: photoReveal 1.2s 0.8s forwards ease-out;
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateZ(0);
    opacity: 0;
    box-shadow: 
        30px 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        -2px -2px 10px rgba(rgb(255, 255, 255, 0.5), 0.8),
        0 0 0 3px rgba(rgb(138,183,171,0.5), 0.15);
}

.our_mission ul {
    padding: 0;
    list-style: none;
    grid-template-columns: 1fr;
    display: grid;
    margin: 0;
    gap: 30px;
}

.our_mission h4 {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: rgb(138,183,171);
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.learn_nav .container {
    position: relative;
    z-index: 2;
}

.learn_nav .get_assist::before {
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    z-index: -1;
    height: 100%;
}

.learn_nav .head_section:hover svg {
    transform: scale(1.05);
}

.learn_nav .study_bottom {
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    font-size: 13px;
}

.learn_nav .first_teach h5 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 18px;
    display: inline-block;
    position: relative;
    color: #ffffff;
}

.learn_nav .header_main:not(:last-child) {
    margin-bottom: 1rem;
}

.learn_nav .header_main a::before {
    background-color: rgb(178,212,202);
    width: 0;
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
    bottom: 0;
}

.learn_nav .subscribe_holder p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 1rem;
    opacity: 0.9;
    line-height: 1.6;
}

.learn_nav .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
}

.learn_nav .updates_header:hover {
    background-color: rgb(178,212,202,0.5);
}

.learn_nav .diploma_cta {
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    margin-top: 0;
    position: relative;
    background-color: rgb(138,183,171);
    text-align: center;
    padding: 6rem 0 2rem;
    z-index: 1;
}

.access_now .study_hub {
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    z-index: 10;
    overflow: hidden;
    border-radius: 26px;
    backdrop-filter: blur(10px);
    padding: 70px 50px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.access_now .support_grid {
    overflow: hidden;
    font-weight: 600;
    border-radius: 26px;
    -webkit-backdrop-filter: blur(5px);
    z-index: 5;
    padding: 16px 42px;
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}

.program_details .program_track:hover .job_skills {
    animation-play-state: paused;
}

.program_details .learn_challenge img {
    transition: transform 0.8s ease;
    object-fit: cover;
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    width: 100%;
    transform: scale(1.05);
    height: 100%;
}

.program_details .learn_professional::before {
    content: '';
    right: 20px;
    border-radius: 0 10px 10px 0;
    bottom: 20px;
    left: 20px;
    position: absolute;
    border-left: none;
    top: 20px;
    border: 1px solid rgb(138,183,171,0.5);
    pointer-events: none;
}

.program_details .learn_professional .support_grid:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.title_board::before {
    position: absolute;
    z-index: 1;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(178,212,202,0.5) 0,
        rgb(178,212,202,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    left: 0;
    opacity: 0.1;
    width: 100%;
    height: 100%;
}

.title_board .page_base img {
    transform: scale(1.1);
    height: 100%;
    filter: contrast(1.05) brightness(0.9);
    object-fit: cover;
    transition: transform 1.2s ease-out, filter 0.7s ease;
    width: 100%;
}

.title_board .text_clip {
    position: relative;
    justify-content: center;
    flex-direction: column;
    padding: 0 2rem 0 3rem;
    display: flex;
    overflow: hidden;
    background: rgb(178,212,202);
}

.title_board .text_clip h3 {
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 24px;
}

.title_board input:nth-of-type(1):checked ~ .learn_hero {
    transform: translateX(0);
}

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

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

.title_board input:nth-of-type(1):checked ~ .learn_top label:nth-child(1),
.title_board input:nth-of-type(2):checked ~ .learn_top label:nth-child(2),
.title_board input:nth-of-type(3):checked ~ .learn_top label:nth-child(3),
.title_board input:nth-of-type(4):checked ~ .learn_top label:nth-child(4),
.title_board input:nth-of-type(5):checked ~ .learn_top label:nth-child(5),
.title_board input:nth-of-type(6):checked ~ .learn_top label:nth-child(6),
.title_board input:nth-of-type(7):checked ~ .learn_top label:nth-child(7),
.title_board input:nth-of-type(8):checked ~ .learn_top label:nth-child(8),
.title_board input:nth-of-type(9):checked ~ .learn_top label:nth-child(9),
.title_board input:nth-of-type(10):checked ~ .learn_top label:nth-child(10) {
    border-color: rgb(138,183,171);
    transform: scale(1.1);
}

.future_members div p {
    line-height: 1.6;
    margin: 0 0 35px 0;
    display: flex;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 85px;
    color: #000000;
    align-items: flex-start;
    font-size: 14px;
}

.future_members div p::before {
    top: 16px;
    width: 10px;
    transition: all 0.3s ease;
    left: 75px;
    background: rgb(178,212,202);
    position: absolute;
    height: 2px;
    opacity: 0;
    content: "";
}

.secure_wrap::after {
    background: radial-gradient(circle, rgb(138,183,171,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    mix-blend-mode: overlay;
    border-radius: 50%;
    right: -150px;
    height: 300px;
    z-index: 0;
    width: 300px;
    top: -150px;
}

.secure_wrap h1:hover {
    transform: translateY(-2px);
}

.secure_wrap h3 {
    margin: 2rem 0 1.25rem;
    font-size: calc(38px * 0.85);
    border-left: 3px solid rgb(138,183,171,0.5);
    font-weight: 600;
    padding-left: 12px;
    color: #000000;
}

.secure_wrap p strong {
    font-weight: 600;
    color: #000000;
    position: relative;
    display: inline-block;
}

.secure_wrap span {
    font-size: calc(12px * 0.95);
    font-style: italic;
    display: block;
    padding-left: 15px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    border-left: 1px solid rgb(138,183,171,0.5);
    color: #000000;
}

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

.operation_process .text_clip::after {
    right: -15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    content: '';
    background: rgb(178,212,202);
    z-index: -1;
    height: 30px;
    position: absolute;
    top: 40px;
    transform: rotate(45deg);
    width: 30px;
}

.operation_process .text_clip p {
    line-height: 1.7;
    position: relative;
    font-size: 12px;
    color: #ffffff;
    transform: translateZ(10px);
}

.operation_process .study_hub::before {
    border-radius: 50%;
    content: '';
    position: absolute;
    height: 150px;
    left: 15%;
    width: 150px;
    animation: float 15s ease-in-out infinite alternate;
    border: 2px solid rgb(178,212,202,0.5);
    opacity: 0.3;
    bottom: -50px;
}

header .first_teach {
    display: flex;
    position: relative;
    gap: 25px;
}

header .top_guide {
    position: relative;
    transition: all 0.4s ease;
    padding: 8px 0;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 14px;
}

header .top_guide:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}

header .nav_pagebar:hover svg {
    transform: scale(1.05);
}

header .nav_pagebar:hover:after {
    width: 100%;
}

.offer_card {
    position: relative;
    isolation: isolate;
    padding: 120px 0;
    overflow: hidden;
}

.offer_card .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
}

.offer_card h2 {
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-size: 37px;
    z-index: 2;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.offer_card .rate_card li {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.offer_card .annual_fee:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}

.offer_card .study_offers::after {
    top: 0;
    z-index: -1;
    position: absolute;
    transform: translate(50%, -50%);
    right: 0;
    background: linear-gradient(225deg, rgb(178,212,202,0.5) 10%, transparent 70%);
    height: 180px;
    transition: all 0.5s ease;
    border-radius: 0 0 0 180px;
    opacity: 0.1;
    width: 180px;
    content: "";
}

.offer_card .fee_options p {
    font-size: 14px;
    color: #000000;
    hyphens: auto;
    margin: 0 0 30px;
    line-height: 1.6;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-break: break-word;
}

.modalCookieSettings {
    position: fixed;
    z-index: 90;
    background: rgb(224,238,233);
    width: 100%;
    bottom: 0;
    border-top: 2px solid rgb(178,212,202);
}

.modalCookieSettings h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.cookies_terms svg, .cookies_terms svg path, .cookies_terms img {
    width: 100px;
    fill: rgb(178,212,202);
    height: 100px;
}


.core-container .modalCookieSettings {
    background: rgb(178,212,202);
    box-shadow: rgb(138,183,171,0.5) 0px 0px 10px 10px;
}

.core-container .safe_cookies h5 {
    font-weight: 700;
}

.core-container .safe_cookies h5, .core-container .safe_cookies p {
    color: #ffffff;
}

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

.contact_panel .inquiry_support {
    background: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    gap: 0;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

.contact_panel #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact_panel input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.contact_panel .inquiry_card input[type="checkbox"] {
    width: 24px;
    border-radius: 10px;
    appearance: none;
    height: 24px;
    margin-top: 2px;
    position: relative;
    flex-shrink: 0;
    border: 2px solid rgb(224,238,233);
    cursor: pointer;
}

.contact_panel .support_grid::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    position: absolute;
    left: -100%;
    height: 100%;
    width: 100%;
    top: 0;
    transition: all 0.6s ease;
}

.help_desk_info::after {
    animation: floatEffect 15s infinite alternate-reverse ease-in-out;
    filter: blur(100px);
    width: 300px;
    left: -80px;
    border-radius: 50%;
    z-index: 0;
    position: absolute;
    bottom: -80px;
    height: 300px;
    background: rgb(138,183,171,0.5);
    content: "";
}

.help_desk_info h3::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(178,212,202) 0%, rgb(138,183,171) 100%);
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    left: 0;
}

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

.help_desk_info .learn_help::before {
    width: 100%;
    top: 0;
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, 
        rgba(var(--primary-color-rgb), 0.1) 0%, 
        rgba(var(--primary-color-rgb), 0) 100%);
    content: "";
    left: -100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}

.thxBlock::after {
    width: 100%;
    position: absolute;
    content: "";
    background: rgb(255, 255, 255, 0.5);
    height: 100%;
    animation: glow 10s infinite alternate;
    filter: blur(100px);
    right: -50%;
    opacity: 0.2;
    transform: rotate(45deg);
    top: -50%;
}

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

.statistical_summary {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,238,233) 0%, rgba(245, 247, 250, 0.92) 100%);
    padding: 5rem 1.5rem;
    position: relative;
}

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

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

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

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

.statistical_summary .edge_statistics::before {
    height: 2px;
    transition: transform 0.4s ease;
    position: absolute;
    width: 40%;
    top: 0;
    right: 0;
    transform-origin: right;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(178,212,202,0.5));
    content: "";
}

.statistical_summary .edge_statistics:hover span {
    color: rgb(178,212,202);
}

.statistical_summary .edge_statistics span::after {
    transition: width 0.3s ease, opacity 0.3s ease;
    bottom: 0;
    position: absolute;
    opacity: 0.7;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    width: 40px;
    background: linear-gradient(90deg, rgb(178,212,202,0.5), rgb(138,183,171,0.5));
    height: 2px;
}

.instructor_profile::before {
    filter: blur(60px);
    content: "";
    opacity: 0.4;
    top: -10%;
    height: 300px;
    right: -5%;
    animation: float 15s ease-in-out infinite alternate;
    width: 300px;
    z-index: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(178,212,202,0.5), rgb(138,183,171,0.5));
}

.instructor_profile .pic_img_wrap {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 120px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border: 3px solid #ffffff;
    width: 120px;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}

.instructor_profile .work_list {
    padding: 20px;
    border-left: 3px solid rgb(178,212,202);
    color: #000000;
    position: relative;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
    line-height: 1.7;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
}



@media (min-width: 768px) {.our_mission {
    padding: 120px 0;
}.our_mission::after {
    width: 60%;
    right: -15%;
    top: -30%;
}.our_mission .text_clip {
    grid-template-columns: 1fr;
    padding-left: 50px;
    display: grid;
    gap: 50px;
}.our_mission h1 {
    padding-left: 50px;
    margin-bottom: 50px;
    font-size: calc(47px * 1.2);
}.our_mission h1::before {
    width: 35px;
}.our_mission h1::after {
    width: 100px;
}.our_mission ul {
    position: relative;
}.our_mission ul::before {
    width: 1px;
    content: "";
    left: -40px;
    background: linear-gradient(to bottom, 
            transparent 0%, 
            rgb(138,183,171,0.5) 50%, 
            transparent 100%);
    position: absolute;
    bottom: 0;
    top: 0;
}.our_mission ul li {
    transition: transform 0.5s ease;
    padding: 40px;
    transform: perspective(1000px) rotateY(-2deg);
}.our_mission ul li:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(10px);
}.our_mission span {
    column-count: 2;
}
}



@media (max-width: 991px) {.access_now {
    padding: 90px 0;
}.access_now .study_hub {
    padding: 50px 30px;
}.access_now .container p {
    font-size: calc(24px * 1.3);
    margin-bottom: 40px;
}
}



@media screen and (min-width: 1440px) {.program_details .study_hub {
    padding-left: 10%;
}.program_details .learn_professional {
    max-width: 650px;
}
}



@media screen and (max-width: 768px) {.program_details .program_track {
    height: 350px;
}.program_details .container {
    padding: 2.5rem 1rem;
}.program_details .learn_professional {
    padding: 2rem;
}.program_details .learn_professional h3 {
    font-size: calc(39px * 0.8);
}

}



@media (max-width: 767px) {.title_board .study_hub {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 80vh;
    grid-template-rows: 1fr auto;
}.title_board .course_begin {
    border-radius: 0;
    height: 50vh;
}.title_board .text_clip {
    padding: 2.5rem 2rem;
}.title_board .text_clip h1 {
    font-size: calc(44px * 0.85);
}.title_board .text_clip h3 {
    font-size: calc(24px * 0.85);
    margin-bottom: 1.2rem;
}.title_board .learn_top {
    border-radius: 0;
}
}



@media (orientation: landscape) and (max-height: 600px) and (min-width: 768px) {.title_board .study_hub {
    height: 85vh;
}.title_board .course_begin {
    height: 85vh;
}}



@media (max-width: 767px) {.future_members {
    padding: 80px 0;
}.future_members .study_hub {
    padding: 0 20px;
}.future_members h4 {
    font-size: calc(47px - 12px);
    margin-bottom: 50px;
    padding-left: 20px;
}.future_members h4::before {
    width: 4px;
}.future_members div p {
    margin-bottom: 25px;
    padding-left: 65px;
}.future_members div::before {
    left: 28px;
}.future_members div p svg {
    left: 16px;
    width: 24px;
    height: 24px;
}.future_members div p::before {
    left: 55px;
    top: 14px;
}.future_members div p::after {
    width: calc(100% - 45px);
    left: 45px;
}
}



@media (max-width: 767px) {.secure_wrap {
    padding: 4rem 1.5rem;
}.secure_wrap h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 1.5rem;
}.secure_wrap h2 {
    margin: 2rem 0 1rem;
    font-size: calc(38px * 0.95);
}.secure_wrap h3, .secure_wrap h4 {
    font-size: calc(38px * 0.65);
    margin: 1.5rem 0 0.75rem;
}.secure_wrap p, .secure_wrap span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.secure_wrap ul {
    margin-left: 0;
}.secure_wrap li {
    margin-bottom: 0.75rem;
    padding-left: 1.25rem;
}}



@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .first_teach {
    gap: 15px;
}header .top_guide {
    font-size: calc(14px - 1px);
}header .nav_pagebar svg {
    height: 35px;
}
}



@media (max-width: 1200px) {.offer_card {
    padding: 100px 0;
}.offer_card .rate_card {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.offer_card h2 {
    font-size: calc(37px - 2px);
}.offer_card .pricing_tiers {
    font-size: 14px;
    margin-bottom: 40px;
}
}



@media (max-width: 576px) {.offer_card {
    padding: 50px 0;
}.offer_card h2 {
    font-size: calc(37px - 6px);
}.offer_card .pricing_tiers {
    margin-bottom: 30px;
    font-size: calc(14px - 1px);
}.offer_card .fee_options {
    padding: 25px 18px;
}.offer_card .value_plan {
    padding: 6px 12px;
    font-size: 18px;
}}



@media (max-width: 576px) {.contact_panel {
    padding: 40px 0;
}.contact_panel .container {
    padding: 0 15px;
}.contact_panel h2::after {
    width: 40px;
}.contact_panel .query_message {
    padding: 25px 20px;
}.contact_panel #contact {
    gap: 20px;
}.contact_panel .support_grid {
    padding: 14px 20px;
    width: 100%;
}.contact_panel .pic_img_wrap {
    min-height: 200px;
}}



@media (prefers-reduced-motion) {.help_desk_info::before,
    .help_desk_info::after {
    animation: none;
}.help_desk_info .help_form {
    transform: none;
    transition: box-shadow 0.3s ease;
}.help_desk_info .help_form:hover {
    transform: none;
}}



@media (max-width: 480px) {.thxBlock {
    padding: 3rem 0;
}.thxBlock .container {
    padding: 0 1.5rem;
}.thxBlock h2 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}.thxBlock .study_hub {
    padding: 1.25rem;
}.thxBlock span {
    line-height: 1.5;
    font-size: 0.9rem;
}}



@media (max-width: 576px) {.statistical_summary {
    padding: 3rem 0.75rem;
}.statistical_summary h3 {
    font-size: calc(37px * 0.75);
    margin-bottom: 2rem;
}.statistical_summary ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.statistical_summary .edge_statistics {
    padding: 1.1rem;
}.statistical_summary .edge_statistics span {
    font-size: calc(17px * 0.85);
    margin-bottom: 0.75rem;
}.statistical_summary .edge_statistics p {
    font-size: 23px;
}}



@keyframes fadeSlideRight {
    from {
        transform: translateX(15px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateY(-10deg) rotateX(5deg) translateZ(0) translateX(40px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateZ(0) translateX(0);
    }
}



@keyframes float-blob2 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-30px, -20px) scale(1.2);
    }
    100% {
        transform: translate(-10px, -40px) scale(0.9);
    }
}



@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}



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



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



@keyframes glow {
  0%, 100% {
    opacity: 0.2;
    filter: blur(100px);
  }
  50% {
    opacity: 0.3;
    filter: blur(120px);
  }
}



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

