* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.segment-wrapper_UB {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}.login_footer_25 {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1272px;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.nav_main_gE {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cookie_popup_disclosure_Kn {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    width: 90%;
    overflow: hidden;
    background: #ffffff;
    bottom: 20px;
    position: fixed;
    border-radius: 12px;
    z-index: 1050;
    left: 50%;
    font-family: Arial, sans-serif;
    transform: translateX(-50%);
}.cookie_reset_vz {
    flex-direction: column;
    padding: 20px;
    align-items: center;
    display: flex;
}.track_bar_cz {
    margin-bottom: 20px;
}.track_bar_cz svg, .track_bar_cz svg path, .track_bar_cz img {
    width: 60px;
    height: 60px;
    fill: rgb(197,172,186);
}.cookie_popup_disclosure_Kn h5 {
    color: rgb(197,172,186);
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}.cookie_popup_disclosure_Kn p {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #000000;
}.cookie_control_7J {
    padding: 10px 20px;
    transition: background 0.3s ease-in-out;
    margin: 5px;
    font-size: 15px;
    background: rgb(197,172,186);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    color: #ffffff;
    text-decoration: none;
    width: calc(50% - 10px);
    display: inline-block;
    text-align: center;
}.cookie_control_7J:hover {
    background: rgb(163,133,159);
}.cookie_button.cookie_show_AQ {
    background: rgb(163,133,159);
}.cookie_button.cookie_show_AQ:hover {
    background: rgb(163,133,159,0.5);
}.cookie_popup_disclosure_Kn p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(197,172,186);
}.cookie_popup_disclosure_Kn p a:hover {
    color: rgb(163,133,159);
}#cookie_box_banner_cP {
    display: none;
}#cookie_box_banner_cP:checked ~ .cookie_popup_disclosure_Kn {
    visibility: hidden;
    opacity: 0;
}.title_welcome_wl {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}.title_welcome_wl .start_primary_QD {
    height: 100%;
    align-items: center;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}.title_welcome_wl .start_primary_QD::before {
    left: 0;
    background: linear-gradient(135deg, rgb(197,172,186,0.5), rgb(163,133,159,0.5));
    position: absolute;
    content: '';
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
}.title_welcome_wl .mission_why_iJ {
    transition: transform 0.5s ease;
    grid-template-columns: 1fr;
    width: 90%;
    z-index: 2;
    gap: 2rem;
    position: relative;
    display: grid;
    margin-left: 5%;
    transform: perspective(1000px) translateZ(0);
    max-width: 1200px;
    padding: 2rem 4rem;
}.title_welcome_wl .mission_why_iJ > div:first-child {
    opacity: 0;
    transform: translateX(-20px) translateZ(20px);
    animation: slideIn 0.8s forwards 0.2s ease-out;
    position: relative;
}.title_welcome_wl .mission_why_iJ > div:last-child {
    position: relative;
    opacity: 0;
    animation: slideIn 0.8s forwards 0.5s ease-out;
    transform: translateX(-20px) translateZ(10px);
}.title_welcome_wl .title_style_header {
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 1rem 0;
    font-size: 45px;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    position: relative;
}.title_welcome_wl .title_style_header::after {
    width: 80px;
    transform-origin: left;
    height: 4px;
    transform: scaleX(0);
    content: '';
    bottom: -0.5rem;
    animation: scaleIn 0.6s forwards 0.8s ease-out;
    background: linear-gradient(90deg, rgb(197,172,186), rgb(163,133,159));
    left: 0;
    position: absolute;
}.title_welcome_wl h3 {
    line-height: 1.5;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: calc(24px + 0.1rem);
    margin: 0 0 1.5rem 0;
    font-weight: 600;
}.title_welcome_wl p {
    margin: 0;
    position: relative;
    font-weight: 400;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 17px;
    max-width: 90%;
}.title_welcome_wl p::before {
    position: absolute;
    width: 10px;
    left: -20px;
    top: 50%;
    height: 2px;
    content: '';
    transform: translateY(-50%);
    background: rgb(197,172,186);
}@keyframes slideIn {
  0% {
    transform: translateX(-20px) translateZ(0);
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateZ(0);
    opacity: 1;
  }
}

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

.title_welcome_wl .mission_why_iJ:hover {
    transform: perspective(1000px) translateZ(10px);
}.title_welcome_wl .mission_why_iJ:hover > div:first-child {
    transform: translateZ(30px);
    transition: transform 0.4s ease;
}.title_welcome_wl .mission_why_iJ:hover > div:last-child {
    transform: translateZ(20px);
    transition: transform 0.4s ease;
}

@media (min-width: 768px) {.title_welcome_wl .mission_why_iJ {
    gap: 3rem;
    align-items: center;
    padding: 3rem 5rem;
    grid-template-columns: 1fr 1fr;
}.title_welcome_wl .title_style_header {
    font-size: calc(45px + 0.5rem);
}.title_welcome_wl h3 {
    font-size: 24px;
}.title_welcome_wl p {
    font-size: calc(17px + 0.1rem);
}.title_welcome_wl .mission_why_iJ > div:first-child {
    transform: translateX(-30px) translateZ(20px);
}.title_welcome_wl .mission_why_iJ > div:last-child {
    transform: translateX(-30px) translateZ(10px);
}
}

@media (min-width: 992px) {.title_welcome_wl .mission_why_iJ {
    width: 80%;
    padding: 4rem 6rem;
    margin-left: 10%;
}.title_welcome_wl .title_style_header {
    font-size: calc(45px + 1rem);
}.title_welcome_wl .title_style_header::after {
    height: 5px;
    width: 120px;
}.title_welcome_wl h3 {
    font-size: calc(24px + 0.2rem);
}
}

@media (max-width: 767px) {.title_welcome_wl .mission_why_iJ {
    margin: 0 auto;
    width: 90%;
    padding: 2rem;
}.title_welcome_wl .title_style_header {
    font-size: calc(30px + 0.1rem);
}.title_welcome_wl h3 {
    margin-bottom: 1rem;
    font-size: 17px;
}.title_welcome_wl p {
    font-size: calc(17px - 0.1rem);
}.title_welcome_wl .title_style_header::after {
    height: 3px;
    width: 60px;
}
}

@media (max-width: 480px) {.title_welcome_wl .mission_why_iJ {
    padding: 1.5rem;
}.title_welcome_wl .title_style_header {
    font-size: calc(30px - 0.2rem);
}.title_welcome_wl h3 {
    font-size: calc(17px - 0.1rem);
}.title_welcome_wl p {
    font-size: 13px;
}.title_welcome_wl p::before {
    left: -15px;
    width: 8px;
}}.teaching_process_o3 {
    position: relative;
    background: linear-gradient(135deg, rgb(232,218,224) 0%, rgb(197,172,186,0.5) 100%);
    padding: 8rem 0;
    overflow: hidden;
    perspective: 1000px;
}.teaching_process_o3::before {
    position: absolute;
    pointer-events: none;
    height: 120%;
    width: 40%;
    right: -5%;
    background: linear-gradient(45deg, rgb(163,133,159,0.5) 0%, rgb(197,172,186,0.5) 100%);
    transform: rotate(-15deg) translateZ(-50px);
    content: "";
    filter: blur(20px);
    opacity: 0.3;
    top: -10%;
    z-index: 0;
}.teaching_process_o3::after {
    background: linear-gradient(-45deg, rgb(197,172,186) 0%, transparent 70%);
    transform: rotate(10deg) translateZ(-30px);
    pointer-events: none;
    height: 70%;
    bottom: -5%;
    left: -2%;
    width: 35%;
    z-index: 0;
    position: absolute;
    content: "";
    opacity: 0.15;
}.teaching_process_o3 .container {
    z-index: 1;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    transform-style: preserve-3d;
    position: relative;
}.teaching_process_o3 .skill_boost_SI {
    transform: translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    justify-content: center;
    align-items: center;
    display: flex;
}.teaching_process_o3 .skill_boost_SI:hover {
    transform: translateZ(40px) scale(1.02);
}.teaching_process_o3 .skill_boost_SI > div {
    padding: 3rem 3.5rem;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    max-width: 800px;
    background: #ffffff;
    border-left: 5px solid rgb(197,172,186);
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5),
                0 -5px 20px -5px rgba(0, 0, 0, 0.5);
}.teaching_process_o3 .skill_boost_SI > div:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5),
                0 -10px 25px -5px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.teaching_process_o3 .skill_boost_SI > div::before {
    bottom: -2px;
    opacity: 0.1;
    z-index: -1;
    transform: translateZ(-10px);
    position: absolute;
    left: -2px;
    background: linear-gradient(135deg, rgb(197,172,186), rgb(163,133,159));
    right: -2px;
    content: "";
    top: -2px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 100%, 80% 90%, 0 90%);
    transition: opacity 0.4s ease;
}.teaching_process_o3 .skill_boost_SI > div:hover::before {
    opacity: 0.2;
}.teaching_process_o3 h3 {
    font-weight: 700;
    font-size: calc(29px * 0.85);
    transform: translateZ(10px);
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    color: #000000;
}.teaching_process_o3 h3::after {
    transform-origin: left;
    bottom: 0;
    left: 0;
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(90deg, rgb(197,172,186), rgb(163,133,159));
    width: 6rem;
    position: absolute;
    transform: scaleX(0.8) translateZ(5px);
    content: "";
}.teaching_process_o3 .skill_boost_SI > div:hover h3::after {
    transform: scaleX(1) translateZ(5px);
}.teaching_process_o3 p {
    color: #000000;
    transform: translateZ(5px);
    font-size: 17px;
    line-height: 1.7;
    position: relative;
    margin-bottom: 0;
}.teaching_process_o3 p span {
    transition: opacity 0.3s ease;
    opacity: 0.9;
    position: relative;
    display: block;
}.teaching_process_o3 p span:hover {
    opacity: 1;
}.teaching_process_o3 p span::first-letter {
    font-weight: 600;
    font-size: 1.25em;
    color: rgb(197,172,186);
}

