.head_core_NT {
    flex: 1 0 auto;
}

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

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


.mentorship_experience_Tm {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(225,224,204), rgba(245, 247, 250, 0.92));
    overflow: hidden;
}

.mentorship_experience_Tm::after {
    z-index: 0;
    opacity: 0.1;
    right: -5%;
    bottom: -5%;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(133,142,135,0.5), transparent);
    height: 50%;
    width: 30%;
    transform: rotate(10deg);
}

.mentorship_experience_Tm .user_quotes_wW .photo_frame_5B {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    padding-bottom: 85%;
    position: relative;
    height: 0;
    border-radius: 10px;
    overflow: hidden;
}

.mentorship_experience_Tm .user_quotes_wW .name {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: calc(18px * 1.1);
    margin: 0 0 0.5rem;
    color: #000000;
}

.mentorship_experience_Tm .user_quotes_wW > div:nth-child(2) > div {
    font-weight: 600;
    color: rgb(176,188,186);
    margin-top: 0.75rem;
    letter-spacing: 0.02em;
    font-size: calc(13px * 0.95);
}

.mentorship_experience_Tm .user_quotes_wW:hover .experience_block_BE::before {
    opacity: 1;
    transform: scale(1);
}

.prospective_students_Ul {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(225,224,204) 0%, #ffffff 100%);
    padding: 120px 0;
    position: relative;
}

.prospective_students_Ul {
    padding: 100px 0;
}

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

.prospective_students_Ul h4::before {
    bottom: 0;
    left: 25%;
    border-radius: 3px;
    background: rgb(176,188,186);
    content: "";
    width: 50%;
    position: absolute;
    height: 3px;
}

.prospective_students_Ul h4::after {
    height: 1px;
    border-radius: 1px;
    background: rgb(133,142,135,0.5);
    left: 15%;
    width: 70%;
    bottom: 10px;
    position: absolute;
    content: "";
}

.prospective_students_Ul p:nth-child(odd) {
    animation: float1 5s ease-in-out infinite;
}



.prospective_students_Ul p::before {
    position: absolute;
    top: 0;
    border-radius: 16px;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, #ffffff 0%, rgb(225,224,204) 100%);
    z-index: -1;
    content: "";
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.prospective_students_Ul p:hover svg {
    transform: translateZ(30px) scale(1.2);
}

.prospective_students_Ul p span {
    transform: translateZ(5px);
}

.data_summary_7I {
    background: linear-gradient(135deg, rgb(225,224,204) 0%, rgb(176,188,186,0.5) 100%);
    overflow: hidden;
    padding: 4rem 0;
    position: relative;
}

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

.data_summary_7I .statistics_grow_oy {
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    transform: translateY(0);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
}



.data_summary_7I .statistics_grow_oy {
    animation: statsAppear 0.8s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    opacity: 0;
}

.data_summary_7I .statistics_grow_oy:hover span {
    transform: translateY(5px);
    opacity: 1;
}

.data_summary_7I h4 {
    padding-bottom: 1rem;
    text-align: center;
    font-weight: 700;
    color: #000000;
    position: relative;
    letter-spacing: 0.5px;
    margin-top: 3rem;
    font-size: 24px;
}

.data_summary_7I .statistics_grow_oy:nth-child(2) {
    animation-delay: 0.2s;
}

.data_summary_7I .statistics_grow_oy:nth-child(4) {
    animation-delay: 0.4s;
}

.data_summary_7I .statistics_grow_oy:nth-child(6) {
    animation-delay: 0.6s;
}

.learning_outcomes_xU::before {
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(133,142,135,0.5), rgb(176,188,186,0.5));
    z-index: 0;
    top: -10%;
    filter: blur(80px);
    width: 300px;
    height: 300px;
    opacity: 0.2;
    right: -5%;
    content: "";
    position: absolute;
}

.learning_outcomes_xU .photo_frame_5B {
    clip-path: polygon(0 5%, 100% 0, 95% 95%, 5% 100%);
    object-fit: cover;
    width: 100%;
    height: auto;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.7s ease-out, box-shadow 0.7s ease;
    transform: perspective(1000px) rotateY(-5deg);
}

