* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.viewport-container_WB {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}.footer_workshops_Iv {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
}.site_study_eM {
    flex: 1 0 auto;
}.container {
    width: 1279px;
    margin: auto;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    background: rgb(235,227,209);
    z-index: 100;
    overflow: visible;
    margin-top: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 0;
}header::before {
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(216,202,168), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(216,202,168), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(216,202,168), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(216,202,168), 0.03) 25%) 0 0 / 20px 20px;
    top: 0;
    content: '';
    z-index: 0;
}header::after {
    transform: scaleX(0.7);
    transition: transform 0.5s ease;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    transform-origin: center;
    height: 5px;
    background: linear-gradient(to right, 
        rgb(216,202,168), 
        rgb(193,167,127), 
        rgb(216,202,168)
    );
    width: 100%;
}header:hover::after {
    transform: scaleX(1);
}header .nav_class_fZ {
    z-index: 5;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 1.3rem 2.5rem;
    align-items: center;
}header .main_train_pm {
    perspective: 800px;
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
}header .page_head_eK {
    display: block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    position: relative;
}header .page_head_eK:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .page_head_eK::before {
    opacity: 0.1;
    background: rgb(216,202,168);
    top: 0;
    filter: blur(10px);
    left: 0;
    transform: translateZ(-10px);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}header .page_head_eK img {
    max-height: 40px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(20px);
}header .main_sitewrap_Gz {
    padding: 0;
    margin: 0;
    transform-style: preserve-3d;
    position: relative;
    list-style: none;
    perspective: 1000px;
    display: flex;
}header .main_sitewrap_Gz::before {
    transform: rotateX(90deg);
    position: absolute;
    width: 100%;
    transform-origin: top;
    left: 0;
    content: '';
    top: 100%;
    height: 10px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}header .header_lead_Tv {
    transform-style: preserve-3d;
    position: relative;
    margin: 0 0.3rem;
}header .header_lead_Tv a {
    color: #000000;
    transform-style: preserve-3d;
    position: relative;
    text-decoration: none;
    transition: all 0.4s ease;
    font-size: 15px;
    transform: translateZ(0);
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    display: flex;
    padding: 0.7rem 1.2rem;
    align-items: center;
}header .header_lead_Tv a::before {
    transform: translateZ(-5px);
    content: '';
    opacity: 0;
    background: linear-gradient(135deg, 
        rgb(216,202,168,0.5) 0%, 
        rgb(193,167,127,0.5) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}header .header_lead_Tv a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateZ(15px);
}header .header_lead_Tv a:hover::before {
    opacity: 1;
}header .header_lead_Tv a::after {
    right: 5px;
    background: rgb(216,202,168);
    opacity: 0;
    transform: translateZ(-10px);
    left: 5px;
    height: 5px;
    position: absolute;
    transition: all 0.4s ease;
    bottom: -5px;
    content: '';
}header .header_lead_Tv a:hover::after {
    bottom: -8px;
    opacity: 0.3;
}header .nav_class_fZ::before {
    top: 0;
    left: 35%;
    width: 30%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(216,202,168), 
        transparent
    );
    height: 1px;
    position: absolute;
    content: '';
}.site_study_eM {
    position: relative;
    z-index: 1;
    padding-top: 2rem;
    background: #ffffff;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .nav_class_fZ {
    margin: 0 auto;
    max-width: 1320px;
}header .header_lead_Tv {
    margin: 0 0.5rem;
}header .header_lead_Tv a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .nav_class_fZ {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .main_train_pm {
    margin-bottom: 0;
    margin-right: 0;
}header .main_sitewrap_Gz {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .header_lead_Tv a {
    font-size: calc(15px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .nav_class_fZ {
    padding: 0.8rem 1.5rem;
}header .main_train_pm {
    max-width: 140px;
}header .page_head_eK img {
    max-height: 35px;
}header .main_sitewrap_Gz {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    margin-top: 0.8rem;
    justify-content: flex-start;
}header .main_sitewrap_Gz::-webkit-scrollbar {
    height: 3px;
}header .main_sitewrap_Gz::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(216,202,168,0.5);
}header .header_lead_Tv {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .header_lead_Tv a {
    font-size: calc(15px - 2px);
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}
}

@media (max-width: 479px) {header .nav_class_fZ {
    padding: 0.7rem 1.2rem;
}header .main_train_pm {
    max-width: 120px;
}header .header_lead_Tv a {
    font-size: calc(15px - 3px);
    padding: 0.4rem 0.6rem;
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .page_head_eK:hover {
    transform: translateY(-3px);
}header .header_lead_Tv a:hover {
    transform: translateY(-3px);
}}.education_experience_vU {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(235,227,209) 0%, rgb(216,202,168,0.5) 100%);
}.education_experience_vU::before {
    height: 100%;
    opacity: 0.04;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(216,202,168,0.5) 20px,
            rgb(216,202,168,0.5) 21px
        );
}.education_experience_vU::after {
    top: 0;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(216,202,168,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(193,167,127,0.5) 0%, transparent 40%);
    content: "";
    height: 100%;
    filter: blur(80px);
    width: 100%;
    opacity: 0.3;
}.education_experience_vU .container {
    padding: 0 15px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.education_experience_vU .testimonials_track_aN {
    margin: 0 auto;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}.education_experience_vU .testimonials_track_aN::before {
    border-radius: 50%;
    height: 500px;
    width: 500px;
    transform: translate(-50%, -50%);
    animation: orbit 20s linear infinite;
    left: 50%;
    border: 1px solid rgb(216,202,168,0.5);
    opacity: 0.2;
    content: "";
    position: absolute;
    top: 50%;
}.education_experience_vU .testimonials_track_aN::after {
    left: 50%;
    width: 400px;
    top: 50%;
    opacity: 0.15;
    height: 400px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: orbit 15s linear infinite reverse;
    position: absolute;
    content: "";
    border: 1px dashed rgb(193,167,127,0.5);
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.education_experience_vU .featured_photo_jr {
    height: 240px;
    border-radius: 50%;
    position: relative;
    z-index: 5;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 240px;
    margin-bottom: 30px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
}.education_experience_vU .featured_photo_jr::before {
    inset: -30px;
    border-radius: 50%;
    content: "";
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(216,202,168,0.5) 90deg,
        transparent 180deg,
        rgb(193,167,127,0.5) 270deg,
        transparent 360deg
    );
    animation: spin 12s linear infinite;
    opacity: 0.4;
    z-index: -1;
    position: absolute;
}.education_experience_vU .featured_photo_jr::after {
    content: "";
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    z-index: 2;
    inset: 0;
    position: absolute;
    border-radius: 50%;
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.education_experience_vU .name {
    z-index: 3;
    -webkit-text-fill-color: transparent;
    font-size: 46px;
    background-clip: text !important;
    text-align: center;
    margin-bottom: 15px;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(216,202,168) 100%
    );
    color: #000000;
    text-fill-color: transparent;
    transition: all 0.3s ease;
    font-weight: 700;
    position: relative;
    -webkit-background-clip: text !important;
}.education_experience_vU .name::after {
    background: linear-gradient(
        to right,
        rgb(216,202,168) 0%,
        rgb(193,167,127) 100%
    );
    height: 2px;
    width: 0;
    content: "";
    transform: translateX(-50%);
    bottom: -8px;
    transition: width 0.4s ease;
    left: 50%;
    position: absolute;
}.education_experience_vU .testimonials_track_aN:hover .name::after {
    width: 80px;
}.education_experience_vU .testimonials_track_aN span:not(.name) {
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 22px;
    text-align: center;
    z-index: 3;
    letter-spacing: 2px;
    backdrop-filter: blur(5px);
    text-transform: uppercase;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.1);
    color: rgb(193,167,127);
    border-radius: 30px;
    transition: all 0.3s ease;
    position: relative;
    opacity: 0.9;
    margin-bottom: 30px;
    padding: 8px 20px;
}.education_experience_vU .testimonials_track_aN:hover span:not(.name) {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}.education_experience_vU .experience_block_qc {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
    border-radius: 22px;
    margin: 0;
    font-size: 18px;
    color: #000000;
    padding: 35px 45px;
    z-index: 3;
    background: #ffffff;
    max-width: 650px;
    line-height: 1.8;
    text-align: center;
}.education_experience_vU .experience_block_qc::before,
.education_experience_vU .experience_block_qc::after {
    width: 10px;
    content: "";
    position: absolute;
    height: 10px;
}.education_experience_vU .experience_block_qc::before {
    top: 25px;
    border-left: 2px solid rgb(216,202,168);
    left: 25px;
    border-top: 2px solid rgb(216,202,168);
}.education_experience_vU .experience_block_qc::after {
    border-bottom: 2px solid rgb(193,167,127);
    border-right: 2px solid rgb(193,167,127);
    right: 25px;
    bottom: 25px;
}.education_experience_vU .testimonials_track_aN:hover .featured_photo_jr {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
    transform: scale(1.05);
}

@media (max-width: 991px) {.education_experience_vU {
    padding: 90px 0;
}.education_experience_vU .featured_photo_jr {
    margin-bottom: 25px;
    width: 200px;
    height: 200px;
}.education_experience_vU .testimonials_track_aN::before {
    width: 400px;
    height: 400px;
}.education_experience_vU .testimonials_track_aN::after {
    width: 320px;
    height: 320px;
}.education_experience_vU .name {
    font-size: calc(46px * 0.9);
}.education_experience_vU .experience_block_qc {
    max-width: 600px;
    padding: 30px 35px;
}
}

@media (max-width: 767px) {.education_experience_vU {
    padding: 70px 0;
}.education_experience_vU .featured_photo_jr {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}.education_experience_vU .testimonials_track_aN::before {
    width: 320px;
    height: 320px;
}.education_experience_vU .testimonials_track_aN::after {
    height: 260px;
    width: 260px;
}.education_experience_vU .name {
    font-size: calc(46px * 0.8);
}.education_experience_vU .testimonials_track_aN span:not(.name) {
    font-size: calc(22px * 0.95);
    padding: 6px 16px;
    margin-bottom: 25px;
}.education_experience_vU .experience_block_qc {
    max-width: 100%;
    font-size: calc(18px * 0.95);
    padding: 25px 30px;
}.education_experience_vU .experience_block_qc::before,
    .education_experience_vU .experience_block_qc::after {
    height: 8px;
    width: 8px;
}.education_experience_vU .experience_block_qc::before {
    top: 20px;
    left: 20px;
}.education_experience_vU .experience_block_qc::after {
    bottom: 20px;
    right: 20px;
}
}

@media (max-width: 575px) {.education_experience_vU {
    padding: 50px 0;
}.education_experience_vU .featured_photo_jr {
    height: 150px;
    width: 150px;
    margin-bottom: 18px;
}.education_experience_vU .testimonials_track_aN::before {
    width: 260px;
    height: 260px;
}.education_experience_vU .testimonials_track_aN::after {
    width: 200px;
    height: 200px;
}.education_experience_vU .name {
    font-size: calc(46px * 0.7);
}.education_experience_vU .testimonials_track_aN span:not(.name) {
    padding: 5px 12px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: calc(22px * 0.9);
}.education_experience_vU .experience_block_qc {
    font-size: calc(18px * 0.9);
    padding: 20px 25px;
}.education_experience_vU .experience_block_qc::before,
    .education_experience_vU .experience_block_qc::after {
    width: 6px;
    height: 6px;
}.education_experience_vU .experience_block_qc::before {
    top: 15px;
    left: 15px;
}.education_experience_vU .experience_block_qc::after {
    bottom: 15px;
    right: 15px;
}}.course_rewards_PI {
    padding: 7rem 0;
    background: linear-gradient(145deg, #ecf0f3 0%, #e2e6ea 100%);
    overflow: hidden;
    position: relative;
}.course_rewards_PI::before {
    right: 0;
    background: linear-gradient(90deg, rgb(216,202,168) 0%, rgb(193,167,127) 100%);
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    content: "";
}.course_rewards_PI::after {
    right: -120px;
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, rgb(216,202,168,0.5) 0%, transparent 70%);
    bottom: -120px;
    border-radius: 50%;
    filter: blur(40px);
    z-index: 0;
}.course_rewards_PI h5 {
    color: #000000;
    position: relative;
    font-size: 24px;
    letter-spacing: 0.03em;
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: center;
    transform: perspective(1000px) translateZ(10px);
}.course_rewards_PI h5::after {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 4px;
    width: 80px;
    content: "";
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    border-radius: 2px;
    position: absolute;
    background: linear-gradient(90deg, rgb(216,202,168) 0%, rgb(193,167,127) 100%);
}.course_rewards_PI .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.course_rewards_PI .learn_experts_Ia {
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    gap: 3rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08),
                -8px -8px 20px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.3),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    background: linear-gradient(145deg, #ffffff 0%, #f5f5f5 100%);
    grid-template-columns: 1fr;
    padding: 3rem;
}.course_rewards_PI .learn_experts_Ia:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1),
                -10px -10px 25px rgba(255, 255, 255, 1),
                inset 2px 2px 5px rgba(255, 255, 255, 0.3),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.course_rewards_PI .featured_photo_jr {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateZ(20px);
    border-radius: 15px;
    height: auto;
    width: 100%;
    object-fit: cover;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
                -8px -8px 16px rgba(255, 255, 255, 0.8);
}.course_rewards_PI .featured_photo_jr:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.12),
                -10px -10px 20px rgba(255, 255, 255, 0.9);
    transform: translateZ(30px) scale(1.02);
}.course_rewards_PI .text_display_box_XJ {
    justify-content: center;
    flex-direction: column;
    display: flex;
}.course_rewards_PI ul {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
    margin: 0;
}.course_rewards_PI li {
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.06),
                -6px -6px 12px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    padding: 1rem 1.5rem;
    position: relative;
    background: linear-gradient(145deg, #f5f5f5 0%, #ffffff 100%);
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.course_rewards_PI li:hover {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08),
                -8px -8px 16px rgba(255, 255, 255, 0.9),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    transform: translateY(-3px) scale(1.01);
}.course_rewards_PI li p {
    line-height: 1.6;
    margin: 0;
    color: #000000;
    padding-left: 2.2rem;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}.course_rewards_PI li:nth-child(odd) {
    border-left: 3px solid rgb(216,202,168);
}.course_rewards_PI li:nth-child(even) {
    border-left: 3px solid rgb(193,167,127);
}.course_rewards_PI li svg {
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
}.course_rewards_PI li:hover svg {
    transform: rotate(5deg) scale(1.1);
}.course_rewards_PI li svg path {
    transition: fill 0.3s ease;
    fill: rgb(216,202,168);
}.course_rewards_PI li:hover svg path {
    fill: rgb(193,167,127);
}.course_rewards_PI li:nth-child(even) svg path {
    fill: rgb(193,167,127);
}.course_rewards_PI li:nth-child(even):hover svg path {
    fill: rgb(216,202,168);
}

