﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}.htop_sitewrap {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.Tgrant_info {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1169px;
    max-width: 100%;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}.Ywrapper-container {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.kcookieSettingsWindow {
    padding: 1rem 0;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    display: flex;
    overflow: hidden;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    justify-content: center;
    align-items: center;
    z-index: 90;
    position: fixed;
    background: rgb(197,196,202);
    border-top: 3px solid rgb(153,154,178);
}#icookiePopupWindow {
    display: none;
}#icookiePopupWindow:checked ~ .kcookieSettingsWindow {
    visibility: hidden;
    opacity: 0;
}.kcookieSettingsWindow .container {
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    z-index: 1;
    display: flex;
    padding: 0 15px;
    gap: 1rem;
    margin: 0 auto;
    max-width: 1140px;
    justify-content: space-between;
}.wcookie_box {
    display: flex;
    flex-shrink: 0;
    margin-right: 1rem;
    align-items: center;
}.wcookie_box svg {
    fill: rgb(153,154,178);
    height: 50px;
    width: 50px;
}.Yuser_default {
    margin-bottom: 20px;
    min-width: 300px;
    flex: 1;
}.Yuser_default h5 {
    font-weight: 600;
    color: rgb(153,154,178);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}.Yuser_default p {
    color: #000000;
    font-size: 1rem;
}.Ucookie_alerts {
    background: rgb(153,154,178);
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    border: none;
}.cookie_button.Kvisitor_controls {
    background: rgb(153,154,178);
}.cookie_button.Acookie_window {
    margin-left: 0.5rem;
    background: #000000;
}.Ucookie_alerts:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.Acookie_window:hover {
    background: rgb(153,154,178);
}.kcookieSettingsWindow p a {
    color: rgb(153,154,178);
    text-decoration: underline;
    transition: color 0.3s ease;
}.kcookieSettingsWindow p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.kcookieSettingsWindow .container {
    align-items: center;
    flex-direction: column;
}.wcookie_box {
    margin-bottom: 1rem;
    margin-right: 0;
}.Yuser_default {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.Acookie_window {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.Yexplore_now {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    background: linear-gradient(135deg, rgb(153,154,178,0.5) 0%, rgb(107,111,168) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0 90px;
}.Yexplore_now::before {
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.05) 0,
    rgba(255,255,255,0.05) 2px,
    transparent 2px,
    transparent 8px
  );
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
}.Yexplore_now::after {
    opacity: 0.1;
    height: 300px;
    background: radial-gradient(circle, rgb(153,154,178) 0%, transparent 70%);
    top: -150px;
    border-radius: 50%;
    right: -100px;
    width: 300px;
    content: "";
    position: absolute;
    z-index: 0;
}.Yexplore_now .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.Yexplore_now h2 {
    max-width: 800px;
    transform: translateY(0);
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 40px;
    font-size: clamp(1.8rem, 3vw, 33px);
    line-height: 1.3;
    position: relative;
}.Yexplore_now:hover h2 {
    transform: translateY(-5px);
}.Yexplore_now h2::after {
    height: 3px;
    content: "";
    width: 80px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    transform: scaleX(1);
    bottom: -12px;
    background: rgb(153,154,178);
    transform-origin: left;
    position: absolute;
}.Yexplore_now:hover h2::after {
    transform: scaleX(1.5);
}.Yexplore_now .hguide_values {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    align-items: center;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    background: rgba(255, 255, 255, 0.9);
    gap: 25px;
    display: flex;
    border-left: 3px solid rgb(153,154,178);
    position: relative;
}.Yexplore_now .hguide_values:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}.Yexplore_now svg {
    flex-shrink: 0;
    transform: scale(1);
    height: 48px;
    width: 48px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.Yexplore_now .hguide_values:hover svg {
    transform: scale(1.1) rotate(5deg);
}.Yexplore_now svg path {
    fill: rgb(153,154,178);
    transition: fill 0.3s ease;
}.Yexplore_now .hguide_values:hover svg path {
    fill: rgb(107,111,168);
}.Yexplore_now .hguide_values div {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
}.Yexplore_now .Lrequest_info {
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.5px;
    background: rgb(153,154,178);
    border: 2px solid rgb(153,154,178);
    overflow: hidden;
    font-weight: 600;
    padding: 14px 32px;
    position: relative;
    z-index: 1;
    display: inline-flex;
    transition: color 0.4s ease, border-color 0.4s ease;
    font-family: Arial, sans-serif;
}.Yexplore_now .Lrequest_info::before {
    transform: scaleX(0);
    width: 100%;
    left: 0;
    z-index: -1;
    background: #ffffff;
    top: 0;
    height: 100%;
    transform-origin: right;
    content: "";
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.Yexplore_now .Lrequest_info:hover {
    color: rgb(153,154,178);
    border-color: rgb(153,154,178);
}.Yexplore_now .Lrequest_info:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.Yexplore_now .Lrequest_info::after {
    margin-left: -15px;
    opacity: 0;
    content: "→";
    transition: opacity 0.3s ease, margin-left 0.3s ease;
}.Yexplore_now .Lrequest_info:hover::after {
    opacity: 1;
    margin-left: 8px;
}

@media (max-width: 991px) {.Yexplore_now {
    padding: 80px 0 70px;
}.Yexplore_now h2 {
    margin-bottom: 30px;
}.Yexplore_now .hguide_values {
    padding: 25px;
}
}

@media (max-width: 767px) {.Yexplore_now {
    padding: 60px 0 50px;
}.Yexplore_now h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
}.Yexplore_now .hguide_values {
    align-items: flex-start;
    gap: 20px;
    padding: 25px 20px;
    flex-direction: column;
}.Yexplore_now .hguide_values div {
    justify-content: center;
    width: 100%;
}.Yexplore_now .Lrequest_info {
    width: 100%;
    padding: 12px 24px;
}
}

@media (max-width: 480px) {.Yexplore_now {
    padding: 50px 0 40px;
}.Yexplore_now h2 {
    font-size: 1.5rem;
}.Yexplore_now .hguide_values {
    padding: 20px 15px;
}.Yexplore_now svg {
    height: 36px;
    width: 36px;
}.Yexplore_now .Lrequest_info {
    padding: 10px 20px;
}}.hour_team {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 120px 0 80px;
}.hour_team::before {
    background: linear-gradient(135deg, rgb(153,154,178,0.5), rgba(0, 0, 0, 0.5) 85%);
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
}.hour_team::after {
    z-index: -1;
    background: rgb(107,111,168);
    transform: rotate(45deg);
    animation: float 15s ease-in-out infinite;
    right: -50px;
    position: absolute;
    width: 200px;
    top: -50px;
    content: "";
    height: 200px;
    opacity: 0.15;
}.hour_team h4 {
    transition: transform 0.5s ease;
    text-transform: uppercase;
    font-size: 38px;
    text-align: center;
    transform: translateY(0);
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 2px;
}.hour_team h4::after {
    left: 50%;
    background: rgb(153,154,178);
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    bottom: -15px;
}.hour_team .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.hour_team .mtext_frame {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(0);
    border-left: 5px solid rgb(153,154,178);
    padding: 50px 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}.hour_team .mtext_frame::before {
    background: linear-gradient(45deg, transparent 49.5%, rgb(107,111,168,0.5) 49.5%, rgb(107,111,168,0.5) 50.5%, transparent 50.5%);
    height: 100%;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    top: 0;
    left: 0;
    background-size: 20px 20px;
    z-index: -1;
    content: "";
}.hour_team .mtext_frame h6 {
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 30px;
    color: rgb(153,154,178);
    font-weight: 700;
    font-size: calc(18px * 1.2);
    padding-bottom: 15px;
}.hour_team .mtext_frame h6::after {
    left: 0;
    position: absolute;
    transform: scaleX(1);
    transform-origin: left;
    content: "";
    bottom: 0;
    height: 2px;
    background: rgb(107,111,168);
    transition: transform 0.4s ease;
    width: 60px;
}.hour_team .mtext_frame div {
    position: relative;
}.hour_team .mtext_frame span {
    column-gap: 40px;
    color: #000000;
    line-height: 1.8;
    position: relative;
    display: block;
    font-weight: 400;
    text-align: justify;
    font-size: 16px;
    column-count: 1;
}

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

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

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

@media screen and (max-width: 767px) {.hour_team {
    padding: 80px 0 60px;
}.hour_team h4 {
    font-size: 38px;
    margin-bottom: 30px;
}.hour_team .mtext_frame {
    padding: 30px 25px;
}.hour_team .mtext_frame h6 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}.hour_team .mtext_frame span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}.Dcontact_form_section {
    padding: 100px 0;
    background: linear-gradient(120deg, rgb(197,196,202), rgba(rgb(153,154,178), 0.03));
    overflow: hidden;
    position: relative;
}.Dcontact_form_section::before {
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(153,154,178), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(107,111,168), 0.05) 0%, transparent 50%);
    content: "";
    top: 0;
}.Dcontact_form_section::after {
    animation: backgroundShift 30s linear infinite;
    z-index: 1;
    content: "";
    position: absolute;
    background-position: center center;
    left: 0;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(153,154,178), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(153,154,178), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(107,111,168), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(153,154,178), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(107,111,168), 0.04) 0%, transparent 30%);
    top: 0;
    width: 100%;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.Dcontact_form_section .container {
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
    z-index: 2;
    margin: 0 auto;
}.Dcontact_form_section h2 {
    perspective: 1000px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
    display: inline-block;
    font-size: 29px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    color: #000000;
    margin-bottom: 15px;
}.Dcontact_form_section h2::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(153,154,178), transparent);
    bottom: -10px;
    height: 2px;
    content: "";
    left: 0;
}.Dcontact_form_section .dinquiry_support {
    display: flex;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    perspective: 1000px;
    border-radius: 16px;
    margin-top: 60px;
    transform-style: preserve-3d;
    overflow: hidden;
    background: #ffffff;
}.Dcontact_form_section .dinquiry_support::before {
    height: 5px;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(153,154,178), rgb(107,111,168));
    position: absolute;
    z-index: 3;
}.Dcontact_form_section .ninline_image {
    min-height: 500px;
    transform: translateZ(0);
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
}.Dcontact_form_section .ninline_image::before {
    z-index: 1;
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    background: linear-gradient(210deg, rgba(rgb(153,154,178), 0.5), rgba(rgb(107,111,168), 0.5));
    inset: 0;
}.Dcontact_form_section .ninline_image::after {
    top: -100%;
    height: 300%;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    content: "";
    animation: shine 6s infinite ease-in-out;
    left: -100%;
    z-index: 2;
    width: 300%;
    position: absolute;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.Dcontact_form_section .hinquiry_query {
    padding: 60px 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    position: relative;
    flex: 0 0 55%;
    backdrop-filter: blur(10px);
}.Dcontact_form_section .hinquiry_query::before {
    width: 500px;
    z-index: 0;
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.5;
    right: 0;
    height: 500px;
    border-radius: 50%;
    background: 
        radial-gradient(circle, rgba(rgb(153,154,178), 0.03) 0%, transparent 70%);
}.Dcontact_form_section form {
    z-index: 3;
    position: relative;
}.Dcontact_form_section form h3 {
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 35px;
    font-size: 22px;
    position: relative;
    color: #000000;
}.Dcontact_form_section form h3::after {
    background: rgb(153,154,178);
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    bottom: -15px;
    height: 2px;
}.Dcontact_form_section form input[type="text"] {
    font-size: 12px;
    margin-bottom: 25px;
    padding: 18px 25px;
    background: rgba(rgb(197,196,202), 0.5);
    color: #000000;
    backdrop-filter: blur(5px);
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(rgb(153,154,178), 0.1);
    transition: all 0.3s ease;
}.Dcontact_form_section form input[type="text"]:focus {
    background: rgba(#ffffff, 0.9);
    border-color: rgb(153,154,178);
    outline: none;
    box-shadow: 0 0 0 4px rgba(rgb(153,154,178), 0.1);
}.Dcontact_form_section form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.Dcontact_form_section form input[type="text"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.Dcontact_form_section .Sconnect_grid {
    margin-bottom: 30px;
    display: flex;
    position: relative;
}.Dcontact_form_section .Sconnect_grid input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.Dcontact_form_section .Sconnect_grid label {
    cursor: pointer;
    font-size: 13px;
    padding-left: 35px;
    color: #000000;
    position: relative;
    line-height: 1.5;
}.Dcontact_form_section .Sconnect_grid label::before {
    left: 0;
    width: 22px;
    top: 0;
    background: rgba(#ffffff, 0.6);
    border-radius: 4px;
    content: "";
    border: 1px solid rgba(rgb(153,154,178), 0.3);
    height: 22px;
    transition: all 0.3s ease;
    position: absolute;
}.Dcontact_form_section .Sconnect_grid input[type="checkbox"]:checked + label::before {
    background: rgb(153,154,178);
    border-color: rgb(153,154,178);
}.Dcontact_form_section .Sconnect_grid input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    left: 8px;
    border: solid #ffffff;
    content: "";
    width: 6px;
    top: 4px;
    border-width: 0 2px 2px 0;
    position: absolute;
    height: 12px;
}.Dcontact_form_section .Sconnect_grid label a {
    color: rgb(153,154,178);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
}.Dcontact_form_section .Sconnect_grid label a::after {
    background: rgb(153,154,178);
    content: "";
    bottom: -2px;
    transform: scaleX(0);
    left: 0;
    height: 1px;
    position: absolute;
    transform-origin: right;
    transition: transform 0.3s ease;
    width: 100%;
}.Dcontact_form_section .Sconnect_grid label a:hover {
    color: rgb(107,111,168);
}.Dcontact_form_section .Sconnect_grid label a:hover::after {
    background: rgb(107,111,168);
    transform: scaleX(1);
    transform-origin: left;
}.Dcontact_form_section .Lrequest_info {
    z-index: 1;
    font-weight: 600;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 16px 40px;
    letter-spacing: 0.5px;
    position: relative;
    cursor: pointer;
    background: rgb(153,154,178);
    color: #ffffff;
    font-size: 15px;
}.Dcontact_form_section .Lrequest_info::before {
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    transition: opacity 0.3s ease;
    width: 100%;
    background: linear-gradient(45deg, rgb(153,154,178), rgb(107,111,168));
    position: absolute;
    opacity: 0;
}.Dcontact_form_section .Lrequest_info:hover::before {
    opacity: 1;
}.Dcontact_form_section .Lrequest_info::after {
    transition: all 0.5s ease;
    left: -10px;
    border-radius: 50%;
    z-index: -1;
    width: 50px;
    position: absolute;
    transform: scale(0);
    top: -50%;
    content: "";
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
}.Dcontact_form_section .Lrequest_info:hover::after {
    opacity: 0;
    transform: scale(4);
}.Dcontact_form_section svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 2px rgba(rgb(153,154,178), 0.3));
    width: 22px;
    stroke-width: 2;
    stroke: rgb(153,154,178);
    fill: none;
    height: 22px;
}.Dcontact_form_section svg path {
    stroke-width: 2;
    transition: all 0.3s ease;
    stroke: rgb(153,154,178);
}.Dcontact_form_section svg:hover,
.Dcontact_form_section svg:hover path {
    stroke: rgb(107,111,168);
    transform: translateY(-2px);
}.Dcontact_form_section form input {
    border: 1px solid rgb(153,154,178);
}

@media (max-width: 1024px) {.Dcontact_form_section {
    padding: 80px 0;
}.Dcontact_form_section .dinquiry_support {
    margin-top: 50px;
}.Dcontact_form_section .ninline_image {
    min-height: 450px;
}.Dcontact_form_section .hinquiry_query {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.Dcontact_form_section {
    padding: 60px 0;
}.Dcontact_form_section .dinquiry_support {
    margin-top: 40px;
    flex-direction: column;
}.Dcontact_form_section .ninline_image {
    width: 100%;
    min-height: 300px;
}.Dcontact_form_section .hinquiry_query {
    width: 100%;
    padding: 40px 30px;
}.Dcontact_form_section form h3 {
    margin-bottom: 30px;
}.Dcontact_form_section form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.Dcontact_form_section .Sconnect_grid {
    margin-bottom: 25px;
}.Dcontact_form_section .Lrequest_info {
    padding: 14px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.Dcontact_form_section {
    padding: 50px 0;
}.Dcontact_form_section h2 {
    font-size: calc(29px * 0.85);
}.Dcontact_form_section .dinquiry_support {
    margin-top: 30px;
    border-radius: 12px;
}.Dcontact_form_section .ninline_image {
    min-height: 220px;
}.Dcontact_form_section .hinquiry_query {
    padding: 30px 20px;
}.Dcontact_form_section form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.Dcontact_form_section form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.Dcontact_form_section .Sconnect_grid {
    margin-bottom: 20px;
}.Dcontact_form_section .Sconnect_grid label {
    font-size: calc(13px * 0.9);
}.Dcontact_form_section .Lrequest_info {
    padding: 12px 20px;
}}.Tgrant_info {
    padding: 5rem 0 1rem;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(153,154,178,0.5) 100%);
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.Tgrant_info::before {
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(153,154,178,0.5) 0%, transparent 50%);
    bottom: 0;
    z-index: -1;
    right: 0;
    top: 0;
    content: '';
}.Tgrant_info::after {
    position: absolute;
    z-index: 2;
    left: 0;
    animation: glowLine 3s infinite alternate;
    top: 0;
    height: 3px;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(153,154,178), transparent);
    content: '';
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.Tgrant_info .container {
    position: relative;
    z-index: 2;
}.Tgrant_info .Vart_portal {
    flex-direction: column;
    display: flex;
    gap: 3rem;
}.Tgrant_info .rget_contactbox {
    gap: 2rem;
    backdrop-filter: blur(8px);
    position: relative;
    justify-content: center;
    border: 1px solid rgb(107,111,168,0.5);
    display: flex;
    margin-bottom: 1rem;
    padding: 1.5rem;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}.Tgrant_info .rget_contactbox::before {
    transform: translateX(-50%);
    content: '';
    width: 50%;
    top: -2px;
    left: 50%;
    animation: scanLine 4s infinite linear;
    background: linear-gradient(90deg, transparent, rgb(107,111,168), transparent);
    position: absolute;
    height: 2px;
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.Tgrant_info .info_item {
    max-width: 300px;
    flex: 1;
    text-align: center;
    transition: transform 0.3s ease;
    min-width: 200px;
}.Tgrant_info .info_item:hover {
    transform: translateY(-5px);
}.Tgrant_info .info_item p, 
.Tgrant_info .info_item a {
    color: #ffffff;
    gap: 0.5rem;
    padding: 0.75rem;
    border: 1px solid transparent;
    display: flex;
    font-size: calc(16px - 2px);
    transition: all 0.3s ease;
    border-radius: 10px;
    align-items: center;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    text-decoration: none;
    justify-content: center;
}.Tgrant_info .info_item svg {
    transition: fill 0.3s ease;
    fill: rgb(107,111,168);
    width: 1.25rem;
    height: 1.25rem;
}.Tgrant_info .info_item a:hover {
    background: #000000;
    border-color: rgb(153,154,178,0.5);
    box-shadow: 0 0 15px rgb(153,154,178,0.5);
}.Tgrant_info .info_item a:hover svg {
    fill: rgb(153,154,178);
}.Tgrant_info .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    display: grid;
}.Tgrant_info .btop_train {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex-direction: column;
}.Tgrant_info .btop_train svg {
    height: auto;
    filter: drop-shadow(0 0 5px rgb(153,154,178,0.5));
    max-width: 180px;
    transition: filter 0.3s ease;
}.Tgrant_info .btop_train svg:hover {
    filter: drop-shadow(0 0 10px rgb(153,154,178));
}.Tgrant_info .Vpeer_help {
    line-height: 1.5;
    font-size: calc(15px - 1px);
    max-width: 280px;
    opacity: 0.7;
    color: #ffffff;
}.Tgrant_info .ltop_nav {
    display: flex;
    gap: 1.25rem;
    flex-direction: column;
}.Tgrant_info .ltop_nav h5 {
    margin-bottom: 0.5rem;
    padding-bottom: 0.75rem;
    color: #ffffff;
    position: relative;
    font-size: 19px;
    font-weight: 600;
}.Tgrant_info .ltop_nav h5::after {
    bottom: 0;
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    background: rgb(107,111,168);
    height: 2px;
    content: '';
}.Tgrant_info .ltop_nav:hover h5::after {
    width: 80px;
}.Tgrant_info .khead_study {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}.Tgrant_info .khead_study a {
    position: relative;
    color: #ffffff;
    padding-left: 1rem;
    font-size: 16px;
    transition: all 0.3s ease;
    opacity: 0.8;
    text-decoration: none;
}.Tgrant_info .khead_study a::before {
    transition: all 0.3s ease;
    left: 0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    background: rgb(107,111,168);
    content: '';
}.Tgrant_info .khead_study a:hover {
    transform: translateX(5px);
    color: rgb(153,154,178);
    opacity: 1;
}.Tgrant_info .khead_study a:hover::before {
    width: 7px;
    height: 7px;
    box-shadow: 0 0 8px rgb(153,154,178);
    background: rgb(153,154,178);
}.Tgrant_info .subscribe_holder {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    padding: 1.5rem;
    display: flex;
    position: relative;
    gap: 1.25rem;
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgb(107,111,168,0.5);
}.Tgrant_info .subscribe_holder::before {
    top: 0;
    z-index: -1;
    bottom: 0;
    position: absolute;
    opacity: 0.1;
    right: 0;
    left: 0;
    background: radial-gradient(circle at top right, rgb(153,154,178,0.5) 0%, transparent 70%);
    content: '';
}.Tgrant_info .subscribe_holder h5 {
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
}.Tgrant_info .subscribe_holder p {
    font-size: calc(16px - 1px);
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
}.Tgrant_info .input_holder {
    position: relative;
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}.Tgrant_info .input_holder input[type="email"] {
    font-size: 16px;
    border: 1px solid rgb(107,111,168,0.5);
    border-radius: 10px;
    padding: 0.875rem 1rem;
    transition: all 0.3s ease;
    width: 100%;
    flex: 1;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
}.Tgrant_info .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(153,154,178,0.5);
    outline: none;
    border-color: rgb(153,154,178);
}.Tgrant_info .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #ffffff;
}.Tgrant_info .Hsub_widget {
    transition: all 0.3s ease;
    background: rgb(153,154,178);
    border: none;
    padding: 0.875rem 1.5rem;
    font-size: 14px;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    width: 100%;
    color: #ffffff;
    border-radius: 10px;
}.Tgrant_info .Hsub_widget::before {
    content: '';
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    transition: left 0.7s ease;
    height: 100%;
    top: 0;
}.Tgrant_info .Hsub_widget:hover {
    background: rgb(107,111,168);
    box-shadow: 0 0 15px rgb(107,111,168,0.5);
    transform: translateY(-2px);
}.Tgrant_info .Hsub_widget:hover::before {
    left: 100%;
}.Tgrant_info .bfooter_address {
    position: relative;
    text-align: center;
    border-top: 1px solid rgb(107,111,168,0.5);
    padding-top: 1.5rem;
    margin-top: 3rem;
}.Tgrant_info .bfooter_address::before {
    content: '';
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(107,111,168,0.5), transparent);
    left: 0;
    position: absolute;
    top: -1px;
}.Tgrant_info .idonate_btn {
    opacity: 0.7;
    color: #ffffff;
    font-size: 15px;
}

