* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.header_main_mT {
    flex: 1 0 auto;
}.grid-container_SL {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.comm_guide_Dm {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    height: 5px;
    width: 8px;
}::-webkit-scrollbar-track {
    background: linear-gradient(68deg, rgb(255, 255, 255, 0.5) 89%, rgb(199,134,139) 1%, rgb(199,134,139,0.5) 82%, rgb(218,173,175,0.5) 19%, rgb(236,215,216) 34%);
}::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10%;
    animation: glow_scrollbar 3.1s ease-in infinite;
}::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(329deg, rgb(199,134,139) 52%, rgb(199,134,139,0.5) 33%, rgb(218,173,175) 33%, rgb(236,215,216) 5%);
    transform: translateX(2px);
}::-webkit-scrollbar-thumb:active {
    background: rgb(199,134,139);
}html {
    scrollbar-color: rgb(236,215,216) rgb(199,134,139,0.5);
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1143px;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing_stack_wf {
    background: rgb(236,215,216);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.pricing_stack_wf::before {
    opacity: 0.08;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(218,173,175,0.5), rgb(199,134,139,0.5));
    content: "";
    left: 0;
}.pricing_stack_wf .container {
    position: relative;
    z-index: 1;
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}.pricing_stack_wf .fee_structure_wQ {
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
}.pricing_stack_wf .cert_plans_Qn {
    padding: 0 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}.pricing_stack_wf .cert_plans_Qn h2 {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    font-size: 36px;
    color: #000000;
    font-weight: 700;
}.pricing_stack_wf .cert_plans_Qn h2::after {
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    content: "";
    bottom: -10px;
    border-radius: 3px;
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(218,173,175), rgb(199,134,139));
}.pricing_stack_wf .rate_options_al {
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
    margin-left: auto;
    max-width: 600px;
    margin-top: 20px;
    margin-right: auto;
}.pricing_stack_wf .edu_packages_JT {
    grid-template-columns: 1fr;
    margin: 0 auto;
    width: 100%;
    display: grid;
    gap: 30px;
}.pricing_stack_wf .package_pricing_PD {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    z-index: 1;
    text-decoration: none;
    display: block;
}.pricing_stack_wf .package_pricing_PD:hover {
    transform: translateY(-8px);
}.pricing_stack_wf .price_grid_sc {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    overflow: hidden;
    border-radius: 16px;
    transition: all 0.4s ease;
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
}.pricing_stack_wf .package_pricing_PD:hover .price_grid_sc {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}.pricing_stack_wf .fee_package_pX {
    flex: 1;
    z-index: 2;
    padding: 30px;
    position: relative;
}.pricing_stack_wf .fee_package_pX h3 {
    font-size: 23px;
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #000000;
    margin-bottom: 15px;
    padding-bottom: 10px;
}.pricing_stack_wf .fee_package_pX h3::after {
    background: rgb(218,173,175);
    left: 0;
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease;
    border-radius: 2px;
    width: 40px;
    height: 3px;
    content: "";
}.pricing_stack_wf .package_pricing_PD:hover .fee_package_pX h3::after {
    width: 60px;
}.pricing_stack_wf .cost_schemes_tJ {
    color: rgb(218,173,175);
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 1.8rem;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, rgb(218,173,175), rgb(199,134,139));
    background-clip: text !important;
    font-weight: 700;
    color: transparent;
}.pricing_stack_wf .cost_schemes_tJ::before {
    width: 100%;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(218,173,175,0.5), transparent);
    height: 1px;
    left: 0;
    position: absolute;
    content: "";
}.pricing_stack_wf .fee_package_pX p {
    line-height: 1.6;
    word-break: break-word;
    margin-bottom: 20px;
    color: #000000;
    font-size: calc(13px - 2px);
    position: relative;
    overflow-wrap: break-word;
}.pricing_stack_wf .post_thumbnail_VN {
    position: relative;
    transition: all 0.5s ease;
    height: 220px;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 12px 12px;
}.pricing_stack_wf .post_thumbnail_VN::after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    transition: opacity 0.3s ease;
    right: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    opacity: 0.6;
    left: 0;
    content: "";
}.pricing_stack_wf .package_pricing_PD:hover .post_thumbnail_VN::after {
    opacity: 0.3;
}

@media (min-width: 768px) {.pricing_stack_wf .edu_packages_JT {
    grid-template-columns: repeat(2, 1fr);
}.pricing_stack_wf .price_grid_sc {
    height: 100%;
}.pricing_stack_wf .post_thumbnail_VN {
    height: 240px;
}
}

@media (min-width: 992px) {.pricing_stack_wf {
    padding: 160px 0;
}.pricing_stack_wf .fee_structure_wQ {
    flex-direction: row;
    align-items: center;
    gap: 80px;
}.pricing_stack_wf .cert_plans_Qn {
    padding: 0;
    flex: 0 0 30%;
    text-align: left;
}.pricing_stack_wf .cert_plans_Qn h2 {
    font-size: calc(36px + 4px);
}.pricing_stack_wf .cert_plans_Qn h2::after {
    transform: none;
    left: 0;
}.pricing_stack_wf .rate_options_al {
    margin-left: 0;
}.pricing_stack_wf .edu_packages_JT {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.pricing_stack_wf .edu_packages_JT {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_stack_wf .fee_package_pX {
    padding: 40px;
}.pricing_stack_wf .post_thumbnail_VN {
    height: 260px;
}.pricing_stack_wf .package_pricing_PD:nth-child(odd) {
    transform: translateY(20px);
}.pricing_stack_wf .package_pricing_PD:nth-child(odd):hover {
    transform: translateY(12px);
}.pricing_stack_wf .package_pricing_PD:nth-child(even):hover {
    transform: translateY(-8px);
}
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

@media (prefers-reduced-motion: no-preference) {.pricing_stack_wf .package_pricing_PD:active .price_grid_sc {
    transition: transform 0.2s ease;
    transform: scale(0.98);
}
}

@media (max-width: 767px) {.pricing_stack_wf {
    padding: 80px 0;
}.pricing_stack_wf .fee_structure_wQ {
    gap: 40px;
}.pricing_stack_wf .cert_plans_Qn h2 {
    font-size: calc(36px - 4px);
}.pricing_stack_wf .post_thumbnail_VN {
    height: 200px;
}.pricing_stack_wf .fee_package_pX {
    padding: 25px;
}.pricing_stack_wf .cost_schemes_tJ {
    font-size: 1.5rem;
}}.statistics_information_CK {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(236,215,216) 0%, rgba(rgb(218,173,175), 0.08) 100%);
    position: relative;
    overflow: hidden;
}.statistics_information_CK::before {
    z-index: 0;
    position: absolute;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(218,173,175), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(218,173,175), 0.07) 0%, transparent 50%);
    content: '';
    top: 0;
    width: 100%;
    left: 0;
}.statistics_information_CK::after {
    background: linear-gradient(90deg, transparent, rgba(rgb(218,173,175), 0.2), transparent);
    left: -50%;
    content: '';
    width: 200%;
    height: 2px;
    animation: horizontalFlow 18s infinite linear;
    top: 0;
    position: absolute;
}.statistics_information_CK h3 {
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
    transform: translateY(0);
    font-size: 2.5rem;
    color: #000000;
    position: relative;
    z-index: 2;
    opacity: 0;
    animation: fadeUp 0.8s 0.2s forwards ease-out;
}.statistics_information_CK .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.statistics_information_CK ul {
    margin: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
}.statistics_information_CK .statistics_expertise_FN {
    animation: fadeUp 0.8s forwards cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    display: flex;
    opacity: 0;
    transform: translateY(30px);
    justify-content: space-between;
    padding: 2rem;
    flex-direction: column;
    box-shadow: 
        0 10px 30px -15px rgba(#000000, 0.15),
        0 0 0 1px rgba(rgb(218,173,175), 0.08);
    animation-delay: calc(0.1s * var(--i, 0));
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    min-height: 180px;
}.statistics_information_CK .statistics_expertise_FN:nth-child(1) {
    --i: 1;
}.statistics_information_CK .statistics_expertise_FN:nth-child(2) {
    --i: 2;
}.statistics_information_CK .statistics_expertise_FN:nth-child(3) {
    --i: 3;
}.statistics_information_CK .statistics_expertise_FN:nth-child(4) {
    --i: 4;
}.statistics_information_CK .statistics_expertise_FN:nth-child(5) {
    --i: 5;
}.statistics_information_CK .statistics_expertise_FN:nth-child(6) {
    --i: 6;
}.statistics_information_CK .statistics_expertise_FN:nth-child(7) {
    --i: 7;
}.statistics_information_CK .statistics_expertise_FN::before {
    content: '';
    left: 0;
    height: 0;
    transition: height 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
    position: absolute;
    background: linear-gradient(to bottom, rgb(218,173,175), rgb(199,134,139));
    width: 4px;
    top: 0;
}.statistics_information_CK .statistics_expertise_FN:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 
        0 20px 40px -20px rgba(#000000, 0.2),
        0 0 0 1px rgba(rgb(218,173,175), 0.1);
}.statistics_information_CK .statistics_expertise_FN:hover::before {
    height: 100%;
}.statistics_information_CK .statistics_expertise_FN span {
    display: block;
    position: relative;
    font-size: 1rem;
    color: #000000;
    font-weight: 600;
    transition: transform 0.3s ease;
    margin-bottom: 1rem;
}.statistics_information_CK .statistics_expertise_FN:hover span {
    transform: translateX(5px);
}.statistics_information_CK .statistics_expertise_FN p {
    font-size: 3rem;
    align-items: center;
    line-height: 1;
    font-weight: 700;
    display: flex;
    margin: 0;
    color: rgb(218,173,175);
    position: relative;
}.statistics_information_CK .statistics_expertise_FN p::after {
    transform: translateY(5px);
    content: '+';
    font-size: 1.5rem;
    transition: all 0.3s ease;
    opacity: 0;
    margin-left: 0.2rem;
}.statistics_information_CK .statistics_expertise_FN:hover p::after {
    opacity: 1;
    transform: translateY(0);
}

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

@keyframes horizontalFlow {
    0% {
        transform: translateX(-30%);
    }
    100% {
        transform: translateX(30%);
    }
}

@media (max-width: 768px) {.statistics_information_CK {
    padding: 4rem 1.5rem;
}.statistics_information_CK h3 {
    margin-bottom: 2rem;
    font-size: 2rem;
}.statistics_information_CK ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.statistics_information_CK .statistics_expertise_FN {
    padding: 1.5rem;
    min-height: auto;
}.statistics_information_CK .statistics_expertise_FN p {
    font-size: 2.5rem;
}
}

@media (min-width: 769px) and (max-width: 1024px) {.statistics_information_CK ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1025px) {.statistics_information_CK .statistics_expertise_FN {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                   box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1),
                   background 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.statistics_information_CK .statistics_expertise_FN:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9));
}.statistics_information_CK ul {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}

