* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.header_sitebar_vpi {
    flex: 1 0 auto;
}.wrapper-padding_bF6 {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}.intern_opp_jnu {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1154px;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.connect_with_us_k56 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(145deg, rgb(218,225,214) 0%, rgba(9, 19, 32, 0.9) 100%);
}.connect_with_us_k56::before {
    top: 0;
    left: 0;
    opacity: 0.05;
    position: absolute;
    animation: gridMove 20s linear infinite;
    background: repeating-linear-gradient(
        45deg,
        rgb(179,200,167,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(179,200,167,0.5) 11px
    );
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none;
}.connect_with_us_k56::after {
    content: "";
    pointer-events: none;
    left: -50%;
    animation: pulseGlow 15s ease-in-out infinite;
    position: absolute;
    opacity: 0.1;
    width: 200%;
    background: radial-gradient(circle, rgb(179,200,167,0.5) 0%, transparent 60%);
    top: -50%;
    height: 200%;
}.connect_with_us_k56 .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.connect_with_us_k56 h2 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    font-size: 36px;
}.connect_with_us_k56 h2::after {
    bottom: 0;
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
    background: linear-gradient(to right, transparent, rgb(179,200,167), transparent);
    height: 3px;
}.connect_with_us_k56 .help_panel_Nfh {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border-radius: 21px;
    display: flex;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
}.connect_with_us_k56 .help_panel_Nfh::before {
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(to bottom right, rgb(179,200,167,0.5), transparent);
    pointer-events: none;
    left: 0;
    position: absolute;
    opacity: 0.03;
    width: 100%;
}.connect_with_us_k56 .pic_list_uRX {
    min-height: 500px;
    position: relative;
    flex: 1;
    transform: scale(1.01);
    transition: transform 0.6s ease;
}.connect_with_us_k56 .pic_list_uRX::after {
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}.connect_with_us_k56 .connect_grid_GmA {
    padding: 50px;
    position: relative;
    flex: 1;
}.connect_with_us_k56 .connect_grid_GmA::before {
    right: 20px;
    content: "";
    opacity: 0.7;
    border-right: 2px solid rgb(179,200,167,0.5);
    top: 20px;
    border-top: 2px solid rgb(179,200,167,0.5);
    width: 50px;
    position: absolute;
    height: 50px;
}.connect_with_us_k56 .connect_grid_GmA::after {
    border-bottom: 2px solid rgb(179,200,167,0.5);
    bottom: 20px;
    height: 50px;
    border-left: 2px solid rgb(179,200,167,0.5);
    opacity: 0.7;
    width: 50px;
    content: "";
    position: absolute;
    left: 20px;
}.connect_with_us_k56 form {
    width: 100%;
}.connect_with_us_k56 form h3 {
    position: relative;
    font-family: Arial, sans-serif;
    padding-left: 15px;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
}.connect_with_us_k56 form h3::before {
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 5px;
    content: "";
    position: absolute;
    border-radius: 10px;
    background: rgb(179,200,167);
    height: 25px;
}.connect_with_us_k56 form input[type="text"] {
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    padding: 15px 20px;
    color: #ffffff;
    width: 100%;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.05);
}.connect_with_us_k56 form input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(179,200,167), 0.2);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(179,200,167);
    outline: none;
}.connect_with_us_k56 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.connect_with_us_k56 .support_grid_HYc {
    position: relative;
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.connect_with_us_k56 .support_grid_HYc input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_with_us_k56 .support_grid_HYc label {
    line-height: 1.5;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}.connect_with_us_k56 .support_grid_HYc label::before {
    transition: all 0.3s ease;
    top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    width: 22px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    content: "";
    position: absolute;
    height: 22px;
}.connect_with_us_k56 .support_grid_HYc input[type="checkbox"]:checked + label::before {
    border-color: rgb(179,200,167);
    background: rgb(179,200,167);
}.connect_with_us_k56 .support_grid_HYc input[type="checkbox"]:checked + label::after {
    border-left: 2px solid #ffffff;
    left: 7px;
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 11px;
    width: 8px;
    border-bottom: 2px solid #ffffff;
    height: 4px;
}.connect_with_us_k56 .support_grid_HYc label a {
    color: rgb(179,200,167);
    text-decoration: none;
    transition: all 0.3s ease;
}.connect_with_us_k56 .support_grid_HYc label a:hover {
    text-decoration: underline;
}.connect_with_us_k56 form .support_inquiry_wan {
    z-index: 1;
    padding: 15px 35px;
    transition: all 0.4s ease;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    color: #ffffff;
    border: none;
    background: linear-gradient(45deg, rgb(179,200,167), rgb(145,175,116));
    font-family: Arial, sans-serif;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
}.connect_with_us_k56 form .support_inquiry_wan::before {
    left: -100%;
    z-index: -1;
    transition: all 0.4s ease;
    content: "";
    background: linear-gradient(45deg, rgb(145,175,116), rgb(179,200,167));
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.connect_with_us_k56 form .support_inquiry_wan:hover::before {
    left: 0;
}.connect_with_us_k56 form .support_inquiry_wan:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.connect_with_us_k56 svg {
    height: 24px;
    fill: rgb(179,200,167);
    margin-right: 15px;
    width: 24px;
}.connect_with_us_k56 svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.connect_with_us_k56 {
    padding: 80px 0;
}.connect_with_us_k56 .help_panel_Nfh {
    flex-direction: column;
}.connect_with_us_k56 .pic_list_uRX {
    order: 1;
    min-height: 300px;
}.connect_with_us_k56 .connect_grid_GmA {
    padding: 40px 30px;
    order: 2;
}
}

@media screen and (max-width: 767px) {.connect_with_us_k56 {
    padding: 60px 0;
}.connect_with_us_k56 h2 {
    margin-bottom: 40px;
}.connect_with_us_k56 .pic_list_uRX {
    min-height: 200px;
}.connect_with_us_k56 .connect_grid_GmA {
    padding: 30px 20px;
}.connect_with_us_k56 form .support_inquiry_wan {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.connect_with_us_k56 {
    padding: 40px 0;
}.connect_with_us_k56 h2 {
    font-size: calc(36px * 0.8);
}.connect_with_us_k56 form h3 {
    font-size: calc(20px * 0.9);
}.connect_with_us_k56 .connect_grid_GmA::before,
    .connect_with_us_k56 .connect_grid_GmA::after {
    width: 30px;
    height: 30px;
}}.offer_deck_dPw {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(218,225,214) 0%, #ffffff 100%);
    position: relative;
    padding: 6rem 0;
}.offer_deck_dPw::before {
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, rgb(179,200,167,0.5) 0%, transparent 40%);
}.offer_deck_dPw .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.offer_deck_dPw .study_costs_eJL {
    flex-direction: column;
    display: flex;
}.offer_deck_dPw .fee_schemes_Gbr {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    text-align: center;
    margin-bottom: 3rem;
    order: 1;
}.offer_deck_dPw .fee_schemes_Gbr h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    font-size: 38px;
}.offer_deck_dPw .fee_schemes_Gbr h2::after {
    transform: translateX(-50%);
    background: rgb(179,200,167);
    content: "";
    left: 50%;
    position: absolute;
    height: 3px;
    bottom: -10px;
    width: 80px;
}.offer_deck_dPw .plan_options_Sdy {
    line-height: 1.6;
    font-size: 16px;
    max-width: 600px;
    overflow-wrap: break-word;
    word-break: break-word;
    margin: 0 auto;
    color: #000000;
}.offer_deck_dPw .bundle_offer_25s {
    order: 2;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
    margin-top: 2rem;
}.offer_deck_dPw .fee_choices_wb1 {
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    background: #ffffff;
    border-radius: 10px;
}.offer_deck_dPw .fee_choices_wb1:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.offer_deck_dPw .learn_deals_jUX {
    flex-direction: column;
    display: flex;
    height: 100%;
}.offer_deck_dPw .rate_panel_rqk {
    flex-direction: column;
    display: flex;
    z-index: 1;
    flex-grow: 1;
    overflow-wrap: break-word;
    padding: 2rem;
    word-break: break-word;
    position: relative;
}.offer_deck_dPw .rate_panel_rqk::before {
    z-index: -1;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    height: 100%;
    content: "";
    opacity: 0.7;
    left: 0;
    position: absolute;
}.offer_deck_dPw .rate_panel_rqk h3 {
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(21px * 1.2);
    font-weight: 700;
    padding-bottom: 0.5rem;
}.offer_deck_dPw .rate_panel_rqk h3::after {
    content: "";
    width: 40px;
    background: rgb(145,175,116);
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
}.offer_deck_dPw .fee_choices_wb1:hover .rate_panel_rqk h3::after {
    width: 80px;
}.offer_deck_dPw .rate_list_zYf {
    font-size: calc(21px * 1.5);
    display: inline-block;
    font-weight: 700;
    color: rgb(179,200,167);
    margin-bottom: 1.5rem;
    position: relative;
}.offer_deck_dPw .rate_list_zYf::before {
    transition: width 0.3s ease;
    width: 0;
    bottom: -5px;
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
    background: rgb(179,200,167);
}.offer_deck_dPw .fee_choices_wb1:hover .rate_list_zYf::before {
    width: 100%;
}.offer_deck_dPw .rate_panel_rqk p {
    margin-top: auto;
    font-size: 16px;
    overflow-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    word-break: break-word;
}.offer_deck_dPw .pic_list_uRX {
    transition: transform 0.5s ease;
    overflow: hidden;
    position: relative;
    height: 200px;
}.offer_deck_dPw .pic_list_uRX::after {
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    top: 0;
    left: 0;
    width: 100%;
}.offer_deck_dPw .fee_choices_wb1:hover .pic_list_uRX {
    transform: scale(1.05);
}.offer_deck_dPw .fee_choices_wb1:nth-child(odd) .learn_deals_jUX {
    flex-direction: column-reverse;
}.offer_deck_dPw .fee_choices_wb1:nth-child(3n+1) {
    border-top: 3px solid rgb(179,200,167);
}.offer_deck_dPw .fee_choices_wb1:nth-child(3n+2) {
    border-top: 3px solid rgb(145,175,116);
}.offer_deck_dPw .fee_choices_wb1:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.offer_deck_dPw .study_costs_eJL {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
}.offer_deck_dPw .fee_schemes_Gbr {
    order: 2;
    margin-bottom: 0;
    flex: 0 0 30%;
    text-align: left;
}.offer_deck_dPw .fee_schemes_Gbr h2 {
    text-align: left;
}.offer_deck_dPw .fee_schemes_Gbr h2::after {
    left: 0;
    transform: none;
}.offer_deck_dPw .plan_options_Sdy {
    text-align: left;
    margin: 0;
}.offer_deck_dPw .bundle_offer_25s {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 65%;
    order: 1;
}
}

