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

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

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

.mentorship_experience_Tm::before {
    position: absolute;
    height: 40%;
    width: 40%;
    top: -5%;
    left: -5%;
    background: linear-gradient(225deg, rgb(176,188,186,0.5), transparent);
    opacity: 0.15;
    content: "";
    z-index: 0;
    transform: rotate(-15deg);
}

.mentorship_experience_Tm .user_quotes_wW:hover {
    transform: translateY(-5px);
}

.mentorship_experience_Tm .user_quotes_wW > div:first-child {
    width: 100%;
    position: relative;
}

.mentorship_experience_Tm .user_quotes_wW:hover .photo_frame_5B {
    transform: scale(1.02);
}

.mentorship_experience_Tm .user_quotes_wW .photo_frame_5B::after {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}

.mentorship_experience_Tm .user_quotes_wW:hover .name::after {
    transform: scaleX(1.5);
}

.mentorship_experience_Tm .user_quotes_wW > div:nth-child(3) {
    position: relative;
}

.mentorship_experience_Tm .user_quotes_wW .experience_block_BE {
    padding-left: 1.25rem;
    border-left: 3px solid rgb(133,142,135,0.5);
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
    position: relative;
    margin: 0;
}

.prospective_students_Ul::before {
    background-size: 100px 100px;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(176,188,186,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(176,188,186,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(176,188,186,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(176,188,186,0.5) 25%, transparent 25%);
    opacity: 0.05;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.prospective_students_Ul div > div {
    gap: 40px;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(2, 1fr);
}

.prospective_students_Ul div > div {
    gap: 30px;
}

.prospective_students_Ul p:nth-child(even) {
    animation: float2 6s ease-in-out infinite;
}

.prospective_students_Ul p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
}

.prospective_students_Ul p:hover::before {
    opacity: 1;
}

.prospective_students_Ul p svg {
    margin-right: 15px;
    transform: translateZ(10px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 28px;
    width: 28px;
}

.prospective_students_Ul::after {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    content: "";
    background: linear-gradient(to top, #ffffff, transparent);
    bottom: 0;
    pointer-events: none;
}

.data_summary_7I ul {
    display: grid;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.data_summary_7I .statistics_grow_oy::before {
    content: "";
    height: 200%;
    left: -50%;
    width: 200%;
    top: -50%;
    transform: rotate(45deg);
    position: absolute;
    z-index: -1;
    transition: transform 1s ease;
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgba(255,255,255,0.05) 50%,
        transparent 100%
    );
}

.data_summary_7I .statistics_grow_oy p {
    background: linear-gradient(90deg, rgb(176,188,186) 0%, rgb(133,142,135) 100%);
    transform: perspective(500px) translateZ(0);
    -webkit-background-clip: text;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background-clip: text;
    color: transparent;
    font-weight: 700;
    font-size: calc(38px * 1.2);
    margin: 0 0 0.5rem;
    letter-spacing: -0.5px;
}

.data_summary_7I .statistics_grow_oy:nth-child(1) {
    animation-delay: 0.1s;
}

.data_summary_7I .statistics_grow_oy:nth-child(3) {
    animation-delay: 0.3s;
}

.data_summary_7I .statistics_grow_oy:nth-child(5) {
    animation-delay: 0.5s;
}

.learning_outcomes_xU {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,224,204), rgba(245, 248, 255, 0.95));
}

.learning_outcomes_xU .container {
    max-width: 1200px;
    display: grid;
    gap: 50px;
    z-index: 1;
    padding: 0 20px;
    grid-template-columns: 1fr 1.5fr;
    position: relative;
    align-items: center;
    margin: 0 auto;
}

.learning_outcomes_xU .study_tracks_gM {
    flex-direction: column;
    display: flex;
    position: relative;
    justify-content: center;
}

.learning_outcomes_xU .text_bubble_eZ::before {
    width: 5px;
    transition: height 0.7s ease;
    position: absolute;
    left: 0;
    height: 0;
    background: linear-gradient(to bottom, rgb(176,188,186), rgb(133,142,135));
    top: 0;
    content: "";
}

.learning_outcomes_xU .text_bubble_eZ:hover h1::after {
    width: 120px;
}

.learning_outcomes_xU ul {
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 1fr;
    gap: 20px;
}

.learning_outcomes_xU li p {
    padding-left: 35px;
    font-size: 17px;
    position: relative;
    margin: 0;
    align-items: flex-start;
    display: flex;
    line-height: 1.6;
    color: #000000;
}

.contact_information_GJ {
    padding: 90px 0;
    background: rgb(225,224,204);
    position: relative;
    overflow: hidden;
}

.contact_information_GJ .photo_frame_5B::after {
    background: linear-gradient(to right, rgb(176,188,186,0.5), transparent 70%);
    border-radius: 29px 0 0 29px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
}

.contact_information_GJ .feedback_info_5X {
    border-radius: 29px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
    display: flex;
}

.contact_information_GJ input[type="text"]:focus,
.contact_information_GJ textarea:focus {
    box-shadow: 0 0 0 2px rgb(176,188,186,0.5);
    border-color: rgb(176,188,186);
    outline: none;
}

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

.contact_information_GJ .message_query_Cj label::before {
    position: absolute;
    width: 18px;
    transition: all 0.3s ease;
    top: 2px;
    content: '';
    border: 2px solid rgb(133,142,135);
    height: 18px;
    border-radius: 10px;
    left: 0;
}

.contact_information_GJ .message_query_Cj a:hover {
    text-decoration: underline;
}

.contact_information_GJ .support_links_D7:hover {
    transform: translateY(-3px);
    background: rgb(133,142,135);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact_information_GJ .support_query_tT::before {
    content: '';
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.contact_information_GJ .connect_panel_hZ svg {
    margin-right: 15px;
    flex-shrink: 0;
    height: 22px;
    width: 22px;
}

.contact_information_GJ .connect_panel_hZ a:hover {
    opacity: 0.8;
}

.cookie_overlay_banner_rN {
    padding: 20px 0;
    bottom: 0;
    display: flex;
    background: rgb(225,224,204);
    width: 100%;
    position: fixed;
    justify-content: center;
    z-index: 100;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(176,188,186);
}

.cookie_necessary_BL p a {
    color: rgb(176,188,186);
    text-decoration: underline;
}

.cookie_button.cookies_tech_jR {
    margin-right: 10px;
}

#cookie_panel_alert_6h:checked ~ .cookie_overlay_banner_rN {
    opacity: 0;
    visibility: hidden;
}

.client_experience_Wm::before {
    top: 0;
    content: "";
    z-index: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(45deg, transparent 49.5%, rgb(133,142,135,0.5) 49.5%, rgb(133,142,135,0.5) 50.5%, transparent 50.5%);
    right: 0;
}

.client_experience_Wm .opinion_spot_TU {
    gap: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    perspective: 1000px;
}

.client_experience_Wm .user_quotes_wW::before {
    z-index: 0;
    right: 0;
    position: absolute;
    content: "";
    height: 100px;
    top: 0;
    background: rgb(176,188,186,0.5);
    transform: translate(30%, -30%) rotate(45deg);
    width: 100px;
}

.client_experience_Wm .user_quotes_wW span {
    font-size: 20px;
    color: #000000;
    display: block;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
}

.title_greeting_wh {
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
    background-color: rgb(225,224,204);
    width: 100%;
}

.title_greeting_wh .edu_title_7O::after {
    z-index: 0;
    opacity: 0.15;
    height: 60%;
    animation: morphShape 15s ease-in-out infinite alternate;
    background: rgb(133,142,135);
    right: -5%;
    position: absolute;
    width: 40%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    top: -10%;
    content: "";
}

.title_greeting_wh .edu_title_7O h1 {
    transform: translateY(0);
    line-height: 1.2;
    font-weight: 700;
    z-index: 2;
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-size: clamp(2.5rem, 5vw, 39px);
    position: relative;
}

.title_greeting_wh .edu_title_7O p {
    backdrop-filter: blur(4px);
    border-radius: 10px;
    background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    transparent
  );
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
    padding: 0.75rem 1rem;
    font-size: calc(17px * 1.2);
    margin: 0;
    line-height: 1.6;
    color: #ffffff;
    max-width: 90%;
}

.program_offerings_oz .container {
    z-index: 3;
    position: relative;
}

.program_offerings_oz .training_path_cX {
    position: relative;
    border-radius: 28px;
    grid-column: 1 / 9;
    z-index: 5;
    padding: 3rem;
    grid-row: 2 / 8;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.program_offerings_oz .photo_frame_5B::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    content: "";
    background: linear-gradient(45deg, rgb(176,188,186,0.5) 0%, transparent 70%);
    height: 100%;
}

.program_offerings_oz .head_site_h7:hover {
    transform: rotate(0deg) scale(1.05);
}

.program_offerings_oz .head_site_h7 svg {
    height: 3rem;
    transition: all 0.3s ease;
    width: 3rem;
}

.program_offerings_oz .head_site_h7 svg path {
    fill: rgb(176,188,186);
}

.program_offerings_oz p {
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
    color: #000000;
    font-size: 15px;
}

.program_offerings_oz .study_tracks_gM::after {
    filter: blur(80px);
    right: -4rem;
    border-radius: 50%;
    animation: moveCircle 15s infinite alternate-reverse;
    content: "";
    opacity: 0.5;
    height: 8rem;
    bottom: -4rem;
    width: 8rem;
    z-index: 1;
    background: rgb(133,142,135,0.5);
    position: absolute;
}

.secure_depot_tz::before {
    background: linear-gradient(90deg, rgb(176,188,186), rgb(133,142,135), rgb(176,188,186));
    z-index: 1;
    top: 0;
    right: 0;
    position: absolute;
    left: 0;
    height: 5px;
    content: "";
}

.secure_depot_tz h1 {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.02em;
    transform-origin: left center;
    position: relative;
    border-left: 4px solid rgb(133,142,135);
    color: rgb(176,188,186);
}

.secure_depot_tz h2 {
    margin: 2.5rem 0 1.25rem;
    font-size: 35px;
    position: relative;
    padding-bottom: 0.75rem;
    color: #000000;
    font-weight: 600;
}

.secure_depot_tz h3 {
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: calc(35px * 0.85);
}

.secure_depot_tz p {
    letter-spacing: 0.01em;
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
}

.secure_depot_tz ul {
    padding-left: 1.5rem;
    list-style-type: none;
    margin: 1.5rem 0 2rem;
}

.secure_depot_tz li::before {
    height: 8px;
    content: "";
    transition: transform 0.2s ease, background 0.2s ease;
    left: 0;
    background: #ffffff;
    position: absolute;
    border-radius: 50%;
    width: 8px;
    transform: translateY(-50%);
    border: 2px solid rgb(176,188,186);
    top: 0.7em;
}

.appWrap_eR::after {
    position: absolute;
    bottom: -5%;
    height: 250px;
    width: 250px;
    content: "";
    background: radial-gradient(circle, rgb(133,142,135) 10%, transparent 70%);
    transform: rotate(15deg);
    left: -5%;
    opacity: 0.15;
    animation: float 9s ease-in-out infinite reverse;
}

.appWrap_eR .study_tracks_gM > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}

.appWrap_eR .study_tracks_gM > div:first-child::before {
    width: 0.5rem;
    content: "";
    height: 70%;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, rgb(176,188,186), rgb(133,142,135));
    left: -2rem;
    top: 50%;
    position: absolute;
}

