* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.warp-container_EYZKmz {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    color: #000000;
    min-height: 100%;
}.eng_center_rRzuCA {
    flex: 0 0 auto;
}.nav_main_0P3kxo {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1173px;
    margin: auto;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.locate_DpsYgK {
    padding: 80px 0;
    overflow: hidden;
    background: rgb(232,218,224);
    position: relative;
}.locate_DpsYgK::before {
    content: '';
    right: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(197,172,186,0.5) 100%),
        radial-gradient(circle at 20% 30%, rgb(163,133,159,0.5) 0%, transparent 70%);
    z-index: 1;
}.locate_DpsYgK::after {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    z-index: 2;
}.locate_DpsYgK .container {
    z-index: 3;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.locate_DpsYgK .write_feedback_nHouJA {
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 0;
    grid-template-columns: 1fr 2fr;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    position: relative;
    gap: 40px;
    display: grid;
    border-radius: 14px;
}.locate_DpsYgK .request_info_y4XCOR {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), transparent);
    font-weight: 700;
    padding: 35px 40px;
    grid-column: 1 / -1;
    color: rgb(197,172,186);
    position: relative;
    margin: 0;
    font-size: 34px;
}.locate_DpsYgK .request_info_y4XCOR::after {
    background: rgb(197,172,186);
    bottom: 0;
    width: 60px;
    left: 40px;
    position: absolute;
    content: '';
    height: 3px;
    border-radius: 10px;
}.locate_DpsYgK .photo_thumbnail_ba0qlC {
    height: 100%;
    transform: scale(1.001);
    min-height: 350px;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}.locate_DpsYgK .photo_thumbnail_ba0qlC::before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    content: '';
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgb(197,172,186,0.5) 100%
    );
    top: 0;
    right: 0;
}.locate_DpsYgK .photo_thumbnail_ba0qlC::after {
    background: radial-gradient(
        circle,
        rgb(197,172,186,0.5) 0%,
        transparent 70%
    );
    content: '';
    position: absolute;
    opacity: 0.7;
    width: 60%;
    top: -10%;
    right: -10%;
    animation: floatEffect 8s infinite alternate ease-in-out;
    height: 60%;
    z-index: 2;
}@keyframes floatEffect {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-20px) scale(1.1);
    }
}

