* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}::-webkit-scrollbar {
    width: 10px;
}::-webkit-scrollbar-track {
    margin: 3px 0;
    border-radius: 12.7em;
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    transition: all, box-shadow, border-radius 3.6s ease-in-out;
    background: #ffffff;
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(255, 255, 255, 0.5);
    background: radial-gradient(ellipse at bottom right, #ffffff 38%, rgb(255, 255, 255, 0.5) 45%, rgb(189,127,189) 26%, rgb(189,127,189,0.5) 92%, rgb(205,172,198) 56%);
    box-shadow: -5px 1px 9px 7px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-thumb:active {
    background: rgb(205,172,198,0.5);
    box-shadow: inset 1px -3px 3px 7px rgba(0, 0, 0, 0.7);
}html {
    scrollbar-color: rgb(189,127,189) rgb(255, 255, 255, 0.5);
    scrollbar-width: auto;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    min-height: 100%;
    height: 100%;
}.wrapper-skeleton_4 {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}.linkedin_ref_0 {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.head_lesson_1 {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1122px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_program_description_2 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(221,208,219) 0%, #ffffff 65%, rgb(205,172,198,0.5) 100%);
    padding: 6rem 0;
}.course_program_description_2::before {
    background: radial-gradient(circle at 20% 30%, rgb(189,127,189,0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    pointer-events: none;
    position: absolute;
    height: 100%;
    z-index: 0;
}.course_program_description_2::after {
    height: 240px;
    opacity: 0.07;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: linear-gradient(225deg, rgb(205,172,198) 0%, rgb(189,127,189) 100%);
    bottom: -20px;
    width: 240px;
    transform: rotate(15deg);
    right: -20px;
    z-index: 0;
    position: absolute;
    content: "";
}.course_program_description_2 .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.course_program_description_2 h2 {
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 3.5rem;
    position: relative;
    max-width: 85%;
    transform: translateX(-0.5rem);
}.course_program_description_2 h2::after {
    left: 0;
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(205,172,198) 0%, rgb(189,127,189) 100%);
    content: "";
    position: absolute;
    height: 0.25rem;
    width: 8rem;
}.course_program_description_2 .skill_track_9 {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 3rem;
}.course_program_description_2 .img_highlight_0 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    border-radius: 0.5rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 400px;
}.course_program_description_2 .img_highlight_0::before {
    width: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
}.course_program_description_2 .img_highlight_0:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_program_description_2 .text_stack_3 {
    overflow-y: auto;
    padding-right: 1.5rem;
    max-height: 400px;
    position: relative;
    scrollbar-width: thin;
}.course_program_description_2 .text_stack_3::-webkit-scrollbar {
    width: 4px;
}.course_program_description_2 .text_stack_3::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}.course_program_description_2 .text_stack_3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(205,172,198,0.5);
}.course_program_description_2 .description {
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
}.course_program_description_2 .description:first-of-type::first-letter {
    font-weight: 700;
    margin-right: 0.1em;
    line-height: 0.8;
    padding: 0.1em 0.1em 0 0;
    font-size: 3.5em;
    float: left;
    color: rgb(205,172,198);
}.course_program_description_2 .description:last-of-type {
    padding-left: 1.5rem;
    border-left: 3px solid rgb(189,127,189,0.5);
    position: relative;
}

@media (min-width: 768px) {.course_program_description_2 {
    padding: 8rem 0;
}.course_program_description_2 h2 {
    max-width: 75%;
    margin-bottom: 4rem;
    font-size: calc(37px * 1.1);
}.course_program_description_2 h2::after {
    width: 12rem;
}.course_program_description_2 .skill_track_9 {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course_program_description_2 .img_highlight_0 {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 500px;
}.course_program_description_2 .text_stack_3 {
    max-height: 500px;
}
}

@media (min-width: 992px) {.course_program_description_2 {
    padding: 10rem 0;
}.course_program_description_2::before {
    background: radial-gradient(circle at 20% 30%, rgb(189,127,189,0.5) 0%, transparent 70%);
}.course_program_description_2 h2 {
    font-size: calc(37px * 1.2);
    max-width: 70%;
}.course_program_description_2 .skill_track_9 {
    gap: 5rem;
}.course_program_description_2 .img_highlight_0 {
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
    height: 600px;
}.course_program_description_2 .text_stack_3 {
    max-height: 600px;
    padding-top: 2rem;
}.course_program_description_2 .description {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.course_program_description_2 .container {
    padding: 0 2rem;
}.course_program_description_2 h2 {
    max-width: 65%;
    transform: translateX(-1rem);
    font-size: calc(37px * 1.3);
}.course_program_description_2 .skill_track_9 {
    gap: 6rem;
}.course_program_description_2 .img_highlight_0 {
    transform: perspective(1200px) rotateY(-8deg) translateZ(0);
}.course_program_description_2 .img_highlight_0:hover {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0) scale(1.02);
}
}

@media (max-width: 767px) {.course_program_description_2 {
    padding: 4rem 0;
}.course_program_description_2 h2 {
    font-size: calc(37px * 0.9);
    max-width: 100%;
    margin-bottom: 2.5rem;
}.course_program_description_2 h2::after {
    width: 6rem;
    height: 0.2rem;
}.course_program_description_2 .img_highlight_0 {
    height: 300px;
}.course_program_description_2 .text_stack_3 {
    max-height: 350px;
}.course_program_description_2 .description {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}}.thanksSpot_6 {
    position: relative;
    background: linear-gradient(135deg, rgb(221,208,219), rgb(221,208,219) 60%, rgba(rgb(205,172,198,0.5), 0.1));
    padding: 5rem 0;
    overflow: hidden;
}.thanksSpot_6::before {
    background: linear-gradient(145deg, rgba(rgb(189,127,189,0.5), 0.08), rgba(rgb(189,127,189,0.5), 0.03));
    z-index: 0;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    filter: blur(20px);
    top: -20%;
    width: 60%;
    right: -10%;
    content: "";
    height: 80%;
}.thanksSpot_6::after {
    height: 40%;
    background: linear-gradient(210deg, rgba(rgb(205,172,198,0.5), 0.09), transparent);
    left: -5%;
    bottom: -10%;
    transform: rotate(10deg) skewX(-10deg);
    z-index: 0;
    content: "";
    width: 50%;
    position: absolute;
}.thanksSpot_6 .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
}.thanksSpot_6 .learn_way_9 {
    padding: 3rem;
    background: linear-gradient(170deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.85)
    );
    backdrop-filter: blur(10px);
    gap: 2.5rem;
    position: relative;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 30px 70px -25px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 2px 5px rgba(rgb(205,172,198,0.5), 0.05),
        0 0 0 1px rgba(rgb(205,172,198,0.5), 0.08);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
}.thanksSpot_6 .learn_way_9:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 55px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 35px 75px -25px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 2px 5px rgba(rgb(205,172,198,0.5), 0.08),
        0 0 0 1px rgba(rgb(205,172,198,0.5), 0.1);
}.thanksSpot_6 .learn_way_9 > div:first-child {
    position: relative;
    transform: translateX(-1rem);
}.thanksSpot_6 .learn_way_9 > div:first-child::before {
    transform: translateY(-50%);
    left: -2rem;
    top: 50%;
    content: "";
    width: 4px;
    background: linear-gradient(to bottom, rgb(205,172,198), rgb(189,127,189));
    height: 60%;
    position: absolute;
}.thanksSpot_6 h5 {
    font-size: 18px;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    margin: 0;
}.thanksSpot_6 h5::after {
    left: 0;
    position: absolute;
    height: 3px;
    width: 40%;
    content: "";
    background: linear-gradient(90deg, rgb(189,127,189), transparent);
    bottom: -0.5rem;
}.thanksSpot_6 .learn_way_9 > div:last-child {
    position: relative;
    padding-left: 1.5rem;
    border-left: 1px solid rgba(rgb(189,127,189,0.5), 0.2);
}.thanksSpot_6 a {
    display: block;
    transition: transform 0.3s ease;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}.thanksSpot_6 a:hover {
    transform: translateX(5px);
}.thanksSpot_6 a::before {
    height: 100%;
    transform-origin: left;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        rgba(rgb(205,172,198,0.5), 0.03), 
        rgba(rgb(189,127,189,0.5), 0.05)
    );
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    transform: scaleX(0.8) translateX(-10%);
    position: absolute;
}.thanksSpot_6 a:hover::before {
    opacity: 1;
    transform: scaleX(1) translateX(0);
}.thanksSpot_6 p {
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}.thanksSpot_6 a:hover p {
    color: #000000;
}

@media (min-width: 768px) {.thanksSpot_6 {
    padding: 7rem 0;
}.thanksSpot_6 .learn_way_9 {
    align-items: center;
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 1fr 1.5fr;
}.thanksSpot_6 .learn_way_9 > div:first-child {
    transform: translateX(0);
}.thanksSpot_6 .learn_way_9 > div:last-child {
    border-left: 2px solid rgba(rgb(189,127,189,0.5), 0.15);
    padding-left: 3rem;
}.thanksSpot_6 h5 {
    font-size: calc(18px * 1.1);
}.thanksSpot_6 p {
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 992px) {.thanksSpot_6 {
    padding: 9rem 0;
}.thanksSpot_6 .container {
    padding: 0 2rem;
}.thanksSpot_6 .learn_way_9 {
    padding: 5rem;
    gap: 4rem;
    grid-template-columns: 1fr 1.8fr;
}.thanksSpot_6 h5 {
    font-size: calc(18px * 1.2);
}.thanksSpot_6 h5::after {
    height: 4px;
    width: 50%;
}.thanksSpot_6 .learn_way_9 > div:last-child {
    padding-left: 4rem;
}.thanksSpot_6 a {
    padding: 1rem 0;
}
}

@media (max-width: 767px) {.thanksSpot_6 {
    padding: 4rem 0;
}.thanksSpot_6 .learn_way_9 {
    padding: 2rem;
    gap: 2rem;
}.thanksSpot_6 h5 {
    font-size: calc(18px * 0.9);
}.thanksSpot_6 p {
    font-size: calc(14px * 0.95);
}.thanksSpot_6 .learn_way_9 > div:last-child {
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.thanksSpot_6 {
    padding: 3rem 0;
}.thanksSpot_6 .learn_way_9 {
    padding: 1.5rem;
    gap: 1.5rem;
}.thanksSpot_6 .learn_way_9 > div:first-child::before {
    left: -1.5rem;
    height: 50%;
}.thanksSpot_6 h5 {
    font-size: calc(18px * 0.85);
}.thanksSpot_6 p {
    font-size: calc(14px * 0.9);
}.thanksSpot_6 .learn_way_9 > div:last-child {
    padding-left: 0.75rem;
}}.service_info_2 {
    background: linear-gradient(135deg, rgb(221,208,219) 0%, rgb(205,172,198,0.5) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.service_info_2::before {
    top: 0;
    z-index: 0;
    width: 100%;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(189,127,189,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(205,172,198,0.5) 0%, transparent 40%);
    height: 100%;
    position: absolute;
}.service_info_2::after {
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, rgb(205,172,198,0.5) 25%, transparent 25%), 
        linear-gradient(-45deg, rgb(205,172,198,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(205,172,198,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(205,172,198,0.5) 75%);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-size: 100px 100px;
    width: 100%;
    animation: backgroundMove 30s linear infinite;
    content: "";
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    height: 100%;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    }
    100% {
        background-position: 100px 100px, 100px 150px, 150px 50px, 50px 100px;
    }
}

.service_info_2 .container {
    position: relative;
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    z-index: 1;
    border-radius: 23px;
    padding: 20px;
}.service_info_2 .connect_today_4 {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    backdrop-filter: blur(5px);
}.service_info_2 .learn_ask_1 {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 23px;
    padding: 30px;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}.service_info_2 .learn_ask_1::before {
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.03), transparent);
    left: -50%;
    width: 200%;
    transform: rotate(45deg);
    top: -50%;
    animation: shimmer 10s linear infinite;
    pointer-events: none;
    content: "";
    position: absolute;
    height: 200%;
}@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) rotate(45deg);
    }
}

