* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: smooth;
}.container {
    width: 1127px;
    max-width: 100%;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}.qaOcwrapper-section {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}.qIAanav_pagebar {
    flex: 1 0 auto;
}.vIXRtestimonial {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.msanclient_testimonials {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(233,237,211) 0%, rgba(240, 245, 255, 0.9) 100%);
    padding: 120px 0;
}.msanclient_testimonials::before {
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: repeating-linear-gradient(
        rgba(rgb(199,210,156,0.5), 0.03) 1px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    opacity: 0.7;
    content: "";
}.msanclient_testimonials::after {
    position: absolute;
    right: -20%;
    z-index: 0;
    content: "";
    height: 70vw;
    width: 70vw;
    top: -50%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(166,182,110,0.5), 0.08) 0%,
        rgba(rgb(166,182,110,0.5), 0.03) 40%,
        transparent 70%
    );
    border-radius: 50%;
}.msanclient_testimonials h2 {
    z-index: 2;
    font-size: 33px;
    color: #000000;
    animation: titleReveal 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    text-align: center;
    margin-bottom: 60px;
    opacity: 0;
    font-weight: 700;
    position: relative;
    transform: translateY(0);
}.msanclient_testimonials h2::after {
    height: 3px;
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    bottom: -15px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(166,182,110), transparent);
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    content: "";
    width: 120px;
}.msanclient_testimonials .container.OsGrlearn_pro {
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.msanclient_testimonials .cdJGopinion_spot {
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
}.msanclient_testimonials .Youyclient_testimonials {
    padding: 30px;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 100%;
    opacity: 0;
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    display: flex;
    border-radius: 10px;
    animation: reviewAppear 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
    position: relative;
    transform: translateZ(0) translateY(20px) rotateX(2deg);
    animation-delay: calc(0.15s * var(--index, 0));
    background: #ffffff;
    flex-direction: column;
}.msanclient_testimonials .Youyclient_testimonials:hover {
    box-shadow: 0 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 10px 25px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 0 0 1px rgba(rgb(199,210,156,0.5), 0.02);
    transform: translateZ(10px) translateY(-5px) rotateX(0);
}.msanclient_testimonials .Youyclient_testimonials::before {
    font-family: serif;
    line-height: 1;
    color: rgba(rgb(166,182,110,0.5), 0.1);
    left: 20px;
    top: -20px;
    font-size: 120px;
    position: absolute;
    content: "";
    z-index: 0;
}.msanclient_testimonials .Youyclient_testimonials h3 {
    transform: translateX(0);
    margin-bottom: 10px;
    position: relative;
    color: rgb(199,210,156);
    font-size: calc(19px - 2px);
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 600;
}.msanclient_testimonials .Youyclient_testimonials:hover h3 {
    transform: translateX(5px);
}.msanclient_testimonials .Youyclient_testimonials .description {
    line-height: 1.6;
    flex-grow: 1;
    font-size: 18px;
    color: #000000;
    z-index: 2;
    margin-bottom: 25px;
    position: relative;
}.msanclient_testimonials .Youyclient_testimonials div {
    height: 60px;
    position: relative;
    margin-top: auto;
    border-radius: 50%;
    transform: translateY(0) scale(1);
    width: 60px;
    border: 3px solid rgba(rgb(166,182,110,0.5), 0.2);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.msanclient_testimonials .Youyclient_testimonials:hover div {
    border-color: rgba(rgb(166,182,110,0.5), 0.4);
    transform: translateY(-5px) scale(1.05);
}.msanclient_testimonials .Youyclient_testimonials div::after {
    content: "";
    left: 0;
    border-radius: 50%;
    top: 0;
    box-shadow: inset 0 0 0 1px rgba(rgb(199,210,156,0.5), 0.1);
    width: 100%;
    position: absolute;
    z-index: 3;
    height: 100%;
}.msanclient_testimonials .Youyclient_testimonials img {
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    object-fit: cover;
}.msanclient_testimonials .Youyclient_testimonials:hover img {
    transform: scale(1.1);
}.msanclient_testimonials .Youyclient_testimonials:nth-child(2n) {
    transform: translateZ(0) translateY(20px) rotateX(-2deg);
}.msanclient_testimonials .Youyclient_testimonials:nth-child(2n):hover {
    transform: translateZ(10px) translateY(-5px) rotateX(0);
}.msanclient_testimonials .Youyclient_testimonials:nth-child(3n)::before {
    right: 20px;
    left: auto;
}.msanclient_testimonials .Youyclient_testimonials:nth-child(3n) div {
    margin-left: auto;
}.msanclient_testimonials .Youyclient_testimonials:nth-child(3n+1) {
    border-top: 3px solid rgb(199,210,156);
}.msanclient_testimonials .Youyclient_testimonials:nth-child(3n+2) {
    border-top: 3px solid rgb(166,182,110);
}.msanclient_testimonials .Youyclient_testimonials:nth-child(3n+3) {
    border-top: 3px solid rgba(rgb(199,210,156,0.5), 0.5);
}

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

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

@keyframes reviewAppear {
    0% {
        transform: translateZ(0) translateY(50px) rotateX(5deg);
        opacity: 0;
    }
    100% {
        transform: translateZ(0) translateY(0) rotateX(0);
        opacity: 1;
    }
}

@media (max-width: 1200px) {.msanclient_testimonials {
    padding: 90px 0;
}.msanclient_testimonials h2 {
    margin-bottom: 50px;
    font-size: calc(33px - 2px);
}.msanclient_testimonials .cdJGopinion_spot {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}
}

@media (max-width: 991px) {.msanclient_testimonials {
    padding: 80px 0;
}.msanclient_testimonials h2 {
    margin-bottom: 40px;
    font-size: calc(33px - 4px);
}.msanclient_testimonials .cdJGopinion_spot {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.msanclient_testimonials .Youyclient_testimonials {
    padding: 25px;
}
}

@media (max-width: 767px) {.msanclient_testimonials {
    padding: 60px 0;
}.msanclient_testimonials h2 {
    margin-bottom: 35px;
    font-size: calc(33px - 6px);
}.msanclient_testimonials .cdJGopinion_spot {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.msanclient_testimonials .Youyclient_testimonials {
    padding: 20px;
}.msanclient_testimonials .Youyclient_testimonials::before {
    font-size: 100px;
}
}

@media (max-width: 480px) {.msanclient_testimonials {
    padding: 50px 0;
}.msanclient_testimonials h2 {
    margin-bottom: 30px;
    font-size: calc(33px - 8px);
}.msanclient_testimonials .Youyclient_testimonials {
    padding: 20px 15px;
}.msanclient_testimonials .Youyclient_testimonials::before {
    font-size: 80px;
    top: -15px;
}.msanclient_testimonials .Youyclient_testimonials h3 {
    font-size: calc(19px - 4px);
}.msanclient_testimonials .Youyclient_testimonials .description {
    font-size: calc(18px - 1px);
}}.iqxLtariff_plan {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.iqxLtariff_plan::before {
    content: "";
    right: 0;
    top: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    bottom: 0;
    z-index: 1;
    left: 0;
    position: absolute;
}.iqxLtariff_plan .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.iqxLtariff_plan .VqUYdiscount_plan {
    display: flex;
    flex-direction: column;
    align-items: center;
}.iqxLtariff_plan h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 700;
    animation: float 6s ease-in-out infinite;
    color: #ffffff;
    position: relative;
    transform: translateY(0);
}.iqxLtariff_plan h2::after {
    position: absolute;
    height: 3px;
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(199,210,156), rgb(166,182,110));
    bottom: -10px;
    content: "";
    transform: translateX(-50%);
}.iqxLtariff_plan .KzuFlearn_sub {
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    line-height: 1.6;
    font-size: 17px;
    max-width: 800px;
}.iqxLtariff_plan .tTvMplan_rates {
    margin: 0;
    display: grid;
    gap: 30px;
    list-style: none;
    padding: 0;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.iqxLtariff_plan .tTvMplan_rates li {
    perspective: 1000px;
}.iqxLtariff_plan .MHuzvalue_rates {
    height: 100%;
    box-sizing: border-box;
    transform-style: preserve-3d;
    display: block;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none;
}.iqxLtariff_plan .MHuzvalue_rates:hover {
    transform: translateY(-10px) rotateY(2deg);
}.iqxLtariff_plan .FxfPfee_board {
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    height: 100%;
    overflow: hidden;
    display: flex;
    padding: 35px 30px;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    position: relative;
    flex-direction: column;
    backdrop-filter: blur(5px);
    box-sizing: border-box;
}.iqxLtariff_plan .FxfPfee_board::before {
    content: "";
    transition: transform 0.4s ease;
    left: 0;
    top: 0;
    position: absolute;
    transform: scaleX(0.5);
    background: linear-gradient(90deg, rgb(199,210,156), rgb(166,182,110));
    transform-origin: left;
    width: 100%;
    height: 5px;
}.iqxLtariff_plan .MHuzvalue_rates:hover .FxfPfee_board::before {
    transform: scaleX(1);
}.iqxLtariff_plan .GfTUpricing_rates {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
}.iqxLtariff_plan .MHuzvalue_rates h4 {
    font-size: calc(19px * 1.2);
    color: #ffffff;
    position: relative;
    margin: 0 0 20px;
    font-weight: 700;
}.iqxLtariff_plan .MHuzvalue_rates h4::after {
    bottom: -10px;
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    background-color: rgb(199,210,156);
    left: 0;
}.iqxLtariff_plan .MHuzvalue_rates p {
    white-space: normal;
    color: rgb(255, 255, 255, 0.5);
    flex-grow: 1;
    overflow-wrap: break-word;
    margin: 0 0 25px;
    line-height: 1.6;
    font-size: 17px;
    word-wrap: break-word;
}.iqxLtariff_plan .hXwRplan_cost {
    padding: 10px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateZ(10px);
    font-weight: 700;
    transition: all 0.3s ease;
    align-self: flex-start;
    font-size: calc(19px * 1.4);
    background: linear-gradient(135deg, rgb(199,210,156,0.5) 0%, rgb(166,182,110,0.5) 100%);
    display: inline-block;
    border-radius: 6px;
    color: #ffffff;
}.iqxLtariff_plan .MHuzvalue_rates:hover .hXwRplan_cost {
    transform: translateZ(15px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

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

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

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

@media (max-width: 768px) {.iqxLtariff_plan {
    padding: 60px 0;
}.iqxLtariff_plan .tTvMplan_rates {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.iqxLtariff_plan .KzuFlearn_sub {
    margin-bottom: 40px;
}.iqxLtariff_plan h2 {
    font-size: calc(38px * 0.8);
}.iqxLtariff_plan .FxfPfee_board {
    padding: 30px 25px;
}
}

@media (max-width: 576px) {.iqxLtariff_plan {
    padding: 50px 0;
}.iqxLtariff_plan h2 {
    font-size: calc(38px * 0.7);
}.iqxLtariff_plan .KzuFlearn_sub {
    font-size: calc(17px * 0.9);
    margin-bottom: 30px;
}.iqxLtariff_plan .FxfPfee_board {
    padding: 25px 20px;
}.iqxLtariff_plan .MHuzvalue_rates h4 {
    font-size: calc(19px * 1.1);
}.iqxLtariff_plan .MHuzvalue_rates p {
    font-size: calc(17px * 0.9);
}.iqxLtariff_plan .hXwRplan_cost {
    font-size: calc(19px * 1.2);
    padding: 8px 16px;
}}.RPxkour_background {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    z-index: 1;
}.RPxkour_background::before {
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(25, 25, 40, 0.85) 100%);
    content: "";
    z-index: -1;
    top: 0;
    width: 100%;
    position: absolute;
}.RPxkour_background::after {
    height: 100%;
    opacity: 0.1;
    content: "";
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(199,210,156,0.5));
    z-index: -1;
    top: 0;
    width: 50%;
}.RPxkour_background h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #ffffff;
    transform: translateY(5px);
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 38px;
    text-align: center;
}.RPxkour_background h4::after {
    bottom: -12px;
    content: "";
    border-radius: 2px;
    transform: translateX(-50%);
    left: 50%;
    box-shadow: 0 2px 8px rgb(199,210,156,0.5);
    width: 80px;
    position: absolute;
    background: rgb(199,210,156);
    height: 3px;
}.RPxkour_background .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.RPxkour_background .tCvYtext_section {
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.25), 
               -10px -10px 30px rgba(255, 255, 255, 0.05), 
               inset 3px 3px 10px rgba(255, 255, 255, 0.05), 
               inset -3px -3px 10px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
    border-radius: 10px;
    padding: 40px;
}.RPxkour_background .tCvYtext_section:hover {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.3), 
               -15px -15px 40px rgba(255, 255, 255, 0.07), 
               inset 3px 3px 10px rgba(255, 255, 255, 0.07), 
               inset -3px -3px 10px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(0deg);
}.RPxkour_background h6 {
    color: rgb(199,210,156);
    letter-spacing: 1px;
    font-size: calc(22px + 2px);
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}.RPxkour_background h6::after {
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, rgb(199,210,156), transparent);
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
}.RPxkour_background span {
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 17px;
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    columns: 1;
    display: block;
    line-height: 1.8;
    column-gap: 40px;
}.RPxkour_background .tCvYtext_section div {
    position: relative;
}.RPxkour_background .tCvYtext_section div::before {
    width: 50px;
    border-left: 2px solid rgb(166,182,110);
    height: 50px;
    border-top: 2px solid rgb(166,182,110);
    position: absolute;
    z-index: -1;
    content: "";
    opacity: 0.6;
    top: -15px;
    left: -15px;
}.RPxkour_background .tCvYtext_section div::after {
    z-index: -1;
    height: 50px;
    position: absolute;
    width: 50px;
    content: "";
    border-bottom: 2px solid rgb(166,182,110);
    bottom: -15px;
    right: -15px;
    opacity: 0.6;
    border-right: 2px solid rgb(166,182,110);
}

@media (min-width: 992px) {.RPxkour_background span {
    columns: 2;
}.RPxkour_background .tCvYtext_section {
    max-width: 90%;
    margin: 0 auto;
}.RPxkour_background h4 {
    font-size: calc(38px + 4px);
}
}

@media (max-width: 991px) {.RPxkour_background {
    padding: 80px 0 60px;
}.RPxkour_background .tCvYtext_section {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.RPxkour_background h4 {
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.RPxkour_background {
    padding: 60px 0 40px;
}.RPxkour_background .tCvYtext_section {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.25),
                   -8px -8px 20px rgba(255, 255, 255, 0.03),
                   inset 2px 2px 5px rgba(255, 255, 255, 0.03),
                   inset -2px -2px 5px rgba(0, 0, 0, 0.1);
    padding: 25px 20px;
    transform: none;
}.RPxkour_background h4 {
    font-size: calc(22px + 4px);
    margin-bottom: 30px;
}.RPxkour_background h6 {
    margin-bottom: 20px;
    font-size: 16px;
}.RPxkour_background span {
    line-height: 1.6;
    font-size: calc(17px - 1px);
}.RPxkour_background .tCvYtext_section div::before,
    .RPxkour_background .tCvYtext_section div::after {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 479px) {.RPxkour_background {
    padding: 50px 0 30px;
}.RPxkour_background .tCvYtext_section {
    padding: 20px 15px;
}.RPxkour_background h4 {
    font-size: 22px;
    margin-bottom: 25px;
}.RPxkour_background h4::after {
    width: 60px;
    height: 2px;
}.RPxkour_background h6 {
    font-size: calc(16px - 1px);
    margin-bottom: 15px;
}.RPxkour_background span {
    font-size: calc(17px - 2px);
    line-height: 1.5;
}.RPxkour_background .tCvYtext_section div::before,
    .RPxkour_background .tCvYtext_section div::after {
    display: none;
}}header .GIKPheader_guide {
    position: relative;
    justify-content: space-between;
    z-index: 99;
    overflow: hidden;
    left: 0;
    background: linear-gradient(to right, rgb(166,182,110) 0%, rgb(199,210,156,0.5) 100%);
    padding: 1.5rem;
    width: 100%;
    box-shadow: 0 0 20px 2px rgb(199,210,156,0.5);
    align-items: center;
    border-radius: 0;
    display: flex;
}header .GIKPheader_guide::before {
    opacity: 0.3;
    z-index: -1;
    background: radial-gradient(circle, rgb(166,182,110,0.5) 1%, transparent 10%);
    animation: backgroundShift 20s linear infinite;
    content: "";
    position: absolute;
    left: -50%;
    top: -50%;
    height: 200%;
    background-size: 15px 15px;
    width: 200%;
}header .GIKPheader_guide::after {
    background-size: 200% 200%;
    background: linear-gradient(45deg, transparent 48%, rgb(166,182,110) 49%, rgb(166,182,110) 51%, transparent 52%);
    width: 100%;
    animation: gradientSlide 5s ease infinite;
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.1;
    height: 100%;
    content: "";
    z-index: -1;
}header .GIKPheader_guide .iwISmain_base {
    overflow: visible;
    position: relative;
}header .GIKPheader_guide .iwISmain_base::after {
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    animation: neonPulse 3s infinite alternate;
    bottom: -8px;
    content: "";
    left: 0;
    box-shadow: 0 0 8px 2px rgb(166,182,110);
    height: 2px;
    background: rgb(166,182,110);
}header .GIKPheader_guide .iwISmain_base .rbLMmain_pagewrap {
    display: block;
    position: relative;
    transition: all 0.5s ease;
    transform: perspective(800px) rotateY(0deg);
}header .GIKPheader_guide .iwISmain_base .rbLMmain_pagewrap:hover {
    transform: perspective(800px) rotateY(15deg);
}header .GIKPheader_guide .iwISmain_base svg {
    height: auto;
    width: 120px;
    filter: drop-shadow(0 0 5px rgb(166,182,110,0.5));
}header .GIKPheader_guide .uSfwnav_section {
    margin: 0;
    list-style: none;
    display: flex;
    padding: 0;
    position: relative;
    perspective: 800px;
}header .GIKPheader_guide .uSfwnav_section::before {
    animation: neonPulse 4s infinite alternate-reverse;
    height: 2px;
    top: 105%;
    left: 0;
    background: rgb(199,210,156);
    transform: scaleX(0.5);
    content: "";
    position: absolute;
    width: 100%;
    box-shadow: 0 0 10px 2px rgb(199,210,156);
}header .GIKPheader_guide .hsJLhead_lead {
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    position: relative;
    margin: 0 0.5rem;
}header .GIKPheader_guide .hsJLhead_lead:hover {
    transform: translateZ(20px);
}header .GIKPheader_guide .hsJLhead_lead a {
    font-size: 18px;
    border: 1px solid transparent;
    display: block;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    position: relative;
    color: #ffffff;
    padding: 0.5rem 1rem;
    font-weight: 600;
    text-decoration: none;
    font-family: Arial, sans-serif;
}header .GIKPheader_guide .hsJLhead_lead a::before {
    width: 100%;
    transform: scale(0.9);
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: rgb(199,210,156,0.5);
    opacity: 0;
    content: "";
}header .GIKPheader_guide .hsJLhead_lead a:hover {
    text-shadow: 0 0 5px rgb(166,182,110,0.5);
    color: rgb(166,182,110);
    border: 1px solid rgb(166,182,110,0.5);
}header .GIKPheader_guide .hsJLhead_lead a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .GIKPheader_guide {
    padding: 1rem;
    flex-direction: column;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
    width: 100vw;
}header .GIKPheader_guide .iwISmain_base {
    margin-bottom: 1.5rem;
}header .GIKPheader_guide .uSfwnav_section {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .GIKPheader_guide .uSfwnav_section::before {
    top: auto;
    bottom: -10px;
}header .GIKPheader_guide .hsJLhead_lead {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .GIKPheader_guide {
    padding: 0.75rem;
}header .GIKPheader_guide .uSfwnav_section {
    flex-direction: column;
    align-items: center;
}header .GIKPheader_guide .hsJLhead_lead {
    text-align: center;
    margin: 0.25rem 0;
    width: 100%;
}header .GIKPheader_guide .iwISmain_base svg {
    width: 100px;
}header .GIKPheader_guide .iwISmain_base::after {
    width: 80%;
    left: 10%;
}}.nVuPthanksArea {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,237,211) 0%, rgb(166,182,110,0.5) 100%);
    padding: 5rem 0;
    position: relative;
}.nVuPthanksArea::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    pointer-events: none;
    opacity: 0.07;
    top: 0;
    background-size: 35px 35px;
    background-image: 
        linear-gradient(90deg, rgb(199,210,156,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(199,210,156,0.5) 1px, transparent 1px);
    content: "";
    transform: perspective(1000px) rotateX(5deg);
}.nVuPthanksArea::after {
    background: radial-gradient(circle, rgb(199,210,156,0.5) 0%, transparent 70%);
    right: -10%;
    position: absolute;
    height: 70%;
    z-index: 0;
    width: 60%;
    content: "";
    filter: blur(30px);
    top: -20%;
    animation: float 15s infinite ease-in-out;
    opacity: 0.15;
}.nVuPthanksArea .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.nVuPthanksArea h2 {
    animation: slideUp 0.8s forwards ease-out 0.2s;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    margin-bottom: 2.5rem;
    font-weight: 700;
    max-width: 80%;
    color: #000000;
    font-size: 33px;
}.nVuPthanksArea h2::after {
    transform-origin: left;
    left: 0;
    content: "";
    transform: scaleX(0);
    height: 3px;
    animation: expandLine 1s forwards ease-out 1s;
    position: absolute;
    width: 80px;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(199,210,156) 0%, rgb(199,210,156,0.5) 100%);
}.nVuPthanksArea .OsGrlearn_pro {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 
                0 0 0 1px rgba(0, 0, 0, 0.03);
    animation: slideUp 0.8s forwards ease-out 0.5s;
    position: relative;
    padding: 3.5rem;
    background: #ffffff;
    opacity: 0;
    transform: translateY(30px);
}.nVuPthanksArea .OsGrlearn_pro::before {
    height: 100%;
    z-index: -1;
    opacity: 0.03;
    background: linear-gradient(135deg, rgb(199,210,156,0.5) 0%, transparent 100%);
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}.nVuPthanksArea .OsGrlearn_pro ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.nVuPthanksArea .OsGrlearn_pro li {
    position: relative;
    padding-left: 2rem;
}.nVuPthanksArea .OsGrlearn_pro li::before {
    left: 0;
    width: 8px;
    border-radius: 50%;
    background-color: rgb(199,210,156);
    position: absolute;
    animation: pulseIn 0.6s forwards ease-out 1.2s;
    height: 8px;
    content: "";
    top: 8px;
    transform: scale(0);
}.nVuPthanksArea .OsGrlearn_pro span {
    font-size: 15px;
    line-height: 1.7;
    opacity: 0;
    animation: fadeIn 0.8s forwards ease-out 0.9s;
    position: relative;
    transform: translateX(10px);
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

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

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

@media (max-width: 991px) {.nVuPthanksArea {
    padding: 4rem 0;
}.nVuPthanksArea h2 {
    max-width: 100%;
    font-size: calc(33px * 0.9);
}.nVuPthanksArea .OsGrlearn_pro {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.nVuPthanksArea {
    padding: 3rem 0;
}.nVuPthanksArea::before {
    background-size: 25px 25px;
}.nVuPthanksArea h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
}.nVuPthanksArea .OsGrlearn_pro {
    padding: 2rem;
}.nVuPthanksArea .OsGrlearn_pro li {
    padding-left: 1.5rem;
}.nVuPthanksArea .OsGrlearn_pro li::before {
    height: 6px;
    top: 6px;
    width: 6px;
}
}

@media (max-width: 480px) {.nVuPthanksArea {
    padding: 2.5rem 0;
}.nVuPthanksArea h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.5rem;
}.nVuPthanksArea .OsGrlearn_pro {
    padding: 1.5rem;
}.nVuPthanksArea h2::after {
    bottom: -8px;
    height: 2px;
    width: 60px;
}}.mCVdcourse_instructor {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(233,237,211) 0%, rgb(199,210,156,0.5) 100%);
    padding: 6rem 0;
}.mCVdcourse_instructor::before {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background: conic-gradient(from 225deg at 50% 50%, rgb(166,182,110,0.5) 0%, transparent 25%, rgb(199,210,156,0.5) 50%, transparent 75%, rgb(166,182,110,0.5) 100%);
    opacity: 0.4;
    content: "";
    animation: rotateBackground 15s linear infinite;
    top: 0;
}.mCVdcourse_instructor .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 2rem;
}.mCVdcourse_instructor .Youyclient_testimonials {
    border-radius: 30px;
    gap: 1.5rem;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    position: relative;
    transition: transform 0.5s ease;
    backdrop-filter: blur(10px);
    padding: 3rem;
    display: grid;
    grid-template-columns: 300px 1fr;
    transform: rotateY(-5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(166,182,110,0.5),
                0 10px 0 -5px rgb(199,210,156,0.5);
    grid-template-areas:
        "photo quote"
        "info quote";
    grid-template-rows: auto auto;
}.mCVdcourse_instructor .Youyclient_testimonials:hover {
    transform: rotateY(0);
}.mCVdcourse_instructor .Dxcwpic_strip_wrap {
    transform: translateZ(30px);
    grid-area: photo;
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(199,210,156,0.5);
    border-radius: 50%;
    width: 220px;
    border: 5px solid #ffffff;
    height: 220px;
}.mCVdcourse_instructor .Youyclient_testimonials:hover .Dxcwpic_strip_wrap {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(199,210,156);
    transform: translateZ(50px) scale(1.05);
}.mCVdcourse_instructor .name {
    color: #000000;
    grid-area: info;
    display: block;
    transform: translateZ(20px);
    margin-top: 1rem;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0.5rem;
}.mCVdcourse_instructor .Youyclient_testimonials span:not(.name) {
    margin-top: 3.5rem;
    font-weight: 600;
    color: rgb(199,210,156);
    font-size: 16px;
    grid-area: info;
    display: block;
    transform: translateZ(15px);
}.mCVdcourse_instructor .FcaSjob_overview {
    transform: translateZ(10px);
    padding: 1.5rem 2rem;
    font-size: calc(16px * 1.1);
    border-left: 4px solid rgb(166,182,110);
    position: relative;
    grid-area: quote;
    border-radius: 0 30px 30px 0;
    line-height: 1.6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    color: #000000;
    font-weight: 400;
}.mCVdcourse_instructor .FcaSjob_overview::before {
    opacity: 0.2;
    background-size: 200% 200%;
    left: 0;
    animation: shimmer 3s infinite linear;
    top: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(166,182,110,0.5) 40%, rgb(166,182,110,0.5) 60%, transparent 60%);
    content: "";
    width: 100%;
    mix-blend-mode: overlay;
    height: 100%;
    position: absolute;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.mCVdcourse_instructor .Youyclient_testimonials {
    grid-template-areas:
            "Dxcwpic_strip_wrap"
            "gwtqreach_request"
            "FcaSjob_overview";
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding: 2rem;
}.mCVdcourse_instructor .Dxcwpic_strip_wrap {
    margin: 0 auto;
    height: 180px;
    width: 180px;
}.mCVdcourse_instructor .name,
    .mCVdcourse_instructor .Youyclient_testimonials span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.mCVdcourse_instructor .Youyclient_testimonials span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.mCVdcourse_instructor {
    padding: 4rem 0;
}.mCVdcourse_instructor .Youyclient_testimonials {
    padding: 1.5rem;
    transform: none;
}.mCVdcourse_instructor .Dxcwpic_strip_wrap {
    width: 140px;
    height: 140px;
}.mCVdcourse_instructor .FcaSjob_overview {
    padding: 1rem;
    font-size: 16px;
}}.ioOtprogram_outcomes {
    background: linear-gradient(135deg, rgb(233,237,211) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}.ioOtprogram_outcomes::before {
    width: 35%;
    opacity: 0.5;
    filter: blur(40px);
    content: "";
    background: linear-gradient(225deg, rgb(199,210,156,0.5) 20%, transparent 80%);
    animation: float 12s infinite ease-in-out;
    position: absolute;
    z-index: 1;
    right: -5%;
    transform: rotate(-15deg);
    top: -10%;
    height: 70%;
}.ioOtprogram_outcomes::after {
    animation: float 15s infinite ease-in-out reverse;
    height: 60%;
    width: 35%;
    opacity: 0.5;
    content: "";
    bottom: -10%;
    background: linear-gradient(45deg, rgb(166,182,110,0.5) 30%, transparent 80%);
    transform: rotate(15deg);
    z-index: 1;
    filter: blur(40px);
    left: -5%;
    position: absolute;
}.ioOtprogram_outcomes h5 {
    margin-left: auto;
    font-size: 22px;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    text-align: center;
    max-width: 800px;
    color: #000000;
    margin-bottom: 60px;
    animation: fadeInUp 0.8s ease-out forwards;
    margin-right: auto;
    line-height: 1.4;
}.ioOtprogram_outcomes h5::after {
    height: 3px;
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    position: absolute;
    content: "";
    border-radius: 10px;
    width: 80px;
    background: linear-gradient(90deg, rgb(199,210,156) 0%, rgb(166,182,110) 100%);
}.ioOtprogram_outcomes .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.ioOtprogram_outcomes .OsGrlearn_pro {
    position: relative;
    grid-template-columns: 1fr 1fr;
    border-radius: 16px;
    gap: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    display: grid;
    backdrop-filter: blur(8px);
    padding: 40px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.ioOtprogram_outcomes .OsGrlearn_pro:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.ioOtprogram_outcomes .Dxcwpic_strip_wrap {
    border-radius: 16px;
    transform: perspective(1000px) rotateY(-5deg);
    width: 100%;
    height: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    filter: saturate(1.05);
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: transform 0.5s ease;
}.ioOtprogram_outcomes .OsGrlearn_pro:hover .Dxcwpic_strip_wrap {
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
}.ioOtprogram_outcomes .tCvYtext_section {
    padding-left: 20px;
}.ioOtprogram_outcomes ul {
    gap: 20px;
    padding: 0;
    list-style: none;
    display: grid;
    margin: 0;
    grid-template-columns: 1fr;
}.ioOtprogram_outcomes li {
    animation: fadeInUp 0.5s ease-out forwards;
    animation-delay: calc(0.1s * var(--item-index, 0));
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    padding-left: 40px;
}.ioOtprogram_outcomes li:nth-child(1) {
    --item-index: 1;
}.ioOtprogram_outcomes li:nth-child(2) {
    --item-index: 2;
}.ioOtprogram_outcomes li:nth-child(3) {
    --item-index: 3;
}.ioOtprogram_outcomes li:nth-child(4) {
    --item-index: 4;
}.ioOtprogram_outcomes li:nth-child(5) {
    --item-index: 5;
}.ioOtprogram_outcomes li:hover {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}.ioOtprogram_outcomes li p {
    display: flex;
    font-size: 17px;
    margin: 0;
    line-height: 1.6;
    color: #000000;
    align-items: flex-start;
}.ioOtprogram_outcomes li svg {
    width: 28px;
    top: 0;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    height: 28px;
}.ioOtprogram_outcomes li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.ioOtprogram_outcomes li svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,210,156);
}.ioOtprogram_outcomes li:hover svg path {
    fill: rgb(166,182,110);
}

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

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

