* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.class_guide_u {
    flex: 0 0 auto;
}.main_skill_C {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    max-width: 100%;
    width: 1112px;
    margin: auto;
}::-webkit-scrollbar {
    padding: 2px;
    background: linear-gradient(108deg, #ffffff 51%, rgb(255, 255, 255, 0.5) 32%, rgb(124,124,171,0.5) 45%, rgb(170,169,193) 70%, rgb(170,169,193,0.5) 92%, rgb(212,211,217) 39%);
    width: 20px;
    height: 6px;
}::-webkit-scrollbar-button {
    width: 12px;
    height: 1px;
    background: #ffffff;
}::-webkit-scrollbar-track {
    background: radial-gradient(ellipse at center, #ffffff 11%, rgb(124,124,171) 94%, rgb(124,124,171,0.5) 6%, rgb(170,169,193) 73%, rgb(170,169,193,0.5) 11%, rgb(212,211,217) 73%);
    border-radius: 9.7vh;
    box-shadow: inset 0px -3px 9px 8px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-track:active {
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    transition: all, background, border-radius 4.3s ease-in-out;
    min-height: 64px;
    background: radial-gradient(circle at bottom right, #ffffff 59%, rgb(255, 255, 255, 0.5) 59%, rgb(124,124,171) 80%, rgb(170,169,193) 99%, rgb(170,169,193,0.5) 3%);
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(170,169,193);
    background: rgb(255, 255, 255, 0.5);
    box-shadow: 3px 3px 10px 4px rgba(0, 0, 0, 0.7);
}html {
    scrollbar-color: #ffffff #ffffff;
    scrollbar-width: none;
}svg {
    width: 30px;
    height: 30px;
}.warp-container_w {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning_outcomes_a {
    background: linear-gradient(145deg, rgb(212,211,217) 30%, rgba(rgb(170,169,193,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.learning_outcomes_a::before {
    left: 0;
    top: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(90deg, rgb(170,169,193), rgb(124,124,171));
    position: absolute;
    right: 0;
    height: 6px;
}.learning_outcomes_a::after {
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(170,169,193,0.5), 0.03) 0px,
        rgba(rgb(170,169,193,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    pointer-events: none;
}.learning_outcomes_a .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    grid-template-columns: 1fr 1.5fr;
    display: grid;
    gap: 60px;
}.learning_outcomes_a .img_circle_x {
    width: 100%;
    box-shadow: 20px 20px 0 rgba(rgb(170,169,193,0.5), 0.2),
                -15px -15px 0 rgba(rgb(124,124,171,0.5), 0.15);
    height: 100%;
    transform: perspective(1000px) rotateY(-8deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    object-fit: cover;
}.learning_outcomes_a .img_circle_x:hover {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.learning_outcomes_a .knowledge_center_j {
    flex-direction: column;
    justify-content: center;
    position: relative;
    display: flex;
}.learning_outcomes_a .tag_content_N {
    position: relative;
    transform: translateZ(0);
    padding: 30px;
    z-index: 2;
}.learning_outcomes_a .tag_content_N::before {
    left: -15px;
    z-index: -1;
    width: calc(100% + 30px);
    backdrop-filter: blur(10px);
    height: calc(100% + 30px);
    position: absolute;
    content: "";
    border-left: 3px solid rgb(170,169,193);
    top: -15px;
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
}.learning_outcomes_a h1 {
    position: relative;
    font-size: 40px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
    transform: translateX(-5px);
}.learning_outcomes_a h1::after {
    background: rgb(124,124,171);
    left: 0;
    bottom: -10px;
    content: "";
    width: 80px;
    height: 3px;
    position: absolute;
}.learning_outcomes_a ul {
    margin: 0;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 20px;
    list-style: none;
    display: grid;
}.learning_outcomes_a li {
    padding-left: 15px;
    position: relative;
    transform: translateZ(0);
    transition: transform 0.4s ease;
}.learning_outcomes_a li:hover {
    transform: translateX(10px);
}.learning_outcomes_a li::before {
    opacity: 0.7;
    height: 10px;
    background: rgb(170,169,193);
    border-radius: 10px;
    position: absolute;
    left: -5px;
    transform: translateY(-50%) scale(0);
    width: 10px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    content: "";
    top: 50%;
}.learning_outcomes_a li:hover::before {
    transform: translateY(-50%) scale(1);
}.learning_outcomes_a p {
    display: flex;
    color: #000000;
    align-items: center;
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
}.learning_outcomes_a svg {
    transform: translateY(-1px);
    margin-right: 15px;
    height: 24px;
    width: 24px;
    flex-shrink: 0;
}.learning_outcomes_a svg path {
    transition: fill 0.3s ease, transform 0.3s ease;
    fill: rgb(170,169,193);
}.learning_outcomes_a li:hover svg path {
    fill: rgb(124,124,171);
}.learning_outcomes_a li:hover svg path:first-child {
    transform: translateY(-2px);
}.learning_outcomes_a li:hover svg path:last-child {
    transform: translateY(2px);
}

@media (max-width: 1024px) {.learning_outcomes_a {
    padding: 80px 0;
}.learning_outcomes_a .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.learning_outcomes_a .img_circle_x {
    margin: 0 auto;
    max-height: 400px;
    transform: perspective(1000px) rotateY(-5deg);
    width: 80%;
}.learning_outcomes_a h1 {
    font-size: calc(40px * 0.9);
}
}

@media (max-width: 768px) {.learning_outcomes_a {
    padding: 60px 0;
}.learning_outcomes_a .container {
    gap: 30px;
}.learning_outcomes_a .img_circle_x {
    width: 100%;
    box-shadow: 10px 10px 0 rgba(rgb(170,169,193,0.5), 0.2),
                    -8px -8px 0 rgba(rgb(124,124,171,0.5), 0.15);
    transform: none;
}.learning_outcomes_a .tag_content_N {
    padding: 20px;
}.learning_outcomes_a .tag_content_N::before {
    top: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    left: -10px;
}.learning_outcomes_a h1 {
    font-size: calc(40px * 0.8);
    margin-bottom: 25px;
}.learning_outcomes_a ul {
    gap: 15px;
}
}

@media (max-width: 480px) {.learning_outcomes_a {
    padding: 40px 0;
}.learning_outcomes_a .img_circle_x {
    box-shadow: 8px 8px 0 rgba(rgb(170,169,193,0.5), 0.2);
    max-height: 250px;
}.learning_outcomes_a h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 20px;
}.learning_outcomes_a h1::after {
    height: 2px;
    width: 60px;
}.learning_outcomes_a p {
    font-size: calc(16px * 0.9);
}.learning_outcomes_a svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}.learning_outcomes_a ul {
    gap: 12px;
}.learning_outcomes_a li:hover {
    transform: translateX(5px);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    left: 0;
    opacity: 0.9;
    position: absolute;
    z-index: -2;
    content: "";
    top: 0;
    background: linear-gradient(145deg, rgb(212,211,217) 0%, rgb(170,169,193,0.5) 100%);
    right: 0;
    bottom: 0;
}footer::after {
    top: 0;
    opacity: 0.1;
    z-index: -1;
    left: 0;
    bottom: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(170,169,193,0.5), rgb(170,169,193,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(170,169,193,0.5), rgb(170,169,193,0.5) 1px, transparent 1px, transparent 20px);
    right: 0;
    content: "";
    position: absolute;
}.class_guide_u {
    padding: 4rem 0 2rem;
    color: #000000;
    position: relative;
}.class_guide_u::after {
    width: 100%;
    height: 6px;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(170,169,193), rgb(124,124,171));
}.class_guide_u .container {
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}.class_guide_u .company_holder {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    border-radius: 22px;
    background: #ffffff;
    position: relative;
    padding: 2rem 2.5rem;
}.class_guide_u .company_holder::before {
    height: 5px;
    left: 0;
    content: "";
    background: rgb(170,169,193);
    position: absolute;
    top: 0;
    border-top-right-radius: 22px;
    border-top-left-radius: 22px;
    width: 100%;
}.class_guide_u .company_holder h3 {
    margin: 0 0 1.5rem;
    color: rgb(170,169,193);
    letter-spacing: 0.5px;
    font-size: 30px;
    position: relative;
    font-weight: 700;
}.class_guide_u .company_holder h3::after {
    content: "";
    left: 0;
    bottom: -0.5rem;
    width: 80px;
    position: absolute;
    height: 3px;
    background: rgb(124,124,171);
}.class_guide_u .alumni_net_h {
    line-height: 1.7;
    position: relative;
    padding: 1.5rem;
    background: rgb(212,211,217);
    border-left: 3px solid rgb(124,124,171);
    font-size: 18px;
    color: #000000;
    border-radius: 10px;
}.class_guide_u .about_learn_m {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.class_guide_u .head_site_x {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.class_guide_u .nav_know_Z {
    border-radius: 22px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.25rem);
    background: #ffffff;
    min-width: 200px;
}.class_guide_u .nav_know_Z h5 {
    padding: 1rem 1.5rem;
    margin: 0;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    background: rgb(124,124,171);
    color: #ffffff;
}.class_guide_u .nav_know_Z .head_site_x {
    display: flex;
    padding: 1rem 0;
    flex-direction: column;
    gap: 0;
}.class_guide_u .nav_know_Z .head_site_x a {
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    display: flex;
    font-size: 18px;
    padding: 0.8rem 1.5rem;
    color: #000000;
    text-decoration: none;
}.class_guide_u .nav_know_Z .head_site_x a::before {
    top: 0;
    position: absolute;
    background: rgb(212,211,217);
    transition: all 0.3s ease;
    height: 100%;
    left: 0;
    width: 0;
    content: "";
    z-index: -1;
}.class_guide_u .nav_know_Z .head_site_x a::after {
    height: 5px;
    transform: translateY(-50%);
    left: 1.5rem;
    position: absolute;
    content: "";
    width: 5px;
    transition: all 0.3s ease;
    background: rgb(124,124,171);
    opacity: 0;
    border-radius: 50%;
    top: 50%;
}.class_guide_u .nav_know_Z .head_site_x a:hover {
    padding-left: 2.2rem;
    color: rgb(170,169,193);
}.class_guide_u .nav_know_Z .head_site_x a:hover::before {
    width: 100%;
}.class_guide_u .nav_know_Z .head_site_x a:hover::after {
    opacity: 1;
}.sec_cert_y {
    background: rgb(212,211,217);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 3rem;
    position: relative;
    padding: 2rem 0;
}.sec_cert_y::before {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(170,169,193,0.5), transparent);
    top: 0;
    left: 10%;
    position: absolute;
    content: "";
    right: 10%;
}.sec_cert_y .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.sec_cert_y .press_room_s {
    font-size: 12px;
    font-weight: 400;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 0.8rem 2rem;
    border-radius: 50px;
    text-align: center;
    background: #ffffff;
    color: #000000;
}

@media (max-width: 1200px) {.class_guide_u .container {
    gap: 2rem;
}.class_guide_u .company_holder {
    flex: 1 1 360px;
}.class_guide_u .about_learn_m {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.class_guide_u .head_site_x {
    gap: 2rem;
}
}

@media (max-width: 992px) {.class_guide_u {
    padding: 3.5rem 0 2rem;
}.class_guide_u .container {
    gap: 2.5rem;
    flex-direction: column;
}.class_guide_u .company_holder,
    .class_guide_u .about_learn_m {
    min-width: 100%;
    flex: 1 1 100%;
}.class_guide_u .nav_know_Z {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.class_guide_u {
    padding: 3rem 0 1.5rem;
}.class_guide_u .head_site_x {
    gap: 1.5rem;
}.class_guide_u .company_holder {
    padding: 2rem;
}.class_guide_u .company_holder h3 {
    font-size: calc(30px - 2px);
}.sec_cert_y {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.class_guide_u {
    padding: 2.5rem 0 1rem;
}.class_guide_u .container {
    gap: 1.5rem;
}.class_guide_u .nav_know_Z {
    min-width: 100%;
    flex: 1 1 100%;
}.class_guide_u .head_site_x {
    gap: 1rem;
}.class_guide_u .company_holder {
    padding: 1.5rem;
}.class_guide_u .alumni_net_h {
    padding: 1.2rem;
}.sec_cert_y {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}

@media (max-width: 420px) {.class_guide_u .company_holder h3::after {
    width: 50px;
}.class_guide_u .nav_know_Z .head_site_x a:hover {
    padding-left: 2rem;
}.sec_cert_y .press_room_s {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}header .nav_train_B {
    left: 0;
    overflow: visible;
    border-bottom-left-radius: 25px;
    width: 100%;
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 1.5rem 2rem;
    border-bottom-right-radius: 0;
    align-items: center;
    background: linear-gradient(135deg, rgb(170,169,193,0.5) 0%, rgb(124,124,171) 100%);
}header .nav_train_B .head_top_C {
    transform: skewX(5deg);
    z-index: 2;
    position: relative;
}header .nav_train_B .head_top_C .page_nav_f {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .nav_train_B .head_top_C .page_nav_f:hover {
    transform: translateY(-8px) rotate(0deg);
}header .nav_train_B .head_top_C svg {
    height: auto;
    width: 80px;
}header .nav_train_B .nav_know_Z {
    margin: 0;
    gap: 1rem;
    position: relative;
    list-style: none;
    padding: 0;
    display: flex;
}header .nav_train_B .nav_know_Z::before {
    content: "";
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: calc(100% + 20px);
    width: calc(100% + 40px);
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(45deg, transparent 0%, rgb(170,169,193,0.5) 100%);
    top: -10px;
    z-index: -1;
    left: -20px;
    opacity: 0;
}header .nav_train_B .nav_lead_E {
    position: relative;
    transition: transform 0.3s ease;
}header .nav_train_B .nav_lead_E a {
    transition: color 0.3s ease;
    display: block;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    padding: 0.5rem 1rem;
}header .nav_train_B .nav_lead_E a::before {
    content: "";
    left: 0;
    transition: transform 0.3s ease;
    width: 100%;
    position: absolute;
    bottom: 0;
    transform-origin: right;
    transform: scaleX(0) rotate(-2deg);
    background: rgb(124,124,171);
    height: 2px;
}header .nav_train_B .nav_lead_E a:hover {
    color: rgb(124,124,171);
}header .nav_train_B .nav_lead_E a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .nav_train_B {
    box-sizing: border-box;
    transform: skewX(0);
    width: 100vw;
    padding: 1rem;
    margin-left: calc(-50vw + 50%);
    flex-direction: column;
}header .nav_train_B .head_top_C {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .nav_train_B .nav_know_Z {
    transform: skewX(0);
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .nav_train_B .nav_know_Z::before {
    transform: skewX(0);
}header .nav_train_B .nav_know_Z:hover::before {
    transform: skewX(0);
}header .nav_train_B .nav_lead_E {
    margin: 0.25rem;
}header .nav_train_B .nav_lead_E:nth-child(odd),
  header .nav_train_B .nav_lead_E:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .nav_train_B {
    padding: 0.75rem;
}header .nav_train_B .nav_know_Z {
    flex-direction: column;
    align-items: center;
}header .nav_train_B .nav_lead_E {
    width: 100%;
    text-align: center;
}header .nav_train_B .head_top_C svg {
    width: 100px;
}}.our_info_r {
    z-index: 1;
    padding: 120px 0;
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    background: rgb(212,211,217);
}.our_info_r::before {
    transform-origin: top;
    transform: rotateX(60deg) translateZ(-100px);
    background-image: 
        linear-gradient(rgb(170,169,193,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(170,169,193,0.5) 1px, transparent 1px);
    content: '';
    background-size: 20px 20px;
    opacity: 0.2;
    position: absolute;
    animation: perspectiveGrid 30s linear infinite;
    z-index: -2;
    perspective: 1000px;
    inset: 0;
}@keyframes perspectiveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 20px;
    }
}

.our_info_r::after {
    position: absolute;
    content: '';
    opacity: 0.3;
    filter: blur(50px);
    inset: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(170,169,193,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(124,124,171,0.5) 0%, transparent 40%);
    z-index: -1;
}.our_info_r .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.our_info_r .edu_guide_r {
    padding: 60px;
    backdrop-filter: blur(5px);
    z-index: 2;
    position: relative;
    border-radius: 0;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    clip-path: polygon(
        0 5%, 5% 0, 95% 0, 100% 5%,
        100% 95%, 95% 100%, 5% 100%, 0 95%
    );
}.our_info_r .edu_guide_r::before {
    background: 
        repeating-conic-gradient(
            from 0deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.01) 10deg 20deg
        ),
        repeating-conic-gradient(
            from 5deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.02) 10deg 20deg
        );
    z-index: -1;
    opacity: 0.3;
    left: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}.our_info_r .edu_guide_r::after {
    background-size: 60px 60px;
    position: absolute;
    content: '';
    background-image: 
        linear-gradient(45deg, transparent 25%, rgb(212,211,217) 25%, rgb(212,211,217) 26%, transparent 26%, transparent 75%, rgb(212,211,217) 75%, rgb(212,211,217) 76%, transparent 76%),
        linear-gradient(-45deg, transparent 25%, rgb(212,211,217) 25%, rgb(212,211,217) 26%, transparent 26%, transparent 75%, rgb(212,211,217) 75%, rgb(212,211,217) 76%, transparent 76%);
    opacity: 0.05;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}.our_info_r h3 {
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 2px;
    display: inline-block;
    color: rgb(170,169,193);
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 31px;
}.our_info_r h3::before {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    content: '';
    background: linear-gradient(to right, rgb(170,169,193), transparent);
    height: 2px;
}.our_info_r .get_contactinfo_u {
    font-size: 17px;
    color: #000000;
    clip-path: polygon(
        0 0, 98% 0, 100% 15px,
        100% 100%, 2% 100%, 0 calc(100% - 15px)
    );
    line-height: 1.8;
    border-radius: 0;
    margin-bottom: 50px;
    padding: 25px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgb(212,211,217);
}.our_info_r .get_contactinfo_u::before {
    background: rgb(170,169,193);
    width: 3px;
    content: '';
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}.our_info_r .ask_support_v {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    display: grid;
    position: relative;
}.our_info_r .ask_support_v::before {
    height: 1px;
    width: 100%;
    background: repeating-linear-gradient(
        to right,
        rgb(170,169,193) 0,
        rgb(170,169,193) 8px,
        transparent 8px,
        transparent 16px
    );
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
}.our_info_r .ask_support_v span {
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 25px;
    z-index: 1;
    display: flex;
    clip-path: polygon(
        0 0, 90% 0, 100% 10%, 
        100% 100%, 10% 100%, 0 90%
    );
    background: #ffffff;
}.our_info_r .ask_support_v span::before {
    inset: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0.5;
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, rgb(212,211,217) 100%);
    content: '';
}.our_info_r .ask_support_v span::after {
    transform: scale(0.5);
    height: 200%;
    top: -50%;
    transition: opacity 0.5s ease;
    opacity: 0;
    left: -50%;
    z-index: -2;
    background: radial-gradient(
        circle at center,
        rgb(170,169,193,0.5) 0%,
        transparent 70%
    );
    width: 200%;
    content: '';
    position: absolute;
}.our_info_r .ask_support_v span:hover {
    border-color: transparent;
    transform: translateY(-10px) scale(1.03);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgb(170,169,193,0.5);
}.our_info_r .ask_support_v span:hover::before {
    opacity: 0.2;
}.our_info_r .ask_support_v span:hover::after {
    opacity: 0.3;
    transform: scale(1);
}.our_info_r .ask_support_v span p {
    align-items: center;
    font-size: 17px;
    display: flex;
    z-index: 2;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000000;
    position: relative;
}.our_info_r .ask_support_v span p::before {
    width: 8px;
    display: inline-block;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    background: rgb(170,169,193);
    content: '';
    height: 8px;
    margin-right: 10px;
}.our_info_r .ask_support_v span svg {
    stroke: rgb(170,169,193);
    margin-right: 8px;
    stroke-width: 1;
    transition: transform 0.3s ease, fill 0.3s ease;
    height: 20px;
    fill: rgb(170,169,193);
    flex-shrink: 0;
    width: 20px;
}.our_info_r .ask_support_v span:hover svg {
    fill: rgb(124,124,171);
    transform: scale(1.2);
}.our_info_r .ask_support_v span svg path {
    stroke-dasharray: 100;
    transition: fill 0.3s ease, stroke 0.3s ease;
    stroke-dashoffset: 0;
}.our_info_r .ask_support_v span:hover svg path {
    stroke-dashoffset: 100;
    animation: dashAnimation 1.5s ease forwards;
}@keyframes dashAnimation {
    from {
        stroke-dashoffset: 100;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.our_info_r .ask_support_v span span {
    clip-path: none;
    backdrop-filter: none;
    margin: 0;
    display: inline;
    background: transparent;
    box-shadow: none;
    padding: 0;
    transform: none;
    border: none;
}.our_info_r .ask_support_v span span::before,
.our_info_r .ask_support_v span span::after {
    display: none;
}.our_info_r .ask_support_v span span a {
    position: relative;
    transition: background-size 0.3s ease;
    background-size: 0% 100%;
    color: rgb(170,169,193);
    font-weight: 600;
    z-index: 2;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(170,169,193) calc(100% - 2px),
        rgb(170,169,193) 100%
    );
    background-repeat: no-repeat;
    padding: 5px 0;
}.our_info_r .ask_support_v span span a svg {
    stroke: currentColor;
    fill: currentColor;
    transform-origin: center;
    margin-right: 5px;
    vertical-align: middle;
    stroke-width: 0.5;
    width: 16px;
    height: 16px;
}.our_info_r .get_contact_i {
    background: rgb(212,211,217);
    margin-top: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 35px;
    grid-column: 1 / -1;
    overflow: hidden;
    position: relative;
}.our_info_r .get_contact_i::before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.02) 10px, rgba(0, 0, 0, 0.02) 20px);
    content: '';
}.our_info_r .get_contact_i::after {
    height: 0;
    border-width: 0 50px 50px 0;
    width: 0;
    content: '';
    top: 0;
    border-style: solid;
    border-color: transparent rgb(170,169,193,0.5) transparent transparent;
    position: absolute;
    right: 0;
}.our_info_r .get_contact_i h4 {
    display: inline-block;
    padding-left: 15px;
    font-weight: 700;
    color: rgb(170,169,193);
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 25px;
}.our_info_r .get_contact_i h4::before {
    width: 5px;
    content: '';
    background: rgb(170,169,193);
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    height: 20px;
    clip-path: polygon(0 0, 100% 25%, 100% 75%, 0 100%);
    top: 50%;
}.our_info_r .get_contact_i h4 svg {
    vertical-align: middle;
    width: 22px;
    margin-right: 8px;
    stroke: rgb(170,169,193);
    height: 22px;
    animation: rotateIcon 6s linear infinite;
    fill: rgb(170,169,193);
    stroke-width: 1;
}@keyframes rotateIcon {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(270deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our_info_r .get_contact_i span {
    transform-origin: left;
    display: block;
    position: relative;
    padding: 12px 15px;
    clip-path: polygon(
        0 0, 100% 0, 100% 100%, 
        15px 100%, 0 calc(100% - 15px)
    );
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 12px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.our_info_r .get_contact_i span::before {
    transform: scaleY(0);
    left: 0;
    height: 100%;
    position: absolute;
    transform-origin: top;
    width: 3px;
    transition: transform 0.3s ease;
    content: '';
    background: rgb(124,124,171);
    top: 0;
}.our_info_r .get_contact_i span:hover {
    transform: translateX(15px) scale(1.02);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.our_info_r .get_contact_i span:hover::before {
    transform: scaleY(1);
}.our_info_r .get_contact_i span svg {
    margin-right: 8px;
    stroke-width: 0.5;
    width: 18px;
    height: 18px;
    opacity: 0.8;
    stroke: rgb(170,169,193);
    vertical-align: middle;
    fill: rgb(124,124,171);
    transition: all 0.3s ease;
}.our_info_r .get_contact_i span:hover svg {
    transform: scale(1.1);
    fill: rgb(170,169,193);
    opacity: 1;
}.our_info_r .get_contact_i span svg path {
    stroke-dasharray: 50;
    transition: all 0.5s ease;
    fill-opacity: 0.7;
    stroke-dashoffset: 50;
}.our_info_r .get_contact_i span:hover svg path {
    stroke-dashoffset: 0;
    fill-opacity: 1;
}

@media (max-width: 991px) {.our_info_r {
    padding: 80px 0;
}.our_info_r .edu_guide_r {
    clip-path: polygon(
            0 3%, 3% 0, 97% 0, 100% 3%,
            100% 97%, 97% 100%, 3% 100%, 0 97%
        );
    padding: 40px;
}.our_info_r h3 {
    font-size: calc(31px - 0.2rem);
}.our_info_r .ask_support_v {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.our_info_r .get_contactinfo_u {
    padding: 20px;
}.our_info_r .ask_support_v span svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 767px) {.our_info_r {
    padding: 60px 0;
}.our_info_r .edu_guide_r {
    clip-path: polygon(
            0 2%, 2% 0, 98% 0, 100% 2%,
            100% 98%, 98% 100%, 2% 100%, 0 98%
        );
    padding: 30px;
}.our_info_r h3 {
    font-size: calc(31px - 0.3rem);
    margin-bottom: 30px;
}.our_info_r .get_contactinfo_u {
    padding: 15px;
    margin-bottom: 35px;
}.our_info_r .ask_support_v {
    grid-template-columns: 1fr;
    gap: 20px;
}.our_info_r .get_contact_i {
    padding: 25px;
}.our_info_r .get_contact_i svg {
    height: 16px;
    width: 16px;
}
}

@media (max-width: 480px) {.our_info_r {
    padding: 40px 0;
}.our_info_r .container {
    padding: 0 15px;
}.our_info_r .edu_guide_r {
    clip-path: polygon(
            0 1%, 1% 0, 99% 0, 100% 1%,
            100% 99%, 99% 100%, 1% 100%, 0 99%
        );
    padding: 25px 20px;
}.our_info_r h3 {
    font-size: calc(31px - 0.4rem);
    margin-bottom: 25px;
}.our_info_r .get_contactinfo_u {
    margin-bottom: 30px;
    padding: 15px;
}.our_info_r .ask_support_v span {
    padding: 20px;
}.our_info_r .get_contact_i {
    padding: 20px;
    margin-top: 25px;
}.our_info_r .ask_support_v span svg,
    .our_info_r .get_contact_i span svg {
    width: 16px;
    margin-right: 5px;
    height: 16px;
}}.trackingPolicyPanel_c {
    bottom: 0;
    padding: 20px 0;
    transform: translateY(100%);
    z-index: 90;
    border-top: 3px solid rgb(124,124,171);
    transition: transform 0.5s ease-in-out;
    position: fixed;
    font-family: Arial, sans-serif;
    animation: slideUp 0.5s forwards;
    width: 100%;
    background: rgb(124,124,171);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.edu_cookies_m {
    justify-content: space-between;
    padding: 20px 5%;
    align-items: center;
    gap: 20px;
    display: flex;
}.trackingPolicyPanel_c h5 {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 21px;
    text-transform: uppercase;
}.trackingPolicyPanel_c p {
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    font-size: 14px;
}.manage_cookies_e {
    filter: drop-shadow(0 0 10px rgb(170,169,193));
    margin-right: 15px;
    justify-content: center;
    display: flex;
    flex-shrink: 0;
    align-items: center;
}.manage_cookies_e svg {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    width: 80px;
    fill: rgb(170,169,193);
}.manage_cookies_e:hover svg {
    transform: scale(1.1);
}.cookie_protect_C {
    border-radius: 28px;
    cursor: pointer;
    min-width: 140px;
    line-height: 40px;
    flex-shrink: 0;
    font-size: 17px;
    margin-left: 10px;
    text-decoration: none;
    box-shadow: 0 0 15px rgb(170,169,193);
    color: #000000;
    background: linear-gradient(90deg, rgb(170,169,193), rgb(124,124,171));
    padding: 10px 20px;
    text-align: center;
    white-space: nowrap;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}.cookie_protect_C:hover {
    box-shadow: 0 0 20px rgb(124,124,171);
}.cookie_button.online_cookies_s:hover {
    box-shadow: 0 0 15px rgb(124,124,171);
}.trackingPolicyPanel_c p a {
    color: rgb(170,169,193);
    text-decoration: none;
    transition: color 0.3s ease;
}.trackingPolicyPanel_c p a:hover {
    color: rgb(124,124,171);
}#cookieDialogWindow_h {
    display: none;
}#cookieDialogWindow_h:checked ~ .trackingPolicyPanel_c {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.trackingPolicyPanel_c {
    padding: 15px 0;
}.edu_cookies_m {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.manage_cookies_e {
    display: none;
}.edu_cookies_m {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.trackingPolicyPanel_c h5 {
    font-size: 22px;
    margin-bottom: 5px;
}.cookie_overlay_t {
    margin-bottom: 15px;
}.cookie_protect_C {
    min-width: 100%;
    margin: 10px 0;
}}
.course_program_description_F {
    background: linear-gradient(135deg, rgb(212,211,217) 0%, rgba(247, 247, 247, 0.9) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.course_program_description_F::before {
    background: linear-gradient(45deg, rgb(170,169,193,0.5) 0%, rgb(124,124,171,0.5) 100%);
    opacity: 0.1;
    right: -150px;
    animation: pulse 15s infinite alternate ease-in-out;
    z-index: 0;
    position: absolute;
    height: 400px;
    width: 400px;
    border-radius: 50%;
    content: "";
    filter: blur(100px);
    top: -150px;
}.course_program_description_F::after {
    width: 300px;
    background: linear-gradient(225deg, rgb(124,124,171,0.5) 0%, rgb(170,169,193,0.5) 100%);
    filter: blur(80px);
    bottom: -100px;
    left: -100px;
    z-index: 0;
    border-radius: 50%;
    animation: pulse 18s infinite alternate-reverse ease-in-out;
    opacity: 0.08;
    height: 300px;
    position: absolute;
    content: "";
}.course_program_description_F .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.course_program_description_F h2 {
    margin-bottom: 50px;
    font-size: 28px;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    position: relative;
    line-height: 1.3;
    color: #000000;
    opacity: 0;
    text-align: left;
    transform: translateX(-10px);
    font-weight: 700;
}.course_program_description_F h2::after {
    bottom: -15px;
    height: 3px;
    transform: scaleX(0);
    content: "";
    animation: expandWidth 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    left: 0;
    background: linear-gradient(90deg, rgb(170,169,193) 0%, rgb(124,124,171) 100%);
    position: absolute;
    width: 80px;
}.course_program_description_F .learn_now_i {
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    display: grid;
    gap: 40px;
    animation: fadeIn 0.8s 0.4s forwards ease-out;
    grid-template-columns: 1fr;
}.course_program_description_F .img_circle_x {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-3deg);
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    height: 350px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.course_program_description_F .img_circle_x::after {
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        to bottom right,
        rgba(rgb(170,169,193,0.5), 0.1),
        rgba(rgb(124,124,171,0.5), 0.05)
    );
}.course_program_description_F .img_circle_x:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
}.course_program_description_F .tag_content_N {
    display: flex;
    animation: fadeSlideUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    gap: 25px;
    flex-direction: column;
    opacity: 0;
    transform: translateY(15px);
}.course_program_description_F .description {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 1.8;
    border-left: 1px solid rgb(124,124,171,0.5);
    padding-left: 20px;
    transition: all 0.3s ease;
    position: relative;
    margin: 0;
}.course_program_description_F .description:hover {
    border-left: 3px solid rgb(124,124,171);
    transform: translateX(3px);
}.course_program_description_F .description:first-of-type {
    position: relative;
}.course_program_description_F .description:first-of-type::before {
    border-radius: 50%;
    transform: scale(0);
    height: 10px;
    content: "";
    top: 0;
    left: -5px;
    background-color: rgb(124,124,171);
    position: absolute;
    opacity: 0;
    width: 10px;
    transition: transform 0.4s ease, opacity 0.4s ease;
}.course_program_description_F .description:first-of-type:hover::before {
    opacity: 1;
    transform: scale(1);
}.course_program_description_F .description:nth-of-type(2) {
    color: #000000;
    opacity: 0.85;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.08;
    }
    100% {
        transform: scale(0.95);
        opacity: 0.05;
    }
}

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

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

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

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

@media (min-width: 768px) {.course_program_description_F .learn_now_i {
    align-items: start;
    grid-template-columns: 1fr 1.6fr;
    gap: 60px;
}.course_program_description_F .img_circle_x {
    height: 450px;
}.course_program_description_F h2 {
    font-size: calc(28px * 1.1);
    max-width: 80%;
}.course_program_description_F h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.course_program_description_F {
    padding: 150px 0;
}.course_program_description_F .container {
    padding: 0 40px;
}.course_program_description_F .learn_now_i {
    gap: 80px;
}.course_program_description_F .img_circle_x {
    height: 550px;
}.course_program_description_F h2 {
    font-size: calc(28px * 1.2);
    margin-bottom: 70px;
}.course_program_description_F .description {
    font-size: calc(18px * 1.05);
    padding-left: 30px;
}
}

@media (min-width: 1200px) {.course_program_description_F {
    padding: 180px 0;
}.course_program_description_F .container {
    padding: 0 60px;
}.course_program_description_F .learn_now_i {
    grid-template-columns: 0.9fr 1.5fr;
    gap: 100px;
}.course_program_description_F h2 {
    max-width: 70%;
}.course_program_description_F .description:first-of-type {
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.course_program_description_F {
    padding: 80px 0;
}.course_program_description_F h2 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.9);
}.course_program_description_F .img_circle_x {
    height: 250px;
    transform: perspective(800px) rotateY(-2deg);
}.course_program_description_F .description {
    font-size: calc(18px * 0.95);
    padding-left: 15px;
    line-height: 1.7;
}.course_program_description_F .learn_now_i {
    gap: 30px;
}
}

@media (max-width: 480px) {.course_program_description_F {
    padding: 60px 0;
}.course_program_description_F h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.course_program_description_F .img_circle_x {
    height: 200px;
}.course_program_description_F .tag_content_N {
    gap: 20px;
}.course_program_description_F .description {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
    padding-left: 12px;
}}.customer_experience_y {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(124,124,171,0.5) 100%);
    position: relative;
}.customer_experience_y::before {
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.05) 0%, transparent 60%);
    top: 0;
}.customer_experience_y::after {
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(170,169,193,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 80%, rgb(124,124,171,0.5) 0%, transparent 8%),
        radial-gradient(circle at 50% 50%, rgb(170,169,193,0.5) 0%, transparent 6%);
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.3;
    content: "";
    z-index: 0;
}.customer_experience_y h2 {
    position: relative;
    font-weight: 700;
    transition: transform 0.5s ease-out;
    text-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transform: perspective(1000px) rotateX(5deg);
    font-size: 29px;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    margin-bottom: 3.5rem;
}.customer_experience_y h2:hover {
    transform: perspective(1000px) rotateX(0deg);
}.customer_experience_y .container {
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
    margin: 0 auto;
}.customer_experience_y .knowledge_center_j {
    position: relative;
}.customer_experience_y .review_voices_C {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    gap: 2.5rem;
    display: grid;
}.customer_experience_y .review_slider_K {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: center bottom;
    overflow: hidden;
    z-index: 2;
    padding: 2rem;
}.customer_experience_y .review_slider_K::before {
    position: absolute;
    z-index: -1;
    transition: opacity 0.3s ease;
    width: 100%;
    opacity: 0.1;
    left: 0;
    content: "";
    background: linear-gradient(to bottom right, transparent 49.5%, rgb(170,169,193,0.5) 50%, transparent 50.5%);
    top: 0;
    height: 100%;
}.customer_experience_y .review_slider_K:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}.customer_experience_y .review_slider_K:hover::before {
    opacity: 0.2;
}.customer_experience_y .review_slider_K::after {
    z-index: -1;
    content: '"';
    line-height: 1;
    position: absolute;
    color: rgb(170,169,193,0.5);
    font-size: 6rem;
    opacity: 0.15;
    top: 10px;
    right: 20px;
    font-family: Arial, sans-serif;
}.customer_experience_y .review_slider_K h3 {
    font-size: calc(22px * 1.1);
    position: relative;
    display: inline-block;
    margin-bottom: 0.8rem;
    color: rgb(170,169,193);
    font-weight: 600;
}.customer_experience_y .review_slider_K h3::after {
    bottom: -5px;
    width: 0;
    height: 2px;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(124,124,171);
    left: 0;
}.customer_experience_y .review_slider_K:hover h3::after {
    width: 100%;
}.customer_experience_y .review_slider_K .description {
    line-height: 1.6;
    font-size: 14px;
    z-index: 2;
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
}.customer_experience_y .review_slider_K div {
    z-index: 2;
    border: 2px solid rgb(170,169,193,0.5);
    position: relative;
    transform: rotate(-5deg);
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    width: 60px;
    height: 60px;
    transition: all 0.3s ease;
    overflow: hidden;
}.customer_experience_y .review_slider_K:hover div {
    transform: rotate(0deg) scale(1.1);
}.customer_experience_y .review_slider_K img {
    width: 100%;
    transition: transform 0.4s ease;
    height: 100%;
    object-fit: cover;
}.customer_experience_y .review_slider_K:hover img {
    transform: scale(1.1);
}@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

.customer_experience_y .review_slider_K:nth-child(odd) {
    animation: floatAnimation 6s ease-in-out infinite;
}.customer_experience_y .review_slider_K:nth-child(even) {
    animation: floatAnimation 7s ease-in-out infinite 1s;
}

@media screen and (max-width: 991px) {.customer_experience_y {
    padding: 4rem 0;
}.customer_experience_y .review_voices_C {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.customer_experience_y h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2.5rem;
}
}

@media screen and (max-width: 767px) {.customer_experience_y {
    padding: 3rem 0;
}.customer_experience_y .review_voices_C {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.customer_experience_y .review_slider_K {
    padding: 1.5rem;
}.customer_experience_y h2 {
    margin-bottom: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    font-size: calc(29px * 0.8);
}.customer_experience_y .review_slider_K div {
    width: 50px;
    height: 50px;
}.customer_experience_y .review_slider_K::after {
    font-size: 4rem;
    right: 15px;
    top: 5px;
}
}

@media screen and (max-width: 480px) {.customer_experience_y {
    padding: 2.5rem 0;
}.customer_experience_y h2 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.7);
    transform: none;
}.customer_experience_y .review_slider_K {
    padding: 1.25rem;
}.customer_experience_y .review_slider_K .description {
    margin-bottom: 1rem;
    font-size: calc(14px * 0.95);
}.customer_experience_y .review_slider_K h3 {
    font-size: 22px;
}}.primary_page_W {
    overflow: hidden;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
    z-index: 1;
    min-height: 100vh;
    padding: 2rem;
}.primary_page_W::before {
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5), rgb(170,169,193,0.5), rgba(0, 0, 0, 0.75));
    width: 100%;
    animation: gradientShift 15s ease-in-out infinite alternate;
    height: 100%;
    z-index: -1;
    left: 0;
}.primary_page_W::after {
    position: absolute;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
    -45deg,
    rgb(170,169,193,0.5) 0,
    transparent 2px,
    transparent 10px
  );
    z-index: -1;
    width: 100%;
    animation: patternMove 60s linear infinite;
    opacity: 0.15;
    transform: translateZ(0);
    will-change: transform;
    content: "";
    height: 100%;
}.primary_page_W > div {
    gap: 3rem;
    flex-direction: column;
    display: flex;
    animation: fadeInUp 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    position: relative;
    opacity: 0;
    width: 100%;
    max-width: 1200px;
    transform: translateY(1.5rem);
}.primary_page_W > div > div:first-child {
    padding-left: 2rem;
    position: relative;
}.primary_page_W > div > div:first-child::before {
    background: linear-gradient(to bottom, rgb(170,169,193), rgb(124,124,171));
    transform-origin: top;
    content: "";
    width: 6px;
    left: 0;
    transform: scaleY(0);
    height: calc(100% - 1rem);
    animation: scaleIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    position: absolute;
    top: 0.5rem;
}.primary_page_W .title_style_header {
    font-size: clamp(2.5rem, 5vw, 46px);
    font-weight: 700;
    animation: slideTitle 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.5s;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    opacity: 0;
    color: #ffffff;
    position: relative;
    transform: translateX(-1rem);
    margin: 0;
}.primary_page_W .study_express_k {
    -webkit-backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.03)
  );
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 3px;
    z-index: 1;
    position: relative;
    transform: translateY(2rem);
    animation: fadeInUp 1s cubic-bezier(0.17, 0.67, 0.25, 1) forwards 0.9s;
    padding: 2.5rem;
    overflow: hidden;
    opacity: 0;
}.primary_page_W .study_express_k::before {
    animation: pulseGlow 10s ease-in-out infinite alternate;
    opacity: 0.08;
    top: -50%;
    position: absolute;
    width: 200%;
    left: -50%;
    background: radial-gradient(circle at 30% 30%, rgb(124,124,171,0.5), transparent 60%);
    height: 200%;
    content: "";
    z-index: -1;
}.primary_page_W .founder_bio_J {
    margin-bottom: 1.8rem;
    position: relative;
}.primary_page_W .founder_bio_J::after {
    width: 60%;
    height: 2px;
    background: linear-gradient(to right, rgb(124,124,171), transparent);
    left: 0;
    content: "";
    transform-origin: left;
    bottom: -0.9rem;
    position: absolute;
    animation: lineGrow 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.4s;
    transform: scaleX(0);
}.primary_page_W .founder_bio_J h3 {
    font-weight: 600;
    line-height: 1.4;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.1s;
    font-size: clamp(1.2rem, 3vw, 1.7rem);
    margin: 0;
    color: #ffffff;
    opacity: 0;
    transform: translateY(1rem);
}.primary_page_W span p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.3s;
    margin: 0;
    line-height: 1.6;
    transform: translateY(1rem);
    color: rgba(255, 255, 255, 0.85);
    opacity: 0;
}

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

@keyframes slideTitle {
  from {
    opacity: 0;
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

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

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

@keyframes pulseGlow {
  0% {
    opacity: 0.05;
    transform: scale(1);
  }
  50% {
    opacity: 0.15;
    transform: scale(1.05);
  }
  100% {
    opacity: 0.05;
    transform: scale(1);
  }
}

@media (max-width: 992px) {.primary_page_W {
    padding: 3rem 1.5rem;
}.primary_page_W > div {
    gap: 2rem;
}.primary_page_W .study_express_k {
    padding: 2rem;
}
}

@media (max-width: 768px) {.primary_page_W {
    padding: 2rem 1rem;
    min-height: 90vh;
}.primary_page_W > div {
    gap: 1.5rem;
}.primary_page_W > div > div:first-child {
    padding-left: 1.5rem;
}.primary_page_W > div > div:first-child::before {
    width: 4px;
}.primary_page_W .study_express_k {
    padding: 1.8rem;
}.primary_page_W .founder_bio_J::after {
    width: 50%;
}
}

@media (max-width: 480px) {.primary_page_W {
    padding: 1.5rem 0.875rem;
    min-height: 85vh;
}.primary_page_W > div {
    gap: 1.25rem;
}.primary_page_W > div > div:first-child {
    padding-left: 1rem;
}.primary_page_W > div > div:first-child::before {
    width: 3px;
}.primary_page_W .study_express_k {
    padding: 1.5rem;
}.primary_page_W .founder_bio_J {
    margin-bottom: 1.5rem;
}.primary_page_W .founder_bio_J::after {
    bottom: -0.75rem;
}}.newsletter_signup_D {
    position: relative;
    z-index: 1;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(124,124,171,0.5), rgb(170,169,193));
    overflow: hidden;
}.newsletter_signup_D::before {
    animation: float 15s infinite alternate ease-in-out;
    top: -10%;
    content: "";
    background: rgb(255, 255, 255, 0.5);
    transform: rotate(-15deg) skewX(-15deg);
    height: 70%;
    right: -5%;
    z-index: -1;
    width: 40%;
    filter: blur(40px);
    position: absolute;
}.newsletter_signup_D::after {
    width: 25%;
    left: -5%;
    z-index: -1;
    background: rgb(124,124,171,0.5);
    transform: rotate(25deg) skewY(5deg);
    content: "";
    animation: float 12s infinite alternate-reverse ease-in-out;
    filter: blur(30px);
    bottom: -5%;
    position: absolute;
    height: 50%;
}.newsletter_signup_D .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.newsletter_signup_D .knowledge_center_j {
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(124,124,171);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
}.newsletter_signup_D .knowledge_center_j:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}.newsletter_signup_D h3 {
    margin-bottom: 2rem;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transform: translateX(5px);
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    position: relative;
}.newsletter_signup_D h3::before {
    top: 0.8em;
    content: "";
    animation: pulse 3s infinite;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 10px;
    background: rgb(124,124,171);
    left: -20px;
    transform: translateY(-50%);
}.newsletter_signup_D .input_holder {
    display: flex;
    max-width: 100%;
    position: relative;
    gap: 1.25rem;
    flex-direction: column;
}.newsletter_signup_D .input_holder::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05));
    right: 0;
    clip-path: polygon(80% 0, 100% 0, 100% 100%, 60% 100%);
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    top: 0;
}.newsletter_signup_D .input_holder div {
    position: relative;
    flex: 1;
}.newsletter_signup_D input[type="email"] {
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 1.2rem 1.5rem;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
    backdrop-filter: blur(5px);
}.newsletter_signup_D input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    border-color: rgb(124,124,171);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgb(124,124,171,0.5);
}.newsletter_signup_D input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.newsletter_signup_D input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.newsletter_signup_D .join_form_M {
    border: none;
    position: relative;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(124,124,171);
    border-radius: 10px;
    font-size: 20px;
    letter-spacing: 0.5px;
    transform-origin: left;
    cursor: pointer;
    padding: 1.1rem 2rem;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    align-self: flex-start;
}.newsletter_signup_D .join_form_M::before {
    width: 100%;
    left: 0;
    position: absolute;
    transform: translateX(-100%);
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
    height: 100%;
    transition: transform 0.6s ease;
    content: "";
}.newsletter_signup_D .join_form_M:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px) scale(1.02);
    background: rgb(170,169,193);
}.newsletter_signup_D .join_form_M:hover::before {
    transform: translateX(100%);
}.newsletter_signup_D .join_form_M:active {
    transform: translateY(1px) scale(0.98);
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 0.6;
        transform: translateY(-50%) scale(1.5);
    }
}

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

