* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}.JGion_wrapper-container {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1137px;
}.fcqNI_top_base {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    width: 20px;
    padding: 5px;
    scroll-behavior: smooth;
}::-webkit-scrollbar-track {
    background: linear-gradient(345deg, #ffffff 71%, rgb(255, 255, 255, 0.5) 86%, rgb(196,136,174) 76%, rgb(196,136,174,0.5) 72%, rgb(218,177,204) 15%, rgb(218,177,204,0.5) 13%, rgb(236,218,229) 46%);
    margin: 3px 0;
}::-webkit-scrollbar-thumb {
    background: rgb(196,136,174,0.5);
    border-radius: 9999px;
    min-height: 98px;
    transition: box-shadow, border-radius, transform 4.1s cubic-bezier(0.42, 0, 0.58, 1);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 3px 4px 13px 7px rgba(0, 0, 0, 0.4);
    background: rgb(255, 255, 255, 0.5);
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(236,218,229) rgb(236,218,229);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 7px;
}::-webkit-scrollbar-thumb {
    background: rgb(196,136,174);
}}

.bBJmX_collab_space {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.KQZjo_prospective_students {
    padding: 90px 0;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
}.KQZjo_prospective_students::before {
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(218,177,204,0.5) 0,
        rgb(218,177,204,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.03;
}.KQZjo_prospective_students .CrARV_impact_numbers {
    z-index: 10;
    padding: 0 30px;
    text-align: center;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
}.KQZjo_prospective_students h3 {
    color: #000000;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    padding: 0 30px;
    position: relative;
}.KQZjo_prospective_students h3::before,
.KQZjo_prospective_students h3::after {
    height: 15px;
    background-color: rgb(218,177,204,0.5);
    top: 50%;
    position: absolute;
    content: '';
    width: 15px;
    transform: translateY(-50%);
    border-radius: 50%;
}.KQZjo_prospective_students h3::before {
    left: 0;
}.KQZjo_prospective_students h3::after {
    right: 0;
}.KQZjo_prospective_students ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin: 0;
    padding: 0;
    justify-content: center;
    list-style: none;
}.KQZjo_prospective_students ul li {
    min-width: 280px;
    gap: 20px;
    position: relative;
    width: calc(33.333% - 17px);
    display: flex;
    background-color: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    z-index: 1;
    transition: all 0.4s ease;
    align-items: center;
    border-radius: 29px;
    text-align: left;
    padding: 35px 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}.KQZjo_prospective_students ul li::before {
    opacity: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(236,218,229) 100%);
    top: 0;
    left: 0;
    border-radius: 29px;
    width: 100%;
    content: '';
    z-index: -1;
    position: absolute;
}.KQZjo_prospective_students ul li:hover {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-7px) scale(1.03);
}.KQZjo_prospective_students ul li:hover::before {
    opacity: 1;
}.KQZjo_prospective_students ul li svg {
    position: relative;
    transition: all 0.4s ease;
    flex-shrink: 0;
    height: 45px;
    width: 45px;
}.KQZjo_prospective_students ul li:hover svg {
    transform: scale(1.1);
}.KQZjo_prospective_students ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(218,177,204);
}.KQZjo_prospective_students ul li:hover svg path {
    fill: rgb(196,136,174);
}.KQZjo_prospective_students ul li::after {
    right: 15px;
    transition: all 0.4s ease;
    background-color: rgb(218,177,204,0.5);
    border-radius: 50%;
    content: '';
    height: 10px;
    opacity: 0.5;
    bottom: 15px;
    position: absolute;
    width: 10px;
}.KQZjo_prospective_students ul li:hover::after {
    background-color: rgb(196,136,174,0.5);
    transform: scale(1.5);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.KQZjo_prospective_students ul li {
    opacity: 0;
    animation: slideUp 0.5s ease forwards;
}.KQZjo_prospective_students ul li:nth-child(1) {
    animation-delay: 0.1s;
}.KQZjo_prospective_students ul li:nth-child(2) {
    animation-delay: 0.2s;
}.KQZjo_prospective_students ul li:nth-child(3) {
    animation-delay: 0.3s;
}.KQZjo_prospective_students ul li:nth-child(4) {
    animation-delay: 0.4s;
}.KQZjo_prospective_students ul li:nth-child(5) {
    animation-delay: 0.5s;
}.KQZjo_prospective_students ul li:nth-child(6) {
    animation-delay: 0.6s;
}.KQZjo_prospective_students ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(218,177,204,0.5), 0.1);
}.KQZjo_prospective_students ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(196,136,174,0.5), 0.1);
}

@media (max-width: 992px) {.KQZjo_prospective_students {
    padding: 70px 0;
}.KQZjo_prospective_students h3 {
    margin-bottom: 40px;
}.KQZjo_prospective_students ul li {
    width: calc(50% - 13px);
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.KQZjo_prospective_students ul {
    gap: 20px;
}.KQZjo_prospective_students ul li {
    width: 100%;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {.KQZjo_prospective_students {
    padding: 50px 0;
}.KQZjo_prospective_students h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.85);
    padding: 0 20px;
}.KQZjo_prospective_students h3::before,
    .KQZjo_prospective_students h3::after {
    width: 10px;
    height: 10px;
}.KQZjo_prospective_students ul li {
    padding: 20px 15px;
    gap: 15px;
}.KQZjo_prospective_students ul li svg {
    height: 35px;
    width: 35px;
}
}

@media (prefers-reduced-motion: reduce) {.KQZjo_prospective_students ul li {
    animation: none;
    opacity: 1;
}.KQZjo_prospective_students ul li:hover {
    transform: none;
}.KQZjo_prospective_students ul li:hover svg {
    transform: none;
}}.hnPVC_our_background {
    overflow: hidden;
    background: linear-gradient(90deg, #000000 0%, rgb(218,177,204) 100%);
    position: relative;
    padding: 100px 0;
    z-index: 1;
}.hnPVC_our_background::before {
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%),
        repeating-linear-gradient(90deg, transparent, transparent 40px, rgba(255, 255, 255, 0.03) 40px, rgba(255, 255, 255, 0.03) 80px);
    position: absolute;
    content: "";
    z-index: -1;
}.hnPVC_our_background::after {
    top: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(255, 255, 255, 0.02) 40px, rgba(255, 255, 255, 0.02) 80px);
    width: 100%;
    left: 0;
    z-index: -1;
    content: "";
    height: 100%;
}.hnPVC_our_background .container {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.hnPVC_our_background .CrARV_impact_numbers {
    grid-template-areas: 
        "director"
        "logo"
        "text";
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    animation: fadeIn 1s ease-in-out;
    grid-template-rows: auto auto auto;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 60px;
    gap: 40px;
    text-align: center;
    background: #ffffff;
}.hnPVC_our_background .CrARV_impact_numbers::before {
    background: rgb(218,177,204);
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 5px;
    content: "";
}.hnPVC_our_background .PKOim_legacy_story {
    transform: translateY(0);
    display: flex;
    gap: 30px;
    transition: transform 0.5s ease;
    align-items: center;
    grid-area: director;
    padding-bottom: 30px;
    flex-direction: column;
    border-bottom: 1px solid rgba(rgb(218,177,204), 0.1);
}.hnPVC_our_background .PKOim_legacy_story:hover {
    transform: translateY(-5px);
}.hnPVC_our_background .PKOim_legacy_story .sVfxv_photo_show {
    margin: 0 auto;
    position: relative;
    outline: 1px solid rgba(rgb(218,177,204), 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 4px solid #ffffff;
    width: 220px;
    transition: all 0.4s ease;
    border-radius: 0;
    height: 270px;
}.hnPVC_our_background .vEPRD_training_pro {
    margin: 0 auto;
    max-width: 300px;
    border-left: 4px solid rgb(218,177,204);
    background: rgb(236,218,229);
    padding: 15px;
    text-align: center;
}.hnPVC_our_background .LxsRO_guide_approach {
    font-size: 18px;
    margin: 0 0 10px 0;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 15px;
    color: #000000;
    position: relative;
}.hnPVC_our_background .LxsRO_guide_approach::after {
    background: rgb(218,177,204);
    bottom: 0;
    width: 50px;
    position: absolute;
    content: "";
    height: 2px;
    left: 50%;
    transition: width 0.3s ease;
    transform: translateX(-50%);
}.hnPVC_our_background .bkUPZ_learning_tracks {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
}.hnPVC_our_background .alUAR_learning_creators {
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    position: relative;
    background: rgb(236,218,229);
    justify-content: center;
    display: flex;
    border-bottom: 1px solid rgba(rgb(218,177,204), 0.1);
    padding: 20px;
    grid-area: logo;
    padding-bottom: 20px;
}.hnPVC_our_background .alUAR_learning_creators::before {
    position: absolute;
    height: 100%;
    width: 4px;
    background: rgb(218,177,204);
    left: 0;
    content: "";
    top: 0;
}.hnPVC_our_background .alUAR_learning_creators svg {
    transition: transform 0.4s ease;
    width: 60px;
    height: 60px;
    fill: rgb(218,177,204);
}.hnPVC_our_background .alUAR_learning_creators svg path {
    fill: rgb(218,177,204);
}.hnPVC_our_background .fteZn_text_pill_wrap {
    margin: 0 auto;
    animation-delay: 0.3s;
    transform: translateY(20px);
    opacity: 0;
    border: 1px solid rgba(rgb(218,177,204), 0.1);
    max-width: 700px;
    padding: 30px;
    position: relative;
    animation: slideUp 0.8s ease-out forwards;
    grid-area: text;
}.hnPVC_our_background .fteZn_text_pill_wrap::before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 4px;
    background: rgb(218,177,204);
    content: "";
}.hnPVC_our_background h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 34px;
    padding-bottom: 20px;
    color: #000000;
    margin: 0 0 25px 0;
    letter-spacing: 1px;
    position: relative;
}.hnPVC_our_background h2::after {
    height: 3px;
    width: 80px;
    animation: pulseWidth 3s ease-in-out infinite;
    bottom: 0;
    left: 50%;
    background: rgb(218,177,204);
    position: absolute;
    transform: translateX(-50%);
    content: "";
}.hnPVC_our_background p {
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
    margin: 0;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@media screen and (max-width: 992px) {.hnPVC_our_background {
    padding: 80px 0;
}.hnPVC_our_background .CrARV_impact_numbers {
    padding: 50px 40px;
    gap: 35px;
}
}

@media screen and (max-width: 767px) {.hnPVC_our_background {
    padding: 60px 0;
}.hnPVC_our_background .CrARV_impact_numbers {
    padding: 40px 30px;
    gap: 30px;
}.hnPVC_our_background .PKOim_legacy_story .sVfxv_photo_show {
    height: 220px;
    width: 180px;
}.hnPVC_our_background h2 {
    font-size: calc(34px * 0.85);
}
}

@media screen and (max-width: 480px) {.hnPVC_our_background {
    padding: 40px 0;
}.hnPVC_our_background .CrARV_impact_numbers {
    padding: 30px 20px;
    gap: 25px;
}.hnPVC_our_background .PKOim_legacy_story .sVfxv_photo_show {
    height: 180px;
    width: 150px;
}.hnPVC_our_background .LxsRO_guide_approach {
    font-size: calc(18px * 0.9);
}.hnPVC_our_background .bkUPZ_learning_tracks {
    font-size: calc(13px * 0.9);
}.hnPVC_our_background .alUAR_learning_creators svg {
    width: 50px;
    height: 50px;
}.hnPVC_our_background h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 20px;
}.hnPVC_our_background p {
    font-size: calc(13px * 0.9);
}}.dacuV_gratitudeBox {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(236,218,229) 0%, #ffffff 100%);
    padding: 8rem 0;
}.dacuV_gratitudeBox::before {
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(218,177,204,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 85%, rgb(196,136,174,0.5) 0%, transparent 45%);
    height: 100%;
    right: 0;
}.dacuV_gratitudeBox::after {
    transform-origin: left;
    transform: scaleX(0);
    animation: lineExpand 1.2s ease-out 0.8s forwards;
    background: linear-gradient(90deg, transparent, rgb(196,136,174) 50%, transparent);
    width: 80%;
    position: absolute;
    content: "";
    height: 1px;
    bottom: 20%;
    left: 10%;
}.dacuV_gratitudeBox .container {
    opacity: 0;
    animation: fadeUpIn 0.8s ease-out 0.3s forwards;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 2rem;
    margin: 0 auto;
    transform: translateY(30px);
}.dacuV_gratitudeBox h2 {
    position: relative;
    color: rgb(218,177,204);
    line-height: 1.3;
    margin-bottom: 2.5rem;
    opacity: 0;
    max-width: 90%;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    animation: fadeUpIn 0.8s ease-out 0.5s forwards;
    transform: translateY(20px);
    font-size: 37px;
}.dacuV_gratitudeBox h2::after {
    bottom: -12px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(196,136,174), transparent);
    left: 0;
    height: 4px;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    animation: lineExpand 0.6s ease-out 1s forwards;
}.dacuV_gratitudeBox .CrARV_impact_numbers {
    transform: translateY(30px) perspective(1000px) rotateX(2deg);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    opacity: 0;
    border-left: 4px solid rgb(196,136,174);
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    animation: cardAppear 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
    padding: 3rem;
}.dacuV_gratitudeBox .CrARV_impact_numbers::before {
    position: absolute;
    transform: scale(0);
    right: 20px;
    width: 60px;
    animation: pulseIn 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s forwards;
    opacity: 0.5;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(196,136,174,0.5) 0%, transparent 70%);
    height: 60px;
    content: "";
    top: 20px;
}.dacuV_gratitudeBox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.dacuV_gratitudeBox li {
    opacity: 0;
    animation: fadeUpIn 0.8s ease-out 0.9s forwards;
    transform: translateY(15px);
    position: relative;
}.dacuV_gratitudeBox li::before {
    animation: diamondAppear 0.5s ease-out 1.2s forwards;
    content: "";
    top: 0.5rem;
    transform: rotate(45deg) scale(0);
    background-color: rgb(196,136,174);
    height: 0.5rem;
    left: -1.5rem;
    width: 0.5rem;
    position: absolute;
}.dacuV_gratitudeBox li span {
    letter-spacing: 0.01em;
    color: #000000;
    position: relative;
    font-size: calc(12px * 1.1);
    display: block;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}

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

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateX(0);
    }
}

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