.service_info_2 .learn_ask_1:hover {
    border-color: rgb(205,172,198,0.5);
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.service_info_2 .learn_ask_1 h2 {
    font-size: 30px;
    color: rgb(205,172,198);
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}.service_info_2 .learn_ask_1 h2::after {
    left: 0;
    height: 3px;
    background: rgb(205,172,198);
    position: absolute;
    width: 50px;
    bottom: -10px;
    content: "";
    border-radius: 10px;
}.service_info_2 .ask_questions_7 {
    font-weight: 600;
    font-size: calc(12px * 1.2);
    color: #ffffff;
    margin-bottom: 15px;
}.service_info_2 .contact_list_5 {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #000000;
    font-size: 12px;
}.service_info_2 .learn_ask_1 p {
    display: flex;
    line-height: 1.5;
    align-items: center;
    color: #000000;
    font-size: 12px;
    margin-bottom: 15px;
}.service_info_2 .learn_ask_1 p span {
    margin-left: 10px;
    color: #ffffff;
    display: inline-block;
}.service_info_2 .submit_request_0 {
    padding: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    background: rgba(0, 0, 0, 0.1);
}.service_info_2 .submit_request_0::before {
    top: 0;
    background: linear-gradient(135deg, transparent, rgba(rgb(205,172,198,0.5), 0.1));
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    pointer-events: none;
    width: 100%;
}.service_info_2 .submit_request_0 h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
}.service_info_2 .get_contactinfo_0 {
    display: flex;
    gap: 10px;
    flex-direction: column;
}.service_info_2 .get_contactinfo_0 span {
    transition: all 0.3s ease;
    padding: 8px 0;
    font-size: 12px;
    color: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.service_info_2 .get_contactinfo_0 span:hover {
    border-bottom-color: rgb(205,172,198);
    color: #ffffff;
    transform: translateX(5px);
}.service_info_2 .learn_ask_1 .img_highlight_0 {
    width: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 23px;
    height: 100%;
    transition: all 0.5s ease;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.service_info_2 .learn_ask_1 .img_highlight_0::after {
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(205,172,198,0.5) 100%);
    width: 100%;
    position: absolute;
    opacity: 0.5;
    top: 0;
    transition: all 0.3s ease;
    content: "";
    height: 100%;
}.service_info_2 .learn_ask_1 .img_highlight_0:hover {
    transform: perspective(1000px) rotateY(0deg);
}.service_info_2 .learn_ask_1 .img_highlight_0:hover::after {
    opacity: 0.2;
}.service_info_2 .ask_question_3 {
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    display: flex;
}.service_info_2 .ask_question_3 a {
    border-left: 3px solid transparent;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 10px;
}.service_info_2 .ask_question_3 a::before {
    background: rgb(205,172,198);
    position: absolute;
    transition: height 0.3s ease;
    content: "";
    top: 0;
    left: 0;
    height: 0%;
    width: 3px;
}.service_info_2 .ask_question_3 a:hover {
    transform: translateX(5px);
    border-left-color: rgb(205,172,198);
    background: rgba(255, 255, 255, 0.1);
}.service_info_2 .ask_question_3 a:hover::before {
    height: 100%;
}.service_info_2 .ask_question_3 a span {
    color: rgb(189,127,189);
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 17px;
}.service_info_2 .ask_question_3 a p {
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
}.service_info_2 .ask_question_3 a:hover p {
    color: rgb(205,172,198);
}.service_info_2 svg {
    width: 20px;
    margin-right: 10px;
    fill: rgb(189,127,189);
    height: 20px;
    transition: all 0.3s ease;
}.service_info_2 svg path {
    fill: rgb(189,127,189);
    transition: all 0.3s ease;
}.service_info_2 .ask_question_3 a:hover svg,
.service_info_2 .ask_question_3 a:hover svg path {
    fill: rgb(205,172,198);
}.service_info_2 .learn_ask_1 p:hover svg,
.service_info_2 .learn_ask_1 p:hover svg path {
    fill: rgb(205,172,198);
}

@media screen and (max-width: 1024px) {.service_info_2 {
    padding: 60px 0;
}.service_info_2 .connect_today_4 {
    grid-template-columns: 1fr 1fr;
}.service_info_2 .learn_ask_1:nth-child(1) {
    grid-column: 1 / 3;
}
}

@media screen and (max-width: 768px) {.service_info_2 {
    padding: 40px 0;
}.service_info_2 .learn_ask_1 .img_highlight_0 {
    height: 280px;
}.service_info_2 .connect_today_4 {
    grid-template-columns: 1fr;
}.service_info_2 .learn_ask_1:nth-child(1) {
    grid-column: auto;
}.service_info_2 .learn_ask_1 {
    padding: 20px;
}.service_info_2 .learn_ask_1 h2 {
    font-size: calc(30px * 0.9);
}.service_info_2 .submit_request_0 {
    padding: 15px;
}
}

@media screen and (max-width: 480px) {.service_info_2 {
    padding: 30px 0;
}.service_info_2 .container {
    padding: 10px;
}.service_info_2 .connect_today_4 {
    gap: 20px;
}.service_info_2 .learn_ask_1 h2::after {
    width: 40px;
}.service_info_2 .ask_question_3 a {
    padding: 12px;
}.service_info_2 .get_contactinfo_0 span {
    font-size: calc(12px * 0.9);
}}.leadership_experience_0 {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(221,208,219), rgb(205,172,198,0.5));
    perspective: 1000px;
}.leadership_experience_0::before {
    pointer-events: none;
    height: 200%;
    width: 200%;
    position: absolute;
    top: -50%;
    z-index: 1;
    background: radial-gradient(ellipse at center, rgb(189,127,189,0.5) 0%, transparent 70%);
    opacity: 0.4;
    left: -50%;
    transform: rotate(-15deg);
    content: '';
}.leadership_experience_0::after {
    position: absolute;
    pointer-events: none;
    background: radial-gradient(circle at top right, rgb(205,172,198,0.5) 0%, transparent 60%);
    right: 0;
    content: '';
    width: 100%;
    z-index: 1;
    opacity: 0.5;
    height: 100%;
    top: 0;
}.leadership_experience_0 .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 1.5rem;
    transform-style: preserve-3d;
    margin: 0 auto;
    position: relative;
}.leadership_experience_0 .client_quotes_5 {
    background: #ffffff;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
    transform: translateZ(0);
    border-left: 4px solid rgb(205,172,198);
    position: relative;
    gap: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    display: grid;
}.leadership_experience_0 .client_quotes_5:hover {
    transform: translateZ(20px);
}.leadership_experience_0 .client_quotes_5 > div:nth-child(1) {
    justify-content: center;
    display: flex;
    align-items: center;
}.leadership_experience_0 .img_highlight_0 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    height: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    width: 180px;
    transform: rotate(-3deg) translateZ(30px);
}.leadership_experience_0 .img_highlight_0::after {
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.7;
    content: '';
    mix-blend-mode: overlay;
    top: 0;
    background: linear-gradient(45deg, rgb(205,172,198,0.5), transparent);
    width: 100%;
}.leadership_experience_0 .client_quotes_5:hover .img_highlight_0 {
    transform: rotate(0deg) translateZ(40px) scale(1.05);
}.leadership_experience_0 .client_quotes_5 > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.leadership_experience_0 .name {
    margin-bottom: 0.5rem;
    display: inline-block;
    letter-spacing: 0.03em;
    position: relative;
    color: rgb(205,172,198);
    font-weight: 700;
    font-size: 20px;
}.leadership_experience_0 .name::after {
    height: 3px;
    width: 40px;
    left: 50%;
    background: rgb(189,127,189);
    content: '';
    bottom: -8px;
    transform: translateX(-50%);
    position: absolute;
}.leadership_experience_0 .client_quotes_5 > div:nth-child(2) > div {
    color: #000000;
    margin-top: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-size: calc(16px * 0.95);
}.leadership_experience_0 .client_quotes_5 > div:nth-child(3) {
    transform: translateZ(5px);
    position: relative;
}.leadership_experience_0 .work_container_9 {
    font-size: 16px;
    padding: 0 1rem;
    position: relative;
    line-height: 1.7;
    color: #000000;
}.leadership_experience_0 .work_container_9::before,
.leadership_experience_0 .work_container_9::after {
    background-repeat: no-repeat;
    content: '';
    opacity: 0.15;
    width: 25px;
    background-size: contain;
    height: 25px;
    position: absolute;
}.leadership_experience_0 .work_container_9::before {
    left: -10px;
    top: -10px;
}.leadership_experience_0 .work_container_9::after {
    right: -10px;
    transform: rotate(180deg);
    bottom: -10px;
}

@media (min-width: 768px) {.leadership_experience_0 {
    padding: 6rem 0;
}.leadership_experience_0 .client_quotes_5 {
    grid-template-rows: auto 1fr;
    gap: 2rem 3rem;
    grid-template-columns: 220px 1fr;
}.leadership_experience_0 .client_quotes_5 > div:nth-child(1) {
    grid-row: span 2;
    padding-top: 1rem;
    align-items: flex-start;
}.leadership_experience_0 .client_quotes_5 > div:nth-child(2) {
    text-align: left;
}.leadership_experience_0 .name::after {
    transform: none;
    left: 0;
}.leadership_experience_0 .img_highlight_0 {
    width: 220px;
    height: 220px;
    transform: rotate(-2deg) translateZ(30px);
}.leadership_experience_0 .work_container_9 {
    font-size: calc(16px * 1.05);
    line-height: 1.8;
    padding: 0;
}
}