@media (min-width: 768px) {.newsletter_signup_D {
    padding: 6rem 2rem;
}.newsletter_signup_D .knowledge_center_j {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    padding: 4rem;
}.newsletter_signup_D .input_holder {
    flex-direction: row;
    align-items: center;
}.newsletter_signup_D h3 {
    margin-bottom: 2.5rem;
    max-width: 80%;
}.newsletter_signup_D .input_holder::before {
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 50% 100%);
}
}

@media (max-width: 767px) {.newsletter_signup_D .knowledge_center_j {
    padding: 2rem 1.5rem;
}.newsletter_signup_D h3 {
    margin-bottom: 1.5rem;
    font-size: clamp(1rem, 5vw, 1.25rem);
}.newsletter_signup_D input[type="email"] {
    padding: 1rem;
}.newsletter_signup_D .join_form_M {
    padding: 1rem;
    margin-top: 0.5rem;
    width: 100%;
}.newsletter_signup_D::before,
    .newsletter_signup_D::after {
    opacity: 0.5;
}
}

@media (hover: none) {.newsletter_signup_D .knowledge_center_j:hover {
    box-shadow: none;
    transform: none;
}.newsletter_signup_D .join_form_M:hover {
    box-shadow: none;
    transform: none;
    background: rgb(124,124,171);
}
}

