﻿.teach_supp_5 {
    flex: 0 0 auto;
}

svg {
    height: 30px;
    width: 30px;
}

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


.course_program_details_x {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(187,193,223) 0%, rgba(245, 245, 245, 0.9) 100%);
}

.course_program_details_x .skill_explorer_f {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
    flex-direction: column;
    transform: translateY(30px);
    gap: 40px;
    display: flex;
}

.course_program_details_x .text_text_K {
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    transform: translateY(20px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    background: #ffffff;
}

.course_program_details_x h3 {
    font-size: 35px;
    transform: translateX(0);
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    color: #000000;
    transition: transform 0.4s ease-out;
}

header::before {
    position: absolute;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    z-index: 0;
    content: '';
    top: 0;
    background-size: 20px 20px;
    width: 100%;
    left: 0;
}

header .header_train_0 {
    gap: 0.4rem;
    border-radius: 10px;
    padding: 0.4rem 0.6rem;
    display: flex;
    align-items: center;
    position: relative;
    background: rgba(255, 255, 255, 0.3);
}

header .main_bar_L:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

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

.prospective_students_M::before {
    opacity: 0.2;
    left: 0;
    content: "";
    width: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(152,164,184,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(117,126,142,0.5) 0%, transparent 40%);
    height: 100%;
}

.prospective_students_M div p::before {
    border-radius: 5px 0 0 5px;
    left: 0;
    opacity: 0.7;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgb(152,164,184), rgb(117,126,142));
    width: 5px;
    height: 100%;
}

.prospective_students_M div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(152,164,184);
}

.prospective_students_M div p:hover svg path {
    fill: rgb(117,126,142);
}

.homepage_A::after {
    content: "";
    background: linear-gradient(225deg, rgb(117,126,142) 0%, transparent 70%);
    right: -5px;
    bottom: -5px;
    height: 40%;
    position: absolute;
    opacity: 0.1;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    width: 40%;
}

.homepage_A .text_text_K {
    padding: 2rem 1rem;
    display: flex;
    opacity: 0;
    position: relative;
    animation: fadeUp 1s ease-out 0.3s forwards;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
    flex: 1;
    transform: translateZ(20px);
}

.homepage_A .learn_first_b::before {
    background: linear-gradient(135deg, transparent 0%, rgba(94, 170, 168, 0.05) 100%);
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
}

.homepage_A .learn_first_b svg path {
    transition: fill 0.4s ease;
    fill: rgb(117,126,142);
}

.homepage_A .learn_first_b:hover svg text {
    fill: rgb(152,164,184);
}

.homepage_A .request_card_S:hover {
    transform: perspective(1000px) rotateX(10deg) translateZ(10px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}

.homepage_A .img_circular_r {
    animation: photoEntrance 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    overflow: hidden;
    box-shadow: 20px 20px 40px rgba(0,0,0,0.2);
    border-radius: 10px;
    height: 350px;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    width: 100%;
    transform: perspective(1000px) rotateY(-5deg);
}

.secure_shell_i h3, .secure_shell_i h4, .secure_shell_i h5, .secure_shell_i h6 {
    margin-top: 15px;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 10px;
    color: #ffffff;
}

.secure_shell_i section {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #ffffff;
}

.sign_up_l::before {
    top: -5%;
    width: 110%;
    z-index: 0;
    animation: subtle-shift 20s infinite linear;
    content: '';
    position: absolute;
    left: -5%;
    height: 110%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
}

.sign_up_l .virtual_study_u:hover h4 {
    padding-left: 20px;
}

.sign_up_l .virtual_study_u:hover h4::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.sign_up_l .input_holder {
    gap: 1rem;
    position: relative;
    flex-direction: column;
    z-index: 5;
    display: flex;
}

.sign_up_l input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease, transform 0.3s ease;
}

.sign_up_l input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    color: rgba(255, 255, 255, 0.4);
}