@keyframes diamondAppear {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulseIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.dacuV_gratitudeBox {
    padding: 6rem 0;
}.dacuV_gratitudeBox h2 {
    max-width: 100%;
    font-size: calc(37px * 0.9);
}.dacuV_gratitudeBox .CrARV_impact_numbers {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.dacuV_gratitudeBox {
    padding: 5rem 0;
}.dacuV_gratitudeBox h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.dacuV_gratitudeBox .CrARV_impact_numbers {
    padding: 2rem;
}.dacuV_gratitudeBox li span {
    font-size: 12px;
}.dacuV_gratitudeBox .CrARV_impact_numbers::before {
    right: 15px;
    width: 45px;
    height: 45px;
    top: 15px;
}
}

@media (max-width: 575px) {.dacuV_gratitudeBox {
    padding: 4rem 0;
}.dacuV_gratitudeBox .container {
    padding: 0 1.5rem;
}.dacuV_gratitudeBox h2 {
    margin-bottom: 1.75rem;
    font-size: calc(37px * 0.7);
}.dacuV_gratitudeBox .CrARV_impact_numbers {
    padding: 1.5rem;
}.dacuV_gratitudeBox li::before {
    left: -1.25rem;
    width: 0.4rem;
    height: 0.4rem;
}}.FkpXT_client_testimonials {
    position: relative;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(236,218,229) 100%);
    overflow: hidden;
    padding: 6rem 0;
}.FkpXT_client_testimonials::before {
    right: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(218,177,204,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(196,136,174,0.5) 0%, transparent 40%);
    left: 0;
    content: "";
    bottom: 0;
    top: 0;
    z-index: 0;
    position: absolute;
}.FkpXT_client_testimonials::after {
    top: 50%;
    position: absolute;
    content: "";
    opacity: 0.5;
    z-index: 1;
    width: 100%;
    transform: translate(-50%, -50%);
    animation: pulse 3s infinite;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(218,177,204,0.5) 20%, 
        rgb(218,177,204) 50%, 
        rgb(218,177,204,0.5) 80%, 
        transparent 100%);
    height: 1px;
    left: 50%;
}@keyframes pulse {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.7; }
}

.FkpXT_client_testimonials .container {
    z-index: 2;
    position: relative;
}.FkpXT_client_testimonials h2 {
    margin-bottom: 4rem;
    color: #000000;
    padding: 0.5rem 1rem;
    transform: translateX(-50%);
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    left: 50%;
}.FkpXT_client_testimonials h2::before {
    border: 2px solid transparent;
    border-image-slice: 1;
    left: 0;
    border-image: linear-gradient(45deg, rgb(218,177,204), rgb(196,136,174));
    right: 0;
    position: absolute;
    opacity: 0.7;
    top: 0;
    bottom: 0;
    content: "";
    animation: borderGlow 4s infinite alternate;
}@keyframes borderGlow {
    from { 
        filter: drop-shadow(0 0 2px rgb(218,177,204,0.5)) 
                drop-shadow(0 0 5px rgb(218,177,204,0.5)); 
    }
    to { 
        filter: drop-shadow(0 0 5px rgb(196,136,174,0.5)) 
                drop-shadow(0 0 10px rgb(196,136,174,0.5)); 
    }
}

.FkpXT_client_testimonials .Lqhrg_client_testimonials {
    display: flex;
    perspective: 1000px;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}.FkpXT_client_testimonials .hHUrc_student_reviews {
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2rem;
    display: flex;
    transform-style: preserve-3d;
    align-items: center;
    width: calc(33% - 3rem);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    flex-direction: column;
}.FkpXT_client_testimonials .hHUrc_student_reviews::before {
    opacity: 0.7;
    -webkit-mask-composite: xor;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 10px;
    mask-composite: exclude;
    border: 1px solid transparent;
    inset: 0;
    background: linear-gradient(135deg, rgb(218,177,204), rgb(196,136,174)) border-box;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
}.FkpXT_client_testimonials .hHUrc_student_reviews::after {
    height: 200%;
    top: -50%;
    width: 200%;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    left: -50%;
    background: linear-gradient(
        0deg,
        transparent,
        rgb(218,177,204,0.5),
        rgb(218,177,204,0.5),
        transparent
    );
    animation: scanline 6s linear infinite;
    z-index: -1;
}@keyframes scanline {
    0% { transform: rotate(45deg) translateY(-80%); }
    100% { transform: rotate(45deg) translateY(80%); }
}