@media (prefers-reduced-motion: reduce) {.newsletter_signup_D::before,
    .newsletter_signup_D::after,
    .newsletter_signup_D h3::before,
    .newsletter_signup_D .join_form_M::before {
    animation: none;
    transition: none;
}.newsletter_signup_D .knowledge_center_j,
    .newsletter_signup_D input[type="email"],
    .newsletter_signup_D .join_form_M {
    transition: none;
}}.gratitudeHub_z {
    background: linear-gradient(135deg, rgb(212,211,217) 0%, rgb(124,124,171,0.5) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.gratitudeHub_z::before {
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(170,169,193,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(124,124,171,0.5) 0%, transparent 40%);
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.15;
    content: "";
    height: 100%;
    z-index: 0;
}.gratitudeHub_z::after {
    z-index: 0;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
    content: "";
    transform: rotate(25deg);
    background: rgb(255, 255, 255, 0.5);
    right: -50%;
    position: absolute;
    top: -50%;
    opacity: 0.05;
}.gratitudeHub_z .container {
    transform: translateZ(0);
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    perspective: 1000px;
    position: relative;
}.gratitudeHub_z h2 {
    opacity: 0;
    animation: slide-up 0.8s ease-out forwards;
    text-align: left;
    font-size: 38px;
    font-family: Arial, sans-serif;
    max-width: 90%;
    transform: translateY(30px);
    margin-bottom: 3rem;
    position: relative;
    border-left: 5px solid rgb(170,169,193);
    font-weight: 700;
    padding-left: 1.5rem;
    color: #000000;
    line-height: 1.3;
}.gratitudeHub_z .knowledge_center_j {
    border: 1px solid rgba(0, 0, 0, 0.05);
    transform: translateY(30px);
    overflow: hidden;
    position: relative;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    padding: 3rem;
    animation: slide-up 0.8s ease-out forwards 0.2s;
}.gratitudeHub_z .knowledge_center_j::before {
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(170,169,193) 0%, rgb(124,124,171) 100%);
}.gratitudeHub_z ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}.gratitudeHub_z li {
    position: relative;
    padding: 0.5rem 0;
}.gratitudeHub_z li::before {
    animation: grow-line 1.2s ease-out forwards 0.8s;
    position: absolute;
    height: 100%;
    transform-origin: top;
    transform: scaleY(0);
    background: rgb(170,169,193,0.5);
    top: 0;
    opacity: 0;
    content: "";
    left: -1.5rem;
    width: 3px;
}.gratitudeHub_z li span {
    line-height: 1.8;
    color: #000000;
    display: block;
    opacity: 0;
    font-size: 16px;
    padding-left: 0.5rem;
    transform: translateX(20px);
    position: relative;
    animation: fade-in-text 1s ease-out forwards 0.6s;
    text-align: left;
    font-family: Arial, sans-serif;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

@keyframes fade-in-text {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.gratitudeHub_z .knowledge_center_j:hover {
    transform: translateZ(0) scale(1.01);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

@media (max-width: 991px) {.gratitudeHub_z {
    padding: 4rem 1.5rem;
}.gratitudeHub_z h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2rem;
    max-width: 100%;
}.gratitudeHub_z .knowledge_center_j {
    padding: 2rem;
}
}

@media (max-width: 767px) {.gratitudeHub_z {
    padding: 3rem 1rem;
}.gratitudeHub_z h2 {
    padding-left: 1rem;
    font-size: calc(38px * 0.8);
    margin-bottom: 1.5rem;
    border-left: 3px solid rgb(170,169,193);
}.gratitudeHub_z .knowledge_center_j {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
}.gratitudeHub_z li::before {
    left: -1rem;
}
}

@media (max-width: 575px) {.gratitudeHub_z {
    padding: 2rem 0.8rem;
}.gratitudeHub_z h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.2rem;
}.gratitudeHub_z .knowledge_center_j {
    padding: 1.2rem;
}.gratitudeHub_z li span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media (min-width: 1200px) {.gratitudeHub_z .container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}.gratitudeHub_z h2 {
    margin-left: 3rem;
    max-width: 80%;
}.gratitudeHub_z .knowledge_center_j {
    transform: translateY(30px) translateX(-2rem);
    width: 85%;
    margin-left: auto;
}.gratitudeHub_z .knowledge_center_j:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}

@media (hover: hover) {.gratitudeHub_z .knowledge_center_j {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}.contact_panel_d {
    padding: 100px 0;
    background: linear-gradient(90deg, #ffffff 50%, rgb(212,211,217) 50%);
    position: relative;
    overflow: hidden;
}.contact_panel_d::before {
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    background-size: 60px 60px;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
}.contact_panel_d .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.contact_panel_d h2 {
    position: relative;
    font-weight: 700;
    font-size: 33px;
    color: rgb(170,169,193);
    text-align: center;
    margin-bottom: 60px;
}.contact_panel_d h2::after {
    content: "";
    height: 3px;
    bottom: -15px;
    position: absolute;
    left: 50%;
    width: 60px;
    background: rgb(170,169,193);
    transform: translateX(-50%);
}.contact_panel_d .query_list_f {
    position: relative;
    border-radius: 27px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
    display: flex;
}.contact_panel_d .query_list_f::before {
    top: 0;
    background: linear-gradient(90deg, rgb(170,169,193), rgb(124,124,171));
    height: 5px;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
}.contact_panel_d .img_circle_x {
    transition: all 0.5s ease;
    position: relative;
    flex: 0 0 50%;
    min-height: 550px;
}.contact_panel_d .img_circle_x::after {
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(170,169,193,0.5), transparent);
    width: 100%;
    left: 0;
}.contact_panel_d .support_support_G {
    padding: 60px 50px;
    background: #ffffff;
    flex: 0 0 50%;
    position: relative;
}.contact_panel_d .support_support_G::before {
    height: 100%;
    top: 0;
    position: absolute;
    width: 10px;
    content: "";
    left: 0;
    background: rgb(212,211,217);
}.contact_panel_d #contact {
    flex-direction: column;
    gap: 30px;
    display: flex;
}.contact_panel_d h3 {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    font-size: 21px;
    color: #000000;
    font-weight: 600;
}.contact_panel_d h3::after {
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    height: 2px;
    background: rgb(170,169,193,0.5);
    width: 100%;
}.contact_panel_d input[type="text"] {
    border: 2px solid rgb(212,211,217);
    border-radius: 10px;
    font-size: 18px;
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
    padding: 18px 20px;
    background: #ffffff;
}.contact_panel_d input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(170,169,193);
}.contact_panel_d input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_panel_d .message_links_I {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    gap: 12px;
}.contact_panel_d .message_links_I input[type="checkbox"] {
    appearance: none;
    cursor: pointer;
    border: 2px solid rgb(212,211,217);
    border-radius: 10px;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    margin-top: 2px;
    position: relative;
}.contact_panel_d .message_links_I input[type="checkbox"]:checked {
    border-color: rgb(170,169,193);
    background: rgb(170,169,193);
}.contact_panel_d .message_links_I input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    width: 6px;
    height: 10px;
    left: 8px;
    top: 5px;
    content: "";
    position: absolute;
    border-right: 2px solid #ffffff;
}.contact_panel_d .message_links_I label {
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
}.contact_panel_d .message_links_I a {
    color: rgb(170,169,193);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_panel_d .message_links_I a:hover {
    color: rgb(124,124,171);
}.contact_panel_d .feedback_links_I {
    background: rgb(170,169,193);
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-top: 20px;
    align-self: flex-start;
    border: none;
    padding: 16px 40px;
    font-weight: 600;
    box-shadow: 0 8px 20px rgb(170,169,193,0.5);
    border-radius: 10px;
    position: relative;
}.contact_panel_d .feedback_links_I::before {
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.6s ease;
}.contact_panel_d .feedback_links_I:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(124,124,171,0.5);
    background: rgb(124,124,171);
}.contact_panel_d .feedback_links_I:hover::before {
    left: 100%;
}.contact_panel_d svg {
    fill: rgb(170,169,193);
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
}.contact_panel_d svg path {
    fill: rgb(170,169,193);
    transition: all 0.3s ease;
}.contact_panel_d svg:hover {
    transform: translateY(-2px);
    fill: rgb(124,124,171);
}.contact_panel_d svg:hover path {
    fill: rgb(124,124,171);
}

