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

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

.top_core_6MinXD {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    transition: all 0.3s ease;
    background-color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid rgb(201,200,188);
    position: fixed;
    z-index: 1000;
}

.customer_feedback_hR6Nf8::after {
    border-radius: 50%;
    filter: blur(80px);
    left: -300px;
    background: rgb(130,122,133,0.5);
    width: 600px;
    position: absolute;
    z-index: 1;
    height: 600px;
    content: "";
    opacity: 0.2;
    bottom: -300px;
}

.customer_feedback_hR6Nf8 h4 {
    position: relative;
    color: #000000;
    line-height: 1.2;
    font-size: 29px;
    margin-bottom: 60px;
    font-weight: 700;
}

.customer_feedback_hR6Nf8 .learner_stories_218WUk {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
}

.customer_feedback_hR6Nf8 .learner_stories_218WUk::before {
    content: "";
    top: 50%;
    position: absolute;
    z-index: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(172,167,173,0.5), transparent);
    left: 10%;
    width: 80%;
}

.customer_feedback_hR6Nf8 .success_stories_yj52Ub {
    align-items: center;
    z-index: 2;
    flex-direction: column;
    background: #ffffff;
    min-height: 320px;
    border-radius: 63% 37% 54% 46% / 55% 52% 48% 45%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 40px;
    position: relative;
    text-align: center;
    justify-content: center;
    display: flex;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.customer_feedback_hR6Nf8 .success_stories_yj52Ub:nth-child(2n) {
    transform: translateY(20px);
    border-radius: 28% 72% 50% 50% / 44% 55% 45% 56%;
}

.customer_feedback_hR6Nf8 .success_stories_yj52Ub:nth-child(2n):hover {
    border-radius: 72% 28% 50% 50% / 55% 44% 56% 45%;
    transform: translateY(10px);
}

.customer_feedback_hR6Nf8 .success_stories_yj52Ub:nth-child(3n):hover {
    transform: translateY(-30px);
    border-radius: 50% 50% 67% 33% / 27% 55% 45% 73%;
}



.customer_feedback_hR6Nf8 .success_stories_yj52Ub:hover .pic_hover_X5l3sh {
    transform: scale(1.1);
}

.customer_feedback_hR6Nf8 .success_stories_yj52Ub span {
    font-weight: 700;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    display: block;
    margin-bottom: 15px;
    font-size: 21px;
}

.customer_feedback_hR6Nf8 .success_stories_yj52Ub p {
    color: #000000;
    line-height: 1.6;
    font-style: italic;
    font-weight: 400;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 16px;
}

.about_this_RK3es0::before {
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    content: "";
    backdrop-filter: blur(8px);
}

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

.about_this_RK3es0 .text_group_pUNbSM {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(12px);
    transform-style: preserve-3d;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.05),
        inset 5px 5px 15px rgba(255, 255, 255, 0.05),
        inset -5px -5px 15px rgba(0, 0, 0, 0.05);
}

.about_this_RK3es0 h1::after {
    transform: scaleX(1);
    bottom: 0;
    background: linear-gradient(90deg, rgb(172,167,173), transparent);
    transition: transform 0.4s ease-out;
    position: absolute;
    transform-origin: left;
    content: "";
    width: 80px;
    height: 4px;
    left: 0;
}

.about_this_RK3es0 ul li h4::before {
    opacity: 0;
    width: 12px;
    background: rgb(172,167,173);
    left: -20px;
    top: 50%;
    content: "";
    transform: translateY(-50%) scale(0);
    height: 12px;
    transition: all 0.3s ease;
    position: absolute;
}

.about_this_RK3es0 .text_group_pUNbSM:hover ul li h4::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.about_this_RK3es0 ul li span::before {
    background: linear-gradient(135deg, rgb(172,167,173,0.5) 0%, transparent 100%);
    transition: opacity 0.5s ease;
    left: 0;
    position: absolute;
    opacity: 0;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
}

.about_this_RK3es0 .text_group_pUNbSM:hover ul li span {
    opacity: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(5px);
}

.leadership_profile_yaBDEb::before {
    background-size: 150px 150px;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    animation: gridFlow 20s linear infinite;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(172,167,173,0.5) 85%, rgb(172,167,173,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(130,122,133,0.5) 85%, rgb(130,122,133,0.5) 88%, transparent 88%);
    opacity: 0.1;
    width: 100%;
    content: "";
}

.leadership_profile_yaBDEb .success_stories_yj52Ub::before {
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    background: linear-gradient(90deg, rgb(172,167,173,0.5) 0%, transparent 50%);
    border-radius: 30px;
    position: absolute;
    filter: blur(40px);
    left: 0;
    z-index: -1;
    height: 90%;
    right: 0;
    content: "";
    opacity: 0.3;
    top: 50%;
    transform: translateY(-50%);
}

