﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1185px;
}a {
    color: inherit;
    text-decoration: none;
}.bheader_nav {
    flex: 1 0 auto;
}.Mwrapper-canvas {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
    scroll-behavior: auto;
    color: #000000;
}svg {
    height: 30px;
    width: 30px;
}.Agrant_cta {
    flex: 0 0 auto;
}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;
}}
.vcontact_form_section {
    padding: 6rem 0;
    background: linear-gradient(
        135deg, 
        rgb(208,160,114,0.5) 0%, 
        rgb(226,195,160,0.5) 100%
    );
    isolation: isolate;
    position: relative;
    overflow: hidden;
}.vcontact_form_section::before {
    left: -50%;
    position: absolute;
    width: 200%;
    animation: subtle-pulse 12s infinite alternate;
    top: -50%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    content: '';
    height: 200%;
    z-index: 1;
}.vcontact_form_section::after {
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    z-index: 1;
    position: absolute;
    content: '';
    width: 150%;
    height: 150%;
    bottom: -30%;
    animation: subtle-wave 15s infinite alternate-reverse;
    right: -30%;
}.vcontact_form_section .container {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.vcontact_form_section h2 {
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
}.vcontact_form_section h2::after {
    left: 50%;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(226,195,160), 
        transparent
    );
    width: 80px;
    bottom: -0.5rem;
    content: '';
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
}.vcontact_form_section .rreach_list {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 13px;
    background: rgba(255,255,255,0.05);
    display: flex;
    align-items: stretch;
}.vcontact_form_section .Warticle_photo {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.vcontact_form_section .Warticle_photo::before {
    height: 100%;
    opacity: 0.6;
    top: 0;
    left: 0;
    background: linear-gradient(
        45deg, 
        rgb(208,160,114,0.5) 0%, 
        rgb(226,195,160,0.5) 100%
    );
    position: absolute;
    width: 100%;
    mix-blend-mode: color-dodge;
    content: '';
}.vcontact_form_section .ymessage_links {
    display: flex;
    flex-direction: column;
    flex: 0 0 60%;
    justify-content: center;
    padding: 4rem 3rem;
}.vcontact_form_section .ymessage_links form {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}.vcontact_form_section .ymessage_links h3 {
    margin-bottom: 2rem;
    font-weight: 600;
    text-align: center;
    font-size: 38px;
    color: #ffffff;
}.vcontact_form_section .ymessage_links input:not([type="checkbox"]):not([type="submit"]) {
    border: 1px solid rgba(255,255,255,0.2);
    outline: none;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    color: #ffffff;
    width: 100%;
    font-size: 13px;
}.vcontact_form_section .ymessage_links input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgba(rgb(226,195,160), 0.3);
    border-color: rgb(226,195,160);
}.vcontact_form_section .ymessage_links .Sinquiry_box {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}.vcontact_form_section .ymessage_links .Sinquiry_box input[type="checkbox"] {
    height: 22px;
    width: 22px;
    appearance: none;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    border-radius: 10px;
    position: relative;
    margin-right: 1rem;
    cursor: pointer;
}.vcontact_form_section .ymessage_links .Sinquiry_box input[type="checkbox"]:checked {
    border-color: rgb(226,195,160);
    background: rgb(226,195,160);
}.vcontact_form_section .ymessage_links .Sinquiry_box input[type="checkbox"]:checked::after {
    color: #ffffff;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '✔';
    font-size: 0.8rem;
}.vcontact_form_section .ymessage_links .Sinquiry_box label {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 13px;
}.vcontact_form_section .ymessage_links .Sinquiry_box a {
    text-decoration: none;
    color: rgb(226,195,160);
    margin-left: 0.3rem;
    transition: color 0.3s ease;
}.vcontact_form_section .ymessage_links .Sinquiry_box a:hover {
    text-decoration: underline;
}.vcontact_form_section .ymessage_links .ksupport_query {
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
    background: rgb(226,195,160);
    cursor: pointer;
    position: relative;
    border: none;
    overflow: hidden;
    padding: 1rem;
}.vcontact_form_section .ymessage_links .ksupport_query::before {
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    top: 0;
    position: absolute;
    transition: all 0.3s ease;
    content: '';
    height: 100%;
    width: 100%;
    left: -100%;
}.vcontact_form_section .ymessage_links .ksupport_query:hover::before {
    left: 100%;
}.vcontact_form_section .ymessage_links .ksupport_query:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.vcontact_form_section .rreach_list {
    flex-direction: column;
}.vcontact_form_section .Warticle_photo {
    flex: 0 0 100%;
    min-height: 300px;
}.vcontact_form_section .ymessage_links {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.vcontact_form_section {
    padding: 3rem 0;
}.vcontact_form_section h2 {
    margin-bottom: 2rem;
    font-size: calc(42px * 0.8);
}.vcontact_form_section .ymessage_links h3 {
    font-size: calc(38px * 0.9);
}.vcontact_form_section .ymessage_links input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.vcontact_form_section .ymessage_links .Sinquiry_box {
    align-items: flex-start;
}.vcontact_form_section .ymessage_links .Sinquiry_box input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.vcontact_form_section .rreach_list {
    border-radius: 0;
}.vcontact_form_section .Warticle_photo {
    min-height: 250px;
}.vcontact_form_section .ymessage_links {
    padding: 2rem 1.5rem;
}}.qstatistics_information {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(240,227,206) 0%, rgb(226,195,160,0.5) 100%);
}.qstatistics_information::before {
    z-index: 0;
    background: linear-gradient(to right, transparent, rgb(226,195,160,0.5) 40%, transparent 60%);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    transform: skewY(-5deg);
}.qstatistics_information::after {
    content: "";
    height: 40%;
    z-index: 0;
    right: -5%;
    position: absolute;
    background: rgb(208,160,114,0.5);
    bottom: -5%;
    width: 40%;
    filter: blur(60px);
}.qstatistics_information h3 {
    opacity: 0;
    z-index: 1;
    font-size: 28px;
    position: relative;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
    font-weight: 700;
    color: #000000;
    transform: translateY(20px);
    margin-bottom: 3rem;
}.qstatistics_information .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.qstatistics_information ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    gap: 1.5rem;
}.qstatistics_information .eclass_statistics {
    padding: 1.8rem;
    background: linear-gradient(120deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    animation: fadeInUp 0.6s ease-out forwards;
    opacity: 0;
    flex-direction: column;
    transform: translateY(30px);
    overflow: hidden;
    animation-delay: calc(0.1s * var(--i, 0));
    position: relative;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 40px -20px rgb(226,195,160,0.5);
}.qstatistics_information .eclass_statistics:nth-child(1) {
    --i: 1;
}.qstatistics_information .eclass_statistics:nth-child(2) {
    --i: 2;
}.qstatistics_information .eclass_statistics:nth-child(3) {
    --i: 3;
}.qstatistics_information .eclass_statistics:nth-child(4) {
    --i: 4;
}.qstatistics_information .eclass_statistics:nth-child(5) {
    --i: 5;
}.qstatistics_information .eclass_statistics:nth-child(6) {
    --i: 6;
}.qstatistics_information .eclass_statistics:nth-child(7) {
    --i: 7;
}.qstatistics_information .eclass_statistics::before {
    left: 0;
    background: rgb(226,195,160);
    transform: scaleY(0);
    height: 100%;
    content: "";
    transition: transform 0.3s ease-out;
    top: 0;
    position: absolute;
    width: 4px;
    transform-origin: top;
}.qstatistics_information .eclass_statistics:hover {
    transform: translateY(-5px) scale(1.02);
}.qstatistics_information .eclass_statistics:hover::before {
    transform: scaleY(1);
}.qstatistics_information .eclass_statistics::after {
    width: 80px;
    background: rgb(226,195,160,0.5);
    position: absolute;
    z-index: 0;
    content: "";
    height: 80px;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    right: 0;
    border-radius: 100% 0 0 0;
    bottom: 0;
    opacity: 0.1;
}.qstatistics_information .eclass_statistics:hover::after {
    transform: scale(1.2);
    opacity: 0.2;
}.qstatistics_information .eclass_statistics span {
    font-weight: 600;
    transition: transform 0.3s ease-out;
    color: #000000;
    margin-bottom: 0.5rem;
    z-index: 2;
    position: relative;
    font-size: calc(16px * 1.05);
}.qstatistics_information .eclass_statistics:hover span {
    transform: translateX(8px);
}.qstatistics_information .eclass_statistics p {
    animation-delay: calc(0.3s + (0.1s * var(--i, 0)));
    margin: 1rem 0 0;
    position: relative;
    transform: translateY(20px);
    animation: numberCount 0.5s ease-out forwards;
    z-index: 2;
    opacity: 0;
    font-size: calc(28px * 1.1);
    font-weight: 700;
    transition: all 0.3s ease-out;
    color: rgb(226,195,160);
}

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

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

@media (min-width: 768px) {.qstatistics_information {
    padding: 8rem 3rem;
}.qstatistics_information h3 {
    margin-bottom: 4rem;
    font-size: calc(28px * 1.2);
}.qstatistics_information ul {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2rem;
}.qstatistics_information .eclass_statistics {
    padding: 2.2rem;
}.qstatistics_information .eclass_statistics span {
    font-size: calc(16px * 1.1);
    margin-bottom: 0.75rem;
}.qstatistics_information .eclass_statistics p {
    margin-top: 1.5rem;
    font-size: calc(28px * 1.3);
}
}

@media (min-width: 1200px) {.qstatistics_information::before {
    transform: skewY(-3deg);
}.qstatistics_information ul {
    grid-template-columns: repeat(4, 1fr);
}.qstatistics_information .eclass_statistics {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                    box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.qstatistics_information .eclass_statistics:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                    0 2px 5px rgba(0, 0, 0, 0.05),
                    0 30px 50px -25px rgb(226,195,160,0.5);
}
}

@media (max-width: 767px) {.qstatistics_information {
    padding: 4rem 1.5rem;
}.qstatistics_information h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
}.qstatistics_information ul {
    gap: 1.2rem;
    grid-template-columns: 1fr;
}.qstatistics_information .eclass_statistics {
    padding: 1.5rem;
}.qstatistics_information .eclass_statistics span {
    font-size: 16px;
}.qstatistics_information .eclass_statistics p {
    margin-top: 0.8rem;
    font-size: 28px;
}}.Vinstructor_history {
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,160,114,0.5), rgb(226,195,160), rgb(208,160,114));
    position: relative;
}.Vinstructor_history::before {
    width: 120%;
    position: absolute;
    height: 120%;
    background: radial-gradient(circle at 30% 70%, rgb(226,195,160,0.5), transparent 60%),
                radial-gradient(circle at 70% 30%, rgb(208,160,114,0.5), transparent 60%);
    opacity: 0.7;
    z-index: 0;
    left: -10%;
    content: "";
    top: -10%;
    animation: orbital-pulse 15s infinite alternate ease-in-out;
}.Vinstructor_history::after {
    top: 0;
    animation: constellation-twinkle 8s infinite ease-in-out;
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.2;
    height: 100%;
    background-size: 120px 120px;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 40% 60%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 60% 30%, rgb(255, 255, 255, 0.5) 1px, transparent 1px);
}.Vinstructor_history .container {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.Vinstructor_history .Jsuccess_quotes {
    grid-template-columns: 1fr;
    padding: 3rem;
    gap: 2.5rem;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.Vinstructor_history .Jsuccess_quotes:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: perspective(1000px) rotateX(0deg);
}.Vinstructor_history .Jsuccess_quotes > div:first-child {
    margin: 0 auto;
    perspective: 1000px;
    height: 150px;
    width: 150px;
    position: relative;
}.Vinstructor_history .Warticle_photo {
    transform: rotate(-5deg);
    animation: float-photo 6s infinite ease-in-out;
    height: 100%;
    border-radius: 10% 40% 30% 20%;
    width: 100%;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 0 10px rgba(var(--primary-color-rgb, 120, 80, 200), 0.1);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
                border-radius 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
}.Vinstructor_history .Jsuccess_quotes:hover .Warticle_photo {
    transform: rotate(0deg) scale(1.05);
    border-radius: 30% 10% 40% 20%;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 0 15px rgba(var(--primary-color-rgb, 120, 80, 200), 0.15);
}.Vinstructor_history .Jsuccess_quotes > div:nth-child(2) {
    text-align: center;
    padding-top: 1rem;
}.Vinstructor_history .name {
    transform: translateY(0);
    position: relative;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0 0 0.5rem;
    color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 600;
}.Vinstructor_history .name::after {
    height: 2px;
    bottom: -5px;
    left: 0;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(208,160,114), #ffffff, rgb(208,160,114));
}.Vinstructor_history .Jsuccess_quotes:hover .name {
    transform: translateY(-2px);
}.Vinstructor_history .Jsuccess_quotes:hover .name::after {
    width: 100%;
}.Vinstructor_history .Jsuccess_quotes > div:nth-child(2) > div {
    color: rgb(255, 255, 255, 0.5);
    margin-top: 0.5rem;
    font-style: italic;
    opacity: 0.9;
    font-size: calc(12px - 2px);
    transition: opacity 0.3s ease;
}.Vinstructor_history .Jsuccess_quotes:hover > div:nth-child(2) > div {
    opacity: 1;
}.Vinstructor_history .yexp_list {
    line-height: 1.7;
    font-size: 12px;
    margin: 0;
    text-align: left;
    padding: 0 1rem;
    opacity: 0.9;
    transition: opacity 0.4s ease, transform 0.4s ease;
    color: #ffffff;
    position: relative;
}.Vinstructor_history .yexp_list::before {
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    left: -1rem;
    color: rgb(255, 255, 255, 0.5);
    font-size: 5rem;
    top: -2rem;
    opacity: 0.2;
    content: "";
    font-family: serif;
}.Vinstructor_history .yexp_list::after {
    right: -1rem;
    position: absolute;
    font-size: 5rem;
    bottom: -4rem;
    font-family: serif;
    opacity: 0.2;
    content: "";
    color: rgb(255, 255, 255, 0.5);
    transition: transform 0.5s ease, opacity 0.5s ease;
}.Vinstructor_history .Jsuccess_quotes:hover .yexp_list {
    transform: translateY(-2px);
    opacity: 1;
}.Vinstructor_history .Jsuccess_quotes:hover .yexp_list::before {
    transform: translateY(-5px);
    opacity: 0.3;
}.Vinstructor_history .Jsuccess_quotes:hover .yexp_list::after {
    opacity: 0.3;
    transform: translateY(5px);
}

@keyframes orbital-pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) rotate(3deg);
        opacity: 0.9;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
}

