* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-padding58 {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1115px;
}.abuse_ctrl51 {
    flex: 0 0 auto;
}.top_navbar10 {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
    auto
    scroll-behavior: smooth;
    font-family: Ubuntu, sans-serif;
    min-height: 100%;
    scroll-snap-type: none;
}a {
    color: inherit;
    text-decoration: none;
}::-webkit-scrollbar {
    width: 8px;
    scroll-behavior: smooth;
}::-webkit-scrollbar-track {
    background: #ffffff;
    box-shadow: inset 1px 2px 6px 1px rgba(0, 0, 0, 0.3);
    border: 1px groove #ffffff;
    border-radius: 7.1vh;
}::-webkit-scrollbar-track:active {
    background: rgb(215,195,225,0.5);
}::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, rgb(184,158,202,0.5) 25%, transparent 25%), linear-gradient(-45deg, rgb(184,158,202,0.5) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgb(184,158,202,0.5) 75%), linear-gradient(-45deg, transparent 75%, rgb(184,158,202,0.5) 75%);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 3px 1px 2px 4px rgba(0, 0, 0, 0.6);
    background: rgb(215,195,225);
}::-webkit-scrollbar-thumb:active {
    background: rgb(237,228,242);
    transform: scale(0.9);
    box-shadow: inset 5px 5px 6px 6px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-corner {
    background: rgb(215,195,225);
}* {
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(215,195,225,0.5);
    scrollbar-width: none;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cookie_popup_advisory68 {
    transform: translateX(-50%);
    background: #ffffff;
    left: 50%;
    position: fixed;
    border-radius: 14px;
    width: 90%;
    overflow: hidden;
    bottom: 20px;
    max-width: 500px;
    font-family: Ubuntu, sans-serif;
    z-index: 1050;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.data_agree86 {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
}.cookie_preference46 {
    margin-bottom: 20px;
}.cookie_preference46 svg, .cookie_preference46 svg path, .cookie_preference46 img {
    width: 60px;
    height: 60px;
    fill: rgb(215,195,225);
}.cookie_popup_advisory68 h5 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    color: rgb(215,195,225);
    text-align: center;
}.cookie_popup_advisory68 p {
    margin-bottom: 20px;
    font-size: 13px;
    color: #000000;
    text-align: center;
}.cookie_disclaimer92 {
    margin: 5px;
    background: rgb(215,195,225);
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    width: calc(50% - 10px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
    padding: 10px 20px;
    display: inline-block;
}.cookie_disclaimer92:hover {
    background: rgb(184,158,202);
}.cookie_button.track_manage72 {
    background: rgb(184,158,202);
}.cookie_button.track_manage72:hover {
    background: rgb(184,158,202,0.5);
}.cookie_popup_advisory68 p a {
    color: rgb(215,195,225);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}.cookie_popup_advisory68 p a:hover {
    color: rgb(184,158,202);
}#dialogPolicyNotice91 {
    display: none;
}#dialogPolicyNotice91:checked ~ .cookie_popup_advisory68 {
    opacity: 0;
    visibility: hidden;
}.education_history42 {
    overflow: hidden;
    padding: 5rem 2rem;
    background: rgb(237,228,242);
    position: relative;
}.education_history42::before {
    content: "";
    z-index: 0;
    height: 100%;
    background: linear-gradient(120deg, rgb(215,195,225,0.5) 0%, transparent 70%);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}.education_history42::after {
    width: 70%;
    content: "";
    height: 70%;
    z-index: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(210deg, rgb(184,158,202,0.5) 0%, transparent 70%);
}.education_history42 .learner_stories98 {
    max-width: 600px;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    position: relative;
    flex-direction: column;
}.education_history42 .background_photo24 {
    margin: 0 auto;
    height: 400px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 28px;
    width: 80%;
    transform: translateY(0);
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
}.education_history42 .background_photo24::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
}.education_history42 .background_photo24::after {
    animation: shiftGradient 10s infinite alternate;
    background: linear-gradient(45deg, rgb(215,195,225,0.5) 0%, transparent 40%, transparent 60%, rgb(184,158,202,0.5) 100%);
    content: "";
    mix-blend-mode: overlay;
    width: 300%;
    height: 300%;
    position: absolute;
    left: -100%;
    opacity: 0.3;
    top: -100%;
    transition: all 0.8s ease;
}.education_history42 .exp_flex82 {
    padding: 2.5rem 2rem 2rem;
    margin: -80px auto 0;
    border-radius: 28px;
    z-index: 3;
    width: 90%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    background: #ffffff;
}.education_history42 .exp_flex82::before {
    width: 70px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: absolute;
    background: #ffffff;
    left: 50%;
    z-index: 4;
    content: "";
    height: 70px;
    top: 0;
    border: 5px solid rgb(237,228,242);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}.education_history42 .name {
    margin-bottom: 0.5rem;
    font-size: 32px;
    position: relative;
    color: rgb(215,195,225);
    text-align: center;
    font-weight: 700;
}.education_history42 .exp_flex82 div:nth-child(2) {
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
    color: rgb(184,158,202);
    font-size: 20px;
}.education_history42 .exp_flex82 div:nth-child(2)::after {
    display: block;
    width: 40px;
    background: rgb(215,195,225,0.5);
    margin: 1rem auto 0;
    height: 3px;
    content: "";
}.education_history42 .emp_milestones09 {
    line-height: 1.7;
    text-align: center;
    color: #000000;
    font-size: 17px;
    padding: 0 1rem;
    font-style: italic;
    position: relative;
}.education_history42 .emp_milestones09::before,
.education_history42 .emp_milestones09::after {
    font-family: serif;
    position: absolute;
    color: rgb(215,195,225,0.5);
    line-height: 0;
    font-size: 3rem;
    content: "";
}.education_history42 .emp_milestones09::before {
    top: 0.5rem;
    left: 0;
    transform: rotate(180deg);
}.education_history42 .emp_milestones09::after {
    right: 0;
    bottom: -0.5rem;
}.education_history42 .learner_stories98:hover .background_photo24 {
    transform: translateY(-20px);
}.education_history42 .learner_stories98:hover .exp_flex82 {
    transform: translateY(20px);
}

