* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.Tmfenroll_info {
    flex: 0 0 auto;
}.container {
    width: 1185px;
    max-width: 100%;
    margin: auto;
}.gApheader_base {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.RDNwrap-structure {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.jmQtyPage {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(198,192,192) 0%, rgba(rgb(165,159,159,0.5), 0.1) 100%);
}.jmQtyPage::before {
    top: 0;
    position: absolute;
    z-index: -1;
    content: "";
    background-size: 20px 20px;
    transform: perspective(1000px) rotateX(5deg);
    left: 0;
    opacity: 0.6;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(165,159,159,0.5), 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(rgb(165,159,159,0.5), 0.05) 1px, transparent 1px);
    width: 100%;
}.jmQtyPage::after {
    z-index: -1;
    filter: blur(80px);
    right: -5%;
    background: linear-gradient(45deg, rgb(165,159,159) 0%, rgba(rgb(134,126,127,0.5), 0.8) 100%);
    position: absolute;
    content: "";
    top: -10%;
    transform: rotate(-15deg) translateZ(-10px);
    height: 70%;
    opacity: 0.15;
    width: 40%;
    animation: float 15s ease-in-out infinite;
}.jmQtyPage .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
}.jmQtyPage .cLmpath_impact {
    position: relative;
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 0 0 1px rgba(rgb(165,159,159,0.5), 0.08);
    transform: translateY(0);
    gap: 2.5rem;
    grid-template-columns: 1fr;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    backdrop-filter: blur(10px);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    padding: 3.5rem;
}.jmQtyPage .cLmpath_impact:hover {
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.16),
        0 0 0 1px rgba(rgb(165,159,159,0.5), 0.12);
    transform: translateY(-5px);
}.jmQtyPage .cLmpath_impact::before {
    content: "";
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 0;
    background: linear-gradient(to bottom, rgb(165,159,159), rgb(134,126,127));
    width: 4px;
    transform: scaleY(0);
    left: 0;
    height: 100%;
    position: absolute;
    transform-origin: top;
}.jmQtyPage .cLmpath_impact:hover::before {
    transform: scaleY(1);
}.jmQtyPage h5 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
    color: #000000;
    line-height: 1.3;
    overflow: hidden;
    font-size: calc(18px * 1.1);
    position: relative;
}.jmQtyPage h5::after {
    left: 0;
    width: 4rem;
    content: "";
    background: rgb(165,159,159);
    height: 3px;
    position: absolute;
    transition: width 0.6s ease, transform 0.6s ease;
    transform: translateX(0);
    bottom: 0;
}.jmQtyPage .cLmpath_impact:hover h5::after {
    transform: translateX(10px);
    width: 7rem;
}.jmQtyPage p {
    opacity: 0.9;
    transform: translateZ(0);
    font-weight: 400;
    transition: color 0.3s ease;
    color: #000000;
    margin: 0;
    line-height: 1.7;
    position: relative;
    font-size: 12px;
}.jmQtyPage a {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    overflow: hidden;
    position: relative;
    display: block;
}.jmQtyPage a::before {
    position: absolute;
    transform: scaleX(0);
    z-index: 1;
    transform-origin: right;
    content: "";
    left: 0;
    height: 1px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    bottom: 0;
    background: rgba(rgb(165,159,159,0.5), 0.3);
}.jmQtyPage a:hover {
    transform: translateY(-2px);
}.jmQtyPage a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.jmQtyPage a:hover p {
    color: rgb(165,159,159);
}

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