.FkpXT_client_testimonials .hHUrc_student_reviews:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 10px rgb(218,177,204,0.5), 
        0 0 20px rgb(196,136,174,0.5);
    transform: translateZ(20px);
}.FkpXT_client_testimonials .hHUrc_student_reviews img {
    border-radius: 50%;
    box-shadow: 
        0 0 0 1px rgb(218,177,204,0.5),
        0 0 10px rgb(218,177,204,0.5);
    border: 3px solid #ffffff;
    object-fit: cover;
    filter: grayscale(50%);
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
    height: 90px;
    width: 90px;
}.FkpXT_client_testimonials .hHUrc_student_reviews:hover img {
    transform: scale(1.1);
    filter: grayscale(0%);
    box-shadow: 
        0 0 0 2px rgb(218,177,204),
        0 0 15px rgb(218,177,204,0.5),
        0 0 30px rgb(218,177,204,0.5);
}.FkpXT_client_testimonials .hHUrc_student_reviews p {
    text-align: center;
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: calc(15px * 1.1);
    font-weight: 600;
}.FkpXT_client_testimonials .hHUrc_student_reviews .description {
    font-weight: 400;
    max-width: 90%;
    text-align: center;
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
    margin: 0 auto;
}.FkpXT_client_testimonials .hHUrc_student_reviews:nth-child(3n+1) {
    transform: translateY(-10px) rotate(-1deg);
}.FkpXT_client_testimonials .hHUrc_student_reviews:nth-child(3n+2) {
    transform: translateY(10px) rotate(1deg);
}.FkpXT_client_testimonials .hHUrc_student_reviews:nth-child(3n+3) {
    transform: translateY(0) rotate(0);
}.FkpXT_client_testimonials .hHUrc_student_reviews:hover {
    transform: translateZ(30px) rotate(0);
}

@media (max-width: 992px) {.FkpXT_client_testimonials .hHUrc_student_reviews {
    width: calc(50% - 2rem);
}
}

@media (max-width: 768px) {.FkpXT_client_testimonials {
    padding: 4rem 0;
}.FkpXT_client_testimonials h2 {
    margin-bottom: 3rem;
    font-size: calc(33px * 0.9);
}.FkpXT_client_testimonials .Lqhrg_client_testimonials {
    gap: 2rem;
    flex-direction: column;
}.FkpXT_client_testimonials .hHUrc_student_reviews {
    transform: none !important;
    width: 100%;
}.FkpXT_client_testimonials .hHUrc_student_reviews:hover {
    transform: translateZ(10px) !important;
}.FkpXT_client_testimonials::after {
    width: 1px;
    height: 100%;
}}header .HzdRZ_header_page {
    overflow: visible;
    justify-content: space-between;
    padding: 1.5rem 0;
    background: linear-gradient(120deg, rgb(218,177,204) 0%, rgb(196,136,174,0.5) 100%);
    box-sizing: border-box;
    position: relative;
    z-index: 99;
    width: 100%;
    align-items: center;
    display: flex;
}header .HzdRZ_header_page::before {
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(196,136,174,0.5) 0%, transparent 60%);
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    z-index: -1;
    position: absolute;
}header .HzdRZ_header_page .VeTgs_nav_base {
    margin-left: calc((100vw - 100%) / 2);
    transition: all 0.4s ease;
    transform: translateY(-5px);
    position: relative;
    z-index: 2;
}header .HzdRZ_header_page .VeTgs_nav_base:hover {
    transform: translateY(0) scale(1.05);
}header .HzdRZ_header_page .VeTgs_nav_base .KPtxV_nav_begin {
    display: block;
    position: relative;
    padding: 0.5rem 1rem;
}header .HzdRZ_header_page .VeTgs_nav_base .KPtxV_nav_begin::before {
    height: calc(100% + 20px);
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    position: absolute;
    left: -20px;
    content: "";
    top: -10px;
    width: calc(100% + 40px);
    background: rgba(0, 0, 0, 0.5);
}header .HzdRZ_header_page .VeTgs_nav_base .KPtxV_nav_begin svg {
    width: auto;
    filter: drop-shadow(0 0 8px #ffffff);
    height: 2.8rem;
}header .HzdRZ_header_page .APnQb_top_pagebar {
    position: relative;
    padding: 0;
    list-style: none;
    width: 80vw;
    justify-content: flex-end;
    background: linear-gradient(90deg, transparent, rgb(218,177,204,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    padding-right: calc((100vw - 100%) / 2);
    margin: 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    display: flex;
}header .HzdRZ_header_page .APnQb_top_pagebar::before {
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
}header .HzdRZ_header_page .APnQb_top_pagebar .FLzsq_main_page {
    perspective: 1000px;
    transform-style: preserve-3d;
    margin: 0;
    position: relative;
}header .HzdRZ_header_page .APnQb_top_pagebar .FLzsq_main_page a {
    display: block;
    transform-origin: center;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 1.2rem 1.5rem;
    position: relative;
    text-decoration: none;
    font-size: 18px;
}header .HzdRZ_header_page .APnQb_top_pagebar .FLzsq_main_page a::after {
    width: 0;
    bottom: 0.8rem;
    position: absolute;
    background: rgb(196,136,174);
    left: 1.5rem;
    height: 2px;
    transition: width 0.3s ease;
    content: "";
}header .HzdRZ_header_page .APnQb_top_pagebar .FLzsq_main_page a:hover {
    transform: translateZ(10px);
    color: rgb(196,136,174);
}header .HzdRZ_header_page .APnQb_top_pagebar .FLzsq_main_page a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .HzdRZ_header_page {
    align-items: center;
    padding: 1rem 0;
    flex-direction: column;
}header .HzdRZ_header_page .VeTgs_nav_base {
    margin-bottom: 1rem;
    margin-left: 0;
}header .HzdRZ_header_page .APnQb_top_pagebar {
    padding-right: 0;
    background: rgb(218,177,204,0.5);
    flex-wrap: wrap;
    clip-path: none;
    justify-content: center;
    width: 100%;
}header .HzdRZ_header_page .APnQb_top_pagebar .FLzsq_main_page a {
    padding: 0.8rem 1rem;
}header .HzdRZ_header_page .APnQb_top_pagebar .FLzsq_main_page a::after {
    left: 1rem;
    bottom: 0.4rem;
}header .HzdRZ_header_page .APnQb_top_pagebar .FLzsq_main_page a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .HzdRZ_header_page .APnQb_top_pagebar {
    padding: 0.5rem 0;
}header .HzdRZ_header_page .APnQb_top_pagebar .FLzsq_main_page {
    width: 50%;
}header .HzdRZ_header_page .APnQb_top_pagebar .FLzsq_main_page a {
    text-align: center;
    font-size: calc(18px - 2px);
    padding: 0.6rem 0.8rem;
}header .HzdRZ_header_page .APnQb_top_pagebar .FLzsq_main_page a::after {
    display: none;
}}.LDbGX_secure_bunker {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(236,218,229), rgba(0, 0, 0, 0.5));
    padding: 5rem 1.5rem;
}.LDbGX_secure_bunker::before {
    background: radial-gradient(circle at 75% 25%, rgb(196,136,174,0.5) 0%, transparent 60%);
    opacity: 0.15;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    height: 100%;
}.LDbGX_secure_bunker::after {
    background: radial-gradient(circle, rgb(218,177,204,0.5) 0%, transparent 70%);
    width: 250px;
    animation: pulse 15s infinite alternate ease-in-out;
    pointer-events: none;
    position: absolute;
    content: "";
    opacity: 0.12;
    bottom: -50px;
    right: -50px;
    z-index: 0;
    height: 250px;
}.LDbGX_secure_bunker .container {
    z-index: 1;
    max-width: 1200px;
    transform: translateZ(0);
    background: linear-gradient(to bottom right, 
                rgba(255, 255, 255, 0.1), 
                rgba(255, 255, 255, 0.03));
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    border-left: 3px solid rgb(218,177,204);
    margin: 0 auto;
    backdrop-filter: blur(5px);
    padding: 2.5rem;
}.LDbGX_secure_bunker h1 {
    animation: slideInRight 0.7s forwards 0.2s ease-out;
    transform: translateX(-10px);
    opacity: 0;
    position: relative;
    font-size: 48px;
    color: rgb(218,177,204);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 2rem;
}.LDbGX_secure_bunker h1::after {
    width: 70px;
    content: "";
    transform-origin: left;
    bottom: -8px;
    background: rgb(218,177,204);
    left: 0;
    position: absolute;
    transform: scaleX(0);
    animation: expandWidth 0.6s forwards 0.9s ease-in-out;
    height: 3px;
}.LDbGX_secure_bunker h2 {
    opacity: 0;
    font-size: 38px;
    padding-left: 20px;
    transform: translateY(10px);
    animation: slideInUp 0.5s forwards 0.4s ease-out;
    margin: 3rem 0 1.5rem;
    font-weight: 600;
    color: rgb(196,136,174);
    position: relative;
}.LDbGX_secure_bunker h2::before {
    background: rgb(196,136,174);
    transform: translateY(-50%) rotate(45deg);
    height: 10px;
    left: 0;
    content: "";
    width: 10px;
    top: 50%;
    position: absolute;
}.LDbGX_secure_bunker h3 {
    opacity: 0;
    color: #000000;
    font-size: calc(38px * 0.85);
    position: relative;
    transform: translateY(8px);
    padding-left: 18px;
    animation: slideInUp 0.5s forwards 0.5s ease-out;
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
}.LDbGX_secure_bunker h3::before {
    top: 50%;
    left: 0;
    width: 8px;
    position: absolute;
    height: 8px;
    background: #000000;
    content: "";
    transform: translateY(-50%) rotate(45deg);
}.LDbGX_secure_bunker h4 {
    margin: 2rem 0 1rem;
    transform: translateY(6px);
    position: relative;
    font-size: calc(38px * 0.75);
    padding-left: 16px;
    animation: slideInUp 0.5s forwards 0.6s ease-out;
    color: #000000;
    font-weight: 600;
    opacity: 0;
}.LDbGX_secure_bunker h4::before {
    top: 50%;
    content: "";
    position: absolute;
    background: #000000;
    left: 0;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
}.LDbGX_secure_bunker p {
    color: #000000;
    max-width: 100%;
    animation: fadeIn 0.7s forwards 0.7s ease-out;
    margin-bottom: 1.5rem;
    transform: translateY(15px);
    font-size: 15px;
    opacity: 0;
    position: relative;
    line-height: 1.7;
}.LDbGX_secure_bunker strong {
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
}.LDbGX_secure_bunker strong::after {
    background: rgb(218,177,204,0.5);
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    content: "";
    width: 100%;
}.LDbGX_secure_bunker ul {
    position: relative;
    list-style: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}.LDbGX_secure_bunker ul::before {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(196,136,174,0.5), transparent);
    content: "";
    width: 2px;
    height: 100%;
}.LDbGX_secure_bunker li {
    line-height: 1.7;
    color: #000000;
    animation: slideInRight 0.5s forwards ease-out;
    opacity: 0;
    padding-left: 1rem;
    font-size: 15px;
    transform: translateX(10px);
    margin-bottom: 1rem;
    position: relative;
}.LDbGX_secure_bunker li:nth-child(1) {
    animation-delay: 0.8s;
}.LDbGX_secure_bunker li:nth-child(2) {
    animation-delay: 0.9s;
}.LDbGX_secure_bunker li:nth-child(3) {
    animation-delay: 1s;
}.LDbGX_secure_bunker li::before {
    content: "";
    position: absolute;
    animation: popIn 0.3s forwards ease-out;
    border-radius: 50%;
    animation-delay: calc(0.8s + var(--order) * 0.1s);
    left: -4px;
    width: 8px;
    top: 10px;
    transform: scale(0);
    background: rgb(196,136,174);
    height: 8px;
}.LDbGX_secure_bunker li:nth-child(1)::before {
    --order: 1;
}.LDbGX_secure_bunker li:nth-child(2)::before {
    --order: 2;
}.LDbGX_secure_bunker li:nth-child(3)::before {
    --order: 3;
}.LDbGX_secure_bunker span {
    color: #000000;
    line-height: 1.7;
    transform: translateY(10px);
    font-size: 15px;
    opacity: 0;
    animation: fadeIn 0.6s forwards 0.8s ease-out;
    padding-left: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
    border-left: 1px solid rgb(196,136,174,0.5);
    opacity: 0.9;
    display: block;
}

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

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

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

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

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.12;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.LDbGX_secure_bunker {
    padding: 3rem 1rem;
}.LDbGX_secure_bunker .container {
    padding: 1.5rem;
}.LDbGX_secure_bunker h1 {
    margin-bottom: 1.5rem;
    font-size: calc(48px * 0.85);
}.LDbGX_secure_bunker h2 {
    font-size: calc(38px * 0.9);
    margin: 2.25rem 0 1.25rem;
}.LDbGX_secure_bunker h3 {
    margin: 2rem 0 1rem;
    font-size: calc(38px * 0.75);
}.LDbGX_secure_bunker h4 {
    font-size: calc(38px * 0.65);
    margin: 1.75rem 0 0.75rem;
}.LDbGX_secure_bunker p, 
    .LDbGX_secure_bunker li,
    .LDbGX_secure_bunker span {
    font-size: calc(15px * 0.95);
}.LDbGX_secure_bunker ul {
    padding-left: 1rem;
}.LDbGX_secure_bunker li {
    padding-left: 0.75rem;
}
}

