﻿html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}

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

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

.contact_us_p::before {
    z-index: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(147,161,148), 0.05) 49%, rgba(rgb(147,161,148), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(104,111,103), 0.05) 49%, rgba(rgb(104,111,103), 0.05) 51%, transparent 52%);
    width: 100%;
    height: 100%;
    background-size: 40px 40px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.contact_us_p input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left-color: rgb(104,111,103);
}

.contact_us_p .feedback_card_m input[type="checkbox"] {
    appearance: none;
    border: 2px solid rgb(195,200,173);
    width: 22px;
    cursor: pointer;
    margin-top: 3px;
    height: 22px;
    background: rgb(195,200,173);
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease;
}

.contact_us_p .feedback_card_m a:hover::after {
    height: 2px;
    background: rgb(104,111,103);
}

.contact_us_p .feedback_message_c:hover {
    background: rgb(104,111,103);
}

.contact_us_p .feedback_message_c:hover::after {
    height: 300%;
    width: 300%;
}

.contact_us_p svg path {
    fill: rgb(147,161,148);
    transition: all 0.3s ease;
}

.contact_us_p svg:hover path {
    fill: rgb(104,111,103);
}

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

.privacy_cordon_T h1 {
    animation: fadeup 0.5s ease-out 0.2s forwards;
    position: relative;
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 2.5rem;
    transform: translateY(10px);
    opacity: 0;
    letter-spacing: -0.5px;
}

.privacy_cordon_T h3 {
    margin: 2rem 0 1rem;
    opacity: 0;
    color: #000000;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    transform: translateY(10px);
    font-size: calc(37px * 0.85);
    font-weight: 600;
}

.privacy_cordon_T p strong::after {
    bottom: -2px;
    position: absolute;
    opacity: 0.5;
    height: 1px;
    width: 100%;
    content: "";
    left: 0;
    background: rgb(147,161,148);
}

.privacy_cordon_T ul::before {
    background: linear-gradient(to right, rgba(rgb(147,161,148,0.5), 0.05), transparent);
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    z-index: -1;
}

.welcome_page_4 {
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(195,200,173) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    position: relative;
    overflow: hidden;
}

.welcome_page_4 .study_tools_y > div:first-child {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform: translateY(-1rem);
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
}

.welcome_page_4 .achieve_goals_c h3 {
    line-height: 1.4;
    font-weight: 400;
    font-size: calc(18px * 1.1);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
    transform: translateX(1rem);
    position: relative;
    transition: all 0.4s ease;
    color: #ffffff;
    z-index: 2;
    max-width: 90%;
    opacity: 0.9;
}

.welcome_page_4 .achieve_goals_c:hover .title_style_header::before {
    transform: scaleY(1);
}

.cookie_warning_message_P {
    z-index: 90;
    background: rgb(104,111,103);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    animation: slideUp 0.5s forwards;
    transform: translateY(100%);
    padding: 20px 0;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    font-family: Arial, sans-serif;
    position: fixed;
    border-top: 3px solid rgb(104,111,103);
}

.cookie_warning_message_P p a:hover {
    color: rgb(104,111,103);
}


header .top_plank {
    background: rgb(147,161,148);
    color:  #ffffff;
}

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

header .top_plank .peak_knowledge_n div img, header .top_plank .peak_knowledge_n div svg {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}

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

.our_mission_K h3 {
    position: relative;
    transform: translateX(-100px);
    font-size: calc(42px * 1.2);
    margin-bottom: 0;
    opacity: 0;
    animation: slideIn 0.6s ease forwards;
    color: #ffffff;
    font-weight: 700;
}

.our_mission_K .study_learn_B .image_7 {
    height: 100%;
    min-height: 300px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
    border-radius: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: transform 0.4s ease;
}

.our_mission_K .fast_learning_B .skill_mastery_B {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    overflow: hidden;
    transform: scale(1);
    border-radius: 0;
    grid-row: 1 / 2;
    width: 100%;
    height: 100%;
    transition: transform 0.4s ease;
    position: relative;
    grid-column: 1 / 2;
    min-height: 300px;
}

.our_mission_K .container::before {
    animation: rotate 30s linear infinite;
    height: 200px;
    position: absolute;
    border-radius: 50%;
    width: 200px;
    border: 1px solid rgb(147,161,148,0.5);
    left: -100px;
    content: "";
    top: -100px;
    z-index: -1;
}