@keyframes shiftGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {.education_history42 .background_photo24 {
    width: 90%;
    height: 320px;
}.education_history42 .exp_flex82 {
    margin-top: -60px;
    width: 95%;
    padding: 2rem 1.5rem 1.5rem;
}.education_history42 .exp_flex82::before {
    height: 60px;
    width: 60px;
}}.contact_box69 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background-color: rgb(237,228,242);
}.contact_box69::before {
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(120deg, rgb(215,195,225,0.5) 0%, transparent 75%);
    position: absolute;
    left: 0;
    opacity: 0.15;
}.contact_box69::after {
    position: absolute;
    content: "";
    height: 70%;
    width: 70%;
    background: linear-gradient(240deg, rgb(184,158,202,0.5) 0%, transparent 70%);
    opacity: 0.1;
    right: 0;
    bottom: 0;
}.contact_box69 .container {
    padding: 0 30px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.contact_box69 h2 {
    font-size: 29px;
    position: relative;
    font-family: Ubuntu, sans-serif;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
    color: #000000;
}.contact_box69 .contact_query30 {
    flex-direction: row-reverse;
    border-radius: 21px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    margin-top: 50px;
    overflow: hidden;
}.contact_box69 .background_photo24 {
    overflow: hidden;
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.contact_box69 .background_photo24::after {
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
}.contact_box69 .connect_message13 {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}.contact_box69 .connect_message13::before {
    left: 0;
    width: 5px;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(215,195,225), rgb(184,158,202));
    top: 40px;
    height: calc(100% - 80px);
    border-radius: 2.5px;
}.contact_box69 form {
    padding-left: 25px;
    width: 100%;
}.contact_box69 form h3 {
    font-family: Ubuntu, sans-serif;
    margin-bottom: 35px;
    color: #000000;
    font-weight: 600;
    font-size: 21px;
}.contact_box69 form input[type="text"] {
    padding: 18px 25px;
    font-family: Ubuntu, sans-serif;
    margin-bottom: 20px;
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(237,228,242);
    border: none;
    font-size: 18px;
    border-radius: 10px;
}.contact_box69 form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(215,195,225,0.5);
    background: rgba(rgb(215,195,225), 0.05);
    outline: none;
}.contact_box69 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.contact_box69 .inquiry_map92 {
    margin: 10px 0 30px;
    align-items: flex-start;
    display: flex;
}.contact_box69 .inquiry_map92 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_box69 .inquiry_map92 label {
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    padding-left: 35px;
    font-size: 13px;
    color: #000000;
}.contact_box69 .inquiry_map92 label::before {
    border: 2px solid rgb(215,195,225,0.5);
    border-radius: 10px;
    width: 22px;
    transition: all 0.2s ease;
    position: absolute;
    top: 2px;
    left: 0;
    height: 22px;
    content: "";
}.contact_box69 .inquiry_map92 input[type="checkbox"]:checked + label::before {
    border-color: rgb(215,195,225);
    background-color: rgb(215,195,225);
}.contact_box69 .inquiry_map92 input[type="checkbox"]:checked + label::after {
    content: "";
    border-right: 2px solid #ffffff;
    height: 11px;
    left: 8px;
    transform: rotate(45deg);
    width: 6px;
    border-bottom: 2px solid #ffffff;
    top: 9px;
    position: absolute;
}.contact_box69 .inquiry_map92 label a {
    color: rgb(215,195,225);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_box69 .inquiry_map92 label a:hover {
    text-decoration: underline;
    color: rgb(184,158,202);
}.contact_box69 form .message_widget30 {
    display: inline-block;
    font-family: Ubuntu, sans-serif;
    background: linear-gradient(45deg, rgb(215,195,225), rgb(184,158,202));
    font-size: 16px;
    border: none;
    padding: 15px 35px;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
}.contact_box69 form .message_widget30::before {
    top: -10%;
    position: absolute;
    left: -10%;
    transform: rotate(45deg) translateX(-200%);
    height: 120%;
    width: 120%;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    transition: all 0.4s ease;
}.contact_box69 form .message_widget30:hover {
    box-shadow: 0 8px 15px rgba(rgb(215,195,225), 0.3);
    transform: translateY(-2px);
}.contact_box69 form .message_widget30:hover::before {
    transform: rotate(45deg) translateX(200%);
}.contact_box69 svg {
    width: 22px;
    fill: rgb(215,195,225);
    height: 22px;
}.contact_box69 svg path {
    fill: rgb(215,195,225);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.contact_box69 .connect_message13 {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.contact_box69 .background_photo24 {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_box69 .connect_message13 {
    flex: 0 0 100%;
}.contact_box69 .connect_message13::before {
    height: 5px;
    width: calc(100% - 80px);
    background: linear-gradient(to right, rgb(215,195,225), rgb(184,158,202));
    top: 0;
    left: 40px;
}.contact_box69 form {
    padding-top: 25px;
    padding-left: 0;
}
}

@media screen and (max-width: 767px) {.contact_box69 {
    padding: 70px 0;
}.contact_box69 .background_photo24 {
    min-height: 250px;
}.contact_box69 .connect_message13 {
    padding: 40px 30px;
}.contact_box69 .connect_message13::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.contact_box69 {
    padding: 50px 0;
}.contact_box69 h2 {
    font-size: calc(29px * 0.8);
}.contact_box69 .background_photo24 {
    min-height: 200px;
}.contact_box69 .connect_message13 {
    padding: 30px 20px;
}.contact_box69 .connect_message13::before {
    left: 20px;
    width: calc(100% - 40px);
}.contact_box69 form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.contact_box69 form input[type="text"] {
    padding: 15px 20px;
}.contact_box69 form .message_widget30 {
    text-align: center;
    width: 100%;
}}.program_details65 {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgba(249, 249, 249, 0.95) 100%);
}.program_details65::before {
    background-image: 
        linear-gradient(45deg, rgb(184,158,202,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(184,158,202,0.5) 25%, transparent 25%);
    z-index: 0;
    right: 0;
    bottom: 0;
    background-size: 60px 60px;
    position: absolute;
    opacity: 0.05;
    content: "";
    left: 0;
    top: 0;
}.program_details65 .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.program_details65 .program_path68 {
    grid-template-columns: 1fr;
    gap: 3rem;
    animation: fadeIn 0.8s ease-out forwards 0.3s;
    display: grid;
    opacity: 0;
    transform: translateY(20px);
}.program_details65 .background_photo24 {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    height: 380px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 8px 16px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(-2deg);
}.program_details65 .background_photo24::after {
    content: "";
    z-index: 1;
    transition: opacity 0.6s ease;
    background: linear-gradient(to bottom right, 
                rgb(215,195,225,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(184,158,202,0.5) 100%);
    right: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}.program_details65 .background_photo24:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.program_details65 .background_photo24:hover::after {
    opacity: 0.2;
}.program_details65 .text_area_wrap53 {
    transform: translateX(0);
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    position: relative;
}.program_details65 .text_area_wrap53::before {
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
    height: 0;
    background: linear-gradient(to bottom, rgb(215,195,225), rgb(184,158,202));
    top: 0;
    position: absolute;
    content: "";
    left: 0;
}.program_details65 .program_path68:hover .text_area_wrap53::before {
    height: 100%;
}.program_details65 h3 {
    position: relative;
    font-size: calc(24px * 1.1);
    color: #000000;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
    transition: transform 0.4s ease;
}.program_details65 h3::after {
    content: "";
    width: 60px;
    transition: width 0.5s ease;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(215,195,225), rgb(184,158,202));
    height: 3px;
    position: absolute;
}.program_details65 .text_area_wrap53:hover h3 {
    transform: translateY(-5px);
}.program_details65 .text_area_wrap53:hover h3::after {
    width: 100px;
}.program_details65 .description {
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    max-height: 200px;
    padding-right: 1rem;
    overflow-y: auto;
    line-height: 1.7;
    font-size: 13px;
}.program_details65 .description::-webkit-scrollbar {
    width: 4px;
}.program_details65 .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}.program_details65 .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(184,158,202,0.5);
}.program_details65 span.description {
    display: none;
}

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

@media (min-width: 768px) {.program_details65 {
    padding: 8rem 0;
}.program_details65 .program_path68 {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.program_details65 .text_area_wrap53 {
    transform: translateX(-30px);
}.program_details65 .program_path68:hover .text_area_wrap53 {
    transform: translateX(0);
}.program_details65 .background_photo24 {
    height: 480px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.program_details65 .background_photo24:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.program_details65 h3 {
    font-size: 24px;
}
}

@media (min-width: 992px) {.program_details65 {
    padding: 10rem 0;
}.program_details65 .container {
    padding: 0 3rem;
}.program_details65 .program_path68 {
    gap: 6rem;
}.program_details65 .text_area_wrap53 {
    padding: 3rem;
}.program_details65 .background_photo24 {
    height: 550px;
}.program_details65 h3 {
    font-size: calc(24px * 1.2);
    margin-bottom: 2rem;
}.program_details65 .description {
    line-height: 1.8;
    max-height: 300px;
}
}

@media (max-width: 767px) {.program_details65 {
    padding: 4rem 0;
}.program_details65 .container {
    padding: 0 1.5rem;
}.program_details65 .background_photo24 {
    margin-bottom: 1rem;
    height: 280px;
}.program_details65 .text_area_wrap53 {
    padding: 1.5rem;
}.program_details65 h3 {
    padding-bottom: 0.75rem;
    font-size: calc(20px * 1.1);
    margin-bottom: 1rem;
}.program_details65 .description {
    font-size: calc(13px * 0.95);
    max-height: 180px;
    line-height: 1.6;
}}.data_insights37 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(237,228,242), rgba(30, 30, 40, 0.7) 85%);
    padding: 80px 0;
}.data_insights37::before {
    left: 0;
    content: "";
    background: radial-gradient(circle at 20% 30%, rgb(215,195,225,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 70%, rgb(184,158,202,0.5) 0%, transparent 30%);
    animation: gradientShift 15s infinite alternate;
    position: absolute;
    opacity: 0.4;
    z-index: -1;
    width: 100%;
    top: 0;
    height: 100%;
}.data_insights37::after {
    background-size: 100px 100px;
    opacity: 0.03;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    content: "";
}.data_insights37 .container {
    gap: 50px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    max-width: 1200px;
    padding: 0 20px;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
}.data_insights37 .statistics_advantage52 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 11px;
    gap: 30px;
    flex: 1;
    padding: 40px;
}.data_insights37 .statistics_advantage52::before {
    animation: borderGlow 6s linear infinite;
    border-radius: calc(11px + 2px);
    top: -2px;
    left: -2px;
    right: -2px;
    background: linear-gradient(45deg, rgb(215,195,225), rgb(184,158,202), rgb(215,195,225));
    z-index: -1;
    position: absolute;
    bottom: -2px;
    opacity: 0.6;
    content: "";
}.data_insights37 .statistics_advantage52:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1),
                inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.data_insights37 .fast_gain34 {
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    position: relative;
    padding: 20px 15px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    justify-content: center;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    text-align: center;
}.data_insights37 .fast_gain34::before {
    background: linear-gradient(90deg, rgb(215,195,225), rgb(184,158,202));
    width: 100%;
    transform: scaleX(0.2);
    transition: transform 0.4s ease;
    content: "";
    bottom: 0;
    left: 0;
    transform-origin: left;
    position: absolute;
    height: 5px;
}.data_insights37 .fast_gain34:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}.data_insights37 .fast_gain34:hover::before {
    transform: scaleX(1);
}.data_insights37 .fast_gain34 h4 {
    font-size: calc(28px + 0.5rem);
    display: inline-block;
    font-weight: 700;
    margin: 0 0 10px;
    color: rgb(215,195,225);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}.data_insights37 .fast_gain34 h4::after {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    background: rgb(184,158,202);
    border-radius: 2px;
    content: "";
    height: 2px;
    width: 40px;
    bottom: -5px;
}.data_insights37 .fast_gain34 span {
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    font-size: 12px;
    max-width: 200px;
}.data_insights37 .fast_gain34:hover span {
    opacity: 1;
}.data_insights37 .boost_statistics37 {
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    flex: 1;
    border-radius: 11px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    padding: 30px;
}.data_insights37 .benefits_track57 {
    position: relative;
    line-height: 1.3;
    margin: 0 0 25px;
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 28px;
}.data_insights37 .benefits_track57::after {
    left: 0;
    background: linear-gradient(90deg, rgb(215,195,225), rgb(184,158,202));
    height: 3px;
    content: "";
    bottom: 0;
    position: absolute;
    width: 80px;
    border-radius: 3px;
}.data_insights37 .statistics_highlights48 {
    color: rgba(255, 255, 255, 0.9);
    padding: 10px 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    opacity: 1;
    line-height: 1.8;
    border-left: 3px solid rgb(215,195,225);
    max-width: 95%;
    font-size: 12px;
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
}.data_insights37 svg {
    fill: rgb(215,195,225);
    width: 24px;
    transition: fill 0.3s ease;
    height: 24px;
}.data_insights37 svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.data_insights37 svg:hover {
    fill: rgb(184,158,202);
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

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

@media (max-width: 992px) {.data_insights37 {
    padding: 60px 0;
}.data_insights37 .container {
    gap: 40px;
    flex-direction: column;
}.data_insights37 .statistics_advantage52 {
    transform: perspective(1000px) rotateY(0deg);
    width: 100%;
}.data_insights37 .boost_statistics37 {
    padding: 30px;
    text-align: center;
    max-width: 100%;
}.data_insights37 .benefits_track57::after {
    transform: translateX(-50%);
    left: 50%;
}.data_insights37 .statistics_highlights48 {
    max-width: 90%;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.data_insights37 {
    padding: 50px 0;
}.data_insights37 .statistics_advantage52 {
    padding: 30px;
    grid-template-columns: 1fr;
}.data_insights37 .fast_gain34 {
    padding: 15px;
}.data_insights37 .fast_gain34 h4 {
    font-size: calc(28px - 0.25rem);
}.data_insights37 .benefits_track57 {
    font-size: calc(28px - 0.25rem);
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.data_insights37 {
    padding: 40px 0;
}.data_insights37 .container {
    padding: 0 15px;
}.data_insights37 .statistics_advantage52 {
    padding: 20px;
}.data_insights37 .benefits_track57 {
    font-size: calc(28px - 0.5rem);
}.data_insights37 .statistics_highlights48 {
    font-size: calc(12px - 0.1rem);
}}.welcome_page32 {
    padding: 2rem 1rem;
    min-height: 100vh;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    background: linear-gradient(135deg, rgb(215,195,225,0.5), rgb(184,158,202));
    overflow: hidden;
}.welcome_page32 > div {
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 2;
}.welcome_page32 .impact_numbers50 {
    transform: translateY(20px);
    margin-bottom: 2rem;
    animation: fadeUp 0.8s ease-out forwards;
    position: relative;
    opacity: 0;
}.welcome_page32 .edu_entry93 {
    letter-spacing: -0.02em;
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
    font-size: clamp(2rem, 5vw, 39px);
    color: #ffffff;
    position: relative;
}.welcome_page32 .edu_entry93::after {
    background: linear-gradient(90deg, rgb(215,195,225), rgb(184,158,202));
    left: 0;
    height: 4px;
    content: "";
    transform-origin: left;
    width: 80px;
    transform: scaleX(0);
    bottom: -12px;
    position: absolute;
    animation: lineExpand 1.2s 0.4s ease forwards;
}.welcome_page32 .course_primary09 {
    display: flex;
    height: auto;
    border-radius: 24px;
    position: relative;
    opacity: 0;
    align-items: center;
    animation: fadeUp 0.8s 0.2s ease-out forwards;
    overflow: hidden;
    transform: translateY(30px);
    min-height: 400px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.welcome_page32 .course_primary09::before {
    right: 0;
    z-index: 1;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}.welcome_page32 .course_primary09 > div {
    position: relative;
    padding: 3rem;
    width: 100%;
    max-width: 800px;
    z-index: 2;
}.welcome_page32 .course_primary09 > div > div {
    transform: translateX(-20px);
    opacity: 0;
    animation: fadeSlideRight 0.8s 0.4s ease-out forwards;
    margin-bottom: 1.5rem;
}.welcome_page32 .course_primary09 p {
    font-weight: 400;
    margin: 0;
    font-size: clamp(1rem, 2vw, 12px);
    position: relative;
    line-height: 1.6;
    color: #ffffff;
    padding-left: 1rem;
}.welcome_page32 .course_primary09 p::before {
    left: 0;
    width: 3px;
    position: absolute;
    height: calc(100% - 1rem);
    content: "";
    background: rgb(184,158,202);
    top: 0.5rem;
}.welcome_page32 .course_primary09 h3 {
    line-height: 1.4;
    color: #ffffff;
    transform: translateY(20px);
    opacity: 0;
    font-size: clamp(1.2rem, 2.5vw, 18px);
    margin: 0;
    max-width: 90%;
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    font-weight: 600;
}.welcome_page32::after {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    top: 0;
    right: 0;
    animation: rotateBg 30s infinite alternate ease-in-out;
    content: "";
    background: rgb(215,195,225,0.5);
    height: 60%;
    opacity: 0.1;
    width: 40%;
    position: absolute;
}.welcome_page32::before {
    animation: rotateBgReverse 30s infinite alternate ease-in-out;
    width: 30%;
    position: absolute;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    background: rgb(184,158,202,0.5);
    bottom: 0;
    height: 40%;
    left: 0;
    opacity: 0.1;
    content: "";
}

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

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

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

@keyframes rotateBg {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(5deg) scale(1.05);
  }
}

@keyframes rotateBgReverse {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(-5deg) scale(1.05);
  }
}

@media (max-width: 992px) {.welcome_page32 {
    padding: 1.5rem;
}.welcome_page32 .course_primary09 {
    min-height: 350px;
}.welcome_page32 .course_primary09 > div {
    padding: 2rem;
}.welcome_page32 .course_primary09 h3 {
    max-width: 100%;
}
}

@media (max-width: 768px) {.welcome_page32 .edu_entry93 {
    text-align: center;
}.welcome_page32 .edu_entry93::after {
    transform: translateX(-50%) scaleX(0);
    animation: lineExpandCenter 1.2s 0.4s ease forwards;
    left: 50%;
}.welcome_page32 .course_primary09 > div {
    padding: 1.5rem;
}.welcome_page32 .course_primary09::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.welcome_page32 .course_primary09 p,
  .welcome_page32 .course_primary09 h3 {
    text-align: center;
}.welcome_page32 .course_primary09 p {
    padding-top: 1rem;
    padding-left: 0;
}.welcome_page32 .course_primary09 p::before {
    top: 0;
    height: 3px;
    transform: translateX(-50%);
    width: 30px;
    left: 50%;
}
}

@keyframes lineExpandCenter {
  from {
    transform: translateX(-50%) scaleX(0);
  }
  to {
    transform: translateX(-50%) scaleX(1);
  }
}

@media (max-width: 576px) {.welcome_page32 {
    padding: 1rem;
}.welcome_page32 .course_primary09 {
    min-height: 300px;
}.welcome_page32 .course_primary09 > div {
    padding: 1rem;
}
}

@media (hover: hover) {.welcome_page32 .course_primary09 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.welcome_page32 .course_primary09:hover {
    transform: translateY(0) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}}.course_methodology64 {
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgba(245, 247, 252, 0.97) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.course_methodology64::before {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, rgba(var(--primary-color-rgb), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(var(--primary-color-rgb), 0.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(var(--primary-color-rgb), 0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(var(--primary-color-rgb), 0.03) 75%);
    top: 0;
    pointer-events: none;
    z-index: 1;
    height: 100%;
}.course_methodology64::after {
    animation: floatBackground 15s ease-in-out infinite alternate;
    content: "";
    background: linear-gradient(145deg, rgba(var(--primary-color-rgb), 0.15) 0%, rgba(var(--secondary-color-rgb), 0.07) 100%);
    filter: blur(20px);
    z-index: 0;
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    right: -10%;
    width: 40%;
    position: absolute;
    top: -5%;
}.course_methodology64 .impact_facts36 {
    margin: 0 auto;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 5;
    padding: 0 30px;
    max-width: 1200px;
}.course_methodology64 h2 {
    color: #000000;
    opacity: 0;
    margin-bottom: 40px;
    transform: translateX(-5px);
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.28, 1.12);
    font-size: 37px;
}.course_methodology64 h2::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(215,195,225) 0%, rgb(184,158,202) 100%);
    content: "";
    bottom: 0;
    animation: growLine 1.2s 0.7s forwards cubic-bezier(0.17, 0.67, 0.28, 1.12);
    width: 0;
    height: 3px;
    left: 0;
}.course_methodology64 h2::after {
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(215,195,225,0.5) 0%, transparent 70%);
    bottom: -15px;
    content: "";
    z-index: -1;
    position: absolute;
    width: 40px;
    height: 40px;
    transform: rotate(45deg) translateX(25px);
    border-radius: 10px;
    left: 0;
}.course_methodology64 .text_area_wrap53 {
    margin-left: 20px;
    border-left: 4px solid rgb(215,195,225);
    background: rgba(var(--white-color-rgb), 0.95);
    transition: transform 0.5s ease;
    transform: translateY(20px) translateX(5px) rotate(-1deg);
    opacity: 0;
    backdrop-filter: blur(10px);
    position: relative;
    animation: slideInContent 1s 0.5s forwards cubic-bezier(0.17, 0.67, 0.28, 1.12);
    padding: 35px 40px;
    box-shadow: 
        -15px 15px 30px rgba(var(--dark-color-rgb), 0.05),
        5px -5px 30px rgba(var(--dark-color-rgb), 0.02);
}.course_methodology64 .text_area_wrap53:hover {
    box-shadow: 
        -20px 20px 40px rgba(var(--dark-color-rgb), 0.07),
        10px -10px 40px rgba(var(--dark-color-rgb), 0.03);
    transform: translateY(0) translateX(0) rotate(0) scale(1.01);
}.course_methodology64 .text_area_wrap53::before {
    height: 40px;
    background: linear-gradient(135deg, rgb(184,158,202) 0%, transparent 100%);
    position: absolute;
    content: "";
    border-radius: 0 50% 50% 50%;
    left: -20px;
    z-index: -1;
    width: 40px;
    top: 20px;
    opacity: 0.2;
}.course_methodology64 .text_area_wrap53::after {
    width: 70%;
    content: "";
    background: linear-gradient(90deg, transparent 0%, rgba(var(--dark-color-rgb), 0.06) 100%);
    filter: blur(5px);
    height: 10px;
    position: absolute;
    right: 30px;
    z-index: -2;
    bottom: -10px;
}.course_methodology64 p {
    animation: fadeInText 1s 0.9s forwards ease-out;
    color: #000000;
    margin: 0;
    transform: translateY(10px);
    font-size: 15px;
    opacity: 0;
    line-height: 1.8;
}.course_methodology64 p::first-letter {
    font-size: 1.2em;
    color: rgb(215,195,225);
    font-weight: 600;
}

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

@keyframes growLine {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

@keyframes slideInContent {
    0% {
        transform: translateY(50px) translateX(5px) rotate(-1deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) translateX(0) rotate(0);
        opacity: 1;
    }
}

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

@keyframes floatBackground {
    0% {
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    100% {
        transform: rotate(-12deg) skewX(12deg) translate(15px, 15px);
    }
}

@media (max-width: 1100px) {.course_methodology64 {
    padding: 100px 0;
}.course_methodology64 h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.9);
}.course_methodology64 .text_area_wrap53 {
    padding: 30px 35px;
}
}

@media (max-width: 767px) {.course_methodology64 {
    padding: 80px 0;
}.course_methodology64::after {
    height: 40%;
    right: -20%;
    top: -10%;
    width: 60%;
}.course_methodology64 .impact_facts36 {
    padding: 0 20px;
    transform: perspective(1000px) rotateX(1deg);
}.course_methodology64 h2 {
    font-size: calc(37px * 0.85);
    margin-bottom: 25px;
}.course_methodology64 .text_area_wrap53 {
    padding: 25px 20px;
    margin-left: 10px;
}.course_methodology64 p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.course_methodology64 {
    padding: 60px 0;
}.course_methodology64 .impact_facts36 {
    padding: 0 15px;
    transform: none;
}.course_methodology64 h2 {
    font-size: calc(37px * 0.75);
    margin-bottom: 20px;
    padding-bottom: 10px;
}.course_methodology64 h2::before {
    height: 2px;
}.course_methodology64 .text_area_wrap53 {
    padding: 20px 15px;
    border-left-width: 3px;
    margin-left: 0;
}.course_methodology64 .text_area_wrap53::before {
    top: 10px;
    width: 20px;
    left: -10px;
    height: 20px;
}.course_methodology64 p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}.thxWrapper05 {
    position: relative;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0;
}.thxWrapper05::before {
    background: rgb(184,158,202,0.5);
    left: -50px;
    height: 300px;
    filter: blur(80px);
    top: -50px;
    position: absolute;
    width: 300px;
    content: "";
    animation: float 12s ease-in-out infinite;
    z-index: 0;
}.thxWrapper05::after {
    filter: blur(70px);
    right: -80px;
    background: rgb(215,195,225,0.5);
    bottom: -80px;
    animation: float 15s ease-in-out infinite reverse;
    position: absolute;
    height: 280px;
    content: "";
    z-index: 0;
    width: 280px;
}.thxWrapper05 .container {
    position: relative;
    z-index: 2;
}.thxWrapper05 .impact_facts36 {
    background: rgba(255, 255, 255, 0.85);
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    clip-path: polygon(
        0% 0%, 
        97% 0%, 
        100% 3%, 
        100% 100%, 
        3% 100%, 
        0% 97%
    );
    padding: 3.5rem;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(15px);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.thxWrapper05 .impact_facts36::before {
    top: 0;
    pointer-events: none;
    left: 0;
    background-size: 10px 10px;
    height: 100%;
    opacity: 0.08;
    position: absolute;
    background: linear-gradient(45deg, transparent 48%, rgb(184,158,202,0.5) 49%, transparent 51%);
    width: 100%;
    content: "";
}.thxWrapper05 .impact_facts36 > div:first-child {
    position: relative;
}.thxWrapper05 .impact_facts36 > div:first-child::after {
    transform-origin: left center;
    width: 80px;
    transform: scaleX(1);
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    bottom: -1rem;
    height: 4px;
    background: linear-gradient(90deg, rgb(215,195,225) 0%, rgb(184,158,202) 100%);
    left: 0;
}.thxWrapper05 .impact_facts36:hover > div:first-child::after {
    transform: scaleX(1.5);
}.thxWrapper05 h5 {
    font-weight: 700;
    transform: translateX(0);
    font-family: Ubuntu, sans-serif;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 0.5rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 18px;
}.thxWrapper05 .impact_facts36:hover h5 {
    transform: translateX(10px);
}.thxWrapper05 a {
    transform: translateY(0);
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.thxWrapper05 a:hover {
    transform: translateY(-5px);
}.thxWrapper05 a::before {
    bottom: 0;
    position: absolute;
    transition: height 0.5s ease, opacity 0.5s ease;
    background: linear-gradient(to top, rgb(215,195,225,0.5) 0%, transparent 100%);
    z-index: -1;
    height: 0;
    content: "";
    opacity: 0;
    width: 100%;
    left: 0;
}.thxWrapper05 a:hover::before {
    opacity: 0.1;
    height: 100%;
}.thxWrapper05 p {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
    font-family: Ubuntu, sans-serif;
    margin: 0;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

@media (min-width: 768px) {.thxWrapper05 {
    padding: 150px 0;
}.thxWrapper05 .impact_facts36 {
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.thxWrapper05 h5 {
    margin-bottom: 0;
    font-size: calc(18px * 1.1);
}.thxWrapper05 p {
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 992px) {.thxWrapper05 {
    padding: 180px 0;
}.thxWrapper05 .impact_facts36 {
    padding: 5rem;
}.thxWrapper05 h5 {
    font-size: calc(18px * 1.2);
}.thxWrapper05 .impact_facts36 > div:first-child::after {
    width: 100px;
}
}

@media (max-width: 767px) {.thxWrapper05 {
    padding: 80px 0;
}.thxWrapper05 .impact_facts36 {
    padding: 2.5rem;
}.thxWrapper05 h5 {
    font-size: calc(18px * 0.9);
}.thxWrapper05 p {
    font-size: calc(14px * 0.95);
}.thxWrapper05 .impact_facts36 > div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.thxWrapper05 {
    padding: 60px 0;
}.thxWrapper05 .impact_facts36 {
    padding: 2rem;
    clip-path: polygon(
            0% 0%, 
            95% 0%, 
            100% 5%, 
            100% 100%, 
            5% 100%, 
            0% 95%
        );
}.thxWrapper05 h5 {
    font-size: calc(18px * 0.85);
}.thxWrapper05 p {
    font-size: calc(14px * 0.9);
}}.future_learners09 {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(184,158,202,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}.future_learners09::before {
    content: "";
    z-index: -1;
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
    height: 100%;
    top: 0;
    width: 100%;
    background-size: 40px 40px;
    position: absolute;
    left: 0;
}.future_learners09::after {
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(215,195,225,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(184,158,202,0.5), 0.2) 0%, transparent 50%);
    position: absolute;
    top: 0;
    left: 0;
}.future_learners09 .impact_facts36 {
    flex-direction: column;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1100px;
    display: flex;
    position: relative;
}.future_learners09 h3 {
    padding: 1rem 0;
    display: inline-block;
    background: rgba(rgb(215,195,225,0.5), 0.2);
    margin-bottom: 3rem;
    border-radius: 10px 0 0 10px;
    align-self: flex-end;
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    padding: 0.8rem 2rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 29px;
    text-align: right;
    position: relative;
}.future_learners09 h3::before {
    top: 0;
    content: "";
    right: 0;
    background: rgb(215,195,225);
    width: 10px;
    position: absolute;
    height: 100%;
}.future_learners09 h3::after {
    background: linear-gradient(
        to left,
        rgb(215,195,225),
        transparent
    );
    content: "";
    bottom: -10px;
    width: 100%;
    right: 0;
    position: absolute;
    height: 1px;
}.future_learners09 ul {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-rows: repeat(2, auto);
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
}.future_learners09 li {
    align-items: flex-start;
    border-radius: 10px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
    border: 1px solid rgba(#ffffff, 0.1);
    padding: 1.5rem;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
}.future_learners09 li::before {
    transition: opacity 0.3s ease;
    width: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    height: 4px;
    background: linear-gradient(
        90deg,
        rgb(215,195,225,0.5),
        rgb(184,158,202,0.5)
    );
    content: "";
}.future_learners09 li::after {
    opacity: 0;
    position: absolute;
    height: 30px;
    top: 0;
    right: 0;
    transition: opacity 0.3s ease;
    content: "";
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(215,195,225,0.5), 0.2) 50%);
    width: 30px;
    z-index: 1;
}.future_learners09 li:hover {
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
    border-color: rgba(rgb(215,195,225,0.5), 0.3);
    transform: translateY(-5px);
}.future_learners09 li:hover::before,
.future_learners09 li:hover::after {
    opacity: 1;
}.future_learners09 li svg {
    margin-right: 1.2rem;
    transition: all 0.3s ease;
    width: 32px;
    position: relative;
    flex-shrink: 0;
    height: 32px;
    fill: rgb(184,158,202);
    top: 2px;
}.future_learners09 li svg path {
    fill: rgb(184,158,202);
    transition: fill 0.3s ease;
}.future_learners09 li:hover svg {
    transform: scale(1.2);
}.future_learners09 li:hover svg path {
    fill: rgb(215,195,225);
}.future_learners09 li::before {
    opacity: 0.5;
    width: 100%;
    top: 0;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgb(184,158,202),
        transparent
    );
    content: "";
    left: 0;
    position: absolute;
    transition: opacity 0.3s ease;
}.future_learners09 li {
    line-height: 1.5;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
}

@media (min-width: 992px) {.future_learners09 ul {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, 1fr);
}.future_learners09 li:first-child {
    grid-row: 1;
    grid-column: 1;
}.future_learners09 li:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.future_learners09 li:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}.future_learners09 li:nth-child(4) {
    grid-row: 2;
    grid-column: 1;
}.future_learners09 li:nth-child(5) {
    grid-row: 2;
    grid-column: 2;
}.future_learners09 li:nth-child(6) {
    grid-row: 2;
    grid-column: 3;
}
}

@media (max-width: 991px) {.future_learners09 {
    padding: 4rem 0;
}.future_learners09 h3 {
    padding: 0.7rem 1.5rem;
    margin-bottom: 2.5rem;
    font-size: calc(29px * 0.9);
}.future_learners09 ul {
    gap: 1.2rem;
}
}

@media (max-width: 768px) {.future_learners09 {
    padding: 3.5rem 0;
}.future_learners09 .impact_facts36 {
    padding: 0 1.5rem;
}.future_learners09 h3 {
    text-align: center;
    align-self: center;
    margin-bottom: 2rem;
    border-radius: 10px;
    font-size: calc(29px * 0.8);
    padding: 0.6rem 1.5rem;
    width: auto;
}.future_learners09 h3::before {
    right: 0;
    left: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    height: 4px;
}.future_learners09 h3::after {
    display: none;
}.future_learners09 ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}
}

@media (max-width: 480px) {.future_learners09 {
    padding: 3rem 0;
}.future_learners09 .impact_facts36 {
    padding: 0 1rem;
}.future_learners09 h3 {
    margin-bottom: 1.5rem;
    padding: 0.5rem 1.2rem;
    font-size: calc(29px * 0.7);
}.future_learners09 li {
    padding: 1.2rem;
}.future_learners09 li svg {
    height: 28px;
    margin-right: 0.8rem;
    width: 28px;
}}.start_now94 {
    background: linear-gradient(135deg, rgb(237,228,242) 0%, rgb(184,158,202,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    perspective: 1000px;
}.start_now94::before {
    left: 0;
    content: '';
    width: 100%;
    background: linear-gradient(45deg, rgb(215,195,225,0.5) 0%, transparent 70%);
    transform: translateZ(-10px);
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    opacity: 0.15;
    pointer-events: none;
}.start_now94::after {
    height: 15rem;
    content: '';
    position: absolute;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    bottom: -2rem;
    right: -2rem;
    width: 15rem;
    background: rgb(215,195,225);
    animation: rotate 30s infinite linear;
    opacity: 0.05;
    z-index: 0;
}.start_now94 .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    transform-style: preserve-3d;
    position: relative;
}.start_now94 h2 {
    font-weight: 700;
    color: #000000;
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    transform: translateZ(20px);
    position: relative;
    margin-bottom: 2.5rem;
    font-size: 32px;
}.start_now94 .impact_facts36 {
    gap: 2.5rem;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    transform: translateZ(30px) rotateX(2deg);
    grid-template-columns: auto 1fr;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.3, 1.33);
    backdrop-filter: blur(5px);
    opacity: 0;
    border-left: 3px solid rgb(215,195,225);
    padding: 3rem;
    box-shadow: 
    0 10px 30px rgba(0,0,0,0.08),
    0 1px 0 rgba(255,255,255,0.7) inset,
    0 -20px 50px rgb(215,195,225,0.5) inset;
    transform-origin: center bottom;
    display: grid;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    align-items: center;
}.start_now94 .impact_facts36:hover {
    box-shadow: 
    0 15px 35px rgba(0,0,0,0.12),
    0 1px 0 rgba(255,255,255,0.8) inset,
    0 -20px 50px rgb(215,195,225,0.5) inset;
    transform: translateZ(40px) rotateX(0deg) scale(1.02);
}.start_now94 svg {
    width: 4.5rem;
    height: 4.5rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(10px) translateY(-5px);
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
}.start_now94 .impact_facts36:hover svg {
    transform: translateZ(20px) translateY(-8px) rotate(5deg);
}.start_now94 svg path {
    fill: rgb(215,195,225);
    transition: fill 0.3s ease;
}.start_now94 .impact_facts36:hover svg path {
    fill: rgb(184,158,202);
}.start_now94 .impact_facts36 > div {
    transform: translateZ(15px);
    text-align: center;
}.start_now94 .message_widget30 {
    transition: transform 0.3s cubic-bezier(0.17, 0.67, 0.3, 1.33), box-shadow 0.3s ease;
    display: inline-block;
    text-decoration: none;
    padding: 1rem 2.5rem;
    font-weight: 600;
    z-index: 1;
    background: linear-gradient(135deg, rgb(215,195,225), rgb(184,158,202) 120%);
    box-shadow: 
    0 6px 16px -8px rgb(215,195,225,0.5),
    0 2px 0 rgb(215,195,225,0.5) inset;
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: none;
}.start_now94 .message_widget30::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    z-index: -1;
    position: absolute;
    width: 100%;
    transition: transform 0.6s ease;
    height: 100%;
    left: -100%;
    content: '';
}.start_now94 .message_widget30:hover {
    box-shadow: 
    0 10px 20px -5px rgb(215,195,225,0.5),
    0 2px 0 rgb(255, 255, 255, 0.5) inset;
    transform: translateY(-3px) scale(1.05);
}.start_now94 .message_widget30:hover::before {
    transform: translateX(200%);
}.start_now94 .message_widget30:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 
    0 2px 10px -3px rgb(215,195,225,0.5),
    0 1px 0 rgb(255, 255, 255, 0.5) inset;
}

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

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 992px) {.start_now94 {
    padding: 4rem 0;
}.start_now94 h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.9);
}.start_now94 .impact_facts36 {
    gap: 2rem;
    padding: 2.5rem;
    transform: translateZ(20px) rotateX(1deg);
}
}