@media (max-width: 1200px) {.contact_panel_d {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact_panel_d {
    padding: 80px 0;
}.contact_panel_d .query_list_f {
    flex-direction: column-reverse;
}.contact_panel_d .img_circle_x {
    min-height: 350px;
    flex: 0 0 auto;
}.contact_panel_d .support_support_G {
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact_panel_d .support_support_G::before {
    height: 10px;
    width: 100%;
    left: 0;
    top: 0;
}
}

@media (max-width: 768px) {.contact_panel_d {
    padding: 60px 0;
}.contact_panel_d h2 {
    font-size: calc(33px - 4px);
    margin-bottom: 40px;
}.contact_panel_d .support_support_G {
    padding: 40px 30px;
}.contact_panel_d #contact {
    gap: 25px;
}.contact_panel_d .img_circle_x {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact_panel_d {
    padding: 50px 0;
}.contact_panel_d .container {
    padding: 0 15px;
}.contact_panel_d h2 {
    margin-bottom: 30px;
    font-size: calc(33px - 6px);
}.contact_panel_d .support_support_G {
    padding: 35px 25px;
}.contact_panel_d #contact {
    gap: 20px;
}.contact_panel_d input[type="text"] {
    padding: 15px;
}.contact_panel_d .feedback_links_I {
    width: 100%;
    padding: 15px 25px;
}.contact_panel_d .img_circle_x {
    min-height: 250px;
}}.developer_experience_G {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(212,211,217) 0%, rgb(170,169,193,0.5) 100%);
    padding: 4rem 2rem;
}.developer_experience_G::before {
    background: rgb(124,124,171,0.5);
    position: absolute;
    left: -5%;
    z-index: 1;
    height: 70%;
    width: 120%;
    transform: rotate(-12deg);
    content: "";
    top: -10%;
}.developer_experience_G .review_slider_K {
    flex-direction: row;
    gap: 3rem;
    transform: translateX(5%);
    align-items: center;
    z-index: 2;
    display: flex;
    position: relative;
}.developer_experience_G .img_circle_x {
    width: 280px;
    border-radius: 11px;
    height: 350px;
    box-shadow: 15px 15px 0 rgb(170,169,193,0.5);
    transition: all 0.5s ease;
    transform: rotate(-5deg);
}.developer_experience_G .img_circle_x:hover {
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) scale(1.05);
}.developer_experience_G .job_block_k {
    max-width: 60%;
    transition: all 0.5s ease;
    border-radius: 11px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    transform: rotate(2deg) translateY(-30px);
    padding: 2rem;
}.developer_experience_G .job_block_k::after {
    bottom: -10px;
    height: 10px;
    filter: blur(8px);
    width: 85%;
    left: 30px;
    background: rgb(124,124,171);
    opacity: 0.6;
    transition: all 0.5s ease;
    content: "";
    position: absolute;
}.developer_experience_G .job_block_k:hover {
    transform: rotate(0deg) translateY(-20px);
}.developer_experience_G .job_block_k:hover::after {
    opacity: 0.8;
    width: 95%;
}.developer_experience_G .name {
    margin-bottom: 0.5rem;
    color: rgb(170,169,193);
    font-size: 34px;
    transform: translateX(-20px);
    font-weight: 700;
}.developer_experience_G .job_block_k > div:nth-child(2) {
    color: rgb(124,124,171);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
}.developer_experience_G .career_box_U {
    position: relative;
    padding-left: 1.5rem;
    color: #000000;
    font-size: 17px;
    font-style: italic;
    line-height: 1.6;
    font-weight: 400;
}.developer_experience_G .career_box_U::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(170,169,193), rgb(124,124,171));
    width: 5px;
    height: 100%;
    content: "";
    border-radius: 10px;
    top: 0;
    left: 0;
}

