* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.container {
    width: 1118px;
    margin: auto;
    max-width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.wrap-structure_GM {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}.grade_help_km {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.top_pagebar_Mw {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title_page_jm {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}.title_page_jm .learn_page_kI {
    height: 100%;
    display: flex;
    top: 0;
    align-items: center;
    left: 0;
    position: absolute;
    justify-content: center;
    width: 100%;
}.title_page_jm .learn_page_kI::before {
    content: "";
    bottom: 0;
    background: linear-gradient(135deg, rgb(160,161,160,0.5), rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    right: 0;
    z-index: 1;
    left: 0;
    top: 0;
}.title_page_jm .expert_classes_PM {
    position: relative;
    width: 90%;
    padding: 3rem;
    z-index: 2;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    max-width: 1200px;
    transform: translateY(-2vh);
    animation: fadeUp 1.2s ease-out forwards;
}.title_page_jm .expert_classes_PM > div {
    position: relative;
    overflow: hidden;
}.title_page_jm .expert_classes_PM > div:nth-child(1) {
    animation: slideInLeft 0.8s ease-out 0.3s forwards;
    opacity: 0;
    position: relative;
    transform: translateX(-5%);
}.title_page_jm .expert_classes_PM > div:nth-child(2) {
    opacity: 0;
    animation: slideInRight 0.8s ease-out 0.6s forwards;
    transform: translateX(5%);
    position: relative;
}.title_page_jm .expert_classes_PM > div:nth-child(3) {
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out 0.9s forwards;
    position: relative;
    opacity: 0;
}.title_page_jm p {
    transition: transform 0.3s ease;
    transform: translateX(0);
    font-family: Arial, sans-serif;
    padding: 0.5rem 1rem;
    font-weight: 400;
    max-width: 90%;
    margin: 0;
    line-height: 1.6;
    backdrop-filter: blur(4px);
    color: #ffffff;
    letter-spacing: 0.5px;
    border-left: 4px solid rgb(118,118,118);
    background: linear-gradient(90deg, rgb(160,161,160,0.5), transparent);
    font-size: calc(13px * 1.2);
}.title_page_jm p:hover {
    transform: translateX(10px);
}.title_page_jm .title_style_header {
    font-size: calc(45px * 1.3);
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 1rem;
    transform: scale(1);
    margin: 0;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s ease;
}.title_page_jm .title_style_header:hover {
    transform: scale(1.02);
}.title_page_jm .title_style_header::after {
    position: absolute;
    animation: lineGrow 1.5s ease-out 1.2s forwards;
    bottom: 0;
    height: 3px;
    content: "";
    left: 0;
    width: 0;
    background: linear-gradient(90deg, rgb(118,118,118), transparent);
}.title_page_jm h3 {
    backdrop-filter: blur(3px);
    padding: 1rem;
    letter-spacing: 0.3px;
    border-radius: 10px;
    color: #ffffff;
    max-width: 95%;
    margin: 0;
    transition: transform 0.3s ease;
    transform: translateY(0);
    font-weight: 600;
    line-height: 1.5;
    font-size: calc(23px * 1.1);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}.title_page_jm h3:hover {
    transform: translateY(-5px);
}

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

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 80%;
  }
}

@media (min-width: 768px) {.title_page_jm .expert_classes_PM {
    grid-template-columns: 1fr;
    padding: 4rem;
    gap: 3rem;
}.title_page_jm p {
    font-size: calc(13px * 1.3);
    max-width: 70%;
}.title_page_jm .title_style_header {
    font-size: calc(45px * 1.5);
}.title_page_jm h3 {
    font-size: calc(23px * 1.2);
    max-width: 85%;
}
}

@media (min-width: 992px) {.title_page_jm .expert_classes_PM {
    padding: 5rem;
    gap: 4rem;
}.title_page_jm p {
    font-size: calc(13px * 1.4);
    padding: 0.8rem 1.5rem;
    max-width: 60%;
}.title_page_jm .title_style_header {
    font-size: calc(45px * 1.8);
}.title_page_jm h3 {
    max-width: 75%;
    font-size: calc(23px * 1.3);
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.title_page_jm {
    min-height: 100vh;
    height: auto;
}.title_page_jm .expert_classes_PM {
    padding: 2rem 1.5rem;
    gap: 1.5rem;
}.title_page_jm p {
    padding: 0.5rem;
    max-width: 100%;
    font-size: 13px;
}.title_page_jm .title_style_header {
    font-size: calc(45px * 1.1);
}.title_page_jm h3 {
    font-size: 23px;
    padding: 0.8rem;
    max-width: 100%;
}
}

@media (max-width: 480px) {.title_page_jm .expert_classes_PM {
    gap: 1.2rem;
    padding: 1.5rem 1rem;
}.title_page_jm p {
    font-size: calc(13px * 0.9);
}.title_page_jm .title_style_header {
    font-size: 45px;
}.title_page_jm h3 {
    font-size: calc(23px * 0.9);
}}.ideal_participants_Ef {
    background-color: rgb(192,192,177);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    z-index: 1;
}.ideal_participants_Ef::before {
    right: -50%;
    z-index: -1;
    background: radial-gradient(
        circle at center,
        rgba(rgb(118,118,118,0.5), 0.3) 0%,
        transparent 70%
    );
    width: 100%;
    content: "";
    position: absolute;
    top: -50%;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    height: 100%;
}.ideal_participants_Ef::after {
    width: 80%;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(160,161,160,0.5), 0.2) 0%,
        transparent 70%
    );
    bottom: -30%;
    height: 80%;
    z-index: -1;
    left: -20%;
    content: "";
    position: absolute;
    animation: pulseGlow 12s infinite alternate-reverse ease-in-out;
}.ideal_participants_Ef .mentor_approach_ja {
    padding: 0 2rem;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1000px;
    position: relative;
    display: flex;
    align-items: center;
}.ideal_participants_Ef h3 {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 29px;
    position: relative;
    font-size: 36px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem 3rem;
    background: rgba(255, 255, 255, 0.1);
    color: #000000;
    backdrop-filter: blur(10px);
    margin-bottom: 4rem;
    z-index: 2;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.ideal_participants_Ef h3::before,
.ideal_participants_Ef h3::after {
    width: 30px;
    z-index: -1;
    height: 30px;
    content: "";
    border-color: rgb(118,118,118);
    position: absolute;
    border-style: solid;
}.ideal_participants_Ef h3::before {
    border-radius: 5px 0 0 0;
    left: -10px;
    border-width: 2px 0 0 2px;
    top: -10px;
}.ideal_participants_Ef h3::after {
    border-radius: 0 0 5px 0;
    border-width: 0 2px 2px 0;
    bottom: -10px;
    right: -10px;
}.ideal_participants_Ef ul {
    padding: 0;
    width: 100%;
    margin: 0;
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    gap: 2rem;
    list-style: none;
}.ideal_participants_Ef li {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    padding: 2rem;
    align-items: center;
    display: flex;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 6px 6px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.1);
    flex-direction: column;
    border-radius: 29px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    text-align: center;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.08);
}.ideal_participants_Ef li::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(118,118,118,0.5), 0.5),
        transparent
    );
}.ideal_participants_Ef li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 12px 12px rgba(0, 0, 0, 0.05),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    border-color: rgba(rgb(118,118,118,0.5), 0.3);
    transform: translateY(-10px);
}.ideal_participants_Ef li:hover::after {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    animation: glowLine 2s infinite alternate ease-in-out;
    background: linear-gradient(
        90deg,
        rgb(118,118,118),
        rgb(160,161,160)
    );
    bottom: 0;
    height: 4px;
}.ideal_participants_Ef li svg {
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    fill: rgb(118,118,118);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.ideal_participants_Ef li svg path {
    transition: fill 0.3s ease;
    fill: rgb(118,118,118);
}.ideal_participants_Ef li:hover svg {
    fill: rgb(160,161,160);
    transform: scale(1.05);
}.ideal_participants_Ef li:hover svg path {
    fill: rgb(160,161,160);
}.ideal_participants_Ef li:nth-child(even) {
    transform: translateX(20px);
}.ideal_participants_Ef li:nth-child(odd) {
    transform: translateX(-20px);
}.ideal_participants_Ef li:nth-child(even):hover {
    transform: translateX(20px) translateY(-10px);
}.ideal_participants_Ef li:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-10px);
}