.locate_DpsYgK .contact_today_EV1WUG {
    position: relative;
    display: flex;
    gap: 22px;
    background: rgba(255, 255, 255, 0.02);
    padding: 40px;
    flex-direction: column;
}.locate_DpsYgK .contact_today_EV1WUG::before {
    top: 0;
    height: 100%;
    position: absolute;
    width: 3px;
    content: '';
    left: 0;
    background: linear-gradient(to bottom, rgb(197,172,186), rgb(163,133,159), rgb(197,172,186));
}.locate_DpsYgK .contact_today_EV1WUG p {
    align-items: flex-start;
    gap: 15px;
    padding: 0 0 22px 0;
    flex-direction: row;
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
}.locate_DpsYgK .contact_today_EV1WUG p:last-child {
    border-bottom: none;
    padding-bottom: 0;
}.locate_DpsYgK .contact_today_EV1WUG p svg {
    height: 22px;
    flex-shrink: 0;
    width: 22px;
    margin-top: 3px;
}.locate_DpsYgK .contact_today_EV1WUG p svg path {
    transition: fill 0.3s ease;
    fill: rgb(197,172,186);
}.locate_DpsYgK .contact_today_EV1WUG p:hover svg path {
    fill: #ffffff;
}.locate_DpsYgK .contact_today_EV1WUG p .content-wrapper {
    flex-grow: 1;
    gap: 8px;
    flex-direction: column;
    display: flex;
}.locate_DpsYgK .contact_today_EV1WUG p {
    color: #ffffff;
}.locate_DpsYgK .contact_today_EV1WUG p span {
    position: relative;
    color: #ffffff;
    font-size: 13px;
    transition: all 0.3s ease;
    display: inline-block;
}.locate_DpsYgK .contact_today_EV1WUG p:first-child span {
    font-size: calc(13px + 2px);
}.locate_DpsYgK .contact_today_EV1WUG p span a {
    padding: 2px 8px;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    color: #ffffff;
}.locate_DpsYgK .contact_today_EV1WUG p span a:hover {
    background: rgb(197,172,186,0.5);
    transform: translateX(5px);
    color: #ffffff;
}.locate_DpsYgK .contact_today_EV1WUG p span b {
    color: rgb(197,172,186);
    font-weight: 700;
}.locate_DpsYgK .ask_for_help_j1fDoH {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.locate_DpsYgK .chat_form_34arD7 {
    font-weight: 600;
    align-items: center;
    font-size: 18px;
    gap: 12px;
    display: flex;
    color: rgb(197,172,186);
    padding-bottom: 15px;
    margin: 0 0 20px 0;
    position: relative;
}.locate_DpsYgK .chat_form_34arD7 svg {
    height: 20px;
    width: 20px;
}.locate_DpsYgK .chat_form_34arD7 svg path {
    fill: rgb(197,172,186);
}.locate_DpsYgK .chat_form_34arD7:after {
    background: rgb(197,172,186);
    bottom: 0;
    content: '';
    position: absolute;
    border-radius: 10px;
    width: 40px;
    left: 0;
    height: 2px;
}.locate_DpsYgK .request_info_FWHqXN {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.locate_DpsYgK .talk_experts_pydOHC {
    border-radius: 10px;
    overflow: hidden;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    font-size: calc(13px - 1px);
}.locate_DpsYgK .talk_experts_pydOHC::before {
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
    width: 4px;
    background: rgb(197,172,186);
    opacity: 0.7;
}.locate_DpsYgK .talk_experts_pydOHC::after {
    width: 100%;
    top: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    height: 100%;
    content: '';
    opacity: 0;
    background: rgb(197,172,186);
    position: absolute;
    left: 0;
}.locate_DpsYgK .talk_experts_pydOHC:hover {
    transform: translateX(5px);
}.locate_DpsYgK .talk_experts_pydOHC:hover::after {
    opacity: 0.1;
}

@media (max-width: 1199px) {.locate_DpsYgK .write_feedback_nHouJA {
    gap: 30px;
}.locate_DpsYgK .contact_today_EV1WUG {
    padding: 30px;
}
}

@media (max-width: 991px) {.locate_DpsYgK {
    padding: 60px 0;
}.locate_DpsYgK .write_feedback_nHouJA {
    grid-template-columns: 1fr;
}.locate_DpsYgK .request_info_y4XCOR {
    padding: 30px;
}.locate_DpsYgK .request_info_y4XCOR::after {
    left: 30px;
}.locate_DpsYgK .photo_thumbnail_ba0qlC {
    min-height: 300px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.locate_DpsYgK .contact_today_EV1WUG {
    padding: 30px;
}.locate_DpsYgK .contact_today_EV1WUG p svg {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 767px) {.locate_DpsYgK {
    padding: 50px 0;
}.locate_DpsYgK .request_info_y4XCOR {
    font-size: calc(34px - 4px);
    padding: 25px;
}.locate_DpsYgK .request_info_y4XCOR::after {
    left: 25px;
}.locate_DpsYgK .contact_today_EV1WUG {
    gap: 18px;
    padding: 25px;
}.locate_DpsYgK .contact_today_EV1WUG p {
    padding-bottom: 18px;
}.locate_DpsYgK .photo_thumbnail_ba0qlC {
    min-height: 250px;
}.locate_DpsYgK .ask_for_help_j1fDoH {
    padding-top: 25px;
    margin-top: 25px;
}.locate_DpsYgK .request_info_FWHqXN {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
}

@media (max-width: 576px) {.locate_DpsYgK {
    padding: 40px 0;
}.locate_DpsYgK .request_info_y4XCOR {
    padding: 20px;
    text-align: center;
}.locate_DpsYgK .request_info_y4XCOR::after {
    transform: translateX(-50%);
    left: 50%;
}.locate_DpsYgK .contact_today_EV1WUG {
    padding: 20px;
}.locate_DpsYgK .photo_thumbnail_ba0qlC {
    min-height: 200px;
}.locate_DpsYgK .chat_form_34arD7 {
    text-align: center;
}.locate_DpsYgK .chat_form_34arD7:after {
    transform: translateX(-50%);
    left: 50%;
}.locate_DpsYgK .request_info_FWHqXN {
    grid-template-columns: 1fr;
}.locate_DpsYgK .contact_today_EV1WUG p {
    flex-direction: row;
}.locate_DpsYgK .contact_today_EV1WUG p svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 375px) {.locate_DpsYgK .write_feedback_nHouJA {
    border-radius: 10px;
}.locate_DpsYgK .contact_today_EV1WUG {
    padding: 15px;
}.locate_DpsYgK .contact_today_EV1WUG p {
    padding-bottom: 15px;
}.locate_DpsYgK .photo_thumbnail_ba0qlC {
    min-height: 180px;
}.locate_DpsYgK .ask_for_help_j1fDoH {
    margin-top: 20px;
    padding-top: 20px;
}
}

@media (prefers-reduced-motion: reduce) {.locate_DpsYgK .photo_thumbnail_ba0qlC::after {
    animation: none;
}.locate_DpsYgK .contact_today_EV1WUG p span a:hover,
    .locate_DpsYgK .talk_experts_pydOHC:hover {
    transform: none;
}}.appSpotlight_Mx8F47 {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(232,218,224), #ffffff);
    position: relative;
}.appSpotlight_Mx8F47::before {
    animation: movePattern 40s linear infinite;
    width: 100%;
    content: "";
    background-size: 60px 60px;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(163,133,159,0.5) 49.5%, rgb(163,133,159,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(163,133,159,0.5) 49.5%, rgb(163,133,159,0.5) 50.5%, transparent 50.5%);
    height: 100%;
    opacity: 0.2;
    z-index: 1;
    left: 0;
    position: absolute;
}.appSpotlight_Mx8F47::after {
    top: -50%;
    opacity: 0.1;
    right: -20%;
    transform: rotate(25deg);
    width: 70%;
    position: absolute;
    z-index: 0;
    height: 200%;
    content: "";
    background: linear-gradient(120deg, rgb(197,172,186,0.5) 10%, transparent 80%);
}.appSpotlight_Mx8F47 .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1140px;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin: 0 auto;
}.appSpotlight_Mx8F47 h2 {
    color: #000000;
    transform: translateZ(20px);
    animation: fadeSlideIn 0.8s ease-out forwards;
    line-height: 1.4;
    position: relative;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    margin-bottom: 40px;
    font-size: 35px;
}.appSpotlight_Mx8F47 h2::after {
    left: 0;
    animation: expandLine 0.6s 0.4s forwards ease-out;
    position: absolute;
    bottom: -16px;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(197,172,186), rgb(163,133,159));
    height: 3px;
    width: 80px;
}.appSpotlight_Mx8F47 .edu_beliefs_dVEvBu {
    padding: 35px 40px 30px;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    position: relative;
    border-left: 4px solid rgb(163,133,159);
    background: #ffffff;
    transform: translateZ(10px) translateY(10px);
}.appSpotlight_Mx8F47 .edu_beliefs_dVEvBu::before {
    transform: translateZ(-5px);
    height: 100px;
    content: "";
    width: 100px;
    right: 20px;
    background: linear-gradient(135deg, rgb(163,133,159,0.5) 30%, transparent 70%);
    position: absolute;
    top: 20px;
    opacity: 0.15;
    border-radius: 50%;
}.appSpotlight_Mx8F47 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.appSpotlight_Mx8F47 li {
    padding-left: 25px;
    position: relative;
}.appSpotlight_Mx8F47 li::before {
    position: absolute;
    height: 8px;
    left: 0;
    top: 8px;
    content: "";
    opacity: 0.9;
    background: rgb(197,172,186);
    width: 8px;
    transform: rotate(45deg);
    animation: pulse 3s infinite;
}.appSpotlight_Mx8F47 li span {
    line-height: 1.8;
    display: block;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
}

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}

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

@media (max-width: 1200px) {.appSpotlight_Mx8F47 {
    padding: 100px 0;
}.appSpotlight_Mx8F47 h2 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 992px) {.appSpotlight_Mx8F47 {
    padding: 80px 0;
}.appSpotlight_Mx8F47 h2 {
    font-size: calc(35px * 0.85);
}.appSpotlight_Mx8F47::after {
    width: 100%;
    right: -50%;
}.appSpotlight_Mx8F47 .edu_beliefs_dVEvBu {
    padding: 30px 35px 25px;
}
}

@media (max-width: 768px) {.appSpotlight_Mx8F47 {
    padding: 60px 0;
}.appSpotlight_Mx8F47 h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.appSpotlight_Mx8F47 h2::after {
    width: 60px;
    bottom: -12px;
}.appSpotlight_Mx8F47 .edu_beliefs_dVEvBu {
    padding: 25px 30px 20px;
}.appSpotlight_Mx8F47 li span {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.appSpotlight_Mx8F47 {
    padding: 50px 0;
}.appSpotlight_Mx8F47 h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.7);
}.appSpotlight_Mx8F47 .edu_beliefs_dVEvBu {
    padding: 20px 25px 15px;
    border-left-width: 3px;
}.appSpotlight_Mx8F47 li {
    padding-left: 20px;
}.appSpotlight_Mx8F47 li::before {
    width: 6px;
    top: 8px;
    height: 6px;
}.appSpotlight_Mx8F47 li span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.appSpotlight_Mx8F47::before {
    background-size: 40px 40px;
}
}

@media (hover: hover) {.appSpotlight_Mx8F47 .edu_beliefs_dVEvBu:hover {
    transform: translateZ(15px) translateY(5px);
    transition: transform 0.3s ease;
}}.contact_box_8JnmS1 {
    padding: 100px 0;
    background-color: rgb(232,218,224);
    overflow: hidden;
    position: relative;
}.contact_box_8JnmS1::before {
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.15;
    background: linear-gradient(120deg, rgb(197,172,186,0.5) 0%, transparent 75%);
    content: "";
    top: 0;
    height: 100%;
}.contact_box_8JnmS1::after {
    right: 0;
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(240deg, rgb(163,133,159,0.5) 0%, transparent 70%);
    opacity: 0.1;
}.contact_box_8JnmS1 .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
}.contact_box_8JnmS1 h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    color: #000000;
    font-family: Arial, sans-serif;
}.contact_box_8JnmS1 .support_inquiry_lY5n1e {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    background: #ffffff;
    margin-top: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    border-radius: 27px;
}.contact_box_8JnmS1 .photo_thumbnail_ba0qlC {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    flex: 0 0 40%;
}.contact_box_8JnmS1 .photo_thumbnail_ba0qlC::after {
    left: 0;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
}.contact_box_8JnmS1 .support_block_Nf1ldM {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}.contact_box_8JnmS1 .support_block_Nf1ldM::before {
    border-radius: 2.5px;
    top: 40px;
    width: 5px;
    height: calc(100% - 80px);
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(197,172,186), rgb(163,133,159));
    position: absolute;
}.contact_box_8JnmS1 form {
    width: 100%;
    padding-left: 25px;
}.contact_box_8JnmS1 form h3 {
    font-weight: 600;
    font-size: 19px;
    color: #000000;
    margin-bottom: 35px;
    font-family: Arial, sans-serif;
}.contact_box_8JnmS1 form input[type="text"] {
    border: none;
    color: #000000;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    padding: 18px 25px;
    width: 100%;
    margin-bottom: 20px;
    background: rgb(232,218,224);
}.contact_box_8JnmS1 form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(197,172,186,0.5);
    background: rgba(rgb(197,172,186), 0.05);
}.contact_box_8JnmS1 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.contact_box_8JnmS1 .feedback_block_vjnQSg {
    display: flex;
    margin: 10px 0 30px;
    align-items: flex-start;
}.contact_box_8JnmS1 .feedback_block_vjnQSg input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_box_8JnmS1 .feedback_block_vjnQSg label {
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    color: #000000;
}.contact_box_8JnmS1 .feedback_block_vjnQSg label::before {
    top: 2px;
    content: "";
    width: 22px;
    border-radius: 10px;
    border: 2px solid rgb(197,172,186,0.5);
    position: absolute;
    height: 22px;
    left: 0;
    transition: all 0.2s ease;
}.contact_box_8JnmS1 .feedback_block_vjnQSg input[type="checkbox"]:checked + label::before {
    background-color: rgb(197,172,186);
    border-color: rgb(197,172,186);
}.contact_box_8JnmS1 .feedback_block_vjnQSg input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    position: absolute;
    height: 11px;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    width: 6px;
    content: "";
    top: 9px;
    border-right: 2px solid #ffffff;
}.contact_box_8JnmS1 .feedback_block_vjnQSg label a {
    color: rgb(197,172,186);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_box_8JnmS1 .feedback_block_vjnQSg label a:hover {
    color: rgb(163,133,159);
    text-decoration: underline;
}.contact_box_8JnmS1 form .contact_feedback_yK0NIT {
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-size: 18px;
    background: linear-gradient(45deg, rgb(197,172,186), rgb(163,133,159));
    overflow: hidden;
    padding: 15px 35px;
    font-family: Arial, sans-serif;
}.contact_box_8JnmS1 form .contact_feedback_yK0NIT::before {
    left: -10%;
    transition: all 0.4s ease;
    position: absolute;
    transform: rotate(45deg) translateX(-200%);
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: rgba(255, 255, 255, 0.2);
}.contact_box_8JnmS1 form .contact_feedback_yK0NIT:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(197,172,186), 0.3);
}.contact_box_8JnmS1 form .contact_feedback_yK0NIT:hover::before {
    transform: rotate(45deg) translateX(200%);
}.contact_box_8JnmS1 svg {
    height: 22px;
    width: 22px;
    fill: rgb(197,172,186);
}.contact_box_8JnmS1 svg path {
    transition: fill 0.3s ease;
    fill: rgb(197,172,186);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.contact_box_8JnmS1 .support_block_Nf1ldM {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.contact_box_8JnmS1 .photo_thumbnail_ba0qlC {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_box_8JnmS1 .support_block_Nf1ldM {
    flex: 0 0 100%;
}.contact_box_8JnmS1 .support_block_Nf1ldM::before {
    top: 0;
    left: 40px;
    background: linear-gradient(to right, rgb(197,172,186), rgb(163,133,159));
    width: calc(100% - 80px);
    height: 5px;
}.contact_box_8JnmS1 form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.contact_box_8JnmS1 {
    padding: 70px 0;
}.contact_box_8JnmS1 .photo_thumbnail_ba0qlC {
    min-height: 250px;
}.contact_box_8JnmS1 .support_block_Nf1ldM {
    padding: 40px 30px;
}.contact_box_8JnmS1 .support_block_Nf1ldM::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.contact_box_8JnmS1 {
    padding: 50px 0;
}.contact_box_8JnmS1 h2 {
    font-size: calc(36px * 0.8);
}.contact_box_8JnmS1 .photo_thumbnail_ba0qlC {
    min-height: 200px;
}.contact_box_8JnmS1 .support_block_Nf1ldM {
    padding: 30px 20px;
}.contact_box_8JnmS1 .support_block_Nf1ldM::before {
    left: 20px;
    width: calc(100% - 40px);
}.contact_box_8JnmS1 form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.contact_box_8JnmS1 form input[type="text"] {
    padding: 15px 20px;
}.contact_box_8JnmS1 form .contact_feedback_yK0NIT {
    text-align: center;
    width: 100%;
}}.meet_us_68Kjow {
    color: #ffffff;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.meet_us_68Kjow::before {
    top: 0;
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.5));
    width: 100%;
    height: 100%;
    left: 0;
}.meet_us_68Kjow::after {
    z-index: 2;
    right: -50%;
    content: "";
    opacity: 0.18;
    width: 100%;
    position: absolute;
    height: 200%;
    top: -50%;
    background: rgb(197,172,186);
    transform: rotate(-45deg);
}.meet_us_68Kjow .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 5;
    padding: 0 20px;
    position: relative;
}.meet_us_68Kjow .text_content_2OQwnq {
    padding: 50px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-left: 4px solid rgb(197,172,186);
    background: rgba(23, 23, 35, 0.85);
    animation: slide-up 0.8s ease-out forwards;
    transform: translateY(20px);
}.meet_us_68Kjow .text_content_2OQwnq::before {
    height: 4px;
    top: 0;
    content: "";
    right: 0;
    width: 30%;
    background: rgb(197,172,186);
    position: absolute;
}.meet_us_68Kjow .text_content_2OQwnq::after {
    background: linear-gradient(90deg, rgb(197,172,186), transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 2px;
    content: "";
}.meet_us_68Kjow h1 {
    font-size: 41px;
    opacity: 0;
    font-weight: 700;
    transform: translateX(-20px);
    position: relative;
    animation: slide-right 0.6s ease-out 0.3s forwards;
    margin-bottom: 30px;
    display: inline-block;
}.meet_us_68Kjow h1::after {
    height: 3px;
    width: 80px;
    transform-origin: left;
    bottom: -10px;
    content: "";
    transform: scaleX(0);
    animation: expand 0.6s ease-out 0.9s forwards;
    left: 0;
    position: absolute;
    background: rgb(197,172,186);
}.meet_us_68Kjow ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.meet_us_68Kjow li {
    margin-bottom: 20px;
}.meet_us_68Kjow li:last-child {
    margin-bottom: 0;
}.meet_us_68Kjow h4 {
    font-weight: 600;
    animation: slide-up 0.6s ease-out 0.6s forwards;
    transform: translateY(15px);
    color: rgb(163,133,159);
    opacity: 0;
    margin-bottom: 15px;
    font-size: 21px;
}.meet_us_68Kjow span {
    font-weight: 400;
    max-width: 100%;
    line-height: 1.7;
    opacity: 0;
    column-gap: 40px;
    column-count: 1;
    animation: fade-in 0.8s ease-out 0.9s forwards;
    display: block;
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(20px);
    font-family: Arial, sans-serif;
}

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

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

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

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

@media (min-width: 768px) {.meet_us_68Kjow {
    padding: 160px 0;
}.meet_us_68Kjow .text_content_2OQwnq {
    margin-left: 5%;
    padding: 60px;
    width: 90%;
}.meet_us_68Kjow h1 {
    margin-bottom: 40px;
    font-size: calc(41px * 1.2);
}.meet_us_68Kjow h1::after {
    width: 120px;
}.meet_us_68Kjow span {
    column-count: 2;
    column-gap: 50px;
}.meet_us_68Kjow::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
}
}

@media (min-width: 1200px) {.meet_us_68Kjow {
    padding: 180px 0;
}.meet_us_68Kjow .text_content_2OQwnq {
    padding: 70px 80px;
    width: 80%;
    margin-left: 10%;
    transform: perspective(1000px) rotateY(-2deg);
}.meet_us_68Kjow h1 {
    font-size: calc(41px * 1.4);
}.meet_us_68Kjow h1::after {
    width: 150px;
    height: 4px;
}.meet_us_68Kjow span {
    font-size: calc(12px * 1.05);
    column-count: 3;
}
}

@media (hover: hover) {.meet_us_68Kjow .text_content_2OQwnq:hover {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(0);
}.meet_us_68Kjow .text_content_2OQwnq:hover::before {
    width: 40%;
    transition: width 0.5s ease;
}
}