@media screen and (max-width: 991px) {.teaching_process_o3 {
    padding: 6rem 0;
}.teaching_process_o3 .skill_boost_SI > div {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
}.teaching_process_o3 h3 {
    font-size: calc(29px * 0.75);
}
}

@media screen and (max-width: 767px) {.teaching_process_o3 {
    padding: 5rem 0;
}.teaching_process_o3::before,
    .teaching_process_o3::after {
    width: 60%;
}.teaching_process_o3 .skill_boost_SI > div {
    transform: perspective(800px) rotateY(0deg);
    padding: 2rem;
}.teaching_process_o3 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(29px * 0.7);
    padding-bottom: 0.8rem;
}.teaching_process_o3 p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 575px) {.teaching_process_o3 {
    padding: 4rem 0;
}.teaching_process_o3 .container {
    padding: 0 1.5rem;
}.teaching_process_o3 .skill_boost_SI > div {
    padding: 1.75rem;
    border-left: 4px solid rgb(197,172,186);
}.teaching_process_o3 h3 {
    margin-bottom: 1rem;
    padding-bottom: 0.7rem;
    font-size: calc(29px * 0.65);
}.teaching_process_o3 h3::after {
    width: 4rem;
    height: 2px;
}.teaching_process_o3 p {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}.leadership_profile_RP {
    background: rgb(232,218,224);
    min-height: 450px;
    overflow: hidden;
    padding: 80px 40px;
    position: relative;
}.leadership_profile_RP::before {
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(197,172,186,0.5) 30px,
        rgb(197,172,186,0.5) 32px
    );
    width: 100%;
    opacity: 0.05;
    position: absolute;
}.leadership_profile_RP .feedback_carousel_Ob {
    transform-style: preserve-3d;
    margin: 0 auto;
    flex-direction: column;
    perspective: 1000px;
    display: flex;
    position: relative;
    max-width: 1000px;
}.leadership_profile_RP .image_holder_bp {
    z-index: 5;
    height: 140px;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-left: 60px;
    position: relative;
    width: 140px;
    border: 4px solid #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}.leadership_profile_RP .feedback_carousel_Ob:hover .image_holder_bp {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(197,172,186);
}.leadership_profile_RP .emp_details_rQ {
    margin-top: -40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    padding: 60px 40px 40px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
    background: #ffffff;
}.leadership_profile_RP .feedback_carousel_Ob:hover .emp_details_rQ {
    transform: translateZ(30px);
}.leadership_profile_RP .emp_details_rQ::before {
    background: linear-gradient(to bottom, rgb(197,172,186), rgb(163,133,159));
    height: 0;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 4px;
    transition: height 0.5s ease;
}.leadership_profile_RP .feedback_carousel_Ob:hover .emp_details_rQ::before {
    animation: pulseGlow 2s infinite;
    height: 100%;
}.leadership_profile_RP .name {
    letter-spacing: 1px;
    transform: translateX(0);
    color: #000000;
    margin-bottom: 5px;
    font-size: 38px;
    font-weight: 700;
    transition: all 0.4s ease;
}.leadership_profile_RP .feedback_carousel_Ob:hover .name {
    color: rgb(197,172,186);
    transform: translateX(15px);
}.leadership_profile_RP .emp_details_rQ > div:nth-child(2) {
    transition: all 0.4s ease 0.1s;
    opacity: 0.8;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
    transform: translateX(0);
    color: rgb(163,133,159);
    font-size: 18px;
}.leadership_profile_RP .feedback_carousel_Ob:hover .emp_details_rQ > div:nth-child(2) {
    transform: translateX(15px);
}.leadership_profile_RP .work_milestones_hI {
    transform: translateY(0);
    padding: 20px 0;
    position: relative;
    opacity: 0.9;
    font-size: 18px;
    transition: all 0.4s ease 0.2s;
    line-height: 1.8;
    color: #000000;
}.leadership_profile_RP .feedback_carousel_Ob:hover .work_milestones_hI {
    transform: translateY(-5px);
}.leadership_profile_RP .work_milestones_hI::before,
.leadership_profile_RP .work_milestones_hI::after {
    background: rgb(163,133,159,0.5);
    height: 1px;
    width: 35px;
    transition: all 0.4s ease;
    position: absolute;
    content: "";
}.leadership_profile_RP .work_milestones_hI::before {
    top: 0;
    left: 0;
}.leadership_profile_RP .work_milestones_hI::after {
    bottom: 0;
    right: 0;
}.leadership_profile_RP .feedback_carousel_Ob:hover .work_milestones_hI::before,
.leadership_profile_RP .feedback_carousel_Ob:hover .work_milestones_hI::after {
    background: rgb(163,133,159);
    height: 2px;
    width: 100px;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(197,172,186,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(197,172,186);
    }
}

@media (min-width: 768px) {.leadership_profile_RP .feedback_carousel_Ob {
    flex-direction: row;
    align-items: center;
}.leadership_profile_RP .image_holder_bp {
    z-index: 5;
    height: 180px;
    margin-left: 0;
    width: 180px;
    margin-right: -80px;
}.leadership_profile_RP .emp_details_rQ {
    margin-top: 0;
    flex: 1;
    padding-left: 100px;
}
}

@media (max-width: 767px) {.leadership_profile_RP {
    padding: 60px 20px;
}.leadership_profile_RP .emp_details_rQ {
    padding: 60px 25px 35px;
}.leadership_profile_RP .name {
    font-size: calc(38px - 4px);
}.leadership_profile_RP .emp_details_rQ > div:nth-child(2) {
    font-size: calc(18px - 1px);
}.leadership_profile_RP .work_milestones_hI {
    font-size: calc(18px - 1px);
}}.course_fit_for_wX {
    z-index: 1;
    position: relative;
    background-color: rgb(232,218,224);
    padding: 100px 20px;
    overflow: hidden;
}.course_fit_for_wX::before {
    top: -50%;
    animation: slowRotate 35s linear infinite;
    background: radial-gradient(
    circle at 30% 30%,
    rgb(163,133,159,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(197,172,186,0.5) 0%,
    transparent 45%
  );
    width: 200%;
    z-index: -1;
    opacity: 0.6;
    height: 200%;
    left: -50%;
    content: "";
    position: absolute;
}.course_fit_for_wX .skill_boost_SI {
    padding: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 17px;
    backdrop-filter: blur(12px);
    max-width: 900px;
    box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.course_fit_for_wX h3 {
    position: relative;
    text-align: center;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 50px;
}.course_fit_for_wX h3::after {
    border-radius: 10px;
    content: "";
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, 
    rgb(197,172,186,0.5), 
    rgb(163,133,159), 
    rgb(197,172,186,0.5)
  );
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    width: 60px;
}.course_fit_for_wX ul {
    display: flex;
    gap: 25px;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}.course_fit_for_wX ul li {
    display: flex;
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transition: all 0.4s ease;
    text-align: center;
    border-radius: 17px;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.15);
    flex-direction: column;
    position: relative;
    align-items: center;
}.course_fit_for_wX ul li::before {
    position: absolute;
    padding: 2px;
    mask-composite: exclude;
    inset: 0;
    background: linear-gradient(
    45deg,
    transparent,
    rgb(163,133,159,0.5),
    rgb(197,172,186,0.5),
    transparent
  );
    opacity: 0.4;
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    border-radius: 17px;
    content: "";
    transition: opacity 0.4s ease;
    -webkit-mask-composite: xor;
}.course_fit_for_wX ul li:hover {
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.course_fit_for_wX ul li:hover::before {
    opacity: 1;
}.course_fit_for_wX ul li svg {
    fill: rgb(163,133,159);
    height: 45px;
    width: 45px;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}.course_fit_for_wX ul li:hover svg {
    transform: scale(1.05);
    fill: rgb(197,172,186);
}.course_fit_for_wX ul li svg path {
    fill: rgb(163,133,159);
    transition: all 0.3s ease;
}.course_fit_for_wX ul li:hover svg path {
    fill: rgb(197,172,186);
}.course_fit_for_wX ul li {
    font-weight: 300;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
}.course_fit_for_wX ul li::after {
    z-index: -1;
    bottom: 0;
    top: 0;
    opacity: 0;
    content: "";
    left: 0;
    border-radius: 17px;
    transition: opacity 0.3s ease;
    position: absolute;
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
    right: 0;
}.course_fit_for_wX ul li:hover::after {
    opacity: 1;
}

@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 992px) {.course_fit_for_wX {
    padding: 70px 15px;
}.course_fit_for_wX .skill_boost_SI {
    padding: 40px 30px;
}.course_fit_for_wX h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.course_fit_for_wX ul {
    gap: 20px;
}
}