@media (max-width: 1024px) {.Tgrant_info {
    padding: 4rem 0 1rem;
}.Tgrant_info .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.Tgrant_info .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.Tgrant_info .input_holder {
    flex-direction: row;
}.Tgrant_info .Hsub_widget {
    width: auto;
}
}

@media (max-width: 768px) {.Tgrant_info {
    padding: 3rem 0 1rem;
}.Tgrant_info .rget_contactbox {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}.Tgrant_info .info_item {
    min-width: 100%;
}.Tgrant_info .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.Tgrant_info .subscribe_holder {
    grid-column: auto;
}.Tgrant_info .btop_train {
    align-items: center;
    text-align: center;
}.Tgrant_info .Vpeer_help {
    text-align: center;
    max-width: 100%;
}.Tgrant_info .ltop_nav h5 {
    text-align: center;
}.Tgrant_info .ltop_nav h5::after {
    left: 50%;
    transform: translateX(-50%);
}.Tgrant_info .khead_study {
    align-items: center;
}.Tgrant_info .khead_study a {
    text-align: center;
}.Tgrant_info .khead_study a:hover {
    transform: translateY(-2px);
}.Tgrant_info .input_holder {
    flex-direction: column;
}.Tgrant_info .Hsub_widget {
    width: 100%;
}
}

