﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    width: 12px;
}::-webkit-scrollbar-track {
    border-radius: 13.9em;
    background: rgb(172,172,203,0.5);
    border: 1px groove rgb(133,129,168);
}::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, rgb(133,129,168) 25%, transparent 25%), linear-gradient(-45deg, rgb(133,129,168) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgb(133,129,168) 75%), linear-gradient(-45deg, transparent 75%, rgb(133,129,168) 75%);
    transition: box-shadow, border-radius 3.1s ease-out;
    animation: slide_scrollbar 2.2s ease-in-out infinite;
    border-radius: 20px;
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
    transform: scale(0.9);
    box-shadow: inset -1px -2px 2px 5px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-corner {
    border-radius: 8px;
    background: rgb(133,129,168,0.5);
}html {
    scrollbar-width: thin;
    scrollbar-color: rgb(133,129,168) rgb(172,172,203);
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1159px;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    min-height: 100%;
}.Veheader_lesson {
    flex: 1 0 auto;
}.Htdesign_res {
    flex: 0 0 auto;
}.Xywrapper-canvas {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.Vnaudience_profile {
    padding: 5rem 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background-color: rgb(213,213,227);
}.Vnaudience_profile::before,
.Vnaudience_profile::after {
    top: 0;
    width: 1px;
    opacity: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(172,172,203) 50%, 
        transparent 80%);
    z-index: -1;
    animation: beamScan 8s infinite ease-out;
    height: 100%;
}.Vnaudience_profile::before {
    animation-delay: 0s;
    left: 25%;
}.Vnaudience_profile::after {
    right: 25%;
    animation-delay: 4s;
}.Vnaudience_profile .Izstory_tl {
    padding: 0 2rem;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}.Vnaudience_profile .Izstory_tl::before,
.Vnaudience_profile .Izstory_tl::after {
    height: 1px;
    position: absolute;
    opacity: 0;
    animation: horizontalBeam 10s infinite ease-out;
    z-index: -1;
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(133,129,168) 50%, 
        transparent 90%);
    width: 100%;
    left: 0;
    content: '';
}.Vnaudience_profile .Izstory_tl::before {
    top: 30%;
    animation-delay: 2s;
}.Vnaudience_profile .Izstory_tl::after {
    animation-delay: 6s;
    bottom: 30%;
}.Vnaudience_profile h3 {
    margin-bottom: 3.5rem;
    text-align: center;
    position: relative;
    color: rgb(172,172,203);
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 35px;
}.Vnaudience_profile h3::after {
    opacity: 0.7;
    bottom: -15px;
    height: 2px;
    transform: translateX(-50%) scaleX(0.3);
    animation: pulseLine 4s infinite ease-in-out;
    width: 100px;
    content: '';
    background: rgb(172,172,203);
    left: 50%;
    position: absolute;
}.Vnaudience_profile ul {
    flex-direction: column;
    margin: 0;
    display: flex;
    list-style: none;
    gap: 1.2rem;
    padding: 0;
}.Vnaudience_profile ul li {
    padding: 1.3rem 1.5rem;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    color: #000000;
    font-weight: 400;
    align-items: center;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
}.Vnaudience_profile ul li::before {
    height: 100%;
    transform-origin: top;
    top: 0;
    content: '';
    position: absolute;
    transition: transform 0.4s ease;
    transform: scaleY(0);
    left: 0;
    opacity: 0.5;
    background: linear-gradient(to bottom, 
        rgb(133,129,168,0.5), 
        rgb(172,172,203,0.5));
    width: 3px;
}.Vnaudience_profile ul li::after {
    top: 0;
    content: '';
    z-index: -1;
    left: 0;
    opacity: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(172,172,203,0.5) 20%, 
        transparent 80%);
    position: absolute;
    transition: transform 0.5s ease;
}.Vnaudience_profile ul li:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #000000;
}.Vnaudience_profile ul li:hover::before {
    transform: scaleY(1);
}.Vnaudience_profile ul li:hover::after {
    transform: translateX(100%);
    opacity: 0.15;
}.Vnaudience_profile ul li svg {
    z-index: 1;
    position: relative;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    transition: all 0.4s ease;
    margin-right: 1.5rem;
}.Vnaudience_profile ul li:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.Vnaudience_profile ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(172,172,203);
}.Vnaudience_profile ul li:hover svg path {
    animation: flashIcon 1s ease;
    fill: rgb(133,129,168);
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.Vnaudience_profile::before :nth-child(1) {
    animation-delay: 1s;
}.Vnaudience_profile::before :nth-child(2) {
    animation-delay: 3s;
}.Vnaudience_profile::before :nth-child(3) {
    animation-delay: 5s;
}.Vnaudience_profile ul::before {
    border: 1px solid rgb(172,172,203,0.5);
    height: 50px;
    border-radius: 50%;
    right: 20px;
    opacity: 0.2;
    width: 50px;
    content: '';
    position: absolute;
    top: 20px;
}.Vnaudience_profile ul::after {
    opacity: 0.2;
    position: absolute;
    border: 1px solid rgb(133,129,168,0.5);
    content: '';
    left: 20px;
    height: 30px;
    border-radius: 50%;
    bottom: 20px;
    width: 30px;
}

@media (max-width: 992px) {.Vnaudience_profile {
    padding: 4rem 0;
}.Vnaudience_profile h3 {
    font-size: calc(35px * 0.9);
}.Vnaudience_profile ul {
    gap: 1rem;
}.Vnaudience_profile ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.Vnaudience_profile {
    padding: 3rem 0;
}.Vnaudience_profile .Izstory_tl {
    padding: 0 1.5rem;
}.Vnaudience_profile h3 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.8);
}.Vnaudience_profile ul {
    gap: 0.8rem;
}.Vnaudience_profile ul li {
    padding: 1rem;
}.Vnaudience_profile ul li svg {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
}}.Inleadership_profile {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(213,213,227) 0%, rgb(172,172,203,0.5) 100%);
    overflow: hidden;
    position: relative;
}.Inleadership_profile::before {
    transform: scale(1.5) rotate(-5deg);
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(133,129,168,0.5) 45%, rgb(133,129,168,0.5) 55%, transparent 55%);
    content: "";
    position: absolute;
    left: 0;
}.Inleadership_profile .Zxlearning_quotes {
    max-width: 1100px;
    gap: 2rem;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    transform: rotate(-2deg);
    margin: 0 auto;
    z-index: 1;
}.Inleadership_profile .Qwcover_image {
    transition: all 0.5s ease;
    box-shadow: 20px 20px 0 rgb(172,172,203,0.5);
    border-radius: 22px;
    transform: perspective(1000px) rotateY(-15deg);
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    height: 400px;
    width: 350px;
}.Inleadership_profile .iqexp_projects {
    position: relative;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
    transition: all 0.5s ease;
    max-width: 450px;
    background: #ffffff;
    z-index: 2;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    padding: 2.5rem;
}.Inleadership_profile .iqexp_projects::before {
    position: absolute;
    height: 100%;
    background: rgb(133,129,168,0.5);
    transform: rotate(3deg);
    top: -15px;
    border-radius: 22px;
    width: 100%;
    right: -15px;
    content: "";
    z-index: -1;
}.Inleadership_profile .name {
    font-size: 28px;
    margin-bottom: 0.5rem;
    transform: skewX(-5deg);
    font-weight: 700;
    color: rgb(172,172,203);
}.Inleadership_profile .iqexp_projects div:nth-child(2) {
    font-weight: 600;
    transform: skewX(-5deg);
    color: rgb(133,129,168);
    font-size: 23px;
    margin-bottom: 1.5rem;
}.Inleadership_profile .XYjob_exp {
    position: relative;
    color: #000000;
    font-style: italic;
    line-height: 1.6;
    font-size: 14px;
    padding-left: 1.5rem;
}.Inleadership_profile .XYjob_exp::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 10px;
    left: 0;
    background: linear-gradient(to bottom, rgb(172,172,203), rgb(133,129,168));
    width: 4px;
}.Inleadership_profile .Zxlearning_quotes:hover .Qwcover_image {
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 30px 30px 0 rgb(172,172,203,0.5);
}.Inleadership_profile .Zxlearning_quotes:hover .iqexp_projects {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

@media screen and (max-width: 991px) {.Inleadership_profile .Zxlearning_quotes {
    flex-direction: column;
    transform: rotate(0);
    gap: 3rem;
}.Inleadership_profile .Qwcover_image {
    transform: perspective(1000px) rotateY(0);
    width: 280px;
    margin: 0 auto;
    height: 320px;
}.Inleadership_profile .iqexp_projects {
    transform: translateY(-30px) perspective(1000px) rotateY(0);
}.Inleadership_profile .Zxlearning_quotes:hover .Qwcover_image {
    transform: perspective(1000px) rotateY(0);
}.Inleadership_profile .Zxlearning_quotes:hover .iqexp_projects {
    transform: translateY(-40px) perspective(1000px) rotateY(0);
}}.Tdconnect_with_us {
    background: rgb(213,213,227);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}.Tdconnect_with_us::before {
    opacity: 0.05;
    height: 100%;
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(133,129,168,0.5),
        rgb(133,129,168,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    content: '';
    top: 0;
}.Tdconnect_with_us .Qwcover_image {
    z-index: 1;
    border-radius: 14px 0 0 14px;
    top: 5%;
    height: 90%;
    right: 0;
    width: 40%;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    position: absolute;
}.Tdconnect_with_us .Qwcover_image::after {
    border-radius: 14px 0 0 14px;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(172,172,203,0.5), transparent 70%);
    content: '';
    height: 100%;
}.Tdconnect_with_us .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.Tdconnect_with_us h3 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: rgb(172,172,203);
    font-family: Arial, sans-serif;
}.Tdconnect_with_us .mwfeedback_request {
    background: #ffffff;
    overflow: hidden;
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
}.Tdconnect_with_us .Yysupport_help {
    position: relative;
    flex: 1;
    padding: 50px;
}.Tdconnect_with_us form h3 {
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
    color: #000000;
    font-size: 18px;
}.Tdconnect_with_us input[type="text"],
.Tdconnect_with_us textarea {
    font-size: 18px;
    color: #000000;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 100%;
}.Tdconnect_with_us input[type="text"]:focus,
.Tdconnect_with_us textarea:focus {
    border-color: rgb(172,172,203);
    box-shadow: 0 0 0 2px rgb(172,172,203,0.5);
    outline: none;
}.Tdconnect_with_us textarea {
    height: 150px;
    resize: none;
}.Tdconnect_with_us .WYrequest_help {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.Tdconnect_with_us .WYrequest_help input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.Tdconnect_with_us .WYrequest_help label {
    color: #000000;
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    padding-left: 30px;
    cursor: pointer;
}.Tdconnect_with_us .WYrequest_help label::before {
    left: 0;
    height: 18px;
    border-radius: 10px;
    top: 2px;
    width: 18px;
    border: 2px solid rgb(133,129,168);
    content: '';
    transition: all 0.3s ease;
    position: absolute;
}.Tdconnect_with_us .WYrequest_help input[type="checkbox"]:checked + label::before {
    border-color: rgb(172,172,203);
    background: rgb(172,172,203);
}.Tdconnect_with_us .WYrequest_help input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    left: 6px;
    height: 10px;
    width: 6px;
    content: '';
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
}.Tdconnect_with_us .WYrequest_help a {
    text-decoration: none;
    color: rgb(172,172,203);
    transition: all 0.3s ease;
}.Tdconnect_with_us .WYrequest_help a:hover {
    text-decoration: underline;
}.Tdconnect_with_us .fYinquiry_feedback {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-size: 19px;
    cursor: pointer;
    background: rgb(172,172,203);
    color: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}.Tdconnect_with_us .fYinquiry_feedback:hover {
    background: rgb(133,129,168);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.Tdconnect_with_us .MDconnect_widget {
    width: 35%;
    background: rgb(172,172,203);
    position: relative;
    padding: 50px;
}.Tdconnect_with_us .MDconnect_widget::before {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}.Tdconnect_with_us .MDconnect_widget h4 {
    font-weight: 600;
    font-size: 18px;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    color: #ffffff;
    position: relative;
}.Tdconnect_with_us .MDconnect_widget h4::after {
    height: 3px;
    width: 40px;
    background: #ffffff;
    bottom: -15px;
    position: absolute;
    content: '';
    left: 0;
}.Tdconnect_with_us .vgreach_message {
    list-style: none;
    margin: 0;
    padding: 0;
}.Tdconnect_with_us .vgreach_message li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}.Tdconnect_with_us .vgreach_message svg {
    margin-right: 15px;
    height: 22px;
    width: 22px;
    flex-shrink: 0;
}.Tdconnect_with_us .vgreach_message svg path {
    fill: #ffffff;
}.Tdconnect_with_us .vgreach_message span {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 18px;
}.Tdconnect_with_us .vgreach_message a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.Tdconnect_with_us .vgreach_message a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.Tdconnect_with_us .Qwcover_image {
    display: none;
}.Tdconnect_with_us .mwfeedback_request {
    flex-direction: column;
}.Tdconnect_with_us .Yysupport_help {
    width: 100%;
}.Tdconnect_with_us .MDconnect_widget {
    width: 100%;
}
}

