* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.Se_sustain_cta {
    flex: 0 0 auto;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    height: 10px;
    width: 0.8em;
}::-webkit-scrollbar-track {
    box-shadow: inset 3px -5px 15px -1px rgba(0, 0, 0, 0.4);
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    border-radius: 6%;
    animation: shift_scrollbar 5.9s ease-out 4;
    border: 1px solid rgb(228,215,237);
    background: rgb(171,139,193);
    box-shadow: 5px 2px 9px 1px rgba(0, 0, 0, 0.2);
    transition: all, border-radius, transform 4.2s ease-out;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(171,139,193,0.5);
    transform: scale(0.95);
    border-color: #ffffff;
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -2px 5px 14px -2px rgba(0, 0, 0, 0.2);
    background: rgb(255, 255, 255, 0.5);
}html,body {
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
}.container {
    max-width: 100%;
    width: 1187px;
    margin: auto;
}.gY_segment-wrapper {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.aK_head_section {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    position: fixed;
    top: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    left: 0;
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgb(206,177,217,0.5);
    z-index: 1000;
    width: 100%;
    background: linear-gradient(135deg, #000000 0%, rgb(206,177,217) 100%);
    -webkit-backdrop-filter: blur(8px);
}header:before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(206,177,217,0.5), transparent);
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
    background-size: 200% 100%;
    pointer-events: none;
    opacity: 0.4;
    animation: shine 8s infinite linear;
    left: 0;
}header .SB_header_lesson {
    width: 100%;
}header .container {
    padding: 15px 20px;
    margin: 0 auto;
    max-width: 1200px;
}header .AY_first_expert {
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
}header .lT_main_class {
    display: flex;
    position: relative;
    gap: 25px;
}header .lT_main_class:before {
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(206,177,217), transparent);
    width: 100%;
    content: '';
    transform-origin: left;
    height: 1px;
    transform: scaleX(0);
    transition: transform 0.6s ease;
    bottom: -8px;
}header .lT_main_class:hover:before {
    transform: scaleX(1);
}header .lk_top_info {
    transition: all 0.4s ease;
    text-transform: uppercase;
    padding: 8px 0;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
    font-weight: 400;
    font-family: Arial, sans-serif;
    color: #ffffff;
}header .lk_top_info:after {
    position: absolute;
    bottom: 0;
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    left: 0;
    width: 100%;
    height: 2px;
    background: rgb(206,177,217);
    transform: scaleX(0);
    content: '';
}header .lk_top_info:before {
    top: 0;
    transition: all 0.3s ease;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: '';
    height: 4px;
    width: 4px;
    opacity: 0;
    background: rgb(206,177,217);
}header .lk_top_info:hover {
    text-shadow: 0 0 8px rgb(206,177,217,0.5);
    color: rgb(206,177,217);
}header .lk_top_info:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}header .lk_top_info:hover:before {
    opacity: 1;
}header .sU_header_page {
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
}header .sU_header_page svg {
    filter: drop-shadow(0 0 4px rgb(206,177,217,0.5));
    height: 40px;
    transition: transform 0.5s ease;
    width: auto;
}header .sU_header_page:hover svg {
    transform: scale(1.05);
}header .sU_header_page:after {
    bottom: -8px;
    position: absolute;
    background: rgb(206,177,217);
    transition: width 0.4s ease;
    content: '';
    left: 50%;
    width: 0;
    height: 1px;
    transform: translateX(-50%);
}header .sU_header_page:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .lT_main_class {
    gap: 15px;
}header .lk_top_info {
    font-size: calc(14px - 1px);
}header .sU_header_page svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .lT_main_class {
    background: #000000;
    flex-direction: column;
    position: fixed;
    transition: right 0.4s ease;
    z-index: 1001;
    max-width: 300px;
    right: -100%;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    width: 80%;
    overflow-y: auto;
    padding: 80px 30px 30px;
    gap: 20px;
    height: 100vh;
    top: 0;
}header .menu.active {
    right: 0;
}header .lk_top_info {
    padding: 10px 5px;
    border-bottom: 1px solid rgb(206,177,217,0.5);
    width: 100%;
}header .lT_main_class:before {
    display: none;
}header .sU_header_page {
    margin-right: auto;
    margin-left: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .sU_header_page svg {
    height: 30px;
}}.TI_privacy_fort {
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(228,215,237) 0%, rgba(255,255,255,0.96) 100%);
}.TI_privacy_fort::before {
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    content: "";
    opacity: 0.15;
    background: 
        radial-gradient(circle at 100% 0%, rgb(206,177,217,0.5) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgb(171,139,193,0.5) 0%, transparent 50%);
    height: 100%;
    top: 0;
}.TI_privacy_fort .container {
    transform: translateZ(0);
    border-left: 4px solid rgb(206,177,217);
    max-width: 1140px;
    z-index: 1;
    position: relative;
    padding: 3rem;
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.99));
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
}.TI_privacy_fort h1 {
    color: #000000;
    font-weight: 700;
    transition: transform 0.5s ease-out;
    margin-bottom: 2rem;
    font-size: 44px;
    position: relative;
    transform: translateX(0);
    padding-bottom: 1rem;
}.TI_privacy_fort h1::after {
    position: absolute;
    width: 80px;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(to right, rgb(206,177,217), rgb(171,139,193));
    content: "";
    transition: width 0.5s ease-out;
}.TI_privacy_fort h1:hover {
    transform: translateX(5px);
}.TI_privacy_fort h1:hover::after {
    width: 120px;
}.TI_privacy_fort h2 {
    padding-left: 1rem;
    border-left: 3px solid rgb(171,139,193);
    color: #000000;
    font-size: 32px;
    margin: 2.5rem 0 1.5rem;
    font-weight: 600;
    position: relative;
}.TI_privacy_fort h3 {
    color: #000000;
    position: relative;
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.8);
    font-weight: 600;
    border-left: 2px solid rgb(171,139,193,0.5);
}.TI_privacy_fort h4 {
    border-left: 1px solid rgb(171,139,193,0.5);
    margin: 1.5rem 0 1rem;
    font-size: calc(32px * 0.7);
    font-weight: 600;
    padding-left: 0.75rem;
    color: #000000;
    position: relative;
}.TI_privacy_fort p {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    position: relative;
    font-size: 15px;
    margin-bottom: 1.5rem;
    padding-right: 1rem;
    color: #000000;
    transition: transform 0.4s ease;
}.TI_privacy_fort p:hover {
    transform: translateX(5px);
}.TI_privacy_fort strong {
    font-weight: 700;
    position: relative;
    color: rgb(206,177,217);
}.TI_privacy_fort strong::after {
    width: 0;
    left: 0;
    height: 1px;
    background: rgb(206,177,217);
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    bottom: -2px;
}.TI_privacy_fort p:hover strong::after {
    width: 100%;
}.TI_privacy_fort ul {
    margin: 1.5rem 0 2rem 1rem;
    padding-left: 0;
}.TI_privacy_fort li {
    transition: transform 0.3s ease;
    list-style-type: none;
    position: relative;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    padding-left: 1.5rem;
    line-height: 1.6;
}.TI_privacy_fort li::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(206,177,217), rgb(171,139,193));
    height: 8px;
    top: 0.6rem;
    transition: transform 0.3s ease;
    left: 0;
    content: "";
    width: 8px;
    transform: rotate(45deg);
}.TI_privacy_fort li:hover {
    transform: translateX(8px);
}.TI_privacy_fort li:hover::before {
    transform: rotate(225deg);
}.TI_privacy_fort span {
    margin-bottom: 1.5rem;
    font-size: calc(15px * 0.95);
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease-out, background 0.3s ease;
    background: linear-gradient(to right, rgba(rgb(228,215,237), 0.3), transparent);
    padding: 0.75rem 1rem;
    line-height: 1.7;
    transform: perspective(1000px) rotateX(0);
    color: #000000;
    display: block;
    border-left: 2px solid rgb(171,139,193,0.5);
}.TI_privacy_fort span:hover {
    transform: perspective(1000px) rotateX(1deg);
    background: linear-gradient(to right, rgba(rgb(228,215,237), 0.5), transparent);
}