@media (max-width: 480px) {.Tgrant_info {
    padding: 2.5rem 0 1rem;
}.Tgrant_info .info_item p, 
    .Tgrant_info .info_item a {
    font-size: calc(16px - 3px);
}.Tgrant_info .ltop_nav h5, 
    .Tgrant_info .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}.Tgrant_info .khead_study a, 
    .Tgrant_info .subscribe_holder p {
    font-size: calc(16px - 2px);
}.Tgrant_info .idonate_btn {
    font-size: calc(15px - 2px);
}}.Peducation_history {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(197,196,202) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}.Peducation_history::before {
    opacity: 0.2;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    animation: rotateBg 30s linear infinite;
    background: conic-gradient(from 45deg at 50% 50%, transparent 0deg, rgb(153,154,178,0.5) 90deg, transparent 180deg, rgb(107,111,168,0.5) 270deg, transparent 360deg);
    position: absolute;
}@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.Peducation_history .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    z-index: 1;
    max-width: 1200px;
}.Peducation_history .ylearner_feedback {
    border-radius: 13px;
    background-color: rgba(0, 0, 0, 0.5);
    display: grid;
    grid-gap: 1.5rem;
    transition: transform 0.3s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    grid-template-columns: minmax(250px, 35%) 1fr;
    grid-template-areas:
        "photo quote"
        "photo name"
        "photo job";
    backdrop-filter: blur(8px);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
}.Peducation_history .ylearner_feedback:hover {
    transform: perspective(1000px) rotateX(0);
}.Peducation_history .ninline_image {
    grid-area: photo;
    transition: transform 0.3s ease;
    min-height: 350px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    border-radius: 13px;
    height: 100%;
    transform: translateZ(20px);
}.Peducation_history .ylearner_feedback:hover .ninline_image {
    transform: translateZ(30px);
}.Peducation_history .name {
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-size: 30px;
    transform: translateZ(10px);
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    grid-area: name;
}.Peducation_history .ylearner_feedback span:not(.name) {
    transform: translateZ(5px);
    font-size: 19px;
    grid-area: job;
    font-weight: 600;
    color: rgb(107,111,168);
    margin-bottom: 1rem;
}.Peducation_history .dwork_items {
    position: relative;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    transform: translateZ(15px);
    padding: 1.5rem;
    line-height: 1.6;
    grid-area: quote;
    color: #ffffff;
    font-size: 15px;
    border-radius: 10px;
    border-left: 4px solid rgb(153,154,178);
}.Peducation_history .dwork_items::before {
    left: 0;
    position: absolute;
    content: "";
    border-radius: 10px;
    width: 100%;
    top: 0;
    mix-blend-mode: overlay;
    height: 100%;
    background: linear-gradient(90deg, rgb(153,154,178,0.5) 0%, transparent 100%);
    opacity: 0.1;
}