.appWrap_eR .study_tracks_gM:hover h5::after {
    width: 120px;
}

.appWrap_eR p {
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 18px;
    transition: color 0.3s ease;
    line-height: 1.7;
}

.appWrap_eR a::before {
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    background: rgb(176,188,186);
    width: 0;
    bottom: 0;
    height: 1px;
    position: absolute;
    content: "";
}

footer::after {
    z-index: -1;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    width: 100%;
    animation: scanline 10s linear infinite;
    top: 0;
}

.twitter_cta_Xy .company_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(176,188,186,0.5);
    border-left: 3px solid #ffffff;
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
}

.twitter_cta_Xy .company_holder h3::after {
    background: rgb(176,188,186);
    height: 3px;
    content: "";
    width: 60px;
    left: 0;
    position: absolute;
    transition: width 0.4s ease-in-out;
    bottom: 0;
}

.twitter_cta_Xy .sustain_cta_Kn {
    position: relative;
}

.twitter_cta_Xy .nav_guide_Ho {
    position: relative;
    transition: all 0.4s ease;
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    transform-style: preserve-3d;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
}

.twitter_cta_Xy .nav_guide_Ho:hover::after {
    border-color: transparent rgb(133,142,135) transparent transparent;
    border-width: 0 35px 35px 0;
}