@media (max-width: 768px) {.start_now94 {
    padding: 3.5rem 0;
}.start_now94 h2 {
    font-size: calc(32px * 0.8);
    line-height: 1.4;
}.start_now94 .impact_facts36 {
    padding: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    text-align: center;
    transform: translateZ(15px) rotateX(0deg);
    gap: 1.5rem;
}.start_now94 svg {
    width: 4rem;
    margin: 0 auto;
    height: 4rem;
}.start_now94 .message_widget30 {
    padding: 0.9rem 2rem;
}.start_now94::after {
    height: 10rem;
    width: 10rem;
}
}

@media (max-width: 576px) {.start_now94 {
    padding: 3rem 0;
}.start_now94 h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.5rem;
}.start_now94 .impact_facts36 {
    transform: translateZ(10px) rotateX(0deg);
    padding: 1.5rem;
    gap: 1rem;
}.start_now94 svg {
    height: 3.5rem;
    width: 3.5rem;
}.start_now94 .message_widget30 {
    padding: 0.8rem 1.8rem;
    font-size: calc(14px * 0.9);
}.start_now94::after {
    display: none;
}.start_now94 .container {
    padding: 0 1rem;
}}header {
    background: #000000;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(215,195,225,0.5) 100%);
    left: 0;
    width: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    z-index: 1000;
}header::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    opacity: 0.03;
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(184,158,202,0.5) 10px,
            rgb(184,158,202,0.5) 11px
        );
}header::after {
    width: 100%;
    background-size: 200% 100%;
    left: 0;
    content: "";
    animation: gradient-shift 8s linear infinite;
    z-index: 5;
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(215,195,225),
        rgb(184,158,202),
        rgb(215,195,225));
    top: 0;
}header .container {
    position: relative;
    align-items: center;
    flex-direction: column;
    display: flex;
    padding: 0;
}header .site_start92 {
    align-items: center;
    z-index: 2;
    flex-direction: column;
    position: relative;
    width: 100%;
    display: flex;
    padding-top: 1.5rem;
}header .top_pagebar12 {
    justify-content: center;
    text-decoration: none;
    padding: 0.5rem 2rem;
    position: relative;
    margin-bottom: 2rem;
    z-index: 3;
    display: flex;
}header .top_pagebar12::before {
    width: 160%;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(184,158,202,0.5) 20%,
        rgb(184,158,202) 50%,
        rgb(184,158,202,0.5) 80%,
        transparent 100%);
    height: 1px;
    left: -30%;
    position: absolute;
    bottom: -10px;
}header .top_pagebar12::after {
    content: "";
    width: 40px;
    z-index: -1;
    filter: blur(20px);
    background: rgb(215,195,225,0.5);
    position: absolute;
    opacity: 0.5;
    height: 40px;
    border-radius: 50%;
    animation: orb-float 5s ease-in-out infinite alternate;
}header .top_pagebar12 svg {
    width: auto;
    position: relative;
    height: 48px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 8px rgb(215,195,225,0.5));
    z-index: 2;
}header .top_pagebar12:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(215,195,225));
}header .top_base23 {
    position: relative;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    gap: 1rem;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    width: 100vw;
    padding: 1rem 0;
    overflow-x: auto;
    display: flex;
    justify-content: center;
}header .top_base23::-webkit-scrollbar {
    display: none;
}header .top_base23::before {
    background: rgb(215,195,225,0.5);
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    height: 1px;
}header .top_pagewrap35 {
    letter-spacing: 0.5px;
    color: #ffffff;
    transition: all 0.3s ease;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    font-family: Ubuntu, sans-serif;
    border: 1px solid rgb(215,195,225,0.5);
    padding: 0.6rem 1.8rem;
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    font-weight: 400;
    font-size: 15px;
}header .top_pagewrap35::before {
    content: "";
    background: linear-gradient(90deg,
        transparent,
        rgb(184,158,202,0.5),
        transparent);
    opacity: 0.5;
    transition: left 0.5s ease;
    position: absolute;
    width: 100%;
    left: -100%;
    top: 0;
    height: 100%;
}header .top_pagewrap35::after {
    box-shadow: 0 0 10px rgb(184,158,202);
    content: "";
    right: 12px;
    top: 50%;
    border-radius: 50%;
    position: absolute;
    background: rgb(184,158,202);
    height: 8px;
    transition: transform 0.3s ease;
    transform: translateY(-50%) scale(0);
    width: 8px;
}header .top_pagewrap35:hover {
    box-shadow: 0 0 15px rgb(215,195,225,0.5),
                inset 0 0 10px rgb(215,195,225,0.5);
    color: rgb(184,158,202);
    border-color: rgb(184,158,202);
    transform: translateY(-2px);
}header .top_pagewrap35:hover::before {
    left: 100%;
}header .top_pagewrap35:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .top_pagebar12 {
    margin-bottom: 1.5rem;
}header .top_pagebar12 svg {
    height: 42px;
}header .top_pagewrap35 {
    padding: 0.5rem 1.5rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header .site_start92 {
    padding-top: 1rem;
}header .top_pagebar12 {
    margin-bottom: 1rem;
}header .top_pagebar12 svg {
    height: 36px;
}header .top_base23 {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .top_pagewrap35 {
    margin: 0 0.2rem;
    padding: 0.4rem 1.2rem;
    font-size: calc(15px - 2px);
}header .top_pagewrap35:first-child {
    margin-left: 1rem;
}header .top_pagewrap35:last-child {
    margin-right: 1rem;
}header .top_pagewrap35::after {
    width: 6px;
    height: 6px;
    right: 8px;
}}.connect64 {
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(237,228,242) 0%, #ffffff 100%);
    overflow: hidden;
}.connect64::before {
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    z-index: 0;
    height: 300px;
    top: -10%;
    right: -5%;
    content: "";
    background: linear-gradient(45deg, rgb(215,195,225,0.5) 0%, rgb(184,158,202,0.5) 100%);
    width: 300px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.1;
}.connect64::after {
    content: "";
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background: linear-gradient(225deg, rgb(184,158,202,0.5) 0%, rgb(215,195,225,0.5) 100%);
    bottom: -5%;
    height: 250px;
    opacity: 0.1;
    position: absolute;
    left: -5%;
    z-index: 0;
    animation: float 18s ease-in-out infinite alternate-reverse;
    width: 250px;
}.connect64 h1 {
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
    z-index: 1;
    transform: translateY(10px);
    font-weight: 700;
    margin-bottom: 50px;
    opacity: 0;
    position: relative;
    font-size: 39px;
    color: #000000;
}.connect64 h1::after {
    left: 50%;
    content: "";
    bottom: -15px;
    height: 3px;
    background: linear-gradient(90deg, rgb(215,195,225) 0%, rgb(184,158,202) 100%);
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
}.connect64 .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.connect64 .submit_request43 {
    padding: 40px;
    grid-template-columns: 1fr;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    gap: 40px;
    border-radius: 28px;
    display: grid;
    overflow: hidden;
    animation: fadeInUp 1s ease-out 0.3s forwards;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.connect64 .submit_request43::before {
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(215,195,225) 0%, rgb(184,158,202) 100%);
    width: 5px;
}.connect64 .submit_request43 > div {
    position: relative;
    animation: fadeInRight 0.6s ease-out forwards;
    padding: 15px 0;
    opacity: 0;
    animation-delay: calc(0.4s + var(--animation-order, 0) * 0.2s);
    transform: translateX(-10px);
}.connect64 .submit_request43 > div:nth-child(1) {
    --animation-order: 1;
}.connect64 .submit_request43 > div:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    --animation-order: 2;
}.connect64 .submit_request43 > div:nth-child(3) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    --animation-order: 3;
}.connect64 .submit_request43 > div > div {
    max-width: 90%;
    line-height: 1.6;
    color: #000000;
    font-size: calc(13px + 1px);
}.connect64 h6 {
    color: #000000;
    font-size: 21px;
    align-items: center;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
}.connect64 span {
    color: #000000;
    display: block;
    font-size: 13px;
    transition: color 0.3s ease;
    padding-left: 25px;
}.connect64 .contact_now61 {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.connect64 .message_card83 {
    font-size: 13px;
    color: #000000;
    display: flex;
    padding-bottom: 5px;
    position: relative;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
}.connect64 .message_card83::after {
    left: 0;
    content: "";
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, rgb(215,195,225) 0%, rgb(184,158,202) 100%);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 0;
}.connect64 .message_card83:hover {
    color: rgb(215,195,225);
    transform: translateX(5px);
}.connect64 .message_card83:hover::after {
    width: 100%;
}.connect64 svg {
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
    margin-left: 8px;
}.connect64 svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.connect64 .message_card83:hover svg {
    transform: scale(1.1);
}.connect64 .message_card83:hover svg path {
    fill: rgb(215,195,225);
}

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

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

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