.learning_outcomes_xU .text_bubble_eZ:hover::before {
    height: 100%;
}

.learning_outcomes_xU h1 {
    font-size: 39px;
    position: relative;
    color: #000000;
    transition: transform 0.5s ease;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
}

.learning_outcomes_xU li {
    transition: transform 0.4s ease;
    position: relative;
}

.learning_outcomes_xU li svg {
    transition: transform 0.4s ease;
    position: absolute;
    width: 24px;
    left: 0;
    height: 24px;
    top: 0;
}

.learning_outcomes_xU li:hover svg path {
    fill: rgb(176,188,186);
}

.contact_information_GJ::before {
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgb(133,142,135,0.5),
        rgb(133,142,135,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.05;
    width: 100%;
}

.contact_information_GJ h3 {
    color: rgb(176,188,186);
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 35px;
}

.contact_information_GJ input[type="text"],
.contact_information_GJ textarea {
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
    color: #000000;
    padding: 15px;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

.contact_information_GJ .message_query_Cj input[type="checkbox"]:checked + label::before {
    background: rgb(176,188,186);
    border-color: rgb(176,188,186);
}

.contact_information_GJ .message_query_Cj a {
    color: rgb(176,188,186);
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact_information_GJ .support_links_D7 {
    color: #ffffff;
    background: rgb(176,188,186);
    font-weight: 600;
    border: none;
    padding: 15px 40px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.contact_information_GJ .support_query_tT h4::after {
    background: #ffffff;
    width: 40px;
    content: '';
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.contact_information_GJ .connect_panel_hZ li {
    margin-bottom: 30px;
    align-items: center;
    display: flex;
}

.contact_information_GJ .connect_panel_hZ span {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #ffffff;
}

.privacy_ack_9M {
    background: rgba(0, 0, 0, 0.5);
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    border: 2px solid rgb(176,188,186);
    padding: 20px;
    border-radius: 24px;
    align-items: center;
}

.cookie_necessary_BL p {
    line-height: 1.5;
    font-size: 12px;
    margin: 0;
    color: #ffffff;
}

.cookie_window_QK {
    cursor: pointer;
    min-width: 120px;
    background: rgb(176,188,186);
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    flex-shrink: 0;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
}

.client_experience_Wm h4 {
    margin-bottom: 4rem;
    font-size: 36px;
    transform: skewX(-5deg);
    font-weight: 700;
    color: #000000;
    text-align: center;
    position: relative;
}

.client_experience_Wm .user_quotes_wW {
    padding: 2.5rem;
    transform: rotateX(10deg) rotateY(-5deg);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 18px;
    position: relative;
    backface-visibility: hidden;
}

.client_experience_Wm .user_quotes_wW:hover .photo_frame_5B {
    border-color: rgb(176,188,186);
    transform: scale(1.1);
}

.client_experience_Wm .user_quotes_wW span::after {
    margin: 0.5rem auto;
    content: "";
    background: rgb(176,188,186);
    height: 2px;
    width: 40px;
    display: block;
}

.title_greeting_wh .course_base_EH {
    padding: 0 20px;
    max-width: 1400px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.title_greeting_wh .edu_title_7O::before {
    bottom: 0;
    z-index: 1;
    content: "";
    right: 0;
    background: linear-gradient(
    135deg,
    rgb(176,188,186,0.5),
    rgb(133,142,135,0.5)
  );
    left: 0;
    position: absolute;
    backdrop-filter: blur(8px);
    top: 0;
}

.title_greeting_wh .edu_title_7O h3 {
    max-width: 90%;
    font-size: calc(20px * 0.9);
    background: linear-gradient(
    90deg,
    rgb(176,188,186,0.5),
    transparent
  );
    color: #ffffff;
    transform: translateX(0);
    line-height: 1.5;
    padding: 0.75rem 1rem;
    margin: 0;
    font-weight: 600;
    border-left: 3px solid rgb(176,188,186);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.title_greeting_wh:hover .edu_title_7O span {
    transform: translateY(-5px);
}

.title_greeting_wh:hover .edu_title_7O h1 {
    transform: translateY(-5px);
}

.program_offerings_oz {
    overflow: hidden;
    position: relative;
    background: rgb(225,224,204);
    padding: 8rem 0;
}

.program_offerings_oz::after {
    content: "";
    left: 0;
    height: 100%;
    animation: gridShift 30s infinite linear;
    position: absolute;
    opacity: 0.15;
    z-index: 1;
    background-size: 4rem 4rem;
    width: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(133,142,135,0.5) 15px, rgb(133,142,135,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(176,188,186,0.5) 15px, rgb(176,188,186,0.5) 16px);
    top: 0;
}

.program_offerings_oz .photo_frame_5B::after {
    right: -5px;
    position: absolute;
    width: 70%;
    height: 70%;
    border: 2px solid rgb(133,142,135);
    bottom: -5px;
    opacity: 0.6;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
    content: "";
    border-radius: 10px;
}

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

.program_offerings_oz h3 {
    border-left: 4px solid rgb(176,188,186);
    position: relative;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-size: 37px;
    font-weight: 700;
    padding-left: 1rem;
}

.program_offerings_oz .training_path_cX::before {
    right: 0;
    content: "";
    width: 100px;
    top: 0;
    height: 5px;
    border-radius: 0 10px 0 10px;
    background: linear-gradient(90deg, rgb(176,188,186) 0%, rgb(133,142,135) 100%);
    position: absolute;
}

.secure_depot_tz {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(225,224,204), #ffffff);
    padding: 4rem 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    font-family: Arial, sans-serif;
}

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

.secure_depot_tz h1::after {
    left: 1.5rem;
    height: 3px;
    content: "";
    position: absolute;
    width: 60px;
    background: rgb(133,142,135);
    bottom: -10px;
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.secure_depot_tz h2:hover::before {
    width: 80px;
}

.secure_depot_tz h3::before {
    background-color: rgb(133,142,135);
    position: absolute;
    width: 3px;
    content: "";
    left: 0;
    bottom: 0;
    transform: scaleY(0.7);
    top: 0;
}

.secure_depot_tz p strong {
    color: #000000;
    background: linear-gradient(120deg, transparent 0%, rgb(133,142,135,0.5) 30%, transparent 100%);
    margin: 0 -0.3em;
    font-weight: 600;
    padding: 0.15em 0.3em;
    transition: background 0.3s ease;
}

.secure_depot_tz li:hover::before {
    transform: translateY(-50%) scale(1.2);
    background: rgb(176,188,186);
}

.appWrap_eR {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(176,188,186,0.5), rgb(133,142,135) 120%);
    padding: 7rem 0;
}

.appWrap_eR::before {
    position: absolute;
    top: -10%;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    right: -5%;
    animation: float 8s ease-in-out infinite;
    width: 300px;
    content: "";
    opacity: 0.2;
    height: 300px;
    transform: rotate(-15deg);
}

.appWrap_eR .study_tracks_gM:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12), 0 15px 25px rgba(0, 0, 0, 0.06);
}

.appWrap_eR h5 {
    line-height: 1.4;
    position: relative;
    color: #000000;
    font-size: 18px;
    transition: transform 0.4s ease;
    margin: 0;
    padding-bottom: 0.5rem;
    font-weight: 700;
    transform: translateX(0);
}

.appWrap_eR .study_tracks_gM > div:last-child {
    overflow: hidden;
    position: relative;
}

.appWrap_eR a {
    display: block;
    padding: 0.5rem 0;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    transform: translateY(0);
    position: relative;
}

.appWrap_eR a:focus {
    box-shadow: 0 0 0 2px rgb(176,188,186,0.5);
    outline: none;
}

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

.twitter_cta_Xy .container {
    position: relative;
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.twitter_cta_Xy .company_holder h3 {
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 1.75rem;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: calc(38px * 0.9);
    padding-bottom: 0.75rem;
}

.twitter_cta_Xy .company_holder:hover h3::after {
    width: 100%;
}

.twitter_cta_Xy .math_tools_Gk::before {
    top: 0;
    content: "";
    width: 2px;
    position: absolute;
    background: linear-gradient(to bottom, 
                rgb(176,188,186) 0%, 
                transparent 100%);
    height: 100%;
    left: 0;
}

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

.twitter_cta_Xy .nav_guide_Ho::before {
    left: -20px;
    top: -20px;
}

.twitter_cta_Xy .nav_guide_Ho h5 {
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-size: 22px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.twitter_cta_Xy .nav_guide_Ho .head_learning_dW {
    gap: 0.875rem;
    flex-direction: column;
    display: flex;
}

.twitter_cta_Xy .nav_guide_Ho a:hover {
    color: #ffffff;
    transform: translateX(20px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.edu_links_rm {
    margin-top: 3rem;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    padding: 1.5rem 0;
}

.edu_links_rm .leaderboard_nS {
    position: relative;
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    transition: all 0.3s ease;
    padding: 0.5rem 1.5rem;
}

.twitter_cta_Xy .company_holder::after {
    opacity: 0.7;
    height: 30px;
    right: 20px;
    width: 30px;
    border-top: 2px solid rgb(176,188,186);
    position: absolute;
    border-right: 2px solid rgb(176,188,186);
    top: 20px;
    content: "";
    transition: all 0.4s ease;
}

.twitter_cta_Xy .company_holder:hover .math_tools_Gk::after {
    width: calc(100% - 1rem);
}

.twitter_cta_Xy .nav_guide_Ho:nth-child(1)::before {
    background: radial-gradient(circle, rgb(176,188,186,0.5) 0%, transparent 70%);
}

.twitter_cta_Xy .head_learning_dW a::after {
    width: 0;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(176,188,186), rgb(133,142,135));
    height: 1px;
}

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

.our_team_5l .text_bubble_eZ {
    background: rgba(255, 255, 255, 0.92);
    position: relative;
    padding: 45px 50px;
    transform-origin: left center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateY(-2deg);
}

.our_team_5l h5::after {
    left: 0;
    background: rgb(176,188,186);
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    bottom: -6px;
    width: 0;
    height: 2px;
}

.our_team_5l p {
    margin-bottom: 20px;
    color: #000000;
    font-size: calc(12px * 1.2);
}

.our_team_5l ol {
    list-style-type: none;
    padding-left: 20px;
    counter-reset: item;
}

.our_team_5l ol li {
    position: relative;
    line-height: 1.8;
    padding-left: 15px;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    color: #000000;
    text-align: justify;
    font-size: 12px;
    border-left: 1px dashed rgba(var(--primary-color-rgb), 0.3);
}

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

header .nav_guide_Ho {
    background: linear-gradient(to right, rgb(176,188,186,0.5), rgb(133,142,135,0.5));
    gap: 0.5rem;
    justify-content: center;
    border-radius: 25px;
    flex-wrap: wrap;
    display: flex;
    padding: 0.8rem;
    width: 100%;
}

.pricing_kit_Fq {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 100px 0;
}

.cost_summary_Bf {
    position: relative;
}

.cost_summary_Bf::before {
    content: "";
    height: 200px;
    position: absolute;
    animation: pulseGlow 8s infinite alternate;
    right: -50px;
    top: -50px;
    width: 200px;
    filter: blur(15px);
    background: radial-gradient(circle, rgb(176,188,186,0.5) 5%, transparent 70%);
}

.pricing_kit_Fq .monthly_rate_s4 {
    text-align: center;
    line-height: 1.6;
    transform: perspective(1000px) translateZ(5px);
    font-size: calc(17px * 1.1);
    margin: 0 auto 50px;
    max-width: 800px;
    color: rgb(255, 255, 255, 0.5);
}

.pricing_kit_Fq .premium_plan_EI li:hover {
    z-index: 5;
    transform: translateY(-15px) rotateY(5deg);
}

.pricing_kit_Fq .price_options_iz:hover::before {
    opacity: 0.2;
}

.pricing_kit_Fq .price_options_iz::after {
    z-index: 1;
    opacity: 0;
    content: "";
    position: absolute;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: -50%;
    width: 200%;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    left: -50%;
    transform: rotate(45deg);
}

.pricing_kit_Fq .fee_package_FC {
    flex: 1;
    flex-direction: column;
    display: flex;
}

.pricing_kit_Fq .price_options_iz:hover h4 {
    transform: translateX(5px);
}

.pricing_kit_Fq .price_options_iz:hover h4::after {
    width: 100px;
}

.pricing_kit_Fq .price_tiers_xW {
    background: linear-gradient(135deg, rgb(176,188,186), rgb(133,142,135));
    transform: translateZ(20px);
    overflow: hidden;
    margin-top: auto;
    font-size: calc(23px * 1.3);
    padding: 10px 20px;
    display: inline-block;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-weight: 700;
    position: relative;
    align-self: flex-start;
    transition: all 0.3s ease;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 1024px) {.mentorship_experience_Tm {
    padding: 10rem 0;
}.mentorship_experience_Tm .user_quotes_wW {
    grid-template-columns: 320px 1fr;
    padding: 4rem;
    gap: 2.5rem 4rem;
}.mentorship_experience_Tm .user_quotes_wW .name {
    font-size: calc(18px * 1.3);
}.mentorship_experience_Tm .user_quotes_wW > div:nth-child(2) > div {
    font-size: 13px;
}.mentorship_experience_Tm .user_quotes_wW .experience_block_BE {
    font-size: calc(13px * 1.1);
    line-height: 1.8;
}.mentorship_experience_Tm .user_quotes_wW::before {
    top: 3.5rem;
    z-index: 0;
    width: 80px;
    border-radius: 0 10px 0 100px;
    transform: rotate(45deg);
    opacity: 0.1;
    right: 3.5rem;
    position: absolute;
    background: linear-gradient(135deg, rgb(176,188,186,0.5), transparent 70%);
    content: "";
    height: 80px;
    transition: all 0.5s ease-out;
}.mentorship_experience_Tm .user_quotes_wW:hover::before {
    opacity: 0.15;
    transform: rotate(55deg) scale(1.2);
}
}



@media (min-width: 768px) {.data_summary_7I ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.data_summary_7I h4 {
    font-size: calc(24px * 1.2);
}.data_summary_7I .statistics_grow_oy div {
    padding: 3rem 2rem;
}.data_summary_7I .statistics_grow_oy p {
    font-size: calc(38px * 1.5);
    margin-bottom: 1rem;
}
}



@media (max-width: 992px) {.learning_outcomes_xU {
    padding: 80px 0;
}.learning_outcomes_xU .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.learning_outcomes_xU .photo_frame_5B {
    clip-path: polygon(0 3%, 100% 0, 97% 97%, 3% 100%);
    max-width: 85%;
    margin: 0 auto;
}.learning_outcomes_xU h1 {
    font-size: calc(39px * 0.9);
}
}



@media (max-width: 576px) {.learning_outcomes_xU {
    padding: 50px 0;
}.learning_outcomes_xU .container {
    padding: 0 15px;
}.learning_outcomes_xU .photo_frame_5B {
    max-width: 100%;
    clip-path: polygon(0 2%, 100% 0, 98% 98%, 2% 100%);
}.learning_outcomes_xU .text_bubble_eZ {
    padding: 25px 15px;
}.learning_outcomes_xU h1 {
    font-size: calc(39px * 0.7);
    margin-bottom: 20px;
}.learning_outcomes_xU h1::after {
    width: 50px;
    height: 2px;
}.learning_outcomes_xU li {
    margin-bottom: 10px;
}.learning_outcomes_xU li p {
    font-size: calc(17px * 0.9);
    padding-left: 30px;
}.learning_outcomes_xU li svg {
    width: 20px;
    height: 20px;
}}



@media (max-width: 992px) {.client_experience_Wm .opinion_spot_TU {
    grid-template-columns: repeat(2, 1fr);
}.client_experience_Wm h4 {
    font-size: calc(36px * 0.9);
}
}



@media (min-width: 768px) {.title_greeting_wh .edu_title_7O {
    grid-template-columns: 1fr 1fr;
    padding: 5rem 4rem;
    align-items: center;
}.title_greeting_wh .edu_title_7O span {
    grid-column: 1 / 3;
}.title_greeting_wh .edu_title_7O h1 {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.title_greeting_wh .edu_title_7O div {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.title_greeting_wh .edu_title_7O h3 {
    font-size: 20px;
    max-width: 80%;
}
}



@media (max-width: 1200px) {.program_offerings_oz {
    padding: 7rem 0;
}.program_offerings_oz .study_tracks_gM {
    gap: 0.75rem;
}.program_offerings_oz .training_path_cX {
    grid-column: 1 / 8;
    padding: 2.5rem;
}.program_offerings_oz .photo_frame_5B {
    grid-column: 6 / 13;
}.program_offerings_oz .head_site_h7 {
    right: 2rem;
}
}



@media (max-width: 576px) {.program_offerings_oz {
    padding: 4rem 0;
}.program_offerings_oz .training_path_cX {
    padding: 1.5rem;
}.program_offerings_oz .photo_frame_5B {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    height: 250px;
}.program_offerings_oz .head_site_h7 {
    bottom: -1.25rem;
    right: 1.5rem;
    width: 4rem;
    height: 4rem;
}.program_offerings_oz .head_site_h7 svg {
    height: 2.25rem;
    width: 2.25rem;
}.program_offerings_oz h3 {
    font-size: calc(37px * 0.7);
    padding-left: 0.75rem;
    margin-bottom: 1rem;
}.program_offerings_oz p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.program_offerings_oz .training_path_cX::before {
    width: 50px;
}.program_offerings_oz .training_path_cX::after {
    height: 50px;
}.program_offerings_oz .study_tracks_gM::before,
    .program_offerings_oz .study_tracks_gM::after {
    display: none;
}}



@media (max-width: 480px) {.secure_depot_tz {
    padding: 2.5rem 1rem;
}.secure_depot_tz h1 {
    font-size: calc(42px * 0.85);
}.secure_depot_tz h2 {
    font-size: calc(35px * 0.85);
    margin: 2rem 0 1rem;
}.secure_depot_tz ul {
    padding-left: 0.75rem;
}.secure_depot_tz li {
    padding-left: 1.25rem;
}}



@media screen and (max-width: 768px) {.appWrap_eR {
    padding: 4rem 0;
}.appWrap_eR .study_tracks_gM {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
}.appWrap_eR .study_tracks_gM > div:first-child::before {
    width: 0.3rem;
    left: -1.5rem;
}.appWrap_eR h5 {
    font-size: calc(18px * 0.9);
}
}



@media (max-width: 768px) {.twitter_cta_Xy {
    padding: 3.5rem 0 1.5rem;
}.twitter_cta_Xy .head_learning_dW {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.twitter_cta_Xy .company_holder,
    .twitter_cta_Xy .nav_guide_Ho {
    padding: 1.5rem;
}.twitter_cta_Xy .company_holder h3,
    .twitter_cta_Xy .nav_guide_Ho h5 {
    margin-bottom: 1.25rem;
}.edu_links_rm {
    margin-top: 2rem;
    padding: 1.25rem 0;
}
}



@media (max-width: 768px) {.our_team_5l {
    padding: 60px 0;
}.our_team_5l .text_bubble_eZ {
    transform: none;
    padding: 30px;
    box-shadow: 0 15px 30px -8px rgba(0, 0, 0, 0.12);
}.our_team_5l .text_bubble_eZ::after {
    width: 70px;
    right: -10px;
    bottom: -10px;
    height: 70px;
}.our_team_5l h5 {
    font-size: calc(18px * 0.85);
}.our_team_5l ol li {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav_core_RE {
    gap: 0.8rem;
}header .main_page_1T svg {
    width: 120px;
}header .nav_guide_Ho {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0.5rem;
    overflow-x: auto;
}header .nav_guide_Ho::-webkit-scrollbar {
    height: 3px;
}header .nav_guide_Ho::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(176,188,186);
}header .top_master_jl {
    font-size: calc(13px - 2px);
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
}}

@keyframes float1 {
    0%, 100% {
        transform: translateZ(20px) translateY(0);
    }
    50% {
        transform: translateZ(40px) translateY(-15px);
    }
}



@keyframes float2 {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-20px);
    }
}


    
    @keyframes float1 {
        0%, 100% {
            transform: translateZ(10px) translateY(0);
        }
        50% {
            transform: translateZ(20px) translateY(-10px);
        }
    }



@keyframes statsAppear {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}



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