@keyframes constellation-twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(0);
    }
    50% {
        opacity: 0.3;
        transform: translateY(-10px);
    }
}

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

@media (min-width: 768px) {.Vinstructor_history .Jsuccess_quotes {
    padding: 4rem;
    align-items: center;
    gap: 3rem;
    grid-template-columns: auto 1fr 2fr;
}.Vinstructor_history .Jsuccess_quotes > div:first-child {
    width: 180px;
    height: 180px;
    margin: 0;
}.Vinstructor_history .Jsuccess_quotes > div:nth-child(2) {
    text-align: left;
    padding-top: 0;
}.Vinstructor_history .yexp_list {
    padding: 0;
}
}

@media (min-width: 992px) {.Vinstructor_history {
    padding: 9rem 0;
}.Vinstructor_history .Jsuccess_quotes {
    grid-template-columns: auto 1.5fr 3fr;
    gap: 4rem;
    padding: 5rem;
}.Vinstructor_history .Jsuccess_quotes > div:first-child {
    height: 220px;
    width: 220px;
}.Vinstructor_history .name {
    font-size: calc(18px + 2px);
}.Vinstructor_history .yexp_list {
    font-size: calc(12px + 1px);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.Vinstructor_history {
    padding: 5rem 0;
}.Vinstructor_history .Jsuccess_quotes {
    padding: 2.5rem;
    gap: 2rem;
}.Vinstructor_history .Warticle_photo {
    animation: float-photo 5s infinite ease-in-out;
}.Vinstructor_history .yexp_list {
    padding: 0;
}.Vinstructor_history .yexp_list::before {
    top: -1.5rem;
    left: -0.5rem;
    font-size: 3rem;
}.Vinstructor_history .yexp_list::after {
    font-size: 3rem;
    bottom: -3rem;
    right: -0.5rem;
}}.Mwho_we_are {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}.Mwho_we_are::before {
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgb(226,195,160,0.5), rgba(0, 0, 0, 0.5) 85%);
}.Mwho_we_are::after {
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    opacity: 0.07;
    width: 300px;
    transform: rotate(35deg);
    background: rgb(208,160,114);
    height: 300px;
    position: absolute;
    top: -50px;
    content: "";
    right: -50px;
}.Mwho_we_are h4 {
    position: relative;
    font-size: 31px;
    z-index: 10;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 40px;
}.Mwho_we_are h4::after {
    left: 50%;
    width: 60px;
    bottom: -14px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    height: 4px;
    background: rgb(208,160,114);
}.Mwho_we_are .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 10;
}.Mwho_we_are .jphrase_holder {
    padding: 50px 60px;
    border-left: 5px solid rgb(208,160,114);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(0);
}.Mwho_we_are .jphrase_holder:hover {
    transform: translateY(-8px);
}.Mwho_we_are .jphrase_holder::before {
    opacity: 0.05;
    position: absolute;
    right: 30px;
    border-radius: 10px;
    top: 30px;
    height: 150px;
    width: 150px;
    transform: rotate(25deg);
    background: rgb(208,160,114);
    content: "";
    z-index: -1;
}.Mwho_we_are h6 {
    font-weight: 700;
    color: rgb(226,195,160);
    font-size: calc(19px + 2px);
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}.Mwho_we_are h6::after {
    background: rgb(208,160,114);
    position: absolute;
    left: 0;
    content: "";
    bottom: -8px;
    width: 40%;
    height: 3px;
}.Mwho_we_are .jphrase_holder div {
    position: relative;
}.Mwho_we_are .jphrase_holder span {
    text-align: justify;
    line-height: 1.8;
    column-count: 2;
    font-size: 17px;
    column-gap: 40px;
    hyphens: auto;
    color: #000000;
    font-weight: 400;
    display: block;
}