@media (prefers-reduced-motion: reduce) {.statistics_information_CK .statistics_expertise_FN, 
    .statistics_information_CK h3, 
    .statistics_information_CK::after {
    transition: none;
    animation: none;
}.statistics_information_CK .statistics_expertise_FN {
    opacity: 1;
    transform: none;
}}.cookie_warning_popup_Rq {
    z-index: 90;
    width: 100%;
    position: fixed;
    background: rgb(236,215,216);
    bottom: 0;
    border-top: 2px solid rgb(218,173,175);
}.cookie_compl_SH {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.cookie_warning_popup_Rq h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_warning_popup_Rq p {
    font-size: 18px;
}.data_notice_QB {
    margin-right: 10px;
    flex-shrink: 0;
}.data_notice_QB svg, .data_notice_QB svg path, .data_notice_QB img {
    fill: rgb(218,173,175);
    height: 100px;
    width: 100px;
}.visitor_confirm_Zl {
    text-decoration: none;
    line-height: 35px;
    white-space: nowrap;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(218,173,175);
    margin-left: 10px;
    font-size: 24px;
    color: rgb(218,173,175);
}.cookie_warning_popup_Rq p a {
    text-decoration: none;
    color: rgb(218,173,175);
}#cookie_overlay_box_dj {
    display: none;
}#cookie_overlay_box_dj:checked ~ .cookie_warning_popup_Rq {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_warning_popup_Rq {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.data_notice_QB {
    display: none;
}.cookie_compl_SH {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_warning_popup_Rq h5 {
    text-align: center;
}.cookie_warning_popup_Rq p {
    text-align: center;
}.user_safety_lV {
    margin-bottom: 20px;
}body .grid-container_SL .visitor_confirm_Zl {
    margin-left: 0;
}}
.grid-container_SL .cookie_compl_SH {
    justify-content: flex-end;
}.grid-container_SL .visitor_confirm_Zl {
    font-size: 20px;
    background: rgb(218,173,175);
    margin-left: 30px;
    padding: 10px;
    color: #ffffff;
}.grid-container_SL .user_safety_lV {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.grid-container_SL .visitor_confirm_Zl {
    margin-bottom: 10px;
    margin-left: 0;
}}.privacy_box_PG {
    color: #000000;
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, rgb(236,215,216), rgba(245, 248, 255, 0.95));
}.privacy_box_PG::before {
    content: "";
    height: 100%;
    top: 0;
    width: 40%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
    z-index: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 15%, rgba(rgb(218,173,175,0.5), 0.03) 70%);
}.privacy_box_PG::after {
    bottom: 0;
    height: 5px;
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(218,173,175), rgb(199,134,139), rgb(218,173,175));
    content: "";
    width: 100%;
}.privacy_box_PG .container {
    max-width: 1140px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.privacy_box_PG h1 {
    margin-bottom: 2.5rem;
    color: #000000;
    padding-bottom: 1rem;
    font-weight: 700;
    position: relative;
    transform: translateX(-0.5rem);
    font-size: 45px;
}.privacy_box_PG h1::after {
    height: 3px;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(218,173,175), transparent);
    width: 6rem;
    content: "";
    position: absolute;
}.privacy_box_PG h2 {
    transform: translateY(-0.25rem);
    font-weight: 600;
    margin-top: 3rem;
    font-size: 28px;
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    color: #000000;
}.privacy_box_PG h2::before {
    top: 0.2em;
    height: 80%;
    border-radius: 2px;
    position: absolute;
    background: rgb(218,173,175);
    width: 4px;
    left: 0;
    content: "";
}.privacy_box_PG h3 {
    font-size: calc(28px * 0.85);
    margin-bottom: 1.25rem;
    margin-top: 2.5rem;
    font-weight: 600;
    color: #000000;
    position: relative;
    padding-left: 0.75rem;
}.privacy_box_PG h3::before {
    left: 0;
    border-radius: 1.5px;
    top: 0.25em;
    height: 75%;
    background: rgb(199,134,139);
    width: 3px;
    content: "";
    position: absolute;
}.privacy_box_PG h4 {
    position: relative;
    font-size: calc(28px * 0.7);
    color: #000000;
    margin-top: 2rem;
    font-weight: 600;
    padding-left: 0.5rem;
    margin-bottom: 1rem;
}.privacy_box_PG h4::before {
    width: 2px;
    position: absolute;
    left: 0;
    content: "";
    opacity: 0.7;
    top: 0.3em;
    background: rgb(199,134,139);
    border-radius: 1px;
    height: 70%;
}.privacy_box_PG p {
    font-size: 13px;
    color: #000000;
    position: relative;
    max-width: 90%;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    line-height: 1.7;
}.privacy_box_PG p strong {
    padding-right: 0.25rem;
    color: #000000;
    position: relative;
    padding-left: 0.25rem;
    background: linear-gradient(to bottom, transparent 85%, rgba(rgb(218,173,175,0.5), 0.15) 15%);
    font-weight: 600;
}.privacy_box_PG span {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    border-left: 1px solid rgba(rgb(199,134,139,0.5), 0.3);
    display: block;
    max-width: 95%;
    color: #000000;
    position: relative;
    font-size: 13px;
    padding-left: 1rem;
}.privacy_box_PG ul {
    padding-left: 0;
    margin: 2rem 0;
    counter-reset: privacy-counter;
    list-style: none;
}.privacy_box_PG li {
    margin-bottom: 1.25rem;
    padding-left: 2.5rem;
    position: relative;
    line-height: 1.6;
    counter-increment: privacy-counter;
    font-size: 13px;
}.privacy_box_PG li::before {
    border-radius: 10px;
    content: "";
    position: absolute;
    opacity: 0.9;
    transition: transform 0.3s ease;
    left: 0;
    background: linear-gradient(135deg, rgb(218,173,175), rgb(199,134,139));
    height: 1.25rem;
    top: 0.25rem;
    width: 1.25rem;
    transform: rotate(45deg);
}.privacy_box_PG li::after {
    top: 0.25rem;
    left: 0;
    font-weight: 600;
    align-items: center;
    height: 1.25rem;
    width: 1.25rem;
    justify-content: center;
    font-size: 0.75rem;
    display: flex;
    content: counter(privacy-counter);
    position: absolute;
    color: #ffffff;
}.privacy_box_PG li:hover::before {
    transform: rotate(45deg) scale(1.1);
}@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

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