@media (max-width: 992px) {.ioOtprogram_outcomes {
    padding: 80px 0 60px;
}.ioOtprogram_outcomes .OsGrlearn_pro {
    grid-template-columns: 1fr;
    padding: 30px;
}.ioOtprogram_outcomes .Dxcwpic_strip_wrap {
    max-height: 300px;
    transform: perspective(1000px) rotateY(0deg);
    width: 100%;
}.ioOtprogram_outcomes .tCvYtext_section {
    padding-top: 20px;
    padding-left: 0;
}.ioOtprogram_outcomes h5 {
    margin-bottom: 50px;
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 768px) {.ioOtprogram_outcomes {
    padding: 60px 0 40px;
}.ioOtprogram_outcomes h5 {
    margin-bottom: 40px;
    font-size: calc(22px * 0.8);
}.ioOtprogram_outcomes .OsGrlearn_pro {
    padding: 20px;
}.ioOtprogram_outcomes li {
    padding-left: 35px;
}.ioOtprogram_outcomes li svg {
    width: 24px;
    height: 24px;
}.ioOtprogram_outcomes li p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.ioOtprogram_outcomes {
    padding: 50px 0 30px;
}.ioOtprogram_outcomes h5 {
    margin-bottom: 30px;
    font-size: calc(22px * 0.7);
}.ioOtprogram_outcomes .OsGrlearn_pro {
    padding: 15px;
    gap: 20px;
}.ioOtprogram_outcomes .Dxcwpic_strip_wrap {
    max-height: 200px;
}.ioOtprogram_outcomes li {
    gap: 15px;
    padding-left: 30px;
}.ioOtprogram_outcomes li svg {
    height: 20px;
    width: 20px;
}.ioOtprogram_outcomes li p {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}.CmEYtitle_greeting {
    width: 100%;
    justify-content: center;
    background: linear-gradient(135deg, rgb(233,237,211), rgba(0, 0, 0, 0.5));
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    padding: 0;
    align-items: center;
    position: relative;
}.CmEYtitle_greeting .tDoUedu_smart {
    max-width: 1200px;
    padding: 2rem;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.CmEYtitle_greeting .tDoUedu_smart > div {
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
}.CmEYtitle_greeting .tDoUedu_smart > div > div:first-child {
    transform: translateX(-100%);
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    opacity: 0;
}.CmEYtitle_greeting .tDoUedu_smart h3 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: linear-gradient(120deg, rgb(199,210,156), rgb(166,182,110));
    margin: 0;
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    line-height: 1.6;
    padding: 1.5rem 2rem;
    font-size: calc(18px * 1.1);
    transform: perspective(1000px) rotateX(2deg);
    letter-spacing: 0.02em;
    color: #ffffff;
}.CmEYtitle_greeting .CUaplearning_dna {
    max-height: 600px;
    height: 70vh;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transform: translateX(100%);
    position: relative;
    opacity: 0;
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
}.CmEYtitle_greeting .CUaplearning_dna::before {
    z-index: 1;
    left: 0;
    background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0, 0, 0, 0.5) 100%
  );
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
}.CmEYtitle_greeting .CUaplearning_dna::after {
    mix-blend-mode: overlay;
    left: -50%;
    z-index: 2;
    height: 200%;
    animation: pulse 15s infinite alternate;
    top: -50%;
    width: 200%;
    opacity: 0.6;
    background: radial-gradient(
    circle at center,
    rgb(199,210,156,0.5) 0%,
    transparent 70%
  );
    position: absolute;
    content: "";
}.CmEYtitle_greeting .CUaplearning_dna > div {
    transform: translateY(20px);
    z-index: 3;
    position: absolute;
    padding: 3rem;
    width: 100%;
    bottom: 0;
    left: 0;
    animation: floatUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
}.CmEYtitle_greeting .CUaplearning_dna p {
    color: #ffffff;
    margin-bottom: 1rem;
    animation: fadeUp 0.6s ease 1.2s forwards;
    padding-left: 2rem;
    font-weight: 400;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    font-size: calc(15px * 1.1);
    transform: translateY(20px);
}.CmEYtitle_greeting .CUaplearning_dna p::before {
    content: "";
    transform: translateY(-50%);
    width: 1.2rem;
    left: 0;
    background: rgb(166,182,110);
    height: 2px;
    position: absolute;
    top: 50%;
}.CmEYtitle_greeting .title_style_header {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transform: translateY(20px);
    line-height: 1.2;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    animation: fadeUp 0.6s ease 1.4s forwards;
    letter-spacing: 0.05em;
    opacity: 0;
    font-size: 48px;
    margin: 0;
}.CmEYtitle_greeting .title_style_header::after {
    content: "";
    height: 3px;
    animation: lineGrow 1s ease 1.6s forwards;
    left: 0;
    width: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(166,182,110), transparent);
    bottom: -0.8rem;
}

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

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes floatUp {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

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

@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 8rem;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
}