@media (max-width: 992px) {.Mwho_we_are {
    padding: 90px 0 60px;
}.Mwho_we_are .jphrase_holder {
    padding: 40px 35px;
}.Mwho_we_are .jphrase_holder span {
    font-size: calc(17px - 1px);
    column-count: 1;
}.Mwho_we_are h6 {
    font-size: 19px;
}.Mwho_we_are h4 {
    font-size: calc(31px - 4px);
}
}

@media (max-width: 768px) {.Mwho_we_are {
    padding: 70px 0 50px;
}.Mwho_we_are .jphrase_holder {
    padding: 30px 25px;
    border-left-width: 3px;
}.Mwho_we_are .jphrase_holder::before {
    right: 20px;
    top: 20px;
    width: 100px;
    height: 100px;
}.Mwho_we_are h6 {
    font-size: calc(19px + 2px);
}.Mwho_we_are h4 {
    font-size: calc(31px - 8px);
    letter-spacing: 2px;
    margin-bottom: 30px;
}.Mwho_we_are h4::after {
    height: 3px;
    bottom: -10px;
    width: 40px;
}
}

@media (max-width: 576px) {.Mwho_we_are {
    padding: 60px 0 40px;
}.Mwho_we_are .jphrase_holder {
    padding: 25px 20px;
}.Mwho_we_are .jphrase_holder span {
    line-height: 1.6;
    font-size: calc(17px - 2px);
}.Mwho_we_are h6 {
    margin-bottom: 20px;
}.Mwho_we_are h6::after {
    height: 2px;
    bottom: -6px;
}.Mwho_we_are .jphrase_holder::before {
    display: none;
}}.zthanksSpace {
    font-family: Arial, sans-serif;
    padding: 4rem 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #ebedee 100%);
    position: relative;
    overflow: hidden;
}.zthanksSpace::before {
    top: -30%;
    background: linear-gradient(145deg, rgb(226,195,160,0.5) 0%, rgb(208,160,114,0.5) 100%);
    animation: float 15s ease-in-out infinite alternate;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(30px);
    right: -10%;
    z-index: 0;
    transform: rotate(-15deg);
    opacity: 0.3;
    content: "";
    width: 60%;
    height: 70%;
}.zthanksSpace::after {
    opacity: 0.2;
    animation: float 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(225deg, rgb(208,160,114,0.5) 0%, rgb(226,195,160,0.5) 100%);
    z-index: 0;
    transform: rotate(10deg);
    left: -5%;
    border-radius: 30% 70% 60% 40% / 50% 30% 70% 50%;
    width: 40%;
    height: 60%;
    position: absolute;
    content: "";
    bottom: -20%;
    filter: blur(25px);
}.zthanksSpace .container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.zthanksSpace .zsmart_study {
    border-radius: 15px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 3rem;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05),
                -10px -10px 30px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
}.zthanksSpace .zsmart_study:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.08),
                -15px -15px 40px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.zthanksSpace .zsmart_study > div:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.zthanksSpace .zsmart_study > div:first-child::after {
    background: linear-gradient(90deg, rgb(226,195,160) 0%, rgb(208,160,114) 100%);
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    width: 80px;
    transform-origin: left;
    height: 3px;
    left: 0;
    border-radius: 10px;
    bottom: -0.75rem;
}.zthanksSpace .zsmart_study:hover > div:first-child::after {
    width: 120px;
}.zthanksSpace h5 {
    margin: 0;
    font-size: 19px;
    position: relative;
    line-height: 1.4;
    display: inline-block;
    font-weight: 700;
    color: #000000;
}.zthanksSpace h5::before {
    top: 50%;
    color: #ffffff;
    left: -35px;
    width: 26px;
    height: 26px;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    position: absolute;
    background: linear-gradient(135deg, rgb(226,195,160) 0%, rgb(208,160,114) 100%);
    opacity: 0;
    display: flex;
    content: "✓";
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(-50%);
    border-radius: 50%;
}.zthanksSpace .zsmart_study:hover h5::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}.zthanksSpace p {
    margin: 0;
    transition: color 0.3s ease;
    line-height: 1.8;
    font-size: 15px;
    color: #000000;
}.zthanksSpace a {
    overflow: hidden;
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
    position: relative;
}.zthanksSpace a::before {
    content: "";
    transform-origin: right;
    height: 2px;
    left: 0;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(226,195,160,0.5) 0%, rgb(208,160,114) 100%);
}.zthanksSpace a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.zthanksSpace a:hover {
    transform: translateY(-2px);
}.zthanksSpace a:hover p {
    color: rgb(226,195,160);
}

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

@media (max-width: 991px) {.zthanksSpace {
    padding: 3rem 0;
}.zthanksSpace .zsmart_study {
    padding: 2.5rem;
}.zthanksSpace h5 {
    font-size: calc(19px - 2px);
}
}