@media (min-width: 768px) {.connect64 {
    padding: 150px 0 100px;
}.connect64 .submit_request43 {
    padding: 60px;
    grid-template-columns: 1fr 1fr;
}.connect64 .submit_request43 > div:first-child {
    grid-column: 1 / -1;
}.connect64 h1 {
    margin-bottom: 60px;
    font-size: calc(39px + 0.5rem);
}.connect64 h1::after {
    width: 100px;
}
}

@media (min-width: 992px) {.connect64 {
    padding: 180px 0 120px;
}.connect64 .submit_request43 {
    gap: 30px;
    grid-template-columns: 2fr 1fr 1fr;
}.connect64 .submit_request43 > div:first-child {
    grid-column: auto;
}.connect64 .submit_request43 > div {
    padding-left: 30px;
    border-top: none !important;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}.connect64 .submit_request43 > div:first-child {
    padding-left: 0;
    border-left: none;
}.connect64 h6 {
    margin-bottom: 20px;
}
}

@media (max-width: 576px) {.connect64 {
    padding: 80px 0 60px;
}.connect64 .submit_request43 {
    padding: 30px 20px;
}.connect64 h1 {
    margin-bottom: 40px;
    font-size: calc(39px - 0.5rem);
}.connect64 .submit_request43 > div > div {
    max-width: 100%;
}.connect64 .contact_now61 {
    gap: 15px;
}}.secure_preserve19 {
    font-family: Ubuntu, sans-serif;
    background-color: rgb(237,228,242);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
}.secure_preserve19 h1 {
    font-size: 47px;
    margin-bottom: 20px;
    color: rgb(215,195,225);
    font-weight: 700;
}.secure_preserve19 h2 {
    font-weight: 600;
    color: rgb(184,158,202);
    margin-top: 30px;
    font-size: 37px;
    margin-bottom: 15px;
}.secure_preserve19 h3, .secure_preserve19 h4, .secure_preserve19 h5, .secure_preserve19 h6 {
    color: rgb(215,195,225);
    font-weight: 400;
    margin: 1rem 0;
}.secure_preserve19 ul {
    list-style-type: disc;
    margin-left: 20px;
}.secure_preserve19 ol {
    list-style-type: decimal;
    margin-left: 20px;
}.secure_preserve19 li {
    font-size: 12px;
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.6;
}.secure_preserve19 section {
    margin-top: 20px;
    margin-bottom: 20px;
}.secure_preserve19 p {
    line-height: 1.8;
    margin-bottom: 15px;
    color: #000000;
    font-size: 12px;
}.secure_preserve19 span {
    font-weight: 600;
    color: rgb(184,158,202);
}.secure_preserve19 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.secure_preserve19 {
    padding: 20px 10px;
}.secure_preserve19 h1 {
    font-size: calc(23px - 5px);
}.secure_preserve19 h2 {
    font-size: calc(23px - 5px);
}.secure_preserve19 p, .secure_preserve19 li {
    font-size: calc(12px - 2px);
}}
.who_we_are93 {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
    color: #ffffff;
}.who_we_are93::before {
    height: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(215,195,225,0.5), rgba(0, 0, 0, 0.5) 80%);
    position: absolute;
    content: "";
}.who_we_are93::after {
    background: radial-gradient(circle at center, rgb(184,158,202,0.5) 0%, transparent 70%);
    content: "";
    height: 70%;
    width: 50%;
    top: -10%;
    z-index: 2;
    position: absolute;
    right: -10%;
    opacity: 0.6;
    animation: float 15s ease-in-out infinite;
}.who_we_are93 h4 {
    opacity: 1;
    z-index: 5;
    margin-bottom: 30px;
    text-transform: uppercase;
    animation: fadeInDown 0.8s ease-out;
    font-size: calc(32px * 1.2);
    font-weight: 700;
    text-align: center;
    transform: translateY(0);
    color: #ffffff;
    letter-spacing: 2px;
    position: relative;
}.who_we_are93 h4::after {
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(184,158,202), transparent);
    transform: translateX(-50%);
    width: 80px;
}.who_we_are93 .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 5;
    position: relative;
    max-width: 1200px;
}.who_we_are93 .text_area_wrap53 {
    backdrop-filter: blur(10px);
    position: relative;
    animation: slideInUp 1s ease-out;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(-2deg);
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    border-left: 3px solid rgb(184,158,202);
    padding: 40px;
}.who_we_are93 .text_area_wrap53:hover {
    transform: perspective(1000px) rotateY(0);
}.who_we_are93 .text_area_wrap53::before {
    right: 20px;
    border-right: 2px solid rgb(184,158,202,0.5);
    content: "";
    height: 70px;
    position: absolute;
    width: 70px;
    opacity: 0.6;
    border-top: 2px solid rgb(184,158,202,0.5);
    top: 20px;
}.who_we_are93 .text_area_wrap53::after {
    content: "";
    border-left: 2px solid rgb(184,158,202,0.5);
    left: 20px;
    opacity: 0.6;
    bottom: 20px;
    position: absolute;
    border-bottom: 2px solid rgb(184,158,202,0.5);
    width: 70px;
    height: 70px;
}.who_we_are93 h6 {
    animation: fadeInLeft 0.8s ease-out 0.3s backwards;
    position: relative;
    color: rgb(184,158,202);
    padding-right: 15px;
    font-size: calc(23px * 1.2);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px;
}.who_we_are93 h6::after {
    animation: growLine 0.6s 1s forwards;
    transform: scaleX(0);
    width: 40px;
    bottom: -8px;
    content: "";
    position: absolute;
    height: 2px;
    background-color: rgb(184,158,202);
    transform-origin: left;
    left: 0;
}.who_we_are93 .text_area_wrap53 div {
    position: relative;
    padding-right: 10px;
    overflow-y: auto;
    margin-bottom: 20px;
    max-height: 380px;
}.who_we_are93 .text_area_wrap53 div::-webkit-scrollbar {
    width: 4px;
}.who_we_are93 .text_area_wrap53 div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.who_we_are93 .text_area_wrap53 div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(184,158,202,0.5);
}.who_we_are93 .text_area_wrap53 span {
    animation: fadeIn 1s ease-out 0.6s backwards;
    text-align: justify;
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.9;
    color: #ffffff;
    display: block;
}

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

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