@media (min-width: 992px) {.offer_deck_dPw .bundle_offer_25s {
    grid-template-columns: repeat(2, 1fr);
}.offer_deck_dPw .fee_choices_wb1:nth-child(4n+1) {
    transform: translateY(20px);
}.offer_deck_dPw .fee_choices_wb1:nth-child(4n+3) {
    transform: translateY(-20px);
}.offer_deck_dPw .fee_choices_wb1:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.offer_deck_dPw {
    padding: 4rem 0;
}.offer_deck_dPw .rate_panel_rqk {
    padding: 1.5rem;
}.offer_deck_dPw .rate_panel_rqk h3 {
    font-size: 21px;
}.offer_deck_dPw .rate_list_zYf {
    font-size: 21px;
}.offer_deck_dPw .rate_panel_rqk p {
    line-height: 1.5;
    overflow-y: auto;
    max-height: 150px;
    font-size: calc(16px * 0.9);
}.offer_deck_dPw .pic_list_uRX {
    height: 150px;
}
}

@media (max-width: 480px) {.offer_deck_dPw .bundle_offer_25s {
    grid-template-columns: 1fr;
}.offer_deck_dPw .fee_schemes_Gbr h2 {
    font-size: calc(38px * 0.8);
}.offer_deck_dPw .plan_options_Sdy {
    font-size: calc(16px * 0.9);
}.offer_deck_dPw .rate_panel_rqk p {
    max-height: 120px;
}}.learning_profits_6ry {
    background: #f8f9fa;
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}.learning_profits_6ry::before {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgb(179,200,167,0.5) 0%, transparent 60%);
    content: "";
    width: 100%;
    height: 100%;
}.learning_profits_6ry::after {
    border-radius: 50%;
    background: rgb(145,175,116,0.5);
    width: 200px;
    top: -50px;
    position: absolute;
    right: -50px;
    height: 200px;
    filter: blur(70px);
    content: "";
    z-index: 0;
}.learning_profits_6ry h5 {
    position: relative;
    font-size: 20px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    color: #000000;
    margin-bottom: 50px;
    letter-spacing: 0.5px;
    z-index: 2;
    transform: translateY(-5px);
    text-align: center;
    font-weight: 700;
}.learning_profits_6ry h5::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(179,200,167), rgb(145,175,116));
    transform: translateX(-50%);
    border-radius: 10px;
    content: "";
    width: 80px;
    left: 50%;
    position: absolute;
    bottom: -15px;
}.learning_profits_6ry .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.learning_profits_6ry .learn_legacy_A9r {
    padding: 30px;
    background: #ffffff;
    display: flex;
    border-radius: 12px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.9),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
}.learning_profits_6ry .learn_legacy_A9r:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.07),
                -25px -25px 70px rgba(255, 255, 255, 1),
                inset 5px 5px 10px rgba(255, 255, 255, 0.9),
                inset -5px -5px 10px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateX(0deg);
}.learning_profits_6ry .pic_list_uRX {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 30px;
    z-index: 1;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.6s ease;
    height: 250px;
    object-fit: cover;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}.learning_profits_6ry .learn_legacy_A9r:hover .pic_list_uRX {
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.learning_profits_6ry .text_body_wrap_5KY {
    padding: 20px 10px;
    flex: 1;
}.learning_profits_6ry ul {
    gap: 22px;
    list-style: none;
    padding: 0;
    grid-template-columns: 1fr;
    display: grid;
    margin: 0;
}.learning_profits_6ry li {
    position: relative;
    padding: 16px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    transform: translateZ(0);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.03),
                -8px -8px 16px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.9);
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
}.learning_profits_6ry li:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05),
                -10px -10px 20px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 1);
    transform: translateY(-3px) translateZ(0);
}.learning_profits_6ry li:nth-child(odd) {
    transform: translateX(-5px) translateZ(0);
}.learning_profits_6ry li:nth-child(even) {
    transform: translateX(5px) translateZ(0);
}.learning_profits_6ry li:nth-child(odd):hover {
    transform: translateX(-5px) translateY(-3px) translateZ(0);
}.learning_profits_6ry li:nth-child(even):hover {
    transform: translateX(5px) translateY(-3px) translateZ(0);
}.learning_profits_6ry li p {
    margin: 0;
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
}.learning_profits_6ry li svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 22px;
    margin-right: 12px;
    height: 22px;
    flex-shrink: 0;
}.learning_profits_6ry li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.learning_profits_6ry li svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,200,167);
}.learning_profits_6ry li:hover svg path:first-child {
    fill: rgb(179,200,167);
}.learning_profits_6ry li:hover svg path:last-child {
    fill: rgb(145,175,116);
}

@media (min-width: 768px) {.learning_profits_6ry {
    padding: 150px 0 100px;
}.learning_profits_6ry .learn_legacy_A9r {
    align-items: center;
    flex-direction: row;
    padding: 40px;
    gap: 40px;
}.learning_profits_6ry .learn_legacy_A9r > div:first-child {
    flex: 0 0 45%;
}.learning_profits_6ry .pic_list_uRX {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0% 95%);
    margin-bottom: 0;
    height: 350px;
}.learning_profits_6ry .text_body_wrap_5KY {
    padding: 0;
    flex: 1;
}.learning_profits_6ry ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
}.learning_profits_6ry h5 {
    font-size: calc(20px * 1.2);
    margin-bottom: 60px;
}.learning_profits_6ry h5::after {
    width: 100px;
}
}

@media (max-width: 767px) {.learning_profits_6ry {
    padding: 80px 0 60px;
}.learning_profits_6ry h5 {
    line-height: 1.4;
    padding: 0 20px;
}.learning_profits_6ry .learn_legacy_A9r {
    padding: 25px 20px;
}.learning_profits_6ry li {
    padding: 15px;
}.learning_profits_6ry li p {
    font-size: calc(13px * 0.95);
}.learning_profits_6ry li svg {
    width: 20px;
    height: 20px;
}
}