@media (max-width: 767px) {.zthanksSpace {
    padding: 2.5rem 0;
}.zthanksSpace .zsmart_study {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.zthanksSpace h5 {
    font-size: calc(19px - 4px);
    padding-left: 20px;
}.zthanksSpace h5::before {
    width: 22px;
    height: 22px;
    font-size: 12px;
    left: -15px;
}.zthanksSpace p {
    font-size: calc(15px - 1px);
}
}

@media (max-width: 576px) {.zthanksSpace {
    padding: 2rem 0;
}.zthanksSpace .zsmart_study {
    transform: none;
    padding: 1.5rem;
    border-radius: 10px;
}.zthanksSpace h5 {
    font-size: calc(19px - 6px);
}.zthanksSpace .zsmart_study > div:first-child::after {
    height: 2px;
    width: 60px;
}.zthanksSpace .zsmart_study:hover > div:first-child::after {
    width: 90px;
}.zthanksSpace h5::before {
    font-size: 10px;
    width: 20px;
    height: 20px;
}.zthanksSpace p {
    line-height: 1.6;
    font-size: calc(15px - 2px);
}}footer {
    position: relative;
    width: 100%;
}footer .Agrant_cta {
    background-color: rgb(208,160,114);
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #ffffff;
    padding: 80px 0 30px;
    position: relative;
}footer .Agrant_cta::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    background-color: rgb(208,160,114);
    right: 0;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    height: 100px;
    z-index: 0;
    transform: skewY(-3deg);
}footer .aguide_section {
    position: relative;
    z-index: 1;
}footer .otalk_now {
    margin-bottom: 60px;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}footer .info_item {
    transition: all 0.3s ease;
    background-color: rgb(208,160,114,0.5);
    max-width: 300px;
    position: relative;
    overflow: hidden;
    flex: 1 1 200px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 15px 20px 15px 25px;
    border-radius: 0 5px 5px 0;
}footer .info_item::before {
    background-color: rgb(226,195,160);
    height: 100%;
    position: absolute;
    top: 0;
    width: 5px;
    left: 0;
    content: "";
}footer .info_item::after {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
    content: "";
}footer .info_item:nth-child(even) {
    background-color: rgb(226,195,160,0.5);
}footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}footer .info_item svg {
    position: relative;
    fill: rgb(226,195,160);
    height: 20px;
    top: -1px;
    margin-right: 12px;
    vertical-align: middle;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    transition: color 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}footer .info_item a:hover {
    color: rgb(226,195,160);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
    position: relative;
}footer .omain_page {
    border-radius: 18px;
    background-color: rgb(208,160,114,0.5);
    padding: 30px;
    position: relative;
}footer .omain_page::before {
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: calc(18px - 8px);
    left: 15px;
    content: "";
    bottom: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    pointer-events: none;
}footer .omain_page svg {
    height: 45px;
    width: auto;
    display: block;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}footer .Jchrome_ext {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 12px;
}footer .rtop_head {
    position: relative;
}footer .rtop_head h5 {
    font-weight: 600;
    padding-left: 15px;
    font-size: 22px;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    color: #ffffff;
}footer .rtop_head h5::before {
    content: "";
    top: 0;
    position: absolute;
    background-color: rgb(226,195,160);
    height: 100%;
    left: 0;
    width: 3px;
}footer .Khead_study {
    margin-bottom: 25px;
    position: relative;
}footer .Khead_study a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    margin: 0 10px 10px 0;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    background-color: rgb(208,160,114,0.5);
    text-decoration: none;
    padding: 10px 15px;
    position: relative;
    font-size: 15px;
}footer .Khead_study a::before {
    position: absolute;
    left: 0;
    background-color: rgb(226,195,160);
    top: 0;
    height: 100%;
    transition: width 0.3s ease;
    width: 3px;
    content: "";
}footer .Khead_study a:hover {
    color: #ffffff;
    background-color: rgb(226,195,160,0.5);
    transform: translateX(5px);
}footer .Khead_study a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    background-color: rgb(208,160,114,0.5);
    border-radius: 18px;
    position: relative;
    padding: 30px;
}footer .subscribe_holder::before {
    right: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    pointer-events: none;
    border-radius: calc(18px - 8px);
    position: absolute;
    content: "";
    bottom: 15px;
    top: 15px;
    left: 15px;
}footer .subscribe_holder h5 {
    font-size: 22px;
    margin-bottom: 15px;
    position: relative;
    font-weight: 600;
    padding-left: 15px;
    color: #ffffff;
}footer .subscribe_holder h5::before {
    position: absolute;
    content: "";
    width: 3px;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgb(226,195,160);
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    color: #ffffff;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 15px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(226,195,160);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .Ajoin_wrap {
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 14px 20px;
    position: relative;
    background-color: rgb(226,195,160);
    border: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}footer .Ajoin_wrap::after {
    height: 200%;
    transition: all 0.5s ease;
    content: "";
    top: -50%;
    left: -100%;
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(30deg);
    width: 200%;
    position: absolute;
}footer .Ajoin_wrap:hover {
    background-color: rgb(208,160,114);
}footer .Ajoin_wrap:hover::after {
    left: 100%;
}footer .awebinar_cta {
    text-align: center;
    margin-top: 50px;
    position: relative;
}footer .awebinar_cta::before {
    transform: translateX(-50%);
    height: 1px;
    width: 50px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    left: 50%;
    top: -25px;
}footer .Qprice_table {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    display: inline-block;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .Ajoin_wrap {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .Agrant_cta {
    padding: 60px 0 30px;
}footer .otalk_now {
    margin-bottom: 40px;
}footer .omain_page, footer .subscribe_holder {
    padding: 25px 20px;
}footer .Khead_study a {
    margin: 0 5px 8px 0;
    padding: 8px 12px;
}footer .awebinar_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .Agrant_cta {
    padding: 50px 0 20px;
}footer .rtop_head h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(22px - 2px);
}footer .omain_page::before, footer .subscribe_holder::before {
    bottom: 10px;
    top: 10px;
    right: 10px;
    left: 10px;
}footer .input_holder input[type="email"],
    footer .Ajoin_wrap {
    padding: 12px;
}}.uprogram_overview {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,227,206) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 5rem 0;
}.uprogram_overview::before {
    opacity: 0.1;
    transform: rotate(15deg);
    content: "";
    position: absolute;
    width: 250px;
    z-index: 0;
    background: linear-gradient(225deg, rgb(226,195,160) 0%, rgb(226,195,160,0.5) 70%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 250px;
    right: -5%;
    animation: float 12s ease-in-out infinite;
    top: -5%;
}.uprogram_overview::after {
    width: 200px;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    transform: rotate(-15deg);
    z-index: 0;
    left: -3%;
    content: "";
    height: 200px;
    opacity: 0.1;
    animation: float 15s ease-in-out infinite reverse;
    bottom: -3%;
    background: linear-gradient(135deg, rgb(208,160,114) 0%, rgb(208,160,114,0.5) 80%);
    position: absolute;
}.uprogram_overview .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 1;
}.uprogram_overview h2 {
    position: relative;
    color: #000000;
    font-size: 31px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-align: center;
    margin-bottom: 3rem;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
}.uprogram_overview h2::after {
    bottom: -0.75rem;
    left: 50%;
    position: absolute;
    width: 80px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(226,195,160) 0%, rgb(208,160,114) 100%);
    height: 3px;
}.uprogram_overview h2:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}.uprogram_overview .Wstudy_hack {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 5px;
    transform: translateY(0);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    display: grid;
}.uprogram_overview .Wstudy_hack:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}.uprogram_overview .Warticle_photo {
    height: 350px;
    transform: scale(1);
    position: relative;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
}.uprogram_overview .Warticle_photo::after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    z-index: 1;
}.uprogram_overview .Warticle_photo:hover {
    transform: scale(1.03);
}.uprogram_overview .jphrase_holder {
    padding: 2rem 2.5rem 2.5rem;
    position: relative;
}.uprogram_overview .jphrase_holder::before {
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(208,160,114,0.5), transparent);
    content: "";
    width: 90%;
    transform: translateX(-50%);
    top: 0;
    position: absolute;
    height: 1px;
}.uprogram_overview .description {
    margin-bottom: 1.5rem;
    overflow-y: auto;
    padding-right: 15px;
    line-height: 1.8;
    font-size: 18px;
    position: relative;
    color: #000000;
    max-height: 340px;
}.uprogram_overview .description:last-child {
    margin-bottom: 0;
}.uprogram_overview .description::-webkit-scrollbar {
    width: 4px;
}.uprogram_overview .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(240,227,206);
}.uprogram_overview .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(226,195,160,0.5);
}.uprogram_overview .description::-webkit-scrollbar-thumb:hover {
    background: rgb(226,195,160);
}.uprogram_overview .description::first-letter {
    color: rgb(226,195,160);
    font-weight: 600;
    font-size: 1.5em;
}

@media (min-width: 768px) {.uprogram_overview {
    padding: 6rem 0;
}.uprogram_overview .Wstudy_hack {
    gap: 0;
    grid-template-columns: 1fr 1.5fr;
}.uprogram_overview .Warticle_photo {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    height: 100%;
}.uprogram_overview .jphrase_holder {
    padding: 3rem 3.5rem;
}.uprogram_overview .jphrase_holder::before {
    transform: translateY(-50%);
    width: 1px;
    background: linear-gradient(180deg, transparent, rgb(208,160,114,0.5), transparent);
    top: 50%;
    left: 0;
    height: 90%;
}.uprogram_overview h2 {
    margin-bottom: 4rem;
    font-size: calc(31px * 1.1);
}.uprogram_overview .description {
    max-height: 400px;
    column-gap: 2.5rem;
    columns: 2;
}
}