@media (min-width: 992px) {.leadership_experience_0 {
    padding: 8rem 0;
}.leadership_experience_0 .client_quotes_5 {
    gap: 2rem 4rem;
    padding: 3rem;
    grid-template-columns: 280px 1fr;
}.leadership_experience_0 .img_highlight_0 {
    height: 280px;
    width: 280px;
}.leadership_experience_0 .name {
    font-size: calc(20px * 1.1);
}.leadership_experience_0 .client_quotes_5 > div:nth-child(2) > div {
    font-size: 16px;
}.leadership_experience_0 .work_container_9 {
    font-size: calc(16px * 1.1);
    line-height: 1.9;
}.leadership_experience_0 .client_quotes_5::before {
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    left: -10px;
    opacity: 0.15;
    z-index: -1;
    background: linear-gradient(135deg, rgb(189,127,189,0.5), transparent);
    content: '';
    width: calc(100% + 20px);
    transform: translateZ(-10px);
    transition: opacity 0.5s ease;
}.leadership_experience_0 .client_quotes_5:hover::before {
    opacity: 0.3;
}
}

@media (min-width: 1200px) {.leadership_experience_0 .container {
    padding: 0 2rem;
}.leadership_experience_0 .client_quotes_5 {
    padding: 3.5rem;
    grid-template-columns: 320px 1fr;
}.leadership_experience_0 .img_highlight_0 {
    width: 320px;
    height: 320px;
}@keyframes constellationPulse {
        0%, 100% { opacity: 0.4; }
        50% { opacity: 0.7; }
    }
    
    .leadership_experience_0::before {
    animation: constellationPulse 8s infinite ease-in-out;
}@keyframes orbitalShift {
        0% { transform: rotate(-15deg); }
        50% { transform: rotate(-10deg); }
        100% { transform: rotate(-15deg); }
    }
    
    .leadership_experience_0::before {
    animation: orbitalShift 20s infinite ease-in-out, constellationPulse 8s infinite ease-in-out;
}}.privacy_quarters_3 {
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(221,208,219) 0%, #ffffff 100%);
    overflow: hidden;
}.privacy_quarters_3::before {
    z-index: 0;
    right: -5%;
    opacity: 0.15;
    content: "";
    background: rgb(205,172,198,0.5);
    height: 25vw;
    filter: blur(80px);
    transform: rotate(-15deg);
    position: absolute;
    top: -10%;
    width: 25vw;
}.privacy_quarters_3::after {
    width: 25vw;
    opacity: 0.15;
    filter: blur(80px);
    height: 25vw;
    bottom: -10%;
    left: -5%;
    transform: rotate(15deg);
    background: rgb(189,127,189,0.5);
    z-index: 0;
    content: "";
    position: absolute;
}.privacy_quarters_3 .container {
    position: relative;
    border-left: 3px solid rgb(205,172,198);
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(1deg);
    padding: 3rem;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    max-width: 1200px;
    background: #ffffff;
    margin: 0 auto;
}.privacy_quarters_3 .container:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(0deg);
}.privacy_quarters_3 h1 {
    margin-bottom: 2rem;
    position: relative;
    font-weight: 700;
    font-size: 41px;
    transform: translateX(-8px);
    color: #000000;
}.privacy_quarters_3 h1::before {
    width: 6px;
    position: absolute;
    left: -20px;
    background: linear-gradient(to bottom, rgb(205,172,198), rgb(189,127,189));
    transform: translateY(-50%);
    top: 50%;
    height: 50%;
    content: "";
}.privacy_quarters_3 h2 {
    padding-bottom: 0.75rem;
    font-size: 29px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    color: #000000;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
}.privacy_quarters_3 h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(205,172,198), rgb(189,127,189));
    position: absolute;
    height: 3px;
    transition: width 0.3s ease;
    bottom: -1px;
    content: "";
    width: 50px;
}.privacy_quarters_3 h2:hover::after {
    width: 100px;
}.privacy_quarters_3 h3 {
    margin: 2.5rem 0 1.25rem;
    position: relative;
    font-weight: 600;
    color: #000000;
    font-size: calc(29px * 0.85);
    padding-left: 15px;
}.privacy_quarters_3 h3::before {
    top: 0;
    left: 0;
    opacity: 0.7;
    height: 100%;
    background: rgb(189,127,189);
    position: absolute;
    content: "";
    width: 3px;
}.privacy_quarters_3 h4 {
    position: relative;
    margin: 2rem 0 1rem;
    font-weight: 600;
    font-size: calc(29px * 0.7);
    display: inline-block;
    color: #000000;
}.privacy_quarters_3 h4::after {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, rgb(189,127,189), transparent);
    left: 0;
    width: 100%;
    bottom: -3px;
    content: "";
}.privacy_quarters_3 p {
    line-height: 1.8;
    max-width: 90ch;
    font-size: 17px;
    margin-bottom: 1.5rem;
    color: #000000;
}.privacy_quarters_3 ul {
    margin: 1.5rem 0 2.5rem;
    padding-left: 1.5rem;
    position: relative;
}.privacy_quarters_3 ul::before {
    position: absolute;
    top: 0;
    width: 1px;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(205,172,198,0.5), transparent);
}.privacy_quarters_3 li {
    padding-left: 1rem;
    line-height: 1.6;
    transition: transform 0.2s ease;
    font-size: 17px;
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
}.privacy_quarters_3 li::before {
    left: -1.5rem;
    content: "";
    border-radius: 1px;
    opacity: 0.7;
    top: 0.7rem;
    transition: transform 0.2s ease;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    background: rgb(205,172,198);
    position: absolute;
}.privacy_quarters_3 li:hover {
    transform: translateX(3px);
}.privacy_quarters_3 li:hover::before {
    background: rgb(189,127,189);
    transform: rotate(135deg);
}.privacy_quarters_3 span {
    border-left: 2px solid rgb(189,127,189,0.5);
    font-size: 17px;
    color: #000000;
    margin-bottom: 2rem;
    display: block;
    line-height: 1.7;
    padding: 0.5rem 0 0.5rem 1rem;
    font-style: italic;
    opacity: 0.9;
}.privacy_quarters_3 strong {
    font-weight: 600;
    display: inline-block;
    color: #000000;
    position: relative;
}.privacy_quarters_3 strong::after {
    position: absolute;
    height: 2px;
    content: "";
    opacity: 0.3;
    background: rgb(205,172,198,0.5);
    bottom: -2px;
    left: 0;
    width: 100%;
}

@media (max-width: 991px) {.privacy_quarters_3 {
    padding: 4rem 1.5rem;
}.privacy_quarters_3 .container {
    transform: perspective(800px) rotateY(0.5deg);
    padding: 2.5rem 2rem;
}.privacy_quarters_3 h1 {
    font-size: calc(41px * 0.9);
}.privacy_quarters_3 h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 767px) {.privacy_quarters_3 {
    padding: 3rem 1rem;
}.privacy_quarters_3 .container {
    padding: 2rem 1.5rem;
    transform: perspective(600px) rotateY(0.3deg);
    border-left-width: 2px;
}.privacy_quarters_3 h1 {
    font-size: calc(41px * 0.8);
    transform: translateX(-5px);
}.privacy_quarters_3 h1::before {
    width: 4px;
    left: -15px;
}.privacy_quarters_3 h2 {
    font-size: calc(29px * 0.8);
    margin: 2.5rem 0 1.25rem;
}.privacy_quarters_3 h3 {
    font-size: calc(29px * 0.7);
}.privacy_quarters_3 h4 {
    font-size: calc(29px * 0.6);
}.privacy_quarters_3 p, 
    .privacy_quarters_3 li,
    .privacy_quarters_3 span {
    font-size: calc(17px * 0.95);
}.privacy_quarters_3 ul {
    padding-left: 1rem;
}.privacy_quarters_3 li::before {
    left: -1rem;
    height: 6px;
    width: 6px;
}
}

@media (max-width: 480px) {.privacy_quarters_3 {
    padding: 2rem 0.75rem;
}.privacy_quarters_3 .container {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 1.5rem 1.25rem;
    transform: none;
}.privacy_quarters_3 h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 1.5rem;
}.privacy_quarters_3 h2 {
    font-size: calc(29px * 0.7);
    margin: 2rem 0 1rem;
}.privacy_quarters_3 h3 {
    margin: 1.75rem 0 1rem;
    font-size: calc(29px * 0.6);
}.privacy_quarters_3 h4 {
    font-size: calc(29px * 0.5);
}.privacy_quarters_3 p, 
    .privacy_quarters_3 li,
    .privacy_quarters_3 span {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.privacy_quarters_3 li {
    margin-bottom: 0.75rem;
}.privacy_quarters_3 ul {
    margin: 1rem 0 2rem;
}}.follow_3 {
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(205,172,198,0.5) 0%, rgb(189,127,189) 100%);
    z-index: 1;
    position: relative;
}.follow_3::before {
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
}.follow_3::after {
    z-index: -1;
    animation: float 15s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    right: -5%;
    content: "";
    width: 30%;
    height: 70%;
    top: -5%;
    position: absolute;
    background: radial-gradient(circle, rgb(189,127,189,0.5) 0%, transparent 70%);
}.follow_3 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.follow_3 .learn_way_9 {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    display: grid;
    transform-origin: center bottom;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform: perspective(1000px) rotateX(3deg);
}.follow_3 .learn_way_9:hover {
    transform: perspective(1000px) rotateX(0deg);
}.follow_3 h4 {
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 24px;
    z-index: 2;
    transform: translateY(0);
}.follow_3 .learn_way_9:hover h4 {
    transform: translateY(-5px);
}.follow_3 h4::after {
    bottom: -10px;
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
    opacity: 0.7;
    transition: width 0.6s ease-out;
    background: #ffffff;
    width: 0;
}.follow_3 .learn_way_9:hover h4::after {
    width: 100px;
}.follow_3 .input_holder {
    display: flex;
    z-index: 2;
    gap: 1rem;
    flex-direction: column;
    position: relative;
}.follow_3 .input_holder span {
    position: relative;
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateX(0);
}.follow_3 .input_holder span:first-child:hover {
    transform: translateX(5px);
}.follow_3 .input_holder span:last-child:hover {
    transform: translateX(-5px);
}.follow_3 input[type="email"] {
    transform: translateY(0);
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.85);
    font-size: 12px;
}.follow_3 input[type="email"]:focus {
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background: #ffffff;
}.follow_3 input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.6;
    transition: opacity 0.3s;
}.follow_3 input[type="email"]:focus::placeholder {
    opacity: 0.3;
}.follow_3 .mail_join_0 {
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: none;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    background: #000000;
    padding: 1rem 1.5rem;
    font-weight: 600;
    width: 100%;
}.follow_3 .mail_join_0::before {
    transition: left 0.7s ease;
    content: "";
    left: -100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
    top: 0;
    width: 100%;
}.follow_3 .mail_join_0:hover {
    transform: translateY(-3px);
    background: rgb(189,127,189);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}.follow_3 .mail_join_0:hover::before {
    left: 100%;
}.follow_3 .mail_join_0:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