@media (min-width: 768px) {.course_rewards_PI {
    padding: 8rem 0;
}.course_rewards_PI h5 {
    font-size: calc(24px * 1.1);
    margin-bottom: 4rem;
}.course_rewards_PI .learn_experts_Ia {
    padding: 4rem;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
}.course_rewards_PI ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.course_rewards_PI li {
    padding: 1.2rem 1.8rem;
}
}

@media (min-width: 992px) {.course_rewards_PI {
    padding: 10rem 0;
}.course_rewards_PI h5 {
    font-size: calc(24px * 1.2);
}.course_rewards_PI h5::after {
    width: 100px;
}.course_rewards_PI .learn_experts_Ia {
    transform: perspective(1500px) rotateX(2deg);
}.course_rewards_PI .featured_photo_jr {
    height: 100%;
    object-position: center;
}.course_rewards_PI li p {
    font-size: calc(14px * 1.05);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.course_rewards_PI {
    padding: 5rem 0;
}.course_rewards_PI h5 {
    font-size: calc(24px * 0.9);
    margin-bottom: 2.5rem;
    padding: 0 1rem;
}.course_rewards_PI .learn_experts_Ia {
    gap: 2rem;
    padding: 2rem;
}.course_rewards_PI li {
    padding: 1rem;
}.course_rewards_PI li p {
    line-height: 1.5;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.course_rewards_PI {
    padding: 4rem 0;
}.course_rewards_PI h5 {
    font-size: calc(24px * 0.85);
    margin-bottom: 2rem;
}.course_rewards_PI .learn_experts_Ia {
    padding: 1.5rem;
    gap: 1.5rem;
}.course_rewards_PI ul {
    gap: 1rem;
}.course_rewards_PI li {
    padding: 0.8rem;
}.course_rewards_PI li p {
    font-size: calc(14px * 0.9);
    padding-left: 2rem;
}.course_rewards_PI li svg {
    width: 20px;
    height: 20px;
}}.subscribe_to_newsletter_oE {
    padding: 5rem 2rem;
    background: linear-gradient(120deg, rgb(216,202,168,0.5) 0%, rgb(235,227,209) 50%, rgba(0, 0, 0, 0.5) 100%);
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}.subscribe_to_newsletter_oE::before {
    left: 0;
    filter: blur(40px);
    z-index: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 70% 20%, rgb(193,167,127,0.5) 0%, transparent 30%),
        radial-gradient(circle at 30% 70%, rgb(216,202,168,0.5) 0%, transparent 25%);
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
}.subscribe_to_newsletter_oE .learn_experts_Ia {
    z-index: 1;
    margin: 0 auto;
    perspective: 1500px;
    max-width: 1200px;
    position: relative;
}.subscribe_to_newsletter_oE .reach_query_xM {
    width: 90%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 12px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    padding: 3rem;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    transform: rotateX(10deg) rotateY(-5deg);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 800px;
    transform-style: preserve-3d;
}.subscribe_to_newsletter_oE .reach_query_xM:hover {
    transform: rotateX(0deg) rotateY(0deg);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.subscribe_to_newsletter_oE h3 {
    position: relative;
    width: fit-content;
    font-size: 36px;
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 700;
    transform: translateZ(30px);
}.subscribe_to_newsletter_oE h3::before {
    width: 50%;
    height: 3px;
    transform: translateZ(35px);
    content: "";
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, rgb(216,202,168), transparent);
    position: absolute;
}.subscribe_to_newsletter_oE .input_holder {
    width: 100%;
    transform: translateZ(20px);
    flex-direction: column;
    display: flex;
    position: relative;
}.subscribe_to_newsletter_oE input[type="email"] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    font-size: 13px;
    padding: 1.2rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    color: #ffffff;
    margin-bottom: 1.5rem;
}.subscribe_to_newsletter_oE input[type="email"]:focus {
    border-color: rgb(216,202,168);
    box-shadow: 0 5px 20px rgb(216,202,168,0.5);
    outline: none;
    transform: translateZ(40px) scale(1.02);
}.subscribe_to_newsletter_oE input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.subscribe_to_newsletter_oE .email_section_wH {
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    background: rgb(216,202,168);
    transform: translateZ(20px) translateX(0);
    position: relative;
    padding: 1.2rem 2.5rem;
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    align-self: flex-start;
    color: #ffffff;
}.subscribe_to_newsletter_oE .email_section_wH::before {
    height: 120%;
    content: "";
    width: 120%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -150%;
    top: -10%;
    transform: rotate(45deg);
    transition: all 0.5s ease;
}.subscribe_to_newsletter_oE .email_section_wH:hover {
    background: linear-gradient(to right, rgb(216,202,168), rgb(193,167,127));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateZ(40px) translateX(10px);
}.subscribe_to_newsletter_oE .email_section_wH:hover::before {
    left: 150%;
}