@media (min-width: 992px) {.uprogram_overview {
    padding: 7rem 0;
}.uprogram_overview h2 {
    font-size: calc(31px * 1.2);
}.uprogram_overview .Wstudy_hack {
    grid-template-columns: 1fr 2fr;
}.uprogram_overview .description {
    line-height: 1.85;
    max-height: 450px;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.uprogram_overview .description {
    column-gap: 3rem;
    columns: 2;
}
}

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

@media (prefers-reduced-motion: reduce) {.uprogram_overview::before,
    .uprogram_overview::after {
    animation: none;
}.uprogram_overview .Wstudy_hack:hover {
    transform: none;
}.uprogram_overview .Warticle_photo:hover {
    transform: none;
}.uprogram_overview h2:hover {
    transform: none;
}}.yprivacy_lair {
    height: 100%;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 40px;
    background-color: rgb(226,195,160,0.5);
    font-family: Arial, sans-serif;
}.yprivacy_lair h1 {
    margin-top: 40px;
    border-bottom: 2px solid rgb(208,160,114);
    font-weight: 700;
    margin-bottom: 30px;
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 38px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}.yprivacy_lair h2 {
    color: rgb(208,160,114);
    font-weight: 600;
    font-size: 31px;
    margin-top: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}.yprivacy_lair h3, .yprivacy_lair h4, .yprivacy_lair h5, .yprivacy_lair h6 {
    margin-bottom: 15px;
    color: #000000;
    font-weight: 400;
    font-size: 19px;
    margin-top: 25px;
}.yprivacy_lair ul, .yprivacy_lair ol {
    border-radius: 10px;
    padding-left: 20px;
    background-color: #ffffff;
    list-style-position: inside;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 15px 0;
}.yprivacy_lair li {
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px;
}.yprivacy_lair section {
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 29px;
}.yprivacy_lair p, .yprivacy_lair span, .yprivacy_lair div {
    border-left: 3px solid rgb(226,195,160);
    background-color: rgb(226,195,160,0.5);
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.8;
    font-size: 17px;
    padding: 5px 10px;
    border-radius: 10px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.yprivacy_lair {
    padding: 20px;
}.yprivacy_lair h1 {
    font-size: calc(19px - 10%);
}.yprivacy_lair h2 {
    font-size: calc(19px - 10%);
}.yprivacy_lair h3, .yprivacy_lair h4, .yprivacy_lair h5, .yprivacy_lair h6 {
    font-size: calc(19px - 10%);
}.yprivacy_lair li {
    font-size: calc(17px - 10%);
}}header {
    overflow: visible;
    position: relative;
    width: 100%;
    z-index: 99;
    background: rgb(240,227,206);
}header::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.15;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, rgb(226,195,160,0.5) 0%, transparent 50%, rgb(226,195,160,0.5) 100%);
    z-index: -1;
}header .jtop_pro {
    gap: 15px;
    position: relative;
    display: grid;
    grid-template-rows: auto auto;
    padding: 20px;
    grid-template-columns: 1fr;
}header .jtop_pro::after {
    left: 0;
    position: absolute;
    top: 50%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(226,195,160,0.5), transparent);
    width: 100%;
    height: 1px;
}header .jtop_pro .omain_page {
    padding: 5px 20px 15px;
    justify-self: center;
    z-index: 10;
    position: relative;
}header .jtop_pro .omain_page::before,
header .jtop_pro .omain_page::after {
    height: 90%;
    width: 90%;
    border-radius: 26px;
    content: "";
    position: absolute;
}header .jtop_pro .omain_page::before {
    border-top: 2px solid rgb(226,195,160);
    transition: transform 0.3s ease;
    border-left: 2px solid rgb(226,195,160);
    left: -5px;
    transform: scale(0);
    top: -5px;
    transform-origin: top left;
}header .jtop_pro .omain_page::after {
    transform: scale(0);
    border-right: 2px solid rgb(208,160,114);
    transform-origin: bottom right;
    bottom: -5px;
    border-bottom: 2px solid rgb(208,160,114);
    transition: transform 0.3s ease;
    right: -5px;
}header .jtop_pro .omain_page:hover::before,
header .jtop_pro .omain_page:hover::after {
    transform: scale(1);
}header .jtop_pro .omain_page .emain_sitewrap {
    display: block;
    transition: transform 0.3s ease;
}header .jtop_pro .omain_page .emain_sitewrap svg {
    height: 60px;
    width: auto;
}header .jtop_pro .rtop_head {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    background: linear-gradient(180deg, transparent, rgb(208,160,114) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    list-style: none;
    justify-content: center;
    margin: 0;
    padding: 20px 0 10px;
}header .jtop_pro .rtop_head::before,
header .jtop_pro .rtop_head::after {
    width: 2px;
    position: absolute;
    content: "";
    height: 70%;
    top: 15%;
    background: rgb(226,195,160,0.5);
}header .jtop_pro .rtop_head::before {
    left: 0;
}header .jtop_pro .rtop_head::after {
    right: 0;
}header .jtop_pro .rtop_head .Bmain_mainbar {
    margin: 0;
    transition: transform 0.3s ease;
    padding: 0 15px;
    position: relative;
}header .jtop_pro .rtop_head .Bmain_mainbar:not(:last-child)::after {
    top: 20%;
    background: rgb(208,160,114,0.5);
    position: absolute;
    content: "";
    right: 0;
    height: 60%;
    width: 1px;
}header .jtop_pro .rtop_head .Bmain_mainbar:hover {
    transform: translateY(-3px);
}header .jtop_pro .rtop_head .Bmain_mainbar a {
    text-align: center;
    position: relative;
    text-decoration: none;
    padding: 10px 5px;
    font-size: 12px;
    color: #000000;
    display: block;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 600;
}header .jtop_pro .rtop_head .Bmain_mainbar a:hover {
    color: rgb(226,195,160);
}header .jtop_pro .rtop_head .Bmain_mainbar a::before {
    position: absolute;
    bottom: 5px;
    height: 2px;
    transition: transform 0.3s ease;
    background: rgb(208,160,114);
    transform: scaleX(0);
    content: "";
    left: 0;
    width: 100%;
}header .jtop_pro .rtop_head .Bmain_mainbar a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .jtop_pro {
    padding: 15px 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .jtop_pro .rtop_head {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .jtop_pro {
    grid-template-rows: auto auto;
    padding: 15px;
    gap: 10px;
}header .jtop_pro .omain_page {
    padding: 5px 10px;
}header .jtop_pro .omain_page .emain_sitewrap svg {
    height: 45px;
}header .jtop_pro .rtop_head {
    padding: 15px 0 10px;
}header .jtop_pro .rtop_head .Bmain_mainbar {
    padding: 0 10px;
}header .jtop_pro .rtop_head .Bmain_mainbar a {
    padding: 8px 3px;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 767px) {header .jtop_pro .rtop_head {
    justify-content: center;
    flex-wrap: wrap;
}header .jtop_pro .rtop_head .Bmain_mainbar {
    margin: 3px 0;
}header .jtop_pro .rtop_head .Bmain_mainbar:not(:last-child)::after {
    display: none;
}}.gcourse_candidates {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(240,227,206);
}.gcourse_candidates::before {
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(226,195,160,0.5) 20px,
        rgb(226,195,160,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(208,160,114,0.5) 20px,
        rgb(208,160,114,0.5) 22px,
        transparent 22px
    );
    top: 0;
    width: 100%;
    opacity: 0.15;
    z-index: 0;
    content: "";
    background-size: 60px 60px;
}.gcourse_candidates::after {
    opacity: 0.1;
    z-index: 0;
    width: 100%;
    filter: blur(1px);
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background-size: 40px 40px;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 47%, rgb(226,195,160,0.5) 47%, rgb(226,195,160,0.5) 53%, transparent 53%),
        linear-gradient(0deg, transparent 47%, rgb(208,160,114,0.5) 47%, rgb(208,160,114,0.5) 53%, transparent 53%);
}.gcourse_candidates .zsmart_study {
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.gcourse_candidates h3 {
    color: #000000;
    box-shadow: 0 10px 25px -10px rgb(226,195,160,0.5);
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    position: relative;
    left: 50%;
    font-size: 33px;
    display: inline-block;
    margin-bottom: 80px;
    transform: translateX(-50%);
    padding: 0 20px 20px;
}.gcourse_candidates h3::before {
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(226,195,160),
        rgb(208,160,114),
        rgb(226,195,160)
    );
    width: 100%;
    content: "";
    height: 3px;
    bottom: 0;
}.gcourse_candidates h3::after {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    bottom: -6px;
    background: rgb(226,195,160);
    box-shadow: 0 0 15px rgb(226,195,160,0.5);
    content: "";
    height: 12px;
    position: absolute;
    width: 12px;
    animation: pulseCircle 2s infinite;
}.gcourse_candidates ul {
    gap: 30px;
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin: 0;
}.gcourse_candidates ul li {
    background: #ffffff;
    position: relative;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    border-bottom: 3px solid rgb(208,160,114);
    color: #000000;
    transition: all 0.4s ease;
    font-size: 17px;
    border-top: 1px solid rgb(208,160,114,0.5);
    padding: 25px 25px 25px 70px;
    font-family: Arial, sans-serif;
    border-right: 1px solid rgb(208,160,114,0.5);
    border-left: 3px solid rgb(226,195,160);
}.gcourse_candidates ul li::before {
    left: -5px;
    top: -5px;
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 10px;
    background: rgb(226,195,160);
    height: 10px;
}.gcourse_candidates ul li::after {
    bottom: -5px;
    background: rgb(208,160,114);
    right: -5px;
    width: 10px;
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 10px;
}.gcourse_candidates ul li:hover {
    border-bottom: 3px solid rgb(226,195,160);
    transform: translateY(-5px);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.6);
    border-left: 3px solid rgb(208,160,114);
}.gcourse_candidates ul li svg {
    left: 20px;
    transition: all 0.4s ease;
    width: 35px;
    transform: translateY(-50%);
    height: 35px;
    position: absolute;
    top: 50%;
}.gcourse_candidates ul li:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}.gcourse_candidates ul li svg path {
    fill: rgb(226,195,160);
    transition: fill 0.4s ease;
}.gcourse_candidates ul li:hover svg path {
    fill: rgb(208,160,114);
}.gcourse_candidates ul::before {
    width: 100%;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    height: 100%;
    background-image: 
        linear-gradient(45deg, transparent 97%, rgb(226,195,160,0.5) 97%),
        linear-gradient(135deg, transparent 97%, rgb(208,160,114,0.5) 97%);
    background-size: 30px 30px;
    content: "";
}@keyframes pulseCircle {
    0%, 100% {
        box-shadow: 0 0 10px rgb(226,195,160,0.5);
    }
    50% {
        box-shadow: 0 0 20px rgb(226,195,160);
    }
}