.privacy_box_PG h1, 
.privacy_box_PG h2, 
.privacy_box_PG h3, 
.privacy_box_PG h4,
.privacy_box_PG p,
.privacy_box_PG ul {
    animation: fadeIn 0.5s ease-out forwards;
}.privacy_box_PG::after {
    animation: borderPulse 8s linear infinite;
    background-size: 200% 200%;
}


@media (max-width: 992px) {.privacy_box_PG {
    padding: 4rem 1.5rem;
}.privacy_box_PG h1 {
    font-size: calc(45px * 0.9);
}.privacy_box_PG h2 {
    font-size: calc(28px * 0.9);
}.privacy_box_PG p, 
    .privacy_box_PG span {
    max-width: 100%;
}
}

@media (max-width: 768px) {.privacy_box_PG {
    padding: 3rem 1.25rem;
}.privacy_box_PG::before {
    width: 70%;
    opacity: 0.5;
}.privacy_box_PG h1 {
    transform: translateX(0);
    font-size: calc(45px * 0.8);
}.privacy_box_PG h2 {
    font-size: calc(28px * 0.8);
}.privacy_box_PG h3 {
    font-size: calc(28px * 0.7);
}.privacy_box_PG h4 {
    font-size: calc(28px * 0.6);
}.privacy_box_PG p, 
    .privacy_box_PG span,
    .privacy_box_PG li {
    font-size: calc(13px * 0.95);
}.privacy_box_PG li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.privacy_box_PG {
    padding: 2.5rem 1rem;
}.privacy_box_PG h1 {
    font-size: calc(45px * 0.7);
}.privacy_box_PG h1::after {
    width: 5rem;
}.privacy_box_PG h2 {
    padding-left: 0.75rem;
}.privacy_box_PG h3 {
    padding-left: 0.5rem;
}.privacy_box_PG p, 
    .privacy_box_PG span {
    line-height: 1.6;
}.privacy_box_PG li {
    margin-bottom: 1rem;
    padding-left: 1.75rem;
}.privacy_box_PG li::before,
    .privacy_box_PG li::after {
    height: 1rem;
    width: 1rem;
}}.course_overview_JN {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(236,215,216) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
}.course_overview_JN::before {
    height: 100%;
    top: 0;
    z-index: 1;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at 20% 50%, rgb(218,173,175,0.5) 0%, transparent 50%);
}.course_overview_JN::after {
    width: 200px;
    border-radius: 50%;
    animation: pulse 8s infinite alternate;
    background: radial-gradient(circle, rgb(199,134,139,0.5) 0%, transparent 70%);
    z-index: 1;
    content: "";
    position: absolute;
    height: 200px;
    top: -50px;
    right: -50px;
}.course_overview_JN .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}.course_overview_JN .knowledge_learning_DL {
    gap: 40px;
    border: 1px solid rgb(218,173,175,0.5);
    border-radius: 26px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    justify-content: space-between;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    padding: 40px;
    backdrop-filter: blur(5px);
}.course_overview_JN .knowledge_learning_DL::before {
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: -100%;
    width: 100%;
    animation: shine 5s infinite;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}.course_overview_JN .lesson_map_SO {
    padding-right: 20px;
    flex: 1;
    position: relative;
}.course_overview_JN .lesson_map_SO::before {
    border-radius: 50%;
    border: 2px solid rgb(218,173,175,0.5);
    animation: rotate 25s linear infinite;
    left: -30px;
    position: absolute;
    content: "";
    top: -30px;
    height: 60px;
    width: 60px;
    z-index: -1;
}.course_overview_JN .lesson_map_SO::after {
    height: 40px;
    content: "";
    bottom: -20px;
    z-index: -1;
    right: 50px;
    position: absolute;
    width: 40px;
    border: 1px solid rgb(199,134,139,0.5);
    border-radius: 10px;
    animation: float 8s ease-in-out infinite;
}.course_overview_JN .top_train_ED {
    border-radius: 10px;
    align-items: center;
    transition: transform 0.3s ease;
    max-width: 180px;
    padding: 10px 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    display: flex;
    width: 60px;
    margin-bottom: 20px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(236,215,216) 100%);
    height: 60px;
    position: relative;
}.course_overview_JN .top_train_ED:hover {
    transform: translateY(-5px) translateZ(0);
}.course_overview_JN .top_train_ED svg {
    max-height: 100%;
    transition: fill 0.3s ease;
    max-width: 100%;
    width: 40px;
    fill: rgb(218,173,175);
    height: 40px;
}.course_overview_JN .top_train_ED svg path {
    transition: fill 0.3s ease;
    fill: rgb(218,173,175);
}.course_overview_JN .top_train_ED:hover svg,
.course_overview_JN .top_train_ED:hover svg path {
    fill: rgb(199,134,139);
}.course_overview_JN h3 {
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 37px;
    color: rgb(218,173,175);
    margin-bottom: 25px;
    position: relative;
}.course_overview_JN h3::after {
    left: 0;
    background: linear-gradient(to right, rgb(218,173,175), rgb(199,134,139));
    height: 3px;
    bottom: 0;
    content: "";
    position: absolute;
    border-radius: 10px;
    width: 80px;
}.course_overview_JN p {
    font-weight: 400;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.7;
    position: relative;
}.course_overview_JN .post_thumbnail_VN {
    border-radius: 26px;
    min-height: 400px;
    position: relative;
    transition: all 0.5s ease;
    flex: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg);
}.course_overview_JN .post_thumbnail_VN::before {
    z-index: 2;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    top: 0;
    left: 0;
    height: 100%;
}.course_overview_JN .post_thumbnail_VN::after {
    width: 200%;
    transform: rotate(25deg);
    content: "";
    position: absolute;
    z-index: 3;
    animation: shine-effect 6s infinite;
    top: -50%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    left: -50%;
    height: 200%;
}.course_overview_JN .knowledge_learning_DL:hover .post_thumbnail_VN {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}

@media screen and (max-width: 991px) {.course_overview_JN {
    padding: 60px 0;
}.course_overview_JN .knowledge_learning_DL {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
}.course_overview_JN .lesson_map_SO {
    padding-right: 0;
    width: 100%;
}.course_overview_JN .post_thumbnail_VN {
    transform: perspective(1000px) rotateY(0);
    width: 100%;
    min-height: 350px;
}.course_overview_JN h3 {
    font-size: calc(37px - 4px);
}
}

@media screen and (max-width: 767px) {.course_overview_JN {
    padding: 50px 0;
}.course_overview_JN .knowledge_learning_DL {
    padding: 25px;
}.course_overview_JN .top_train_ED {
    height: 50px;
    max-width: 150px;
}.course_overview_JN h3 {
    margin-bottom: 15px;
    font-size: calc(37px - 6px);
    padding-bottom: 10px;
}.course_overview_JN h3::after {
    height: 2px;
    width: 60px;
}.course_overview_JN p {
    margin-bottom: 20px;
    font-size: calc(13px - 1px);
}.course_overview_JN .post_thumbnail_VN {
    min-height: 300px;
}
}