@media (max-width: 480px) {.LDbGX_secure_bunker {
    padding: 2.5rem 0.75rem;
}.LDbGX_secure_bunker .container {
    padding: 1.25rem;
}.LDbGX_secure_bunker h1 {
    font-size: calc(48px * 0.75);
    margin-bottom: 1.25rem;
}.LDbGX_secure_bunker h1::after {
    width: 50px;
    height: 2px;
}.LDbGX_secure_bunker h2 {
    margin: 2rem 0 1rem;
    padding-left: 15px;
    font-size: calc(38px * 0.8);
}.LDbGX_secure_bunker h2::before {
    height: 8px;
    width: 8px;
}.LDbGX_secure_bunker h3, 
    .LDbGX_secure_bunker h4 {
    padding-left: 12px;
}.LDbGX_secure_bunker h3::before,
    .LDbGX_secure_bunker h4::before {
    height: 6px;
    width: 6px;
}.LDbGX_secure_bunker p, 
    .LDbGX_secure_bunker li,
    .LDbGX_secure_bunker span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.LDbGX_secure_bunker ul::before {
    width: 1px;
}.LDbGX_secure_bunker li::before {
    top: 8px;
    height: 6px;
    left: -3px;
    width: 6px;
}}.HVAuv_offer_panel {
    overflow: hidden;
    padding: 120px 0;
    background-color: rgb(236,218,229);
    position: relative;
}.HVAuv_offer_panel::before {
    left: -5%;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    top: -10%;
    height: 120%;
    content: "";
    z-index: 0;
    width: 110%;
    position: absolute;
    transform: rotate(-3deg);
}.HVAuv_offer_panel .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.HVAuv_offer_panel .oTFMs_plan_details {
    display: flex;
    flex-direction: column;
}.HVAuv_offer_panel .zipmr_value_pricing {
    order: 1;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}.HVAuv_offer_panel .zipmr_value_pricing h2 {
    -webkit-text-fill-color: transparent;
    transform: translateY(0);
    color: #000000;
    font-weight: 700;
    background: linear-gradient(120deg, rgb(196,136,174), rgb(218,177,204));
    font-size: 29px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 15px;
    -webkit-background-clip: text !important;
}.HVAuv_offer_panel .zipmr_value_pricing:hover h2 {
    transform: translateY(-5px);
}.HVAuv_offer_panel .qeTdb_fee_plans {
    color: #000000;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.6;
}.HVAuv_offer_panel .qeTdb_fee_plans::after {
    transition: transform 0.5s ease;
    position: absolute;
    bottom: -15px;
    width: 100px;
    content: "";
    background: linear-gradient(90deg, rgb(196,136,174), rgb(218,177,204));
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
    height: 3px;
}.HVAuv_offer_panel .zipmr_value_pricing:hover .qeTdb_fee_plans::after {
    transform: translateX(-50%) scaleX(1);
}.HVAuv_offer_panel .DUvwA_pro_fees {
    display: grid;
    order: 2;
    width: 100%;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.HVAuv_offer_panel .JWuyV_promo_cost {
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
    border-radius: 27px;
    background-color: #ffffff;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
    display: block;
    text-decoration: none;
}.HVAuv_offer_panel .JWuyV_promo_cost::before {
    z-index: 2;
    height: 5px;
    transform: scaleX(0.85);
    transform-origin: left;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(196,136,174), rgb(218,177,204));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.HVAuv_offer_panel .JWuyV_promo_cost:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}.HVAuv_offer_panel .JWuyV_promo_cost:hover::before {
    transform: scaleX(1);
}.HVAuv_offer_panel .PHzIc_study_rates {
    display: flex;
    height: 100%;
    flex-direction: column;
}.HVAuv_offer_panel .NzEdx_pricing_card {
    position: relative;
    flex-grow: 1;
    flex-direction: column;
    overflow: hidden;
    display: flex;
    padding: 30px;
    z-index: 1;
}.HVAuv_offer_panel .NzEdx_pricing_card::before {
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
}.HVAuv_offer_panel .NzEdx_pricing_card h3 {
    color: #000000;
    font-size: calc(20px + 2px);
    margin-bottom: 15px;
    position: relative;
    font-weight: 700;
    transition: transform 0.4s ease;
}.HVAuv_offer_panel .JWuyV_promo_cost:hover .NzEdx_pricing_card h3 {
    transform: translateX(5px);
}.HVAuv_offer_panel .bKqxG_cost_schemes {
    font-weight: 700;
    position: relative;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 20px;
    transition: transform 0.4s ease, color 0.4s ease;
    font-size: calc(20px + 8px);
    color: rgb(218,177,204);
}.HVAuv_offer_panel .bKqxG_cost_schemes::before {
    background: linear-gradient(90deg, rgb(196,136,174), rgb(218,177,204));
    content: "";
    bottom: 0;
    transform-origin: left;
    transform: scaleX(0.3);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}.HVAuv_offer_panel .JWuyV_promo_cost:hover .bKqxG_cost_schemes {
    transform: translateY(-5px);
    color: rgb(196,136,174);
}.HVAuv_offer_panel .JWuyV_promo_cost:hover .bKqxG_cost_schemes::before {
    transform: scaleX(1);
}.HVAuv_offer_panel .NzEdx_pricing_card p {
    font-size: 17px;
    margin-bottom: 0;
    word-wrap: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    flex-grow: 1;
    max-width: 100%;
    hyphens: auto;
    color: #000000;
}.HVAuv_offer_panel .sVfxv_photo_show {
    position: relative;
    width: 100%;
    height: 200px;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
}.HVAuv_offer_panel .sVfxv_photo_show::after {
    position: absolute;
    z-index: 1;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
}.HVAuv_offer_panel .JWuyV_promo_cost:hover .sVfxv_photo_show {
    transform: scale(1.05);
}

@media (min-width: 768px) {.HVAuv_offer_panel .DUvwA_pro_fees {
    grid-template-columns: repeat(2, 1fr);
}.HVAuv_offer_panel .NzEdx_pricing_card {
    padding: 35px;
}.HVAuv_offer_panel .sVfxv_photo_show {
    height: 220px;
}
}