.price_row_o .price_sheet_i {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.price_row_o .study_fees_P {
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    max-width: 800px;
}

.price_row_o .access_plans_n li {
    perspective: 1000px;
}

.price_row_o .cert_fees_J::before {
    content: "";
    width: 100%;
    transition: transform 0.4s ease;
    top: 0;
    position: absolute;
    height: 5px;
    transform: scaleX(0.5);
    background: linear-gradient(90deg, rgb(147,161,148), rgb(104,111,103));
    left: 0;
    transform-origin: left;
}

.price_row_o .rate_options_m p {
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    white-space: normal;
    word-wrap: break-word;
    margin: 0 0 25px;
    line-height: 1.6;
    font-size: 14px;
    flex-grow: 1;
}

.thanksSpace_d::before {
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgb(147,161,148,0.5) 0%, transparent 60%);
    width: 100%;
    content: "";
    z-index: 1;
    height: 100%;
    transform-origin: center;
    position: absolute;
    left: 0;
    animation: pulse 15s ease-in-out infinite alternate;
}

.thanksSpace_d .quick_studies_3:hover {
    transform: translateZ(30px) scale(1.02);
}

.thanksSpace_d h5 {
    color: #000000;
    font-weight: 700;
    font-size: calc(19px * 1.2);
    transition: transform 0.4s ease-out;
    line-height: 1.4;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
    transform: translateX(0);
    margin: 0;
}

.thanksSpace_d a {
    display: block;
    transition: transform 0.4s ease-out;
    transform: translateY(0);
    text-decoration: none;
}

.thanksSpace_d a:hover p::after {
    transform: scaleX(1);
}

.teacher_profile_c {
    position: relative;
    background: linear-gradient(to bottom, #000000 0%, rgb(195,200,173) 100%);
    overflow: hidden;
    padding: 8rem 0;
}

.teacher_profile_c .learner_insights_U {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(104,111,103,0.5),
        inset 0 0 30px rgb(147,161,148,0.5);
    transform: rotateX(5deg) rotateY(-5deg);
    backdrop-filter: blur(15px);
    padding: 3rem;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    transform-style: preserve-3d;
}

.teacher_profile_c .learner_insights_U:hover .employee_details_x {
    transform: translateZ(25px);
}

header::after {
    position: absolute;
    background: 
        linear-gradient(to right, transparent 0%, rgb(104,111,103,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(104,111,103,0.5) 50%, transparent 100%);
    z-index: 0;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}

header .head_top_b::before {
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all 0.4s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
}

header .top_pagebar_P {
    margin: 0 1px;
    position: relative;
}

header .top_pagebar_P a:hover {
    color: #ffffff;
    border-left-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
}

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

header .top_pagebar_P:hover::before {
    transform: translateY(-50%) scale(1);
}

header .head_teach_x::before {
    background: rgb(147,161,148);
    left: 20px;
    top: 20px;
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
}

.hackathon_5 .container {
    flex-wrap: wrap;
    display: flex;
}

.hackathon_5 .company_holder h3 {
    font-size: 31px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}

.hackathon_5 .header_learn_z {
    margin-top: 30px;
    gap: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.hackathon_5 .header_page_z h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.insta_feed_8 .container {
    justify-content: center;
    display: flex;
}

.contact_7 {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(195,200,173), rgba(245, 247, 250, 0.95));
}

.contact_7 h1 {
    margin-bottom: 2.5rem;
    transform: translateX(5%);
    font-size: 47px;
    z-index: 2;
    text-align: left;
    font-weight: 700;
    position: relative;
    margin-left: 1rem;
    color: #000000;
}

.contact_7 .form_edu_I {
    display: grid;
    position: relative;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}

.contact_7 .form_edu_I > div:first-child {
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
    color: #000000;
    border-left: 4px solid rgb(147,161,148);
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 1.05rem;
}

.contact_7 .edu_ask_w > div {
    margin-bottom: 0.5rem;
}

.contact_7 .learn_chat_b:hover {
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.08),
                -6px -6px 12px rgba(255, 255, 255, 0.9);
    color: rgb(147,161,148);
    transform: translateX(5px);
}

.program_details_m {
    flex-direction: column;
    background-color: rgb(195,200,173);
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    position: relative;
}

.program_details_m .career_classes_7:hover .skill_track_i {
    animation-play-state: paused;
}

.program_details_m .career_challenge_g:hover::before {
    opacity: 0.4;
}

.program_details_m .career_challenge_g:hover img {
    transform: scale(1);
    filter: brightness(0.95) contrast(1.05);
}

.program_details_m .quick_studies_3 {
    max-width: 600px;
    position: relative;
    width: 100%;
    margin-right: 5%;
}

.program_details_m .study_hack_z::before {
    background: linear-gradient(
        90deg,
        rgb(147,161,148) 0%,
        rgb(104,111,103) 100%
    );
    height: 3px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
}

.program_details_m .study_hack_z h3 {
    position: relative;
    font-size: 31px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
}

.program_details_m .study_hack_z h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.2rem;
}

.program_details_m .study_hack_z .feedback_message_c:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(147,161,148,0.5);
}



.program_details_m .skill_track_i::before {
    width: 1px;
    position: fixed;
    content: "";
    height: 1px;
    animation: set-slide-count 0.1s forwards;
}