@media (max-width: 991px) {.Peducation_history .ylearner_feedback {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
            "photo photo"
            "name job"
            "quote quote";
}.Peducation_history .ninline_image {
    clip-path: polygon(0 0, 100% 0, 95% 95%, 5% 95%);
    min-height: 300px;
}
}

@media (max-width: 767px) {.Peducation_history {
    padding: 3rem 0;
}.Peducation_history .ylearner_feedback {
    grid-template-columns: 1fr;
    grid-template-areas:
            "ninline_image"
            "name"
            "wjob_content"
            "dwork_items";
    padding: 2rem;
}.Peducation_history .ninline_image {
    min-height: 250px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}}.eclient_comments {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(197,196,202) 0%, #ffffff 100%);
    padding: 4rem 0;
    position: relative;
}.eclient_comments::before {
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(107,111,168,0.5) 0px,
        rgb(107,111,168,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.eclient_comments::after {
    width: 35%;
    background: rgb(153,154,178);
    opacity: 0.08;
    content: "";
    height: 35%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    right: -10%;
    top: -10%;
    position: absolute;
    z-index: 0;
    transform: rotate(-15deg);
}.eclient_comments h2 {
    margin-bottom: 3rem;
    opacity: 1;
    font-size: 30px;
    font-weight: 700;
    z-index: 3;
    position: relative;
    transform: translateY(0);
    color: #000000;
    text-align: center;
    animation: titleAppear 0.8s ease-out;
}.eclient_comments h2::after {
    bottom: -10px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(153,154,178) 0%, rgb(107,111,168) 100%);
    height: 4px;
    width: 80px;
    transform: translateX(-50%) skewX(-20deg);
    content: "";
}.eclient_comments .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.eclient_comments .hguide_values {
    position: relative;
    overflow: hidden;
}.eclient_comments .Clearn_ratings {
    z-index: 3;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
}.eclient_comments .ylearner_feedback {
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
    opacity: 0;
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03);
    border-left: 4px solid rgb(107,111,168);
    position: relative;
    animation-delay: calc(var(--animation-order, 0) * 0.15s);
    animation: reviewAppear 0.6s ease-out forwards;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
}.eclient_comments .ylearner_feedback:nth-child(1) {
    --animation-order: 1;
}.eclient_comments .ylearner_feedback:nth-child(2) {
    --animation-order: 2;
}.eclient_comments .ylearner_feedback:nth-child(3) {
    --animation-order: 3;
}.eclient_comments .ylearner_feedback:nth-child(4) {
    --animation-order: 4;
}.eclient_comments .ylearner_feedback:nth-child(5) {
    --animation-order: 5;
}.eclient_comments .ylearner_feedback:nth-child(6) {
    --animation-order: 6;
}.eclient_comments .ylearner_feedback:nth-child(7) {
    --animation-order: 7;
}.eclient_comments .ylearner_feedback::before {
    content: "";
    position: absolute;
    color: rgb(107,111,168);
    font-family: Arial, sans-serif;
    line-height: 1;
    left: 20px;
    top: -15px;
    opacity: 0.2;
    font-size: 100px;
}.eclient_comments .ylearner_feedback:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.04);
    transform: translateY(-5px) scale(1.02);
    border-left-color: rgb(153,154,178);
}.eclient_comments .ylearner_feedback h3 {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    font-size: calc(20px * 1.05);
    margin-bottom: 0.8rem;
    position: relative;
}.eclient_comments .ylearner_feedback h3::after {
    left: 0;
    transition: width 0.3s ease-out 0.1s;
    width: 0;
    content: "";
    background: linear-gradient(90deg, rgb(153,154,178) 0%, rgb(107,111,168) 100%);
    position: absolute;
    bottom: -4px;
    height: 2px;
}.eclient_comments .ylearner_feedback:hover h3::after {
    width: 100%;
}.eclient_comments .ylearner_feedback .description {
    z-index: 2;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    font-size: 13px;
}.eclient_comments .ylearner_feedback div {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
                clip-path 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-left: auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 0;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    width: 60px;
    height: 60px;
}.eclient_comments .ylearner_feedback:hover div {
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    transform: rotate(15deg) scale(1.1);
}.eclient_comments .ylearner_feedback div img {
    width: 100%;
    transition: transform 0.5s ease-out;
    object-fit: cover;
    height: 100%;
}.eclient_comments .ylearner_feedback:hover div img {
    transform: scale(1.1);
}

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

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

@media (max-width: 992px) {.eclient_comments {
    padding: 3rem 0;
}.eclient_comments h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2.5rem;
}.eclient_comments .Clearn_ratings {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.eclient_comments .ylearner_feedback {
    padding: 1.75rem;
}
}

@media (max-width: 768px) {.eclient_comments {
    padding: 2.5rem 0;
}.eclient_comments h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.85);
}.eclient_comments h2::after {
    width: 60px;
}.eclient_comments .Clearn_ratings {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.25rem;
}.eclient_comments .ylearner_feedback::before {
    font-size: 80px;
}
}