@keyframes slideInUp {
    from {
        transform: perspective(1000px) rotateY(-2deg) translateY(50px);
        opacity: 0;
    }
    to {
        transform: perspective(1000px) rotateY(-2deg) translateY(0);
        opacity: 1;
    }
}

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

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

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

@media screen and (min-width: 992px) {.who_we_are93 {
    padding: 150px 0 100px;
}.who_we_are93 h4 {
    font-size: calc(42px * 0.8);
    margin-bottom: 50px;
}.who_we_are93 .text_area_wrap53 {
    max-width: 90%;
    padding: 60px;
    margin: 0 auto;
}.who_we_are93 h6 {
    margin-bottom: 30px;
    font-size: 23px;
}.who_we_are93 .text_area_wrap53 div {
    max-height: 450px;
}.who_we_are93 .text_area_wrap53 span {
    font-size: calc(14px * 1.1);
    line-height: 2;
}
}

@media screen and (max-width: 991px) {.who_we_are93 {
    padding: 100px 0 70px;
}.who_we_are93 .text_area_wrap53 {
    transform: perspective(800px) rotateY(-1deg);
}
}

@media screen and (max-width: 767px) {.who_we_are93 {
    padding: 80px 0 60px;
}.who_we_are93 h4 {
    font-size: calc(32px * 0.9);
    margin-bottom: 25px;
}.who_we_are93 .text_area_wrap53 {
    transform: none;
    padding: 30px 20px;
}.who_we_are93 h6 {
    font-size: calc(22px * 1.1);
    margin-bottom: 20px;
}.who_we_are93 .text_area_wrap53::before,
    .who_we_are93 .text_area_wrap53::after {
    height: 50px;
    width: 50px;
}.who_we_are93 .text_area_wrap53 div {
    max-height: 300px;
}.who_we_are93 .text_area_wrap53 span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media screen and (max-width: 480px) {.who_we_are93 {
    padding: 60px 0 40px;
}.who_we_are93 h4 {
    font-size: 32px;
}.who_we_are93 .text_area_wrap53 {
    padding: 25px 15px;
}.who_we_are93 h6 {
    font-size: 22px;
}.who_we_are93 .text_area_wrap53::before,
    .who_we_are93 .text_area_wrap53::after {
    width: 40px;
    height: 40px;
}.who_we_are93 .text_area_wrap53 div {
    max-height: 250px;
}.who_we_are93 .text_area_wrap53 span {
    line-height: 1.6;
    font-size: 14px;
}}.join_our_mailing_list63 {
    background: rgb(184,158,202);
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
}.join_our_mailing_list63::before {
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(215,195,225,0.5) 0%, transparent 40%);
}.join_our_mailing_list63::after {
    transform: rotate(-15deg) skew(15deg);
    height: 60%;
    position: absolute;
    right: -5%;
    content: "";
    opacity: 0.15;
    z-index: 1;
    bottom: -10%;
    background: rgb(215,195,225);
    width: 30%;
}.join_our_mailing_list63 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}.join_our_mailing_list63 .impact_facts36 {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    background: #ffffff;
    backdrop-filter: blur(5px);
    padding: 3rem;
    border-left: 4px solid rgb(215,195,225);
}.join_our_mailing_list63 .impact_facts36:hover {
    transform: translateY(-5px);
}.join_our_mailing_list63 .impact_facts36::before {
    opacity: 0.05;
    width: 100%;
    top: 0;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(184,158,202,0.5) 0,
        rgb(184,158,202,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
}.join_our_mailing_list63 h3 {
    font-family: Ubuntu, sans-serif;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.4;
    font-size: calc(20px * 0.9);
    color: #000000;
    font-weight: 600;
}.join_our_mailing_list63 h3::after {
    left: 0;
    background: rgb(215,195,225);
    transform: scaleX(1);
    bottom: -10px;
    content: "";
    width: 60px;
    position: absolute;
    transform-origin: left;
    height: 3px;
    transition: transform 0.4s ease;
}.join_our_mailing_list63 .impact_facts36:hover h3::after {
    transform: scaleX(1.5);
}.join_our_mailing_list63 .input_holder {
    flex-direction: row;
    align-items: center;
    margin-top: 2rem;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
}.join_our_mailing_list63 .input_holder div {
    flex: 1 1 250px;
    position: relative;
}.join_our_mailing_list63 .input_holder input[type="email"] {
    height: 50px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    font-size: calc(18px * 0.95);
    width: 100%;
    font-family: Ubuntu, sans-serif;
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.75rem 1rem;
}.join_our_mailing_list63 .input_holder input[type="email"]:focus {
    border-color: rgb(215,195,225);
    box-shadow: 0 0 0 3px rgb(215,195,225,0.5);
    outline: none;
}.join_our_mailing_list63 .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.join_our_mailing_list63 .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.join_our_mailing_list63 .input_holder .sub_toggles18 {
    color: #ffffff;
    border-radius: 10px;
    background: rgb(215,195,225);
    font-size: 14px;
    flex: 0 0 auto;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    min-height: 50px;
    overflow: hidden;
    border: none;
    font-family: Ubuntu, sans-serif;
    z-index: 1;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    position: relative;
}.join_our_mailing_list63 .input_holder .sub_toggles18::before {
    z-index: -1;
    left: -100%;
    content: "";
    height: 100%;
    transition: left 0.8s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
    position: absolute;
}.join_our_mailing_list63 .input_holder .sub_toggles18:hover {
    background: rgb(184,158,202);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}.join_our_mailing_list63 .input_holder .sub_toggles18:hover::before {
    left: 100%;
}.join_our_mailing_list63 .input_holder .sub_toggles18:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {.join_our_mailing_list63 {
    padding: 3rem 0;
}.join_our_mailing_list63 .impact_facts36 {
    padding: 2rem;
}.join_our_mailing_list63 h3 {
    font-size: calc(20px * 0.85);
}.join_our_mailing_list63 .input_holder {
    flex-direction: column;
    gap: 1rem;
}.join_our_mailing_list63 .input_holder div {
    flex: 1 1 100%;
    width: 100%;
}.join_our_mailing_list63 .input_holder .sub_toggles18 {
    width: 100%;
}.join_our_mailing_list63::after {
    height: 40%;
    width: 50%;
}
}

@media (max-width: 480px) {.join_our_mailing_list63 {
    padding: 2.5rem 0;
}.join_our_mailing_list63 .impact_facts36 {
    padding: 1.5rem;
}.join_our_mailing_list63 h3 {
    font-size: calc(20px * 0.8);
    margin-bottom: 1rem;
}.join_our_mailing_list63 h3::after {
    width: 40px;
}.join_our_mailing_list63 .input_holder {
    margin-top: 1.5rem;
}.join_our_mailing_list63 .input_holder input[type="email"] {
    height: 45px;
}.join_our_mailing_list63 .input_holder .sub_toggles18 {
    padding: 0.6rem 1.2rem;
    min-height: 45px;
}}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(215,195,225,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.join_our_mailing_list63 .input_holder .sub_toggles18:focus {
    animation: pulse 1.5s infinite;
    outline: none;
}.abuse_ctrl51 {
    position: relative;
    z-index: 1;
    font-family: Ubuntu, sans-serif;
    padding: 80px 0 40px;
    color: #ffffff;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.abuse_ctrl51 .container {
    display: flex;
    position: relative;
    justify-content: space-between;
}.abuse_ctrl51 .company_holder {
    padding-right: 30px;
    position: relative;
    flex: 0 0 30%;
}.abuse_ctrl51 .company_holder::after {
    position: absolute;
    width: 1px;
    content: '';
    top: 10%;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(215,195,225), transparent);
    right: 0;
}.abuse_ctrl51 .company_holder h3 {
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    text-shadow: 0 0 10px rgb(215,195,225,0.5);
    position: relative;
    font-size: calc(37px * 0.9);
}.abuse_ctrl51 .company_holder h3::after {
    width: 40%;
    content: '';
    height: 2px;
    left: 0;
    bottom: -5px;
    transition: width 0.3s ease-in-out;
    background: rgb(215,195,225);
    position: absolute;
}.abuse_ctrl51 .company_holder h3:hover::after {
    width: 100%;
}.abuse_ctrl51 .exam_prep79 {
    transition: all 0.3s ease;
    transform: translateZ(0);
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    line-height: 1.6;
    margin-top: 15px;
    backdrop-filter: blur(5px);
    padding: 15px;
}.abuse_ctrl51 .exam_prep79:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px) translateZ(0);
}.abuse_ctrl51 .contest_info78 {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex: 0 0 65%;
}.abuse_ctrl51 .top_header47 {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}.abuse_ctrl51 .top_base23 {
    overflow: hidden;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    flex: 0 0 45%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.abuse_ctrl51 .top_base23::before {
    position: absolute;
    transition: transform 0.6s ease;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: '';
    transform: translateX(-100%);
}.abuse_ctrl51 .top_base23:hover::before {
    transform: translateX(100%);
}.abuse_ctrl51 .top_base23 h5 {
    position: relative;
    font-size: 23px;
    color: #ffffff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}.abuse_ctrl51 .top_base23 h5::after {
    left: 0;
    height: 2px;
    width: 40px;
    background: rgb(215,195,225);
    content: '';
    bottom: 0;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    position: absolute;
}.abuse_ctrl51 .top_base23:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(215,195,225), 0 0 16px rgb(215,195,225,0.5);
}.abuse_ctrl51 .top_base23 .top_header47 {
    flex-direction: column;
    display: flex;
    gap: 12px;
}.abuse_ctrl51 .top_base23 .top_header47 a {
    transition: all 0.3s ease;
    font-size: calc(16px * 0.95);
    color: #ffffff;
    text-decoration: none;
    position: relative;
    opacity: 0.85;
    display: inline-block;
    padding-left: 0;
}.abuse_ctrl51 .top_base23 .top_header47 a::before {
    transform-origin: left;
    bottom: -2px;
    height: 1px;
    width: 0;
    transition: width 0.3s ease, transform 0.3s ease;
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(215,195,225), transparent);
}.abuse_ctrl51 .top_base23 .top_header47 a:hover {
    color: #ffffff;
    opacity: 1;
    padding-left: 5px;
}.abuse_ctrl51 .top_base23 .top_header47 a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(215,195,225,0.5);
}.footer_careers72 {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
}.footer_careers72::before {
    left: 0;
    height: 1px;
    top: 0;
    position: absolute;
    right: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(215,195,225,0.5), transparent);
}.footer_careers72 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.footer_careers72 .help_center32 {
    text-align: center;
    letter-spacing: 0.5px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    color: #ffffff;
    font-size: 14px;
}.footer_careers72 .help_center32:hover {
    opacity: 1;
}