@keyframes pulseGlow {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

@keyframes glowLine {
    0% {
        opacity: 0.6;
        box-shadow: 0 0 5px rgba(rgb(118,118,118,0.5), 0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 15px rgba(rgb(160,161,160,0.5), 0.8);
    }
}

@media (min-width: 992px) {.ideal_participants_Ef ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.ideal_participants_Ef li:nth-child(1),
    .ideal_participants_Ef li:nth-child(3) {
    transform: translateY(20px);
}.ideal_participants_Ef li:nth-child(2),
    .ideal_participants_Ef li:nth-child(4) {
    transform: translateY(-20px);
}.ideal_participants_Ef li:nth-child(1):hover,
    .ideal_participants_Ef li:nth-child(3):hover {
    transform: translateY(10px);
}.ideal_participants_Ef li:nth-child(2):hover,
    .ideal_participants_Ef li:nth-child(4):hover {
    transform: translateY(-30px);
}
}

@media (max-width: 991px) {.ideal_participants_Ef {
    padding: 4rem 0;
}.ideal_participants_Ef ul {
    gap: 1.5rem;
}.ideal_participants_Ef h3 {
    padding: 0.8rem 2rem;
    font-size: calc(36px * 0.9);
    margin-bottom: 3rem;
}.ideal_participants_Ef li {
    padding: 1.5rem;
}.ideal_participants_Ef li svg {
    height: 50px;
    margin-bottom: 1rem;
    width: 50px;
}
}

@media (max-width: 768px) {.ideal_participants_Ef {
    padding: 3rem 0;
}.ideal_participants_Ef .mentor_approach_ja {
    padding: 0 1.5rem;
}.ideal_participants_Ef h3 {
    padding: 0.7rem 1.5rem;
    font-size: calc(36px * 0.8);
    margin-bottom: 2.5rem;
}.ideal_participants_Ef li {
    padding: 1.25rem;
}.ideal_participants_Ef li:nth-child(even),
    .ideal_participants_Ef li:nth-child(odd) {
    transform: translateX(0);
}.ideal_participants_Ef li:nth-child(even):hover,
    .ideal_participants_Ef li:nth-child(odd):hover {
    transform: translateY(-5px);
}.ideal_participants_Ef li svg {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 480px) {.ideal_participants_Ef {
    padding: 2.5rem 0;
}.ideal_participants_Ef .mentor_approach_ja {
    padding: 0 1rem;
}.ideal_participants_Ef h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 2rem;
    padding: 0.5rem 1rem;
}.ideal_participants_Ef h3::before,
    .ideal_participants_Ef h3::after {
    height: 20px;
    width: 20px;
}.ideal_participants_Ef ul {
    gap: 1rem;
}.ideal_participants_Ef li {
    padding: 1rem;
}.ideal_participants_Ef li svg {
    margin-bottom: 0.75rem;
    width: 35px;
    height: 35px;
}}.company_overview_dr {
    padding: 140px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: rgb(192,192,177);
}.company_overview_dr::before {
    width: 100%;
    content: "";
    opacity: 0.15;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    animation: gradientFlow 15s ease infinite;
    transform-origin: center center;
    top: 0;
    filter: blur(20px);
    background: 
        linear-gradient(217deg, rgb(160,161,160,0.5), transparent 70%),
        linear-gradient(127deg, rgb(118,118,118,0.5), transparent 70%),
        linear-gradient(336deg, rgb(160,161,160,0.5), transparent 70%);
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

.company_overview_dr::after {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(160,161,160,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(118,118,118,0.5) 0%, transparent 50%);
    left: 0;
    z-index: -2;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.2;
    width: 100%;
    animation: pulsateBackground 20s ease-in-out infinite alternate;
}@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

.company_overview_dr .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.company_overview_dr .container::before {
    right: -100px;
    border-radius: 50%;
    background: rgb(160,161,160,0.5);
    content: "";
    filter: blur(80px);
    width: 200px;
    animation: float 15s ease-in-out infinite alternate;
    height: 200px;
    opacity: 0.1;
    top: -100px;
    position: absolute;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.company_overview_dr .mentor_approach_ja {
    align-items: center;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
    display: flex;
    position: relative;
}.company_overview_dr .mentor_approach_ja::before {
    top: 50%;
    width: 40%;
    height: 1px;
    opacity: 0.4;
    position: absolute;
    animation: scanline 4s ease-in-out infinite;
    left: 30%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(160,161,160), transparent);
}@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

.company_overview_dr .learn_mastery_uK {
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 50px 35px;
    border-radius: 11px;
    perspective: 1000px;
    background: rgba(255, 255, 255, 0.02);
    width: 100%;
    position: relative;
    display: flex;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    max-width: 500px;
    margin-bottom: 20px;
    flex-direction: column;
    backdrop-filter: blur(15px);
    z-index: 3;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    align-items: center;
}.company_overview_dr .learn_mastery_uK:hover {
    border-color: rgb(160,161,160,0.5);
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(160,161,160,0.5);
}.company_overview_dr .learn_mastery_uK::before {
    opacity: 0.07;
    position: absolute;
    transition: opacity 0.4s ease;
    z-index: -1;
    inset: 0;
    border-radius: 11px;
    background: linear-gradient(135deg, transparent 0%, rgb(160,161,160,0.5) 100%);
    content: "";
}.company_overview_dr .learn_mastery_uK:hover::before {
    opacity: 0.12;
}.company_overview_dr .learn_mastery_uK::after {
    background: linear-gradient(90deg, transparent, rgb(160,161,160,0.5), transparent);
    opacity: 0;
    border-radius: calc(11px + 1px);
    animation: borderGlow 4s linear infinite;
    position: absolute;
    z-index: -2;
    inset: -1px;
    content: "";
    transition: opacity 0.4s ease;
}@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.company_overview_dr .learn_mastery_uK:hover::after {
    opacity: 1;
}.company_overview_dr .img_center_tV {
    width: 220px;
    z-index: 2;
    position: relative;
    height: 220px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    border: 5px solid rgba(255, 255, 255, 0.8);
    transition: all 0.5s ease;
    border-radius: 50%;
}.company_overview_dr .img_center_tV::before {
    padding: 3px;
    inset: -3px;
    mask-composite: exclude;
    border-radius: 50%;
    -webkit-mask-composite: xor;
    content: "";
    position: absolute;
    animation: rotate 8s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    background: conic-gradient(rgb(160,161,160), rgb(118,118,118), rgb(160,161,160));
}.company_overview_dr .img_center_tV::after {
    border: 1px dashed rgb(160,161,160,0.5);
    opacity: 0.5;
    content: "";
    animation: rotateReverse 20s linear infinite;
    position: absolute;
    inset: -10px;
    border-radius: 50%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.company_overview_dr .expert_program_fv {
    width: 100%;
    text-align: center;
    padding-top: 15px;
    position: relative;
}.company_overview_dr .expert_program_fv::before {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(160,161,160), transparent);
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    position: absolute;
    width: 70px;
    content: "";
    opacity: 0.8;
}.company_overview_dr .learn_learn_PN {
    margin-bottom: 10px;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: calc(18px * 1.15);
    position: relative;
}.company_overview_dr .learn_learn_PN::after {
    width: 0;
    background: rgb(160,161,160);
    content: "";
    left: 50%;
    height: 2px;
    bottom: -4px;
    transition: width 0.4s ease;
    transform: translateX(-50%);
    position: absolute;
}.company_overview_dr .learn_mastery_uK:hover .learn_learn_PN::after {
    width: 80%;
}.company_overview_dr .creds_block_Iu {
    margin-bottom: 0;
    font-size: calc(18px * 1.05);
    opacity: 0.9;
    transition: all 0.3s ease;
    color: rgb(160,161,160);
    letter-spacing: 0.5px;
    font-weight: 600;
}.company_overview_dr .learn_mastery_uK:hover .creds_block_Iu {
    color: rgb(118,118,118);
    transform: translateY(2px);
    opacity: 1;
}.company_overview_dr .text_capsule_TO {
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 11px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.01);
    padding: 50px 45px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
}.company_overview_dr .text_capsule_TO:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(118,118,118,0.5);
    border-color: rgb(118,118,118,0.5);
}.company_overview_dr .text_capsule_TO::before,
.company_overview_dr .text_capsule_TO::after {
    position: absolute;
    width: 500px;
    z-index: -1;
    transition: all 0.8s ease;
    background: rgb(160,161,160,0.5);
    content: "";
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    height: 500px;
    filter: blur(60px);
    animation: blobAnimation 25s infinite alternate;
    opacity: 0.03;
}@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

.company_overview_dr .text_capsule_TO::before {
    right: -250px;
    top: -250px;
}.company_overview_dr .text_capsule_TO::after {
    bottom: -250px;
    animation-delay: -15s;
    left: -250px;
    background: rgb(118,118,118,0.5);
}.company_overview_dr .text_capsule_TO:hover::before,
.company_overview_dr .text_capsule_TO:hover::after {
    filter: blur(40px);
    opacity: 0.08;
}.company_overview_dr .smart_study_uX {
    font-size: calc(18px * 1.2);
    color: rgb(160,161,160);
    display: flex;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    font-weight: 600;
    gap: 16px;
}.company_overview_dr .smart_study_uX::after {
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    height: 1px;
    left: 0;
    bottom: -8px;
    width: 0;
    background: linear-gradient(90deg, rgb(160,161,160), transparent);
}.company_overview_dr .text_capsule_TO:hover .smart_study_uX::after {
    width: 50%;
}.company_overview_dr .smart_study_uX svg {
    height: 48px;
    fill: rgb(160,161,160);
    width: 48px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.4s ease;
}.company_overview_dr .smart_study_uX svg path {
    transition: fill 0.4s ease;
}.company_overview_dr .smart_study_uX:hover svg {
    transform: rotateY(180deg);
    fill: rgb(118,118,118);
}.company_overview_dr .smart_study_uX:hover svg path {
    fill: rgb(118,118,118);
}.company_overview_dr .text_capsule_TO h2 {
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    color: #000000;
    font-size: calc(38px * 1.1);
}.company_overview_dr .text_capsule_TO:hover h2 {
    transform: translateX(5px);
}.company_overview_dr .text_capsule_TO h2::after {
    position: absolute;
    transition: width 0.5s ease;
    bottom: 0;
    width: 100px;
    content: "";
    height: 3px;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(160,161,160), rgb(118,118,118,0.5), transparent);
}.company_overview_dr .text_capsule_TO:hover h2::after {
    width: 150px;
}.company_overview_dr .text_capsule_TO p {
    transition: all 0.4s ease;
    line-height: 1.9;
    font-size: calc(18px * 1.05);
    color: #000000;
    position: relative;
    margin-bottom: 0;
}.company_overview_dr .text_capsule_TO:hover p {
    transform: translateY(3px);
}.company_overview_dr .text_capsule_TO::before,
.company_overview_dr .text_capsule_TO::after,
.company_overview_dr .learn_mastery_uK::before,
.company_overview_dr .learn_mastery_uK::after,
.company_overview_dr .img_center_tV::before,
.company_overview_dr .img_center_tV::after {
    pointer-events: none;
}.company_overview_dr .mentor_approach_ja::after {
    background-image: 
        radial-gradient(rgb(160,161,160,0.5) 1px, transparent 1px),
        radial-gradient(rgb(118,118,118,0.5) 1px, transparent 1px);
    position: absolute;
    height: 100%;
    opacity: 0.03;
    background-size: 40px 40px;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    pointer-events: none;
    z-index: -1;
    background-position: 0 0, 20px 20px;
}.company_overview_dr .mentor_approach_ja::after {
    animation: pulseHeight 3s infinite;
    width: 2px;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(160,161,160), transparent);
    height: 40px;
    top: 350px;
    z-index: 0;
    left: 50%;
}

@keyframes pulseHeight {
    0%, 100% {
        height: 40px;
        opacity: 0.6;
    }
    50% {
        height: 60px;
        opacity: 0.8;
    }
}

@media (max-width: 1199px) {.company_overview_dr {
    padding: 120px 0;
}.company_overview_dr .mentor_approach_ja {
    gap: 50px;
}.company_overview_dr .text_capsule_TO {
    padding: 40px 35px;
}.company_overview_dr .learn_mastery_uK {
    padding: 40px 30px;
}.company_overview_dr .mentor_approach_ja::after {
    top: 320px;
}
}

@media (max-width: 991px) {.company_overview_dr {
    padding: 100px 0;
}.company_overview_dr .mentor_approach_ja {
    gap: 50px;
}.company_overview_dr .text_capsule_TO {
    padding: 40px 30px;
}.company_overview_dr .learn_mastery_uK {
    padding: 40px 30px;
}.company_overview_dr .text_capsule_TO h2 {
    font-size: 38px;
}.company_overview_dr .mentor_approach_ja::after {
    top: 300px;
}
}

@media (max-width: 767px) {.company_overview_dr {
    padding: 80px 0;
}.company_overview_dr .img_center_tV {
    height: 180px;
    width: 180px;
}.company_overview_dr .learn_mastery_uK {
    padding: 35px 25px;
}.company_overview_dr .text_capsule_TO {
    padding: 35px 25px;
}.company_overview_dr .text_capsule_TO h2 {
    padding-bottom: 15px;
    font-size: calc(38px * 0.9);
    margin-bottom: 25px;
}.company_overview_dr .learn_learn_PN {
    font-size: 18px;
}.company_overview_dr .creds_block_Iu {
    font-size: 18px;
}.company_overview_dr .smart_study_uX {
    font-size: 18px;
}.company_overview_dr .smart_study_uX svg {
    width: 40px;
    height: 40px;
}.company_overview_dr .mentor_approach_ja::after {
    top: 280px;
}
}