@media (max-width: 767px) {.meet_us_68Kjow {
    padding: 80px 0;
}.meet_us_68Kjow .text_content_2OQwnq {
    padding: 30px 25px;
}.meet_us_68Kjow h1 {
    margin-bottom: 25px;
    font-size: calc(41px * 0.9);
}.meet_us_68Kjow h4 {
    font-size: calc(21px * 0.9);
}.meet_us_68Kjow span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}footer {
    position: relative;
    margin-top: 0;
    background-color: #000000;
}footer::before {
    opacity: 0.9;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(197,172,186,0.5) 50%,
    #000000 100%);
    width: 100%;
}.eng_center_rRzuCA {
    background-color: transparent;
    position: relative;
    z-index: 5;
    padding: 60px 0 40px;
}.eng_center_rRzuCA .container {
    position: relative;
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.eng_center_rRzuCA .company_holder {
    grid-column: span 4;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    position: relative;
}.eng_center_rRzuCA .company_holder h3 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: #ffffff;
}.eng_center_rRzuCA .company_holder h3::after {
    width: 100%;
    content: "";
    bottom: -8px;
    height: 2px;
    background: rgb(197,172,186);
    position: absolute;
    left: 0;
}.eng_center_rRzuCA .webinar_live_ZdlFn1 {
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.6;
    font-size: 18px;
}.eng_center_rRzuCA .donate_books_TjKuBt {
    grid-column: span 8;
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.eng_center_rRzuCA .nav_lead_fY42KT {
    border-radius: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
}.eng_center_rRzuCA .nav_lead_fY42KT h5 {
    display: inline-block;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    font-size: 24px;
}.eng_center_rRzuCA .nav_lead_fY42KT h5::after {
    background: rgb(163,133,159);
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: -8px;
}.eng_center_rRzuCA .nav_lead_fY42KT .nav_sitewrap_lYV2BI {
    grid-gap: 15px;
    display: grid;
}.eng_center_rRzuCA .nav_lead_fY42KT .nav_sitewrap_lYV2BI a {
    font-size: 18px;
    padding-left: 15px;
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
}.eng_center_rRzuCA .nav_lead_fY42KT .nav_sitewrap_lYV2BI a::before {
    left: 0;
    border-radius: 50%;
    content: "";
    transform: translateY(-50%);
    width: 6px;
    background: rgb(163,133,159);
    top: 50%;
    height: 6px;
    position: absolute;
}.eng_center_rRzuCA .nav_lead_fY42KT .nav_sitewrap_lYV2BI a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(197,172,186);
}.mentor_net_6JzLfv {
    padding: 25px 0;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 5;
    margin-top: 40px;
}.mentor_net_6JzLfv .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.mentor_net_6JzLfv .res_connect_RTLrHE {
    opacity: 0.7;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
}

@media (max-width: 991px) {.eng_center_rRzuCA .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.eng_center_rRzuCA .company_holder {
    grid-column: span 12;
}.eng_center_rRzuCA .donate_books_TjKuBt {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.eng_center_rRzuCA {
    padding: 40px 0 30px;
}.eng_center_rRzuCA .donate_books_TjKuBt {
    grid-template-columns: 1fr;
}.eng_center_rRzuCA .company_holder {
    padding: 25px;
}.eng_center_rRzuCA .nav_lead_fY42KT {
    padding: 25px;
}.eng_center_rRzuCA .company_holder h3 {
    font-size: calc(29px - 2px);
}.eng_center_rRzuCA .nav_lead_fY42KT h5 {
    font-size: calc(24px - 1px);
}
}

@media (max-width: 575px) {.eng_center_rRzuCA {
    padding: 30px 0 20px;
}.eng_center_rRzuCA .company_holder,
  .eng_center_rRzuCA .nav_lead_fY42KT {
    padding: 20px;
}.eng_center_rRzuCA .company_holder h3 {
    font-size: calc(29px - 4px);
}.mentor_net_6JzLfv {
    padding: 20px 0;
}}

.eng_center_rRzuCA .company_holder:hover,
.eng_center_rRzuCA .nav_lead_fY42KT:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}.eng_center_rRzuCA .container::before {
    height: 100%;
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    content: "";
    background: 
    linear-gradient(to right, rgb(197,172,186,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(197,172,186,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    z-index: -1;
    opacity: 0.05;
    left: 0;
}.eng_center_rRzuCA .company_holder::before {
    width: 5px;
    opacity: 0.5;
    left: 0;
    height: 100%;
    background: rgb(197,172,186);
    content: "";
    position: absolute;
    top: 0;
}.eng_center_rRzuCA .nav_lead_fY42KT::before {
    width: 5px;
    content: "";
    position: absolute;
    background: rgb(163,133,159);
    height: 100%;
    left: 0;
    opacity: 0.5;
    top: 0;
}footer::after {
    opacity: 0.3;
    background: linear-gradient(to right,
    rgb(197,172,186),
    rgb(163,133,159),
    rgb(197,172,186));
    content: "";
    width: 100%;
    z-index: 2;
    bottom: 0;
    height: 5px;
    left: 0;
    position: absolute;
}.eng_center_rRzuCA .nav_sitewrap_lYV2BI {
    position: relative;
}.eng_center_rRzuCA .nav_sitewrap_lYV2BI::after {
    bottom: -15px;
    position: absolute;
    background: rgb(163,133,159,0.5);
    width: 100%;
    height: 1px;
    content: "";
    left: 0;
    opacity: 0.2;
}.eng_center_rRzuCA .nav_lead_fY42KT h5,
.eng_center_rRzuCA .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}.eng_center_rRzuCA .nav_lead_fY42KT:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}.eng_center_rRzuCA .nav_lead_fY42KT:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.mentor_net_6JzLfv .res_connect_RTLrHE {
    position: relative;
    display: inline-block;
}.mentor_net_6JzLfv .res_connect_RTLrHE::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 1px;
    width: 30px;
    left: -40px;
    background: rgb(197,172,186);
    opacity: 0.5;
}.mentor_net_6JzLfv .res_connect_RTLrHE::after {
    content: "";
    right: -40px;
    height: 1px;
    top: 50%;
    opacity: 0.5;
    position: absolute;
    transform: translateY(-50%);
    width: 30px;
    background: rgb(197,172,186);
}.education_framework_EYQh8R {
    overflow: hidden;
    padding: 120px 0;
    background-color: rgb(232,218,224);
    position: relative;
}.education_framework_EYQh8R::before {
    content: '';
    opacity: 0.15;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(197,172,186,0.5) 0%, transparent 50%),
                radial-gradient(circle at 70% 20%, rgb(163,133,159,0.5) 0%, transparent 40%);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}.education_framework_EYQh8R .edu_beliefs_dVEvBu {
    align-items: center;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    z-index: 2;
}.education_framework_EYQh8R .text_content_2OQwnq {
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin-left: 15%;
    border-left: 3px solid rgb(197,172,186);
    border-radius: 23px;
    position: relative;
    width: 55%;
    padding: 60px;
    background-color: rgba(255, 255, 255, 0.1);
}.education_framework_EYQh8R .text_content_2OQwnq::before {
    background-image: 
        linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    content: '';
    top: 0;
    opacity: 0.1;
    z-index: -1;
    left: 0;
    width: 100%;
    background-size: 20px 20px;
    height: 100%;
    position: absolute;
}.education_framework_EYQh8R .text_content_2OQwnq::after {
    height: 150px;
    position: absolute;
    content: '';
    opacity: 0.15;
    background-image: conic-gradient(
        from 0deg at 50% 50%,
        rgb(197,172,186) 0deg,
        transparent 60deg,
        transparent 180deg,
        rgb(163,133,159) 240deg,
        transparent 300deg
    );
    z-index: -1;
    animation: spin 20s linear infinite;
    width: 150px;
    right: 0;
    transform: translate(50%, -50%);
    top: 0;
    border-radius: 50%;
}.education_framework_EYQh8R .text_content_2OQwnq h2 {
    position: relative;
    padding-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 35px;
    display: inline-block;
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
}.education_framework_EYQh8R .text_content_2OQwnq h2::before {
    left: 0;
    animation: glitch 5s infinite;
    z-index: -1;
    content: '';
    width: 100%;
    color: rgb(197,172,186);
    top: 0;
    opacity: 0.7;
    position: absolute;
    height: 100%;
    filter: blur(8px);
}.education_framework_EYQh8R .text_content_2OQwnq h2::after {
    width: 40px;
    height: 4px;
    content: '';
    left: 0;
    background-color: rgb(197,172,186);
    transition: width 0.3s ease;
    bottom: -10px;
    position: absolute;
}.education_framework_EYQh8R .text_content_2OQwnq:hover h2::after {
    width: 100%;
}.education_framework_EYQh8R .text_content_2OQwnq p {
    z-index: 2;
    opacity: 0.85;
    font-size: 17px;
    position: relative;
    color: #ffffff;
    line-height: 1.8;
}.education_framework_EYQh8R .edu_beliefs_dVEvBu::before,
.education_framework_EYQh8R .edu_beliefs_dVEvBu::after {
    z-index: 0;
    border-radius: 50%;
    content: '';
    position: absolute;
}.education_framework_EYQh8R .edu_beliefs_dVEvBu::before {
    box-shadow: 0 0 20px rgb(197,172,186);
    left: 10%;
    background-color: rgb(197,172,186);
    top: 40px;
    height: 10px;
    width: 10px;
    animation: particle1 15s infinite alternate;
}.education_framework_EYQh8R .edu_beliefs_dVEvBu::after {
    bottom: 60px;
    right: 5%;
    background-color: rgb(163,133,159);
    width: 15px;
    box-shadow: 0 0 30px rgb(163,133,159);
    animation: particle2 20s infinite alternate-reverse;
    height: 15px;
}.education_framework_EYQh8R::after {
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(197,172,186) 20%, 
        rgb(197,172,186) 40%, 
        transparent 40.1%, 
        transparent 60%, 
        rgb(163,133,159) 60%, 
        rgb(163,133,159) 80%, 
        transparent 100%
    );
    z-index: 3;
    width: 100%;
}.education_framework_EYQh8R .text_content_2OQwnq p::after {
    content: '';
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.05), 
        transparent
    );
    width: 100%;
    animation: digital-wave 8s infinite;
    z-index: -1;
    height: 100%;
    top: 0;
}.education_framework_EYQh8R .text_content_2OQwnq::before {
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(197,172,186,0.5) 25px, rgb(197,172,186,0.5) 26px, transparent 27px),
        linear-gradient(90deg, transparent 24px, rgb(197,172,186,0.5) 25px, rgb(197,172,186,0.5) 26px, transparent 27px);
    position: absolute;
    background-size: 50px 50px;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    content: '';
    z-index: -1;
    left: 0;
}@keyframes spin {
    0% {
        transform: translate(50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, -50%) rotate(360deg);
    }
}

@keyframes glitch {
    0%, 100% {
        opacity: 0.1;
        transform: translateX(0);
    }
    20% {
        opacity: 0.5;
        transform: translateX(-2px);
    }
    40% {
        opacity: 0.3;
        transform: translateX(2px);
    }
    60% {
        opacity: 0.4;
        transform: translateX(-1px);
    }
    80% {
        opacity: 0.2;
        transform: translateX(1px);
    }
}

@keyframes particle1 {
    0% {
        transform: translate(0, 0);
        opacity: 0.6;
    }
    25% {
        transform: translate(30px, 30px);
        opacity: 0.8;
    }
    50% {
        transform: translate(60px, 0);
        opacity: 0.6;
    }
    75% {
        transform: translate(30px, -30px);
        opacity: 0.8;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.6;
    }
}