@media (min-width: 768px) {.subscribe_to_newsletter_oE {
    padding: 7rem 3rem;
}.subscribe_to_newsletter_oE .reach_query_xM {
    padding: 4rem;
}.subscribe_to_newsletter_oE .input_holder {
    align-items: center;
    gap: 1.5rem;
    flex-direction: row;
}.subscribe_to_newsletter_oE input[type="email"] {
    margin-bottom: 0;
    flex: 1;
}.subscribe_to_newsletter_oE .email_section_wH {
    align-self: center;
}
}

@media (max-width: 767px) {.subscribe_to_newsletter_oE {
    padding: 4rem 1.5rem;
}.subscribe_to_newsletter_oE h3 {
    transform: translateZ(20px);
    font-size: 23px;
}.subscribe_to_newsletter_oE .reach_query_xM {
    transform: rotateX(5deg) rotateY(-3deg);
    padding: 2rem;
    width: 100%;
}.subscribe_to_newsletter_oE .email_section_wH {
    width: 100%;
}}.course_structure_AG {
    background: linear-gradient(135deg, rgb(235,227,209) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.course_structure_AG::before {
    background: rgb(216,202,168,0.5);
    animation: float 15s ease-in-out infinite;
    width: 300px;
    z-index: 0;
    height: 300px;
    filter: blur(80px);
    top: -50px;
    position: absolute;
    content: "";
    right: -50px;
}.course_structure_AG::after {
    width: 250px;
    left: -80px;
    animation: float 18s ease-in-out infinite alternate;
    bottom: -80px;
    content: "";
    background: rgb(193,167,127,0.5);
    z-index: 0;
    filter: blur(60px);
    height: 250px;
    position: absolute;
}.course_structure_AG .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.course_structure_AG h2 {
    transform: translateX(-5%);
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    position: relative;
    font-size: calc(29px * 1.1);
    margin-bottom: 40px;
    opacity: 0;
}.course_structure_AG h2::after {
    left: 0;
    position: absolute;
    width: 80px;
    transform-origin: left;
    transform: scaleX(0);
    bottom: -10px;
    height: 4px;
    animation: scaleIn 1.2s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    content: "";
    background: linear-gradient(90deg, rgb(216,202,168) 0%, rgb(193,167,127) 100%);
}.course_structure_AG .class_plan_de {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 40px;
}.course_structure_AG .featured_photo_jr {
    animation: fadeUp 1s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(20px);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    opacity: 0;
    height: 380px;
    border-radius: 4px;
}.course_structure_AG .featured_photo_jr::before {
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.5));
    position: absolute;
    height: 100%;
}.course_structure_AG .featured_photo_jr::after {
    opacity: 0.2;
    mix-blend-mode: hue;
    z-index: 2;
    content: "";
    position: absolute;
    transition: opacity 0.5s ease;
    inset: 0;
    background: rgb(216,202,168);
}.course_structure_AG .featured_photo_jr:hover::after {
    opacity: 0;
}.course_structure_AG .text_display_box_XJ {
    gap: 30px;
    display: flex;
    transform: translateY(20px);
    flex-direction: column;
    opacity: 0;
    animation: fadeUp 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.course_structure_AG .description {
    position: relative;
    font-size: 18px;
    transition: border-left 0.3s ease;
    color: #000000;
    border-left: 2px solid rgb(193,167,127,0.5);
    padding-left: 15px;
    line-height: 1.8;
    margin: 0;
}.course_structure_AG .description:first-of-type {
    position: relative;
    z-index: 2;
}.course_structure_AG .description:nth-of-type(2) {
    margin-top: 20px;
    z-index: 1;
    position: relative;
}.course_structure_AG .description:hover {
    border-left: 2px solid rgb(193,167,127);
}.course_structure_AG .description::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(216,202,168);
}