@media (max-width: 991px) {.TI_privacy_fort {
    padding: 4rem 1.5rem;
}.TI_privacy_fort .container {
    padding: 2.5rem 2rem;
}.TI_privacy_fort h1 {
    font-size: calc(44px * 0.9);
}.TI_privacy_fort h2 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 767px) {.TI_privacy_fort {
    padding: 3rem 1rem;
}.TI_privacy_fort .container {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
}.TI_privacy_fort h1 {
    font-size: calc(44px * 0.8);
    margin-bottom: 1.5rem;
}.TI_privacy_fort h2 {
    font-size: calc(32px * 0.8);
    margin: 2rem 0 1rem;
}.TI_privacy_fort h3 {
    font-size: calc(32px * 0.7);
}.TI_privacy_fort h4 {
    font-size: calc(32px * 0.6);
}.TI_privacy_fort ul {
    margin-left: 0.5rem;
}.TI_privacy_fort li {
    padding-left: 1.25rem;
}.TI_privacy_fort p, .TI_privacy_fort span, .TI_privacy_fort li {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.TI_privacy_fort {
    padding: 2rem 0.75rem;
}.TI_privacy_fort .container {
    padding: 1.5rem 1rem;
}.TI_privacy_fort h1 {
    font-size: calc(44px * 0.7);
}.TI_privacy_fort h2 {
    padding-left: 0.75rem;
    font-size: calc(32px * 0.7);
}.TI_privacy_fort h3, .TI_privacy_fort h4 {
    padding-left: 0.5rem;
}.TI_privacy_fort p, .TI_privacy_fort span, .TI_privacy_fort li {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.TI_privacy_fort li {
    padding-left: 1rem;
}.TI_privacy_fort li::before {
    width: 6px;
    height: 6px;
}}.DH_education_history {
    background: linear-gradient(to bottom, #000000 0%, rgb(228,215,237) 100%);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}.DH_education_history::before {
    width: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(206,177,217,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(171,139,193,0.5) 0%, transparent 25%);
    animation: ambientLight 20s ease-in-out infinite alternate;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    filter: blur(60px);
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.DH_education_history .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    perspective: 1000px;
    margin: 0 auto;
}.DH_education_history .ns_alumni_testimonials {
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-wrap: wrap;
    transform: rotateX(5deg) rotateY(-5deg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    display: flex;
    border-radius: 27px;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(171,139,193,0.5),
        inset 0 0 30px rgb(206,177,217,0.5);
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.03);
}.DH_education_history .ns_alumni_testimonials:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(171,139,193,0.5),
        inset 0 0 50px rgb(206,177,217,0.5);
    transform: rotateX(0) rotateY(0);
}.DH_education_history .MY_img_overlay {
    width: 180px;
    left: 50%;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(206,177,217,0.5);
    border: 3px solid #ffffff;
    border-radius: 50%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: -90px;
    transform: translateX(-50%) translateZ(30px);
    height: 180px;
    position: absolute;
}.DH_education_history .ns_alumni_testimonials:hover .MY_img_overlay {
    transform: translateX(-50%) translateZ(50px);
}.DH_education_history .name {
    font-size: 32px;
    font-weight: 700;
    width: 100%;
    letter-spacing: 1px;
    transform: translateZ(20px);
    margin-top: 100px;
    text-shadow: 0 0 10px rgb(206,177,217,0.5);
    text-align: center;
    color: #ffffff;
}.DH_education_history .ns_alumni_testimonials span:not(.name) {
    text-align: center;
    font-size: 17px;
    letter-spacing: 2px;
    margin-top: 0.5rem;
    font-weight: 600;
    transform: translateZ(15px);
    width: 100%;
    text-transform: uppercase;
    color: rgb(171,139,193);
}.DH_education_history .dU_career_milestones {
    color: #ffffff;
    margin-top: 2rem;
    transform: translateZ(10px);
    line-height: 1.7;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-left: 3px solid rgb(206,177,217);
    position: relative;
    width: 100%;
    border-radius: 10px;
    padding: 2rem;
    transition: transform 0.3s ease;
    font-size: 14px;
}.DH_education_history .dU_career_milestones::before {
    opacity: 0.1;
    width: 100%;
    height: 100%;
    left: 0;
    mix-blend-mode: overlay;
    position: absolute;
    content: "";
    border-radius: 10px;
    top: 0;
    background: linear-gradient(45deg, rgb(206,177,217,0.5) 0%, transparent 70%);
}.DH_education_history .ns_alumni_testimonials:hover .dU_career_milestones {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.DH_education_history {
    padding: 7rem 0 5rem;
}.DH_education_history .ns_alumni_testimonials {
    padding: 2.5rem 2rem;
}.DH_education_history .MY_img_overlay {
    height: 150px;
    top: -75px;
    width: 150px;
}.DH_education_history .name {
    margin-top: 80px;
}.DH_education_history .dU_career_milestones {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.DH_education_history {
    padding: 6rem 0 3rem;
}.DH_education_history .container {
    padding: 0 1rem;
}.DH_education_history .ns_alumni_testimonials {
    transform: none;
    padding: 2rem 1.5rem;
}.DH_education_history .MY_img_overlay {
    top: -60px;
    height: 120px;
    width: 120px;
}.DH_education_history .name {
    font-size: calc(32px - 2px);
    margin-top: 70px;
}.DH_education_history .ns_alumni_testimonials span:not(.name) {
    font-size: calc(17px - 1px);
}.DH_education_history .dU_career_milestones {
    margin-top: 1.5rem;
    font-size: calc(14px - 1px);
    padding: 1.2rem;
}.DH_education_history .ns_alumni_testimonials:hover {
    transform: none;
}}.PX_try_immediately {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(206,177,217) 0%, rgb(171,139,193) 100%);
    z-index: 1;
}.PX_try_immediately::before {
    opacity: 0.05;
    background: 
        linear-gradient(45deg, rgb(171,139,193,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(171,139,193,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(171,139,193,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(171,139,193,0.5) 75%);
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    content: '';
    top: 0;
}.PX_try_immediately::after {
    animation: rotateRadial 30s linear infinite;
    top: -50%;
    content: '';
    left: -50%;
    z-index: -1;
    background: radial-gradient(circle, #ffffff 0%, transparent 60%);
    bottom: -50%;
    right: -50%;
    opacity: 0.1;
    position: absolute;
}.PX_try_immediately .jZ_creds_block {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1000px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.PX_try_immediately .jZ_creds_block::before {
    content: '';
    z-index: -1;
    width: 100%;
    opacity: 0.1;
    border: 2px solid #ffffff;
    position: absolute;
    height: 100%;
    clip-path: polygon(
        0% 15%, 
        15% 15%, 
        15% 0%, 
        85% 0%, 
        85% 15%, 
        100% 15%, 
        100% 85%, 
        85% 85%, 
        85% 100%, 
        15% 100%, 
        15% 85%, 
        0% 85%
    );
    animation: clipFrameAnimate 10s ease-in-out infinite alternate;
}.PX_try_immediately .jZ_creds_block::after {
    height: 120%;
    opacity: 0.1;
    left: -10%;
    top: -10%;
    width: 120%;
    position: absolute;
    animation: pulseSpots 6s ease-in-out infinite alternate;
    background: 
        radial-gradient(circle at 30% 30%, #ffffff 0%, transparent 10%),
        radial-gradient(circle at 70% 70%, #ffffff 0%, transparent 10%),
        radial-gradient(circle at 30% 70%, #ffffff 0%, transparent 10%),
        radial-gradient(circle at 70% 30%, #ffffff 0%, transparent 10%),
        radial-gradient(circle at 50% 50%, #ffffff 0%, transparent 10%);
    z-index: -1;
    content: '';
}.PX_try_immediately h3 {
    text-shadow: 0 0 15px #ffffff;
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
    animation: pulseText 4s ease-in-out infinite alternate;
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
}.PX_try_immediately h3::before {
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    content: '';
    box-shadow: 0 0 10px #ffffff;
    background-color: #ffffff;
    position: absolute;
    width: 60px;
    bottom: -15px;
}.PX_try_immediately h3::after {
    background-color: #ffffff;
    box-shadow: 0 0 10px #ffffff;
    transform: translateX(-50%);
    height: 10px;
    bottom: -19px;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    width: 10px;
    content: '';
}.PX_try_immediately .iP_help_now {
    z-index: 1;
    background-color: transparent;
    font-family: Arial, sans-serif;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0 0 20px #ffffff;
    position: relative;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    color: #ffffff;
    display: inline-block;
    padding: 18px 45px;
}.PX_try_immediately .iP_help_now::before {
    left: 0;
    background-color: #ffffff;
    transition: all 0.3s ease;
    opacity: 0.2;
    width: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
}.PX_try_immediately .iP_help_now::after {
    top: 0;
    transition: all 0.6s ease;
    position: absolute;
    content: '';
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    width: 100%;
    z-index: -1;
    height: 100%;
}.PX_try_immediately .iP_help_now:hover {
    transform: translateY(-5px);
    color: rgb(206,177,217);
    box-shadow: 0 10px 25px rgba(255,255,255,0.2);
}.PX_try_immediately .iP_help_now:hover::before {
    opacity: 0.9;
}.PX_try_immediately .iP_help_now:hover::after {
    left: 100%;
}

@media screen and (max-width: 992px) {.PX_try_immediately {
    padding: 80px 0;
}.PX_try_immediately h3 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.9);
}.PX_try_immediately .iP_help_now {
    padding: 16px 40px;
}
}

@media screen and (max-width: 768px) {.PX_try_immediately {
    padding: 70px 0;
}.PX_try_immediately h3 {
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-size: calc(34px * 0.8);
}.PX_try_immediately .iP_help_now {
    padding: 14px 35px;
    font-size: calc(18px * 0.95);
}
}

@media screen and (max-width: 576px) {.PX_try_immediately {
    padding: 60px 0;
}.PX_try_immediately h3 {
    font-size: calc(34px * 0.7);
    letter-spacing: 1px;
    margin-bottom: 25px;
}.PX_try_immediately .iP_help_now {
    font-size: calc(18px * 0.9);
    padding: 12px 30px;
}}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes clipFrameAnimate {
    0% {
        clip-path: polygon(
            0% 15%, 
            15% 15%, 
            15% 0%, 
            85% 0%, 
            85% 15%, 
            100% 15%, 
            100% 85%, 
            85% 85%, 
            85% 100%, 
            15% 100%, 
            15% 85%, 
            0% 85%
        );
    }
    50% {
        clip-path: polygon(
            0% 10%, 
            10% 10%, 
            10% 0%, 
            90% 0%, 
            90% 10%, 
            100% 10%, 
            100% 90%, 
            90% 90%, 
            90% 100%, 
            10% 100%, 
            10% 90%, 
            0% 90%
        );
    }
    100% {
        clip-path: polygon(
            0% 15%, 
            15% 15%, 
            15% 0%, 
            85% 0%, 
            85% 15%, 
            100% 15%, 
            100% 85%, 
            85% 85%, 
            85% 100%, 
            15% 100%, 
            15% 85%, 
            0% 85%
        );
    }
}

@keyframes pulseSpots {
    0% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
    }
}

@keyframes pulseText {
    0% {
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        text-shadow: 0 0 20px #ffffff, 0 0 30px #ffffff;
    }
    100% {
        text-shadow: 0 0 10px #ffffff;
    }
}.ob_cookie_alert_message {
    width: 100%;
    position: fixed;
    border-top: 2px solid rgb(206,177,217);
    bottom: 0;
    z-index: 90;
    background: rgb(228,215,237);
}.qP_web_tracking {
    padding: 20px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}.ob_cookie_alert_message h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#oU_cookie_panel_alert {
    display: none;
}#oU_cookie_panel_alert:checked ~ .ob_cookie_alert_message {
    opacity: 0;
    visibility: hidden;
}.ob_cookie_alert_message p {
    font-size: 18px;
}.vA_consent_box {
    flex-shrink: 0;
    margin-right: 10px;
}.vA_consent_box svg, .vA_consent_box svg path, .vA_consent_box img {
    fill: rgb(206,177,217);
    height: 100px;
    width: 100px;
}.dL_edu_settings {
    color: rgb(206,177,217);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    line-height: 35px;
    white-space: nowrap;
    font-size: 24px;
    border-bottom: 2px solid rgb(206,177,217);
    min-width: 120px;
    margin-left: 10px;
    flex-shrink: 0;
}.ob_cookie_alert_message p a {
    text-decoration: none;
    color: rgb(206,177,217);
}
@media only screen and (max-width: 1200px) {.ob_cookie_alert_message {
    padding: 20px;
}}

.gY_segment-wrapper .ob_cookie_alert_message {
    background: rgb(171,139,193);
    box-shadow: rgb(171,139,193,0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
}.gY_segment-wrapper .dL_edu_settings {
    border: none;
    background: rgb(206,177,217);
    font-weight: 400;
    margin-left: 30px;
    font-size: 20px;
    color: #ffffff;
    padding: 10px;
}.gY_segment-wrapper .uU_cookie_lock h5, .gY_segment-wrapper .uU_cookie_lock p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.vA_consent_box {
    display: none;
}.qP_web_tracking {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.ob_cookie_alert_message h5 {
    text-align: center;
}.ob_cookie_alert_message p {
    text-align: center;
}.uU_cookie_lock {
    margin-bottom: 20px;
}body .gY_segment-wrapper .dL_edu_settings {
    margin-bottom: 10px;
    margin-left: 0;
}}.cC_price_item_element {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    color: #ffffff;
}.cC_price_item_element::before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    z-index: 1;
    content: "";
    height: 100%;
}.cC_price_item_element::after {
    z-index: 2;
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(206,177,217,0.5), 0.15) 0%, transparent 50%);
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}.cC_price_item_element .container {
    max-width: 1200px;
    z-index: 3;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.cC_price_item_element .mB_plan_fee {
    position: relative;
}.cC_price_item_element h2 {
    opacity: 1;
    font-size: 33px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    color: #ffffff;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateY(0);
    font-weight: 700;
}.cC_price_item_element h2::after {
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    bottom: -10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(206,177,217), rgb(171,139,193));
    width: 80px;
    content: "";
}.cC_price_item_element .LP_bundle_price {
    font-size: calc(14px + 2px);
    opacity: 0.9;
    margin: 0 auto 40px;
    line-height: 1.6;
    color: #ffffff;
    max-width: 700px;
    text-align: center;
}.cC_price_item_element .hA_cert_fees {
    display: grid;
    gap: 30px;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
}.cC_price_item_element .hA_cert_fees li {
    perspective: 1000px;
    display: flex;
}.cC_price_item_element .VL_cost_fee {
    display: flex;
    text-decoration: none;
    -webkit-backdrop-filter: blur(8px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    z-index: 1;
    height: 100%;
    overflow: hidden;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    backdrop-filter: blur(8px);
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    position: relative;
}.cC_price_item_element .VL_cost_fee::before {
    left: 0;
    width: 100%;
    z-index: -1;
    transition: opacity 0.5s ease;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 30% 30%, rgb(206,177,217,0.5), transparent 75%);
    position: absolute;
    top: 0;
    opacity: 0;
}.cC_price_item_element .VL_cost_fee:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
}.cC_price_item_element .VL_cost_fee:hover::before {
    opacity: 0.15;
}.cC_price_item_element .en_pay_plans {
    display: flex;
    flex-grow: 1;
    position: relative;
    flex-direction: column;
    padding: 30px;
}.cC_price_item_element .Ht_trial_rates {
    height: 100%;
    flex-direction: column;
    display: flex;
}.cC_price_item_element .Ht_trial_rates h4 {
    font-size: calc(21px + 2px);
    transition: transform 0.3s ease;
    color: #ffffff;
    position: relative;
    margin: 0 0 20px;
}.cC_price_item_element .VL_cost_fee:hover .Ht_trial_rates h4 {
    transform: translateY(-5px);
}.cC_price_item_element .Ht_trial_rates h4::after {
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(171,139,193);
    width: 40px;
    content: "";
    bottom: -8px;
}.cC_price_item_element .VL_cost_fee:hover .Ht_trial_rates h4::after {
    width: 60px;
}.cC_price_item_element .Ht_trial_rates p {
    font-size: 14px;
    word-break: break-word;
    margin: 0 0 25px;
    line-height: 1.6;
    flex-grow: 1;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
}.cC_price_item_element .gZ_cert_cost {
    overflow: hidden;
    position: relative;
    font-weight: 700;
    font-size: calc(21px + 4px);
    margin-top: auto;
    align-self: flex-start;
    padding: 10px 20px;
    transition: transform 0.3s ease;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(206,177,217,0.5), transparent);
    color: #ffffff;
}.cC_price_item_element .gZ_cert_cost::before {
    transition: left 0.5s ease;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: -100%;
}.cC_price_item_element .VL_cost_fee:hover .gZ_cert_cost {
    transform: scale(1.05);
}.cC_price_item_element .VL_cost_fee:hover .gZ_cert_cost::before {
    left: 100%;
}

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

@media (max-width: 992px) {.cC_price_item_element h2 {
    font-size: calc(33px - 4px);
}.cC_price_item_element .LP_bundle_price {
    margin-bottom: 30px;
    font-size: 14px;
}.cC_price_item_element .en_pay_plans {
    padding: 25px;
}
}

@media (max-width: 768px) {.cC_price_item_element {
    padding: 60px 0;
}.cC_price_item_element .hA_cert_fees {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.cC_price_item_element .Ht_trial_rates h4 {
    font-size: 21px;
}.cC_price_item_element .gZ_cert_cost {
    font-size: 21px;
}
}

@media (max-width: 576px) {.cC_price_item_element {
    padding: 50px 0;
}.cC_price_item_element h2 {
    font-size: calc(33px - 6px);
}.cC_price_item_element .LP_bundle_price {
    font-size: calc(14px - 1px);
}.cC_price_item_element .en_pay_plans {
    padding: 20px;
}.cC_price_item_element .Ht_trial_rates p {
    font-size: calc(14px - 1px);
}}.TR_contact_form_section {
    background-color: rgb(228,215,237);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.TR_contact_form_section::before {
    width: 100%;
    background: linear-gradient(120deg, rgb(206,177,217,0.5) 0%, transparent 75%);
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.15;
    height: 100%;
    content: "";
}.TR_contact_form_section::after {
    position: absolute;
    background: linear-gradient(240deg, rgb(171,139,193,0.5) 0%, transparent 70%);
    content: "";
    width: 70%;
    right: 0;
    bottom: 0;
    height: 70%;
    opacity: 0.1;
}.TR_contact_form_section .container {
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.TR_contact_form_section h2 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 31px;
    text-align: center;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
}.TR_contact_form_section .Qm_reach_list {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    border-radius: 29px;
    background: #ffffff;
    margin-top: 50px;
}.TR_contact_form_section .MY_img_overlay {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    flex: 0 0 40%;
}.TR_contact_form_section .MY_img_overlay::after {
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}.TR_contact_form_section .oK_request_section {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}.TR_contact_form_section .oK_request_section::before {
    left: 0;
    background: linear-gradient(to bottom, rgb(206,177,217), rgb(171,139,193));
    border-radius: 2.5px;
    width: 5px;
    content: "";
    top: 40px;
    height: calc(100% - 80px);
    position: absolute;
}.TR_contact_form_section form {
    width: 100%;
    padding-left: 25px;
}.TR_contact_form_section form h3 {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 35px;
}.TR_contact_form_section form input[type="text"] {
    background: rgb(228,215,237);
    margin-bottom: 20px;
    font-size: 18px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    width: 100%;
    border: none;
    transition: all 0.3s ease;
    padding: 18px 25px;
    color: #000000;
}.TR_contact_form_section form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(206,177,217,0.5);
    background: rgba(rgb(206,177,217), 0.05);
    outline: none;
}.TR_contact_form_section form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.TR_contact_form_section .mw_reach_info {
    align-items: flex-start;
    margin: 10px 0 30px;
    display: flex;
}.TR_contact_form_section .mw_reach_info input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.TR_contact_form_section .mw_reach_info label {
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    padding-left: 35px;
}.TR_contact_form_section .mw_reach_info label::before {
    position: absolute;
    border-radius: 10px;
    top: 2px;
    transition: all 0.2s ease;
    content: "";
    left: 0;
    height: 22px;
    border: 2px solid rgb(206,177,217,0.5);
    width: 22px;
}.TR_contact_form_section .mw_reach_info input[type="checkbox"]:checked + label::before {
    background-color: rgb(206,177,217);
    border-color: rgb(206,177,217);
}.TR_contact_form_section .mw_reach_info input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    top: 9px;
    transform: rotate(45deg);
    left: 8px;
    border-right: 2px solid #ffffff;
    height: 11px;
    position: absolute;
    content: "";
    width: 6px;
}.TR_contact_form_section .mw_reach_info label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(206,177,217);
}.TR_contact_form_section .mw_reach_info label a:hover {
    text-decoration: underline;
    color: rgb(171,139,193);
}.TR_contact_form_section form .Rh_request_widget {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border: none;
    display: inline-block;
    font-weight: 600;
    background: linear-gradient(45deg, rgb(206,177,217), rgb(171,139,193));
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    padding: 15px 35px;
    font-size: 17px;
}.TR_contact_form_section form .Rh_request_widget::before {
    width: 120%;
    transition: all 0.4s ease;
    transform: rotate(45deg) translateX(-200%);
    height: 120%;
    top: -10%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: -10%;
    content: "";
}.TR_contact_form_section form .Rh_request_widget:hover {
    box-shadow: 0 8px 15px rgba(rgb(206,177,217), 0.3);
    transform: translateY(-2px);
}.TR_contact_form_section form .Rh_request_widget:hover::before {
    transform: rotate(45deg) translateX(200%);
}.TR_contact_form_section svg {
    width: 22px;
    height: 22px;
    fill: rgb(206,177,217);
}.TR_contact_form_section svg path {
    fill: rgb(206,177,217);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.TR_contact_form_section .oK_request_section {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.TR_contact_form_section .MY_img_overlay {
    min-height: 300px;
    flex: 0 0 100%;
}.TR_contact_form_section .oK_request_section {
    flex: 0 0 100%;
}.TR_contact_form_section .oK_request_section::before {
    top: 0;
    background: linear-gradient(to right, rgb(206,177,217), rgb(171,139,193));
    left: 40px;
    height: 5px;
    width: calc(100% - 80px);
}.TR_contact_form_section form {
    padding-top: 25px;
    padding-left: 0;
}
}

@media screen and (max-width: 767px) {.TR_contact_form_section {
    padding: 70px 0;
}.TR_contact_form_section .MY_img_overlay {
    min-height: 250px;
}.TR_contact_form_section .oK_request_section {
    padding: 40px 30px;
}.TR_contact_form_section .oK_request_section::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.TR_contact_form_section {
    padding: 50px 0;
}.TR_contact_form_section h2 {
    font-size: calc(31px * 0.8);
}.TR_contact_form_section .MY_img_overlay {
    min-height: 200px;
}.TR_contact_form_section .oK_request_section {
    padding: 30px 20px;
}.TR_contact_form_section .oK_request_section::before {
    width: calc(100% - 40px);
    left: 20px;
}.TR_contact_form_section form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.TR_contact_form_section form input[type="text"] {
    padding: 15px 20px;
}.TR_contact_form_section form .Rh_request_widget {
    text-align: center;
    width: 100%;
}}.Mm_stay_updated {
    z-index: 1;
    overflow: visible;
    padding: 7rem 3rem 5rem;
    position: relative;
    margin: 5rem 0 5rem;
    background: rgb(228,215,237);
}.Mm_stay_updated::before {
    background: linear-gradient(135deg, rgb(206,177,217,0.5) 0%, rgb(171,139,193,0.5) 100%);
    width: 90%;
    height: calc(100% + 60px);
    position: absolute;
    opacity: 0.1;
    z-index: -2;
    content: "";
    top: -30px;
    transform: skewY(-3deg);
    left: 5%;
}.Mm_stay_updated::after {
    z-index: -1;
    width: 80%;
    transform: skewY(2deg) translateY(-20px);
    top: 10px;
    content: "";
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    height: calc(100% + 40px);
    right: 0;
    background: #ffffff;
    position: absolute;
}.Mm_stay_updated .container {
    z-index: 3;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}.Mm_stay_updated .jZ_creds_block {
    flex-direction: column;
    position: relative;
    display: flex;
}.Mm_stay_updated .jZ_creds_block::before {
    opacity: 0.3;
    transform: rotate(-15deg);
    background: rgb(206,177,217,0.5);
    width: 120px;
    height: 120px;
    z-index: -1;
    content: "";
    animation: floatElement 8s ease-in-out infinite;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    position: absolute;
    top: -40px;
    left: -20px;
}.Mm_stay_updated .jZ_creds_block::after {
    height: 40px;
    opacity: 0.2;
    filter: blur(5px);
    animation: pulseElement 4s ease-in-out infinite alternate;
    bottom: -30px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgb(171,139,193);
    right: 10%;
    width: 40px;
}.Mm_stay_updated p {
    position: relative;
    align-self: flex-start;
    transform: translateX(40%);
    margin-bottom: 3rem;
    max-width: 60%;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 29px;
    line-height: 1.3;
    font-weight: 700;
}.Mm_stay_updated p::before {
    background: rgb(206,177,217);
    transform: translateY(-50%);
    position: absolute;
    left: -60px;
    top: 50%;
    content: "";
    height: 3px;
    width: 40px;
}.Mm_stay_updated .input_holder {
    border-radius: 13px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    max-width: 70%;
    transform: translateY(30px);
    align-items: stretch;
    position: relative;
    align-self: flex-end;
}.Mm_stay_updated .input_holder::before {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    left: 0;
    z-index: -1;
    background: #ffffff;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
}.Mm_stay_updated .kb_sub_tile {
    padding: 1.5rem;
    outline: none;
    font-family: Arial, sans-serif;
    z-index: 1;
    font-size: 18px;
    background: transparent;
    color: #000000;
    border: none;
    flex: 1;
}.Mm_stay_updated .Rh_request_widget {
    font-size: 14px;
    z-index: 1;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 1.5rem 2.5rem;
    overflow: hidden;
    border: none;
    font-weight: 600;
    background: rgb(206,177,217);
    cursor: pointer;
    transition: all 0.3s ease;
}.Mm_stay_updated .Rh_request_widget::before {
    width: 100%;
    transition: all 0.5s ease;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    transform: translateX(-100%) skewX(-15deg);
    top: 0;
    background: rgb(171,139,193);
}.Mm_stay_updated .Rh_request_widget:hover {
    color: #ffffff;
}.Mm_stay_updated .Rh_request_widget:hover::before {
    transform: translateX(0) skewX(-15deg);
}

@keyframes floatElement {
    0%, 100% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, -15px);
    }
}

@keyframes pulseElement {
    0% {
        transform: scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.Mm_stay_updated {
    padding: 6rem 2rem 4rem;
    margin: 6rem 0 8rem;
}.Mm_stay_updated p {
    transform: translateX(30%);
    font-size: calc(29px * 0.9);
    max-width: 70%;
}.Mm_stay_updated p::before {
    width: 30px;
    left: -40px;
}.Mm_stay_updated .input_holder {
    max-width: 80%;
}
}

@media (max-width: 768px) {.Mm_stay_updated {
    margin: 5rem 0 7rem;
    padding: 5rem 1.5rem 3rem;
}.Mm_stay_updated p {
    margin-bottom: 2rem;
    transform: translateX(5%);
    max-width: 90%;
    font-size: 19px;
}.Mm_stay_updated p::before {
    width: 15px;
    left: -20px;
}.Mm_stay_updated .input_holder {
    flex-direction: column;
    max-width: 95%;
    transform: translateY(20px);
}.Mm_stay_updated .kb_sub_tile {
    width: 100%;
    padding: 1.2rem;
    border-bottom: 1px solid rgb(206,177,217,0.5);
}.Mm_stay_updated .Rh_request_widget {
    padding: 1.2rem;
    width: 100%;
}.Mm_stay_updated::before {
    height: calc(100% + 40px);
    top: -20px;
    left: 2.5%;
    width: 95%;
}.Mm_stay_updated::after {
    width: 90%;
}
}

@media (max-width: 576px) {.Mm_stay_updated {
    padding: 4rem 1rem 2rem;
    margin: 4rem 0 6rem;
}.Mm_stay_updated p {
    transform: none;
    max-width: 100%;
}.Mm_stay_updated p::before {
    display: none;
}.Mm_stay_updated .input_holder {
    max-width: 100%;
    transform: translateY(15px);
}.Mm_stay_updated .kb_sub_tile,
    .Mm_stay_updated .Rh_request_widget {
    padding: 1rem;
}.Mm_stay_updated::before,
    .Mm_stay_updated::after {
    transform: none;
}.Mm_stay_updated .jZ_creds_block::before {
    height: 80px;
    width: 80px;
}}.Pj_course_program_info {
    background: linear-gradient(135deg, rgb(228,215,237) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
}.Pj_course_program_info::before {
    opacity: 0.6;
    right: -5%;
    z-index: 1;
    height: 70%;
    top: -10%;
    filter: blur(20px);
    background: linear-gradient(45deg, rgb(206,177,217,0.5) 0%, rgb(171,139,193,0.5) 100%);
    transform: rotate(-15deg) skew(10deg);
    position: absolute;
    content: "";
    width: 50%;
}.Pj_course_program_info::after {
    opacity: 0.4;
    height: 60%;
    z-index: 1;
    position: absolute;
    transform: rotate(15deg) skew(-10deg);
    filter: blur(20px);
    content: "";
    left: -5%;
    width: 40%;
    bottom: -10%;
    background: linear-gradient(225deg, rgb(171,139,193,0.5) 0%, rgb(206,177,217,0.5) 100%);
}.Pj_course_program_info .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.Pj_course_program_info h2 {
    font-weight: 700;
    font-size: 28px;
    position: relative;
    color: #000000;
    max-width: 80%;
    margin-bottom: 50px;
    transform: translateX(-5px);
}.Pj_course_program_info h2::after {
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 80px;
    content: "";
    background: rgb(206,177,217);
    transform-origin: left center;
    bottom: -15px;
    left: 0;
    position: absolute;
    transform: scaleX(1);
}.Pj_course_program_info h2:hover::after {
    transform: scaleX(1.5);
}.Pj_course_program_info .fR_program_map {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
}.Pj_course_program_info .MY_img_overlay {
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    height: 400px;
}.Pj_course_program_info .MY_img_overlay::before {
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    transition: opacity 0.5s ease;
    height: 100%;
    left: 0;
    opacity: 0.4;
    background: linear-gradient(to right, rgb(206,177,217,0.5) 0%, transparent 100%);
}.Pj_course_program_info .MY_img_overlay:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) scale(1.02);
}.Pj_course_program_info .MY_img_overlay:hover::before {
    opacity: 0.2;
}.Pj_course_program_info .Bs_note_holder {
    padding: 20px 0;
    position: relative;
}.Pj_course_program_info .description {
    position: relative;
    transition: all 0.3s ease;
    font-size: 13px;
    border-left: 2px solid rgb(171,139,193,0.5);
    padding-left: 20px;
    margin-bottom: 25px;
    line-height: 1.7;
    color: #000000;
}.Pj_course_program_info .description:first-child {
    font-size: calc(13px * 1.05);
    font-weight: 600;
}.Pj_course_program_info .description:last-child {
    transform: translateY(5px);
    opacity: 0.85;
}.Pj_course_program_info .description::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(206,177,217);
}.Pj_course_program_info .description:hover {
    border-left-color: rgb(206,177,217);
    transform: translateX(5px);
}