.twitter_cta_Xy .nav_guide_Ho:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1.03);
    background: rgba(255, 255, 255, 0.05);
}

.twitter_cta_Xy .nav_guide_Ho h5::after {
    width: 30%;
    bottom: -8px;
    background: rgb(176,188,186);
    left: 0;
    transition: width 0.4s ease-in-out;
    height: 3px;
    position: absolute;
    content: "";
}

.twitter_cta_Xy .nav_guide_Ho a::before {
    opacity: 0;
    transition: all 0.3s ease;
    left: -20px;
    transform: translateZ(5px);
    content: "→";
    position: absolute;
}

.twitter_cta_Xy .nav_guide_Ho a:hover::before {
    left: 0;
    opacity: 1;
}

.edu_links_rm .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.edu_links_rm .leaderboard_nS:hover {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(176,188,186), 0.3);
    color: #ffffff;
}



.twitter_cta_Xy .company_holder::before,
.twitter_cta_Xy .nav_guide_Ho::before {
    z-index: -1;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgb(176,188,186,0.5) 0%, transparent 70%);
    transition: opacity 0.5s ease;
    width: 100px;
    height: 100px;
    opacity: 0;
    filter: blur(30px);
    position: absolute;
}

.twitter_cta_Xy .company_holder::before {
    bottom: -20px;
    right: -20px;
}

