* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.ruwrapper-bundle {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}.dvconduct_code {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.Vxtop_edu {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    background: rgb(159,191,210,0.5);
    width: 2%;
}::-webkit-scrollbar-track {
    border-radius: 16.9rem;
    background: rgb(159,191,210,0.5);
}::-webkit-scrollbar-thumb {
    box-shadow: -2px -5px 14px 2px rgba(0, 0, 0, 0.4);
    border: 3px solid rgb(255, 255, 255, 0.5);
    border-radius: 9999px;
    background: rgb(111,157,186);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 0px -3px 5px 3px rgba(0, 0, 0, 0.4);
    background: rgb(159,191,210);
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1226px;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.qfour_background {
    padding: 160px 0;
    position: relative;
    overflow: hidden;
    background: rgb(210,226,235);
}.qfour_background::before {
    content: "";
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgba(rgb(159,191,210,0.5), 0.03) 0px,
            rgba(rgb(159,191,210,0.5), 0.03) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgba(rgb(111,157,186,0.5), 0.03) 0px,
            rgba(rgb(111,157,186,0.5), 0.03) 1px,
            transparent 1px,
            transparent 20px
        );
    left: 0;
    width: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
}.qfour_background::after {
    filter: blur(60px);
    z-index: 0;
    position: absolute;
    animation: gradientMove 15s infinite alternate ease-in-out;
    left: 0;
    background: 
        radial-gradient(
            circle at 10% 90%,
            rgb(159,191,210,0.5) 0%,
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 10%,
            rgb(111,157,186,0.5) 0%,
            transparent 35%
        );
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
}.qfour_background .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    max-width: 1280px;
}.qfour_background .qrwho_mentors {
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
    grid-template-areas:
        "logo director"
        "content director";
    position: relative;
    grid-template-rows: auto 1fr;
    display: grid;
}.qfour_background .kOsmart_guide {
    height: 550px;
    position: relative;
    overflow: hidden;
    grid-area: director;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 29px;
}.qfour_background .rHpost_thumbnail {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    transition: transform 0.8s ease;
    left: 0;
}.qfour_background .rHpost_thumbnail:hover {
    transform: scale(1.05);
}.qfour_background .rHpost_thumbnail::before {
    background: 
        linear-gradient(
            180deg,
            transparent 50%,
            rgba(0, 0, 0, 0.8) 100%
        );
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
}.qfour_background .UWmaster_program {
    width: 100%;
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: transform 0.4s ease;
    z-index: 2;
}.qfour_background .kOsmart_guide:hover .UWmaster_program {
    transform: translateY(-10px);
}.qfour_background .ESstudy_studio {
    font-weight: 700;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    padding-bottom: 12px;
    font-family: Arial, sans-serif;
    margin: 0 0 8px;
    font-size: 20px;
}.qfour_background .ESstudy_studio::after {
    background: rgb(159,191,210);
    width: 40px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
}.qfour_background .kOsmart_guide:hover .ESstudy_studio::after {
    width: 60px;
}.qfour_background .Yrwhy_mission {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
    opacity: 0.9;
}.qfour_background .Vrexpert_study {
    grid-area: logo;
    position: relative;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    display: flex;
    align-items: center;
    padding: 20px 0;
}.qfour_background .Vrexpert_study svg {
    transition: transform 0.4s ease;
    fill: rgb(159,191,210);
    width: 60px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    margin-right: 20px;
    height: 60px;
}.qfour_background .Vrexpert_study svg path {
    fill: rgb(159,191,210);
    transition: fill 0.3s ease;
}.qfour_background .rKtext_group {
    flex-direction: column;
    grid-area: content;
    padding-right: 30px;
    display: flex;
    justify-content: center;
    position: relative;
}.qfour_background .rKtext_group::before {
    background: linear-gradient(to bottom, rgb(159,191,210), rgb(111,157,186));
    position: absolute;
    height: 70%;
    transform: translateY(-50%);
    left: -30px;
    top: 50%;
    content: "";
    width: 3px;
    border-radius: 10px;
}.qfour_background h2 {
    position: relative;
    font-weight: 700;
    margin: 0 0 30px;
    font-size: 30px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.3;
}.qfour_background .rKtext_group p {
    color: #000000;
    margin: 0;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 13px;
}.qfour_background .rKtext_group p::first-letter {
    font-size: 130%;
    font-weight: 600;
    color: rgb(159,191,210);
}


@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.qfour_background {
    padding: 130px 0;
}.qfour_background .qrwho_mentors {
    gap: 30px 40px;
}.qfour_background .kOsmart_guide {
    height: 500px;
}
}

@media (max-width: 991px) {.qfour_background {
    padding: 100px 0;
}.qfour_background .qrwho_mentors {
    gap: 30px;
    grid-template-columns: 1fr;
    grid-template-areas:
            "logo"
            "director"
            "Vxtop_edu";
    grid-template-rows: auto auto auto;
}.qfour_background .kOsmart_guide {
    height: 450px;
    max-width: 100%;
}.qfour_background .rKtext_group {
    padding-left: 30px;
    padding-right: 0;
}.qfour_background .rKtext_group::before {
    height: 80%;
    left: 0;
}

}

