.wrapper-border_aW {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}

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

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

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


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

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

footer .message_us_CN {
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 30px;
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

footer .info_item:hover {
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

footer .info_item svg {
    transition: transform 0.3s ease;
    fill: rgb(179,161,163);
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

footer .text_main_holder {
    display: grid;
    margin-bottom: 40px;
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}

footer .main_bar_cE {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

footer .main_bar_cE h5::after {
    position: absolute;
    width: 50px;
    left: 0;
    content: '';
    background: rgb(179,161,163);
    bottom: 0;
    border-radius: 10px;
    height: 3px;
}

footer .nav_site_rW a:hover {
    opacity: 1;
    color: rgb(179,161,163);
    transform: translateX(5px);
}

footer .nav_site_rW a:hover::before {
    opacity: 1;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 10px rgb(179,161,163);
}

footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}

footer .input_holder {
    position: relative;
    flex-direction: column;
    gap: 15px;
    display: flex;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .sub_status_IT {
    padding: 12px 24px;
    font-size: 20px;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(179,161,163) 0%, rgb(212,198,199) 100%);
    cursor: pointer;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    border: none;
}

footer .support_cta_NY {
    opacity: 0.7;
    color: #ffffff;
    font-weight: 300;
    font-size: 15px;
}

.secure_fence_Jv h1 {
    margin-bottom: 1em;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: rgb(212,198,199);
}

.secure_fence_Jv h4 {
    font-weight: 400;
    color: rgb(179,161,163);
    font-size: calc(21px - 0.4em);
}

.secure_fence_Jv h6 {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
    font-size: 20px;
}

.secure_fence_Jv li {
    margin-bottom: 0.5em;
    font-size: 17px;
}

.secure_fence_Jv span {
    color: rgb(212,198,199);
    font-weight: 600;
}

.secure_fence_Jv h2::after {
    height: 3px;
    width: 40px;
    background-color: rgb(179,161,163);
    border-radius: 10px;
    content: "";
    display: block;
    margin: 0.5em auto 0;
}

.secure_fence_Jv a:hover {
    text-decoration: none;
    color: rgb(179,161,163);
}

.get_updates_ki::before {
    left: -20%;
    top: -50%;
    z-index: 1;
    height: 200%;
    transform: rotate(15deg);
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(212,198,199,0.5) 0%, transparent 70%);
}

.get_updates_ki .value_vision_SW {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.95);
    gap: 2rem;
    flex-direction: column;
    display: flex;
    padding: 3rem;
}

.get_updates_ki .input_holder div {
    position: relative;
    flex: 1;
}

.get_updates_ki .input_holder div::before {
    height: 2px;
    transition: width 0.4s ease;
    position: absolute;
    left: 0;
    background: rgb(212,198,199);
    width: 0;
    z-index: 2;
    content: "";
    bottom: -2px;
}

.get_updates_ki input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}

.get_updates_ki .sub_status_IT {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    border: none;
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    cursor: pointer;
    padding: 1rem 2rem;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(212,198,199) 0%, rgb(179,161,163) 100%);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    display: inline-block;
    align-self: flex-start;
}

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

.who_we_are_Ps h2 {
    opacity: 0;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 32px;
    animation: slideInTitle 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    color: #ffffff;
    margin-bottom: 50px;
    position: relative;
    transform: translateX(-20px);
}

.who_we_are_Ps .legend_holder_oQ::before {
    position: absolute;
    animation: expandHeight 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    width: 3px;
    left: 0;
    height: 0;
    top: 0;
    background: rgb(179,161,163);
    content: '';
}

.who_we_are_Ps .legend_holder_oQ::after {
    right: 30px;
    bottom: -15px;
    height: 5px;
    width: 200px;
    transform-origin: right;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(212,198,199));
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.2s;
    position: absolute;
    content: '';
}

.data_statistics_PD .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}

.data_statistics_PD .extra_gain_nR::before {
    top: 0;
    background: rgb(212,198,199);
    content: "";
    height: 100%;
    width: 5px;
    border-radius: 10px 0 0 10px;
    position: absolute;
    left: 0;
}

.data_statistics_PD .career_statistics_zn::after {
    content: "";
    border-radius: 10px;
    bottom: -0.5rem;
    position: absolute;
    background: rgb(179,161,163);
    height: 3px;
    width: 50%;
    left: 0;
}

.data_statistics_PD .program_wins_qI:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.data_statistics_PD .program_wins_qI:nth-child(even) h4 {
    background: rgb(179,161,163);
}