.gcourse_candidates ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}.gcourse_candidates ul li:nth-child(even) {
    animation: lightsOn 5s infinite alternate-reverse;
}

@keyframes lightsOn {
    0% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 
            10px 10px 20px rgba(0, 0, 0, 0.05),
            -10px -10px 20px rgba(255, 255, 255, 0.5),
            0 0 15px rgb(226,195,160,0.5);
    }
}

@media (max-width: 992px) {.gcourse_candidates {
    padding: 80px 0;
}.gcourse_candidates ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.gcourse_candidates h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 60px;
}
}

@media (max-width: 768px) {.gcourse_candidates {
    padding: 60px 0;
}.gcourse_candidates ul {
    grid-template-columns: 1fr;
    gap: 20px;
}.gcourse_candidates ul li {
    padding: 20px 20px 20px 65px;
}.gcourse_candidates h3 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.8);
}
}

@media (max-width: 480px) {.gcourse_candidates {
    padding: 50px 0;
}.gcourse_candidates .zsmart_study {
    padding: 0 15px;
}.gcourse_candidates h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 35px;
}.gcourse_candidates ul li {
    padding: 18px 15px 18px 60px;
}.gcourse_candidates ul li svg {
    left: 15px;
    height: 30px;
    width: 30px;
}}.xcookieAlertContainer {
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(226,195,160);
    width: 100%;
    z-index: 90;
    background: rgb(240,227,206);
}.ucookie_none {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}#rcookieNoticeAlert {
    display: none;
}#rcookieNoticeAlert:checked ~ .xcookieAlertContainer {
    visibility: hidden;
    opacity: 0;
}.xcookieAlertContainer h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.xcookieAlertContainer p {
    font-size: 18px;
}.Ccookie_tips {
    margin-right: 10px;
    flex-shrink: 0;
}.Ccookie_tips svg, .Ccookie_tips svg path, .Ccookie_tips img {
    width: 100px;
    height: 100px;
    fill: rgb(226,195,160);
}.itrack_manage {
    border-bottom: 2px solid rgb(226,195,160);
    flex-shrink: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    color: rgb(226,195,160);
    min-width: 120px;
    line-height: 35px;
    font-size: 24px;
}.xcookieAlertContainer p a {
    color: rgb(226,195,160);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.xcookieAlertContainer {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.Ccookie_tips {
    display: none;
}.ucookie_none {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.xcookieAlertContainer h5 {
    text-align: center;
}.xcookieAlertContainer p {
    text-align: center;
}.ktrack_optin {
    margin-bottom: 20px;
}body .Mwrapper-canvas .itrack_manage {
    margin-bottom: 10px;
    margin-left: 0;
}}
.Mwrapper-canvas .xcookieAlertContainer {
    border: none;
    background: #ffffff;
    box-shadow: rgb(226,195,160,0.5) 0px 0px 40px 39px;
}.Mwrapper-canvas .itrack_manage {
    font-weight: 400;
    background: rgb(226,195,160);
    border: none;
    color: #ffffff;
    padding: 10px;
    margin-left: 30px;
    font-size: 20px;
}.Mwrapper-canvas .Ccookie_tips {
    height: 80px;
    display: flex;
    align-items: center;
    width: 80px;
    justify-content: center;
    background:rgb(226,195,160);
    border-radius: 50%;
}.Mwrapper-canvas .Ccookie_tips svg, .Mwrapper-canvas .Ccookie_tips svg path, .Mwrapper-canvas .Ccookie_tips img {
    width: 40px;
    height: 40px;
    fill:#000000;
}.Mwrapper-canvas .ktrack_optin h5, .Mwrapper-canvas .ktrack_optin p {
    color: #000000;
}
@media only screen and (max-width: 800px){.Mwrapper-canvas .Ccookie_tips {
    margin: 0;
    margin-bottom: 14px;
}}.Xprogram_results {
    background: linear-gradient(135deg, rgb(240,227,206) 40%, #ffffff 140%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.Xprogram_results::before {
    background-size: 120px 120px;
    content: "";
    left: 0;
    z-index: 0;
    opacity: 0.15;
    height: 100%;
    animation: pulseBg 15s infinite alternate ease-in-out;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(226,195,160,0.5) 0.5%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(208,160,114,0.5) 0.5%, transparent 8%);
    width: 100%;
    top: 0;
    position: absolute;
}.Xprogram_results .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.Xprogram_results .zsmart_study {
    gap: 3rem;
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
}.Xprogram_results .jphrase_holder {
    width: 100%;
}.Xprogram_results h4 {
    font-family: Arial, sans-serif;
    color: #000000;
    transform: translateX(-5px);
    line-height: 1.3;
    margin-bottom: 2.5rem;
    font-size: calc(19px * 1.1);
    font-weight: 700;
    position: relative;
}.Xprogram_results h4::after {
    height: 3px;
    position: absolute;
    width: 60px;
    transform-origin: left;
    left: 0;
    transition: width 0.5s ease-out;
    content: "";
    background: linear-gradient(90deg, rgb(226,195,160) 0%, rgb(226,195,160,0.5) 100%);
    bottom: -0.8rem;
}.Xprogram_results .jphrase_holder:hover h4::after {
    width: 90px;
}.Xprogram_results .jphrase_holder > div {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.Xprogram_results ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}.Xprogram_results li {
    transition: transform 0.3s ease;
    margin-bottom: 1.2rem;
}.Xprogram_results li:hover {
    transform: translateX(5px);
}.Xprogram_results li p {
    color: #000000;
    font-size: 12px;
    display: flex;
    gap: 0.8rem;
    margin: 0;
    align-items: flex-start;
    line-height: 1.5;
}.Xprogram_results li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.15rem;
}.Xprogram_results li p span:last-child {
    position: relative;
}.Xprogram_results li p span:last-child::before {
    background-color: rgb(226,195,160);
    bottom: -3px;
    content: "";
    left: 0;
    opacity: 0.7;
    transition: width 0.4s ease;
    position: absolute;
    height: 1px;
    width: 0;
}.Xprogram_results li:hover p span:last-child::before {
    width: 100%;
}.Xprogram_results svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 20px;
    width: 20px;
}.Xprogram_results li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.Xprogram_results svg path {
    fill: rgb(226,195,160);
    transition: fill 0.3s ease;
}.Xprogram_results li:hover svg path {
    fill: rgb(208,160,114);
}.Xprogram_results .Warticle_photo {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    position: relative;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    height: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 0 5px 10px rgba(0, 0, 0, 0.05);
    max-width: 420px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
}.Xprogram_results .Warticle_photo:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.Xprogram_results .Warticle_photo::after {
    pointer-events: none;
    height: 100%;
    background: linear-gradient(135deg, rgb(226,195,160,0.5) 0%, transparent 80%);
    z-index: 1;
    content: "";
    top: 0;
    transition: opacity 0.4s ease;
    opacity: 0.4;
    left: 0;
    position: absolute;
    width: 100%;
}.Xprogram_results .Warticle_photo:hover::after {
    opacity: 0.2;
}

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

@media (min-width: 768px) {.Xprogram_results .zsmart_study {
    align-items: center;
    gap: 4rem;
    justify-content: space-between;
    flex-direction: row;
}.Xprogram_results .jphrase_holder {
    width: 55%;
}.Xprogram_results .jphrase_holder > div {
    gap: 2rem;
    flex-direction: row;
}.Xprogram_results h4 {
    transform: translateX(-8px);
    margin-bottom: 3rem;
    font-size: calc(19px * 1.2);
}.Xprogram_results .Warticle_photo {
    width: 45%;
    max-width: 480px;
}
}

@media (min-width: 992px) {.Xprogram_results {
    padding: 8rem 0;
}.Xprogram_results .zsmart_study {
    gap: 5rem;
}.Xprogram_results h4 {
    font-size: calc(19px * 1.3);
}.Xprogram_results li p {
    font-size: calc(12px * 1.05);
}.Xprogram_results svg {
    width: 22px;
    height: 22px;
}.Xprogram_results .Warticle_photo {
    max-width: 520px;
    transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}
}

@media (min-width: 1200px) {.Xprogram_results {
    padding: 9rem 0;
}.Xprogram_results .zsmart_study {
    gap: 6rem;
}.Xprogram_results h4 {
    font-size: calc(19px * 1.4);
}.Xprogram_results .Warticle_photo {
    max-width: 550px;
}
}