@media (min-width: 768px) {.jmQtyPage {
    padding: 8rem 0;
}.jmQtyPage .cLmpath_impact {
    padding: 4rem;
    align-items: start;
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.jmQtyPage h5 {
    padding-bottom: 1.5rem;
    font-size: calc(18px * 1.2);
}.jmQtyPage p {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}.jmQtyPage::before {
    background-size: 30px 30px;
}
}

@media (min-width: 1024px) {.jmQtyPage .cLmpath_impact {
    padding: 5rem;
    gap: 4rem;
}.jmQtyPage h5 {
    font-size: calc(18px * 1.3);
}.jmQtyPage::after {
    right: -10%;
    width: 50%;
}
}

@media (max-width: 767px) {.jmQtyPage {
    padding: 4rem 0;
}.jmQtyPage .cLmpath_impact {
    padding: 2.5rem;
}.jmQtyPage h5 {
    font-size: 18px;
}.jmQtyPage::before {
    background-size: 15px 15px;
}.jmQtyPage::after {
    opacity: 0.1;
}
}

@media (max-width: 480px) {.jmQtyPage {
    padding: 3rem 0;
}.jmQtyPage .cLmpath_impact {
    padding: 2rem 1.5rem;
}.jmQtyPage h5 {
    font-size: calc(18px * 0.9);
}.jmQtyPage p {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}.hqplearning_process {
    background: linear-gradient(135deg, rgb(198,192,192) 0%, rgb(134,126,127,0.5) 100%);
    margin: 3rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.hqplearning_process::before {
    opacity: 0.7;
    top: 0;
    left: 0;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(to right, rgb(134,126,127,0.5) 0%, transparent 20%, transparent 80%, rgb(134,126,127,0.5) 100%);
    transform: translateY(-5%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
}.hqplearning_process::after {
    filter: blur(40px);
    z-index: 0;
    width: 200px;
    position: absolute;
    animation: pulse 15s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    content: "";
    border-radius: 50%;
    opacity: 0.1;
    height: 200px;
    background: rgb(134,126,127);
    top: -50px;
    right: -50px;
}.hqplearning_process:hover::before {
    transform: translateY(0);
}.hqplearning_process .cLmpath_impact {
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    z-index: 2;
}.hqplearning_process .cLmpath_impact > div {
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    padding: 3rem;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}.hqplearning_process .cLmpath_impact > div::before {
    top: 0;
    position: absolute;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    left: 0;
    height: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(165,159,159), rgb(134,126,127));
}.hqplearning_process .cLmpath_impact > div:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.hqplearning_process .cLmpath_impact > div:hover::before {
    height: 100%;
}.hqplearning_process h3 {
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    position: relative;
    font-weight: 700;
    font-size: calc(36px * 0.9);
    color: #000000;
    transform: translateZ(20px);
    display: inline-block;
}.hqplearning_process h3::after {
    left: 0;
    width: 60%;
    content: "";
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    bottom: -8px;
    background: linear-gradient(to right, rgb(165,159,159), rgb(134,126,127));
    position: absolute;
    transform: scaleX(0.7);
    transform-origin: left;
}.hqplearning_process .cLmpath_impact > div:hover h3::after {
    transform: scaleX(1);
}.hqplearning_process p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    position: relative;
    line-height: 1.7;
    transform: translateZ(5px);
    color: #000000;
    margin: 0;
}.hqplearning_process p span {
    position: relative;
    padding-left: 1rem;
    border-left: 1px solid rgb(134,126,127,0.5);
    display: block;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.15;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

@media screen and (min-width: 768px) {.hqplearning_process {
    padding: 8rem 0;
}.hqplearning_process .cLmpath_impact {
    padding: 0 3rem;
}.hqplearning_process .cLmpath_impact > div {
    padding: 4rem;
}.hqplearning_process h3 {
    font-size: 36px;
    margin-bottom: 2rem;
}.hqplearning_process p {
    font-size: calc(14px * 1.05);
    line-height: 1.75;
}.hqplearning_process p span {
    padding-left: 2rem;
}
}

@media screen and (min-width: 992px) {.hqplearning_process {
    padding: 10rem 0;
}.hqplearning_process .cLmpath_impact > div {
    width: 90%;
    margin-left: 5%;
}.hqplearning_process h3 {
    font-size: calc(36px * 1.1);
}.hqplearning_process p span {
    padding-left: 0;
    column-count: 2;
    column-gap: 3rem;
    border-left: none;
}
}

@media (prefers-reduced-motion: reduce) {.hqplearning_process::after {
    animation: none;
}.hqplearning_process .cLmpath_impact > div,
    .hqplearning_process .cLmpath_impact > div:hover {
    transition: box-shadow 0.3s ease;
    transform: none;
}
}

@media (hover: none) {.hqplearning_process .cLmpath_impact > div {
    transform: none;
}.hqplearning_process .cLmpath_impact > div:hover {
    transform: none;
}}.OMcprogram_details {
    background: rgb(198,192,192);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.OMcprogram_details::before {
    background: linear-gradient(135deg, rgb(165,159,159,0.5) 0%, transparent 70%);
    right: -100px;
    z-index: 1;
    transform: rotate(-15deg);
    width: 300px;
    height: 300px;
    position: absolute;
    opacity: 0.7;
    content: "";
    top: -100px;
}.OMcprogram_details::after {
    background: linear-gradient(225deg, rgb(134,126,127,0.5) 0%, transparent 70%);
    content: "";
    transform: rotate(15deg);
    position: absolute;
    z-index: 1;
    bottom: -50px;
    width: 200px;
    height: 200px;
    left: -50px;
    opacity: 0.5;
}.OMcprogram_details .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.OMcprogram_details .ZkTfuture_skills {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}.OMcprogram_details .xlipic_wrapper {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 320px;
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
}.OMcprogram_details .xlipic_wrapper::before {
    inset: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    content: "";
    background: linear-gradient(
        to right,
        rgb(165,159,159,0.5) 0%,
        transparent 20%,
        transparent 80%,
        rgb(134,126,127,0.5) 100%
    );
    opacity: 0.4;
}.OMcprogram_details .xlipic_wrapper:hover {
    transform: perspective(1000px) rotateY(0deg);
}.OMcprogram_details .xlipic_wrapper:hover::before {
    opacity: 0.2;
}.OMcprogram_details .Zwjtext_widget {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    padding: 30px;
}.OMcprogram_details .Zwjtext_widget:hover {
    transform: translateY(-5px);
}.OMcprogram_details .Zwjtext_widget::before {
    top: 0;
    width: 4px;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(165,159,159), rgb(134,126,127));
    height: 0;
    content: "";
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.OMcprogram_details .Zwjtext_widget:hover::before {
    height: 100%;
}.OMcprogram_details h3 {
    font-weight: 600;
    transition: transform 0.4s ease;
    font-size: calc(20px * 1.1);
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    transform: translateX(0);
    margin-bottom: 25px;
}.OMcprogram_details .Zwjtext_widget:hover h3 {
    transform: translateX(10px);
}.OMcprogram_details h3::after {
    background: rgb(165,159,159);
    height: 2px;
    bottom: 0;
    width: 60px;
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    left: 0;
}.OMcprogram_details .Zwjtext_widget:hover h3::after {
    width: 100px;
}.OMcprogram_details .description {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: opacity 0.3s ease;
    opacity: 0.9;
    margin-bottom: 20px;
    line-height: 1.7;
}.OMcprogram_details .Zwjtext_widget:hover .description {
    opacity: 1;
}.OMcprogram_details p.description {
    max-height: 300px;
    padding-right: 15px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(165,159,159,0.5) #ffffff;
    display: block;
}.OMcprogram_details p.description::-webkit-scrollbar {
    width: 6px;
}.OMcprogram_details p.description::-webkit-scrollbar-track {
    background: #ffffff;
}.OMcprogram_details p.description::-webkit-scrollbar-thumb {
    background-color: rgb(165,159,159,0.5);
    border-radius: 10px;
}.OMcprogram_details span.description {
    display: none;
}

@media (min-width: 768px) {.OMcprogram_details {
    padding: 150px 0;
}.OMcprogram_details .ZkTfuture_skills {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
}.OMcprogram_details .xlipic_wrapper {
    transform: perspective(1000px) rotateY(3deg) translateX(-20px);
    height: 450px;
}.OMcprogram_details .xlipic_wrapper:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.OMcprogram_details .Zwjtext_widget {
    padding: 40px;
}.OMcprogram_details h3 {
    margin-bottom: 30px;
    font-size: 20px;
}.OMcprogram_details p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.OMcprogram_details .ZkTfuture_skills {
    gap: 80px;
}.OMcprogram_details .xlipic_wrapper {
    height: 500px;
}.OMcprogram_details .Zwjtext_widget {
    padding: 50px;
}.OMcprogram_details h3 {
    font-size: calc(20px * 1.2);
}.OMcprogram_details p.description {
    line-height: 1.75;
    max-height: 400px;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1200px) {.OMcprogram_details .ZkTfuture_skills {
    gap: 100px;
}.OMcprogram_details .xlipic_wrapper {
    transform: perspective(1200px) rotateY(5deg) translateX(-30px);
    height: 550px;
}.OMcprogram_details .xlipic_wrapper:hover {
    transform: perspective(1200px) rotateY(0deg) translateX(0);
}.OMcprogram_details .Zwjtext_widget {
    padding: 60px 70px 60px 60px;
}.OMcprogram_details h3 {
    margin-bottom: 35px;
    padding-bottom: 20px;
    font-size: calc(20px * 1.3);
}.OMcprogram_details p.description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.OMcprogram_details {
    padding: 80px 0;
}.OMcprogram_details .Zwjtext_widget {
    padding: 25px 20px;
}.OMcprogram_details h3 {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: calc(21px * 1.1);
}.OMcprogram_details p.description {
    max-height: 250px;
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}.XsPour_background {
    overflow: hidden;
    position: relative;
    display: flex;
    padding: 120px 0 80px;
    align-items: center;
    min-height: 100vh;
    isolation: isolate;
}.XsPour_background::before {
    background: linear-gradient(135deg, rgb(165,159,159,0.5), rgba(0, 0, 0, 0.5) 80%);
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    z-index: -1;
}.XsPour_background::after {
    bottom: -20px;
    right: -20px;
    opacity: 0.15;
    width: 60%;
    height: 70%;
    position: absolute;
    content: "";
    animation: floatBackground 20s ease-in-out infinite alternate;
    transform: skewY(-12deg);
    z-index: -1;
    background: linear-gradient(225deg, rgb(134,126,127) 0%, transparent 70%);
}.XsPour_background .container {
    position: relative;
    padding: 0 20px;
    z-index: 1;
    transform-origin: center top;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
}.XsPour_background h2 {
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 34px;
    transform: translateZ(30px);
    display: inline-block;
    position: relative;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    letter-spacing: 1.5px;
    font-weight: 700;
}.XsPour_background h2::before {
    transform: scaleX(0);
    bottom: -12px;
    width: 80px;
    animation: lineExpand 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    background: rgb(134,126,127);
}.XsPour_background h2::after {
    transform-origin: left;
    left: 0;
    animation: lineExpandSecondary 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    content: "";
    width: 40px;
    position: absolute;
    transform: translateX(80px) scaleX(0);
    bottom: -12px;
    background: rgb(165,159,159);
}.XsPour_background .Zwjtext_widget {
    position: relative;
    padding: 60px 50px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 
                0 -5px 20px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform: perspective(1000px) translateZ(0);
    backdrop-filter: blur(10px);
    border-radius: 4px;
}.XsPour_background .Zwjtext_widget::before {
    transform-origin: center;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(165,159,159), rgb(134,126,127));
    transform: scaleY(0.8);
    width: 6px;
    animation: pulseBar 8s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    position: absolute;
    content: "";
}.XsPour_background .Zwjtext_widget::after {
    width: 100%;
    height: 6px;
    animation: pulseBar 12s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: scaleX(0.9);
    background: linear-gradient(to right, rgb(165,159,159), rgb(134,126,127));
    transform-origin: center;
    content: "";
    top: 0;
    right: 0;
    position: absolute;
}.XsPour_background .Zwjtext_widget > div {
    z-index: 1;
    position: relative;
}.XsPour_background .Zwjtext_widget p {
    font-weight: 600;
    animation: slideUpFade 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    font-size: calc(20px - 2px);
    position: relative;
    margin-bottom: 20px;
    opacity: 0;
    color: rgb(165,159,159);
    display: inline-block;
}.XsPour_background .Zwjtext_widget p::after {
    content: "";
    bottom: -8px;
    background: rgb(134,126,127);
    animation: lineGrow 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    width: 40px;
    left: 0;
}.XsPour_background .Zwjtext_widget div div {
    font-size: 18px;
    transform: translateY(30px);
    font-family: Arial, sans-serif;
    column-gap: 40px;
    animation: slideUpFade 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    color: #000000;
    line-height: 1.8;
    column-count: 1;
}


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

@keyframes lineExpandSecondary {
    0% { transform: translateX(80px) scaleX(0); }
    100% { transform: translateX(80px) scaleX(1); }
}

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

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

@keyframes pulseBar {
    0%, 100% {
        transform: scaleY(0.8);
    }
    50% {
        transform: scaleY(1);
    }
}

@keyframes floatBackground {
    0% {
        transform: skewY(-12deg) translateY(0);
    }
    50% {
        transform: skewY(-10deg) translateY(-15px);
    }
    100% {
        transform: skewY(-12deg) translateY(0);
    }
}


@media (min-width: 768px) {.XsPour_background {
    padding: 150px 0 100px;
}.XsPour_background .container {
    transform: perspective(1200px) rotateX(3deg);
}.XsPour_background h2 {
    margin-bottom: 60px;
    font-size: calc(34px + 4px);
}.XsPour_background .Zwjtext_widget {
    padding: 70px 60px;
    margin-left: 40px;
    border-radius: 6px;
    transform: perspective(1000px) translateZ(10px) rotateY(-1deg);
}.XsPour_background .Zwjtext_widget div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.XsPour_background .container {
    transform: perspective(1500px) rotateX(4deg);
}.XsPour_background .Zwjtext_widget {
    margin-left: 60px;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), 
                    0 -8px 25px rgba(255, 255, 255, 0.1);
    padding: 80px 70px;
    transform: perspective(1000px) translateZ(20px) rotateY(-1.5deg);
}.XsPour_background h2 {
    font-size: calc(34px + 8px);
}.XsPour_background .Zwjtext_widget::before {
    width: 8px;
}.XsPour_background .Zwjtext_widget::after {
    height: 8px;
}.XsPour_background .Zwjtext_widget div div {
    line-height: 1.9;
    font-size: calc(18px + 1px);
}
}

@media (min-width: 1200px) {.XsPour_background .container {
    padding: 0 40px;
    transform: perspective(2000px) rotateX(4deg);
}.XsPour_background .Zwjtext_widget {
    padding: 90px 80px;
    margin-left: 80px;
    transform: perspective(1000px) translateZ(30px) rotateY(-2deg);
}.XsPour_background .Zwjtext_widget div div {
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.XsPour_background {
    padding: 100px 0 60px;
}.XsPour_background .container {
    transform: perspective(800px) rotateX(1deg);
    padding: 0 15px;
}.XsPour_background h2 {
    font-size: 34px;
    margin-bottom: 30px;
}.XsPour_background .Zwjtext_widget {
    border-radius: 4px;
    margin-left: 0;
    padding: 40px 25px;
}.XsPour_background .Zwjtext_widget::before {
    width: 4px;
}.XsPour_background .Zwjtext_widget::after {
    height: 4px;
}.XsPour_background .Zwjtext_widget div div {
    font-size: 18px;
    line-height: 1.7;
}}.QWswelcome_board {
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(165,159,159,0.5), rgba(0, 0, 0, 0.5));
}.QWswelcome_board::before {
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 85%);
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgba(0,0,0,0.2), rgba(0,0,0,0));
    right: 0;
    bottom: 0;
    top: 0;
}.QWswelcome_board::after {
    right: -5%;
    transform: rotate(-15deg) skew(15deg);
    opacity: 0.1;
    content: "";
    top: -10%;
    height: 60%;
    z-index: 0;
    position: absolute;
    animation: floatElement 10s ease-in-out infinite;
    filter: blur(20px);
    background: rgb(165,159,159);
    width: 50%;
}.QWswelcome_board .dZGmaster_studyfast {
    z-index: 2;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 5% 8%;
}.QWswelcome_board .vXIlearn_quickpro {
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100%;
    box-shadow: -15px 20px 40px rgba(0,0,0,0.2);
    overflow: hidden;
    transform-style: preserve-3d;
    border-left: 4px solid rgb(165,159,159);
    height: 100%;
    transform: perspective(1200px) rotateY(-3deg);
    position: relative;
    padding: 7% 5%;
    backdrop-filter: blur(5px);
}.QWswelcome_board .vXIlearn_quickpro::before {
    transition: opacity 0.4s ease, transform 0.6s ease;
    z-index: -1;
    opacity: 0.7;
    left: 0;
    top: 0;
    right: 0;
    background: linear-gradient(110deg, 
              rgb(134,126,127,0.5) 0%, 
              rgba(0, 0, 0, 0.5) 50%, 
              rgb(165,159,159,0.5) 100%);
    position: absolute;
    content: "";
    bottom: 0;
}.QWswelcome_board .vXIlearn_quickpro:hover::before {
    opacity: 0.85;
    transform: scale(1.02);
}.QWswelcome_board .vXIlearn_quickpro span {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
    transform: translateX(-20px);
    background: linear-gradient(90deg, rgb(134,126,127,0.5), transparent);
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    padding: 15px 25px;
    display: block;
    margin-bottom: 25px;
}.QWswelcome_board .vXIlearn_quickpro h3 {
    font-weight: 600;
    color: #ffffff;
    animation: fadeUp 0.8s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    max-width: 90%;
    transform: translateY(20px);
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    line-height: 1.4;
    font-size: calc(23px * 0.95);
    opacity: 0;
}.QWswelcome_board .vXIlearn_quickpro h1 {
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 700;
    padding-left: 5%;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    color: #ffffff;
    opacity: 0;
    font-size: 45px;
    animation: slideInRight 0.9s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    transform: translateX(-30px);
    position: relative;
}.QWswelcome_board .vXIlearn_quickpro h1::after {
    position: absolute;
    content: "";
    width: 70px;
    bottom: -15px;
    transform: scaleX(0);
    background: rgb(165,159,159);
    left: 5%;
    height: 4px;
    animation: expandWidth 0.7s 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    transform-origin: left center;
}.QWswelcome_board .vXIlearn_quickpro div div {
    margin-left: 10%;
    animation: fadeUp 0.8s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    background: linear-gradient(135deg, 
              rgba(255,255,255,0.1) 0%, 
              rgba(255,255,255,0.05) 100%);
    position: relative;
    padding: 20px 30px;
    opacity: 0;
    transform: translateY(20px);
    border-left: 3px solid rgb(134,126,127);
    margin-top: 40px;
    max-width: 85%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    backdrop-filter: blur(8px);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}.QWswelcome_board .vXIlearn_quickpro p {
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: calc(15px * 1.1);
    margin: 0;
    position: relative;
    line-height: 1.6;
    color: #ffffff;
}

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

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

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

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

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

@media screen and (max-width: 1200px) {.QWswelcome_board .vXIlearn_quickpro {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 8% 5%;
}.QWswelcome_board .vXIlearn_quickpro h1 {
    font-size: calc(45px * 0.9);
}.QWswelcome_board .vXIlearn_quickpro div div {
    margin-left: 5%;
    max-width: 90%;
}
}

@media screen and (max-width: 991px) {.QWswelcome_board::after {
    width: 60%;
    top: -5%;
    height: 50%;
}.QWswelcome_board .dZGmaster_studyfast {
    padding: 4% 5%;
}.QWswelcome_board .vXIlearn_quickpro {
    transform: perspective(800px) rotateY(-1deg);
    padding: 8% 5%;
}.QWswelcome_board .vXIlearn_quickpro h3 {
    font-size: calc(23px * 0.9);
    max-width: 95%;
}.QWswelcome_board .vXIlearn_quickpro h1 {
    margin-bottom: 25px;
    font-size: calc(45px * 0.85);
}.QWswelcome_board .vXIlearn_quickpro div div {
    max-width: 95%;
    margin-top: 30px;
    padding: 15px 25px;
}
}

@media screen and (max-width: 768px) {.QWswelcome_board {
    min-height: 90vh;
}.QWswelcome_board::before {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 90%);
}.QWswelcome_board .dZGmaster_studyfast {
    padding: 10% 5%;
}.QWswelcome_board .vXIlearn_quickpro {
    padding: 10% 6%;
    transform: none;
    border-left: 3px solid rgb(165,159,159);
}.QWswelcome_board .vXIlearn_quickpro span {
    padding: 12px 20px;
    margin-bottom: 20px;
}.QWswelcome_board .vXIlearn_quickpro h3 {
    font-size: calc(23px * 0.85);
}.QWswelcome_board .vXIlearn_quickpro h1 {
    padding-left: 2%;
    font-size: calc(45px * 0.75);
}.QWswelcome_board .vXIlearn_quickpro h1::after {
    height: 3px;
    width: 50px;
}.QWswelcome_board .vXIlearn_quickpro div div {
    margin-left: 2%;
    margin-top: 25px;
    padding: 15px 20px;
}.QWswelcome_board .vXIlearn_quickpro p {
    font-size: 15px;
}
}

@media screen and (max-width: 576px) {.QWswelcome_board {
    min-height: 80vh;
}.QWswelcome_board::after {
    display: none;
}.QWswelcome_board::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
}.QWswelcome_board .dZGmaster_studyfast {
    padding: 12% 5% 15%;
}.QWswelcome_board .vXIlearn_quickpro {
    padding: 8% 5% 10%;
    border-left: 2px solid rgb(165,159,159);
}.QWswelcome_board .vXIlearn_quickpro span {
    margin-bottom: 15px;
    transform: translateX(-10px);
    padding: 10px 15px;
}.QWswelcome_board .vXIlearn_quickpro h3 {
    font-size: calc(23px * 0.8);
    line-height: 1.5;
}.QWswelcome_board .vXIlearn_quickpro h1 {
    margin-bottom: 20px;
    font-size: calc(45px * 0.65);
    padding-left: 0;
}.QWswelcome_board .vXIlearn_quickpro h1::after {
    width: 40px;
    left: 0;
}.QWswelcome_board .vXIlearn_quickpro div div {
    margin-left: 0;
    max-width: 100%;
    padding: 12px 15px;
}.QWswelcome_board .vXIlearn_quickpro p {
    line-height: 1.5;
    font-size: calc(15px * 0.95);
}}.Tygacademic_expertise {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(198,192,192), rgb(165,159,159,0.5));
}.Tygacademic_expertise::before {
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: repeating-linear-gradient(45deg, rgb(134,126,127,0.5) 0px, transparent 2px, transparent 10px);
    left: 0;
    opacity: 0.1;
    width: 100%;
    z-index: 1;
}.Tygacademic_expertise .zUXsuccess_ratings {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    align-items: center;
    z-index: 2;
    border-radius: 20px;
    padding: 0;
    gap: 4rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
}.Tygacademic_expertise .xlipic_wrapper {
    height: 450px;
    transition: all 0.4s ease;
    flex-shrink: 0;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    width: 40%;
}.Tygacademic_expertise .xlipic_wrapper::after {
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(165,159,159,0.5), transparent);
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0.5;
    content: "";
}.Tygacademic_expertise .hFfjob_area {
    padding: 3rem;
    position: relative;
    width: 60%;
}.Tygacademic_expertise .name {
    position: relative;
    font-weight: 700;
    font-size: 34px;
    display: inline-block;
    color: #000000;
    margin-bottom: 0.5rem;
}.Tygacademic_expertise .name::after {
    content: "";
    position: absolute;
    width: 50%;
    bottom: -8px;
    transition: width 0.3s ease;
    height: 3px;
    left: 0;
    background: rgb(165,159,159);
}.Tygacademic_expertise .hFfjob_area > div:nth-child(2) {
    font-weight: 600;
    font-size: 16px;
    padding-left: 2px;
    color: rgb(134,126,127);
    margin-bottom: 1.5rem;
}.Tygacademic_expertise .klxexp_details {
    font-family: Arial, sans-serif;
    color: #000000;
    padding-left: 1.5rem;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
}.Tygacademic_expertise .klxexp_details::before {
    font-size: 4rem;
    top: -2rem;
    opacity: 0.4;
    color: rgb(165,159,159,0.5);
    position: absolute;
    content: "";
    left: -1rem;
}.Tygacademic_expertise .zUXsuccess_ratings:hover .xlipic_wrapper {
    transform: scale(1.03);
}.Tygacademic_expertise .zUXsuccess_ratings:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.Tygacademic_expertise .zUXsuccess_ratings {
    gap: 2rem;
    flex-direction: column;
}.Tygacademic_expertise .xlipic_wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    width: 100%;
    height: 350px;
}.Tygacademic_expertise .hFfjob_area {
    padding: 0 2rem 2rem;
    width: 100%;
}
}