@media screen and (max-width: 576px) {.course_overview_JN {
    padding: 40px 0;
}.course_overview_JN .knowledge_learning_DL {
    padding: 20px;
    gap: 20px;
}.course_overview_JN .top_train_ED {
    margin-bottom: 15px;
    max-width: 120px;
    height: 40px;
}.course_overview_JN h3 {
    font-size: calc(37px - 8px);
}.course_overview_JN .post_thumbnail_VN {
    min-height: 250px;
}}header .nav_wrap_zY {
    left: 0;
    box-shadow: 0 0 20px 2px rgb(218,173,175,0.5);
    background: linear-gradient(to right, rgb(199,134,139) 0%, rgb(218,173,175,0.5) 100%);
    padding: 1.5rem;
    border-radius: 0;
    width: 100%;
    position: relative;
    display: flex;
    z-index: 99;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
}header .nav_wrap_zY::before {
    height: 200%;
    content: "";
    top: -50%;
    background-size: 15px 15px;
    width: 200%;
    position: absolute;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(199,134,139,0.5) 1%, transparent 10%);
    animation: backgroundShift 20s linear infinite;
    z-index: -1;
    left: -50%;
}header .nav_wrap_zY::after {
    background-size: 200% 200%;
    width: 100%;
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 48%, rgb(199,134,139) 49%, rgb(199,134,139) 51%, transparent 52%);
    top: 0;
    position: absolute;
    z-index: -1;
    animation: gradientSlide 5s ease infinite;
    left: 0;
    height: 100%;
    content: "";
}header .nav_wrap_zY .top_train_ED {
    position: relative;
    overflow: visible;
}header .nav_wrap_zY .top_train_ED::after {
    width: 100%;
    left: 0;
    background: rgb(199,134,139);
    animation: neonPulse 3s infinite alternate;
    height: 2px;
    box-shadow: 0 0 8px 2px rgb(199,134,139);
    bottom: -8px;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    content: "";
}header .nav_wrap_zY .top_train_ED .main_info_yv {
    position: relative;
    transition: all 0.5s ease;
    display: block;
    transform: perspective(800px) rotateY(0deg);
}header .nav_wrap_zY .top_train_ED .main_info_yv:hover {
    transform: perspective(800px) rotateY(15deg);
}header .nav_wrap_zY .top_train_ED svg {
    filter: drop-shadow(0 0 5px rgb(199,134,139,0.5));
    height: auto;
    width: 120px;
}header .nav_wrap_zY .head_skill_CY {
    position: relative;
    padding: 0;
    perspective: 800px;
    list-style: none;
    display: flex;
    margin: 0;
}header .nav_wrap_zY .head_skill_CY::before {
    left: 0;
    content: "";
    animation: neonPulse 4s infinite alternate-reverse;
    width: 100%;
    position: absolute;
    background: rgb(218,173,175);
    transform: scaleX(0.5);
    top: 105%;
    height: 2px;
    box-shadow: 0 0 10px 2px rgb(218,173,175);
}header .nav_wrap_zY .header_site_vV {
    transition: transform 0.3s ease;
    transform: translateZ(0);
    transform-style: preserve-3d;
    margin: 0 0.5rem;
    position: relative;
}header .nav_wrap_zY .header_site_vV:hover {
    transform: translateZ(20px);
}header .nav_wrap_zY .header_site_vV a {
    font-weight: 600;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-family: Arial, sans-serif;
    position: relative;
    display: block;
    border: 1px solid transparent;
    color: #ffffff;
    font-size: 19px;
}header .nav_wrap_zY .header_site_vV a::before {
    top: 0;
    z-index: -1;
    background: rgb(218,173,175,0.5);
    height: 100%;
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "";
    border-radius: 10px;
    transform: scale(0.9);
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
}header .nav_wrap_zY .header_site_vV a:hover {
    border: 1px solid rgb(199,134,139,0.5);
    color: rgb(199,134,139);
    text-shadow: 0 0 5px rgb(199,134,139,0.5);
}header .nav_wrap_zY .header_site_vV a:hover::before {
    opacity: 0.2;
    transform: scale(1);
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .nav_wrap_zY {
    width: 100vw;
    padding: 1rem;
    box-sizing: border-box;
    margin-left: calc(-50vw + 50%);
    flex-direction: column;
}header .nav_wrap_zY .top_train_ED {
    margin-bottom: 1.5rem;
}header .nav_wrap_zY .head_skill_CY {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .nav_wrap_zY .head_skill_CY::before {
    bottom: -10px;
    top: auto;
}header .nav_wrap_zY .header_site_vV {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .nav_wrap_zY {
    padding: 0.75rem;
}header .nav_wrap_zY .head_skill_CY {
    align-items: center;
    flex-direction: column;
}header .nav_wrap_zY .header_site_vV {
    margin: 0.25rem 0;
    width: 100%;
    text-align: center;
}header .nav_wrap_zY .top_train_ED svg {
    width: 100px;
}header .nav_wrap_zY .top_train_ED::after {
    width: 80%;
    left: 10%;
}}.client_feedback_hz {
    position: relative;
    padding: 120px 0 80px;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(236,215,216) 0%, rgb(199,134,139,0.5) 100%);
    overflow: hidden;
}.client_feedback_hz::before {
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(218,173,175,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(199,134,139,0.5) 0%, transparent 40%);
    position: absolute;
    width: 100%;
    transform: translateZ(-50px);
    pointer-events: none;
    opacity: 0.4;
    z-index: 1;
}.client_feedback_hz::after {
    transform: skewX(-15deg) translateZ(-20px);
    z-index: 1;
    background: linear-gradient(225deg, rgb(218,173,175,0.5) 0%, transparent 80%);
    content: "";
    position: absolute;
    height: 40%;
    bottom: 0;
    transform-origin: bottom right;
    opacity: 0.2;
    pointer-events: none;
    width: 40%;
    right: 0;
}.client_feedback_hz .container {
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
}.client_feedback_hz h2 {
    font-weight: 700;
    color: #000000;
    transform: translateZ(30px);
    text-shadow: 0 2px 3px rgba(0,0,0,0.05);
    position: relative;
    letter-spacing: -0.01em;
    font-size: 31px;
    text-align: center;
    margin-bottom: 60px;
}.client_feedback_hz h2::after {
    content: "";
    position: absolute;
    width: 60px;
    background: linear-gradient(90deg, rgb(218,173,175) 0%, rgb(199,134,139) 100%);
    left: 50%;
    height: 3px;
    bottom: -20px;
    transform: translateX(-50%);
}.client_feedback_hz .rating_views_Ai {
    list-style: none;
    display: grid;
    transform-style: preserve-3d;
    padding: 0;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}.client_feedback_hz .user_reviews_XP {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-left: 1px solid rgba(255,255,255,0.7);
    background: #ffffff;
    transform-origin: center bottom;
    border-top: 1px solid rgba(255,255,255,0.7);
    padding: 30px;
    overflow: hidden;
    position: relative;
    transform: translateZ(0px) rotateX(0deg);
    border-radius: 5px;
}.client_feedback_hz .user_reviews_XP:hover {
    transform: translateZ(20px) rotateX(2deg);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}.client_feedback_hz .user_reviews_XP::before {
    color: rgb(218,173,175,0.5);
    opacity: 0.2;
    font-family: Georgia, serif;
    right: 15px;
    top: 10px;
    line-height: 1;
    position: absolute;
    z-index: 0;
    content: "";
    font-size: 120px;
}.client_feedback_hz .user_reviews_XP::after {
    background: linear-gradient(90deg, rgb(218,173,175) 0%, rgb(199,134,139) 100%);
    position: absolute;
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    height: 5px;
    bottom: 0;
}.client_feedback_hz .user_reviews_XP:hover::after {
    transform: scaleX(1);
}.client_feedback_hz .user_reviews_XP div {
    align-items: center;
    margin-bottom: 15px;
    z-index: 1;
    display: flex;
    position: relative;
}.client_feedback_hz .user_reviews_XP img {
    margin-right: 15px;
    height: 60px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(10px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    width: 60px;
    object-fit: cover;
    border: 3px solid #ffffff;
    border-radius: 50%;
}.client_feedback_hz .user_reviews_XP:hover img {
    transform: translateZ(25px);
}.client_feedback_hz .user_reviews_XP h4 {
    position: relative;
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}.client_feedback_hz .user_reviews_XP h4::after {
    transition: width 0.3s ease;
    background: rgb(218,173,175);
    height: 2px;
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    width: 30px;
}.client_feedback_hz .user_reviews_XP:hover h4::after {
    width: 50px;
}.client_feedback_hz .description {
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
    z-index: 1;
    position: relative;
    margin: 0;
    font-weight: 400;
    font-style: italic;
}.client_feedback_hz a {
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: 18px;
    border-radius: 4px;
    color: #ffffff;
    z-index: 1;
    left: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateX(-50%);
    padding: 12px 30px;
    overflow: hidden;
    margin-top: 50px;
    background: linear-gradient(45deg, rgb(218,173,175) 0%, rgb(199,134,139) 100%);
    font-weight: 600;
}.client_feedback_hz a::before {
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.2) 50%, transparent 100%);
    left: -100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    transition: left 0.7s ease;
}.client_feedback_hz a:hover {
    transform: translateX(-50%) translateY(-3px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}.client_feedback_hz a:hover::before {
    left: 100%;
}

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

@media (max-width: 992px) {.client_feedback_hz h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 50px;
}.client_feedback_hz .user_reviews_XP {
    padding: 25px;
}.client_feedback_hz .user_reviews_XP img {
    width: 50px;
    height: 50px;
}
}