.leadership_profile_yaBDEb .pic_hover_X5l3sh {
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    height: 100%;
    overflow: hidden;
    transform: scale(1);
    position: relative;
    border-radius: 30px 0 0 30px;
    filter: contrast(1.1) brightness(1.05);
    grid-area: photo;
}

.leadership_profile_yaBDEb .name {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 3;
    position: relative;
    padding-bottom: 10px;
    margin-top: 80px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    align-self: end;
    grid-area: name;
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.leadership_profile_yaBDEb .success_stories_yj52Ub:hover .name::after {
    width: 60%;
}

.leadership_profile_yaBDEb .success_stories_yj52Ub span:not(.name) {
    transform: translateX(0);
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    grid-area: job;
    font-weight: 600;
    color: rgb(130,122,133);
    align-self: start;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    font-size: 20px;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    position: relative;
}

.leadership_profile_yaBDEb .success_stories_yj52Ub:hover .job_timeline_dBObW4 {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}

.leadership_profile_yaBDEb .container::after {
    background: radial-gradient(circle, rgb(130,122,133,0.5) 0%, transparent 70%);
    bottom: -150px;
    z-index: -1;
    right: -150px;
    filter: blur(70px);
    animation: pulseGlow 10s ease-in-out infinite alternate;
    width: 300px;
    height: 300px;
    position: absolute;
    opacity: 0.3;
    content: "";
}

.subscribe_to_newsletter_uV098U::after {
    z-index: 0;
    background: rgb(172,167,173,0.5);
    content: "";
    height: 160%;
    position: absolute;
    right: -30%;
    transform: rotate(-45deg);
    width: 60%;
    top: -30%;
    filter: blur(60px);
}

.subscribe_to_newsletter_uV098U .academy_team_D9Z6ty {
    padding: 0 20px;
    max-width: 450px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}

.subscribe_to_newsletter_uV098U .inquiry_support_AlSFZ0::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
    z-index: -1;
    transform: translateZ(-20px);
    content: "";
    clip-path: polygon(0 15%, 15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    background: rgb(130,122,133,0.5);
    position: absolute;
}

.subscribe_to_newsletter_uV098U h3 {
    font-size: 35px;
    color: #000000;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

.subscribe_to_newsletter_uV098U .input_holder {
    gap: 20px;
    flex-direction: column;
    position: relative;
    display: flex;
}

.subscribe_to_newsletter_uV098U input[type="email"] {
    width: 100%;
    background: #ffffff;
    transition: all 0.3s ease;
    border: none;
    font-size: 17px;
    padding: 20px 25px;
    border-radius: 16px;
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.5);
}

.subscribe_to_newsletter_uV098U .sub_alerts_4cX2AF::before {
    width: 100%;
    height: 100%;
    z-index: 0;
    content: "";
    transition: all 0.5s ease;
    background: rgb(130,122,133);
    top: 0;
    left: -100%;
    position: absolute;
}

.subscribe_to_newsletter_uV098U .sub_alerts_4cX2AF:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px -5px rgb(172,167,173,0.5);
}

.subscribe_to_newsletter_uV098U .sub_alerts_4cX2AF::after {
    right: 30px;
    font-size: 1.5em;
    transform: translateY(-50%);
    content: "→";
    top: 50%;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    z-index: 1;
}

.course_program_details_85l0St .career_challenge_PO8oRr {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    overflow: hidden;
}

.course_program_details_85l0St .career_challenge_PO8oRr:hover .learn_business_O0GLX3 {
    animation-play-state: paused;
}

.course_program_details_85l0St .learn_development_gKPvt8:nth-child(odd) {
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}

.course_program_details_85l0St .learn_development_gKPvt8 img {
    transform: scale(1.1);
    transition: all 0.7s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.3) contrast(1.2);
}

.course_program_details_85l0St .container {
    max-width: 1200px;
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 1rem;
}

.course_program_details_85l0St .learn_track_6G9UhX::before {
    left: -50%;
    animation: rotate-background 20s linear infinite;
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(172,167,173,0.5) 90deg,
        transparent 180deg,
        rgb(130,122,133,0.5) 270deg,
        transparent 360deg
    );
    width: 200%;
    top: -50%;
    height: 200%;
    content: "";
}

.course_program_details_85l0St .learn_track_6G9UhX h3::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 2px;
    background: rgb(172,167,173);
    content: "";
    width: 80px;
    transform: translateX(-50%);
}