@media (max-width: 576px) {.eclient_comments {
    padding: 2rem 0;
}.eclient_comments h2 {
    padding: 0 0.5rem;
    font-size: calc(30px * 0.8);
    margin-bottom: 1.5rem;
}.eclient_comments .container {
    padding: 0 15px;
}.eclient_comments .ylearner_feedback {
    padding: 1.5rem;
}.eclient_comments .ylearner_feedback h3 {
    font-size: calc(20px * 0.95);
}.eclient_comments .ylearner_feedback .description {
    font-size: calc(13px * 0.95);
}.eclient_comments .ylearner_feedback div {
    width: 50px;
    height: 50px;
}}.Beducational_rewards {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(210deg, #000000 0%, rgb(197,196,202) 100%);
    position: relative;
}.Beducational_rewards::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(153,154,178,0.5),
        rgb(153,154,178,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 140%;
    transform: rotate(15deg);
    left: -20%;
    top: -50%;
    height: 200%;
    animation: gridMove 40s linear infinite;
    position: absolute;
    content: '';
    opacity: 0.07;
}.Beducational_rewards::after {
    filter: blur(80px);
    border-radius: 50%;
    background: radial-gradient(circle, rgb(107,111,168,0.5) 0%, transparent 70%);
    bottom: -300px;
    width: 600px;
    animation: pulse 15s infinite alternate;
    right: -300px;
    content: '';
    height: 600px;
    position: absolute;
}.Beducational_rewards .hguide_values {
    grid-template-columns: 1fr 1.2fr;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    gap: 70px;
    display: grid;
}.Beducational_rewards .ninline_image {
    overflow: hidden;
    transform: perspective(1200px) rotateY(5deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    transition: transform 0.7s ease;
    position: relative;
    min-height: 550px;
    border-radius: 16px;
}.Beducational_rewards .ninline_image::before {
    inset: 0;
    content: '';
    z-index: 2;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    position: absolute;
}.Beducational_rewards .ninline_image::after {
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    z-index: 3;
    background: linear-gradient(to bottom, transparent 70%, rgb(153,154,178,0.5) 100%);
}.Beducational_rewards .ninline_image:hover {
    transform: perspective(1200px) rotateY(0deg);
}.Beducational_rewards .mtext_frame {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}.Beducational_rewards .mtext_frame::before {
    right: -30px;
    top: -30px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    height: 150px;
    border: 2px solid rgb(153,154,178,0.5);
    opacity: 0.3;
    content: '';
    animation: morphing 10s linear infinite;
    width: 150px;
    position: absolute;
    z-index: -1;
}.Beducational_rewards h2 {
    display: inline-block;
    margin-bottom: 35px;
    color: #ffffff;
    font-size: 31px;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
}.Beducational_rewards h2::before {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: -30px;
    background-color: rgb(153,154,178);
    width: 20px;
    height: 2px;
    content: '';
}.Beducational_rewards .text_main_holder {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 30px;
}.Beducational_rewards .text_main_holder > div {
    position: relative;
    display: flex;
    padding: 25px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    align-items: center;
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
}.Beducational_rewards .text_main_holder > div::before {
    opacity: 0.8;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(153,154,178), rgb(107,111,168));
    top: 0;
    left: 0;
    content: '';
    width: 5px;
    transition: width 0.3s ease;
}.Beducational_rewards .text_main_holder > div::after {
    bottom: 0;
    content: '';
    right: 0;
    position: absolute;
    width: 30%;
    background: linear-gradient(to right, transparent, rgb(153,154,178,0.5));
    height: 1px;
}.Beducational_rewards .text_main_holder > div:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.Beducational_rewards .text_main_holder > div:hover::before {
    width: 10px;
}.Beducational_rewards .text_main_holder svg {
    transform: translateY(-2px);
    flex-shrink: 0;
    width: 32px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
    height: 32px;
}.Beducational_rewards .text_main_holder > div:hover svg {
    transform: translateY(-2px) scale(1.1);
}.Beducational_rewards .text_main_holder svg path {
    fill: rgb(107,111,168);
    transition: fill 0.3s ease;
}.Beducational_rewards .text_main_holder > div:hover svg path {
    fill: rgb(153,154,178);
}.Beducational_rewards .text_main_holder p {
    z-index: 1;
    font-size: 18px;
    position: relative;
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
}

@keyframes gridMove {
    0% {
        transform: translateX(0) rotate(15deg);
    }
    100% {
        transform: translateX(50px) rotate(15deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(0.95);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.05);
    }
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 1100px) {.Beducational_rewards .hguide_values {
    grid-template-columns: 1fr;
    gap: 50px;
}.Beducational_rewards .ninline_image {
    min-height: 450px;
    transform: perspective(1200px) rotateY(0);
}
}

@media (max-width: 768px) {.Beducational_rewards {
    padding: 80px 0;
}.Beducational_rewards .ninline_image {
    min-height: 350px;
}.Beducational_rewards h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 30px;
}.Beducational_rewards .text_main_holder {
    gap: 20px;
    grid-template-columns: 1fr;
}.Beducational_rewards .text_main_holder > div {
    padding: 20px;
}.Beducational_rewards .text_main_holder svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 576px) {.Beducational_rewards {
    padding: 60px 0;
}.Beducational_rewards .hguide_values {
    gap: 40px;
}.Beducational_rewards .ninline_image {
    min-height: 280px;
}.Beducational_rewards h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 25px;
}.Beducational_rewards h2::before {
    width: 15px;
    left: -20px;
}.Beducational_rewards .text_main_holder > div {
    gap: 12px;
    padding: 15px;
}.Beducational_rewards .text_main_holder svg {
    width: 24px;
    height: 24px;
}}.yoffer_box {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(197,196,202) 0%, rgb(107,111,168,0.5) 100%);
    padding: 6rem 0;
}.yoffer_box::before {
    pointer-events: none;
    top: 0;
    z-index: 1;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(153,154,178), 0.03) 40px, rgba(rgb(153,154,178), 0.03) 80px);
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
}.yoffer_box .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1320px;
    padding: 0 1.5rem;
}.yoffer_box .zbundle_price {
    flex-direction: column-reverse;
    display: flex;
    gap: 2.5rem;
}.yoffer_box .Cqtr_cost {
    transform: translateY(0);
    margin: 0 auto;
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 600px;
    background: rgba(#ffffff, 0.9);
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.yoffer_box .Cqtr_cost:hover {
    transform: translateY(-5px);
}.yoffer_box .Cqtr_cost h2 {
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 33px;
}.yoffer_box .Cqtr_cost h2::after {
    left: 0;
    content: "";
    transform-origin: left;
    background: rgb(153,154,178);
    height: 3px;
    transition: transform 0.5s ease;
    width: 80px;
    position: absolute;
    transform: scaleX(1);
    bottom: -10px;
}.yoffer_box .Cqtr_cost:hover h2::after {
    transform: scaleX(1.5);
}.yoffer_box .Ediscount_plan {
    margin-top: 1.5rem;
    line-height: 1.6;
    color: #000000;
    overflow-wrap: break-word;
    max-width: 100%;
    word-break: break-word;
    font-size: 18px;
}.yoffer_box .Qplan_table {
    display: grid;
    position: relative;
    gap: 30px;
    grid-template-columns: 1fr;
}.yoffer_box .mskill_plans {
    height: 100%;
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}.yoffer_box .mskill_plans:hover {
    transform: translateY(-8px);
}.yoffer_box .Ucost_breakdown {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: box-shadow 0.4s ease;
    height: 100%;
    border-radius: 8px;
    display: flex;
    background: #ffffff;
    flex-direction: column;
    overflow: hidden;
}.yoffer_box .mskill_plans:hover .Ucost_breakdown {
    box-shadow: 0 15px 35px rgba(rgb(153,154,178,0.5), 0.15);
}.yoffer_box .Kmember_plans {
    padding: 2rem;
    display: flex;
    flex-grow: 1;
    min-height: 280px;
    flex-direction: column;
}.yoffer_box .Kmember_plans h3 {
    line-height: 1.3;
    position: relative;
    font-size: calc(18px + 0.1rem);
    color: #000000;
    font-weight: 600;
    margin-bottom: 1rem;
}.yoffer_box .hcost_summary {
    font-size: calc(18px + 0.3rem);
    margin: 0.5rem 0 1.25rem;
    font-weight: 700;
    color: rgb(153,154,178);
    position: relative;
    display: block;
}.yoffer_box .hcost_summary::before {
    height: 2px;
    background: rgb(107,111,168);
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
}.yoffer_box .Kmember_plans p {
    word-break: break-word;
    flex-grow: 1;
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
    overflow-wrap: break-word;
    margin-top: 1.5rem;
}.yoffer_box .ninline_image {
    transform: scale(1);
    position: relative;
    height: 220px;
    transition: transform 0.6s ease-out;
    width: 100%;
}.yoffer_box .ninline_image::after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    height: 100%;
}.yoffer_box .mskill_plans:hover .ninline_image {
    transform: scale(1.05);
}

@media (min-width: 768px) {.yoffer_box .Qplan_table {
    grid-template-columns: repeat(2, 1fr);
}.yoffer_box .Cqtr_cost {
    padding: 3rem;
}
}

@media (min-width: 992px) {.yoffer_box .zbundle_price {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.yoffer_box .Cqtr_cost {
    margin: 0;
    width: 35%;
}.yoffer_box .Qplan_table {
    width: 65%;
}
}

@media (min-width: 1200px) {.yoffer_box .Qplan_table {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.yoffer_box .Kmember_plans {
    padding: 2.5rem;
}.yoffer_box .Cqtr_cost h2 {
    font-size: calc(33px + 0.2rem);
}.yoffer_box .ninline_image {
    height: 250px;
}
}

@media (max-width: 767px) {.yoffer_box {
    padding: 4rem 0;
}.yoffer_box .Kmember_plans {
    padding: 1.5rem;
    min-height: 240px;
}.yoffer_box .ninline_image {
    height: 180px;
}.yoffer_box .Cqtr_cost {
    padding: 1.5rem;
}.yoffer_box .Cqtr_cost h2 {
    font-size: calc(33px - 0.2rem);
}.yoffer_box .Ediscount_plan {
    font-size: calc(18px - 0.1rem);
}}header {
    position: relative;
    background: linear-gradient(to bottom, rgb(197,196,202), rgba(0, 0, 0, 0.5));
    z-index: 99;
    width: 100%;
    overflow: visible;
}header::before {
    opacity: 0.1;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}header .Ohead_sitebar {
    position: relative;
    align-items: center;
    padding: 20px 30px;
    justify-content: space-between;
    display: flex;
}header .Ohead_sitebar::before {
    background: linear-gradient(to right, transparent, rgb(153,154,178), transparent);
    position: absolute;
    width: 80%;
    height: 1px;
    content: "";
    left: 10%;
    bottom: 0;
}header .Ohead_sitebar .btop_train {
    margin-right: 40px;
    z-index: 2;
    position: relative;
}header .Ohead_sitebar .btop_train .Dmain_skill {
    padding: 5px;
    display: block;
    position: relative;
}header .Ohead_sitebar .btop_train .Dmain_skill::before {
    opacity: 0;
    transform: scale(0.9);
    content: "";
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}header .Ohead_sitebar .btop_train .Dmain_skill:hover::before {
    transform: scale(1);
    opacity: 0.1;
}header .Ohead_sitebar .btop_train .Dmain_skill svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .Ohead_sitebar .ltop_nav {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    perspective: 1000px;
}header .Ohead_sitebar .ltop_nav .rtop_mentor {
    transform-style: preserve-3d;
    position: relative;
    margin: 0;
}header .Ohead_sitebar .ltop_nav .rtop_mentor a {
    transition: color 0.3s ease, transform 0.3s ease;
    transform-style: preserve-3d;
    font-weight: 600;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    padding: 12px 20px;
    letter-spacing: 0.5px;
    position: relative;
    background: linear-gradient(to bottom, transparent, transparent);
    display: block;
    color: #000000;
    text-transform: uppercase;
}header .Ohead_sitebar .ltop_nav .rtop_mentor a::before,
header .Ohead_sitebar .ltop_nav .rtop_mentor a::after {
    top: 0;
    pointer-events: none;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
    left: 0;
    content: "";
}header .Ohead_sitebar .ltop_nav .rtop_mentor a::before {
    transform-origin: top center;
    background: linear-gradient(to bottom, rgb(153,154,178,0.5), transparent);
    transform: translateZ(-1px) rotateX(10deg);
    opacity: 0;
}header .Ohead_sitebar .ltop_nav .rtop_mentor a::after {
    background: linear-gradient(to top, rgb(107,111,168,0.5), transparent);
    transform-origin: bottom center;
    transform: translateZ(-2px) rotateX(-10deg);
    opacity: 0;
}header .Ohead_sitebar .ltop_nav .rtop_mentor:hover a {
    transform: translateZ(10px);
    color: rgb(153,154,178);
}header .Ohead_sitebar .ltop_nav .rtop_mentor:hover a::before,
header .Ohead_sitebar .ltop_nav .rtop_mentor:hover a::after {
    opacity: 0.1;
}header .Ohead_sitebar .ltop_nav .rtop_mentor:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .Ohead_sitebar .ltop_nav .rtop_mentor:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .Ohead_sitebar {
    flex-direction: column;
    padding: 15px;
}header .Ohead_sitebar .btop_train {
    margin: 0 0 15px 0;
}header .Ohead_sitebar .ltop_nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    perspective: none;
}header .Ohead_sitebar .ltop_nav .rtop_mentor a {
    padding: 10px 15px;
    transform-style: flat;
    font-size: calc(12px - 1px);
}header .Ohead_sitebar .ltop_nav .rtop_mentor:hover a {
    transform: none;
}header .Ohead_sitebar .ltop_nav .rtop_mentor a::before,
    header .Ohead_sitebar .ltop_nav .rtop_mentor a::after {
    display: none;
}
}

@media (max-width: 767px) {header .Ohead_sitebar .ltop_nav .rtop_mentor a {
    font-size: calc(12px - 2px);
    padding: 8px 12px;
}}.fprogram_information {
    background: linear-gradient(135deg, rgb(197,196,202) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.fprogram_information::before {
    right: -50px;
    top: -50px;
    animation: float 15s ease-in-out infinite;
    background: rgb(153,154,178,0.5);
    height: 300px;
    z-index: 0;
    filter: blur(80px);
    position: absolute;
    content: "";
    width: 300px;
}.fprogram_information::after {
    left: -80px;
    filter: blur(60px);
    z-index: 0;
    position: absolute;
    content: "";
    background: rgb(107,111,168,0.5);
    bottom: -80px;
    animation: float 18s ease-in-out infinite alternate;
    width: 250px;
    height: 250px;
}.fprogram_information .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.fprogram_information h2 {
    margin-bottom: 40px;
    transform: translateX(-5%);
    opacity: 0;
    line-height: 1.3;
    position: relative;
    color: #000000;
    font-size: calc(30px * 1.1);
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    font-weight: 700;
}.fprogram_information h2::after {
    width: 80px;
    transform-origin: left;
    position: absolute;
    animation: scaleIn 1.2s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    height: 4px;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(153,154,178) 0%, rgb(107,111,168) 100%);
    bottom: -10px;
    content: "";
    left: 0;
}.fprogram_information .astudy_map {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.fprogram_information .ninline_image {
    animation: fadeUp 1s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    overflow: hidden;
    height: 380px;
}.fprogram_information .ninline_image::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
}.fprogram_information .ninline_image::after {
    content: "";
    mix-blend-mode: hue;
    inset: 0;
    background: rgb(153,154,178);
    transition: opacity 0.5s ease;
    z-index: 2;
    position: absolute;
    opacity: 0.2;
}.fprogram_information .ninline_image:hover::after {
    opacity: 0;
}.fprogram_information .mtext_frame {
    gap: 30px;
    animation: fadeUp 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    flex-direction: column;
    display: flex;
    transform: translateY(20px);
    opacity: 0;
}.fprogram_information .description {
    font-size: 17px;
    transition: border-left 0.3s ease;
    color: #000000;
    padding-left: 15px;
    margin: 0;
    position: relative;
    line-height: 1.8;
    border-left: 2px solid rgb(107,111,168,0.5);
}.fprogram_information .description:first-of-type {
    z-index: 2;
    position: relative;
}.fprogram_information .description:nth-of-type(2) {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}.fprogram_information .description:hover {
    border-left: 2px solid rgb(107,111,168);
}.fprogram_information .description::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(153,154,178);
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, -30px);
  }
}

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

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

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