@media (min-width: 992px) {.HVAuv_offer_panel .oTFMs_plan_details {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.HVAuv_offer_panel .zipmr_value_pricing {
    text-align: left;
    margin-bottom: 0;
    flex: 0 0 30%;
    order: 2;
}.HVAuv_offer_panel .DUvwA_pro_fees {
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}.HVAuv_offer_panel .qeTdb_fee_plans::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.HVAuv_offer_panel .zipmr_value_pricing:hover .qeTdb_fee_plans::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.HVAuv_offer_panel {
    padding: 150px 0;
}.HVAuv_offer_panel .DUvwA_pro_fees {
    gap: 40px;
}.HVAuv_offer_panel .JWuyV_promo_cost {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.HVAuv_offer_panel .JWuyV_promo_cost:hover {
    transform: translateY(-15px) scale(1.02);
}.HVAuv_offer_panel .JWuyV_promo_cost:nth-child(even) {
    transform: translateY(15px);
}.HVAuv_offer_panel .JWuyV_promo_cost:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.HVAuv_offer_panel .sVfxv_photo_show {
    height: 250px;
}}.bBJmX_collab_space {
    position: relative;
    color: #ffffff;
    padding: 6rem 0 4rem;
    z-index: 1;
}.bBJmX_collab_space::before {
    left: 0;
    background: #000000;
    height: 100%;
    top: 0;
    opacity: 0.85;
    width: 100%;
    content: "";
    z-index: -1;
    position: absolute;
}.bBJmX_collab_space::after {
    top: 0;
    background-position: center;
    animation: gridAnimate 15s linear infinite;
    background: 
        linear-gradient(rgba(rgb(218,177,204), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(218,177,204), 0.2) 1px, transparent 1px);
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
    background-size: 30px 30px;
    width: 100%;
    position: absolute;
    opacity: 0.15;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.bBJmX_collab_space .container {
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.bBJmX_collab_space .company_holder {
    grid-column: 1 / 5;
    grid-row: 1;
    position: relative;
}.bBJmX_collab_space .company_holder::before {
    width: 60px;
    position: absolute;
    border-left: 2px solid rgb(218,177,204);
    opacity: 0.7;
    border-top: 2px solid rgb(218,177,204);
    top: -20px;
    left: -20px;
    height: 60px;
    content: "";
}.bBJmX_collab_space .company_holder::after {
    content: "";
    width: 60px;
    position: absolute;
    bottom: -20px;
    opacity: 0.7;
    border-bottom: 2px solid rgb(218,177,204);
    border-right: 2px solid rgb(218,177,204);
    height: 60px;
    right: -20px;
}.bBJmX_collab_space .company_holder h3 {
    -webkit-background-clip: text !important;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 30px;
    background: linear-gradient(90deg, #ffffff, rgb(218,177,204));
    position: relative;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}.bBJmX_collab_space .company_holder h3::after {
    height: 2px;
    bottom: -5px;
    width: 30%;
    content: "";
    box-shadow: 0 0 10px rgb(218,177,204);
    background: rgb(218,177,204);
    position: absolute;
    left: 0;
}.bBJmX_collab_space .CUgKS_knowl_base {
    color: #ffffff;
    margin-top: 1.5rem;
    line-height: 1.6;
    font-size: 15px;
    opacity: 0.8;
}.bBJmX_collab_space .LIPjC_twitter_cta {
    grid-row: 1;
    display: flex;
    grid-column: 6 / 13;
    justify-content: flex-end;
}.bBJmX_collab_space .QLBzm_header_nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    display: grid;
    width: 100%;
}.bBJmX_collab_space .APnQb_top_pagebar {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    backdrop-filter: blur(4px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    padding: 1.5rem;
    border-radius: 10px;
}.bBJmX_collab_space .APnQb_top_pagebar:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}.bBJmX_collab_space .APnQb_top_pagebar::before {
    transition: height 0.3s ease;
    position: absolute;
    width: 3px;
    background: rgb(218,177,204);
    content: "";
    left: 0;
    height: 0;
    top: 0;
}.bBJmX_collab_space .APnQb_top_pagebar:hover::before {
    height: 100%;
}.bBJmX_collab_space .APnQb_top_pagebar h5 {
    font-weight: 600;
    color: rgb(196,136,174);
    position: relative;
    padding-left: 1rem;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 1.5rem;
}.bBJmX_collab_space .APnQb_top_pagebar h5::before {
    height: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 5px;
    background: rgb(218,177,204);
    box-shadow: 0 0 10px rgb(218,177,204);
}.bBJmX_collab_space .APnQb_top_pagebar .QLBzm_header_nav {
    display: flex;
    gap: 0.7rem;
    flex-direction: column;
}.bBJmX_collab_space .APnQb_top_pagebar .QLBzm_header_nav a {
    z-index: 1;
    opacity: 0.7;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding: 0.4rem 1rem;
}.bBJmX_collab_space .APnQb_top_pagebar .QLBzm_header_nav a::before {
    left: 0;
    width: 100%;
    top: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(rgb(218,177,204,0.5), 0.1), transparent);
    transition: transform 0.3s ease;
    height: 100%;
    position: absolute;
    content: "";
    z-index: -1;
}.bBJmX_collab_space .APnQb_top_pagebar .QLBzm_header_nav a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    opacity: 1;
}.bBJmX_collab_space .APnQb_top_pagebar .QLBzm_header_nav a:hover::before {
    transform: translateX(0);
}.prqOa_subscr_info {
    padding: 1.5rem 0;
    grid-column: 1 / 13;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    grid-row: 2;
    margin-top: 4rem;
}.prqOa_subscr_info::before {
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(218,177,204), transparent);
    position: absolute;
    content: "";
    height: 1px;
    width: 60%;
}.prqOa_subscr_info .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.prqOa_subscr_info .fQyvt_leaderboard {
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 992px) {.bBJmX_collab_space .container {
    grid-template-columns: repeat(1, 1fr);
}.bBJmX_collab_space .company_holder {
    grid-row: 1;
    grid-column: 1;
}.bBJmX_collab_space .LIPjC_twitter_cta {
    grid-column: 1;
    grid-row: 2;
    margin-top: 2rem;
}.prqOa_subscr_info {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.bBJmX_collab_space {
    padding: 4rem 0 3rem;
}.bBJmX_collab_space .QLBzm_header_nav {
    grid-template-columns: 1fr;
    gap: 2rem;
}.bBJmX_collab_space .APnQb_top_pagebar {
    padding: 1.2rem;
}.bBJmX_collab_space .APnQb_top_pagebar h5 {
    font-size: calc(20px * 0.9);
}.bBJmX_collab_space .company_holder::before,
    .bBJmX_collab_space .company_holder::after {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.bBJmX_collab_space {
    padding: 3rem 0 2rem;
}.bBJmX_collab_space .company_holder h3 {
    font-size: calc(30px * 0.9);
}.bBJmX_collab_space .CUgKS_knowl_base {
    font-size: calc(15px * 0.9);
}.bBJmX_collab_space .APnQb_top_pagebar .QLBzm_header_nav a {
    font-size: calc(15px * 0.9);
}.prqOa_subscr_info {
    margin-top: 2rem;
    padding: 1rem 0;
}}.coVOF_cookie_window_dialog {
    background: rgb(236,218,229);
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(218,177,204);
    width: 100%;
    position: fixed;
}#zdCkl_dataPrivacyBanner {
    display: none;
}#zdCkl_dataPrivacyBanner:checked ~ .coVOF_cookie_window_dialog {
    visibility: hidden;
    opacity: 0;
}.DpZmA_cookie_customize {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}.coVOF_cookie_window_dialog h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.coVOF_cookie_window_dialog p {
    font-size: 18px;
}.fsCLl_cookie_list {
    flex-shrink: 0;
    margin-right: 10px;
}.fsCLl_cookie_list svg, .fsCLl_cookie_list svg path, .fsCLl_cookie_list img {
    height: 100px;
    fill: rgb(218,177,204);
    width: 100px;
}.GUlCi_privacy_notify {
    border-bottom: 2px solid rgb(218,177,204);
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    flex-shrink: 0;
    white-space: nowrap;
    min-width: 120px;
    font-size: 24px;
    text-decoration: none;
    color: rgb(218,177,204);
    margin-left: 10px;
}.coVOF_cookie_window_dialog p a {
    text-decoration: none;
    color: rgb(218,177,204);
}
@media only screen and (max-width: 1200px) {.coVOF_cookie_window_dialog {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.fsCLl_cookie_list {
    display: none;
}.DpZmA_cookie_customize {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.coVOF_cookie_window_dialog h5 {
    text-align: center;
}.coVOF_cookie_window_dialog p {
    text-align: center;
}.DCaSm_cookie_preference {
    margin-bottom: 20px;
}body .JGion_wrapper-container .GUlCi_privacy_notify {
    margin-left: 0;
    margin-bottom: 10px;
}}
.JGion_wrapper-container .coVOF_cookie_window_dialog {
    box-shadow: rgb(196,136,174,0.5) 0px 0px 10px 10px;
    background: rgb(218,177,204);
}.JGion_wrapper-container .DpZmA_cookie_customize {
    padding: 40px 0;
    justify-content: space-between;
}.JGion_wrapper-container .GUlCi_privacy_notify {
    border: none;
    font-size: 20px;
    padding: 10px;
    margin-left: 30px;
    background: #ffffff;
    color: rgb(218,177,204);
}.JGion_wrapper-container .DCaSm_cookie_preference {
    text-align: left;
    color: #ffffff;
}.JGion_wrapper-container .DCaSm_cookie_preference h5 {
    font-weight: 700;
}.JGion_wrapper-container .DCaSm_cookie_preference h5, .JGion_wrapper-container .DCaSm_cookie_preference p {
    color: #ffffff;
}.JGion_wrapper-container .coVOF_cookie_window_dialog p a {
    text-decoration: underline;
    color: rgb(196,136,174);
}.vOlRc_course_program_description {
    position: relative;
    background: linear-gradient(45deg, rgb(196,136,174,0.5) 0%, rgb(236,218,229) 50%, rgb(218,177,204,0.5) 100%);
    overflow: hidden;
    padding: 8rem 2rem;
}.vOlRc_course_program_description::before {
    z-index: 1;
    position: absolute;
    top: -50%;
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(196,136,174,0.5) 100%);
    left: -50%;
    content: "";
    width: 200%;
    animation: rotate 60s linear infinite;
    height: 200%;
}.vOlRc_course_program_description::after {
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(
        rgb(196,136,174,0.5),
        transparent 20%,
        transparent 80%,
        rgb(218,177,204,0.5)
    );
    z-index: 2;
    top: 0;
    position: absolute;
}.vOlRc_course_program_description .container {
    margin: 0 auto;
    z-index: 3;
    position: relative;
    max-width: 1400px;
}.vOlRc_course_program_description .BMczY_coding_class {
    flex-direction: column;
    position: relative;
    display: flex;
    margin-bottom: 2rem;
}.vOlRc_course_program_description .fteZn_text_pill_wrap {
    margin-left: auto;
    margin-bottom: 4rem;
    margin-right: auto;
    text-align: center;
    max-width: 800px;
}.vOlRc_course_program_description h2 {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    letter-spacing: 2px;
    color: #000000;
    display: inline-block;
}.vOlRc_course_program_description h2::before,
.vOlRc_course_program_description h2::after {
    background: linear-gradient(to right, transparent, rgb(218,177,204), transparent);
    width: 150%;
    position: absolute;
    height: 3px;
    left: -25%;
    content: "";
}.vOlRc_course_program_description h2::before {
    top: -15px;
}.vOlRc_course_program_description h2::after {
    bottom: -15px;
}.vOlRc_course_program_description .description {
    animation-delay: 0.2s;
    color: #000000;
    transform: translateY(30px);
    margin-bottom: 1.5rem;
    animation: slideUp 0.8s forwards;
    line-height: 1.8;
    opacity: 0;
    position: relative;
    font-size: calc(14px * 1.1);
}.vOlRc_course_program_description .description:nth-of-type(2) {
    animation-delay: 0.5s;
}.vOlRc_course_program_description .sVfxv_photo_show {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    height: 500px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    position: relative;
    border-radius: 15px;
    transform: scale(0.95);
    margin-top: 2rem;
}.vOlRc_course_program_description .sVfxv_photo_show::before {
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgb(218,177,204,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(196,136,174,0.5) 100%
    );
    content: "";
    position: absolute;
    z-index: 1;
    opacity: 0.7;
    width: 100%;
    left: 0;
    transition: opacity 0.5s ease;
    top: 0;
}.vOlRc_course_program_description .sVfxv_photo_show:hover {
    transform: scale(1);
}.vOlRc_course_program_description .sVfxv_photo_show:hover::before {
    opacity: 0.4;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.vOlRc_course_program_description {
    padding: 5rem 1.5rem;
}.vOlRc_course_program_description .fteZn_text_pill_wrap {
    margin-bottom: 3rem;
}.vOlRc_course_program_description h2 {
    font-size: calc(42px * 0.85);
}.vOlRc_course_program_description .sVfxv_photo_show {
    height: 400px;
}
}

@media screen and (max-width: 768px) {.vOlRc_course_program_description {
    padding: 4rem 1rem;
}.vOlRc_course_program_description .fteZn_text_pill_wrap {
    margin-bottom: 2rem;
}.vOlRc_course_program_description h2 {
    font-size: calc(42px * 0.7);
}.vOlRc_course_program_description h2::before,
    .vOlRc_course_program_description h2::after {
    left: -10%;
    width: 120%;
}.vOlRc_course_program_description .description {
    font-size: 14px;
}.vOlRc_course_program_description .sVfxv_photo_show {
    height: 300px;
}}.aYgnk_educational_gains {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(236,218,229) 40%, #ffffff 140%);
    padding: 6rem 0;
}.aYgnk_educational_gains::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(218,177,204,0.5) 0.5%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(196,136,174,0.5) 0.5%, transparent 8%);
    width: 100%;
    left: 0;
    z-index: 0;
    animation: pulseBg 15s infinite alternate ease-in-out;
    height: 100%;
    opacity: 0.15;
    content: "";
    top: 0;
    position: absolute;
    background-size: 120px 120px;
}.aYgnk_educational_gains .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.aYgnk_educational_gains .CrARV_impact_numbers {
    flex-direction: column-reverse;
    gap: 3rem;
    align-items: center;
    display: flex;
}.aYgnk_educational_gains .fteZn_text_pill_wrap {
    width: 100%;
}.aYgnk_educational_gains h4 {
    position: relative;
    margin-bottom: 2.5rem;
    color: #000000;
    font-size: calc(22px * 1.1);
    transform: translateX(-5px);
    font-weight: 700;
    font-family: Arial, sans-serif;
    line-height: 1.3;
}.aYgnk_educational_gains h4::after {
    transition: width 0.5s ease-out;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(218,177,204) 0%, rgb(218,177,204,0.5) 100%);
    height: 3px;
    position: absolute;
    width: 60px;
    transform-origin: left;
    bottom: -0.8rem;
}.aYgnk_educational_gains .fteZn_text_pill_wrap:hover h4::after {
    width: 90px;
}.aYgnk_educational_gains .fteZn_text_pill_wrap > div {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}.aYgnk_educational_gains ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}.aYgnk_educational_gains li {
    transition: transform 0.3s ease;
    margin-bottom: 1.2rem;
}.aYgnk_educational_gains li:hover {
    transform: translateX(5px);
}.aYgnk_educational_gains li p {
    line-height: 1.5;
    gap: 0.8rem;
    font-size: 18px;
    color: #000000;
    align-items: flex-start;
    margin: 0;
    display: flex;
}.aYgnk_educational_gains li p span:first-child {
    margin-top: 0.15rem;
    flex-shrink: 0;
}.aYgnk_educational_gains li p span:last-child {
    position: relative;
}.aYgnk_educational_gains li p span:last-child::before {
    opacity: 0.7;
    height: 1px;
    bottom: -3px;
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    width: 0;
    background-color: rgb(218,177,204);
    content: "";
}.aYgnk_educational_gains li:hover p span:last-child::before {
    width: 100%;
}.aYgnk_educational_gains svg {
    height: 20px;
    width: 20px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.aYgnk_educational_gains li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.aYgnk_educational_gains svg path {
    transition: fill 0.3s ease;
    fill: rgb(218,177,204);
}.aYgnk_educational_gains li:hover svg path {
    fill: rgb(196,136,174);
}.aYgnk_educational_gains .sVfxv_photo_show {
    object-fit: cover;
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 0 5px 10px rgba(0, 0, 0, 0.05);
    max-width: 420px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: auto;
    border-radius: 3px;
    width: 100%;
}.aYgnk_educational_gains .sVfxv_photo_show:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.aYgnk_educational_gains .sVfxv_photo_show::after {
    width: 100%;
    z-index: 1;
    opacity: 0.4;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    pointer-events: none;
    background: linear-gradient(135deg, rgb(218,177,204,0.5) 0%, transparent 80%);
    transition: opacity 0.4s ease;
    height: 100%;
}.aYgnk_educational_gains .sVfxv_photo_show:hover::after {
    opacity: 0.2;
}

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

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

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

@media (min-width: 1200px) {.aYgnk_educational_gains {
    padding: 9rem 0;
}.aYgnk_educational_gains .CrARV_impact_numbers {
    gap: 6rem;
}.aYgnk_educational_gains h4 {
    font-size: calc(22px * 1.4);
}.aYgnk_educational_gains .sVfxv_photo_show {
    max-width: 550px;
}
}

@media (max-width: 767px) {.aYgnk_educational_gains {
    padding: 4rem 0;
}.aYgnk_educational_gains h4 {
    margin-bottom: 2rem;
    font-size: 22px;
}.aYgnk_educational_gains li {
    margin-bottom: 1rem;
}.aYgnk_educational_gains li p {
    font-size: calc(18px * 0.95);
}.aYgnk_educational_gains svg {
    width: 18px;
    height: 18px;
}}.XiQct_contact_section {
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(236,218,229) 0%, 
        rgb(196,136,174,0.5) 100%
    );
    overflow: hidden;
    padding: 6rem 0;
}.XiQct_contact_section .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}.XiQct_contact_section .Ygdwp_inquiry_reach {
    box-shadow: 0 25px 50px rgb(218,177,204,0.5);
    display: flex;
    align-items: stretch;
    border-radius: 30px;
    overflow: hidden;
    background: rgb(196,136,174,0.5);
    position: relative;
}.XiQct_contact_section .sVfxv_photo_show {
    margin-left: -5%;
    flex: 0 0 45%;
    min-height: 600px;
    z-index: 2;
    transform: skew(-10deg);
    position: relative;
}.XiQct_contact_section .sVfxv_photo_show::before {
    background: linear-gradient(
        135deg, 
        rgb(218,177,204,0.5) 0%, 
        rgb(196,136,174,0.5) 100%
    );
    left: 0;
    opacity: 0.7;
    z-index: 1;
    width: 120%;
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    transform: skew(10deg);
}.XiQct_contact_section .SIaol_message_query {
    position: relative;
    justify-content: center;
    flex: 0 0 55%;
    display: flex;
    padding: 4rem 3rem 4rem 10%;
    z-index: 3;
    flex-direction: column;
}.XiQct_contact_section h2 {
    margin-bottom: 2.5rem;
    padding-left: 2rem;
    position: relative;
    color: #ffffff;
    text-align: left;
    font-weight: 700;
    font-size: 40px;
}.XiQct_contact_section h2::before {
    transform: translateY(-50%);
    height: 1rem;
    top: 50%;
    position: absolute;
    content: '';
    background: rgb(218,177,204);
    border-radius: 50%;
    left: 0;
    box-shadow: 0 0 15px rgb(218,177,204,0.5);
    width: 1rem;
}.XiQct_contact_section .SIaol_message_query h3 {
    padding-bottom: 1rem;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: 30px;
}.XiQct_contact_section .SIaol_message_query h3::after {
    left: 0;
    position: absolute;
    height: 3px;
    width: 50px;
    bottom: 0;
    background: rgb(218,177,204);
    content: '';
}.XiQct_contact_section .SIaol_message_query form {
    display: grid;
    gap: 1.5rem;
}.XiQct_contact_section .SIaol_message_query input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
    font-size: 12px;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgb(196,136,174,0.5);
    color: #ffffff;
    position: relative;
    outline: none;
    border: 1px solid rgb(218,177,204,0.5);
}.XiQct_contact_section .SIaol_message_query input:not([type="checkbox"]):not([type="submit"])::after {
    left: 0;
    width: 0;
    transition: width 0.3s ease;
    background: rgb(218,177,204);
    content: '';
    height: 2px;
    position: absolute;
    bottom: -2px;
}.XiQct_contact_section .SIaol_message_query input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(218,177,204,0.5);
    border-color: rgb(218,177,204);
}.XiQct_contact_section .SIaol_message_query input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.XiQct_contact_section .SIaol_message_query .tSeGT_request_panel {
    gap: 1rem;
    align-items: center;
    display: flex;
}.XiQct_contact_section .SIaol_message_query .tSeGT_request_panel input[type="checkbox"] {
    cursor: pointer;
    height: 22px;
    width: 22px;
    background: rgb(196,136,174,0.5);
    border: 2px solid rgb(218,177,204,0.5);
    position: relative;
    appearance: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}.XiQct_contact_section .SIaol_message_query .tSeGT_request_panel input[type="checkbox"]:checked {
    background: rgb(218,177,204);
    border-color: rgb(218,177,204);
}.XiQct_contact_section .SIaol_message_query .tSeGT_request_panel input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    position: absolute;
    content: '✔';
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 0.8rem;
}.XiQct_contact_section .SIaol_message_query .tSeGT_request_panel label {
    display: flex;
    font-size: 12px;
    align-items: center;
    color: #ffffff;
}.XiQct_contact_section .SIaol_message_query .tSeGT_request_panel a {
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(218,177,204);
    transition: color 0.3s ease;
}.XiQct_contact_section .SIaol_message_query .tSeGT_request_panel a:hover {
    text-decoration: underline;
}.XiQct_contact_section .SIaol_message_query .BaLvh_request_box {
    background: rgb(218,177,204);
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 16px;
    border-radius: 10px;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    text-transform: uppercase;
    position: relative;
    border: none;
    cursor: pointer;
}.XiQct_contact_section .SIaol_message_query .BaLvh_request_box::before {
    position: absolute;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(218,177,204,0.5), 
        transparent
    );
    left: -50%;
    transition: all 0.5s ease;
    opacity: 0;
    transform: rotate(-45deg);
    height: 200%;
    width: 200%;
    content: '';
    top: -50%;
}.XiQct_contact_section .SIaol_message_query .BaLvh_request_box:hover::before {
    opacity: 1;
}.XiQct_contact_section .SIaol_message_query .BaLvh_request_box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(218,177,204,0.5);
}