@media (max-width: 575px) {.company_overview_dr {
    padding: 60px 0;
}.company_overview_dr .img_center_tV {
    height: 150px;
    margin-bottom: 20px;
    width: 150px;
}.company_overview_dr .learn_mastery_uK {
    padding: 30px 20px;
}.company_overview_dr .text_capsule_TO {
    padding: 30px 20px;
}.company_overview_dr .smart_study_uX {
    font-size: calc(18px * 0.95);
}.company_overview_dr .smart_study_uX svg {
    width: 35px;
    height: 35px;
}.company_overview_dr .text_capsule_TO h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 20px;
}.company_overview_dr .text_capsule_TO p {
    line-height: 1.8;
    font-size: 18px;
}.company_overview_dr .learn_learn_PN {
    font-size: calc(18px * 0.95);
}.company_overview_dr .creds_block_Iu {
    font-size: calc(18px * 0.95);
}.company_overview_dr .mentor_approach_ja::after {
    top: 250px;
}}.privacy_vaulting_JK {
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    background: rgb(118,118,118,0.5);
    padding: 40px;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
}.privacy_vaulting_JK:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    background: rgb(160,161,160,0.5);
}.privacy_vaulting_JK h1 {
    transition: color 0.3s ease;
    margin-top: 40px;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 39px;
    color: rgb(160,161,160);
    font-weight: 700;
    text-transform: uppercase;
}.privacy_vaulting_JK h2 {
    font-size: 34px;
    margin-bottom: 20px;
    transition: color 0.3s ease;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-weight: 600;
    color: rgb(118,118,118);
    font-family: Arial, sans-serif;
    margin-top: 35px;
}.privacy_vaulting_JK h3, .privacy_vaulting_JK h4, .privacy_vaulting_JK h5, .privacy_vaulting_JK h6 {
    color: #000000;
    transition: color 0.3s ease;
    margin-top: 30px;
    font-size: 19px;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-weight: 400;
}.privacy_vaulting_JK ul, .privacy_vaulting_JK ol {
    list-style-position: inside;
    margin-left: 20px;
    transition: all 0.3s ease;
    color: #000000;
    padding-left: 0;
    font-family: Arial, sans-serif;
    padding: 15px 0;
    line-height: 1.6;
    font-size: 14px;
}.privacy_vaulting_JK li {
    border-radius: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    padding: 10px;
}.privacy_vaulting_JK li:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(118,118,118,0.5);
}.privacy_vaulting_JK section {
    transition: background 0.3s ease;
    background: var(--bg-color);
    padding: 20px;
}.privacy_vaulting_JK p, .privacy_vaulting_JK span, .privacy_vaulting_JK div {
    transition: color 0.3s ease;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.privacy_vaulting_JK {
    padding: 20px 10px;
}.privacy_vaulting_JK h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: calc(19px - 10px);
}.privacy_vaulting_JK h2 {
    font-size: calc(19px - 8px);
    margin-bottom: 15px;
    margin-top: 25px;
}.privacy_vaulting_JK h3, .privacy_vaulting_JK h4, .privacy_vaulting_JK h5, .privacy_vaulting_JK h6 {
    font-size: calc(19px - 6px);
}.privacy_vaulting_JK ul, .privacy_vaulting_JK ol {
    padding: 10px 0;
}.privacy_vaulting_JK li {
    margin-bottom: 10px;
    padding: 8px;
}.privacy_vaulting_JK p, .privacy_vaulting_JK span, .privacy_vaulting_JK div {
    font-size: calc(14px - 2px);
    margin-bottom: 8px;
}}header {
    background: rgb(192,192,177);
    z-index: 99;
    overflow: visible;
    width: 100%;
    position: relative;
}header::before {
    background: linear-gradient(90deg, rgb(160,161,160,0.5) 0%, transparent 50%, rgb(160,161,160,0.5) 100%);
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    opacity: 0.15;
    left: 0;
}header .top_sitewrap_mc {
    padding: 20px;
    display: grid;
    grid-template-rows: auto auto;
    position: relative;
    gap: 15px;
    grid-template-columns: 1fr;
}header .top_sitewrap_mc::after {
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(160,161,160,0.5), transparent);
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
}header .top_sitewrap_mc .head_pagewrap_hs {
    position: relative;
    justify-self: center;
    padding: 5px 20px 15px;
    z-index: 10;
}header .top_sitewrap_mc .head_pagewrap_hs::before,
header .top_sitewrap_mc .head_pagewrap_hs::after {
    content: "";
    height: 90%;
    width: 90%;
    border-radius: 15px;
    position: absolute;
}header .top_sitewrap_mc .head_pagewrap_hs::before {
    left: -5px;
    transform: scale(0);
    border-top: 2px solid rgb(160,161,160);
    transition: transform 0.3s ease;
    border-left: 2px solid rgb(160,161,160);
    transform-origin: top left;
    top: -5px;
}header .top_sitewrap_mc .head_pagewrap_hs::after {
    right: -5px;
    transition: transform 0.3s ease;
    border-right: 2px solid rgb(118,118,118);
    transform: scale(0);
    border-bottom: 2px solid rgb(118,118,118);
    bottom: -5px;
    transform-origin: bottom right;
}header .top_sitewrap_mc .head_pagewrap_hs:hover::before,
header .top_sitewrap_mc .head_pagewrap_hs:hover::after {
    transform: scale(1);
}header .top_sitewrap_mc .head_pagewrap_hs .head_tutor_PW {
    display: block;
    transition: transform 0.3s ease;
}header .top_sitewrap_mc .head_pagewrap_hs .head_tutor_PW svg {
    width: auto;
    height: 60px;
}header .top_sitewrap_mc .head_mentor_PR {
    justify-content: center;
    margin: 0;
    background: linear-gradient(180deg, transparent, rgb(118,118,118) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    padding: 20px 0 10px;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    list-style: none;
}header .top_sitewrap_mc .head_mentor_PR::before,
header .top_sitewrap_mc .head_mentor_PR::after {
    width: 2px;
    top: 15%;
    content: "";
    background: rgb(160,161,160,0.5);
    height: 70%;
    position: absolute;
}header .top_sitewrap_mc .head_mentor_PR::before {
    left: 0;
}header .top_sitewrap_mc .head_mentor_PR::after {
    right: 0;
}header .top_sitewrap_mc .head_mentor_PR .main_site_bL {
    transition: transform 0.3s ease;
    margin: 0;
    padding: 0 15px;
    position: relative;
}header .top_sitewrap_mc .head_mentor_PR .main_site_bL:not(:last-child)::after {
    position: absolute;
    width: 1px;
    top: 20%;
    right: 0;
    background: rgb(118,118,118,0.5);
    height: 60%;
    content: "";
}header .top_sitewrap_mc .head_mentor_PR .main_site_bL:hover {
    transform: translateY(-3px);
}header .top_sitewrap_mc .head_mentor_PR .main_site_bL a {
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 5px;
    position: relative;
    transition: color 0.3s ease;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #000000;
}header .top_sitewrap_mc .head_mentor_PR .main_site_bL a:hover {
    color: rgb(160,161,160);
}header .top_sitewrap_mc .head_mentor_PR .main_site_bL a::before {
    transition: transform 0.3s ease;
    left: 0;
    position: absolute;
    background: rgb(118,118,118);
    height: 2px;
    content: "";
    width: 100%;
    transform: scaleX(0);
    bottom: 5px;
}header .top_sitewrap_mc .head_mentor_PR .main_site_bL a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .top_sitewrap_mc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 15px 30px;
}header .top_sitewrap_mc .head_mentor_PR {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .top_sitewrap_mc {
    gap: 10px;
    padding: 15px;
    grid-template-rows: auto auto;
}header .top_sitewrap_mc .head_pagewrap_hs {
    padding: 5px 10px;
}header .top_sitewrap_mc .head_pagewrap_hs .head_tutor_PW svg {
    height: 45px;
}header .top_sitewrap_mc .head_mentor_PR {
    padding: 15px 0 10px;
}header .top_sitewrap_mc .head_mentor_PR .main_site_bL {
    padding: 0 10px;
}header .top_sitewrap_mc .head_mentor_PR .main_site_bL a {
    padding: 8px 3px;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header .top_sitewrap_mc .head_mentor_PR {
    flex-wrap: wrap;
    justify-content: center;
}header .top_sitewrap_mc .head_mentor_PR .main_site_bL {
    margin: 3px 0;
}header .top_sitewrap_mc .head_mentor_PR .main_site_bL:not(:last-child)::after {
    display: none;
}}.teaching_experience_gu {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(125deg, #000000 0%, rgb(192,192,177) 100%);
}.teaching_experience_gu::before {
    position: absolute;
    top: 0;
    left: 0;
    animation: pulse 20s infinite alternate;
    height: 100%;
    width: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(160,161,160,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(118,118,118,0.5) 0%, transparent 30%);
    content: "";
}.teaching_experience_gu .container {
    position: relative;
    perspective: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.teaching_experience_gu .learning_opinion_Si {
    display: grid;
    gap: 10px 30px;
    grid-template-columns: 1.2fr 0.8fr;
    transform: rotateY(-10deg);
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    grid-template-rows: auto auto auto;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
}.teaching_experience_gu .learning_opinion_Si:hover {
    transform: rotateY(0deg) translateZ(10px);
}.teaching_experience_gu .past_experience_om {
    font-size: 15px;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(160,161,160,0.5);
    font-weight: 300;
    z-index: 1;
    position: relative;
    color: #ffffff;
    border-radius: 30px;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 50px 40px;
    transform: translateZ(20px);
    backdrop-filter: blur(10px);
    grid-area: quote;
    line-height: 1.7;
    margin: 0;
}.teaching_experience_gu .past_experience_om::before {
    content: "";
    font-size: calc(47px * 2);
    top: 15px;
    line-height: 1;
    color: rgb(160,161,160);
    position: absolute;
    left: 20px;
}.teaching_experience_gu .img_center_tV {
    height: 280px;
    transform: translateZ(40px);
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(160,161,160,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    grid-area: photo;
    border-radius: 10px;
}.teaching_experience_gu .learning_opinion_Si:hover .img_center_tV {
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(160,161,160,0.5);
    transform: translateZ(60px) translateX(-10px);
}.teaching_experience_gu .name {
    grid-area: name;
    transform: translateZ(30px);
    margin: 0;
    z-index: 2;
    font-weight: 700;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 10px;
    transition: transform 0.3s ease;
    background: rgb(160,161,160);
}.teaching_experience_gu .learning_opinion_Si:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.teaching_experience_gu .learning_opinion_Si > span:not(.name) {
    z-index: 2;
    font-size: 15px;
    font-weight: 600;
    transition: transform 0.3s ease;
    color: rgb(118,118,118);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    grid-area: job;
    padding: 10px 15px;
    background: #ffffff;
    transform: translateZ(25px);
    border-radius: 10px;
}.teaching_experience_gu .learning_opinion_Si:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.teaching_experience_gu {
    padding: 80px 0;
}.teaching_experience_gu .learning_opinion_Si {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "img_center_tV"
      "name"
      "work_background_CM"
      "past_experience_om";
    transform: none;
    gap: 15px;
}.teaching_experience_gu .past_experience_om,
  .teaching_experience_gu .img_center_tV,
  .teaching_experience_gu .name,
  .teaching_experience_gu .learning_opinion_Si > span:not(.name) {
    transform: none;
}.teaching_experience_gu .learning_opinion_Si:hover .past_experience_om,
  .teaching_experience_gu .learning_opinion_Si:hover .img_center_tV,
  .teaching_experience_gu .learning_opinion_Si:hover .name,
  .teaching_experience_gu .learning_opinion_Si:hover > span:not(.name) {
    transform: none;
}.teaching_experience_gu .img_center_tV {
    margin: 0 auto;
    height: 240px;
    width: 90%;
}.teaching_experience_gu .past_experience_om {
    padding: 30px;
}.teaching_experience_gu .name,
  .teaching_experience_gu .learning_opinion_Si > span:not(.name) {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
}

@media (max-width: 576px) {.teaching_experience_gu {
    padding: 60px 0;
}.teaching_experience_gu .img_center_tV {
    height: 200px;
    width: 100%;
}.teaching_experience_gu .past_experience_om {
    padding: 25px 20px;
    font-size: calc(15px * 0.95);
}.teaching_experience_gu .name {
    font-size: calc(18px * 0.9);
}.teaching_experience_gu .learning_opinion_Si > span:not(.name) {
    font-size: calc(15px * 0.9);
}}.thanks_box_aq {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(160,161,160,0.5) 0%, rgb(192,192,177) 100%);
}.thanks_box_aq::before {
    position: absolute;
    background-image: 
        linear-gradient(30deg, rgb(160,161,160,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(160,161,160,0.5) 1px, transparent 1px);
    content: "";
    opacity: 0.1;
    animation: patternShift 30s infinite linear;
    width: 100%;
    left: 0;
    top: 0;
    background-size: 60px 60px;
    height: 100%;
    z-index: 1;
}.thanks_box_aq::after {
    content: "";
    top: -50%;
    transform: translateZ(0);
    opacity: 0.15;
    width: 200%;
    left: -50%;
    position: absolute;
    animation: lightPulse 10s infinite ease-in-out;
    background: radial-gradient(ellipse at center, #ffffff 0%, transparent 70%);
    height: 200%;
    z-index: 0;
}.thanks_box_aq .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.thanks_box_aq .mentor_approach_ja {
    border-radius: 10px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    transform: perspective(1000px) rotateX(2deg);
    padding: 60px;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    position: relative;
}.thanks_box_aq .mentor_approach_ja::before {
    top: -5px;
    z-index: -1;
    right: -5px;
    opacity: 0.6;
    border-radius: calc(10px + 5px);
    filter: blur(8px);
    content: "";
    position: absolute;
    background: linear-gradient(45deg, 
        rgb(160,161,160) 0%, 
        transparent 30%, 
        transparent 70%, 
        rgb(118,118,118) 100%);
    left: -5px;
    bottom: -5px;
    transition: opacity 0.6s ease, filter 0.6s ease;
}.thanks_box_aq .mentor_approach_ja:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.08) inset;
}.thanks_box_aq .mentor_approach_ja:hover::before {
    filter: blur(12px);
    opacity: 0.8;
}.thanks_box_aq .mentor_approach_ja > div:first-child {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}.thanks_box_aq .mentor_approach_ja > div:first-child::after {
    border-radius: 2px;
    animation: lineExtend 1.5s ease-out forwards;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(160,161,160), rgb(118,118,118));
    left: 0;
    bottom: -10px;
    position: absolute;
    transform-origin: left center;
    height: 4px;
}.thanks_box_aq h5 {
    line-height: 1.4;
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 0;
    transform: translateX(0);
    font-weight: 700;
    font-size: 20px;
    animation: slideIn 0.8s 0.2s ease-out forwards;
    opacity: 0;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
    padding: 0;
}.thanks_box_aq .mentor_approach_ja > div:last-child {
    overflow: hidden;
    position: relative;
}.thanks_box_aq a {
    text-decoration: none;
    transition: transform 0.4s ease;
    display: block;
}.thanks_box_aq a:hover {
    transform: translateX(5px);
}.thanks_box_aq p {
    font-weight: 400;
    padding: 0;
    font-family: Arial, sans-serif;
    animation: fadeIn 1s 0.5s ease-out forwards;
    opacity: 0;
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    color: #000000;
}

@keyframes lineExtend {
    0% { 
        width: 0; 
        opacity: 0;
    }
    100% { 
        width: 80px; 
        opacity: 1;
    }
}

@keyframes slideIn {
    0% { 
        transform: translateX(-30px); 
        opacity: 0;
    }
    100% { 
        transform: translateX(0); 
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes patternShift {
    0% { 
        background-position: 0 0; 
    }
    100% { 
        background-position: 60px 60px; 
    }
}

@keyframes lightPulse {
    0%, 100% { 
        opacity: 0.15; 
        transform: translate(-50%, -50%) scale(1); 
    }
    50% { 
        opacity: 0.2; 
        transform: translate(-50%, -50%) scale(1.1); 
    }
}

@media (max-width: 992px) {.thanks_box_aq {
    padding: 90px 0;
}.thanks_box_aq .mentor_approach_ja {
    transform: perspective(1000px) rotateX(1deg);
    padding: 50px 40px;
}.thanks_box_aq h5 {
    font-size: calc(20px - 0.1rem);
}
}

@media (max-width: 768px) {.thanks_box_aq {
    padding: 70px 0;
}.thanks_box_aq .mentor_approach_ja {
    padding: 40px 30px;
    transform: none;
}.thanks_box_aq h5 {
    font-size: calc(20px - 0.2rem);
}.thanks_box_aq p {
    font-size: calc(18px - 0.05rem);
    line-height: 1.7;
}.thanks_box_aq .mentor_approach_ja > div:first-child::after {
    width: 60px;
}
    
    @keyframes lineExtend {
        100% { width: 60px; }
    }
}

@media (max-width: 576px) {.thanks_box_aq {
    padding: 50px 0;
}.thanks_box_aq .mentor_approach_ja {
    padding: 30px 20px;
}.thanks_box_aq h5 {
    font-size: calc(20px - 0.3rem);
}.thanks_box_aq p {
    font-size: calc(18px - 0.1rem);
    line-height: 1.6;
}.thanks_box_aq .mentor_approach_ja > div:first-child {
    margin-bottom: 25px;
}.thanks_box_aq .mentor_approach_ja > div:first-child::after {
    height: 3px;
    width: 50px;
}
    
    @keyframes lineExtend {
        100% { width: 50px; }
    }
}

@media (hover: none) {.thanks_box_aq .mentor_approach_ja:hover {
    transform: none;
    box-shadow: 
            0 10px 30px rgba(0, 0, 0, 0.08),
            0 1px 0 rgba(255, 255, 255, 0.8) inset,
            0 -1px 0 rgba(0, 0, 0, 0.05) inset;
}.thanks_box_aq .mentor_approach_ja:hover::before {
    opacity: 0.6;
    filter: blur(8px);
}.thanks_box_aq a:hover {
    transform: none;
}}.receive_updates_gV {
    padding: 90px 0;
    background: rgb(192,192,177);
    overflow: hidden;
    position: relative;
}.receive_updates_gV::before {
    background: 
        linear-gradient(0deg, transparent 95%, rgb(160,161,160,0.5) 95%),
        linear-gradient(90deg, transparent 95%, rgb(160,161,160,0.5) 95%);
    z-index: 1;
    position: absolute;
    left: 0;
    opacity: 0.3;
    width: 100%;
    content: "";
    background-size: 20px 20px;
    top: 0;
    height: 100%;
}.receive_updates_gV::after {
    filter: blur(60px);
    z-index: 0;
    right: -30%;
    transform: rotate(-45deg);
    content: "";
    height: 160%;
    background: rgb(160,161,160,0.5);
    top: -30%;
    position: absolute;
    width: 60%;
}.receive_updates_gV .mentor_approach_ja {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 450px;
    margin: 0 auto;
}.receive_updates_gV .feedback_widget_iM {
    padding-bottom: 20px;
    transform-style: preserve-3d;
    display: flex;
    position: relative;
    flex-direction: column;
}.receive_updates_gV .feedback_widget_iM::before {
    left: -10px;
    transform: translateZ(-20px);
    content: "";
    clip-path: polygon(0 15%, 15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: absolute;
    background: rgb(118,118,118,0.5);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    z-index: -1;
    top: -10px;
}.receive_updates_gV .feedback_widget_iM::after {
    animation: rotateFrame 20s linear infinite;
    top: 20px;
    content: "";
    border: 2px dashed rgb(160,161,160,0.5);
    position: absolute;
    height: calc(100% - 40px);
    z-index: -1;
    width: calc(100% - 40px);
    left: 20px;
}.receive_updates_gV h3 {
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 20px;
    font-size: 30px;
    position: relative;
    font-weight: 700;
}.receive_updates_gV h3::before {
    content: "";
    width: 60px;
    height: 5px;
    background: rgb(160,161,160);
    bottom: 0;
    position: absolute;
    left: 0;
}.receive_updates_gV h3::after {
    width: 30px;
    content: "";
    height: 5px;
    position: absolute;
    left: 70px;
    background: rgb(118,118,118);
    bottom: 0;
}.receive_updates_gV .input_holder {
    gap: 20px;
    position: relative;
    flex-direction: column;
    display: flex;
}.receive_updates_gV input[type="email"] {
    border-radius: 26px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    border: none;
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 13px;
    padding: 20px 25px;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.5);
}.receive_updates_gV input[type="email"]:focus {
    outline: none;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}.receive_updates_gV .sub_confirmation_nP {
    width: 80%;
    border-radius: 26px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    align-self: center;
    border: none;
    padding: 18px 0;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    background: rgb(160,161,160);
    position: relative;
    margin-top: 10px;
}.receive_updates_gV .sub_confirmation_nP::before {
    background: rgb(118,118,118);
    z-index: 0;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    transition: all 0.5s ease;
    width: 100%;
    left: -100%;
}.receive_updates_gV .sub_confirmation_nP:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px -5px rgb(160,161,160,0.5);
}.receive_updates_gV .sub_confirmation_nP:hover::before {
    left: 0;
}.receive_updates_gV .sub_confirmation_nP:active {
    transform: translateY(-2px);
}.receive_updates_gV .sub_confirmation_nP::after {
    opacity: 0;
    content: "→";
    top: 50%;
    position: absolute;
    z-index: 1;
    right: 30px;
    transition: all 0.3s ease;
    font-size: 1.5em;
    transform: translateY(-50%);
}.receive_updates_gV .sub_confirmation_nP:hover::after {
    right: 20px;
    opacity: 1;
}

@keyframes rotateFrame {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 768px) {.receive_updates_gV {
    padding: 70px 0;
}.receive_updates_gV h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 25px;
}.receive_updates_gV .feedback_widget_iM::before {
    clip-path: polygon(0 10%, 10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}
}

@media (max-width: 480px) {.receive_updates_gV {
    padding: 50px 0;
}.receive_updates_gV h3 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 20px;
}.receive_updates_gV h3::before {
    width: 40px;
    height: 3px;
}.receive_updates_gV h3::after {
    width: 20px;
    left: 50px;
    height: 3px;
}.receive_updates_gV input[type="email"] {
    padding: 15px 20px;
}.receive_updates_gV .sub_confirmation_nP {
    width: 100%;
    padding: 15px 0;
}.receive_updates_gV .feedback_widget_iM::after {
    top: 10px;
    height: calc(100% - 20px);
    left: 10px;
    width: calc(100% - 20px);
}}.price_plan_item_tK {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.price_plan_item_tK::before {
    content: "";
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}.price_plan_item_tK .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.price_plan_item_tK .rate_list_XM {
    flex-direction: column;
    align-items: center;
    display: flex;
}.price_plan_item_tK h2 {
    font-weight: 700;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    text-align: center;
    transform: translateY(20px);
    position: relative;
    color: #ffffff;
    font-size: 33px;
    margin-bottom: 20px;
}.price_plan_item_tK .pricing_fees_ec {
    transform: translateY(20px);
    font-size: 18px;
    max-width: 700px;
    text-align: center;
    margin-bottom: 40px;
    color: rgb(255, 255, 255, 0.5);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    line-height: 1.6;
}.price_plan_item_tK .learning_package_JT {
    gap: 30px;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    width: 100%;
    margin: 0;
}.price_plan_item_tK .learning_package_JT li {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
}.price_plan_item_tK .learning_package_JT li:nth-child(1) {
    animation-delay: 0.3s;
}.price_plan_item_tK .learning_package_JT li:nth-child(2) {
    animation-delay: 0.4s;
}.price_plan_item_tK .learning_package_JT li:nth-child(3) {
    animation-delay: 0.5s;
}.price_plan_item_tK .learning_package_JT li:nth-child(4) {
    animation-delay: 0.6s;
}.price_plan_item_tK .cost_table_Kq {
    display: block;
    text-decoration: none;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}.price_plan_item_tK .cost_table_Kq:hover {
    transform: translateY(-8px) scale(1.02);
}.price_plan_item_tK .cost_table_Kq::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    width: 100%;
    height: 100%;
    left: -100%;
    pointer-events: none;
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: absolute;
    content: "";
}.price_plan_item_tK .cost_table_Kq:hover::before {
    left: 100%;
}.price_plan_item_tK .promo_plans_lj {
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 5px;
    border-radius: 18px;
    -webkit-backdrop-filter: blur(10px);
}.price_plan_item_tK .cost_table_Kq:hover .promo_plans_lj {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.price_plan_item_tK .promo_plans_lj::after {
    transform-origin: left;
    height: 5px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    top: 0;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    background: linear-gradient(90deg, rgb(160,161,160), rgb(118,118,118));
    content: '';
}.price_plan_item_tK .cost_table_Kq:hover .promo_plans_lj::after {
    transform: scaleX(1);
}.price_plan_item_tK .pricing_offers_Fp {
    justify-content: space-between;
    padding: 30px;
    height: 100%;
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
    min-height: 400px;
    color: #ffffff;
}.price_plan_item_tK .pricing_offers_Fp h4 {
    padding-bottom: 15px;
    font-weight: 700;
    color: rgb(160,161,160);
    transition: transform 0.3s ease;
    font-size: 21px;
    margin: 0 0 20px;
    position: relative;
}.price_plan_item_tK .cost_table_Kq:hover .pricing_offers_Fp h4 {
    transform: translateX(5px);
}.price_plan_item_tK .pricing_offers_Fp h4::after {
    width: 40px;
    position: absolute;
    content: "";
    bottom: 0;
    background: rgb(118,118,118);
    transition: width 0.3s ease;
    left: 0;
    height: 3px;
}.price_plan_item_tK .cost_table_Kq:hover .pricing_offers_Fp h4::after {
    width: 60px;
}.price_plan_item_tK .pricing_offers_Fp p {
    line-height: 1.6;
    scrollbar-width: thin;
    max-height: 200px;
    overflow-y: auto;
    margin: 0 0 30px;
    color: rgba(255,255,255,0.8);
    font-size: calc(18px - 2px);
    scrollbar-color: rgb(160,161,160,0.5) transparent;
    overflow-wrap: break-word;
    word-break: break-word;
}.price_plan_item_tK .pricing_offers_Fp p::-webkit-scrollbar {
    width: 5px;
}.price_plan_item_tK .pricing_offers_Fp p::-webkit-scrollbar-track {
    background: transparent;
}.price_plan_item_tK .pricing_offers_Fp p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(160,161,160,0.5);
}.price_plan_item_tK .study_price_AZ {
    padding: 10px 20px;
    font-size: calc(21px + 4px);
    position: relative;
    align-self: flex-start;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(160,161,160) 0%, rgb(160,161,160,0.5) 100%);
    display: inline-block;
    margin-top: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}.price_plan_item_tK .cost_table_Kq:hover .study_price_AZ {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}.price_plan_item_tK .study_price_AZ::before {
    position: absolute;
    opacity: 0;
    content: "";
    height: 200%;
    transform: scale(0);
    width: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    left: -50%;
    top: -50%;
}.price_plan_item_tK .cost_table_Kq:hover .study_price_AZ::before {
    opacity: 1;
    transform: scale(1);
}

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

@media (max-width: 991px) {.price_plan_item_tK {
    padding: 80px 0;
}.price_plan_item_tK .learning_package_JT {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.price_plan_item_tK .pricing_offers_Fp {
    padding: 25px;
    min-height: 350px;
}
}

@media (max-width: 767px) {.price_plan_item_tK {
    padding: 60px 0;
}.price_plan_item_tK h2 {
    font-size: calc(33px - 4px);
}.price_plan_item_tK .pricing_fees_ec {
    margin-bottom: 30px;
    font-size: calc(18px - 1px);
}.price_plan_item_tK .learning_package_JT {
    margin: 0 auto;
    max-width: 400px;
    grid-template-columns: 1fr;
}.price_plan_item_tK .pricing_offers_Fp {
    min-height: 300px;
}.price_plan_item_tK .study_price_AZ {
    font-size: calc(21px + 2px);
}
}

@media (max-width: 480px) {.price_plan_item_tK {
    padding: 40px 0;
}.price_plan_item_tK h2 {
    font-size: calc(33px - 6px);
}.price_plan_item_tK .pricing_offers_Fp {
    min-height: 280px;
    padding: 20px;
}.price_plan_item_tK .pricing_offers_Fp p {
    margin-bottom: 20px;
    font-size: calc(18px - 3px);
}.price_plan_item_tK .study_price_AZ {
    padding: 8px 15px;
}}.cookie_overlay_banner_xc {
    position: fixed;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    border-top: 3px solid rgb(160,161,160);
    z-index: 90;
    padding: 15px 20px;
    background: rgb(118,118,118);
    bottom: 0;
}.visitor_controls_gN {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}.edu_cookies_ue {
    flex-shrink: 0;
    margin-right: 20px;
}.edu_cookies_ue svg {
    fill: rgb(160,161,160);
    height: 50px;
    width: 50px;
}.cookie_comply_gK {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 600px;
}.cookie_overlay_banner_xc h5 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 20px;
}.cookie_overlay_banner_xc p {
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}.cookies_tech_pk {
    transition: none;
    padding: 10px 20px;
    margin-left: 10px;
    background: rgb(160,161,160);
    flex-shrink: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid rgb(160,161,160);
    min-width: 150px;
    font-size: 19px;
    text-decoration: none;
    color: #ffffff;
}.cookies_tech_pk:hover {
    background: rgb(160,161,160,0.5);
    border-color: rgb(160,161,160,0.5);
}.cookie_overlay_banner_xc p a {
    color: rgb(160,161,160);
    border-bottom: 2px solid rgb(160,161,160);
    text-decoration: none;
}.cookie_overlay_banner_xc p a:hover {
    color: rgb(118,118,118);
    border-bottom-color: rgb(118,118,118);
}
@media only screen and (max-width: 1200px) {.cookie_overlay_banner_xc {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.edu_cookies_ue {
    display: none;
}.visitor_controls_gN {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_overlay_banner_xc h5, .cookie_overlay_banner_xc p {
    text-align: center;
}.cookie_comply_gK {
    margin-bottom: 15px;
}.cookies_tech_pk {
    margin-left: 0;
    margin-top: 10px;
}}
#alertTrackingUsage_eU {
    display: none;
}#alertTrackingUsage_eU:checked ~ .cookie_overlay_banner_xc {
    opacity: 0;
    visibility: hidden;
}.program_overview_oR {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(192,192,177);
    position: relative;
}.program_overview_oR::before {
    bottom: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 2px, rgb(118,118,118,0.5) 2px, rgb(118,118,118,0.5) 4px),
        repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(160,161,160,0.5) 2px, rgb(160,161,160,0.5) 4px);
    content: "";
    top: 0;
    right: 0;
    z-index: 0;
    left: 0;
    opacity: 0.03;
    position: absolute;
}.program_overview_oR::after {
    background: 
        radial-gradient(ellipse at top left, rgb(160,161,160,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at bottom right, rgb(118,118,118,0.5) 0%, transparent 60%);
    position: absolute;
    height: 90%;
    top: 5%;
    animation: ambientLight 15s infinite alternate ease-in-out;
    filter: blur(40px);
    z-index: 0;
    width: 90%;
    left: 5%;
    content: "";
}.program_overview_oR .container {
    position: relative;
    z-index: 1;
}.program_overview_oR .mentor_approach_ja {
    flex-direction: column;
    background: transparent;
    position: relative;
    overflow: visible;
    border-radius: 23px;
    max-width: 100%;
    display: flex;
}.program_overview_oR .img_center_tV {
    height: 100%;
    z-index: 0;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    transform: translateZ(0);
    left: 0;
    filter: saturate(0.8) contrast(1.1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    border-radius: 23px;
    overflow: hidden;
    top: 0;
}.program_overview_oR .img_center_tV::before {
    left: 0;
    position: absolute;
    mix-blend-mode: multiply;
    z-index: 1;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
    width: 100%;
    height: 100%;
}.program_overview_oR .img_center_tV::after {
    height: 100%;
    background: 
        linear-gradient(to right, #000000 0%, transparent 20%, transparent 80%, #000000 100%),
        linear-gradient(to bottom, #000000 0%, transparent 20%, transparent 80%, #000000 100%);
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0.7;
    left: 0;
    width: 100%;
    content: "";
}.program_overview_oR .mentor_approach_ja:hover .img_center_tV {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        65% 100%, 
        60% 85%, 
        40% 85%, 
        35% 100%, 
        0% 100%
    );
    filter: saturate(1.1) contrast(1.2);
}.program_overview_oR .career_path_oJ {
    background: rgba(255, 255, 255, 0.9);
    z-index: 3;
    backdrop-filter: blur(10px);
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    transition: all 0.6s ease;
    border-radius: 23px;
    width: 85%;
    padding: 80px 60px;
    position: relative;
    margin: 40px auto;
}.program_overview_oR .career_path_oJ::before {
    opacity: 0.7;
    background: linear-gradient(
        45deg,
        rgb(160,161,160) 0%,
        transparent 30%,
        transparent 70%,
        rgb(118,118,118) 100%
    );
    border-radius: calc(23px + 2px);
    top: -2px;
    content: "";
    right: -2px;
    transition: opacity 0.6s ease;
    bottom: -2px;
    z-index: -1;
    left: -2px;
    position: absolute;
}.program_overview_oR .career_path_oJ::after {
    transition: all 0.4s ease;
    bottom: 10px;
    right: 10px;
    position: absolute;
    content: "";
    top: 10px;
    z-index: -1;
    left: 10px;
    border-radius: 10px;
    border: 1px dashed rgb(160,161,160,0.5);
    opacity: 0.5;
}.program_overview_oR .mentor_approach_ja:hover .career_path_oJ {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.15),
        0 10px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.program_overview_oR .mentor_approach_ja:hover .career_path_oJ::before {
    opacity: 1;
}.program_overview_oR .mentor_approach_ja:hover .career_path_oJ::after {
    top: 15px;
    opacity: 0.7;
    bottom: 15px;
    right: 15px;
    left: 15px;
}.program_overview_oR .head_pagewrap_hs {
    top: -35px;
    position: absolute;
    background: #ffffff;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 4px 8px rgba(0, 0, 0, 0.05),
        0 0 0 5px rgb(160,161,160,0.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 70px;
    transform: translateX(-50%);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    align-items: center;
    left: 50%;
    width: 70px;
    z-index: 5;
}.program_overview_oR .head_pagewrap_hs::before {
    content: "";
    background: 
        conic-gradient(
            rgb(160,161,160) 0deg, 
            rgb(160,161,160) 90deg, 
            transparent 90deg, 
            transparent 180deg, 
            rgb(118,118,118) 180deg, 
            rgb(118,118,118) 270deg, 
            transparent 270deg, 
            transparent 360deg
        );
    opacity: 0.5;
    right: -10px;
    animation: rotateConic 10s linear infinite;
    top: -10px;
    z-index: -1;
    left: -10px;
    position: absolute;
    transition: opacity 0.5s ease;
    border-radius: 50%;
    bottom: -10px;
}.program_overview_oR .head_pagewrap_hs:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 6px 12px rgba(0, 0, 0, 0.08),
        0 0 0 5px rgb(118,118,118,0.5);
    transform: translateX(-50%) scale(1.1);
}.program_overview_oR .head_pagewrap_hs:hover::before {
    opacity: 0.8;
}.program_overview_oR .head_pagewrap_hs svg {
    width: 40px;
    height: 40px;
    transition: transform 0.5s ease;
}.program_overview_oR .head_pagewrap_hs:hover svg {
    transform: rotate(15deg);
}.program_overview_oR .head_pagewrap_hs svg path {
    fill: rgb(160,161,160);
    transition: fill 0.5s ease;
}.program_overview_oR .head_pagewrap_hs:hover svg path {
    fill: rgb(118,118,118);
}.program_overview_oR h3 {
    margin-top: 20px;
    font-size: 34px;
    position: relative;
    margin-bottom: 30px;
    color: #000000;
    text-align: center;
    padding-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}.program_overview_oR h3::before {
    width: 50px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(160,161,160);
    position: absolute;
    transition: width 0.5s ease;
    content: "";
    bottom: 0;
}.program_overview_oR h3::after {
    transform: translateX(-50%);
    left: 50%;
    content: "";
    width: 100px;
    transition: width 0.5s ease;
    height: 1px;
    background: rgb(118,118,118,0.5);
    position: absolute;
    bottom: -5px;
}.program_overview_oR .career_path_oJ:hover h3::before {
    width: 100px;
}.program_overview_oR .career_path_oJ:hover h3::after {
    width: 150px;
}.program_overview_oR p {
    margin: 0 auto;
    max-width: 90%;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: #000000;
    position: relative;
}.program_overview_oR p::before, 
.program_overview_oR p::after {
    transition: all 0.5s ease;
    height: 20px;
    content: "";
    opacity: 0.3;
    width: 20px;
    position: absolute;
}.program_overview_oR p::before {
    border-top: 2px solid rgb(160,161,160);
    top: -10px;
    left: -10px;
    border-left: 2px solid rgb(160,161,160);
}.program_overview_oR p::after {
    border-right: 2px solid rgb(118,118,118);
    bottom: -10px;
    right: -10px;
    border-bottom: 2px solid rgb(118,118,118);
}.program_overview_oR .career_path_oJ:hover p::before,
.program_overview_oR .career_path_oJ:hover p::after {
    width: 40px;
    opacity: 0.6;
    height: 40px;
}

@keyframes ambientLight {
    0% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
    50% {
        opacity: 0.5;
        transform: scale(1) rotate(5deg);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95) rotate(0deg);
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.program_overview_oR {
    padding: 100px 0;
}.program_overview_oR .career_path_oJ {
    width: 90%;
    padding: 70px 50px;
}.program_overview_oR h3 {
    font-size: calc(34px - 2px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.program_overview_oR {
    padding: 80px 0;
}.program_overview_oR .career_path_oJ {
    padding: 60px 40px;
    width: 90%;
    margin: 30px auto;
}.program_overview_oR .head_pagewrap_hs {
    top: -30px;
    height: 60px;
    width: 60px;
}.program_overview_oR .head_pagewrap_hs svg {
    width: 35px;
    height: 35px;
}.program_overview_oR h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: calc(34px - 4px);
}.program_overview_oR p {
    line-height: 1.7;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {.program_overview_oR {
    padding: 60px 0;
}.program_overview_oR .career_path_oJ {
    margin: 25px auto;
    padding: 50px 30px;
    transform: none;
    width: 95%;
}.program_overview_oR .head_pagewrap_hs {
    top: -25px;
    width: 50px;
    height: 50px;
}.program_overview_oR .head_pagewrap_hs svg {
    width: 30px;
    height: 30px;
}.program_overview_oR .head_pagewrap_hs::before {
    display: none;
}.program_overview_oR h3 {
    font-size: calc(34px - 6px);
    margin-bottom: 20px;
    padding-bottom: 12px;
}.program_overview_oR p {
    line-height: 1.6;
    max-width: 100%;
    font-size: calc(16px - 2px);
}.program_overview_oR p::before, 
    .program_overview_oR p::after {
    width: 15px;
    height: 15px;
}.program_overview_oR .career_path_oJ:hover p::before,
    .program_overview_oR .career_path_oJ:hover p::after {
    height: 25px;
    width: 25px;
}.program_overview_oR h3::before {
    width: 40px;
}.program_overview_oR h3::after {
    width: 80px;
}.program_overview_oR .career_path_oJ:hover h3::before {
    width: 70px;
}.program_overview_oR .career_path_oJ:hover h3::after {
    width: 110px;
}.program_overview_oR .img_center_tV {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            60% 100%, 
            50% 95%, 
            40% 95%, 
            30% 100%, 
            0% 100%
        );
}.program_overview_oR .mentor_approach_ja:hover .img_center_tV {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 100%, 
            65% 100%, 
            55% 92%, 
            35% 92%, 
            25% 100%, 
            0% 100%
        );
}.program_overview_oR .career_path_oJ::after {
    display: none;
}}.contact_us_Jc {
    padding: 100px 0;
    background: rgb(192,192,177);
    overflow: hidden;
    position: relative;
    z-index: 1;
}.contact_us_Jc::before {
    width: 100%;
    content: '';
    background-size: 60px 60px;
    position: absolute;
    opacity: 0.3;
    top: 0;
    height: 100%;
    z-index: 0;
    left: 0;
    background: linear-gradient(45deg, transparent 48%, rgb(160,161,160,0.5) 49%, rgb(160,161,160,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(118,118,118,0.5) 49%, rgb(118,118,118,0.5) 51%, transparent 52%);
}.contact_us_Jc::after {
    background-size: 100px 100px;
    width: 100%;
    content: '';
    position: absolute;
    z-index: 0;
    background: 
        linear-gradient(90deg, rgb(192,192,177) 6px, transparent 6px),
        linear-gradient(0deg, rgb(192,192,177) 6px, transparent 6px);
    opacity: 0.2;
    left: 0;
    height: 100%;
    top: 0;
}.contact_us_Jc .img_center_tV {
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.15;
    z-index: 0;
    width: 100%;
    filter: grayscale(0.7) hue-rotate(25deg);
    left: 0;
}.contact_us_Jc .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.contact_us_Jc h3 {
    font-weight: 700;
    transform: skew(-5deg);
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #000000;
    font-size: 47px;
}.contact_us_Jc h3::before {
    background: linear-gradient(90deg, rgb(160,161,160), rgb(118,118,118));
    content: '';
    position: absolute;
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
    height: 5px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    bottom: -15px;
}.contact_us_Jc .feedback_feedback_nz {
    z-index: 1;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.contact_us_Jc .reach_reach_Zx {
    position: relative;
    flex: 1 1 60%;
    background: #ffffff;
    border-radius: 0;
    transform: skew(-3deg);
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 60px;
}.contact_us_Jc .reach_reach_Zx::before {
    position: absolute;
    bottom: 20px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    right: 20px;
    left: 20px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    top: 20px;
    pointer-events: none;
    content: '';
}.contact_us_Jc .reach_reach_Zx #contact {
    transform: skew(3deg);
}.contact_us_Jc .reach_reach_Zx h3 {
    color: #000000;
    transform: skew(0);
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    margin-bottom: 40px;
}.contact_us_Jc .reach_reach_Zx h3::before {
    width: 60px;
    transform: none;
    height: 3px;
    clip-path: none;
    left: 0;
}.contact_us_Jc .reach_reach_Zx input[type="text"],
.contact_us_Jc .reach_reach_Zx textarea {
    margin-bottom: 25px;
    border-radius: 0;
    border: 2px solid rgb(160,161,160);
    color: #000000;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    width: 100%;
    background-color: #ffffff;
    transition: all 0.3s ease;
    padding: 20px;
    font-size: 14px;
}.contact_us_Jc .reach_reach_Zx input[type="text"]:focus,
.contact_us_Jc .reach_reach_Zx textarea:focus {
    transform: translate(-3px, -3px);
    background-color: rgba(0, 0, 0, 0.02);
    box-shadow: 8px 8px 0 rgb(160,161,160,0.5);
    outline: none;
}.contact_us_Jc .reach_reach_Zx textarea {
    height: 140px;
    resize: vertical;
}.contact_us_Jc .reach_reach_Zx .connect_widget_Ye {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_us_Jc .reach_reach_Zx .connect_widget_Ye input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_us_Jc .reach_reach_Zx .connect_widget_Ye label {
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.5;
    position: relative;
    color: #000000;
    font-size: calc(14px - 2px);
}.contact_us_Jc .reach_reach_Zx .connect_widget_Ye label::before {
    content: '';
    top: 0;
    width: 24px;
    left: 0;
    height: 24px;
    background-color: #ffffff;
    position: absolute;
    border: 2px solid rgb(160,161,160);
    transition: all 0.3s ease;
}.contact_us_Jc .reach_reach_Zx .connect_widget_Ye input[type="checkbox"]:checked + label::before {
    background-color: rgb(160,161,160);
}.contact_us_Jc .reach_reach_Zx .connect_widget_Ye input[type="checkbox"]:checked + label::after {
    content: '';
    border-bottom: 2px solid #ffffff;
    width: 6px;
    position: absolute;
    height: 12px;
    left: 9px;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    top: 5px;
}.contact_us_Jc .reach_reach_Zx .connect_widget_Ye a {
    transition: color 0.3s ease;
    color: rgb(160,161,160);
    text-decoration: none;
    font-weight: 600;
    position: relative;
}.contact_us_Jc .reach_reach_Zx .connect_widget_Ye a::after {
    transform: scaleX(0);
    bottom: -2px;
    left: 0;
    transition: transform 0.3s ease;
    transform-origin: left;
    height: 2px;
    content: '';
    position: absolute;
    background-color: rgb(160,161,160);
    width: 100%;
}.contact_us_Jc .reach_reach_Zx .connect_widget_Ye a:hover {
    color: rgb(118,118,118);
}.contact_us_Jc .reach_reach_Zx .connect_widget_Ye a:hover::after {
    background-color: rgb(118,118,118);
    transform: scaleX(1);
}.contact_us_Jc .reach_reach_Zx .inquiry_request_YK {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    padding: 18px 40px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    border: none;
    transition: all 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    background: rgb(160,161,160);
    cursor: pointer;
}.contact_us_Jc .reach_reach_Zx .inquiry_request_YK:hover {
    transform: translate(-3px, -3px);
    background: rgb(118,118,118);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}.contact_us_Jc .request_grid_VT {
    padding: 60px 60px 60px 80px;
    position: relative;
    margin-left: -40px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 1;
    flex: 1 1 40%;
    background: rgb(192,192,177);
    color: #ffffff;
}.contact_us_Jc .request_grid_VT::before {
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
}.contact_us_Jc .request_grid_VT::after {
    right: 20px;
    top: 20px;
    pointer-events: none;
    content: '';
    left: 20px;
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.1);
    bottom: 20px;
}.contact_us_Jc .request_grid_VT h4 {
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 2px;
}.contact_us_Jc .request_grid_VT h4::after {
    position: absolute;
    left: 0;
    background: rgb(160,161,160);
    height: 3px;
    content: '';
    width: 60px;
    bottom: -15px;
}.contact_us_Jc .request_grid_VT .reach_feedback_HX {
    list-style: none;
    margin: 0;
    padding: 0;
}.contact_us_Jc .request_grid_VT .reach_feedback_HX li {
    align-items: flex-start;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    display: flex;
    position: relative;
}.contact_us_Jc .request_grid_VT .reach_feedback_HX li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}.contact_us_Jc .request_grid_VT .reach_feedback_HX li svg {
    margin-right: 20px;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}.contact_us_Jc .request_grid_VT .reach_feedback_HX li svg path {
    fill: rgb(160,161,160);
}.contact_us_Jc .request_grid_VT .reach_feedback_HX li:hover svg path {
    fill: rgb(118,118,118);
    transition: fill 0.3s ease;
}.contact_us_Jc .request_grid_VT .reach_feedback_HX li span {
    color: #000000;
    line-height: 1.5;
    font-size: 14px;
}.contact_us_Jc .request_grid_VT .reach_feedback_HX li a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}.contact_us_Jc .request_grid_VT .reach_feedback_HX li a:hover {
    color: rgb(160,161,160);
}

@media (max-width: 992px) {.contact_us_Jc {
    padding: 70px 0;
}.contact_us_Jc .feedback_feedback_nz {
    flex-direction: column;
}.contact_us_Jc .reach_reach_Zx {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    padding: 40px;
    flex: 1 1 100%;
}.contact_us_Jc .request_grid_VT {
    margin-top: -20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    margin-left: 0;
    padding: 40px;
    flex: 1 1 100%;
}
}

@media (max-width: 768px) {.contact_us_Jc {
    padding: 50px 0;
}.contact_us_Jc h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(33px);
}.contact_us_Jc .reach_reach_Zx h3,
    .contact_us_Jc .request_grid_VT h4 {
    margin-bottom: 30px;
    font-size: calc(18px - 2px);
}.contact_us_Jc .reach_reach_Zx input[type="text"],
    .contact_us_Jc .reach_reach_Zx textarea {
    margin-bottom: 20px;
    padding: 15px;
}.contact_us_Jc .reach_reach_Zx textarea {
    height: 120px;
}.contact_us_Jc .reach_reach_Zx .inquiry_request_YK {
    padding: 15px 30px;
}.contact_us_Jc .request_grid_VT .reach_feedback_HX li {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.contact_us_Jc .request_grid_VT .reach_feedback_HX li svg {
    width: 20px;
    margin-right: 15px;
    height: 20px;
}
}

@media (max-width: 576px) {.contact_us_Jc {
    padding: 40px 0;
}.contact_us_Jc .reach_reach_Zx,
    .contact_us_Jc .request_grid_VT {
    padding: 30px 20px;
    transform: skew(0);
    clip-path: none;
    box-shadow: none;
}.contact_us_Jc .reach_reach_Zx #contact {
    transform: skew(0);
}.contact_us_Jc .reach_reach_Zx::before,
    .contact_us_Jc .request_grid_VT::after {
    clip-path: none;
}.contact_us_Jc .request_grid_VT {
    margin-top: 0;
}.contact_us_Jc h3 {
    font-size: calc(33px - 6px);
    transform: skew(0);
}.contact_us_Jc .reach_reach_Zx .connect_widget_Ye label {
    font-size: calc(14px - 3px);
}.contact_us_Jc .reach_reach_Zx .inquiry_request_YK {
    clip-path: none;
}}.learning_process_FY {
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 75vh;
    justify-content: center;
    background: rgb(192,192,177);
}.learning_process_FY::before {
    animation: pulseBackground 8s ease-in-out infinite alternate;
    position: absolute;
    background: 
        radial-gradient(ellipse at 30% 30%, rgb(160,161,160,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 70%, rgb(118,118,118,0.5) 0%, transparent 60%);
    top: 0;
    opacity: 0.5;
    height: 100%;
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
}.learning_process_FY::after {
    z-index: 1;
    width: 100%;
    left: 0;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        );
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}.learning_process_FY .container {
    justify-content: center;
    position: relative;
    display: flex;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 5;
    align-items: center;
    width: 100%;
}.learning_process_FY .mentor_approach_ja {
    width: 100%;
    position: relative;
    max-width: 1300px;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 5rem;
}.learning_process_FY .mentor_approach_ja::before {
    border-radius: 50%;
    animation: rotateField 40s linear infinite;
    opacity: 0.6;
    width: 100%;
    background: 
        repeating-radial-gradient(
            circle at center,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 60px
        );
    position: absolute;
    height: 100%;
    z-index: -1;
    content: "";
}.learning_process_FY .mentor_approach_ja::after {
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(160,161,160,0.5) 90deg,
            transparent 180deg,
            rgb(118,118,118,0.5) 270deg,
            transparent 360deg
        );
    width: 100%;
    height: 100%;
    animation: rotateField 20s linear infinite reverse;
    position: absolute;
    content: "";
    opacity: 0.3;
    border-radius: 50%;
    z-index: -2;
    transform-origin: center;
}.learning_process_FY h3 {
    animation: magneticPulse 5s ease-in-out infinite;
    margin: 0 10px;
    font-weight: 700;
    padding: 2rem 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    position: relative;
    background: #ffffff;
    font-size: 35px;
    color: rgb(160,161,160);
    text-align: center;
    z-index: 2;
    max-width: 600px;
    justify-content: center;
    border-radius: 30px;
    flex: 0 1 48%;
}.learning_process_FY h3::before {
    content: "";
    opacity: 0.7;
    z-index: -1;
    border-radius: 35px;
    inset: -5px;
    position: absolute;
    background: linear-gradient(135deg, rgb(160,161,160,0.5), rgb(118,118,118,0.5));
    animation: borderPulse 5s ease-in-out infinite;
}.learning_process_FY h3::after {
    width: 40px;
    top: 50%;
    right: -20px;
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(160,161,160), transparent);
    height: 2px;
}.learning_process_FY span {
    color: #000000;
    margin: 0 10px;
    animation: magneticPulse 5s ease-in-out 0.5s infinite;
    padding: 2rem 3rem;
    position: relative;
    z-index: 2;
    flex: 0 1 70%;
    line-height: 1.7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-size: 17px;
    background: #ffffff;
    max-width: 850px;
    border-radius: 30px;
}.learning_process_FY span::before {
    opacity: 0.7;
    content: "";
    border-radius: 35px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(118,118,118,0.5), rgb(160,161,160,0.5));
    position: absolute;
    animation: borderPulse 5s ease-in-out 0.5s infinite;
    inset: -5px;
}.learning_process_FY span::after {
    height: 2px;
    top: 50%;
    content: "";
    left: -20px;
    background: linear-gradient(to left, rgb(118,118,118), transparent);
    z-index: 1;
    position: absolute;
    width: 40px;
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.7;
        background-position: 100% 100%;
    }
}