@media (min-width: 992px) {.learning_profits_6ry .learn_legacy_A9r {
    padding: 50px;
}.learning_profits_6ry .pic_list_uRX {
    clip-path: polygon(0 0, 100% 8%, 92% 100%, 0% 92%);
    transition: clip-path 0.6s ease-in-out, transform 0.6s ease, box-shadow 0.6s ease;
}.learning_profits_6ry .learn_legacy_A9r:hover .pic_list_uRX {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}.learning_profits_6ry li:nth-child(1) {
    animation: fadeInUp 0.5s 0.1s backwards;
}.learning_profits_6ry li:nth-child(2) {
    animation: fadeInUp 0.5s 0.2s backwards;
}.learning_profits_6ry li:nth-child(3) {
    animation: fadeInUp 0.5s 0.3s backwards;
}.learning_profits_6ry li:nth-child(4) {
    animation: fadeInUp 0.5s 0.4s backwards;
}.learning_profits_6ry li:nth-child(5) {
    animation: fadeInUp 0.5s 0.5s backwards;
}
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (min-width: 1200px) {.learning_profits_6ry .container {
    max-width: 1300px;
}.learning_profits_6ry h5 {
    font-size: calc(20px * 1.3);
}.learning_profits_6ry .learn_legacy_A9r > div:first-child {
    flex: 0 0 40%;
}.learning_profits_6ry .pic_list_uRX {
    height: 400px;
}}footer {
    position: relative;
    width: 100%;
}footer .intern_opp_jnu {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    padding: 250px 0 30px;
    background:rgb(145,175,116);
}footer .intern_opp_jnu::before {
    height: 20px;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,200,167) 25%, rgb(145,175,116) 25%, rgb(145,175,116) 50%, rgb(179,200,167) 50%, rgb(179,200,167) 75%, rgb(145,175,116) 75%);
    width: 100%;
    content: "";
}footer .template_cta_In9 {
    position: relative;
    z-index: 1;
}footer .quick_support_blK {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-bottom: 50px;
    top: -120px;
    position: absolute;
    left: 0;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 29px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    right: 0;
}footer .info_item {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    padding: 25px;
    position: relative;
    flex: 1 1 250px;
    align-items: center;
    justify-content: flex-start;
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    width: 0;
    content: "";
    transition: width 0.3s ease;
    background-color: rgb(179,200,167);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    flex-shrink: 0;
    height: 22px;
    width: 22px;
    fill: rgb(179,200,167);
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    font-size: 15px;
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(179,200,167);
}footer .text_main_holder {
    margin-top: 100px;
    grid-template-columns: 1fr;
    gap: 20px;
    display: grid;
}footer .nav_learning_hDL {
    padding: 0 25px;
    position: relative;
}footer .nav_learning_hDL svg {
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
}footer .tech_stack_olF {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    max-width: 350px;
}footer .nav_guide_8Jj {
    padding: 0 25px;
    position: relative;
}footer .nav_guide_8Jj h5 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}footer .nav_guide_8Jj h5::after {
    content: "";
    width: 60px;
    bottom: -2px;
    position: absolute;
    background-color: rgb(179,200,167);
    height: 2px;
    left: 0;
}footer .main_learning_XbH {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}footer .main_learning_XbH a {
    margin: 5px 8px 5px 0;
    padding: 8px 16px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 20px;
}footer .main_learning_XbH a:hover {
    background-color: rgb(179,200,167);
    color: #ffffff;
    transform: translateY(-3px);
}footer .subscribe_holder {
    position: relative;
    border-radius: 29px;
    padding: 30px 25px;
    background-color: rgb(145,175,116,0.5);
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 20px;
}footer .subscribe_holder p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
}footer .input_holder {
    position: relative;
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder::before {
    border-radius: 50%;
    opacity: 0.1;
    right: -10px;
    background-color: rgb(179,200,167);
    height: 50px;
    position: absolute;
    top: -10px;
    z-index: -1;
    content: "";
    width: 50px;
}footer .input_holder::after {
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    content: "";
    border-radius: 50%;
    left: -10px;
    width: 70px;
    background-color: rgb(145,175,116);
    height: 70px;
    bottom: -20px;
}footer .input_holder input[type="email"] {
    font-size: 15px;
    transition: all 0.3s ease;
    color: rgb(145,175,116);
    border-radius: 10px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}footer .sub_confirmation_gRo {
    font-size: 15px;
    cursor: pointer;
    color: #ffffff;
    position: relative;
    padding: 15px;
    overflow: hidden;
    border-radius: 10px;
    border: none;
    background-color: rgb(179,200,167);
    transition: all 0.3s ease;
    font-weight: 600;
}footer .sub_confirmation_gRo::before {
    top: 0;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    position: absolute;
    width: 100%;
    transition: left 0.7s ease;
}footer .sub_confirmation_gRo:hover {
    background-color: rgb(145,175,116);
}footer .sub_confirmation_gRo:hover::before {
    left: 100%;
}footer .search_foot_id7 {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}footer .digital_res_Vn7 {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .intern_opp_jnu {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_confirmation_gRo {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .quick_support_blK {
    position: relative;
    margin-bottom: 80px;
    top: 0;
}footer .intern_opp_jnu {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-bottom: none;
}footer .nav_guide_8Jj, footer .subscribe_holder, footer .nav_learning_hDL {
    padding: 20px;
}footer .search_foot_id7 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .nav_guide_8Jj h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(20px - 2px);
}footer .main_learning_XbH a {
    padding: 6px 12px;
    font-size: calc(15px - 1px);
}footer .input_holder input[type="email"],
    footer .sub_confirmation_gRo {
    padding: 12px;
}}.follow_jdt {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(145,175,116,0.5), rgb(179,200,167));
    padding: 4rem 2rem;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    position: relative;
}.follow_jdt::before {
    height: 70%;
    background: rgb(179,200,167,0.5);
    width: 60%;
    position: absolute;
    transform: rotate(-15deg) translateZ(0);
    top: -10%;
    filter: blur(20px);
    content: "";
    z-index: 0;
    right: -10%;
}.follow_jdt::after {
    z-index: 0;
    left: -10%;
    position: absolute;
    bottom: -10%;
    transform: rotate(15deg) translateZ(0);
    background: rgb(145,175,116,0.5);
    height: 70%;
    width: 60%;
    filter: blur(20px);
    content: "";
}.follow_jdt .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.follow_jdt .learn_legacy_A9r {
    padding: 3rem;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 
                0 1px 0 rgba(255,255,255,0.2) inset,
                0 -1px 0 rgba(0,0,0,0.05) inset;
    background: rgba(255, 255, 255, 0.9);
    border-left: 4px solid rgb(179,200,167);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.follow_jdt .learn_legacy_A9r:hover {
    transform: perspective(1000px) rotateY(0deg);
}.follow_jdt h3 {
    font-size: calc(23px * 1.1);
    color: #000000;
    transform: translateZ(0);
    font-weight: 600;
    position: relative;
    line-height: 1.4;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
}.follow_jdt h3::after {
    content: "";
    background: linear-gradient(90deg, rgb(179,200,167), rgb(145,175,116));
    bottom: -10px;
    position: absolute;
    transition: width 0.3s ease-out;
    width: 60px;
    height: 3px;
    left: 0;
}.follow_jdt .learn_legacy_A9r:hover h3::after {
    width: 100px;
}.follow_jdt .input_holder {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}.follow_jdt .input_holder div {
    position: relative;
    flex: 1;
}.follow_jdt input[type="email"] {
    color: #000000;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 6px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    background: #ffffff;
    width: 100%;
    font-size: 13px;
}.follow_jdt input[type="email"]:focus {
    border-color: rgb(179,200,167);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05), 0 0 0 3px rgb(179,200,167,0.5);
    outline: none;
}.follow_jdt input[type="email"]::placeholder {
    transition: opacity 0.3s;
    color: rgba(0,0,0,0.35);
}.follow_jdt input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.follow_jdt .sub_confirmation_gRo {
    background: linear-gradient(135deg, rgb(179,200,167), rgb(145,175,116));
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    font-size: 18px;
    display: inline-block;
    z-index: 1;
    cursor: pointer;
    border: none;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1rem 2rem;
}.follow_jdt .sub_confirmation_gRo::before {
    background: linear-gradient(135deg, rgb(145,175,116), rgb(179,200,167));
    height: 100%;
    left: 0;
    content: "";
    z-index: -1;
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
}.follow_jdt .sub_confirmation_gRo:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}.follow_jdt .sub_confirmation_gRo:hover::before {
    opacity: 1;
}.follow_jdt .sub_confirmation_gRo:active {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    transform: translateY(1px);
}

@media (min-width: 768px) {.follow_jdt {
    padding: 6rem 3rem;
}.follow_jdt .learn_legacy_A9r {
    padding: 4rem;
    transform: perspective(1200px) rotateY(-3deg);
}.follow_jdt h3 {
    max-width: 80%;
    font-size: 29px;
}.follow_jdt .input_holder {
    flex-direction: row;
    margin-top: 2.5rem;
}.follow_jdt input[type="email"] {
    font-size: calc(13px * 1.05);
    padding: 1.2rem 1.5rem;
}.follow_jdt .sub_confirmation_gRo {
    align-self: flex-start;
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 992px) {.follow_jdt .learn_legacy_A9r {
    transform: perspective(1500px) rotateY(-4deg);
    margin: 0 auto;
    max-width: 90%;
}.follow_jdt h3 {
    max-width: 70%;
}
}

@media (max-width: 767px) {.follow_jdt {
    padding: 3rem 1.5rem;
}.follow_jdt .learn_legacy_A9r {
    padding: 2rem;
    transform: perspective(800px) rotateY(-1deg);
}.follow_jdt h3 {
    font-size: calc(17px * 1.2);
}.follow_jdt .sub_confirmation_gRo {
    width: 100%;
    margin-top: 0.5rem;
}
}

@media (max-width: 480px) {.follow_jdt {
    padding: 2.5rem 1rem;
}.follow_jdt .learn_legacy_A9r {
    padding: 1.5rem;
    transform: none;
}.follow_jdt h3 {
    font-size: 17px;
}}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(179,200,167,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}

.follow_jdt input[type="email"]:focus {
    animation: pulse 1.5s infinite;
}.customer_reviews_6Dt {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(218,225,214) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.customer_reviews_6Dt::before {
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(179,200,167,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(145,175,116,0.5) 0%, transparent 40%);
    right: 0;
    top: 0;
}.customer_reviews_6Dt::after {
    z-index: 1;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(179,200,167,0.5) 20%, 
        rgb(179,200,167) 50%, 
        rgb(179,200,167,0.5) 80%, 
        transparent 100%);
    opacity: 0.5;
    left: 50%;
    width: 100%;
    top: 50%;
    position: absolute;
    height: 1px;
    animation: pulse 3s infinite;
    transform: translate(-50%, -50%);
    content: "";
}@keyframes pulse {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.7; }
}