@media (max-width: 992px) {.developer_experience_G .review_slider_K {
    flex-direction: column;
    gap: 2rem;
    transform: none;
}.developer_experience_G .img_circle_x {
    width: 220px;
    margin: 0 auto;
    height: 280px;
}.developer_experience_G .job_block_k {
    transform: none;
    max-width: 100%;
}.developer_experience_G .name,
    .developer_experience_G .job_block_k > div:nth-child(2) {
    transform: none;
}}.meet_us_R {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
    z-index: 1;
}.meet_us_R::before {
    background: linear-gradient(135deg, rgb(170,169,193,0.5), rgba(0, 0, 0, 0.5) 85%);
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
}.meet_us_R::after {
    right: -50px;
    top: -50px;
    z-index: -1;
    width: 200px;
    transform: rotate(45deg);
    opacity: 0.15;
    content: "";
    background: rgb(124,124,171);
    animation: float 15s ease-in-out infinite;
    position: absolute;
    height: 200px;
}.meet_us_R h4 {
    transform: translateY(0);
    letter-spacing: 2px;
    font-size: 30px;
    margin-bottom: 40px;
    transition: transform 0.5s ease;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}.meet_us_R h4::after {
    bottom: -15px;
    background: rgb(170,169,193);
    height: 3px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    position: absolute;
}.meet_us_R .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.meet_us_R .tag_content_N {
    overflow: hidden;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 50px 40px;
    border-left: 5px solid rgb(170,169,193);
    position: relative;
}.meet_us_R .tag_content_N::before {
    position: absolute;
    z-index: -1;
    background: linear-gradient(45deg, transparent 49.5%, rgb(124,124,171,0.5) 49.5%, rgb(124,124,171,0.5) 50.5%, transparent 50.5%);
    opacity: 0.1;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    background-size: 20px 20px;
    top: 0;
}.meet_us_R .tag_content_N h6 {
    color: rgb(170,169,193);
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: calc(22px * 1.2);
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
}.meet_us_R .tag_content_N h6::after {
    height: 2px;
    bottom: 0;
    transform-origin: left;
    position: absolute;
    background: rgb(124,124,171);
    content: "";
    width: 60px;
    left: 0;
    transition: transform 0.4s ease;
    transform: scaleX(1);
}.meet_us_R .tag_content_N div {
    position: relative;
}.meet_us_R .tag_content_N span {
    color: #000000;
    column-gap: 40px;
    display: block;
    line-height: 1.8;
    position: relative;
    text-align: justify;
    column-count: 1;
    font-size: 12px;
    font-weight: 400;
}

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

