﻿.core-container {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

a {
    color: inherit;
    text-decoration: none;
}

.nav_core {
    flex: 1 0 auto;
}

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

.program_results::after {
    top: -10%;
    content: "";
    right: -5%;
    z-index: 0;
    transform: rotate(-15deg);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 300px;
    height: 300px;
    animation: floatShape 15s infinite alternate ease-in-out;
    border: 2px solid rgba(rgb(138,183,171,0.5), 0.1);
    position: absolute;
}

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

.program_results ul {
    list-style: none;
    min-width: 280px;
    padding: 0;
    margin: 0;
    flex: 1;
}

.program_results li:nth-child(2) {
    animation-delay: 0.9s;
}

.program_results li p:hover {
    box-shadow: 0 12px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-5px);
}

.program_results svg {
    height: 24px;
    transition: transform 0.3s ease;
    width: 24px;
}

.program_results svg path {
    fill: rgb(138,183,171);
    transition: fill 0.3s ease;
}

.our_mission {
    overflow: hidden;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
}

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

.our_mission .text_clip {
    position: relative;
    transform: translateX(-20px);
    opacity: 0;
    animation: slideIn 0.8s ease-out forwards;
}

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

.our_mission h4::after {
    content: "";
    background: linear-gradient(90deg, 
        rgb(138,183,171) 0%, 
        transparent 100%);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.learn_nav .workshop_cta {
    flex-direction: column;
    display: flex;
}

.learn_nav .info_item:hover {
    transform: translateX(10px);
}

.learn_nav .info_item p,
.learn_nav .info_item a {
    text-decoration: none;
    display: flex;
    font-size: 18px;
    align-items: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    color: #ffffff;
}

.learn_nav .head_section svg {
    max-width: 150px;
    height: auto;
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
}

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

.learn_nav .header_main a {
    transition: all 0.3s ease;
    font-size: 18px;
    position: relative;
    padding: 0.5rem 0;
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
}

.learn_nav .subscribe_holder h5 {
    margin-bottom: 1rem;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}

.learn_nav .input_holder {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.learn_nav .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.learn_nav .updates_header::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    width: 100%;
    content: '';
    top: 0;
    left: -100%;
    transition: left 0.5s ease;
}

.access_now {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, #000000 0%, rgb(224,238,233) 100%);
}

.access_now .study_hub::after {
    right: -100px;
    background: rgb(138,183,171);
    bottom: -100px;
    animation: float-blob2 20s ease-in-out infinite alternate;
}

.access_now .container p {
    margin-bottom: 50px;
    font-size: 37px;
    z-index: 5;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: 0.5px;
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-weight: 700;
}

.access_now .support_grid:hover::before {
    opacity: 0.8;
}

.access_now::after {
    z-index: 1;
    background-size: 50px 50px;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
    opacity: 0.1;
    animation: twinkle 10s linear infinite;
    left: 0;
    content: '';
}

.program_details .job_skills {
    flex-direction: column;
    width: 100%;
    animation: carousel-vertical 25s ease infinite;
    height: 500%;
    display: flex;
}

.program_details .container {
    position: relative;
    align-items: center;
    display: flex;
    z-index: 5;
    padding: 0;
    width: 100%;
}

.program_details .learn_professional {
    background: linear-gradient(135deg, #ffffff 0%, rgb(224,238,233) 100%);
    max-width: 550px;
    border-left: 5px solid rgb(178,212,202);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    padding: 3.5rem;
    position: relative;
    border-radius: 0 23px 23px 0;
}

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

.title_board .course_begin {
    height: 75vh;
    width: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    border-radius: 0 0 29px 0;
}

.title_board .learn_top {
    bottom: 0;
    border-radius: 0 29px 0 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    display: flex;
    z-index: 10;
    padding: 15px 20px;
}

.title_board .learn_top label:hover::after {
    transform: scale(0.5);
}

.title_board .text_clip::before {
    background: 
        linear-gradient(135deg, rgb(178,212,202,0.5) 0%, transparent 100%),
        radial-gradient(circle at 90% 90%, rgb(138,183,171,0.5) 0%, transparent 50%);
    opacity: 0.15;
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
}

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

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

.title_board input:nth-of-type(1):checked ~ .learn_top label:nth-child(1)::after,
.title_board input:nth-of-type(2):checked ~ .learn_top label:nth-child(2)::after,
.title_board input:nth-of-type(3):checked ~ .learn_top label:nth-child(3)::after,
.title_board input:nth-of-type(4):checked ~ .learn_top label:nth-child(4)::after,
.title_board input:nth-of-type(5):checked ~ .learn_top label:nth-child(5)::after,
.title_board input:nth-of-type(6):checked ~ .learn_top label:nth-child(6)::after,
.title_board input:nth-of-type(7):checked ~ .learn_top label:nth-child(7)::after,
.title_board input:nth-of-type(8):checked ~ .learn_top label:nth-child(8)::after,
.title_board input:nth-of-type(9):checked ~ .learn_top label:nth-child(9)::after,
.title_board input:nth-of-type(10):checked ~ .learn_top label:nth-child(10)::after {
    transform: scale(1);
}

.future_members div p:last-child {
    margin-bottom: 0;
}

.future_members div p svg {
    left: 20px;
    padding: 8px;
    position: absolute;
    top: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 32px;
    width: 32px;
    transition: all 0.3s ease;
    z-index: 2;
    background: #ffffff;
}

.future_members div p:hover::after {
    opacity: 1;
    transform: scale(1);
}

.secure_wrap::before {
    right: 0;
    background: linear-gradient(90deg, rgb(178,212,202) 0%, rgb(138,183,171) 100%);
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    height: 5px;
    content: "";
}

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

.secure_wrap h1:hover::after {
    width: 100%;
}

.secure_wrap h2 {
    font-size: 38px;
    color: #000000;
    font-weight: 600;
    padding-left: 15px;
    border-left: 4px solid rgb(138,183,171);
    margin: 2.5rem 0 1.5rem;
}

.secure_wrap p:hover {
    transform: translateX(5px);
}

.secure_wrap p strong::after {
    height: 1px;
    content: "";
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
    position: absolute;
    background: rgb(138,183,171);
    bottom: -2px;
}

.secure_wrap li:hover::before {
    background: rgb(178,212,202);
    transform: rotate(135deg);
}

.operation_process .study_hub {
    padding: 0 20px;
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}

.operation_process .text_clip:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.operation_process .text_clip h2 {
    font-size: 31px;
    transform: translateZ(20px);
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
    color: #ffffff;
}

.operation_process .text_clip h2::after {
    width: 40px;
    bottom: -15px;
    transition: width 0.4s ease-out;
    content: '';
    left: 0;
    background: rgb(178,212,202);
    height: 4px;
    position: absolute;
}



.operation_process .text_clip p::first-letter {
    color: rgb(178,212,202);
    font-weight: 700;
    font-size: 1.5em;
}

header:before {
    background: linear-gradient(90deg, transparent, rgb(178,212,202,0.5), transparent);
    pointer-events: none;
    top: 0;
    content: '';
    position: absolute;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background-size: 200% 100%;
    left: 0;
    animation: shine 8s infinite linear;
}

header .top_guide:before {
    transition: all 0.3s ease;
    left: 50%;
    height: 4px;
    background: rgb(178,212,202);
    border-radius: 50%;
    content: '';
    transform: translateX(-50%);
    position: absolute;
    width: 4px;
    opacity: 0;
    top: 0;
}

header .top_guide:hover:before {
    opacity: 1;
}

header .nav_pagebar:after {
    transition: width 0.4s ease;
    content: '';
    height: 1px;
    bottom: -8px;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(178,212,202);
    position: absolute;
}

.offer_card .learning_rates {
    align-items: center;
    position: relative;
    flex-direction: column;
    display: flex;
}

.offer_card .pricing_tiers {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    text-align: center;
    letter-spacing: 0.3px;
    opacity: 0.9;
    font-size: calc(14px + 2px);
    line-height: 1.6;
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto 50px;
}

.offer_card .study_offers {
    display: flex;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    flex-direction: column;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    overflow: hidden;
    flex-grow: 1;
    box-sizing: border-box;
}

.offer_card .fee_options::before {
    width: 100%;
    background: linear-gradient(to top, rgba(rgb(178,212,202), 0.03), transparent);
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
    height: 40%;
}

.offer_card .value_plan {
    font-size: calc(18px + 6px);
    margin-top: auto;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    position: relative;
    display: inline-block;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
    color: rgb(178,212,202);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    font-weight: 700;
    align-self: flex-start;
    padding: 10px 20px;
    border-radius: 8px;
}

.core-container .track_cookies {
    border: none;
    margin-left: 30px;
    font-size: 20px;
    background: #ffffff;
    padding: 10px;
    color: rgb(178,212,202);
}

.contact_panel::before {
    position: absolute;
    content: "";
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
    width: 100%;
    top: 0;
    z-index: 0;
    left: 0;
    height: 100%;
}

.contact_panel input[type="text"] {
    border-radius: 10px;
    width: 100%;
    background: #ffffff;
    font-size: 17px;
    color: #000000;
    border: 1px solid rgb(224,238,233);
    padding: 15px 20px;
    transition: all 0.3s ease;
}

.contact_panel .inquiry_card label {
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
}

.contact_panel .inquiry_card a:hover {
    color: rgb(138,183,171);
}

.contact_panel .support_grid {
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    padding: 15px 35px;
    transition: all 0.3s ease;
    background: rgb(178,212,202);
    text-transform: uppercase;
    align-self: flex-start;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    margin-top: 10px;
}

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

.help_desk_info .help_form:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}

.help_desk_info p {
    color: #000000;
    transform: translateZ(10px);
    max-width: 700px;
    margin-bottom: 1.5rem;
    font-size: 15px;
    line-height: 1.7;
}

.help_desk_info .get_connected {
    list-style: none;
    margin: 2rem 0 0;
    flex-direction: column;
    gap: 1rem;
    display: flex;
    padding: 0;
}

.help_desk_info .learn_help:hover::before {
    transform: translateX(100%);
}

.help_desk_info .learn_help:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.thxBlock {
    background: linear-gradient(145deg, rgb(178,212,202,0.5), rgb(138,183,171,0.5) 70%, rgb(255, 255, 255, 0.5));
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    perspective: 1000px;
}

.thxBlock h2 {
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 37px);
    margin-bottom: 2.5rem;
    transform: translateZ(30px);
    color: #000000;
    animation: fadeSlideIn 0.8s ease-out both;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.thxBlock .study_hub:hover {
    transform: translateZ(25px) rotateX(0deg);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.06);
}