@media (max-width: 767px) {.qfour_background {
    padding: 80px 0;
}.qfour_background .qrwho_mentors {
    gap: 25px;
}.qfour_background .kOsmart_guide {
    height: 400px;
}.qfour_background .UWmaster_program {
    padding: 25px;
}.qfour_background .Vrexpert_study {
    padding: 15px 0;
}.qfour_background .Vrexpert_study svg {
    height: 50px;
    margin-right: 15px;
    width: 50px;
}.qfour_background h2 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.9);
}.qfour_background .rKtext_group p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.qfour_background {
    padding: 60px 0;
}.qfour_background .qrwho_mentors {
    gap: 20px;
}.qfour_background .kOsmart_guide {
    height: 350px;
}.qfour_background .UWmaster_program {
    padding: 20px;
}.qfour_background .ESstudy_studio {
    font-size: calc(20px * 0.9);
    padding-bottom: 8px;
}.qfour_background .Yrwhy_mission {
    font-size: calc(13px * 0.9);
}.qfour_background .Vrexpert_study {
    padding: 10px 0;
}.qfour_background .Vrexpert_study svg {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}.qfour_background h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 15px;
}.qfour_background .rKtext_group p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.qfour_background .rKtext_group::before {
    width: 2px;
}}.Brreach_us {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(159,191,210,0.5) 0%, rgb(111,157,186,0.5) 100%);
}.Brreach_us::before {
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.8;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 20%),
        radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 20%),
        radial-gradient(circle at 40% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 30%);
}.Brreach_us::after {
    width: 90%;
    border-radius: 50%;
    height: 90%;
    right: -50%;
    animation: pulse 20s infinite alternate;
    background: radial-gradient(ellipse at center, rgb(159,191,210,0.5) 0%, transparent 70%);
    z-index: 0;
    position: absolute;
    opacity: 0.1;
    top: -50%;
    content: '';
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.15;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}
.Brreach_us .container {
    z-index: 1;
    position: relative;
}.Brreach_us .ekform_edu {
    align-items: center;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(5px);
    padding: 3.5rem;
    background-color: #ffffff;
    flex-direction: column;
    overflow: hidden;
    transform: translateZ(0);
    border-radius: 28px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.Brreach_us .ekform_edu::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(159,191,210) 0%, rgb(111,157,186) 100%);
    height: 5px;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
}.Brreach_us .ekform_edu::after {
    position: absolute;
    content: '';
    z-index: -1;
    right: 0;
    background-position: center center;
    bottom: 0;
    opacity: 0.07;
    height: 30%;
    width: 30%;
    background-size: 20px 20px;
    background: 
        linear-gradient(45deg, transparent 49%, rgb(159,191,210,0.5) 50%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, rgb(111,157,186,0.5) 50%, transparent 51%);
}.Brreach_us .ekform_edu h3 {
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: rgb(159,191,210);
    font-size: 38px;
}.Brreach_us .ekform_edu h3::after {
    content: '';
    width: 80px;
    background: linear-gradient(90deg, rgb(159,191,210) 0%, rgb(111,157,186) 100%);
    border-radius: 10px;
    bottom: 0;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}.Brreach_us .hrjoin_us {
    line-height: 1.6;
    color: #000000;
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: calc(12px * 1.1);
    max-width: 80%;
}.Brreach_us .Qmget_contactwidget {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 28px;
    gap: 2rem;
    display: grid;
    border: 1px solid rgba(rgb(159,191,210,0.5), 0.1);
    width: 100%;
    background-color: rgba(rgb(210,226,235), 0.03);
    position: relative;
    padding: 2rem;
}.Brreach_us .Qmget_contactwidget::after {
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    bottom: -10px;
    border-right: 2px solid rgb(159,191,210,0.5);
    border-bottom: 2px solid rgb(159,191,210,0.5);
    right: -10px;
}.Brreach_us .Qmget_contactwidget > span {
    margin-bottom: 1.5rem;
    flex-direction: column;
    position: relative;
    display: flex;
    padding-left: 2rem;
}.Brreach_us .Qmget_contactwidget > span::before {
    width: 20px;
    background-color: rgb(159,191,210);
    position: absolute;
    border-radius: 50%;
    top: 0;
    content: '';
    left: 0;
    height: 20px;
    box-shadow: 0 0 0 3px rgb(159,191,210,0.5);
}.Brreach_us .Qmget_contactwidget > span svg {
    height: 20px;
    width: 20px;
    fill: rgb(159,191,210);
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    opacity: 0.9;
    top: 0.1rem;
}.Brreach_us .Qmget_contactwidget > span:hover svg {
    fill: rgb(111,157,186);
    transform: scale(1.1) rotate(5deg);
}.Brreach_us .Qmget_contactwidget > span svg path {
    stroke-width: 0.5;
    transition: stroke-width 0.3s ease;
    stroke: #ffffff;
}.Brreach_us .Qmget_contactwidget > span:hover svg path {
    stroke-width: 1;
}.Brreach_us .Qmget_contactwidget p {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 1.4;
    margin: 0;
}.Brreach_us .Qmget_contactwidget span > span {
    color: #000000;
    padding-bottom: 3px;
    position: relative;
    font-weight: 600;
    align-items: center;
    margin-top: 0.3rem;
    display: inline-flex;
}.Brreach_us .Qmget_contactwidget span > span svg {
    top: auto;
    left: auto;
    margin-right: 0.5rem;
    opacity: 0.8;
    position: relative;
    transition: all 0.3s ease;
    fill: rgb(159,191,210);
    width: 16px;
    height: 16px;
}.Brreach_us .Qmget_contactwidget span:hover > span svg {
    transform: translateX(3px);
    fill: rgb(111,157,186);
}.Brreach_us .Qmget_contactwidget span > span::after {
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    transition: width 0.3s ease-in-out;
    height: 1px;
    bottom: 0;
    background-color: rgb(159,191,210);
}.Brreach_us .Qmget_contactwidget span:hover > span::after {
    width: 100%;
}.Brreach_us .Qmget_contactwidget a {
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-flex;
    color: rgb(159,191,210);
    align-items: center;
}.Brreach_us .Qmget_contactwidget a svg {
    position: relative;
    height: 14px;
    margin-right: 0.5rem;
    transition: all 0.3s ease;
    width: 14px;
    fill: rgb(159,191,210);
}.Brreach_us .Qmget_contactwidget a:hover {
    color: rgb(111,157,186);
    transform: translateX(3px);
}.Brreach_us .Qmget_contactwidget a:hover svg {
    transform: rotate(15deg);
    fill: rgb(111,157,186);
}.Brreach_us .Hjget_support {
    padding: 1.5rem;
    border-radius: 10px;
    background-color: rgba(rgb(210,226,235), 0.05);
    grid-column: span 2;
    border: 1px dashed rgba(rgb(159,191,210,0.5), 0.2);
    position: relative;
    margin-top: 1rem;
}.Brreach_us .Hjget_support::before {
    position: absolute;
    content: '';
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(159,191,210,0.5) 49%, transparent 51%),
        linear-gradient(-45deg, transparent 48%, rgb(111,157,186,0.5) 49%, transparent 51%);
    opacity: 0.03;
    background-size: 20px 20px;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
}.Brreach_us .Hjget_support h4 {
    color: rgb(159,191,210);
    font-size: 20px;
    padding-bottom: 8px;
    align-items: center;
    display: inline-flex;
    margin-bottom: 1rem;
    position: relative;
    font-weight: 600;
}.Brreach_us .Hjget_support h4 svg {
    fill: rgb(159,191,210);
    width: 20px;
    margin-right: 0.75rem;
    transition: transform 0.5s ease;
    height: 20px;
}.Brreach_us .Hjget_support:hover h4 svg {
    transform: rotate(360deg);
}.Brreach_us .Hjget_support h4::after {
    width: 40px;
    height: 2px;
    position: absolute;
    background-color: rgb(159,191,210);
    bottom: 0;
    left: 0;
    content: '';
    border-radius: 10px;
}.Brreach_us .Hjget_support span {
    position: relative;
    align-items: center;
    color: #000000;
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
    display: flex;
    font-size: calc(12px * 0.95);
}.Brreach_us .Hjget_support span svg {
    opacity: 0.8;
    width: 10px;
    top: 50%;
    left: 0;
    transition: transform 0.3s ease;
    height: 10px;
    transform: translateY(-50%);
    position: absolute;
    fill: rgb(111,157,186);
}.Brreach_us .Hjget_support span:hover svg {
    transform: translateY(-50%) scale(1.2);
}.Brreach_us .Hjget_support span::before {
    display: none;
}
@media (min-width: 992px) {.Brreach_us .Qmget_contactwidget {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.Brreach_us {
    padding: 8rem 0;
}.Brreach_us .ekform_edu {
    padding: 4rem 5rem;
}.Brreach_us .ekform_edu h3 {
    font-size: calc(38px * 1.1);
}.Brreach_us .Qmget_contactwidget::before,
    .Brreach_us .Qmget_contactwidget::after {
    width: 30px;
    height: 30px;
}
}
@media (max-width: 991px) {.Brreach_us {
    padding: 5rem 0;
}.Brreach_us .ekform_edu {
    padding: 3rem;
}.Brreach_us .hrjoin_us {
    max-width: 90%;
}.Brreach_us .Qmget_contactwidget > span svg {
    height: 18px;
    width: 18px;
}
}
@media (max-width: 767px) {.Brreach_us {
    padding: 4rem 0;
}.Brreach_us .ekform_edu {
    padding: 2.5rem;
}.Brreach_us .Qmget_contactwidget {
    grid-template-columns: 1fr;
    padding: 1.5rem;
}.Brreach_us .Hjget_support {
    grid-column: span 1;
}.Brreach_us .hrjoin_us {
    max-width: 100%;
    font-size: 12px;
}.Brreach_us .ekform_edu h3 {
    font-size: 38px;
}.Brreach_us .Qmget_contactwidget > span svg {
    width: 16px;
    left: -0.3rem;
    height: 16px;
}.Brreach_us .Hjget_support h4 svg {
    width: 18px;
    height: 18px;
}
}
@media (max-width: 575px) {.Brreach_us {
    padding: 3rem 0;
}.Brreach_us .ekform_edu {
    padding: 2rem 1.5rem;
}.Brreach_us .Qmget_contactwidget {
    padding: 1rem;
}.Brreach_us .Hjget_support {
    padding: 1.2rem;
}.Brreach_us .ekform_edu h3 {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}.Brreach_us .hrjoin_us {
    margin-bottom: 2rem;
}.Brreach_us .Qmget_contactwidget > span {
    padding-left: 1.2rem;
    margin-bottom: 1.2rem;
}.Brreach_us .Qmget_contactwidget > span svg {
    left: -0.2rem;
    height: 14px;
    width: 14px;
}.Brreach_us .Hjget_support span svg {
    width: 8px;
    height: 8px;
}.Brreach_us .Hjget_support h4 svg {
    width: 16px;
    height: 16px;
}}
.Brreach_us .ekform_edu {
    opacity: 0;
    animation: slide-up 1s ease-out forwards;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.Brreach_us .Qmget_contactwidget > span {
    animation-delay: calc(var(--i, 0) * 0.1s);
    opacity: 0;
    animation: fade-in 0.5s ease-out forwards;
}.Brreach_us .Qmget_contactwidget > span:nth-child(1) {
    --i: 1;
}.Brreach_us .Qmget_contactwidget > span:nth-child(2) {
    --i: 2;
}.Brreach_us .Qmget_contactwidget > span:nth-child(3) {
    --i: 3;
}.Brreach_us .Qmget_contactwidget > span:nth-child(4) {
    --i: 4;
}.Brreach_us .Qmget_contactwidget > span:nth-child(5) {
    --i: 5;
}.Brreach_us .Qmget_contactwidget > span:nth-child(6) {
    --i: 6;
}@keyframes fade-in {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.Brreach_us .container::before {
    position: absolute;
    top: -10%;
    filter: blur(30px);
    left: -5%;
    background: linear-gradient(135deg, rgb(159,191,210,0.5) 0%, transparent 70%);
    z-index: -1;
    content: '';
    border-radius: 50%;
    animation: float 15s ease-in-out infinite;
    height: 200px;
    width: 200px;
}.Brreach_us .container::after {
    height: 180px;
    position: absolute;
    width: 180px;
    content: '';
    filter: blur(25px);
    bottom: -10%;
    right: -5%;
    animation: float 12s ease-in-out infinite reverse;
    border-radius: 50%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(111,157,186,0.5) 0%, transparent 70%);
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, 15px);
    }
    100% {
        transform: translate(0, 0);
    }
}
.Brreach_us .Qmget_contactwidget {
    overflow: hidden;
    position: relative;
}.Hncookie_overlay_banner {
    width: 100%;
    background: rgb(210,226,235);
    bottom: 0;
    border-top: 3px solid rgb(159,191,210);
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
}.Lmcookie_lock {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
}.TQonline_tracking {
    flex-shrink: 0;
    margin-right: 15px;
}.TQonline_tracking svg {
    fill: rgb(159,191,210);
    height: 60px;
    width: 60px;
    transition: fill 0.3s ease;
}.TQonline_tracking svg:hover {
    fill: rgb(111,157,186);
}.pecookie_view {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}.Hncookie_overlay_banner h5 {
    color: rgb(159,191,210);
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 22px;
}.Hncookie_overlay_banner p {
    color: #000000;
    font-size: 17px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.Nkuser_tracker {
    background: rgb(159,191,210);
    text-decoration: none;
    line-height: 35px;
    border-radius: 12px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 15px;
    text-align: center;
}.Nkuser_tracker:hover {
    background: rgb(111,157,186);
    box-shadow: 0 0 10px rgb(111,157,186,0.5);
}#QSacceptCookiesPermissionBtn {
    background: rgb(159,191,210);
}#FOrejectCookiesConsentOption {
    background: rgba(0, 0, 0, 0.5);
}.Hncookie_overlay_banner p a {
    text-decoration: underline;
    color: rgb(159,191,210);
    transition: color 0.3s ease;
}.Hncookie_overlay_banner p a:hover {
    color: rgb(111,157,186);
}
@media only screen and (max-width: 1200px) {.Lmcookie_lock {
    flex-direction: column;
    align-items: center;
}.TQonline_tracking {
    margin-bottom: 15px;
}.pecookie_view {
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
}.Nkuser_tracker {
    margin-left: 0;
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 800px) {.Lmcookie_lock {
    padding: 15px;
}.TQonline_tracking {
    display: none;
}.Hncookie_overlay_banner h5 {
    font-size: 22px;
}.Hncookie_overlay_banner p {
    font-size: 13px;
}}
#oscookie_overlay_box {
    display: none;
}#oscookie_overlay_box:checked ~ .Hncookie_overlay_banner {
    opacity: 0;
    visibility: hidden;
}.LClearning_system {
    background: linear-gradient(135deg, rgb(210,226,235) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.LClearning_system::before {
    top: 0;
    background: linear-gradient(45deg, rgb(159,191,210,0.5) 10%, transparent 40%);
    z-index: 1;
    pointer-events: none;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
}.LClearning_system::after {
    right: -5%;
    z-index: 0;
    height: 250px;
    position: absolute;
    width: 250px;
    border: 2px solid rgb(111,157,186,0.5);
    top: -5%;
    transform: rotate(15deg);
    content: "";
}.LClearning_system .qrwho_mentors {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.LClearning_system h2 {
    font-weight: 700;
    transform: translateX(-5px);
    margin-bottom: 2.5rem;
    position: relative;
    font-size: 33px;
    color: #000000;
}.LClearning_system h2::after {
    background: rgb(159,191,210);
    content: "";
    transform: scaleX(1);
    transform-origin: left center;
    width: 85px;
    left: 0;
    height: 3px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -10px;
}.LClearning_system:hover h2::after {
    transform: scaleX(1.5);
}.LClearning_system .rKtext_group {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    border-left: 4px solid rgb(159,191,210);
    padding: 2.5rem;
    background-color: #ffffff;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}.LClearning_system .rKtext_group::before {
    position: absolute;
    top: 20px;
    width: 30px;
    transform: rotate(45deg);
    z-index: -1;
    height: 30px;
    content: "";
    background: rgb(111,157,186);
    left: -15px;
}.LClearning_system:hover .rKtext_group {
    transform: translateY(-5px);
}.LClearning_system p {
    line-height: 1.75;
    font-size: 17px;
    margin: 0;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
}.LClearning_system p::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(159,191,210);
}

@media (min-width: 768px) {.LClearning_system {
    padding: 8rem 0;
}.LClearning_system .qrwho_mentors {
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
}.LClearning_system h2 {
    font-size: calc(33px * 1.2);
    max-width: 80%;
}.LClearning_system .rKtext_group {
    padding: 3.5rem;
    margin-left: 2rem;
}
}

@media (min-width: 992px) {.LClearning_system {
    padding: 10rem 0;
}.LClearning_system::after {
    width: 350px;
    height: 350px;
}.LClearning_system .qrwho_mentors {
    gap: 4rem;
    grid-template-columns: 1fr;
}.LClearning_system h2 {
    max-width: 70%;
    font-size: calc(33px * 1.4);
}.LClearning_system .rKtext_group {
    padding: 4rem;
    margin-left: 4rem;
    width: 85%;
}.LClearning_system p {
    font-size: calc(17px * 1.05);
    line-height: 1.85;
}
}

@media (max-width: 767px) {.LClearning_system {
    padding: 4rem 0;
}.LClearning_system::after {
    width: 150px;
    height: 150px;
}.LClearning_system h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.9);
}.LClearning_system .rKtext_group {
    padding: 1.5rem;
}.LClearning_system p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.LClearning_system {
    padding: 3rem 0;
}.LClearning_system::after {
    display: none;
}.LClearning_system h2 {
    font-size: calc(33px * 0.8);
}.LClearning_system h2::after {
    width: 60px;
}.LClearning_system .rKtext_group {
    padding: 1.25rem;
    border-left-width: 3px;
}}.WOcontact_box {
    padding: 80px 0;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}.WOcontact_box::before {
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    z-index: 0;
    content: "";
    position: absolute;
    height: 100%;
    background-size: 20px 20px;
}.WOcontact_box .container {
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.WOcontact_box h2 {
    color: #000000;
    padding-left: 20px;
    font-weight: 700;
    border-left: 5px solid rgb(159,191,210);
    position: relative;
    font-size: 32px;
    margin-bottom: 50px;
    text-align: left;
}.WOcontact_box .YZrequest_form {
    display: flex;
    overflow: hidden;
    background: #ffffff;
    flex-direction: row-reverse;
    border-radius: 11px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.WOcontact_box .rHpost_thumbnail {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}.WOcontact_box .rHpost_thumbnail::before {
    top: 0;
    height: 100%;
    mix-blend-mode: multiply;
    background: rgb(159,191,210,0.5);
    content: "";
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
}.WOcontact_box .LRsupport_block {
    position: relative;
    flex: 0 0 60%;
    padding: 60px;
}.WOcontact_box .LRsupport_block::after {
    right: 0;
    height: 150px;
    content: "";
    position: absolute;
    width: 150px;
    border-radius: 0 0 0 100%;
    z-index: -1;
    background: rgb(210,226,235);
    top: 0;
}.WOcontact_box #contact {
    gap: 30px;
    display: flex;
    flex-direction: column;
}.WOcontact_box h3 {
    font-weight: 700;
    font-size: 23px;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
}.WOcontact_box h3::after {
    bottom: -10px;
    content: "";
    left: 0;
    background: rgb(159,191,210);
    width: 40px;
    position: absolute;
    height: 2px;
}.WOcontact_box input[type="text"] {
    border: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    color: #000000;
    padding: 18px 20px;
    background: rgb(210,226,235);
    border-radius: 10px;
    font-size: 18px;
    transition: all 0.3s ease;
    width: 100%;
}.WOcontact_box input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(159,191,210,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
}.WOcontact_box input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.WOcontact_box .Iainquiry_panel {
    display: flex;
    align-items: center;
    margin-top: 5px;
    gap: 12px;
}.WOcontact_box .Iainquiry_panel input[type="checkbox"] {
    height: 22px;
    border-radius: 10px;
    transition: all 0.2s ease;
    position: relative;
    cursor: pointer;
    border: 2px solid rgb(210,226,235);
    appearance: none;
    width: 22px;
}.WOcontact_box .Iainquiry_panel input[type="checkbox"]:checked {
    background: rgb(159,191,210);
    border-color: rgb(159,191,210);
}.WOcontact_box .Iainquiry_panel input[type="checkbox"]:checked::after {
    position: absolute;
    width: 6px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 7px;
    border: solid #ffffff;
    height: 11px;
    content: "";
    top: 3px;
}.WOcontact_box .Iainquiry_panel label {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
}.WOcontact_box .Iainquiry_panel a {
    color: rgb(159,191,210);
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}.WOcontact_box .Iainquiry_panel a:hover {
    color: rgb(111,157,186);
}.WOcontact_box .Iainquiry_panel a::after {
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    transition: all 0.3s ease;
    background: rgb(159,191,210);
    bottom: -2px;
    content: "";
}.WOcontact_box .Iainquiry_panel a:hover::after {
    background: rgb(111,157,186);
}.WOcontact_box .LPinquiry_feedback {
    border: none;
    font-size: 19px;
    font-weight: 600;
    background: rgb(159,191,210);
    border-radius: 11px;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 18px 40px;
    box-shadow: 0 4px 15px rgb(159,191,210,0.5);
    align-self: flex-start;
    margin-top: 20px;
    cursor: pointer;
}.WOcontact_box .LPinquiry_feedback:hover {
    background: rgb(111,157,186);
    transform: translateY(-2px);
    box-shadow: 0 7px 20px rgb(111,157,186,0.5);
}.WOcontact_box svg {
    width: 20px;
    transition: all 0.3s ease;
    height: 20px;
    fill: rgb(159,191,210);
}.WOcontact_box svg path {
    transition: all 0.3s ease;
    fill: rgb(159,191,210);
}.WOcontact_box svg:hover {
    fill: rgb(111,157,186);
}.WOcontact_box svg:hover path {
    fill: rgb(111,157,186);
}

@media (max-width: 992px) {.WOcontact_box .YZrequest_form {
    flex-direction: column;
}.WOcontact_box .rHpost_thumbnail {
    min-height: 300px;
    flex: 0 0 auto;
    order: 1;
}.WOcontact_box .LRsupport_block {
    flex: 0 0 auto;
    padding: 50px 40px;
    order: 2;
}.WOcontact_box h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.WOcontact_box {
    padding: 60px 0;
}.WOcontact_box h2 {
    font-size: calc(32px - 4px);
    margin-bottom: 30px;
}.WOcontact_box .LRsupport_block {
    padding: 40px 30px;
}.WOcontact_box #contact {
    gap: 25px;
}.WOcontact_box .rHpost_thumbnail {
    min-height: 250px;
}
}