@media (max-width: 767px) {.Xprogram_results {
    padding: 4rem 0;
}.Xprogram_results h4 {
    font-size: 19px;
    margin-bottom: 2rem;
}.Xprogram_results li {
    margin-bottom: 1rem;
}.Xprogram_results li p {
    font-size: calc(12px * 0.95);
}.Xprogram_results svg {
    height: 18px;
    width: 18px;
}}.Ctitle_board {
    width: 100%;
    background: rgb(240,227,206);
    overflow: hidden;
    position: relative;
}.Ctitle_board::before {
    content: "";
    height: 100%;
    z-index: 1;
    background: radial-gradient(
        circle at 70% 30%,
        rgb(208,160,114,0.5) 0%,
        transparent 60%
    );
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
}.Ctitle_board::after {
    z-index: 1;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    background: radial-gradient(
        circle at 30% 70%,
        rgb(226,195,160,0.5) 0%,
        transparent 60%
    );
    position: absolute;
}.Ctitle_board .zsmart_study {
    position: relative;
    width: 100%;
    z-index: 2;
    height: 80vh;
}.Ctitle_board .Zedu_first {
    height: 80vh;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}.Ctitle_board .Zedu_first input {
    display: none;
}.Ctitle_board .Ostudy_express {
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    width: 500%;
    height: 100%;
}.Ctitle_board .dlearn_first {
    overflow: hidden;
    width: 20%;
    position: relative;
    height: 100%;
}.Ctitle_board .dlearn_first::before {
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
        135deg,
        rgb(226,195,160,0.5) 0%,
        rgba(0,0,0,0.4) 40%,
        rgba(0,0,0,0.4) 60%,
        rgb(208,160,114,0.5) 100%
    );
    z-index: 2;
    width: 100%;
    opacity: 0.85;
    left: 0;
}.Ctitle_board .dlearn_first img {
    will-change: transform;
    width: 100%;
    object-fit: cover;
    transition: transform 2s ease;
    filter: brightness(0.8) contrast(1.1);
    transform: translateZ(0) scale(1.1);
    height: 100%;
}.Ctitle_board .mstart_welcome {
    gap: 15px;
    left: 40px;
    position: absolute;
    bottom: 40px;
    z-index: 10;
    display: flex;
}.Ctitle_board .mstart_welcome label {
    border-radius: 50%;
    position: relative;
    transition: all 0.4s ease;
    width: 15px;
    height: 15px;
    background: transparent;
    cursor: pointer;
    border: 2px solid #ffffff;
}.Ctitle_board .mstart_welcome label::before {
    position: absolute;
    transition: transform 0.3s ease;
    transform: scale(0);
    border-radius: 50%;
    background: #ffffff;
    content: "";
    inset: 2px;
}.Ctitle_board .mstart_welcome label:hover::before {
    transform: scale(0.6);
}.Ctitle_board .jphrase_holder {
    right: 0;
    width: 95%;
    bottom: 0;
    z-index: 5;
    padding: 0 0 50px 0;
    max-width: 1000px;
    position: absolute;
}.Ctitle_board .jphrase_holder .container {
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
    padding: 3rem;
    background: linear-gradient(
        -135deg,
        rgb(226,195,160) 0%,
        rgb(208,160,114) 100%
    );
    position: relative;
}.Ctitle_board .jphrase_holder .container::before {
    right: 5px;
    background: #ffffff;
    content: "";
    left: 5px;
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
    z-index: -1;
    bottom: 5px;
    position: absolute;
    top: 5px;
}.Ctitle_board .jphrase_holder h1 {
    margin-bottom: 1.2rem;
    font-size: 46px;
    color: rgb(226,195,160);
    border-left: 4px solid rgb(226,195,160);
    font-weight: 700;
    padding-left: 15px;
}.Ctitle_board .jphrase_holder h3 {
    color: rgb(208,160,114);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 1.8rem;
}.Ctitle_board .jphrase_holder p {
    color: #000000;
    font-weight: 400;
    margin-bottom: 0.5rem;
    font-size: 18px;
    max-width: 100%;
    line-height: 1.7;
}.Ctitle_board input:nth-of-type(1):checked ~ .Ostudy_express {
    transform: translateX(0);
}.Ctitle_board input:nth-of-type(2):checked ~ .Ostudy_express {
    transform: translateX(-20%);
}.Ctitle_board input:nth-of-type(3):checked ~ .Ostudy_express {
    transform: translateX(-40%);
}.Ctitle_board input:nth-of-type(4):checked ~ .Ostudy_express {
    transform: translateX(-60%);
}.Ctitle_board input:nth-of-type(5):checked ~ .Ostudy_express {
    transform: translateX(-80%);
}.Ctitle_board input:nth-of-type(6):checked ~ .Ostudy_express {
    transform: translateX(-100%);
}.Ctitle_board input:nth-of-type(7):checked ~ .Ostudy_express {
    transform: translateX(-120%);
}.Ctitle_board input:nth-of-type(8):checked ~ .Ostudy_express {
    transform: translateX(-140%);
}.Ctitle_board input:nth-of-type(9):checked ~ .Ostudy_express {
    transform: translateX(-160%);
}.Ctitle_board input:nth-of-type(10):checked ~ .Ostudy_express {
    transform: translateX(-180%);
}.Ctitle_board input:nth-of-type(1):checked ~ .mstart_welcome label:nth-child(1)::before,
.Ctitle_board input:nth-of-type(2):checked ~ .mstart_welcome label:nth-child(2)::before,
.Ctitle_board input:nth-of-type(3):checked ~ .mstart_welcome label:nth-child(3)::before,
.Ctitle_board input:nth-of-type(4):checked ~ .mstart_welcome label:nth-child(4)::before,
.Ctitle_board input:nth-of-type(5):checked ~ .mstart_welcome label:nth-child(5)::before,
.Ctitle_board input:nth-of-type(6):checked ~ .mstart_welcome label:nth-child(6)::before,
.Ctitle_board input:nth-of-type(7):checked ~ .mstart_welcome label:nth-child(7)::before,
.Ctitle_board input:nth-of-type(8):checked ~ .mstart_welcome label:nth-child(8)::before,
.Ctitle_board input:nth-of-type(9):checked ~ .mstart_welcome label:nth-child(9)::before,
.Ctitle_board input:nth-of-type(10):checked ~ .mstart_welcome label:nth-child(10)::before {
    transform: scale(1);
}.Ctitle_board input:nth-of-type(1):checked ~ .mstart_welcome label:nth-child(1),
.Ctitle_board input:nth-of-type(2):checked ~ .mstart_welcome label:nth-child(2),
.Ctitle_board input:nth-of-type(3):checked ~ .mstart_welcome label:nth-child(3),
.Ctitle_board input:nth-of-type(4):checked ~ .mstart_welcome label:nth-child(4),
.Ctitle_board input:nth-of-type(5):checked ~ .mstart_welcome label:nth-child(5),
.Ctitle_board input:nth-of-type(6):checked ~ .mstart_welcome label:nth-child(6),
.Ctitle_board input:nth-of-type(7):checked ~ .mstart_welcome label:nth-child(7),
.Ctitle_board input:nth-of-type(8):checked ~ .mstart_welcome label:nth-child(8),
.Ctitle_board input:nth-of-type(9):checked ~ .mstart_welcome label:nth-child(9),
.Ctitle_board input:nth-of-type(10):checked ~ .mstart_welcome label:nth-child(10) {
    background: rgb(226,195,160);
    transform: scale(1.2);
    border-color: rgb(226,195,160);
}.Ctitle_board input:nth-of-type(1):checked ~ .Ostudy_express .dlearn_first:nth-child(1) img,
.Ctitle_board input:nth-of-type(2):checked ~ .Ostudy_express .dlearn_first:nth-child(2) img,
.Ctitle_board input:nth-of-type(3):checked ~ .Ostudy_express .dlearn_first:nth-child(3) img,
.Ctitle_board input:nth-of-type(4):checked ~ .Ostudy_express .dlearn_first:nth-child(4) img,
.Ctitle_board input:nth-of-type(5):checked ~ .Ostudy_express .dlearn_first:nth-child(5) img,
.Ctitle_board input:nth-of-type(6):checked ~ .Ostudy_express .dlearn_first:nth-child(6) img,
.Ctitle_board input:nth-of-type(7):checked ~ .Ostudy_express .dlearn_first:nth-child(7) img,
.Ctitle_board input:nth-of-type(8):checked ~ .Ostudy_express .dlearn_first:nth-child(8) img,
.Ctitle_board input:nth-of-type(9):checked ~ .Ostudy_express .dlearn_first:nth-child(9) img,
.Ctitle_board input:nth-of-type(10):checked ~ .Ostudy_express .dlearn_first:nth-child(10) img {
    transform: translateZ(0) scale(1);
}

@media (max-width: 1199px) {.Ctitle_board .jphrase_holder {
    width: 95%;
    max-width: 900px;
    padding-bottom: 70px;
}.Ctitle_board .jphrase_holder .container {
    padding: 2rem;
}
}