.thxBlock li:hover::before {
    transform: scale(1);
    left: -20px;
    width: 8px;
    height: 8px;
    opacity: 1;
}

.statistical_summary::before {
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, rgb(178,212,202,0.5) 0%, transparent 40%);
    opacity: 0.07;
    content: "";
    transform: skewY(-3deg) translateY(-5%);
    position: absolute;
    width: 100%;
    z-index: 1;
}

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

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

.statistical_summary .edge_statistics p {
    font-weight: 700;
    margin: 0;
    font-size: calc(23px * 1.2);
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
    color: rgb(138,183,171);
}

.instructor_profile {
    background: linear-gradient(135deg, rgb(224,238,233) 0%, #f5f7fa 100%);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}

.instructor_profile .feedback_stories {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 40px;
    background: #ffffff;
    display: grid;
    grid-gap: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    grid-template-columns: 1fr;
}

.instructor_profile .name::after {
    left: 0;
    width: 0;
    height: 3px;
    bottom: -4px;
    background: linear-gradient(90deg, rgb(178,212,202), rgb(138,183,171));
    position: absolute;
    transition: width 0.3s ease-in-out;
    content: "";
}



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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 768px) {.program_results {
    padding: 60px 0;
}.program_results .text_clip > div {
    gap: 10px;
    flex-direction: column;
}.program_results h4 {
    font-size: calc(28px - 6px);
}.program_results ul {
    width: 100%;
}.program_results .pic_img_wrap {
    box-shadow: 
            15px 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.15),
            -1px -1px 5px rgba(rgb(255, 255, 255, 0.5), 0.8),
            0 0 0 2px rgba(rgb(138,183,171,0.5), 0.15);
    transform: perspective(1000px) rotateY(0) rotateX(0) translateZ(0);
    max-width: 100%;
}
}