@media (max-width: 768px) {.Tdconnect_with_us {
    padding: 60px 0;
}.Tdconnect_with_us h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 40px;
}.Tdconnect_with_us .Yysupport_help,
    .Tdconnect_with_us .MDconnect_widget {
    padding: 40px;
}
}

@media (max-width: 576px) {.Tdconnect_with_us {
    padding: 40px 0;
}.Tdconnect_with_us h3 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.Tdconnect_with_us .Yysupport_help,
    .Tdconnect_with_us .MDconnect_widget {
    padding: 30px 20px;
}.Tdconnect_with_us form h3,
    .Tdconnect_with_us .MDconnect_widget h4 {
    font-size: calc(18px * 0.9);
    margin-bottom: 25px;
}.Tdconnect_with_us input[type="text"],
    .Tdconnect_with_us textarea {
    padding: 12px;
    margin-bottom: 15px;
}.Tdconnect_with_us textarea {
    height: 120px;
}.Tdconnect_with_us .fYinquiry_feedback {
    width: 100%;
    padding: 12px;
}.Tdconnect_with_us .vgreach_message li {
    margin-bottom: 20px;
}}.MOprivacy_block {
    max-width: 1200px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    color: #000000;
    background: #ffffff;
    border: 1px solid rgb(172,172,203);
    position: relative;
    margin: 0 auto;
    padding: 50px;
    width: 90%;
}.MOprivacy_block:before {
    left: -50px;
    background: rgb(172,172,203,0.5);
    border-radius: 50%;
    content: "";
    height: 150px;
    top: -50px;
    z-index: 1;
    width: 150px;
    position: absolute;
}.MOprivacy_block:after {
    border-radius: 50%;
    z-index: 1;
    right: -50px;
    position: absolute;
    content: "";
    width: 200px;
    bottom: -50px;
    height: 200px;
    background: rgb(133,129,168,0.5);
}.MOprivacy_block h1 {
    padding-bottom: 10px;
    margin-top: 40px;
    font-size: 41px;
    margin-bottom: 30px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(172,172,203);
    z-index: 2;
    color: #000000;
}.MOprivacy_block h1:before {
    background: rgb(133,129,168);
    position: absolute;
    height: 5px;
    content: "";
    width: 50px;
    left: 0;
    bottom: -5px;
    z-index: -1;
}.MOprivacy_block h2 {
    color: rgb(133,129,168);
    z-index: 2;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 35px;
    position: relative;
    font-size: 37px;
}.MOprivacy_block h2:before {
    z-index: -1;
    bottom: -5px;
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    background: rgb(172,172,203);
    width: 30px;
}.MOprivacy_block ul, .MOprivacy_block ol {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    list-style-type: disc;
    list-style: none;
    padding-left: 40px;
}.MOprivacy_block li {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 15px;
    position: relative;
}.MOprivacy_block li:before {
    content: "•";
    font-size: 1.5em;
    line-height: 1;
    color: rgb(172,172,203);
    left: -25px;
    position: absolute;
}.MOprivacy_block div {
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    z-index: 2;
    position: relative;
    padding: 25px;
    line-height: 1.8;
}.MOprivacy_block .container {
    z-index: 2;
    position: relative;
}.MOprivacy_block h3, .MOprivacy_block h4, .MOprivacy_block h5, .MOprivacy_block h6 {
    z-index: 2;
    margin-top: 30px;
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    color: rgb(172,172,203);
}.MOprivacy_block p, .MOprivacy_block span {
    z-index: 2;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 15px;
    position: relative;
    color: #000000;
}.MOprivacy_block a {
    position: relative;
    font-weight: 400;
    color: rgb(133,129,168);
    z-index: 2;
    border-bottom: 1px solid rgb(133,129,168);
    text-decoration: none;
}.MOprivacy_block a:hover {
    color: rgb(172,172,203);
    border-bottom: 1px solid rgb(172,172,203);
}.MOprivacy_block button {
    padding: 12px 25px;
    color: #ffffff;
    font-size: 19px;
    z-index: 2;
    cursor: pointer;
    border-radius: 10px;
    background: rgb(133,129,168);
    border: 2px solid rgb(172,172,203);
    position: relative;
}.MOprivacy_block button:hover {
    border-color: rgb(133,129,168);
    background: rgb(172,172,203);
}