@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) {.course_structure_AG .class_plan_de {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: flex-start;
    gap: 60px;
}.course_structure_AG .featured_photo_jr {
    height: 500px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transition: clip-path 0.5s ease;
}.course_structure_AG .featured_photo_jr:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.course_structure_AG h2 {
    font-size: calc(29px * 1.2);
    max-width: 80%;
}.course_structure_AG .text_display_box_XJ {
    padding-top: 20px;
}
}

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

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

@media (max-width: 767px) {.course_structure_AG {
    padding: 80px 0;
}.course_structure_AG h2 {
    font-size: 29px;
    margin-bottom: 30px;
}.course_structure_AG .featured_photo_jr {
    height: 280px;
}.course_structure_AG .description {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}}.title_page_Kp {
    position: relative;
    padding: 5% 3%;
    justify-content: center;
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, rgb(235,227,209) 0%, rgb(216,202,168,0.5) 100%);
}.title_page_Kp > div {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 1200px;
}.title_page_Kp h1.course_begin_za {
    opacity: 1;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: clamp(2rem, 5vw, 43px);
    font-weight: 700;
    animation: title-entry 1s ease-out;
    color: #000000;
    transform: translateY(0);
}.title_page_Kp h1.course_begin_za::after {
    transform-origin: left;
    height: 0.25rem;
    width: 4rem;
    position: absolute;
    animation: underline-grow 1.2s ease-out forwards;
    background: linear-gradient(90deg, rgb(216,202,168) 0%, rgb(193,167,127) 100%);
    left: 0;
    bottom: -0.5rem;
    content: "";
}.title_page_Kp p {
    font-size: clamp(1rem, 2vw, 16px);
    max-width: 600px;
    margin-bottom: 2rem;
    color: #000000;
    line-height: 1.6;
    animation: fade-in 1.4s ease-out;
}.title_page_Kp .master_expert_Jm {
    width: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transition: transform 0.6s ease-out;
    position: relative;
    transform: perspective(1000px) rotateY(0deg);
}.title_page_Kp .master_expert_Jm:hover {
    transform: perspective(1000px) rotateY(2deg);
}.title_page_Kp .study_training_ci {
    width: 100%;
    min-height: 320px;
    overflow: hidden;
    position: relative;
    border-radius: 27px;
}.title_page_Kp .study_training_ci::before {
    background: linear-gradient(to right, rgb(216,202,168,0.5), rgba(0, 0, 0, 0.5));
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    opacity: 0.7;
    transition: opacity 0.4s ease;
    z-index: 1;
    position: absolute;
    width: 100%;
}.title_page_Kp .study_training_ci:hover::before {
    opacity: 0.5;
}.title_page_Kp .study_training_ci span {
    padding: 2rem;
    transform: translateY(0);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    z-index: 2;
    transition: transform 0.4s ease;
}.title_page_Kp .study_training_ci:hover span {
    transform: translateY(-5px);
}.title_page_Kp .study_training_ci h3 {
    line-height: 1.4;
    color: #ffffff;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

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

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes underline-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.title_page_Kp > div {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}.title_page_Kp .master_expert_Jm {
    height: 100%;
}.title_page_Kp .study_training_ci {
    min-height: 400px;
    height: 100%;
}
}

@media (max-width: 767px) {.title_page_Kp {
    padding: 4rem 1.5rem;
}.title_page_Kp h1.course_begin_za {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
}.title_page_Kp .study_training_ci span {
    padding: 1.5rem;
}.title_page_Kp .study_training_ci h3 {
    font-size: 1.1rem;
}
}

@media (max-width: 480px) {.title_page_Kp {
    padding: 3rem 1rem;
}.title_page_Kp h1.course_begin_za::after {
    width: 3rem;
}.title_page_Kp .study_training_ci {
    min-height: 250px;
}.title_page_Kp .study_training_ci span {
    padding: 1rem;
}
}