@keyframes particle2 {
    0% {
        transform: translate(0, 0);
        opacity: 0.7;
    }
    33% {
        transform: translate(-40px, 20px);
        opacity: 0.9;
    }
    66% {
        transform: translate(-20px, -40px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.9;
    }
}

@keyframes digital-wave {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

.education_framework_EYQh8R .text_content_2OQwnq p {
    position: relative;
    overflow: hidden;
}.education_framework_EYQh8R .text_content_2OQwnq p::before {
    content: '';
    z-index: 1;
    opacity: 0.3;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    background-color: rgb(197,172,186,0.5);
    animation: scan 4s linear infinite;
    top: 0;
}@keyframes scan {
    0% {
        top: 0;
    }
    100% {
        top: 100%;
    }
}

.education_framework_EYQh8R .text_content_2OQwnq:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(197,172,186,0.5),
                0 0 20px rgb(197,172,186,0.5);
    transition: all 0.3s ease;
    transform: translateY(-5px);
}

@media screen and (max-width: 992px) {.education_framework_EYQh8R {
    padding: 80px 0;
}.education_framework_EYQh8R .text_content_2OQwnq {
    width: 65%;
    margin-left: 10%;
    padding: 40px 30px;
}.education_framework_EYQh8R .text_content_2OQwnq::after {
    width: 100px;
    height: 100px;
}.education_framework_EYQh8R .edu_beliefs_dVEvBu::before {
    top: 20px;
}.education_framework_EYQh8R .edu_beliefs_dVEvBu::after {
    bottom: 30px;
}
}

@media screen and (max-width: 768px) {.education_framework_EYQh8R {
    padding: 60px 0;
}.education_framework_EYQh8R .text_content_2OQwnq {
    padding: 30px 20px;
    width: 100%;
    margin-left: 0;
}.education_framework_EYQh8R .text_content_2OQwnq h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.9);
}.education_framework_EYQh8R .text_content_2OQwnq::after {
    height: 80px;
    width: 80px;
}.education_framework_EYQh8R .edu_beliefs_dVEvBu::before,
    .education_framework_EYQh8R .edu_beliefs_dVEvBu::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.education_framework_EYQh8R {
    padding: 40px 0;
}.education_framework_EYQh8R .text_content_2OQwnq {
    padding: 25px 15px;
    border-radius: calc(23px * 0.8);
}.education_framework_EYQh8R .text_content_2OQwnq h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 20px;
}.education_framework_EYQh8R .text_content_2OQwnq h2::after {
    width: 30px;
}.education_framework_EYQh8R .text_content_2OQwnq p {
    font-size: calc(17px * 0.9);
}.education_framework_EYQh8R::after {
    height: 1px;
}}

.education_framework_EYQh8R .text_content_2OQwnq h2 {
    position: relative;
}.education_framework_EYQh8R .text_content_2OQwnq h2::before {
    left: -5px;
    z-index: -1;
    opacity: 0.1;
    top: -5px;
    animation: glitch 5s infinite;
    filter: blur(10px);
    height: calc(100% + 10px);
    position: absolute;
    background-color: rgb(197,172,186);
    content: '';
    width: calc(100% + 10px);
}header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 1.2rem 0;
    z-index: 100;
    position: relative;
    background: linear-gradient(to bottom, rgb(232,218,224), #ffffff);
    width: 100%;
}header::before {
    opacity: 0.5;
    width: 100%;
    content: '';
    z-index: 0;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(197,172,186,0.5) 65%, 
        rgb(197,172,186,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(163,133,159,0.5) 75%, 
        rgb(163,133,159,0.5) 80%, 
        transparent 80%);
}header .container {
    width: 100%;
    z-index: 1;
    max-width: 100%;
    margin: 0;
    position: relative;
    padding: 0 3%;
}header .top_expert_n54uhq {
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}header .header_base_KfQajU {
    display: flex;
    border-radius: 13px;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, rgb(197,172,186,0.5), rgb(163,133,159,0.5));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}header .header_base_KfQajU::before {
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    opacity: 0;
    width: 200%;
    left: -50%;
    transition: opacity 0.3s ease;
    position: absolute;
    top: -50%;
    content: '';
}header .header_base_KfQajU:hover::before {
    opacity: 1;
}header .header_base_KfQajU svg {
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: auto;
    transition: all 0.3s ease;
}header .header_base_KfQajU:hover svg {
    transform: scale(1.03);
}header .nav_lead_fY42KT {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
}header .head_main_eqKXGW {
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-weight: 600;
    position: relative;
    font-size: 14px;
    color: #000000;
    background: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 0.6rem 1.2rem;
    font-family: Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 10px;
}header .head_main_eqKXGW::before {
    content: '';
    background: linear-gradient(to right, rgb(197,172,186), rgb(163,133,159));
    left: 0;
    top: 0;
    height: 3px;
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.3s ease;
    position: absolute;
    transform-origin: left;
}header .head_main_eqKXGW:hover {
    color: rgb(197,172,186);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .head_main_eqKXGW:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .header_base_KfQajU {
    padding: 0.5rem 1.2rem;
}header .header_base_KfQajU svg {
    width: 140px;
}header .nav_lead_fY42KT {
    gap: 0.5rem;
}header .head_main_eqKXGW {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .top_expert_n54uhq {
    gap: 1.5rem;
}header .header_base_KfQajU {
    padding: 0.4rem 1rem;
}header .header_base_KfQajU svg {
    width: 130px;
}header .nav_lead_fY42KT {
    gap: 0.5rem;
}header .head_main_eqKXGW {
    padding: 0.5rem 0.9rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .top_expert_n54uhq {
    gap: 1rem;
}header .header_base_KfQajU svg {
    width: 120px;
}header .nav_lead_fY42KT {
    overflow-x: auto;
    gap: 0.4rem;
    padding-bottom: 10px;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .nav_lead_fY42KT::-webkit-scrollbar {
    height: 3px;
}header .nav_lead_fY42KT::-webkit-scrollbar-thumb {
    background: rgb(197,172,186);
    border-radius: 10px;
}header .head_main_eqKXGW {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 2px;
}}.modalTrackingConsent_aqGlVZ {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    border-top: 2px solid rgb(197,172,186);
    width: 100%;
    position: fixed;
    z-index: 90;
    transition: all 0.3s ease-in-out;
    background: rgb(163,133,159);
    padding: 20px 0;
    bottom: 0;
}.data_approve_MwTiE4 {
    padding: 20px 30px;
    align-items: center;
    margin: auto;
    justify-content: space-between;
    display: flex;
    max-width: 1200px;
    flex-wrap: wrap;
}.modalTrackingConsent_aqGlVZ h5 {
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
}.modalTrackingConsent_aqGlVZ p {
    max-width: 500px;
    color: #ffffff;
    font-size: 12px;
}.track_edu_rA1Fm2 {
    margin-right: 20px;
    flex-shrink: 0;
}.track_edu_rA1Fm2 svg, .track_edu_rA1Fm2 svg path {
    height: 80px;
    fill: rgb(197,172,186);
    transition: transform 0.3s ease-in-out;
    width: 80px;
}.track_edu_rA1Fm2:hover svg {
    transform: rotate(10deg);
}.digital_consent_5T1S6h {
    padding: 10px 20px;
    font-size: 17px;
    box-shadow: rgb(197,172,186,0.5) 0px 4px 10px 0px;
    color: #ffffff;
    background: rgb(197,172,186);
    cursor: pointer;
    line-height: 35px;
    margin-left: 20px;
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 21px;
}.cookie_button.consent_track_lPOhup {
    background: rgb(197,172,186);
}.cookie_button.edu_accept_8Pi41N {
    background: rgb(163,133,159);
}.digital_consent_5T1S6h:hover {
    box-shadow: rgb(197,172,186,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.modalTrackingConsent_aqGlVZ p a {
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    color: rgb(197,172,186);
    text-decoration: none;
}.modalTrackingConsent_aqGlVZ p a:hover {
    color: rgb(163,133,159);
}.warp-container_EYZKmz .modalTrackingConsent_aqGlVZ {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    background: rgb(163,133,159);
}.warp-container_EYZKmz .digital_consent_5T1S6h {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 17px;
    padding: 10px;
    font-weight: 400;
    color: #ffffff;
    border: none;
    margin-left: 30px;
    background: rgb(197,172,186);
    border-radius: 10px;
}.warp-container_EYZKmz .web_cookies_VFIAzR h5, .warp-container_EYZKmz .web_cookies_VFIAzR p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.modalTrackingConsent_aqGlVZ {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_edu_rA1Fm2 {
    display: none;
}.data_approve_MwTiE4 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.modalTrackingConsent_aqGlVZ h5 {
    text-align: center;
}.modalTrackingConsent_aqGlVZ p {
    text-align: center;
}.web_cookies_VFIAzR {
    margin-bottom: 20px;
    text-align: center;
}.digital_consent_5T1S6h {
    margin-top: 10px;
    max-width: 300px;
    margin-left: 0;
    width: 100%;
}}
#cookieWarningPrompt_VwpnB2 {
    display: none;
}#cookieWarningPrompt_VwpnB2:checked ~ .modalTrackingConsent_aqGlVZ {
    opacity: 0;
    visibility: hidden;
}.payment_plan_xNc62f {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.payment_plan_xNc62f::before {
    content: "";
    right: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    top: 0;
    z-index: 1;
    left: 0;
}.payment_plan_xNc62f .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.payment_plan_xNc62f .rate_options_By1sJg {
    position: relative;
}.payment_plan_xNc62f .rate_options_By1sJg::before {
    background: radial-gradient(circle, rgb(197,172,186,0.5) 0%, transparent 70%);
    pointer-events: none;
    width: 300px;
    opacity: 0.2;
    height: 300px;
    left: -150px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: -50px;
}.payment_plan_xNc62f .rate_options_By1sJg::after {
    position: absolute;
    width: 250px;
    border-radius: 50%;
    right: -120px;
    pointer-events: none;
    background: radial-gradient(circle, rgb(163,133,159,0.5) 0%, transparent 70%);
    bottom: -80px;
    height: 250px;
    content: "";
    opacity: 0.15;
}.payment_plan_xNc62f h2 {
    transform: translateX(-5%);
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 29px;
}.payment_plan_xNc62f h2::after {
    content: "";
    width: 60%;
    position: absolute;
    height: 3px;
    bottom: -8px;
    left: 0;
    background: linear-gradient(90deg, rgb(197,172,186) 0%, rgb(163,133,159) 100%);
}.payment_plan_xNc62f .offer_box_mPhySe {
    transform: translateX(-3%);
    opacity: 0.9;
    max-width: 80%;
    margin-bottom: 50px;
    line-height: 1.6;
    font-size: calc(17px * 1.1);
}.payment_plan_xNc62f .cost_breakdown_KUCcBV {
    list-style: none;
    display: grid;
    gap: 30px;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.payment_plan_xNc62f .cost_breakdown_KUCcBV li {
    transition: transform 0.4s ease;
    perspective: 1000px;
    transform-style: preserve-3d;
}.payment_plan_xNc62f .program_rate_shJUPG {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    height: 100%;
}.payment_plan_xNc62f .program_rate_shJUPG:hover {
    transform: translateY(-8px) scale(1.02);
}.payment_plan_xNc62f .tuition_grid_Gyux5S {
    height: 100%;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.12) 0%, 
        rgba(255,255,255,0.05) 100%);
    position: relative;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2), 
                0 5px 10px rgba(0,0,0,0.1), 
                inset 0 1px 1px rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 5px;
}.payment_plan_xNc62f .tuition_grid_Gyux5S::before {
    position: absolute;
    height: 100%;
    top: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    opacity: 0;
    left: 0;
    background: linear-gradient(45deg, 
        rgb(197,172,186,0.5) 0%, 
        transparent 50%, 
        rgb(163,133,159,0.5) 100%);
    z-index: 0;
    content: "";
}.payment_plan_xNc62f .program_rate_shJUPG:hover .tuition_grid_Gyux5S::before {
    opacity: 0.15;
}.payment_plan_xNc62f .price_tiers_0c7QqC {
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 35px 30px;
}.payment_plan_xNc62f .price_tiers_0c7QqC h4 {
    margin: 0 0 20px;
    font-size: calc(18px * 1.2);
    color: #ffffff;
    font-weight: 700;
    position: relative;
    transition: color 0.3s ease;
}.payment_plan_xNc62f .price_tiers_0c7QqC h4::after {
    height: 70%;
    top: 50%;
    content: "";
    transition: all 0.3s ease;
    opacity: 0.8;
    transform: translateY(-50%);
    position: absolute;
    width: 5px;
    left: -15px;
    background: linear-gradient(to bottom, rgb(197,172,186), rgb(163,133,159));
}.payment_plan_xNc62f .program_rate_shJUPG:hover .price_tiers_0c7QqC h4::after {
    height: 100%;
    opacity: 1;
}.payment_plan_xNc62f .price_tiers_0c7QqC p {
    line-height: 1.6;
    max-height: 200px;
    font-size: 17px;
    overflow-y: auto;
    overflow-wrap: break-word;
    margin-bottom: 25px;
    scrollbar-width: thin;
    scrollbar-color: rgb(197,172,186) rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.8);
    word-break: break-word;
    flex-grow: 1;
}.payment_plan_xNc62f .price_tiers_0c7QqC p::-webkit-scrollbar {
    width: 5px;
}.payment_plan_xNc62f .price_tiers_0c7QqC p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}.payment_plan_xNc62f .price_tiers_0c7QqC p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(197,172,186);
}.payment_plan_xNc62f .bundle_price_Hyw7J4 {
    font-weight: 700;
    background: linear-gradient(135deg, 
        rgb(197,172,186,0.5) 0%, 
        rgb(163,133,159,0.5) 100%);
    border-radius: 4px;
    margin-top: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    position: relative;
    padding: 5px 10px;
    display: inline-block;
    transition: all 0.3s ease;
    color: #ffffff;
    align-self: flex-start;
    font-size: calc(18px * 1.3);
}.payment_plan_xNc62f .program_rate_shJUPG:hover .bundle_price_Hyw7J4 {
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    transform: scale(1.05);
}