@media only screen and (max-width: 800px) {.MOprivacy_block {
    width: 95%;
    padding: 30px;
}.MOprivacy_block h1 {
    font-size: calc(22px - 10px);
}.MOprivacy_block h2 {
    font-size: calc(22px - 5px);
}.MOprivacy_block ul, .MOprivacy_block ol {
    padding-left: 20px;
}.MOprivacy_block li:before {
    left: -15px;
}.MOprivacy_block button {
    padding: 10px 20px;
}}.bQuser_testimonials {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(213,213,227) 0%, rgba(rgb(133,129,168,0.5), 0.05) 100%);
    overflow: hidden;
}.bQuser_testimonials::before {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: radial-gradient(circle, rgb(133,129,168) 0%, rgba(rgb(133,129,168,0.5), 0) 70%);
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    width: 20vw;
    z-index: 0;
    height: 20vw;
    filter: blur(50px);
    top: -10%;
    content: "";
    opacity: 0.1;
    left: -5%;
}.bQuser_testimonials::after {
    filter: blur(40px);
    animation: float 18s ease-in-out infinite alternate-reverse;
    border-radius: 50% 50% 40% 60% / 40% 40% 60% 50%;
    opacity: 0.07;
    z-index: 0;
    position: absolute;
    height: 15vw;
    width: 15vw;
    right: -5%;
    background: radial-gradient(circle, rgb(172,172,203) 0%, rgba(rgb(172,172,203,0.5), 0) 70%);
    content: "";
    bottom: -5%;
}.bQuser_testimonials .container {
    position: relative;
    z-index: 1;
}.bQuser_testimonials h2 {
    font-weight: 700;
    text-align: left;
    font-size: 30px;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    max-width: 80%;
    position: relative;
    margin-bottom: 3.5rem;
}.bQuser_testimonials h2::after {
    position: absolute;
    transform: translateX(0);
    left: 0;
    background: linear-gradient(90deg, rgb(133,129,168) 0%, rgba(rgb(133,129,168,0.5), 0.3) 100%);
    bottom: -1rem;
    height: 3px;
    width: 4rem;
    content: "";
    transition: transform 0.5s ease;
}.bQuser_testimonials h2:hover::after {
    transform: translateX(20px) scaleX(1.2);
}.bQuser_testimonials .Uqreview_experiences {
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.bQuser_testimonials .Zxlearning_quotes {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 5px rgba(rgba(0, 0, 0, 0.5), 0.03);
    backface-visibility: hidden;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    position: relative;
    transform: translateZ(0) rotateY(0deg);
    background: #ffffff;
    padding: 2rem;
}.bQuser_testimonials .Zxlearning_quotes::before {
    font-size: 6rem;
    line-height: 1;
    top: 1.5rem;
    right: 1.5rem;
    pointer-events: none;
    content: "";
    font-family: Georgia, serif;
    color: rgba(rgb(133,129,168,0.5), 0.07);
    position: absolute;
}.bQuser_testimonials .Zxlearning_quotes:hover {
    transform: translateY(-10px) translateZ(20px) rotateY(2deg);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.bQuser_testimonials .Zxlearning_quotes div {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}.bQuser_testimonials .Zxlearning_quotes img {
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    width: 50px;
    height: 50px;
    object-fit: cover;
    border: 2px solid rgba(rgb(133,129,168,0.5), 0.1);
    margin-right: 1rem;
    transition: transform 0.3s ease, border-color 0.3s ease;
}.bQuser_testimonials .Zxlearning_quotes:hover img {
    transform: scale(1.05);
    border-color: rgba(rgb(133,129,168,0.5), 0.3);
}.bQuser_testimonials .Zxlearning_quotes h4 {
    font-size: calc(19px * 0.9);
    position: relative;
    margin: 0;
    color: #000000;
    font-weight: 600;
}.bQuser_testimonials .Zxlearning_quotes h4::after {
    width: 0;
    left: 0;
    position: absolute;
    bottom: -5px;
    transition: width 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    height: 2px;
    background: linear-gradient(90deg, rgb(133,129,168) 0%, rgba(rgb(133,129,168,0.5), 0.3) 100%);
    content: "";
}.bQuser_testimonials .Zxlearning_quotes:hover h4::after {
    width: 100%;
}.bQuser_testimonials .Zxlearning_quotes .description {
    font-size: 16px;
    position: relative;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    z-index: 1;
}.bQuser_testimonials a {
    border-radius: 10px;
    margin-top: 3rem;
    transition: transform 0.3s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.3s cubic-bezier(0.2, 0.85, 0.4, 1);
    padding: 0.8rem 2rem;
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(133,129,168) 0%, rgba(rgb(172,172,203,0.5), 0.9) 100%);
    font-weight: 600;
    font-size: 19px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(rgb(133,129,168,0.5), 0.2);
}.bQuser_testimonials a::before {
    position: absolute;
    pointer-events: none;
    background: linear-gradient(90deg, 
                rgba(255, 255, 255, 0) 0%, 
                rgba(255, 255, 255, 0.2) 50%, 
                rgba(255, 255, 255, 0) 100%);
    left: -100%;
    top: 0;
    content: "";
    height: 100%;
    transition: left 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
    width: 100%;
}.bQuser_testimonials a:hover {
    box-shadow: 0 8px 25px rgba(rgb(133,129,168,0.5), 0.3);
    transform: translateY(-3px);
}.bQuser_testimonials a:hover::before {
    left: 100%;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(5%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-5%, -2%) rotate(-5deg);
    }
}