@keyframes rotateField {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes magneticPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.learning_process_FY .container {
    padding: 4rem 1.5rem;
}.learning_process_FY .mentor_approach_ja {
    gap: 3rem;
    flex-direction: column;
}.learning_process_FY h3 {
    font-size: calc(35px * 0.9);
    flex: 0 1 auto;
    width: 100%;
    padding: 1.8rem 2.5rem;
    max-width: 100%;
}.learning_process_FY span {
    max-width: 100%;
    font-size: calc(17px * 0.95);
    padding: 1.8rem 2.5rem;
    flex: 0 1 auto;
    width: 100%;
}.learning_process_FY h3::after {
    top: auto;
    width: 40px;
    bottom: -20px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
}.learning_process_FY span::after {
    display: none;
}
}

@media (max-width: 768px) {.learning_process_FY {
    min-height: auto;
    padding: 3rem 0;
}.learning_process_FY .container {
    padding: 0 1.2rem;
}.learning_process_FY .mentor_approach_ja {
    gap: 2.5rem;
}.learning_process_FY h3 {
    font-size: calc(35px * 0.8);
    padding: 1.5rem 2rem;
}.learning_process_FY span {
    padding: 1.5rem 2rem;
    font-size: calc(17px * 0.9);
}.learning_process_FY h3::before,
    .learning_process_FY span::before {
    inset: -3px;
}
}