.course_program_details_85l0St .learn_track_6G9UhX .connect_widget_DjLMCX::before {
    transition: width 0.6s ease, height 0.6s ease;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    z-index: -1;
    left: 50%;
    height: 0;
    border-radius: 50%;
    content: "";
    background-color: rgb(172,167,173);
    position: absolute;
}

.course_program_details_85l0St .learn_track_6G9UhX .connect_widget_DjLMCX:hover {
    color: #000000;
}

footer {
    width: 100%;
    position: relative;
}

footer .design_res_7wITKy {
    font-family: Arial, sans-serif;
    color: #ffffff;
    background:rgb(130,122,133);
    padding: 250px 0 30px;
    position: relative;
}

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

footer .reach_contact_4eZaiY {
    margin-bottom: 50px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    padding: 0;
    top: -120px;
    justify-content: space-between;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    border-radius: 13px;
    overflow: hidden;
    position: absolute;
    left: 0;
}

footer .info_item::after {
    bottom: 0;
    transition: width 0.3s ease;
    content: "";
    height: 3px;
    left: 0;
    background-color: rgb(172,167,173);
    width: 0;
    position: absolute;
}

footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}

footer .head_top_Ms8alQ {
    padding: 0 25px;
    position: relative;
}

footer .faq_block_O1zy6j {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 350px;
    line-height: 1.6;
}

footer .main_teach_VlZ4Jn h5 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    position: relative;
    color: #ffffff;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 21px;
}

footer .top_teach_g14EAm {
    margin-bottom: 20px;
    flex-wrap: wrap;
    display: flex;
}

footer .top_teach_g14EAm a:hover {
    color: #ffffff;
    background-color: rgb(172,167,173);
    transform: translateY(-3px);
}

footer .subscribe_holder {
    position: relative;
    padding: 30px 25px;
    border-radius: 13px;
    background-color: rgb(130,122,133,0.5);
}

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

footer .input_holder::before {
    position: absolute;
    opacity: 0.1;
    right: -10px;
    top: -10px;
    z-index: -1;
    height: 50px;
    background-color: rgb(172,167,173);
    width: 50px;
    border-radius: 50%;
    content: "";
}

footer .input_holder input[type="email"] {
    padding: 15px;
    border: none;
    font-size: 14px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    color: rgb(130,122,133);
    transition: all 0.3s ease;
}

footer .sub_alerts_4cX2AF {
    position: relative;
    padding: 15px;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    background-color: rgb(172,167,173);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
}

footer .sub_alerts_4cX2AF:hover::before {
    left: 100%;
}

footer .footer_social_LdWFQM {
    padding-top: 20px;
    margin-top: 50px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    text-align: center;
}

.price_card_item_dMjFEc::before {
    z-index: 1;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(172,167,173), 0.03) 40px, rgba(rgb(172,167,173), 0.03) 80px);
    top: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    width: 100%;
    position: absolute;
    content: "";
}

.price_card_item_dMjFEc .discount_grid_TAeSn4 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: rgba(#ffffff, 0.9);
    max-width: 600px;
    padding: 2rem;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    margin: 0 auto;
    z-index: 3;
}

.price_card_item_dMjFEc .discount_grid_TAeSn4:hover h2::after {
    transform: scaleX(1.5);
}

.price_card_item_dMjFEc .rate_panel_iZRTfo {
    line-height: 1.6;
    word-break: break-word;
    max-width: 100%;
    overflow-wrap: break-word;
    font-size: 16px;
    color: #000000;
    margin-top: 1.5rem;
}