@media (max-width: 576px) {.WOcontact_box {
    padding: 40px 0;
}.WOcontact_box .container {
    padding: 0 15px;
}.WOcontact_box h2 {
    font-size: calc(32px - 6px);
    margin-bottom: 25px;
    padding-left: 15px;
}.WOcontact_box .LRsupport_block {
    padding: 30px 20px;
}.WOcontact_box #contact {
    gap: 20px;
}.WOcontact_box input[type="text"] {
    padding: 15px;
}.WOcontact_box .LPinquiry_feedback {
    width: 100%;
    padding: 15px 20px;
}.WOcontact_box .rHpost_thumbnail {
    min-height: 200px;
}}.ljpricing_container {
    position: relative;
    background: rgb(210,226,235);
    padding: 120px 0;
    overflow: hidden;
}.ljpricing_container::before {
    opacity: 0.15;
    z-index: 0;
    width: 600px;
    top: -15%;
    filter: blur(80px);
    right: -10%;
    position: absolute;
    background: linear-gradient(135deg, rgb(159,191,210,0.5), rgb(111,157,186,0.5));
    height: 600px;
    content: "";
}.ljpricing_container::after {
    left: -10%;
    opacity: 0.1;
    filter: blur(100px);
    bottom: -15%;
    content: "";
    width: 500px;
    z-index: 0;
    height: 500px;
    position: absolute;
    background: linear-gradient(225deg, rgb(111,157,186,0.5), rgb(159,191,210,0.5));
}.ljpricing_container .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    max-width: 1400px;
}.ljpricing_container .TUtrial_pricing {
    gap: 60px;
    flex-direction: column;
    display: flex;
}.ljpricing_container .lPcost_matrix {
    z-index: 2;
    margin-bottom: 20px;
    position: relative;
    transform: translateX(5%);
    order: -1;
}.ljpricing_container .lPcost_matrix h2 {
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 38px;
    transition: transform 0.5s ease;
    background-clip: text !important;
    color: #000000;
    font-weight: 700;
    color: transparent;
    background: linear-gradient(90deg, #000000, rgb(159,191,210));
}.ljpricing_container .lPcost_matrix .mMpricing_offers {
    font-size: 13px;
    color: #000000;
    transform: translateY(0);
    line-height: 1.6;
    max-width: 700px;
    margin-left: 5px;
    transition: transform 0.4s ease;
}.ljpricing_container .lPcost_matrix:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.ljpricing_container .lPcost_matrix:hover .mMpricing_offers {
    transform: translateY(3px);
}.ljpricing_container .Jfplan_fee {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    perspective: 1000px;
}.ljpricing_container .Ovcost_card {
    display: block;
    transform-style: preserve-3d;
    text-decoration: none;
    transform: translateZ(0) scale(1);
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
}.ljpricing_container .Ovcost_card:hover {
    z-index: 5;
    transform: translateZ(20px) scale(1.02);
}.ljpricing_container .OWcost_summary {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    transition: box-shadow 0.5s ease;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    display: flex;
}.ljpricing_container .Ovcost_card:hover .OWcost_summary {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(159,191,210,0.5);
}.ljpricing_container .OWcost_summary::before {
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, rgb(159,191,210), rgb(111,157,186));
    height: 5px;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    content: "";
}.ljpricing_container .Ovcost_card:hover .OWcost_summary::before {
    transform: scaleX(1);
}.ljpricing_container .fcedu_rates {
    display: flex;
    z-index: 2;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    flex-grow: 1;
    padding: 35px 30px;
}.ljpricing_container .fcedu_rates h3 {
    color: #000000;
    position: relative;
    transition: transform 0.4s ease, color 0.3s ease;
    font-size: calc(22px + 2px);
    transform: translateY(0);
    word-break: break-word;
    margin-bottom: 15px;
    font-weight: 600;
    overflow-wrap: break-word;
}.ljpricing_container .Ovcost_card:hover .fcedu_rates h3 {
    color: rgb(159,191,210);
    transform: translateY(-2px);
}.ljpricing_container .fcedu_rates .nLpackage_pricing {
    overflow-wrap: break-word;
    word-break: break-word;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: rgb(159,191,210);
    margin: 5px 0 20px;
    display: block;
    font-size: calc(22px + 6px);
    font-weight: 700;
    position: relative;
}.ljpricing_container .Ovcost_card:hover .fcedu_rates .nLpackage_pricing {
    transform: scale(1.05);
}.ljpricing_container .fcedu_rates .nLpackage_pricing::after {
    transition: width 0.4s ease;
    width: 50px;
    background: rgb(111,157,186,0.5);
    bottom: -10px;
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
}.ljpricing_container .Ovcost_card:hover .fcedu_rates .nLpackage_pricing::after {
    width: 80px;
}.ljpricing_container .fcedu_rates p {
    white-space: normal;
    margin-top: 10px;
    word-break: break-word;
    transition: opacity 0.3s ease;
    line-height: 1.7;
    opacity: 0.85;
    font-size: 13px;
    overflow-wrap: break-word;
    flex-grow: 1;
    color: #000000;
}.ljpricing_container .Ovcost_card:hover .fcedu_rates p {
    opacity: 1;
}.ljpricing_container .Ovcost_card .rHpost_thumbnail {
    height: 220px;
    position: relative;
    width: 100%;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}.ljpricing_container .Ovcost_card:hover .rHpost_thumbnail {
    height: 240px;
}.ljpricing_container .Ovcost_card .rHpost_thumbnail::after {
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
}.ljpricing_container .Ovcost_card:hover .rHpost_thumbnail::after {
    opacity: 1;
}.ljpricing_container .Ovcost_card:nth-child(odd) .OWcost_summary {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {.ljpricing_container {
    padding: 140px 0;
}.ljpricing_container .TUtrial_pricing {
    align-items: flex-start;
    flex-direction: row;
}.ljpricing_container .lPcost_matrix {
    margin-right: 70px;
    width: 30%;
    order: 0;
    position: sticky;
    align-self: flex-start;
    top: 100px;
    transform: translateX(0);
}.ljpricing_container .Jfplan_fee {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.ljpricing_container .Jfplan_fee {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.ljpricing_container .lPcost_matrix h2 {
    font-size: calc(38px + 5px);
}
}

@media (max-width: 991px) {.ljpricing_container {
    padding: 80px 0;
}.ljpricing_container .lPcost_matrix {
    transform: translateX(0);
    text-align: center;
}.ljpricing_container .lPcost_matrix .mMpricing_offers {
    margin: 0 auto;
}
}

@media (max-width: 767px) {.ljpricing_container {
    padding: 60px 0;
}.ljpricing_container .Jfplan_fee {
    grid-template-columns: 1fr;
}.ljpricing_container .fcedu_rates {
    padding: 25px 20px;
}.ljpricing_container .Ovcost_card .rHpost_thumbnail {
    height: 180px;
}.ljpricing_container .lPcost_matrix h2 {
    font-size: calc(38px - 2px);
}
}

@media (max-width: 480px) {.ljpricing_container {
    padding: 50px 0;
}.ljpricing_container .fcedu_rates h3 {
    font-size: 22px;
}.ljpricing_container .fcedu_rates .nLpackage_pricing {
    font-size: calc(22px + 2px);
}.ljpricing_container .fcedu_rates p {
    font-size: calc(13px - 1px);
}}header .VJmain_header {
    background: rgb(210,226,235);
    z-index: 100;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}header .VJmain_header::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(159,191,210,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(111,157,186,0.5) 0%, transparent 30%);
    z-index: -1;
}header .VJmain_header::after {
    top: 0;
    content: "";
    height: 100%;
    right: 0;
    opacity: 0.1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: -1;
    background: linear-gradient(135deg, transparent 25%, rgb(159,191,210,0.5) 100%);
    position: absolute;
    width: 40%;
}header .container {
    position: relative;
    padding: 1.8rem 2rem;
}header .KCmain_guide {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 3rem;
}header .Fohead_lead {
    z-index: 2;
    position: relative;
}header .wlsite_header {
    position: relative;
    z-index: 2;
    display: block;
}header .wlsite_header::before,
header .wlsite_header::after {
    transition: all 0.5s ease;
    opacity: 0;
    border-radius: 50%;
    background: rgb(159,191,210,0.5);
    content: "";
    z-index: -1;
    position: absolute;
}header .wlsite_header::before {
    left: -15px;
    height: 50px;
    width: 50px;
    top: -15px;
}header .wlsite_header::after {
    background: rgb(111,157,186,0.5);
    width: 25px;
    right: -10px;
    height: 25px;
    bottom: -5px;
}header .wlsite_header:hover::before,
header .wlsite_header:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}header .wlsite_header svg {
    height: 50px;
    width: auto;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease;
}header .wlsite_header:hover svg {
    transform: rotate(-5deg);
}header .JTtop_pagewrap {
    background: linear-gradient(to right, transparent, #ffffff);
    padding: 10px 20px;
    display: flex;
    position: relative;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0;
    border-radius: 0 20px 20px 0;
    list-style: none;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}header .JTtop_pagewrap::after {
    background-size: 10px 10px;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(159,191,210,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(159,191,210,0.5) 50%, rgb(159,191,210,0.5) 75%, transparent 75%, transparent);
    width: 100%;
    z-index: -1;
    height: 100%;
    animation: moveStripes 20s linear infinite;
    content: "";
    opacity: 0.05;
    position: absolute;
    top: 0;
}header .FWmain_class {
    margin: 5px 8px;
    position: relative;
    perspective: 800px;
}header .FWmain_class::before {
    transition: all 0.3s ease;
    top: 50%;
    height: 0;
    border-top: 5px solid transparent;
    opacity: 0;
    width: 0;
    border-bottom: 5px solid transparent;
    content: "";
    transform: translateY(-50%) scale(0);
    border-left: 5px solid rgb(159,191,210);
    position: absolute;
    left: -10px;
}header .FWmain_class:hover::before {
    opacity: 1;
    left: -15px;
    transform: translateY(-50%) scale(1);
}header .FWmain_class a {
    background: transparent;
    border-radius: 10px;
    font-size: 16px;
    display: block;
    padding: 10px 18px;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #000000;
    border: 1px solid transparent;
    font-family: Arial, sans-serif;
    transform-style: preserve-3d;
    text-decoration: none;
    overflow: hidden;
}header .FWmain_class a::before {
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    transform: translateZ(-1px);
    background: #ffffff;
    top: 0;
}header .FWmain_class a::after {
    height: 2px;
    left: 50%;
    transition: width 0.3s ease;
    width: 0;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    background: rgb(159,191,210);
    bottom: 0;
}header .FWmain_class a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
    color: rgb(159,191,210);
    border-color: rgb(159,191,210,0.5);
}header .FWmain_class a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .KCmain_guide {
    gap: 2rem;
    justify-items: center;
    grid-template-columns: 1fr;
}header .JTtop_pagewrap {
    clip-path: none;
    border-radius: 20px;
    justify-content: center;
    width: 100%;
    background: #ffffff;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .FWmain_class {
    margin: 3px 5px;
}header .FWmain_class a {
    font-size: calc(16px - 1px);
    padding: 8px 15px;
}
}