@media (min-width: 768px) {.fprogram_information .astudy_map {
    align-items: flex-start;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 60px;
}.fprogram_information .ninline_image {
    transition: clip-path 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 500px;
}.fprogram_information .ninline_image:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.fprogram_information h2 {
    max-width: 80%;
    font-size: calc(30px * 1.2);
}.fprogram_information .mtext_frame {
    padding-top: 20px;
}
}

@media (min-width: 992px) {.fprogram_information {
    padding: 150px 0;
}.fprogram_information .container {
    padding: 0 40px;
}.fprogram_information h2 {
    margin-bottom: 60px;
    max-width: 70%;
    font-size: calc(30px * 1.3);
}.fprogram_information .ninline_image {
    height: 550px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.fprogram_information .description {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}.fprogram_information .mtext_frame {
    padding-top: 30px;
}
}

@media (min-width: 1200px) {.fprogram_information .astudy_map {
    gap: 80px;
}.fprogram_information h2 {
    max-width: 60%;
}.fprogram_information .ninline_image {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    height: 600px;
}.fprogram_information .ninline_image:hover {
    transform: perspective(1000px) rotateY(0);
}.fprogram_information .mtext_frame {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(2deg);
}.fprogram_information .mtext_frame:hover {
    transform: perspective(1000px) rotateY(0);
}
}

@media (max-width: 767px) {.fprogram_information {
    padding: 80px 0;
}.fprogram_information h2 {
    font-size: 30px;
    margin-bottom: 30px;
}.fprogram_information .ninline_image {
    height: 280px;
}.fprogram_information .description {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}}.mtitle_page {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(197,196,202) 0%, #ffffff 100%);
}.mtitle_page::before {
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(153,154,178,0.5) 0%, transparent 40%);
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.2;
    width: 100%;
    z-index: 1;
}.mtitle_page::after {
    bottom: -2px;
    background: linear-gradient(90deg, transparent, rgb(153,154,178) 50%, transparent);
    height: 3px;
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
}.mtitle_page h1 {
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
    transform: translateY(0);
    position: relative;
    transition: transform 0.7s ease-out, opacity 0.7s ease-out;
    z-index: 3;
    color: #000000;
    font-size: 28px;
    opacity: 1;
}.mtitle_page h1::after {
    position: absolute;
    height: 2px;
    background: rgb(153,154,178);
    bottom: -0.75rem;
    transform: translateX(-50%);
    width: 5rem;
    content: "";
    left: 50%;
}.mtitle_page .hguide_values {
    position: relative;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    z-index: 3;
}.mtitle_page .mtext_frame {
    display: flex;
    padding: 1rem;
    justify-content: center;
    flex-direction: column;
}.mtitle_page ol {
    margin: 0;
    padding: 0;
    list-style: none;
}.mtitle_page ol li {
    margin-bottom: 2rem;
}.mtitle_page .kmain_begin {
    opacity: 1;
    backdrop-filter: blur(10px);
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateX(0);
    background: rgba(255, 255, 255, 0.8);
    border-left: 3px solid rgb(153,154,178);
    transition: transform 0.7s ease-out, opacity 0.7s ease-out;
}.mtitle_page .kmain_begin:hover {
    transform: translateX(5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.mtitle_page .kmain_begin svg {
    margin-bottom: 1.5rem;
    transition: transform 0.5s ease;
    transform: rotate(0);
    width: 80px;
    height: 80px;
}.mtitle_page .kmain_begin:hover svg {
    transform: rotate(5deg);
}.mtitle_page svg path {
    transition: fill 0.3s ease;
}.mtitle_page .kmain_begin:hover svg path {
    fill: rgb(107,111,168);
}.mtitle_page .kmain_begin p {
    position: relative;
    margin-top: 1rem;
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
}.mtitle_page .Lrequest_info {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(153,154,178) 0%, rgb(107,111,168) 100%);
    border: none;
    box-shadow: 0 4px 12px rgba(94, 170, 168, 0.2);
    letter-spacing: 0.5px;
    position: relative;
    transform: translateY(0);
    margin-top: 1rem;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    padding: 1rem 2rem;
}.mtitle_page .Lrequest_info::before {
    left: 0;
    opacity: 0;
    content: "";
    transition: opacity 0.3s ease;
    height: 100%;
    z-index: -1;
    top: 0;
    background: linear-gradient(135deg, rgb(107,111,168) 0%, rgb(153,154,178) 100%);
    position: absolute;
    width: 100%;
}.mtitle_page .Lrequest_info:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(94, 170, 168, 0.4);
}.mtitle_page .Lrequest_info:hover::before {
    opacity: 1;
}.mtitle_page .ninline_image {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    opacity: 1;
    border-radius: 0;
    transform: translateY(0);
    transition: transform 0.7s ease-out, opacity 0.7s ease-out;
    overflow: hidden;
    height: 300px;
}.mtitle_page .ninline_image::after {
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(153,154,178,0.5) 0%, transparent 70%);
    z-index: 1;
}