@media (max-width: 991px) {.abuse_ctrl51 {
    padding: 60px 0 30px;
}.abuse_ctrl51 .container {
    flex-direction: column;
}.abuse_ctrl51 .company_holder {
    margin-bottom: 40px;
    flex: 0 0 100%;
    padding-right: 0;
}.abuse_ctrl51 .company_holder::after {
    display: none;
}.abuse_ctrl51 .contest_info78 {
    flex: 0 0 100%;
}.abuse_ctrl51 .top_base23 {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}

@media (max-width: 768px) {.abuse_ctrl51 {
    padding: 40px 0 20px;
}.abuse_ctrl51 .top_header47 {
    flex-direction: column;
}.abuse_ctrl51 .top_base23 {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.abuse_ctrl51 .company_holder h3 {
    font-size: calc(37px * 0.8);
}.abuse_ctrl51 .top_base23 h5 {
    font-size: calc(23px * 0.9);
}.footer_careers72 .help_center32 {
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 576px) {.abuse_ctrl51 {
    padding: 30px 0 15px;
}.abuse_ctrl51 .company_holder {
    margin-bottom: 30px;
}.abuse_ctrl51 .company_holder h3 {
    font-size: calc(37px * 0.7);
}.abuse_ctrl51 .top_base23 h5 {
    font-size: calc(23px * 0.8);
}.footer_careers72 {
    padding: 10px 0;
}.footer_careers72 .help_center32 {
    font-size: calc(14px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    left: 0;
    top: 0;
    z-index: 0;
    background-size: 50px 50px;
    opacity: 0.3;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
}.abuse_ctrl51 .company_holder h3 {
    position: relative;
    overflow: hidden;
}.abuse_ctrl51 .company_holder h3::before {
    transition: 0.5s;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
    content: '';
}.abuse_ctrl51 .company_holder h3:hover::before {
    left: 100%;
}