@media (max-width: 768px) {.client_feedback_hz {
    padding: 80px 0 60px;
}.client_feedback_hz h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.8);
}.client_feedback_hz .rating_views_Ai {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client_feedback_hz .user_reviews_XP {
    padding: 20px;
}.client_feedback_hz a {
    margin-top: 40px;
    padding: 10px 25px;
}
}

@media (max-width: 576px) {.client_feedback_hz {
    padding: 60px 0 50px;
}.client_feedback_hz h2 {
    margin-bottom: 35px;
    font-size: calc(31px * 0.7);
}.client_feedback_hz .rating_views_Ai {
    grid-template-columns: 1fr;
    gap: 20px;
}.client_feedback_hz .user_reviews_XP {
    padding: 20px;
}.client_feedback_hz .user_reviews_XP::before {
    font-size: 100px;
}.client_feedback_hz .user_reviews_XP img {
    height: 45px;
    width: 45px;
}.client_feedback_hz a {
    text-align: center;
    width: 100%;
}
}

@media (prefers-reduced-motion: reduce) {.client_feedback_hz .user_reviews_XP,
    .client_feedback_hz .user_reviews_XP img,
    .client_feedback_hz a,
    .client_feedback_hz a::before {
    transition: none;
}.client_feedback_hz .user_reviews_XP:hover {
    transform: none;
}.client_feedback_hz .user_reviews_XP:hover img {
    transform: none;
}}.title_screen_XJ {
    background-color: rgb(236,215,216);
    justify-content: center;
    display: flex;
    overflow: hidden;
    width: 100%;
    align-items: center;
    position: relative;
    min-height: 100vh;
}.title_screen_XJ .learn_hero_Hy {
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
}.title_screen_XJ .edu_smart_vl {
    grid-template-columns: 1fr;
    display: grid;
    border-radius: 15px;
    overflow: hidden;
    padding: 4rem 3rem;
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}.title_screen_XJ .edu_smart_vl::before {
    backdrop-filter: blur(8px);
    background: linear-gradient(
    135deg,
    rgb(218,173,175,0.5),
    rgb(199,134,139,0.5)
  );
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    top: 0;
}.title_screen_XJ .edu_smart_vl::after {
    width: 40%;
    animation: morphShape 15s ease-in-out infinite alternate;
    content: "";
    height: 60%;
    z-index: 0;
    top: -10%;
    position: absolute;
    right: -5%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    opacity: 0.15;
    background: rgb(199,134,139);
}.title_screen_XJ .edu_smart_vl span {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    position: relative;
    z-index: 2;
}.title_screen_XJ .edu_smart_vl h3 {
    background: linear-gradient(
    90deg,
    rgb(218,173,175,0.5),
    transparent
  );
    max-width: 90%;
    padding: 0.75rem 1rem;
    font-size: calc(23px * 0.9);
    border-left: 3px solid rgb(218,173,175);
    margin: 0;
    font-weight: 600;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #ffffff;
    transform: translateX(0);
    line-height: 1.5;
}.title_screen_XJ .edu_smart_vl h1 {
    transform: translateY(0);
    z-index: 2;
    font-size: clamp(2.5rem, 5vw, 39px);
    letter-spacing: -0.02em;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
    position: relative;
}.title_screen_XJ .edu_smart_vl h1::after {
    margin-top: 1rem;
    width: 80px;
    height: 4px;
    background: linear-gradient(
    90deg,
    rgb(218,173,175),
    rgb(199,134,139)
  );
    display: block;
    border-radius: 10px;
    content: "";
}.title_screen_XJ .edu_smart_vl div div {
    z-index: 2;
    position: relative;
}.title_screen_XJ .edu_smart_vl p {
    border-radius: 10px;
    backdrop-filter: blur(4px);
    background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1),
    transparent
  );
    color: #ffffff;
    max-width: 90%;
    padding: 0.75rem 1rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s;
    margin: 0;
    line-height: 1.6;
    transform: translateY(0);
    font-size: calc(15px * 1.2);
}.title_screen_XJ:hover .edu_smart_vl span {
    transform: translateY(-5px);
}.title_screen_XJ:hover .edu_smart_vl h3 {
    transform: translateX(5px);
}.title_screen_XJ:hover .edu_smart_vl h1 {
    transform: translateY(-5px);
}.title_screen_XJ:hover .edu_smart_vl p {
    transform: translateY(-5px);
}

@keyframes morphShape {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  25% {
    border-radius: 50% 50% 70% 30% / 40% 40% 60% 60%;
  }
  50% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }
  75% {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
  }
  100% {
    border-radius: 30% 70% 70% 30% / 30% 50% 50% 70%;
  }
}

@media (min-width: 768px) {.title_screen_XJ .edu_smart_vl {
    padding: 5rem 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.title_screen_XJ .edu_smart_vl span {
    grid-column: 1 / 3;
}.title_screen_XJ .edu_smart_vl h1 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}.title_screen_XJ .edu_smart_vl div {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}.title_screen_XJ .edu_smart_vl h3 {
    font-size: 23px;
    max-width: 80%;
}
}

@media (min-width: 992px) {.title_screen_XJ .edu_smart_vl {
    padding: 6rem 5rem;
}.title_screen_XJ .edu_smart_vl::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5vw));
}.title_screen_XJ .edu_smart_vl h1 {
    font-size: 39px;
}.title_screen_XJ .edu_smart_vl h1::after {
    width: 120px;
}.title_screen_XJ .edu_smart_vl h3 {
    font-size: calc(23px * 1.1);
    padding: 1rem 1.5rem;
}.title_screen_XJ .edu_smart_vl p {
    font-size: calc(15px * 1.4);
}
}