@media (max-width: 1200px) {.payment_plan_xNc62f {
    padding: 100px 0;
}.payment_plan_xNc62f .cost_breakdown_KUCcBV {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.payment_plan_xNc62f h2 {
    transform: translateX(0);
}.payment_plan_xNc62f .offer_box_mPhySe {
    max-width: 90%;
    transform: translateX(0);
}
}

@media (max-width: 992px) {.payment_plan_xNc62f {
    padding: 80px 0;
}.payment_plan_xNc62f .cost_breakdown_KUCcBV {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.payment_plan_xNc62f .price_tiers_0c7QqC {
    padding: 25px 20px;
}.payment_plan_xNc62f .price_tiers_0c7QqC p {
    font-size: calc(17px * 0.95);
    max-height: 180px;
}.payment_plan_xNc62f .bundle_price_Hyw7J4 {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 768px) {.payment_plan_xNc62f {
    padding: 70px 0;
}.payment_plan_xNc62f .cost_breakdown_KUCcBV {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}.payment_plan_xNc62f h2 {
    font-size: calc(29px * 0.9);
}.payment_plan_xNc62f .offer_box_mPhySe {
    font-size: 17px;
    max-width: 100%;
    margin-bottom: 40px;
}
}

@media (max-width: 576px) {.payment_plan_xNc62f {
    padding: 60px 0;
}.payment_plan_xNc62f .cost_breakdown_KUCcBV {
    grid-template-columns: 1fr;
}.payment_plan_xNc62f h2 {
    display: block;
    font-size: calc(29px * 0.8);
    text-align: center;
}.payment_plan_xNc62f h2::after {
    left: 20%;
    width: 60%;
}.payment_plan_xNc62f .offer_box_mPhySe {
    margin-bottom: 30px;
    text-align: center;
}.payment_plan_xNc62f .price_tiers_0c7QqC h4 {
    font-size: calc(18px * 1.1);
}.payment_plan_xNc62f .price_tiers_0c7QqC p {
    max-height: 150px;
}.payment_plan_xNc62f .bundle_price_Hyw7J4 {
    font-size: calc(18px * 1.1);
}}header .top_plank {
    background: rgb(197,172,186);
    color:  #ffffff;
}header .top_plank .prime_study_y6A3EN div svg, header .top_plank .prime_study_y6A3EN div svg path {
    fill: #ffffff;
}header .top_plank .prime_study_y6A3EN div span {
    color: #ffffff;
}header .top_plank .prime_study_y6A3EN {
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    width: 100%;
    line-height: 21px;
    display: flex;
    font-size: 15px;
}header .top_plank .prime_study_y6A3EN div {
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
    align-items: center;
}header .top_plank .prime_study_y6A3EN div img, header .top_plank .prime_study_y6A3EN div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.target_audience_mOSD3g {
    background: rgb(232,218,224);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.target_audience_mOSD3g::before {
    width: 100%;
    opacity: 0.05;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(197,172,186,0.5) 0,
        rgb(197,172,186,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
}.target_audience_mOSD3g .edu_beliefs_dVEvBu {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 30px;
}.target_audience_mOSD3g h3 {
    font-size: 29px;
    margin-bottom: 80px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
}.target_audience_mOSD3g h3::after {
    height: 5px;
    width: 80px;
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    background: linear-gradient(90deg, rgb(197,172,186), rgb(163,133,159));
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}.target_audience_mOSD3g ul {
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
    gap: 60px 30px;
    display: flex;
    list-style: none;
}.target_audience_mOSD3g ul li {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    max-width: 350px;
    color: #000000;
    background: #ffffff;
    transform: perspective(1000px) rotateX(5deg);
    z-index: 1;
    flex: 0 0 calc(33.333% - 20px);
    padding: 25px 25px 25px 80px;
    transition: all 0.4s ease;
    position: relative;
    font-family: Arial, sans-serif;
    min-height: 100px;
}.target_audience_mOSD3g ul li::before,
.target_audience_mOSD3g ul li::after {
    position: absolute;
    background: #ffffff;
    content: "";
    transition: all 0.4s ease;
}.target_audience_mOSD3g ul li::before {
    left: 5px;
    right: 5px;
    z-index: -1;
    transform: translateZ(-10px);
    bottom: 5px;
    border: 1px solid rgb(163,133,159,0.5);
    top: 5px;
}.target_audience_mOSD3g ul li::after {
    opacity: 0.3;
    left: 15px;
    bottom: 0;
    z-index: -2;
    top: 15px;
    background: rgb(197,172,186,0.5);
    right: 15px;
    transform: translateZ(-20px);
}.target_audience_mOSD3g ul li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.target_audience_mOSD3g ul li:hover::before {
    transform: translateZ(-15px);
}.target_audience_mOSD3g ul li:hover::after {
    transform: translateZ(-30px);
}.target_audience_mOSD3g ul li svg {
    transform: translateY(-50%);
    z-index: 2;
    transition: all 0.4s ease;
    top: 50%;
    width: 40px;
    position: absolute;
    left: 25px;
    height: 40px;
}.target_audience_mOSD3g ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.target_audience_mOSD3g ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(197,172,186);
}.target_audience_mOSD3g ul li:hover svg path {
    fill: rgb(163,133,159);
}.target_audience_mOSD3g ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.target_audience_mOSD3g ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.target_audience_mOSD3g ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.target_audience_mOSD3g ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.target_audience_mOSD3g ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.target_audience_mOSD3g ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.target_audience_mOSD3g {
    padding: 100px 0;
}.target_audience_mOSD3g h3 {
    margin-bottom: 60px;
    font-size: calc(29px * 0.9);
}.target_audience_mOSD3g ul {
    gap: 40px 25px;
}.target_audience_mOSD3g ul li {
    flex: 0 0 calc(50% - 20px);
    padding: 20px 20px 20px 70px;
}.target_audience_mOSD3g ul li svg {
    left: 20px;
    width: 35px;
    height: 35px;
}
}

@media (max-width: 768px) {.target_audience_mOSD3g {
    padding: 80px 0;
}.target_audience_mOSD3g h3 {
    margin-bottom: 50px;
    font-size: calc(29px * 0.8);
}.target_audience_mOSD3g ul {
    gap: 30px;
}.target_audience_mOSD3g ul li {
    max-width: 450px;
    flex: 0 0 100%;
}.target_audience_mOSD3g ul li,
    .target_audience_mOSD3g ul li:nth-child(3n+1),
    .target_audience_mOSD3g ul li:nth-child(3n+2),
    .target_audience_mOSD3g ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.target_audience_mOSD3g ul li:hover,
    .target_audience_mOSD3g ul li:nth-child(3n+1):hover,
    .target_audience_mOSD3g ul li:nth-child(3n+2):hover,
    .target_audience_mOSD3g ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.target_audience_mOSD3g {
    padding: 60px 0;
}.target_audience_mOSD3g .edu_beliefs_dVEvBu {
    padding: 0 20px;
}.target_audience_mOSD3g h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 40px;
}.target_audience_mOSD3g ul {
    gap: 25px;
}.target_audience_mOSD3g ul li {
    padding: 18px 15px 18px 65px;
}.target_audience_mOSD3g ul li svg {
    width: 30px;
    height: 30px;
    left: 18px;
}.target_audience_mOSD3g ul li,
    .target_audience_mOSD3g ul li:nth-child(3n+1),
    .target_audience_mOSD3g ul li:nth-child(3n+2),
    .target_audience_mOSD3g ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.target_audience_mOSD3g ul li:hover,
    .target_audience_mOSD3g ul li:nth-child(3n+1):hover,
    .target_audience_mOSD3g ul li:nth-child(3n+2):hover,
    .target_audience_mOSD3g ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}.training_specialist_JEVsYj {
    overflow: hidden;
    background: linear-gradient(170deg, rgb(232,218,224), #ffffff);
    padding: 100px 0;
    position: relative;
}.training_specialist_JEVsYj::before {
    content: "";
    background-color: rgb(197,172,186,0.5);
    top: -200px;
    border-radius: 50%;
    opacity: 0.1;
    height: 500px;
    right: -200px;
    width: 500px;
    position: absolute;
}.training_specialist_JEVsYj .container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
}.training_specialist_JEVsYj .success_stories_Acax2M {
    position: relative;
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 25px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    display: flex;
    max-width: 800px;
    flex-direction: column;
    padding: 50px;
}.training_specialist_JEVsYj .success_stories_Acax2M:hover {
    transform: translateY(-10px);
}.training_specialist_JEVsYj .success_stories_Acax2M::before {
    width: 30px;
    left: 50px;
    content: "";
    height: 30px;
    z-index: -1;
    background-color: rgb(163,133,159);
    position: absolute;
    transform: rotate(45deg);
    top: -15px;
}.training_specialist_JEVsYj .success_stories_Acax2M::after {
    height: 30px;
    bottom: -15px;
    content: "";
    z-index: -1;
    background-color: rgb(197,172,186);
    transform: rotate(45deg);
    position: absolute;
    width: 30px;
    right: 50px;
}.training_specialist_JEVsYj .photo_thumbnail_ba0qlC {
    height: 120px;
    width: 120px;
    position: relative;
    align-self: center;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 4px solid #ffffff;
    margin-bottom: 30px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}.training_specialist_JEVsYj .success_stories_Acax2M:hover .photo_thumbnail_ba0qlC {
    transform: scale(1.05);
}.training_specialist_JEVsYj .photo_thumbnail_ba0qlC::before {
    transition: opacity 0.3s ease;
    inset: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(197,172,186,0.5));
    content: "";
    position: absolute;
    opacity: 0;
}.training_specialist_JEVsYj .success_stories_Acax2M:hover .photo_thumbnail_ba0qlC::before {
    opacity: 1;
}.training_specialist_JEVsYj .work_summary_SQdRZI {
    position: relative;
    margin: 25px 0 0;
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
    background-color: rgb(232,218,224);
    border-radius: 25px;
    padding: 20px 30px;
    order: 3;
}.training_specialist_JEVsYj .work_summary_SQdRZI::before {
    position: absolute;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(232,218,224);
    top: -10px;
    border-left: 10px solid transparent;
    content: "";
    left: 30px;
}.training_specialist_JEVsYj .name {
    font-weight: 700;
    margin: 5px 0;
    order: 1;
    font-size: 20px;
    text-align: center;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
    display: block;
}.training_specialist_JEVsYj .name::after {
    height: 2px;
    position: absolute;
    background-color: rgb(197,172,186);
    transition: width 0.3s ease;
    bottom: 0;
    content: "";
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
}.training_specialist_JEVsYj .success_stories_Acax2M:hover .name::after {
    width: 80px;
}.training_specialist_JEVsYj span:not(.name) {
    margin-bottom: 15px;
    order: 2;
    font-weight: 600;
    color: rgb(163,133,159);
    font-size: calc(12px * 0.9);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

@media (min-width: 768px) {.training_specialist_JEVsYj .success_stories_Acax2M {
    gap: 10px 30px;
    display: grid;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    grid-template-columns: auto 1fr;
    align-items: center;
}.training_specialist_JEVsYj .photo_thumbnail_ba0qlC {
    grid-area: photo;
    height: 180px;
    margin-bottom: 0;
    width: 180px;
    align-self: start;
}.training_specialist_JEVsYj .name {
    grid-area: name;
    text-align: left;
    font-size: 36px;
}.training_specialist_JEVsYj .name::after {
    transform: none;
    left: 0;
}.training_specialist_JEVsYj span:not(.name) {
    margin-bottom: 0;
    text-align: left;
    grid-area: job;
}.training_specialist_JEVsYj .work_summary_SQdRZI {
    margin-top: 30px;
    grid-area: quote;
}
}

@media (max-width: 768px) {.training_specialist_JEVsYj {
    padding: 70px 0;
}.training_specialist_JEVsYj .success_stories_Acax2M {
    padding: 40px 30px;
}
}

@media (max-width: 576px) {.training_specialist_JEVsYj {
    padding: 50px 0;
}.training_specialist_JEVsYj .success_stories_Acax2M {
    padding: 30px 20px;
}.training_specialist_JEVsYj .work_summary_SQdRZI {
    padding: 15px 20px;
    margin-top: 20px;
}}.course_offering_kSL5iJ {
    position: relative;
    background: linear-gradient(135deg, #f5f7fa 0%, #e0e6ed 100%);
    overflow: hidden;
    padding: 7rem 0;
}.course_offering_kSL5iJ::before {
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(163,133,159,0.5) 0%, transparent 60%);
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.15;
    height: 100%;
}.course_offering_kSL5iJ::after {
    background: radial-gradient(ellipse at center, rgb(197,172,186,0.5) 0%, transparent 70%);
    width: 100%;
    content: "";
    height: 100%;
    transform: scale(2);
    right: -50%;
    top: -50%;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    opacity: 0.1;
}.course_offering_kSL5iJ .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.course_offering_kSL5iJ .lesson_track_5zkMbZ {
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
    display: grid;
}.course_offering_kSL5iJ .photo_thumbnail_ba0qlC {
    overflow: hidden;
    height: 350px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    transform: perspective(1000px) rotateY(-3deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.course_offering_kSL5iJ .photo_thumbnail_ba0qlC::before {
    background: linear-gradient(45deg, rgb(197,172,186,0.5) 0%, transparent 100%);
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
    top: 0;
}.course_offering_kSL5iJ .photo_thumbnail_ba0qlC::after {
    right: -10%;
    opacity: 0.15;
    height: 50px;
    content: "";
    top: -10%;
    background: rgb(163,133,159);
    border-radius: 50%;
    animation: floatOrbit 15s infinite ease-in-out;
    width: 50px;
    position: absolute;
    filter: blur(30px);
}.course_offering_kSL5iJ .text_content_2OQwnq {
    position: relative;
}.course_offering_kSL5iJ .text_content_2OQwnq::before {
    content: "";
    opacity: 0.6;
    top: -20px;
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, rgb(197,172,186) 0%, transparent 100%);
    width: 150px;
    position: absolute;
}.course_offering_kSL5iJ h3 {
    padding-left: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #000000;
    font-size: calc(24px * 1.1);
    line-height: 1.3;
    transform-origin: left center;
}.course_offering_kSL5iJ h3::before {
    height: 100%;
    transform: scaleY(0);
    position: absolute;
    width: 3px;
    top: 0;
    content: "";
    background: rgb(197,172,186);
    transform-origin: bottom;
    left: 0;
    animation: growUp 1.2s forwards ease-out 0.2s;
}.course_offering_kSL5iJ .description {
    line-height: 1.8;
    position: relative;
    margin-bottom: 1.5rem;
    transition: color 0.3s ease;
    font-size: 18px;
    color: #000000;
}.course_offering_kSL5iJ p.description {
    display: none;
}.course_offering_kSL5iJ span.description {
    padding: 0.5rem 0;
    column-gap: 2rem;
    column-count: 1;
    position: relative;
    display: block;
}.course_offering_kSL5iJ span.description::first-letter {
    color: rgb(197,172,186);
    font-size: 1.2em;
    font-weight: 700;
}@keyframes floatOrbit {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-30px, 20px);
    }
    50% {
        transform: translate(-20px, -30px);
    }
    75% {
        transform: translate(30px, -10px);
    }
}

@keyframes growUp {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

.course_offering_kSL5iJ .text_content_2OQwnq > div {
    position: relative;
    animation: fadeInUp 0.8s forwards ease-out 0.5s;
    opacity: 0;
}.course_offering_kSL5iJ .photo_thumbnail_ba0qlC:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_offering_kSL5iJ .text_content_2OQwnq::after {
    opacity: 0.2;
    right: 10%;
    height: 100px;
    width: 100px;
    content: "";
    position: absolute;
    border: 1px solid rgb(163,133,159,0.5);
    bottom: 10%;
    border-radius: 50%;
    pointer-events: none;
}.course_offering_kSL5iJ::before {
    box-shadow: 
        30px 80px 0 -0.5px rgb(197,172,186,0.5),
        80px 200px 0 -1px rgb(163,133,159,0.5),
        200px 50px 0 -0.5px rgb(197,172,186,0.5),
        280px 160px 0 -1px rgb(163,133,159,0.5),
        320px 280px 0 -0.5px rgb(197,172,186,0.5);
}

@media (min-width: 768px) {.course_offering_kSL5iJ .lesson_track_5zkMbZ {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course_offering_kSL5iJ .photo_thumbnail_ba0qlC {
    transform: perspective(1000px) rotateY(-5deg);
    height: 500px;
}.course_offering_kSL5iJ h3 {
    padding-left: 1.5rem;
    font-size: 33px;
}.course_offering_kSL5iJ span.description {
    column-count: 2;
}.course_offering_kSL5iJ .text_content_2OQwnq::after {
    width: 150px;
    height: 150px;
}
}

@media (min-width: 992px) {.course_offering_kSL5iJ {
    padding: 9rem 0;
}.course_offering_kSL5iJ .lesson_track_5zkMbZ {
    gap: 6rem;
}.course_offering_kSL5iJ .photo_thumbnail_ba0qlC {
    height: 550px;
}.course_offering_kSL5iJ span.description {
    column-gap: 3rem;
    column-count: 2;
}.course_offering_kSL5iJ h3::before {
    width: 4px;
}.course_offering_kSL5iJ .text_content_2OQwnq::after {
    height: 180px;
    right: -5%;
    width: 180px;
    bottom: 20%;
}
}

@media (min-width: 1200px) {.course_offering_kSL5iJ .photo_thumbnail_ba0qlC {
    height: 600px;
}.course_offering_kSL5iJ h3 {
    margin-bottom: 2rem;
}.course_offering_kSL5iJ .text_content_2OQwnq::before {
    width: 200px;
}
}

@media (max-width: 767px) {.course_offering_kSL5iJ {
    padding: 5rem 0;
}.course_offering_kSL5iJ .photo_thumbnail_ba0qlC {
    margin-bottom: 1.5rem;
    height: 250px;
}.course_offering_kSL5iJ h3 {
    font-size: 24px;
    margin-bottom: 1rem;
}.course_offering_kSL5iJ .text_content_2OQwnq::before {
    top: -10px;
    width: 80px;
}}.customer_experience_pnlImW {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(232,218,224);
    position: relative;
}.customer_experience_pnlImW::before {
    background-image: 
        linear-gradient(30deg, rgb(197,172,186,0.5) 12%, transparent 12.5%, transparent 87%, rgb(197,172,186,0.5) 87.5%, rgb(197,172,186,0.5)),
        linear-gradient(150deg, rgb(197,172,186,0.5) 12%, transparent 12.5%, transparent 87%, rgb(197,172,186,0.5) 87.5%, rgb(197,172,186,0.5)),
        linear-gradient(30deg, rgb(197,172,186,0.5) 12%, transparent 12.5%, transparent 87%, rgb(197,172,186,0.5) 87.5%, rgb(197,172,186,0.5)),
        linear-gradient(150deg, rgb(197,172,186,0.5) 12%, transparent 12.5%, transparent 87%, rgb(197,172,186,0.5) 87.5%, rgb(197,172,186,0.5)),
        linear-gradient(60deg, rgb(163,133,159,0.5) 25%, transparent 25.5%, transparent 75%, rgb(163,133,159,0.5) 75%, rgb(163,133,159,0.5)),
        linear-gradient(60deg, rgb(163,133,159,0.5) 25%, transparent 25.5%, transparent 75%, rgb(163,133,159,0.5) 75%, rgb(163,133,159,0.5));
    position: absolute;
    opacity: 0.05;
    content: "";
    background-size: 50px 50px;
    left: 0;
    height: 100%;
    background-position: 0 0, 0 0, 25px 25px, 25px 25px, 0 0, 25px 25px;
    top: 0;
    z-index: 1;
    width: 100%;
}.customer_experience_pnlImW .edu_beliefs_dVEvBu {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.customer_experience_pnlImW h4 {
    position: relative;
    transform: skew(-5deg);
    display: inline-block;
    margin-bottom: 70px;
    font-weight: 700;
    color: #000000;
    font-size: 36px;
}.customer_experience_pnlImW h4::before {
    transform: skew(15deg);
    z-index: -1;
    content: "";
    position: absolute;
    width: 200%;
    background: rgb(163,133,159,0.5);
    bottom: -5px;
    height: 10px;
    left: -50px;
}.customer_experience_pnlImW h4::after {
    top: -15px;
    animation: rotate 6s linear infinite;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 30px;
    content: "";
    position: absolute;
    background: rgb(197,172,186,0.5);
    width: 30px;
    right: -40px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.customer_experience_pnlImW .client_story_LcWQ7M {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    position: relative;
    gap: 40px;
    display: grid;
    z-index: 2;
}.customer_experience_pnlImW .success_stories_Acax2M {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: #ffffff;
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 80%, 
        85% 100%, 
        0 100%
    );
    padding: 40px 30px;
}.customer_experience_pnlImW .success_stories_Acax2M::before {
    clip-path: inherit;
    background: linear-gradient(135deg, rgb(197,172,186,0.5), rgb(163,133,159,0.5));
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    inset: 0;
    transform: translate(8px, 8px);
    z-index: -1;
    position: absolute;
    content: "";
}.customer_experience_pnlImW .success_stories_Acax2M::after {
    height: 50px;
    transform: rotate(45deg) translateY(25px);
    position: absolute;
    right: 15%;
    content: "";
    bottom: 0;
    z-index: -2;
    background: rgb(232,218,224);
    width: 50px;
}.customer_experience_pnlImW .success_stories_Acax2M:nth-child(odd)::after {
    background: rgb(197,172,186,0.5);
}.customer_experience_pnlImW .success_stories_Acax2M:nth-child(even)::after {
    background: rgb(163,133,159,0.5);
}.customer_experience_pnlImW .success_stories_Acax2M:hover {
    transform: translateY(-15px);
}.customer_experience_pnlImW .success_stories_Acax2M:hover::before {
    transform: translate(4px, 4px);
}.customer_experience_pnlImW .photo_thumbnail_ba0qlC {
    height: 80px;
    z-index: 3;
    position: absolute;
    border: 3px solid #ffffff;
    right: 20px;
    top: -20px;
    transition: all 0.4s ease;
    width: 80px;
}.customer_experience_pnlImW .success_stories_Acax2M:nth-child(odd) .photo_thumbnail_ba0qlC {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        70% 100%, 
        0% 100%
    );
}.customer_experience_pnlImW .success_stories_Acax2M:nth-child(even) .photo_thumbnail_ba0qlC {
    clip-path: polygon(
        30% 0%, 
        100% 0%, 
        100% 100%, 
        0% 100%, 
        0% 30%
    );
}.customer_experience_pnlImW .success_stories_Acax2M:hover .photo_thumbnail_ba0qlC {
    transform: translateY(-5px) rotate(-5deg);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.5);
}.customer_experience_pnlImW .success_stories_Acax2M span {
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    border-bottom: 1px dashed rgb(197,172,186,0.5);
    font-size: 17px;
    padding-bottom: 10px;
}.customer_experience_pnlImW .success_stories_Acax2M p {
    color: #000000;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-weight: 400;
    position: relative;
    font-size: 15px;
}.customer_experience_pnlImW .success_stories_Acax2M p::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(197,172,186);
}.customer_experience_pnlImW .client_story_LcWQ7M::before {
    border-radius: 50%;
    top: -50px;
    border: 10px solid rgb(163,133,159,0.5);
    position: absolute;
    z-index: -1;
    content: "";
    height: 100px;
    left: 10%;
    width: 100px;
}.customer_experience_pnlImW .client_story_LcWQ7M::after {
    opacity: 0.2;
    position: absolute;
    bottom: -75px;
    content: "";
    height: 150px;
    width: 150px;
    right: 10%;
    z-index: -1;
    background: rgb(197,172,186,0.5);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

@media (max-width: 767px) {.customer_experience_pnlImW {
    padding: 70px 0;
}.customer_experience_pnlImW h4 {
    font-size: calc(36px * 0.85);
    margin-bottom: 60px;
    display: block;
    transform: none;
    text-align: center;
}.customer_experience_pnlImW h4::before {
    width: 100%;
    left: 0;
    transform: none;
}.customer_experience_pnlImW .client_story_LcWQ7M {
    grid-template-columns: 1fr;
    gap: 50px;
}.customer_experience_pnlImW .success_stories_Acax2M {
    padding: 30px 25px;
}.customer_experience_pnlImW .photo_thumbnail_ba0qlC {
    right: 15px;
    height: 70px;
    top: -15px;
    width: 70px;
}.customer_experience_pnlImW .success_stories_Acax2M span {
    font-size: calc(17px * 0.9);
}.customer_experience_pnlImW .success_stories_Acax2M p {
    font-size: calc(15px * 0.9);
}}.receive_updates_eoy3GQ {
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 3.5rem 0;
    background: linear-gradient(135deg, rgb(197,172,186,0.5), rgb(163,133,159) 120%);
}.receive_updates_eoy3GQ::before {
    animation: orbitGlow 15s infinite alternate ease-in-out;
    z-index: -1;
    left: -10%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, transparent 60%);
    height: 200%;
    content: '';
    width: 80%;
    position: absolute;
    transform: rotate(-15deg);
    top: -50%;
}.receive_updates_eoy3GQ::after {
    right: 0;
    background-image: 
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.12) 0%, transparent 25%),
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.08) 0%, transparent 30%);
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
}.receive_updates_eoy3GQ .container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
}.receive_updates_eoy3GQ .edu_beliefs_dVEvBu {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    z-index: 2;
    grid-gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
}.receive_updates_eoy3GQ .edu_beliefs_dVEvBu > div {
    z-index: 2;
    position: relative;
}.receive_updates_eoy3GQ .edu_beliefs_dVEvBu h4 {
    animation: floatText 6s infinite alternate ease-in-out;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    font-weight: 600;
    margin: 0;
    font-size: 19px;
    line-height: 1.4;
    transform: translateY(5px);
}.receive_updates_eoy3GQ .input_holder {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 3;
}.receive_updates_eoy3GQ .input_holder span {
    display: block;
    position: relative;
    width: 100%;
}.receive_updates_eoy3GQ .input_holder span:first-child::before {
    top: 50%;
    opacity: 0.6;
    left: -20px;
    width: 10px;
    content: '';
    transform: translateY(-50%);
    height: 10px;
    position: absolute;
    border-radius: 50%;
    background-color: rgb(255, 255, 255, 0.5);
    animation: pulseOrbit 4s infinite;
}.receive_updates_eoy3GQ .input_holder span:last-child::after {
    border-radius: 50%;
    right: -15px;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    animation: pulseOrbit 3s infinite 1s;
    height: 6px;
    position: absolute;
    width: 6px;
    background-color: rgb(197,172,186);
}.receive_updates_eoy3GQ .input_holder input[type="email"] {
    font-size: 13px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 20px;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 10px;
    width: 100%;
}.receive_updates_eoy3GQ .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}.receive_updates_eoy3GQ .input_holder input[type="email"]:focus {
    outline: none;
    transform: translateY(-2px);
    border-color: rgb(197,172,186);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.25);
}.receive_updates_eoy3GQ .input_holder .subscribe_feature_6mokVd {
    font-size: 16px;
    background: linear-gradient(135deg, rgb(163,133,159), rgb(197,172,186));
    letter-spacing: 0.5px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    width: 100%;
    position: relative;
}.receive_updates_eoy3GQ .input_holder .subscribe_feature_6mokVd:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgb(197,172,186), rgb(163,133,159));
    transform: translateY(-3px) scale(1.02);
}.receive_updates_eoy3GQ .input_holder .subscribe_feature_6mokVd:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}.receive_updates_eoy3GQ .input_holder .subscribe_feature_6mokVd::before {
    height: 200%;
    transform: rotate(45deg);
    content: '';
    width: 200%;
    animation: shine 3s infinite;
    top: -50%;
    position: absolute;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -50%;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}

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

