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

.challenge_cta_aJAH {
    flex: 0 0 auto;
}

.challenge_cta_aJAH {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0 0 30px;
    overflow: hidden;
}

.welcome_reJC .page_welcome_DGxK::before {
    top: 0;
    background: linear-gradient(90deg, #000000 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
}

.welcome_reJC .editorial_wrap_vVoM::after {
    top: 0;
    background: linear-gradient(
        to right,
        transparent,
        rgb(182,197,230,0.5),
        transparent
    );
    left: 0;
    transform: translateX(-100%);
    content: '';
    animation: shimmer 5s infinite;
    height: 100%;
    width: 100%;
    position: absolute;
}

.welcome_reJC .editorial_wrap_vVoM .help_panel_GrIK {
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: rgb(182,197,230);
    display: inline-block;
    letter-spacing: 1px;
    font-size: 18px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-transform: uppercase;
    padding: 14px 35px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

#overlayCookieInfo_YVrJ {
    display: none;
}

#overlayCookieInfo_YVrJ:checked ~ .cookie_popup_advisory_faJd {
    visibility: hidden;
    opacity: 0;
}

.price_pick_GHBF {
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(218,225,243) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}

.price_pick_GHBF .study_costs_wHOA {
    display: flex;
    flex-direction: column;
}

.price_pick_GHBF .tuition_grid_UGDS h2 {
    color: #000000;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.price_pick_GHBF .tuition_plans_RPeh {
    overflow: hidden;
    position: relative;
    height: 100%;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    background: #ffffff;
}

.price_pick_GHBF .learning_fees_usMG .learning_fees_aMXb {
    font-size: calc(22px * 1.3);
    font-weight: 700;
    color: rgb(182,197,230);
    margin-bottom: 1.5rem;
    position: relative;
}

.price_pick_GHBF .image_overlay_zJlc::after {
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    height: 100%;
    content: "";
    top: 0;
}

.instructor_history_ALBO::before {
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    opacity: 0.2;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(182,197,230,0.5) 0px,
        rgb(182,197,230,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
}

.instructor_history_ALBO .image_overlay_zJlc:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
}

.instructor_history_ALBO .name {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    color: rgb(182,197,230);
    position: relative;
    margin-bottom: 0.5rem;
}

.instructor_history_ALBO .career_card_dTRK {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid rgb(218,225,243);
    color: #000000;
    font-size: 13px;
    font-style: italic;
    position: relative;
    line-height: 1.8;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

.client_comments_tyND::after {
    border-radius: 50%;
    width: 250px;
    animation: floatBubble 15s infinite ease-in-out alternate;
    background: rgb(182,197,230,0.5);
    position: absolute;
    right: -80px;
    height: 250px;
    bottom: -80px;
    filter: blur(100px);
    content: "";
}

.client_comments_tyND .success_feedback_IoJQ {
    background: #ffffff;
    overflow: hidden;
    backface-visibility: hidden;
    border-radius: 30px;
    transition: all 0.5s ease;
    transform: rotateX(5deg) rotateY(-8deg) translateZ(0);
    padding: 30px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.client_comments_tyND .success_feedback_IoJQ span::after {
    height: 2px;
    background: rgb(182,197,230);
    margin: 10px auto 0;
    width: 30px;
    content: "";
    display: block;
}

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

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

.contact_panel_xrbg .feedback_info_bPlA h3 {
    color: #000000;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 35px;
}

.contact_panel_xrbg .feedback_info_bPlA svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
}

.contact_panel_xrbg .feedback_info_bPlA a:hover {
    color: rgb(145,166,214);
}

.contact_panel_xrbg .connect_box_yoEZ::after {
    width: 200px;
    border-radius: 50%;
    bottom: -80px;
    height: 200px;
    background: rgb(145,166,214);
    left: -80px;
    content: '';
    position: absolute;
    opacity: 0.1;
}

.contact_panel_xrbg form input[type="text"]:focus,
.contact_panel_xrbg form input[type="email"]:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
}