@media (max-width: 991px) {.Ctitle_board .zsmart_study {
    height: 70vh;
}.Ctitle_board .Zedu_first {
    height: 70vh;
}.Ctitle_board .jphrase_holder {
    max-width: 900px;
    width: 98%;
    padding-bottom: 40px;
}.Ctitle_board .jphrase_holder .container {
    padding: 2.2rem;
}.Ctitle_board .jphrase_holder h1 {
    font-size: calc(46px * 0.9);
}.Ctitle_board .jphrase_holder h3 {
    font-size: calc(24px * 0.9);
}.Ctitle_board .mstart_welcome {
    left: 30px;
    gap: 12px;
    bottom: 25px;
}.Ctitle_board .mstart_welcome label {
    height: 12px;
    width: 12px;
}
}

@media (max-width: 767px) {.Ctitle_board .zsmart_study {
    height: 60vh;
}.Ctitle_board .Zedu_first {
    height: 60vh;
}.Ctitle_board .jphrase_holder {
    width: 98%;
    max-width: 700px;
    padding-bottom: 40px;
}.Ctitle_board .jphrase_holder .container {
    padding: 1.8rem;
}.Ctitle_board .jphrase_holder h1 {
    padding-left: 12px;
    border-left-width: 3px;
    font-size: calc(46px * 0.85);
}.Ctitle_board .jphrase_holder h3 {
    font-size: calc(24px * 0.85);
    margin-bottom: 1.2rem;
}.Ctitle_board .jphrase_holder p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.Ctitle_board .mstart_welcome {
    bottom: 20px;
    left: 25px;
    gap: 10px;
}.Ctitle_board .mstart_welcome label {
    height: 10px;
    width: 10px;
}
}

@media (max-width: 575px) {.Ctitle_board .zsmart_study {
    height: 90vh;
    display: flex;
    flex-direction: column;
}.Ctitle_board .Zedu_first {
    height: 50%;
    position: relative;
}.Ctitle_board .jphrase_holder {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0.5rem;
    height: 50%;
}.Ctitle_board .jphrase_holder .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    clip-path: none;
}.Ctitle_board .jphrase_holder .container::before {
    clip-path: none;
}.Ctitle_board .jphrase_holder h1 {
    margin-bottom: 0.6rem;
    font-size: calc(46px * 0.8);
}.Ctitle_board .jphrase_holder h3 {
    font-size: calc(17px * 1.1);
    margin-bottom: 1rem;
}.Ctitle_board .jphrase_holder p {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}.Ctitle_board .mstart_welcome {
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    gap: 8px;
    flex-direction: row;
}.Ctitle_board .mstart_welcome label {
    height: 8px;
    width: 8px;
}
}

@media (max-width: 480px) {.Ctitle_board .jphrase_holder .container {
    padding: 1rem;
}.Ctitle_board .jphrase_holder h1 {
    padding-left: 10px;
    border-left-width: 2px;
}
}

@media (max-height: 700px) and (min-width: 576px) {.Ctitle_board .zsmart_study {
    height: 85vh;
}.Ctitle_board .Zedu_first {
    height: 85vh;
}.Ctitle_board .jphrase_holder {
    padding-bottom: 80px;
}
}

@media (max-height: 600px) and (min-width: 576px) {.Ctitle_board .zsmart_study {
    height: 90vh;
}.Ctitle_board .Zedu_first {
    height: 90vh;
}.Ctitle_board .jphrase_holder {
    padding-bottom: 70px;
}
}

@media (orientation: landscape) and (max-height: 500px) and (min-width: 576px) {.Ctitle_board .zsmart_study {
    height: 100vh;
}.Ctitle_board .Zedu_first {
    height: 100vh;
}.Ctitle_board .jphrase_holder {
    padding-bottom: 60px;
}}.etariff_item {
    background: linear-gradient(135deg, rgb(240,227,206) 0%, #ffffff 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.etariff_item::before {
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(226,195,160,0.5) 0%, transparent 40%);
}.etariff_item .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.etariff_item .Xrate_choice {
    display: flex;
    flex-direction: column;
}.etariff_item .aplan_rates {
    margin-left: auto;
    order: 1;
    max-width: 800px;
    margin-right: auto;
    text-align: center;
    margin-bottom: 3rem;
}.etariff_item .aplan_rates h2 {
    font-weight: 700;
    font-size: 35px;
    display: inline-block;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
}.etariff_item .aplan_rates h2::after {
    width: 80px;
    bottom: -10px;
    position: absolute;
    content: "";
    height: 3px;
    left: 50%;
    background: rgb(226,195,160);
    transform: translateX(-50%);
}.etariff_item .Elesson_plans {
    line-height: 1.6;
    font-size: 14px;
    max-width: 600px;
    word-break: break-word;
    overflow-wrap: break-word;
    color: #000000;
    margin: 0 auto;
}.etariff_item .Lskill_offers {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    order: 2;
}.etariff_item .Mlearning_fee {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    background: #ffffff;
    height: 100%;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.etariff_item .Mlearning_fee:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.etariff_item .Scost_rates {
    display: flex;
    height: 100%;
    flex-direction: column;
}.etariff_item .bpayment_plan {
    padding: 2rem;
    z-index: 1;
    flex-direction: column;
    flex-grow: 1;
    word-break: break-word;
    display: flex;
    overflow-wrap: break-word;
    position: relative;
}.etariff_item .bpayment_plan::before {
    opacity: 0.7;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    z-index: -1;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
}.etariff_item .bpayment_plan h3 {
    font-weight: 700;
    font-size: calc(24px * 1.2);
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    color: #000000;
}.etariff_item .bpayment_plan h3::after {
    height: 2px;
    transition: width 0.3s ease;
    background: rgb(208,160,114);
    width: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}.etariff_item .Mlearning_fee:hover .bpayment_plan h3::after {
    width: 80px;
}.etariff_item .wfee_schemes {
    position: relative;
    color: rgb(226,195,160);
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: calc(24px * 1.5);
    display: inline-block;
}.etariff_item .wfee_schemes::before {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    background: rgb(226,195,160);
    left: 0;
    bottom: -5px;
    transition: width 0.3s ease;
}.etariff_item .Mlearning_fee:hover .wfee_schemes::before {
    width: 100%;
}.etariff_item .bpayment_plan p {
    overflow-wrap: break-word;
    margin-top: auto;
    line-height: 1.6;
    word-break: break-word;
    font-size: 14px;
    color: #000000;
}.etariff_item .Warticle_photo {
    transition: transform 0.5s ease;
    height: 200px;
    overflow: hidden;
    position: relative;
}.etariff_item .Warticle_photo::after {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    left: 0;
}.etariff_item .Mlearning_fee:hover .Warticle_photo {
    transform: scale(1.05);
}.etariff_item .Mlearning_fee:nth-child(odd) .Scost_rates {
    flex-direction: column-reverse;
}.etariff_item .Mlearning_fee:nth-child(3n+1) {
    border-top: 3px solid rgb(226,195,160);
}.etariff_item .Mlearning_fee:nth-child(3n+2) {
    border-top: 3px solid rgb(208,160,114);
}.etariff_item .Mlearning_fee:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.etariff_item .Xrate_choice {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.etariff_item .aplan_rates {
    margin-bottom: 0;
    text-align: left;
    flex: 0 0 30%;
    order: 2;
}.etariff_item .aplan_rates h2 {
    text-align: left;
}.etariff_item .aplan_rates h2::after {
    left: 0;
    transform: none;
}.etariff_item .Elesson_plans {
    text-align: left;
    margin: 0;
}.etariff_item .Lskill_offers {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    flex: 0 0 65%;
}
}

@media (min-width: 992px) {.etariff_item .Lskill_offers {
    grid-template-columns: repeat(2, 1fr);
}.etariff_item .Mlearning_fee:nth-child(4n+1) {
    transform: translateY(20px);
}.etariff_item .Mlearning_fee:nth-child(4n+3) {
    transform: translateY(-20px);
}.etariff_item .Mlearning_fee:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.etariff_item {
    padding: 4rem 0;
}.etariff_item .bpayment_plan {
    padding: 1.5rem;
}.etariff_item .bpayment_plan h3 {
    font-size: 24px;
}.etariff_item .wfee_schemes {
    font-size: 24px;
}.etariff_item .bpayment_plan p {
    max-height: 150px;
    line-height: 1.5;
    font-size: calc(14px * 0.9);
    overflow-y: auto;
}.etariff_item .Warticle_photo {
    height: 150px;
}
}

@media (max-width: 480px) {.etariff_item .Lskill_offers {
    grid-template-columns: 1fr;
}.etariff_item .aplan_rates h2 {
    font-size: calc(35px * 0.8);
}.etariff_item .Elesson_plans {
    font-size: calc(14px * 0.9);
}.etariff_item .bpayment_plan p {
    max-height: 120px;
}
}