.program_details_m .career_challenge_g:nth-child(1) {
    --slide-color: rgb(147,161,148);
}

.program_details_m .career_challenge_g:nth-child(4) {
    --slide-color: rgb(104,111,103);
}

.program_details_m .career_challenge_g:hover::after {
    opacity: 0.5;
}

.join_our_mailing_list_X::after {
    content: "";
    transform: skewY(2deg) translateY(-20px);
    height: calc(100% + 40px);
    right: 0;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    width: 80%;
    top: 10px;
    position: absolute;
    z-index: -1;
}

.join_our_mailing_list_X .quick_studies_3::after {
    bottom: -30px;
    filter: blur(5px);
    animation: pulseElement 4s ease-in-out infinite alternate;
    border-radius: 50%;
    content: "";
    height: 40px;
    position: absolute;
    opacity: 0.2;
    background: rgb(104,111,103);
    right: 10%;
    width: 40px;
}

.join_our_mailing_list_X .subscribe_now_e {
    padding: 1.5rem;
    z-index: 1;
    flex: 1;
    background: transparent;
    border: none;
    font-family: Arial, sans-serif;
    color: #000000;
    outline: none;
    font-size: 18px;
}

.join_our_mailing_list_X .feedback_message_c:hover {
    color: #ffffff;
}

.statistical_details_I {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(195,200,173) 0%, rgba(245, 245, 250, 0.9) 100%);
    padding: 5rem 2rem;
}

.statistical_details_I {
    padding: 2.5rem 0.75rem;
}

.statistical_details_I h3::after {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(147,161,148) 0%, rgb(104,111,103) 100%);
    height: 0.25rem;
    position: absolute;
    transform-origin: left;
    bottom: -0.75rem;
    animation: lineExpand 1s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    left: 0;
    content: "";
    width: 4rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.statistical_details_I h3::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}

.statistical_details_I .statistics_tracks_F:nth-child(6) {
    --i: 6;
}

.statistical_details_I .statistics_tracks_F:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px) scale(1.02);
}

.statistical_details_I .statistics_tracks_F:hover span {
    transform: translateX(0.5rem);
}

.statistical_details_I .statistics_tracks_F:nth-child(odd) p {
    color: rgb(147,161,148);
}

.statistical_details_I .statistics_tracks_F:nth-child(even) p {
    color: rgb(104,111,103);
}

.course_benefits_C h5 {
    margin-bottom: 3rem;
    transform: translateY(0);
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.course_benefits_C .quick_studies_3:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.course_benefits_C .text_element_d {
    position: relative;
    padding: 2rem;
}

.course_benefits_C .quick_studies_3:hover .text_element_d::before {
    height: 100%;
}

.course_benefits_C ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin: 0;
    padding: 0;
}

.course_benefits_C li:hover svg {
    transform: translateY(2px) rotate(10deg);
}

.course_benefits_C li:hover svg path {
    fill: rgb(104,111,103);
}



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



@media (max-width: 992px) {.contact_us_p {
    padding: 70px 0;
}.contact_us_p .message_map_s {
    flex-direction: column;
}.contact_us_p .image_7 {
    min-height: 300px;
    flex: 0 0 auto;
}.contact_us_p .help_feedback_I {
    flex: 0 0 auto;
    padding: 40px 30px 50px;
}
}



@media (min-width: 992px) {.privacy_cordon_T {
    padding: 7rem 4rem;
}.privacy_cordon_T::after {
    width: 40%;
}.privacy_cordon_T h1 {
    font-size: calc(38px * 1.3);
}.privacy_cordon_T h2 {
    padding-left: 1.5rem;
}.privacy_cordon_T p, .privacy_cordon_T span {
    max-width: 80%;
    font-size: calc(14px * 1.05);
}.privacy_cordon_T ul {
    padding: 2rem 2.5rem;
}.privacy_cordon_T li {
    font-size: calc(14px * 1.05);
}
}



@media (max-width: 767px) {.welcome_page_4 {
    padding: 4rem 0;
}.welcome_page_4 .study_tools_y {
    gap: 1.5rem;
}.welcome_page_4 .title_style_header {
    font-size: calc(32px * 0.9);
}.welcome_page_4 .achieve_goals_c h3 {
    max-width: 100%;
    font-size: calc(19px * 1.1);
}
}