@media screen and (max-width: 768px) {.course_fit_for_wX {
    padding: 50px 15px;
}.course_fit_for_wX .skill_boost_SI {
    padding: 30px 20px;
    backdrop-filter: blur(8px);
}.course_fit_for_wX h3 {
    margin-bottom: 35px;
    font-size: calc(36px * 0.8);
}.course_fit_for_wX ul {
    gap: 15px;
}.course_fit_for_wX ul li {
    padding: 20px 15px;
}.course_fit_for_wX ul li svg {
    width: 35px;
    margin-bottom: 12px;
    height: 35px;
}.course_fit_for_wX::before {
    animation-duration: 60s;
}.course_fit_for_wX ul li::before {
    padding: 1px;
}}

.course_fit_for_wX ul li {
    --x: center;
    --y: center;
}

@media (hover: hover) {.course_fit_for_wX ul li:hover {
    --x: calc(1100%);
    --y: calc(100%);
}
}

@media screen and (min-width: 1200px) {.course_fit_for_wX ul {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}}footer {
    position: relative;
}footer::before {
    content: '';
    left: 0;
    position: absolute;
    opacity: 0.92;
    background: linear-gradient(210deg, #000000 0%, rgb(197,172,186) 100%);
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
}.login_footer_25 {
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 2;
    padding: 90px 0 50px;
}.login_footer_25::before {
    width: 100%;
    height: 1px;
    position: absolute;
    opacity: 0.1;
    top: 0;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    content: '';
    left: 0;
}.login_footer_25 .container {
    display: flex;
    flex-direction: column;
}.login_footer_25 .company_holder {
    backdrop-filter: blur(10px);
    border-radius: 26px;
    animation: shiftGradient 15s ease infinite;
    background-size: 200% 200%;
    margin-top: 70px;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.05);
    order: 2;
    padding: 30px;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.login_footer_25 .company_holder h3 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}.login_footer_25 .company_holder h3::after {
    background: rgb(197,172,186);
    height: 3px;
    border-radius: 3px;
    content: '';
    display: block;
    width: 60px;
    margin: 15px auto 0;
}.login_footer_25 .class_guide_9e {
    padding-top: 15px;
    max-width: 80%;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
}.login_footer_25 .footer_social_LF {
    position: relative;
    order: 1;
}.login_footer_25 .first_teach_td {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 60px;
    margin-bottom: 30px;
    justify-content: space-between;
}.login_footer_25 .nav_study_Bl {
    transition: transform 0.3s ease;
    max-width: calc(50% - 30px);
    flex: 1;
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    position: relative;
    border-radius: 10px;
    transform: translateZ(0);
    overflow: hidden;
    min-width: 250px;
}.login_footer_25 .nav_study_Bl:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.login_footer_25 .nav_study_Bl:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.login_footer_25 .nav_study_Bl:hover {
    transform: perspective(1000px) rotateY(0);
}.login_footer_25 .nav_study_Bl::before {
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
}.login_footer_25 .nav_study_Bl h5 {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    word-wrap: break-word;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
}.login_footer_25 .nav_study_Bl h5::before {
    height: 1px;
    content: '';
    bottom: -1px;
    background: rgb(163,133,159);
    left: 0;
    width: 50px;
    position: absolute;
}.login_footer_25 .nav_study_Bl .first_teach_td {
    padding: 0 10px;
    flex-direction: column;
    margin: 0;
    gap: 12px;
    display: flex;
}.login_footer_25 .nav_study_Bl .first_teach_td a {
    display: flex;
    opacity: 0.8;
    color: #ffffff;
    word-break: break-word;
    white-space: normal;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 15px;
    text-decoration: none;
}.login_footer_25 .nav_study_Bl .first_teach_td a::before {
    background: rgb(163,133,159);
    content: '';
    opacity: 0;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 10px;
    min-width: 6px;
    height: 6px;
    transform: scale(0);
    transition: all 0.3s ease;
}.login_footer_25 .nav_study_Bl .first_teach_td a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: #ffffff;
}.login_footer_25 .nav_study_Bl .first_teach_td a:hover::before {
    opacity: 1;
    transform: scale(1);
}.netiquette_uj {
    padding: 25px 0;
    z-index: 2;
    margin-top: 40px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}.netiquette_uj::before {
    background: linear-gradient(90deg, transparent, rgb(163,133,159,0.5), transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 1px;
}.netiquette_uj .container {
    text-align: center;
}.netiquette_uj .donate_books_Vn {
    opacity: 0.7;
    font-size: 15px;
    color: #ffffff;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.login_footer_25 .footer_social_LF::before {
    height: 250px;
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgb(163,133,159);
    bottom: -10%;
    width: 250px;
    opacity: 0.1;
    left: -5%;
    z-index: -1;
    filter: blur(100px);
    animation: pulse 10s infinite ease-in-out reverse;
}footer::after {
    z-index: 1;
    content: '';
    pointer-events: none;
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    bottom: 0;
}

@media (max-width: 992px) {.login_footer_25 {
    padding: 70px 0 40px;
}.login_footer_25 .first_teach_td {
    gap: 40px;
}.login_footer_25 .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.login_footer_25 {
    padding: 50px 0 30px;
}.login_footer_25 .first_teach_td {
    gap: 30px;
    flex-direction: column;
}.login_footer_25 .nav_study_Bl {
    max-width: 100%;
    min-width: 100%;
}.login_footer_25 .company_holder {
    padding: 20px;
}.login_footer_25 .class_guide_9e {
    max-width: 100%;
}
}

@media (max-width: 576px) {.login_footer_25 {
    padding: 40px 0 20px;
}.login_footer_25 .company_holder h3 {
    font-size: calc(32px * 0.8);
}.login_footer_25 .nav_study_Bl h5 {
    font-size: calc(22px * 0.9);
}}.client_opinions_2b {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(232,218,224) 0%, rgb(197,172,186,0.5) 100%);
    overflow: hidden;
    position: relative;
}.client_opinions_2b::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(163,133,159,0.5) 0px,
        rgb(163,133,159,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    opacity: 0.05;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}.client_opinions_2b::after {
    content: "";
    opacity: 0.1;
    width: 300px;
    top: -100px;
    border-radius: 50%;
    filter: blur(80px);
    background: rgb(163,133,159);
    right: -100px;
    z-index: 0;
    height: 300px;
    position: absolute;
}.client_opinions_2b .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}.client_opinions_2b h2 {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    transform-origin: center bottom;
    transform: perspective(1000px) rotateX(5deg);
    color: #000000;
    font-size: 38px;
}.client_opinions_2b h2::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(197,172,186) 0%, rgb(163,133,159) 100%);
    transform: translateX(-50%) skewX(-20deg);
    left: 50%;
    bottom: -15px;
    content: "";
    width: 100px;
    position: absolute;
    z-index: -1;
}.client_opinions_2b .skill_boost_SI {
    perspective: 1000px;
    padding: 2rem 0;
}.client_opinions_2b .opinion_showcase_xd {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    transform-style: preserve-3d;
    gap: 2.5rem;
}.client_opinions_2b .feedback_carousel_Ob {
    z-index: 2;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
    transform: translateZ(0px);
    overflow: hidden;
    padding: 2rem;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.client_opinions_2b .feedback_carousel_Ob::before {
    transform-origin: left;
    transform: scaleX(0);
    height: 5px;
    transition: transform 0.5s ease;
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(163,133,159) 0%, rgb(197,172,186) 100%);
    left: 0;
}.client_opinions_2b .feedback_carousel_Ob:hover {
    transform: translateZ(20px) translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 
                0 10px 25px rgba(0, 0, 0, 0.05),
                0 5px 10px rgba(0, 0, 0, 0.05);
}.client_opinions_2b .feedback_carousel_Ob:hover::before {
    transform: scaleX(1);
}.client_opinions_2b .feedback_carousel_Ob h3 {
    position: relative;
    font-size: 23px;
    margin-bottom: 1rem;
    color: rgb(197,172,186);
    display: inline-block;
    font-weight: 600;
}.client_opinions_2b .feedback_carousel_Ob h3::after {
    left: 0;
    background: rgb(163,133,159);
    height: 2px;
    transition: width 0.3s ease;
    content: "";
    bottom: -5px;
    width: 30px;
    position: absolute;
}.client_opinions_2b .feedback_carousel_Ob:hover h3::after {
    width: 100%;
}.client_opinions_2b .feedback_carousel_Ob .description {
    font-size: 12px;
    z-index: 2;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.6;
}.client_opinions_2b .feedback_carousel_Ob div {
    border: 3px solid #ffffff;
    transition: transform 0.3s ease;
    width: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 1.5rem;
    height: 70px;
}.client_opinions_2b .feedback_carousel_Ob:hover div {
    transform: scale(1.1) rotate(5deg);
}.client_opinions_2b .feedback_carousel_Ob img {
    transition: transform 0.5s ease;
    height: 100%;
    object-fit: cover;
    width: 100%;
}.client_opinions_2b .feedback_carousel_Ob:hover img {
    transform: scale(1.1);
}.client_opinions_2b .feedback_carousel_Ob::after {
    color: rgb(163,133,159,0.5);
    position: absolute;
    opacity: 0.2;
    font-size: 6rem;
    z-index: 1;
    content: "";
    right: 20px;
    top: 10px;
    font-family: serif;
    line-height: 1;
}