.sign_up_l .newsletter_wrap_y::before {
    width: 100%;
    left: -100%;
    transition: left 0.6s ease;
    content: '';
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    height: 100%;
    top: 0;
    position: absolute;
}

.mentorship_experience_d .user_reviews_t:hover .img_circular_r {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(152,164,184);
}

.mentorship_experience_d .career_timeline_p {
    padding: 60px 40px 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transform: translateZ(0);
    position: relative;
    border-radius: 21px;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-top: -40px;
}

.mentorship_experience_d .career_timeline_p > div:nth-child(2) {
    color: rgb(117,126,142);
    opacity: 0.8;
    font-size: 13px;
    transform: translateX(0);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all 0.4s ease 0.1s;
    font-weight: 600;
}

.data_exploration_G::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(152,164,184,0.5) 0px,
        rgb(152,164,184,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    content: '';
    opacity: 0.1;
    width: 100%;
    height: 100%;
}

.data_exploration_G .career_statistics_s {
    position: relative;
    padding: 40px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: center;
    transition: all 0.4s ease;
    flex-direction: column;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    align-items: flex-start;
    min-width: 200px;
    display: flex;
    flex: 1;
    background: transparent;
}

.data_exploration_G .career_statistics_s:nth-child(2n) p {
    color: rgb(117,126,142);
}

.data_exploration_G svg path {
    fill: rgba(0, 0, 0, 0.5);
}



.data_exploration_G .container::before {
    left: -100px;
    animation: rotation 40s linear infinite;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    border: 2px dashed rgb(152,164,184,0.5);
    content: '';
    opacity: 0.1;
    height: 200px;
    width: 200px;
    top: -100px;
}



.data_exploration_G .career_statistics_s p::after {
    opacity: 0.3;
    content: '';
    transition: width 0.3s ease;
    width: 40px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: currentColor;
    height: 3px;
}

footer .diploma_cta_w {
    position: relative;
    z-index: 1;
}

footer .info_item {
    padding: 0 25px;
    border-radius: 40px;
    max-width: 300px;
    position: relative;
    backdrop-filter: blur(5px);
    height: 80px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    flex: 1 1 200px;
    transition: all 0.3s ease;
    align-items: center;
    overflow: hidden;
}

footer .head_pagewrap_o svg {
    filter: brightness(0) invert(1);
    width: auto;
    height: 50px;
    margin: 0 auto 20px;
}

footer .header_train_0 h5, footer .subscribe_holder h5 {
    padding-bottom: 10px;
    font-size: 22px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
}

footer .main_page_Q a {
    background-color: rgb(152,164,184,0.5);
    font-size: 14px;
    padding: 8px 15px;
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
    flex: 1 1 calc(50% - 10px);
    border-radius: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: center;
}

footer .newsletter_wrap_y {
    color: rgb(152,164,184);
    font-size: 20px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

footer .cloud_lab_M::before,
footer .cloud_lab_M::after {
    position: absolute;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    top: 50%;
    width: 20px;
    content: "";
}

footer .cloud_lab_M::before {
    left: 0;
}

.cookieNotificationAlert_j p {
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
    font-size: 12px;
}

.cookie_button.cookies_tracking_W:hover {
    background: rgb(117,126,142,0.5);
}

#cookie_info_alert_P {
    display: none;
}

#cookie_info_alert_P:checked ~ .cookieNotificationAlert_j {
    visibility: hidden;
    opacity: 0;
}

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

.pricing_zone_J .trial_offers_P h2 {
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    color: #000000;
}

.pricing_zone_J .cost_levels_a {
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
}

.pricing_zone_J .basic_cost_0:nth-child(3) {
    animation-delay: 0.3s;
}

.pricing_zone_J .basic_cost_0:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}