@media (max-width: 576px) {.learning_process_FY {
    padding: 2.5rem 0;
}.learning_process_FY .container {
    padding: 0 1rem;
}.learning_process_FY .mentor_approach_ja {
    gap: 2rem;
}.learning_process_FY h3 {
    font-size: calc(35px * 0.7);
    padding: 1.2rem 1.5rem;
}.learning_process_FY span {
    padding: 1.2rem 1.5rem;
    font-size: calc(17px * 0.85);
}.learning_process_FY h3::after {
    width: 30px;
    bottom: -15px;
}.learning_process_FY h3::before,
    .learning_process_FY span::before {
    inset: -2px;
}}.quantitative_data_kA {
    background: rgb(192,192,177);
    overflow: hidden;
    z-index: 1;
    padding: 150px 0;
    position: relative;
}.quantitative_data_kA::before {
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.05;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}.quantitative_data_kA::after {
    z-index: -1;
    bottom: 0;
    content: "";
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, rgb(160,161,160,0.5) 0, rgb(160,161,160,0.5) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgb(118,118,118,0.5) 0, rgb(118,118,118,0.5) 1px, transparent 1px, transparent 15px);
    height: 60%;
    width: 100%;
    background-size: 30px 30px;
    opacity: 0.05;
    position: absolute;
}.quantitative_data_kA .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.quantitative_data_kA h2 {
    color: #000000;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 80px;
}.quantitative_data_kA h2::after {
    border-right: 30px solid transparent;
    left: 50%;
    border-top: 20px solid rgb(160,161,160,0.5);
    bottom: -20px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    width: 0;
    border-left: 30px solid transparent;
    height: 0;
}.quantitative_data_kA ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: center;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 30px;
    display: grid;
    list-style: none;
}.quantitative_data_kA .career_benefits_fQ {
    align-items: center;
    z-index: 1;
    padding: 40px 30px;
    display: flex;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    min-height: 220px;
    justify-content: center;
    flex-direction: column;
    aspect-ratio: 1;
}.quantitative_data_kA .career_benefits_fQ:nth-child(1) {
    transform: none;
    grid-column: auto;
    z-index: 4;
    grid-row: auto;
}.quantitative_data_kA .career_benefits_fQ:nth-child(2) {
    grid-row: auto;
    grid-column: auto;
    transform: none;
    z-index: 3;
}.quantitative_data_kA .career_benefits_fQ:nth-child(3) {
    transform: none;
    grid-column: auto;
    grid-row: auto;
    z-index: 3;
}.quantitative_data_kA .career_benefits_fQ:nth-child(4) {
    transform: none;
    grid-column: auto;
    grid-row: auto;
    z-index: 2;
}.quantitative_data_kA .career_benefits_fQ::before {
    content: "";
    z-index: -1;
    inset: 5px;
    position: absolute;
    background: #ffffff;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}.quantitative_data_kA .career_benefits_fQ::after {
    background: linear-gradient(135deg, rgb(160,161,160), rgb(118,118,118));
    inset: 0;
    z-index: -2;
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0.8;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    content: "";
}.quantitative_data_kA .career_benefits_fQ:hover {
    transform: translateY(-10px) scale(1.05);
}.quantitative_data_kA .career_benefits_fQ:hover::after {
    opacity: 1;
}.quantitative_data_kA .career_benefits_fQ p {
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #000000;
    margin: 0 0 15px;
    transition: all 0.3s ease;
    line-height: 1.2;
    max-width: 90%;
    font-size: 3.2rem;
    background: #ffffff;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 15px;
    border-bottom: 3px solid rgb(160,161,160);
    position: relative;
}.quantitative_data_kA .career_benefits_fQ:nth-child(even) p {
    border-bottom-color: rgb(118,118,118);
}.quantitative_data_kA .career_benefits_fQ:hover p {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.quantitative_data_kA .career_benefits_fQ span {
    position: relative;
    max-width: 90%;
    z-index: 2;
    color: #000000;
    margin: 0 auto;
    padding-top: 5px;
    display: block;
    transition: all 0.3s ease;
    font-size: 12px;
    font-weight: 600;
    word-wrap: break-word;
}.quantitative_data_kA .career_benefits_fQ:hover span {
    color: #000000;
}.quantitative_data_kA svg {
    width: 40px;
    height: 40px;
    fill: rgb(160,161,160);
    border-radius: 50%;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.8);
    padding: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    z-index: 2;
    margin-bottom: 15px;
    position: relative;
}.quantitative_data_kA .career_benefits_fQ:nth-child(even) svg {
    fill: rgb(118,118,118);
}.quantitative_data_kA .career_benefits_fQ:hover svg {
    transform: rotate(15deg) scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}.quantitative_data_kA svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.quantitative_data_kA .career_benefits_fQ:hover svg path {
    fill: rgb(118,118,118);
}.quantitative_data_kA .career_benefits_fQ:nth-child(even):hover svg path {
    fill: rgb(160,161,160);
}.quantitative_data_kA .container::before,
.quantitative_data_kA .container::after {
    background: rgb(160,161,160,0.5);
    content: "";
    top: 5%;
    left: 5%;
    animation: float 15s infinite alternate ease-in-out;
    border-radius: 50%;
    width: 200px;
    position: absolute;
    filter: blur(50px);
    height: 200px;
    opacity: 0.1;
    z-index: -1;
}.quantitative_data_kA .container::after {
    width: 250px;
    background: rgb(118,118,118,0.5);
    top: auto;
    left: auto;
    right: 5%;
    height: 250px;
    animation: float 20s infinite alternate-reverse ease-in-out;
    bottom: 5%;
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 30px);
    }
}