@media (max-width: 1024px) {.client_opinions_2b {
    padding: 5rem 0;
}.client_opinions_2b .opinion_showcase_xd {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.client_opinions_2b {
    padding: 4rem 0;
}.client_opinions_2b h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2.5rem;
}.client_opinions_2b .opinion_showcase_xd {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.client_opinions_2b .feedback_carousel_Ob {
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.client_opinions_2b {
    padding: 3rem 0;
}.client_opinions_2b h2 {
    transform: none;
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.client_opinions_2b .opinion_showcase_xd {
    gap: 1.25rem;
    grid-template-columns: 1fr;
}.client_opinions_2b .feedback_carousel_Ob {
    padding: 1.25rem;
}.client_opinions_2b .feedback_carousel_Ob:hover {
    transform: translateZ(10px) translateY(-5px);
}.client_opinions_2b .container {
    padding: 0 1.5rem;
}
}

@media (hover: none) {.client_opinions_2b .feedback_carousel_Ob:hover {
    transform: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                    0 5px 15px rgba(0, 0, 0, 0.05),
                    0 1px 3px rgba(0, 0, 0, 0.1);
}.client_opinions_2b .feedback_carousel_Ob:hover::before {
    transform: scaleX(0);
}.client_opinions_2b .feedback_carousel_Ob:hover h3::after {
    width: 30px;
}.client_opinions_2b .feedback_carousel_Ob:hover div {
    transform: none;
}.client_opinions_2b .feedback_carousel_Ob:hover img {
    transform: none;
}}.about_this_mD {
    background: linear-gradient(135deg, #000000 0%, rgb(197,172,186) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.about_this_mD::before {
    z-index: 1;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(197,172,186,0.5) 0%, transparent 50%);
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    animation: pulse 15s infinite alternate;
}.about_this_mD::after {
    content: "";
    height: 100%;
    top: 0;
    background-size: 100% 100%, 20px 20px;
    opacity: 0.3;
    right: 0;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 80% 20%, rgb(163,133,159,0.5) 0%, transparent 40%),
        linear-gradient(45deg, transparent 48%, rgb(197,172,186,0.5) 50%, transparent 52%) #000000;
    z-index: 1;
}.about_this_mD .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.about_this_mD .skill_boost_SI {
    justify-content: space-between;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.5);
    flex-direction: row;
    gap: 60px;
    align-items: center;
    padding: 50px;
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease;
    border-radius: 11px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateY(0deg);
}.about_this_mD .skill_boost_SI:hover {
    transform: perspective(1000px) rotateY(2deg);
}.about_this_mD .path_impact_Jw {
    flex: 0 0 280px;
    position: relative;
    transform: translateY(0);
    transition: all 0.4s ease;
}.about_this_mD .path_impact_Jw:hover {
    transform: translateY(-10px);
}.about_this_mD .path_impact_Jw .image_holder_bp {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    height: 360px;
    overflow: hidden;
    transition: all 0.4s ease;
    width: 280px;
    position: relative;
    border-radius: 11px;
}.about_this_mD .path_impact_Jw .image_holder_bp::before {
    height: 100%;
    width: 50%;
    position: absolute;
    transform: skewX(-25deg);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
    content: "";
    top: 0;
    animation: shine 3s infinite;
}.about_this_mD .how_started_BX {
    background: rgb(197,172,186);
    position: relative;
    z-index: 2;
    border-radius: 10px;
    border-left: 4px solid rgb(163,133,159);
    transform: translateY(-30px) translateX(20px);
    padding: 20px 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.about_this_mD .how_started_BX::before {
    top: 0;
    width: 100%;
    background-size: 20px 20px;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.1) 50%, transparent 75%);
    content: "";
    z-index: -1;
    left: 0;
}.about_this_mD .culture_block_Qg {
    margin: 0 0 5px 0;
    font-size: 22px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
}.about_this_mD .expert_study_0g {
    opacity: 0.8;
    font-weight: 300;
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}.about_this_mD .word_box_1y {
    padding-left: 20px;
    flex: 1;
    position: relative;
}.about_this_mD .word_box_1y::before {
    left: 0;
    position: absolute;
    content: "";
    width: 4px;
    top: 0;
    height: 100%;
    border-radius: 2px;
    background: linear-gradient(to bottom, rgb(197,172,186), rgb(163,133,159));
}.about_this_mD .study_training_2s {
    transform: translateY(0);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
}.about_this_mD .study_training_2s:hover {
    transform: translateY(-5px);
}.about_this_mD .study_training_2s svg {
    width: 60px;
    fill: rgb(197,172,186);
    height: 60px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
    margin-right: 15px;
}.about_this_mD .study_training_2s svg:hover {
    transform: scale(1.1);
    fill: rgb(163,133,159);
}.about_this_mD .study_training_2s svg path {
    transition: all 0.3s ease;
}.about_this_mD .study_training_2s svg:hover path {
    fill: rgb(163,133,159);
}.about_this_mD h2 {
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 38px;
    margin: 0 0 20px 0;
    color: #ffffff;
    position: relative;
}.about_this_mD h2::after {
    content: "";
    left: 0;
    bottom: 0;
    width: 80px;
    position: absolute;
    border-radius: 2px;
    height: 4px;
    background: rgb(163,133,159);
}.about_this_mD p {
    opacity: 0.9;
    line-height: 1.8;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media screen and (max-width: 992px) {.about_this_mD {
    padding: 80px 0;
}.about_this_mD .skill_boost_SI {
    gap: 40px;
    padding: 40px 30px;
    flex-direction: column;
}.about_this_mD .path_impact_Jw {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    align-items: center;
}.about_this_mD .word_box_1y {
    padding-left: 0;
    text-align: center;
}.about_this_mD .word_box_1y::before {
    display: none;
}.about_this_mD h2::after {
    left: 50%;
    transform: translateX(-50%);
}.about_this_mD .study_training_2s {
    justify-content: center;
}
}

@media screen and (max-width: 767px) {.about_this_mD {
    padding: 60px 0;
}.about_this_mD .skill_boost_SI {
    gap: 30px;
    padding: 30px 20px;
}.about_this_mD .path_impact_Jw .image_holder_bp {
    height: 300px;
    width: 220px;
}.about_this_mD .how_started_BX {
    width: 80%;
    transform: translateY(-30px) translateX(0);
}.about_this_mD h2 {
    font-size: calc(38px * 0.8);
}
}

@media screen and (max-width: 480px) {.about_this_mD {
    padding: 40px 0;
}.about_this_mD .skill_boost_SI {
    padding: 20px 15px;
}.about_this_mD .path_impact_Jw .image_holder_bp {
    height: 240px;
    width: 180px;
}.about_this_mD .how_started_BX {
    padding: 15px 20px;
    width: 90%;
}.about_this_mD .culture_block_Qg {
    font-size: calc(22px * 0.9);
}.about_this_mD .expert_study_0g {
    font-size: calc(16px * 0.9);
}.about_this_mD .study_training_2s svg {
    width: 45px;
    height: 45px;
}.about_this_mD h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 15px;
}.about_this_mD p {
    font-size: calc(16px * 0.9);
}}.course_features_o6 {
    background: linear-gradient(135deg, rgb(232,218,224) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.course_features_o6::before {
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(197,172,186,0.5) 0%, transparent 70%);
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
    left: 0;
}.course_features_o6::after {
    height: 100%;
    content: "";
    background: linear-gradient(to right, transparent, rgb(163,133,159,0.5));
    top: 0;
    right: 0;
    opacity: 0.05;
    z-index: 0;
    position: absolute;
    width: 30%;
}.course_features_o6 .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.course_features_o6 .learn_more_I7 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
}.course_features_o6 .image_holder_bp {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 300px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
}.course_features_o6 .image_holder_bp::before {
    opacity: 0.6;
    height: 100%;
    content: "";
    left: 0;
    z-index: 1;
    transition: opacity 0.3s ease;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(120deg, rgb(197,172,186,0.5) 0%, transparent 60%);
}.course_features_o6 .image_holder_bp:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_features_o6 .image_holder_bp:hover::before {
    opacity: 0.4;
}.course_features_o6 .word_box_1y {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    transition: transform 0.3s ease;
    position: relative;
    background: #ffffff;
    transform: translateY(-20px);
}.course_features_o6 .word_box_1y::before {
    background: rgb(163,133,159);
    top: 0;
    position: absolute;
    width: 5px;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    content: "";
    height: 0;
}.course_features_o6 .word_box_1y:hover::before {
    height: 100%;
}.course_features_o6 h3 {
    transform-origin: left center;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    font-size: calc(21px * 1.1);
    font-weight: 700;
}.course_features_o6 .word_box_1y:hover h3 {
    color: rgb(163,133,159);
    transform: translateX(10px);
}.course_features_o6 .description {
    font-size: 13px;
    padding-right: 15px;
    overflow-y: auto;
    line-height: 1.7;
    max-height: 300px;
    position: relative;
    color: #000000;
    margin-bottom: 20px;
}.course_features_o6 .description::-webkit-scrollbar {
    width: 5px;
}.course_features_o6 .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(232,218,224);
}.course_features_o6 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(163,133,159,0.5);
}.course_features_o6 .description::-webkit-scrollbar-thumb:hover {
    background: rgb(163,133,159);
}.course_features_o6 p.description {
    display: block;
}.course_features_o6 span.description {
    display: none;
}

