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

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

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


.privacy_space6e {
    color: #000000;
    overflow: hidden;
    padding: 5rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, rgb(201,230,234), rgba(245, 248, 255, 0.95));
    font-family: Arial, sans-serif;
    position: relative;
}

.privacy_space6e::after {
    z-index: 1;
    height: 5px;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(155,205,210), rgb(105,175,184), rgb(155,205,210));
}

.privacy_space6e::after {
    background-size: 200% 200%;
    animation: borderPulse 8s linear infinite;
}

.privacy_space6e h2 {
    font-size: 33px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 1rem;
    margin-top: 3rem;
    transform: translateY(-0.25rem);
}

.privacy_space6e h3 {
    font-size: calc(33px * 0.85);
    color: #000000;
    margin-top: 2.5rem;
    padding-left: 0.75rem;
    position: relative;
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.privacy_space6e h4::before {
    height: 70%;
    border-radius: 1px;
    opacity: 0.7;
    left: 0;
    content: "";
    width: 2px;
    position: absolute;
    background: rgb(105,175,184);
    top: 0.3em;
}

.privacy_space6e ul {
    counter-reset: privacy-counter;
    margin: 2rem 0;
    padding-left: 0;
    list-style: none;
}

.privacy_space6e li::before {
    opacity: 0.9;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    top: 0.25rem;
    border-radius: 10px;
    width: 1.25rem;
    height: 1.25rem;
    background: linear-gradient(135deg, rgb(155,205,210), rgb(105,175,184));
    transition: transform 0.3s ease;
    left: 0;
}

.plan_cardtE::before {
    width: 300px;
    background: linear-gradient(135deg, rgb(105,175,184,0.5), rgb(155,205,210,0.5));
    position: absolute;
    top: -50px;
    content: "";
    filter: blur(60px);
    height: 300px;
    right: -50px;
    z-index: 0;
    border-radius: 50%;
}

.plan_cardtE .payment_option9Z h2 {
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: calc(33px * 1.1);
    display: inline-block;
}

.plan_cardtE .group_ratesrB {
    perspective: 1000px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
}

.plan_cardtE .learning_deals1O {
    transition: all 0.4s ease;
    overflow: hidden;
    justify-content: space-between;
    z-index: 1;
    background: #ffffff;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    min-height: 430px;
    flex-direction: column;
    border-radius: 10px;
    position: relative;
}

.plan_cardtE .value_fees9L:hover h3::before {
    width: 100%;
}

.plan_cardtE .discount_tierDb::after {
    position: absolute;
    content: "";
    background: rgb(155,205,210);
    transform: translateY(-50%);
    left: -10px;
    top: 50%;
    border-radius: 3px;
    height: 20px;
    width: 3px;
}

.plan_cardtE .value_fees9L:nth-child(1) .learning_deals1O {
    border-top: 4px solid rgb(155,205,210);
}

.plan_cardtE .value_fees9L:nth-child(3) .learning_deals1O {
    border-top: 4px solid #6c5ce7;
}

.potential_enrollees7y::before {
    height: 100%;
    opacity: 0.05;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(155,205,210,0.5) 0,
        rgb(155,205,210,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
}

.potential_enrollees7y ul li {
    z-index: 1;
    padding: 25px 25px 25px 80px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    max-width: 350px;
    transition: all 0.4s ease;
    color: #000000;
    transform: perspective(1000px) rotateX(5deg);
    min-height: 100px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    position: relative;
    flex: 0 0 calc(33.333% - 20px);
    font-size: 17px;
}

.potential_enrollees7y ul li:hover::before {
    transform: translateZ(-15px);
}

.potential_enrollees7y ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}

.potential_enrollees7y ul li:hover svg path {
    fill: rgb(105,175,184);
}

.potential_enrollees7y ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}

.potential_enrollees7y ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}

.instructor_historyrG {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(201,230,234) 0%, rgb(155,205,210,0.5) 100%);
}

.instructor_historyrG .image_sliderTe {
    border-radius: 23px;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    transition: all 0.5s ease;
    box-shadow: 20px 20px 0 rgb(155,205,210,0.5);
    height: 400px;
    transform: perspective(1000px) rotateY(-15deg);
    width: 350px;
}

.instructor_historyrG .name {
    font-size: 28px;
    margin-bottom: 0.5rem;
    color: rgb(155,205,210);
    transform: skewX(-5deg);
    font-weight: 700;
}

.instructor_historyrG .emp_expZF::before {
    top: 0;
    position: absolute;
    content: "";
    width: 4px;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(155,205,210), rgb(105,175,184));
    height: 100%;
}