@media screen and (min-width: 768px) {.meet_us_R {
    padding: 150px 0 100px;
}.meet_us_R h4 {
    margin-bottom: 60px;
    font-size: calc(30px * 1.2);
}.meet_us_R h4::after {
    width: 100px;
}.meet_us_R .tag_content_N {
    padding: 60px 50px;
    transform: translateY(0) perspective(1000px) rotateY(0);
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.meet_us_R .tag_content_N:hover {
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) perspective(1000px) rotateY(2deg);
}.meet_us_R .tag_content_N h6 {
    margin-bottom: 40px;
    font-size: calc(22px * 1.5);
}.meet_us_R .tag_content_N span {
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.meet_us_R {
    padding: 180px 0 120px;
}.meet_us_R::after {
    height: 300px;
    width: 300px;
}.meet_us_R .tag_content_N {
    max-width: 90%;
    margin: 0 auto;
}.meet_us_R .tag_content_N span {
    column-gap: 50px;
    column-count: 2;
}.meet_us_R:hover h4 {
    transform: translateY(-10px);
}.meet_us_R .tag_content_N:hover h6::after {
    transform: scaleX(1.5);
}
}

@media screen and (max-width: 767px) {.meet_us_R {
    padding: 80px 0 60px;
}.meet_us_R h4 {
    margin-bottom: 30px;
    font-size: 30px;
}.meet_us_R .tag_content_N {
    padding: 30px 25px;
}.meet_us_R .tag_content_N h6 {
    margin-bottom: 20px;
    font-size: 22px;
    padding-bottom: 10px;
}.meet_us_R .tag_content_N span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}.metrics_summary_L {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,211,217) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
    position: relative;
}.metrics_summary_L .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.metrics_summary_L::before {
    content: "";
    right: -5%;
    height: 70%;
    top: -10%;
    filter: blur(20px);
    position: absolute;
    z-index: 1;
    transform: rotate(-15deg) skewX(15deg);
    background: linear-gradient(225deg, rgb(170,169,193,0.5) 0%, transparent 70%);
    width: 40%;
}.metrics_summary_L::after {
    content: "";
    position: absolute;
    width: 40%;
    background: linear-gradient(45deg, rgb(124,124,171,0.5) 0%, transparent 70%);
    z-index: 1;
    transform: rotate(15deg) skewX(-15deg);
    left: -5%;
    height: 70%;
    filter: blur(20px);
    bottom: -10%;
}.metrics_summary_L ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    display: grid;
    gap: 2.5rem;
    margin: 0;
    list-style: none;
    padding: 0;
}.metrics_summary_L .expert_upgrade_o {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1),
                0 1px 3px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    height: 180px;
    justify-content: center;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    backdrop-filter: blur(5px);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1), box-shadow 0.5s ease;
}.metrics_summary_L .expert_upgrade_o:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15),
                0 1px 5px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
}.metrics_summary_L .expert_upgrade_o::before {
    right: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(170,169,193) 50%, 
        transparent 100%);
    content: "";
    left: 0;
    transform: scaleX(0.6);
    opacity: 0;
}.metrics_summary_L .expert_upgrade_o:hover::before {
    opacity: 1;
    transform: scaleX(1);
}.metrics_summary_L .expert_upgrade_o div {
    padding: 1.5rem;
    text-align: center;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.metrics_summary_L .expert_upgrade_o:hover div {
    transform: translateY(-5px);
}.metrics_summary_L .expert_upgrade_o p {
    -webkit-background-clip: text;
    font-weight: 700;
    transition: transform 0.3s ease;
    color: rgb(170,169,193);
    -webkit-text-fill-color: transparent;
    font-size: calc(28px * 1.2);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0 0 0.75rem;
    background: linear-gradient(135deg, rgb(170,169,193) 0%, rgb(124,124,171) 100%);
}.metrics_summary_L .expert_upgrade_o:hover p {
    transform: scale(1.05);
}.metrics_summary_L .expert_upgrade_o span {
    margin-left: auto;
    max-width: 90%;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    display: block;
    transition: color 0.3s ease;
    line-height: 1.4;
    margin-right: auto;
    margin-top: 0.5rem;
}.metrics_summary_L .expert_upgrade_o:hover span {
    color: #ffffff;
}.metrics_summary_L h4 {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 4rem;
    left: 50%;
    padding: 0.75rem 2rem;
    transform: translateX(-50%);
    color: #ffffff;
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(rgb(170,169,193,0.5), 0.1) 30%,
        rgba(rgb(170,169,193,0.5), 0.1) 70%, 
        transparent 100%);
}.metrics_summary_L h4::before, 
.metrics_summary_L h4::after {
    position: absolute;
    width: 50px;
    top: 50%;
    content: "";
    height: 1px;
    background: rgb(170,169,193,0.5);
}.metrics_summary_L h4::before {
    left: -60px;
}.metrics_summary_L h4::after {
    right: -60px;
}