@media (prefers-reduced-motion) {.title_screen_XJ .edu_smart_vl::after {
    animation: none;
}.title_screen_XJ:hover .edu_smart_vl span,
  .title_screen_XJ:hover .edu_smart_vl h3,
  .title_screen_XJ:hover .edu_smart_vl h1,
  .title_screen_XJ:hover .edu_smart_vl p {
    transform: none;
}}.our_story_qa {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(236,215,216) 0%, rgba(245, 245, 255, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.our_story_qa::before {
    top: 0;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(199,134,139,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(218,173,175,0.5), 0.07) 0%, transparent 50%);
    height: 100%;
    z-index: 0;
    content: "";
    width: 100%;
}.our_story_qa::after {
    width: 300px;
    z-index: 0;
    height: 300px;
    animation: float 12s ease-in-out infinite;
    top: -100px;
    opacity: 0.1;
    background: linear-gradient(225deg, rgb(199,134,139,0.5) 0%, transparent 70%);
    content: "";
    right: -100px;
    position: absolute;
    filter: blur(40px);
    border-radius: 50%;
}.our_story_qa .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
}.our_story_qa h1 {
    position: relative;
    opacity: 0;
    text-align: left;
    color: #000000;
    margin-bottom: 40px;
    transform: translateX(-10px);
    font-weight: 700;
    font-size: 39px;
    animation: slideInTitle 0.8s 0.3s forwards ease-out;
}.our_story_qa h1::after {
    left: 0;
    animation: expandLine 1s 0.8s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(218,173,175) 0%, rgb(199,134,139) 100%);
    content: "";
    bottom: -10px;
    transform-origin: left;
    transform: scaleX(0);
}.our_story_qa .academy_learnings_ly {
    position: relative;
}.our_story_qa .academy_learnings_ly ul {
    list-style: none;
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
}.our_story_qa .learn_study_BJ {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    opacity: 0;
    padding: 35px;
    border-radius: 10px;
    position: relative;
    transition: transform 0.4s, box-shadow 0.4s;
    animation: fadeInUp 0.8s 0.5s forwards ease-out;
    transform: translateY(20px);
    background: #ffffff;
    overflow: hidden;
}.our_story_qa .learn_study_BJ:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.our_story_qa .learn_study_BJ::before {
    opacity: 0.8;
    width: 4px;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(218,173,175), rgb(199,134,139));
}.our_story_qa .learn_study_BJ:nth-child(2)::before {
    background: linear-gradient(to bottom, rgb(199,134,139), rgb(218,173,175));
}.our_story_qa .learn_study_BJ h4 {
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    font-weight: 600;
    padding-left: 15px;
    font-size: calc(21px * 1.1);
}.our_story_qa .learn_study_BJ h4::before {
    content: "";
    height: 2px;
    background-color: rgb(218,173,175);
    position: absolute;
    left: -20px;
    width: 20px;
    animation: slideInLeft 0.6s 1s forwards ease-out;
    transform: translateY(-50%);
    opacity: 0;
    top: 50%;
}.our_story_qa .learn_study_BJ:nth-child(2) h4::before {
    background-color: rgb(199,134,139);
}.our_story_qa .learn_study_BJ div {
    opacity: 0.9;
    font-size: 18px;
    color: #000000;
    scrollbar-width: thin;
    overflow-y: auto;
    max-height: 300px;
    scrollbar-color: rgb(199,134,139,0.5) transparent;
    padding-right: 15px;
    line-height: 1.7;
    padding-left: 15px;
}.our_story_qa .learn_study_BJ div::-webkit-scrollbar {
    width: 4px;
}.our_story_qa .learn_study_BJ div::-webkit-scrollbar-track {
    background: transparent;
}.our_story_qa .learn_study_BJ div::-webkit-scrollbar-thumb {
    background-color: rgb(199,134,139,0.5);
    border-radius: 10px;
}

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

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

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

@keyframes slideInLeft {
    0% {
        left: -20px;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

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

@media (min-width: 768px) {.our_story_qa {
    padding: 150px 0 100px;
}.our_story_qa h1 {
    margin-bottom: 60px;
    font-size: calc(39px * 1.1);
}.our_story_qa h1::after {
    width: 120px;
    height: 4px;
}.our_story_qa .academy_learnings_ly ul {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}.our_story_qa .learn_study_BJ {
    padding: 40px;
}.our_story_qa .learn_study_BJ:nth-child(2) {
    animation: fadeInUp 0.8s 0.8s forwards ease-out;
    transform: translateY(40px);
}.our_story_qa .learn_study_BJ div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.our_story_qa {
    padding: 180px 0 120px;
}.our_story_qa::before {
    background: 
            radial-gradient(circle at 15% 25%, rgba(rgb(199,134,139,0.5), 0.08) 0%, transparent 50%),
            radial-gradient(circle at 85% 75%, rgba(rgb(218,173,175,0.5), 0.1) 0%, transparent 50%);
}.our_story_qa h1 {
    margin-bottom: 80px;
    font-size: calc(39px * 1.2);
}.our_story_qa .academy_learnings_ly ul {
    gap: 60px;
}.our_story_qa .learn_study_BJ {
    padding: 50px;
}.our_story_qa .learn_study_BJ::after {
    height: 100px;
    right: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(199,134,139,0.5), 0.03) 51%);
    bottom: 0;
    z-index: -1;
    width: 100px;
}.our_story_qa .learn_study_BJ:nth-child(2)::after {
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(218,173,175,0.5), 0.03) 51%);
}.our_story_qa .learn_study_BJ h4 {
    font-size: calc(21px * 1.2);
    margin-bottom: 25px;
}.our_story_qa .learn_study_BJ div {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
    max-height: 450px;
}
}