@media screen and (max-width: 1200px) {.XiQct_contact_section .sVfxv_photo_show {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.XiQct_contact_section .Ygdwp_inquiry_reach {
    flex-direction: column;
}.XiQct_contact_section .sVfxv_photo_show {
    flex: 0 0 100%;
    min-height: 300px;
    transform: none;
    margin-left: 0;
}.XiQct_contact_section .sVfxv_photo_show::before {
    transform: none;
    width: 100%;
}.XiQct_contact_section .SIaol_message_query {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.XiQct_contact_section {
    padding: 3rem 0;
}.XiQct_contact_section h2 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    font-size: calc(40px * 0.8);
}.XiQct_contact_section h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.XiQct_contact_section .SIaol_message_query h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 1.5rem;
}.XiQct_contact_section .SIaol_message_query input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.XiQct_contact_section .Ygdwp_inquiry_reach {
    border-radius: 0;
}.XiQct_contact_section .SIaol_message_query {
    padding: 2rem 1.5rem;
}}.YkBMF_mentorship_profile {
    position: relative;
    overflow: hidden;
    min-height: 700px;
    padding: 8rem 0;
    background: linear-gradient(150deg, rgb(236,218,229) 0%, #000000 100%);
}.YkBMF_mentorship_profile::before {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-size: 150px 150px;
    opacity: 0.1;
    position: absolute;
    animation: gridFlow 20s linear infinite;
    content: "";
    background: 
        linear-gradient(90deg, transparent 85%, rgb(218,177,204,0.5) 85%, rgb(218,177,204,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(196,136,174,0.5) 85%, rgb(196,136,174,0.5) 88%, transparent 88%);
    z-index: 1;
}.YkBMF_mentorship_profile .container {
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    max-width: 1300px;
}.YkBMF_mentorship_profile .hHUrc_student_reviews {
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    gap: 20px 30px;
    grid-template-rows: auto auto 1fr;
    min-height: 580px;
    display: grid;
    grid-template-columns: 45% 1fr;
    background: transparent;
    position: relative;
}.YkBMF_mentorship_profile .hHUrc_student_reviews::before {
    background: linear-gradient(90deg, rgb(218,177,204,0.5) 0%, transparent 50%);
    top: 50%;
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    right: 0;
    height: 90%;
    border-radius: 13px;
    filter: blur(40px);
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    transform: translateY(-50%);
    opacity: 0.3;
}.YkBMF_mentorship_profile .hHUrc_student_reviews::after {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    backdrop-filter: blur(15px);
    z-index: -2;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 13px;
}.YkBMF_mentorship_profile .sVfxv_photo_show {
    grid-area: photo;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
    position: relative;
    z-index: 2;
    filter: contrast(1.1) brightness(1.05);
    border-radius: 13px 0 0 13px;
    overflow: hidden;
    height: 100%;
}.YkBMF_mentorship_profile .hHUrc_student_reviews:hover .sVfxv_photo_show {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}.YkBMF_mentorship_profile .sVfxv_photo_show::before {
    opacity: 0.7;
    height: 100%;
    z-index: 3;
    width: 10px;
    left: 0;
    animation: pulseOpacity 3s ease-in-out infinite;
    background: rgb(218,177,204);
    top: 0;
    content: "";
    position: absolute;
}.YkBMF_mentorship_profile .name {
    align-self: end;
    grid-area: name;
    margin-top: 80px;
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(0);
    font-size: 31px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    padding-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
}.YkBMF_mentorship_profile .hHUrc_student_reviews:hover .name {
    transform: translateX(15px);
}.YkBMF_mentorship_profile .name::after {
    transition: width 0.5s ease;
    position: absolute;
    width: 0;
    height: 2px;
    content: "";
    left: 0;
    background: rgb(218,177,204);
    bottom: 0;
}.YkBMF_mentorship_profile .hHUrc_student_reviews:hover .name::after {
    width: 60%;
}.YkBMF_mentorship_profile .hHUrc_student_reviews span:not(.name) {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    color: rgb(196,136,174);
    transform: translateX(0);
    grid-area: job;
    padding: 0.6rem 1.2rem;
    position: relative;
    font-weight: 600;
    align-self: start;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-size: 22px;
    backdrop-filter: blur(5px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    border-radius: 10px;
    z-index: 3;
}.YkBMF_mentorship_profile .hHUrc_student_reviews:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}.YkBMF_mentorship_profile .MwopG_work_skills {
    z-index: 2;
    font-size: 18px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    margin-right: 0;
    grid-area: quote;
    border-left: 4px solid rgb(196,136,174);
    width: 95%;
    align-self: start;
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    line-height: 1.8;
    transform: translateY(0);
    color: #ffffff;
    border-radius: 13px;
}.YkBMF_mentorship_profile .hHUrc_student_reviews:hover .MwopG_work_skills {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
    transform: translateX(15px) translateY(-5px);
}.YkBMF_mentorship_profile .container::after {
    height: 300px;
    position: absolute;
    content: "";
    opacity: 0.3;
    filter: blur(70px);
    bottom: -150px;
    animation: pulseGlow 10s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgb(196,136,174,0.5) 0%, transparent 70%);
    right: -150px;
    width: 300px;
    z-index: -1;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.YkBMF_mentorship_profile .hHUrc_student_reviews {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
            "sVfxv_photo_show"
            "name"
            "oXaBE_career_content"
            "MwopG_work_skills";
    gap: 20px;
}.YkBMF_mentorship_profile .sVfxv_photo_show {
    border-radius: 13px 13px 0 0;
    height: 350px;
}.YkBMF_mentorship_profile .sVfxv_photo_show::before {
    height: 10px;
    width: 100%;
}.YkBMF_mentorship_profile .name {
    margin-top: 0;
    text-align: center;
}.YkBMF_mentorship_profile .name::after {
    transform: translateX(-50%);
    left: 50%;
}.YkBMF_mentorship_profile .hHUrc_student_reviews:hover .name {
    transform: translateY(-5px);
}.YkBMF_mentorship_profile .hHUrc_student_reviews span:not(.name) {
    margin: 0 auto;
}.YkBMF_mentorship_profile .hHUrc_student_reviews:hover span:not(.name) {
    transform: translateY(-5px);
}.YkBMF_mentorship_profile .MwopG_work_skills {
    width: 90%;
    margin: 0 auto;
    border-top: 4px solid rgb(196,136,174);
    border-left: none;
}.YkBMF_mentorship_profile .hHUrc_student_reviews:hover .MwopG_work_skills {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.YkBMF_mentorship_profile {
    padding: 5rem 0;
}.YkBMF_mentorship_profile .sVfxv_photo_show {
    height: 250px;
}.YkBMF_mentorship_profile .name {
    font-size: 22px;
}.YkBMF_mentorship_profile .hHUrc_student_reviews span:not(.name) {
    padding: 0.5rem 1rem;
    font-size: 18px;
}.YkBMF_mentorship_profile .MwopG_work_skills {
    width: 95%;
    font-size: calc(18px * 0.9);
    line-height: 1.6;
    padding: 1.5rem;
}}.AmHpj_title_portal {
    justify-content: center;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    position: relative;
}.AmHpj_title_portal .kpTYR_course_base {
    align-items: center;
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}.AmHpj_title_portal .kpTYR_course_base::before {
    z-index: 1;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.5) 50%, 
    rgba(0, 0, 0, 0.7) 100%);
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
}.AmHpj_title_portal .vrWQd_fast_guide {
    margin-left: 10%;
    z-index: 2;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 5rem;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 90%;
    gap: 3rem;
    position: relative;
}.AmHpj_title_portal .vrWQd_fast_guide > div:first-child {
    animation: slideInLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    opacity: 0;
    transform: translateX(-30px);
}.AmHpj_title_portal .vrWQd_fast_guide > div:last-child {
    opacity: 0;
    animation: slideInRight 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    transform: translateX(30px);
    position: relative;
}.AmHpj_title_portal .title_style_header {
    color: #ffffff;
    display: inline-block;
    font-size: clamp(2.5rem, 5vw, 48px);
    margin-bottom: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
}.AmHpj_title_portal .title_style_header::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(218,177,204) 0%, rgb(196,136,174) 100%);
    left: 0;
    position: absolute;
    transform: scaleX(0);
    width: 80%;
    animation: lineGrow 1.2s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.6s forwards;
    content: '';
    height: 4px;
    bottom: -10px;
}.AmHpj_title_portal h3 {
    -webkit-background-clip: text !important;
    line-height: 1.4;
    max-width: 90%;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-weight: 600;
    background: linear-gradient(90deg, #ffffff 60%, rgb(196,136,174) 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    font-size: clamp(1.3rem, 2.5vw, 20px);
}.AmHpj_title_portal p {
    line-height: 1.6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    background: linear-gradient(120deg, rgb(218,177,204,0.5) 0%, transparent 100%);
    letter-spacing: 0.5px;
    position: relative;
    transform: translateY(0);
    margin-top: 1.5rem;
    font-size: clamp(1rem, 1.5vw, 12px);
    display: inline-block;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 1rem 2rem;
}.AmHpj_title_portal p:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

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

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

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

@media (max-width: 992px) {.AmHpj_title_portal .vrWQd_fast_guide {
    margin-left: 5%;
    padding: 4rem 3rem;
    transform: perspective(800px) rotateY(-1deg);
    max-width: 90%;
}.AmHpj_title_portal p {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 768px) {.AmHpj_title_portal .vrWQd_fast_guide {
    transform: none;
    max-width: 100%;
    margin-left: 0;
    gap: 2rem;
    padding: 3rem 2rem;
}.AmHpj_title_portal .title_style_header::after {
    height: 3px;
}.AmHpj_title_portal h3 {
    max-width: 100%;
}.AmHpj_title_portal p {
    padding: 0.7rem 1.2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}
}

@media (max-width: 576px) {.AmHpj_title_portal .kpTYR_course_base {
    justify-content: center;
}.AmHpj_title_portal .vrWQd_fast_guide {
    gap: 1.5rem;
    text-align: center;
    padding: 2rem 1.5rem;
}.AmHpj_title_portal .title_style_header::after {
    width: 60%;
    left: 20%;
}.AmHpj_title_portal h3 {
    font-size: 1.1rem;
}.AmHpj_title_portal p {
    padding: 0.6rem 1rem;
    display: block;
    max-width: 90%;
    font-size: 0.95rem;
    margin: 0 auto;
}}.jcHfZ_service_contact {
    padding: 70px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: rgb(196,136,174);
}.jcHfZ_service_contact::before {
    z-index: -1;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
    rgba(0,0,0,0.9) 0%, 
    rgba(0,0,0,0.7) 50%, 
    rgba(0,0,0,0.9) 100%
  );
    top: 0;
    content: "";
    left: 0;
    height: 100%;
}.jcHfZ_service_contact::after {
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    background-image: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    rgba(0, 217, 255, 0.05) 2px,
    rgba(0, 217, 255, 0.05) 4px
  );
    left: 0;
    position: absolute;
    z-index: -1;
}.jcHfZ_service_contact .container {
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.jcHfZ_service_contact .XinRL_reach_team {
    background: rgba(0, 0, 0, 0.7);
    border: 1px solid rgb(218,177,204);
    padding: 40px;
    box-shadow: 0 0 15px rgb(218,177,204,0.5),
              inset 0 0 10px rgb(218,177,204,0.5);
    border-radius: 0;
    position: relative;
    clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    0 100%
  );
}.jcHfZ_service_contact .XinRL_reach_team::before {
    opacity: 0.5;
    top: 0;
    background: linear-gradient(45deg, 
    transparent 0%, 
    transparent 40%, 
    rgb(218,177,204,0.5) 45%, 
    transparent 50%,
    transparent 100%
  );
    content: "";
    left: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    animation: sweep 3s linear infinite;
    width: 100%;
}@keyframes sweep {
  0% {
    transform: translateX(-100%) translateY(-100%);
  }
  100% {
    transform: translateX(100%) translateY(100%);
  }
}