.contact_panel_xrbg .request_request_hieY input[type="checkbox"]:checked {
    border-color: #ffffff;
    background-color: #ffffff;
}

.contact_panel_xrbg .request_request_hieY a {
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.3s ease;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

header::before {
    background: 
        radial-gradient(
            circle at 0% 50%,
            transparent 6px,
            rgb(182,197,230,0.5) 6px,
            rgb(182,197,230,0.5) 10px,
            transparent 10px
        ) repeat-x;
    bottom: 0;
    background-size: 20px 20px;
    height: 15px;
    left: 0;
    position: absolute;
    opacity: 0.3;
    content: "";
    width: 100%;
}

header .nav_class_hsmi .head_sitewrap_yJiL .head_core_TwRe svg {
    width: auto;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    height: 45px;
}

header .nav_class_hsmi .head_learning_vPhH:hover::before {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}

header .nav_class_hsmi .head_learning_vPhH .nav_pagebar_MGyb a:hover {
    color: #ffffff;
    border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}

header .nav_class_hsmi .head_learning_vPhH .nav_pagebar_MGyb:nth-child(2n) a::before {
    background: rgb(145,166,214);
    transform-origin: left bottom;
}

header .nav_class_hsmi .head_learning_vPhH .nav_pagebar_MGyb:hover {
    animation: menu-wobble 1s ease;
}

.sign_up_for_updates_zcCt::before {
    opacity: 0.3;
    inset: 0;
    content: "";
    z-index: -1;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(182,197,230,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(145,166,214,0.5) 0%, transparent 40%);
}

.sign_up_for_updates_zcCt p {
    z-index: 1;
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.6;
    position: relative;
}

.sign_up_for_updates_zcCt .input_holder {
    height: 60px;
    display: flex;
    position: relative;
    align-items: stretch;
    perspective: 1000px;
}

.sign_up_for_updates_zcCt .subscribe_access_yVwN {
    color: #000000;
    transition: all 0.3s ease;
    flex: 1;
    height: 100%;
    border-top-left-radius: 10px;
    padding: 0 1.5rem;
    border-bottom-left-radius: 10px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    font-size: 15px;
}

.our_mission_XnAg {
    background: rgb(218,225,243);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.our_mission_XnAg .container {
    z-index: 10;
    position: relative;
}

.our_mission_XnAg .study_classes_HtJx::before {
    top: 80px;
    position: absolute;
    left: 50%;
    background: linear-gradient(to bottom, transparent, rgb(182,197,230), transparent);
    content: "";
    transform: translateX(-50%);
    width: 2px;
    z-index: -1;
    height: 85%;
}

.our_mission_XnAg .impact_numbers_cOIR::before {
    content: "";
    width: 200px;
    position: absolute;
    top: -100px;
    background: radial-gradient(circle, rgb(182,197,230,0.5) 0%, transparent 70%);
    border-radius: 50%;
    height: 200px;
    right: -100px;
    animation: float 8s infinite ease-in-out;
}

.our_mission_XnAg .impact_numbers_cOIR .image_overlay_zJlc {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    grid-column: 2 / 3;
    height: 350px;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 18px;
    grid-row: 1 / 3;
    overflow: hidden;
}

.our_mission_XnAg .learning_classes_HsjO p {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    position: relative;
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
}

.our_mission_XnAg .learning_classes_HsjO .study_sessions_gRZE::before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
}

.our_mission_XnAg .learning_classes_HsjO .study_sessions_gRZE:hover {
    transform: scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}

footer .info_item svg {
    margin-right: 15px;
    flex-shrink: 0;
    height: 22px;
    width: 22px;
    fill: #ffffff;
}

footer .text_main_holder {
    gap: 40px;
    margin-top: -30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}

footer .head_learning_vPhH {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    margin: 0 20px;
    background-color: rgb(218,225,243);
    padding: 30px;
}

footer .site_head_ZBlK a::after {
    position: absolute;
    background-color: rgb(182,197,230);
    transition: width 0.3s ease;
    height: 1px;
    left: 0;
    content: "";
    width: 0;
    bottom: 0;
}

footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 16px;
}