@media (max-width: 576px) {.Tygacademic_expertise {
    padding: 3rem 1rem;
}.Tygacademic_expertise .xlipic_wrapper {
    height: 280px;
}.Tygacademic_expertise .hFfjob_area {
    padding: 0 1.5rem 1.5rem;
}.Tygacademic_expertise .name {
    font-size: calc(34px * 0.85);
}.Tygacademic_expertise .klxexp_details {
    font-size: calc(13px * 0.95);
}}footer {
    position: relative;
    width: 100%;
}footer .Tmfenroll_info {
    background-color: #2c3e50;
    padding: 100px 0 30px;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
}footer .Tmfenroll_info::before {
    background-size: 60px 60px;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.1;
    height: 100%;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
}footer .PAnreferral_prog {
    position: relative;
    z-index: 1;
}footer .CPWcontact_us {
    gap: 15px;
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    margin: -70px auto 60px;
}footer .info_item {
    height: 100px;
    padding: 0 20px;
    align-items: center;
    background-color: #ffffff;
    display: flex;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    width: 6px;
    left: 0;
    content: "";
    background-color: rgb(165,159,159);
    top: 25%;
    position: absolute;
    height: 50%;
    transition: height 0.3s ease, top 0.3s ease;
}footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    z-index: 1;
    flex-shrink: 0;
    fill: rgb(165,159,159);
    margin-right: 15px;
    position: relative;
    width: 22px;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    position: relative;
    color: #2c3e50;
    z-index: 1;
    font-size: 16px;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(165,159,159);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
}footer .aHhtop_expert, footer .subscribe_holder {
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 28px;
}footer .aHhtop_expert:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .KHxmain_know {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
}footer .aHhtop_expert svg {
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
}footer .amHcert_display {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .KHxmain_know h5 {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    grid-column: 1 / -1;
    margin-bottom: 20px;
}footer .KHxmain_know h5::after {
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
    bottom: 0;
    background-color: rgb(165,159,159);
    left: 0;
}footer .GpWmain_mainwrap {
    padding: 20px;
    border-radius: 28px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    height: 100%;
}footer .GpWmain_mainwrap:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .GpWmain_mainwrap a {
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 8px 0;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    display: block;
}footer .GpWmain_mainwrap a:last-child {
    border-bottom: none;
}footer .GpWmain_mainwrap a::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
    content: "→";
    right: 0;
    opacity: 0;
    position: absolute;
}footer .GpWmain_mainwrap a:hover {
    padding-left: 5px;
    color: #ffffff;
}footer .GpWmain_mainwrap a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 600;
}footer .subscribe_holder h5::after {
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
    bottom: 0;
    background-color: rgb(165,159,159);
    left: 0;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 16px;
    border-radius: 10px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(165,159,159);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .YmBsub_codes {
    padding: 15px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgb(165,159,159);
    transition: all 0.3s ease;
    border: none;
    font-weight: 600;
}footer .YmBsub_codes:hover {
    background-color: rgb(134,126,127);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .VsIaward_show {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .oByblog_ref {
    display: inline-block;
    padding: 8px 20px;
    font-size: 13px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 2fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .YmBsub_codes {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .KHxmain_know {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .Tmfenroll_info {
    padding: 70px 0 30px;
}footer .CPWcontact_us {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .aHhtop_expert, footer .subscribe_holder {
    padding: 25px 20px;
}footer .KHxmain_know h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .VsIaward_show {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .Tmfenroll_info {
    padding: 50px 0 20px;
}footer .GpWmain_mainwrap {
    padding: 15px;
}footer .KHxmain_know h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .input_holder input[type="email"],
    footer .YmBsub_codes {
    padding: 12px;
}}.Vwyeducational_yield {
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 5rem 1.5rem;
    position: relative;
    background: linear-gradient(135deg, rgb(198,192,192) 0%, rgba(255,255,255,0.98) 70%);
}.Vwyeducational_yield::before {
    transform: rotate(-15deg);
    content: "";
    background: linear-gradient(220deg, rgb(165,159,159,0.5) 10%, transparent 70%);
    top: -10%;
    position: absolute;
    height: 25rem;
    filter: blur(30px);
    animation: float 18s infinite ease-in-out;
    width: 25rem;
    right: -5%;
    z-index: 0;
    opacity: 0.2;
    border-radius: 40% 60% 70% 30%;
}.Vwyeducational_yield::after {
    transform: rotate(25deg);
    animation: float 15s infinite ease-in-out reverse;
    content: "";
    position: absolute;
    bottom: -15%;
    background: linear-gradient(40deg, rgb(134,126,127,0.5) 15%, transparent 75%);
    filter: blur(35px);
    height: 20rem;
    border-radius: 60% 40% 30% 70%;
    opacity: 0.15;
    width: 20rem;
    z-index: 0;
    left: -5%;
}.Vwyeducational_yield h5 {
    margin-bottom: 3.5rem;
    z-index: 2;
    font-size: 23px;
    font-weight: 600;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
    position: relative;
    text-align: center;
}.Vwyeducational_yield h5::after {
    content: "";
    height: 3px;
    width: 4rem;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(165,159,159), transparent);
    border-radius: 10px;
    bottom: -0.8rem;
    transform: translateX(-50%);
    left: 50%;
}.Vwyeducational_yield .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.Vwyeducational_yield .cLmpath_impact {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.03);
    padding: 2.5rem 1.5rem;
    gap: 2.5rem;
    flex-direction: column;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 4px;
    backdrop-filter: blur(10px);
    display: flex;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.9);
    align-items: center;
}.Vwyeducational_yield .cLmpath_impact:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 2px 10px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.Vwyeducational_yield .xlipic_wrapper {
    height: auto;
    max-width: 480px;
    object-fit: cover;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    transform: perspective(1000px) rotateY(-2deg);
    width: 100%;
}.Vwyeducational_yield .cLmpath_impact:hover .xlipic_wrapper {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(0);
}.Vwyeducational_yield .Zwjtext_widget {
    width: 100%;
}.Vwyeducational_yield ul {
    gap: 1.25rem;
    display: grid;
    padding: 0;
    list-style: none;
    margin: 0;
    grid-template-columns: 1fr;
}.Vwyeducational_yield li {
    padding: 0.8rem 1rem 0.8rem 3.2rem;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.03), transparent);
    transform: translateX(0);
    transition: transform 0.3s ease, background 0.3s ease, border-left 0.3s ease;
    border-left: 2px solid rgb(165,159,159,0.5);
    position: relative;
}.Vwyeducational_yield li:hover {
    border-left: 2px solid rgb(165,159,159);
    transform: translateX(5px);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.05), transparent);
}.Vwyeducational_yield li:nth-child(odd) {
    border-left: 2px solid rgb(134,126,127,0.5);
    background: linear-gradient(to right, rgba(var(--secondary-color-rgb), 0.02), transparent);
}.Vwyeducational_yield li:nth-child(odd):hover {
    background: linear-gradient(to right, rgba(var(--secondary-color-rgb), 0.04), transparent);
    border-left: 2px solid rgb(134,126,127);
}.Vwyeducational_yield li div,
.Vwyeducational_yield li p {
    margin: 0;
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    position: relative;
}.Vwyeducational_yield li svg {
    position: absolute;
    height: 1.5rem;
    left: -2.3rem;
    width: 1.5rem;
    top: 0;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.Vwyeducational_yield li:hover svg {
    transform: translateY(-3px);
}.Vwyeducational_yield svg path {
    fill: rgb(165,159,159);
    transition: fill 0.3s ease;
}.Vwyeducational_yield li:nth-child(odd) svg path {
    fill: rgb(134,126,127);
}.Vwyeducational_yield li:first-child {
    animation: fadeInUp 0.6s 0.1s both;
}.Vwyeducational_yield li:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.Vwyeducational_yield li:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.Vwyeducational_yield li:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.Vwyeducational_yield li:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}

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

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