.pricing_zone_J .learning_pricing_L {
    flex-grow: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.pricing_zone_J .group_rates_a {
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: rgb(152,164,184);
}

.pricing_zone_J .img_circular_r::after {
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    content: "";
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease;
    bottom: 0;
    opacity: 0.7;
}

.course_benefits_w h5 {
    color: #000000;
    letter-spacing: 0.03em;
    position: relative;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    transform: perspective(1000px) translateZ(10px);
}

.course_benefits_w .virtual_study_u:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1),
                -10px -10px 25px rgba(255, 255, 255, 1),
                inset 2px 2px 5px rgba(255, 255, 255, 0.3),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}

.course_benefits_w li {
    background: linear-gradient(145deg, #f5f5f5 0%, #ffffff 100%);
    position: relative;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.06),
                -6px -6px 12px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    padding: 1rem 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
}

.course_benefits_w li:hover svg path {
    fill: rgb(117,126,142);
}

.about_this_L {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
}

.about_this_L .text_text_K {
    position: relative;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 840px;
    transform: translateX(0);
}

.about_this_L h1::after {
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: absolute;
    transform-origin: left;
    left: 0;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(152,164,184) 0%, rgb(117,126,142) 100%);
    content: "";
    width: 80px;
    height: 4px;
}

.about_this_L span::first-letter {
    color: rgb(152,164,184);
    line-height: 1;
    margin-right: 8px;
    font-size: 2.5em;
    font-weight: 700;
    float: left;
}

.launch_now_g::after {
    border-radius: 50%;
    position: absolute;
    top: -150px;
    z-index: -1;
    width: 300px;
    background: radial-gradient(circle, rgb(152,164,184,0.5) 0%, transparent 70%);
    filter: blur(20px);
    right: -100px;
    height: 300px;
    opacity: 0.6;
    content: "";
    animation: float 15s infinite ease-in-out;
}

.launch_now_g .request_card_S {
    text-decoration: none;
    display: inline-flex;
    position: relative;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    outline: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    justify-content: center;
    font-size: 20px;
    min-width: 200px;
    cursor: pointer;
    align-items: center;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    transform: translateZ(0);
    background-color: #ffffff;
    font-weight: 700;
    overflow: hidden;
    border: none;
    padding: 1rem 2rem;
    color: rgb(152,164,184);
}

.appBlock_5 .virtual_study_u {
    display: grid;
    backdrop-filter: blur(8px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 3rem;
    transform-style: preserve-3d;
    gap: 2.5rem;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.2) inset;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.98));
    position: relative;
}

.appBlock_5 .virtual_study_u > div:last-child {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(15px);
}

.appBlock_5 p {
    line-height: 1.7;
    color: #000000;
    transition: opacity 0.4s ease;
    font-size: 13px;
    opacity: 0.9;
    font-weight: 400;
    margin: 0;
}

.user_comments_M::after {
    position: absolute;
    animation: floating 15s infinite ease-in-out;
    right: -5%;
    width: 300px;
    height: 300px;
    background: rgb(152,164,184);
    top: -5%;
    content: "";
    z-index: 0;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    opacity: 0.07;
}

.user_comments_M .user_reviews_t:nth-child(odd) {
    transform: translateY(40px);
}

.user_comments_M .user_reviews_t:nth-child(even) {
    transform: translateY(20px);
}

.user_comments_M .user_reviews_t::before {
    z-index: 0;
    top: -20px;
    color: rgb(117,126,142,0.5);
    content: "";
    position: absolute;
    opacity: 0.15;
    right: 20px;
    line-height: 1;
    font-weight: 700;
    font-family: Georgia, serif;
    font-size: 150px;
}