@media (max-width: 480px) {header .JTtop_pagewrap {
    align-items: center;
    flex-direction: column;
    padding: 15px;
}header .FWmain_class {
    width: 100%;
    margin: 3px 0;
}header .FWmain_class a {
    width: 100%;
    text-align: center;
}header .FWmain_class::before {
    display: none;
}header .wlsite_header svg {
    height: 40px;
}}.YytyCard {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(111,157,186,0.5), rgb(159,191,210,0.5));
    perspective: 1000px;
}.YytyCard::before {
    z-index: 1;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(111,157,186,0.5) 0px,
        rgb(111,157,186,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    top: 0;
    pointer-events: none;
    left: 0;
    height: 100%;
    opacity: 0.1;
    content: "";
}.YytyCard::after {
    top: -10%;
    transform: rotate(-15deg);
    width: 80%;
    right: -10%;
    z-index: 0;
    position: absolute;
    content: "";
    opacity: 0.4;
    height: 80%;
    background: radial-gradient(
        circle at center,
        rgb(159,191,210,0.5) 0%,
        transparent 70%
    );
}.YytyCard .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    transform: translateZ(0);
}.YytyCard h2 {
    font-size: 30px;
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateZ(30px);
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 90%;
}.YytyCard h2::after {
    width: 8rem;
    content: "";
    background: linear-gradient(to right, rgb(159,191,210), rgb(111,157,186));
    transform-origin: left;
    position: absolute;
    height: 0.3rem;
    transform: scaleX(1);
    left: 0;
    bottom: -1rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.YytyCard .qrwho_mentors {
    transform: translateZ(10px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    padding: 3rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 8px 16px rgba(0, 0, 0, 0.05),
        0 4px 8px rgba(0, 0, 0, 0.025);
    border-left: 4px solid rgb(159,191,210);
    transform-style: preserve-3d;
    position: relative;
    backdrop-filter: blur(5px);
    background: #ffffff;
}.YytyCard .qrwho_mentors::before {
    opacity: 0.5;
    content: "";
    bottom: 1rem;
    position: absolute;
    right: 1rem;
    left: 1rem;
    pointer-events: none;
    border: 1px dashed rgb(111,157,186,0.5);
    top: 1rem;
    z-index: 0;
}.YytyCard .qrwho_mentors:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) rotateX(0deg);
}.YytyCard ul {
    padding: 0;
    z-index: 1;
    list-style: none;
    position: relative;
    margin: 0;
}.YytyCard li {
    margin-bottom: 1rem;
    position: relative;
    transform: translateZ(5px);
}.YytyCard li::before {
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background: linear-gradient(135deg, rgb(159,191,210), rgb(111,157,186));
    border-radius: 0.2rem;
    width: 0.8rem;
    left: -2rem;
    transform: rotate(45deg);
    height: 0.8rem;
    position: absolute;
    top: 0.5rem;
}.YytyCard li:hover::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 1;
}.YytyCard span {
    padding-left: 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    position: relative;
    line-height: 1.8;
    color: #000000;
    transition: padding-left 0.3s ease;
    display: block;
}.YytyCard span::after {
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(to right, rgb(111,157,186,0.5), transparent);
    bottom: -0.8rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    height: 1px;
    transform: scaleX(0);
    left: 0;
}.YytyCard li:hover span {
    padding-left: 0.5rem;
}.YytyCard li:hover span::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.YytyCard {
    padding: 5rem 0;
}.YytyCard .qrwho_mentors {
    transform: translateZ(5px) rotateX(1deg);
    padding: 2.5rem;
}.YytyCard h2 {
    transform: translateZ(20px);
    max-width: 100%;
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 767px) {.YytyCard {
    padding: 4rem 0;
}.YytyCard .container {
    padding: 0 1.5rem;
}.YytyCard .qrwho_mentors {
    transform: translateZ(0) rotateX(0deg);
    padding: 2rem;
}.YytyCard h2 {
    transform: translateZ(10px);
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.YytyCard h2::after {
    width: 6rem;
    height: 0.25rem;
}.YytyCard span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 575px) {.YytyCard {
    padding: 3rem 0;
}.YytyCard .container {
    padding: 0 1rem;
}.YytyCard .qrwho_mentors {
    border-left-width: 3px;
    padding: 1.5rem;
}.YytyCard h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.5rem;
}.YytyCard h2::after {
    bottom: -0.7rem;
    width: 5rem;
    height: 0.2rem;
}.YytyCard span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.YytyCard li::before {
    left: -1.5rem;
    width: 0.7rem;
    height: 0.7rem;
}}.EJprivacy_bunker {
    color: #000000;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(210,226,235);
}.EJprivacy_bunker h1 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
    color: rgb(159,191,210);
    border-bottom: 2px solid rgb(159,191,210);
    font-size: 40px;
}.EJprivacy_bunker h2 {
    margin-top: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 34px;
    color: rgb(111,157,186);
}.EJprivacy_bunker ul,
.EJprivacy_bunker ol {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 1.5rem;
    list-style: none;
}.EJprivacy_bunker li {
    padding-left: 1.2rem;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 0.5rem;
    position: relative;
}.EJprivacy_bunker li::before {
    line-height: 1.2;
    content: "•";
    position: absolute;
    font-size: 1.2rem;
    left: 0;
    color: rgb(159,191,210);
}.EJprivacy_bunker p {
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 15px;
}.EJprivacy_bunker span {
    color: #000000;
    font-weight: 400;
}.EJprivacy_bunker div {
    margin-bottom: 1.5rem;
}
@media only screen and (max-width: 800px) {.EJprivacy_bunker {
    padding: 1rem;
    border-radius: 10px;
}.EJprivacy_bunker h1 {
    font-size: calc(23px - 0.5rem);
}.EJprivacy_bunker h2 {
    font-size: calc(23px - 0.5rem);
}.EJprivacy_bunker p,
    .EJprivacy_bunker li {
    font-size: calc(15px - 0.2rem);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    top: 0;
    background: rgb(159,191,210);
    z-index: -2;
    bottom: 0;
    left: 0;
    opacity: 0.95;
    content: "";
    position: absolute;
    right: 0;
}footer::after {
    left: 0;
    opacity: 0.1;
    background-image: 
        radial-gradient(circle at 25% 25%, rgb(111,157,186) 1px, transparent 1px),
        radial-gradient(circle at 75% 75%, rgb(111,157,186) 1px, transparent 1px),
        radial-gradient(circle at 25% 75%, rgb(111,157,186) 1px, transparent 1px),
        radial-gradient(circle at 75% 25%, rgb(111,157,186) 1px, transparent 1px);
    right: 0;
    background-size: 50px 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    content: "";
}.dvconduct_code {
    padding: 4rem 0 2rem;
    position: relative;
    color: #ffffff;
}.dvconduct_code::before {
    height: 3px;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: rgb(111,157,186);
    content: "";
}.dvconduct_code::after {
    left: 0;
    height: 8px;
    width: 100%;
    background-repeat: repeat-x;
    background-image: 
        linear-gradient(90deg, 
            rgb(111,157,186) 0px, rgb(111,157,186) 10px,
            transparent 10px, transparent 15px,
            rgb(111,157,186) 15px, rgb(111,157,186) 30px,
            transparent 30px, transparent 35px,
            rgb(111,157,186) 35px, rgb(111,157,186) 40px,
            transparent 40px, transparent 60px,
            rgb(111,157,186) 60px, rgb(111,157,186) 70px,
            transparent 70px, transparent 80px,
            rgb(111,157,186) 80px, rgb(111,157,186) 90px,
            transparent 90px, transparent 110px,
            rgb(111,157,186) 110px, rgb(111,157,186) 120px,
            transparent 120px, transparent 140px
        );
    opacity: 0.5;
    position: absolute;
    top: 3px;
    content: "";
}.dvconduct_code .container {
    display: flex;
    gap: 3rem;
    position: relative;
    flex-wrap: wrap;
}.dvconduct_code .company_holder {
    position: relative;
    border-radius: 11px;
    padding: 0;
    flex: 1 1 400px;
}.dvconduct_code .company_holder::before {
    width: 100%;
    left: 0;
    position: absolute;
    background-image:
        linear-gradient(0deg, transparent 24px, rgb(111,157,186) 25px, rgb(111,157,186) 26px, transparent 27px, transparent 49px),
        linear-gradient(90deg, transparent 24px, rgb(111,157,186) 25px, rgb(111,157,186) 26px, transparent 27px, transparent 49px);
    height: 100%;
    top: 0;
    content: "";
    background-size: 50px 50px;
    opacity: 0.1;
    border-radius: 11px;
}.dvconduct_code .company_holder h3 {
    position: relative;
    padding: 1.5rem 2rem;
    margin: 0;
    font-size: 37px;
    border-top-right-radius: 11px;
    border-top-left-radius: 11px;
    font-weight: 700;
    color: #ffffff;
    background: rgb(111,157,186);
}.dvconduct_code .company_holder h3::after {
    position: absolute;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    right: 15px;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 10px;
    content: "";
    height: 10px;
    background: #ffffff;
    top: 50%;
}.dvconduct_code .NBsample_docs {
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    border-bottom-left-radius: 11px;
    color: #ffffff;
    padding: 2rem;
    font-size: 12px;
    border-bottom-right-radius: 11px;
    position: relative;
}.dvconduct_code .NBsample_docs::before {
    position: absolute;
    background: rgb(111,157,186);
    opacity: 0.6;
    content: "";
    border-radius: 50%;
    left: -10px;
    width: 20px;
    top: 2rem;
    height: 20px;
}.dvconduct_code .NBsample_docs::after {
    opacity: 0.6;
    background: rgb(111,157,186);
    height: 20px;
    content: "";
    border-radius: 50%;
    position: absolute;
    right: -10px;
    width: 20px;
    bottom: 2rem;
}.dvconduct_code .Jnmusic_edu {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.dvconduct_code .bVtop_know {
    gap: 3rem;
    flex-wrap: wrap;
    display: flex;
}.dvconduct_code .JTtop_pagewrap {
    overflow: hidden;
    position: relative;
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
    border-radius: 11px;
}.dvconduct_code .JTtop_pagewrap::before {
    z-index: -1;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    content: "";
    border-radius: 11px;
}.dvconduct_code .JTtop_pagewrap h5 {
    margin: 0;
    color: #ffffff;
    padding: 1rem 1.5rem;
    font-weight: 600;
    display: flex;
    font-size: 21px;
    background: rgb(111,157,186);
    align-items: center;
    position: relative;
}.dvconduct_code .JTtop_pagewrap h5::before {
    border-radius: 50%;
    content: "";
    width: 8px;
    margin-right: 10px;
    background: #ffffff;
    height: 8px;
    display: inline-block;
}.dvconduct_code .JTtop_pagewrap h5::after {
    top: 50%;
    width: 6px;
    transform: translateY(-50%);
    height: 6px;
    border-radius: 50%;
    position: absolute;
    background: #ffffff;
    right: 15px;
    content: "";
}.dvconduct_code .JTtop_pagewrap .bVtop_know {
    gap: 2px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    padding: 1.5rem;
    flex-direction: column;
}.dvconduct_code .JTtop_pagewrap .bVtop_know a {
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    display: block;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 0.8rem 1rem 0.8rem 2rem;
    font-size: 12px;
}.dvconduct_code .JTtop_pagewrap .bVtop_know a::before {
    transition: all 0.3s ease;
    left: 0.7rem;
    width: 6px;
    content: "";
    border-radius: 50%;
    background: rgb(111,157,186);
    position: absolute;
    top: 50%;
    height: 6px;
    transform: translateY(-50%);
}.dvconduct_code .JTtop_pagewrap .bVtop_know a:hover {
    background: rgba(255, 255, 255, 0.1);
}.dvconduct_code .JTtop_pagewrap .bVtop_know a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}.dPar_tools {
    padding: 2rem 0;
    margin-top: 2.5rem;
    position: relative;
    background: rgb(111,157,186);
}.dPar_tools::before {
    background-image: 
        linear-gradient(90deg, 
            transparent 0px, transparent 20px,
            rgb(159,191,210) 20px, rgb(159,191,210) 40px,
            transparent 40px, transparent 60px,
            rgb(159,191,210) 60px, rgb(159,191,210) 80px,
            transparent 80px, transparent 100px,
            rgb(159,191,210) 100px, rgb(159,191,210) 120px
        );
    width: 100%;
    content: "";
    top: -5px;
    height: 5px;
    background-repeat: repeat-x;
    left: 0;
    position: absolute;
}.dPar_tools .container {
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
}.dPar_tools .container::before,
.dPar_tools .container::after {
    height: 15px;
    background: rgb(159,191,210);
    top: 50%;
    content: "";
    position: absolute;
    transform: translateY(-50%);
    width: 15px;
    border-radius: 50%;
}.dPar_tools .container::before {
    left: 15%;
}.dPar_tools .container::after {
    right: 15%;
}.dPar_tools .Vecomm_guide {
    color: #ffffff;
    background: rgb(159,191,210);
    text-align: center;
    padding: 0.5rem 2rem;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    font-size: 15px;
}.dPar_tools .Vecomm_guide::before,
.dPar_tools .Vecomm_guide::after {
    transform: translateY(-50%);
    background: rgb(159,191,210);
    top: 50%;
    position: absolute;
    content: "";
    height: 1px;
    width: 50px;
}.dPar_tools .Vecomm_guide::before {
    right: 100%;
    margin-right: 15px;
}.dPar_tools .Vecomm_guide::after {
    left: 100%;
    margin-left: 15px;
}

@media (max-width: 1200px) {.dvconduct_code .container {
    gap: 2rem;
}.dvconduct_code .company_holder {
    flex: 1 1 350px;
}.dvconduct_code .Jnmusic_edu {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.dvconduct_code .bVtop_know {
    gap: 2rem;
}.dPar_tools .container::before {
    left: 5%;
}.dPar_tools .container::after {
    right: 5%;
}
}

@media (max-width: 992px) {.dvconduct_code {
    padding: 3.5rem 0 1.5rem;
}.dvconduct_code .container {
    gap: 2.5rem;
    flex-direction: column;
}.dvconduct_code .company_holder,
    .dvconduct_code .Jnmusic_edu {
    flex: 1 1 100%;
    min-width: 100%;
}.dvconduct_code .JTtop_pagewrap {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}.dPar_tools .container::before,
    .dPar_tools .container::after {
    display: none;
}
}

@media (max-width: 768px) {.dvconduct_code {
    padding: 3rem 0 1rem;
}.dvconduct_code .bVtop_know {
    gap: 1.5rem;
}.dvconduct_code .company_holder h3 {
    font-size: calc(37px - 2px);
    padding: 1.2rem 1.5rem;
}.dvconduct_code .NBsample_docs {
    padding: 1.5rem;
}.dvconduct_code .NBsample_docs::before,
    .dvconduct_code .NBsample_docs::after {
    display: none;
}.dPar_tools {
    margin-top: 2rem;
}.dPar_tools .Vecomm_guide::before,
    .dPar_tools .Vecomm_guide::after {
    width: 30px;
}
}

@media (max-width: 576px) {.dvconduct_code {
    padding: 2.5rem 0 0.8rem;
}.dvconduct_code .JTtop_pagewrap {
    flex: 1 1 100%;
    min-width: 100%;
}.dvconduct_code .bVtop_know {
    gap: 1rem;
}.dvconduct_code .JTtop_pagewrap .bVtop_know a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.dvconduct_code .JTtop_pagewrap .bVtop_know a::before {
    left: 0.6rem;
}.dPar_tools {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.dPar_tools .Vecomm_guide::before,
    .dPar_tools .Vecomm_guide::after {
    display: none;
}
}

@media (max-width: 420px) {.dvconduct_code::after {
    background-size: 100px 5px;
    height: 5px;
}.dvconduct_code .company_holder h3::after,
    .dvconduct_code .JTtop_pagewrap h5::before,
    .dvconduct_code .JTtop_pagewrap h5::after {
    display: none;
}.dvconduct_code .JTtop_pagewrap h5 {
    padding: 0.8rem 1rem;
}.dvconduct_code .JTtop_pagewrap .bVtop_know {
    padding: 1rem;
}.dPar_tools .Vecomm_guide {
    width: 90%;
    padding: 0.4rem 1.5rem;
}}.jEcourse_overview {
    background: linear-gradient(135deg, rgb(210,226,235) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.jEcourse_overview::before {
    height: 30vw;
    border-radius: 49% 51% 68% 32% / 38% 41% 59% 62%;
    right: -5%;
    top: -10%;
    z-index: 0;
    filter: blur(50px);
    transform: rotate(-15deg);
    background: linear-gradient(145deg, rgb(111,157,186,0.5) 0%, rgb(159,191,210,0.5) 100%);
    animation: float 20s infinite alternate ease-in-out;
    content: "";
    width: 30vw;
    position: absolute;
    opacity: 0.1;
}.jEcourse_overview::after {
    width: 40vw;
    animation: float 25s infinite alternate-reverse ease-in-out;
    filter: blur(70px);
    transform: rotate(10deg);
    left: -10%;
    background: linear-gradient(215deg, rgb(159,191,210,0.5) 0%, rgb(111,157,186) 100%);
    z-index: 0;
    position: absolute;
    height: 40vw;
    bottom: -15%;
    opacity: 0.08;
    content: "";
    border-radius: 51% 49% 32% 68% / 41% 38% 62% 59%;
}.jEcourse_overview .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.jEcourse_overview h2 {
    text-align: center;
    transition: transform 0.5s ease;
    transform-origin: center left;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 3rem;
    font-size: 30px;
}.jEcourse_overview h2::after {
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(111,157,186) 0%, rgb(159,191,210) 100%);
}.jEcourse_overview .jfknowledge_plan {
    perspective: 1000px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2.5rem;
}.jEcourse_overview .rHpost_thumbnail {
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
    height: 350px;
    border-radius: 2px;
    transform: rotateY(-5deg) translateZ(0);
}.jEcourse_overview .rHpost_thumbnail::before {
    bottom: 0;
    opacity: 0.25;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(111,157,186,0.5) 0%, transparent 100%);
    position: absolute;
    transition: opacity 0.5s ease;
}.jEcourse_overview .rHpost_thumbnail:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}.jEcourse_overview .rHpost_thumbnail:hover::before {
    opacity: 0.35;
}.jEcourse_overview .rKtext_group {
    border-radius: 2px;
    background: #ffffff;
    transform: translateZ(0) translateY(-10px);
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    padding: 2rem;
    z-index: 1;
    position: relative;
}.jEcourse_overview .rKtext_group::before {
    width: 3px;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(159,191,210), rgb(111,157,186));
    left: 0;
    height: 0;
    top: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.jEcourse_overview .rKtext_group:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateZ(20px) translateY(-15px);
}.jEcourse_overview .rKtext_group:hover::before {
    height: 100%;
}.jEcourse_overview .description {
    line-height: 1.7;
    padding-right: 10px;
    max-height: 300px;
    position: relative;
    color: #000000;
    overflow-y: auto;
    margin-bottom: 1.5rem;
    font-size: 15px;
}.jEcourse_overview .description:last-child {
    margin-bottom: 0;
}.jEcourse_overview .description::-webkit-scrollbar {
    width: 4px;
}.jEcourse_overview .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.jEcourse_overview .description::-webkit-scrollbar-thumb {
    background: linear-gradient(rgb(111,157,186), rgb(159,191,210));
    border-radius: 10px;
}

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

@media (min-width: 768px) {.jEcourse_overview {
    padding: 7rem 0;
}.jEcourse_overview h2 {
    font-size: calc(30px * 1.1);
    margin-bottom: 4rem;
}.jEcourse_overview h2::after {
    width: 100px;
}.jEcourse_overview .jfknowledge_plan {
    gap: 4rem;
    grid-template-columns: 45% 55%;
    align-items: center;
}.jEcourse_overview .rHpost_thumbnail {
    height: 450px;
}.jEcourse_overview .rKtext_group {
    padding: 2.5rem 3rem;
}
}

@media (min-width: 992px) {.jEcourse_overview {
    padding: 8rem 0;
}.jEcourse_overview h2 {
    font-size: calc(30px * 1.2);
}.jEcourse_overview .jfknowledge_plan {
    gap: 5rem;
}.jEcourse_overview .rHpost_thumbnail {
    height: 500px;
}.jEcourse_overview .rKtext_group {
    padding: 3rem 4rem;
}.jEcourse_overview .description {
    font-size: calc(15px * 1.05);
    max-height: 500px;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.jEcourse_overview {
    padding: 4rem 0;
}.jEcourse_overview h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2.5rem;
}.jEcourse_overview .rHpost_thumbnail {
    height: 250px;
    transform: rotateY(0deg);
}.jEcourse_overview .rKtext_group {
    padding: 1.5rem;
}.jEcourse_overview .description {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
    max-height: 250px;
}
}

@media (max-width: 480px) {.jEcourse_overview {
    padding: 3rem 0;
}.jEcourse_overview h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.jEcourse_overview h2::after {
    width: 60px;
    bottom: -10px;
}.jEcourse_overview .rHpost_thumbnail {
    height: 200px;
}.jEcourse_overview .rKtext_group {
    padding: 1.25rem;
}.jEcourse_overview .description {
    margin-bottom: 1rem;
    font-size: calc(15px * 0.9);
    max-height: 200px;
    line-height: 1.5;
}}.sVacademic_expertise {
    padding: 5rem 0;
    background-color: rgb(210,226,235);
    position: relative;
    overflow: hidden;
}.sVacademic_expertise::before {
    top: 0;
    background: 
        linear-gradient(135deg, rgb(159,191,210,0.5) 0%, transparent 40%),
        repeating-linear-gradient(45deg, rgb(111,157,186,0.5) 0px, rgb(111,157,186,0.5) 1px, transparent 1px, transparent 10px);
    left: 0;
    position: absolute;
    opacity: 0.12;
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
}.sVacademic_expertise .container {
    z-index: 2;
    transform: perspective(1000px) rotateY(2deg);
    max-width: 1140px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}.sVacademic_expertise .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.sVacademic_expertise .xWstudent_glow {
    grid-template-columns: 1fr;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 5px rgba(0,0,0,0.02);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(10px);
    border-left: 5px solid rgb(159,191,210);
    gap: 2rem;
    background: linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.98) 100%);
    position: relative;
    padding: 2.5rem;
    display: grid;
}.sVacademic_expertise .xWstudent_glow:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 8px 20px rgba(0,0,0,0.05),
        0 2px 8px rgba(0,0,0,0.03);
}.sVacademic_expertise .xWstudent_glow::after {
    transition: all 0.5s ease;
    content: "";
    height: 80px;
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(159,191,210) 48%, rgb(159,191,210) 52%, transparent 52%);
    top: 25px;
    transform: rotate(15deg);
    width: 80px;
    right: 25px;
    opacity: 0.1;
}.sVacademic_expertise .xWstudent_glow:hover::after {
    opacity: 0.15;
    transform: rotate(30deg) scale(1.2);
}.sVacademic_expertise .rHpost_thumbnail {
    width: 120px;
    height: 120px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 10% 30% 50% 70%;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 10px rgba(0,0,0,0.05);
}.sVacademic_expertise .rHpost_thumbnail::before {
    inset: 0;
    background: linear-gradient(to top right, rgb(159,191,210,0.5), transparent 70%);
    position: absolute;
    opacity: 0.5;
    content: "";
    z-index: 1;
    transition: opacity 0.4s ease;
}.sVacademic_expertise .xWstudent_glow:hover .rHpost_thumbnail {
    transform: scale(1.05) rotate(-2deg);
    border-radius: 30% 50% 70% 90%;
}.sVacademic_expertise .xWstudent_glow:hover .rHpost_thumbnail::before {
    opacity: 0.7;
}.sVacademic_expertise .name {
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #000000;
    transition: transform 0.4s ease;
    display: inline-block;
    position: relative;
    font-size: calc(21px * 1.1);
}.sVacademic_expertise .name::after {
    position: absolute;
    height: 2px;
    left: 0;
    transition: width 0.4s ease;
    background: rgb(159,191,210);
    width: 0;
    content: "";
    bottom: -5px;
}.sVacademic_expertise .xWstudent_glow:hover .name::after {
    width: 100%;
}.sVacademic_expertise .xWstudent_glow > div:nth-child(2) div {
    transition: transform 0.4s ease;
    font-weight: 600;
    font-size: calc(16px * 0.95);
    margin-bottom: 0.8rem;
    position: relative;
    letter-spacing: 0.5px;
    color: rgb(111,157,186);
    transform: translateX(0);
}.sVacademic_expertise .xWstudent_glow:hover > div:nth-child(2) div {
    transform: translateX(5px);
}.sVacademic_expertise .SWemp_tasks {
    transition: all 0.4s ease;
    line-height: 1.75;
    border-left: 1px solid rgb(111,157,186,0.5);
    color: #000000;
    padding-left: 1.5rem;
    position: relative;
    margin: 0;
    font-size: 16px;
}.sVacademic_expertise .SWemp_tasks::before {
    content: "";
    font-size: 2.5rem;
    left: 0.3rem;
    position: absolute;
    transition: transform 0.5s ease;
    opacity: 0.3;
    color: rgb(159,191,210);
    top: -0.5rem;
}.sVacademic_expertise .xWstudent_glow:hover .SWemp_tasks::before {
    transform: translateY(-5px) rotate(-10deg);
    opacity: 0.5;
}