.customer_reviews_6Dt .container {
    position: relative;
    z-index: 2;
}.customer_reviews_6Dt h2 {
    text-align: center;
    display: inline-block;
    font-weight: 700;
    left: 50%;
    font-size: 28px;
    margin-bottom: 4rem;
    transform: translateX(-50%);
    padding: 0.5rem 1rem;
    position: relative;
    color: #000000;
}.customer_reviews_6Dt h2::before {
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    left: 0;
    position: absolute;
    border-image-slice: 1;
    top: 0;
    content: "";
    opacity: 0.7;
    animation: borderGlow 4s infinite alternate;
    border-image: linear-gradient(45deg, rgb(179,200,167), rgb(145,175,116));
}@keyframes borderGlow {
    from { 
        filter: drop-shadow(0 0 2px rgb(179,200,167,0.5)) 
                drop-shadow(0 0 5px rgb(179,200,167,0.5)); 
    }
    to { 
        filter: drop-shadow(0 0 5px rgb(145,175,116,0.5)) 
                drop-shadow(0 0 10px rgb(145,175,116,0.5)); 
    }
}

.customer_reviews_6Dt .learning_stories_kiT {
    flex-wrap: wrap;
    perspective: 1000px;
    gap: 3rem;
    justify-content: center;
    display: flex;
}.customer_reviews_6Dt .learner_insights_uJG {
    align-items: center;
    transform-style: preserve-3d;
    display: flex;
    backdrop-filter: blur(10px);
    padding: 2rem;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: calc(33% - 3rem);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}.customer_reviews_6Dt .learner_insights_uJG::before {
    content: "";
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    border-radius: 10px;
    inset: 0;
    opacity: 0.7;
    mask-composite: exclude;
    position: absolute;
    border: 1px solid transparent;
    z-index: -1;
    background: linear-gradient(135deg, rgb(179,200,167), rgb(145,175,116)) border-box;
    -webkit-mask-composite: xor;
}.customer_reviews_6Dt .learner_insights_uJG::after {
    width: 200%;
    top: -50%;
    content: "";
    animation: scanline 6s linear infinite;
    background: linear-gradient(
        0deg,
        transparent,
        rgb(179,200,167,0.5),
        rgb(179,200,167,0.5),
        transparent
    );
    transform: rotate(45deg);
    height: 200%;
    position: absolute;
    left: -50%;
    z-index: -1;
}@keyframes scanline {
    0% { transform: rotate(45deg) translateY(-80%); }
    100% { transform: rotate(45deg) translateY(80%); }
}

.customer_reviews_6Dt .learner_insights_uJG:hover {
    transform: translateZ(20px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 10px rgb(179,200,167,0.5), 
        0 0 20px rgb(145,175,116,0.5);
}.customer_reviews_6Dt .learner_insights_uJG img {
    object-fit: cover;
    margin-bottom: 1.5rem;
    box-shadow: 
        0 0 0 1px rgb(179,200,167,0.5),
        0 0 10px rgb(179,200,167,0.5);
    border-radius: 50%;
    filter: grayscale(50%);
    transition: all 0.5s ease;
    border: 3px solid #ffffff;
    width: 90px;
    height: 90px;
}.customer_reviews_6Dt .learner_insights_uJG:hover img {
    transform: scale(1.1);
    box-shadow: 
        0 0 0 2px rgb(179,200,167),
        0 0 15px rgb(179,200,167,0.5),
        0 0 30px rgb(179,200,167,0.5);
    filter: grayscale(0%);
}.customer_reviews_6Dt .learner_insights_uJG p {
    color: #000000;
    font-size: calc(13px * 1.1);
    text-align: center;
    margin-bottom: 0.5rem;
    font-weight: 600;
}.customer_reviews_6Dt .learner_insights_uJG .description {
    font-weight: 400;
    max-width: 90%;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    margin: 0 auto;
    text-align: center;
}.customer_reviews_6Dt .learner_insights_uJG:nth-child(3n+1) {
    transform: translateY(-10px) rotate(-1deg);
}.customer_reviews_6Dt .learner_insights_uJG:nth-child(3n+2) {
    transform: translateY(10px) rotate(1deg);
}.customer_reviews_6Dt .learner_insights_uJG:nth-child(3n+3) {
    transform: translateY(0) rotate(0);
}.customer_reviews_6Dt .learner_insights_uJG:hover {
    transform: translateZ(30px) rotate(0);
}

@media (max-width: 992px) {.customer_reviews_6Dt .learner_insights_uJG {
    width: calc(50% - 2rem);
}
}

@media (max-width: 768px) {.customer_reviews_6Dt {
    padding: 4rem 0;
}.customer_reviews_6Dt h2 {
    margin-bottom: 3rem;
    font-size: calc(28px * 0.9);
}.customer_reviews_6Dt .learning_stories_kiT {
    flex-direction: column;
    gap: 2rem;
}.customer_reviews_6Dt .learner_insights_uJG {
    width: 100%;
    transform: none !important;
}.customer_reviews_6Dt .learner_insights_uJG:hover {
    transform: translateZ(10px) !important;
}.customer_reviews_6Dt::after {
    height: 100%;
    width: 1px;
}}header {
    z-index: 100;
    padding: 0;
    background: rgb(218,225,214);
    position: relative;
    width: 100%;
}header::before {
    width: 100%;
    z-index: 0;
    opacity: 0.6;
    top: 0;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(179,200,167,0.5) 0%, 
        transparent 60%, 
        rgb(145,175,116,0.5) 100%);
    height: 100%;
    left: 0;
}header .container {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 1;
    max-width: 100%;
}header .header_wrap_raq {
    padding: 0.8rem 3%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}header .page_head_cxT {
    margin-right: 1rem;
    display: flex;
    text-decoration: none;
    padding: 0.6rem;
    align-items: center;
    position: relative;
}header .page_head_cxT::after {
    background: linear-gradient(to right, rgb(179,200,167), rgb(145,175,116));
    transition: transform 0.3s ease;
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    height: 2px;
    transform: scaleX(0.7);
}header .page_head_cxT:hover::after {
    transform: scaleX(1);
}header .page_head_cxT svg {
    transition: all 0.3s ease;
    height: auto;
    width: 140px;
}header .page_head_cxT:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .nav_guide_8Jj {
    padding: 0.5rem;
    gap: 0.4rem;
    border-radius: 10px;
    display: flex;
    background: rgba(255, 255, 255, 0.5);
    flex-wrap: wrap;
}header .header_pagewrap_YIU {
    padding: 0.4rem 0.7rem;
    text-decoration: none;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-weight: 400;
    font-size: 18px;
    border-radius: 10px;
}header .header_pagewrap_YIU::after {
    width: 100%;
    bottom: 0;
    position: absolute;
    transition: transform 0.3s ease;
    background: linear-gradient(to right, rgb(179,200,167), rgb(145,175,116));
    transform: scaleX(0);
    left: 0;
    content: '';
    height: 2px;
    transform-origin: left;
}header .header_pagewrap_YIU:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(179,200,167);
}header .header_pagewrap_YIU:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .header_wrap_raq {
    padding: 0.7rem 2.5%;
}header .page_head_cxT svg {
    width: 130px;
}header .nav_guide_8Jj {
    gap: 0.35rem;
    padding: 0.4rem;
}header .header_pagewrap_YIU {
    padding: 0.35rem 0.6rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header .header_wrap_raq {
    justify-content: center;
    padding: 0.7rem 2%;
}header .page_head_cxT {
    margin: 0 0 0.6rem 0;
}header .page_head_cxT svg {
    width: 120px;
}header .nav_guide_8Jj {
    justify-content: center;
    width: 100%;
}header .header_pagewrap_YIU {
    padding: 0.3rem 0.5rem;
    font-size: calc(18px - 2px);
}
}