@media (max-width: 1200px) {.quantitative_data_kA .career_benefits_fQ {
    min-height: 200px;
    padding: 35px 25px;
    max-width: 250px;
}.quantitative_data_kA .career_benefits_fQ p {
    font-size: 2.8rem;
}.quantitative_data_kA svg {
    width: 35px;
    height: 35px;
}
}

@media (max-width: 991px) {.quantitative_data_kA {
    padding: 120px 0;
}.quantitative_data_kA ul {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.quantitative_data_kA .career_benefits_fQ {
    min-height: 180px;
    padding: 30px 20px;
    max-width: 220px;
}.quantitative_data_kA .career_benefits_fQ p {
    padding: 4px 10px;
    font-size: 2.5rem;
}.quantitative_data_kA h2 {
    margin-bottom: 60px;
}

}

@media (max-width: 768px) {.quantitative_data_kA {
    padding: 90px 0;
}.quantitative_data_kA ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}.quantitative_data_kA .career_benefits_fQ {
    padding: 35px 25px;
    min-height: 160px;
    max-width: 200px;
}.quantitative_data_kA .career_benefits_fQ:hover {
    transform: translateY(-10px) scale(1.05) !important;
}.quantitative_data_kA .career_benefits_fQ p {
    font-size: 2.2rem;
}.quantitative_data_kA h2 {
    margin-bottom: 50px;
    font-size: calc(35px * 0.9);
}.quantitative_data_kA svg {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 576px) {.quantitative_data_kA {
    padding: 70px 0;
}.quantitative_data_kA ul {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.quantitative_data_kA .career_benefits_fQ {
    padding: 30px 20px;
    min-height: 150px;
    border-radius: 10px;
    clip-path: none;
    max-width: 180px;
}.quantitative_data_kA .career_benefits_fQ::before,
    .quantitative_data_kA .career_benefits_fQ::after {
    clip-path: none;
    border-radius: 10px;
}.quantitative_data_kA .career_benefits_fQ p {
    font-size: 2rem;
    padding: 3px 8px;
}.quantitative_data_kA h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.8);
}.quantitative_data_kA h2::after {
    border-top: 15px solid rgb(160,161,160,0.5);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}.quantitative_data_kA .container::before,
    .quantitative_data_kA .container::after {
    height: 150px;
    width: 150px;
}}