@media (min-width: 768px) {.follow_3 {
    padding: 5rem 3rem;
}.follow_3 .learn_way_9 {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.follow_3 .input_holder {
    flex-direction: row;
    align-items: stretch;
}.follow_3 .input_holder span:first-child {
    flex: 1;
}.follow_3 .input_holder span:last-child {
    width: auto;
}.follow_3 input[type="email"] {
    height: 100%;
}.follow_3 .mail_join_0 {
    height: 100%;
    width: auto;
    white-space: nowrap;
}
}

@media (min-width: 992px) {.follow_3 {
    padding: 6rem 4rem;
}.follow_3 .learn_way_9 {
    gap: 4rem;
}.follow_3 h4 {
    font-size: calc(24px * 1.1);
}.follow_3 .input_holder {
    gap: 1.5rem;
}
}

@media (min-width: 1200px) {.follow_3 .learn_way_9 {
    gap: 6rem;
}.follow_3 h4 {
    max-width: 90%;
    font-size: calc(24px * 1.2);
}
}

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

@media (prefers-reduced-motion: reduce) {.follow_3 .learn_way_9, 
    .follow_3 h4,
    .follow_3 .input_holder span,
    .follow_3 input[type="email"],
    .follow_3 .mail_join_0,
    .follow_3::after {
    animation: none;
    transition: none;
    transform: none;
}.follow_3 .learn_way_9:hover h4,
    .follow_3 .learn_way_9:hover,
    .follow_3 .input_holder span:hover {
    transform: none;
}}.who_we_are_7 {
    position: relative;
    background: linear-gradient(135deg, rgb(221,208,219) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
}.who_we_are_7::before {
    z-index: 1;
    height: 100%;
    pointer-events: none;
    width: 100%;
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        rgb(189,127,189,0.5) 0px,
        rgb(189,127,189,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
}.who_we_are_7::after {
    background: rgb(205,172,198,0.5);
    top: -5%;
    opacity: 0.1;
    filter: blur(100px);
    z-index: 0;
    position: absolute;
    right: -5%;
    content: "";
    width: 30%;
    height: 30%;
}.who_we_are_7 .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}.who_we_are_7 h1 {
    position: relative;
    margin-bottom: 3rem;
    transform: translateZ(0);
    font-weight: 700;
    color: #000000;
    display: inline-block;
    font-size: 45px;
}.who_we_are_7 h1::after {
    position: absolute;
    height: 4px;
    bottom: -10px;
    animation: expandLine 1.2s ease-out forwards;
    background: linear-gradient(90deg, rgb(205,172,198) 0%, transparent 100%);
    width: 70%;
    left: 0;
    content: "";
    transform-origin: left center;
}.who_we_are_7 .quick_training_2 {
    position: relative;
}.who_we_are_7 .quick_training_2 ul {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 3rem;
    list-style: none;
    margin: 0;
    display: grid;
}.who_we_are_7 .knowledge_learn_1 {
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 25px -5px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    transform: translateZ(0) scale(1);
}.who_we_are_7 .knowledge_learn_1::before {
    background: linear-gradient(to bottom, rgb(205,172,198), rgb(189,127,189));
    width: 4px;
    position: absolute;
    transition: height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0%;
    left: 0;
    top: 0;
    content: "";
}.who_we_are_7 .knowledge_learn_1:hover::before {
    height: 100%;
}.who_we_are_7 .knowledge_learn_1:hover {
    transform: translateZ(30px) scale(1.01);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 25px 35px -5px rgba(0, 0, 0, 0.12);
}.who_we_are_7 .knowledge_learn_1 h4 {
    color: #000000;
    transition: transform 0.3s ease;
    font-size: 21px;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.who_we_are_7 .knowledge_learn_1:hover h4 {
    transform: translateX(10px);
    color: rgb(205,172,198);
}.who_we_are_7 .knowledge_learn_1 div {
    font-size: 13px;
    line-height: 1.75;
    color: #000000;
    padding-right: 1rem;
    overflow-y: auto;
    scrollbar-color: rgb(189,127,189,0.5) transparent;
    scrollbar-width: thin;
    font-family: Arial, sans-serif;
    max-height: 250px;
}.who_we_are_7 .knowledge_learn_1 div::-webkit-scrollbar {
    width: 5px;
}.who_we_are_7 .knowledge_learn_1 div::-webkit-scrollbar-track {
    background: transparent;
}.who_we_are_7 .knowledge_learn_1 div::-webkit-scrollbar-thumb {
    background-color: rgb(189,127,189,0.5);
    border-radius: 20px;
}@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 70%;
        opacity: 1;
    }
}

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

.who_we_are_7 .knowledge_learn_1:nth-child(1) {
    animation: fadeUp 0.8s 0.2s ease-out both;
}.who_we_are_7 .knowledge_learn_1:nth-child(2) {
    animation: fadeUp 0.8s 0.4s ease-out both;
}

@media (min-width: 768px) {.who_we_are_7 {
    padding: 8rem 0;
}.who_we_are_7 .quick_training_2 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.who_we_are_7 h1 {
    font-size: calc(45px * 1.2);
    margin-bottom: 4rem;
}.who_we_are_7 .knowledge_learn_1 {
    padding: 3rem;
}.who_we_are_7 .knowledge_learn_1 div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.who_we_are_7 .container {
    padding: 0 3rem;
}.who_we_are_7 .quick_training_2 ul {
    gap: 3rem;
}.who_we_are_7 .knowledge_learn_1 {
    transform: perspective(1000px) rotateY(0) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                    box-shadow 0.6s ease;
}.who_we_are_7 .knowledge_learn_1:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(20px) scale(1.01);
}.who_we_are_7 .knowledge_learn_1:nth-child(2n):hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px) scale(1.01);
}
}