@media (max-width: 480px) {header .header_wrap_raq {
    padding: 0.6rem 1.5%;
}header .page_head_cxT svg {
    width: 110px;
}header .nav_guide_8Jj {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .nav_guide_8Jj::-webkit-scrollbar {
    height: 2px;
}header .nav_guide_8Jj::-webkit-scrollbar-thumb {
    background: rgb(179,200,167);
    border-radius: 10px;
}header .header_pagewrap_YIU {
    white-space: nowrap;
    flex-shrink: 0;
}}.greeting_page_ScT {
    background: linear-gradient(135deg, rgb(218,225,214), rgb(145,175,116,0.5), rgb(179,200,167,0.5) 80%);
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
}.greeting_page_ScT::before {
    animation: starfield 100s linear infinite;
    width: 100%;
    top: 0;
    opacity: 0.7;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    z-index: 1;
    background-size: 60px 60px, 40px 40px;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 1px, transparent 6px),
              radial-gradient(circle at 30% 70%, rgba(255,255,255,0.08) 1px, transparent 4px);
    pointer-events: none;
}.greeting_page_ScT::after {
    top: -50%;
    pointer-events: none;
    left: -50%;
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg);
    content: "";
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(rgb(145,175,116), 0.15) 0%, transparent 70%);
    width: 200%;
}.greeting_page_ScT .fast_school_NwS {
    padding: 4rem 2rem;
    display: flex;
    z-index: 2;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}.greeting_page_ScT .fast_school_NwS > div {
    width: 100%;
    position: relative;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
}.greeting_page_ScT .fast_school_NwS > div > div:first-child {
    transform: translateZ(20px);
    margin-bottom: 3rem;
    position: relative;
}.greeting_page_ScT .fast_school_NwS h3 {
    line-height: 1.5;
    position: relative;
    color: #000000;
    background: rgba(255, 255, 255, 0.85);
    padding: 1.5rem 2rem;
    max-width: 80%;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    font-weight: 600;
    font-family: Arial, sans-serif;
    backdrop-filter: blur(5px);
    transform: translateX(-1rem);
    font-size: calc(19px * 0.95);
    letter-spacing: 0.02em;
    margin: 0 0 1rem 2rem;
    box-shadow: 0 15px 25px -10px rgba(0, 0, 0, 0.1);
}.greeting_page_ScT .fast_school_NwS h3::before {
    left: 0;
    transform-origin: center;
    position: absolute;
    background: rgb(179,200,167);
    transition: transform 0.3s ease-out;
    top: 0;
    height: 100%;
    transform: scaleY(0.7);
    content: "";
    width: 4px;
}.greeting_page_ScT .learn_studio_OBH {
    position: relative;
    height: 65vh;
    box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 0.3);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    transform: translateY(0);
    width: 100%;
    overflow: hidden;
}.greeting_page_ScT .learn_studio_OBH::before {
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), transparent 40%, rgba(0, 0, 0, 0.2));
    width: 100%;
    height: 100%;
    top: 0;
}.greeting_page_ScT .learn_studio_OBH::after {
    bottom: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
}.greeting_page_ScT .learn_studio_OBH > div {
    z-index: 2;
    position: absolute;
    padding: 3rem;
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    left: 0;
    transform: translateY(0);
}.greeting_page_ScT .learn_studio_OBH p {
    padding: 0.75rem 1.5rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), background 0.3s ease;
    font-size: calc(12px * 1.1);
    font-family: Arial, sans-serif;
    transform: translateX(0);
    margin: 0 0 1.5rem;
    color: #ffffff;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.6;
    backdrop-filter: blur(8px);
    background: rgba(rgb(145,175,116), 0.15);
    max-width: 80%;
}.greeting_page_ScT .learn_studio_OBH p::before {
    width: 3px;
    position: absolute;
    transform-origin: bottom;
    content: "";
    background: rgb(179,200,167);
    height: 100%;
    transition: transform 0.3s ease;
    left: 0;
    top: 0;
    transform: scaleY(0.8);
}.greeting_page_ScT .title_style_header {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    letter-spacing: -0.02em;
    color: #ffffff;
    line-height: 1.2;
    font-size: 43px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    position: relative;
    transform: translateY(0);
}.greeting_page_ScT .title_style_header::after {
    content: "";
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 8rem;
    height: 4px;
    transform: scaleX(0.8);
    left: 0;
    bottom: -1rem;
    position: absolute;
    transform-origin: left;
    background: rgb(179,200,167);
}.greeting_page_ScT:hover .fast_school_NwS h3 {
    transform: translateX(0);
}.greeting_page_ScT:hover .fast_school_NwS h3::before {
    transform: scaleY(1);
}.greeting_page_ScT:hover .learn_studio_OBH {
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
}.greeting_page_ScT:hover .learn_studio_OBH > div {
    transform: translateY(-10px);
}.greeting_page_ScT:hover .learn_studio_OBH p {
    transform: translateX(10px);
    background: rgba(rgb(145,175,116), 0.25);
}.greeting_page_ScT:hover .learn_studio_OBH p::before {
    transform: scaleY(1);
}.greeting_page_ScT:hover .title_style_header {
    transform: translateY(-5px);
}.greeting_page_ScT:hover .title_style_header::after {
    transform: scaleX(1);
}

@keyframes starfield {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 1000px 1000px, -1000px -1000px;
  }
}

@media (max-width: 991px) {.greeting_page_ScT .fast_school_NwS {
    padding: 3rem 1.5rem;
}.greeting_page_ScT .fast_school_NwS h3 {
    font-size: calc(19px * 0.85);
    padding: 1.25rem 1.5rem;
    max-width: 90%;
    margin: 0 0 1rem 1rem;
}.greeting_page_ScT .learn_studio_OBH {
    height: 55vh;
}.greeting_page_ScT .learn_studio_OBH > div {
    padding: 2rem;
}.greeting_page_ScT .learn_studio_OBH p {
    margin: 0 0 1.25rem;
    font-size: 12px;
    max-width: 90%;
}.greeting_page_ScT .title_style_header {
    font-size: calc(43px * 0.9);
}
}

@media (max-width: 767px) {.greeting_page_ScT .fast_school_NwS {
    padding: 2.5rem 1rem;
}.greeting_page_ScT .fast_school_NwS > div {
    transform: perspective(800px) rotateX(1deg);
}.greeting_page_ScT .fast_school_NwS h3 {
    margin: 0 0 1rem 0;
    padding: 1rem;
    max-width: 100%;
    font-size: calc(21px * 1.1);
}.greeting_page_ScT .learn_studio_OBH {
    height: 50vh;
}.greeting_page_ScT .learn_studio_OBH > div {
    padding: 1.5rem;
}.greeting_page_ScT .learn_studio_OBH p {
    margin: 0 0 1rem;
    font-size: calc(12px * 0.9);
    max-width: 100%;
    padding: 0.5rem 1rem;
}.greeting_page_ScT .title_style_header {
    font-size: calc(35px * 1.1);
}.greeting_page_ScT .title_style_header::after {
    bottom: -0.75rem;
    height: 3px;
    width: 6rem;
}
}

@media (max-width: 480px) {.greeting_page_ScT .fast_school_NwS {
    padding: 2rem 0.75rem;
}.greeting_page_ScT .fast_school_NwS > div {
    transform: none;
}.greeting_page_ScT .fast_school_NwS > div > div:first-child {
    margin-bottom: 2rem;
}.greeting_page_ScT .fast_school_NwS h3 {
    line-height: 1.4;
    font-size: 21px;
    padding: 0.75rem;
}.greeting_page_ScT .learn_studio_OBH {
    height: 45vh;
}.greeting_page_ScT .learn_studio_OBH > div {
    padding: 1.25rem;
}.greeting_page_ScT .learn_studio_OBH p {
    line-height: 1.5;
    font-size: calc(12px * 0.85);
    padding: 0.5rem 0.75rem;
}.greeting_page_ScT .title_style_header {
    font-size: 35px;
}}.course_offering_zTK {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(218,225,214) 0%, rgba(240, 242, 245, 0.9) 100%);
    padding: 120px 0;
}.course_offering_zTK::before {
    position: absolute;
    right: -100px;
    transform: translateZ(0);
    border-radius: 50%;
    width: 300px;
    opacity: 0.3;
    height: 300px;
    background: linear-gradient(45deg, rgb(179,200,167,0.5) 0%, rgb(145,175,116,0.5) 100%);
    content: "";
    animation: float 15s infinite alternate ease-in-out;
    top: -100px;
    filter: blur(40px);
}.course_offering_zTK::after {
    bottom: -50px;
    width: 200px;
    left: -50px;
    background: linear-gradient(-45deg, rgb(145,175,116,0.5) 0%, rgb(179,200,167,0.5) 100%);
    opacity: 0.2;
    transform: translateZ(0);
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    animation: morph 20s infinite alternate ease-in-out;
    height: 200px;
    filter: blur(30px);
}.course_offering_zTK .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
}.course_offering_zTK .career_learn_rJk {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    transform: translateZ(0);
}.course_offering_zTK .pic_list_uRX {
    height: 350px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.course_offering_zTK .pic_list_uRX::before {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 60%);
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
}.course_offering_zTK .pic_list_uRX::after {
    animation: shimmer 5s infinite linear;
    pointer-events: none;
    content: "";
    height: 200%;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    left: -50%;
    width: 200%;
    transform: rotate(25deg);
    top: -50%;
}.course_offering_zTK .text_body_wrap_5KY {
    padding: 30px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: #ffffff;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.course_offering_zTK .text_body_wrap_5KY::before {
    transform: scaleY(0.7);
    transition: transform 0.4s ease;
    background: linear-gradient(to bottom, rgb(179,200,167), rgb(145,175,116));
    top: 0;
    left: 0;
    transform-origin: center;
    height: 100%;
    width: 4px;
    content: "";
    position: absolute;
}.course_offering_zTK .text_body_wrap_5KY:hover::before {
    transform: scaleY(1);
}.course_offering_zTK h3 {
    transition: transform 0.4s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    z-index: 1;
    transform: translateX(0);
    margin-bottom: 24px;
    position: relative;
    font-weight: 700;
    font-size: calc(23px + 0.2rem);
}.course_offering_zTK h3::after {
    left: -10px;
    content: "";
    position: absolute;
    top: 50%;
    height: 30%;
    transition: opacity 0.4s ease, left 0.4s ease;
    width: 8px;
    z-index: -1;
    transform: translateY(-50%);
    opacity: 0;
    background: rgb(179,200,167,0.5);
}.course_offering_zTK .text_body_wrap_5KY:hover h3 {
    transform: translateX(10px);
}.course_offering_zTK .text_body_wrap_5KY:hover h3::after {
    opacity: 1;
    left: -5px;
}.course_offering_zTK .description {
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.7;
    font-size: 15px;
    font-family: Arial, sans-serif;
}.course_offering_zTK p.description {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-color: rgb(179,200,167,0.5) rgb(218,225,214);
    scrollbar-width: thin;
    padding-right: 15px;
    display: block;
}.course_offering_zTK p.description::-webkit-scrollbar {
    width: 5px;
}.course_offering_zTK p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(218,225,214);
}.course_offering_zTK p.description::-webkit-scrollbar-thumb {
    background-color: rgb(179,200,167,0.5);
    border-radius: 10px;
}.course_offering_zTK span.description {
    display: none;
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-30px) rotate(10deg);
    }
}

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

