* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    scroll-behavior: smooth;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}.sb_vr_labs {
    flex: 0 0 auto;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    width: 19px;
}::-webkit-scrollbar-thumb {
    border-radius: 18px;
    border: 2px ridge rgb(231,183,159,0.5);
    background: rgb(244,220,204);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 5px 0px 10px 4px rgba(0, 0, 0, 0.6);
    background: rgb(231,183,159,0.5);
}.VU_layer-container {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.rS_nav_lesson {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    width: 1262px;
    max-width: 100%;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.SL_privacy_shield {
    border: 1px solid rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    padding: 50px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background: #ffffff;
}.SL_privacy_shield h1 {
    font-size: 45px;
    color: #000000;
    border-bottom: 3px solid rgb(231,183,159);
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
}.SL_privacy_shield h2 {
    text-align: left;
    border-bottom: 2px solid rgb(217,144,112);
    color: rgb(217,144,112);
    margin-top: 40px;
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}.SL_privacy_shield h3, .SL_privacy_shield h4, .SL_privacy_shield h5, .SL_privacy_shield h6 {
    margin-top: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    padding-bottom: 5px;
}.SL_privacy_shield ul, .SL_privacy_shield ol {
    padding: 20px 0;
    list-style: none;
    margin: 0;
    padding-left: 0;
}.SL_privacy_shield li {
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    line-height: 1.8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    color: #000000;
    font-size: 16px;
}.SL_privacy_shield section {
    background: #ffffff;
}.SL_privacy_shield p, .SL_privacy_shield span, .SL_privacy_shield div {
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {.SL_privacy_shield {
    box-shadow: none;
    padding: 20px;
    border: none;
}.SL_privacy_shield h1, .SL_privacy_shield h2 {
    border-bottom-width: 1px;
    text-align: left;
    font-size: calc(18px - 10px);
}.SL_privacy_shield ul, .SL_privacy_shield ol {
    border-bottom-width: 0;
    padding: 10px 0;
    border-top-width: 0;
}.SL_privacy_shield li {
    padding: 5px 0;
    border-bottom-width: 0;
}.SL_privacy_shield p, .SL_privacy_shield span, .SL_privacy_shield div {
    border-bottom-width: 0;
    padding-bottom: 5px;
}}header .Mz_nav_learn {
    z-index: 99;
    overflow: hidden;
    padding: 1.5rem;
    width: 100%;
    box-shadow: 0 0 20px 2px rgb(231,183,159,0.5);
    border-radius: 0;
    position: relative;
    background: linear-gradient(to right, rgb(217,144,112) 0%, rgb(231,183,159,0.5) 100%);
    display: flex;
    left: 0;
    justify-content: space-between;
    align-items: center;
}header .Mz_nav_learn::before {
    opacity: 0.3;
    height: 200%;
    position: absolute;
    z-index: -1;
    background: radial-gradient(circle, rgb(217,144,112,0.5) 1%, transparent 10%);
    top: -50%;
    background-size: 15px 15px;
    content: "";
    left: -50%;
    animation: backgroundShift 20s linear infinite;
    width: 200%;
}header .Mz_nav_learn::after {
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 48%, rgb(217,144,112) 49%, rgb(217,144,112) 51%, transparent 52%);
    z-index: -1;
    left: 0;
    position: absolute;
    animation: gradientSlide 5s ease infinite;
    background-size: 200% 200%;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
}header .Mz_nav_learn .Nt_header_site {
    position: relative;
    overflow: visible;
}header .Mz_nav_learn .Nt_header_site::after {
    position: absolute;
    height: 2px;
    transform: scaleX(0);
    bottom: -8px;
    background: rgb(217,144,112);
    box-shadow: 0 0 8px 2px rgb(217,144,112);
    transform-origin: left;
    left: 0;
    width: 100%;
    content: "";
    animation: neonPulse 3s infinite alternate;
}header .Mz_nav_learn .Nt_header_site .tw_main_guide {
    display: block;
    position: relative;
    transform: perspective(800px) rotateY(0deg);
    transition: all 0.5s ease;
}header .Mz_nav_learn .Nt_header_site .tw_main_guide:hover {
    transform: perspective(800px) rotateY(15deg);
}header .Mz_nav_learn .Nt_header_site svg {
    filter: drop-shadow(0 0 5px rgb(217,144,112,0.5));
    width: 120px;
    height: auto;
}header .Mz_nav_learn .vn_head_master {
    display: flex;
    perspective: 800px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}header .Mz_nav_learn .vn_head_master::before {
    animation: neonPulse 4s infinite alternate-reverse;
    position: absolute;
    left: 0;
    box-shadow: 0 0 10px 2px rgb(231,183,159);
    width: 100%;
    height: 2px;
    background: rgb(231,183,159);
    content: "";
    top: 105%;
    transform: scaleX(0.5);
}header .Mz_nav_learn .Vt_header_learn {
    position: relative;
    margin: 0 0.5rem;
    transform-style: preserve-3d;
    transform: translateZ(0);
    transition: transform 0.3s ease;
}header .Mz_nav_learn .Vt_header_learn:hover {
    transform: translateZ(20px);
}header .Mz_nav_learn .Vt_header_learn a {
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding: 0.5rem 1rem;
    position: relative;
    text-decoration: none;
    border: 1px solid transparent;
    color: #ffffff;
    display: block;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}header .Mz_nav_learn .Vt_header_learn a::before {
    border-radius: 10px;
    z-index: -1;
    transform: scale(0.9);
    transition: opacity 0.3s ease, transform 0.3s ease;
    left: 0;
    content: "";
    background: rgb(231,183,159,0.5);
    height: 100%;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
}header .Mz_nav_learn .Vt_header_learn a:hover {
    color: rgb(217,144,112);
    text-shadow: 0 0 5px rgb(217,144,112,0.5);
    border: 1px solid rgb(217,144,112,0.5);
}header .Mz_nav_learn .Vt_header_learn a:hover::before {
    opacity: 0.2;
    transform: scale(1);
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .Mz_nav_learn {
    margin-left: calc(-50vw + 50%);
    padding: 1rem;
    width: 100vw;
    flex-direction: column;
    box-sizing: border-box;
}header .Mz_nav_learn .Nt_header_site {
    margin-bottom: 1.5rem;
}header .Mz_nav_learn .vn_head_master {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .Mz_nav_learn .vn_head_master::before {
    bottom: -10px;
    top: auto;
}header .Mz_nav_learn .Vt_header_learn {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .Mz_nav_learn {
    padding: 0.75rem;
}header .Mz_nav_learn .vn_head_master {
    flex-direction: column;
    align-items: center;
}header .Mz_nav_learn .Vt_header_learn {
    text-align: center;
    width: 100%;
    margin: 0.25rem 0;
}header .Mz_nav_learn .Nt_header_site svg {
    width: 100px;
}header .Mz_nav_learn .Nt_header_site::after {
    left: 10%;
    width: 80%;
}}.qJ_pricing_container {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(244,220,204), #ffffff);
    position: relative;
}.qJ_pricing_container::before {
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    z-index: 1;
    height: 100%;
}.qJ_pricing_container .container {
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1320px;
}.qJ_pricing_container .Mn_fee_offers {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
}.qJ_pricing_container .RE_price_panel {
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    order: 1;
    opacity: 0;
    transform: translateY(20px);
    padding: 2rem;
    text-align: center;
    animation: fadeInUp 0.8s forwards 0.2s;
}.qJ_pricing_container .RE_price_panel h2 {
    position: relative;
    color: rgb(231,183,159);
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.qJ_pricing_container .RE_price_panel h2::after {
    transform: translateX(-50%);
    content: "";
    bottom: -10px;
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(231,183,159), transparent);
    width: 60%;
    position: absolute;
}.qJ_pricing_container .RE_price_panel .By_plan_pricing {
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    max-width: 80%;
    margin: 0 auto;
    font-weight: 400;
}.qJ_pricing_container .mN_learning_cost {
    grid-template-columns: 1fr;
    gap: 2rem;
    display: grid;
    order: 2;
}.qJ_pricing_container .dW_study_price {
    text-decoration: none;
    animation-delay: calc(0.1s * var(--i, 1));
    opacity: 0;
    transform: translateY(30px);
    display: block;
    will-change: transform, opacity;
    animation: fadeInUp 0.8s forwards;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}.qJ_pricing_container .dW_study_price:nth-child(1) {
    --i: 1;
}.qJ_pricing_container .dW_study_price:nth-child(2) {
    --i: 2;
}.qJ_pricing_container .dW_study_price:nth-child(3) {
    --i: 3;
}.qJ_pricing_container .dW_study_price:nth-child(4) {
    --i: 4;
}.qJ_pricing_container .dW_study_price:hover {
    transform: translateY(-5px) scale(1.02);
}.qJ_pricing_container .pi_learn_pricing {
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    transition: all 0.4s ease;
    display: flex;
    overflow: hidden;
}.qJ_pricing_container .dW_study_price:hover .pi_learn_pricing {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.qJ_pricing_container .yg_fee_choices {
    display: flex;
    position: relative;
    z-index: 1;
    padding: 2.5rem 2rem;
    flex-grow: 1;
    flex-direction: column;
}.qJ_pricing_container .yg_fee_choices::before {
    width: 120px;
    z-index: -1;
    transform: translate(30px, -30px);
    top: 0;
    content: "";
    opacity: 0;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(231,183,159,0.5) 50%);
    height: 120px;
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: absolute;
}.qJ_pricing_container .dW_study_price:hover .yg_fee_choices::before {
    transform: translate(0, 0);
    opacity: 0.7;
}.qJ_pricing_container .dW_study_price h3 {
    font-weight: 700;
    font-size: calc(18px + 0.2rem);
    position: relative;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    color: #000000;
}.qJ_pricing_container .dW_study_price:hover h3 {
    color: rgb(231,183,159);
}.qJ_pricing_container .dq_learn_price {
    margin-bottom: 1.5rem;
    color: rgb(231,183,159);
    font-size: calc(22px + 0.8rem);
    display: inline-block;
    position: relative;
    font-weight: 700;
}.qJ_pricing_container .dq_learn_price::before {
    position: absolute;
    height: 3px;
    content: "";
    background: rgb(217,144,112);
    bottom: -5px;
    width: 40px;
    transition: width 0.3s ease;
    left: 0;
}.qJ_pricing_container .dW_study_price:hover .dq_learn_price::before {
    width: 80px;
}.qJ_pricing_container .dW_study_price p {
    font-size: 17px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    -ms-word-break: break-all;
    margin-bottom: 0;
    color: #000000;
}.qJ_pricing_container .XS_portfolio_image {
    transition: transform 0.5s ease;
    height: 200px;
    position: relative;
    overflow: hidden;
}.qJ_pricing_container .XS_portfolio_image::after {
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    position: absolute;
    content: "";
}.qJ_pricing_container .dW_study_price:hover .XS_portfolio_image {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.qJ_pricing_container .mN_learning_cost {
    grid-template-columns: repeat(2, 1fr);
}.qJ_pricing_container .RE_price_panel {
    padding: 3rem;
}.qJ_pricing_container .yg_fee_choices {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.qJ_pricing_container .Mn_fee_offers {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.qJ_pricing_container .RE_price_panel {
    text-align: left;
    display: flex;
    height: 100%;
    justify-content: center;
    order: 2;
    flex-direction: column;
    padding: 4rem 3rem;
}.qJ_pricing_container .RE_price_panel h2::after {
    background: linear-gradient(90deg, rgb(231,183,159), transparent);
    left: 0;
    transform: none;
    width: 100px;
}.qJ_pricing_container .RE_price_panel .By_plan_pricing {
    margin: 0;
    max-width: 100%;
}.qJ_pricing_container .mN_learning_cost {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.qJ_pricing_container .mN_learning_cost {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.qJ_pricing_container .yg_fee_choices {
    padding: 3rem 2.5rem;
}.qJ_pricing_container .RE_price_panel h2 {
    font-size: calc(38px + 0.3rem);
}
}

@media (max-width: 767px) {.qJ_pricing_container {
    padding: 4rem 0;
}.qJ_pricing_container .RE_price_panel h2 {
    font-size: calc(38px - 0.2rem);
}.qJ_pricing_container .RE_price_panel .By_plan_pricing {
    font-size: calc(17px - 0.1rem);
    max-width: 100%;
}.qJ_pricing_container .dW_study_price h3 {
    font-size: 18px;
}.qJ_pricing_container .dq_learn_price {
    font-size: calc(22px + 0.5rem);
}.qJ_pricing_container .XS_portfolio_image {
    height: 160px;
}}.pZ_academic_experience {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,220,204) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}.pZ_academic_experience::before {
    background: linear-gradient(45deg, rgb(231,183,159,0.5) 0%, transparent 70%);
    width: 100%;
    opacity: 0.1;
    top: 0;
    height: 100%;
    position: absolute;
    transform: translateY(-30%) skewY(-5deg);
    content: "";
    z-index: 0;
    left: 0;
}.pZ_academic_experience::after {
    z-index: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(217,144,112,0.5) 0%, transparent 80%);
    opacity: 0.15;
    transform: rotate(-15deg);
    content: "";
    right: -20%;
    height: 60%;
    bottom: -20%;
}.pZ_academic_experience .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    perspective: 1000px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.pZ_academic_experience .mz_review_highlights {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    border-radius: 10px;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.05),
    0 5px 15px rgba(0,0,0,0.03),
    0 0 0 1px rgba(255,255,255,0.1) inset;
    background: #ffffff;
    overflow: hidden;
    grid-template-columns: 1fr;
    border: 1px solid rgba(0,0,0,0.05);
    transform-style: preserve-3d;
    grid-gap: 2rem;
    padding: 2.5rem;
    display: grid;
}.pZ_academic_experience .mz_review_highlights::before {
    position: absolute;
    background-size: 200% 100%;
    width: 100%;
    animation: gradientMove 8s ease-in-out infinite;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(90deg, 
    rgb(231,183,159) 0%, 
    rgb(217,144,112) 50%, 
    rgb(231,183,159) 100%);
    z-index: 2;
    height: 5px;
}.pZ_academic_experience .mz_review_highlights > div:first-child {
    align-items: center;
    z-index: 1;
    display: flex;
    position: relative;
    justify-content: center;
}.pZ_academic_experience .XS_portfolio_image {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
    0 10px 25px rgba(0,0,0,0.1),
    0 5px 10px rgba(0,0,0,0.05);
    width: 180px;
    position: relative;
    transform: translateZ(30px);
    height: 180px;
    border-radius: 50%;
}.pZ_academic_experience .XS_portfolio_image::before {
    z-index: -1;
    inset: -8px;
    background: linear-gradient(
    135deg,
    rgb(217,144,112) 0%,
    transparent 50%,
    rgb(231,183,159) 100%
  );
    animation: rotateGradient 15s linear infinite;
    transform: rotate(-45deg);
    border-radius: 50%;
    position: absolute;
    content: "";
    opacity: 0.8;
}.pZ_academic_experience .XS_portfolio_image::after {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    inset: 0;
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.1);
    content: "";
}.pZ_academic_experience .mz_review_highlights > div:nth-child(2) {
    position: relative;
    transform: translateZ(20px);
    text-align: center;
}.pZ_academic_experience .name {
    display: inline-block;
    margin-bottom: 0.5rem;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
}.pZ_academic_experience .name::after {
    content: "";
    transform: translateZ(5px);
    width: 40%;
    height: 3px;
    bottom: -8px;
    position: absolute;
    background: rgb(231,183,159);
    left: 30%;
}.pZ_academic_experience .mz_review_highlights > div:nth-child(2) > div {
    color: rgb(217,144,112);
    font-size: calc(18px * 0.9);
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 1rem;
}.pZ_academic_experience .mz_review_highlights > div:nth-child(3) {
    position: relative;
    transform: translateZ(10px);
}.pZ_academic_experience .HJ_exp_table {
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
    padding-left: 1rem;
    position: relative;
    text-align: justify;
}.pZ_academic_experience .HJ_exp_table::before {
    left: 0;
    border-radius: 3px;
    background: linear-gradient(
    to bottom,
    rgb(231,183,159) 0%,
    rgb(217,144,112) 100%
  );
    top: 0;
    width: 3px;
    position: absolute;
    bottom: 0;
    content: "";
}.pZ_academic_experience .mz_review_highlights:hover {
    transform: translateY(-5px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 
    0 30px 60px rgba(0,0,0,0.08),
    0 10px 25px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.2) inset;
}.pZ_academic_experience .mz_review_highlights:hover .XS_portfolio_image {
    transform: translateZ(40px) scale(1.05);
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes rotateGradient {
  0% { transform: rotate(-45deg); }
  100% { transform: rotate(315deg); }
}

@media (min-width: 768px) {.pZ_academic_experience {
    padding: 7rem 0;
}.pZ_academic_experience .mz_review_highlights {
    padding: 3rem;
    grid-gap: 2.5rem;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
}.pZ_academic_experience .mz_review_highlights > div:first-child {
    grid-row: 1 / span 2;
}.pZ_academic_experience .mz_review_highlights > div:nth-child(2) {
    align-self: end;
    padding-top: 1.5rem;
    text-align: left;
}.pZ_academic_experience .name::after {
    width: 60px;
    left: 0;
}.pZ_academic_experience .HJ_exp_table {
    padding-left: 1.5rem;
}.pZ_academic_experience .HJ_exp_table::before {
    width: 4px;
}
}

@media (min-width: 992px) {.pZ_academic_experience .mz_review_highlights {
    padding: 3.5rem 4rem;
    grid-gap: 3rem;
    grid-template-columns: 250px 1fr;
}.pZ_academic_experience .XS_portfolio_image {
    width: 220px;
    height: 220px;
}.pZ_academic_experience .name {
    font-size: calc(20px * 1.1);
}.pZ_academic_experience .mz_review_highlights > div:nth-child(2) > div {
    font-size: 18px;
}.pZ_academic_experience .HJ_exp_table {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.pZ_academic_experience .container {
    padding: 0 2rem;
}.pZ_academic_experience .mz_review_highlights {
    grid-template-columns: 280px 1fr;
    padding: 4rem 5rem;
}.pZ_academic_experience .XS_portfolio_image {
    height: 240px;
    width: 240px;
}
}

@media (max-width: 767px) {.pZ_academic_experience {
    padding: 4rem 0;
}.pZ_academic_experience .mz_review_highlights {
    text-align: center;
    padding: 2rem 1.5rem;
}.pZ_academic_experience .XS_portfolio_image {
    width: 150px;
    height: 150px;
}.pZ_academic_experience .HJ_exp_table {
    padding-left: 0;
    padding-top: 1rem;
    text-align: left;
}.pZ_academic_experience .HJ_exp_table::before {
    width: 50px;
    height: 3px;
    transform: translateX(-50%);
    bottom: auto;
    top: 0;
    left: 50%;
}}.vb_appArea {
    background: linear-gradient(135deg, rgb(231,183,159,0.5), rgb(244,220,204), rgb(217,144,112,0.5));
    padding: 120px 0;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
}.vb_appArea::before {
    content: "";
    position: absolute;
    animation: pulse 10s infinite alternate ease-in-out;
    background: 
        radial-gradient(circle at 20% 30%, rgb(231,183,159,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(217,144,112,0.5) 0%, transparent 60%);
    left: 0;
    top: 0;
    right: 0;
    opacity: 0.7;
    z-index: 0;
    bottom: 0;
}.vb_appArea::after {
    height: 200%;
    transform: rotate(15deg);
    content: "";
    position: absolute;
    animation: patternMove 60s linear infinite;
    width: 200%;
    left: -50%;
    top: -50%;
    z-index: 1;
    pointer-events: none;
}.vb_appArea .container {
    padding: 0 20px;
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.vb_appArea h2 {
    text-align: left;
    margin-bottom: 40px;
    transform: translateZ(30px);
    font-weight: 700;
    transition: transform 0.5s ease;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    color: #000000;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
    font-size: 31px;
    padding-left: 20px;
    position: relative;
    border-left: 4px solid rgb(231,183,159);
}.vb_appArea h2::after {
    content: "";
    background: rgb(217,144,112);
    bottom: -12px;
    height: 3px;
    transform: scaleX(0);
    width: 60px;
    position: absolute;
    animation: lineGrow 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-origin: left;
    left: 20px;
}.vb_appArea .Wr_student_journey {
    border-radius: 21px;
    background: #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateZ(20px) rotateX(2deg);
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(231,183,159), 0.3);
}.vb_appArea .Wr_student_journey::before {
    position: absolute;
    left: 0;
    content: "";
    z-index: 3;
    top: 0;
    background: linear-gradient(90deg, rgb(231,183,159), rgb(217,144,112));
    width: 100%;
    height: 5px;
}.vb_appArea .Wr_student_journey:hover {
    box-shadow: 
        0 20px 40px -15px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.08),
        0 40px 70px -40px rgba(rgb(231,183,159), 0.4);
    transform: translateZ(30px) rotateX(0deg);
}.vb_appArea ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.vb_appArea li {
    background: #ffffff;
    transition: transform 0.3s ease;
    padding: 40px;
    position: relative;
}.vb_appArea li::before {
    background: rgb(231,183,159);
    top: -15px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(rgb(231,183,159), 0.3);
    height: 30px;
    justify-content: center;
    display: flex;
    color: #ffffff;
    left: 40px;
    width: 30px;
    align-items: center;
    position: absolute;
    font-size: 16px;
    content: "✓";
}.vb_appArea span {
    color: #000000;
    z-index: 2;
    line-height: 1.7;
    position: relative;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 13px;
    text-align: left;
}

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

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes patternMove {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-100px);
    }
}

@media (max-width: 991px) {.vb_appArea {
    padding: 80px 0;
}.vb_appArea h2 {
    font-size: calc(31px * 0.9);
    padding-left: 15px;
}.vb_appArea li {
    padding: 30px;
}.vb_appArea li::before {
    left: 30px;
}
}

@media (max-width: 767px) {.vb_appArea {
    padding: 60px 0;
}.vb_appArea h2 {
    font-size: calc(31px * 0.8);
    transform: translateZ(20px);
    margin-bottom: 30px;
}.vb_appArea h2::after {
    width: 40px;
}.vb_appArea .Wr_student_journey {
    transform: translateZ(10px) rotateX(1deg);
}.vb_appArea .Wr_student_journey:hover {
    transform: translateZ(15px) rotateX(0deg);
}.vb_appArea li {
    padding: 25px 20px;
}.vb_appArea li::before {
    height: 24px;
    width: 24px;
    font-size: 14px;
    top: -12px;
    left: 20px;
}.vb_appArea span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.vb_appArea {
    padding: 40px 0;
}.vb_appArea h2 {
    padding-left: 12px;
    font-size: calc(31px * 0.7);
    border-left: 3px solid rgb(231,183,159);
}.vb_appArea .container {
    padding: 0 15px;
}.vb_appArea .Wr_student_journey {
    transform: translateZ(5px) rotateX(0.5deg);
}.vb_appArea .Wr_student_journey:hover {
    transform: translateZ(10px) rotateX(0deg);
}.vb_appArea li {
    padding: 20px 15px;
}.vb_appArea li::before {
    left: 15px;
    height: 20px;
    font-size: 12px;
    width: 20px;
}.vb_appArea span {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}.xu_program_details {
    background: linear-gradient(135deg, rgb(217,144,112,0.5), rgb(244,220,204));
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.xu_program_details::before {
    opacity: 0.07;
    top: 0;
    width: 100%;
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
    45deg,
    rgb(231,183,159,0.5) 0px,
    transparent 1px,
    transparent 10px,
    rgb(231,183,159,0.5) 11px
  );
}.xu_program_details .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.xu_program_details .RI_knowledge_base {
    flex-direction: column;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(-1deg);
}.xu_program_details .RI_knowledge_base:hover {
    transform: perspective(1000px) rotateY(0);
}.xu_program_details .XS_portfolio_image {
    height: 350px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}.xu_program_details .XS_portfolio_image::after {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(to bottom, 
    transparent 50%, 
    rgb(231,183,159,0.5) 100%
  );
}.xu_program_details .tT_content_wrap {
    position: relative;
    padding: 2.5rem 2.5rem 3rem;
    background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(245, 248, 255, 0.9) 100%
  );
}.xu_program_details h3 {
    font-family: Arial, sans-serif;
    font-size: calc(20px * 1.1);
    position: relative;
    font-weight: 700;
    color: #000000;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    transform: translateY(0);
}.xu_program_details h3::after {
    content: "";
    left: 0;
    background: rgb(231,183,159);
    position: absolute;
    bottom: -0.5rem;
    width: 60px;
    transform-origin: left;
    transform: scaleX(0.7);
    height: 3px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.xu_program_details .RI_knowledge_base:hover h3::after {
    transform: scaleX(1);
}.xu_program_details p.description {
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-right: 1rem;
    display: block;
    overflow-y: auto;
    line-height: 1.7;
    max-height: 250px;
    font-size: 16px;
}.xu_program_details p.description::-webkit-scrollbar {
    width: 4px;
}.xu_program_details p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.xu_program_details p.description::-webkit-scrollbar-thumb {
    background: rgb(231,183,159,0.5);
    border-radius: 10px;
}.xu_program_details span.description {
    display: none;
}.xu_program_details .tT_content_wrap::before {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    right: 30px;
    transform: rotate(45deg);
    content: "";
    opacity: 0.9;
    position: absolute;
    height: 60px;
    background: rgb(231,183,159);
    top: -30px;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    z-index: 3;
    width: 60px;
}.xu_program_details .RI_knowledge_base:hover .tT_content_wrap::before {
    transform: rotate(225deg);
}

@media (min-width: 768px) {.xu_program_details .RI_knowledge_base {
    flex-direction: row;
    height: 550px;
    align-items: stretch;
}.xu_program_details .XS_portfolio_image {
    height: auto;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    width: 50%;
}.xu_program_details .tT_content_wrap {
    width: 50%;
    justify-content: center;
    display: flex;
    padding: 3rem;
    flex-direction: column;
}.xu_program_details h3 {
    font-size: calc(20px * 1.2);
    margin-bottom: 2rem;
}.xu_program_details p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.xu_program_details .RI_knowledge_base {
    height: 600px;
}.xu_program_details h3 {
    font-size: calc(28px * 0.75);
}.xu_program_details .tT_content_wrap {
    padding: 4rem;
}.xu_program_details p.description {
    line-height: 1.75;
    font-size: calc(16px * 1.05);
    max-height: 380px;
}
}

@media (max-width: 767px) {.xu_program_details {
    padding: 4rem 0;
}.xu_program_details .container {
    padding: 0 1.5rem;
}.xu_program_details .RI_knowledge_base {
    transform: none;
}.xu_program_details .XS_portfolio_image {
    height: 250px;
}.xu_program_details .tT_content_wrap {
    padding: 2rem;
}.xu_program_details h3 {
    font-size: calc(20px * 0.95);
    margin-bottom: 1rem;
}.xu_program_details p.description {
    line-height: 1.6;
    max-height: 300px;
    font-size: calc(16px * 0.95);
}
}

@media (hover: none) {.xu_program_details .RI_knowledge_base,
  .xu_program_details .RI_knowledge_base:hover {
    transform: none;
}.xu_program_details h3::after {
    transform: scaleX(1);
}.xu_program_details .tT_content_wrap::before,
  .xu_program_details .RI_knowledge_base:hover .tT_content_wrap::before {
    transform: rotate(45deg);
}
}

@media (prefers-reduced-motion) {.xu_program_details .RI_knowledge_base,
  .xu_program_details h3::after,
  .xu_program_details .tT_content_wrap::before {
    transition: none;
}}.XM_contact_information {
    background: linear-gradient(135deg, rgb(244,220,204) 0%, rgba(0, 0, 0, 0.03) 100%);
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}.XM_contact_information::before {
    right: 0;
    z-index: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(231,183,159), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(217,144,112), 0.05) 0%, transparent 30%);
    left: 0;
    content: "";
    position: absolute;
    top: 0;
}.XM_contact_information::after {
    animation: gridMove 20s linear infinite;
    height: 100%;
    top: 0;
    background-size: 20px 20px;
    left: 0;
    opacity: 0.6;
    background-image: 
        linear-gradient(90deg, rgba(rgb(231,183,159), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(231,183,159), 0.03) 1px, transparent 1px);
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.XM_contact_information .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.XM_contact_information h2 {
    position: relative;
    left: 50%;
    color: #000000;
    font-size: 35px;
    margin-bottom: 50px;
    transform: translateX(-50%);
    text-align: center;
    display: inline-block;
    font-weight: 700;
}.XM_contact_information h2::after {
    bottom: -15px;
    content: "";
    left: 15%;
    position: absolute;
    width: 70%;
    background: linear-gradient(90deg, transparent, rgb(231,183,159), transparent);
    height: 3px;
}.XM_contact_information .Fw_help_info {
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(231,183,159), 0.05);
    background: #ffffff;
    transform: translateY(0);
    border-radius: 25px;
}.XM_contact_information .Fw_help_info:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(231,183,159), 0.1);
}.XM_contact_information .Fw_help_info::before {
    background: linear-gradient(to bottom, rgb(231,183,159), rgb(217,144,112));
    position: absolute;
    width: 5px;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
}.XM_contact_information .XS_portfolio_image {
    overflow: hidden;
    width: 45%;
    position: relative;
}.XM_contact_information .XS_portfolio_image::after {
    position: absolute;
    width: 100%;
    mix-blend-mode: overlay;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(135deg, 
                rgba(rgb(231,183,159), 0.3) 0%, 
                rgba(rgb(217,144,112), 0.3) 100%);
}.XM_contact_information .XS_portfolio_image::before {
    background: rgba(255, 255, 255, 0.2);
    top: -100px;
    content: "";
    animation: shine 6s infinite;
    height: 150px;
    z-index: 2;
    position: absolute;
    width: 150%;
    left: -100px;
    transform: rotate(45deg);
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.XM_contact_information .Xz_request_card {
    padding: 50px 40px;
    width: 55%;
    position: relative;
}.XM_contact_information .Xz_request_card::before {
    right: -50px;
    top: -50px;
    width: 200px;
    position: absolute;
    z-index: 0;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(rgb(231,183,159), 0.05) 0%, transparent 70%);
    content: "";
}.XM_contact_information form {
    z-index: 2;
    position: relative;
}.XM_contact_information form h3 {
    display: inline-block;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}.XM_contact_information form h3::after {
    height: 2px;
    background: rgb(231,183,159);
    left: 0;
    content: "";
    bottom: -10px;
    position: absolute;
    width: 40px;
}.XM_contact_information form input[type="text"] {
    color: #000000;
    padding: 15px 20px;
    width: 100%;
    border: 1px solid rgba(#000000, 0.1);
    background: rgba(#ffffff, 0.8);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 18px;
}.XM_contact_information form input[type="text"]:focus {
    outline: none;
    border-color: rgb(231,183,159);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(rgb(231,183,159), 0.1);
}.XM_contact_information form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.XM_contact_information form input[type="text"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.XM_contact_information .fi_support_widget {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-bottom: 30px;
}.XM_contact_information .fi_support_widget input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    height: 0;
    cursor: pointer;
    width: 0;
}.XM_contact_information .fi_support_widget label {
    padding-left: 35px;
    user-select: none;
    position: relative;
    line-height: 1.4;
    color: #000000;
    cursor: pointer;
    font-size: 16px;
}.XM_contact_information .fi_support_widget label::before {
    border: 1px solid rgba(#000000, 0.2);
    content: "";
    background: rgba(#ffffff, 0.8);
    top: 0;
    position: absolute;
    border-radius: 10px;
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    left: 0;
}.XM_contact_information .fi_support_widget input[type="checkbox"]:checked + label::before {
    background: rgb(231,183,159);
    border-color: rgb(231,183,159);
}.XM_contact_information .fi_support_widget input[type="checkbox"]:checked + label::after {
    width: 6px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    left: 8px;
    top: 4px;
    border: solid #ffffff;
    content: "";
    height: 12px;
    position: absolute;
}.XM_contact_information .fi_support_widget label a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    color: rgb(231,183,159);
}.XM_contact_information .fi_support_widget label a::after {
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    height: 1px;
    transition: transform 0.3s ease;
    left: 0;
    background: rgb(231,183,159);
    width: 100%;
    position: absolute;
    bottom: -2px;
}.XM_contact_information .fi_support_widget label a:hover {
    color: rgb(217,144,112);
}.XM_contact_information .fi_support_widget label a:hover::after {
    transform: scaleX(1);
    background: rgb(217,144,112);
}.XM_contact_information .ro_feedback_block {
    border: none;
    font-size: 14px;
    z-index: 1;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(231,183,159), rgb(217,144,112));
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
}.XM_contact_information .ro_feedback_block::before {
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(217,144,112), rgb(231,183,159));
    opacity: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    content: "";
}.XM_contact_information .ro_feedback_block:hover::before {
    opacity: 1;
}.XM_contact_information .ro_feedback_block:active {
    transform: translateY(2px);
}.XM_contact_information svg {
    margin-right: 10px;
    transition: fill 0.3s ease;
    fill: rgb(231,183,159);
    height: 20px;
    width: 20px;
}.XM_contact_information svg path {
    fill: rgb(231,183,159);
    transition: fill 0.3s ease;
}.XM_contact_information svg:hover,
.XM_contact_information svg:hover path {
    fill: rgb(217,144,112);
}.XM_contact_information form input {
    background: rgb(244,220,204);
}
@media (max-width: 1024px) {.XM_contact_information {
    padding: 60px 0;
}.XM_contact_information .container {
    padding: 0 15px;
}.XM_contact_information h2 {
    margin-bottom: 40px;
}.XM_contact_information .Xz_request_card {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.XM_contact_information {
    padding: 50px 0;
}.XM_contact_information h2 {
    margin-bottom: 30px;
}.XM_contact_information .Fw_help_info {
    flex-direction: column;
}.XM_contact_information .XS_portfolio_image {
    width: 100%;
    height: 250px;
}.XM_contact_information .Xz_request_card {
    padding: 30px 25px;
    width: 100%;
}.XM_contact_information form h3 {
    margin-bottom: 25px;
}.XM_contact_information form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.XM_contact_information .fi_support_widget {
    margin-bottom: 25px;
}.XM_contact_information .ro_feedback_block {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.XM_contact_information {
    padding: 40px 0;
}.XM_contact_information h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.85);
}.XM_contact_information .XS_portfolio_image {
    height: 200px;
}.XM_contact_information .Xz_request_card {
    padding: 25px 20px;
}.XM_contact_information form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 20px;
}.XM_contact_information form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.XM_contact_information .fi_support_widget {
    margin-bottom: 20px;
}.XM_contact_information .fi_support_widget label {
    font-size: calc(16px * 0.9);
    padding-left: 30px;
}.XM_contact_information .fi_support_widget label::before {
    width: 18px;
    height: 18px;
}.XM_contact_information .fi_support_widget input[type="checkbox"]:checked + label::after {
    top: 3px;
    left: 6px;
    height: 10px;
    width: 5px;
}.XM_contact_information .ro_feedback_block {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.XM_contact_information::after,
    .XM_contact_information .XS_portfolio_image::before {
    animation: none;
}.XM_contact_information .Fw_help_info:hover {
    transform: none;
}}.nN_client_experience {
    position: relative;
    background: linear-gradient(135deg, rgb(244,220,204) 0%, #ffffff 100%);
    padding: 7rem 2rem;
    overflow: hidden;
}.nN_client_experience::before {
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(45deg, rgb(231,183,159,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(231,183,159,0.5) 25%, transparent 25%);
    left: 0;
    opacity: 0.07;
    z-index: 0;
    background-size: 60px 60px;
    position: absolute;
    content: "";
    top: 0;
}.nN_client_experience .Wr_student_journey {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
}.nN_client_experience h4 {
    color: #000000;
    font-size: 35px;
    margin-bottom: 4rem;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
}.nN_client_experience h4::before {
    transform: translateX(-50%);
    background: rgb(231,183,159);
    content: "";
    left: 50%;
    height: 3px;
    bottom: -15px;
    width: 80px;
    position: absolute;
}.nN_client_experience h4::after {
    bottom: -22px;
    left: 50%;
    width: 40px;
    background: rgb(217,144,112);
    transform: translateX(-50%);
    content: "";
    height: 3px;
    position: absolute;
}.nN_client_experience .GC_success_feedback {
    display: flex;
    padding-left: 50px;
    flex-direction: column;
    position: relative;
}.nN_client_experience .GC_success_feedback::before {
    left: 24px;
    top: 0;
    position: absolute;
    content: "";
    width: 2px;
    background: linear-gradient(to bottom, rgb(231,183,159), rgb(217,144,112));
    z-index: 1;
    bottom: 0;
}.nN_client_experience .GC_success_feedback::after {
    content: "";
    bottom: 0;
    background: rgb(217,144,112);
    border-radius: 50%;
    position: absolute;
    height: 10px;
    z-index: 2;
    width: 10px;
    left: 20px;
}.nN_client_experience .mz_review_highlights {
    position: relative;
    transition: all 0.4s ease;
    background: #ffffff;
    padding: 2rem;
    width: 100%;
    margin-bottom: 4rem;
    transform: translateX(0);
    border-radius: 27px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.nN_client_experience .mz_review_highlights:last-child {
    margin-bottom: 0;
}.nN_client_experience .mz_review_highlights::before {
    border-radius: 50%;
    transition: all 0.3s ease;
    background: rgb(231,183,159);
    left: -65px;
    content: "";
    border: 3px solid #ffffff;
    top: 20px;
    z-index: 2;
    height: 16px;
    box-shadow: 0 0 0 3px rgb(231,183,159,0.5);
    position: absolute;
    width: 16px;
}.nN_client_experience .mz_review_highlights::after {
    z-index: 1;
    position: absolute;
    top: 24px;
    content: "";
    width: 20px;
    left: -15px;
    height: 2px;
    background: rgb(231,183,159,0.5);
}.nN_client_experience .mz_review_highlights:hover {
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.nN_client_experience .mz_review_highlights:hover::before {
    background: rgb(217,144,112);
    transform: scale(1.2);
}.nN_client_experience .mz_review_highlights:nth-child(even) {
    align-self: flex-end;
    background: linear-gradient(135deg, #ffffff 0%, rgb(244,220,204) 100%);
    border-left: 3px solid rgb(231,183,159);
}.nN_client_experience .mz_review_highlights:nth-child(odd) {
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(244,220,204) 0%, #ffffff 100%);
    border-right: 3px solid rgb(217,144,112);
}.nN_client_experience .mz_review_highlights .XS_portfolio_image {
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 70px;
    border-radius: 50%;
    height: 70px;
    margin-right: 20px;
    float: left;
    border: 3px solid #ffffff;
}.nN_client_experience .mz_review_highlights:hover .XS_portfolio_image {
    border-color: rgb(231,183,159,0.5);
    transform: scale(1.05);
}.nN_client_experience .mz_review_highlights:nth-child(even) .XS_portfolio_image {
    margin-left: 20px;
    float: right;
    margin-right: 0;
}.nN_client_experience .mz_review_highlights span {
    padding-top: 10px;
    color: #000000;
    margin-bottom: 0.5rem;
    display: block;
    font-weight: 600;
    font-size: 17px;
}.nN_client_experience .mz_review_highlights:nth-child(even) span {
    text-align: right;
}.nN_client_experience .mz_review_highlights p {
    margin-top: 1rem;
    clear: both;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}.nN_client_experience .mz_review_highlights:nth-child(even) p {
    text-align: right;
}

@media (max-width: 992px) {.nN_client_experience {
    padding: 5rem 1.5rem;
}.nN_client_experience h4 {
    font-size: calc(35px * 0.9);
}.nN_client_experience .mz_review_highlights {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.nN_client_experience {
    padding: 4rem 1rem;
}.nN_client_experience .GC_success_feedback {
    padding-left: 30px;
}.nN_client_experience .GC_success_feedback::before {
    left: 14px;
}.nN_client_experience .GC_success_feedback::after {
    left: 10px;
}.nN_client_experience .mz_review_highlights::before {
    width: 14px;
    left: -45px;
    height: 14px;
}.nN_client_experience h4 {
    margin-bottom: 3rem;
    font-size: calc(35px * 0.8);
}.nN_client_experience .mz_review_highlights:nth-child(even),
    .nN_client_experience .mz_review_highlights:nth-child(odd) {
    align-self: auto;
    width: 100%;
}.nN_client_experience .mz_review_highlights .XS_portfolio_image {
    margin: 0 auto 1rem;
    float: none;
}.nN_client_experience .mz_review_highlights:nth-child(even) .XS_portfolio_image {
    margin: 0 auto 1rem;
    float: none;
}.nN_client_experience .mz_review_highlights span,
    .nN_client_experience .mz_review_highlights:nth-child(even) span {
    text-align: center;
    padding-top: 0;
}.nN_client_experience .mz_review_highlights p,
    .nN_client_experience .mz_review_highlights:nth-child(even) p {
    text-align: center;
}}.kW_sign_up {
    padding: 5rem 2rem;
    background: rgb(244,220,204);
    overflow: hidden;
    position: relative;
}.kW_sign_up::before {
    background: linear-gradient(135deg, rgb(231,183,159,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    content: "";
}.kW_sign_up::after {
    background-image: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgb(217,144,112,0.5) 5px,
            rgb(217,144,112,0.5) 8px
        );
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    content: "";
    right: 0;
    width: 70%;
    bottom: 0;
    position: absolute;
    height: 40%;
    z-index: 1;
    opacity: 0.1;
}.kW_sign_up .Wr_student_journey {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.kW_sign_up .bL_inquiry_list {
    overflow: hidden;
    max-width: 700px;
    position: relative;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    display: grid;
    background: #ffffff;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
}.kW_sign_up .bL_inquiry_list::before {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(-45deg, #ffffff 50%, rgb(217,144,112,0.5) 50%);
    content: "";
    z-index: 1;
    opacity: 0.3;
    left: 0;
}.kW_sign_up h3 {
    margin: 0;
    z-index: 2;
    font-weight: 700;
    position: relative;
    font-size: 22px;
    color: #000000;
    padding: 3rem 2rem;
    grid-column: 1;
}.kW_sign_up h3::after {
    height: 4px;
    position: absolute;
    width: 60px;
    left: 2rem;
    transition: transform 0.3s ease;
    transform: scaleX(1);
    transform-origin: left center;
    bottom: 30px;
    background: rgb(231,183,159);
    content: "";
}.kW_sign_up .bL_inquiry_list:hover h3::after {
    transform: scaleX(1.5);
}.kW_sign_up .input_holder {
    position: relative;
    grid-column: 2;
    gap: 1.5rem;
    z-index: 2;
    display: flex;
    padding: 2rem;
    flex-direction: column;
    justify-content: center;
}.kW_sign_up .input_holder::before {
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
    opacity: 0.2;
    z-index: -1;
    top: 0;
    background: 
        radial-gradient(
            circle at 30% 70%,
            rgb(231,183,159,0.5) 0%,
            transparent 60%
        );
    width: 100%;
}.kW_sign_up input[type="email"] {
    border: none;
    color: #000000;
    font-size: 18px;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    width: 100%;
    font-family: Arial, sans-serif;
}.kW_sign_up input[type="email"]:focus {
    border-color: rgb(231,183,159);
    outline: none;
}.kW_sign_up input[type="email"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.kW_sign_up input[type="submit"] {
    font-weight: 600;
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(231,183,159);
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
    font-family: Arial, sans-serif;
    border: none;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    padding: 1rem 1.5rem;
}.kW_sign_up input[type="submit"]::before {
    left: 0;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
    background: rgb(217,144,112);
    z-index: -1;
    transform: scaleX(0);
    width: 100%;
    content: "";
    height: 100%;
    transform-origin: right;
}.kW_sign_up input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.kW_sign_up input[type="submit"]:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.kW_sign_up .bL_inquiry_list::after {
    content: "";
    bottom: 0;
    z-index: 2;
    transform: skewX(-10deg);
    position: absolute;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    left: calc(50% - 20px);
    top: 0;
    background: #ffffff;
    width: 40px;
}

@keyframes wave {
    0%, 100% {
        transform: translateY(0) scaleY(1);
    }
    50% {
        transform: translateY(-10px) scaleY(1.1);
    }
}

@media (max-width: 768px) {.kW_sign_up {
    padding: 4rem 1.5rem;
}.kW_sign_up .bL_inquiry_list {
    grid-template-columns: 1fr;
}.kW_sign_up h3 {
    grid-column: 1;
    padding: 2rem 2rem 1rem;
    text-align: center;
}.kW_sign_up h3::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.kW_sign_up .bL_inquiry_list:hover h3::after {
    transform: translateX(-50%) scaleX(1.5);
}.kW_sign_up .input_holder {
    grid-column: 1;
    padding: 1rem 2rem 2rem;
}.kW_sign_up .bL_inquiry_list::after {
    top: calc(33% - 20px);
    width: 100%;
    height: 40px;
    transform: skewY(-10deg);
    right: 0;
    left: 0;
}
}

@media (max-width: 480px) {.kW_sign_up {
    padding: 3rem 1rem;
}.kW_sign_up .bL_inquiry_list {
    width: 100%;
}.kW_sign_up h3 {
    padding: 1.5rem 1.5rem 1rem;
    font-size: calc(22px * 0.9);
}.kW_sign_up .input_holder {
    padding: 1rem 1.5rem 1.5rem;
}.kW_sign_up input[type="email"] {
    padding: 0.8rem 1rem;
}.kW_sign_up input[type="submit"] {
    padding: 0.8rem 1rem;
}}.uZ_cookie_notice_window {
    position: fixed;
    bottom: 0;
    z-index: 90;
    background: rgb(244,220,204);
    width: 100%;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(231,183,159);
}.Si_track_switch {
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
    padding: 20px 15px;
    max-width: 1200px;
    align-items: center;
}.hS_cookie_option {
    margin-right: 15px;
    flex-shrink: 0;
}.hS_cookie_option svg {
    fill: rgb(231,183,159);
    width: 60px;
    height: 60px;
    transition: fill 0.3s ease;
}.hS_cookie_option svg:hover {
    fill: rgb(217,144,112);
}.VK_cookie_protect {
    margin-right: 15px;
    color: #000000;
    flex-grow: 1;
}.uZ_cookie_notice_window h5 {
    color: rgb(231,183,159);
    font-size: 22px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}.uZ_cookie_notice_window p {
    font-size: 12px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #000000;
}.cZ_cookies_overview {
    border-radius: 24px;
    margin-left: 10px;
    text-align: center;
    padding: 10px 20px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    line-height: 35px;
    background: rgb(231,183,159);
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
}.cZ_cookies_overview:hover {
    background: rgb(217,144,112);
    box-shadow: 0 0 10px rgb(217,144,112,0.5);
}#ob_cookiePolicyAcceptUsageBtn {
    background: rgb(231,183,159);
}#BH_doNotAcceptCookiesCollection {
    background: rgba(0, 0, 0, 0.5);
}.uZ_cookie_notice_window p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(231,183,159);
}.uZ_cookie_notice_window p a:hover {
    color: rgb(217,144,112);
}
@media only screen and (max-width: 1200px) {.Si_track_switch {
    align-items: center;
    flex-direction: column;
}.hS_cookie_option {
    margin-bottom: 15px;
}.VK_cookie_protect {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
}.cZ_cookies_overview {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.Si_track_switch {
    padding: 15px;
}.hS_cookie_option {
    display: none;
}.uZ_cookie_notice_window h5 {
    font-size: 21px;
}.uZ_cookie_notice_window p {
    font-size: 12px;
}}
#Ds_cookie_popup_alert {
    display: none;
}#Ds_cookie_popup_alert:checked ~ .uZ_cookie_notice_window {
    visibility: hidden;
    opacity: 0;
}.YU_educational_gains {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(244,220,204) 0%, rgba(245, 248, 251, 0.9) 100%);
    overflow: hidden;
}.YU_educational_gains::before {
    content: "";
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-image: 
        linear-gradient(45deg, rgba(240, 245, 255, 0.3) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(240, 245, 255, 0.3) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(240, 245, 255, 0.3) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(240, 245, 255, 0.3) 75%);
    top: 0;
    width: 100%;
    background-size: 20px 20px;
    z-index: 0;
    position: absolute;
    opacity: 0.3;
    left: 0;
}.YU_educational_gains .container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}.YU_educational_gains .Wr_student_journey {
    flex-direction: column-reverse;
    display: flex;
    position: relative;
    gap: 2.5rem;
}.YU_educational_gains .tT_content_wrap {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    transform: translateY(0);
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-left: 4px solid rgb(231,183,159);
}.YU_educational_gains .tT_content_wrap:hover {
    transform: translateY(-5px);
}.YU_educational_gains h4 {
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.4;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: calc(19px * 1.15);
    position: relative;
    padding-bottom: 1rem;
}.YU_educational_gains h4::after {
    bottom: 0;
    border-radius: 10px;
    left: 0;
    width: 60px;
    position: absolute;
    content: "";
    height: 3px;
    background: rgb(231,183,159);
}.YU_educational_gains .tT_content_wrap > div {
    margin-bottom: 1.5rem;
}.YU_educational_gains ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.YU_educational_gains li {
    transition: transform 0.4s ease;
    margin-bottom: 1.25rem;
    transform: translateX(0);
}.YU_educational_gains li:hover {
    transform: translateX(8px);
}.YU_educational_gains li p {
    gap: 1rem;
    display: flex;
    color: #000000;
    margin: 0;
    align-items: flex-start;
    line-height: 1.6;
    font-size: 15px;
}.YU_educational_gains li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.2rem;
}.YU_educational_gains li p span:last-child {
    flex-grow: 1;
}.YU_educational_gains svg {
    height: 22px;
    transform: scale(1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease-out;
    width: 22px;
}.YU_educational_gains li:hover svg {
    transform: scale(1.15);
}.YU_educational_gains svg path {
    fill: rgb(231,183,159);
    transition: fill 0.3s ease;
}.YU_educational_gains li:hover svg path {
    fill: rgb(217,144,112);
}.YU_educational_gains .XS_portfolio_image {
    border-radius: 25px;
    object-fit: cover;
    height: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(0);
    width: 100%;
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}.YU_educational_gains .Wr_student_journey:hover .XS_portfolio_image {
    transform: perspective(1000px) rotateY(3deg);
}

@media (min-width: 768px) {.YU_educational_gains .Wr_student_journey {
    align-items: center;
    flex-direction: row;
}.YU_educational_gains .tT_content_wrap {
    flex: 1;
    padding: 3rem;
    margin-right: -4rem;
    z-index: 2;
}.YU_educational_gains .XS_portfolio_image {
    flex: 1;
    margin-left: auto;
    max-width: 50%;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}.YU_educational_gains .tT_content_wrap > div {
    gap: 2rem;
    display: flex;
}.YU_educational_gains .tT_content_wrap > div > ul {
    flex: 1;
}
}

@media (min-width: 992px) {.YU_educational_gains {
    padding: 9rem 0;
}.YU_educational_gains h4 {
    font-size: calc(19px * 1.3);
}.YU_educational_gains .tT_content_wrap {
    padding: 4rem;
    margin-right: -6rem;
}.YU_educational_gains .XS_portfolio_image {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}.YU_educational_gains li p {
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 1200px) {.YU_educational_gains h4 {
    font-size: calc(19px * 1.4);
    max-width: 90%;
}.YU_educational_gains .tT_content_wrap {
    padding: 4.5rem;
    margin-right: -8rem;
}.YU_educational_gains svg {
    width: 24px;
    height: 24px;
}.YU_educational_gains .XS_portfolio_image {
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 767px) {.YU_educational_gains {
    padding: 5rem 0;
}.YU_educational_gains .tT_content_wrap > div:first-of-type ul {
    margin-bottom: 0;
}.YU_educational_gains .XS_portfolio_image {
    object-position: center;
    max-height: 360px;
}}.sb_vr_labs {
    z-index: 1;
    padding: 6rem 0 3rem;
    background-attachment: fixed;
    position: relative;
    color: #ffffff;
}.sb_vr_labs::before {
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(231,183,159,0.5) 100%);
    content: "";
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
}.sb_vr_labs::after {
    content: "";
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    height: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    top: 0;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.sb_vr_labs .container {
    flex-direction: column;
    position: relative;
    display: flex;
}.sb_vr_labs .company_holder {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 3rem;
    padding-bottom: 2.5rem;
    text-align: center;
}.sb_vr_labs .company_holder::before,
.sb_vr_labs .company_holder::after {
    bottom: -1px;
    width: 20%;
    background: linear-gradient(90deg, transparent, rgb(217,144,112), transparent);
    animation: slide 3s infinite alternate;
    position: absolute;
    height: 2px;
    content: "";
}.sb_vr_labs .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.sb_vr_labs .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.sb_vr_labs .company_holder h3 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: calc(30px * 1.3);
}.sb_vr_labs .company_holder h3::after {
    background: rgb(217,144,112);
    height: 3px;
    bottom: -10px;
    width: 60px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
}.sb_vr_labs .ZN_project_ref {
    line-height: 1.7;
    max-width: 600px;
    opacity: 0.8;
    font-size: 18px;
    margin: 1.5rem auto 0;
    color: #ffffff;
}.sb_vr_labs .MT_about_learn {
    justify-content: center;
    display: flex;
}.sb_vr_labs .zF_header_tutor {
    display: flex;
    gap: 6rem;
    position: relative;
}.sb_vr_labs .zF_header_tutor::before {
    left: 50%;
    height: 20px;
    width: 1px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    top: -30px;
    background: rgb(231,183,159);
}.sb_vr_labs .vn_head_master {
    backdrop-filter: blur(10px);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    background: rgba(255,255,255,0.05);
    transition: all 0.3s ease;
}.sb_vr_labs .vn_head_master:hover {
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    background: rgba(rgb(231,183,159,0.5), 0.1);
}.sb_vr_labs .vn_head_master h5 {
    font-size: 21px;
    margin-bottom: 1.5rem;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    text-align: center;
    font-weight: 600;
    padding-bottom: 0.8rem;
    text-transform: uppercase;
    color: rgb(217,144,112);
    letter-spacing: 1.5px;
}.sb_vr_labs .vn_head_master .zF_header_tutor {
    display: flex;
    gap: 0.8rem;
    position: static;
    flex-direction: column;
}.sb_vr_labs .vn_head_master .zF_header_tutor a {
    font-size: 18px;
    text-align: center;
    opacity: 0.75;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    padding: 0.4rem 0;
}.sb_vr_labs .vn_head_master .zF_header_tutor a::before {
    background: linear-gradient(90deg, transparent, rgb(231,183,159), transparent);
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
    z-index: -1;
    transform: scaleX(0);
    content: "";
    transform-origin: center;
    transition: transform 0.4s ease;
    width: 100%;
}.sb_vr_labs .vn_head_master .zF_header_tutor a:hover {
    color: rgb(217,144,112);
    opacity: 1;
}.sb_vr_labs .vn_head_master .zF_header_tutor a:hover::before {
    transform: scaleX(1);
}.YW_site_map {
    overflow: hidden;
    margin-top: 4rem;
    position: relative;
    padding: 1.2rem 0;
    background-color: rgba(0, 0, 0, 0.8);
}.YW_site_map::before {
    animation: bgMove 20s linear infinite;
    position: absolute;
    background-image: linear-gradient(45deg, rgba(rgb(231,183,159,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(231,183,159,0.5), 0.05) 50%, rgba(rgb(231,183,159,0.5), 0.05) 75%, transparent 75%, transparent);
    content: "";
    opacity: 0.3;
    height: 100%;
    background-size: 4px 4px;
    left: 0;
    width: 100%;
    top: 0;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.YW_site_map .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.YW_site_map .XG_idea_pool {
    position: relative;
    opacity: 0.8;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}.YW_site_map .XG_idea_pool::before,
.YW_site_map .XG_idea_pool::after {
    color: rgb(231,183,159);
    margin: 0 0.6rem;
    content: "•";
}

@media screen and (max-width: 992px) {.sb_vr_labs {
    padding: 4rem 0 2rem;
}.sb_vr_labs .company_holder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.sb_vr_labs .company_holder h3 {
    font-size: 30px;
}.sb_vr_labs .zF_header_tutor {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.sb_vr_labs .MT_about_learn {
    flex-direction: column;
    align-items: center;
}.sb_vr_labs .zF_header_tutor {
    max-width: 450px;
    gap: 2rem;
    width: 100%;
    flex-direction: column;
}.sb_vr_labs .vn_head_master {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.sb_vr_labs {
    padding: 3rem 0 1.5rem;
}.sb_vr_labs .company_holder h3 {
    font-size: calc(30px * 0.9);
}.sb_vr_labs .ZN_project_ref {
    font-size: calc(18px * 0.9);
}.sb_vr_labs .vn_head_master {
    padding: 1rem;
}.sb_vr_labs .vn_head_master h5 {
    font-size: calc(21px * 0.9);
}.YW_site_map {
    margin-top: 2rem;
    padding: 1rem 0;
}.YW_site_map .XG_idea_pool {
    font-size: calc(14px * 0.9);
}.YW_site_map .XG_idea_pool::before,
    .YW_site_map .XG_idea_pool::after {
    display: none;
}}.yL_title_portal {
    overflow: hidden;
    min-height: 100vh;
    justify-content: center;
    background: linear-gradient(135deg, rgb(217,144,112,0.5), rgb(231,183,159));
    padding: 120px 0;
    position: relative;
    display: flex;
    align-items: center;
}.yL_title_portal::before {
    right: 0;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgba(255,255,255,0.1) 0%, transparent 70%);
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}.yL_title_portal::after {
    background-image: repeating-linear-gradient(
    0deg,
    rgba(255,255,255,0.03) 0px,
    rgba(255,255,255,0.03) 1px,
    transparent 1px,
    transparent 20px
  );
    position: absolute;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 0;
}.yL_title_portal > div {
    max-width: 1200px;
    z-index: 2;
    grid-template-columns: 1fr;
    position: relative;
    width: 100%;
    padding: 0 20px;
    gap: 60px;
    display: grid;
}.yL_title_portal .yl_edu_base {
    font-size: 44px;
    animation: slideInTitle 0.8s ease-out;
    line-height: 1.2;
    position: relative;
    transform: translateY(0);
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 24px;
}.yL_title_portal .yl_edu_base::after {
    position: absolute;
    background: rgb(217,144,112);
    left: 0;
    bottom: -12px;
    animation: growLine 1s ease-out 0.6s forwards;
    height: 4px;
    width: 80px;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
}.yL_title_portal p {
    font-size: calc(13px + 2px);
    line-height: 1.6;
    font-weight: 400;
    animation: fadeIn 0.8s ease-out forwards 0.4s;
    color: #ffffff;
    position: relative;
    margin-bottom: 40px;
    max-width: 600px;
    opacity: 0;
}.yL_title_portal .EA_page_front {
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUpFade 0.8s ease-out forwards 0.6s;
    width: 100%;
}.yL_title_portal .Pn_training_space {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
    backdrop-filter: blur(8px);
    overflow: hidden;
    min-height: 280px;
    padding: 30px;
    position: relative;
    width: 100%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
}.yL_title_portal .Pn_training_space::before {
    background: linear-gradient(135deg, rgb(231,183,159,0.5) 0%, transparent 100%);
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
}.yL_title_portal .Pn_training_space span {
    backdrop-filter: blur(5px);
    position: relative;
    background: rgba(0,0,0,0.75);
    display: block;
    transform: translateX(0);
    padding: 25px;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transition: transform 0.5s ease;
    border-left: 4px solid rgb(217,144,112);
}.yL_title_portal .Pn_training_space:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 15px 20px rgba(0,0,0,0.15);
    transform: translateY(-10px);
}.yL_title_portal .Pn_training_space:hover span {
    transform: translateX(10px);
}.yL_title_portal .Pn_training_space h3 {
    margin: 0;
    font-weight: 600;
    font-size: calc(22px - 2px);
    line-height: 1.5;
    color: #ffffff;
}

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@media (min-width: 768px) {.yL_title_portal {
    padding: 160px 0;
}.yL_title_portal > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}.yL_title_portal .yl_edu_base {
    font-size: calc(44px + 10px);
}.yL_title_portal .Pn_training_space {
    min-height: 380px;
}.yL_title_portal .Pn_training_space h3 {
    font-size: 22px;
}
}

@media (min-width: 992px) {.yL_title_portal {
    padding: 0;
    height: 100vh;
}.yL_title_portal > div {
    gap: 100px;
}.yL_title_portal .yl_edu_base::after {
    width: 120px;
}.yL_title_portal .Pn_training_space {
    min-height: 420px;
}
}

@media (max-width: 767px) {.yL_title_portal {
    padding: 100px 0 80px;
}.yL_title_portal > div {
    gap: 40px;
}.yL_title_portal .yl_edu_base {
    font-size: calc(44px - 4px);
}.yL_title_portal p {
    margin-bottom: 30px;
    font-size: 13px;
}.yL_title_portal .Pn_training_space {
    padding: 20px;
    min-height: 240px;
}.yL_title_portal .Pn_training_space span {
    padding: 15px;
}.yL_title_portal .Pn_training_space h3 {
    font-size: calc(22px - 4px);
}}.us_company_overview {
    position: relative;
    background-color: rgb(244,220,204);
    padding: 90px 0;
    overflow: hidden;
}.us_company_overview::before {
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
    content: "";
    background-color: rgb(231,183,159,0.5);
    z-index: 1;
    top: 0;
    position: absolute;
    width: 40%;
    right: 0;
}.us_company_overview::after {
    clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
    content: "";
    bottom: 0;
    background-color: rgb(217,144,112,0.5);
    width: 30%;
    z-index: 1;
    left: 0;
    position: absolute;
    height: 40%;
}.us_company_overview .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 5;
}.us_company_overview .Wr_student_journey {
    display: flex;
    gap: 60px;
    justify-content: space-between;
    align-items: center;
}.us_company_overview .EF_mentor_network {
    position: relative;
    flex: 0 0 350px;
}.us_company_overview .EF_mentor_network::before {
    z-index: -1;
    height: 100%;
    content: "";
    left: 20px;
    transition: transform 0.4s ease;
    background-color: rgb(231,183,159);
    width: 100%;
    position: absolute;
    top: 20px;
    border-radius: 10px;
}.us_company_overview .EF_mentor_network:hover::before {
    transform: translate(-8px, 8px);
}.us_company_overview .XS_portfolio_image {
    border-radius: 10px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 400px;
    width: 100%;
    transition: transform 0.4s ease;
}.us_company_overview .EF_mentor_network:hover .XS_portfolio_image {
    transform: translate(8px, -8px);
}.us_company_overview .cr_path_impact {
    background-color: #ffffff;
    right: -30px;
    min-width: 230px;
    bottom: -30px;
    transition: transform 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 25px;
    position: absolute;
}.us_company_overview .EF_mentor_network:hover .cr_path_impact {
    transform: translateY(-5px);
}.us_company_overview .VT_culture_block {
    font-size: 24px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin: 0 0 8px 0;
    color: #000000;
}.us_company_overview .Ub_edu_heritage {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: rgb(231,183,159);
    margin: 0;
}.us_company_overview .tT_content_wrap {
    flex-direction: column;
    flex: 1;
    gap: 25px;
    display: flex;
}.us_company_overview .Ps_virtual_academy {
    margin-bottom: 10px;
    gap: 15px;
    align-items: center;
    display: flex;
}.us_company_overview .Ps_virtual_academy svg {
    width: 50px;
    fill: rgb(231,183,159);
    height: 50px;
}.us_company_overview .Ps_virtual_academy svg path {
    fill: rgb(231,183,159);
}.us_company_overview h2 {
    display: inline-block;
    position: relative;
    margin: 0 0 5px 0;
    font-size: 30px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.us_company_overview h2::after {
    content: "";
    width: 70px;
    height: 4px;
    background-color: rgb(231,183,159);
    position: absolute;
    bottom: -10px;
    left: 0;
}.us_company_overview p {
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    margin: 15px 0 0 0;
    color: #000000;
    line-height: 1.8;
}

@media (max-width: 992px) {.us_company_overview {
    padding: 70px 0;
}.us_company_overview::before {
    width: 50%;
}.us_company_overview .Wr_student_journey {
    gap: 80px;
    flex-direction: column;
}.us_company_overview .EF_mentor_network {
    flex: 0 0 auto;
    width: 100%;
    max-width: 450px;
}.us_company_overview .XS_portfolio_image {
    height: 350px;
}.us_company_overview .cr_path_impact {
    padding: 20px;
    min-width: 200px;
}

}

@media (max-width: 768px) {.us_company_overview {
    padding: 60px 0;
}.us_company_overview::before,
    .us_company_overview::after {
    opacity: 0.5;
}.us_company_overview .EF_mentor_network {
    max-width: 380px;
}.us_company_overview .XS_portfolio_image {
    height: 300px;
}.us_company_overview .cr_path_impact {
    right: -25px;
    bottom: -25px;
    padding: 18px;
}.us_company_overview .VT_culture_block {
    font-size: calc(24px * 0.9);
}.us_company_overview .Ub_edu_heritage {
    font-size: calc(17px * 0.9);
}.us_company_overview h2 {
    font-size: calc(30px * 0.9);
}.us_company_overview h2::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 576px) {.us_company_overview {
    padding: 50px 0;
}.us_company_overview .Wr_student_journey {
    gap: 60px;
}.us_company_overview .EF_mentor_network {
    max-width: 100%;
}.us_company_overview .XS_portfolio_image {
    height: 280px;
}.us_company_overview .EF_mentor_network::before {
    left: 15px;
    top: 15px;
}.us_company_overview .cr_path_impact {
    right: -15px;
    padding: 15px;
    min-width: 180px;
    bottom: -20px;
}.us_company_overview .Ps_virtual_academy svg {
    height: 40px;
    width: 40px;
}.us_company_overview h2 {
    font-size: calc(30px * 0.8);
}.us_company_overview h2::after {
    height: 3px;
    bottom: -8px;
    width: 50px;
}.us_company_overview p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}}.sc_locate {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,220,204) 0%, #ffffff 100%);
    padding: 6rem 0;
}.sc_locate::before {
    height: 30%;
    transform: rotate(-15deg);
    content: "";
    position: absolute;
    right: -10%;
    z-index: 1;
    width: 45%;
    filter: blur(40px);
    background: rgb(217,144,112,0.5);
    opacity: 0.4;
    top: -5%;
}.sc_locate::after {
    bottom: -5%;
    background: rgb(231,183,159,0.5);
    position: absolute;
    content: "";
    transform: rotate(15deg);
    width: 35%;
    left: -10%;
    z-index: 1;
    height: 25%;
    filter: blur(40px);
    opacity: 0.3;
}.sc_locate h1 {
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
    z-index: 2;
    text-align: center;
    font-size: 45px;
    letter-spacing: -0.02em;
}.sc_locate h1::after {
    transform: translateX(-50%);
    content: "";
    border-radius: 10px;
    background: linear-gradient(to right, rgb(217,144,112), rgb(231,183,159));
    left: 50%;
    height: 4px;
    width: 80px;
    position: absolute;
    bottom: -15px;
}.sc_locate .container {
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
}.sc_locate .Nw_learn_faq {
    display: grid;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03);
    grid-template-columns: 1fr;
    background-color: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2.5rem;
}.sc_locate .Nw_learn_faq:hover {
    transform: perspective(1000px) rotateX(0deg);
}.sc_locate .Nw_learn_faq > div {
    transition: transform 0.4s ease-out;
    position: relative;
}.sc_locate .Nw_learn_faq > div:hover {
    transform: translateY(-5px);
}.sc_locate .Nw_learn_faq > div:first-child {
    line-height: 1.7;
    font-size: calc(14px + 0.05rem);
    color: #000000;
    border-left: 3px solid rgb(217,144,112,0.5);
    position: relative;
    padding-left: 1.5rem;
}.sc_locate .Nw_learn_faq h6 {
    margin-bottom: 0.75rem;
    display: flex;
    color: #000000;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    align-items: center;
}.sc_locate .Nw_learn_faq h6 svg {
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
    transform: scale(0.8);
}.sc_locate .Nw_learn_faq span {
    font-size: calc(14px - 0.05rem);
    padding-left: 1.5rem;
    display: block;
    margin-top: 0.25rem;
    color: #000000;
}.sc_locate .gL_contact_box {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}.sc_locate .gL_contact_box > div {
    overflow: hidden;
    position: relative;
}.sc_locate .jg_contact_links {
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
    align-items: center;
    font-size: calc(14px - 0.05rem);
    font-weight: 400;
    display: flex;
    transition: color 0.3s ease, transform 0.3s ease;
}.sc_locate .jg_contact_links:hover {
    color: rgb(231,183,159);
    transform: translateX(5px);
}.sc_locate .jg_contact_links::before {
    height: 1px;
    position: absolute;
    bottom: -2px;
    content: "";
    background-color: rgb(231,183,159);
    left: 0;
    width: 0;
    transition: width 0.3s ease;
}.sc_locate .jg_contact_links:hover::before {
    width: 100%;
}.sc_locate .jg_contact_links svg {
    transform: scale(0.8);
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}.sc_locate .jg_contact_links:hover svg {
    transform: scale(0.9) rotate(5deg);
}.sc_locate svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.sc_locate .jg_contact_links:hover svg path {
    fill: rgb(231,183,159);
}

@media (min-width: 768px) {.sc_locate {
    padding: 8rem 0;
}.sc_locate h1 {
    margin-bottom: 4rem;
}.sc_locate .Nw_learn_faq {
    grid-template-columns: repeat(2, 1fr);
    padding: 3.5rem;
}.sc_locate .Nw_learn_faq > div:first-child {
    padding-left: 2rem;
    grid-column: 1 / -1;
    font-size: calc(14px + 0.1rem);
}.sc_locate .gL_contact_box {
    gap: 1.5rem;
}
}

@media (min-width: 992px) {.sc_locate {
    padding: 10rem 0;
}.sc_locate h1 {
    font-size: calc(45px * 1.1);
}.sc_locate .Nw_learn_faq {
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: 2fr 1fr 1fr;
}.sc_locate .Nw_learn_faq > div:first-child {
    grid-column: auto;
}.sc_locate .gL_contact_box {
    gap: 2rem;
}.sc_locate .Nw_learn_faq h6 {
    font-size: calc(19px * 1.05);
}
}

@media (max-width: 767px) {.sc_locate {
    padding: 4rem 0;
}.sc_locate h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 2.5rem;
}.sc_locate .container {
    padding: 0 1.5rem;
}.sc_locate .Nw_learn_faq {
    padding: 2rem;
    gap: 2rem;
}.sc_locate .Nw_learn_faq > div:first-child {
    font-size: 14px;
    padding-left: 1rem;
}.sc_locate .gL_contact_box {
    gap: 1rem;
}
}

@media (max-width: 480px) {.sc_locate {
    padding: 3rem 0;
}.sc_locate h1 {
    font-size: calc(45px * 0.8);
}.sc_locate .container {
    padding: 0 1rem;
}.sc_locate .Nw_learn_faq {
    padding: 1.5rem;
}.sc_locate .Nw_learn_faq h6 {
    font-size: calc(19px * 0.95);
}}.eA_study_process {
    overflow: hidden;
    background: rgb(244,220,204);
    position: relative;
    padding: 6rem 2rem;
}.eA_study_process::before {
    background-image: 
        linear-gradient(90deg, rgb(231,183,159,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(231,183,159,0.5) 1px, transparent 1px);
    position: absolute;
    animation: gridMove 50s linear infinite;
    opacity: 0.2;
    background-position: -1px -1px;
    right: 0;
    background-size: 40px 40px;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
}.eA_study_process::after {
    right: -150px;
    animation: pulseGlow 8s ease-in-out infinite alternate;
    height: 300px;
    position: absolute;
    border-radius: 50%;
    background: rgb(231,183,159,0.5);
    top: -150px;
    opacity: 0.5;
    width: 300px;
    content: "";
    filter: blur(100px);
}.eA_study_process .Wr_student_journey {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 3rem;
    max-width: 1000px;
}.eA_study_process .Wr_student_journey::before,
.eA_study_process .Wr_student_journey::after {
    border: 2px solid rgb(231,183,159,0.5);
    height: 200px;
    z-index: 1;
    opacity: 0.6;
    content: "";
    position: absolute;
    width: 200px;
}.eA_study_process .Wr_student_journey::before {
    top: -50px;
    animation: rotate 15s linear infinite, float 8s ease-in-out infinite alternate;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    left: -100px;
}.eA_study_process .Wr_student_journey::after {
    animation: rotate 10s linear infinite reverse, float 10s ease-in-out infinite alternate-reverse;
    bottom: -100px;
    right: -50px;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
}.eA_study_process h3 {
    font-weight: 700;
    color: #000000;
    width: 100%;
    display: inline-block;
    padding-bottom: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
    font-size: 33px;
    position: relative;
}.eA_study_process h3::before,
.eA_study_process h3::after {
    position: absolute;
    height: 4px;
    border-radius: 10px;
    left: 50%;
    content: "";
    width: 100px;
    background: linear-gradient(to right, rgb(231,183,159), transparent);
    transform: translateX(-50%);
}.eA_study_process h3::before {
    bottom: 0;
    animation: slideWidth 3s ease-in-out infinite alternate;
}.eA_study_process h3::after {
    animation: slideWidth 3s ease-in-out infinite alternate-reverse;
    background: linear-gradient(to left, rgb(217,144,112), transparent);
    bottom: 0;
}.eA_study_process span {
    max-width: 100%;
    z-index: 2;
    position: relative;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    display: block;
    text-align: center;
    line-height: 1.8;
    color: #000000;
    font-size: 13px;
    padding: 2rem;
    border-radius: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.eA_study_process span::before,
.eA_study_process span::after {
    background: linear-gradient(135deg, rgb(231,183,159,0.5), rgb(217,144,112,0.5));
    opacity: 0.5;
    border-radius: inherit;
    transform-origin: center;
    z-index: -1;
    content: "";
    position: absolute;
}.eA_study_process span::before {
    animation: pulse 4s ease-in-out infinite alternate;
    bottom: 10px;
    filter: blur(5px);
    left: 10px;
    right: 10px;
    top: 10px;
}.eA_study_process span::after {
    right: -5px;
    top: -5px;
    filter: blur(15px);
    animation: pulse 4s ease-in-out 2s infinite alternate-reverse;
    left: -5px;
    bottom: -5px;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

@keyframes slideWidth {
    0% {
        width: 50px;
    }
    100% {
        width: 150px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
}

@media (max-width: 992px) {.eA_study_process {
    padding: 5rem 1.5rem;
}.eA_study_process::before {
    background-size: 30px 30px;
}.eA_study_process h3 {
    font-size: calc(33px * 0.9);
}.eA_study_process .Wr_student_journey::before {
    width: 150px;
    top: -30px;
    left: -70px;
    height: 150px;
}.eA_study_process .Wr_student_journey::after {
    bottom: -70px;
    height: 150px;
    width: 150px;
    right: -30px;
}
}

@media (max-width: 768px) {.eA_study_process {
    padding: 4rem 1rem;
}.eA_study_process::before {
    background-size: 20px 20px;
}.eA_study_process h3 {
    font-size: calc(33px * 0.8);
}.eA_study_process span {
    font-size: calc(13px * 0.95);
    padding: 1.5rem;
}.eA_study_process .Wr_student_journey::before {
    top: -20px;
    height: 100px;
    width: 100px;
    left: -40px;
}.eA_study_process .Wr_student_journey::after {
    bottom: -40px;
    right: -20px;
    height: 100px;
    width: 100px;
}
}