.twitter_cta_Xy::after {
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    content: "";
    height: 100%;
    background-size: 40px 40px;
    z-index: -2;
    top: 0;
    left: 0;
    opacity: 0.3;
    width: 100%;
}

.our_team_5l::before {
    background: linear-gradient(135deg, rgb(176,188,186,0.5), rgba(0, 0, 0, 0.5));
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
}

.our_team_5l .text_bubble_eZ:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.our_team_5l .text_bubble_eZ::before {
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(176,188,186), rgb(133,142,135));
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.our_team_5l h5 {
    color: rgb(176,188,186);
    margin-bottom: 10px;
    transition: transform 0.4s ease;
    display: inline-block;
    transform: translateX(0);
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
}

.our_team_5l p b::after {
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: rgb(133,142,135,0.5);
    bottom: 0;
}

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

header .main_page_1T {
    border-radius: 10px;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    display: block;
    position: relative;
    padding: 0.5rem;
    text-decoration: none;
}

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

header .top_master_jl {
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 0.6rem 1.2rem;
    font-size: 13px;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

.cost_summary_Bf::after {
    height: 300px;
    bottom: -80px;
    width: 300px;
    content: "";
    background: radial-gradient(ellipse, rgb(133,142,135,0.5) 5%, transparent 70%);
    left: -80px;
    animation: pulseGlow 10s infinite alternate-reverse;
    position: absolute;
    filter: blur(20px);
}

.pricing_kit_Fq .premium_plan_EI {
    display: grid;
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
}

.pricing_kit_Fq .price_options_iz {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    height: 100%;
    display: block;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              0 5px 15px rgba(0, 0, 0, 0.1), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.pricing_kit_Fq .price_options_iz h4 {
    transition: transform 0.3s ease;
    margin: 0 0 20px;
    position: relative;
    color: rgb(176,188,186);
    padding-bottom: 15px;
    font-size: calc(23px * 1.1);
    font-weight: 600;
}

.pricing_kit_Fq .price_options_iz p {
    font-size: 17px;
    margin: 0 0 25px;
    line-height: 1.6;
    overflow-wrap: break-word;
    scrollbar-width: thin;
    overflow-y: auto;
    scrollbar-color: rgb(176,188,186) rgba(255, 255, 255, 0.1);
    color: #ffffff;
    word-break: normal;
    flex: 1;
    max-height: 250px;
}

.pricing_kit_Fq .price_options_iz:hover .price_tiers_xW::before {
    left: 100%;
}

.pricing_kit_Fq .price_options_iz p::-webkit-scrollbar {
    width: 6px;
}

.pricing_kit_Fq .price_options_iz p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.pricing_kit_Fq .price_options_iz p::-webkit-scrollbar-thumb {
    background-color: rgb(176,188,186);
    border-radius: 10px;
}



@media (min-width: 1280px) {.mentorship_experience_Tm .user_quotes_wW {
    gap: 3rem 5rem;
    padding: 5rem;
    grid-template-columns: 380px 1fr;
}.mentorship_experience_Tm .user_quotes_wW .experience_block_BE {
    padding-left: 2rem;
    border-left: 4px solid rgb(133,142,135,0.5);
}}



@media (max-width: 768px) {.prospective_students_Ul {
    padding: 80px 0;
}.prospective_students_Ul h4 {
    font-size: calc(35px * 0.8);
    margin-bottom: 50px;
}.prospective_students_Ul div > div {
    gap: 25px;
    grid-template-columns: 1fr;
}.prospective_students_Ul p {
    padding: 18px;
}.prospective_students_Ul p svg {
    height: 24px;
    margin-right: 12px;
    width: 24px;
}.prospective_students_Ul p:nth-child(odd),
    .prospective_students_Ul p:nth-child(even) {
    transform: none;
    animation: none;
}.prospective_students_Ul p:hover {
    transform: translateY(-5px);
}.prospective_students_Ul p:hover svg {
    transform: scale(1.2);
}.prospective_students_Ul::after {
    height: 100px;
}
}



@media (min-width: 992px) {.data_summary_7I {
    padding: 6rem 0;
}.data_summary_7I ul {
    grid-template-columns: repeat(4, 1fr);
}.data_summary_7I .statistics_grow_oy:nth-child(odd) {
    transform: translateY(20px);
}.data_summary_7I .statistics_grow_oy:nth-child(odd):hover {
    transform: translateY(10px);
}.data_summary_7I .statistics_grow_oy:nth-child(even):hover {
    transform: translateY(-10px);
}.data_summary_7I h4 {
    margin-top: 5rem;
}
}



@media (max-width: 768px) {.learning_outcomes_xU {
    padding: 60px 0;
}.learning_outcomes_xU .text_bubble_eZ {
    padding: 30px 20px;
}.learning_outcomes_xU h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 25px;
}.learning_outcomes_xU ul {
    gap: 15px;
}.learning_outcomes_xU li p {
    font-size: calc(17px * 0.95);
}
}



@media (max-width: 768px) {.contact_information_GJ {
    padding: 60px 0;
}.contact_information_GJ h3 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.contact_information_GJ .message_widget_tf,
    .contact_information_GJ .support_query_tT {
    padding: 40px;
}
}


@media only screen and (max-width: 1200px) {.privacy_ack_9M {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookies_terms_V3 {
    margin-right: 0;
    margin-bottom: 20px;
}.cookie_window_QK {
    max-width: 250px;
    width: 100%;
    margin: 10px 0;
}}



@media (max-width: 768px) {.client_experience_Wm {
    padding: 4rem 1.5rem;
}.client_experience_Wm .opinion_spot_TU {
    grid-template-columns: 1fr;
    gap: 2rem;
}.client_experience_Wm h4 {
    font-size: calc(36px * 0.8);
    margin-bottom: 3rem;
}.client_experience_Wm .user_quotes_wW {
    padding: 2rem;
}}



@media (prefers-reduced-motion) {.title_greeting_wh .edu_title_7O::after {
    animation: none;
}.title_greeting_wh:hover .edu_title_7O span,
  .title_greeting_wh:hover .edu_title_7O h3,
  .title_greeting_wh:hover .edu_title_7O h1,
  .title_greeting_wh:hover .edu_title_7O p {
    transform: none;
}}



@media (max-width: 992px) {.program_offerings_oz {
    padding: 6rem 0;
}.program_offerings_oz .study_tracks_gM {
    grid-template-rows: auto auto;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
}.program_offerings_oz .training_path_cX {
    padding: 2.5rem;
    grid-row: 2 / 3;
    grid-column: auto;
}.program_offerings_oz .photo_frame_5B {
    height: 350px;
    grid-row: 1 / 2;
    grid-column: auto;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
}.program_offerings_oz .head_site_h7 {
    bottom: -2rem;
    right: 3rem;
    top: auto;
}.program_offerings_oz h3 {
    font-size: calc(37px * 0.9);
}
}



@media (min-width: 768px) {.secure_depot_tz {
    padding: 5rem 3rem;
}.secure_depot_tz h1 {
    padding-left: 2rem;
    margin-bottom: 2.5rem;
    font-size: calc(42px * 1.1);
}.secure_depot_tz h1::after {
    width: 80px;
    left: 2rem;
}.secure_depot_tz .container {
    padding: 0 2rem;
}.secure_depot_tz p {
    max-width: 90%;
}.secure_depot_tz ul {
    max-width: 90%;
    padding-left: 2rem;
}
}



@media (max-width: 767px) {.secure_depot_tz {
    padding: 3rem 1.5rem;
}.secure_depot_tz h1 {
    padding-left: 1rem;
    font-size: calc(42px * 0.9);
}.secure_depot_tz h1::after {
    width: 50px;
    left: 1rem;
}.secure_depot_tz h2 {
    font-size: calc(35px * 0.9);
}.secure_depot_tz h3 {
    font-size: calc(35px * 0.75);
}.secure_depot_tz h4 {
    font-size: calc(35px * 0.65);
}.secure_depot_tz p, 
    .secure_depot_tz li,
    .secure_depot_tz span {
    font-size: calc(12px * 0.95);
}
}



@media screen and (max-width: 576px) {.appWrap_eR {
    padding: 3rem 0;
}.appWrap_eR .study_tracks_gM {
    padding: 1.75rem;
    clip-path: polygon(0 0, 100% 0, 100% 98%, 98% 100%, 0 100%);
}.appWrap_eR .study_tracks_gM > div:first-child {
    margin-bottom: 1.5rem;
}.appWrap_eR .study_tracks_gM > div:first-child::before {
    height: 60%;
    left: -1.2rem;
}.appWrap_eR h5 {
    font-size: calc(18px * 0.85);
}.appWrap_eR p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}



@media (max-width: 992px) {.our_team_5l {
    padding: 80px 0;
}.our_team_5l .text_bubble_eZ {
    transform: perspective(800px) rotateY(-1deg);
    padding: 35px 40px;
}.our_team_5l h5 {
    font-size: calc(18px * 0.9);
}.our_team_5l p {
    font-size: 12px;
}.our_team_5l p b {
    font-size: 20px;
}
}



@media (max-width: 576px) {.our_team_5l {
    padding: 50px 0;
}.our_team_5l .container {
    padding: 0 20px;
}.our_team_5l .text_bubble_eZ {
    padding: 25px 20px;
}.our_team_5l .text_bubble_eZ::before {
    width: 3px;
}.our_team_5l .text_bubble_eZ::after {
    display: none;
}.our_team_5l h5 {
    font-size: calc(18px * 0.8);
}.our_team_5l p {
    font-size: calc(12px * 0.95);
    margin-bottom: 15px;
}.our_team_5l p b {
    font-size: calc(20px * 0.9);
}.our_team_5l ol {
    padding-left: 10px;
}.our_team_5l ol li {
    font-size: calc(12px * 0.9);
    padding-left: 10px;
    line-height: 1.6;
}}



@media (max-width: 992px) {.pricing_kit_Fq h2 {
    font-size: calc(29px * 0.9);
}.pricing_kit_Fq .monthly_rate_s4 {
    font-size: 17px;
    margin-bottom: 40px;
}.pricing_kit_Fq .rate_packages_NW {
    min-height: 350px;
    padding: 25px;
}
}



@media (max-width: 576px) {.pricing_kit_Fq {
    padding: 50px 0;
}.pricing_kit_Fq h2 {
    font-size: calc(29px * 0.8);
}.pricing_kit_Fq .monthly_rate_s4 {
    font-size: calc(17px * 0.9);
    margin-bottom: 30px;
}.pricing_kit_Fq .premium_plan_EI {
    max-width: 400px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_kit_Fq .rate_packages_NW {
    padding: 20px;
    min-height: 300px;
}.pricing_kit_Fq .price_options_iz p {
    font-size: calc(17px * 0.9);
    max-height: 180px;
}.pricing_kit_Fq .price_tiers_xW {
    padding: 8px 15px;
}
}



@keyframes morphShape {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  25% {
    border-radius: 50% 50% 70% 30% / 40% 40% 60% 60%;
  }
  50% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }
  75% {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
  }
  100% {
    border-radius: 30% 70% 70% 30% / 30% 50% 50% 70%;
  }
}



@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(133,142,135,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(133,142,135);
    }
}



@keyframes pulseGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}