@keyframes shimmer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media (min-width: 768px) {.course_offering_zTK .career_learn_rJk {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}.course_offering_zTK .pic_list_uRX {
    height: 450px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.course_offering_zTK .text_body_wrap_5KY {
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
}.course_offering_zTK .pic_list_uRX:hover,
    .course_offering_zTK .text_body_wrap_5KY:hover {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.course_offering_zTK h3 {
    font-size: 33px;
}
}

@media (min-width: 992px) {.course_offering_zTK {
    padding: 150px 0;
}.course_offering_zTK .career_learn_rJk {
    gap: 70px;
}.course_offering_zTK .pic_list_uRX {
    height: 550px;
}.course_offering_zTK .text_body_wrap_5KY {
    padding: 40px 50px;
}.course_offering_zTK p.description {
    max-height: 350px;
}
}

@media (max-width: 767px) {.course_offering_zTK {
    padding: 80px 0;
}.course_offering_zTK .container {
    padding: 0 15px;
}.course_offering_zTK .pic_list_uRX {
    height: 250px;
}.course_offering_zTK .text_body_wrap_5KY {
    padding: 25px 20px;
}.course_offering_zTK h3 {
    font-size: calc(23px - 0.1rem);
    margin-bottom: 15px;
}.course_offering_zTK p.description {
    font-size: calc(15px - 0.1rem);
    max-height: 250px;
}}.privacy_retreat_3cl {
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgb(218,225,214);
    padding: 2em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.privacy_retreat_3cl h1 {
    color: rgb(179,200,167);
    font-size: 44px;
    text-align: center;
    margin-bottom: 1em;
    font-weight: 700;
}.privacy_retreat_3cl h2 {
    margin-bottom: 0.75em;
    color: rgb(145,175,116);
    font-weight: 600;
    font-size: 37px;
}.privacy_retreat_3cl h3,
.privacy_retreat_3cl h4,
.privacy_retreat_3cl h5,
.privacy_retreat_3cl h6 {
    margin-bottom: 0.5em;
}.privacy_retreat_3cl h3 {
    font-size: calc(19px - 0.2em);
    font-weight: 400;
    color: rgb(179,200,167);
}.privacy_retreat_3cl h4 {
    color: rgb(145,175,116);
    font-weight: 400;
    font-size: calc(19px - 0.4em);
}.privacy_retreat_3cl h5 {
    font-weight: 300;
    color: #000000;
    font-size: 19px;
}.privacy_retreat_3cl h6 {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}.privacy_retreat_3cl ul {
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 1.5em;
}.privacy_retreat_3cl ol {
    padding-left: 1.5em;
    list-style-type: decimal;
    margin-bottom: 1em;
}.privacy_retreat_3cl li {
    font-size: 13px;
    margin-bottom: 0.5em;
}.privacy_retreat_3cl p {
    margin-bottom: 1em;
    font-size: 13px;
    line-height: 1.6;
}.privacy_retreat_3cl span {
    color: rgb(179,200,167);
    font-weight: 600;
}.privacy_retreat_3cl div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {.privacy_retreat_3cl {
    border-radius: 10px;
    padding: 1em;
}.privacy_retreat_3cl h1 {
    font-size: calc(19px - 0.5em);
}.privacy_retreat_3cl h2 {
    font-size: calc(19px - 0.4em);
}.privacy_retreat_3cl p,
    .privacy_retreat_3cl li {
    font-size: calc(13px - 0.2em);
}}
.privacy_retreat_3cl h1::after {
    content: "";
    background-color: rgb(179,200,167);
    border-radius: 10px;
    height: 4px;
    margin: 0.5em auto 0;
    display: block;
    width: 60px;
}.privacy_retreat_3cl h2::after {
    width: 40px;
    content: "";
    background-color: rgb(145,175,116);
    margin: 0.5em auto 0;
    height: 3px;
    border-radius: 10px;
    display: block;
}.privacy_retreat_3cl ul li::before {
    width: 1em;
    color: rgb(179,200,167);
    display: inline-block;
    content: "•";
    font-weight: 700;
    margin-left: -1em;
}.privacy_retreat_3cl ol li::before {
    font-weight: 700;
    color: rgb(145,175,116);
}.privacy_retreat_3cl a {
    text-decoration: underline;
    color: rgb(179,200,167);
}.privacy_retreat_3cl a:hover {
    color: rgb(145,175,116);
    text-decoration: none;
}.privacy_retreat_3cl blockquote {
    background-color: rgb(179,200,167,0.5);
    font-style: italic;
    margin: 1em 0;
    padding: 1em;
    border-left: 5px solid rgb(179,200,167);
}.education_framework_28o {
    justify-content: center;
    position: relative;
    min-height: 75vh;
    display: flex;
    background: rgb(218,225,214);
    overflow: hidden;
    align-items: center;
}.education_framework_28o::before {
    width: 100%;
    opacity: 0.6;
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 30% 30%, rgb(179,200,167,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(145,175,116,0.5) 0%, transparent 40%);
}.education_framework_28o::after {
    height: 800px;
    background: 
        repeating-radial-gradient(
            circle at center,
            rgba(255, 255, 255, 0.03) 0px,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 30px
        );
    transform: translate(-50%, -50%);
    border-radius: 50%;
    content: "";
    animation: pulseRings 6s ease-in-out infinite;
    top: 50%;
    z-index: 1;
    position: absolute;
    width: 800px;
    left: 50%;
}.education_framework_28o .container {
    width: 100%;
    margin: 0 auto;
    padding: 5rem 2rem;
    display: flex;
    max-width: 1200px;
    align-items: center;
    position: relative;
    z-index: 5;
    justify-content: center;
}.education_framework_28o .learn_legacy_A9r {
    justify-content: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    aspect-ratio: 1 / 1;
    position: relative;
    max-width: 1000px;
    width: 100%;
}.education_framework_28o .learn_legacy_A9r::before {
    content: "";
    opacity: 0.6;
    border-radius: 50%;
    position: absolute;
    border: 2px solid rgb(179,200,167,0.5);
    animation: rotateCircle 20s linear infinite;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}.education_framework_28o .learn_legacy_A9r::after {
    opacity: 0.4;
    animation: rotateCircle 30s linear infinite reverse;
    border-radius: 50%;
    content: "";
    left: 10%;
    border: 2px dashed rgb(145,175,116,0.5);
    height: 80%;
    position: absolute;
    width: 80%;
    top: 10%;
}.education_framework_28o h3 {
    width: 70%;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 0 0 20%;
    z-index: 3;
    text-align: center;
    padding: 2rem 3rem;
    color: rgb(179,200,167);
    position: relative;
    font-weight: 700;
    font-size: 31px;
}.education_framework_28o h3::before {
    height: 20%;
    width: 2px;
    position: absolute;
    z-index: 2;
    background: linear-gradient(to bottom, rgb(179,200,167), transparent);
    bottom: -20%;
    content: "";
    left: 50%;
}.education_framework_28o h3::after {
    position: absolute;
    z-index: 2;
    width: 30px;
    border-radius: 5px;
    bottom: -20%;
    transform: translate(-50%, 50%) rotate(45deg);
    border: 2px solid rgb(179,200,167,0.5);
    animation: rotateElement 10s linear infinite;
    content: "";
    height: 30px;
    background: #ffffff;
    left: 50%;
}.education_framework_28o span {
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 2rem 3rem;
    width: 70%;
    z-index: 2;
    border-radius: 20px;
    text-align: center;
    font-size: 13px;
    line-height: 1.8;
    max-width: 600px;
    background: #ffffff;
}.education_framework_28o span::before {
    content: "";
    opacity: 0.3;
    border-radius: inherit;
    inset: -5px;
    z-index: -1;
    filter: blur(5px);
    animation: glowPulse 4s ease-in-out infinite alternate;
    background: linear-gradient(135deg, rgb(179,200,167,0.5), rgb(145,175,116,0.5));
    position: absolute;
}.education_framework_28o span::after {
    height: 20px;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    top: -10px;
    left: 50%;
    position: absolute;
    background: #ffffff;
    border: 2px solid rgb(145,175,116,0.5);
    z-index: 3;
    content: "";
}

@keyframes pulseRings {
    0%, 100% {
        opacity: 0.1;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: translate(-50%, -50%) scale(1.05);
    }
}

@keyframes rotateCircle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateElement {
    0% {
        transform: translate(-50%, 50%) rotate(45deg);
    }
    100% {
        transform: translate(-50%, 50%) rotate(405deg);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(5px);
    }
    50% {
        opacity: 0.5;
        filter: blur(10px);
    }
}

@media (max-width: 992px) {.education_framework_28o .container {
    padding: 4rem 1.5rem;
}.education_framework_28o .learn_legacy_A9r {
    height: auto;
    aspect-ratio: auto;
    gap: 4rem;
}.education_framework_28o h3 {
    padding: 1.8rem 2.5rem;
    width: 80%;
    margin: 0;
    font-size: calc(31px * 0.9);
}.education_framework_28o span {
    width: 80%;
    font-size: calc(13px * 0.95);
    padding: 1.8rem 2.5rem;
}.education_framework_28o h3::before,
    .education_framework_28o h3::after {
    display: none;
}.education_framework_28o span::after {
    display: none;
}.education_framework_28o .learn_legacy_A9r::before,
    .education_framework_28o .learn_legacy_A9r::after {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    border-radius: 20px;
}
}

@media (max-width: 768px) {.education_framework_28o {
    min-height: auto;
    padding: 3rem 0;
}.education_framework_28o .container {
    padding: 0 1.2rem;
}.education_framework_28o .learn_legacy_A9r {
    gap: 2rem;
}.education_framework_28o h3 {
    padding: 1.5rem 2rem;
    font-size: calc(31px * 0.8);
    width: 100%;
}.education_framework_28o span {
    font-size: calc(13px * 0.9);
    padding: 1.5rem 2rem;
    width: 100%;
}
}

@media (max-width: 576px) {.education_framework_28o {
    padding: 2.5rem 0;
}.education_framework_28o .container {
    padding: 0 1rem;
}.education_framework_28o .learn_legacy_A9r {
    gap: 1.5rem;
}.education_framework_28o h3 {
    font-size: calc(31px * 0.7);
    padding: 1.2rem 1.5rem;
}.education_framework_28o span {
    font-size: calc(13px * 0.85);
    padding: 1.2rem 1.5rem;
}.education_framework_28o .learn_legacy_A9r::before,
    .education_framework_28o .learn_legacy_A9r::after {
    display: none;
}}.prospective_members_uQd {
    position: relative;
    background: #f9f9f9;
    overflow: hidden;
    padding: 120px 0;
}.prospective_members_uQd::before {
    background-color: rgb(179,200,167,0.5);
    left: 50%;
    bottom: 0;
    top: 0;
    content: '';
    z-index: 1;
    position: absolute;
    transform: translateX(-50%);
    width: 6px;
}.prospective_members_uQd .learn_legacy_A9r {
    z-index: 10;
    text-align: center;
    padding: 0 30px;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}.prospective_members_uQd h3 {
    display: inline-block;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background-color: #f9f9f9;
    margin-bottom: 80px;
    color: #000000;
    border-radius: 50px;
    padding: 0 30px;
    font-size: 33px;
    font-weight: 700;
    border: 3px solid rgb(179,200,167,0.5);
}.prospective_members_uQd ul {
    position: relative;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 50px;
    display: flex;
    list-style: none;
}.prospective_members_uQd ul li {
    text-align: left;
    position: relative;
    transition: all 0.4s ease;
    padding: 30px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    align-items: center;
    max-width: 500px;
    display: flex;
    background-color: #ffffff;
    z-index: 2;
    gap: 20px;
}.prospective_members_uQd ul li::before {
    height: 50px;
    position: absolute;
    top: -25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 5;
    transition: all 0.4s ease;
    background-color: #ffffff;
    left: 50%;
    content: '';
    border-radius: 50%;
    width: 50px;
    border: 6px solid rgb(179,200,167,0.5);
    transform: translateX(-50%);
}.prospective_members_uQd ul li:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
}.prospective_members_uQd ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.prospective_members_uQd ul li:hover::before {
    background-color: rgb(179,200,167,0.5);
    border-color: #ffffff;
}.prospective_members_uQd ul li svg {
    padding: 12px;
    width: 60px;
    flex-shrink: 0;
    background-color: rgb(179,200,167,0.5);
    height: 60px;
    border-radius: 50%;
    transition: all 0.4s ease;
}.prospective_members_uQd ul li:hover svg {
    transform: rotate(360deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}.prospective_members_uQd ul li svg path {
    transition: fill 0.4s ease;
    fill: #ffffff;
}.prospective_members_uQd ul li:hover svg path {
    fill: rgb(179,200,167);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prospective_members_uQd ul li {
    animation: fadeInFromTop 0.6s ease forwards;
    opacity: 0;
}.prospective_members_uQd ul li:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_members_uQd ul li:nth-child(2) {
    animation-delay: 0.3s;
}.prospective_members_uQd ul li:nth-child(3) {
    animation-delay: 0.5s;
}.prospective_members_uQd ul li:nth-child(4) {
    animation-delay: 0.7s;
}.prospective_members_uQd ul li:nth-child(5) {
    animation-delay: 0.9s;
}.prospective_members_uQd ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.prospective_members_uQd {
    padding: 90px 0;
}.prospective_members_uQd h3 {
    margin-bottom: 60px;
}.prospective_members_uQd ul {
    gap: 60px;
}.prospective_members_uQd ul li {
    padding: 25px;
}.prospective_members_uQd ul li svg {
    padding: 10px;
    width: 50px;
    height: 50px;
}
}

@media (max-width: 768px) {.prospective_members_uQd ul li,
    .prospective_members_uQd ul li:nth-child(even) {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.prospective_members_uQd ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.prospective_members_uQd {
    padding: 70px 0;
}.prospective_members_uQd h3 {
    font-size: calc(33px * 0.85);
    margin-bottom: 50px;
    padding: 0 20px;
}.prospective_members_uQd ul {
    gap: 50px;
}.prospective_members_uQd ul li {
    padding: 20px;
}.prospective_members_uQd ul li::before {
    top: -25px;
    height: 40px;
    width: 40px;
}.prospective_members_uQd ul li svg {
    height: 45px;
    padding: 8px;
    width: 45px;
}
}

@media (prefers-reduced-motion: reduce) {.prospective_members_uQd ul li {
    animation: none;
    opacity: 1;
}.prospective_members_uQd ul li:hover {
    transform: none;
}.prospective_members_uQd ul li:hover svg {
    transform: none;
}}.education_experience_doR {
    position: relative;
    padding: 6rem 2rem 4rem;
    background: linear-gradient(180deg, rgb(218,225,214) 0%, rgb(145,175,116,0.5) 100%);
    overflow: hidden;
}.education_experience_doR::before {
    opacity: 0.2;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(179,200,167,0.5) 0px,
        rgb(179,200,167,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
}.education_experience_doR::after {
    width: 50%;
    background: #ffffff;
    right: 0;
    position: absolute;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.1;
    z-index: 1;
}.education_experience_doR .learner_insights_uJG {
    flex-direction: column;
    z-index: 2;
    max-width: 600px;
    align-items: center;
    position: relative;
    display: flex;
    margin: 0 auto;
}.education_experience_doR .pic_list_uRX {
    z-index: 3;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    transition: all 0.5s ease;
    border-radius: 0;
    margin-bottom: -50px;
    width: 200px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    height: 250px;
    position: relative;
}.education_experience_doR .pic_list_uRX:hover {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-15px);
}.education_experience_doR .experience_log_iaz {
    padding: 70px 30px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    z-index: 2;
    align-items: center;
    width: 100%;
    perspective: 1000px;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    transform-style: preserve-3d;
}.education_experience_doR .experience_log_iaz::before {
    position: absolute;
    background: rgb(179,200,167);
    top: 0;
    transform: translateZ(-20px);
    z-index: -1;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
}.education_experience_doR .name {
    color: rgb(179,200,167);
    position: relative;
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 34px;
    font-weight: 700;
}.education_experience_doR .name::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 50px;
    left: 50%;
    height: 3px;
    background: rgb(145,175,116);
    transform: translateX(-50%);
}.education_experience_doR .experience_log_iaz > div:nth-child(2) {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
    letter-spacing: 2px;
    color: rgb(145,175,116);
    text-transform: uppercase;
    text-align: center;
}.education_experience_doR .job_tasks_9Si {
    font-size: 14px;
    width: 100%;
    line-height: 1.8;
    padding-top: 30px;
    border-top: 1px solid rgb(218,225,214);
    text-align: center;
    margin-top: 20px;
    position: relative;
    font-style: italic;
    font-weight: 400;
    color: #000000;
}.education_experience_doR .job_tasks_9Si::before,
.education_experience_doR .job_tasks_9Si::after {
    content: "";
    position: absolute;
    background: rgb(145,175,116,0.5);
    height: 30px;
    border-radius: 50%;
    width: 30px;
}.education_experience_doR .job_tasks_9Si::before {
    left: 50%;
    top: -15px;
    transform: translateX(-20px);
}.education_experience_doR .job_tasks_9Si::after {
    left: 50%;
    top: -15px;
    transform: translateX(-10px);
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.education_experience_doR .experience_log_iaz:hover {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {.education_experience_doR {
    padding: 4rem 1rem 3rem;
}.education_experience_doR .pic_list_uRX {
    width: 150px;
    margin-bottom: -40px;
    height: 180px;
}.education_experience_doR .experience_log_iaz {
    padding: 60px 20px 20px;
}}.appSpace_JXh {
    background: linear-gradient(135deg, rgb(218,225,214) 0%, rgb(145,175,116,0.5) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.appSpace_JXh::before {
    content: "";
    opacity: 0.1;
    background: repeating-linear-gradient(
        45deg,
        rgb(179,200,167,0.5) 0px,
        rgb(179,200,167,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    transform: perspective(1000px) rotateX(5deg);
    width: 100%;
    z-index: 1;
}.appSpace_JXh::after {
    width: 300px;
    background: rgb(179,200,167);
    height: 300px;
    content: "";
    border-radius: 100px;
    animation: float 15s ease-in-out infinite;
    opacity: 0.1;
    right: -50px;
    bottom: -50px;
    position: absolute;
    transform: rotate(15deg);
    z-index: 0;
}.appSpace_JXh .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    margin: 0 auto;
}.appSpace_JXh h2 {
    font-weight: 700;
    margin-bottom: 40px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    font-size: 29px;
    color: #000000;
    position: relative;
    transform: translateZ(20px);
    line-height: 1.3;
}.appSpace_JXh h2::after {
    animation: pulse 3s infinite alternate;
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: -15px;
    transform: translateZ(30px);
    content: "";
    background: rgb(179,200,167);
    left: 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.appSpace_JXh .learn_legacy_A9r {
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    padding: 40px;
    border-radius: 8px;
    overflow: hidden;
}.appSpace_JXh .learn_legacy_A9r::before {
    content: "";
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, rgb(179,200,167) 0%, rgb(145,175,116) 100%);
    width: 100%;
    position: absolute;
    top: 0;
}.appSpace_JXh .learn_legacy_A9r:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.appSpace_JXh ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.appSpace_JXh li {
    padding-left: 25px;
    position: relative;
}.appSpace_JXh li::before {
    position: absolute;
    transform: rotate(45deg);
    top: 8px;
    animation: spin 12s linear infinite;
    left: 0;
    background: rgb(179,200,167);
    content: "";
    width: 8px;
    height: 8px;
}.appSpace_JXh span {
    position: relative;
    color: #000000;
    line-height: 1.7;
    z-index: 2;
    font-size: 18px;
    display: block;
    font-family: Arial, sans-serif;
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 992px) {.appSpace_JXh {
    padding: 90px 0;
}.appSpace_JXh h2 {
    font-size: calc(29px * 0.9);
}.appSpace_JXh .learn_legacy_A9r {
    padding: 30px;
}
}

@media (max-width: 768px) {.appSpace_JXh {
    padding: 70px 0;
}.appSpace_JXh h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
}.appSpace_JXh h2::after {
    width: 60px;
}.appSpace_JXh .learn_legacy_A9r {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 25px;
}.appSpace_JXh span {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 576px) {.appSpace_JXh {
    padding: 50px 0;
}.appSpace_JXh h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 25px;
}.appSpace_JXh h2::after {
    width: 50px;
    height: 3px;
}.appSpace_JXh .learn_legacy_A9r {
    transform: none;
    padding: 20px;
}.appSpace_JXh li {
    padding-left: 20px;
}.appSpace_JXh span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}}.about_this_Ckv {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.about_this_Ckv::before {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(179,200,167,0.5) 0%, rgba(0,0,0,0.65) 100%);
    position: absolute;
    z-index: 1;
}.about_this_Ckv::after {
    z-index: 2;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation: floatElement 15s ease-in-out infinite alternate;
    content: "";
    height: 70%;
    right: -10%;
    top: -10%;
    background: linear-gradient(45deg, rgb(145,175,116,0.5) 0%, rgb(179,200,167,0.5) 100%);
    opacity: 0.2;
    width: 50%;
    position: absolute;
}.about_this_Ckv .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 5;
    margin: 0 auto;
}.about_this_Ckv .text_body_wrap_5KY {
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s ease-in-out;
    backdrop-filter: blur(8px);
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}.about_this_Ckv .text_body_wrap_5KY:hover {
    transform: perspective(1000px) rotateY(0deg);
}.about_this_Ckv .text_body_wrap_5KY::before {
    transform: scaleY(0.95);
    position: absolute;
    background: linear-gradient(to bottom, rgb(179,200,167), rgb(145,175,116));
    content: "";
    height: 100%;
    width: 4px;
    left: 0;
    top: 0;
}.about_this_Ckv h1 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    color: #000000;
    display: inline-block;
}.about_this_Ckv h1::after {
    content: "";
    position: absolute;
    left: 0;
    width: 60%;
    transition: width 0.3s ease-in-out;
    height: 3px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(179,200,167), transparent);
}.about_this_Ckv h1:hover::after {
    width: 100%;
}.about_this_Ckv ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.about_this_Ckv ul li {
    position: relative;
    margin-bottom: 20px;
}.about_this_Ckv h4 {
    font-size: calc(22px + 2px);
    padding-left: 0;
    font-weight: 600;
    margin-bottom: 15px;
    transition: padding-left 0.3s ease;
    position: relative;
    color: rgb(145,175,116);
}.about_this_Ckv h4:hover {
    padding-left: 15px;
}.about_this_Ckv h4::before {
    left: -15px;
    background-color: rgb(179,200,167);
    width: 8px;
    content: "";
    top: 50%;
    height: 8px;
    transform: translateY(-50%) scale(0);
    position: absolute;
    transition: transform 0.3s ease;
}.about_this_Ckv h4:hover::before {
    transform: translateY(-50%) scale(1);
}.about_this_Ckv span {
    color: #000000;
    column-count: 1;
    display: block;
    line-height: 1.7;
    position: relative;
    column-gap: 30px;
    text-align: justify;
    font-family: Arial, sans-serif;
    font-size: 17px;
    padding: 10px 0;
}

@keyframes floatElement {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(1deg); }
    100% { transform: translateY(5px) rotate(-1deg); }
}

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


@media (min-width: 768px) {.about_this_Ckv .text_body_wrap_5KY {
    width: 90%;
    margin-left: 5%;
}.about_this_Ckv span {
    column-count: 2;
}
}

@media (min-width: 992px) {.about_this_Ckv {
    padding: 150px 0;
}.about_this_Ckv .text_body_wrap_5KY {
    margin-left: 10%;
    width: 80%;
}.about_this_Ckv span {
    column-count: 2;
}.about_this_Ckv h1 {
    font-size: calc(42px + 5px);
}
}

@media (max-width: 767px) {.about_this_Ckv {
    padding: 80px 0;
}.about_this_Ckv .text_body_wrap_5KY {
    padding: 25px;
    transform: perspective(800px) rotateY(0deg);
}.about_this_Ckv h1 {
    font-size: calc(42px - 4px);
}.about_this_Ckv h4 {
    font-size: 22px;
}.about_this_Ckv span {
    font-size: calc(17px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.about_this_Ckv {
    padding: 60px 0;
}.about_this_Ckv .text_body_wrap_5KY {
    padding: 20px 15px;
}.about_this_Ckv h1 {
    margin-bottom: 20px;
    font-size: calc(42px - 6px);
}.about_this_Ckv h4 {
    font-size: calc(22px - 2px);
    margin-bottom: 10px;
}.about_this_Ckv span {
    line-height: 1.5;
    font-size: calc(17px - 2px);
}
}