@media (max-width: 991px) {.metrics_summary_L {
    padding: 4rem 0;
}.metrics_summary_L ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.metrics_summary_L .expert_upgrade_o {
    height: 160px;
}.metrics_summary_L .expert_upgrade_o p {
    font-size: calc(28px * 1.1);
}.metrics_summary_L h4 {
    margin-top: 3rem;
}
}

@media (max-width: 767px) {.metrics_summary_L {
    padding: 3rem 0;
}.metrics_summary_L ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}.metrics_summary_L .expert_upgrade_o {
    height: 140px;
}.metrics_summary_L .expert_upgrade_o p {
    font-size: 28px;
}.metrics_summary_L .expert_upgrade_o span {
    font-size: calc(14px * 0.9);
}.metrics_summary_L h4 {
    margin-top: 2.5rem;
    font-size: calc(23px * 0.9);
}.metrics_summary_L h4::before, 
    .metrics_summary_L h4::after {
    width: 30px;
}.metrics_summary_L h4::before {
    left: -40px;
}.metrics_summary_L h4::after {
    right: -40px;
}
}

@media (max-width: 479px) {.metrics_summary_L {
    padding: 2.5rem 0;
}.metrics_summary_L ul {
    gap: 1.25rem;
    grid-template-columns: 1fr;
}.metrics_summary_L .expert_upgrade_o {
    height: 120px;
}.metrics_summary_L .expert_upgrade_o div {
    padding: 1rem;
}.metrics_summary_L .expert_upgrade_o p {
    font-size: calc(28px * 0.9);
}.metrics_summary_L .expert_upgrade_o span {
    font-size: calc(14px * 0.85);
}.metrics_summary_L h4 {
    margin-top: 2rem;
    padding: 0.5rem 1.5rem;
    font-size: calc(23px * 0.85);
}.metrics_summary_L h4::before, 
    .metrics_summary_L h4::after {
    display: none;
}}

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