.course_summaryCN {
    position: relative;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    background-color: rgb(201,230,234);
}

.course_summaryCN .trainingIv {
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.course_summaryCN .education_mapiW:nth-child(1) {
    animation-delay: 0s;
}

.course_summaryCN .education_mapiW:nth-child(3) {
    animation-delay: -10s;
}

.course_summaryCN .education_mapiW:nth-child(5) {
    animation-delay: -20s;
}

.course_summaryCN .skill_traininglU {
    position: relative;
    margin: 0 auto;
    width: 85%;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-template-rows: repeat(12, 1fr);
    height: 80vh;
}

.course_summaryCN .skill_toolN5::after {
    position: absolute;
    z-index: -1;
    right: -30px;
    width: 70%;
    background: rgb(105,175,184,0.5);
    border-radius: 50%;
    bottom: -30px;
    content: "";
    height: 70%;
    filter: blur(70px);
    opacity: 0.3;
}

.course_summaryCN .skill_toolN5 h3::before {
    content: "";
    left: -15px;
    width: 50px;
    top: -15px;
    border-radius: 10px;
    position: absolute;
    opacity: 0.5;
    height: 50px;
    z-index: -1;
    border: 2px solid rgb(155,205,210,0.5);
}

.course_summaryCN .help_panel9h:hover {
    color: #ffffff;
}

.course_summaryCN .help_panel9h:hover::before {
    left: 0;
}

.course_summaryCN .skill_traininglU::after {
    content: "";
    grid-column: 3 / 9;
    height: 100%;
    border-radius: 14px;
    z-index: 2;
    grid-row: 4 / 10;
    width: 100%;
    border: 1px solid rgb(105,175,184,0.5);
    position: absolute;
}

.course_summaryCN .trainingIv:has(.education_mapiW:nth-child(3):last-child) .education_mapiW:nth-child(2) {
    animation-delay: -8.33s;
}

.course_summaryCN .trainingIv:has(.education_mapiW:nth-child(4):last-child) .education_mapiW:nth-child(2) {
    animation-delay: -6.25s;
}

.gratWrapperOL {
    position: relative;
    padding: 6rem 0;
    isolation: isolate;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(201,230,234) 0%, rgb(105,175,184,0.5) 100%);
}

.gratWrapperOL .container {
    perspective: 1000px;
    transform-style: preserve-3d;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}

.gratWrapperOL h2::after {
    bottom: -15px;
    background: linear-gradient(to right, rgb(155,205,210), rgb(105,175,184));
    position: absolute;
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
    height: 4px;
    animation: expandWidth 1s ease-out 0.8s forwards;
    content: "";
}

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

.gratWrapperOL .skill_traininglU li {
    position: relative;
    opacity: 0;
    padding: 0;
    animation: fadeIn 1s ease-out 0.5s forwards;
}

.contact_panel9e {
    isolation: isolate;
    padding: 80px 0;
    position: relative;
}

.contact_panel9e::before {
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
}

.contact_panel9e .inquiry_reach4H::after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    content: '';
    width: 25px;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
}

.contact_panel9e .inquiry_reach4H div:last-of-type {
    border-bottom: none;
}

.contact_panel9e .inquiry_reach4H div svg {
    width: 22px;
    margin-right: 15px;
    height: 22px;
}

.contact_panel9e .inquiry_reach4H div span {
    font-size: 14px;
    color: #ffffff;
}

.contact_panel9e .query_requestxP {
    background-color: rgb(201,230,234);
    padding: 50px 40px;
}

.contact_panel9e form input[type="text"],
.contact_panel9e form input[type="email"] {
    transition: border-color 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    background: #ffffff;
    font-size: 14px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    margin-bottom: 20px;
}

.contact_panel9e .inquiry_widgetMT input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    position: absolute;
    border-width: 0 2px 2px 0;
    height: 10px;
    left: 5px;
    top: 1px;
    content: "";
    transform: rotate(45deg);
    width: 5px;
}

.contact_panel9e form .help_panel9h:hover {
    background-color: rgb(105,175,184);
    transform: translateY(-3px);
}

.contact_panel9e .inquiry_reach4H div:nth-child(4) {
    animation-delay: 0.6s;
}

.customer_experiencevg {
    position: relative;
    overflow: hidden;
    background: rgb(201,230,234);
    padding: 7rem 0;
}

.customer_experiencevg .container {
    position: relative;
    z-index: 1;
}