@media (max-width: 767px) {.who_we_are_7 {
    padding: 4rem 0;
}.who_we_are_7 h1 {
    margin-bottom: 2rem;
    font-size: 29px;
}.who_we_are_7 .knowledge_learn_1 {
    padding: 1.5rem;
}.who_we_are_7 .knowledge_learn_1 div {
    max-height: 200px;
    font-size: calc(13px * 0.95);
}}.contact_information_3 {
    background: linear-gradient(160deg, rgb(221,208,219) 0%, rgb(205,172,198,0.5) 100%);
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}.contact_information_3::before {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.03;
    content: "";
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(205,172,198,0.5),
        rgb(205,172,198,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.contact_information_3 .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}.contact_information_3 h2 {
    margin-bottom: 50px;
    font-size: 47px;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    text-align: center;
}.contact_information_3 .query_grid_4 {
    margin: 0 auto;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border-radius: 29px;
    max-width: 800px;
}.contact_information_3 .img_highlight_0 {
    width: 100%;
    position: relative;
    height: 200px;
}.contact_information_3 .query_panel_9 {
    width: 100%;
    position: relative;
    padding: 50px;
}.contact_information_3 form {
    width: 100%;
}.contact_information_3 form h3 {
    font-weight: 700;
    display: inline-block;
    font-size: 21px;
    margin-bottom: 30px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
}.contact_information_3 form h3::after {
    border-radius: 1.5px;
    background: rgb(205,172,198);
    bottom: -10px;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    content: "";
}.contact_information_3 form input[type="text"] {
    margin-bottom: 20px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 2px solid transparent;
    padding: 15px 20px;
    width: 100%;
    background: rgb(221,208,219);
}.contact_information_3 form input[type="text"]:focus {
    border-color: rgb(205,172,198);
    outline: none;
}.contact_information_3 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact_information_3 .connect_support_3 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_information_3 .connect_support_3 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_information_3 .connect_support_3 label {
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
}.contact_information_3 .connect_support_3 label::before {
    content: "";
    position: absolute;
    background: rgb(221,208,219);
    left: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
    height: 22px;
    top: 2px;
    width: 22px;
}.contact_information_3 .connect_support_3 input[type="checkbox"]:checked + label::before {
    background: rgb(205,172,198);
}.contact_information_3 .connect_support_3 input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    content: "";
    height: 12px;
    width: 6px;
    transform: rotate(45deg);
    top: 5px;
    border-right: 2px solid #ffffff;
    position: absolute;
    left: 8px;
}.contact_information_3 .connect_support_3 label a {
    color: rgb(205,172,198);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_information_3 .connect_support_3 label a:hover {
    text-decoration: underline;
}.contact_information_3 form .reach_card_4 {
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgb(205,172,198);
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    border: none;
    font-weight: 600;
    padding: 16px 20px;
    color: #ffffff;
}.contact_information_3 form .reach_card_4:hover {
    background: rgb(189,127,189);
}.contact_information_3 svg {
    fill: rgb(205,172,198);
    height: 20px;
    width: 20px;
}.contact_information_3 svg path {
    transition: fill 0.3s ease;
    fill: rgb(205,172,198);
}

@media screen and (min-width: 768px) {.contact_information_3 .query_grid_4 {
    max-width: 1000px;
    flex-direction: row;
}.contact_information_3 .img_highlight_0 {
    height: auto;
    width: 40%;
    min-height: 400px;
}.contact_information_3 .query_panel_9 {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact_information_3 .img_highlight_0 {
    width: 50%;
}.contact_information_3 .query_panel_9 {
    width: 50%;
    padding: 60px;
}
}

@media screen and (min-width: 1200px) {.contact_information_3 .query_grid_4 {
    max-width: 1100px;
}.contact_information_3 .img_highlight_0 {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact_information_3 {
    padding: 60px 0;
}.contact_information_3 h2 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.7);
}.contact_information_3 .query_panel_9 {
    padding: 30px 20px;
}.contact_information_3 form h3 {
    font-size: calc(21px * 0.9);
}}footer {
    position: relative;
}footer::before {
    top: 0;
    background: linear-gradient(210deg, #000000 0%, rgb(205,172,198) 100%);
    opacity: 0.92;
    content: '';
    left: 0;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
}.linkedin_ref_0 {
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    padding: 90px 0 50px;
}.linkedin_ref_0::before {
    top: 0;
    width: 100%;
    content: '';
    opacity: 0.1;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    height: 1px;
    left: 0;
    position: absolute;
}.linkedin_ref_0 .container {
    display: flex;
    flex-direction: column;
}.linkedin_ref_0 .company_holder {
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    order: 2;
    margin-top: 70px;
    border-radius: 26px;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background-size: 200% 200%;
    animation: shiftGradient 15s ease infinite;
    padding: 30px;
}.linkedin_ref_0 .company_holder h3 {
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}.linkedin_ref_0 .company_holder h3::after {
    border-radius: 3px;
    display: block;
    height: 3px;
    margin: 15px auto 0;
    background: rgb(205,172,198);
    content: '';
    width: 60px;
}.linkedin_ref_0 .res_connect_2 {
    margin: 0 auto;
    text-align: center;
    max-width: 80%;
    line-height: 1.6;
    position: relative;
    font-size: 15px;
    padding-top: 15px;
}.linkedin_ref_0 .vr_labs_7 {
    position: relative;
    order: 1;
}.linkedin_ref_0 .head_pro_4 {
    gap: 60px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}.linkedin_ref_0 .top_mainbar_9 {
    position: relative;
    flex: 1;
    padding: 20px;
    transition: transform 0.3s ease;
    transform: translateZ(0);
    overflow: hidden;
    min-width: 250px;
    background: rgba(255, 255, 255, 0.03);
    max-width: calc(50% - 30px);
    border-radius: 10px;
}.linkedin_ref_0 .top_mainbar_9:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.linkedin_ref_0 .top_mainbar_9:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.linkedin_ref_0 .top_mainbar_9:hover {
    transform: perspective(1000px) rotateY(0);
}.linkedin_ref_0 .top_mainbar_9::before {
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    inset: 0;
    content: '';
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
}.linkedin_ref_0 .top_mainbar_9 h5 {
    font-weight: 600;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    font-size: 21px;
    word-wrap: break-word;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
}.linkedin_ref_0 .top_mainbar_9 h5::before {
    position: absolute;
    left: 0;
    width: 50px;
    content: '';
    height: 1px;
    background: rgb(189,127,189);
    bottom: -1px;
}.linkedin_ref_0 .top_mainbar_9 .head_pro_4 {
    padding: 0 10px;
    margin: 0;
    gap: 12px;
    display: flex;
    flex-direction: column;
}.linkedin_ref_0 .top_mainbar_9 .head_pro_4 a {
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 15px;
    display: flex;
    word-break: break-word;
    align-items: center;
    white-space: normal;
    opacity: 0.8;
    text-decoration: none;
}.linkedin_ref_0 .top_mainbar_9 .head_pro_4 a::before {
    border-radius: 50%;
    content: '';
    margin-right: 10px;
    height: 6px;
    flex-shrink: 0;
    transform: scale(0);
    opacity: 0;
    background: rgb(189,127,189);
    transition: all 0.3s ease;
    min-width: 6px;
}.linkedin_ref_0 .top_mainbar_9 .head_pro_4 a:hover {
    color: #ffffff;
    opacity: 1;
    transform: translateX(5px);
}.linkedin_ref_0 .top_mainbar_9 .head_pro_4 a:hover::before {
    transform: scale(1);
    opacity: 1;
}.progress_bar_8 {
    margin-top: 40px;
    padding: 25px 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}.progress_bar_8::before {
    background: linear-gradient(90deg, transparent, rgb(189,127,189,0.5), transparent);
    content: '';
    left: 0;
    height: 1px;
    width: 100%;
    top: 0;
    position: absolute;
}.progress_bar_8 .container {
    text-align: center;
}.progress_bar_8 .discord_cta_8 {
    font-size: 14px;
    opacity: 0.7;
    color: #ffffff;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.linkedin_ref_0 .vr_labs_7::before {
    left: -5%;
    opacity: 0.1;
    bottom: -10%;
    background: rgb(189,127,189);
    filter: blur(100px);
    height: 250px;
    border-radius: 50%;
    z-index: -1;
    content: '';
    width: 250px;
    animation: pulse 10s infinite ease-in-out reverse;
    position: absolute;
}footer::after {
    content: '';
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    right: 0;
    pointer-events: none;
    bottom: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
}

@media (max-width: 992px) {.linkedin_ref_0 {
    padding: 70px 0 40px;
}.linkedin_ref_0 .head_pro_4 {
    gap: 40px;
}.linkedin_ref_0 .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.linkedin_ref_0 {
    padding: 50px 0 30px;
}.linkedin_ref_0 .head_pro_4 {
    flex-direction: column;
    gap: 30px;
}.linkedin_ref_0 .top_mainbar_9 {
    min-width: 100%;
    max-width: 100%;
}.linkedin_ref_0 .company_holder {
    padding: 20px;
}.linkedin_ref_0 .res_connect_2 {
    max-width: 100%;
}
}

@media (max-width: 576px) {.linkedin_ref_0 {
    padding: 40px 0 20px;
}.linkedin_ref_0 .company_holder h3 {
    font-size: calc(28px * 0.8);
}.linkedin_ref_0 .top_mainbar_9 h5 {
    font-size: calc(21px * 0.9);
}}#cookiePreferenceBox_1 {
    display: none;
}#cookiePreferenceBox_1:checked ~ .cookieNoticeContainer_8 {
    opacity: 0;
    visibility: hidden;
}.cookieNoticeContainer_8 {
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: rgb(189,127,189);
    font-family: Arial, sans-serif;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(205,172,198);
    position: fixed;
    z-index: 90;
}.policy_opt_1 {
    gap: 20px;
    display: flex;
    padding: 20px 5%;
    border-radius: 21px;
    justify-content: space-between;
    align-items: center;
    border: 2px dashed rgb(205,172,198);
    background: rgba(0, 0, 0, 0.5);
}.cookieNoticeContainer_8 h5 {
    margin: 0;
    font-size: 24px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: rgb(205,172,198);
    text-transform: uppercase;
}.cookieNoticeContainer_8 p {
    line-height: 1.5;
    position: relative;
    font-size: 13px;
    color: #ffffff;
    margin: 0;
}.cookie_updates_3 {
    border-radius: 21px;
    background: rgb(205,172,198,0.5);
    align-items: center;
    padding: 10px;
    margin-right: 20px;
    flex-shrink: 0;
    justify-content: center;
    display: flex;
}.cookie_updates_3 svg {
    height: 60px;
    width: 60px;
    fill: rgb(205,172,198);
}.cookie_tips_6 {
    cursor: pointer;
    border-radius: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin-left: 10px;
    line-height: 40px;
    padding: 10px 20px;
    font-size: 18px;
    color: #000000;
    background: rgb(205,172,198);
    text-align: center;
    white-space: nowrap;
    border: 2px solid rgb(205,172,198);
    text-decoration: none;
    flex-shrink: 0;
    min-width: 140px;
}.cookie_tips_6:hover {
    background-color: rgb(189,127,189);
    box-shadow: 0 0 10px rgb(189,127,189);
}.cookie_button.privacy_switch_5 {
    color: #ffffff;
    border: 2px solid rgb(189,127,189);
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.privacy_switch_5:hover {
    box-shadow: 0 0 10px rgb(189,127,189);
}.cookieNoticeContainer_8 p a {
    text-decoration: none;
    color: rgb(205,172,198);
    border-bottom: 1px dashed rgb(205,172,198);
    transition: color 0.3s ease;
}.cookieNoticeContainer_8 p a:hover {
    color: rgb(189,127,189);
}
@media only screen and (max-width: 1200px) {.cookieNoticeContainer_8 {
    padding: 15px 0;
}.policy_opt_1 {
    padding: 15px 5%;
}.cookie_updates_3 {
    display: none;
}.policy_opt_1 {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookieNoticeContainer_8 h5 {
    font-size: 21px;
    margin-bottom: 10px;
}.cookie_menu_5 {
    margin-bottom: 15px;
}.cookie_tips_6 {
    min-width: 100%;
    margin: 10px 0;
}}
.user_testimonials_9 {
    overflow: hidden;
    background: radial-gradient(circle at 70% 30%, rgb(189,127,189,0.5) 0%, rgb(221,208,219) 70%);
    padding: 140px 0 160px;
    position: relative;
}.user_testimonials_9::before {
    content: "";
    left: 50%;
    position: absolute;
    opacity: 0.1;
    animation: rotateBackground 60s linear infinite;
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        rgb(205,172,198,0.5) 10deg,
        transparent 20deg,
        transparent 70deg,
        rgb(189,127,189,0.5) 80deg,
        transparent 90deg,
        transparent 180deg,
        rgb(205,172,198,0.5) 190deg,
        transparent 200deg,
        transparent 250deg,
        rgb(189,127,189,0.5) 260deg,
        transparent 270deg,
        transparent 360deg
    );
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 150vw;
    width: 150vw;
    top: 50%;
}@keyframes rotateBackground {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.user_testimonials_9 .learn_way_9 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.user_testimonials_9 h4 {
    text-align: center;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 100px;
    font-weight: 700;
    color: #000000;
    font-size: 35px;
}.user_testimonials_9 h4::before,
.user_testimonials_9 h4::after {
    content: "";
    background: rgb(205,172,198);
    bottom: -20px;
    height: 3px;
    position: absolute;
}.user_testimonials_9 h4::before {
    width: 80px;
    left: calc(50% - 100px);
}.user_testimonials_9 h4::after {
    right: calc(50% - 100px);
    width: 80px;
}.user_testimonials_9 .rating_voices_4 {
    position: relative;
    margin: 0 auto;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    max-width: 1100px;
}.user_testimonials_9 .rating_voices_4::before {
    position: absolute;
    height: 100%;
    left: 50%;
    content: "";
    top: 50%;
    transform: translate(-50%, -50%) scale(1.05);
    border-radius: 23px;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
    border: 2px dashed rgb(205,172,198,0.5);
}.user_testimonials_9 .client_quotes_5 {
    align-items: center;
    flex-direction: column;
    transition: all 0.4s ease;
    display: flex;
    width: 100%;
    position: relative;
    padding: 0;
}.user_testimonials_9 .client_quotes_5:hover {
    transform: translateY(-10px) scale(1.03);
    z-index: 5;
}.user_testimonials_9 .client_quotes_5 .img_highlight_0 {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    height: 80px;
    z-index: 2;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border: 4px solid #ffffff;
    border-radius: 50%;
    width: 80px;
    position: relative;
}.user_testimonials_9 .client_quotes_5:hover .img_highlight_0 {
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgb(205,172,198,0.5);
}.user_testimonials_9 .client_quotes_5::after {
    height: 60px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    position: absolute;
    width: 2px;
    content: "";
    background: linear-gradient(to bottom, rgb(205,172,198,0.5), transparent);
    top: 70px;
}.user_testimonials_9 .client_quotes_5 span {
    font-size: 19px;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    display: block;
    font-weight: 600;
    z-index: 2;
    padding: 0 10px;
    color: #000000;
}.user_testimonials_9 .client_quotes_5 p {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    color: #000000;
    width: 100%;
    background: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    border-radius: 23px;
    padding: 20px;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 12px;
    z-index: 2;
}.user_testimonials_9 .client_quotes_5:hover p {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.user_testimonials_9 .client_quotes_5 p::before {
    content: "";
    border-bottom: 10px solid #ffffff;
    border-left: 10px solid transparent;
    top: -10px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    border-right: 10px solid transparent;
}.user_testimonials_9 .client_quotes_5:last-child:nth-child(3n-1) {
    grid-column: 2;
}.user_testimonials_9 .client_quotes_5:last-child:nth-child(3n-2) {
    grid-column: 2;
}

@media (max-width: 1200px) {.user_testimonials_9 .rating_voices_4 {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.user_testimonials_9 .client_quotes_5 {
    width: 100%;
}.user_testimonials_9 .client_quotes_5:last-child:nth-child(2n-1) {
    grid-column: 1 / span 2;
    margin: 0 auto;
    width: 80%;
}
}

@media (max-width: 768px) {.user_testimonials_9 {
    padding: 80px 0 100px;
}.user_testimonials_9 .rating_voices_4 {
    grid-template-columns: 1fr;
    gap: 40px;
}.user_testimonials_9 .client_quotes_5 {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
}.user_testimonials_9 .client_quotes_5:last-child:nth-child(2n-1) {
    grid-column: 1;
    width: 100%;
}.user_testimonials_9 .client_quotes_5:hover {
    transform: translateY(-5px);
}.user_testimonials_9 h4 {
    margin-bottom: 50px;
}}.learning_profits_8 {
    background: linear-gradient(135deg, rgb(221,208,219) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 1.5rem;
}.learning_profits_8::before {
    z-index: 0;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    pointer-events: none;
    content: "";
    background: radial-gradient(circle at 30% 30%, rgb(205,172,198,0.5) 0%, transparent 60%);
}.learning_profits_8::after {
    right: -5%;
    bottom: -5%;
    z-index: 0;
    width: 40%;
    content: "";
    height: 40%;
    position: absolute;
    pointer-events: none;
    background: radial-gradient(circle, rgb(189,127,189,0.5) 0%, transparent 70%);
}.learning_profits_8 h5 {
    position: relative;
    margin-bottom: 3rem;
    font-size: 22px;
    font-weight: 700;
    transition: transform 0.5s ease;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
    text-align: center;
}.learning_profits_8 h5::after {
    border-radius: 10px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 80px;
    background: linear-gradient(to right, rgb(205,172,198), rgb(189,127,189));
    content: "";
}.learning_profits_8 .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.learning_profits_8 .learn_way_9 {
    flex-direction: column;
    background: #ffffff;
    gap: 2rem;
    display: flex;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
}.learning_profits_8 .learn_way_9:hover {
    transform: translateY(-10px);
}.learning_profits_8 .img_highlight_0 {
    object-fit: cover;
    width: 100%;
    object-position: center;
    height: auto;
    transition: transform 1.2s ease;
    aspect-ratio: 16/9;
}.learning_profits_8 .learn_way_9:hover .img_highlight_0 {
    transform: scale(1.05);
}.learning_profits_8 .text_stack_3 {
    position: relative;
    padding: 2rem;
}.learning_profits_8 .text_stack_3::before {
    left: 20px;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(189,127,189,0.5), transparent);
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    top: 0;
}.learning_profits_8 ul {
    gap: 1.2rem;
    display: grid;
    padding: 0;
    list-style: none;
    margin: 0;
}.learning_profits_8 li {
    position: relative;
    display: flex;
    transform: translateX(0);
    padding-left: 2.5rem;
    align-items: flex-start;
    transition: transform 0.3s ease-out;
}.learning_profits_8 li:hover {
    transform: translateX(5px);
}.learning_profits_8 li p {
    display: flex;
    line-height: 1.6;
    align-items: flex-start;
    font-size: 12px;
    gap: 0.5rem;
    color: #000000;
    margin: 0;
}.learning_profits_8 li svg {
    top: 3px;
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}.learning_profits_8 li:hover svg {
    transform: rotate(5deg) scale(1.1);
}.learning_profits_8 li svg path {
    fill: rgb(205,172,198);
    transition: fill 0.3s ease;
}.learning_profits_8 li:hover svg path:first-child {
    fill: rgb(189,127,189);
}.learning_profits_8 li:nth-child(odd) {
    opacity: 0;
    transform: translateY(0);
    animation: fadeInFromLeft 0.5s forwards;
    animation-delay: calc(0.1s * var(--i, 0));
}.learning_profits_8 li:nth-child(even) {
    animation-delay: calc(0.1s * var(--i, 0));
    animation: fadeInFromRight 0.5s forwards;
    opacity: 0;
    transform: translateY(0);
}

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

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

@media (min-width: 768px) {.learning_profits_8 {
    padding: 7rem 2rem;
}.learning_profits_8 h5 {
    font-size: calc(22px * 1.2);
    margin-bottom: 4rem;
}.learning_profits_8 h5::after {
    width: 120px;
}.learning_profits_8 .learn_way_9 {
    align-items: stretch;
    flex-direction: row;
}.learning_profits_8 .learn_way_9 > div:first-child {
    flex: 0 0 40%;
    overflow: hidden;
}.learning_profits_8 .img_highlight_0 {
    height: 100%;
    aspect-ratio: auto;
}.learning_profits_8 .text_stack_3 {
    display: flex;
    padding: 3rem;
    align-items: center;
    flex: 0 0 60%;
}.learning_profits_8 .text_stack_3::before {
    height: calc(100% - 40px);
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(189,127,189,0.5), transparent);
    left: 0;
    top: 20px;
}.learning_profits_8 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
}

@media (min-width: 992px) {.learning_profits_8 {
    padding: 8rem 3rem;
}.learning_profits_8 h5 {
    font-size: calc(22px * 1.4);
}.learning_profits_8 .learn_way_9 {
    gap: 0;
}.learning_profits_8 .learn_way_9 > div:first-child {
    flex: 0 0 45%;
}.learning_profits_8 .text_stack_3 {
    flex: 0 0 55%;
    padding: 4rem;
}.learning_profits_8 li {
    padding-left: 3rem;
}.learning_profits_8 li p {
    line-height: 1.7;
    font-size: calc(12px * 1.05);
}.learning_profits_8 li svg {
    width: 28px;
    height: 28px;
}
}

@media (max-width: 767px) {.learning_profits_8 {
    padding: 4rem 1rem;
}.learning_profits_8 h5 {
    font-size: calc(22px * 0.9);
    margin-bottom: 2rem;
}.learning_profits_8 ul {
    gap: 1rem;
}.learning_profits_8 li {
    margin-bottom: 0.5rem;
}.learning_profits_8 li p {
    font-size: calc(12px * 0.95);
    line-height: 1.5;
}.learning_profits_8 li svg {
    width: 20px;
    top: 2px;
    height: 20px;
}}header .top_main_0 {
    z-index: 100;
    background: linear-gradient(120deg, rgb(221,208,219) 0%, rgb(205,172,198,0.5) 100%);
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}header .top_main_0::before {
    width: 100%;
    animation: slidePattern 25s linear infinite;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(189,127,189,0.5) 10px,
        rgb(189,127,189,0.5) 11px
    );
    opacity: 0.1;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
}header .top_main_0::after {
    content: "";
    background: rgb(205,172,198);
    z-index: -2;
    height: 100px;
    opacity: 0.1;
    position: absolute;
    left: -25%;
    transform: rotate(-2deg);
    width: 150%;
    top: -50px;
}header .container {
    position: relative;
    padding: 1.5rem 2rem;
}header .header_pro_1 {
    gap: 2rem;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}header .top_train_9 {
    z-index: 2;
    position: relative;
}header .first_lesson_2 {
    position: relative;
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 10px;
    display: block;
    transform: rotate(-3deg);
    box-shadow: 5px 5px 0 rgb(205,172,198,0.5);
    background: #ffffff;
}header .first_lesson_2::before {
    border-radius: 10px;
    left: -5px;
    transition: all 0.3s ease;
    opacity: 0;
    right: -5px;
    top: -5px;
    border: 2px dashed rgb(205,172,198,0.5);
    content: "";
    position: absolute;
    bottom: -5px;
}header .first_lesson_2:hover {
    transform: rotate(0deg) translateY(-5px);
    box-shadow: 8px 8px 0 rgb(205,172,198);
}header .first_lesson_2:hover::before {
    right: -8px;
    left: -8px;
    bottom: -8px;
    top: -8px;
    opacity: 1;
}header .first_lesson_2 svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
}header .top_mainbar_9 {
    align-items: center;
    margin: 0;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
}header .top_mainbar_9::before {
    background: linear-gradient(90deg, transparent, rgb(189,127,189,0.5) 100%);
    transition: width 0.3s ease;
    top: 0;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    border-radius: 0 12px 12px 0;
    opacity: 0.15;
    z-index: -1;
    width: 85%;
}header .top_mainbar_9:hover::before {
    width: 100%;
}header .head_guide_1 {
    position: relative;
    margin: 5px 3px;
}header .head_guide_1:nth-child(odd) {
    transform: translateY(-3px);
}header .head_guide_1:nth-child(even) {
    transform: translateY(3px);
}header .head_guide_1 a {
    padding: 8px 16px;
    overflow: hidden;
    position: relative;
    border-left: 3px solid transparent;
    font-family: Arial, sans-serif;
    border-radius: 0 10px 0 10px;
    font-weight: 600;
    background: #ffffff;
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #000000;
    font-size: 17px;
}header .head_guide_1 a::before {
    height: 100%;
    top: 0;
    content: "";
    width: 5px;
    position: absolute;
    transform-origin: top;
    right: 0;
    transform: scaleY(0);
    transition: transform 0.3s ease;
    background: rgb(205,172,198);
}header .head_guide_1 a::after {
    transform: scaleX(0);
    height: 2px;
    transition: transform 0.3s ease 0.1s;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(205,172,198) 0%, rgb(189,127,189) 100%);
    position: absolute;
    content: "";
    left: 0;
    transform-origin: left;
}header .head_guide_1 a:hover {
    border-left-color: rgb(205,172,198);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
    color: rgb(205,172,198);
    transform: translateX(5px);
}header .head_guide_1 a:hover::before {
    transform: scaleY(1);
}header .head_guide_1 a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .header_pro_1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}header .top_train_9 {
    justify-self: center;
}header .top_mainbar_9 {
    justify-content: center;
}header .top_mainbar_9::before {
    opacity: 0.1;
    background: rgb(189,127,189,0.5);
    width: 100%;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .top_mainbar_9 {
    flex-direction: column;
    width: 100%;
}header .head_guide_1 {
    width: 100%;
    margin: 3px 0;
    transform: none !important;
}header .head_guide_1 a {
    text-align: center;
    border-radius: 10px;
    border-bottom: 3px solid transparent;
    border-left: none;
}header .head_guide_1 a:hover {
    border-bottom-color: rgb(205,172,198);
    border-left-color: transparent;
    transform: translateY(-3px);
}header .head_guide_1 a::before {
    right: auto;
    bottom: 0;
    transform: scaleX(0);
    width: 100%;
    height: 5px;
    top: auto;
    left: 0;
}header .head_guide_1 a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .first_lesson_2 {
    transform: none;
    padding: 10px;
}header .first_lesson_2 svg {
    height: 40px;
}header .first_lesson_2:hover {
    transform: translateY(-3px);
}}.title_section_0 {
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(221,208,219) 0%, rgba(94,170,168,0.1) 100%);
    overflow: hidden;
}.title_section_0 .learn_way_9 {
    margin: 0 auto;
    position: relative;
    grid-template-rows: auto auto;
    padding: 2rem;
    display: grid;
    max-width: 1400px;
    height: 100%;
    grid-template-columns: 1fr;
}.title_section_0 .text_stack_3 {
    transform: translateZ(0);
    animation: slideInText 0.8s cubic-bezier(0.215, 0.610, 0.355, 1) forwards;
    padding: 3rem 1.5rem;
    z-index: 2;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 3px 10px rgba(0,0,0,0.05);
    position: relative;
    background: linear-gradient(165deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.8) 100%);
}.title_section_0 h1 {
    opacity: 0;
    transform: translateX(-5px);
    font-size: clamp(1.75rem, 4vw, 33px);
    margin-bottom: 1.5rem;
    color: rgb(205,172,198);
    animation: fadeInTitle 0.6s ease-out 0.3s forwards;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
}.title_section_0 h1::after {
    position: absolute;
    left: 0;
    content: "";
    transform-origin: left center;
    bottom: -8px;
    transform: scaleX(0);
    height: 3px;
    width: 60px;
    animation: expandLine 0.5s ease-out 0.8s forwards;
    background: linear-gradient(90deg, rgb(205,172,198) 0%, rgb(189,127,189) 100%);
}.title_section_0 .learn_open_2 {
    align-items: flex-start;
    display: flex;
    opacity: 0;
    animation: fadeUpInfo 0.7s ease-out 0.5s forwards;
    flex-direction: column;
    margin-bottom: 2rem;
    transform: translateY(20px);
}.title_section_0 .learn_open_2 svg {
    transform-origin: center;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.1));
    height: 80px;
    transform: rotate(-5deg);
    animation: rotateSvg 15s ease-in-out infinite alternate;
    margin-bottom: 1.5rem;
    width: 80px;
}.title_section_0 .learn_open_2 svg path {
    stroke-width: 0.5;
    fill: rgb(205,172,198);
    opacity: 0;
    stroke-dashoffset: 1000;
    animation: drawPath 2s ease-out 0.7s forwards;
    stroke: rgb(189,127,189);
    stroke-dasharray: 1000;
}.title_section_0 .learn_open_2 svg text {
    fill: rgb(205,172,198);
    animation: fadeInText 1s ease-out 1.5s forwards;
    opacity: 0;
}.title_section_0 .learn_open_2 p {
    position: relative;
    max-width: 550px;
    padding-left: 12px;
    margin-bottom: 2rem;
    color: #000000;
    font-size: clamp(1rem, 2vw, 15px);
    line-height: 1.6;
}.title_section_0 .learn_open_2 p::before {
    animation: expandVerticalLine 0.5s ease-out 1.2s forwards;
    transform: scaleY(0);
    position: absolute;
    transform-origin: top;
    top: 0;
    background: linear-gradient(to bottom, rgb(205,172,198), rgba(94,170,168,0.3));
    bottom: 0;
    content: "";
    left: 0;
    width: 3px;
}.title_section_0 ul {
    padding: 0;
    display: flex;
    margin: 0;
    list-style: none;
}.title_section_0 ul li {
    transform: translateY(20px);
    animation: fadeUpButton 0.6s ease-out 0.9s forwards;
    opacity: 0;
    margin-right: 1rem;
}.title_section_0 .reach_card_4 {
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    transform: translateZ(0);
    cursor: pointer;
    position: relative;
    color: #ffffff;
    border: none;
    display: inline-block;
    text-decoration: none;
    padding: 0.9rem 2rem;
    transition: all 0.3s ease;
    font-size: 14px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(205,172,198) 0%, rgb(189,127,189) 100%);
}.title_section_0 .reach_card_4:hover {
    box-shadow: 0 8px 25px rgba(94,170,168,0.4);
    transform: translateY(-3px);
}.title_section_0 .reach_card_4::before {
    transform: skewX(-25deg);
    position: absolute;
    width: 100%;
    transition: all 0.75s ease;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    content: "";
    left: -100%;
}.title_section_0 .reach_card_4:hover::before {
    left: 100%;
}.title_section_0 .img_highlight_0 {
    opacity: 0;
    width: 100%;
    position: relative;
    animation: fadeInPhoto 0.8s ease-out 0.7s forwards;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    transform: translateY(20px);
    overflow: hidden;
    border-radius: 5px;
    height: 50vh;
}.title_section_0 .img_highlight_0::before {
    left: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 65% 100%, 0 100%);
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(94,170,168,0.4) 0%, rgba(94,170,168,0) 50%);
    position: absolute;
}.title_section_0 .img_highlight_0::after {
    position: absolute;
    right: -10%;
    filter: blur(40px);
    animation: floatGlow 8s ease-in-out infinite alternate;
    top: -10%;
    opacity: 0.15;
    width: 100px;
    content: "";
    background: rgb(205,172,198);
    border-radius: 50%;
    height: 100px;
}

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

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

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

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