@media (max-width: 1200px) {.learn_nav .get_assist {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.learn_nav .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.learn_nav .subscribe_holder {
    grid-column: 1 / -1;
}
}



@media (max-width: 576px) {.learn_nav .head_section,
    .learn_nav .first_teach,
    .learn_nav .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.learn_nav .diploma_cta {
    padding: 2.5rem 0 1.5rem;
}.learn_nav .info_item {
    padding: 0.5rem 0;
}.learn_nav .info_item p,
    .learn_nav .info_item a {
    justify-content: center;
}}



@media (max-width: 767px) {.access_now {
    padding: 70px 0;
}.access_now .study_hub {
    padding: 40px 25px;
}.access_now .container p {
    font-size: 24px;
    margin-bottom: 30px;
}.access_now .support_grid {
    padding: 14px 34px;
}
}



@media screen and (max-width: 992px) {.program_details {
    min-height: auto;
    flex-direction: column;
}.program_details .program_track {
    width: 100%;
    position: relative;
    height: 400px;
}.program_details .job_skills {
    flex-direction: row;
    height: 100%;
    animation: carousel-horizontal 25s ease infinite;
    width: 500%;
}.program_details .learn_challenge {
    height: 100%;
    width: 20%;
}.program_details .learn_challenge::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.program_details .container {
    padding: 3rem 1rem;
}.program_details .study_hub {
    width: 100%;
    max-width: 800px;
    padding-left: 0;
    margin: 0 auto;
}.program_details .learn_professional {
    border-left: none;
    max-width: 100%;
    border-top: 5px solid rgb(178,212,202);
    border-radius: 23px;
}.program_details .learn_professional::before {
    left: 20px;
    border-top: none;
    bottom: 20px;
    border-radius: 10px;
    right: 20px;
    border: 1px solid rgb(138,183,171,0.5);
    top: 20px;
}
}



@media (max-width: 479px) {.future_members {
    padding: 60px 0;
}.future_members .study_hub {
    padding: 0 10px;
}.future_members h4 {
    font-size: calc(47px - 18px);
    margin-bottom: 40px;
    padding-left: 15px;
}.future_members div p {
    padding-left: 55px;
    margin-bottom: 20px;
    font-size: calc(14px - 1px);
}.future_members div::before {
    left: 23px;
}.future_members div p svg {
    padding: 6px;
    left: 13px;
    width: 20px;
    height: 20px;
}.future_members div p::before {
    left: 45px;
    top: 10px;
}.future_members div p::after {
    width: calc(100% - 40px);
    left: 40px;
}}



@media screen and (max-width: 992px) {.operation_process {
    padding: 100px 0;
}.operation_process .study_hub {
    gap: 30px;
}.operation_process .text_clip {
    padding: 40px 30px;
}.operation_process .study_hub::after,
    .operation_process .study_hub::before {
    height: 120px;
    width: 120px;
}
}



@media screen and (max-width: 480px) {.operation_process {
    padding: 60px 0;
}.operation_process .text_clip {
    padding: 30px 20px;
    border-radius: calc(14px * 0.8);
}.operation_process .text_clip h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.8);
}.operation_process .text_clip p {
    font-size: calc(12px * 0.9);
}}