@media (min-width: 768px) {.CmEYtitle_greeting .tDoUedu_smart {
    padding: 3rem;
}.CmEYtitle_greeting .tDoUedu_smart > div {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 3rem;
}.CmEYtitle_greeting .tDoUedu_smart > div > div:first-child {
    display: flex;
    align-items: center;
}.CmEYtitle_greeting h3 {
    font-size: calc(18px * 1.2);
}.CmEYtitle_greeting .CUaplearning_dna {
    height: 80vh;
}.CmEYtitle_greeting .CUaplearning_dna > div {
    padding: 4rem;
}.CmEYtitle_greeting .title_style_header {
    font-size: calc(48px * 1.2);
}
}

@media (min-width: 1024px) {.CmEYtitle_greeting .tDoUedu_smart {
    padding: 4rem;
}.CmEYtitle_greeting .tDoUedu_smart > div {
    gap: 4rem;
    grid-template-columns: 0.35fr 0.65fr;
}.CmEYtitle_greeting h3 {
    transition: transform 0.4s ease;
    transform: perspective(1000px) rotateX(2deg) translateZ(20px);
    font-size: calc(18px * 1.3);
}.CmEYtitle_greeting h3:hover {
    transform: perspective(1000px) rotateX(0) translateZ(30px);
}.CmEYtitle_greeting .CUaplearning_dna {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.CmEYtitle_greeting .CUaplearning_dna:hover {
    transform: scale(1.02);
}.CmEYtitle_greeting .CUaplearning_dna p {
    font-size: calc(15px * 1.2);
}.CmEYtitle_greeting .title_style_header {
    font-size: calc(48px * 1.4);
}.CmEYtitle_greeting .title_style_header::after {
    height: 4px;
}
}

@media (min-width: 1440px) {.CmEYtitle_greeting .tDoUedu_smart {
    max-width: 1400px;
}.CmEYtitle_greeting .tDoUedu_smart > div {
    grid-template-columns: 0.3fr 0.7fr;
    gap: 5rem;
}.CmEYtitle_greeting h3 {
    padding: 2rem 2.5rem;
    font-size: calc(18px * 1.4);
}.CmEYtitle_greeting .CUaplearning_dna > div {
    padding: 5rem;
}.CmEYtitle_greeting .CUaplearning_dna p {
    padding-left: 2.5rem;
    font-size: calc(15px * 1.3);
}.CmEYtitle_greeting .CUaplearning_dna p::before {
    width: 1.8rem;
}.CmEYtitle_greeting .title_style_header {
    font-size: calc(48px * 1.6);
}.CmEYtitle_greeting .title_style_header::after {
    height: 5px;
    bottom: -1rem;
}
}

@media (max-width: 767px) {.CmEYtitle_greeting {
    min-height: auto;
    padding: 4rem 0;
}.CmEYtitle_greeting .tDoUedu_smart {
    padding: 1.5rem;
}.CmEYtitle_greeting h3 {
    padding: 1.2rem 1.5rem;
    font-size: 18px;
}.CmEYtitle_greeting .CUaplearning_dna {
    height: 60vh;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
}.CmEYtitle_greeting .CUaplearning_dna > div {
    padding: 2rem;
}.CmEYtitle_greeting .CUaplearning_dna p {
    font-size: 15px;
    padding-left: 1.5rem;
}.CmEYtitle_greeting .CUaplearning_dna p::before {
    width: 1rem;
}.CmEYtitle_greeting .title_style_header {
    font-size: calc(32px * 1.1);
}}.wHmuget_in_touch {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,237,211) 0%, rgb(166,182,110,0.5) 100%);
}.wHmuget_in_touch::before {
    left: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(199,210,156,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(166,182,110,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.4;
    height: 100%;
    top: 0;
    z-index: 1;
    content: '';
}.wHmuget_in_touch::after {
    left: 0;
    height: 100%;
    opacity: 0.1;
    width: 100%;
    background-image: 
        linear-gradient(90deg, rgb(166,182,110,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(166,182,110,0.5) 1px, transparent 1px);
    z-index: 1;
    top: 0;
    position: absolute;
    background-size: 50px 50px;
    content: '';
}.wHmuget_in_touch .Dxcwpic_strip_wrap {
    z-index: 2;
    height: 100%;
    top: 0;
    position: absolute;
    width: 45%;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.wHmuget_in_touch .Dxcwpic_strip_wrap::after {
    top: 0;
    content: '';
    width: 100%;
    opacity: 0.7;
    position: absolute;
    background: linear-gradient(135deg, rgb(199,210,156,0.5) 0%, transparent 60%);
    height: 100%;
    left: 0;
}.wHmuget_in_touch .container {
    z-index: 3;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.wHmuget_in_touch h3 {
    font-weight: 700;
    font-size: 37px;
    text-align: center;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    text-shadow: 0 0 15px rgb(199,210,156,0.5);
    color: #ffffff;
}.wHmuget_in_touch .SKbcsupport_query {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-radius: 27px;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05);
}.wHmuget_in_touch .SKbcsupport_query:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.wHmuget_in_touch .wGgzquery_widget {
    flex: 1;
    padding: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}.wHmuget_in_touch .wGgzquery_widget::before {
    top: -100px;
    background: radial-gradient(rgb(199,210,156,0.5), transparent 70%);
    width: 200px;
    content: '';
    position: absolute;
    height: 200px;
    border-radius: 50%;
    right: -100px;
    opacity: 0.2;
}.wHmuget_in_touch .wGgzquery_widget::after {
    bottom: -75px;
    left: -75px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(rgb(166,182,110,0.5), transparent 70%);
    position: absolute;
    width: 150px;
    content: '';
    opacity: 0.2;
}.wHmuget_in_touch form {
    position: relative;
    z-index: 2;
}.wHmuget_in_touch form h3 {
    margin-bottom: 25px;
    text-shadow: none;
    background: linear-gradient(to right, #ffffff, rgb(199,210,156));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
    font-size: 21px;
    text-align: left;
}.wHmuget_in_touch input[type="text"],
.wHmuget_in_touch textarea {
    background: rgba(255, 255, 255, 0.08);
    font-size: 17px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
}.wHmuget_in_touch input[type="text"]:focus,
.wHmuget_in_touch textarea:focus {
    box-shadow: 0 0 10px rgb(199,210,156,0.5);
    border-color: rgb(199,210,156);
    background: rgba(255, 255, 255, 0.12);
    outline: none;
}.wHmuget_in_touch textarea {
    height: 120px;
    resize: none;
}.wHmuget_in_touch .IPqBinquiry_help {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    position: relative;
}.wHmuget_in_touch .IPqBinquiry_help input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.wHmuget_in_touch .IPqBinquiry_help label {
    line-height: 1.5;
    padding-left: 30px;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
    position: relative;
}.wHmuget_in_touch .IPqBinquiry_help label::before {
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    width: 20px;
    content: '';
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    height: 20px;
    top: 2px;
}.wHmuget_in_touch .IPqBinquiry_help input[type="checkbox"]:checked + label::before {
    border-color: rgb(199,210,156);
    background: rgb(199,210,156);
}.wHmuget_in_touch .IPqBinquiry_help input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    width: 6px;
    left: 7px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    height: 12px;
    top: 5px;
    transform: rotate(45deg);
}.wHmuget_in_touch .IPqBinquiry_help a {
    transition: color 0.3s ease;
    color: rgb(199,210,156);
    text-decoration: none;
}.wHmuget_in_touch .IPqBinquiry_help a:hover {
    text-decoration: underline;
    color: rgb(166,182,110);
}.wHmuget_in_touch .eUhIhelp_list {
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, rgb(199,210,156), rgb(166,182,110));
    padding: 15px;
    color: #ffffff;
    border: none;
    font-size: 17px;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    font-weight: 600;
}.wHmuget_in_touch .eUhIhelp_list::before {
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: left 0.7s ease;
    left: -100%;
}.wHmuget_in_touch .eUhIhelp_list:hover {
    box-shadow: 0 5px 15px rgb(199,210,156,0.5);
    transform: translateY(-2px);
}.wHmuget_in_touch .eUhIhelp_list:hover::before {
    left: 100%;
}.wHmuget_in_touch .gwtqreach_request {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    width: 40%;
    padding: 40px;
    position: relative;
}.wHmuget_in_touch .gwtqreach_request::before {
    opacity: 0.4;
    position: absolute;
    content: '';
    right: 0;
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(199,210,156,0.5) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    top: 0;
}.wHmuget_in_touch .gwtqreach_request h4 {
    font-size: 21px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
}.wHmuget_in_touch .gwtqreach_request h4::after {
    background: rgb(199,210,156);
    content: '';
    left: 0;
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: -10px;
    border-radius: 3px;
}.wHmuget_in_touch .EwXyreach_support {
    padding: 0;
    margin: 0;
    list-style: none;
}.wHmuget_in_touch .EwXyreach_support li {
    align-items: flex-start;
    padding-left: 5px;
    display: flex;
    position: relative;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}.wHmuget_in_touch .EwXyreach_support li:hover {
    transform: translateX(5px);
}.wHmuget_in_touch .EwXyreach_support li::before {
    top: 50%;
    opacity: 0;
    position: absolute;
    border-radius: 50%;
    width: 0;
    left: -10px;
    transform: translateY(-50%);
    content: '';
    transition: all 0.3s ease;
    height: 0;
    background: rgb(199,210,156);
}.wHmuget_in_touch .EwXyreach_support li:hover::before {
    height: 6px;
    opacity: 1;
    width: 6px;
    left: -3px;
}.wHmuget_in_touch .EwXyreach_support svg {
    filter: drop-shadow(0 0 5px rgb(199,210,156,0.5));
    fill: rgb(199,210,156);
    width: 24px;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}.wHmuget_in_touch .EwXyreach_support li:hover svg {
    transform: scale(1.1);
}.wHmuget_in_touch .EwXyreach_support svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,210,156);
}.wHmuget_in_touch .EwXyreach_support li:hover svg path {
    fill: rgb(166,182,110);
}.wHmuget_in_touch .EwXyreach_support span {
    color: #ffffff;
    font-size: 17px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.wHmuget_in_touch .EwXyreach_support a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.wHmuget_in_touch .EwXyreach_support a:hover {
    color: rgb(199,210,156);
}

@media (max-width: 992px) {.wHmuget_in_touch {
    padding: 60px 0;
}.wHmuget_in_touch .Dxcwpic_strip_wrap {
    width: 40%;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}.wHmuget_in_touch .SKbcsupport_query {
    flex-direction: column;
}.wHmuget_in_touch .wGgzquery_widget {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.wHmuget_in_touch .gwtqreach_request {
    width: 100%;
}
}

@media (max-width: 768px) {.wHmuget_in_touch {
    padding: 40px 0;
}.wHmuget_in_touch .Dxcwpic_strip_wrap {
    display: none;
}.wHmuget_in_touch h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.wHmuget_in_touch .wGgzquery_widget,
    .wHmuget_in_touch .gwtqreach_request {
    padding: 30px;
}.wHmuget_in_touch form h3,
    .wHmuget_in_touch .gwtqreach_request h4 {
    font-size: calc(21px * 0.9);
}.wHmuget_in_touch input[type="text"],
    .wHmuget_in_touch textarea {
    margin-bottom: 15px;
    padding: 12px;
}.wHmuget_in_touch textarea {
    height: 100px;
}.wHmuget_in_touch .eUhIhelp_list {
    padding: 12px;
}.wHmuget_in_touch .EwXyreach_support li {
    margin-bottom: 20px;
}.wHmuget_in_touch .EwXyreach_support svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
}

@media (max-width: 576px) {.wHmuget_in_touch {
    padding: 30px 0;
}.wHmuget_in_touch h3 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.7);
}.wHmuget_in_touch .wGgzquery_widget,
    .wHmuget_in_touch .gwtqreach_request {
    padding: 20px;
}.wHmuget_in_touch .SKbcsupport_query {
    margin: 0 10px;
}.wHmuget_in_touch .IPqBinquiry_help label {
    font-size: calc(13px * 0.9);
}.wHmuget_in_touch .EwXyreach_support li {
    margin-bottom: 15px;
}.wHmuget_in_touch .EwXyreach_support span {
    font-size: calc(17px * 0.9);
}.wHmuget_in_touch::before,
    .wHmuget_in_touch::after,
    .wHmuget_in_touch .wGgzquery_widget::before,
    .wHmuget_in_touch .wGgzquery_widget::after,
    .wHmuget_in_touch .gwtqreach_request::before {
    opacity: 0.2;
}}header .top_plank {
    background: rgb(199,210,156);
    color:  #ffffff;
}header .top_plank .zQytlearn_menu div svg, header .top_plank .zQytlearn_menu div svg path {
    fill: #ffffff;
}header .top_plank .zQytlearn_menu div span {
    color: #ffffff;
}header .top_plank .zQytlearn_menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 0 10px 0;
    display: flex;
    line-height: 21px;
    align-items: center;
    font-size: 14px;
}header .top_plank .zQytlearn_menu div {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin-right: 24px;
}header .top_plank .zQytlearn_menu div img, header .top_plank .zQytlearn_menu div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.LMAUcookieNoticePromptPanel {
    background: rgb(233,237,211);
    bottom: 0;
    border-top: 3px solid rgb(199,210,156);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    position: fixed;
    z-index: 90;
    transition: transform 0.3s ease-in-out;
}.RoSqdata_settings {
    justify-content: space-between;
    display: flex;
    padding: 20px 15px;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
}.ORQmpolicy_opt {
    flex-shrink: 0;
    margin-right: 15px;
}.ORQmpolicy_opt svg {
    height: 60px;
    fill: rgb(199,210,156);
    transition: fill 0.3s ease;
    width: 60px;
}.ORQmpolicy_opt svg:hover {
    fill: rgb(166,182,110);
}.lwXuconsent_edu {
    color: #000000;
    flex-grow: 1;
    margin-right: 15px;
}.LMAUcookieNoticePromptPanel h5 {
    font-size: 21px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
    color: rgb(199,210,156);
}.LMAUcookieNoticePromptPanel p {
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.5;
}.YaQwedu_accept {
    line-height: 35px;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    border-radius: 20px;
    margin-left: 10px;
    font-size: 17px;
    background: rgb(199,210,156);
}.YaQwedu_accept:hover {
    background: rgb(166,182,110);
    box-shadow: 0 0 10px rgb(166,182,110,0.5);
}#riXupermit_cookie_usage_policy {
    background: rgb(199,210,156);
}#VUcfrefuseTrackingCookiesOption {
    background: rgba(0, 0, 0, 0.5);
}.LMAUcookieNoticePromptPanel p a {
    transition: color 0.3s ease;
    color: rgb(199,210,156);
    text-decoration: underline;
}.LMAUcookieNoticePromptPanel p a:hover {
    color: rgb(166,182,110);
}
@media only screen and (max-width: 1200px) {.RoSqdata_settings {
    align-items: center;
    flex-direction: column;
}.ORQmpolicy_opt {
    margin-bottom: 15px;
}.lwXuconsent_edu {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.YaQwedu_accept {
    margin-left: 0;
    max-width: 200px;
    width: 100%;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 800px) {.RoSqdata_settings {
    padding: 15px;
}.ORQmpolicy_opt {
    display: none;
}.LMAUcookieNoticePromptPanel h5 {
    font-size: 20px;
}.LMAUcookieNoticePromptPanel p {
    font-size: 13px;
}}
#kpUtcookie_disclosure {
    display: none;
}#kpUtcookie_disclosure:checked ~ .LMAUcookieNoticePromptPanel {
    visibility: hidden;
    opacity: 0;
}.bkSlstudy_process {
    position: relative;
    padding: 8rem 2rem;
    overflow: hidden;
    background: rgb(233,237,211);
}.bkSlstudy_process::before {
    position: absolute;
    width: 600px;
    left: -200px;
    opacity: 0.4;
    content: "";
    height: 600px;
    animation: moveShape 15s ease-in-out infinite alternate;
    filter: blur(100px);
    top: -200px;
    border-radius: 50%;
    z-index: 0;
    background: linear-gradient(135deg, rgb(199,210,156,0.5), rgb(166,182,110,0.5));
}.bkSlstudy_process::after {
    opacity: 0.4;
    content: "";
    width: 500px;
    z-index: 0;
    height: 500px;
    right: -200px;
    bottom: -200px;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(166,182,110,0.5), rgb(199,210,156,0.5));
    filter: blur(100px);
    position: absolute;
    animation: moveShape 15s 3s ease-in-out infinite alternate-reverse;
}.bkSlstudy_process .OsGrlearn_pro {
    flex-direction: column;
    display: flex;
    z-index: 1;
    align-items: center;
    margin: 0 auto;
    position: relative;
    max-width: 800px;
}.bkSlstudy_process h3 {
    font-weight: 700;
    margin: 0 0 6rem;
    text-align: center;
    position: relative;
    color: #000000;
    animation: fadeScale 1s ease-out forwards;
    font-size: 28px;
}.bkSlstudy_process h3::before,
.bkSlstudy_process h3::after {
    z-index: -1;
    position: absolute;
    background: rgb(199,210,156);
    content: "";
    border-radius: 50%;
}.bkSlstudy_process h3::before {
    bottom: -90px;
    left: calc(50% - 90px);
    background: #ffffff;
    z-index: -1;
    width: 180px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 180px;
}.bkSlstudy_process h3::after {
    bottom: -6px;
    height: 12px;
    background: rgb(199,210,156);
    left: calc(50% - 6px);
    animation: orbitalMove 8s linear infinite;
    z-index: 2;
    width: 12px;
    box-shadow: 0 0 20px rgb(199,210,156,0.5);
}.bkSlstudy_process span {
    padding: 3rem;
    transform: scale(0.9);
    color: #000000;
    opacity: 0;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 2;
    animation: fadeScale 1s 0.3s ease-out forwards;
    line-height: 1.8;
    border-radius: 20px;
    background: #ffffff;
}.bkSlstudy_process span::before {
    width: 10px;
    position: absolute;
    top: -50px;
    height: 50px;
    left: calc(50% - 5px);
    content: "";
    background: linear-gradient(to bottom, rgb(199,210,156), rgb(166,182,110));
    z-index: -1;
}.bkSlstudy_process span::after {
    width: 120px;
    right: 20px;
    border-radius: 50%;
    top: 20px;
    position: absolute;
    border: 2px dashed rgb(166,182,110,0.5);
    content: "";
    height: 120px;
    opacity: 0.3;
    animation: rotateSlow 20s linear infinite;
    pointer-events: none;
}