.price_card_item_dMjFEc .pricing_offers_Cwn1bG {
    height: 100%;
    display: block;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.price_card_item_dMjFEc .pricing_offers_Cwn1bG:hover .price_grid_eADavP {
    box-shadow: 0 15px 35px rgba(rgb(172,167,173,0.5), 0.15);
}

.price_card_item_dMjFEc .cost_plan_1f943m {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    padding: 2rem;
    min-height: 280px;
}

.price_card_item_dMjFEc .lesson_fees_LkQA8h {
    color: rgb(172,167,173);
    display: block;
    font-weight: 700;
    margin: 0.5rem 0 1.25rem;
    position: relative;
    font-size: calc(18px + 0.3rem);
}

.price_card_item_dMjFEc .cost_plan_1f943m p {
    color: #000000;
    overflow-wrap: break-word;
    margin-top: 1.5rem;
    flex-grow: 1;
    line-height: 1.6;
    word-break: break-word;
    font-size: 16px;
}

.price_card_item_dMjFEc .pic_hover_X5l3sh::after {
    z-index: 1;
    width: 100%;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
}

.privacy_fortress_jleO7F::before {
    pointer-events: none;
    content: "";
    opacity: 0.15;
    left: 0;
    background: 
        radial-gradient(circle at 10% 90%, rgb(130,122,133,0.5), transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(172,167,173,0.5), transparent 45%);
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.privacy_fortress_jleO7F h1::after {
    height: 3px;
    content: "";
    width: 3.5rem;
    transform: scaleX(0);
    left: 0;
    position: absolute;
    animation: expandLine 0.7s ease-out forwards 0.7s;
    transform-origin: left;
    bottom: -0.5rem;
    background: rgb(172,167,173);
}

.privacy_fortress_jleO7F h2::before {
    left: 0;
    content: "";
    position: absolute;
    width: 4px;
    top: 0.25rem;
    border-radius: 2px;
    background: rgb(130,122,133);
    height: 85%;
}

.privacy_fortress_jleO7F h3 {
    transform: translateY(10px);
    animation: slideUp 0.7s ease-out forwards 0.4s;
    position: relative;
    font-weight: 600;
    margin: 2.2rem 0 1.2rem;
    opacity: 0;
    font-size: calc(38px * 0.85);
    padding-left: 0.8rem;
    color: #000000;
}

.privacy_fortress_jleO7F h4::before {
    border-radius: 1px;
    height: 75%;
    content: "";
    position: absolute;
    background: rgb(130,122,133);
    opacity: 0.7;
    left: 0;
    width: 2px;
    top: 0.25rem;
}

.privacy_fortress_jleO7F p {
    margin-bottom: 1.5rem;
    font-size: 17px;
    color: #000000;
    max-width: 90ch;
    opacity: 0;
    animation: slideUp 0.7s ease-out forwards 0.4s;
    transform: translateY(10px);
    line-height: 1.75;
}

.privacy_fortress_jleO7F li::marker {
    color: rgb(172,167,173);
    font-size: 1.2em;
}

.privacy_fortress_jleO7F span {
    border-left: 1px solid rgb(130,122,133,0.5);
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: slideUp 0.7s ease-out forwards 0.5s;
    line-height: 1.75;
    transform: translateY(10px);
    display: block;
    padding-left: 1rem;
    max-width: 90ch;
    font-size: 17px;
    color: #000000;
}

.gratFrame_oiMDYR::before {
    content: "";
    position: absolute;
    z-index: 0;
    height: 300px;
    background: rgb(172,167,173,0.5);
    filter: blur(80px);
    width: 300px;
    animation: float 15s ease-in-out infinite;
    top: -50px;
    right: -50px;
}

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

.gratFrame_oiMDYR h2::before {
    transform-origin: left;
    left: 0;
    content: "";
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    transform: scaleX(0);
    position: absolute;
    top: -15px;
    height: 5px;
    width: 80px;
    background: linear-gradient(90deg, rgb(172,167,173) 0%, rgb(130,122,133) 100%);
}

.gratFrame_oiMDYR .academy_team_D9Z6ty::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 6px;
    content: "";
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
    position: absolute;
    background: linear-gradient(to bottom, rgb(172,167,173), rgb(130,122,133));
    transform-origin: top;
    transform: scaleY(0);
}

.gratFrame_oiMDYR ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.gratFrame_oiMDYR li::before {
    top: 8px;
    transform: scale(0);
    content: "";
    height: 10px;
    border-radius: 50%;
    width: 10px;
    background: rgb(172,167,173);
    animation: pulse 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s forwards;
    left: 0;
    position: absolute;
}

.greeting_page_Der9mB {
    background: linear-gradient(135deg, rgb(201,200,188) 0%, rgb(172,167,173,0.5) 100%);
    padding: 120px 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
}

.greeting_page_Der9mB > div {
    max-width: 1200px;
    gap: 50px;
    display: flex;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    flex-direction: column;
    padding: 0 20px;
}

.greeting_page_Der9mB > div > div:first-child {
    opacity: 0;
    display: flex;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(20px);
    align-items: flex-start;
    flex-direction: column;
}

.greeting_page_Der9mB p {
    max-width: 500px;
    opacity: 0;
    color: #000000;
    font-size: 13px;
    transform: translateY(20px);
    margin: 0;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    line-height: 1.6;
}

.greeting_page_Der9mB .start_base_5Q7BZq {
    position: relative;
    transform: translateY(30px);
    animation: fadeInUp 0.8s 0.6s ease-out forwards;
    width: 100%;
    opacity: 0;
}

.greeting_page_Der9mB .virtual_study_qMZdze::before {
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    content: "";
}

.greeting_page_Der9mB .virtual_study_qMZdze h3 {
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;
    max-width: 90%;
    font-size: calc(24px * 1.1);
}

.greeting_page_Der9mB .virtual_study_qMZdze:hover span {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
}

header .main_sitewrap_nHClmv {
    padding: 0;
    width: 100%;
}

header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

header .head_nav_XyfGjl {
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
}

header .header_start_TVh6KQ {
    padding: 5px 0;
    transition: all 0.3s ease;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 13px;
    position: relative;
}

header .header_start_TVh6KQ:after {
    left: 0;
    position: absolute;
    transform: scaleX(0);
    background-color: rgb(172,167,173);
    transition: transform 0.3s ease;
    width: 100%;
    bottom: 0;
    height: 2px;
    transform-origin: center;
    content: '';
}

header .site_core_iYFyDt {
    align-items: center;
    padding: 5px 10px;
    text-decoration: none;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
}

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

header .site_core_iYFyDt svg {
    transition: transform 0.3s ease;
    width: auto;
    height: 42px;
}

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

.contact_panel_3j219n {
    position: relative;
    padding: 100px 0;
}

.contact_panel_3j219n::before {
    content: '';
    opacity: 0.85;
    background: rgb(201,200,188);
    z-index: 1;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}

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

.contact_panel_3j219n .request_widget_dzirUo {
    transform-origin: left center;
    flex: 1;
    padding: 60px 40px;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    transform: rotateY(10deg);
    background: #ffffff;
    border-radius: 10px 0 0 10px;
}

.contact_panel_3j219n .request_widget_dzirUo h3::before {
    left: 0;
    width: 30px;
    position: absolute;
    background: rgb(172,167,173);
    content: '';
    top: -15px;
    height: 5px;
}

.contact_panel_3j219n .request_widget_dzirUo div:hover {
    transform: scale(1.05) translateZ(10px);
}

.contact_panel_3j219n .request_widget_dzirUo svg {
    padding: 6px;
    margin-right: 15px;
    height: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 50%;
    width: 30px;
}

.contact_panel_3j219n .request_widget_dzirUo a {
    font-weight: 600;
    color: rgb(172,167,173);
    position: relative;
    text-decoration: none;
}

.contact_panel_3j219n .request_widget_dzirUo a:hover::after {
    width: 100%;
}

.contact_panel_3j219n .inquiry_grid_ZSjG47 {
    flex: 1.2;
    transform: rotateY(-5deg);
    background: rgb(201,200,188);
    padding: 60px 40px;
    transform-origin: right center;
    border-radius: 0 10px 10px 0;
}

.contact_panel_3j219n form input[type="text"],
.contact_panel_3j219n form input[type="email"] {
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 0;
    font-size: 17px;
    color: rgb(172,167,173);
    padding: 20px 25px;
    width: 100%;
    margin-bottom: 25px;
    background: transparent;
}

.contact_panel_3j219n .reach_info_9J1HL4 {
    margin: 30px 0;
    display: flex;
    align-items: flex-start;
}

.contact_panel_3j219n .reach_info_9J1HL4 label {
    cursor: pointer;
    padding-left: 35px;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
}

.contact_panel_3j219n .reach_info_9J1HL4 input[type="checkbox"]:checked + label::before {
    background: rgb(172,167,173);
    border-color: rgb(172,167,173);
}

.contact_panel_3j219n .reach_info_9J1HL4 input[type="checkbox"]:checked + label::after {
    border: solid rgb(172,167,173);
    top: 4px;
    left: 8px;
    position: absolute;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    width: 6px;
    height: 12px;
    content: '';
}

.contact_panel_3j219n .connect_widget_DjLMCX::before {
    position: absolute;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    background: rgb(130,122,133);
    z-index: -1;
    content: '';
    width: 0;
    height: 100%;
    left: 0;
}

.contact_panel_3j219n .connect_widget_DjLMCX:hover::before {
    width: 100%;
}

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

.course_fit_for_H2mW7L::before {
    background: 
        linear-gradient(45deg, rgb(172,167,173,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(130,122,133,0.5) 25%, transparent 25%);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.05;
    left: 0;
    width: 100%;
    z-index: 0;
    background-size: 60px 60px;
}

.course_fit_for_H2mW7L h4::after {
    transform: translateX(-50%);
    width: 70px;
    bottom: 0;
    height: 4px;
    left: 50%;
    background: linear-gradient(90deg, rgb(172,167,173), rgb(130,122,133));
    border-radius: 2px;
    content: "";
    position: absolute;
}

.course_fit_for_H2mW7L div p::before {
    background: #ffffff;
    transition: all 0.3s ease;
    left: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    z-index: -1;
    content: "";
    opacity: 0.4;
    border-radius: calc(23px - 5px);
    border: 1px solid rgb(172,167,173,0.5);
    position: absolute;
    top: 5px;
}

.course_fit_for_H2mW7L div p:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}

.course_fit_for_H2mW7L div p:hover::before {
    top: 10px;
    left: 10px;
}

.course_fit_for_H2mW7L div p:hover::after {
    top: 15px;
    left: 15px;
}

.course_fit_for_H2mW7L div p:hover svg {
    background: rgb(172,167,173,0.5);
    transform: rotate(15deg);
}

.course_fit_for_H2mW7L div p svg path {
    transition: all 0.3s ease;
    fill: rgb(172,167,173);
}

.modalCookieSettings_bmVwvy {
    transition: transform 0.3s ease-in-out;
    padding: 20px 0;
    animation: slideUp 0.5s forwards;
    position: fixed;
    bottom: 0;
    transform: translateY(100%);
    border-top: 3px solid rgb(130,122,133);
    width: 100%;
    background: rgb(130,122,133);
    z-index: 90;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
}

.modalCookieSettings_bmVwvy h5 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-size: 19px;
    color: #ffffff;
}