.data_statistics_PD .program_wins_qI h4::before {
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 60%);
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.data_statistics_PD svg path {
    fill: inherit;
}

header::after {
    background: linear-gradient(90deg, 
        rgb(212,198,199) 0%,
        rgb(179,161,163) 50%,
        rgb(212,198,199) 100%
    );
    bottom: 0;
    animation: gradientSlide 5s linear infinite;
    background-size: 200% auto;
    width: 100%;
    position: absolute;
    left: 0;
    height: 4px;
    content: '';
}

header .top_main_Mg:hover {
    transform: translateY(-3px) scale(1.02);
}

header .main_pro_eJ::before {
    border: 1px solid rgb(212,198,199);
    left: -8px;
    bottom: -8px;
    transform: skew(-3deg);
    opacity: 0.3;
    transition: all 0.3s ease;
    position: absolute;
    top: -8px;
    content: '';
    right: -8px;
    border-radius: 10px;
}

header .header_nav_Xy a::before {
    bottom: 5px;
    content: '';
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.3s ease;
    height: 1px;
    opacity: 0.7;
    left: 10%;
    background: rgb(212,198,199);
    width: 80%;
}

header .header_nav_Xy::after {
    height: 100%;
    left: 0;
    top: 0;
    transition: opacity 0.3s ease;
    background: radial-gradient(circle at center, rgb(212,198,199,0.5) 0%, transparent 70%);
    content: '';
    position: absolute;
    width: 100%;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
}

.gratPage_MN::after {
    width: 300px;
    content: "";
    filter: blur(100px);
    right: -5%;
    height: 300px;
    opacity: 0.1;
    animation: pulse 10s infinite alternate ease-in-out;
    border-radius: 50%;
    background: rgb(179,161,163);
    position: absolute;
    z-index: 0;
    top: -10%;
}

.gratPage_MN h2::after {
    height: 3px;
    bottom: -15px;
    animation: expandLine 1s forwards ease-out;
    background: rgb(179,161,163);
    width: 80px;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    animation-delay: 1s;
    content: "";
    left: 0;
}

.gratPage_MN .value_vision_SW::before {
    border: 1px solid rgb(212,198,199,0.5);
    pointer-events: none;
    content: "";
    bottom: 20px;
    left: 20px;
    position: absolute;
    top: 20px;
    opacity: 0.1;
    right: 20px;
}

.gratPage_MN li span::after {
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(212,198,199,0.5) 0%, transparent 100%);
    width: 100%;
    left: 0;
    height: 1px;
    opacity: 0.2;
    content: "";
}

.program_information_zY::before {
    left: 0;
    width: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(212,198,199,0.5), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(179,161,163,0.5), 0.06) 0%, transparent 40%);
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    content: "";
}

.program_information_zY .legend_holder_oQ {
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    background: #ffffff;
    position: relative;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    padding: 30px;
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.program_information_zY h3::after {
    bottom: 0;
    width: 60px;
    left: 0;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgb(212,198,199);
    content: '';
    height: 3px;
    position: absolute;
}

.program_information_zY .legend_holder_oQ:hover {
    transform: perspective(1000px) rotateY(0) translateZ(10px);
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
}

.future_members_rH {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(239,234,235);
}

.future_members_rH .value_vision_SW {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}

.future_members_rH h3 {
    position: relative;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 4rem;
    color: rgb(212,198,199);
    font-size: 45px;
}

.future_members_rH li {
    position: relative;
    border-radius: 24px;
    flex-direction: column;
    overflow: hidden;
    backdrop-filter: blur(10px);
    padding: 2.5rem 2rem;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.9);
    align-items: center;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
    display: flex;
    text-align: center;
}

.future_members_rH li {
    line-height: 1.7;
    font-size: calc(12px * 1.1);
    margin-top: 1rem;
    color: #000000;
    font-weight: 300;
}

.future_members_rH li svg {
    filter: drop-shadow(0 3px 6px rgb(179,161,163,0.5));
    fill: rgb(179,161,163);
    transition: all 0.5s ease;
    margin-bottom: 1.5rem;
    animation: float 8s ease-in-out infinite;
    width: 70px;
    height: 70px;
}

.future_members_rH li:nth-child(4) {
    animation-delay: 0.9s;
}

.pricing_frame_sd::after {
    filter: blur(25px);
    opacity: 0.5;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    height: 300px;
    width: 300px;
    content: '';
    animation: float 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(135deg, rgb(179,161,163,0.5), transparent);
    left: -50px;
    z-index: 1;
    position: absolute;
    bottom: -100px;
}