footer .input_holder input[type="email"] {
    border: none;
    border-radius: 10px;
    font-size: 16px;
    padding: 15px;
    transition: all 0.3s ease;
}

footer .footer_caption_xMbY {
    font-size: 15px;
    text-align: center;
    color: #000000;
}

.data_statistics_pvcz::before {
    content: "";
    position: absolute;
    pointer-events: none;
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    top: 0;
    opacity: 0.05;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
}

.data_statistics_pvcz::before {
    animation: backgroundMove 30s linear infinite;
}

.data_statistics_pvcz .knowledge_statistics_YPkc:nth-child(even):hover {
    transform: translateX(30px) scale(1.05);
}

.data_statistics_pvcz .knowledge_statistics_YPkc:hover::after {
    width: 8px;
}

.data_statistics_pvcz .knowledge_statistics_YPkc span {
    position: relative;
    color: #000000;
    font-size: 15px;
    margin-left: 30px;
    flex-grow: 1;
    font-weight: 400;
    padding-left: 30px;
}

.data_statistics_pvcz .statistics_boosts_hLvY::before {
    transform: translateY(-50%);
    right: -150px;
    content: "";
    opacity: 0.1;
    top: 50%;
    border-radius: 50%;
    height: 300px;
    z-index: -1;
    width: 300px;
    animation: pulse 10s infinite alternate;
    background: rgb(182,197,230,0.5);
    filter: blur(80px);
    position: absolute;
}

.data_statistics_pvcz .knowledge_statistics_YPkc:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.data_statistics_pvcz .knowledge_statistics_YPkc:nth-child(2) {
    animation: float 7s ease-in-out infinite;
}

.privacy_unit_tmap {
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    padding: 40px;
    width: 100%;
    color: #000000;
    transition: background-color 0.3s, box-shadow 0.3s;
    font-family: Arial, sans-serif;
    height: auto;
}

.privacy_unit_tmap li {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 12px;
}

.educational_yield_kMDO::before {
    background: radial-gradient(circle at center, rgb(145,166,214,0.5) 0%, transparent 60%);
    height: 200%;
    z-index: 0;
    left: -50%;
    width: 200%;
    position: absolute;
    top: -50%;
    content: '';
    opacity: 0.4;
}

.educational_yield_kMDO .study_classes_HtJx > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    gap: 60px;
    flex-wrap: wrap;
    align-items: stretch;
    display: flex;
}

.educational_yield_kMDO .editorial_wrap_vVoM {
    display: flex;
    position: relative;
    flex: 1.5;
    flex-direction: column;
    min-width: 320px;
}

.educational_yield_kMDO .text_main_holder > div {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    gap: 15px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    align-items: flex-start;
    border-radius: 21px;
    padding: 25px;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.educational_yield_kMDO .text_main_holder p {
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
    font-size: 13px;
}

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

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

.program_details_lWHV .job_ready_uhLk::before {
    top: 20px;
    left: 20px;
    border-radius: 0 10px 10px 0;
    pointer-events: none;
    right: 20px;
    border: 1px solid rgb(145,166,214,0.5);
    position: absolute;
    border-left: none;
    bottom: 20px;
    content: '';
}

.program_details_lWHV .job_ready_uhLk .help_panel_GrIK:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.ideal_participants_fKvM::before {
    width: 100%;
    top: 0;
    z-index: 0;
    left: 0;
    content: "";
    opacity: 0.2;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(182,197,230,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(145,166,214,0.5) 0%, transparent 40%);
    position: absolute;
}

.ideal_participants_fKvM div {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}

.ideal_participants_fKvM div p::before {
    border-radius: 5px 0 0 5px;
    content: "";
    opacity: 0.7;
    width: 5px;
    height: 100%;
    left: 0;
    background: linear-gradient(180deg, rgb(182,197,230), rgb(145,166,214));
    top: 0;
    position: absolute;
}

.ideal_participants_fKvM div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(182,197,230);
}