@keyframes moveShape {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(50px, 50px) scale(1.2);
    }
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes orbitalMove {
    0% {
        transform: rotate(0deg) translateX(120px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(120px) rotate(-360deg);
    }
}

@keyframes rotateSlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.bkSlstudy_process {
    padding: 6rem 1.5rem;
}.bkSlstudy_process h3 {
    margin-bottom: 5rem;
    font-size: calc(28px * 0.9);
}.bkSlstudy_process h3::before {
    left: calc(50% - 80px);
    width: 160px;
    height: 160px;
    bottom: -80px;
}.bkSlstudy_process span {
    padding: 2.5rem;
}
    
    @keyframes orbitalMove {
        0% {
            transform: rotate(0deg) translateX(110px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translateX(110px) rotate(-360deg);
        }
    }
}

@media (max-width: 768px) {.bkSlstudy_process {
    padding: 5rem 1rem;
}.bkSlstudy_process h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 4.5rem;
}.bkSlstudy_process h3::before {
    height: 140px;
    left: calc(50% - 70px);
    bottom: -70px;
    width: 140px;
}.bkSlstudy_process span {
    padding: 2rem;
    font-size: calc(16px * 0.95);
}.bkSlstudy_process span::after {
    right: 15px;
    height: 80px;
    top: 15px;
    width: 80px;
}@keyframes orbitalMove {
        0% {
            transform: rotate(0deg) translateX(100px) rotate(0deg);
        }
        100% {
            transform: rotate(360deg) translateX(100px) rotate(-360deg);
        }
    }
}.vIXRtestimonial {
    background-color: rgb(233,237,211);
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    padding: 5rem 0 2rem;
}.vIXRtestimonial::before {
    height: 250px;
    position: absolute;
    content: '';
    opacity: 0.05;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(199,210,156,0.5) 100%);
}.vIXRtestimonial .container {
    position: relative;
    z-index: 1;
}.vIXRtestimonial .AkcHtemplate_cta {
    gap: 4rem;
    display: flex;
    flex-direction: column;
}.vIXRtestimonial .cwxEassist_form {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgb(166,182,110,0.5);
    gap: 1.5rem;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.vIXRtestimonial .cwxEassist_form::after {
    background-color: rgb(199,210,156);
    width: 60px;
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 3px;
}.vIXRtestimonial .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}.vIXRtestimonial .info_item:hover {
    transform: translateX(5px);
}.vIXRtestimonial .info_item p,
.vIXRtestimonial .info_item a {
    align-items: center;
    display: flex;
    text-decoration: none;
    gap: 0.75rem;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    transition: color 0.3s ease;
}.vIXRtestimonial .info_item a:hover {
    color: rgb(199,210,156);
}.vIXRtestimonial .info_item svg {
    flex-shrink: 0;
    height: 20px;
    fill: rgb(199,210,156);
    width: 20px;
}.vIXRtestimonial .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    display: grid;
}.vIXRtestimonial .iwISmain_base {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}.vIXRtestimonial .iwISmain_base svg {
    max-width: 160px;
    transition: opacity 0.3s ease;
    height: auto;
}.vIXRtestimonial .iwISmain_base svg:hover {
    opacity: 0.8;
}.vIXRtestimonial .uWOHgrade_help {
    font-size: 14px;
    max-width: 300px;
    color: #000000;
    line-height: 1.6;
    opacity: 0.8;
}.vIXRtestimonial .uSfwnav_section {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.vIXRtestimonial .uSfwnav_section h5 {
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0.5rem;
}.vIXRtestimonial .cMGztop_core {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.vIXRtestimonial .cMGztop_core a {
    text-decoration: none;
    color: #000000;
    padding-left: 0;
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-size: 13px;
    position: relative;
}.vIXRtestimonial .cMGztop_core a::before {
    content: '';
    transform: translateY(-50%);
    position: absolute;
    left: -10px;
    background-color: rgb(199,210,156);
    height: 1px;
    width: 0;
    transition: width 0.3s ease, left 0.3s ease;
    top: 50%;
}.vIXRtestimonial .cMGztop_core a:hover {
    color: rgb(199,210,156);
    padding-left: 12px;
}.vIXRtestimonial .cMGztop_core a:hover::before {
    width: 10px;
    left: 0;
}.vIXRtestimonial .subscribe_holder {
    gap: 1.5rem;
    padding: 2rem;
    display: flex;
    border-radius: 26px;
    background-color: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
}.vIXRtestimonial .subscribe_holder h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}.vIXRtestimonial .subscribe_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
}.vIXRtestimonial .input_holder {
    position: relative;
    display: flex;
    gap: 0.5rem;
}.vIXRtestimonial .input_holder input[type="email"] {
    padding: 1rem 1.25rem;
    background-color: transparent;
    border: 1px solid rgb(166,182,110,0.5);
    color: #000000;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    font-size: 13px;
    flex: 1;
    border-radius: 10px;
}.vIXRtestimonial .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(199,210,156,0.5);
    border-color: rgb(199,210,156);
}.vIXRtestimonial .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.vIXRtestimonial .hzkKsubscribe_alert {
    font-size: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
    padding: 1rem 1.5rem;
    color: #ffffff;
    background-color: rgb(199,210,156);
    font-weight: 600;
    border-radius: 10px;
}.vIXRtestimonial .hzkKsubscribe_alert:hover {
    background-color: rgb(166,182,110);
    transform: translateY(-2px);
}.vIXRtestimonial .zBjmchrome_ext {
    border-top: 1px solid rgb(166,182,110,0.5);
    padding-top: 1.5rem;
    text-align: center;
    margin-top: 3rem;
}.vIXRtestimonial .tAakfooter_caption {
    color: #000000;
    font-size: 14px;
    opacity: 0.8;
}.vIXRtestimonial .cMGztop_core:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.vIXRtestimonial .cMGztop_core:first-child::after {
    background-color: rgb(166,182,110,0.5);
    width: 30px;
    left: 0;
    content: '';
    height: 1px;
    position: absolute;
    bottom: -0.75rem;
}.vIXRtestimonial {
    background-image: 
        linear-gradient(rgb(166,182,110,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(166,182,110,0.5) 1px, transparent 1px);
    background-repeat: repeat;
    background-blend-mode: overlay;
    background-position: center;
    background-size: 40px 40px;
    background-attachment: fixed;
}

@media (max-width: 1024px) {.vIXRtestimonial {
    padding: 4rem 0 2rem;
}.vIXRtestimonial .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
}.vIXRtestimonial .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.vIXRtestimonial {
    padding: 3.5rem 0 1.5rem;
}.vIXRtestimonial .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.vIXRtestimonial .subscribe_holder {
    grid-column: auto;
}.vIXRtestimonial .cwxEassist_form {
    grid-template-columns: 1fr 1fr;
}.vIXRtestimonial .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.vIXRtestimonial {
    padding: 3rem 0 1.5rem;
}.vIXRtestimonial .cwxEassist_form {
    grid-template-columns: 1fr;
}.vIXRtestimonial .input_holder {
    flex-direction: column;
}.vIXRtestimonial .hzkKsubscribe_alert {
    width: 100%;
}.vIXRtestimonial .iwISmain_base,
    .vIXRtestimonial .uSfwnav_section h5,
    .vIXRtestimonial .cMGztop_core,
    .vIXRtestimonial .cMGztop_core a {
    align-items: center;
    text-align: center;
}.vIXRtestimonial .iwISmain_base svg {
    margin: 0 auto;
}.vIXRtestimonial .uWOHgrade_help {
    text-align: center;
    max-width: 100%;
}.vIXRtestimonial .cMGztop_core:first-child::after {
    left: 50%;
    transform: translateX(-50%);
}.vIXRtestimonial .cwxEassist_form::after {
    left: 50%;
    transform: translateX(-50%);
}.vIXRtestimonial .cMGztop_core a::before {
    display: none;
}.vIXRtestimonial .cMGztop_core a:hover {
    padding-left: 0;
}}.jmIaprivacy_wrapper {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(233,237,211) 0%, rgba(248, 248, 252, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.jmIaprivacy_wrapper::before {
    z-index: 0;
    content: "";
    top: -10%;
    right: -5%;
    height: 300px;
    filter: blur(80px);
    width: 300px;
    background: linear-gradient(to right, rgb(199,210,156,0.5), rgb(166,182,110,0.5));
    position: absolute;
    opacity: 0.4;
    transform: rotate(-15deg);
}.jmIaprivacy_wrapper::after {
    filter: blur(70px);
    transform: rotate(15deg);
    width: 250px;
    position: absolute;
    opacity: 0.3;
    height: 250px;
    content: "";
    z-index: 0;
    left: -5%;
    bottom: -10%;
    background: linear-gradient(to right, rgb(166,182,110,0.5), rgb(199,210,156,0.5));
}.jmIaprivacy_wrapper .container {
    max-width: 1140px;
    border-left: 3px solid rgb(199,210,156);
    z-index: 1;
    padding: 0 20px;
    transform: translateZ(0);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
    margin: 0 auto;
    position: relative;
}.jmIaprivacy_wrapper h1 {
    color: #000000;
    transform: translateX(-10px);
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 43px;
}.jmIaprivacy_wrapper h1::after {
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(199,210,156) 0%, rgb(166,182,110) 100%);
    transform-origin: left;
    left: 0;
    height: 3px;
    content: "";
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
    width: 80px;
}.jmIaprivacy_wrapper h1:hover::after {
    transform: scaleX(1.5);
}.jmIaprivacy_wrapper h2 {
    color: #000000;
    position: relative;
    margin-top: 40px;
    padding-left: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 31px;
}.jmIaprivacy_wrapper h2::before {
    content: "";
    background: rgb(199,210,156);
    top: 0;
    height: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
    left: 0;
    width: 4px;
    opacity: 0.8;
    transform: scaleY(0.8);
    position: absolute;
}.jmIaprivacy_wrapper h2:hover::before {
    transform: scaleY(1.1);
    opacity: 1;
}.jmIaprivacy_wrapper h3 {
    border-bottom: 1px dashed rgba(rgba(0, 0, 0, 0.5), 0.2);
    margin-top: 30px;
    font-size: calc(31px * 0.85);
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
    padding-bottom: 10px;
}.jmIaprivacy_wrapper h4 {
    margin-top: 25px;
    font-size: calc(31px * 0.75);
    color: #000000;
    opacity: 0.9;
    margin-bottom: 12px;
    font-weight: 600;
}.jmIaprivacy_wrapper p {
    transition: transform 0.3s ease;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 14px;
    color: #000000;
    max-width: 95%;
}.jmIaprivacy_wrapper p:hover {
    transform: translateX(5px);
}.jmIaprivacy_wrapper p strong {
    color: #000000;
    position: relative;
    display: inline-block;
    font-weight: 600;
}.jmIaprivacy_wrapper p strong::after {
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
    background: rgb(166,182,110);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    bottom: -2px;
    transform-origin: right;
    width: 100%;
}.jmIaprivacy_wrapper p strong:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.jmIaprivacy_wrapper span {
    display: block;
    border-left: 2px solid rgb(166,182,110);
    margin-bottom: 30px;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: rgba(rgb(255, 255, 255, 0.5), 0.4);
    transform: translateY(0);
    padding: 15px;
}.jmIaprivacy_wrapper span:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.jmIaprivacy_wrapper ul {
    margin-top: 15px;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 30px;
}.jmIaprivacy_wrapper li {
    line-height: 1.6;
    transition: transform 0.3s ease;
    color: #000000;
    transform: translateZ(0);
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 14px;
}.jmIaprivacy_wrapper li::before {
    width: 8px;
    opacity: 0.8;
    top: 10px;
    border-radius: 50%;
    content: "";
    left: 0;
    background: rgb(199,210,156);
    transition: transform 0.3s ease, background-color 0.3s ease;
    height: 8px;
    position: absolute;
}.jmIaprivacy_wrapper li:hover {
    transform: translateX(5px);
}.jmIaprivacy_wrapper li:hover::before {
    background: rgb(166,182,110);
    transform: scale(1.3);
}

@media (max-width: 991px) {.jmIaprivacy_wrapper {
    padding: 60px 0;
}.jmIaprivacy_wrapper .container {
    padding: 30px 25px;
}.jmIaprivacy_wrapper h1 {
    margin-bottom: 25px;
    font-size: calc(43px * 0.9);
}.jmIaprivacy_wrapper h2 {
    margin-top: 35px;
    font-size: calc(31px * 0.9);
}.jmIaprivacy_wrapper p, .jmIaprivacy_wrapper span {
    font-size: calc(14px * 1);
    max-width: 100%;
}
}

@media (max-width: 767px) {.jmIaprivacy_wrapper {
    padding: 40px 0;
}.jmIaprivacy_wrapper::before,
    .jmIaprivacy_wrapper::after {
    height: 200px;
    width: 200px;
}.jmIaprivacy_wrapper .container {
    border-left-width: 2px;
    padding: 25px 20px;
}.jmIaprivacy_wrapper h1 {
    transform: translateX(0);
    font-size: calc(43px * 0.8);
    margin-bottom: 20px;
}.jmIaprivacy_wrapper h1::after {
    width: 60px;
}.jmIaprivacy_wrapper h2 {
    margin-top: 30px;
    font-size: calc(31px * 0.85);
    padding-left: 12px;
}.jmIaprivacy_wrapper h2::before {
    width: 3px;
}.jmIaprivacy_wrapper h3 {
    font-size: calc(31px * 0.75);
}.jmIaprivacy_wrapper h4 {
    font-size: calc(31px * 0.7);
}.jmIaprivacy_wrapper p, .jmIaprivacy_wrapper span, .jmIaprivacy_wrapper li {
    font-size: calc(14px * 0.95);
}.jmIaprivacy_wrapper ul {
    padding-left: 5px;
}.jmIaprivacy_wrapper li {
    padding-left: 20px;
}
}

@media (max-width: 480px) {.jmIaprivacy_wrapper {
    padding: 30px 0;
}.jmIaprivacy_wrapper::before,
    .jmIaprivacy_wrapper::after {
    opacity: 0.25;
}.jmIaprivacy_wrapper .container {
    padding: 20px 15px;
}.jmIaprivacy_wrapper h1 {
    font-size: calc(43px * 0.7);
}.jmIaprivacy_wrapper h2 {
    margin-top: 25px;
    font-size: calc(31px * 0.75);
}.jmIaprivacy_wrapper h3 {
    font-size: calc(31px * 0.7);
}.jmIaprivacy_wrapper h4 {
    font-size: calc(31px * 0.65);
}.jmIaprivacy_wrapper p, .jmIaprivacy_wrapper span, .jmIaprivacy_wrapper li {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}.jmIaprivacy_wrapper p:hover,
    .jmIaprivacy_wrapper li:hover,
    .jmIaprivacy_wrapper span:hover {
    transform: none;
}}.SXpVcourse_program_description {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(215deg, rgb(233,237,211) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(199,210,156,0.5) 90%);
}.SXpVcourse_program_description::before {
    background-size: 40px 40px;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    animation: gridFlow 20s linear infinite;
    position: absolute;
    content: "";
    opacity: 0.03;
    background-image: 
        linear-gradient(transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%);
}.SXpVcourse_program_description::after {
    position: absolute;
    left: -50%;
    width: 200%;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 90%);
    animation: rotateBg 60s linear infinite;
    top: -50%;
    opacity: 0.4;
    content: "";
    height: 200%;
    z-index: 1;
}.SXpVcourse_program_description .container {
    position: relative;
    z-index: 3;
}.SXpVcourse_program_description .OsGrlearn_pro {
    justify-content: center;
    position: relative;
    min-height: 500px;
    align-items: center;
    display: flex;
}.SXpVcourse_program_description .Dxcwpic_strip_wrap {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
    transform: scale(1);
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
}.SXpVcourse_program_description .Dxcwpic_strip_wrap::before {
    opacity: 0.85;
    z-index: 2;
    right: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    background: linear-gradient(
        145deg,
        transparent 0%,
        rgb(199,210,156,0.5) 100%
    );
    mix-blend-mode: multiply;
    transition: opacity 0.5s ease;
}.SXpVcourse_program_description .Dxcwpic_strip_wrap::after {
    position: absolute;
    bottom: 0;
    background: 
        radial-gradient(circle at 75% 25%, transparent 0%, rgba(0, 0, 0, 0.5) 90%),
        linear-gradient(to bottom, transparent 30%, #000000 100%);
    content: "";
    right: 0;
    left: 0;
    top: 0;
    z-index: 3;
    opacity: 0.7;
}.SXpVcourse_program_description .OsGrlearn_pro:hover .Dxcwpic_strip_wrap {
    transform: scale(1.03);
}.SXpVcourse_program_description .OsGrlearn_pro:hover .Dxcwpic_strip_wrap::before {
    opacity: 0.6;
}.SXpVcourse_program_description .MjDfskill_tool {
    width: 70%;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background: transparent;
    z-index: 4;
}.SXpVcourse_program_description .iwISmain_base {
    position: absolute;
    border-radius: 43% 57% 63% 37% / 41% 65% 35% 59%;
    perspective: 1000px;
    z-index: 5;
    display: flex;
    width: 110px;
    top: -30px;
    transform-style: preserve-3d;
    justify-content: center;
    height: 110px;
    background: #ffffff;
    animation: floatLogo 6s ease-in-out infinite;
    right: 10%;
    align-items: center;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 15px rgb(166,182,110,0.5);
}.SXpVcourse_program_description .iwISmain_base::before {
    content: "";
    animation: rotateBorderGradient 10s linear infinite;
    z-index: -1;
    opacity: 0.3;
    filter: blur(10px);
    background: linear-gradient(
        45deg,
        rgb(199,210,156,0.5),
        rgb(166,182,110,0.5),
        rgb(199,210,156,0.5)
    );
    border-radius: inherit;
    inset: -5px;
    position: absolute;
}.SXpVcourse_program_description .iwISmain_base svg {
    transition: all 0.4s ease;
    transform: translateZ(20px);
    height: 60%;
    width: 60%;
    transform-style: preserve-3d;
    fill: rgb(199,210,156);
}.SXpVcourse_program_description .iwISmain_base:hover svg {
    fill: rgb(166,182,110);
    transform: translateZ(30px) scale(1.1);
}.SXpVcourse_program_description .iwISmain_base svg path {
    stroke: #000000;
    transition: all 0.4s ease;
    stroke-width: 0.5;
}.SXpVcourse_program_description .iwISmain_base:hover svg path {
    stroke-width: 1;
    stroke: rgb(199,210,156);
}.SXpVcourse_program_description .MjDfskill_tool h3 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 30px;
    background: linear-gradient(
        135deg,
        rgb(199,210,156,0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 10px;
    transform: translateZ(0);
    border-left: 4px solid rgb(199,210,156);
    backdrop-filter: blur(10px);
    font-size: 30px;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgb(199,210,156,0.5);
}.SXpVcourse_program_description .MjDfskill_tool h3::after {
    border-radius: 10px;
    z-index: 1;
    background: rgb(199,210,156);
    position: absolute;
    bottom: -10px;
    width: 40px;
    height: 4px;
    left: 25px;
    content: "";
}.SXpVcourse_program_description .MjDfskill_tool p {
    text-shadow: 0 1px 3px #000000;
    border-radius: 18px;
    line-height: 1.8;
    max-width: 600px;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 25px 30px;
    margin: 0 auto;
    backdrop-filter: blur(5px);
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
}.SXpVcourse_program_description .MjDfskill_tool p::first-letter {
    margin-top: 5px;
    color: rgb(199,210,156);
    line-height: 0.8;
    float: left;
    margin-right: 10px;
    font-size: 2.5em;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(-5deg);
    }
    75% {
        transform: translateY(10px) rotate(5deg);
    }
}

@keyframes rotateBorderGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1200px) {.SXpVcourse_program_description .MjDfskill_tool {
    width: 80%;
}.SXpVcourse_program_description .iwISmain_base {
    right: 5%;
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 992px) {.SXpVcourse_program_description {
    padding: 80px 0;
}.SXpVcourse_program_description .OsGrlearn_pro {
    min-height: 450px;
}.SXpVcourse_program_description .MjDfskill_tool {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 85%;
}.SXpVcourse_program_description .iwISmain_base {
    width: 90px;
    height: 90px;
    top: -25px;
}.SXpVcourse_program_description .MjDfskill_tool h3 {
    padding: 12px 20px;
    font-size: calc(30px * 0.9);
}.SXpVcourse_program_description .MjDfskill_tool p {
    font-size: calc(18px * 0.95);
    padding: 20px 25px;
}
}

@media screen and (max-width: 768px) {.SXpVcourse_program_description {
    padding: 60px 0;
}.SXpVcourse_program_description .OsGrlearn_pro {
    display: block;
    padding-bottom: 40px;
    min-height: auto;
}.SXpVcourse_program_description .Dxcwpic_strip_wrap {
    margin-bottom: -40px;
    position: relative;
    height: 300px;
}.SXpVcourse_program_description .MjDfskill_tool {
    padding-top: 60px;
    width: 100%;
    padding-bottom: 0;
}.SXpVcourse_program_description .iwISmain_base {
    width: 80px;
    top: -30px;
    height: 80px;
    right: auto;
    left: 20px;
}.SXpVcourse_program_description .MjDfskill_tool h3 {
    box-sizing: border-box;
    width: calc(100% - 30px);
    font-size: calc(30px * 0.8);
    margin-top: 20px;
    display: block;
}.SXpVcourse_program_description .MjDfskill_tool p {
    width: calc(100% - 30px);
    margin: 30px auto 0;
    box-sizing: border-box;
}
}

@media screen and (max-width: 576px) {.SXpVcourse_program_description {
    padding: 40px 0;
}.SXpVcourse_program_description .Dxcwpic_strip_wrap {
    height: 250px;
    margin-bottom: -30px;
}.SXpVcourse_program_description .iwISmain_base {
    top: -25px;
    height: 70px;
    width: 70px;
    left: 15px;
}.SXpVcourse_program_description .MjDfskill_tool h3 {
    margin-top: 15px;
    padding: 10px 15px;
    font-size: calc(30px * 0.7);
}.SXpVcourse_program_description .MjDfskill_tool p {
    font-size: calc(18px * 0.9);
    margin-top: 20px;
    padding: 15px 20px;
}.SXpVcourse_program_description .MjDfskill_tool h3::after {
    height: 3px;
    bottom: -8px;
    left: 15px;
    width: 30px;
}
}