@media screen and (max-width: 768px) {.our_mission_K {
    padding: 60px 0;
}.our_mission_K h3 {
    font-size: 42px;
}.our_mission_K .quick_studies_3 {
    gap: 50px;
}.our_mission_K .study_learn_B,
    .our_mission_K .fast_learning_B {
    padding-left: 20px;
    padding-right: 20px;
}.our_mission_K .study_learn_B {
    border-left: 2px solid rgb(147,161,148);
}.our_mission_K .fast_learning_B {
    border-right: 2px solid rgb(104,111,103);
}.our_mission_K .study_learn_B span {
    font-size: calc(24px * 0.9);
}.our_mission_K .study_learn_B p,
    .our_mission_K .fast_learning_B p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.our_mission_K .study_learn_B .image_7,
    .our_mission_K .fast_learning_B .skill_mastery_B {
    clip-path: none;
    border-radius: 10px;
    min-height: 220px;
}
}



@media (min-width: 992px) {.thanksSpace_d .quick_studies_3 {
    gap: 5rem;
    padding: 5rem;
}.thanksSpace_d h5 {
    font-size: calc(19px * 1.5);
}.thanksSpace_d .quick_studies_3 > div:first-child {
    border-left-width: 5px;
    padding-left: 3rem;
}.thanksSpace_d p {
    font-size: calc(12px * 1.1);
}.thanksSpace_d .container {
    transform: perspective(1500px) rotateX(3deg);
}
}



@media (max-width: 991px) {.teacher_profile_c {
    padding: 7rem 0 5rem;
}.teacher_profile_c .learner_insights_U {
    padding: 2.5rem 2rem;
}.teacher_profile_c .image_7 {
    width: 150px;
    height: 150px;
    top: -75px;
}.teacher_profile_c .name {
    margin-top: 80px;
}.teacher_profile_c .employee_details_x {
    padding: 1.5rem;
}
}



@media (max-width: 991px) {header .head_teach_x {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head_top_b {
    margin-right: 0;
    margin-bottom: 0;
}header .header_page_z {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .header_page_z::before {
    display: none;
}header .top_pagebar_P a {
    height: 40px;
    font-size: calc(14px - 1px);
    padding: 0 1rem;
}header .top_pagebar_P::before {
    display: none;
}header .head_teach_x::before,
    header .head_teach_x::after {
    display: none;
}
}



@media (max-width: 576px) {.hackathon_5 {
    padding: 40px 0;
}.hackathon_5 .company_holder h3 {
    font-size: calc(31px * 0.8);
}.hackathon_5 .header_page_z h5 {
    font-size: calc(19px * 0.9);
}.hackathon_5 .header_page_z .header_learn_z a {
    font-size: calc(16px * 0.95);
}}



@media screen and (min-width: 1200px) {.contact_7 .form_edu_I {
    grid-template-columns: 1.2fr 0.8fr 1fr;
}.contact_7 .form_edu_I > div:first-child {
    padding: 2.5rem;
}.contact_7 .form_edu_I > div:nth-child(2) {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
}.contact_7 .form_edu_I > div:nth-child(3) {
    grid-row: 1 / 3;
    grid-column: 3 / 4;
}
}



@media (max-width: 992px) {.program_details_m .container {
    padding: 3rem 1.5rem;
    justify-content: center;
}.program_details_m .quick_studies_3 {
    max-width: 540px;
    margin-right: 0;
}.program_details_m .study_hack_z {
    padding: 2.5rem;
}.program_details_m .study_hack_z h3 {
    font-size: calc(31px * 0.9);
}
}



@media (max-width: 576px) {.join_our_mailing_list_X {
    margin: 4rem 0 6rem;
    padding: 4rem 1rem 2rem;
}.join_our_mailing_list_X p {
    transform: none;
    max-width: 100%;
}.join_our_mailing_list_X p::before {
    display: none;
}.join_our_mailing_list_X .input_holder {
    max-width: 100%;
    transform: translateY(15px);
}.join_our_mailing_list_X .subscribe_now_e,
    .join_our_mailing_list_X .feedback_message_c {
    padding: 1rem;
}.join_our_mailing_list_X::before,
    .join_our_mailing_list_X::after {
    transform: none;
}.join_our_mailing_list_X .quick_studies_3::before {
    width: 80px;
    height: 80px;
}}



@media (max-width: 767px) {.course_benefits_C {
    padding: 4rem 0;
}.course_benefits_C h5 {
    font-size: calc(24px * 0.9);
    padding: 0 1rem;
}.course_benefits_C .text_element_d {
    padding: 1.5rem;
}.course_benefits_C li {
    margin-bottom: 1rem;
}.course_benefits_C li p {
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 480px) {.course_benefits_C h5 {
    font-size: calc(24px * 0.8);
}.course_benefits_C .text_element_d {
    padding: 1.25rem;
}.course_benefits_C li {
    padding-left: 2rem;
}.course_benefits_C li svg {
    height: 20px;
    width: 20px;
}
}

@keyframes fadeInLeft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



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

@keyframes set-slide-count {
    to {
        --slide-count: attr(data-slides integer);
    }
}



@keyframes pulseElement {
    0% {
        transform: scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}



@keyframes lineExpand {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

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