@media (max-width: 1200px) {.bQuser_testimonials h2 {
    max-width: 100%;
    font-size: calc(30px * 0.9);
}.bQuser_testimonials .Uqreview_experiences {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.bQuser_testimonials {
    padding: 4rem 0;
}.bQuser_testimonials h2 {
    margin-bottom: 2.5rem;
}.bQuser_testimonials .Uqreview_experiences {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.bQuser_testimonials .Zxlearning_quotes {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.bQuser_testimonials {
    padding: 3rem 0;
}.bQuser_testimonials h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
}.bQuser_testimonials .Uqreview_experiences {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.25rem;
}.bQuser_testimonials .Zxlearning_quotes:hover {
    transform: translateY(-5px) translateZ(10px);
}.bQuser_testimonials a {
    padding: 0.7rem 1.5rem;
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.bQuser_testimonials {
    padding: 2.5rem 0;
}.bQuser_testimonials h2 {
    font-size: calc(30px * 0.7);
}.bQuser_testimonials .Zxlearning_quotes {
    padding: 1.25rem;
}.bQuser_testimonials .Zxlearning_quotes img {
    width: 40px;
    height: 40px;
}.bQuser_testimonials .Zxlearning_quotes h4 {
    font-size: calc(19px * 0.8);
}.bQuser_testimonials .Zxlearning_quotes .description {
    font-size: calc(16px * 0.9);
}.bQuser_testimonials a {
    width: 100%;
    text-align: center;
}}.MLlearning_profits {
    padding: 100px 0;
    overflow: hidden;
    background: #f7f8fa;
    position: relative;
}.MLlearning_profits::before {
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgba(rgb(172,172,203,0.5), 0.05) 0%, rgba(rgb(133,129,168,0.5), 0.02) 100%);
    height: 100%;
}.MLlearning_profits::after {
    content: "";
    width: 400px;
    filter: blur(40px);
    right: -200px;
    z-index: 0;
    top: -200px;
    position: absolute;
    height: 400px;
    background: linear-gradient(to right, rgba(rgb(172,172,203,0.5), 0.05), rgba(rgb(133,129,168,0.5), 0.08));
    border-radius: 50%;
}.MLlearning_profits .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.MLlearning_profits .Izstory_tl {
    display: flex;
    gap: 40px;
    background: #ffffff;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column-reverse;
    padding: 30px;
    border-radius: 16px;
}.MLlearning_profits .Izstory_tl:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.06),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 3px 3px 6px rgba(255, 255, 255, 0.9),
        inset -3px -3px 6px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateX(0deg);
}.MLlearning_profits .Brtext_article {
    flex: 1;
    padding: 20px;
}.MLlearning_profits h4 {
    margin-bottom: 30px;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    transform: translateY(10px);
    opacity: 0;
    color: #000000;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    font-size: 28px;
}.MLlearning_profits h4::after {
    height: 4px;
    width: 60px;
    position: absolute;
    box-shadow: 0 2px 4px rgba(rgb(172,172,203,0.5), 0.3);
    border-radius: 2px;
    left: 0;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(172,172,203), rgb(133,129,168));
}.MLlearning_profits .Brtext_article > div {
    display: flex;
    gap: 30px;
    flex-direction: column;
}.MLlearning_profits ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.MLlearning_profits li {
    animation-delay: calc(0.2s + var(--li-index, 0) * 0.1s);
    margin-bottom: 16px;
    animation: fadeSlideUp 0.8s forwards;
    opacity: 0;
    transform: translateY(15px);
    position: relative;
}.MLlearning_profits li:nth-child(1) {
    --li-index: 1;
}.MLlearning_profits li:nth-child(2) {
    --li-index: 2;
}.MLlearning_profits li:nth-child(3) {
    --li-index: 3;
}.MLlearning_profits li p {
    padding: 16px;
    background: linear-gradient(145deg, #f5f9ff, #ffffff);
    gap: 16px;
    transition: all 0.3s ease;
    display: flex;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.03),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.8),
        inset -1px -1px 2px rgba(0, 0, 0, 0.03);
    align-items: flex-start;
    border-radius: 12px;
}.MLlearning_profits li p:hover {
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.04),
        -10px -10px 20px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.9),
        inset -1px -1px 2px rgba(0, 0, 0, 0.04);
    transform: translateY(-3px);
}.MLlearning_profits li p span:first-child {
    width: 42px;
    background: linear-gradient(135deg, #fcfcfc, #f0f4f9);
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    height: 42px;
    justify-content: center;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.05),
        -4px -4px 8px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6),
        inset -1px -1px 2px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    display: flex;
}.MLlearning_profits li p:hover span:first-child {
    transform: rotate(10deg);
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.06),
        -5px -5px 10px rgba(255, 255, 255, 1),
        inset 1px 1px 2px rgba(255, 255, 255, 0.7),
        inset -1px -1px 2px rgba(0, 0, 0, 0.04);
}.MLlearning_profits li p span:last-child {
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
}.MLlearning_profits svg {
    width: 24px;
    transition: transform 0.3s ease;
    transform: scale(0.85);
    height: 24px;
}.MLlearning_profits li p:hover svg {
    transform: scale(0.95) rotate(5deg);
}.MLlearning_profits svg path {
    transition: fill 0.3s ease;
    fill: rgb(172,172,203);
}.MLlearning_profits li p:hover svg path {
    fill: rgb(133,129,168);
}.MLlearning_profits .Qwcover_image {
    transition: all 0.5s ease;
    height: auto;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    transform: perspective(1000px) rotateY(-3deg) translateZ(20px);
    animation: fadeIn 1s forwards 0.6s;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 12px;
    opacity: 0;
}.MLlearning_profits .Izstory_tl:hover .Qwcover_image {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}

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

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

@media (min-width: 768px) {.MLlearning_profits .Izstory_tl {
    flex-direction: row;
    align-items: center;
    padding: 40px;
}.MLlearning_profits .Brtext_article {
    padding: 30px 40px 30px 0;
}.MLlearning_profits h4 {
    font-size: 32px;
    margin-bottom: 40px;
}.MLlearning_profits .Brtext_article > div {
    gap: 40px;
    flex-direction: row;
}.MLlearning_profits .Qwcover_image {
    height: 400px;
    width: 45%;
    object-position: center;
}
}

@media (min-width: 992px) {.MLlearning_profits {
    padding: 120px 0;
}.MLlearning_profits .Izstory_tl {
    gap: 60px;
    padding: 60px;
}.MLlearning_profits h4 {
    font-size: 36px;
}.MLlearning_profits li p {
    padding: 20px;
}.MLlearning_profits .Qwcover_image {
    height: 450px;
}
}

@media (max-width: 767px) {.MLlearning_profits {
    padding: 60px 0;
}.MLlearning_profits h4 {
    font-size: 24px;
}.MLlearning_profits .Brtext_article > div > ul {
    margin-bottom: 20px;
}.MLlearning_profits .Qwcover_image {
    height: 250px;
}
}

@media (max-width: 480px) {.MLlearning_profits .Izstory_tl {
    padding: 20px;
}.MLlearning_profits .Brtext_article {
    padding: 10px;
}.MLlearning_profits h4 {
    font-size: 22px;
}.MLlearning_profits li p {
    padding: 12px;
}.MLlearning_profits svg {
    width: 20px;
    height: 20px;
}.MLlearning_profits .Qwcover_image {
    height: 200px;
}}header {
    overflow: visible;
    z-index: 99;
    position: relative;
    background: rgb(213,213,227);
    width: 100%;
}header::before {
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(172,172,203,0.5) 0%, transparent 70%);
    top: 0;
    opacity: 0.2;
    left: 0;
    width: 100%;
    content: "";
}header .yLmain_edu {
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 25px 30px;
    display: flex;
}header .yLmain_edu::before {
    left: 10%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(172,172,203), transparent);
    height: 5px;
    width: 30%;
    top: -10px;
    filter: blur(5px);
}header .yLmain_edu::after {
    filter: blur(5px);
    background: linear-gradient(90deg, transparent, rgb(133,129,168));
    width: 30%;
    height: 5px;
    bottom: -10px;
    right: 10%;
    position: absolute;
    content: "";
}header .yLmain_edu .Ithead_tutor {
    position: relative;
    z-index: 2;
    padding: 5px;
}header .yLmain_edu .Ithead_tutor::before {
    left: -5px;
    filter: blur(15px);
    background: linear-gradient(135deg, rgb(172,172,203), rgb(133,129,168));
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    position: absolute;
    opacity: 0;
    content: "";
    transition: opacity 0.3s ease;
    z-index: -1;
}header .yLmain_edu .Ithead_tutor:hover::before {
    opacity: 0.7;
}header .yLmain_edu .Ithead_tutor .VPhead_pagewrap {
    transition: transform 0.3s ease;
    display: block;
    position: relative;
}header .yLmain_edu .Ithead_tutor:hover .VPhead_pagewrap {
    transform: scale(1.05);
}header .yLmain_edu .Ithead_tutor .VPhead_pagewrap svg {
    width: auto;
    height: 45px;
}header .yLmain_edu .RNnav_main {
    position: relative;
    list-style: none;
    border-radius: 10px;
    display: flex;
    margin: 0;
    padding: 10px;
}header .yLmain_edu .RNnav_main::before {
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.1;
    left: 0;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-radius: 10px;
    backdrop-filter: blur(5px);
}header .yLmain_edu .RNnav_main .rttop_study {
    margin: 0 3px;
    position: relative;
}header .yLmain_edu .RNnav_main .rttop_study a {
    padding: 8px 15px;
    text-decoration: none;
    overflow: hidden;
    color: #000000;
    border-radius: 10px;
    font-size: 15px;
    z-index: 1;
    display: block;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
}header .yLmain_edu .RNnav_main .rttop_study a::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, rgb(172,172,203), rgb(133,129,168));
    z-index: -1;
    content: "";
    top: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    left: 0;
}header .yLmain_edu .RNnav_main .rttop_study a::after {
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    opacity: 0;
    height: 150%;
    transform: translate(-50%, -50%) scale(0);
    content: "";
    z-index: -1;
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease;
    width: 150%;
    left: 50%;
    top: 50%;
}header .yLmain_edu .RNnav_main .rttop_study:hover a::before {
    opacity: 1;
}header .yLmain_edu .RNnav_main .rttop_study:hover a {
    color: #ffffff;
}header .yLmain_edu .RNnav_main .rttop_study:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}header .yLmain_edu .RNnav_main .rttop_study:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(172,172,203), rgb(133,129,168));
}header .yLmain_edu .RNnav_main .rttop_study:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(172,172,203), rgb(133,129,168));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(172,172,203), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(172,172,203), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(172,172,203), 0);
    }
}