.user_comments_M .user_reviews_t img {
    margin-right: 15px;
    border: 3px solid #ffffff;
    object-fit: cover;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.user_comments_M a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.contact_panel_2 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

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

.contact_panel_2 .request_help_x {
    padding: 60px 50px;
    justify-content: space-between;
    grid-row: 2;
    flex-wrap: wrap;
    border-radius: 0 0 19px 19px;
    background: #ffffff;
    display: flex;
}

.contact_panel_2 .request_help_x svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.contact_panel_2 .request_help_x span {
    color: #000000;
    font-size: 14px;
}

.contact_panel_2 .connect_request_w::before {
    top: -50px;
    background: rgb(117,126,142);
    content: '';
    border-radius: 50%;
    height: 150px;
    right: -50px;
    position: absolute;
    width: 150px;
    opacity: 0.2;
}

.contact_panel_2 form input[type="text"],
.contact_panel_2 form input[type="email"] {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 14px;
    padding: 18px 20px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.contact_panel_2 .feedback_widget_Y label {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    font-size: 13px;
}

.contact_panel_2 .feedback_widget_Y a:hover {
    opacity: 0.8;
    border-bottom-color: #ffffff;
}


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



@media (min-width: 992px) {.course_program_details_x {
    padding: 150px 0;
}.course_program_details_x .skill_explorer_f {
    gap: 80px;
}.course_program_details_x .img_circular_r {
    height: 520px;
}.course_program_details_x .text_text_K {
    padding: 50px;
}.course_program_details_x h3 {
    font-size: calc(35px * 1.1);
    margin-bottom: 30px;
}
}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .main_top_k {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .nav_pagebar_t svg {
    width: 110px;
}header .header_train_0 {
    padding: 0.3rem;
}header .main_bar_L {
    padding: 0.3rem 0.4rem;
    font-size: calc(14px - 2px);
}}



@media (max-width: 767px) {.prospective_students_M {
    padding: 60px 0;
}.prospective_students_M .virtual_study_u {
    padding: 30px 20px;
}.prospective_students_M h4 {
    margin-bottom: 35px;
    font-size: calc(37px - 4px);
}.prospective_students_M div p {
    padding: 18px;
    flex: 1 1 100%;
}.prospective_students_M div p svg {
    height: 30px;
    min-width: 30px;
    width: 30px;
    padding: 6px;
    margin-right: 15px;
}
}



@media (min-width: 1200px) {.homepage_A::before {
    background: linear-gradient(45deg, rgb(152,164,184,0.5) 0%, transparent 70%);
}.homepage_A h1 {
    font-size: 45px;
}.homepage_A .virtual_study_u {
    padding: 0 6rem;
}.homepage_A .learn_first_b {
    padding: 3.5rem;
}.homepage_A .learn_first_b p {
    font-size: calc(17px * 1.3);
}}



@media (min-width: 768px) {.sign_up_l {
    padding: 5rem 0;
}.sign_up_l .virtual_study_u {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 3.5rem 4rem;
    gap: 3rem;
}.sign_up_l h4 {
    font-size: calc(22px * 1.1);
    margin: 0;
}.sign_up_l .input_holder {
    flex-direction: row;
}.sign_up_l .input_holder span:first-child {
    flex: 1;
}.sign_up_l .newsletter_wrap_y {
    width: auto;
    white-space: nowrap;
}
}



@media (max-width: 767px) {.mentorship_experience_d {
    padding: 60px 20px;
}.mentorship_experience_d .career_timeline_p {
    padding: 60px 25px 35px;
}.mentorship_experience_d .name {
    font-size: calc(29px - 4px);
}.mentorship_experience_d .career_timeline_p > div:nth-child(2) {
    font-size: calc(13px - 1px);
}.mentorship_experience_d .past_jobs_P {
    font-size: calc(13px - 1px);
}}



@media (max-width: 767px) {.data_exploration_G .career_statistics_s p::after {
    transform: translateX(-50%);
    left: 50%;
}}



@media (max-width: 767px) {footer .teach_supp_5 {
    padding: 80px 0 30px;
}footer .teach_supp_5::before {
    background-size: 100% 60px;
    height: 60px;
}footer .help_desk_e {
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .header_train_0, footer .subscribe_holder {
    padding: 25px 20px;
}footer .eng_center_G {
    margin-top: 40px;
}
}



@media (min-width: 992px) {.pricing_zone_J .cost_levels_a {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.pricing_zone_J .basic_cost_0 {
    max-width: 400px;
    margin: 0 auto;
}.pricing_zone_J .trial_offers_P h2 {
    font-size: calc(35px * 0.9);
}.pricing_zone_J .pay_options_m {
    font-size: calc(17px * 0.95);
}}



@media (max-width: 767px) {.course_benefits_w {
    padding: 5rem 0;
}.course_benefits_w h5 {
    margin-bottom: 2.5rem;
    font-size: calc(21px * 0.9);
    padding: 0 1rem;
}.course_benefits_w .virtual_study_u {
    padding: 2rem;
    gap: 2rem;
}.course_benefits_w li {
    padding: 1rem;
}.course_benefits_w li p {
    line-height: 1.5;
    font-size: calc(13px * 0.95);
}
}



@media (max-width: 768px) {.about_this_L {
    padding: 70px 0;
}.about_this_L .container {
    padding: 0 20px;
}.about_this_L h1 {
    margin-bottom: 35px;
    font-size: calc(39px - 10px);
}.about_this_L h4 {
    font-size: calc(29px - 6px);
}.about_this_L span {
    padding: 20px;
    line-height: 1.6;
}.about_this_L span::first-letter {
    font-size: 2em;
}.about_this_L::after {
    width: 80%;
    height: 50%;
}
}



@media (min-width: 1200px) {.launch_now_g {
    padding: 5rem 2rem;
}.launch_now_g h6 {
    max-width: 70%;
}.launch_now_g .request_card_S {
    min-width: 220px;
    padding: 1.125rem 2.25rem;
}
}



@media (min-width: 992px) {.appBlock_5 {
    padding: 8rem 0;
}.appBlock_5 .virtual_study_u {
    padding: 5rem;
    gap: 4rem;
}.appBlock_5 .virtual_study_u > div:first-child {
    transform: translateZ(30px) translateX(-10px);
}.appBlock_5 .virtual_study_u:hover > div:first-child {
    transform: translateZ(40px) translateX(0);
}.appBlock_5 .virtual_study_u > div:last-child {
    transform: translateZ(20px) translateX(10px);
}.appBlock_5 .virtual_study_u:hover > div:last-child {
    transform: translateZ(30px) translateX(0);
}.appBlock_5 a {
    padding: 1rem 0;
}.appBlock_5 p {
    line-height: 1.8;
}.appBlock_5 .container::before {
    background: linear-gradient(90deg, transparent, rgb(152,164,184,0.5), transparent);
    left: 10%;
    content: "";
    bottom: -20px;
    opacity: 0.5;
    height: 1px;
    width: 80%;
    position: absolute;
}
}



@media (max-width: 992px) {.contact_panel_2 {
    padding: 90px 0;
}.contact_panel_2 .connect_request_w,
    .contact_panel_2 .request_help_x {
    padding: 50px 40px;
}
}



@media (max-width: 576px) {.contact_panel_2 {
    padding: 50px 0;
}.contact_panel_2 .connect_request_w,
    .contact_panel_2 .request_help_x {
    padding: 30px 25px;
}.contact_panel_2 .request_help_x h3,
    .contact_panel_2 form h3 {
    font-size: calc(34px * 0.85);
    margin-bottom: 30px;
}.contact_panel_2 form input[type="text"],
    .contact_panel_2 form input[type="email"] {
    padding: 15px;
}
}



@keyframes subtle-shift {
    0% {
        transform: translateX(0) translateY(0);
    }
    25% {
        transform: translateX(5px) translateY(-5px);
    }
    50% {
        transform: translateX(0) translateY(0);
    }
    75% {
        transform: translateX(-5px) translateY(5px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}



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