@media (min-width: 768px) {.Pj_course_program_info h2 {
    max-width: 70%;
    font-size: calc(28px * 1.1);
}.Pj_course_program_info .fR_program_map {
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.Pj_course_program_info .MY_img_overlay {
    height: 500px;
}.Pj_course_program_info .Bs_note_holder {
    padding: 20px 0 20px 20px;
}
}

@media (min-width: 992px) {.Pj_course_program_info {
    padding: 150px 0 100px;
}.Pj_course_program_info h2 {
    transform: translateX(-10px);
    margin-bottom: 70px;
    max-width: 60%;
}.Pj_course_program_info .fR_program_map {
    gap: 80px;
}.Pj_course_program_info .MY_img_overlay {
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.Pj_course_program_info .Bs_note_holder {
    overflow-y: auto;
    max-height: 600px;
    scrollbar-color: rgb(171,139,193) #ffffff;
    scrollbar-width: thin;
    padding: 40px 0 40px 40px;
}.Pj_course_program_info .Bs_note_holder::-webkit-scrollbar {
    width: 6px;
}.Pj_course_program_info .Bs_note_holder::-webkit-scrollbar-track {
    background: #ffffff;
}.Pj_course_program_info .Bs_note_holder::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(171,139,193);
}.Pj_course_program_info .description {
    padding-left: 30px;
    margin-bottom: 30px;
}
}

@media (min-width: 1200px) {.Pj_course_program_info h2 {
    font-size: calc(28px * 1.2);
    max-width: 50%;
}.Pj_course_program_info .fR_program_map {
    grid-template-columns: 45% 55%;
}.Pj_course_program_info .MY_img_overlay {
    height: 650px;
}.Pj_course_program_info .Bs_note_holder {
    max-height: 650px;
    padding: 60px 0 60px 60px;
}.Pj_course_program_info .description {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}.Pj_course_program_info .description:first-child {
    font-size: calc(13px * 1.1);
}
}

@media (max-width: 767px) {.Pj_course_program_info {
    padding: 80px 0 50px;
}.Pj_course_program_info h2 {
    margin-bottom: 40px;
    max-width: 100%;
    font-size: calc(28px * 0.9);
}.Pj_course_program_info .MY_img_overlay {
    height: 300px;
    transform: perspective(1000px) rotateY(-1deg) translateZ(0);
}.Pj_course_program_info .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
    padding-left: 15px;
}}footer {
    position: relative;
    width: 100%;
}.Se_sustain_cta {
    padding: 100px 0 30px;
    color: #000000;
    position: relative;
    background-color: rgb(228,215,237);
    font-family: Arial, sans-serif;
}.Se_sustain_cta::before {
    height: 120px;
    background-color: rgb(206,177,217,0.5);
    top: 0;
    left: 0;
    position: absolute;
    background-size: 100px 100px;
    content: "";
    background: 
        linear-gradient(135deg, rgb(228,215,237) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(228,215,237) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(228,215,237) 25%, transparent 25%),
        linear-gradient(45deg, rgb(228,215,237) 25%, transparent 25%);
    width: 100%;
}footer .Wi_sample_docs {
    z-index: 1;
    position: relative;
    margin-top: -70px;
}footer .tX_contact_query {
    border-radius: 29px;
    margin-bottom: 60px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    background-color: #ffffff;
    position: relative;
    z-index: 2;
    justify-content: space-between;
    padding: 25px;
    transform: translateY(-30px);
    flex-wrap: wrap;
}footer .info_item {
    border-radius: 10px;
    position: relative;
    background-color: rgb(228,215,237);
    flex: 1 1 200px;
    transition: all 0.3s ease;
    padding: 10px 15px;
    margin: 10px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item::before {
    background-color: rgb(206,177,217);
    height: 100%;
    border-radius: 3px 0 0 3px;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    opacity: 0;
    width: 3px;
    transition: opacity 0.3s ease;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(206,177,217);
    vertical-align: middle;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
    vertical-align: middle;
    font-size: 13px;
    display: inline-block;
}footer .info_item a:hover {
    color: rgb(206,177,217);
}footer .text_main_holder {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
}footer .text_main_holder::before {
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    background-color: #ffffff;
    height: calc(100% + 80px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 29px;
    top: -40px;
}footer .Pv_head_lesson {
    position: relative;
    padding: 0 30px;
}footer .Pv_head_lesson::after {
    background: linear-gradient(90deg, rgb(206,177,217), transparent);
    position: absolute;
    left: 30px;
    height: 1px;
    content: "";
    right: 30px;
    bottom: -15px;
}footer .Pv_head_lesson svg {
    height: 45px;
    width: auto;
    margin-bottom: 15px;
}footer .Sz_pitch_comp {
    line-height: 1.6;
    font-size: 12px;
    max-width: 330px;
    color: #000000;
}footer .lT_main_class {
    border-radius: 29px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-left: 20px;
    position: relative;
    padding: 30px;
    background-color: rgb(228,215,237);
    margin-top: -10px;
    margin-right: 20px;
    z-index: 1;
}footer .lT_main_class h5 {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
}footer .lT_main_class h5::after {
    height: 2px;
    background-color: rgb(206,177,217);
    position: absolute;
    width: 50px;
    bottom: -7px;
    left: 0;
    content: "";
}footer .yF_head_pro {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}footer .yF_head_pro a {
    position: relative;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    color: #000000;
    transition: all 0.3s ease;
    padding: 8px 0;
}footer .yF_head_pro a::after {
    position: absolute;
    bottom: 5px;
    width: 0;
    content: "";
    left: 0;
    height: 2px;
    background-color: rgb(206,177,217);
    transition: width 0.3s ease;
}footer .yF_head_pro a:hover {
    transform: translateX(5px);
    color: rgb(206,177,217);
}footer .yF_head_pro a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    margin-top: -10px;
    background-color: rgb(206,177,217);
    margin-left: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 0;
    padding: 30px;
    border-radius: 29px;
    margin-right: 40px;
    color: #ffffff;
}footer .subscribe_holder::before {
    position: absolute;
    top: -15px;
    content: "";
    background-color: rgb(206,177,217);
    right: 30px;
    width: 30px;
    transform: rotate(45deg);
    height: 30px;
    z-index: -1;
}footer .subscribe_holder h5 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    border: none;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 14px 16px;
    transition: background-color 0.3s ease;
    font-size: 13px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .HM_sub_codes {
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 14px;
    border: none;
    padding: 14px 20px;
    border-radius: 10px;
    background-color: #000000;
    font-weight: 600;
}footer .HM_sub_codes:hover {
    background-color: rgb(171,139,193);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .Ii_verify_cta {
    margin-top: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}footer .Na_slack_invite {
    font-size: 12px;
    border-radius: 30px;
    background-color: #ffffff;
    padding: 8px 20px;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .yF_head_pro {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .HM_sub_codes {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .lT_main_class {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .Se_sustain_cta {
    padding: 80px 0 30px;
}footer .tX_contact_query {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .lT_main_class, footer .subscribe_holder {
    margin-right: 10px;
    margin-left: 10px;
    padding: 25px 20px;
}footer .Ii_verify_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .Se_sustain_cta {
    padding: 60px 0 20px;
}footer .tX_contact_query {
    transform: translateY(-20px);
    padding: 15px;
    margin-bottom: 40px;
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .Pv_head_lesson {
    padding: 0 20px;
}footer .Pv_head_lesson::after {
    right: 20px;
    left: 20px;
}footer .lT_main_class h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .yF_head_pro a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .HM_sub_codes {
    padding: 12px 15px;
}}.PI_about_this {
    background: rgb(228,215,237);
    padding: 4rem 0;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}.PI_about_this::before {
    transform: rotate(-15deg) skew(15deg);
    z-index: 1;
    right: -5%;
    opacity: 0.2;
    height: 70%;
    background: linear-gradient(135deg, rgb(206,177,217,0.5), rgb(171,139,193,0.5));
    animation: float 15s infinite ease-in-out;
    content: "";
    top: -10%;
    width: 45%;
    position: absolute;
}.PI_about_this::after {
    z-index: 1;
    content: "";
    transform: rotate(15deg) skew(-15deg);
    animation: float 20s infinite ease-in-out reverse;
    height: 70%;
    width: 45%;
    position: absolute;
    opacity: 0.15;
    left: -5%;
    background: linear-gradient(225deg, rgb(171,139,193,0.5), rgb(206,177,217,0.5));
    bottom: -10%;
}.PI_about_this .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}.PI_about_this h1 {
    font-weight: 700;
    animation: fadeInUp 0.8s 0.2s forwards ease-out;
    color: #000000;
    font-size: 39px;
    position: relative;
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    margin-bottom: 2.5rem;
}.PI_about_this h1::after {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    width: 80px;
    background: linear-gradient(90deg, rgb(206,177,217), rgb(171,139,193));
    content: "";
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -0.75rem;
}.PI_about_this .kh_knowledge_learning {
    position: relative;
}.PI_about_this .kh_knowledge_learning ul {
    display: grid;
    padding: 0;
    list-style: none;
    margin: 0;
    grid-template-columns: 1fr;
    gap: 3rem;
}.PI_about_this .cX_expert_learning {
    opacity: 0;
    animation: fadeInUp 0.8s 0.4s forwards ease-out;
    padding: 2.5rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    transform: translateY(20px);
}.PI_about_this .cX_expert_learning:nth-child(2) {
    animation-delay: 0.6s;
}.PI_about_this .cX_expert_learning::before {
    left: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent 97%, rgb(206,177,217,0.5));
    opacity: 0.3;
    height: 100%;
    transition: transform 0.4s ease, opacity 0.4s ease;
    top: 0;
    transform: translate(8px, 8px);
    position: absolute;
    content: "";
    width: 100%;
}.PI_about_this .cX_expert_learning:hover {
    transform: translateY(15px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.PI_about_this .cX_expert_learning:hover::before {
    opacity: 0.4;
    transform: translate(12px, 12px);
}.PI_about_this .cX_expert_learning h4 {
    font-size: calc(20px * 1.1);
    color: rgb(206,177,217);
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 600;
    padding-bottom: 0.75rem;
}.PI_about_this .cX_expert_learning h4::after {
    width: 40px;
    left: 0;
    transition: width 0.4s ease;
    bottom: 0;
    content: "";
    position: absolute;
    background: rgb(171,139,193);
    height: 2px;
}.PI_about_this .cX_expert_learning:hover h4::after {
    width: 60px;
}.PI_about_this .cX_expert_learning div {
    padding-right: 0.75rem;
    max-height: 300px;
    color: #000000;
    overflow-y: auto;
    font-size: 12px;
    line-height: 1.75;
}.PI_about_this .cX_expert_learning div::-webkit-scrollbar {
    width: 4px;
}.PI_about_this .cX_expert_learning div::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
}.PI_about_this .cX_expert_learning div::-webkit-scrollbar-thumb {
    background: rgb(171,139,193,0.5);
    border-radius: 2px;
}

@media (min-width: 768px) {.PI_about_this {
    padding: 6rem 0;
}.PI_about_this h1 {
    margin-bottom: 3.5rem;
    text-align: left;
    font-size: calc(39px * 1.2);
}.PI_about_this h1::after {
    transform: none;
    width: 100px;
    left: 0;
}.PI_about_this .kh_knowledge_learning ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.PI_about_this .cX_expert_learning {
    padding: 3rem;
}.PI_about_this .cX_expert_learning div {
    max-height: 400px;
}
}

@media (min-width: 1024px) {.PI_about_this::before {
    width: 35%;
    height: 60%;
}.PI_about_this::after {
    width: 35%;
    height: 60%;
}.PI_about_this .container {
    padding: 0 3rem;
}.PI_about_this h1 {
    font-size: calc(39px * 1.4);
}.PI_about_this .kh_knowledge_learning ul {
    gap: 3.5rem;
}.PI_about_this .cX_expert_learning {
    padding: 3.5rem;
}.PI_about_this .cX_expert_learning h4 {
    margin-bottom: 2rem;
    font-size: calc(20px * 1.2);
}.PI_about_this .cX_expert_learning div {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1440px) {.PI_about_this {
    padding: 8rem 0;
}.PI_about_this .container {
    max-width: 1400px;
}.PI_about_this .cX_expert_learning {
    padding: 4rem;
}.PI_about_this .cX_expert_learning div {
    max-height: 450px;
}}

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

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-15deg) skew(15deg) translate(-15px, 15px);
    }
}.Po_title_board {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(228,215,237) 0%, rgb(171,139,193,0.5) 100%);
}.Po_title_board::before {
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: 50px 50px;
    background: 
    linear-gradient(45deg, transparent 45%, rgb(206,177,217,0.5) 45%, rgb(206,177,217,0.5) 55%, transparent 55%),
    linear-gradient(-45deg, transparent 45%, rgb(171,139,193,0.5) 45%, rgb(171,139,193,0.5) 55%, transparent 55%);
    position: absolute;
    content: "";
    opacity: 0.03;
    animation: backgroundShift 60s linear infinite;
    top: 0;
}.Po_title_board::after {
    background: rgb(206,177,217);
    transform: rotate(-15deg);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    width: 40vw;
    top: -10%;
    content: "";
    animation: floatBubble 20s ease-in-out infinite alternate;
    right: -10%;
    opacity: 0.03;
    height: 40vw;
    z-index: 0;
}.Po_title_board .Zl_learn_intro {
    width: 90%;
    position: relative;
    max-width: 1200px;
    gap: 2rem;
    grid-template-columns: 1fr;
    z-index: 2;
    display: grid;
}.Po_title_board .Zl_learn_intro > div:first-child {
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    padding: 1.5rem 2rem;
    transform: translateY(1rem);
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.Po_title_board .Zl_learn_intro > div:first-child::before {
    position: absolute;
    left: 0;
    animation: growLine 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    top: 0;
    content: "";
    width: 5px;
    background: rgb(206,177,217);
}.Po_title_board .Zl_learn_intro > div:first-child p {
    letter-spacing: 0.015em;
    margin: 0;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 600;
    font-size: calc(18px * 1.1);
}.Po_title_board .fC_method_edu {
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    opacity: 0;
    transform: translateY(1rem);
    position: relative;
}.Po_title_board .fC_method_edu > div {
    position: relative;
    border-radius: 10px;
    padding: 3rem 2.5rem;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}.Po_title_board .fC_method_edu > div::before {
    left: 0;
    z-index: 1;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    content: "";
}.Po_title_board .fC_method_edu > div h3 {
    position: relative;
    font-weight: 400;
    animation: fadeIn 0.8s ease-out 0.8s both;
    font-family: Arial, sans-serif;
    font-size: calc(18px * 0.95);
    line-height: 1.5;
    max-width: 85%;
    color: #ffffff;
    z-index: 2;
    margin: 0 0 2rem;
}.Po_title_board .fC_method_edu > div > div {
    position: relative;
    z-index: 2;
}.Po_title_board .fC_method_edu .title_style_header {
    font-size: clamp(2rem, 5vw, 46px);
    opacity: 0;
    line-height: 1.2;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
    letter-spacing: 0.02em;
    animation: slideUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    transform: translateY(0.5rem);
}.Po_title_board .fC_method_edu > div > div > div {
    position: relative;
    margin-top: 1.5rem;
}.Po_title_board .fC_method_edu > div > div > div::before {
    position: absolute;
    transform-origin: left;
    animation: growLine 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s forwards;
    height: 4px;
    left: 0;
    content: "";
    bottom: -1.5rem;
    width: 60px;
    transform: scaleX(0);
    background: rgb(206,177,217);
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@keyframes backgroundShift {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 500px 500px;
  }
}

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

@media (min-width: 768px) {.Po_title_board .Zl_learn_intro {
    align-items: center;
    grid-template-columns: 0.4fr 0.6fr;
    gap: 3rem;
}.Po_title_board .Zl_learn_intro > div:first-child {
    margin-top: -2rem;
    padding: 2rem 2.5rem;
}.Po_title_board .Zl_learn_intro > div:first-child p {
    font-size: calc(18px * 1.2);
}.Po_title_board .fC_method_edu > div {
    display: flex;
    padding: 4rem 3rem;
    flex-direction: column;
    justify-content: center;
    min-height: 320px;
}.Po_title_board .fC_method_edu > div h3 {
    margin-bottom: 2.5rem;
    font-size: 18px;
    max-width: 80%;
}.Po_title_board .fC_method_edu > div > div > div::before {
    width: 80px;
    height: 5px;
}
}

@media (min-width: 992px) {.Po_title_board .Zl_learn_intro {
    grid-template-columns: 0.35fr 0.65fr;
}.Po_title_board .Zl_learn_intro > div:first-child {
    animation: slideRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    transform: translateX(-1rem);
    opacity: 0;
}.Po_title_board .fC_method_edu {
    animation: slideLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    transform: translateX(1rem);
    opacity: 0;
}.Po_title_board .fC_method_edu > div {
    padding: 5rem 4rem;
    min-height: 380px;
}.Po_title_board .fC_method_edu > div h3 {
    max-width: 75%;
    font-size: calc(18px * 1.1);
}.Po_title_board .fC_method_edu > div > div > div::before {
    width: 100px;
}
}

@keyframes slideRight {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideLeft {
  from {
    transform: translateX(1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (hover: hover) {.Po_title_board .fC_method_edu > div {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.Po_title_board .fC_method_edu > div:hover {
    transform: translateY(-5px);
}.Po_title_board .fC_method_edu > div:hover .title_style_header {
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: text-shadow 0.5s ease;
}.Po_title_board .Zl_learn_intro > div:first-child {
    transition: box-shadow 0.5s ease, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.Po_title_board .Zl_learn_intro > div:first-child:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}
}

@media (max-width: 767px) {.Po_title_board {
    padding: 4rem 1rem;
}.Po_title_board .Zl_learn_intro > div:first-child {
    padding: 1.25rem 1.5rem;
}.Po_title_board .fC_method_edu > div {
    padding: 2.5rem 1.5rem;
}.Po_title_board .fC_method_edu > div h3 {
    margin-bottom: 1.5rem;
    max-width: 100%;
    font-size: calc(17px * 1.1);
}.Po_title_board .fC_method_edu .title_style_header {
    font-size: calc(30px * 0.9);
}}.eE_appDiv {
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(171,139,193,0.5), rgb(206,177,217,0.5));
    padding: 6rem 0;
    overflow: hidden;
}.eE_appDiv::before {
    position: absolute;
    pointer-events: none;
    width: 100%;
    opacity: 0.1;
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(171,139,193,0.5) 0px,
        rgb(171,139,193,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    z-index: 1;
    content: "";
    left: 0;
}.eE_appDiv::after {
    position: absolute;
    height: 80%;
    opacity: 0.4;
    right: -10%;
    content: "";
    transform: rotate(-15deg);
    background: radial-gradient(
        circle at center,
        rgb(206,177,217,0.5) 0%,
        transparent 70%
    );
    top: -10%;
    width: 80%;
    z-index: 0;
}.eE_appDiv .container {
    max-width: 1200px;
    padding: 0 2rem;
    transform: translateZ(0);
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    margin: 0 auto;
}.eE_appDiv h2 {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
    max-width: 90%;
    transform: translateZ(30px);
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    font-size: 28px;
}.eE_appDiv h2::after {
    width: 8rem;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    bottom: -1rem;
    left: 0;
    transform: scaleX(1);
    background: linear-gradient(to right, rgb(206,177,217), rgb(171,139,193));
    transform-origin: left;
    height: 0.3rem;
}.eE_appDiv .jZ_creds_block {
    transform: translateZ(10px) rotateX(2deg);
    border-left: 4px solid rgb(206,177,217);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    padding: 3rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 8px 16px rgba(0, 0, 0, 0.05),
        0 4px 8px rgba(0, 0, 0, 0.025);
    background: #ffffff;
    backdrop-filter: blur(5px);
    position: relative;
    transform-style: preserve-3d;
}.eE_appDiv .jZ_creds_block::before {
    opacity: 0.5;
    position: absolute;
    z-index: 0;
    border: 1px dashed rgb(171,139,193,0.5);
    bottom: 1rem;
    pointer-events: none;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    content: "";
}.eE_appDiv .jZ_creds_block:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) rotateX(0deg);
}.eE_appDiv ul {
    z-index: 1;
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}.eE_appDiv li {
    transform: translateZ(5px);
    position: relative;
    margin-bottom: 1rem;
}.eE_appDiv li::before {
    top: 0.5rem;
    width: 0.8rem;
    height: 0.8rem;
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "";
    border-radius: 0.2rem;
    position: absolute;
    background: linear-gradient(135deg, rgb(206,177,217), rgb(171,139,193));
    left: -2rem;
    opacity: 0;
    transform: rotate(45deg);
}.eE_appDiv li:hover::before {
    opacity: 1;
    transform: rotate(45deg) scale(1.2);
}.eE_appDiv span {
    transition: padding-left 0.3s ease;
    font-family: Arial, sans-serif;
    display: block;
    position: relative;
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
    padding-left: 0;
}.eE_appDiv span::after {
    bottom: -0.8rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    transform-origin: left;
    position: absolute;
    height: 1px;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(171,139,193,0.5), transparent);
    width: 100%;
}.eE_appDiv li:hover span {
    padding-left: 0.5rem;
}.eE_appDiv li:hover span::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.eE_appDiv {
    padding: 5rem 0;
}.eE_appDiv .jZ_creds_block {
    padding: 2.5rem;
    transform: translateZ(5px) rotateX(1deg);
}.eE_appDiv h2 {
    font-size: calc(28px * 0.9);
    transform: translateZ(20px);
    max-width: 100%;
}
}

@media (max-width: 767px) {.eE_appDiv {
    padding: 4rem 0;
}.eE_appDiv .container {
    padding: 0 1.5rem;
}.eE_appDiv .jZ_creds_block {
    padding: 2rem;
    transform: translateZ(0) rotateX(0deg);
}.eE_appDiv h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
    transform: translateZ(10px);
}.eE_appDiv h2::after {
    width: 6rem;
    height: 0.25rem;
}.eE_appDiv span {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 575px) {.eE_appDiv {
    padding: 3rem 0;
}.eE_appDiv .container {
    padding: 0 1rem;
}.eE_appDiv .jZ_creds_block {
    padding: 1.5rem;
    border-left-width: 3px;
}.eE_appDiv h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
}.eE_appDiv h2::after {
    width: 5rem;
    height: 0.2rem;
    bottom: -0.7rem;
}.eE_appDiv span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.eE_appDiv li::before {
    height: 0.7rem;
    left: -1.5rem;
    width: 0.7rem;
}}.sf_future_students {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background-color: #edf0f8;
}.sf_future_students::before {
    height: 100%;
    content: '';
    width: 100%;
    opacity: 0.4;
    z-index: 1;
    position: absolute;
    top: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    left: 0;
}.sf_future_students .jZ_creds_block {
    text-align: center;
    position: relative;
    max-width: 1200px;
    z-index: 10;
    margin: 0 auto;
    padding: 0 30px;
}.sf_future_students h3 {
    padding: 20px 40px;
    margin-bottom: 60px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    position: relative;
    color: #000000;
    background-color: #edf0f8;
    font-size: 34px;
    display: inline-block;
    font-weight: 700;
    border-radius: 15px;
}.sf_future_students h3::after {
    height: 5px;
    width: 60px;
    border-radius: 10px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: '';
    background: linear-gradient(90deg, rgb(206,177,217), rgb(171,139,193));
}.sf_future_students ul {
    flex-wrap: wrap;
    gap: 35px;
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    justify-content: center;
}.sf_future_students ul li {
    min-width: 280px;
    text-align: left;
    border-radius: 20px;
    padding: 35px 30px;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    background-color: #edf0f8;
    width: calc(33.333% - 24px);
    transition: all 0.4s ease;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    display: flex;
}.sf_future_students ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
}.sf_future_students ul li::before {
    width: 12px;
    background: linear-gradient(135deg, rgb(206,177,217), rgb(171,139,193));
    border-radius: 50%;
    position: absolute;
    height: 12px;
    content: '';
    top: 15px;
    opacity: 0.5;
    right: 15px;
    transition: opacity 0.3s ease;
}.sf_future_students ul li:hover::before {
    opacity: 1;
}.sf_future_students ul li svg {
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    transition: all 0.4s ease;
    flex-shrink: 0;
    height: 50px;
    width: 50px;
    border-radius: 12px;
    padding: 10px;
}.sf_future_students ul li:hover svg {
    transform: scale(1.05);
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
}.sf_future_students ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(206,177,217);
}.sf_future_students ul li:hover svg path {
    fill: rgb(171,139,193);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sf_future_students ul li {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}.sf_future_students ul li:nth-child(1) {
    animation-delay: 0.1s;
}.sf_future_students ul li:nth-child(2) {
    animation-delay: 0.2s;
}.sf_future_students ul li:nth-child(3) {
    animation-delay: 0.3s;
}.sf_future_students ul li:nth-child(4) {
    animation-delay: 0.4s;
}.sf_future_students ul li:nth-child(5) {
    animation-delay: 0.5s;
}.sf_future_students ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.sf_future_students {
    padding: 80px 0;
}.sf_future_students h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.sf_future_students ul {
    gap: 25px;
}.sf_future_students ul li {
    width: calc(50% - 13px);
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.sf_future_students ul li {
    width: 100%;
    max-width: 400px;
}
}

@media (max-width: 576px) {.sf_future_students {
    padding: 60px 0;
}.sf_future_students h3 {
    font-size: calc(34px * 0.85);
    margin-bottom: 40px;
    padding: 15px 20px;
}.sf_future_students ul li {
    gap: 15px;
    padding: 25px 20px;
}.sf_future_students ul li svg {
    height: 40px;
    padding: 8px;
    width: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.sf_future_students ul li {
    animation: none;
    opacity: 1;
}.sf_future_students ul li:hover {
    transform: none;
}}.QC_data_insights {
    z-index: 1;
    background: linear-gradient(135deg, rgb(206,177,217,0.5) 0%, rgb(228,215,237) 50%, rgb(171,139,193,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.QC_data_insights::before {
    z-index: -1;
    height: 100%;
    content: "";
    left: 0;
    background: repeating-radial-gradient(
    circle at 10% 20%,
    rgb(206,177,217,0.5) 0%,
    transparent 40%,
    rgb(171,139,193,0.5) 80%
  );
    position: absolute;
    width: 100%;
    opacity: 0.3;
    top: 0;
}.QC_data_insights .container {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 60px;
    margin: 0 auto;
    max-width: 1200px;
}.QC_data_insights .NO_study_edge {
    grid-row: 1;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 20px;
}.QC_data_insights .Ba_statistics_advantage {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 39px;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.QC_data_insights .Ba_statistics_advantage::before {
    left: 20%;
    height: 6px;
    background: linear-gradient(90deg, transparent, rgb(206,177,217), transparent);
    content: "";
    border-radius: 10px;
    width: 60%;
    position: absolute;
    bottom: -15px;
}.QC_data_insights .wp_smart_pros {
    max-width: 800px;
    font-size: 13px;
    line-height: 1.8;
    color: #ffffff;
    margin: 0 auto;
    opacity: 0.8;
}.QC_data_insights .LE_statistics_boosters {
    grid-row: 2;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    gap: 0;
    display: flex;
    z-index: 2;
}.QC_data_insights .Ln_study_gain {
    overflow: hidden;
    height: 300px;
    max-width: 300px;
    flex: 1;
    flex-direction: column;
    min-width: 200px;
    position: relative;
    align-items: center;
    padding: 30px;
    justify-content: center;
    display: flex;
    transition: all 0.4s ease;
}.QC_data_insights .Ln_study_gain::before {
    background: rgb(228,215,237);
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
    transition: transform 0.4s ease;
    top: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    left: 0;
    transform-origin: top right;
    transform: skewY(2deg);
    width: 100%;
}.QC_data_insights .Ln_study_gain:hover::before {
    transform: skewY(-2deg);
}.QC_data_insights .Ln_study_gain::after {
    content: "";
    left: 0;
    background: rgb(206,177,217);
    position: absolute;
    transition: height 0.6s ease;
    top: 0;
    width: 3px;
    height: 0;
}.QC_data_insights .Ln_study_gain:hover::after {
    height: 100%;
}.QC_data_insights .Ln_study_gain:nth-child(2n)::after {
    background: rgb(171,139,193);
    left: auto;
    right: 0;
}.QC_data_insights .Ln_study_gain:nth-child(3n)::after {
    bottom: 0;
    width: 0;
    transform: translateX(-50%);
    transition: width 0.6s ease;
    height: 3px;
    top: auto;
    left: 50%;
}.QC_data_insights .Ln_study_gain:nth-child(3n):hover::after {
    height: 3px;
    width: 100%;
}.QC_data_insights .Ln_study_gain h4 {
    color: rgb(206,177,217);
    font-size: calc(38px * 1.8);
    position: relative;
    transition: transform 0.3s ease;
    font-weight: 700;
    margin-bottom: 15px;
}.QC_data_insights .Ln_study_gain:hover h4 {
    transform: scale(1.1);
}.QC_data_insights .Ln_study_gain:nth-child(2n) h4 {
    color: rgb(171,139,193);
}.QC_data_insights .Ln_study_gain span {
    color: #000000;
    opacity: 0.9;
    font-size: 13px;
    max-width: 100%;
    transition: transform 0.3s ease 0.1s;
    text-align: center;
    font-weight: 400;
    position: relative;
}.QC_data_insights .Ln_study_gain:hover span {
    transform: translateY(5px);
}.QC_data_insights .Ln_study_gain:nth-child(odd) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}.QC_data_insights .Ln_study_gain:nth-child(even) {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}.QC_data_insights svg {
    width: 30px;
    right: 20px;
    fill: rgb(206,177,217);
    position: absolute;
    opacity: 0.5;
    transition: all 0.3s ease;
    height: 30px;
    top: 20px;
}.QC_data_insights .Ln_study_gain:hover svg {
    transform: rotate(15deg);
    opacity: 1;
}.QC_data_insights svg path {
    fill: rgb(206,177,217);
    transition: fill 0.3s ease;
}.QC_data_insights .Ln_study_gain:nth-child(2n) svg path {
    fill: rgb(171,139,193);
}.QC_data_insights .LE_statistics_boosters::before {
    height: 0;
    width: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 3;
}

@media (max-width: 992px) {.QC_data_insights {
    padding: 70px 0;
}.QC_data_insights .LE_statistics_boosters {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.QC_data_insights .Ln_study_gain {
    height: 250px;
    min-width: 0;
    max-width: none;
}
}

@media (max-width: 768px) {.QC_data_insights {
    padding: 60px 0;
}.QC_data_insights .Ba_statistics_advantage {
    font-size: calc(38px * 1.2);
}.QC_data_insights .LE_statistics_boosters {
    grid-template-columns: 1fr;
}.QC_data_insights .Ln_study_gain {
    height: 200px;
}.QC_data_insights .Ln_study_gain h4 {
    font-size: calc(38px * 1.5);
}
}

@media (max-width: 576px) {.QC_data_insights {
    padding: 50px 0;
}.QC_data_insights .container {
    gap: 40px;
    padding: 0 15px;
}.QC_data_insights .Ba_statistics_advantage {
    font-size: 38px;
}.QC_data_insights .wp_smart_pros {
    font-size: calc(13px * 0.9);
}.QC_data_insights .Ln_study_gain {
    padding: 20px;
    height: 180px;
}.QC_data_insights .Ln_study_gain h4 {
    font-size: calc(38px * 1.3);
}.QC_data_insights .Ln_study_gain span {
    font-size: calc(13px * 0.9);
}}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.QC_data_insights .Ln_study_gain {
    animation: floatIn 0.5s ease forwards;
    opacity: 0;
}.QC_data_insights .Ln_study_gain:nth-child(1) {
    animation-delay: 0.1s;
}.QC_data_insights .Ln_study_gain:nth-child(2) {
    animation-delay: 0.2s;
}.QC_data_insights .Ln_study_gain:nth-child(3) {
    animation-delay: 0.3s;
}.QC_data_insights .Ln_study_gain:nth-child(4) {
    animation-delay: 0.4s;
}.QC_data_insights::after {
    z-index: -1;
    pointer-events: none;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
}.QC_data_insights .container::after {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    right: -50px;
    background: rgb(206,177,217,0.5);
    content: "";
    top: -50px;
    z-index: -1;
    animation: pulse 8s infinite alternate;
    width: 200px;
    height: 200px;
}

@keyframes pulse {
  0% {
    opacity: 0.1;
    transform: scale(0.8);
  }
  100% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}