@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.quantitative_data_kA .career_benefits_fQ {
    animation: fadeInScale 0.8s forwards;
    animation-delay: calc(0.1s * var(--item-index, 1));
    opacity: 0;
}@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


.grade_help_km {
    background-color: rgb(192,192,177);
    color: #000000;
    padding: 5rem 0 2rem;
    font-family: Arial, sans-serif;
    position: relative;
}.grade_help_km::before {
    left: 0;
    height: 100%;
    opacity: 0.07;
    position: absolute;
    width: 100%;
    content: '';
    background: 
        linear-gradient(135deg, rgb(160,161,160,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(118,118,118,0.5) 0%, transparent 70%);
    top: 0;
    z-index: 0;
}.grade_help_km::after {
    z-index: 1;
    background: linear-gradient(90deg, 
        rgb(192,192,177) 0%,
        rgb(160,161,160) 35%, 
        rgb(118,118,118) 65%,
        rgb(192,192,177) 100%);
    position: absolute;
    height: 7px;
    width: 100%;
    left: 0;
    content: '';
    top: 0;
}.grade_help_km .container {
    position: relative;
    z-index: 2;
}.grade_help_km .forum_link_uh {
    display: flex;
    flex-direction: column;
}.grade_help_km .contact_us_Pg {
    position: relative;
    justify-content: center;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    gap: 0;
    display: flex;
    padding-bottom: 2rem;
}.grade_help_km .contact_us_Pg::after {
    height: 1px;
    bottom: -1px;
    position: absolute;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(118,118,118,0.5) 50%,
        transparent 100%);
    left: 0;
}.grade_help_km .info_item {
    transition: all 0.3s ease;
    position: relative;
    width: 25%;
    flex: 0 0 auto;
    padding: 0.5rem 1rem;
}.grade_help_km .info_item::before {
    background-color: rgba(0, 0, 0, 0.06);
    width: 1px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    height: 60%;
    content: '';
}.grade_help_km .info_item:first-child::before {
    display: none;
}.grade_help_km .info_item p,
.grade_help_km .info_item a {
    display: flex;
    justify-content: center;
    color: #000000;
    font-weight: 400;
    align-items: center;
    text-decoration: none;
    font-size: calc(14px - 1px);
    gap: 0.75rem;
    transition: all 0.3s ease;
    text-align: center;
}.grade_help_km .info_item:hover {
    transform: translateY(-5px);
}.grade_help_km .info_item:hover p,
.grade_help_km .info_item:hover a {
    color: rgb(160,161,160);
}.grade_help_km .info_item svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
    fill: rgb(160,161,160);
}.grade_help_km .info_item:hover svg {
    transform: rotate(10deg);
}.grade_help_km .text_main_holder {
    gap: 3rem;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}.grade_help_km .head_pagewrap_hs {
    flex-direction: column;
    width: 100%;
    gap: 1.5rem;
    margin-right: auto;
    max-width: 300px;
    display: flex;
}.grade_help_km .head_pagewrap_hs svg {
    transition: all 0.3s ease;
    max-width: 160px;
    height: auto;
}.grade_help_km .head_pagewrap_hs:hover svg {
    transform: scale(1.05);
}.grade_help_km .math_tools_Dg {
    padding-left: 2rem;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}.grade_help_km .math_tools_Dg::before {
    border-radius: 2px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(160,161,160), rgb(118,118,118));
    left: 0;
    content: '';
    top: 0;
    width: 4px;
    bottom: 0;
}.grade_help_km .head_mentor_PR {
    flex-direction: column;
    min-width: 240px;
    flex: 1;
    gap: 2rem;
    display: flex;
    position: relative;
    max-width: 400px;
}.grade_help_km .head_mentor_PR::before {
    background: rgba(0, 0, 0, 0.02);
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    border-radius: 23px;
    content: '';
}.grade_help_km .head_mentor_PR h5 {
    border-radius: 10px;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #000000;
    background: rgba(0, 0, 0, 0.03);
    padding: 0.75rem 1.5rem;
    font-size: 19px;
}.grade_help_km .header_base_Ck {
    display: flex;
    gap: 0.75rem;
    padding: 0 1.5rem;
    flex-direction: column;
}.grade_help_km .header_base_Ck:first-child {
    position: relative;
}.grade_help_km .header_base_Ck a {
    padding: 0.5rem 0;
    color: #000000;
    text-decoration: none;
    position: relative;
    padding-left: 1.25rem;
    font-size: 14px;
    transition: all 0.3s ease;
}.grade_help_km .header_base_Ck a::before {
    width: 6px;
    position: absolute;
    transition: all 0.3s ease;
    background-color: rgb(118,118,118,0.5);
    content: '';
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    left: 0;
    border-radius: 50%;
}.grade_help_km .header_base_Ck a:hover {
    color: rgb(160,161,160);
    padding-left: 1.5rem;
}.grade_help_km .header_base_Ck a:hover::before {
    height: 8px;
    background-color: rgb(160,161,160);
    width: 8px;
}.grade_help_km .subscribe_holder {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    border-radius: 23px;
    width: 100%;
    flex-direction: column;
    position: relative;
    gap: 1.5rem;
    display: flex;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2rem;
}.grade_help_km .subscribe_holder::before {
    border-color: rgb(160,161,160,0.5) transparent transparent transparent;
    position: absolute;
    border-top-left-radius: 23px;
    border-width: 50px 50px 0 0;
    top: 0;
    width: 0;
    border-style: solid;
    content: '';
    left: 0;
    height: 0;
}.grade_help_km .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #000000;
    font-size: 19px;
}.grade_help_km .subscribe_holder p {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}.grade_help_km .input_holder {
    margin-top: 0.5rem;
    position: relative;
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.grade_help_km .input_holder input[type="email"] {
    font-size: 14px;
    padding: 1.125rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 10px;
}.grade_help_km .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(160,161,160,0.5);
    border-color: rgb(160,161,160);
    outline: none;
}.grade_help_km .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.grade_help_km .sub_confirmation_nP {
    border: none;
    background: linear-gradient(135deg, rgb(160,161,160) 0%, rgb(118,118,118) 100%);
    padding: 1.125rem 1.25rem;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    z-index: 1;
    font-size: 14px;
    cursor: pointer;
}.grade_help_km .sub_confirmation_nP::before {
    position: absolute;
    width: 100%;
    opacity: 0;
    content: '';
    transition: opacity 0.3s ease;
    z-index: -1;
    background: linear-gradient(135deg, rgb(118,118,118) 0%, rgb(160,161,160) 100%);
    top: 0;
    height: 100%;
    left: 0;
}.grade_help_km .sub_confirmation_nP:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.grade_help_km .sub_confirmation_nP:hover::before {
    opacity: 1;
}.grade_help_km .play_market_QI {
    position: relative;
    padding-top: 2rem;
    text-align: center;
    margin-top: 4rem;
}.grade_help_km .play_market_QI::before {
    position: absolute;
    width: 40%;
    top: 0;
    content: '';
    left: 30%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
}.grade_help_km .template_cta_Cr {
    font-size: 14px;
    color: #000000;
    opacity: 0.8;
}