.pricing_frame_sd .study_rates_xo h2::after {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    background: rgb(212,198,199);
    left: 50%;
    width: 80px;
    bottom: -10px;
}

.pricing_frame_sd .plan_fees_QD {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(30px);
    text-decoration: none;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    display: block;
    position: relative;
    opacity: 0;
}

.pricing_frame_sd .pricing_offers_ME {
    padding: 2.5rem 2rem;
    flex-direction: column;
    z-index: 2;
    flex-grow: 1;
    position: relative;
    display: flex;
}

.pricing_frame_sd .plan_fees_QD:hover .pricing_offers_ME h3 {
    color: rgb(212,198,199);
}

.pricing_frame_sd .program_price_Ib::after {
    content: '';
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(212,198,199,0.5);
    bottom: 0;
    width: 40px;
}

.pricing_frame_sd .main_photo_pm::after {
    position: absolute;
    opacity: 0;
    content: '';
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    bottom: 0;
    transition: opacity 0.4s ease;
    left: 0;
    right: 0;
    top: 0;
}

.contact_form_section_dp .main_photo_pm {
    top: 0;
    z-index: 0;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
}

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

.contact_form_section_dp .request_feedback_VX {
    position: relative;
    padding: 60px 50px;
    flex: 2;
}

.contact_form_section_dp form h3 {
    text-shadow: none;
    text-transform: none;
    color: #000000;
    font-size: 23px;
    text-align: left;
    margin-bottom: 30px;
    letter-spacing: normal;
    font-weight: 700;
}

.contact_form_section_dp input[type="text"]:focus,
.contact_form_section_dp textarea:focus {
    border-color: rgb(212,198,199);
    outline: none;
}

.contact_form_section_dp .reach_request_cI input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_form_section_dp .reach_request_cI input[type="checkbox"]:checked + label::before {
    background: rgb(212,198,199);
    border-color: rgb(212,198,199);
}

.contact_form_section_dp .reach_request_cI a {
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(212,198,199);
    text-decoration: none;
}

.contact_form_section_dp .message_links_PI:hover {
    background: #000000;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.contact_form_section_dp .query_section_cA::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.contact_form_section_dp .support_block_kN {
    margin: 0;
    list-style: none;
    padding: 0;
}

.contact_form_section_dp .support_block_kN li {
    transition: transform 0.3s ease;
    margin-bottom: 30px;
    align-items: center;
    display: flex;
}

.contact_form_section_dp .support_block_kN li:hover svg {
    transform: scale(1.2);
}

.contact_form_section_dp .support_block_kN a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}

.cookieUsagePromptBar_sK {
    background: rgb(179,161,163);
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 90;
    border-top: 3px solid rgb(212,198,199);
    padding: 15px 20px;
    position: fixed;
}

.privacy_switch_tI {
    text-decoration: none;
    flex-shrink: 0;
    border: 2px solid rgb(212,198,199);
    min-width: 150px;
    cursor: pointer;
    margin-left: 10px;
    background: rgb(212,198,199);
    border-radius: 10px;
    text-align: center;
    transition: none;
    font-size: 18px;
    color: #ffffff;
    padding: 10px 20px;
}

.homepage_KT > div {
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.homepage_KT .course_entry_ur {
    line-height: 1.2;
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: clamp(2rem, 5vw, 39px);
    color: #000000;
    margin: 0;
}

.homepage_KT .skill_trackfast_MN::before {
    z-index: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(212,198,199,0.5));
    position: absolute;
    backdrop-filter: blur(5px);
    top: 0;
    content: "";
}

.homepage_KT .skill_trackfast_MN h3 {
    margin: 0;
    transform: translateX(20px);
    color: #ffffff;
    padding: 1.5rem;
    line-height: 1.5;
    border-left: 5px solid rgb(179,161,163);
    background: linear-gradient(120deg, rgb(212,198,199), rgb(179,161,163));
    font-size: calc(20px * 1.1);
    animation: slideInLeft 0.8s ease-out forwards 0.9s;
    opacity: 0;
}

.education_framework_oG .value_vision_SW {
    padding: 0 30px;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.5s ease-out;
    margin: 0 auto;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
}

.education_framework_oG h2::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 80px;
    transform-origin: left center;
    transform: scaleX(1);
    bottom: 0;
    left: 0;
    background: rgb(212,198,199);
    content: '';
    height: 3px;
}

.education_framework_oG .legend_holder_oQ:hover {
    transform: translateZ(40px) translateX(5px);
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.15), 
                -30px -30px 80px rgba(255, 255, 255, 0.07);
}