.ideal_participants_fKvM div p:hover svg path {
    fill: rgb(145,166,214);
}

.tyNote_bnqi::after {
    height: 3px;
    z-index: 2;
    background: linear-gradient(90deg, 
    transparent, 
    rgb(145,166,214), 
    rgb(182,197,230), 
    transparent);
    content: "";
    bottom: 0;
    width: 100%;
    position: absolute;
    left: 0;
}

.tyNote_bnqi .study_classes_HtJx {
    background: #ffffff;
    padding: 3rem;
    transform: translateY(1rem);
    opacity: 0;
    position: relative;
    animation: slideUp 0.8s ease-out forwards 0.5s;
    border-left: 4px solid rgb(182,197,230);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}



::-webkit-scrollbar {
    width: 9px;
    background: rgb(182,197,230);
    height: 12px;
}

::-webkit-scrollbar-track {
    border: 1px solid rgb(218,225,243);
    background: rgb(182,197,230);
    border-radius: 10%;
}

::-webkit-scrollbar-track:active {
    background: rgb(145,166,214,0.5);
}

::-webkit-scrollbar-thumb {
    background: #ffffff;
    animation: pulse_scrollbar 5.5s ease-in 2;
    transition: all, box-shadow, border-radius 4.1s ease-in-out;
    border: 3px dotted rgb(255, 255, 255, 0.5);
    border-radius: 8.7rem;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(145,166,214);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(145,166,214,0.5);
}


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


@media only screen and (max-width: 800px)  {.wrap-container_jBfi .visitor_acceptance_zlvn {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 991px) {.price_pick_GHBF {
    padding: 5rem 0;
}.price_pick_GHBF .tuition_plans_RPeh {
    margin-bottom: 1.5rem;
}.price_pick_GHBF .tuition_grid_UGDS {
    padding: 0 1rem;
}
}



@media (max-width: 575px) {.price_pick_GHBF {
    padding: 3rem 0;
}.price_pick_GHBF .container {
    padding: 0 1.5rem;
}.price_pick_GHBF .cost_rates_nOrx {
    gap: 1.5rem;
}.price_pick_GHBF .learning_fees_usMG {
    padding: 1.5rem;
}.price_pick_GHBF .image_overlay_zJlc {
    height: 140px;
}
}



@media (max-width: 768px) {.client_comments_tyND {
    padding: 80px 0;
}.client_comments_tyND h4 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
}.client_comments_tyND .learning_testimonials_Mjbm {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 25px;
}.client_comments_tyND .success_feedback_IoJQ {
    transform: rotateX(0) rotateY(0);
    padding: 30px 20px;
}.client_comments_tyND .success_feedback_IoJQ .image_overlay_zJlc {
    width: 70px;
    height: 70px;
}}



@media (max-width: 767px) {header .nav_class_hsmi {
    padding: 15px 10px;
}header .nav_class_hsmi .head_sitewrap_yJiL .head_core_TwRe svg {
    height: 40px;
}header .nav_class_hsmi .head_learning_vPhH .nav_pagebar_MGyb a {
    padding: 6px 10px;
    font-size: calc(14px - 2px);
}}



@media (max-width: 992px) {.our_mission_XnAg {
    padding: 80px 0;
}.our_mission_XnAg .study_classes_HtJx::before {
    height: 90%;
}.our_mission_XnAg .impact_numbers_cOIR,
    .our_mission_XnAg .learning_classes_HsjO {
    gap: 30px;
    grid-template-columns: 1fr;
}.our_mission_XnAg .impact_numbers_cOIR span,
    .our_mission_XnAg .impact_numbers_cOIR p {
    grid-column: 1 / -1;
}.our_mission_XnAg .impact_numbers_cOIR .image_overlay_zJlc {
    height: 300px;
    grid-row: 3 / 4;
    grid-column: 1 / -1;
}.our_mission_XnAg .learning_classes_HsjO p {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
}.our_mission_XnAg .learning_classes_HsjO .study_sessions_gRZE {
    grid-row: 1 / 2;
    grid-column: 1 / -1;
    height: 300px;
}
}