.visitor_confirm_oFBf8E svg {
    fill: rgb(172,167,173);
    width: 80px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
}

.visitor_confirm_oFBf8E:hover svg {
    transform: scale(1.1);
}

.visitor_controls_tRVAMY:hover {
    box-shadow: 0 0 20px rgb(130,122,133);
}

.cookie_button.user_default_I9i8lD {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(130,122,133);
}

.cookie_button.user_default_I9i8lD:hover {
    box-shadow: 0 0 15px rgb(130,122,133);
    background: rgba(0, 0, 0, 0.5);
}

.modalCookieSettings_bmVwvy p a {
    text-decoration: none;
    color: rgb(172,167,173);
    transition: color 0.3s ease;
}


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



@media (max-width: 767px) {.customer_feedback_hR6Nf8 {
    padding: 70px 0;
}.customer_feedback_hR6Nf8 h4 {
    text-align: center;
    font-size: calc(29px * 0.8);
    margin-bottom: 50px;
}.customer_feedback_hR6Nf8 h4::after {
    transform: translateX(-50%);
    left: 50%;
    height: 40px;
    top: -15px;
    width: 40px;
}.customer_feedback_hR6Nf8 .learner_stories_218WUk {
    grid-template-columns: 1fr;
    gap: 50px;
}.customer_feedback_hR6Nf8 .learner_stories_218WUk::before,
    .customer_feedback_hR6Nf8 .learner_stories_218WUk::after {
    display: none;
}.customer_feedback_hR6Nf8 .success_stories_yj52Ub,
    .customer_feedback_hR6Nf8 .success_stories_yj52Ub:nth-child(2n),
    .customer_feedback_hR6Nf8 .success_stories_yj52Ub:nth-child(3n) {
    min-height: 280px;
    transform: none;
    padding: 30px;
}.customer_feedback_hR6Nf8 .success_stories_yj52Ub:hover,
    .customer_feedback_hR6Nf8 .success_stories_yj52Ub:nth-child(2n):hover,
    .customer_feedback_hR6Nf8 .success_stories_yj52Ub:nth-child(3n):hover {
    transform: translateY(-10px);
}.customer_feedback_hR6Nf8 .pic_hover_X5l3sh {
    width: 70px;
    height: 70px;
}.customer_feedback_hR6Nf8 .success_stories_yj52Ub span {
    font-size: calc(21px * 0.9);
}.customer_feedback_hR6Nf8 .success_stories_yj52Ub p {
    font-size: calc(16px * 0.9);
}}