@media (max-width: 480px) {header .container {
    padding: 10px;
}header .nav_pagebar svg {
    height: 30px;
}}



@media (max-width: 992px) {.offer_card {
    padding: 80px 0;
}.offer_card .rate_card {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.offer_card .fee_options {
    padding: 30px 20px;
}.offer_card .value_plan {
    padding: 8px 16px;
    font-size: calc(18px + 2px);
}
}


@media only screen and (max-width: 1200px) {.modalCookieSettings {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.cookies_terms {
    display: none;
}.data_approve {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.modalCookieSettings h5 {
    text-align: center;
}.modalCookieSettings p {
    text-align: center;
}.safe_cookies {
    margin-bottom: 20px;
}body .core-container .track_cookies {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (hover: none) {.help_desk_info .help_form {
    transform: none;
}.help_desk_info .help_form:hover {
    transform: none;
}
}



@media (min-width: 768px) {.thxBlock {
    padding: 6rem 0;
}.thxBlock .study_hub {
    max-width: 85%;
    padding: 3rem;
    transform: translateZ(20px) rotateX(3deg);
    margin: 0 auto;
}.thxBlock h2 {
    margin-bottom: 3rem;
}.thxBlock li::before {
    left: -10px;
}.thxBlock li:hover::before {
    left: -25px;
}
}



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



@media (min-width: 992px) {.instructor_profile .feedback_stories {
    padding: 60px;
    grid-gap: 40px;
    grid-template-columns: 180px 1fr;
}.instructor_profile .pic_img_wrap {
    width: 180px;
    height: 180px;
}.instructor_profile .name {
    font-size: calc(24px + 2px);
}.instructor_profile .work_list {
    padding: 25px;
    font-size: calc(14px + 1px);
}
}



@media (max-width: 767px) {.instructor_profile {
    padding: 60px 0;
}.instructor_profile .feedback_stories {
    padding: 30px;
    text-align: center;
}.instructor_profile .pic_img_wrap {
    margin: 0 auto 20px;
}.instructor_profile .name::after {
    left: 50%;
    transform: translateX(-50%);
}.instructor_profile .feedback_stories:hover > div:nth-child(2) > div {
    padding-left: 0;
}.instructor_profile .work_list {
    padding: 15px;
    text-align: left;
}
}



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

@keyframes rotate {
    0% {
        transform: rotate(20deg);
    }
    100% {
        transform: rotate(380deg);
    }
}



@keyframes glimmer {
    0% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.03);
    }
    100% {
        opacity: 0.7;
        transform: scale(1);
    }
}



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



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