@media (max-width: 576px) {.data_statistics_pvcz {
    padding: 60px 0;
}.data_statistics_pvcz .container {
    padding: 0 15px;
    gap: 40px;
}.data_statistics_pvcz .knowledge_statistics_YPkc {
    flex-direction: column;
    padding: 20px;
    align-items: flex-start;
}.data_statistics_pvcz .knowledge_statistics_YPkc h4 {
    font-size: 36px;
    margin-bottom: 15px;
    min-width: auto;
}.data_statistics_pvcz .knowledge_statistics_YPkc span {
    margin-left: 0;
    width: 100%;
    padding-left: 0;
}.data_statistics_pvcz .knowledge_statistics_YPkc span::before {
    top: -10px;
    left: 0;
    background: linear-gradient(to right, rgb(182,197,230,0.5), transparent);
    height: 1px;
    width: 100%;
}.data_statistics_pvcz .learn_statistics_nxya {
    font-size: calc(36px * 1.2);
    margin-bottom: 25px;
}.data_statistics_pvcz .knowledge_gains_cgHY {
    font-size: calc(15px * 0.95);
}.data_statistics_pvcz svg {
    margin-bottom: 15px;
    margin-right: 0;
}.data_statistics_pvcz .knowledge_statistics_YPkc::after {
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
}.data_statistics_pvcz .knowledge_statistics_YPkc:hover::after {
    width: 100%;
    height: 6px;
}}



@media (max-width: 1100px) {.ideal_participants_fKvM div p {
    flex: 1 1 calc(50% - 15px);
}
}



@media (max-width: 991px) {.ideal_participants_fKvM {
    padding: 80px 0;
}.ideal_participants_fKvM .study_classes_HtJx {
    padding: 40px 30px;
}.ideal_participants_fKvM h4 {
    margin-bottom: 40px;
    font-size: calc(33px - 2px);
}.ideal_participants_fKvM div {
    gap: 20px;
}.ideal_participants_fKvM div p {
    padding: 20px;
}.ideal_participants_fKvM div p svg {
    width: 35px;
    min-width: 35px;
    height: 35px;
    margin-right: 15px;
}
}



@media (max-width: 479px) {.ideal_participants_fKvM {
    padding: 40px 0;
}.ideal_participants_fKvM .study_classes_HtJx {
    padding: 25px 15px;
}.ideal_participants_fKvM h4 {
    font-size: calc(33px - 6px);
    margin-bottom: 30px;
}.ideal_participants_fKvM div {
    gap: 15px;
}.ideal_participants_fKvM div p {
    padding: 15px;
    font-size: calc(15px - 1px);
}.ideal_participants_fKvM div p svg {
    height: 26px;
    min-width: 26px;
    margin-right: 12px;
    width: 26px;
    padding: 5px;
}}



@keyframes carousel-slide-alt {
    0%, 18% {
        transform: translateX(0);
    }
    22%, 38% {
        transform: translateX(-20%);
    }
    42%, 58% {
        transform: translateX(-40%);
    }
    62%, 78% {
        transform: translateX(-60%);
    }
    82%, 98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}



@keyframes menu-wobble {
    0%, 100% {
        transform: translateX(0);
    }
    15% {
        transform: translateX(-3px) rotate(-1deg);
    }
    30% {
        transform: translateX(2px) rotate(1deg);
    }
    45% {
        transform: translateX(-2px) rotate(-0.5deg);
    }
    60% {
        transform: translateX(1px) rotate(0.5deg);
    }
    75% {
        transform: translateX(-1px) rotate(-0.25deg);
    }
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}



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



@keyframes growBox {
  from {
    transform: rotate(45deg) scale(0);
  }
  to {
    transform: rotate(45deg) scale(1);
  }
}



@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(0.5rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