.customer_experiencevg h2 {
    display: inline-block;
    margin-bottom: 5rem;
    color: #000000;
    font-weight: 700;
    font-size: 31px;
    position: relative;
    transform: translateX(2rem);
}

.customer_experiencevg .review_feedbackNk {
    gap: 6rem;
    padding-left: 3rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.customer_experiencevg .rating_zone92 {
    transform: translateX(0);
    margin-left: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    max-width: 80%;
    position: relative;
    border-radius: 22px;
    background: #ffffff;
    padding: 2rem 2rem 2rem 3rem;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.customer_experiencevg .rating_zone92:nth-child(odd)::before {
    background: linear-gradient(
        to left,
        rgb(155,205,210),
        rgb(105,175,184)
    );
    left: auto;
    right: -3rem;
}

.customer_experiencevg .rating_zone92:nth-child(odd):hover {
    transform: translateX(3rem) translateY(-10px);
}

.customer_experiencevg .rating_zone92:hover img {
    transform: scale(1.1) rotate(10deg);
}

.customer_experiencevg .rating_zone92 .description {
    position: relative;
    padding-left: 1rem;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    border-left: 3px solid rgb(105,175,184,0.5);
    margin-top: 1rem;
}

header .main_pagewrapZY {
    padding: 1.2rem 2.5rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 5;
}

header .top_mentorel::before {
    border: 2px solid #ffffff;
    top: -5px;
    right: -5px;
    position: absolute;
    left: -5px;
    opacity: 0.1;
    z-index: -1;
    content: '';
    transition: all 0.3s ease;
    bottom: -5px;
    transform: skew(-5deg);
}

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

header .main_tutorXp {
    margin: 0;
    position: relative;
    padding: 0;
    z-index: 2;
    display: flex;
    list-style: none;
}

header .top_pagebarGU a:hover {
    border-color: #ffffff;
    transform: translateY(-3px);
    text-shadow: none;
    color: rgb(155,205,210);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

header .top_pagebarGU a:hover::before {
    opacity: 1;
    transform: scale(1);
}

header .top_pagebarGU:hover::after {
    bottom: -5px;
    opacity: 0.5;
}

header .main_pagewrapZY::before {
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
}

.webinar_ctaVz::before {
    background: linear-gradient(180deg, transparent 0%, rgb(155,205,210,0.5) 100%);
    right: 0;
    content: '';
    height: 250px;
    bottom: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.05;
}

.webinar_ctaVz .info_item {
    padding: 0.5rem;
    transition: transform 0.3s ease-out;
}

.webinar_ctaVz .info_item p,
.webinar_ctaVz .info_item a {
    align-items: center;
    display: flex;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    transition: color 0.3s ease;
    gap: 0.75rem;
    font-weight: 400;
}

.webinar_ctaVz .top_mentorel svg:hover {
    opacity: 0.8;
}

.webinar_ctaVz .main_tutorXp {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}

.webinar_ctaVz .head_primaryYO a {
    padding-left: 0;
    transition: color 0.3s ease, padding-left 0.3s ease;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
}

.webinar_ctaVz .subscribe_holder {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 30px;
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}

.webinar_ctaVz .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(155,205,210,0.5);
    border-color: rgb(155,205,210);
}

.webinar_ctaVz .sub_transitionGk:hover {
    background-color: rgb(105,175,184);
    transform: translateY(-2px);
}

.webinar_ctaVz .sponsor_logoFh {
    border-top: 1px solid rgb(105,175,184,0.5);
    padding-top: 1.5rem;
    text-align: center;
    margin-top: 3rem;
}

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

.company_overview9z::after {
    pointer-events: none;
    position: absolute;
    top: -10%;
    z-index: 0;
    content: "";
    height: 120%;
    width: 50%;
    transform: rotate(-12deg) skewX(-12deg);
    right: -5%;
    opacity: 0.05;
    background: rgb(105,175,184);
}

.company_overview9z .quote_box3s::before {
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    width: 6px;
    background: linear-gradient(to bottom, 
        rgb(155,205,210), 
        rgb(105,175,184) 55%, 
        rgb(155,205,210));
    top: 0;
}

.company_overview9z h1::after {
    background: rgb(155,205,210);
    width: 80px;
    bottom: -12px;
    position: absolute;
    left: 0;
    content: "";
    transition: width 0.3s ease-out;
    height: 3px;
    transform-origin: left center;
}

.company_overview9z span {
    position: relative;
    hyphens: auto;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    display: block;
    columns: 2;
    line-height: 1.8;
    text-align: justify;
    font-family: Arial, sans-serif;
    column-gap: 40px;
}

.data_agreeDs {
    margin-bottom: 20px;
}

.cookie_panel_overlayZ0 h5 {
    margin-bottom: 10px;
    color: rgb(155,205,210);
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}

.cookie_apply5F {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 17px;
    border-radius: 10px;
    padding: 10px 20px;
    transition: background 0.3s ease-in-out;
    margin: 5px;
    width: calc(50% - 10px);
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background: rgb(155,205,210);
}

.title_sectionTS .skill_traininglU {
    display: grid;
    position: relative;
    grid-template-rows: 1fr;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    height: 100%;
}

.title_sectionTS .start_topWK {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    animation: vertical-slide 30s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    height: 100%;
}



.title_sectionTS .start_topWK {
    height: calc(100% * var(--slide-count, 2));
    flex-wrap: wrap;
    --slide-count: 2;
}

.title_sectionTS .start_primaryoh:hover img {
    transform: scale(1.03);
}

.title_sectionTS .start_topWK:hover {
    animation-play-state: paused;
}

.title_sectionTS .quote_box3s h1 {
    font-weight: 700;
    text-shadow: 0 2px 10px #000000;
    text-align: left;
    position: relative;
    opacity: 0;
    color: #ffffff;
    font-size: 41px;
    animation: text-slide-in 0.8s ease-out forwards;
    margin-bottom: 1.5rem;
    max-width: 90%;
    transform: translateX(-30px);
    letter-spacing: 1px;
}

.title_sectionTS .quote_box3s .help_panel9h:hover {
    box-shadow: 0 6px 18px rgb(105,175,184,0.5);
    background-color: rgb(105,175,184);
    transform: translateY(-3px);
}

.title_sectionTS .background-decoration {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.title_sectionTS .background-decoration::before {
    opacity: 0.2;
    width: 300px;
    height: 300px;
    left: -150px;
    content: '';
    animation: blob-move 15s infinite alternate;
    background: rgb(155,205,210,0.5);
    filter: blur(80px);
    border-radius: 50%;
    position: absolute;
    top: -150px;
}

.title_sectionTS:has(.start_primaryoh:nth-child(n+6)) .start_topWK {
    --slide-count: 5;
}

header .top_plank .header_headPq div span {
    color: #ffffff;
}

header .top_plank .header_headPq div {
    display: flex;
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
}


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



@media (max-width: 576px) {.privacy_space6e {
    padding: 2.5rem 1rem;
}.privacy_space6e h1 {
    font-size: calc(42px * 0.7);
}.privacy_space6e h1::after {
    width: 5rem;
}.privacy_space6e h2 {
    padding-left: 0.75rem;
}.privacy_space6e h3 {
    padding-left: 0.5rem;
}.privacy_space6e p, 
    .privacy_space6e span {
    line-height: 1.6;
}.privacy_space6e li {
    padding-left: 1.75rem;
    margin-bottom: 1rem;
}.privacy_space6e li::before,
    .privacy_space6e li::after {
    width: 1rem;
    height: 1rem;
}}



@media (min-width: 1200px) {.plan_cardtE .group_ratesrB {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.plan_cardtE .value_fees9L {
    transform: perspective(1000px) rotateY(0);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.plan_cardtE .value_fees9L:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.plan_cardtE .learning_deals1O {
    backface-visibility: hidden;
    min-height: 520px;
    transform-style: preserve-3d;
}.plan_cardtE .image_sliderTe {
    height: 200px;
}.plan_cardtE .discount_tierDb {
    font-size: calc(22px * 1.6);
}.plan_cardtE .payment_option9Z h2 {
    font-size: calc(33px * 1.3);
}}



@media screen and (max-width: 991px) {.instructor_historyrG .rating_zone92 {
    flex-direction: column;
    transform: rotate(0);
    gap: 3rem;
}.instructor_historyrG .image_sliderTe {
    width: 280px;
    height: 320px;
    margin: 0 auto;
    transform: perspective(1000px) rotateY(0);
}.instructor_historyrG .work_detailsJM {
    transform: translateY(-30px) perspective(1000px) rotateY(0);
}.instructor_historyrG .rating_zone92:hover .image_sliderTe {
    transform: perspective(1000px) rotateY(0);
}.instructor_historyrG .rating_zone92:hover .work_detailsJM {
    transform: translateY(-40px) perspective(1000px) rotateY(0);
}}



@media screen and (max-width: 992px) {.course_summaryCN .skill_traininglU {
    height: auto;
    gap: 2rem;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto 1fr;
}.course_summaryCN .skill_traininglU::before {
    display: none;
}.course_summaryCN .skill_traininglU::after {
    display: none;
}.course_summaryCN .skill_toolN5 {
    grid-row: 2;
    padding: 2.5rem;
    grid-column: 1 / 9;
}.course_summaryCN .container {
    height: auto;
    padding: 5rem 0;
}
}



@media (max-width: 1024px) {.gratWrapperOL {
    padding: 5rem 0;
}.gratWrapperOL h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.gratWrapperOL .skill_traininglU {
    padding: 2rem;
}
}



@media (prefers-reduced-motion) {.gratWrapperOL h2,
    .gratWrapperOL h2::after,
    .gratWrapperOL .skill_traininglU,
    .gratWrapperOL .skill_traininglU::before,
    .gratWrapperOL .skill_traininglU li {
    animation: none;
    transition: none;
}.gratWrapperOL .skill_traininglU:hover {
    transform: none;
}.gratWrapperOL::before {
    animation: none;
}}



@media screen and (max-width: 576px) {.contact_panel9e {
    padding: 50px 0;
}.contact_panel9e .inquiry_reach4H,
    .contact_panel9e .query_requestxP {
    padding: 30px 20px;
}.contact_panel9e .inquiry_reach4H h3 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.8);
}.contact_panel9e form input[type="text"],
    .contact_panel9e form input[type="email"] {
    padding: 12px;
}.contact_panel9e form .help_panel9h {
    padding: 12px;
    width: 100%;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .main_pagewrapZY {
    padding: 0.8rem 1.5rem;
}header .top_mentorel {
    max-width: 140px;
}header .top_mentorel::before, 
    header .top_mentorel::after {
    bottom: -3px;
    right: -3px;
    top: -3px;
    left: -3px;
}header .first_classUC img {
    max-height: 35px;
}header .main_tutorXp {
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
    margin-top: 0.8rem;
}header .main_tutorXp::-webkit-scrollbar {
    height: 3px;
}header .main_tutorXp::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .top_pagebarGU {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .top_pagebarGU a {
    padding: 0 0.8rem;
    font-size: calc(15px - 2px);
    white-space: nowrap;
    height: 32px;
}header .top_pagebarGU::after {
    display: none;
}
}



@media (max-width: 576px) {.webinar_ctaVz {
    padding: 3rem 0 1.5rem;
}.webinar_ctaVz .get_contactcardEy {
    grid-template-columns: 1fr;
}.webinar_ctaVz .input_holder {
    flex-direction: column;
}.webinar_ctaVz .sub_transitionGk {
    width: 100%;
}.webinar_ctaVz .top_mentorel,
    .webinar_ctaVz .main_tutorXp h5,
    .webinar_ctaVz .head_primaryYO,
    .webinar_ctaVz .head_primaryYO a {
    align-items: center;
    text-align: center;
}.webinar_ctaVz .top_mentorel svg {
    margin: 0 auto;
}.webinar_ctaVz .career_helpr9 {
    max-width: 100%;
    text-align: center;
}.webinar_ctaVz .head_primaryYO:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.webinar_ctaVz .get_contactcardEy::after {
    left: 50%;
    transform: translateX(-50%);
}.webinar_ctaVz .head_primaryYO a::before {
    display: none;
}.webinar_ctaVz .head_primaryYO a:hover {
    padding-left: 0;
}}



@media (max-width: 1200px) {.title_sectionTS .quote_box3s {
    padding: 0 8% 0 8%;
}.title_sectionTS .quote_box3s h1 {
    max-width: 95%;
    font-size: calc(41px * 0.9);
}.title_sectionTS .quote_box3s p {
    max-width: 90%;
}
}



@media (max-width: 576px) {.title_sectionTS .skill_quick4M {
    height: 35vh;
}.title_sectionTS .quote_box3s {
    padding: 1.5rem 5%;
}.title_sectionTS .quote_box3s h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 1rem;
}.title_sectionTS .quote_box3s p {
    font-size: calc(12px * 0.9);
    margin-bottom: 1.2rem;
}.title_sectionTS .quote_box3s .help_panel9h {
    padding: 0.7rem 1.8rem;
    font-size: calc(19px * 0.95);
}
}



@media (max-height: 700px) and (min-width: 993px) {.title_sectionTS .quote_box3s h1 {
    margin-bottom: 1rem;
}.title_sectionTS .quote_box3s p {
    margin-bottom: 1.2rem;
    line-height: 1.5;
}}

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



@keyframes slide-fade {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}



@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}



@keyframes button-slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