@media (min-width: 768px) {.Vwyeducational_yield {
    padding: 6rem 2rem;
}.Vwyeducational_yield h5 {
    margin-bottom: 4rem;
    font-size: calc(23px * 1.1);
}.Vwyeducational_yield .cLmpath_impact {
    padding: 3rem;
    gap: 3rem;
    flex-direction: row;
}.Vwyeducational_yield ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.Vwyeducational_yield {
    padding: 8rem 3rem;
}.Vwyeducational_yield .cLmpath_impact {
    gap: 4rem;
}.Vwyeducational_yield .xlipic_wrapper {
    max-width: 45%;
}.Vwyeducational_yield .Zwjtext_widget {
    max-width: 55%;
}.Vwyeducational_yield h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.Vwyeducational_yield li p {
    font-size: calc(15px * 0.95);
}.Vwyeducational_yield h5 {
    padding: 0 1rem;
    font-size: calc(23px * 0.9);
}.Vwyeducational_yield li {
    padding: 0.7rem 0.8rem 0.7rem 3rem;
}}header {
    overflow: visible;
    position: relative;
    width: 100%;
    background: linear-gradient(to right, rgb(134,126,127) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 99;
}header::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(165,159,159,0.5) 10px,
        rgb(165,159,159,0.5) 11px
    );
    position: absolute;
    width: 100%;
    opacity: 0.1;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    z-index: -1;
}header .kYvtop_study {
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    display: flex;
}header .kYvtop_study::after {
    height: 1px;
    bottom: 0;
    content: '';
    box-shadow: 0 0 10px rgb(134,126,127), 0 0 20px rgb(134,126,127,0.5);
    width: 90%;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(165,159,159),
        rgb(134,126,127),
        rgb(165,159,159),
        transparent
    );
    left: 5%;
    position: absolute;
}header .kYvtop_study .aHhtop_expert {
    padding: 5px 10px;
    z-index: 2;
    position: relative;
    margin-right: 20px;
}header .kYvtop_study .aHhtop_expert::before {
    border: 1px solid rgb(134,126,127,0.5);
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(134,126,127,0.5);
    height: 100%;
    opacity: 0;
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    transition: opacity 0.4s ease;
    top: 0;
}header .kYvtop_study .aHhtop_expert:hover::before {
    opacity: 1;
}header .kYvtop_study .aHhtop_expert .NUjnav_prime {
    transition: transform 0.3s ease;
    display: block;
}header .kYvtop_study .aHhtop_expert:hover .NUjnav_prime {
    transform: scale(1.05);
}header .kYvtop_study .aHhtop_expert .NUjnav_prime svg {
    filter: drop-shadow(0 0 5px rgb(134,126,127,0.5));
    height: 45px;
    width: auto;
}header .kYvtop_study .KHxmain_know {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    margin: 0;
    padding: 15px 20px;
    justify-content: flex-end;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    list-style: none;
}header .kYvtop_study .KHxmain_know::before {
    width: 100%;
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    opacity: 0.2;
    top: 0;
    border-radius: 10px;
    background: radial-gradient(
        ellipse at center,
        rgb(134,126,127,0.5) 0%,
        transparent 70%
    );
}header .kYvtop_study .KHxmain_know .bZTnav_main {
    position: relative;
    margin: 0;
}header .kYvtop_study .KHxmain_know .bZTnav_main::after {
    width: 0;
    left: 50%;
    bottom: -5px;
    background: rgb(165,159,159);
    transition: width 0.3s ease, left 0.3s ease;
    content: '';
    position: absolute;
    box-shadow: 0 0 8px rgb(165,159,159);
    height: 2px;
}header .kYvtop_study .KHxmain_know .bZTnav_main:hover::after {
    width: 80%;
    left: 10%;
}header .kYvtop_study .KHxmain_know .bZTnav_main a {
    font-weight: 400;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
    padding: 10px 15px;
    color: #ffffff;
}header .kYvtop_study .KHxmain_know .bZTnav_main:hover a {
    color: rgb(165,159,159);
    text-shadow: 0 0 5px rgb(165,159,159,0.5);
}