.jcHfZ_service_contact h2 {
    position: relative;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 4px solid rgb(218,177,204);
    color: #ffffff;
}.jcHfZ_service_contact h2::after {
    color: rgb(218,177,204);
    opacity: 0.7;
    right: 0;
    position: absolute;
    font-size: 14px;
    content: "</>";
    top: 0;
}.jcHfZ_service_contact p {
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    font-size: 18px;
}.jcHfZ_service_contact .kRKoJ_help_question {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}.jcHfZ_service_contact .vPTQf_ask_team {
    background: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    border: 1px solid rgb(218,177,204);
    font-size: calc(18px * 0.95);
    transition: all 0.3s ease;
    clip-path: polygon(
    0 0,
    calc(100% - 10px) 0,
    100% 10px,
    100% 100%,
    0 100%
  );
    align-items: center;
    position: relative;
    display: flex;
    padding: 12px 25px;
    overflow: hidden;
    color: #ffffff;
}.jcHfZ_service_contact .vPTQf_ask_team::before {
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    transition: transform 0.3s ease;
    transform-origin: right;
    z-index: -1;
    background: rgb(218,177,204);
    transform: scaleX(0);
    position: absolute;
    width: 100%;
}.jcHfZ_service_contact .vPTQf_ask_team:hover {
    color: #000000;
    box-shadow: 0 0 15px rgb(218,177,204,0.5);
}.jcHfZ_service_contact .vPTQf_ask_team:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.jcHfZ_service_contact .vPTQf_ask_team svg {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}.jcHfZ_service_contact .vPTQf_ask_team:hover svg {
    transform: rotate(360deg);
}.jcHfZ_service_contact .vPTQf_ask_team svg path {
    fill: rgb(218,177,204);
    transition: fill 0.3s ease;
}.jcHfZ_service_contact .vPTQf_ask_team:hover svg path {
    fill: #000000;
}.jcHfZ_service_contact p svg {
    width: 20px;
    vertical-align: middle;
    height: 20px;
    margin-right: 10px;
}.jcHfZ_service_contact p svg path {
    fill: rgb(218,177,204);
}.jcHfZ_service_contact p:nth-last-child(2) {
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 15px;
    border-left: 3px solid rgb(218,177,204);
    display: flex;
}.jcHfZ_service_contact::before {
    animation: backgroundGlow 5s ease-in-out infinite alternate;
}@keyframes backgroundGlow {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.7;
  }
}