@media (hover: none) {.title_page_Kp .master_expert_Jm:hover {
    transform: none;
}.title_page_Kp .study_training_ci:hover::before {
    opacity: 0.7;
}.title_page_Kp .study_training_ci:hover span {
    transform: none;
}}footer {
    position: relative;
    width: 100%;
}.footer_workshops_Iv {
    position: relative;
    background-color: rgb(216,202,168);
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    color: #ffffff;
}.footer_workshops_Iv::before {
    background-color: rgb(216,202,168);
    top: 0;
    z-index: 0;
    height: 100%;
    right: 0;
    content: "";
    width: 60%;
    position: absolute;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}footer .footer_workshops_Iv::after {
    opacity: 0.3;
    right: 15%;
    top: 50px;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(216,202,168), transparent 70%);
}footer .eco_foot_pX {
    z-index: 1;
    position: relative;
}footer .submit_feedback_lp {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 60px;
}footer .info_item {
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    flex: 0 1 auto;
    padding: 15px 25px;
    margin-right: 10px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    margin-bottom: 10px;
    transform: skewX(-5deg);
}footer .info_item:hover {
    background-color: rgb(216,202,168);
    transform: skewX(-5deg) translateY(-5px);
}footer .info_item svg {
    height: 20px;
    fill: #ffffff;
    transform: skewX(5deg);
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    transform: skewX(5deg);
    text-decoration: none;
    vertical-align: middle;
}footer .text_main_holder {
    display: grid;
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
}footer .main_train_pm {
    padding-left: 20px;
    position: relative;
}footer .main_train_pm::before {
    background-color: rgb(216,202,168);
    top: 0;
    content: "";
    width: 5px;
    position: absolute;
    height: 100%;
    left: 0;
}footer .main_train_pm svg {
    width: auto;
    filter: brightness(0) invert(1);
    height: 45px;
    margin-bottom: 20px;
}footer .referral_prog_Ka {
    max-width: 320px;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .main_sitewrap_Gz {
    position: relative;
}footer .main_sitewrap_Gz h5 {
    letter-spacing: 1px;
    font-size: 19px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: #ffffff;
}footer .main_sitewrap_Gz h5::after {
    height: 3px;
    width: 50px;
    bottom: 0;
    left: 0;
    content: "";
    background-color: rgb(216,202,168);
    position: absolute;
}footer .main_pro_hQ {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    display: grid;
    margin-bottom: 25px;
    gap: 15px;
}footer .main_pro_hQ a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    padding-left: 0;
}footer .main_pro_hQ a::before {
    content: "→";
    color: rgb(216,202,168);
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
    left: -20px;
}footer .main_pro_hQ a:hover {
    padding-left: 20px;
    color: rgb(216,202,168);
}footer .main_pro_hQ a:hover::before {
    left: 0;
    opacity: 1;
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.3);
    border-left: 5px solid rgb(216,202,168);
    padding: 30px;
    border-radius: 22px;
    position: relative;
}footer .subscribe_holder::before {
    height: 100px;
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    right: -20px;
    content: "";
    top: -20px;
    width: 100px;
    border-radius: 50%;
    background-color: rgb(216,202,168);
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-size: 12px;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    font-size: 12px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 2px rgb(216,202,168);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .email_section_wH {
    padding: 14px 20px;
    background-color: rgb(216,202,168);
    font-size: 18px;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
}footer .email_section_wH:hover {
    background-color: rgb(193,167,127);
    transform: translateX(5px);
}footer .cert_block_qQ {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 60px;
    padding-top: 20px;
}footer .footer_classes_Us {
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: 16px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .main_pro_hQ {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .email_section_wH {
    white-space: nowrap;
}footer .main_pro_hQ a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .footer_workshops_Iv::before {
    background-color: rgb(216,202,168);
    opacity: 0.7;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 767px) {footer .footer_workshops_Iv {
    padding: 60px 0 30px;
}footer .submit_feedback_lp {
    justify-content: center;
    margin-bottom: 40px;
}footer .main_sitewrap_Gz h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .cert_block_qQ {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .footer_workshops_Iv {
    padding: 50px 0 20px;
}footer .info_item {
    margin-right: 0;
    width: 100%;
}footer .main_pro_hQ {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .email_section_wH {
    padding: 12px 15px;
}}.gratCard_ql {
    background: linear-gradient(135deg, rgb(235,227,209), rgb(193,167,127,0.5) 120%);
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
}.gratCard_ql::before {
    content: "";
    left: 0;
    opacity: 0.4;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: radial-gradient(circle at 75% 25%, rgb(216,202,168,0.5) 0%, transparent 60%);
    top: 0;
}.gratCard_ql::after {
    animation: float 15s ease-in-out infinite;
    bottom: -10%;
    position: absolute;
    right: -5%;
    width: 40%;
    height: 60%;
    z-index: 0;
    transform: rotate(-15deg);
    opacity: 0.1;
    content: "";
    background: linear-gradient(225deg, rgb(193,167,127) 0%, transparent 70%);
}.gratCard_ql .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.gratCard_ql .learn_experts_Ia {
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    transform-origin: center bottom;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 15px 25px rgba(rgb(193,167,127), 0.05),
              0 5px 10px rgba(rgb(216,202,168), 0.03);
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.85);
}.gratCard_ql .learn_experts_Ia:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
              0 20px 30px rgba(rgb(193,167,127), 0.07),
              0 10px 15px rgba(rgb(216,202,168), 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.gratCard_ql .learn_experts_Ia > div:first-child {
    margin-bottom: 2rem;
    position: relative;
    transform: translateX(-20px);
    opacity: 0;
    padding-left: 1.5rem;
    animation: slideInLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    border-left: 4px solid rgb(216,202,168);
}.gratCard_ql .learn_experts_Ia > div:last-child {
    transform: translateY(20px);
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    position: relative;
    opacity: 0;
}.gratCard_ql h5 {
    font-weight: 700;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    color: #000000;
    margin: 0 0 1rem 0;
    font-size: 24px;
    position: relative;
}.gratCard_ql h5::after {
    content: "";
    background: linear-gradient(90deg, rgb(216,202,168), transparent);
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    width: 4rem;
    bottom: -0.75rem;
    height: 3px;
}.gratCard_ql p {
    font-family: Arial, sans-serif;
    margin: 0;
    overflow: hidden;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
}.gratCard_ql a {
    text-decoration: none;
    display: block;
    color: inherit;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.gratCard_ql a::before {
    content: "";
    width: 0.5rem;
    left: -2.5rem;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(216,202,168), rgb(193,167,127));
    top: 0;
    transform: translateX(-10px);
    height: 100%;
    opacity: 0;
    position: absolute;
}.gratCard_ql a:hover {
    transform: translateX(10px);
}.gratCard_ql a:hover::before {
    transform: translateX(0);
    opacity: 0.7;
}.gratCard_ql a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(216,202,168,0.5);
}

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

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

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

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

@media (min-width: 768px) {.gratCard_ql {
    padding: 8rem 3rem;
}.gratCard_ql .learn_experts_Ia {
    padding: 4.5rem 5rem;
    margin: 0 5rem;
}.gratCard_ql .learn_experts_Ia > div:first-child {
    padding-left: 2rem;
    margin-bottom: 3rem;
    border-left-width: 6px;
}.gratCard_ql h5 {
    font-size: calc(24px * 1.1);
}.gratCard_ql p {
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 992px) {.gratCard_ql .learn_experts_Ia {
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
}.gratCard_ql .learn_experts_Ia > div:first-child {
    margin-right: 5rem;
    flex: 0 0 40%;
    margin-bottom: 0;
}.gratCard_ql .learn_experts_Ia > div:last-child {
    flex: 0 0 60%;
}.gratCard_ql h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.gratCard_ql {
    padding: 4rem 1.5rem;
}.gratCard_ql .learn_experts_Ia {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.gratCard_ql h5 {
    font-size: calc(24px * 0.9);
}.gratCard_ql p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}.gratCard_ql a::before {
    left: -1.5rem;
    width: 0.3rem;
}}.privacy_shelter_IV {
    height: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    padding: 50px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_shelter_IV h1 {
    text-transform: uppercase;
    border-bottom: 3px solid rgb(216,202,168);
    margin-top: 0;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 40px;
    padding-bottom: 15px;
    color: rgb(216,202,168);
}.privacy_shelter_IV h2 {
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(193,167,127);
    text-transform: uppercase;
    margin-bottom: 20px;
    color: rgb(193,167,127);
    font-size: 30px;
    font-weight: 600;
    margin-top: 30px;
}.privacy_shelter_IV h3, .privacy_shelter_IV h4, .privacy_shelter_IV h5, .privacy_shelter_IV h6 {
    margin-top: 25px;
    color: rgb(216,202,168);
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 400;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(216,202,168,0.5);
}.privacy_shelter_IV ul, .privacy_shelter_IV ol {
    list-style-type: none;
    margin: 20px 0;
    padding-left: 0;
}.privacy_shelter_IV ul li::before {
    width: 1em;
    display: inline-block;
    content: '•';
    color: rgb(193,167,127);
    margin-left: -1em;
}.privacy_shelter_IV ol li {
    counter-increment: list;
}.privacy_shelter_IV ol li::before {
    content: counter(list) ".";
    color: rgb(193,167,127);
    margin-left: -1em;
    display: inline-block;
    width: 1em;
}.privacy_shelter_IV li {
    margin-bottom: 10px;
    padding-left: 5px;
}.privacy_shelter_IV section {
    border-radius: 10px;
    background: rgb(193,167,127,0.5);
    padding: 30px;
    border: 1px solid rgb(216,202,168,0.5);
}.privacy_shelter_IV p, .privacy_shelter_IV span, .privacy_shelter_IV div {
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.8;
    font-size: 13px;
}

@media only screen and (max-width: 800px) {.privacy_shelter_IV {
    padding: 25px;
}.privacy_shelter_IV h1 {
    font-size: calc(24px - 10px);
}.privacy_shelter_IV h2 {
    font-size: calc(24px - 8px);
}.privacy_shelter_IV h3, .privacy_shelter_IV h4, .privacy_shelter_IV h5, .privacy_shelter_IV h6 {
    font-size: calc(18px - 6px);
}.privacy_shelter_IV ul, .privacy_shelter_IV ol {
    margin-left: 15px;
}}

.privacy_shelter_IV a {
    text-decoration: none;
    border-bottom: 2px solid rgb(216,202,168,0.5);
    color: rgb(216,202,168);
}.privacy_shelter_IV a:hover {
    border-bottom: 2px solid rgb(216,202,168);
    text-decoration: underline;
}.cookie_message_alert_wA {
    z-index: 90;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: rgb(235,227,209);
    border-top: 2px solid rgb(216,202,168);
}#policyAlertWindow_vo {
    display: none;
}#policyAlertWindow_vo:checked ~ .cookie_message_alert_wA {
    visibility: hidden;
    opacity: 0;
}.cookie_box_JP {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    display: flex;
}.cookie_message_alert_wA h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_message_alert_wA p {
    font-size: 18px;
}.cookie_rules_SW {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_rules_SW svg, .cookie_rules_SW svg path, .cookie_rules_SW img {
    height: 100px;
    width: 100px;
    fill: rgb(216,202,168);
}.web_tracking_uX {
    min-width: 120px;
    line-height: 35px;
    text-align: center;
    flex-shrink: 0;
    color: rgb(216,202,168);
    cursor: pointer;
    margin-left: 10px;
    border-bottom: 2px solid rgb(216,202,168);
    text-decoration: none;
    white-space: nowrap;
    font-size: 24px;
}.cookie_message_alert_wA p a {
    text-decoration: none;
    color: rgb(216,202,168);
}
@media only screen and (max-width: 1200px) {.cookie_message_alert_wA {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_rules_SW {
    display: none;
}.cookie_box_JP {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_message_alert_wA h5 {
    text-align: center;
}.cookie_message_alert_wA p {
    text-align: center;
}.cookie_none_sa {
    margin-bottom: 20px;
}body .viewport-container_WB .web_tracking_uX {
    margin-left: 0;
    margin-bottom: 10px;
}}
.viewport-container_WB .cookie_message_alert_wA {
    background: rgb(216,202,168);
    box-shadow: rgb(193,167,127,0.5) 0px 0px 10px 10px;
}.viewport-container_WB .cookie_box_JP {
    padding: 40px 0;
    justify-content: space-between;
}.viewport-container_WB .web_tracking_uX {
    padding: 10px;
    margin-left: 30px;
    background: #ffffff;
    color: rgb(216,202,168);
    border: none;
    font-size: 20px;
}.viewport-container_WB .cookie_none_sa {
    text-align: left;
    color: #ffffff;
}.viewport-container_WB .cookie_none_sa h5 {
    font-weight: 700;
}.viewport-container_WB .cookie_none_sa h5, .viewport-container_WB .cookie_none_sa p {
    color: #ffffff;
}.viewport-container_WB .cookie_message_alert_wA p a {
    color: rgb(193,167,127);
    text-decoration: underline;
}.customer_comments_UI {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(193,167,127,0.5) 100%);
}.customer_comments_UI::before {
    background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.05) 0%, transparent 60%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
}.customer_comments_UI::after {
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
    opacity: 0.3;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(216,202,168,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 80%, rgb(193,167,127,0.5) 0%, transparent 8%),
        radial-gradient(circle at 50% 50%, rgb(216,202,168,0.5) 0%, transparent 6%);
    left: 0;
    position: absolute;
}.customer_comments_UI h2 {
    font-weight: 700;
    margin-bottom: 3.5rem;
    transition: transform 0.5s ease-out;
    text-align: center;
    text-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transform: perspective(1000px) rotateX(5deg);
    z-index: 2;
    position: relative;
    color: #ffffff;
    font-size: 33px;
}.customer_comments_UI h2:hover {
    transform: perspective(1000px) rotateX(0deg);
}.customer_comments_UI .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}.customer_comments_UI .learn_experts_Ia {
    position: relative;
}.customer_comments_UI .user_ratings_GB {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    gap: 2.5rem;
}.customer_comments_UI .testimonials_track_aN {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    z-index: 2;
    transform-origin: center bottom;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    position: relative;
}.customer_comments_UI .testimonials_track_aN::before {
    z-index: -1;
    width: 100%;
    background: linear-gradient(to bottom right, transparent 49.5%, rgb(216,202,168,0.5) 50%, transparent 50.5%);
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.1;
    transition: opacity 0.3s ease;
    top: 0;
}.customer_comments_UI .testimonials_track_aN:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}.customer_comments_UI .testimonials_track_aN:hover::before {
    opacity: 0.2;
}.customer_comments_UI .testimonials_track_aN::after {
    z-index: -1;
    content: '"';
    font-family: Arial, sans-serif;
    color: rgb(216,202,168,0.5);
    top: 10px;
    position: absolute;
    opacity: 0.15;
    font-size: 6rem;
    line-height: 1;
    right: 20px;
}.customer_comments_UI .testimonials_track_aN h3 {
    color: rgb(216,202,168);
    margin-bottom: 0.8rem;
    font-weight: 600;
    display: inline-block;
    font-size: calc(22px * 1.1);
    position: relative;
}.customer_comments_UI .testimonials_track_aN h3::after {
    left: 0;
    width: 0;
    background: rgb(193,167,127);
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    bottom: -5px;
}.customer_comments_UI .testimonials_track_aN:hover h3::after {
    width: 100%;
}.customer_comments_UI .testimonials_track_aN .description {
    line-height: 1.6;
    font-size: 18px;
    z-index: 2;
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
}.customer_comments_UI .testimonials_track_aN div {
    z-index: 2;
    position: relative;
    width: 60px;
    transform: rotate(-5deg);
    height: 60px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    border: 2px solid rgb(216,202,168,0.5);
}.customer_comments_UI .testimonials_track_aN:hover div {
    transform: rotate(0deg) scale(1.1);
}.customer_comments_UI .testimonials_track_aN img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 0.4s ease;
}.customer_comments_UI .testimonials_track_aN:hover img {
    transform: scale(1.1);
}@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

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

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

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

@media screen and (max-width: 480px) {.customer_comments_UI {
    padding: 2.5rem 0;
}.customer_comments_UI h2 {
    margin-bottom: 1.5rem;
    transform: none;
    font-size: calc(33px * 0.7);
}.customer_comments_UI .testimonials_track_aN {
    padding: 1.25rem;
}.customer_comments_UI .testimonials_track_aN .description {
    margin-bottom: 1rem;
    font-size: calc(18px * 0.95);
}.customer_comments_UI .testimonials_track_aN h3 {
    font-size: 22px;
}}.our_mission_HK {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.our_mission_HK::before {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
    top: 0;
    background: linear-gradient(135deg, 
    rgb(216,202,168,0.5) 0%, 
    rgb(193,167,127,0.5) 100%);
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
}.our_mission_HK::after {
    position: absolute;
    animation: float 12s infinite ease-in-out;
    bottom: -50px;
    right: -50px;
    z-index: -1;
    content: "";
    background: rgb(216,202,168);
    transform: rotate(-15deg);
    opacity: 0.15;
    width: 300px;
    height: 300px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 100%, 0% 100%);
}.our_mission_HK .container {
    position: relative;
    padding: 6rem 2rem;
    max-width: 1280px;
    margin: 0 auto;
}.our_mission_HK .text_display_box_XJ {
    background: rgba(255, 255, 255, 0.92);
    padding: 3rem;
    margin-left: 0;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform-origin: left center;
    transition: transform 0.5s ease-out;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 97% 100%, 0 100%);
    max-width: 900px;
}.our_mission_HK .text_display_box_XJ:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_mission_HK .text_display_box_XJ::before {
    position: absolute;
    top: 0;
    transform-origin: left center;
    height: 100%;
    background: linear-gradient(to bottom, rgb(216,202,168), rgb(193,167,127));
    content: "";
    left: 0;
    width: 5px;
}.our_mission_HK h1 {
    position: relative;
    transform: translateX(0.5rem);
    color: #000000;
    margin-bottom: 2.5rem;
    font-size: 41px;
    font-weight: 700;
}.our_mission_HK h1::after {
    background: linear-gradient(90deg, rgb(216,202,168), transparent);
    height: 3px;
    bottom: -0.75rem;
    width: 120px;
    content: "";
    position: absolute;
    left: 0;
}.our_mission_HK ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.our_mission_HK li {
    margin-bottom: 1.5rem;
}.our_mission_HK h4 {
    margin-bottom: 1rem;
    position: relative;
    font-weight: 600;
    display: inline-block;
    font-size: 18px;
    color: rgb(216,202,168);
}.our_mission_HK h4::after {
    transition: transform 0.3s ease;
    position: absolute;
    width: 100%;
    content: "";
    transform-origin: left;
    bottom: -5px;
    height: 1px;
    left: 0;
    transform: scaleX(0.7);
    background: rgb(216,202,168,0.5);
}.our_mission_HK h4:hover::after {
    transform: scaleX(1);
}.our_mission_HK span {
    font-size: 14px;
    hyphens: auto;
    line-height: 1.8;
    color: #000000;
    display: block;
    column-gap: 2rem;
    column-count: 1;
    text-align: justify;
}

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

@media (min-width: 768px) {.our_mission_HK .text_display_box_XJ {
    margin-left: 5%;
    margin-right: 5%;
    padding: 4rem;
}.our_mission_HK span {
    column-count: 2;
}.our_mission_HK h1 {
    font-size: calc(41px * 1.1);
}
}

@media (min-width: 1024px) {.our_mission_HK .container {
    padding: 8rem 2rem;
}.our_mission_HK .text_display_box_XJ {
    margin-left: 8%;
    transform: perspective(1200px) rotateY(-3deg);
    width: 75%;
    padding: 5rem;
}.our_mission_HK span {
    column-count: 2;
}.our_mission_HK h1 {
    margin-bottom: 3rem;
    font-size: calc(41px * 1.2);
}.our_mission_HK h1::after {
    width: 150px;
}
}

@media (max-width: 767px) {.our_mission_HK {
    min-height: auto;
}.our_mission_HK .container {
    padding: 4rem 1.5rem;
}.our_mission_HK .text_display_box_XJ {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 95% 100%, 0 100%);
    transform: perspective(800px) rotateY(-1deg);
}.our_mission_HK h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 2rem;
}.our_mission_HK h4 {
    font-size: calc(18px * 0.95);
}.our_mission_HK span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.our_mission_HK .container {
    padding: 3rem 1rem;
}.our_mission_HK .text_display_box_XJ {
    clip-path: none;
    padding: 1.5rem;
    transform: none;
}.our_mission_HK h1 {
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.8);
}.our_mission_HK h1::after {
    width: 80px;
}}.pricing_item_vL {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.pricing_item_vL::before {
    right: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    bottom: 0;
    z-index: 1;
    left: 0;
    content: "";
}.pricing_item_vL .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.pricing_item_vL .rate_schemes_gq {
    align-items: center;
    flex-direction: column;
    display: flex;
}.pricing_item_vL h2 {
    color: #ffffff;
    position: relative;
    font-weight: 700;
    animation: float 6s ease-in-out infinite;
    font-size: 31px;
    margin-bottom: 20px;
    text-align: center;
    transform: translateY(0);
}.pricing_item_vL h2::after {
    position: absolute;
    width: 80px;
    left: 50%;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(216,202,168), rgb(193,167,127));
    transform: translateX(-50%);
    content: "";
    height: 3px;
}.pricing_item_vL .learning_price_pX {
    margin: 0 auto 50px;
    line-height: 1.6;
    max-width: 800px;
    font-size: 12px;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
}.pricing_item_vL .rate_choice_Hp {
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    width: 100%;
    gap: 30px;
    list-style: none;
    padding: 0;
}.pricing_item_vL .rate_choice_Hp li {
    perspective: 1000px;
}.pricing_item_vL .program_price_Ng {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-sizing: border-box;
    transform-style: preserve-3d;
    height: 100%;
    display: block;
    text-decoration: none;
}.pricing_item_vL .program_price_Ng:hover {
    transform: translateY(-10px) rotateY(2deg);
}.pricing_item_vL .indv_sub_LS {
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    transition: all 0.4s ease;
    position: relative;
    display: flex;
    padding: 35px 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    flex-direction: column;
    backdrop-filter: blur(5px);
}.pricing_item_vL .indv_sub_LS::before {
    content: "";
    transform: scaleX(0.5);
    position: absolute;
    background: linear-gradient(90deg, rgb(216,202,168), rgb(193,167,127));
    width: 100%;
    transform-origin: left;
    transition: transform 0.4s ease;
    height: 5px;
    top: 0;
    left: 0;
}.pricing_item_vL .program_price_Ng:hover .indv_sub_LS::before {
    transform: scaleX(1);
}.pricing_item_vL .program_rate_TM {
    flex-direction: column;
    display: flex;
    height: 100%;
    box-sizing: border-box;
}.pricing_item_vL .program_price_Ng h4 {
    color: #ffffff;
    margin: 0 0 20px;
    font-size: calc(23px * 1.2);
    position: relative;
    font-weight: 700;
}.pricing_item_vL .program_price_Ng h4::after {
    bottom: -10px;
    height: 2px;
    position: absolute;
    left: 0;
    width: 40px;
    background-color: rgb(216,202,168);
    content: "";
}.pricing_item_vL .program_price_Ng p {
    color: rgb(255, 255, 255, 0.5);
    margin: 0 0 25px;
    white-space: normal;
    line-height: 1.6;
    flex-grow: 1;
    overflow-wrap: break-word;
    font-size: 12px;
    word-wrap: break-word;
}.pricing_item_vL .plan_matrix_qD {
    align-self: flex-start;
    display: inline-block;
    font-weight: 700;
    border-radius: 6px;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 10px 20px;
    transform: translateZ(10px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-size: calc(23px * 1.4);
    background: linear-gradient(135deg, rgb(216,202,168,0.5) 0%, rgb(193,167,127,0.5) 100%);
}.pricing_item_vL .program_price_Ng:hover .plan_matrix_qD {
    transform: translateZ(15px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

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

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

@media (max-width: 992px) {.pricing_item_vL {
    padding: 80px 0;
}.pricing_item_vL .rate_choice_Hp {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.pricing_item_vL h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 768px) {.pricing_item_vL {
    padding: 60px 0;
}.pricing_item_vL .rate_choice_Hp {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_item_vL .learning_price_pX {
    margin-bottom: 40px;
}.pricing_item_vL h2 {
    font-size: calc(31px * 0.8);
}.pricing_item_vL .indv_sub_LS {
    padding: 30px 25px;
}
}

@media (max-width: 576px) {.pricing_item_vL {
    padding: 50px 0;
}.pricing_item_vL h2 {
    font-size: calc(31px * 0.7);
}.pricing_item_vL .learning_price_pX {
    font-size: calc(12px * 0.9);
    margin-bottom: 30px;
}.pricing_item_vL .indv_sub_LS {
    padding: 25px 20px;
}.pricing_item_vL .program_price_Ng h4 {
    font-size: calc(23px * 1.1);
}.pricing_item_vL .program_price_Ng p {
    font-size: calc(12px * 0.9);
}.pricing_item_vL .plan_matrix_qD {
    font-size: calc(23px * 1.2);
    padding: 8px 16px;
}}.contact_information_uo {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.contact_information_uo::before {
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    content: "";
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}.contact_information_uo::after {
    z-index: 2;
    width: 200%;
    top: -50%;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgba(255, 255, 255, 0.08) 70%, 
        transparent 75%);
    left: -50%;
    animation: shine 8s linear infinite;
    height: 200%;
}.contact_information_uo .container {
    position: relative;
    margin: 0 auto;
    z-index: 3;
    padding: 0 15px;
    max-width: 1200px;
}.contact_information_uo .reach_query_xM {
    backdrop-filter: blur(10px);
    border-radius: 28px;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.3));
    overflow: hidden;
    padding: 2rem;
    flex-wrap: wrap;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2), 
                0 5px 10px rgba(0, 0, 0, 0.1);
    gap: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
}.contact_information_uo .reach_query_xM::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(216,202,168), 
        transparent);
    content: "";
    width: 200%;
    left: -50%;
    height: 1px;
    position: absolute;
    top: 0;
}.contact_information_uo .reach_query_xM::after {
    height: 1px;
    width: 200%;
    content: "";
    position: absolute;
    right: -50%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(193,167,127), 
        transparent);
    bottom: 0;
}.contact_information_uo .query_block_Ig {
    transform: translateZ(0);
    overflow: hidden;
    background: linear-gradient(135deg, 
        rgb(216,202,168,0.5), 
        rgba(0, 0, 0, 0.2));
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    flex: 1 1 300px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    padding: 2rem;
}.contact_information_uo .query_block_Ig::before {
    height: 200%;
    left: -50%;
    z-index: -1;
    content: "";
    background: radial-gradient(
        circle at center, 
        rgba(255, 255, 255, 0.05) 0%, 
        transparent 70%);
    top: -50%;
    animation: pulse 15s infinite linear;
    width: 200%;
    position: absolute;
}.contact_information_uo .query_block_Ig h3 {
    position: relative;
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 1rem;
    font-weight: 600;
}.contact_information_uo .query_block_Ig h3::after {
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    position: absolute;
    width: 50px;
    background: rgb(193,167,127);
    box-shadow: 0 0 8px rgb(193,167,127);
}.contact_information_uo .query_block_Ig div {
    padding-left: 10px;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
    position: relative;
}.contact_information_uo .query_block_Ig div:hover {
    transform: translateX(5px);
}.contact_information_uo .query_block_Ig div::before {
    transition: height 0.3s ease;
    background: rgb(193,167,127);
    left: 0;
    position: absolute;
    top: 50%;
    height: 0;
    content: "";
    width: 3px;
}.contact_information_uo .query_block_Ig div:hover::before {
    top: 10%;
    height: 80%;
}.contact_information_uo .query_block_Ig div svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}.contact_information_uo .query_block_Ig div svg path {
    fill: rgb(193,167,127);
    transition: all 0.3s ease;
}.contact_information_uo .query_block_Ig div:hover svg path {
    fill: rgb(216,202,168);
    filter: drop-shadow(0 0 2px rgb(216,202,168));
}.contact_information_uo .query_block_Ig div span {
    letter-spacing: 0.5px;
    font-size: calc(14px - 2px);
    color: #ffffff;
}.contact_information_uo .query_block_Ig div span a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_information_uo .query_block_Ig div span a:hover {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
    color: rgb(193,167,127);
}.contact_information_uo .connect_request_xi {
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.05), 
        rgba(0, 0, 0, 0.1));
    padding: 2rem;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    backdrop-filter: blur(8px);
    flex: 1 1 400px;
}.contact_information_uo .connect_request_xi::before {
    height: 200px;
    content: "";
    opacity: 0.3;
    border-radius: 50%;
    top: -100px;
    width: 200px;
    background: radial-gradient(
        circle, 
        rgb(216,202,168,0.5) 0%, 
        transparent 70%);
    position: absolute;
    right: -100px;
}.contact_information_uo .connect_request_xi form {
    gap: 1.2rem;
    display: flex;
    flex-direction: column;
}.contact_information_uo .connect_request_xi h3 {
    position: relative;
    font-size: 21px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}.contact_information_uo .connect_request_xi h3::after {
    position: absolute;
    width: 50px;
    content: "";
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(193,167,127);
    bottom: -10px;
    box-shadow: 0 0 8px rgb(193,167,127);
}.contact_information_uo .connect_request_xi input[type="text"],
.contact_information_uo .connect_request_xi input[type="email"] {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    color: #ffffff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 12px 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    outline: none;
    font-size: 14px;
}.contact_information_uo .connect_request_xi input[type="text"]:focus,
.contact_information_uo .connect_request_xi input[type="email"]:focus {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(216,202,168);
    box-shadow: 0 0 0 2px rgb(216,202,168,0.5);
}.contact_information_uo .connect_request_xi input[type="text"]::placeholder,
.contact_information_uo .connect_request_xi input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_information_uo .connect_request_xi .message_box_vy {
    gap: 10px;
    display: flex;
    margin: 0.5rem 0;
    align-items: flex-start;
}.contact_information_uo .connect_request_xi .message_box_vy input[type="checkbox"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 18px;
    transition: all 0.3s ease;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
    appearance: none;
    width: 18px;
    -webkit-appearance: none;
    margin-top: 3px;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
}.contact_information_uo .connect_request_xi .message_box_vy input[type="checkbox"]:checked {
    background: rgb(193,167,127);
    border-color: rgb(193,167,127);
}.contact_information_uo .connect_request_xi .message_box_vy input[type="checkbox"]:checked::before {
    left: 50%;
    font-size: 12px;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "✓";
    color: #ffffff;
    position: absolute;
}.contact_information_uo .connect_request_xi .message_box_vy label {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    font-size: calc(14px - 2px);
}.contact_information_uo .connect_request_xi .message_box_vy label a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: rgb(193,167,127);
}.contact_information_uo .connect_request_xi .message_box_vy label a::after {
    background: rgb(193,167,127);
    bottom: -2px;
    left: 0;
    height: 1px;
    content: "";
    width: 0;
    transition: width 0.3s ease;
    position: absolute;
}.contact_information_uo .connect_request_xi .message_box_vy label a:hover::after {
    width: 100%;
}.contact_information_uo .connect_request_xi .help_message_lw {
    position: relative;
    border: none;
    transition: all 0.3s ease;
    padding: 12px 20px;
    letter-spacing: 1px;
    background: linear-gradient(135deg, 
        rgb(216,202,168), 
        rgb(193,167,127));
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
}.contact_information_uo .connect_request_xi .help_message_lw::before {
    width: 100%;
    transition: all 0.6s ease;
    left: -100%;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    height: 100%;
}.contact_information_uo .connect_request_xi .help_message_lw:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}.contact_information_uo .connect_request_xi .help_message_lw:hover::before {
    left: 100%;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@media screen and (max-width: 992px) {.contact_information_uo {
    padding: 5rem 0;
}.contact_information_uo .reach_query_xM {
    flex-direction: column;
    gap: 2rem;
}.contact_information_uo .query_block_Ig,
    .contact_information_uo .connect_request_xi {
    flex: 1 1 100%;
}
}

@media screen and (max-width: 768px) {.contact_information_uo {
    padding: 4rem 0;
}.contact_information_uo .reach_query_xM {
    padding: 1.5rem;
}.contact_information_uo .query_block_Ig,
    .contact_information_uo .connect_request_xi {
    padding: 1.5rem;
}.contact_information_uo .query_block_Ig div svg {
    height: 18px;
    margin-right: 10px;
    width: 18px;
}.contact_information_uo .query_block_Ig h3,
    .contact_information_uo .connect_request_xi h3 {
    font-size: calc(21px - 2px);
}
}

@media screen and (max-width: 576px) {.contact_information_uo {
    padding: 3rem 0;
}.contact_information_uo .reach_query_xM {
    gap: 1.5rem;
    padding: 1rem;
}.contact_information_uo .query_block_Ig,
    .contact_information_uo .connect_request_xi {
    padding: 1rem;
}.contact_information_uo .query_block_Ig div {
    margin-bottom: 1rem;
}.contact_information_uo .connect_request_xi form {
    gap: 1rem;
}.contact_information_uo .connect_request_xi input[type="text"],
    .contact_information_uo .connect_request_xi input[type="email"] {
    padding: 10px 12px;
}.contact_information_uo .connect_request_xi .help_message_lw {
    padding: 10px 16px;
}
}