@keyframes rotateSvg {
    0%, 100% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
}

@keyframes drawPath {
    from {
        stroke-dashoffset: 1000;
        opacity: 0;
    }
    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

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

@keyframes expandVerticalLine {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

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

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

@keyframes floatGlow {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 30px);
    }
    100% {
        transform: translate(10px, -20px);
    }
}

@media (min-width: 768px) {.title_section_0 .learn_way_9 {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    align-items: center;
    height: 100vh;
    padding: 3rem;
}.title_section_0 .text_stack_3 {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
}.title_section_0 .learn_open_2 svg {
    height: 100px;
    width: 100px;
}.title_section_0 .img_highlight_0 {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    transform: perspective(1000px) rotateY(-5deg);
    animation: fadeInPhotoDesktop 1s ease-out 0.7s forwards;
    transform-origin: left center;
    height: 80vh;
}
    
    @keyframes fadeInPhotoDesktop {
        from {
            transform: perspective(1000px) rotateY(-10deg) translateX(50px);
            opacity: 0;
        }
        to {
            transform: perspective(1000px) rotateY(-5deg) translateX(0);
            opacity: 1;
        }
    }
}

@media (min-width: 992px) {.title_section_0 .learn_way_9 {
    gap: 4rem;
    max-height: 90vh;
}.title_section_0 .text_stack_3 {
    padding: 4rem;
}.title_section_0 h1 {
    font-size: 33px;
}.title_section_0 .learn_open_2 p {
    font-size: 15px;
}.title_section_0 .img_highlight_0 {
    transform: perspective(1500px) rotateY(-8deg);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 25px 25px 50px rgba(0,0,0,0.2);
}
}