@media (min-width: 768px) {.sVacademic_expertise {
    padding: 7rem 0;
}.sVacademic_expertise .xWstudent_glow {
    row-gap: 1.5rem;
    column-gap: 2.5rem;
    padding: 3rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
}.sVacademic_expertise .xWstudent_glow > div:first-child {
    display: flex;
    grid-row: 1 / 3;
    align-items: flex-start;
    justify-content: center;
}.sVacademic_expertise .xWstudent_glow > div:nth-child(2) {
    align-self: end;
}.sVacademic_expertise .rHpost_thumbnail {
    width: 180px;
    height: 180px;
}.sVacademic_expertise .name {
    margin-bottom: 0.8rem;
    font-size: calc(21px * 1.3);
}.sVacademic_expertise .SWemp_tasks {
    padding-left: 2rem;
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 992px) {.sVacademic_expertise .container {
    transform: perspective(1500px) rotateY(3deg);
}.sVacademic_expertise .xWstudent_glow {
    gap: 3rem;
    padding: 4rem;
}.sVacademic_expertise .rHpost_thumbnail {
    width: 220px;
    height: 220px;
}.sVacademic_expertise .SWemp_tasks {
    column-count: 2;
    border-left: none;
    column-gap: 2.5rem;
    padding-left: 0;
}.sVacademic_expertise .SWemp_tasks::before {
    font-size: 4rem;
    left: -1rem;
}
}

@media (max-width: 767px) {.sVacademic_expertise {
    padding: 4rem 0;
}.sVacademic_expertise .container {
    transform: none;
}.sVacademic_expertise .xWstudent_glow {
    padding: 2rem;
}.sVacademic_expertise .xWstudent_glow > div:first-child {
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
}.sVacademic_expertise .xWstudent_glow > div:nth-child(2) {
    text-align: center;
}.sVacademic_expertise .name::after {
    left: 50%;
    transform: translateX(-50%);
}.sVacademic_expertise .SWemp_tasks {
    padding-left: 1rem;
    text-align: left;
}}.oywelcome_section {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    background: rgb(159,191,210);
}.oywelcome_section::before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    background-size: 50px 50px;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 85%, rgb(159,191,210,0.5) 100%),
        linear-gradient(-45deg, transparent 85%, rgb(111,157,186,0.5) 100%),
        linear-gradient(135deg, transparent 85%, rgb(159,191,210,0.5) 100%),
        linear-gradient(-135deg, transparent 85%, rgb(111,157,186,0.5) 100%);
    width: 100%;
    left: 0;
    z-index: 0;
}.oywelcome_section .qrwho_mentors {
    height: 100vh;
    flex-direction: column;
    z-index: 1;
    display: flex;
    width: 100%;
    position: relative;
}.oywelcome_section .Bfpage_lead {
    display: flex;
    margin-top: 60px;
    justify-content: center;
    width: 100%;
    height: 65vh;
    position: relative;
    align-items: center;
}.oywelcome_section .Bfpage_lead input {
    display: none;
}.oywelcome_section .iDlearn_title {
    height: 100%;
    overflow: hidden;
    width: 80%;
    position: relative;
}.oywelcome_section .JStech_track {
    height: 100%;
    transform: translateX(100%);
    will-change: transform, opacity;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    position: absolute;
    opacity: 0;
}.oywelcome_section .JStech_track:nth-child(1) {
    transform: translateX(0);
    opacity: 1;
}.oywelcome_section .JStech_track img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}.oywelcome_section .Bfpage_lead input:nth-child(1):checked ~ .iDlearn_title .JStech_track:nth-child(1),
.oywelcome_section .Bfpage_lead input:nth-child(2):checked ~ .iDlearn_title .JStech_track:nth-child(2),
.oywelcome_section .Bfpage_lead input:nth-child(3):checked ~ .iDlearn_title .JStech_track:nth-child(3),
.oywelcome_section .Bfpage_lead input:nth-child(4):checked ~ .iDlearn_title .JStech_track:nth-child(4),
.oywelcome_section .Bfpage_lead input:nth-child(5):checked ~ .iDlearn_title .JStech_track:nth-child(5),
.oywelcome_section .Bfpage_lead input:nth-child(6):checked ~ .iDlearn_title .JStech_track:nth-child(6),
.oywelcome_section .Bfpage_lead input:nth-child(7):checked ~ .iDlearn_title .JStech_track:nth-child(7),
.oywelcome_section .Bfpage_lead input:nth-child(8):checked ~ .iDlearn_title .JStech_track:nth-child(8),
.oywelcome_section .Bfpage_lead input:nth-child(9):checked ~ .iDlearn_title .JStech_track:nth-child(9),
.oywelcome_section .Bfpage_lead input:nth-child(10):checked ~ .iDlearn_title .JStech_track:nth-child(10) {
    z-index: 2;
    opacity: 1;
    transform: translateX(0);
}.oywelcome_section .Bfpage_lead input:nth-child(1):checked ~ .iDlearn_title .JStech_track:nth-child(2),
.oywelcome_section .Bfpage_lead input:nth-child(2):checked ~ .iDlearn_title .JStech_track:nth-child(3),
.oywelcome_section .Bfpage_lead input:nth-child(3):checked ~ .iDlearn_title .JStech_track:nth-child(4),
.oywelcome_section .Bfpage_lead input:nth-child(4):checked ~ .iDlearn_title .JStech_track:nth-child(5),
.oywelcome_section .Bfpage_lead input:nth-child(5):checked ~ .iDlearn_title .JStech_track:nth-child(6),
.oywelcome_section .Bfpage_lead input:nth-child(6):checked ~ .iDlearn_title .JStech_track:nth-child(7),
.oywelcome_section .Bfpage_lead input:nth-child(7):checked ~ .iDlearn_title .JStech_track:nth-child(8),
.oywelcome_section .Bfpage_lead input:nth-child(8):checked ~ .iDlearn_title .JStech_track:nth-child(9),
.oywelcome_section .Bfpage_lead input:nth-child(9):checked ~ .iDlearn_title .JStech_track:nth-child(10),
.oywelcome_section .Bfpage_lead input:nth-child(10):checked ~ .iDlearn_title .JStech_track:nth-child(1) {
    z-index: 1;
    transform: translateX(100%);
    opacity: 0;
}.oywelcome_section .Bfpage_lead input:nth-child(1):checked ~ .iDlearn_title .JStech_track:nth-child(10),
.oywelcome_section .Bfpage_lead input:nth-child(2):checked ~ .iDlearn_title .JStech_track:nth-child(1),
.oywelcome_section .Bfpage_lead input:nth-child(3):checked ~ .iDlearn_title .JStech_track:nth-child(2),
.oywelcome_section .Bfpage_lead input:nth-child(4):checked ~ .iDlearn_title .JStech_track:nth-child(3),
.oywelcome_section .Bfpage_lead input:nth-child(5):checked ~ .iDlearn_title .JStech_track:nth-child(4),
.oywelcome_section .Bfpage_lead input:nth-child(6):checked ~ .iDlearn_title .JStech_track:nth-child(5),
.oywelcome_section .Bfpage_lead input:nth-child(7):checked ~ .iDlearn_title .JStech_track:nth-child(6),
.oywelcome_section .Bfpage_lead input:nth-child(8):checked ~ .iDlearn_title .JStech_track:nth-child(7),
.oywelcome_section .Bfpage_lead input:nth-child(9):checked ~ .iDlearn_title .JStech_track:nth-child(8),
.oywelcome_section .Bfpage_lead input:nth-child(10):checked ~ .iDlearn_title .JStech_track:nth-child(9) {
    z-index: 1;
    transform: translateX(-100%);
    opacity: 0;
}.oywelcome_section .EXlearn_page {
    padding: 15px 0;
    gap: 15px;
    width: 100%;
    z-index: 3;
    left: 0;
    position: absolute;
    justify-content: center;
    top: 0;
    display: flex;
}.oywelcome_section .EXlearn_page label {
    opacity: 0.4;
    height: 4px;
    width: 40px;
    background: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
}.oywelcome_section .EXlearn_page label::after {
    transition: transform 0.3s ease;
    left: 50%;
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgb(159,191,210);
    border-radius: 50%;
    bottom: -10px;
    transform: translateX(-50%) scale(0);
    content: "";
}.oywelcome_section .Bfpage_lead input:nth-child(1):checked ~ .EXlearn_page label:nth-child(1)::after,
.oywelcome_section .Bfpage_lead input:nth-child(2):checked ~ .EXlearn_page label:nth-child(2)::after,
.oywelcome_section .Bfpage_lead input:nth-child(3):checked ~ .EXlearn_page label:nth-child(3)::after,
.oywelcome_section .Bfpage_lead input:nth-child(4):checked ~ .EXlearn_page label:nth-child(4)::after,
.oywelcome_section .Bfpage_lead input:nth-child(5):checked ~ .EXlearn_page label:nth-child(5)::after,
.oywelcome_section .Bfpage_lead input:nth-child(6):checked ~ .EXlearn_page label:nth-child(6)::after,
.oywelcome_section .Bfpage_lead input:nth-child(7):checked ~ .EXlearn_page label:nth-child(7)::after,
.oywelcome_section .Bfpage_lead input:nth-child(8):checked ~ .EXlearn_page label:nth-child(8)::after,
.oywelcome_section .Bfpage_lead input:nth-child(9):checked ~ .EXlearn_page label:nth-child(9)::after,
.oywelcome_section .Bfpage_lead input:nth-child(10):checked ~ .EXlearn_page label:nth-child(10)::after {
    transform: translateX(-50%) scale(1);
}.oywelcome_section .Bfpage_lead input:nth-child(1):checked ~ .EXlearn_page label:nth-child(1),
.oywelcome_section .Bfpage_lead input:nth-child(2):checked ~ .EXlearn_page label:nth-child(2),
.oywelcome_section .Bfpage_lead input:nth-child(3):checked ~ .EXlearn_page label:nth-child(3),
.oywelcome_section .Bfpage_lead input:nth-child(4):checked ~ .EXlearn_page label:nth-child(4),
.oywelcome_section .Bfpage_lead input:nth-child(5):checked ~ .EXlearn_page label:nth-child(5),
.oywelcome_section .Bfpage_lead input:nth-child(6):checked ~ .EXlearn_page label:nth-child(6),
.oywelcome_section .Bfpage_lead input:nth-child(7):checked ~ .EXlearn_page label:nth-child(7),
.oywelcome_section .Bfpage_lead input:nth-child(8):checked ~ .EXlearn_page label:nth-child(8),
.oywelcome_section .Bfpage_lead input:nth-child(9):checked ~ .EXlearn_page label:nth-child(9),
.oywelcome_section .Bfpage_lead input:nth-child(10):checked ~ .EXlearn_page label:nth-child(10) {
    background: rgb(159,191,210);
    opacity: 1;
    width: 60px;
}.oywelcome_section .rKtext_group {
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, #000000 40%, transparent 100%);
    z-index: 2;
    width: 100%;
}.oywelcome_section .rKtext_group .container {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    padding: 40px;
}.oywelcome_section .rKtext_group .container::before {
    content: "";
    top: 0;
    width: 100px;
    position: absolute;
    background: rgb(159,191,210);
    height: 4px;
    left: 0;
}.oywelcome_section .rKtext_group h1 {
    position: relative;
    font-size: 38px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    max-width: 70%;
}.oywelcome_section .rKtext_group h3 {
    color: rgb(159,191,210);
    font-size: 19px;
    margin-bottom: 25px;
    max-width: 70%;
    font-weight: 600;
}.oywelcome_section .rKtext_group p {
    margin-bottom: 0;
    max-width: 60%;
    line-height: 1.7;
    color: #ffffff;
    font-size: 17px;
    opacity: 0.8;
}.oywelcome_section .iDlearn_title::before {
    position: absolute;
    pointer-events: none;
    inset: 0;
    box-shadow: inset 0 0 0 2px rgb(159,191,210,0.5);
    z-index: 3;
    content: "";
}.oywelcome_section .JStech_track::after {
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(to right, #000000 0%, transparent 50%);
    opacity: 0.7;
    z-index: 1;
    width: 100%;
}@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.oywelcome_section .rKtext_group h1 {
    animation: fadeIn 0.8s ease forwards;
    opacity: 0;
    animation-delay: 0.2s;
}.oywelcome_section .rKtext_group h3 {
    animation-delay: 0.4s;
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}.oywelcome_section .rKtext_group p {
    opacity: 0;
    animation-delay: 0.6s;
    animation: fadeIn 0.8s ease forwards;
}

@media (max-width: 1200px) {.oywelcome_section .rKtext_group .container {
    max-width: 960px;
}.oywelcome_section .rKtext_group h1,
    .oywelcome_section .rKtext_group h3,
    .oywelcome_section .rKtext_group p {
    max-width: 80%;
}
}

@media (max-width: 992px) {.oywelcome_section {
    min-height: unset;
}.oywelcome_section .qrwho_mentors {
    min-height: unset;
}.oywelcome_section .Bfpage_lead {
    margin-top: 40px;
    height: 55vh;
}.oywelcome_section .iDlearn_title {
    width: 90%;
}.oywelcome_section .rKtext_group .container {
    padding: 30px;
    max-width: 720px;
}.oywelcome_section .rKtext_group h1 {
    font-size: calc(38px * 0.9);
}.oywelcome_section .rKtext_group h1,
    .oywelcome_section .rKtext_group h3,
    .oywelcome_section .rKtext_group p {
    max-width: 90%;
}
}

@media (max-width: 768px) {.oywelcome_section .Bfpage_lead {
    height: 50vh;
    margin-top: 30px;
}.oywelcome_section .iDlearn_title {
    width: 95%;
}.oywelcome_section .EXlearn_page {
    gap: 10px;
}.oywelcome_section .EXlearn_page label {
    height: 3px;
    width: 30px;
}.oywelcome_section .Bfpage_lead input:checked ~ .EXlearn_page label {
    width: 45px;
}.oywelcome_section .rKtext_group .container {
    max-width: 540px;
    padding: 25px;
}.oywelcome_section .rKtext_group h1 {
    margin-bottom: 15px;
    font-size: calc(38px * 0.8);
}.oywelcome_section .rKtext_group h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.9);
}.oywelcome_section .rKtext_group h1,
    .oywelcome_section .rKtext_group h3,
    .oywelcome_section .rKtext_group p {
    max-width: 100%;
}
}

@media (max-width: 576px) {.oywelcome_section .Bfpage_lead {
    margin-top: 20px;
    height: 45vh;
}.oywelcome_section .EXlearn_page {
    gap: 8px;
}.oywelcome_section .EXlearn_page label {
    width: 25px;
}.oywelcome_section .Bfpage_lead input:checked ~ .EXlearn_page label {
    width: 35px;
}.oywelcome_section .rKtext_group .container {
    padding: 20px;
}.oywelcome_section .rKtext_group h1 {
    margin-bottom: 10px;
    font-size: calc(38px * 0.7);
}.oywelcome_section .rKtext_group h3 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.8);
}.oywelcome_section .rKtext_group p {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}

.oywelcome_section .JStech_track {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}