@media (max-width: 992px) {header .yLmain_edu {
    flex-direction: column;
    padding: 20px 15px;
}header .yLmain_edu .Ithead_tutor {
    margin-bottom: 15px;
}header .yLmain_edu .RNnav_main {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .yLmain_edu .RNnav_main .rttop_study {
    margin: 3px;
}header .yLmain_edu .RNnav_main .rttop_study a {
    padding: 6px 12px;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .yLmain_edu {
    padding: 15px 10px;
}header .yLmain_edu .Ithead_tutor .VPhead_pagewrap svg {
    height: 40px;
}header .yLmain_edu .RNnav_main {
    padding: 5px;
}header .yLmain_edu .RNnav_main .rttop_study a {
    padding: 5px 10px;
    font-size: calc(15px - 2px);
}}.yIthanksWrap {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(213,213,227) 0%, rgba(240, 242, 245, 0.9) 100%);
    position: relative;
    padding: 7rem 0;
}.yIthanksWrap::before {
    content: "";
    background: linear-gradient(135deg, rgb(172,172,203,0.5) 0%, rgb(133,129,168,0.5) 100%);
    right: -10%;
    opacity: 0.07;
    height: 70%;
    width: 40%;
    top: -5%;
    transform: rotate(15deg) skewX(-15deg);
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    z-index: 0;
}.yIthanksWrap::after {
    opacity: 0.05;
    bottom: -5%;
    left: -5%;
    height: 60%;
    position: absolute;
    z-index: 0;
    width: 30%;
    transform: rotate(-10deg) skewX(10deg);
    background: linear-gradient(225deg, rgb(133,129,168,0.5) 0%, rgb(172,172,203,0.5) 100%);
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: "";
}.yIthanksWrap .container {
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
}.yIthanksWrap h2 {
    opacity: 0;
    font-weight: 700;
    margin-bottom: 3rem;
    transform: translateY(0);
    line-height: 1.3;
    position: relative;
    animation: slideUp 0.8s 0.2s ease-out forwards;
    color: #000000;
    font-size: 31px;
}.yIthanksWrap h2::after {
    transform-origin: left;
    left: 0;
    bottom: -15px;
    animation: expand 1s 0.8s ease-out forwards;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(172,172,203) 0%, rgb(133,129,168) 100%);
    height: 3px;
    position: absolute;
    content: "";
    width: 80px;
}.yIthanksWrap .Izstory_tl {
    padding: 3rem;
    opacity: 0;
    border-left: 4px solid rgb(172,172,203);
    transform: translateY(20px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
              0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    overflow: hidden;
    animation: fadeSlideUp 1s 0.4s ease-out forwards;
}.yIthanksWrap .Izstory_tl::before {
    top: 0;
    width: 150px;
    background: linear-gradient(135deg, rgb(133,129,168,0.5) 0%, transparent 70%);
    content: "";
    height: 150px;
    opacity: 0.1;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    position: absolute;
    right: 0;
}.yIthanksWrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.yIthanksWrap li {
    padding-left: 0;
    position: relative;
}.yIthanksWrap li span {
    font-size: calc(17px + 0.05rem);
    font-family: Arial, sans-serif;
    animation: fadeIn 1s 0.7s ease-out forwards;
    line-height: 1.8;
    display: block;
    color: #000000;
    opacity: 0;
    transform: translateY(10px);
}

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

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

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

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

@keyframes float {
  0% {
    transform: rotate(15deg) skewX(-15deg) translateY(0);
  }
  50% {
    transform: rotate(18deg) skewX(-18deg) translateY(-10px);
  }
  100% {
    transform: rotate(15deg) skewX(-15deg) translateY(0);
  }
}

@media screen and (max-width: 992px) {.yIthanksWrap {
    padding: 5rem 0;
}.yIthanksWrap h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px - 0.2rem);
}.yIthanksWrap .Izstory_tl {
    padding: 2.5rem;
}
}