.metrics_summary_L .expert_upgrade_o:nth-child(1) {
    animation: fadeInScale 0.6s 0.1s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.metrics_summary_L .expert_upgrade_o:nth-child(2) {
    animation: fadeInScale 0.6s 0.2s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.metrics_summary_L .expert_upgrade_o:nth-child(3) {
    animation: fadeInScale 0.6s 0.3s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.metrics_summary_L .expert_upgrade_o:nth-child(4) {
    animation: fadeInScale 0.6s 0.4s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.metrics_summary_L .expert_upgrade_o:nth-child(5) {
    animation: fadeInScale 0.6s 0.5s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.metrics_summary_L .expert_upgrade_o:nth-child(6) {
    animation: fadeInScale 0.6s 0.6s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.metrics_summary_L .expert_upgrade_o:nth-child(7) {
    animation: fadeInScale 0.6s 0.7s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.offer_box_X {
    padding: 120px 0 80px;
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    position: relative;
    --card-accent: rgb(170,169,193);
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-border: linear-gradient(135deg, rgb(170,169,193), rgb(124,124,171));
    --pricing-bg: #f5f7fa;
    overflow: hidden;
    --card-bg: #ffffff;
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background-color: var(--pricing-bg);
}.offer_box_X::before {
    height: 50%;
    top: -10%;
    width: 35%;
    opacity: 0.5;
    right: -5%;
    transform: rotate(-15deg);
    position: absolute;
    background: linear-gradient(135deg, rgb(170,169,193,0.5), rgb(124,124,171,0.5));
    content: "";
    filter: blur(60px);
    z-index: 1;
}.offer_box_X::after {
    filter: blur(50px);
    width: 30%;
    opacity: 0.4;
    left: -5%;
    content: "";
    background: linear-gradient(225deg, rgb(124,124,171,0.5), rgb(170,169,193,0.5));
    height: 40%;
    bottom: -10%;
    z-index: 1;
    transform: rotate(15deg);
    position: absolute;
}.offer_box_X .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}.offer_box_X .tuition_grid_T {
    flex-direction: column;
    display: flex;
}.offer_box_X .bundle_rate_A {
    max-width: 800px;
    margin-bottom: 60px;
    margin-left: auto;
    text-align: center;
    order: -1;
    margin-right: auto;
}.offer_box_X .bundle_rate_A h2 {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 38px;
    color: #000000;
    font-weight: 700;
    position: relative;
}.offer_box_X .bundle_rate_A h2::after {
    left: 50%;
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(170,169,193), rgb(124,124,171));
}.offer_box_X .promo_plans_A {
    white-space: normal;
    max-width: 700px;
    font-size: calc(15px + 2px);
    word-wrap: break-word;
    margin: 0 auto;
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
}.offer_box_X .pricing_options_D {
    display: grid;
    width: 100%;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.offer_box_X .pricing_fees_Q {
    transition: transform var(--card-transition);
    transform: translateY(0);
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}.offer_box_X .pricing_fees_Q:hover {
    transform: translateY(-10px);
}.offer_box_X .learning_fees_J {
    overflow: hidden;
    flex-direction: column;
    box-shadow: var(--card-shadow);
    transition: box-shadow var(--card-transition);
    background-color: var(--card-bg);
    position: relative;
    border-radius: 14px;
    display: flex;
    height: 100%;
}.offer_box_X .pricing_fees_Q:hover .learning_fees_J {
    box-shadow: var(--card-hover-shadow);
}.offer_box_X .learning_fees_J::before {
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    top: 0;
    height: 5px;
    background: var(--card-border);
    transition: transform 0.5s ease;
    content: "";
    position: absolute;
    width: 100%;
}.offer_box_X .pricing_fees_Q:hover .learning_fees_J::before {
    transform: scaleX(1);
}.offer_box_X .bundle_price_k {
    flex-direction: column;
    padding: 35px 30px;
    z-index: 1;
    display: flex;
    flex-grow: 1;
    position: relative;
}.offer_box_X .bundle_price_k h3 {
    position: relative;
    margin-bottom: 15px;
    transition: color 0.3s ease;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    font-size: calc(22px + 2px);
}.offer_box_X .pricing_fees_Q:hover .bundle_price_k h3 {
    color: var(--card-accent);
}.offer_box_X .learning_plan_a {
    font-size: calc(22px + 6px);
    color: var(--card-accent);
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}.offer_box_X .learning_plan_a::after {
    height: 2px;
    width: 40px;
    content: "";
    position: absolute;
    bottom: -10px;
    transition: width 0.3s ease;
    background-color: var(--card-accent);
    left: 0;
}.offer_box_X .pricing_fees_Q:hover .learning_plan_a::after {
    width: 60px;
}.offer_box_X .bundle_price_k p {
    hyphens: auto;
    margin-top: 15px;
    overflow-wrap: break-word;
    flex-grow: 1;
    white-space: normal;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    word-wrap: break-word;
}.offer_box_X .img_circle_x {
    overflow: hidden;
    transition: transform 0.6s ease;
    height: 200px;
    width: 100%;
    position: relative;
}.offer_box_X .img_circle_x::after {
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    opacity: 0;
    top: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    transition: opacity 0.4s ease;
}.offer_box_X .pricing_fees_Q:hover .img_circle_x::after {
    opacity: 1;
}.offer_box_X .pricing_fees_Q:hover .img_circle_x {
    transform: scale(1.05);
}

@media (min-width: 992px) {.offer_box_X .tuition_grid_T {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.offer_box_X .bundle_rate_A {
    width: 30%;
    order: 0;
    margin: 0;
    text-align: left;
}.offer_box_X .bundle_rate_A h2 {
    display: block;
    text-align: left;
}.offer_box_X .bundle_rate_A h2::after {
    transform: none;
    left: 0;
}.offer_box_X .promo_plans_A {
    text-align: left;
    margin: 0;
}.offer_box_X .pricing_options_D {
    width: 70%;
}
}

@media (max-width: 991px) {.offer_box_X {
    padding: 80px 0 60px;
}.offer_box_X .pricing_options_D {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}
}

@media (max-width: 767px) {.offer_box_X {
    padding: 60px 0 40px;
}.offer_box_X .bundle_rate_A {
    margin-bottom: 40px;
}.offer_box_X .pricing_options_D {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.offer_box_X .bundle_price_k {
    padding: 25px 20px;
}.offer_box_X .bundle_price_k h3 {
    font-size: 22px;
}.offer_box_X .learning_plan_a {
    font-size: calc(22px + 2px);
}.offer_box_X .bundle_price_k p {
    font-size: calc(15px - 1px);
}.offer_box_X .img_circle_x {
    height: 180px;
}
}

@media (max-width: 480px) {.offer_box_X {
    padding: 50px 0 30px;
}.offer_box_X .bundle_rate_A h2 {
    font-size: calc(38px - 4px);
}.offer_box_X .promo_plans_A {
    font-size: 15px;
}.offer_box_X .bundle_price_k {
    padding: 20px 15px;
}.offer_box_X .img_circle_x {
    height: 160px;
}}.privacy_folio_N {
    background: linear-gradient(145deg, rgb(212,211,217), rgba(0, 0, 0, 0.5));
    position: relative;
    overflow: hidden;
    padding: 5rem 1.5rem;
}.privacy_folio_N::before {
    position: absolute;
    width: 100%;
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
    left: 0;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 75% 25%, rgb(124,124,171,0.5) 0%, transparent 60%);
    top: 0;
}.privacy_folio_N::after {
    background: radial-gradient(circle, rgb(170,169,193,0.5) 0%, transparent 70%);
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    right: -50px;
    bottom: -50px;
    z-index: 0;
    pointer-events: none;
    opacity: 0.12;
    width: 250px;
    content: "";
    height: 250px;
}.privacy_folio_N .container {
    z-index: 1;
    background: linear-gradient(to bottom right, 
                rgba(255, 255, 255, 0.1), 
                rgba(255, 255, 255, 0.03));
    border-left: 3px solid rgb(170,169,193);
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    backdrop-filter: blur(5px);
    position: relative;
    transform: translateZ(0);
}.privacy_folio_N h1 {
    position: relative;
    color: rgb(170,169,193);
    opacity: 0;
    animation: slideInRight 0.7s forwards 0.2s ease-out;
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 2rem;
    transform: translateX(-10px);
    display: inline-block;
}.privacy_folio_N h1::after {
    position: absolute;
    animation: expandWidth 0.6s forwards 0.9s ease-in-out;
    bottom: -8px;
    background: rgb(170,169,193);
    width: 70px;
    left: 0;
    height: 3px;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
}.privacy_folio_N h2 {
    padding-left: 20px;
    font-weight: 600;
    animation: slideInUp 0.5s forwards 0.4s ease-out;
    opacity: 0;
    margin: 3rem 0 1.5rem;
    transform: translateY(10px);
    font-size: 30px;
    color: rgb(124,124,171);
    position: relative;
}.privacy_folio_N h2::before {
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    left: 0;
    height: 10px;
    top: 50%;
    content: "";
    background: rgb(124,124,171);
    position: absolute;
}.privacy_folio_N h3 {
    font-weight: 600;
    position: relative;
    opacity: 0;
    padding-left: 18px;
    margin: 2.5rem 0 1.25rem;
    color: #000000;
    transform: translateY(8px);
    font-size: calc(30px * 0.85);
    animation: slideInUp 0.5s forwards 0.5s ease-out;
}.privacy_folio_N h3::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    position: absolute;
    width: 8px;
    background: #000000;
    height: 8px;
    left: 0;
}.privacy_folio_N h4 {
    transform: translateY(6px);
    font-size: calc(30px * 0.75);
    opacity: 0;
    padding-left: 16px;
    font-weight: 600;
    animation: slideInUp 0.5s forwards 0.6s ease-out;
    position: relative;
    margin: 2rem 0 1rem;
    color: #000000;
}.privacy_folio_N h4::before {
    height: 6px;
    left: 0;
    position: absolute;
    background: #000000;
    width: 6px;
    top: 50%;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}.privacy_folio_N p {
    animation: fadeIn 0.7s forwards 0.7s ease-out;
    max-width: 100%;
    opacity: 0;
    line-height: 1.7;
    transform: translateY(15px);
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 18px;
}.privacy_folio_N strong {
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
}.privacy_folio_N strong::after {
    height: 1px;
    bottom: -2px;
    left: 0;
    width: 100%;
    content: "";
    background: rgb(170,169,193,0.5);
    position: absolute;
}.privacy_folio_N ul {
    padding-left: 1.5rem;
    list-style: none;
    margin: 1.5rem 0 2rem;
    position: relative;
}.privacy_folio_N ul::before {
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(124,124,171,0.5), transparent);
    width: 2px;
    top: 0;
    position: absolute;
}.privacy_folio_N li {
    color: #000000;
    position: relative;
    opacity: 0;
    margin-bottom: 1rem;
    font-size: 18px;
    animation: slideInRight 0.5s forwards ease-out;
    transform: translateX(10px);
    line-height: 1.7;
    padding-left: 1rem;
}.privacy_folio_N li:nth-child(1) {
    animation-delay: 0.8s;
}.privacy_folio_N li:nth-child(2) {
    animation-delay: 0.9s;
}.privacy_folio_N li:nth-child(3) {
    animation-delay: 1s;
}.privacy_folio_N li::before {
    left: -4px;
    height: 8px;
    background: rgb(124,124,171);
    content: "";
    border-radius: 50%;
    width: 8px;
    transform: scale(0);
    top: 10px;
    position: absolute;
    animation-delay: calc(0.8s + var(--order) * 0.1s);
    animation: popIn 0.3s forwards ease-out;
}.privacy_folio_N li:nth-child(1)::before {
    --order: 1;
}.privacy_folio_N li:nth-child(2)::before {
    --order: 2;
}.privacy_folio_N li:nth-child(3)::before {
    --order: 3;
}.privacy_folio_N span {
    display: block;
    margin-bottom: 1.5rem;
    border-left: 1px solid rgb(124,124,171,0.5);
    position: relative;
    color: #000000;
    line-height: 1.7;
    padding-left: 1rem;
    animation: fadeIn 0.6s forwards 0.8s ease-out;
    font-size: 18px;
    opacity: 0;
    transform: translateY(10px);
    opacity: 0.9;
}

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

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

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

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

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.12;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.privacy_folio_N {
    padding: 3rem 1rem;
}.privacy_folio_N .container {
    padding: 1.5rem;
}.privacy_folio_N h1 {
    font-size: calc(44px * 0.85);
    margin-bottom: 1.5rem;
}.privacy_folio_N h2 {
    font-size: calc(30px * 0.9);
    margin: 2.25rem 0 1.25rem;
}.privacy_folio_N h3 {
    font-size: calc(30px * 0.75);
    margin: 2rem 0 1rem;
}.privacy_folio_N h4 {
    margin: 1.75rem 0 0.75rem;
    font-size: calc(30px * 0.65);
}.privacy_folio_N p, 
    .privacy_folio_N li,
    .privacy_folio_N span {
    font-size: calc(18px * 0.95);
}.privacy_folio_N ul {
    padding-left: 1rem;
}.privacy_folio_N li {
    padding-left: 0.75rem;
}
}

@media (max-width: 480px) {.privacy_folio_N {
    padding: 2.5rem 0.75rem;
}.privacy_folio_N .container {
    padding: 1.25rem;
}.privacy_folio_N h1 {
    margin-bottom: 1.25rem;
    font-size: calc(44px * 0.75);
}.privacy_folio_N h1::after {
    width: 50px;
    height: 2px;
}.privacy_folio_N h2 {
    margin: 2rem 0 1rem;
    font-size: calc(30px * 0.8);
    padding-left: 15px;
}.privacy_folio_N h2::before {
    height: 8px;
    width: 8px;
}.privacy_folio_N h3, 
    .privacy_folio_N h4 {
    padding-left: 12px;
}.privacy_folio_N h3::before,
    .privacy_folio_N h4::before {
    height: 6px;
    width: 6px;
}.privacy_folio_N p, 
    .privacy_folio_N li,
    .privacy_folio_N span {
    font-size: calc(18px * 0.9);
    line-height: 1.6;
}.privacy_folio_N ul::before {
    width: 1px;
}.privacy_folio_N li::before {
    height: 6px;
    left: -3px;
    width: 6px;
    top: 8px;
}
}