@keyframes pulseOrbit {
    0%, 100% {
        transform: translateY(-50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translateY(-50%) scale(1.5);
        opacity: 0.3;
    }
}

@keyframes orbitGlow {
    0% {
        opacity: 0.3;
        transform: rotate(-15deg) translateX(0);
    }
    50% {
        opacity: 0.5;
        transform: rotate(-15deg) translateX(5%);
    }
    100% {
        opacity: 0.3;
        transform: rotate(-15deg) translateX(0);
    }
}

@media (min-width: 768px) {.receive_updates_eoy3GQ {
    padding: 4rem 0;
}.receive_updates_eoy3GQ .edu_beliefs_dVEvBu {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    transform: perspective(1200px) rotateX(1deg);
}.receive_updates_eoy3GQ .edu_beliefs_dVEvBu h4 {
    font-size: calc(19px * 1.1);
    max-width: 90%;
}.receive_updates_eoy3GQ .input_holder {
    flex-direction: row;
    gap: 1.5rem;
}.receive_updates_eoy3GQ .input_holder span:first-child {
    flex: 2;
}.receive_updates_eoy3GQ .input_holder span:last-child {
    max-width: 200px;
    flex: 1;
}
}

@media (min-width: 992px) {.receive_updates_eoy3GQ {
    padding: 5rem 0;
}.receive_updates_eoy3GQ::before {
    width: 60%;
}.receive_updates_eoy3GQ .edu_beliefs_dVEvBu {
    transform: perspective(1500px) rotateX(1deg);
}.receive_updates_eoy3GQ .edu_beliefs_dVEvBu h4 {
    font-size: calc(19px * 1.2);
    max-width: 85%;
}.receive_updates_eoy3GQ .input_holder {
    padding-left: 2rem;
}.receive_updates_eoy3GQ .input_holder span:first-child::before {
    left: -30px;
    width: 12px;
    height: 12px;
}.receive_updates_eoy3GQ .input_holder span:last-child::after {
    height: 8px;
    right: -25px;
    width: 8px;
}
}

@media (max-width: 767px) {.receive_updates_eoy3GQ .edu_beliefs_dVEvBu h4 {
    text-align: center;
    margin-bottom: 1rem;
}.receive_updates_eoy3GQ .input_holder {
    margin-top: 0.5rem;
}.receive_updates_eoy3GQ .input_holder span + span {
    margin-top: 0.75rem;
}}.title_page_ONQ9Jl {
    justify-content: center;
    overflow: hidden;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, rgb(232,218,224), rgba(0, 0, 0, 0.5));
    display: flex;
    min-height: 100vh;
}.title_page_ONQ9Jl::before {
    pointer-events: none;
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgb(163,133,159,0.5) 0%, transparent 35%),
    radial-gradient(circle at 80% 70%, rgb(197,172,186,0.5) 0%, transparent 40%);
    height: 100%;
    top: 0;
    opacity: 0.6;
    z-index: 1;
    left: 0;
    width: 100%;
    content: "";
}.title_page_ONQ9Jl::after {
    position: absolute;
    animation: floatEffect 12s infinite alternate ease-in-out;
    background: rgb(197,172,186);
    filter: blur(60px);
    height: 40%;
    right: -5%;
    bottom: -5%;
    width: 40%;
    z-index: 0;
    opacity: 0.07;
    transform: rotate(-15deg) skew(20deg);
    content: "";
}.title_page_ONQ9Jl .tech_master_hauTj1 {
    gap: 2.5rem;
    position: relative;
    width: 90%;
    transform: translateY(-2%);
    grid-template-columns: 1fr;
    z-index: 2;
    display: grid;
    max-width: 1200px;
}.title_page_ONQ9Jl .tech_master_hauTj1 > div:first-child {
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid rgb(197,172,186);
    animation: slideIn 0.8s ease-out forwards;
    padding: 2rem;
    transform: translateX(-10px);
    position: relative;
    backdrop-filter: blur(8px);
}.title_page_ONQ9Jl .tech_master_hauTj1 > div:first-child::before {
    height: 100%;
    opacity: 0.1;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, rgb(197,172,186,0.5), transparent);
    top: 0;
    z-index: -1;
}.title_page_ONQ9Jl p {
    color: #ffffff;
    font-size: calc(12px * 1.2);
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.6;
    font-weight: 600;
    max-width: 600px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
    position: relative;
}.title_page_ONQ9Jl .training_track_0XDHl1 {
    opacity: 0;
    overflow: hidden;
    animation: fadeUpIn 1s 0.3s ease-out forwards;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
    position: relative;
    transform: translateY(20px);
    clip-path: polygon(
    0 0, 
    100% 0, 
    100% 85%, 
    95% 100%, 
    0 100%
  );
}.title_page_ONQ9Jl .training_track_0XDHl1 > div {
    display: flex;
    justify-content: space-between;
    min-height: 350px;
    flex-direction: column;
    padding: 3.5rem 2.5rem;
    position: relative;
    z-index: 1;
}.title_page_ONQ9Jl .training_track_0XDHl1 > div::before {
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
    z-index: -1;
    top: 0;
    height: 100%;
}.title_page_ONQ9Jl .training_track_0XDHl1 > div::after {
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(
    90deg,
    rgb(197,172,186) 0%,
    transparent 100%
  );
    mix-blend-mode: overlay;
    z-index: -1;
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.2;
}.title_page_ONQ9Jl h3 {
    margin: 0 0 2rem 0;
    font-size: calc(24px * 1.1);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    max-width: 90%;
    color: #ffffff;
}.title_page_ONQ9Jl h3::before {
    width: 60px;
    animation: lineGrow 1.2s 0.8s forwards cubic-bezier(0.17, 0.67, 0.4, 1);
    top: -15px;
    background: rgb(197,172,186);
    position: absolute;
    left: 0;
    transform-origin: left;
    height: 3px;
    transform: scaleX(0);
    content: "";
}.title_page_ONQ9Jl .title_style_header {
    position: relative;
    animation: fadeUpIn 1s 0.6s ease-out forwards;
    opacity: 0;
    transform: translateY(15px);
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 
              0 4px 20px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    line-height: 1.2;
}.title_page_ONQ9Jl .title_style_header::after {
    width: 100%;
    content: "";
    transform-origin: left;
    height: 10px;
    left: 0;
    transform: scaleX(0.3);
    opacity: 0.7;
    background: linear-gradient(to right, rgb(197,172,186), transparent);
    position: absolute;
    bottom: -20px;
    animation: lineExtend 1.5s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

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

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

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

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

@keyframes floatEffect {
  0% {
    transform: rotate(-15deg) skew(20deg) translate(0, 0);
  }
  100% {
    transform: rotate(-12deg) skew(18deg) translate(-20px, -20px);
  }
}

@media (min-width: 768px) {.title_page_ONQ9Jl .tech_master_hauTj1 {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}.title_page_ONQ9Jl .tech_master_hauTj1 > div:first-child {
    padding: 3rem;
    align-items: center;
    display: flex;
}.title_page_ONQ9Jl p {
    font-size: calc(12px * 1.4);
}.title_page_ONQ9Jl .training_track_0XDHl1 {
    clip-path: polygon(
      0 0, 
      100% 0, 
      100% 90%, 
      85% 100%, 
      0 100%
    );
}.title_page_ONQ9Jl .training_track_0XDHl1 > div {
    padding: 4rem 3rem;
    min-height: 400px;
}.title_page_ONQ9Jl h3 {
    font-size: 24px;
    max-width: 80%;
}.title_page_ONQ9Jl .title_style_header {
    font-size: calc(38px * 1.2);
}
}

@media (min-width: 992px) {.title_page_ONQ9Jl {
    height: 100vh;
}.title_page_ONQ9Jl .tech_master_hauTj1 {
    width: 85%;
    gap: 4rem;
}.title_page_ONQ9Jl .tech_master_hauTj1 > div:first-child {
    padding: 3.5rem;
    transform: translateY(2rem);
}.title_page_ONQ9Jl p {
    font-size: calc(12px * 1.5);
}.title_page_ONQ9Jl .training_track_0XDHl1 > div {
    padding: 5rem 4rem;
    min-height: 450px;
}.title_page_ONQ9Jl h3 {
    font-size: calc(24px * 1.1);
    max-width: 70%;
}.title_page_ONQ9Jl .title_style_header {
    font-size: calc(38px * 1.4);
}.title_page_ONQ9Jl .title_style_header::after {
    height: 12px;
    bottom: -24px;
}
}

@media (min-width: 1200px) {.title_page_ONQ9Jl .tech_master_hauTj1 {
    max-width: 1400px;
    width: 80%;
}.title_page_ONQ9Jl .training_track_0XDHl1 > div {
    min-height: 500px;
}.title_page_ONQ9Jl h3 {
    max-width: 60%;
}.title_page_ONQ9Jl .title_style_header {
    font-size: calc(38px * 1.5);
}
}

@media (max-width: 767px) {.title_page_ONQ9Jl {
    padding: 4rem 0;
}.title_page_ONQ9Jl .training_track_0XDHl1 > div {
    padding: 2.5rem 1.5rem;
}.title_page_ONQ9Jl h3 {
    margin-bottom: 1.5rem;
    font-size: 16px;
}.title_page_ONQ9Jl .title_style_header {
    font-size: calc(32px * 0.9);
}.title_page_ONQ9Jl .title_style_header::after {
    bottom: -12px;
    height: 6px;
}}.secure_refuge_VpeaKD {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(232,218,224) 0%, rgba(255,255,255,0.96) 100%);
}.secure_refuge_VpeaKD::before {
    top: 0;
    opacity: 0.15;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    content: "";
    background: 
        radial-gradient(circle at 100% 0%, rgb(197,172,186,0.5) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgb(163,133,159,0.5) 0%, transparent 50%);
}.secure_refuge_VpeaKD .container {
    padding: 3rem;
    z-index: 1;
    box-shadow: 0 20px 50px rgba(0,0,0,0.07);
    transform: translateZ(0);
    background: linear-gradient(to right, rgba(255,255,255,0.97), rgba(255,255,255,0.99));
    border-left: 4px solid rgb(197,172,186);
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}.secure_refuge_VpeaKD h1 {
    font-weight: 700;
    padding-bottom: 1rem;
    transform: translateX(0);
    transition: transform 0.5s ease-out;
    color: #000000;
    font-size: 42px;
    position: relative;
    margin-bottom: 2rem;
}.secure_refuge_VpeaKD h1::after {
    height: 3px;
    position: absolute;
    left: 0;
    content: "";
    width: 80px;
    background: linear-gradient(to right, rgb(197,172,186), rgb(163,133,159));
    transition: width 0.5s ease-out;
    bottom: 0;
}.secure_refuge_VpeaKD h1:hover {
    transform: translateX(5px);
}.secure_refuge_VpeaKD h1:hover::after {
    width: 120px;
}.secure_refuge_VpeaKD h2 {
    color: #000000;
    position: relative;
    padding-left: 1rem;
    font-weight: 600;
    font-size: 30px;
    border-left: 3px solid rgb(163,133,159);
    margin: 2.5rem 0 1.5rem;
}.secure_refuge_VpeaKD h3 {
    color: #000000;
    margin: 2rem 0 1rem;
    font-weight: 600;
    font-size: calc(30px * 0.8);
    padding-left: 1rem;
    border-left: 2px solid rgb(163,133,159,0.5);
    position: relative;
}.secure_refuge_VpeaKD h4 {
    border-left: 1px solid rgb(163,133,159,0.5);
    color: #000000;
    position: relative;
    font-weight: 600;
    padding-left: 0.75rem;
    font-size: calc(30px * 0.7);
    margin: 1.5rem 0 1rem;
}.secure_refuge_VpeaKD p {
    padding-right: 1rem;
    color: #000000;
    font-size: 17px;
    position: relative;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    transition: transform 0.4s ease;
}.secure_refuge_VpeaKD p:hover {
    transform: translateX(5px);
}.secure_refuge_VpeaKD strong {
    position: relative;
    font-weight: 700;
    color: rgb(197,172,186);
}.secure_refuge_VpeaKD strong::after {
    height: 1px;
    content: "";
    bottom: -2px;
    transition: width 0.3s ease;
    background: rgb(197,172,186);
    width: 0;
    position: absolute;
    left: 0;
}.secure_refuge_VpeaKD p:hover strong::after {
    width: 100%;
}.secure_refuge_VpeaKD ul {
    padding-left: 0;
    margin: 1.5rem 0 2rem 1rem;
}.secure_refuge_VpeaKD li {
    line-height: 1.6;
    transition: transform 0.3s ease;
    list-style-type: none;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-size: 17px;
}.secure_refuge_VpeaKD li::before {
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
    transition: transform 0.3s ease;
    background: linear-gradient(135deg, rgb(197,172,186), rgb(163,133,159));
    top: 0.6rem;
    height: 8px;
    content: "";
    left: 0;
}.secure_refuge_VpeaKD li:hover {
    transform: translateX(8px);
}.secure_refuge_VpeaKD li:hover::before {
    transform: rotate(225deg);
}.secure_refuge_VpeaKD span {
    color: #000000;
    border-left: 2px solid rgb(163,133,159,0.5);
    display: block;
    transform: perspective(1000px) rotateX(0);
    line-height: 1.7;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    padding: 0.75rem 1rem;
    transition: transform 0.3s ease-out, background 0.3s ease;
    background: linear-gradient(to right, rgba(rgb(232,218,224), 0.3), transparent);
    font-size: calc(17px * 0.95);
}.secure_refuge_VpeaKD span:hover {
    background: linear-gradient(to right, rgba(rgb(232,218,224), 0.5), transparent);
    transform: perspective(1000px) rotateX(1deg);
}

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

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