.education_framework_oG p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    z-index: 2;
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
}

.leadership_profile_lM::after {
    right: -10%;
    height: 200%;
    content: "";
    width: 60%;
    background: rgb(179,161,163);
    top: -50%;
    opacity: 0.04;
    position: absolute;
    z-index: 0;
    transform: rotate(-12deg);
}

.leadership_profile_lM .learning_stories_fH:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.leadership_profile_lM .learning_stories_fH .main_photo_pm {
    width: 260px;
    height: 260px;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 0.5rem;
    position: relative;
    transform: translateZ(20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.leadership_profile_lM .learning_stories_fH > div:nth-child(2) {
    transition: transform 0.4s ease;
    position: relative;
    text-align: center;
    transform: translateY(0);
}

.leadership_profile_lM .name::after {
    width: 0;
    bottom: -5px;
    transition: width 0.4s ease;
    position: absolute;
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    content: "";
    background: rgb(179,161,163);
}

.leadership_profile_lM .work_milestones_Lg::before {
    content: "";
    left: -10px;
    top: -20px;
    font-family: serif;
    color: rgb(179,161,163,0.5);
    opacity: 0.3;
    position: absolute;
    font-size: 5rem;
}



@media (max-width: 992px) {footer .encrypt_cta_SA {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .message_us_CN {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}


@media only screen and (max-width: 800px) {.secure_fence_Jv {
    padding: 1em;
    border-radius: 10px;
}.secure_fence_Jv h1 {
    font-size: calc(21px - 0.5em);
}.secure_fence_Jv h2 {
    font-size: calc(21px - 0.4em);
}.secure_fence_Jv p,
    .secure_fence_Jv li {
    font-size: calc(17px - 0.2em);
}}



@media (max-width: 767px) {.get_updates_ki {
    padding: 3rem 1.5rem;
}.get_updates_ki .value_vision_SW {
    gap: 1.5rem;
    padding: 2rem;
}.get_updates_ki h3 {
    border-left-width: 3px;
    padding-left: 0.75rem;
    font-size: calc(22px * 0.9);
}.get_updates_ki input[type="email"] {
    padding: 0.8rem;
}.get_updates_ki .sub_status_IT {
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem;
}
}



@media (hover: hover) {.who_we_are_Ps .legend_holder_oQ {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                   box-shadow 0.4s ease;
}.who_we_are_Ps .legend_holder_oQ:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 
                    0 0 0 1px rgba(rgb(212,198,199,0.5), 0.1);
}
}



@media (max-width: 1024px) {.data_statistics_PD .boost_experts_cI {
    max-width: 100%;
}.data_statistics_PD .program_wins_qI h4 {
    padding: 2rem;
    font-size: calc(31px * 1.3);
}.data_statistics_PD .program_wins_qI span {
    padding: 2rem;
}
}



@media (max-width: 480px) {.data_statistics_PD {
    padding: 3rem 0;
}.data_statistics_PD .extra_gain_nR {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}.data_statistics_PD .program_wins_qI {
    flex-direction: column;
}.data_statistics_PD .program_wins_qI h4 {
    width: 100%;
    flex: 0 0 auto;
    padding: 1.5rem;
    font-size: 31px;
}.data_statistics_PD .program_wins_qI span {
    text-align: center;
    justify-content: center;
    padding: 1.5rem;
}.data_statistics_PD .career_statistics_zn {
    margin-bottom: 1rem;
    font-size: calc(31px * 0.8);
}.data_statistics_PD .boost_experts_cI {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}.data_statistics_PD svg {
    right: 0.8rem;
    height: 20px;
    top: 0.8rem;
    width: 20px;
}}



@media (max-width: 479px) {header .header_main_BQ {
    padding: 0.7rem 1rem;
}header .main_pro_eJ {
    max-width: 110px;
}header .header_nav_Xy a {
    padding: 0.4rem 0.6rem;
    font-size: calc(18px - 3px);
}}



@media (max-width: 768px) {.gratPage_MN h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
}.gratPage_MN .value_vision_SW {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.gratPage_MN li span {
    font-size: 16px;
}.gratPage_MN::after {
    height: 200px;
    width: 200px;
    right: -10%;
    top: -5%;
}
}



@media (min-width: 992px) {.program_information_zY {
    padding: 120px 0;
}.program_information_zY .job_success_Fg {
    gap: 60px;
}.program_information_zY .main_photo_pm {
    transform: perspective(1000px) rotateY(-3deg);
    height: 550px;
}.program_information_zY .legend_holder_oQ {
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    margin-left: -120px;
    padding: 60px 60px 60px 120px;
}.program_information_zY h3 {
    font-size: calc(23px * 1.2);
    margin-bottom: 30px;
}
}



@media (prefers-reduced-motion: reduce) {.program_information_zY .main_photo_pm,
  .program_information_zY .legend_holder_oQ,
  .program_information_zY h3::after,
  .program_information_zY .legend_holder_oQ::before {
    transition: none;
    transform: none;
}}



@media (max-width: 767px) {.future_members_rH {
    padding: 4rem 0;
}.future_members_rH h3 {
    letter-spacing: 1px;
    font-size: calc(45px * 0.7);
    margin-bottom: 2.5rem;
}.future_members_rH ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.future_members_rH li {
    padding: 1.8rem 1.2rem;
}.future_members_rH li svg {
    height: 50px;
    margin-bottom: 1rem;
    width: 50px;
}}



@media (max-width: 575px) {.pricing_frame_sd {
    padding: 3rem 0;
}.pricing_frame_sd .study_rates_xo h2 {
    font-size: calc(34px - 4px);
}.pricing_frame_sd .study_packages_xH {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.pricing_frame_sd .pricing_offers_ME {
    padding: 1.5rem 1.25rem;
}.pricing_frame_sd .main_photo_pm {
    height: 160px;
}
}



@media (max-width: 768px) {.contact_form_section_dp {
    padding: 80px 0;
}.contact_form_section_dp .main_photo_pm {
    height: 25%;
}.contact_form_section_dp h3 {
    margin-bottom: 40px;
    font-size: calc(40px * 0.8);
}.contact_form_section_dp .request_feedback_VX,
    .contact_form_section_dp .query_section_cA {
    padding: 30px;
}.contact_form_section_dp form h3,
    .contact_form_section_dp .query_section_cA h4 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.contact_form_section_dp .message_links_PI {
    padding: 14px 30px;
}
}




@media (max-width: 992px) {.homepage_KT {
    padding: 1.5rem;
}.homepage_KT .skill_trackfast_MN {
    padding: 2rem;
}.homepage_KT .course_entry_ur {
    font-size: clamp(1.8rem, 4.5vw, 38px);
}.homepage_KT .skill_trackfast_MN > div > div {
    padding: 1.5rem;
}.homepage_KT .skill_trackfast_MN h3 {
    font-size: 20px;
    padding: 1.25rem;
}
}



@media (max-width: 576px) {.homepage_KT {
    padding-top: 4rem;
    min-height: initial;
    padding-bottom: 4rem;
    padding: 1rem;
}.homepage_KT .course_entry_ur {
    font-size: calc(38px * 0.9);
}.homepage_KT .skill_trackfast_MN {
    padding: 1rem;
}.homepage_KT .skill_trackfast_MN > div > div {
    margin-bottom: 1rem;
    padding: 1rem;
}.homepage_KT .skill_trackfast_MN h3 {
    font-size: 22px;
    padding: 0.875rem;
}
}



@media (min-width: 768px) {.leadership_profile_lM .learning_stories_fH {
    grid-template-columns: 260px 1fr;
    padding: 4rem;
    gap: 3rem;
}.leadership_profile_lM .learning_stories_fH > div:nth-child(2) {
    text-align: left;
    grid-column: 2;
    align-self: center;
}.leadership_profile_lM .name::after {
    left: 0;
    transform: translateX(0);
}.leadership_profile_lM .learning_stories_fH > div:nth-child(3) {
    grid-column: span 2;
}
}



@media (min-width: 992px) {.leadership_profile_lM {
    padding: 8rem 2rem;
}.leadership_profile_lM .learning_stories_fH {
    grid-template-columns: 280px auto 1fr;
    grid-template-rows: auto 1fr;
}.leadership_profile_lM .learning_stories_fH > div:first-child {
    grid-row: span 2;
}.leadership_profile_lM .learning_stories_fH > div:nth-child(2) {
    padding-left: 1rem;
    grid-column: 2 / span 2;
}.leadership_profile_lM .learning_stories_fH > div:nth-child(3) {
    padding-left: 1rem;
    padding-top: 1rem;
    grid-row: 2;
    grid-column: 2 / span 2;
}.leadership_profile_lM .work_milestones_Lg {
    font-size: calc(18px * 1.05);
    padding-left: 2rem;
}
}



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



@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) skewX(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-15deg) skewX(-15deg) translateY(-20px);
    }
}



@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



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



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



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