@media (min-width: 1200px) {.title_section_0 .learn_way_9 {
    padding: 0 5rem;
}.title_section_0 .text_stack_3 {
    transform: translateZ(0) translateX(-2rem);
}.title_section_0 .learn_open_2 svg {
    width: 120px;
    height: 120px;
}.title_section_0 .img_highlight_0 {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 5% 100%);
    transform: perspective(2000px) rotateY(-12deg);
}
}

@media (max-width: 767px) {.title_section_0 {
    padding-top: 60px;
}.title_section_0 .learn_way_9 {
    padding: 1.5rem;
}.title_section_0 .text_stack_3 {
    margin-bottom: 2rem;
    padding: 2rem 1.5rem;
}.title_section_0 h1 {
    font-size: 1.75rem;
}.title_section_0 .learn_open_2 p {
    font-size: 0.95rem;
}.title_section_0 .reach_card_4 {
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 480px) {.title_section_0 .text_stack_3 {
    padding: 1.5rem 1rem;
}.title_section_0 h1 {
    font-size: 1.5rem;
}.title_section_0 .learn_open_2 svg {
    width: 70px;
    height: 70px;
}.title_section_0 .img_highlight_0 {
    height: 40vh;
}.title_section_0 .reach_card_4 {
    text-align: center;
    width: 100%;
}}.pricing_frame_4 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.pricing_frame_4::before {
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(205,172,198,0.5), rgba(0, 0, 0, 0.5) 90%);
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
}.pricing_frame_4 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
}.pricing_frame_4 .rate_choices_7 {
    position: relative;
}.pricing_frame_4 h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 38px;
    position: relative;
    color: #ffffff;
    line-height: 1.3;
    font-weight: 700;
}.pricing_frame_4 h2::after {
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(189,127,189);
    height: 3px;
    bottom: -15px;
    content: "";
}.pricing_frame_4 .learn_deals_1 {
    max-width: 700px;
    font-size: 16px;
    margin: 30px auto 50px;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
}.pricing_frame_4 .annual_fee_1 {
    margin: 0;
    list-style: none;
    gap: 30px;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_frame_4 .annual_fee_1 li {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.pricing_frame_4 .annual_fee_1 li:hover {
    transform: translateY(-10px);
}.pricing_frame_4 .tuition_table_3 {
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
}.pricing_frame_4 .learning_deals_8 {
    height: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    backdrop-filter: blur(10px);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    padding: 40px 30px;
    box-sizing: border-box;
    overflow: hidden;
    border-left: 3px solid rgb(189,127,189);
    position: relative;
}.pricing_frame_4 .learning_deals_8::before {
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    pointer-events: none;
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0;
    background: linear-gradient(45deg, rgb(205,172,198,0.5), transparent);
    position: absolute;
}.pricing_frame_4 .tuition_table_3:hover .learning_deals_8::before {
    opacity: 0.15;
}.pricing_frame_4 .learning_deals_8::after {
    top: -30px;
    z-index: -1;
    opacity: 0.1;
    height: 100px;
    position: absolute;
    content: "";
    right: -30px;
    transition: transform 0.5s ease;
    border-radius: 50%;
    width: 100px;
    background: rgb(189,127,189);
}.pricing_frame_4 .tuition_table_3:hover .learning_deals_8::after {
    transform: scale(1.2);
}.pricing_frame_4 .member_plans_8 {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
}.pricing_frame_4 .member_plans_8 h4 {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 12px;
    position: relative;
    display: inline-block;
}.pricing_frame_4 .member_plans_8 h4::after {
    width: 40px;
    bottom: 0;
    height: 2px;
    left: 0;
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    background: rgb(189,127,189);
}.pricing_frame_4 .tuition_table_3:hover .member_plans_8 h4::after {
    width: 60px;
}.pricing_frame_4 .member_plans_8 p {
    flex-grow: 1;
    line-height: 1.5;
    word-break: break-word;
    font-size: calc(16px - 2px);
    margin: 0 0 25px;
    word-wrap: break-word;
    color: #ffffff;
    opacity: 0.85;
    overflow-wrap: break-word;
}.pricing_frame_4 .fee_deals_2 {
    padding: 15px 0 0;
    position: relative;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: auto;
    font-size: calc(18px + 4px);
    font-weight: 700;
    color: #ffffff;
}.pricing_frame_4 .fee_deals_2::before {
    width: 30%;
    position: absolute;
    background: rgb(189,127,189);
    content: "";
    height: 1px;
    left: 0;
    top: -1px;
}

@media (min-width: 992px) {.pricing_frame_4 .annual_fee_1 {
    grid-template-columns: repeat(4, 1fr);
}.pricing_frame_4 .learning_deals_8 {
    padding: 35px 25px;
}.pricing_frame_4 h2 {
    font-size: calc(38px + 4px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.pricing_frame_4 .annual_fee_1 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_frame_4 {
    padding: 100px 0;
}
}

@media (max-width: 767px) {.pricing_frame_4 {
    padding: 80px 0;
}.pricing_frame_4 .annual_fee_1 {
    grid-template-columns: 1fr;
}.pricing_frame_4 h2 {
    font-size: calc(38px - 2px);
}.pricing_frame_4 .learn_deals_1 {
    margin-bottom: 30px;
    font-size: calc(16px - 1px);
}.pricing_frame_4 .member_plans_8 p {
    overflow-y: auto;
    font-size: calc(16px - 3px);
    padding-right: 10px;
    max-height: 300px;
}.pricing_frame_4 .member_plans_8 p::-webkit-scrollbar {
    width: 3px;
}.pricing_frame_4 .member_plans_8 p::-webkit-scrollbar-thumb {
    background: rgb(189,127,189);
}
}

@media (max-width: 480px) {.pricing_frame_4 .learning_deals_8 {
    padding: 30px 20px;
}.pricing_frame_4 h2 {
    font-size: calc(38px - 4px);
}.pricing_frame_4 .fee_deals_2 {
    font-size: calc(18px + 2px);
}}.data_exploration_9 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: rgb(221,208,219);
    padding: 100px 0;
}.data_exploration_9::before {
    background: 
        radial-gradient(circle at 20% 20%, rgb(205,172,198,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(189,127,189,0.5) 0%, transparent 30%);
    height: 100%;
    filter: blur(60px);
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
}.data_exploration_9::after {
    width: 100%;
    background-size: 40px 40px;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.03;
    z-index: -1;
    left: 0;
    background-image: 
        linear-gradient(90deg, #ffffff 2px, transparent 2px),
        linear-gradient(0deg, #ffffff 2px, transparent 2px);
}.data_exploration_9 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.data_exploration_9 .statistics_advantage_7 {
    position: absolute;
    flex-direction: column;
    align-items: center;
    left: 50%;
    z-index: 2;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    height: 350px;
    text-align: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    width: 350px;
    display: flex;
    top: 50%;
    background: #ffffff;
    padding: 30px;
}.data_exploration_9 .statistics_advantage_7::before {
    border: 2px dashed rgb(205,172,198,0.5);
    content: "";
    bottom: -10px;
    position: absolute;
    top: -10px;
    right: -10px;
    animation: rotate 60s linear infinite;
    left: -10px;
    border-radius: 50%;
    pointer-events: none;
}.data_exploration_9 .gain_study_5 {
    color: rgb(205,172,198);
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 33px;
    position: relative;
}.data_exploration_9 .gain_study_5::after {
    height: 3px;
    left: 50%;
    content: "";
    width: 50px;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(189,127,189);
    border-radius: 2px;
    bottom: -8px;
}.data_exploration_9 .statistics_pluses_8 {
    font-size: 15px;
    max-width: 250px;
    color: #000000;
    line-height: 1.6;
    margin: 0 auto;
}.data_exploration_9 .study_elevation_9 {
    width: 100%;
    position: relative;
    height: 300px;
}.data_exploration_9 .study_elevation_9:has(.statistics_pros_7:nth-child(5)) {
    height: 380px;
}.data_exploration_9 .study_elevation_9:has(.statistics_pros_7:nth-child(7)) {
    height: 460px;
}.data_exploration_9 .statistics_pros_7 {
    flex-direction: column;
    width: 220px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    border-radius: 15px;
    text-align: center;
    padding: 30px;
    justify-content: center;
    position: absolute;
    align-items: center;
    background: linear-gradient(145deg, #ffffff, #f5f7fa);
    height: 120px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.data_exploration_9 .statistics_pros_7 {
    box-sizing: border-box;
    position: absolute;
    height: 120px;
    width: 220px;
}.data_exploration_9 .statistics_pros_7:nth-child(1) {
    transform: translate(10%, -50%);
    left: 0;
    top: 35%;
}.data_exploration_9 .statistics_pros_7:nth-child(3) {
    top: 65%;
    left: 0;
    transform: translate(10%, -50%);
}.data_exploration_9 .statistics_pros_7:nth-child(2) {
    right: 0;
    transform: translate(-10%, -50%);
    top: 35%;
}.data_exploration_9 .statistics_pros_7:nth-child(4) {
    transform: translate(-10%, -50%);
    right: 0;
    top: 65%;
}.data_exploration_9 .statistics_pros_7:nth-child(5) {
    left: 0;
    transform: translate(10%, -50%);
    top: 95%;
}.data_exploration_9 .statistics_pros_7:nth-child(6) {
    transform: translate(-10%, -50%);
    right: 0;
    top: 95%;
}.data_exploration_9 .statistics_pros_7:nth-child(7) {
    transform: translate(10%, -50%);
    top: 5%;
    left: 0;
}.data_exploration_9 .statistics_pros_7:nth-child(8) {
    right: 0;
    transform: translate(-10%, -50%);
    top: 5%;
}.data_exploration_9 .statistics_pros_7::before {
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(205,172,198), rgb(189,127,189));
    width: 6px;
    border-top-left-radius: 15px;
    position: absolute;
    height: 60%;
    transition: height 0.4s ease;
    content: "";
    border-bottom-left-radius: 15px;
}.data_exploration_9 .statistics_pros_7:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.data_exploration_9 .statistics_pros_7:nth-child(1):hover,
.data_exploration_9 .statistics_pros_7:nth-child(3):hover,
.data_exploration_9 .statistics_pros_7:nth-child(5):hover,
.data_exploration_9 .statistics_pros_7:nth-child(7):hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translate(5%, -50%);
}.data_exploration_9 .statistics_pros_7:nth-child(2):hover,
.data_exploration_9 .statistics_pros_7:nth-child(4):hover,
.data_exploration_9 .statistics_pros_7:nth-child(6):hover,
.data_exploration_9 .statistics_pros_7:nth-child(8):hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translate(-5%, -50%);
}.data_exploration_9 .statistics_pros_7:hover::before {
    height: 90%;
}.data_exploration_9 .statistics_pros_7 h4 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: calc(33px + 0.5rem);
    color: rgb(205,172,198);
}.data_exploration_9 .statistics_pros_7 span {
    line-height: 1.5;
    max-width: 160px;
    color: #000000;
    font-size: 15px;
}.data_exploration_9 svg {
    fill: rgb(189,127,189);
    position: absolute;
    height: 24px;
    bottom: 20px;
    transition: transform 0.4s ease, fill 0.4s ease;
    right: 20px;
    width: 24px;
}.data_exploration_9 svg path {
    fill: inherit;
}.data_exploration_9 .statistics_pros_7:hover svg {
    fill: rgb(205,172,198);
    transform: rotate(15deg) scale(1.2);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.data_exploration_9 {
    padding: 250px 0 80px;
}.data_exploration_9 .statistics_advantage_7 {
    margin-top: 150px;
    top: 0;
    height: 300px;
    position: absolute;
    width: 300px;
    padding: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
}.data_exploration_9 .study_elevation_9 {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    display: grid;
    margin-top: 150px;
    grid-gap: 20px;
}.data_exploration_9 .statistics_pros_7 {
    bottom: unset !important;
    height: 120px;
    width: 100%;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    position: relative;
    transform: none !important;
}.data_exploration_9 .statistics_pros_7:hover {
    transform: translateY(-5px) !important;
}.statistics.items-4 .statistics_pros_7,
    .statistics.items-6 .statistics_pros_7,
    .statistics.items-8 .statistics_pros_7 {
    top: unset !important;
}
}

@media (max-width: 768px) {.data_exploration_9 {
    padding: 200px 0 50px;
}.data_exploration_9 .statistics_advantage_7 {
    margin-top: 100px;
    width: 260px;
    height: 260px;
}.data_exploration_9 .gain_study_5 {
    font-size: calc(33px - 0.25rem);
}.data_exploration_9 .statistics_pluses_8 {
    font-size: calc(15px - 0.1rem);
}.data_exploration_9 .study_elevation_9 {
    margin-top: 100px;
}.data_exploration_9 .statistics_pros_7 {
    height: 180px;
}.data_exploration_9 .statistics_pros_7 h4 {
    font-size: 33px;
}
}

@media (max-width: 576px) {.data_exploration_9 {
    padding: 180px 0 40px;
}.data_exploration_9 .statistics_advantage_7 {
    margin-top: 80px;
    height: 240px;
    width: 240px;
}.data_exploration_9 .study_elevation_9 {
    grid-template-columns: 1fr;
    margin-top: 80px;
}.data_exploration_9 .statistics_pros_7 {
    height: 160px;
}
}