@media (max-width: 480px) {.secure_refuge_VpeaKD {
    padding: 2rem 0.75rem;
}.secure_refuge_VpeaKD .container {
    padding: 1.5rem 1rem;
}.secure_refuge_VpeaKD h1 {
    font-size: calc(42px * 0.7);
}.secure_refuge_VpeaKD h2 {
    padding-left: 0.75rem;
    font-size: calc(30px * 0.7);
}.secure_refuge_VpeaKD h3, .secure_refuge_VpeaKD h4 {
    padding-left: 0.5rem;
}.secure_refuge_VpeaKD p, .secure_refuge_VpeaKD span, .secure_refuge_VpeaKD li {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.secure_refuge_VpeaKD li {
    padding-left: 1rem;
}.secure_refuge_VpeaKD li::before {
    height: 6px;
    width: 6px;
}}.data_exploration_1dBIsW {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(163,133,159,0.5) 0%, rgb(197,172,186,0.5) 100%);
    position: relative;
    overflow: hidden;
}.data_exploration_1dBIsW::before {
    width: 100%;
    content: "";
    opacity: 0.08;
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(163,133,159) 0%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgb(197,172,186) 0%, transparent 4%),
        radial-gradient(circle at 40% 80%, rgb(163,133,159) 0%, transparent 6%);
}.data_exploration_1dBIsW::after {
    right: -10%;
    filter: blur(30px);
    z-index: 0;
    opacity: 0.2;
    transform: rotate(-15deg);
    content: "";
    height: 45%;
    background: linear-gradient(45deg, rgb(197,172,186,0.5) 0%, transparent 70%);
    position: absolute;
    top: -10%;
    width: 45%;
}.data_exploration_1dBIsW h3 {
    animation: fadeInUp 0.8s 0.2s forwards;
    position: relative;
    opacity: 0;
    text-align: center;
    z-index: 2;
    font-weight: 600;
    font-size: 38px;
    margin-bottom: 3.5rem;
    color: #000000;
    transform: translateY(10px);
}.data_exploration_1dBIsW h3::after {
    background: linear-gradient(90deg, rgb(163,133,159) 0%, rgb(197,172,186) 100%);
    position: absolute;
    bottom: -12px;
    transform: translateX(-50%) scaleX(0);
    content: "";
    left: 50%;
    height: 3px;
    animation: expandLine 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
}.data_exploration_1dBIsW .container {
    z-index: 2;
    position: relative;
}.data_exploration_1dBIsW ul {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
    padding: 0;
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05), 
                0 3px 6px rgba(0, 0, 0, 0.02);
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    border-left: 3px solid rgb(163,133,159);
    position: relative;
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    height: 100%;
    padding: 1.8rem;
    animation-delay: calc(0.15s * var(--i, 0));
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
}.data_exploration_1dBIsW li:nth-child(1) {
    --i: 1;
}.data_exploration_1dBIsW li:nth-child(2) {
    --i: 2;
}.data_exploration_1dBIsW li:nth-child(3) {
    --i: 3;
}.data_exploration_1dBIsW li:nth-child(4) {
    --i: 4;
}.data_exploration_1dBIsW li:nth-child(5) {
    --i: 5;
}.data_exploration_1dBIsW li:nth-child(6) {
    --i: 6;
}.data_exploration_1dBIsW li:nth-child(7) {
    --i: 7;
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj::before {
    content: "";
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(197,172,186,0.5), 0.05) 100%);
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.04);
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj:hover::after {
    opacity: 1;
    transform: scaleX(1);
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj::after {
    height: 3px;
    opacity: 0;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    transform: scaleX(0.6);
    background: linear-gradient(90deg, rgb(163,133,159) 0%, rgb(197,172,186) 100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    bottom: 0;
    transform-origin: left;
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj span {
    position: relative;
    transition: transform 0.3s ease;
    color: rgb(163,133,159);
    padding-left: 1.2rem;
    font-size: calc(14px * 1.1);
    transform: translateX(0);
    margin-bottom: 1rem;
    font-weight: 600;
    display: block;
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj:hover span {
    transform: translateX(5px);
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj span::before {
    top: 50%;
    left: 0;
    background: rgb(197,172,186);
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj:hover span::before {
    background: rgb(163,133,159);
    transform: translateY(-50%) scale(1.3);
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj p {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: calc(39px * 1.2);
    overflow: hidden;
    color: rgb(197,172,186);
    margin: 0;
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj p::after {
    transform: scaleX(0);
    height: 4px;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(163,133,159,0.5) 0%, transparent 100%);
    position: absolute;
    bottom: 5px;
    transform-origin: left;
    opacity: 0.3;
    left: 0;
    transition: transform 0.5s ease;
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj:hover p::after {
    transform: scaleX(1);
}

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

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

@media screen and (max-width: 992px) {.data_exploration_1dBIsW {
    padding: 60px 0;
}.data_exploration_1dBIsW h3 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.data_exploration_1dBIsW ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj {
    padding: 1.5rem;
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj p {
    font-size: calc(39px * 1);
}
}

@media screen and (max-width: 768px) {.data_exploration_1dBIsW {
    padding: 50px 0;
}.data_exploration_1dBIsW h3 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.85);
}.data_exploration_1dBIsW ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj span {
    font-size: 14px;
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj p {
    font-size: calc(38px * 1.2);
}
}

@media screen and (max-width: 576px) {.data_exploration_1dBIsW {
    padding: 40px 0;
}.data_exploration_1dBIsW h3 {
    font-size: calc(38px * 0.8);
}.data_exploration_1dBIsW ul {
    gap: 15px;
    grid-template-columns: 1fr;
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj {
    padding: 1.2rem;
}.data_exploration_1dBIsW .statistics_pros_YyR1Fj p {
    font-size: calc(38px * 1.1);
}.data_exploration_1dBIsW h3::after {
    width: 60px;
}
}