@media (max-width: 576px) {.leadership_profile_yaBDEb {
    padding: 5rem 0;
}.leadership_profile_yaBDEb .pic_hover_X5l3sh {
    height: 250px;
}.leadership_profile_yaBDEb .name {
    font-size: 20px;
}.leadership_profile_yaBDEb .success_stories_yj52Ub span:not(.name) {
    font-size: 17px;
    padding: 0.5rem 1rem;
}.leadership_profile_yaBDEb .job_timeline_dBObW4 {
    line-height: 1.6;
    padding: 1.5rem;
    font-size: calc(17px * 0.9);
    width: 95%;
}}



@media (max-width: 768px) {.subscribe_to_newsletter_uV098U {
    padding: 70px 0;
}.subscribe_to_newsletter_uV098U h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 25px;
}.subscribe_to_newsletter_uV098U .inquiry_support_AlSFZ0::before {
    clip-path: polygon(0 10%, 10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}
}



@media (max-width: 480px) {.subscribe_to_newsletter_uV098U {
    padding: 50px 0;
}.subscribe_to_newsletter_uV098U h3 {
    margin-bottom: 20px;
    font-size: 19px;
    padding-bottom: 15px;
}.subscribe_to_newsletter_uV098U h3::before {
    width: 40px;
    height: 3px;
}.subscribe_to_newsletter_uV098U h3::after {
    height: 3px;
    width: 20px;
    left: 50px;
}.subscribe_to_newsletter_uV098U input[type="email"] {
    padding: 15px 20px;
}.subscribe_to_newsletter_uV098U .sub_alerts_4cX2AF {
    padding: 15px 0;
    width: 100%;
}.subscribe_to_newsletter_uV098U .inquiry_support_AlSFZ0::after {
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
    height: calc(100% - 20px);
}}