@media (max-width: 1200px) {.grade_help_km .text_main_holder {
    gap: 2.5rem;
}.grade_help_km .head_pagewrap_hs {
    max-width: 260px;
}.grade_help_km .head_mentor_PR {
    min-width: 220px;
}
}

@media (max-width: 991px) {.grade_help_km {
    padding: 4rem 0 2rem;
}.grade_help_km .info_item {
    padding: 1rem;
    width: 50%;
}.grade_help_km .info_item:nth-child(3)::before {
    display: none;
}.grade_help_km .text_main_holder {
    gap: 3rem;
    flex-direction: column;
    align-items: center;
}.grade_help_km .head_pagewrap_hs {
    align-items: center;
    width: 100%;
    max-width: 100%;
    text-align: center;
}.grade_help_km .math_tools_Dg {
    max-width: 500px;
    padding-left: 0;
    text-align: center;
}.grade_help_km .math_tools_Dg::before {
    display: none;
}.grade_help_km .head_mentor_PR {
    max-width: 600px;
    width: 100%;
}.grade_help_km .subscribe_holder {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.grade_help_km {
    padding: 3.5rem 0 1.5rem;
}.grade_help_km .contact_us_Pg {
    margin-bottom: 3rem;
}.grade_help_km .info_item {
    width: 100%;
}.grade_help_km .info_item::before {
    display: none;
}.grade_help_km .header_base_Ck {
    gap: 0.5rem 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}.grade_help_km .header_base_Ck a {
    padding: 0.5rem 1rem;
    text-align: center;
}.grade_help_km .header_base_Ck a::before {
    display: none;
}.grade_help_km .header_base_Ck a:hover {
    padding-left: 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}.grade_help_km .play_market_QI {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.grade_help_km {
    padding: 3rem 0 1.5rem;
}.grade_help_km .contact_us_Pg {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.grade_help_km .text_main_holder {
    gap: 2.5rem;
}.grade_help_km .head_mentor_PR {
    padding: 1rem;
}.grade_help_km .head_mentor_PR h5 {
    text-align: center;
}.grade_help_km .subscribe_holder {
    padding: 1.5rem;
}.grade_help_km .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.grade_help_km .play_market_QI {
    margin-top: 2.5rem;
}
}