@media (max-width: 991px) {.course_features_o6 {
    padding: 70px 0;
}.course_features_o6 .image_holder_bp {
    height: 250px;
}.course_features_o6 h3 {
    font-size: 21px;
}.course_features_o6 .description {
    max-height: 250px;
}
}

@media (min-width: 992px) {.course_features_o6 .learn_more_I7 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.course_features_o6 .image_holder_bp {
    height: 500px;
    transform: perspective(1000px) rotateY(-3deg) translateX(-20px);
}.course_features_o6 .word_box_1y {
    padding: 40px 50px;
    transform: perspective(1000px) rotateY(2deg) translateX(20px);
}.course_features_o6 .word_box_1y:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course_features_o6 h3 {
    font-size: 37px;
    margin-bottom: 30px;
}.course_features_o6 .description {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course_features_o6 .learn_more_I7 {
    gap: 80px;
}.course_features_o6 .image_holder_bp {
    height: 550px;
}.course_features_o6 .word_box_1y {
    padding: 50px 60px;
}.course_features_o6 h3 {
    font-size: calc(37px * 1.1);
}.course_features_o6 .description {
    line-height: 1.8;
    max-height: 450px;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.course_features_o6 {
    padding: 50px 0;
}.course_features_o6 .image_holder_bp {
    height: 200px;
    transform: perspective(1000px) rotateY(-1deg);
}.course_features_o6 .word_box_1y {
    padding: 25px;
}.course_features_o6 h3 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}.course_features_o6 .description {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
    max-height: 200px;
}}.our_info_ok {
    padding: 6rem 2rem;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(232,218,224) 0%, rgba(245, 247, 250, 0.9) 100%);
    position: relative;
}.our_info_ok::before {
    top: -10%;
    background: linear-gradient(225deg, rgb(197,172,186,0.5) 0%, transparent 70%);
    transform: rotate(-15deg) skewX(20deg);
    right: -5%;
    height: 60%;
    position: absolute;
    width: 40%;
    clip-path: polygon(0 0, 100% 20%, 80% 100%, 20% 80%);
    content: "";
    z-index: 0;
}.our_info_ok::after {
    background: linear-gradient(45deg, rgb(163,133,159,0.5) 0%, transparent 70%);
    position: absolute;
    height: 50%;
    bottom: -10%;
    z-index: 0;
    left: -5%;
    clip-path: polygon(20% 0, 100% 30%, 80% 100%, 0 70%);
    width: 35%;
    transform: rotate(10deg) skewX(-15deg);
    content: "";
}.our_info_ok h1 {
    text-align: center;
    font-size: 46px;
    z-index: 1;
    color: #000000;
    font-weight: 700;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 3rem;
}.our_info_ok h1::after {
    background: linear-gradient(90deg, rgb(197,172,186) 0%, rgb(163,133,159) 100%);
    left: 50%;
    bottom: -0.75rem;
    border-radius: 10px;
    width: 80px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
}.our_info_ok .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.our_info_ok .contact_assistance_AY {
    backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.9);
    display: grid;
    transform: perspective(1000px) rotateX(1deg);
}.our_info_ok .contact_assistance_AY > div {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.our_info_ok .contact_assistance_AY > div:hover {
    transform: translateY(-5px);
}.our_info_ok .contact_assistance_AY > div:first-child {
    padding-bottom: 1.5rem;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: calc(17px + 0.1rem);
    line-height: 1.8;
}.our_info_ok .contact_assistance_AY > div:nth-child(2) {
    gap: 0.5rem;
    flex-direction: column;
    display: flex;
}.our_info_ok h6 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 0.5rem;
    align-items: center;
    font-size: 18px;
    text-transform: capitalize;
    display: flex;
    gap: 0.5rem;
}.our_info_ok h6 svg {
    width: 20px;
    flex-shrink: 0;
    transform: translateY(-1px);
    height: 20px;
}.our_info_ok h6 svg path {
    fill: rgb(197,172,186);
    transition: fill 0.3s ease;
}.our_info_ok span {
    font-size: 17px;
    margin-left: 1.75rem;
    color: #000000;
    display: block;
}.our_info_ok .help_now_Ro {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}.our_info_ok .help_now_Ro > div {
    transition: transform 0.3s ease;
}.our_info_ok .help_now_Ro > div:hover {
    transform: translateX(5px);
}.our_info_ok .form_edu_hs {
    transition: color 0.3s ease;
    display: flex;
    gap: 0.5rem;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    align-items: center;
}.our_info_ok .form_edu_hs:hover {
    color: rgb(197,172,186);
}.our_info_ok .form_edu_hs svg {
    height: 20px;
    width: 20px;
    flex-shrink: 0;
}.our_info_ok .form_edu_hs svg path {
    transition: fill 0.3s ease;
    fill: rgb(163,133,159);
}.our_info_ok .form_edu_hs:hover svg path {
    fill: rgb(197,172,186);
}

@media (min-width: 768px) {.our_info_ok {
    padding: 8rem 3rem;
}.our_info_ok h1 {
    margin-bottom: 4rem;
    font-size: calc(46px + 0.5rem);
}.our_info_ok .contact_assistance_AY {
    border-radius: 21px;
    grid-template-columns: 1fr 1fr;
    padding: 3.5rem;
}.our_info_ok .contact_assistance_AY > div:first-child {
    grid-column: 1 / -1;
    font-size: calc(17px + 0.2rem);
}.our_info_ok h6 {
    font-size: calc(18px + 0.1rem);
}
}

@media (min-width: 992px) {.our_info_ok {
    padding: 10rem 4rem;
}.our_info_ok .contact_assistance_AY {
    padding: 4rem;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
}.our_info_ok .contact_assistance_AY > div:first-child {
    grid-column: auto;
}.our_info_ok h1::after {
    width: 120px;
}.our_info_ok::before {
    width: 35%;
    height: 70%;
}.our_info_ok::after {
    height: 60%;
    width: 30%;
}
}

@media (min-width: 1200px) {.our_info_ok .contact_assistance_AY {
    gap: 4rem;
    padding: 5rem;
}.our_info_ok h1 {
    font-size: calc(46px + 1rem);
}.our_info_ok .contact_assistance_AY > div:first-child {
    font-size: calc(17px + 0.25rem);
}.our_info_ok .form_edu_hs,
    .our_info_ok span {
    font-size: calc(17px + 0.1rem);
}
}