@media (min-width: 1200px) {.our_story_qa .container {
    padding: 0 30px;
}.our_story_qa .academy_learnings_ly ul {
    gap: 80px;
    grid-template-columns: 1fr 1fr;
}.our_story_qa .learn_study_BJ {
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.5s;
}.our_story_qa .learn_study_BJ:hover {
    transform: translateY(-8px) scale(1.01);
}}.academic_expertise_il {
    overflow: hidden;
    background-color: rgb(236,215,216);
    position: relative;
    padding: 6rem 2rem;
}.academic_expertise_il::before {
    border-radius: 50%;
    background: rgb(218,173,175,0.5);
    filter: blur(120px);
    z-index: 0;
    right: -100px;
    content: "";
    width: 300px;
    height: 300px;
    position: absolute;
    top: -100px;
}.academic_expertise_il::after {
    filter: blur(100px);
    background: rgb(199,134,139,0.5);
    border-radius: 50%;
    bottom: -80px;
    width: 250px;
    z-index: 0;
    content: "";
    height: 250px;
    position: absolute;
    left: -80px;
}.academic_expertise_il .user_reviews_XP {
    border-radius: 17px;
    background: #ffffff;
    margin: 0 auto;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    overflow: visible;
    max-width: 1100px;
    position: relative;
    gap: 0;
    z-index: 2;
    grid-template-columns: 1fr 1.2fr;
    display: grid;
}.academic_expertise_il .post_thumbnail_VN {
    border-radius: 17px 0 0 17px;
    height: 500px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(-30px) translateY(-30px);
}.academic_expertise_il .post_thumbnail_VN::before {
    border-radius: 17px;
    z-index: -1;
    content: "";
    top: 30px;
    left: 30px;
    height: 100%;
    background: rgb(218,173,175,0.5);
    width: 100%;
    position: absolute;
}.academic_expertise_il .exp_progress_os {
    padding: 4rem 3rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.academic_expertise_il .name {
    color: #000000;
    margin-bottom: 0.5rem;
    font-size: 41px;
    letter-spacing: -0.5px;
    font-weight: 700;
}.academic_expertise_il .exp_progress_os > div:nth-child(2) {
    margin-bottom: 2rem;
    font-size: 24px;
    position: relative;
    color: rgb(218,173,175);
    display: inline-block;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 15px;
}.academic_expertise_il .exp_progress_os > div:nth-child(2)::after {
    width: 60px;
    position: absolute;
    background: rgb(199,134,139);
    left: 0;
    content: "";
    height: 2px;
    bottom: 0;
}.academic_expertise_il .job_achievements_SR {
    font-size: calc(14px * 1.1);
    font-weight: 300;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    line-height: 1.7;
    font-style: italic;
}.academic_expertise_il .job_achievements_SR::before {
    font-size: 5rem;
    z-index: -1;
    font-family: serif;
    content: "";
    left: -2rem;
    top: -2.5rem;
    color: rgb(199,134,139,0.5);
    position: absolute;
}.academic_expertise_il .user_reviews_XP:hover .post_thumbnail_VN {
    transform: translateX(-20px) translateY(-40px);
}@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(218,173,175,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

.academic_expertise_il .user_reviews_XP:hover .name {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(218,173,175), rgb(199,134,139));
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-fill-color: transparent;
}

@media (max-width: 992px) {.academic_expertise_il .user_reviews_XP {
    max-width: 90%;
    grid-template-columns: 1fr;
}.academic_expertise_il .post_thumbnail_VN {
    height: 400px;
    transform: translateY(-30px);
    border-radius: 17px 17px 0 0;
}.academic_expertise_il .post_thumbnail_VN::before {
    top: 30px;
    width: 100%;
    left: 0;
}.academic_expertise_il .exp_progress_os {
    padding: 1rem 2rem 3rem;
}.academic_expertise_il .user_reviews_XP:hover .post_thumbnail_VN {
    transform: translateY(-40px);
}
}

@media (max-width: 576px) {.academic_expertise_il {
    padding: 4rem 1rem;
}.academic_expertise_il .user_reviews_XP {
    max-width: 100%;
}.academic_expertise_il .post_thumbnail_VN {
    transform: translateY(-20px);
    height: 320px;
}.academic_expertise_il .post_thumbnail_VN::before {
    top: 20px;
}.academic_expertise_il .exp_progress_os {
    padding: 0.5rem 1.5rem 2.5rem;
}.academic_expertise_il .name {
    font-size: calc(31px);
}.academic_expertise_il .exp_progress_os > div:nth-child(2) {
    letter-spacing: 1px;
    font-size: 14px;
}.academic_expertise_il .job_achievements_SR {
    font-size: 14px;
}.academic_expertise_il .user_reviews_XP:hover .post_thumbnail_VN {
    transform: translateY(-25px);
}}footer {
    width: 100%;
    position: relative;
}.comm_guide_Dm {
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    background-color: rgb(218,173,175);
    padding: 80px 0 30px;
}.comm_guide_Dm::before {
    right: 0;
    width: 60%;
    background-color: rgb(218,173,175);
    top: 0;
    content: "";
    height: 100%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 0;
    position: absolute;
}footer .comm_guide_Dm::after {
    height: 200px;
    opacity: 0.3;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(218,173,175), transparent 70%);
    position: absolute;
    content: "";
    width: 200px;
    right: 15%;
    top: 50px;
}footer .sec_cert_uF {
    position: relative;
    z-index: 1;
}footer .edu_asksup_ZX {
    gap: 10px;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}footer .info_item {
    padding: 15px 25px;
    background-color: rgba(255, 255, 255, 0.1);
    flex: 0 1 auto;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    transform: skewX(-5deg);
}footer .info_item:hover {
    background-color: rgb(218,173,175);
    transform: skewX(-5deg) translateY(-5px);
}footer .info_item svg {
    margin-right: 10px;
    height: 20px;
    vertical-align: middle;
    fill: #ffffff;
    transform: skewX(5deg);
    width: 20px;
}footer .info_item p,
footer .info_item a {
    font-size: 15px;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    color: #ffffff;
    transform: skewX(5deg);
}footer .text_main_holder {
    position: relative;
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}footer .top_train_ED {
    padding-left: 20px;
    position: relative;
}footer .top_train_ED::before {
    background-color: rgb(218,173,175);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 5px;
    height: 100%;
}footer .top_train_ED svg {
    margin-bottom: 20px;
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
}footer .exam_prep_PN {
    line-height: 1.6;
    font-size: 16px;
    max-width: 320px;
    color: rgba(255, 255, 255, 0.7);
}footer .head_skill_CY {
    position: relative;
}footer .head_skill_CY h5 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}footer .head_skill_CY h5::after {
    height: 3px;
    position: absolute;
    width: 50px;
    bottom: 0;
    left: 0;
    background-color: rgb(218,173,175);
    content: "";
}footer .top_site_cB {
    margin-bottom: 25px;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}footer .top_site_cB a {
    font-size: 15px;
    padding-left: 0;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    text-decoration: none;
}footer .top_site_cB a::before {
    position: absolute;
    opacity: 0;
    color: rgb(218,173,175);
    content: "→";
    transition: all 0.3s ease;
    left: -20px;
}footer .top_site_cB a:hover {
    padding-left: 20px;
    color: rgb(218,173,175);
}footer .top_site_cB a:hover::before {
    opacity: 1;
    left: 0;
}footer .subscribe_holder {
    border-left: 5px solid rgb(218,173,175);
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 30px;
    position: relative;
}footer .subscribe_holder::before {
    right: -20px;
    content: "";
    background-color: rgb(218,173,175);
    z-index: -1;
    top: -20px;
    border-radius: 50%;
    height: 100px;
    position: absolute;
    opacity: 0.2;
    width: 100px;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-size: 15px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    font-size: 15px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 14px 16px;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(218,173,175);
    background-color: rgba(255, 255, 255, 0.15);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub_set_bd {
    padding: 14px 20px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: rgb(218,173,175);
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
}footer .sub_set_bd:hover {
    transform: translateX(5px);
    background-color: rgb(199,134,139);
}footer .cloud_lab_Ky {
    position: relative;
    padding-top: 20px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .patent_info_Np {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .top_site_cB {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .sub_set_bd {
    white-space: nowrap;
}footer .top_site_cB a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .comm_guide_Dm::before {
    width: 100%;
    background-color: rgb(218,173,175);
    opacity: 0.7;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 767px) {footer .comm_guide_Dm {
    padding: 60px 0 30px;
}footer .edu_asksup_ZX {
    margin-bottom: 40px;
    justify-content: center;
}footer .head_skill_CY h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .cloud_lab_Ky {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .comm_guide_Dm {
    padding: 50px 0 20px;
}footer .info_item {
    width: 100%;
    margin-right: 0;
}footer .top_site_cB {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .sub_set_bd {
    padding: 12px 15px;
}}.appContainer_jE {
    overflow: hidden;
    position: relative;
    background: radial-gradient(circle at 30% 70%, rgb(199,134,139,0.5), transparent 70%), 
                radial-gradient(circle at 70% 30%, rgb(218,173,175,0.5), transparent 60%);
    padding: 6rem 0;
}.appContainer_jE::before {
    position: absolute;
    background-size: 40px 40px;
    content: "";
    top: 0;
    background-image: 
        radial-gradient(circle at 15% 15%, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle at 85% 85%, rgba(255,255,255,0.1) 1px, transparent 1px);
    left: 0;
    height: 100%;
    opacity: 0.6;
    z-index: 1;
    width: 100%;
    animation: constellation 20s infinite linear;
}.appContainer_jE::after {
    border-radius: 50%;
    z-index: 1;
    height: 300px;
    border: 1px solid rgb(199,134,139,0.5);
    left: -150px;
    width: 300px;
    top: 50%;
    opacity: 0.3;
    position: absolute;
    content: "";
    transform: translateY(-50%);
}.appContainer_jE .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.appContainer_jE .knowledge_learning_DL {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    gap: 2.5rem;
    backdrop-filter: blur(8px);
    border-left: 2px solid rgb(199,134,139);
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(135deg, 
                rgba(255,255,255,0.15), 
                rgba(255,255,255,0.05));
    position: relative;
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.1),
        0 1px 0 rgba(255,255,255,0.1) inset;
    padding: 4rem 3rem;
}.appContainer_jE .knowledge_learning_DL:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 1px 0 rgba(255,255,255,0.15) inset;
}.appContainer_jE .knowledge_learning_DL > div:first-child {
    align-items: center;
    position: relative;
    padding-left: 25px;
    display: flex;
}.appContainer_jE .knowledge_learning_DL > div:first-child::before {
    position: absolute;
    content: "";
    transform: translateY(-50%);
    transition: width 0.3s ease;
    left: 0;
    height: 2px;
    top: 50%;
    background: rgb(199,134,139);
    width: 15px;
}.appContainer_jE .knowledge_learning_DL:hover > div:first-child::before {
    width: 20px;
}.appContainer_jE h5 {
    font-weight: 700;
    opacity: 0;
    color: transparent;
    background: linear-gradient(to right, #000000, rgb(199,134,139));
    background-clip: text !important;
    position: relative;
    transform: translateY(20px);
    font-size: 22px;
    line-height: 1.4;
    margin: 0;
    z-index: 2;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    -webkit-background-clip: text !important;
    color: #000000;
}.appContainer_jE p {
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    line-height: 1.7;
    animation: fadeSlideIn 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    z-index: 2;
    margin: 0;
}.appContainer_jE a {
    position: relative;
    padding: 0.5rem 0;
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.3s ease;
}.appContainer_jE a::after {
    position: absolute;
    transition: width 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    bottom: 0;
    content: "";
    width: 0;
    height: 1px;
    background: rgb(199,134,139);
    left: 0;
}.appContainer_jE a:hover {
    transform: translateX(5px);
}.appContainer_jE a:hover::after {
    width: 100%;
}

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

@keyframes constellation {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100px 100px;
    }
}

@media (min-width: 768px) {.appContainer_jE .knowledge_learning_DL {
    border-radius: 0 23px 23px 0;
    padding: 5rem 4rem;
    margin-left: 5rem;
}.appContainer_jE .knowledge_learning_DL::before {
    opacity: 0.5;
    width: 200px;
    position: absolute;
    content: "";
    top: -50px;
    right: -30px;
    border: 1px solid rgb(218,173,175,0.5);
    z-index: 1;
    height: 200px;
    border-radius: 50%;
}.appContainer_jE h5 {
    font-size: calc(22px * 1.1);
}.appContainer_jE p {
    max-width: 90%;
}
}

@media (min-width: 992px) {.appContainer_jE {
    padding: 8rem 0;
}.appContainer_jE .knowledge_learning_DL {
    padding: 6rem 5rem;
    margin-left: 8rem;
    gap: 3rem;
}.appContainer_jE h5 {
    font-size: calc(22px * 1.2);
}.appContainer_jE p {
    max-width: 80%;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.appContainer_jE {
    padding: 4rem 0;
}.appContainer_jE .knowledge_learning_DL {
    padding: 3rem 2rem;
    gap: 2rem;
}.appContainer_jE h5 {
    font-size: calc(22px * 0.9);
}.appContainer_jE::after,
    .appContainer_jE .knowledge_learning_DL::before {
    display: none;
}
}

@media (max-width: 480px) {.appContainer_jE {
    padding: 3rem 0;
}.appContainer_jE .knowledge_learning_DL {
    gap: 1.5rem;
    padding: 2.5rem 1.5rem;
}.appContainer_jE h5 {
    font-size: calc(22px * 0.85);
}.appContainer_jE p {
    font-size: calc(13px * 0.95);
}.appContainer_jE .knowledge_learning_DL > div:first-child {
    padding-left: 20px;
}}.contact_form_section_sJ {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}.contact_form_section_sJ::before {
    background: linear-gradient(135deg, rgb(199,134,139) 0%, rgb(218,173,175) 100%);
    opacity: 0.9;
    left: 0;
    z-index: 0;
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
}.contact_form_section_sJ .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 2;
    position: relative;
}.contact_form_section_sJ .help_card_fI {
    display: grid;
    border-radius: 0;
    gap: 0;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.contact_form_section_sJ .support_widget_SN {
    position: relative;
    padding: 50px;
    background: rgb(236,215,216);
}.contact_form_section_sJ .support_widget_SN::after {
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(218,173,175), rgb(199,134,139));
    right: 0;
    width: 5px;
    top: 0;
    content: '';
}.contact_form_section_sJ .support_widget_SN h3 {
    font-size: 34px;
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 20px;
}.contact_form_section_sJ .support_widget_SN h3::after {
    bottom: 0;
    position: absolute;
    background: rgb(218,173,175);
    width: 80px;
    height: 4px;
    left: 0;
    content: '';
}.contact_form_section_sJ .support_widget_SN div {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    padding-left: 15px;
}.contact_form_section_sJ .support_widget_SN div::before {
    content: '';
    top: 50%;
    opacity: 0.5;
    width: 5px;
    transform: translateY(-50%);
    background: rgb(218,173,175);
    left: 0;
    height: 100%;
    position: absolute;
    border-radius: 10px;
}.contact_form_section_sJ .support_widget_SN div:hover::before {
    opacity: 1;
    height: 120%;
    transition: all 0.3s ease;
}.contact_form_section_sJ .support_widget_SN div svg {
    margin-right: 20px;
    height: 22px;
    width: 22px;
}.contact_form_section_sJ .support_widget_SN div svg path {
    fill: rgb(218,173,175);
}.contact_form_section_sJ .support_widget_SN div span {
    font-weight: 400;
    color: #000000;
    font-size: calc(16px * 0.95);
}.contact_form_section_sJ .support_widget_SN div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.contact_form_section_sJ .support_widget_SN div span a:hover {
    color: rgb(218,173,175);
}.contact_form_section_sJ .feedback_message_El {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px;
}.contact_form_section_sJ .feedback_message_El h3 {
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}.contact_form_section_sJ form {
    flex-direction: column;
    display: flex;
}.contact_form_section_sJ form input[type="text"],
.contact_form_section_sJ form input[type="email"] {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    margin-bottom: 25px;
    padding: 15px 5px;
    border: none;
    background: transparent;
    transition: all 0.3s ease;
    font-size: 16px;
}.contact_form_section_sJ form input[type="text"]:focus,
.contact_form_section_sJ form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(199,134,139);
}.contact_form_section_sJ form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_form_section_sJ .inquiry_card_Ez {
    align-items: flex-start;
    margin: 10px 0 25px;
    display: flex;
}.contact_form_section_sJ .inquiry_card_Ez input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_section_sJ .inquiry_card_Ez label {
    padding-left: 30px;
    font-size: 12px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    line-height: 1.5;
}.contact_form_section_sJ .inquiry_card_Ez label::before {
    left: 0;
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 18px;
    background-color: transparent;
    height: 18px;
    top: 2px;
}.contact_form_section_sJ .inquiry_card_Ez input[type="checkbox"]:checked + label::before {
    border-color: rgb(199,134,139);
    background-color: rgb(199,134,139);
}.contact_form_section_sJ .inquiry_card_Ez input[type="checkbox"]:checked + label::after {
    content: '';
    border: solid #ffffff;
    transform: rotate(45deg);
    height: 10px;
    left: 6px;
    border-width: 0 2px 2px 0;
    position: absolute;
    width: 6px;
    top: 6px;
}.contact_form_section_sJ .inquiry_card_Ez label a {
    color: rgb(199,134,139);
    text-decoration: none;
}.contact_form_section_sJ .inquiry_card_Ez label a:hover {
    text-decoration: underline;
}.contact_form_section_sJ form .feedback_request_BD {
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    border: none;
    background: rgb(199,134,139);
    align-self: flex-start;
    text-transform: uppercase;
    z-index: 1;
    transition: color 0.3s ease;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 15px 35px;
    position: relative;
    overflow: hidden;
}.contact_form_section_sJ form .feedback_request_BD::before {
    top: 0;
    width: 0;
    left: 0;
    background: rgb(218,173,175);
    transition: width 0.3s ease;
    height: 100%;
    content: '';
    z-index: -1;
    position: absolute;
}.contact_form_section_sJ form .feedback_request_BD:hover::before {
    width: 100%;
}@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.contact_form_section_sJ .support_widget_SN div:nth-child(even) {
    animation: pulse 4s infinite;
}

@media screen and (max-width: 992px) {.contact_form_section_sJ .help_card_fI {
    grid-template-columns: 1fr;
}.contact_form_section_sJ .support_widget_SN::after {
    display: none;
}.contact_form_section_sJ .support_widget_SN,
    .contact_form_section_sJ .feedback_message_El {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.contact_form_section_sJ {
    padding: 60px 0;
}.contact_form_section_sJ .support_widget_SN,
    .contact_form_section_sJ .feedback_message_El {
    padding: 30px 20px;
}.contact_form_section_sJ .support_widget_SN h3 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.85);
}.contact_form_section_sJ .support_widget_SN div {
    margin-bottom: 20px;
}.contact_form_section_sJ form .feedback_request_BD {
    padding: 12px 20px;
    width: 100%;
}
}