@media (min-width: 768px) {.mtitle_page {
    padding: 6rem 0;
}.mtitle_page h1 {
    font-size: calc(28px * 1.1);
    margin-bottom: 4rem;
}.mtitle_page .hguide_values {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.mtitle_page .mtext_frame {
    padding: 2rem;
}.mtitle_page .kmain_begin {
    padding: 2.5rem;
}.mtitle_page .kmain_begin svg {
    width: 100px;
    height: 100px;
}.mtitle_page .ninline_image {
    height: 450px;
}.mtitle_page .Lrequest_info {
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 992px) {.mtitle_page {
    padding: 8rem 0;
}.mtitle_page .hguide_values {
    grid-template-columns: 6fr 5fr;
    gap: 4rem;
}.mtitle_page h1 {
    font-size: calc(28px * 1.2);
}.mtitle_page .mtext_frame {
    padding: 3rem;
}.mtitle_page .kmain_begin p {
    font-size: calc(15px * 1.1);
}.mtitle_page .ninline_image {
    transition: transform 0.7s ease;
    transform: perspective(1000px) rotateY(-5deg);
    height: 500px;
}.mtitle_page .ninline_image:hover {
    transform: perspective(1000px) rotateY(0);
}
}

@media (min-width: 1200px) {.mtitle_page .hguide_values {
    grid-template-columns: 6fr 6fr;
    gap: 5rem;
}.mtitle_page .kmain_begin {
    padding: 3rem;
}.mtitle_page .ninline_image {
    height: 550px;
}
}

@media (max-width: 767px) {.mtitle_page h1 {
    font-size: calc(28px * 0.9);
}.mtitle_page .kmain_begin {
    padding: 1.5rem;
}.mtitle_page .kmain_begin svg {
    width: 60px;
    height: 60px;
}.mtitle_page .Lrequest_info {
    padding: 0.9rem 1.8rem;
    font-size: calc(15px * 0.9);
}}

.mtitle_page svg text {
    transition: fill 0.3s ease;
}.mtitle_page .kmain_begin:hover svg text {
    fill: rgb(107,111,168);
}.Oty_note {
    position: relative;
    background: linear-gradient(135deg, rgb(197,196,202) 0%, rgb(153,154,178,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
    perspective: 1000px;
}.Oty_note::before {
    height: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(107,111,168,0.5) 45%, rgb(107,111,168,0.5) 55%, transparent 55%);
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    content: "";
    transform: translateZ(-50px);
    opacity: 0.1;
    left: 0;
}.Oty_note::after {
    right: -50%;
    opacity: 0.2;
    animation: rotateGradient 15s infinite linear;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at center, rgb(153,154,178,0.5) 0%, transparent 70%);
    content: "";
    height: 200%;
    z-index: 0;
    top: -50%;
}.Oty_note .container {
    transform-style: preserve-3d;
    z-index: 2;
    position: relative;
}.Oty_note .hguide_values {
    padding: 3rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    display: flex;
    border-left: 4px solid rgb(153,154,178);
    position: relative;
    transform-style: preserve-3d;
    transform: translateZ(30px);
    background: linear-gradient(170deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    margin: 0 auto;
    flex-direction: column;
    max-width: 900px;
    gap: 2rem;
}.Oty_note .hguide_values::before {
    left: -10px;
    top: -10px;
    bottom: 10px;
    background: linear-gradient(135deg, rgb(107,111,168,0.5) 0%, transparent 70%);
    transform: translateZ(-15px);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    position: absolute;
    z-index: -1;
    content: "";
    opacity: 0.4;
    right: 10px;
}.Oty_note .hguide_values > div:first-child {
    position: relative;
    animation: slideInTop 0.8s ease-out forwards;
    transform: translateZ(20px);
}.Oty_note .hguide_values > div:first-child::after {
    bottom: -10px;
    transform: translateZ(5px);
    left: 0;
    width: 70%;
    height: 3px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(153,154,178) 0%, transparent 100%);
}.Oty_note .hguide_values > div:last-child {
    position: relative;
    transform: translateZ(10px);
    opacity: 0;
    animation: slideInBottom 0.8s ease-out 0.3s forwards;
}.Oty_note h5 {
    position: relative;
    font-size: 23px;
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    transform: translateX(-5px);
    display: inline-block;
}.Oty_note h5::before {
    left: -20px;
    top: 50%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: translateY(-50%);
    position: absolute;
    background-color: rgb(153,154,178);
    content: "";
    height: 15px;
    width: 15px;
}.Oty_note p {
    transition: color 0.3s ease;
    position: relative;
    max-width: 95%;
    color: #000000;
    padding-left: 1rem;
    font-size: 14px;
    line-height: 1.7;
}.Oty_note p::before {
    position: absolute;
    content: "";
    transform: scaleY(0.9);
    width: 3px;
    transition: transform 0.3s ease;
    left: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(153,154,178) 0%, rgb(107,111,168) 100%);
}.Oty_note a {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    text-decoration: none;
}.Oty_note a:hover {
    transform: translateX(10px);
}.Oty_note a:hover p {
    color: rgb(153,154,178);
}.Oty_note a:hover p::before {
    transform: scaleY(1.1);
}

@keyframes slideInTop {
    from {
        transform: translateZ(20px) translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateZ(20px) translateY(0);
        opacity: 1;
    }
}

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

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

@media (max-width: 992px) {.Oty_note {
    padding: 4rem 0;
}.Oty_note .hguide_values {
    margin: 0 2rem;
    padding: 2.5rem;
}.Oty_note h5 {
    font-size: calc(23px - 0.1rem);
}
}

@media (max-width: 768px) {.Oty_note {
    padding: 3rem 0;
}.Oty_note .hguide_values {
    gap: 1.5rem;
    padding: 2rem;
    margin: 0 1.5rem;
}.Oty_note h5 {
    font-size: calc(23px - 0.2rem);
}.Oty_note p {
    max-width: 100%;
    font-size: calc(14px - 0.1rem);
}
}

@media (max-width: 576px) {.Oty_note {
    padding: 2.5rem 0;
}.Oty_note .hguide_values {
    gap: 1.2rem;
    padding: 1.5rem;
    margin: 0 1rem;
}.Oty_note h5 {
    font-size: calc(23px - 0.3rem);
}.Oty_note h5::before {
    width: 12px;
    left: -15px;
    height: 12px;
}.Oty_note p {
    padding-left: 0.7rem;
}.Oty_note a:hover {
    transform: translateX(5px);
}}.sprivacy_enclosure {
    background: linear-gradient(165deg, rgb(197,196,202) 0%, #ffffff 100%);
    padding: 4rem 1.5rem;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    overflow: hidden;
}.sprivacy_enclosure::before {
    top: 0;
    content: "";
    z-index: 0;
    opacity: 0.05;
    height: 100%;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(153,154,178,0.5) 0,
        rgb(153,154,178,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
}.sprivacy_enclosure .container {
    margin: 0 auto;
    padding: 3.5rem 2.5rem;
    background: #ffffff;
    z-index: 1;
    max-width: 1140px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    position: relative;
}.sprivacy_enclosure h1 {
    transform: translateY(0);
    font-size: 47px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 0 2rem;
    font-weight: 700;
    color: rgb(153,154,178);
    line-height: 1.2;
    position: relative;
    padding-bottom: 1rem;
}.sprivacy_enclosure h1::after {
    height: 3px;
    content: "";
    bottom: 0;
    width: 80px;
    left: 0;
    transition: width 0.4s ease-out;
    background: linear-gradient(90deg, rgb(153,154,178) 0%, rgb(107,111,168) 100%);
    position: absolute;
}.sprivacy_enclosure:hover h1::after {
    width: 120px;
}.sprivacy_enclosure h2 {
    color: rgb(107,111,168);
    position: relative;
    font-weight: 600;
    margin: 2.5rem 0 1.2rem;
    padding-left: 1rem;
    font-size: 34px;
}.sprivacy_enclosure h2::before {
    transition: transform 0.3s ease;
    position: absolute;
    transform: scaleY(0.8);
    background: rgb(153,154,178);
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 2px;
    width: 4px;
}.sprivacy_enclosure h2:hover::before {
    transform: scaleY(1);
}.sprivacy_enclosure h3 {
    padding-left: 1.5rem;
    color: #000000;
    position: relative;
    margin: 2.2rem 0 1rem;
    font-size: calc(34px * 0.85);
    font-weight: 600;
}.sprivacy_enclosure h3::before {
    background: rgb(107,111,168);
    top: 50%;
    height: 2px;
    left: 0;
    width: 12px;
    content: "";
    transform: translateY(-50%);
    position: absolute;
}.sprivacy_enclosure h4 {
    color: #000000;
    font-size: calc(34px * 0.7);
    font-weight: 400;
    position: relative;
    padding-left: 1.5rem;
    margin: 2rem 0 0.8rem;
}.sprivacy_enclosure h4::before {
    color: rgb(153,154,178);
    font-size: 0.9em;
    left: 0;
    content: "→";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}.sprivacy_enclosure p {
    color: #000000;
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    max-width: 92%;
}.sprivacy_enclosure p:hover {
    opacity: 1;
}.sprivacy_enclosure p strong {
    position: relative;
    color: #000000;
    z-index: 1;
    font-weight: 600;
}.sprivacy_enclosure p strong::after {
    transform-origin: left;
    z-index: -1;
    background-color: rgb(153,154,178,0.5);
    left: 0;
    width: 100%;
    bottom: 0;
    transition: transform 0.3s ease;
    position: absolute;
    height: 30%;
    content: "";
    transform: scaleX(0.95);
}.sprivacy_enclosure p strong:hover::after {
    transform: scaleX(1);
}.sprivacy_enclosure ul {
    list-style: none;
    position: relative;
    margin: 1.5rem 0;
    padding: 0.5rem 0 1rem 1.5rem;
}.sprivacy_enclosure ul::before {
    width: 3px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
    border-radius: 1.5px;
    background: linear-gradient(180deg, rgb(153,154,178) 0%, rgb(153,154,178,0.5) 100%);
}.sprivacy_enclosure li {
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 12px;
    transition: transform 0.3s ease;
    line-height: 1.7;
    padding-left: 1.5rem;
}.sprivacy_enclosure li::before {
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    background: rgb(107,111,168);
    transition: background 0.3s ease;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 0.75em;
}.sprivacy_enclosure li:hover {
    transform: translateX(3px);
}.sprivacy_enclosure li:hover::before {
    background: rgb(153,154,178);
}.sprivacy_enclosure span {
    background-color: rgba(rgb(107,111,168,0.5), 0.07);
    margin-bottom: 2rem;
    font-size: calc(12px * 0.95);
    color: #000000;
    border-left: 3px solid rgb(107,111,168);
    opacity: 0.85;
    line-height: 1.65;
    transition: all 0.3s ease;
    display: block;
    padding: 1rem 1.5rem;
}.sprivacy_enclosure span:hover {
    opacity: 1;
    background-color: rgba(rgb(107,111,168,0.5), 0.1);
}

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

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

@media screen and (max-width: 576px) {.sprivacy_enclosure {
    padding: 2rem 0.5rem;
}.sprivacy_enclosure .container {
    padding: 1.5rem 1.25rem;
}.sprivacy_enclosure h1 {
    font-size: calc(47px * 0.7);
    padding-bottom: 0.75rem;
}.sprivacy_enclosure h1::after {
    height: 2px;
    width: 60px;
}.sprivacy_enclosure:hover h1::after {
    width: 90px;
}.sprivacy_enclosure h2 {
    font-size: calc(34px * 0.7);
    padding-left: 0.75rem;
}.sprivacy_enclosure h2::before {
    width: 3px;
}.sprivacy_enclosure h3, 
    .sprivacy_enclosure h4 {
    padding-left: 1.25rem;
}.sprivacy_enclosure ul {
    padding-left: 1rem;
}.sprivacy_enclosure li {
    padding-left: 1.25rem;
}.sprivacy_enclosure li::before {
    height: 6px;
    width: 6px;
}.sprivacy_enclosure span {
    border-left: 2px solid rgb(107,111,168);
    padding: 0.75rem 0.75rem;
}
}