@media screen and (max-width: 768px) {.yIthanksWrap {
    padding: 4rem 0;
}.yIthanksWrap h2 {
    margin-bottom: 2rem;
    font-size: calc(31px - 0.4rem);
}.yIthanksWrap h2::after {
    bottom: -12px;
    width: 60px;
}.yIthanksWrap .Izstory_tl {
    padding: 2rem;
}.yIthanksWrap .Izstory_tl::before {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 576px) {.yIthanksWrap {
    padding: 3rem 0;
}.yIthanksWrap .container {
    padding: 0 1.5rem;
}.yIthanksWrap h2 {
    font-size: calc(31px - 0.6rem);
    line-height: 1.4;
    margin-bottom: 1.8rem;
}.yIthanksWrap h2::after {
    height: 2px;
    bottom: -10px;
    width: 50px;
}.yIthanksWrap .Izstory_tl {
    border-left-width: 3px;
    padding: 1.5rem;
}.yIthanksWrap li span {
    font-size: 17px;
    line-height: 1.7;
}}.oncourse_program {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    background: rgb(213,213,227);
    overflow: hidden;
}.oncourse_program .RIcareer_classes {
    position: absolute;
    grid-column: 1 / 3;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    height: 100%;
    grid-row: 1;
    overflow: hidden;
    right: 0;
    width: 50%;
    top: 0;
}.oncourse_program .RIcareer_classes::before {
    position: absolute;
    height: 100%;
    pointer-events: none;
    content: "";
    left: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgb(213,213,227) 0%, transparent 40%);
    top: 0;
    width: 100%;
}.oncourse_program .MTknowledge {
    height: 100%;
    animation: carousel-vertical 30s ease-in-out infinite;
    flex-direction: column;
    display: flex;
}.oncourse_program .RIcareer_classes:hover .MTknowledge {
    animation-play-state: paused;
}.oncourse_program .JKskill_track {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 33.33vh;
}.oncourse_program .JKskill_track img {
    width: 100%;
    transition: transform 0.7s ease-out;
    filter: brightness(1.05) contrast(1.05);
    height: 100%;
    transform: scale(1.1);
    object-fit: cover;
}.oncourse_program .JKskill_track:hover img {
    transform: scale(1);
}.oncourse_program .container {
    grid-row: 1;
    padding: 0 3rem;
    align-items: center;
    z-index: 3;
    display: flex;
    grid-column: 1;
}.oncourse_program .Izstory_tl {
    max-width: 600px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    padding: 2.5rem;
    border-radius: 29px;
    margin-right: auto;
}.oncourse_program .Oqgrow_skills {
    flex-direction: column;
    display: flex;
    position: relative;
}.oncourse_program .Oqgrow_skills::before {
    width: 60px;
    height: 60px;
    left: -15px;
    border-radius: 10px 0 0 0;
    border-left: 2px solid rgb(172,172,203);
    position: absolute;
    top: -15px;
    border-top: 2px solid rgb(172,172,203);
    content: "";
}.oncourse_program .Oqgrow_skills::after {
    content: "";
    height: 60px;
    right: -15px;
    border-radius: 0 0 10px 0;
    width: 60px;
    border-right: 2px solid rgb(172,172,203);
    border-bottom: 2px solid rgb(172,172,203);
    position: absolute;
    bottom: -15px;
}.oncourse_program .Oqgrow_skills h3 {
    font-size: 32px;
    margin: 0 0 1.5rem 0;
    font-weight: 700;
    position: relative;
    color: rgb(172,172,203);
    line-height: 1.2;
}.oncourse_program .Oqgrow_skills h3::after {
    border-radius: 10px;
    height: 3px;
    content: "";
    left: 0;
    background: rgb(172,172,203);
    width: 80px;
    position: absolute;
    bottom: -0.5rem;
}.oncourse_program .Oqgrow_skills p {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-size: 15px;
}.oncourse_program .Oqgrow_skills .fYinquiry_feedback {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(172,172,203);
    border-radius: 29px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    padding: 0.8rem 2.5rem;
    transition: all 0.3s ease;
    align-self: flex-start;
    overflow: hidden;
    font-size: 15px;
}.oncourse_program .Oqgrow_skills .fYinquiry_feedback::before {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
    top: 0;
    content: "";
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: 0;
    transform: translateX(-100%);
}.oncourse_program .Oqgrow_skills .fYinquiry_feedback:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.oncourse_program .Oqgrow_skills .fYinquiry_feedback:hover::before {
    transform: translateX(100%);
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-33.33%);
    }
    40%, 56% {
        transform: translateY(-66.66%);
    }
    60%, 76% {
        transform: translateY(-100%);
    }
    80%, 96% {
        transform: translateY(-133.33%);
    }
    100% {
        transform: translateY(0);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.oncourse_program {
    grid-template-columns: 1fr;
}.oncourse_program .RIcareer_classes {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    clip-path: none;
    height: 45%;
    width: 100%;
}.oncourse_program .RIcareer_classes::before {
    background: linear-gradient(0deg, rgb(213,213,227) 0%, transparent 80%);
}.oncourse_program .MTknowledge {
    animation: carousel-horizontal-tablet 20s ease-in-out infinite;
    flex-direction: row;
}.oncourse_program .JKskill_track {
    width: 50%;
    min-height: auto;
}.oncourse_program .container {
    grid-column: 1;
    padding: 2rem;
    grid-row: 2;
}.oncourse_program .Izstory_tl {
    margin: 0 auto;
    max-width: 100%;
}.oncourse_program .Oqgrow_skills h3 {
    font-size: calc(32px * 1.1);
}

    @keyframes carousel-horizontal-tablet {
        0%, 16% {
            transform: translateX(0);
        }
        20%, 36% {
            transform: translateX(-50%);
        }
        40%, 56% {
            transform: translateX(-100%);
        }
        60%, 76% {
            transform: translateX(-150%);
        }
        80%, 96% {
            transform: translateX(-200%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 767px) {.oncourse_program {
    min-height: auto;
    grid-template-columns: 1fr;
}.oncourse_program .RIcareer_classes {
    clip-path: none;
    width: 100%;
    grid-row: 1;
    grid-column: 1;
    position: relative;
    height: 40vh;
}.oncourse_program .RIcareer_classes::before {
    background: linear-gradient(0deg, rgb(213,213,227) 0%, rgba(255,255,255,0.3) 100%);
}.oncourse_program .MTknowledge {
    animation: none;
    flex-direction: row;
}.oncourse_program .JKskill_track {
    min-height: auto;
    width: 100%;
}.oncourse_program .container {
    grid-column: 1;
    grid-row: 2;
    padding: 2rem 1.5rem;
}.oncourse_program .Izstory_tl {
    max-width: 100%;
    padding: 1.5rem;
}.oncourse_program .Oqgrow_skills::before,
    .oncourse_program .Oqgrow_skills::after {
    height: 40px;
    width: 40px;
}.oncourse_program .Oqgrow_skills h3 {
    font-size: 21px;
    margin-bottom: 1rem;
}.oncourse_program .Oqgrow_skills h3::after {
    height: 2px;
    width: 50px;
}.oncourse_program .Oqgrow_skills p {
    font-size: calc(15px * 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.oncourse_program .Oqgrow_skills .fYinquiry_feedback {
    width: 100%;
    padding: 0.7rem 1.5rem;
    text-align: center;
}}.SNcookie_overlay_dialog {
    background: rgb(213,213,227);
    align-items: center;
    width: 90%;
    transform: translateX(-50%);
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    display: flex;
    position: fixed;
    z-index: 1050;
    padding: 20px;
    font-family: Arial, sans-serif;
    text-align: center;
    max-width: 600px;
    border-radius: 19px;
    left: 50%;
    flex-direction: column;
    bottom: 20px;
}.SWsecure_cookies {
    flex-direction: column;
    align-items: center;
    display: flex;
    z-index: 1;
}.EUcookies_tracking {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.EUcookies_tracking svg, .EUcookies_tracking svg path, .EUcookies_tracking img {
    height: 80px;
    width: 80px;
    fill: rgb(172,172,203);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.SNcookie_overlay_dialog h5 {
    font-weight: 700;
    font-size: 19px;
    color: rgb(172,172,203);
    margin-bottom: 10px;
}.SNcookie_overlay_dialog p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;
}.OGdigital_consent {
    width: calc(50% - 10px);
    text-decoration: none;
    margin: 5px;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;
    font-size: 17px;
    background: rgb(172,172,203);
    text-align: center;
    color: #ffffff;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.OGdigital_consent:hover {
    transform: translateY(-3px);
    background: rgb(133,129,168);
}.cookie_button.kAcookie_compl {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.kAcookie_compl:hover {
    background: rgb(133,129,168,0.5);
}.SNcookie_overlay_dialog p a {
    transition: color 0.3s ease-in-out;
    color: rgb(172,172,203);
    text-decoration: underline;
}.SNcookie_overlay_dialog p a:hover {
    color: rgb(133,129,168);
}
@media only screen and (max-width: 600px) {.SNcookie_overlay_dialog {
    bottom: 0;
    width: 100%;
    transform: none;
    border-radius: 0;
    left: 0;
}.SWsecure_cookies {
    padding: 15px;
}.EUcookies_tracking svg {
    height: 50px;
    width: 50px;
}.SNcookie_overlay_dialog h5 {
    font-size: calc(19px - 2px);
}.SNcookie_overlay_dialog p {
    font-size: calc(15px - 2px);
}.OGdigital_consent {
    font-size: calc(17px - 2px);
    width: calc(100% - 10px);
    padding: 8px 16px;
}}
#STcookieNotification {
    display: none;
}#STcookieNotification:checked ~ .SNcookie_overlay_dialog {
    opacity: 0;
    visibility: hidden;
}.nLcompany_info {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
}.nLcompany_info::before {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    right: 0;
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, 
        rgba(18, 36, 72, 0.85) 0%,
        rgba(42, 57, 80, 0.75) 50%,
        rgba(18, 36, 72, 0.85) 100%);
}.nLcompany_info::after {
    pointer-events: none;
    top: -10%;
    background: linear-gradient(135deg, rgb(172,172,203,0.5), transparent);
    z-index: 2;
    right: -10%;
    width: 50%;
    position: absolute;
    content: "";
    height: 70%;
    transform: rotate(-15deg);
}.nLcompany_info .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    max-width: 1200px;
}.nLcompany_info .Brtext_article {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.12));
    border-left: 4px solid rgb(172,172,203);
}.nLcompany_info .Brtext_article:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}.nLcompany_info .Brtext_article::before {
    position: absolute;
    top: -10px;
    height: 30px;
    width: 30%;
    background: rgb(133,129,168);
    right: -10px;
    content: "";
    transform: skewX(-25deg);
    z-index: -1;
}.nLcompany_info h1 {
    position: relative;
    color: #ffffff;
    font-size: 47px;
    animation: slideInTitle 0.8s forwards 0.2s ease-out;
    opacity: 0;
    margin-bottom: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    transform: translateX(-20px);
}.nLcompany_info h1::after {
    width: 80px;
    left: 0;
    content: "";
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    animation: lineExpand 0.6s forwards 0.8s ease-out;
    height: 4px;
    bottom: -15px;
    background: rgb(172,172,203);
}.nLcompany_info ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.nLcompany_info ul li {
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards 0.4s ease-out;
}.nLcompany_info ul li:nth-child(2) {
    animation-delay: 0.6s;
}.nLcompany_info h4 {
    margin-bottom: 1rem;
    display: inline-block;
    color: rgb(172,172,203);
    position: relative;
    font-weight: 600;
    font-size: 22px;
}.nLcompany_info h4::before {
    position: absolute;
    background: rgb(133,129,168);
    border-radius: 10px;
    left: -15px;
    width: 6px;
    top: 50%;
    height: 6px;
    content: "";
    transform: translateY(-50%);
}.nLcompany_info span {
    position: relative;
    padding-right: 1rem;
    padding-left: 0.5rem;
    line-height: 1.8;
    max-height: 300px;
    display: block;
    font-size: 15px;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    overflow-y: auto;
    color: #ffffff;
}.nLcompany_info span::-webkit-scrollbar {
    width: 6px;
}.nLcompany_info span::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.nLcompany_info span::-webkit-scrollbar-thumb {
    background: rgb(172,172,203,0.5);
    border-radius: 10px;
}.nLcompany_info span::first-letter {
    float: left;
    color: rgb(133,129,168);
    line-height: 1;
    font-size: 2em;
    margin-right: 3px;
    font-weight: 700;
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes lineExpand {
    to {
        transform: scaleX(1);
    }
}

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

@media (max-width: 992px) {.nLcompany_info {
    padding: 80px 0;
}.nLcompany_info .Brtext_article {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-1deg);
}.nLcompany_info h1 {
    font-size: calc(47px * 0.9);
}.nLcompany_info span {
    max-height: 250px;
}
}