@media (max-width: 576px) {.course_program_details_85l0St .container {
    padding: 0 1rem;
}.course_program_details_85l0St .learn_track_6G9UhX {
    max-width: 100%;
    padding: 1.5rem;
}.course_program_details_85l0St .learn_track_6G9UhX h3 {
    font-size: calc(32px * 0.7);
}.course_program_details_85l0St .learn_track_6G9UhX .connect_widget_DjLMCX {
    display: block;
    padding: 0.8rem 1.5rem;
    width: 100%;
}.course_program_details_85l0St .learn_development_gKPvt8 img {
    filter: grayscale(0.2) contrast(1.1);
}
}



@media (min-width: 768px) {footer .design_res_7wITKy {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_alerts_4cX2AF {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .main_teach_VlZ4Jn, footer .subscribe_holder, footer .head_top_Ms8alQ {
    padding: 20px;
}footer .footer_social_LdWFQM {
    margin-top: 40px;
}
}



@media (min-width: 768px) {.price_card_item_dMjFEc .deal_board_q6T3QO {
    grid-template-columns: repeat(2, 1fr);
}.price_card_item_dMjFEc .discount_grid_TAeSn4 {
    padding: 3rem;
}
}



@media (min-width: 1200px) {.price_card_item_dMjFEc .deal_board_q6T3QO {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.price_card_item_dMjFEc .cost_plan_1f943m {
    padding: 2.5rem;
}.price_card_item_dMjFEc .discount_grid_TAeSn4 h2 {
    font-size: calc(35px + 0.2rem);
}.price_card_item_dMjFEc .pic_hover_X5l3sh {
    height: 250px;
}
}



@media (min-width: 768px) {.privacy_fortress_jleO7F {
    padding: 6rem 3rem;
}.privacy_fortress_jleO7F .container {
    padding: 0 2rem;
}.privacy_fortress_jleO7F h1 {
    margin-bottom: 3rem;
    font-size: calc(46px * 1.1);
}.privacy_fortress_jleO7F h1::after {
    width: 4.5rem;
}.privacy_fortress_jleO7F h2 {
    font-size: calc(38px * 1.05);
    margin: 3rem 0 1.8rem;
    padding-left: 1.2rem;
}.privacy_fortress_jleO7F h2::before {
    width: 5px;
}.privacy_fortress_jleO7F p, 
    .privacy_fortress_jleO7F li,
    .privacy_fortress_jleO7F span {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}
}



@media (min-width: 1200px) {.privacy_fortress_jleO7F {
    padding: 8rem 5rem;
}.privacy_fortress_jleO7F::before {
    background: 
            radial-gradient(circle at 5% 95%, rgb(130,122,133,0.5), transparent 40%),
            radial-gradient(circle at 95% 5%, rgb(172,167,173,0.5), transparent 45%);
}.privacy_fortress_jleO7F .container {
    padding: 0 4rem;
}.privacy_fortress_jleO7F h1 {
    font-size: calc(46px * 1.3);
}.privacy_fortress_jleO7F h1::after {
    bottom: -0.7rem;
    width: 5.5rem;
    height: 5px;
}.privacy_fortress_jleO7F ul {
    padding-left: 2.5rem;
}
}



@media (max-width: 767px) {.privacy_fortress_jleO7F {
    padding: 3rem 1.5rem;
}.privacy_fortress_jleO7F h1 {
    font-size: calc(46px * 0.9);
    margin-bottom: 1.8rem;
}.privacy_fortress_jleO7F h2 {
    margin: 2rem 0 1.2rem;
    font-size: calc(38px * 0.95);
}.privacy_fortress_jleO7F p, 
    .privacy_fortress_jleO7F li,
    .privacy_fortress_jleO7F span {
    line-height: 1.7;
    font-size: calc(17px * 0.98);
}.privacy_fortress_jleO7F ul {
    padding-left: 1.5rem;
}
}



@media (max-width: 1200px) {.gratFrame_oiMDYR {
    padding: 100px 0;
}.gratFrame_oiMDYR h2 {
    font-size: calc(36px * 0.9);
}.gratFrame_oiMDYR .academy_team_D9Z6ty {
    padding: 40px;
}
}



@media (max-width: 768px) {.gratFrame_oiMDYR {
    padding: 70px 0;
}.gratFrame_oiMDYR h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 25px;
}.gratFrame_oiMDYR h2::before {
    width: 60px;
    height: 4px;
}.gratFrame_oiMDYR .academy_team_D9Z6ty {
    padding: 30px 25px;
}.gratFrame_oiMDYR li {
    padding-left: 25px;
}
}



@media (min-width: 768px) {.greeting_page_Der9mB {
    padding: 150px 0;
}.greeting_page_Der9mB > div {
    align-items: center;
    gap: 40px;
    flex-direction: row;
}.greeting_page_Der9mB > div > div:first-child {
    flex: 1;
}.greeting_page_Der9mB .start_base_5Q7BZq {
    flex: 1.2;
}.greeting_page_Der9mB .virtual_study_qMZdze {
    height: 400px;
}.greeting_page_Der9mB .course_page_gG9pOD {
    font-size: calc(46px * 1.1);
}.greeting_page_Der9mB p {
    font-size: calc(13px * 1.1);
}
}



@media (max-width: 767px) {.greeting_page_Der9mB {
    padding: 80px 0;
}.greeting_page_Der9mB .course_page_gG9pOD {
    font-size: calc(46px * 0.9);
}.greeting_page_Der9mB p {
    max-width: 100%;
    font-size: 13px;
}.greeting_page_Der9mB .virtual_study_qMZdze {
    height: 300px;
}.greeting_page_Der9mB .virtual_study_qMZdze h3 {
    font-size: 24px;
}
}



@media (max-width: 991px) {header .container {
    padding: 15px;
}header .main_teach_VlZ4Jn {
    gap: 20px;
}header .header_start_TVh6KQ:before {
    left: -10px;
}header .site_core_iYFyDt svg {
    height: 38px;
}
}



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



@media (max-width: 1024px) {.contact_panel_3j219n .inquiry_support_AlSFZ0 {
    transform-style: flat;
}.contact_panel_3j219n .request_widget_dzirUo,
    .contact_panel_3j219n .inquiry_grid_ZSjG47 {
    transform: none;
}
}



@media (max-width: 768px) {.contact_panel_3j219n {
    padding: 80px 0;
}.contact_panel_3j219n .inquiry_support_AlSFZ0 {
    flex-direction: column;
}.contact_panel_3j219n .request_widget_dzirUo,
    .contact_panel_3j219n .inquiry_grid_ZSjG47 {
    padding: 40px 30px;
    width: 100%;
    border-radius: 0;
}.contact_panel_3j219n .request_widget_dzirUo {
    border-radius: 10px 10px 0 0;
}.contact_panel_3j219n .inquiry_grid_ZSjG47 {
    border-radius: 0 0 10px 10px;
}.contact_panel_3j219n .request_widget_dzirUo h3,
    .contact_panel_3j219n form h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}
}



@media (max-width: 991px) {.course_fit_for_H2mW7L {
    padding: 100px 0;
}.course_fit_for_H2mW7L h4 {
    margin-bottom: 60px;
    font-size: calc(28px - 2px);
}.course_fit_for_H2mW7L div {
    gap: 25px;
}.course_fit_for_H2mW7L div p {
    flex: 0 0 calc(50% - 15px);
    padding: 20px 20px 20px 65px;
    min-width: 250px;
}.course_fit_for_H2mW7L div p svg {
    width: 30px;
    top: 20px;
    left: 20px;
    height: 30px;
}
}



@media (max-width: 767px) {.course_fit_for_H2mW7L {
    padding: 80px 0;
}.course_fit_for_H2mW7L h4 {
    margin-bottom: 50px;
    font-size: calc(28px - 4px);
}.course_fit_for_H2mW7L div {
    gap: 20px;
}.course_fit_for_H2mW7L div p {
    padding: 18px 18px 18px 60px;
    flex: 0 0 100%;
}.course_fit_for_H2mW7L div p svg {
    height: 28px;
    width: 28px;
}
}


@media only screen and (max-width: 1200px) {.modalCookieSettings_bmVwvy {
    padding: 15px 0;
}.online_cookies_OC0iox {
    padding: 15px 5%;
}
}


@media only screen and (max-width: 800px) {.visitor_confirm_oFBf8E {
    display: none;
}.online_cookies_OC0iox {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.modalCookieSettings_bmVwvy h5 {
    margin-bottom: 5px;
    font-size: 18px;
}.data_opt_aLwfUd {
    margin-bottom: 15px;
}.visitor_controls_tRVAMY {
    margin: 10px 0;
    min-width: 100%;
}
}



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}



@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}



@keyframes rotate-background {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



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



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



@keyframes slideRight {
    0% {
        transform: translateX(20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}



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

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}