@media (max-width: 767px) {.our_info_ok .contact_assistance_AY {
    padding: 2rem;
    border-radius: 10px;
}.our_info_ok h1 {
    font-size: calc(46px - 0.2rem);
}.our_info_ok h6,
    .our_info_ok .form_edu_hs {
    font-size: calc(17px - 0.1rem);
}.our_info_ok span {
    font-size: calc(17px - 0.15rem);
    margin-left: 1.5rem;
}}.pricing_bundle_uT {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,218,224), rgba(240, 240, 255, 0.95));
}.pricing_bundle_uT::before {
    position: absolute;
    opacity: 0.4;
    top: -10%;
    z-index: 0;
    filter: blur(60px);
    width: 40%;
    background: linear-gradient(145deg, rgb(197,172,186,0.5), rgb(163,133,159,0.5));
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    right: -5%;
    content: "";
}.pricing_bundle_uT::after {
    content: "";
    left: -5%;
    width: 35%;
    background: linear-gradient(215deg, rgb(163,133,159,0.5), rgb(197,172,186,0.5));
    transform: rotate(12deg) skewX(-10deg);
    opacity: 0.3;
    bottom: -10%;
    z-index: 0;
    filter: blur(50px);
    height: 60%;
    position: absolute;
}.pricing_bundle_uT .container {
    padding: 0 20px;
    max-width: 1320px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.pricing_bundle_uT .learning_plan_CA {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}.pricing_bundle_uT .price_options_Nk {
    text-align: center;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    transform: translateY(30px);
}.pricing_bundle_uT .price_options_Nk h2 {
    font-size: 37px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
}.pricing_bundle_uT .price_options_Nk h2::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(197,172,186), rgb(163,133,159));
    border-radius: 10px;
    transform: translateX(-50%);
    height: 4px;
    bottom: -12px;
    left: 50%;
    width: 80px;
}.pricing_bundle_uT .payment_pricing_qw {
    margin: 20px auto 0;
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
    max-width: 680px;
}.pricing_bundle_uT .study_costs_qc {
    display: grid;
    grid-template-columns: 1fr;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    opacity: 0;
    transform: translateY(40px);
    gap: 30px;
}.pricing_bundle_uT .discount_grid_cY {
    transform: perspective(1000px) rotateX(0deg);
    text-decoration: none;
    display: block;
    backface-visibility: hidden;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
}.pricing_bundle_uT .pro_fees_GK {
    flex-direction: column;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    background: #ffffff;
    will-change: transform, box-shadow;
}.pricing_bundle_uT .discount_grid_cY:hover .pro_fees_GK {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-8px);
}.pricing_bundle_uT .fee_plans_Xe {
    padding: 35px 30px;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
}.pricing_bundle_uT .fee_plans_Xe h3 {
    overflow-wrap: break-word;
    font-size: calc(24px + 2px);
    padding-left: 15px;
    word-break: break-word;
    color: #000000;
    position: relative;
    white-space: normal;
    margin-bottom: 15px;
    font-weight: 700;
}.pricing_bundle_uT .fee_plans_Xe h3::before {
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 5px;
    width: 4px;
    content: "";
    height: calc(100% - 10px);
    background: linear-gradient(to bottom, rgb(197,172,186), rgb(163,133,159));
}.pricing_bundle_uT .study_cost_SP {
    color: rgb(197,172,186);
    padding: 8px 15px;
    font-size: calc(24px + 4px);
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    border-radius: 6px;
    margin: 5px 0 20px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}.pricing_bundle_uT .fee_plans_Xe p {
    word-break: break-word;
    color: #000000;
    font-size: 17px;
    margin-bottom: 10px;
    flex-grow: 1;
    line-height: 1.6;
    margin-top: 5px;
    overflow-wrap: break-word;
    white-space: normal;
}.pricing_bundle_uT .image_holder_bp {
    height: 220px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
    width: 100%;
    position: relative;
}.pricing_bundle_uT .image_holder_bp::after {
    content: "";
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}.pricing_bundle_uT .discount_grid_cY:hover .image_holder_bp {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing_bundle_uT .study_costs_qc {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.pricing_bundle_uT .learning_plan_CA {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.pricing_bundle_uT .learning_plan_CA {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}.pricing_bundle_uT .price_options_Nk {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
    align-self: center;
}.pricing_bundle_uT .price_options_Nk h2 {
    display: inline-block;
}.pricing_bundle_uT .price_options_Nk h2::after {
    transform: none;
    left: 0;
}.pricing_bundle_uT .payment_pricing_qw {
    margin: 25px 0 0;
}.pricing_bundle_uT .study_costs_qc {
    grid-template-columns: repeat(2, 1fr);
    grid-column: 1;
    grid-row: 1;
}
}

@media (min-width: 1200px) {.pricing_bundle_uT .study_costs_qc {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_bundle_uT .fee_plans_Xe {
    padding: 40px 35px;
}.pricing_bundle_uT .image_holder_bp {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing_bundle_uT {
    padding: 80px 0;
}.pricing_bundle_uT .price_options_Nk {
    margin-bottom: 20px;
}.pricing_bundle_uT .pro_fees_GK {
    max-width: 100%;
}.pricing_bundle_uT .fee_plans_Xe {
    padding: 30px 25px;
}.pricing_bundle_uT .fee_plans_Xe h3 {
    font-size: calc(24px + 1px);
}.pricing_bundle_uT .study_cost_SP {
    margin: 0 0 15px;
    font-size: 24px;
}.pricing_bundle_uT .image_holder_bp {
    height: 200px;
}
}

@media (max-width: 480px) {.pricing_bundle_uT {
    padding: 60px 0;
}.pricing_bundle_uT .fee_plans_Xe {
    padding: 25px 20px;
}.pricing_bundle_uT .image_holder_bp {
    height: 180px;
}}.tyZone_WQ {
    background: linear-gradient(135deg, rgb(232,218,224) 0%, rgb(197,172,186,0.5) 100%);
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
}.tyZone_WQ::before {
    background: 
        radial-gradient(circle at 15% 15%, rgb(197,172,186,0.5) 0%, transparent 50%),
        radial-gradient(circle at 85% 85%, rgb(163,133,159,0.5) 0%, transparent 50%);
    z-index: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    animation: backgroundPulse 12s infinite alternate ease-in-out;
    top: 0;
    left: 0;
    opacity: 0.25;
}.tyZone_WQ::after {
    filter: blur(120px);
    content: "";
    top: -10%;
    width: 40%;
    position: absolute;
    animation: floatElement 15s infinite alternate ease-in-out;
    right: -10%;
    height: 40%;
    background: rgb(197,172,186,0.5);
    opacity: 0.2;
    z-index: 0;
}.tyZone_WQ .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.tyZone_WQ h2 {
    line-height: 1.3;
    margin-bottom: 3rem;
    position: relative;
    max-width: 90%;
    font-weight: 700;
    padding-bottom: 1.5rem;
    font-size: 38px;
    transform: perspective(1000px) rotateX(2deg);
    color: #000000;
    font-family: Arial, sans-serif;
}.tyZone_WQ h2::after {
    transform-origin: left center;
    position: absolute;
    content: "";
    bottom: 0;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(90deg, rgb(197,172,186) 0%, rgb(163,133,159) 100%);
    left: 0;
    height: 4px;
    width: 120px;
}.tyZone_WQ h2:hover::after {
    width: 180px;
}.tyZone_WQ .skill_boost_SI {
    padding: 2.5rem;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    border-left: 4px solid rgb(197,172,186);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 0 10px 10px 0;
    transform: perspective(1000px) rotateY(-1deg);
    position: relative;
}.tyZone_WQ .skill_boost_SI:hover {
    transform: perspective(1000px) rotateY(0);
}.tyZone_WQ .skill_boost_SI::before {
    background-size: 40px 40px;
    width: 100%;
    z-index: 0;
    opacity: 0.05;
    position: absolute;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(163,133,159,0.5) 49.5%, rgb(163,133,159,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(163,133,159,0.5) 49.5%, rgb(163,133,159,0.5) 50.5%, transparent 50.5%);
    pointer-events: none;
    top: 0;
    content: "";
    left: 0;
}.tyZone_WQ ul {
    z-index: 1;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}.tyZone_WQ li {
    padding-left: 2rem;
    position: relative;
}.tyZone_WQ li::before {
    top: 0.5rem;
    content: "";
    width: 12px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: 0;
    height: 12px;
    animation: rotateDiamond 8s infinite linear;
    position: absolute;
    background: rgb(197,172,186);
}.tyZone_WQ span {
    font-size: 12px;
    line-height: 1.8;
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
}.tyZone_WQ span::after {
    width: 60px;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(163,133,159,0.5));
    bottom: -15px;
    right: 0;
    content: "";
}

@keyframes backgroundPulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.35;
        transform: scale(1.1);
    }
}

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

@keyframes rotateDiamond {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.tyZone_WQ {
    padding: 5rem 0;
}.tyZone_WQ h2 {
    max-width: 100%;
    font-size: calc(38px * 0.9);
    margin-bottom: 2rem;
}.tyZone_WQ .skill_boost_SI {
    padding: 2rem;
}
}

@media (max-width: 767px) {.tyZone_WQ {
    padding: 4rem 0;
}.tyZone_WQ h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.tyZone_WQ .skill_boost_SI {
    transform: perspective(1000px) rotateY(-0.5deg);
    padding: 1.5rem;
}.tyZone_WQ li {
    padding-left: 1.5rem;
}.tyZone_WQ li::before {
    width: 10px;
    height: 10px;
    top: 0.4rem;
}
}

@media (max-width: 575px) {.tyZone_WQ {
    padding: 3rem 0;
}.tyZone_WQ h2 {
    transform: none;
    font-size: calc(38px * 0.7);
}.tyZone_WQ h2::after {
    width: 80px;
    height: 3px;
}.tyZone_WQ h2:hover::after {
    width: 120px;
}.tyZone_WQ .skill_boost_SI {
    border-left-width: 3px;
    padding: 1.25rem;
    transform: none;
}.tyZone_WQ span {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}.tyZone_WQ span::after {
    height: 3px;
    bottom: -10px;
    width: 40px;
}}header {
    position: fixed;
    transition: all 0.5s ease;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    left: 0;
    width: 100%;
    z-index: 100;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
}header::before {
    opacity: 0.3;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(197,172,186,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(163,133,159,0.5) 0%, transparent 20%);
    top: 0;
    position: absolute;
    z-index: -1;
    animation: pulse 15s infinite alternate;
    height: 100%;
    left: 0;
    width: 100%;
}header .container {
    position: relative;
    padding: 1rem 2rem;
}header .page_head_xW {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}header .nav_study_Bl {
    align-items: center;
    gap: 2rem;
    position: relative;
    display: flex;
}header .nav_study_Bl::before {
    content: "";
    width: calc(100% + 60px);
    opacity: 0.1;
    position: absolute;
    border-radius: 16px;
    z-index: -1;
    top: -15px;
    transform: skewX(-15deg);
    height: calc(100% + 30px);
    background: linear-gradient(90deg, transparent 0%, rgb(197,172,186,0.5) 50%, transparent 100%);
    left: -30px;
}header .nav_header_fp {
    letter-spacing: 0.5px;
    text-decoration: none;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 15px;
}header .nav_header_fp::before {
    height: 2px;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    width: 0;
    background: linear-gradient(to right, rgb(197,172,186), rgb(163,133,159));
}header .nav_header_fp:hover {
    color: rgb(197,172,186);
    transform: translateY(-2px);
}header .nav_header_fp:hover::before {
    width: 100%;
}header .head_page_JA {
    align-items: center;
    text-decoration: none;
    display: flex;
    z-index: 2;
    position: relative;
}header .head_page_JA svg {
    height: 40px;
    width: auto;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}header .head_page_JA:hover svg {
    filter: drop-shadow(0 0 12px rgb(197,172,186,0.5));
    transform: scale(1.05);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .nav_study_Bl {
    gap: 1.5rem;
}header .nav_header_fp {
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .page_head_xW {
    padding: 1rem 0;
    flex-direction: column-reverse;
    gap: 1rem;
}header .head_page_JA {
    margin-bottom: 0.5rem;
}header .nav_study_Bl {
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    justify-content: flex-start;
    padding: 0.5rem 0;
    overflow-x: auto;
    width: 100%;
}header .nav_study_Bl::before {
    display: none;
}header .nav_header_fp {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    white-space: nowrap;
    padding: 0.5rem 1rem;
}header .nav_header_fp::before {
    display: none;
}}.privacy_safehouse_mB {
    color: #000000;
    background: linear-gradient(165deg, rgb(232,218,224) 0%, #ffffff 100%);
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 4rem 1.5rem;
}.privacy_safehouse_mB::before {
    height: 100%;
    content: "";
    opacity: 0.05;
    width: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(197,172,186,0.5) 0,
        rgb(197,172,186,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 0;
    top: 0;
    left: 0;
}.privacy_safehouse_mB .container {
    background: #ffffff;
    padding: 3.5rem 2.5rem;
    transform: translateZ(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    z-index: 1;
    max-width: 1140px;
    position: relative;
}.privacy_safehouse_mB h1 {
    padding-bottom: 1rem;
    color: rgb(197,172,186);
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    position: relative;
}.privacy_safehouse_mB h1::after {
    bottom: 0;
    transition: width 0.4s ease-out;
    content: "";
    left: 0;
    height: 3px;
    width: 80px;
    background: linear-gradient(90deg, rgb(197,172,186) 0%, rgb(163,133,159) 100%);
    position: absolute;
}.privacy_safehouse_mB:hover h1::after {
    width: 120px;
}.privacy_safehouse_mB h2 {
    color: rgb(163,133,159);
    font-size: 29px;
    position: relative;
    padding-left: 1rem;
    margin: 2.5rem 0 1.2rem;
    font-weight: 600;
}.privacy_safehouse_mB h2::before {
    transform: scaleY(0.8);
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    border-radius: 2px;
    top: 0;
    background: rgb(197,172,186);
    width: 4px;
    content: "";
    height: 100%;
}.privacy_safehouse_mB h2:hover::before {
    transform: scaleY(1);
}.privacy_safehouse_mB h3 {
    color: #000000;
    position: relative;
    font-weight: 600;
    padding-left: 1.5rem;
    margin: 2.2rem 0 1rem;
    font-size: calc(29px * 0.85);
}.privacy_safehouse_mB h3::before {
    top: 50%;
    transform: translateY(-50%);
    background: rgb(163,133,159);
    width: 12px;
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
}.privacy_safehouse_mB h4 {
    padding-left: 1.5rem;
    margin: 2rem 0 0.8rem;
    position: relative;
    color: #000000;
    font-weight: 400;
    font-size: calc(29px * 0.7);
}.privacy_safehouse_mB h4::before {
    top: 50%;
    color: rgb(197,172,186);
    font-size: 0.9em;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    content: "→";
}.privacy_safehouse_mB p {
    margin-bottom: 1.5rem;
    opacity: 0.9;
    max-width: 92%;
    color: #000000;
    transition: opacity 0.3s ease;
    font-size: 15px;
    line-height: 1.7;
}.privacy_safehouse_mB p:hover {
    opacity: 1;
}.privacy_safehouse_mB p strong {
    color: #000000;
    position: relative;
    font-weight: 600;
    z-index: 1;
}.privacy_safehouse_mB p strong::after {
    background-color: rgb(197,172,186,0.5);
    height: 30%;
    transform: scaleX(0.95);
    width: 100%;
    position: absolute;
    content: "";
    transition: transform 0.3s ease;
    bottom: 0;
    z-index: -1;
    transform-origin: left;
    left: 0;
}.privacy_safehouse_mB p strong:hover::after {
    transform: scaleX(1);
}.privacy_safehouse_mB ul {
    margin: 1.5rem 0;
    padding: 0.5rem 0 1rem 1.5rem;
    list-style: none;
    position: relative;
}.privacy_safehouse_mB ul::before {
    left: 0;
    border-radius: 1.5px;
    top: 0;
    position: absolute;
    width: 3px;
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, rgb(197,172,186) 0%, rgb(197,172,186,0.5) 100%);
}.privacy_safehouse_mB li {
    padding-left: 1.5rem;
    line-height: 1.7;
    font-size: 15px;
    transition: transform 0.3s ease;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
}.privacy_safehouse_mB li::before {
    width: 8px;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    transition: background 0.3s ease;
    transform: translateY(-50%);
    top: 0.75em;
    background: rgb(163,133,159);
}.privacy_safehouse_mB li:hover {
    transform: translateX(3px);
}.privacy_safehouse_mB li:hover::before {
    background: rgb(197,172,186);
}.privacy_safehouse_mB span {
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    font-size: calc(15px * 0.95);
    background-color: rgba(rgb(163,133,159,0.5), 0.07);
    opacity: 0.85;
    display: block;
    margin-bottom: 2rem;
    color: #000000;
    line-height: 1.65;
    border-left: 3px solid rgb(163,133,159);
}.privacy_safehouse_mB span:hover {
    background-color: rgba(rgb(163,133,159,0.5), 0.1);
    opacity: 1;
}

@media screen and (max-width: 992px) {.privacy_safehouse_mB {
    padding: 3rem 1rem;
}.privacy_safehouse_mB .container {
    padding: 2.5rem 2rem;
}.privacy_safehouse_mB h1 {
    font-size: calc(44px * 0.9);
}.privacy_safehouse_mB h2 {
    font-size: calc(29px * 0.9);
}.privacy_safehouse_mB p {
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {.privacy_safehouse_mB {
    padding: 2.5rem 0.75rem;
}.privacy_safehouse_mB .container {
    padding: 2rem 1.5rem;
}.privacy_safehouse_mB h1 {
    margin-bottom: 1.5rem;
    font-size: calc(44px * 0.8);
}.privacy_safehouse_mB h2 {
    margin: 2rem 0 1rem;
    font-size: calc(29px * 0.8);
}.privacy_safehouse_mB h3 {
    font-size: calc(29px * 0.7);
}.privacy_safehouse_mB h4 {
    font-size: calc(29px * 0.6);
}.privacy_safehouse_mB p, 
    .privacy_safehouse_mB li {
    font-size: calc(15px * 0.95);
}.privacy_safehouse_mB span {
    padding: 0.75rem 1rem;
    font-size: calc(15px * 0.9);
}
}

@media screen and (max-width: 576px) {.privacy_safehouse_mB {
    padding: 2rem 0.5rem;
}.privacy_safehouse_mB .container {
    padding: 1.5rem 1.25rem;
}.privacy_safehouse_mB h1 {
    padding-bottom: 0.75rem;
    font-size: calc(44px * 0.7);
}.privacy_safehouse_mB h1::after {
    height: 2px;
    width: 60px;
}.privacy_safehouse_mB:hover h1::after {
    width: 90px;
}.privacy_safehouse_mB h2 {
    padding-left: 0.75rem;
    font-size: calc(29px * 0.7);
}.privacy_safehouse_mB h2::before {
    width: 3px;
}.privacy_safehouse_mB h3, 
    .privacy_safehouse_mB h4 {
    padding-left: 1.25rem;
}.privacy_safehouse_mB ul {
    padding-left: 1rem;
}.privacy_safehouse_mB li {
    padding-left: 1.25rem;
}.privacy_safehouse_mB li::before {
    width: 6px;
    height: 6px;
}.privacy_safehouse_mB span {
    padding: 0.75rem 0.75rem;
    border-left: 2px solid rgb(163,133,159);
}}.educational_rewards_pS {
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(110deg, rgb(232,218,224) 0%, #ffffff 100%);
    position: relative;
    padding: 70px 0;
}.educational_rewards_pS::before {
    transform: translate(30%, -30%);
    position: absolute;
    filter: blur(60px);
    width: 400px;
    top: 0;
    background: radial-gradient(circle, rgb(197,172,186,0.5) 0%, transparent 70%);
    height: 400px;
    right: 0;
    content: "";
    opacity: 0.4;
    animation: float 15s ease-in-out infinite alternate;
}.educational_rewards_pS::after {
    opacity: 0.4;
    filter: blur(60px);
    height: 400px;
    transform: translate(-30%, 30%);
    width: 400px;
    background: radial-gradient(circle, rgb(163,133,159,0.5) 0%, transparent 70%);
    bottom: 0;
    left: 0;
    animation: float 20s ease-in-out infinite alternate-reverse;
    content: "";
    position: absolute;
}@keyframes float {
  0% {
    transform: translate(-30%, 30%) scale(1);
    opacity: 0.3;
  }
  100% {
    transform: translate(-20%, 20%) scale(1.1);
    opacity: 0.5;
  }
}

.educational_rewards_pS .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.educational_rewards_pS .skill_boost_SI {
    position: relative;
    display: grid;
    gap: 30px;
    grid-template-columns: 0.8fr 1.2fr;
}.educational_rewards_pS .image_holder_bp {
    z-index: 1;
    position: relative;
    height: auto;
    box-shadow: 
    15px 15px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    object-fit: cover;
    border-radius: 15px;
    transform: rotate(-1deg);
    max-height: 400px;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.educational_rewards_pS .image_holder_bp:hover {
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.15),
    -8px -8px 25px rgba(255, 255, 255, 0.8);
    transform: rotate(0) scale(1.02);
}.educational_rewards_pS .word_box_1y {
    position: relative;
    background: #ffffff;
    z-index: 2;
    padding: 30px 25px;
    transform: translateY(10px);
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.08),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    border-radius: 15px;
}.educational_rewards_pS .word_box_1y::before {
    content: "";
    border-radius: 20px;
    filter: blur(10px);
    opacity: 0.3;
    top: -5px;
    position: absolute;
    background: linear-gradient(135deg, rgb(197,172,186,0.5), rgb(163,133,159,0.5));
    bottom: -5px;
    right: -5px;
    left: -5px;
    z-index: -1;
}.educational_rewards_pS h3 {
    font-size: 36px;
    position: relative;
    color: rgb(197,172,186);
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px dashed rgb(197,172,186,0.5);
    font-weight: 700;
}.educational_rewards_pS h3::after {
    background: rgb(163,133,159,0.5);
    width: 30px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: -15px;
    content: "";
    right: -15px;
    height: 30px;
    opacity: 0.3;
}.educational_rewards_pS ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.educational_rewards_pS li {
    position: relative;
    transform: translateX(0);
    margin-bottom: 15px;
    transition: all 0.3s ease;
}.educational_rewards_pS li:last-child {
    margin-bottom: 0;
}.educational_rewards_pS li::before {
    transition: height 0.3s ease;
    content: "";
    top: 0;
    width: 3px;
    background: linear-gradient(to bottom, rgb(197,172,186), rgb(163,133,159));
    border-radius: 3px;
    height: 0;
    position: absolute;
    left: -10px;
}.educational_rewards_pS li:hover {
    transform: translateX(8px);
}.educational_rewards_pS li:hover::before {
    height: 100%;
}.educational_rewards_pS li p {
    font-size: 17px;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.03),
    -2px -2px 5px rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
    transition: all 0.3s ease;
    padding: 10px 12px;
    gap: 12px;
    align-items: center;
    display: flex;
    color: #000000;
    border-radius: 10px;
    margin: 0;
}.educational_rewards_pS li:hover p {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.05),
    -3px -3px 8px rgba(255, 255, 255, 1);
}.educational_rewards_pS svg {
    padding: 8px;
    background: #ffffff;
    flex-shrink: 0;
    border: 1px solid rgb(197,172,186,0.5);
    transition: all 0.3s ease;
    height: 20px;
    border-radius: 10px;
    width: 20px;
}.educational_rewards_pS svg path {
    fill: rgb(197,172,186);
    transition: fill 0.3s ease;
}.educational_rewards_pS li:hover svg {
    background: linear-gradient(135deg, rgb(197,172,186), rgb(163,133,159));
    border-color: transparent;
    transform: rotate(10deg);
}.educational_rewards_pS li:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.educational_rewards_pS {
    padding: 60px 0;
}.educational_rewards_pS .skill_boost_SI {
    gap: 20px;
    grid-template-columns: 1fr;
}.educational_rewards_pS .image_holder_bp {
    width: 100%;
    object-fit: cover;
    max-height: 350px;
    transform: rotate(0);
}.educational_rewards_pS .word_box_1y {
    transform: translateY(0);
}
}

@media (max-width: 768px) {.educational_rewards_pS {
    padding: 50px 0;
}.educational_rewards_pS .image_holder_bp {
    max-height: 280px;
}.educational_rewards_pS h3 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 576px) {.educational_rewards_pS {
    padding: 40px 0;
}.educational_rewards_pS .image_holder_bp {
    max-height: 220px;
}.educational_rewards_pS .word_box_1y {
    padding: 20px 15px;
}.educational_rewards_pS h3 {
    margin-bottom: 20px;
    font-size: calc(36px * 0.85);
}.educational_rewards_pS li {
    margin-bottom: 12px;
}.educational_rewards_pS li p {
    font-size: calc(17px * 0.95);
    gap: 10px;
    padding: 8px 10px;
}.educational_rewards_pS svg {
    padding: 6px;
    width: 18px;
    height: 18px;
}}.contact_box_jy {
    overflow: hidden;
    background: #ffffff;
    padding: 80px 0;
    position: relative;
}.contact_box_jy::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    background-size: 20px 20px;
    position: absolute;
    z-index: 0;
}.contact_box_jy .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.contact_box_jy h2 {
    border-left: 5px solid rgb(197,172,186);
    text-align: left;
    padding-left: 20px;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    margin-bottom: 50px;
    position: relative;
}.contact_box_jy .connect_map_YR {
    border-radius: 18px;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    flex-direction: row-reverse;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.contact_box_jy .image_holder_bp {
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
}.contact_box_jy .image_holder_bp::before {
    width: 100%;
    background: rgb(197,172,186,0.5);
    position: absolute;
    mix-blend-mode: multiply;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}.contact_box_jy .feedback_links_yx {
    padding: 60px;
    flex: 0 0 60%;
    position: relative;
}.contact_box_jy .feedback_links_yx::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    border-radius: 0 0 0 100%;
    background: rgb(232,218,224);
    width: 150px;
    z-index: -1;
    height: 150px;
}.contact_box_jy #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}.contact_box_jy h3 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    position: relative;
}.contact_box_jy h3::after {
    bottom: -10px;
    content: "";
    left: 0;
    width: 40px;
    position: absolute;
    height: 2px;
    background: rgb(197,172,186);
}.contact_box_jy input[type="text"] {
    padding: 18px 20px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: rgb(232,218,224);
    color: #000000;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
    width: 100%;
    font-size: 15px;
}.contact_box_jy input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(197,172,186,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
}.contact_box_jy input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_box_jy .reach_widget_MS {
    gap: 12px;
    margin-top: 5px;
    display: flex;
    align-items: center;
}.contact_box_jy .reach_widget_MS input[type="checkbox"] {
    appearance: none;
    width: 22px;
    position: relative;
    border: 2px solid rgb(232,218,224);
    transition: all 0.2s ease;
    border-radius: 10px;
    height: 22px;
    cursor: pointer;
}.contact_box_jy .reach_widget_MS input[type="checkbox"]:checked {
    background: rgb(197,172,186);
    border-color: rgb(197,172,186);
}.contact_box_jy .reach_widget_MS input[type="checkbox"]:checked::after {
    left: 7px;
    width: 6px;
    border-width: 0 2px 2px 0;
    content: "";
    transform: rotate(45deg);
    border: solid #ffffff;
    top: 3px;
    position: absolute;
    height: 11px;
}.contact_box_jy .reach_widget_MS label {
    color: #000000;
    line-height: 1.5;
    font-size: 15px;
}.contact_box_jy .reach_widget_MS a {
    position: relative;
    color: rgb(197,172,186);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_box_jy .reach_widget_MS a:hover {
    color: rgb(163,133,159);
}.contact_box_jy .reach_widget_MS a::after {
    content: "";
    left: 0;
    position: absolute;
    bottom: -2px;
    background: rgb(197,172,186);
    width: 100%;
    transition: all 0.3s ease;
    height: 1px;
}.contact_box_jy .reach_widget_MS a:hover::after {
    background: rgb(163,133,159);
}.contact_box_jy .query_help_f7 {
    box-shadow: 0 4px 15px rgb(197,172,186,0.5);
    font-size: 16px;
    margin-top: 20px;
    background: rgb(197,172,186);
    border: none;
    padding: 18px 40px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 18px;
    cursor: pointer;
    align-self: flex-start;
    transition: all 0.3s ease;
}.contact_box_jy .query_help_f7:hover {
    background: rgb(163,133,159);
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(163,133,159,0.5);
}.contact_box_jy svg {
    fill: rgb(197,172,186);
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
}.contact_box_jy svg path {
    transition: all 0.3s ease;
    fill: rgb(197,172,186);
}.contact_box_jy svg:hover {
    fill: rgb(163,133,159);
}.contact_box_jy svg:hover path {
    fill: rgb(163,133,159);
}

@media (max-width: 992px) {.contact_box_jy .connect_map_YR {
    flex-direction: column;
}.contact_box_jy .image_holder_bp {
    min-height: 300px;
    order: 1;
    flex: 0 0 auto;
}.contact_box_jy .feedback_links_yx {
    padding: 50px 40px;
    order: 2;
    flex: 0 0 auto;
}.contact_box_jy h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact_box_jy {
    padding: 60px 0;
}.contact_box_jy h2 {
    font-size: calc(32px - 4px);
    margin-bottom: 30px;
}.contact_box_jy .feedback_links_yx {
    padding: 40px 30px;
}.contact_box_jy #contact {
    gap: 25px;
}.contact_box_jy .image_holder_bp {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_box_jy {
    padding: 40px 0;
}.contact_box_jy .container {
    padding: 0 15px;
}.contact_box_jy h2 {
    padding-left: 15px;
    margin-bottom: 25px;
    font-size: calc(32px - 6px);
}.contact_box_jy .feedback_links_yx {
    padding: 30px 20px;
}.contact_box_jy #contact {
    gap: 20px;
}.contact_box_jy input[type="text"] {
    padding: 15px;
}.contact_box_jy .query_help_f7 {
    padding: 15px 20px;
    width: 100%;
}.contact_box_jy .image_holder_bp {
    min-height: 200px;
}
}