@media (max-width: 768px) {.nLcompany_info {
    padding: 60px 0;
}.nLcompany_info .Brtext_article {
    padding: 2rem;
    transform: none;
}.nLcompany_info .Brtext_article::before {
    width: 25%;
}.nLcompany_info h1 {
    margin-bottom: 1.5rem;
    font-size: calc(47px * 0.8);
}.nLcompany_info h1::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
}.nLcompany_info h4 {
    font-size: calc(22px * 0.9);
}.nLcompany_info span {
    max-height: 200px;
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.nLcompany_info {
    padding: 50px 0;
}.nLcompany_info .Brtext_article {
    padding: 1.5rem;
    border-left-width: 3px;
}.nLcompany_info .Brtext_article::before {
    display: none;
}.nLcompany_info h1 {
    margin-bottom: 1.25rem;
    font-size: calc(47px * 0.7);
}.nLcompany_info h1::after {
    width: 50px;
}.nLcompany_info h4 {
    font-size: calc(22px * 0.85);
}.nLcompany_info span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
    padding-left: 0.25rem;
    border-left-width: 1px;
}.nLcompany_info span::first-letter {
    font-size: 1.5em;
}}.Kptitle_board {
    display: flex;
    position: relative;
    min-height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    background: rgb(213,213,227);
    overflow: hidden;
}.Kptitle_board::before {
    background: linear-gradient(135deg, rgb(172,172,203,0.5), rgb(133,129,168,0.5));
    content: "";
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 85%);
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.8;
    z-index: 1;
    top: 0;
}.Kptitle_board::after {
    transform: skewX(-15deg) translateZ(-10px);
    height: 70%;
    content: "";
    position: absolute;
    background: linear-gradient(225deg, rgb(172,172,203) 10%, transparent 80%);
    filter: blur(8px);
    top: 15%;
    z-index: 0;
    width: 40%;
    right: -5%;
}.Kptitle_board .dtlearn_welcome {
    position: relative;
    animation: fadeIn 1s ease-out forwards;
    max-width: 1200px;
    z-index: 2;
    transform-style: preserve-3d;
    width: 85%;
}.Kptitle_board .Rnpage_open {
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transform: perspective(1000px) rotateY(2deg) rotateX(1deg);
    background-blend-mode: overlay !important;
    padding: 3.5rem 2.5rem;
    backdrop-filter: blur(5px);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.Kptitle_board .Rnpage_open::before {
    z-index: 1;
    background: linear-gradient(to right, 
    rgba(var(--dark-color-rgb), 0.75),
    rgba(var(--dark-color-rgb), 0.4)
  );
    content: "";
    position: absolute;
    inset: 0;
}.Kptitle_board .Rnpage_open::after {
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(45deg, 
    rgb(172,172,203,0.5) 0%, 
    transparent 40%, 
    rgb(133,129,168,0.5) 80%
  );
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    left: 0;
    z-index: 2;
}.Kptitle_board .Rnpage_open span {
    z-index: 3;
    position: relative;
    animation: slideIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.3s;
    transform: translateX(-20px);
    opacity: 0;
    margin-bottom: 1.5rem;
    display: block;
}.Kptitle_board .Rnpage_open h3 {
    line-height: 1.4;
    -webkit-background-clip: text !important;
    font-weight: 600;
    max-width: 90%;
    padding: 0.5rem 0;
    font-size: calc(24px * 0.85);
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(133,129,168), #ffffff);
    color: #ffffff;
    padding-left: 1rem;
    border-left: 3px solid rgb(172,172,203);
    color: transparent;
}.Kptitle_board .Rnpage_open h1 {
    opacity: 0;
    position: relative;
    z-index: 3;
    line-height: 1.2;
    font-size: calc(42px * 1.2);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(20px);
    animation: slideUpFade 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.5s;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #ffffff;
}.Kptitle_board .Rnpage_open h1::after {
    position: absolute;
    height: 4px;
    left: 0;
    animation: expandWidth 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    background: linear-gradient(to right, rgb(172,172,203), transparent);
    width: 15%;
    content: "";
    bottom: -10px;
}.Kptitle_board .Rnpage_open div {
    opacity: 0;
    position: relative;
    transform: translateY(30px);
    animation: slideUpFade 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.7s;
    z-index: 3;
}.Kptitle_board .Rnpage_open div div {
    opacity: 1;
    animation: none;
    transform: none;
    position: relative;
}.Kptitle_board .Rnpage_open p {
    margin-top: 1rem;
    background: linear-gradient(90deg, 
    rgba(var(--primary-color-rgb), 0.3), 
    rgba(var(--primary-color-rgb), 0.1)
  );
    font-weight: 400;
    max-width: 90%;
    transform: perspective(500px) rotateX(2deg);
    border-radius: 10px;
    position: relative;
    line-height: 1.6;
    font-size: calc(14px * 1.2);
    padding: 1rem 1.5rem;
    color: #ffffff;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.2);
}.Kptitle_board .Rnpage_open p::before {
    position: absolute;
    animation: scaleVertical 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.2s;
    top: 0;
    left: 0;
    width: 4px;
    transform: scaleY(0);
    height: 100%;
    background: rgb(133,129,168);
    content: "";
    transform-origin: bottom;
}@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideIn {
  from { transform: translateX(-20px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

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

@keyframes expandWidth {
  from { width: 15%; }
  to { width: 30%; }
}

@keyframes scaleVertical {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

.Kptitle_board .Rnpage_open:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1200px) {.Kptitle_board .Rnpage_open h1 {
    font-size: calc(42px * 1.1);
}.Kptitle_board .Rnpage_open h3 {
    font-size: calc(24px * 0.8);
}
}

@media (max-width: 992px) {.Kptitle_board .dtlearn_welcome {
    width: 90%;
}.Kptitle_board .Rnpage_open {
    transform: perspective(800px) rotateY(1deg) rotateX(0.5deg);
    padding: 3rem 2rem;
}.Kptitle_board .Rnpage_open h1 {
    font-size: 42px;
}.Kptitle_board .Rnpage_open p {
    font-size: 14px;
}
}

@media (max-width: 768px) {.Kptitle_board {
    min-height: 90vh;
}.Kptitle_board::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}.Kptitle_board .dtlearn_welcome {
    width: 95%;
}.Kptitle_board .Rnpage_open {
    transform: none;
    padding: 2.5rem 1.5rem;
}.Kptitle_board .Rnpage_open h1 {
    font-size: calc(42px * 0.9);
    margin-bottom: 1.5rem;
}.Kptitle_board .Rnpage_open h3 {
    font-size: calc(24px * 0.75);
    max-width: 100%;
}.Kptitle_board .Rnpage_open p {
    max-width: 100%;
    padding: 0.75rem 1rem;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.Kptitle_board {
    min-height: 80vh;
}.Kptitle_board .Rnpage_open {
    padding: 2rem 1.25rem;
}.Kptitle_board .Rnpage_open h1 {
    font-size: calc(42px * 0.8);
    margin-bottom: 1.25rem;
}.Kptitle_board .Rnpage_open h3 {
    padding-left: 0.75rem;
    border-left: 2px solid rgb(172,172,203);
    font-size: calc(24px * 0.7);
}.Kptitle_board .Rnpage_open p {
    padding: 0.5rem 0.75rem;
    font-size: calc(14px * 0.9);
}.Kptitle_board .Rnpage_open h1::after {
    height: 3px;
}.Kptitle_board .Rnpage_open p::before {
    width: 3px;
}}.bmprice_option {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.bmprice_option::before {
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(145deg, rgba(21, 27, 45, 0.92), rgba(15, 18, 35, 0.97));
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
}.bmprice_option .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.bmprice_option .mDpro_rates {
    position: relative;
}.bmprice_option h2 {
    transform: translateY(20px);
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0;
    font-weight: 700;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-size: 31px;
    text-align: center;
}.bmprice_option .hipackage_rates {
    font-size: 17px;
    margin: 0 auto 50px;
    max-width: 700px;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    transform: translateY(20px);
    overflow-wrap: break-word;
    opacity: 0;
    word-break: break-word;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
}.bmprice_option .tHrate_packages {
    list-style: none;
    gap: 30px;
    padding: 0;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.bmprice_option .tHrate_packages li {
    transform-style: preserve-3d;
    opacity: 0;
    perspective: 1000px;
    animation: fadeSlideUp 0.8s calc(0.6s + var(--i, 0) * 0.15s) forwards ease-out;
    transform: translateY(30px);
}.bmprice_option .tHrate_packages li:nth-child(1) {
    --i: 0;
}.bmprice_option .tHrate_packages li:nth-child(2) {
    --i: 1;
}.bmprice_option .tHrate_packages li:nth-child(3) {
    --i: 2;
}.bmprice_option .tHrate_packages li:nth-child(4) {
    --i: 3;
}.bmprice_option .gzrate_choice {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    will-change: transform;
    transform-style: preserve-3d;
    display: block;
    position: relative;
    height: 100%;
}.bmprice_option .gzrate_choice:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.bmprice_option .tjcost_summary {
    overflow: hidden;
    padding: 30px;
    flex-direction: column;
    height: 100%;
    display: flex;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border-radius: 10px;
    position: relative;
}.bmprice_option .gzrate_choice:hover .tjcost_summary {
    border-color: rgba(rgb(172,172,203,0.5), 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 8px 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(rgb(172,172,203,0.5), 0.15);
}.bmprice_option .tjcost_summary::before {
    background: radial-gradient(circle at center, transparent 60%, rgba(rgb(133,129,168,0.5), 0.1) 100%);
    width: 200%;
    transition: opacity 0.8s ease;
    opacity: 0;
    position: absolute;
    content: "";
    left: -50%;
    height: 200%;
    top: -50%;
    z-index: -1;
    transform: rotate(45deg);
}.bmprice_option .gzrate_choice:hover .tjcost_summary::before {
    opacity: 1;
}.bmprice_option .Qacost_card {
    flex-direction: column;
    height: 100%;
    z-index: 1;
    position: relative;
    display: flex;
}.bmprice_option .Qacost_card h4 {
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: calc(18px * 1.1);
    font-weight: 600;
    position: relative;
}.bmprice_option .Qacost_card h4::after {
    content: "";
    transform: scaleX(0.7);
    width: 50px;
    display: block;
    height: 3px;
    transform-origin: left;
    transition: transform 0.4s ease;
    margin-top: 10px;
    background: linear-gradient(90deg, rgb(172,172,203), rgba(rgb(172,172,203,0.5), 0.5));
}.bmprice_option .gzrate_choice:hover .Qacost_card h4::after {
    transform: scaleX(1);
}.bmprice_option .Qacost_card p {
    scrollbar-color: rgba(rgb(172,172,203,0.5), 0.5) rgba(255, 255, 255, 0.05);
    overflow-wrap: break-word;
    overflow-y: auto;
    flex-grow: 1;
    word-break: break-word;
    padding-right: 5px;
    scrollbar-width: thin;
    color: rgba(255, 255, 255, 0.75);
    font-size: calc(17px * 0.95);
    margin-bottom: 25px;
    max-height: 250px;
    line-height: 1.6;
}.bmprice_option .Qacost_card p::-webkit-scrollbar {
    width: 4px;
}.bmprice_option .Qacost_card p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.bmprice_option .Qacost_card p::-webkit-scrollbar-thumb {
    background: rgba(rgb(172,172,203,0.5), 0.5);
    border-radius: 10px;
}.bmprice_option .sRbasic_cost {
    -webkit-background-clip: text !important;
    padding: 5px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(172,172,203), rgb(133,129,168));
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    background-clip: text !important;
    align-self: flex-start;
    color: #ffffff;
    font-size: calc(18px * 1.3);
    display: inline-block;
}.bmprice_option .sRbasic_cost::before {
    background: linear-gradient(90deg, rgb(172,172,203), transparent);
    content: "";
    bottom: 0;
    width: 100%;
    left: 0;
    height: 1px;
    position: absolute;
}

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

@media (max-width: 1200px) {.bmprice_option {
    padding: 80px 0;
}.bmprice_option .tHrate_packages {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.bmprice_option h2 {
    font-size: calc(31px * 0.9);
}.bmprice_option .hipackage_rates {
    font-size: calc(17px * 0.95);
    margin-bottom: 40px;
}.bmprice_option .tjcost_summary {
    padding: 25px;
}.bmprice_option .Qacost_card h4 {
    font-size: calc(18px * 1);
}.bmprice_option .sRbasic_cost {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 768px) {.bmprice_option {
    padding: 60px 0;
}.bmprice_option .tHrate_packages {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.bmprice_option .Qacost_card p {
    max-height: 150px;
    font-size: calc(17px * 0.9);
}
}

@media (max-width: 480px) {.bmprice_option {
    padding: 50px 0;
}.bmprice_option h2 {
    font-size: calc(31px * 0.8);
}.bmprice_option .hipackage_rates {
    font-size: calc(17px * 0.9);
    margin-bottom: 30px;
}.bmprice_option .tjcost_summary {
    padding: 20px;
}.bmprice_option .Qacost_card h4 {
    margin-bottom: 10px;
    font-size: calc(18px * 0.95);
}.bmprice_option .sRbasic_cost {
    font-size: calc(18px * 1.1);
}}footer {
    width: 100%;
    position: relative;
}.Htdesign_res {
    padding: 70px 0 30px;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    color: #000000;
    position: relative;
}.Htdesign_res::before {
    background: linear-gradient(90deg, rgb(172,172,203), rgb(133,129,168));
    content: "";
    height: 5px;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}footer .oEequity_pledge {
    gap: 60px;
    display: grid;
}footer .Itmsg_block {
    display: flex;
    padding-bottom: 40px;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: space-between;
}footer .info_item {
    margin-bottom: 15px;
    position: relative;
    margin-right: 30px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    top: 3px;
    margin-right: 10px;
    position: relative;
    fill: rgb(172,172,203);
    width: 18px;
    height: 18px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    transition: color 0.2s ease;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0.3px;
}footer .info_item a:hover {
    color: rgb(172,172,203);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .Ithead_tutor {
    margin-bottom: 15px;
}footer .Ithead_tutor svg {
    height: 40px;
    width: auto;
    margin-bottom: 20px;
}footer .hgdigital_res {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    max-width: 350px;
}footer .RNnav_main h5 {
    margin-bottom: 25px;
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    position: relative;
}footer .RNnav_main h5::after {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 30px;
    background-color: rgb(172,172,203);
    height: 2px;
    content: "";
}footer .VFtop_navbar {
    margin-bottom: 30px;
}footer .VFtop_navbar a {
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    color: #000000;
    transition: transform 0.2s ease, color 0.2s ease;
}footer .VFtop_navbar a:hover {
    color: rgb(172,172,203);
    transform: translateX(5px);
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 30px;
}footer .subscribe_holder h5 {
    font-size: 23px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000000;
}footer .subscribe_holder p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    gap: 10px;
    display: flex;
}footer .input_holder input[type="email"] {
    transition: border-color 0.3s ease;
    background-color: #ffffff;
    padding: 14px 16px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(172,172,203);
    outline: none;
}footer .Easub_texts {
    padding: 14px 20px;
    font-weight: 600;
    background-color: rgb(172,172,203);
    font-size: 17px;
    transition: background-color 0.3s ease;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
}footer .Easub_texts:hover {
    background-color: rgb(133,129,168);
}footer .pmconverter {
    margin-top: 50px;
}footer .dagift_card {
    text-align: center;
    font-size: 12px;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .Easub_texts {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .Htdesign_res {
    padding: 50px 0 30px;
}footer .Itmsg_block {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .pmconverter {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .Htdesign_res {
    padding: 40px 0 20px;
}footer .oEequity_pledge {
    gap: 40px;
}footer .RNnav_main h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}
}