@media (max-width: 992px) {header .kYvtop_study {
    flex-direction: column;
}header .kYvtop_study .aHhtop_expert {
    margin: 0 0 15px 0;
    align-self: center;
}header .kYvtop_study .KHxmain_know {
    width: 100%;
    justify-content: center;
}header .kYvtop_study .KHxmain_know .bZTnav_main a {
    padding: 10px 15px;
    font-size: calc(15px - 1px);
}}.Zscconnect_form {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
}.Zscconnect_form::before {
    top: 0;
    z-index: -1;
    width: 100%;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    background-color: rgb(165,159,159,0.5);
}.Zscconnect_form .container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.Zscconnect_form .TzRinquiry_request {
    position: relative;
    margin: 0 auto;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}.Zscconnect_form .rBbinquiry_feedback {
    z-index: 2;
    order: 1;
    position: relative;
    padding: 50px 30px;
    border-radius: 16px 16px 0 0;
    background-color: #ffffff;
    width: 100%;
}.Zscconnect_form .rBbinquiry_feedback h3 {
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 22px;
}.Zscconnect_form .rBbinquiry_feedback h3::after {
    bottom: -8px;
    content: '';
    background-color: rgb(134,126,127);
    position: absolute;
    height: 3px;
    left: 0;
    width: 50%;
}.Zscconnect_form .rBbinquiry_feedback form {
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
}.Zscconnect_form .rBbinquiry_feedback input[type="text"],
.Zscconnect_form .rBbinquiry_feedback input[type="email"] {
    border-radius: 10px;
    background-color: rgb(198,192,192);
    color: #000000;
    font-size: 18px;
    border: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    height: 60px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    flex: 1 0 100%;
    padding: 0 20px;
}.Zscconnect_form .rBbinquiry_feedback input[type="text"]:focus,
.Zscconnect_form .rBbinquiry_feedback input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(134,126,127,0.5);
}.Zscconnect_form .rBbinquiry_feedback input::placeholder {
    color: #000000;
    opacity: 0.6;
}.Zscconnect_form .rBbinquiry_feedback .qSRhelp_map {
    margin-top: 10px;
    align-items: flex-start;
    flex: 1 0 100%;
    display: flex;
}.Zscconnect_form .rBbinquiry_feedback .qSRhelp_map input[type="checkbox"] {
    -webkit-appearance: none;
    margin-right: 10px;
    cursor: pointer;
    flex-shrink: 0;
    appearance: none;
    height: 24px;
    background-color: rgb(198,192,192);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin-top: 2px;
    width: 24px;
    position: relative;
    transition: background-color 0.3s ease;
}.Zscconnect_form .rBbinquiry_feedback .qSRhelp_map input[type="checkbox"]:checked {
    background-color: rgb(134,126,127);
}.Zscconnect_form .rBbinquiry_feedback .qSRhelp_map input[type="checkbox"]:checked::before {
    top: 6px;
    border: solid #ffffff;
    position: absolute;
    content: '';
    left: 9px;
    border-width: 0 2px 2px 0;
    height: 10px;
    transform: rotate(45deg);
    width: 6px;
}.Zscconnect_form .rBbinquiry_feedback .qSRhelp_map label {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}.Zscconnect_form .rBbinquiry_feedback .qSRhelp_map label a {
    text-decoration: none;
    color: rgb(165,159,159);
    font-weight: 600;
    position: relative;
}.Zscconnect_form .rBbinquiry_feedback .qSRhelp_map label a::after {
    background-color: rgb(165,159,159);
    width: 100%;
    bottom: -2px;
    position: absolute;
    left: 0;
    height: 1px;
    content: '';
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: right;
}.Zscconnect_form .rBbinquiry_feedback .qSRhelp_map label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.Zscconnect_form .rBbinquiry_feedback .udVmessage_message {
    text-transform: uppercase;
    font-size: 15px;
    flex: 1 0 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    margin-top: 15px;
    height: 60px;
    font-weight: 600;
    color: #ffffff;
    z-index: 1;
    position: relative;
    box-shadow: 0 4px 10px rgb(134,126,127,0.5);
    cursor: pointer;
    background-color: rgb(134,126,127);
    border: none;
    letter-spacing: 1px;
}.Zscconnect_form .rBbinquiry_feedback .udVmessage_message::before {
    transition: transform 0.5s ease;
    left: 0;
    content: '';
    border-radius: 10px;
    top: 0;
    transform: scaleX(0);
    width: 100%;
    transform-origin: right;
    position: absolute;
    height: 100%;
    background: rgb(165,159,159);
    z-index: -1;
}.Zscconnect_form .rBbinquiry_feedback .udVmessage_message:hover {
    box-shadow: 0 6px 15px rgb(165,159,159,0.5);
}.Zscconnect_form .rBbinquiry_feedback .udVmessage_message:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.Zscconnect_form .fHzconnect_panel {
    padding: 50px 30px;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    color: #ffffff;
    background-color: rgb(165,159,159);
    border-radius: 0 0 16px 16px;
    order: 2;
    position: relative;
}.Zscconnect_form .fHzconnect_panel::before {
    position: absolute;
    width: 100%;
    height: 30px;
    background: rgb(165,159,159);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    content: '';
    left: 0;
    transform: translateY(-15px);
    top: 0;
}.Zscconnect_form .fHzconnect_panel h3 {
    font-weight: 700;
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 37px;
    text-align: center;
    margin-bottom: 40px;
}.Zscconnect_form .fHzconnect_panel h3::after {
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    position: absolute;
    background-color: rgb(134,126,127);
    content: '';
    height: 3px;
    width: 60px;
}.Zscconnect_form .fHzconnect_panel div {
    max-width: 400px;
    width: 100%;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
    position: relative;
    padding: 0;
}.Zscconnect_form .fHzconnect_panel div::before {
    content: '';
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.2;
    height: 1px;
    bottom: -10px;
}.Zscconnect_form .fHzconnect_panel div:last-child::before {
    display: none;
}.Zscconnect_form .fHzconnect_panel div svg {
    margin-right: 20px;
    height: 32px;
    box-shadow: 0 4px 10px rgb(134,126,127,0.5);
    padding: 6px;
    width: 32px;
    border-radius: 50%;
    background-color: rgb(134,126,127);
}.Zscconnect_form .fHzconnect_panel div svg path {
    fill: #ffffff;
}.Zscconnect_form .fHzconnect_panel div span {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}.Zscconnect_form .fHzconnect_panel div span a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}.Zscconnect_form .fHzconnect_panel div span a::after {
    transition: transform 0.3s ease;
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
    transform: scaleX(0);
    transform-origin: right;
    content: '';
    background-color: #ffffff;
}.Zscconnect_form .fHzconnect_panel div span a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media screen and (min-width: 992px) {.Zscconnect_form .TzRinquiry_request {
    align-items: stretch;
    flex-direction: row;
}.Zscconnect_form .rBbinquiry_feedback {
    padding: 60px;
    width: 60%;
    border-radius: 16px 0 0 16px;
    order: 1;
}.Zscconnect_form .fHzconnect_panel {
    justify-content: center;
    border-radius: 0 16px 16px 0;
    padding: 60px 40px;
    order: 2;
    width: 40%;
}.Zscconnect_form .fHzconnect_panel::before {
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    transform: translateX(-15px);
    top: 0;
    width: 30px;
    height: 100%;
}.Zscconnect_form .rBbinquiry_feedback input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.Zscconnect_form {
    padding: 80px 0;
}.Zscconnect_form .fHzconnect_panel div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.Zscconnect_form {
    padding: 60px 0;
}.Zscconnect_form .rBbinquiry_feedback,
    .Zscconnect_form .fHzconnect_panel {
    padding: 40px 25px;
}.Zscconnect_form .rBbinquiry_feedback h3,
    .Zscconnect_form .fHzconnect_panel h3 {
    font-size: calc(22px + 2px);
}.Zscconnect_form .rBbinquiry_feedback input[type="text"],
    .Zscconnect_form .rBbinquiry_feedback input[type="email"],
    .Zscconnect_form .rBbinquiry_feedback .udVmessage_message {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.Zscconnect_form {
    padding: 40px 0;
}.Zscconnect_form .rBbinquiry_feedback,
    .Zscconnect_form .fHzconnect_panel {
    padding: 30px 20px;
}.Zscconnect_form .fHzconnect_panel div svg {
    height: 28px;
    margin-right: 15px;
    width: 28px;
}}.RqGtariff_plan {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
}.RqGtariff_plan::before {
    top: 0;
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 20, 50, 0.85);
    bottom: 0;
    backdrop-filter: blur(5px);
}.RqGtariff_plan .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1320px;
    z-index: 1;
}.RqGtariff_plan .xEFvalue_fees {
    perspective: 1200px;
}.RqGtariff_plan h2 {
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 36px;
    transform: translateZ(30px);
    position: relative;
    text-align: center;
    text-shadow: 0 4px 12px rgba(0,0,0,0.2);
}.RqGtariff_plan h2::after {
    bottom: -15px;
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(165,159,159), rgb(134,126,127));
    box-shadow: 0 2px 10px rgba(rgb(165,159,159,0.5), 0.5);
}.RqGtariff_plan .wqXdiscount_deals {
    font-size: calc(15px * 1.1);
    color: rgba(255, 255, 255, 0.85);
    transform: translateZ(20px);
    text-align: center;
    margin: 0 auto 3rem;
    line-height: 1.6;
    max-width: 800px;
}.RqGtariff_plan .zCtpayment_scheme {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    transform-style: preserve-3d;
    gap: 30px;
    display: grid;
    margin: 0;
}.RqGtariff_plan .zCtpayment_scheme li {
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform: perspective(1000px) rotateX(5deg);
}.RqGtariff_plan .zCtpayment_scheme li:hover {
    transform: perspective(1000px) rotateX(0) translateY(-10px) scale(1.02);
    z-index: 2;
}.RqGtariff_plan .kwXfee_pricing {
    display: block;
    text-decoration: none;
    color: #ffffff;
    transform-style: preserve-3d;
    height: 100%;
}.RqGtariff_plan .cmnpromo_cost {
    border-radius: 2px;
    background: linear-gradient(135deg, 
        rgba(rgb(165,159,159,0.5), 0.2) 0%, 
        rgba(rgb(165,159,159,0.5), 0.3) 50%, 
        rgba(rgb(165,159,159,0.5), 0.18) 100%);
    transform-style: preserve-3d;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 1px 0 rgba(255, 255, 255, 0.1) inset,
        0 -1px 0 rgba(0, 0, 0, 0.3) inset;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    overflow: hidden;
    backdrop-filter: blur(8px);
    position: relative;
    height: 100%;
}.RqGtariff_plan .cmnpromo_cost::before {
    background: linear-gradient(90deg, 
        rgb(165,159,159), 
        rgb(134,126,127) 50%, 
        rgb(165,159,159));
    content: "";
    width: 100%;
    top: 0;
    transform: translateZ(10px);
    position: absolute;
    left: 0;
    height: 5px;
}.RqGtariff_plan .cmnpromo_cost::after {
    position: absolute;
    opacity: 0;
    transform: translateZ(5px);
    content: "";
    transition: opacity 0.5s ease;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    width: 200%;
    left: -50%;
    top: -50%;
    height: 200%;
}.RqGtariff_plan .kwXfee_pricing:hover .cmnpromo_cost::after {
    opacity: 1;
}.RqGtariff_plan .obvdeal_board {
    z-index: 1;
    padding: 30px 25px;
    position: relative;
    transform-style: preserve-3d;
}.RqGtariff_plan .obvdeal_board h4 {
    transform: translateZ(20px);
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: calc(21px * 1.1);
    transition: transform 0.4s ease;
}.RqGtariff_plan .kwXfee_pricing:hover .obvdeal_board h4 {
    color: rgb(134,126,127);
    transform: translateZ(25px);
}.RqGtariff_plan .obvdeal_board p {
    margin-bottom: 25px;
    transform: translateZ(15px);
    color: rgba(255, 255, 255, 0.8);
    max-height: 220px;
    overflow-y: auto;
    position: relative;
    font-size: 15px;
    line-height: 1.7;
    padding-right: 5px;
}.RqGtariff_plan .obvdeal_board p::-webkit-scrollbar {
    width: 3px;
}.RqGtariff_plan .obvdeal_board p::-webkit-scrollbar-thumb {
    background-color: rgba(rgb(134,126,127,0.5), 0.6);
    border-radius: 3px;
}.RqGtariff_plan .obvdeal_board p::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}.RqGtariff_plan .WrQpayment_plans {
    border-radius: 2px;
    margin-top: 20px;
    transform: translateZ(25px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(rgba(rgb(165,159,159,0.5), 0.2), rgba(rgb(165,159,159,0.5), 0.4));
    font-weight: 700;
    padding: 10px 15px;
    text-align: center;
    position: relative;
    color: rgb(134,126,127);
    transition: all 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    display: block;
    font-size: calc(21px * 1.3);
}.RqGtariff_plan .kwXfee_pricing:hover .WrQpayment_plans {
    background: linear-gradient(rgba(rgb(134,126,127,0.5), 0.4), rgba(rgb(134,126,127,0.5), 0.7));
    transform: translateZ(30px) scale(1.05);
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1199px) {.RqGtariff_plan {
    padding: 100px 0;
}.RqGtariff_plan .zCtpayment_scheme {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
}

@media (max-width: 991px) {.RqGtariff_plan {
    padding: 80px 0;
}.RqGtariff_plan h2 {
    font-size: calc(36px * 0.9);
}.RqGtariff_plan .wqXdiscount_deals {
    margin-bottom: 2.5rem;
    font-size: 15px;
}.RqGtariff_plan .zCtpayment_scheme {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.RqGtariff_plan .obvdeal_board {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.RqGtariff_plan {
    padding: 60px 0;
}.RqGtariff_plan h2 {
    font-size: calc(36px * 0.8);
}.RqGtariff_plan .zCtpayment_scheme {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.RqGtariff_plan .zCtpayment_scheme li {
    transform: perspective(800px) rotateX(3deg);
}.RqGtariff_plan .WrQpayment_plans {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 575px) {.RqGtariff_plan {
    padding: 50px 0;
}.RqGtariff_plan h2 {
    font-size: calc(36px * 0.7);
}.RqGtariff_plan .wqXdiscount_deals {
    font-size: calc(15px * 0.95);
    margin-bottom: 2rem;
}.RqGtariff_plan .obvdeal_board {
    padding: 20px 15px;
}.RqGtariff_plan .obvdeal_board h4 {
    font-size: 21px;
}.RqGtariff_plan .obvdeal_board p {
    font-size: calc(15px * 0.9);
    max-height: 180px;
}.RqGtariff_plan .WrQpayment_plans {
    padding: 8px 12px;
    font-size: 21px;
}}.Tyzsecure_archive {
    color: #ffffff;
    background-color: rgb(134,126,127);
    padding: 50px;
    box-shadow: 0 0 15px rgb(165,159,159,0.5);
    font-family: Arial, sans-serif;
}.Tyzsecure_archive h3, .Tyzsecure_archive h4, .Tyzsecure_archive h5, .Tyzsecure_archive h6 {
    margin: 1rem 0;
}.Tyzsecure_archive h1 {
    color: rgb(165,159,159);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 0 0 8px rgb(165,159,159,0.5);
}.Tyzsecure_archive h2 {
    text-shadow: 0 0 5px rgb(134,126,127,0.5);
    margin-bottom: 20px;
    color: rgb(165,159,159);
    font-size: 30px;
    margin-top: 40px;
    font-weight: 600;
}.Tyzsecure_archive h3, .Tyzsecure_archive h4, .Tyzsecure_archive h5, .Tyzsecure_archive h6 {
    color: rgb(165,159,159);
    margin-top: 30px;
}.Tyzsecure_archive h3 {
    font-weight: 700;
    text-shadow: 0 0 6px rgb(165,159,159,0.5);
    font-size: calc(23px - 2px);
}.Tyzsecure_archive h4 {
    font-weight: 600;
    font-size: calc(23px + 2px);
    text-shadow: 0 0 4px rgb(165,159,159,0.5);
}.Tyzsecure_archive h5 {
    font-weight: 400;
    font-size: 23px;
    text-shadow: 0 0 3px rgb(165,159,159,0.5);
}.Tyzsecure_archive h6 {
    text-shadow: 0 0 2px rgb(165,159,159,0.5);
    font-size: 19px;
    font-weight: 300;
}.Tyzsecure_archive ul, .Tyzsecure_archive ol {
    list-style: none;
    padding-left: 25px;
    margin: 20px 0;
}.Tyzsecure_archive li {
    padding-left: 15px;
    font-size: 17px;
    position: relative;
    line-height: 1.7;
    margin-bottom: 15px;
}.Tyzsecure_archive li::before {
    position: absolute;
    background-color: rgb(134,126,127);
    height: 10px;
    top: 50%;
    border-radius: 50%;
    width: 10px;
    content: '';
    left: 0;
    transform: translateY(-50%);
    box-shadow: 0 0 8px rgb(134,126,127,0.5);
}.Tyzsecure_archive section {
    border-top: 1px solid rgb(134,126,127,0.5);
    margin-top: 50px;
    padding-top: 30px;
}.Tyzsecure_archive p {
    font-size: 17px;
    margin-bottom: 20px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
}.Tyzsecure_archive span {
    text-shadow: 0 0 4px rgb(134,126,127,0.5);
    font-weight: 600;
    color: rgb(134,126,127);
}.Tyzsecure_archive div {
    margin-bottom: 25px;
}
@media only screen and (max-width: 800px) {.Tyzsecure_archive {
    padding: 30px;
    border-radius: 10px;
}.Tyzsecure_archive h1 {
    font-size: calc(23px - 8px);
}.Tyzsecure_archive h2 {
    font-size: calc(23px - 6px);
}.Tyzsecure_archive ul, .Tyzsecure_archive ol {
    padding-left: 20px;
}.Tyzsecure_archive li {
    font-size: calc(17px - 1px);
}.Tyzsecure_archive p {
    font-size: calc(17px - 1px);
}
}