.jcHfZ_service_contact .container::after {
    top: -100%;
    animation: scanlines 8s linear infinite;
    content: "";
    pointer-events: none;
    z-index: -1;
    width: 300%;
    left: -100%;
    position: absolute;
    background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(var(--primary-color, 0, 123, 255), 0.03) 10px,
    rgba(var(--primary-color, 0, 123, 255), 0.03) 20px
  );
    height: 300%;
}@keyframes scanlines {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}

.jcHfZ_service_contact .XinRL_reach_team::after {
    right: 5px;
    position: absolute;
    width: 30px;
    content: "";
    height: 30px;
    border-bottom: 2px solid rgb(218,177,204);
    bottom: 5px;
    border-right: 2px solid rgb(218,177,204);
}

@media (max-width: 991px) {.jcHfZ_service_contact {
    padding: 60px 0;
}.jcHfZ_service_contact .XinRL_reach_team {
    padding: 35px 25px;
}.jcHfZ_service_contact .kRKoJ_help_question {
    gap: 12px;
}.jcHfZ_service_contact .vPTQf_ask_team {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.jcHfZ_service_contact {
    padding: 50px 0;
}.jcHfZ_service_contact .XinRL_reach_team {
    padding: 30px 20px;
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 15px),
      calc(100% - 15px) 100%,
      0 100%
    );
}.jcHfZ_service_contact h2 {
    font-size: calc(37px * 0.85);
    letter-spacing: 2px;
    margin-bottom: 25px;
}.jcHfZ_service_contact p {
    font-size: calc(18px * 0.95);
    margin-bottom: 20px;
}.jcHfZ_service_contact .kRKoJ_help_question {
    margin-top: 25px;
    flex-direction: column;
    gap: 10px;
}.jcHfZ_service_contact .vPTQf_ask_team {
    width: 100%;
}.jcHfZ_service_contact .vPTQf_ask_team svg {
    width: 18px;
    margin-right: 10px;
    height: 18px;
}}

.jcHfZ_service_contact h2::before {
    position: absolute;
    opacity: 0.5;
    top: 0;
    content: attr(data-text);
    color: rgb(218,177,204);
    animation: glitch 0.5s ease-in-out infinite alternate;
    z-index: -1;
    left: 20px;
}

@keyframes glitch {
  0% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(1px);
  }
}
