﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
}.style_wrapper-skeleton {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}header,footer {
    width: 100%;
}.style_page_top {
    flex: 1 0 auto;
}.style_assign_help {
    flex: 0 0 auto;
}.container {
    width: 1110px;
    margin: auto;
    max-width: 100%;
}::-webkit-scrollbar {
    width: 3px;
    padding: 0px;
}::-webkit-scrollbar-track {
    box-shadow: inset -2px -5px 11px 0px rgba(0, 0, 0, 0.8);
    border-radius: 6em;
    background: rgb(204,191,208,0.5);
}::-webkit-scrollbar-thumb {
    background: #ffffff;
    box-shadow: -1px -4px 2px 3px rgba(0, 0, 0, 0.5);
    transition: all, box-shadow 2.6s ease-in-out;
    border-radius: 15.7vh;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 1px 5px 1px 8px rgba(0, 0, 0, 0.5);
    border-color: rgb(169,152,173,0.5);
    background: rgb(204,191,208);
}::-webkit-scrollbar-thumb:active {
    background: rgb(204,191,208);
    box-shadow: inset 5px -5px 9px 8px rgba(0, 0, 0, 0.3);
}html {
    scrollbar-color: rgb(231,225,233) #ffffff;
    scrollbar-width: none;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.style_customer_comments {
    overflow: hidden;
    padding: 7rem 0 8rem;
    position: relative;
    background: rgb(231,225,233);
}.style_customer_comments::before {
    left: 0;
    opacity: 0.05;
    content: "";
    width: 100%;
    position: absolute;
    background-size: 100px 100px;
    z-index: 0;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(204,191,208,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(204,191,208,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(204,191,208,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(204,191,208,0.5) 75%);
    height: 100%;
}.style_customer_comments::after {
    background: rgb(169,152,173,0.5);
    right: -50px;
    bottom: -50px;
    filter: blur(80px);
    border-radius: 50%;
    content: "";
    height: 200px;
    opacity: 0.6;
    position: absolute;
    z-index: 0;
    width: 200px;
}.style_customer_comments .container {
    z-index: 1;
    position: relative;
}.style_customer_comments h2 {
    position: relative;
    margin-bottom: 5rem;
    transform: skewY(-3deg);
    font-weight: 700;
    font-size: calc(30px * 1.3);
    color: #000000;
    display: inline-block;
}.style_customer_comments h2::before,
.style_customer_comments h2::after {
    height: 4px;
    content: "";
    background: rgb(204,191,208);
    position: absolute;
}.style_customer_comments h2::before {
    transform-origin: left;
    width: 60%;
    animation: expandLine 1.5s ease-in-out infinite alternate;
    left: 0;
    bottom: -15px;
}.style_customer_comments h2::after {
    opacity: 0.7;
    width: 30%;
    left: 20px;
    transform-origin: left;
    bottom: -30px;
    animation: expandLine 2s ease-in-out infinite alternate 0.5s;
}@keyframes expandLine {
    from {
        transform: scaleX(0.6);
    }
    to {
        transform: scaleX(1);
    }
}

.style_customer_comments .style_success_opinions {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
}.style_customer_comments .style_alumni_testimonials {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 2rem;
    background: #ffffff;
    position: relative;
    z-index: 1;
}.style_customer_comments .style_alumni_testimonials:nth-child(odd) {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 80%,
        80% 100%,
        0 100%
    );
    transform: rotate(-2deg);
}.style_customer_comments .style_alumni_testimonials:nth-child(even) {
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        20% 100%,
        0 80%
    );
    transform: rotate(2deg);
}.style_customer_comments .style_alumni_testimonials:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: rotate(0) translateY(-10px);
    clip-path: polygon(
        0 0,
        100% 0,
        100% 100%,
        0 100%
    );
    z-index: 2;
}.style_customer_comments .style_alumni_testimonials::before {
    inset: 0;
    transition: transform 0.3s ease;
    position: absolute;
    z-index: -1;
    transform: none;
    background: #ffffff;
    content: "";
}.style_customer_comments .style_alumni_testimonials:hover::before {
    transform: scale(1.02);
}.style_customer_comments .style_alumni_testimonials::after {
    inset: 0;
    background: linear-gradient(135deg, rgb(204,191,208), rgb(169,152,173));
    transition: transform 0.3s ease;
    transform: none;
    content: "";
    z-index: -2;
    position: absolute;
    opacity: 0;
}.style_customer_comments .style_alumni_testimonials:hover::after {
    transform: scale(1.03);
    opacity: 1;
}.style_customer_comments .style_alumni_testimonials:nth-child(4n+1) {
    grid-row: auto / span 1;
    grid-column: auto / span 1;
}.style_customer_comments .style_alumni_testimonials:nth-child(4n+2) {
    grid-column: auto / span 1;
    grid-row: auto / span 1;
    transform: translateY(40px) rotate(-2deg);
}.style_customer_comments .style_alumni_testimonials:nth-child(4n+2):hover {
    transform: translateY(30px) rotate(0);
}.style_customer_comments .style_alumni_testimonials:nth-child(4n+3) {
    transform: translateY(-30px) rotate(2deg);
    grid-row: auto / span 1;
    grid-column: auto / span 1;
}.style_customer_comments .style_alumni_testimonials:nth-child(4n+3):hover {
    transform: translateY(-40px) rotate(0);
}.style_customer_comments .style_alumni_testimonials:nth-child(4n+4) {
    transform: translateY(20px) rotate(-1deg);
    grid-column: auto / span 1;
    grid-row: auto / span 1;
}.style_customer_comments .style_alumni_testimonials:nth-child(4n+4):hover {
    transform: translateY(10px) rotate(0);
}.style_customer_comments .style_alumni_testimonials img {
    border: 3px solid #ffffff;
    transition: all 0.3s ease;
    width: 90px;
    z-index: 1;
    position: relative;
    margin-bottom: 1.5rem;
    height: 90px;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}.style_customer_comments .style_alumni_testimonials:nth-child(odd) img {
    transform: rotate(3deg);
    box-shadow: 4px 4px 0 rgb(204,191,208,0.5);
}.style_customer_comments .style_alumni_testimonials:nth-child(even) img {
    box-shadow: -4px 4px 0 rgb(169,152,173,0.5);
    transform: rotate(-3deg);
}.style_customer_comments .style_alumni_testimonials:hover img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: rotate(0) scale(1.05);
    border-radius: 50%;
}.style_customer_comments .style_alumni_testimonials p {
    position: relative;
    font-size: 17px;
    margin: 0;
    font-weight: 600;
    transition: transform 0.3s ease;
    color: #000000;
}.style_customer_comments .style_alumni_testimonials:hover p {
    transform: translateY(-5px);
}.style_customer_comments .style_alumni_testimonials .description {
    transition: transform 0.3s ease 0.1s;
    font-weight: 400;
    color: #000000;
    position: relative;
    margin-top: 1rem;
    line-height: 1.6;
}.style_customer_comments .style_alumni_testimonials:hover .description {
    transform: translateY(-5px);
}.style_customer_comments .style_alumni_testimonials .description::after {
    background: rgb(204,191,208,0.5);
    bottom: -10px;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    width: 20%;
    left: 0;
}.style_customer_comments .style_alumni_testimonials:hover .description::after {
    width: 60%;
}.style_customer_comments .style_alumni_testimonials:nth-child(even) .description::after {
    background: rgb(169,152,173,0.5);
    left: auto;
    right: 0;
}

@media (max-width: 992px) {.style_customer_comments {
    padding: 6rem 0 7rem;
}.style_customer_comments h2 {
    font-size: calc(30px * 1.1);
    margin-bottom: 4rem;
}.style_customer_comments .style_success_opinions {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.style_customer_comments .style_alumni_testimonials:nth-child(4n+2),
    .style_customer_comments .style_alumni_testimonials:nth-child(4n+3),
    .style_customer_comments .style_alumni_testimonials:nth-child(4n+4) {
    transform: rotate(0);
}.style_customer_comments .style_alumni_testimonials:nth-child(odd) {
    transform: rotate(-1deg);
}.style_customer_comments .style_alumni_testimonials:nth-child(even) {
    transform: rotate(1deg);
}
}

@media (max-width: 768px) {.style_customer_comments {
    padding: 5rem 0 6rem;
}.style_customer_comments h2 {
    transform: skewY(-2deg);
    font-size: 30px;
    margin-bottom: 3.5rem;
}.style_customer_comments .style_success_opinions {
    margin: 0 auto;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    max-width: 450px;
}.style_customer_comments .style_alumni_testimonials {
    padding: 1.5rem;
}.style_customer_comments .style_alumni_testimonials img {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 576px) {.style_customer_comments {
    padding: 4rem 0 5rem;
}.style_customer_comments .style_success_opinions {
    max-width: 320px;
}.style_customer_comments .style_alumni_testimonials:nth-child(odd),
    .style_customer_comments .style_alumni_testimonials:nth-child(even) {
    transform: none;
    clip-path: none;
}.style_customer_comments .style_alumni_testimonials:hover {
    transform: translateY(-5px);
}}.style_teacher_profile {
    padding: 4rem 2rem;
    background: rgb(231,225,233);
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}.style_teacher_profile::before {
    width: 100%;
    background-image: linear-gradient(rgb(204,191,208,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(204,191,208,0.5) 1px, transparent 1px);
    top: 0;
    opacity: 0.2;
    height: 100%;
    position: absolute;
    left: 0;
    animation: grid-shift 30s linear infinite;
    content: "";
    background-size: 20px 20px;
    z-index: 1;
}.style_teacher_profile .style_alumni_testimonials {
    display: grid;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    gap: 0;
    grid-template-columns: 45% 55%;
    max-width: 900px;
}.style_teacher_profile .style_image_holder {
    transition: filter 0.6s ease;
    min-height: 400px;
    position: relative;
    z-index: 2;
    height: 100%;
    filter: grayscale(60%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.style_teacher_profile .style_image_holder::before {
    right: 20px;
    z-index: 3;
    opacity: 0;
    top: 20px;
    transform: scale(0.9);
    border: 1px solid #ffffff;
    mix-blend-mode: overlay;
    left: 20px;
    bottom: 20px;
    content: "";
    transition: all 0.5s ease;
    position: absolute;
}.style_teacher_profile .style_alumni_testimonials:hover .style_image_holder {
    filter: grayscale(0%);
}.style_teacher_profile .style_alumni_testimonials:hover .style_image_holder::before {
    transform: scale(1);
    opacity: 0.8;
}.style_teacher_profile .style_employee_info {
    margin-left: -10%;
    justify-content: center;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    padding: 2rem 2rem 2rem 4rem;
    background: #ffffff;
    flex-direction: column;
    display: flex;
    z-index: 3;
    position: relative;
}.style_teacher_profile .style_employee_info::before {
    width: 10px;
    content: "";
    transition: width 0.3s ease;
    height: 100%;
    background: linear-gradient(to bottom, rgb(204,191,208), rgb(169,152,173));
    position: absolute;
    top: 0;
    left: 0;
}.style_teacher_profile .style_alumni_testimonials:hover .style_employee_info::before {
    width: 15px;
}.style_teacher_profile .name {
    margin-bottom: 0.8rem;
    opacity: 0.9;
    color: rgb(204,191,208);
    letter-spacing: -1px;
    transform: translateX(20px);
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    font-size: calc(29px * 1.2);
    font-weight: 700;
    line-height: 1.1;
}.style_teacher_profile .style_alumni_testimonials:hover .name {
    transform: translateX(0);
    opacity: 1;
}.style_teacher_profile .style_employee_info > div:nth-child(2) {
    transform: translateX(15px);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.4s ease 0.1s;
    letter-spacing: 2px;
    color: rgb(169,152,173);
    opacity: 0.7;
    margin-bottom: 2rem;
}.style_teacher_profile .style_alumni_testimonials:hover .style_employee_info > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.style_teacher_profile .style_career_details {
    color: #000000;
    transform: translateX(10px);
    transition: all 0.4s ease 0.2s;
    line-height: 1.8;
    opacity: 0.8;
    position: relative;
    font-size: 18px;
}.style_teacher_profile .style_career_details::first-letter {
    font-size: 1.6em;
    font-weight: 700;
    color: rgb(204,191,208);
}.style_teacher_profile .style_alumni_testimonials:hover .style_career_details {
    opacity: 1;
    transform: translateX(0);
}

@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 768px) {.style_teacher_profile .style_alumni_testimonials {
    grid-template-columns: 1fr;
}.style_teacher_profile .style_image_holder {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.style_teacher_profile .style_employee_info {
    margin-left: 0;
    padding: 3rem 2rem 2rem;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    margin-top: -50px;
}}.style_welcome_section {
    position: relative;
    padding: 80px 0;
    background: rgb(231,225,233);
    overflow: hidden;
    font-family: Arial, sans-serif;
}.style_welcome_section > div {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.style_welcome_section .style_learn_study {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}.style_welcome_section .style_edu_first {
    color: rgb(204,191,208);
    transform: translateY(0);
    margin: 0;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    font-size: 43px;
    transition: transform 0.5s ease;
}.style_welcome_section .style_edu_first:hover {
    transform: translateY(-5px);
}.style_welcome_section .style_edu_first::after {
    transition: width 0.3s ease;
    width: 80px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(204,191,208), rgb(169,152,173));
    height: 4px;
    left: 0;
    content: "";
}.style_welcome_section .style_edu_first:hover::after {
    width: 100%;
}.style_welcome_section .style_course_hero {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    padding: 50px 40px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}.style_welcome_section .style_course_hero:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.style_welcome_section .style_course_hero::before {
    bottom: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgb(204,191,208,0.5), rgba(0, 0, 0, 0.5));
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}.style_welcome_section .style_course_hero > div {
    max-width: 800px;
    position: relative;
    z-index: 2;
}.style_welcome_section .style_course_hero p {
    font-size: calc(18px * 1.2);
    animation: fadeInUp 0.8s ease-out forwards;
    color: #ffffff;
    line-height: 1.6;
    padding-left: 15px;
    border-left: 3px solid rgb(169,152,173);
    position: relative;
    margin-bottom: 30px;
}.style_welcome_section .style_course_hero h3 {
    padding-top: 20px;
    opacity: 0;
    transform: translateY(20px);
    font-weight: 600;
    font-size: 34px;
    color: #ffffff;
    line-height: 1.4;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    position: relative;
}.style_welcome_section .style_course_hero h3::before {
    position: absolute;
    content: "";
    left: 0;
    background: rgb(169,152,173);
    height: 3px;
    width: 50px;
    top: 0;
}

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

@media (max-width: 991px) {.style_welcome_section {
    padding: 60px 0;
}.style_welcome_section .style_edu_first {
    font-size: calc(43px * 0.85);
}.style_welcome_section .style_course_hero {
    padding: 40px 30px;
}.style_welcome_section .style_course_hero h3 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 767px) {.style_welcome_section {
    padding: 50px 0;
}.style_welcome_section .style_edu_first {
    font-size: calc(43px * 0.7);
}.style_welcome_section .style_course_hero {
    padding: 30px 25px;
}.style_welcome_section .style_course_hero p {
    margin-bottom: 20px;
    font-size: 18px;
}.style_welcome_section .style_course_hero h3 {
    font-size: calc(34px * 0.75);
}
}

@media (max-width: 480px) {.style_welcome_section {
    padding: 40px 0;
}.style_welcome_section > div {
    padding: 0 15px;
}.style_welcome_section .style_edu_first {
    font-size: calc(43px * 0.6);
}.style_welcome_section .style_course_hero {
    padding: 25px 20px;
}.style_welcome_section .style_course_hero p {
    padding-left: 10px;
    font-size: calc(18px * 0.95);
}.style_welcome_section .style_course_hero h3 {
    font-size: calc(34px * 0.65);
}.style_welcome_section .style_course_hero h3::before {
    width: 40px;
    height: 2px;
}}.style_course_structure {
    overflow: hidden;
    background-color: #000000;
    position: relative;
    padding: 100px 0;
}.style_course_structure::before {
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 30% 20%, rgb(204,191,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgb(169,152,173,0.5) 0%, transparent 40%);
    content: "";
    position: absolute;
    left: 0;
}.style_course_structure::after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 10px);
    left: 0;
    content: "";
    z-index: 1;
}.style_course_structure .container {
    position: relative;
    z-index: 2;
}.style_course_structure .style_learn_plan {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-template-areas:
        "image title"
        "desc1 desc2";
    grid-template-rows: auto 1fr;
    gap: 30px;
    min-height: 500px;
}.style_course_structure .style_body_content {
    display: contents;
}.style_course_structure .style_body_content h2 {
    align-self: center;
    font-size: 30px;
    border-radius: 11px;
    animation: slide-in 0.8s forwards 0.2s;
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, transparent 100%);
    padding: 30px;
    opacity: 0;
    grid-area: title;
    transform: translateX(-30px);
    border-left: 3px solid rgb(204,191,208);
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}.style_course_structure .style_body_content .description:nth-of-type(1) {
    opacity: 0;
    transform: translateY(30px);
    grid-area: desc1;
    animation: fade-up 0.8s forwards 0.4s;
}.style_course_structure .style_body_content .description:nth-of-type(2) {
    animation: fade-up 0.8s forwards 0.6s;
    grid-area: desc2;
    opacity: 0;
    transform: translateY(30px);
}.style_course_structure .style_body_content .description {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 0;
    border-radius: 11px;
    color: #000000;
    background: rgba(0, 0, 0, 0.2);
    padding: 25px;
    overflow: hidden;
    border-top: 3px solid rgb(169,152,173);
    backdrop-filter: blur(5px);
    font-size: 15px;
    line-height: 1.8;
}.style_course_structure .style_body_content .description::before {
    pointer-events: none;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    left: 0;
    width: 100%;
}.style_course_structure .style_image_holder {
    overflow: hidden;
    grid-area: image;
    border-radius: 11px;
    position: relative;
    min-height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.style_course_structure .style_image_holder::before {
    height: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, transparent 100%);
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    z-index: 1;
}

@keyframes slide-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 0.8;
    }
}

@keyframes scan {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (max-width: 991px) {.style_course_structure {
    padding: 80px 0;
}.style_course_structure .style_learn_plan {
    min-height: auto;
    grid-template-areas:
            "image image"
            "title title"
            "desc1 desc2";
}.style_course_structure .style_image_holder {
    height: 400px;
}
}

@media (max-width: 767px) {.style_course_structure {
    padding: 60px 0;
}.style_course_structure .style_learn_plan {
    grid-template-areas:
            "image"
            "title"
            "desc1"
            "desc2";
    grid-template-columns: 1fr;
    gap: 20px;
}.style_course_structure .style_image_holder {
    height: 350px;
}.style_course_structure .style_body_content h2 {
    padding: 20px;
    font-size: calc(30px * 0.9);
}.style_course_structure .style_body_content .description {
    padding: 20px;
}

}

@media (max-width: 480px) {.style_course_structure {
    padding: 40px 0;
}.style_course_structure .style_image_holder {
    height: 250px;
}.style_course_structure .style_body_content h2 {
    padding: 15px;
    font-size: calc(30px * 0.8);
}.style_course_structure .style_body_content .description {
    font-size: calc(15px * 0.95);
    padding: 15px;
}.style_course_structure .tech-element {
    display: none;
}}.style_take_a_spin {
    background: linear-gradient(to right, rgb(204,191,208), rgb(169,152,173), rgb(204,191,208));
    z-index: 1;
    overflow: hidden;
    background-size: 200% 100%;
    position: relative;
    padding: 120px 0;
    animation: gradientShift 15s ease infinite;
}.style_take_a_spin::before {
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 10px
        ),
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 10px
        );
}.style_take_a_spin::after {
    top: -50%;
    height: 200%;
    animation: rotateLight 40s linear infinite;
    width: 200%;
    content: '';
    transform-origin: center;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    left: -50%;
}.style_take_a_spin .style_learn_track {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    flex-direction: column;
    backdrop-filter: blur(10px);
    margin: 0 auto;
    position: relative;
    z-index: 2;
    align-items: center;
    max-width: 1100px;
    justify-content: center;
    box-shadow: 
        0 25px 45px rgba(0, 0, 0, 0.2),
        0 0 30px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 60px;
    display: flex;
    overflow: hidden;
}.style_take_a_spin .style_learn_track::before {
    z-index: -1;
    animation: shimmerEffect 5s ease-in-out infinite;
    width: 100%;
    transform: skewX(-45deg) translateX(-150%);
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(
            to right,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
}.style_take_a_spin .style_learn_track::after {
    content: '';
    width: 150%;
    left: -25%;
    animation: rotatePrism 20s linear infinite;
    height: 150%;
    opacity: 0.1;
    z-index: -1;
    top: -25%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(204,191,208,0.5) 90deg,
        transparent 180deg,
        rgb(169,152,173,0.5) 270deg,
        transparent 360deg
    );
    position: absolute;
}.style_take_a_spin h3 {
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
    animation: floatText 6s ease-in-out infinite;
    color: #ffffff;
    font-weight: 700;
    transform-style: preserve-3d;
    font-family: Arial, sans-serif;
    transform: perspective(500px);
    letter-spacing: 4px;
    position: relative;
    font-size: 31px;
}.style_take_a_spin h3::before {
    content: '';
    height: 2px;
    left: 30%;
    position: absolute;
    width: 40%;
    box-shadow: 0 0 15px #ffffff;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    bottom: -20px;
}.style_take_a_spin h3::after {
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    animation: reflectionSweep 8s linear infinite;
    top: 0;
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
}.style_take_a_spin .style_learn_talk {
    overflow: hidden;
    transform: translateZ(10px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.2);
    font-size: 18px;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.9);
    padding: 18px 50px;
    z-index: 1;
    position: relative;
    border-radius: 50px;
    display: inline-block;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(204,191,208);
    letter-spacing: 3px;
}.style_take_a_spin .style_learn_talk::before {
    transition: opacity 0.4s ease;
    width: 100%;
    content: '';
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(
        to right,
        rgb(204,191,208),
        rgb(169,152,173)
    );
}.style_take_a_spin .style_learn_talk::after {
    transform: rotate(30deg);
    width: 30%;
    content: '';
    position: absolute;
    top: -100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    z-index: 1;
    transition: left 0.7s ease;
    height: 300%;
    left: -100%;
}.style_take_a_spin .style_learn_talk:hover {
    transform: translateY(-5px) translateZ(10px);
    color: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(255, 255, 255, 0.3);
}.style_take_a_spin .style_learn_talk:hover::before {
    opacity: 1;
}.style_take_a_spin .style_learn_talk:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.style_take_a_spin {
    padding: 100px 0;
}.style_take_a_spin .style_learn_track {
    padding: 50px 40px;
    max-width: 90%;
}.style_take_a_spin h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 50px;
}.style_take_a_spin .style_learn_talk {
    padding: 16px 45px;
}
}

@media screen and (max-width: 768px) {.style_take_a_spin {
    padding: 80px 0;
}.style_take_a_spin .style_learn_track {
    padding: 40px 30px;
}.style_take_a_spin h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 45px;
    letter-spacing: 3px;
}.style_take_a_spin h3::before {
    width: 30%;
    left: 35%;
}.style_take_a_spin .style_learn_talk {
    padding: 15px 40px;
    font-size: calc(18px * 0.95);
    letter-spacing: 2px;
}
}

@media screen and (max-width: 576px) {.style_take_a_spin {
    padding: 60px 0;
}.style_take_a_spin .style_learn_track {
    padding: 30px 20px;
}.style_take_a_spin h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(31px * 0.7);
}.style_take_a_spin h3::before {
    bottom: -15px;
    left: 37.5%;
    width: 25%;
}.style_take_a_spin .style_learn_talk {
    letter-spacing: 1px;
    font-size: calc(18px * 0.9);
    padding: 12px 35px;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateLight {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmerEffect {
    0% {
        transform: skewX(-45deg) translateX(-150%);
    }
    50% {
        transform: skewX(-45deg) translateX(150%);
    }
    100% {
        transform: skewX(-45deg) translateX(-150%);
    }
}

@keyframes rotatePrism {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatText {
    0%, 100% {
        transform: perspective(500px) translateZ(0);
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        transform: perspective(500px) translateZ(20px);
        text-shadow: 0 0 25px #ffffff;
    }
}

@keyframes reflectionSweep {
    0% {
        transform: translateX(-100%) skewX(-45deg);
    }
    100% {
        transform: translateX(100%) skewX(-45deg);
    }
}header {
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    z-index: 100;
    overflow: visible;
    padding: 0;
    margin-top: 0;
}header::before {
    top: 0;
    z-index: 0;
    left: 0;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    width: 100%;
    background-size: 20px 20px;
    position: absolute;
    content: '';
}header::after {
    animation: gradientSlide 5s linear infinite;
    bottom: 0;
    background-size: 200% auto;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(204,191,208) 0%,
        rgb(169,152,173) 50%,
        rgb(204,191,208) 100%
    );
    position: absolute;
    content: '';
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .style_head_tutor {
    position: relative;
    padding: 1.3rem 2rem;
    justify-content: space-between;
    z-index: 5;
    align-items: center;
    display: flex;
}header .style_head_page {
    position: relative;
    flex: 0 0 auto;
    z-index: 5;
}header .style_main_site {
    position: relative;
    text-decoration: none;
    padding: 0.5rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    z-index: 2;
}header .style_main_site:hover {
    transform: translateY(-3px) scale(1.02);
}header .style_main_site img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}header .style_head_page::before {
    transition: all 0.3s ease;
    opacity: 0.3;
    position: absolute;
    bottom: -8px;
    transform: skew(-3deg);
    right: -8px;
    left: -8px;
    border: 1px solid rgb(204,191,208);
    content: '';
    border-radius: 10px;
    top: -8px;
}header .style_head_page:hover::before {
    transform: skew(-5deg) scale(1.05);
    box-shadow: 0 0 15px rgb(204,191,208,0.5);
    opacity: 0.7;
}header .style_head_mainbar {
    margin: 0;
    display: flex;
    z-index: 5;
    list-style: none;
    position: relative;
    padding: 0;
}header .style_head_pagebar {
    margin: 0 0.3rem;
    perspective: 800px;
    position: relative;
}header .style_head_pagebar a {
    font-size: 14px;
    letter-spacing: 0.5px;
    border: 1px solid transparent;
    color: #ffffff;
    padding: 0.8rem 1.2rem;
    text-decoration: none;
    font-weight: 600;
    z-index: 1;
    display: block;
    position: relative;
    transition: all 0.4s ease;
}header .style_head_pagebar a::before {
    background: rgb(204,191,208);
    bottom: 5px;
    position: absolute;
    transform: scaleX(0);
    height: 1px;
    transition: transform 0.3s ease;
    width: 80%;
    content: '';
    opacity: 0.7;
    left: 10%;
}header .style_head_pagebar a:hover {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    color: rgb(204,191,208);
    transform: translateZ(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}header .style_head_pagebar a:hover::before {
    transform: scaleX(1);
}header .style_head_pagebar::after {
    content: '';
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: radial-gradient(circle at center, rgb(204,191,208,0.5) 0%, transparent 70%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}header .style_head_pagebar:hover::after {
    opacity: 0.4;
}header .style_head_tutor::before {
    left: 35%;
    position: absolute;
    content: '';
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(204,191,208), transparent);
    width: 30%;
    height: 1px;
}header .style_head_tutor::after {
    position: absolute;
    width: 60%;
    left: 20%;
    bottom: 0;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    opacity: 0.1;
}.style_page_top {
    position: relative;
    padding-top: 2rem;
    margin-top: 0;
    z-index: 1;
    background: rgb(231,225,233);
}

@media (min-width: 1400px) {header .style_head_tutor {
    margin: 0 auto;
    max-width: 1300px;
}header .style_head_pagebar {
    margin: 0 0.5rem;
}header .style_head_pagebar a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .style_head_tutor {
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
    justify-content: space-between;
    flex-direction: row;
}header .style_head_page {
    margin-bottom: 0;
}header .style_head_mainbar {
    flex: 1 0 100%;
    margin-top: 1rem;
    justify-content: center;
}header .style_head_pagebar {
    margin: 0 0.2rem;
}header .style_head_pagebar a {
    padding: 0.6rem 0.8rem;
    font-size: calc(14px - 1px);
}header .style_head_page::before {
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .style_head_tutor {
    padding: 0.8rem 1.2rem;
}header .style_head_page {
    max-width: 130px;
}header .style_head_page::before {
    display: none;
}header .style_head_mainbar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    scrollbar-width: thin;
}header .style_head_mainbar::-webkit-scrollbar {
    height: 2px;
}header .style_head_mainbar::-webkit-scrollbar-thumb {
    background: rgb(204,191,208);
    border-radius: 10px;
}header .style_head_pagebar {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .style_head_pagebar a {
    letter-spacing: 0;
    padding: 0.5rem 0.7rem;
    white-space: nowrap;
    font-size: calc(14px - 2px);
}header .style_head_pagebar a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .style_head_tutor {
    padding: 0.7rem 1rem;
}header .style_head_page {
    max-width: 110px;
}header .style_head_pagebar a {
    padding: 0.4rem 0.6rem;
    font-size: calc(14px - 3px);
}}footer {
    position: relative;
    width: 100%;
}.style_assign_help {
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(231,225,233);
    position: relative;
}.style_assign_help::before {
    height: 120px;
    top: 0;
    width: 100%;
    background-color: rgb(204,191,208,0.5);
    content: "";
    position: absolute;
    background-size: 100px 100px;
    left: 0;
    background: 
        linear-gradient(135deg, rgb(231,225,233) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(231,225,233) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(231,225,233) 25%, transparent 25%),
        linear-gradient(45deg, rgb(231,225,233) 25%, transparent 25%);
}footer .style_verify_cta {
    margin-top: -70px;
    position: relative;
    z-index: 1;
}footer .style_edu_askus {
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 2;
    background-color: #ffffff;
    transform: translateY(-30px);
    margin-bottom: 60px;
    position: relative;
    padding: 25px;
}footer .info_item {
    flex: 1 1 200px;
    border-radius: 10px;
    background-color: rgb(231,225,233);
    margin: 10px;
    transition: all 0.3s ease;
    position: relative;
    padding: 10px 15px;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    background-color: #ffffff;
}footer .info_item::before {
    border-radius: 3px 0 0 3px;
    background-color: rgb(204,191,208);
    width: 3px;
    left: 0;
    opacity: 0;
    height: 100%;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    content: "";
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    vertical-align: middle;
    margin-right: 10px;
    fill: rgb(204,191,208);
    height: 20px;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    transition: color 0.3s ease;
    font-size: 17px;
    vertical-align: middle;
    color: #000000;
    text-decoration: none;
    display: inline-block;
}footer .info_item a:hover {
    color: rgb(204,191,208);
}footer .text_main_holder {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}footer .text_main_holder::before {
    z-index: -1;
    content: "";
    width: 100%;
    position: absolute;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    left: 0;
    top: -40px;
    border-radius: 18px;
    height: calc(100% + 80px);
}footer .style_head_page {
    padding: 0 30px;
    position: relative;
}footer .style_head_page::after {
    height: 1px;
    right: 30px;
    left: 30px;
    content: "";
    background: linear-gradient(90deg, rgb(204,191,208), transparent);
    position: absolute;
    bottom: -15px;
}footer .style_head_page svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}footer .style_contact_edu {
    color: #000000;
    font-size: 16px;
    max-width: 330px;
    line-height: 1.6;
}footer .style_head_mainbar {
    margin-top: -10px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-left: 20px;
    background-color: rgb(231,225,233);
    border-radius: 18px;
    z-index: 1;
    margin-right: 20px;
}footer .style_head_mainbar h5 {
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 20px;
    position: relative;
    color: #000000;
}footer .style_head_mainbar h5::after {
    background-color: rgb(204,191,208);
    left: 0;
    width: 50px;
    height: 2px;
    bottom: -7px;
    content: "";
    position: absolute;
}footer .style_nav_class {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
    display: grid;
}footer .style_nav_class a {
    transition: all 0.3s ease;
    padding: 8px 0;
    display: inline-block;
    font-size: 17px;
    position: relative;
    color: #000000;
    text-decoration: none;
}footer .style_nav_class a::after {
    content: "";
    height: 2px;
    left: 0;
    width: 0;
    background-color: rgb(204,191,208);
    position: absolute;
    transition: width 0.3s ease;
    bottom: 5px;
}footer .style_nav_class a:hover {
    color: rgb(204,191,208);
    transform: translateX(5px);
}footer .style_nav_class a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    padding: 30px;
    background-color: rgb(204,191,208);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 18px;
    margin-top: -10px;
    z-index: 0;
    margin-left: 40px;
    margin-right: 40px;
    color: #ffffff;
}footer .subscribe_holder::before {
    background-color: rgb(204,191,208);
    width: 30px;
    transform: rotate(45deg);
    top: -15px;
    content: "";
    position: absolute;
    right: 30px;
    height: 30px;
    z-index: -1;
}footer .subscribe_holder h5 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
}footer .subscribe_holder p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 10px;
    font-size: 17px;
    color: #000000;
    padding: 14px 16px;
    transition: background-color 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .style_mail_sub {
    cursor: pointer;
    border-radius: 10px;
    padding: 14px 20px;
    font-size: 20px;
    background-color: #000000;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none;
}footer .style_mail_sub:hover {
    transform: translateY(-3px);
    background-color: rgb(169,152,173);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .style_case_study {
    margin-top: 60px;
    z-index: 1;
    position: relative;
    text-align: center;
}footer .style_twitter_cta {
    color: #000000;
    font-size: 16px;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 8px 20px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .style_nav_class {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .style_mail_sub {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .style_head_mainbar {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .style_assign_help {
    padding: 80px 0 30px;
}footer .style_edu_askus {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .style_head_mainbar, footer .subscribe_holder {
    margin-left: 10px;
    padding: 25px 20px;
    margin-right: 10px;
}footer .style_case_study {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .style_assign_help {
    padding: 60px 0 20px;
}footer .style_edu_askus {
    padding: 15px;
    margin-bottom: 40px;
    transform: translateY(-20px);
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .style_head_page {
    padding: 0 20px;
}footer .style_head_page::after {
    left: 20px;
    right: 20px;
}footer .style_head_mainbar h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .style_nav_class a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .style_mail_sub {
    padding: 12px 15px;
}}.style_cookieWarningMessage {
    background: rgb(231,225,233);
    width: 100%;
    border-top: 2px solid rgb(204,191,208);
    position: fixed;
    z-index: 90;
    bottom: 0;
}.style_web_tracking {
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
}#style_cookie_disclosure {
    display: none;
}#style_cookie_disclosure:checked ~ .style_cookieWarningMessage {
    visibility: hidden;
    opacity: 0;
}.style_cookieWarningMessage h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.style_cookieWarningMessage p {
    font-size: 18px;
}.style_data_agree {
    margin-right: 10px;
    flex-shrink: 0;
}.style_data_agree svg, .style_data_agree svg path, .style_data_agree img {
    height: 100px;
    width: 100px;
    fill: rgb(204,191,208);
}.style_user_tracker {
    cursor: pointer;
    text-align: center;
    color: rgb(204,191,208);
    font-size: 24px;
    line-height: 35px;
    margin-left: 10px;
    flex-shrink: 0;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid rgb(204,191,208);
    min-width: 120px;
}.style_cookieWarningMessage p a {
    text-decoration: none;
    color: rgb(204,191,208);
}
@media only screen and (max-width: 1200px) {.style_cookieWarningMessage {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.style_data_agree {
    display: none;
}.style_web_tracking {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.style_cookieWarningMessage h5 {
    text-align: center;
}.style_cookieWarningMessage p {
    text-align: center;
}.style_privacy_ack {
    margin-bottom: 20px;
}body .style_wrapper-skeleton .style_user_tracker {
    margin-bottom: 10px;
    margin-left: 0;
}}
.style_wrapper-skeleton .style_cookieWarningMessage {
    border: none;
    background: #ffffff;
    box-shadow: rgb(204,191,208,0.5) 0px 0px 40px 39px;
}.style_wrapper-skeleton .style_user_tracker {
    color: #ffffff;
    background: rgb(204,191,208);
    font-weight: 400;
    padding: 10px;
    margin-left: 30px;
    font-size: 20px;
    border: none;
}.style_wrapper-skeleton .style_data_agree {
    background:rgb(204,191,208);
    justify-content: center;
    width: 80px;
    align-items: center;
    height: 80px;
    border-radius: 50%;
    display: flex;
}.style_wrapper-skeleton .style_data_agree svg, .style_wrapper-skeleton .style_data_agree svg path, .style_wrapper-skeleton .style_data_agree img {
    fill:#000000;
    width: 40px;
    height: 40px;
}.style_wrapper-skeleton .style_privacy_ack h5, .style_wrapper-skeleton .style_privacy_ack p {
    color: #000000;
}
@media only screen and (max-width: 800px){.style_wrapper-skeleton .style_data_agree {
    margin-bottom: 14px;
    margin: 0;
}}.style_meet_us {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.style_meet_us::before {
    backdrop-filter: blur(3px);
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, 
    rgb(204,191,208,0.5) 0%, 
    rgb(169,152,173,0.5) 100%);
    content: "";
    z-index: -1;
    width: 100%;
    left: 0;
    height: 100%;
}.style_meet_us::after {
    transform: rotate(-15deg);
    width: 300px;
    opacity: 0.15;
    height: 300px;
    z-index: -1;
    content: "";
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 100%, 0% 100%);
    animation: float 12s infinite ease-in-out;
    right: -50px;
    position: absolute;
    background: rgb(204,191,208);
    bottom: -50px;
}.style_meet_us .container {
    max-width: 1280px;
    position: relative;
    padding: 6rem 2rem;
    margin: 0 auto;
}.style_meet_us .style_body_content {
    max-width: 900px;
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    padding: 3rem;
    margin-left: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease-out;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 97% 100%, 0 100%);
    transform-origin: left center;
}.style_meet_us .style_body_content:hover {
    transform: perspective(1000px) rotateY(0deg);
}.style_meet_us .style_body_content::before {
    background: linear-gradient(to bottom, rgb(204,191,208), rgb(169,152,173));
    top: 0;
    content: "";
    width: 5px;
    left: 0;
    height: 100%;
    transform-origin: left center;
    position: absolute;
}.style_meet_us h1 {
    color: #000000;
    transform: translateX(0.5rem);
    margin-bottom: 2.5rem;
    font-weight: 700;
    position: relative;
    font-size: 38px;
}.style_meet_us h1::after {
    height: 3px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(204,191,208), transparent);
    bottom: -0.75rem;
    position: absolute;
    width: 120px;
}.style_meet_us ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.style_meet_us li {
    margin-bottom: 1.5rem;
}.style_meet_us h4 {
    font-size: 24px;
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 600;
    color: rgb(204,191,208);
}.style_meet_us h4::after {
    position: absolute;
    transform: scaleX(0.7);
    transition: transform 0.3s ease;
    bottom: -5px;
    transform-origin: left;
    content: "";
    width: 100%;
    left: 0;
    background: rgb(204,191,208,0.5);
    height: 1px;
}.style_meet_us h4:hover::after {
    transform: scaleX(1);
}.style_meet_us span {
    color: #000000;
    text-align: justify;
    line-height: 1.8;
    font-size: 14px;
    column-count: 1;
    display: block;
    hyphens: auto;
    column-gap: 2rem;
}

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

@media (min-width: 768px) {.style_meet_us .style_body_content {
    margin-left: 5%;
    margin-right: 5%;
    padding: 4rem;
}.style_meet_us span {
    column-count: 2;
}.style_meet_us h1 {
    font-size: calc(38px * 1.1);
}
}

@media (min-width: 1024px) {.style_meet_us .container {
    padding: 8rem 2rem;
}.style_meet_us .style_body_content {
    transform: perspective(1200px) rotateY(-3deg);
    padding: 5rem;
    width: 75%;
    margin-left: 8%;
}.style_meet_us span {
    column-count: 2;
}.style_meet_us h1 {
    font-size: calc(38px * 1.2);
    margin-bottom: 3rem;
}.style_meet_us h1::after {
    width: 150px;
}
}

@media (max-width: 767px) {.style_meet_us {
    min-height: auto;
}.style_meet_us .container {
    padding: 4rem 1.5rem;
}.style_meet_us .style_body_content {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 95% 100%, 0 100%);
    transform: perspective(800px) rotateY(-1deg);
}.style_meet_us h1 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.style_meet_us h4 {
    font-size: calc(24px * 0.95);
}.style_meet_us span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.style_meet_us .container {
    padding: 3rem 1rem;
}.style_meet_us .style_body_content {
    padding: 1.5rem;
    clip-path: none;
    transform: none;
}.style_meet_us h1 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1.5rem;
}.style_meet_us h1::after {
    width: 80px;
}}.style_pricing_section {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
}.style_pricing_section::before {
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}.style_pricing_section .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.style_pricing_section .style_bundle_price {
    position: relative;
}.style_pricing_section h2 {
    font-weight: 700;
    opacity: 0;
    margin-bottom: 20px;
    position: relative;
    font-size: calc(29px * 1.2);
    text-align: center;
    color: #ffffff;
    animation: fadeInUp 0.8s forwards 0.3s;
    transform: translateY(10px);
}.style_pricing_section .style_annual_fee {
    font-size: calc(17px * 1.1);
    animation: fadeInUp 0.8s forwards 0.5s;
    transform: translateY(10px);
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 40px;
    max-width: 700px;
    opacity: 0;
    text-align: center;
}.style_pricing_section .style_study_cost {
    padding: 0;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
}.style_pricing_section .style_study_cost li {
    transform: translateY(20px);
    animation: fadeInUp 0.8s forwards;
    height: 100%;
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    opacity: 0;
}.style_pricing_section .style_study_cost li:nth-child(1) {
    --i: 1;
}.style_pricing_section .style_study_cost li:nth-child(2) {
    --i: 2;
}.style_pricing_section .style_study_cost li:nth-child(3) {
    --i: 3;
}.style_pricing_section .style_study_cost li:nth-child(4) {
    --i: 4;
}.style_pricing_section .style_cost_deals {
    color: inherit;
    text-decoration: none;
    height: 100%;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.style_pricing_section .style_cost_deals:hover {
    transform: translateY(-10px);
}.style_pricing_section .style_promo_cost {
    backdrop-filter: blur(10px);
    padding: 30px;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    overflow: hidden;
    height: 100%;
    border-left: 3px solid rgb(204,191,208);
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    border-radius: 3px;
    position: relative;
}.style_pricing_section .style_cost_deals:hover .style_promo_cost {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.style_pricing_section .style_promo_cost::before {
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    left: 0;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    height: 5px;
    top: 0;
    background: linear-gradient(to right, 
        rgb(204,191,208), 
        rgb(169,152,173));
    width: 100%;
}.style_pricing_section .style_cost_deals:hover .style_promo_cost::before {
    transform: scaleX(1);
}.style_pricing_section .style_pricing_tiers {
    display: flex;
    flex-direction: column;
    height: 100%;
}.style_pricing_section .style_pricing_tiers h4 {
    font-weight: 700;
    padding-bottom: 15px;
    font-size: calc(23px * 1.1);
    margin: 0 0 20px;
    position: relative;
    color: #ffffff;
}.style_pricing_section .style_pricing_tiers h4::after {
    background: rgb(204,191,208);
    left: 0;
    content: "";
    height: 3px;
    position: absolute;
    transition: width 0.4s ease;
    bottom: 0;
    width: 40px;
}.style_pricing_section .style_cost_deals:hover .style_pricing_tiers h4::after {
    width: 60px;
}.style_pricing_section .style_pricing_tiers p {
    line-height: 1.6;
    flex-grow: 1;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 0 25px;
    font-size: 17px;
    overflow-wrap: break-word;
    word-break: break-word;
}.style_pricing_section .style_program_fees {
    margin-top: auto;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-weight: 700;
    font-size: calc(23px * 1.2);
    position: relative;
    transition: color 0.3s ease;
    padding-top: 15px;
    color: rgb(169,152,173);
}.style_pricing_section .style_cost_deals:hover .style_program_fees {
    color: rgb(204,191,208);
}

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

@media (max-width: 991px) {.style_pricing_section {
    padding: 80px 0;
}.style_pricing_section h2 {
    font-size: 29px;
}.style_pricing_section .style_annual_fee {
    margin-bottom: 30px;
    font-size: 17px;
}.style_pricing_section .style_study_cost {
    gap: 20px;
}.style_pricing_section .style_promo_cost {
    padding: 25px;
}
}

@media (max-width: 767px) {.style_pricing_section {
    padding: 60px 0;
}.style_pricing_section .style_study_cost {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.style_pricing_section .style_pricing_tiers h4 {
    font-size: 23px;
}.style_pricing_section .style_program_fees {
    font-size: 23px;
}
}

@media (max-width: 480px) {.style_pricing_section {
    padding: 50px 0;
}.style_pricing_section h2 {
    font-size: calc(29px * 0.9);
}.style_pricing_section .style_annual_fee {
    font-size: calc(17px * 0.9);
}.style_pricing_section .style_promo_cost {
    padding: 20px;
}}.style_privacy_shell {
    background: linear-gradient(145deg, rgb(231,225,233), #ffffff);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 4rem 2rem;
    overflow: hidden;
}.style_privacy_shell::before {
    height: 100%;
    z-index: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    background: 
        radial-gradient(circle at 10% 90%, rgb(169,152,173,0.5), transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(204,191,208,0.5), transparent 45%);
    width: 100%;
    left: 0;
    opacity: 0.15;
    content: "";
}.style_privacy_shell .container {
    margin: 0 auto;
    animation: fadeIn 0.8s ease-out forwards;
    opacity: 0;
    z-index: 1;
    position: relative;
    max-width: 1140px;
}.style_privacy_shell h1 {
    font-size: 48px;
    color: #000000;
    animation: slideUp 0.7s ease-out forwards 0.2s;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    transform: translateY(10px);
    display: inline-block;
}.style_privacy_shell h1::after {
    background: rgb(204,191,208);
    transform: scaleX(0);
    position: absolute;
    left: 0;
    animation: expandLine 0.7s ease-out forwards 0.7s;
    transform-origin: left;
    bottom: -0.5rem;
    content: "";
    height: 3px;
    width: 3.5rem;
}.style_privacy_shell h2 {
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    position: relative;
    animation: slideUp 0.7s ease-out forwards 0.3s;
    padding-left: 1rem;
    font-size: 35px;
    transform: translateY(10px);
    opacity: 0;
}.style_privacy_shell h2::before {
    background: rgb(169,152,173);
    width: 4px;
    border-radius: 2px;
    position: absolute;
    height: 85%;
    left: 0;
    content: "";
    top: 0.25rem;
}.style_privacy_shell h3 {
    opacity: 0;
    color: #000000;
    font-weight: 600;
    animation: slideUp 0.7s ease-out forwards 0.4s;
    margin: 2.2rem 0 1.2rem;
    transform: translateY(10px);
    padding-left: 0.8rem;
    font-size: calc(35px * 0.85);
    position: relative;
}.style_privacy_shell h3::before {
    background: rgb(169,152,173);
    content: "";
    position: absolute;
    opacity: 0.8;
    border-radius: 1.5px;
    height: 80%;
    width: 3px;
    left: 0;
    top: 0.25rem;
}.style_privacy_shell h4 {
    margin: 2rem 0 1rem;
    position: relative;
    color: #000000;
    animation: slideUp 0.7s ease-out forwards 0.5s;
    opacity: 0;
    font-size: calc(35px * 0.75);
    padding-left: 0.7rem;
    font-weight: 600;
    transform: translateY(10px);
}.style_privacy_shell h4::before {
    left: 0;
    border-radius: 1px;
    width: 2px;
    position: absolute;
    content: "";
    top: 0.25rem;
    background: rgb(169,152,173);
    height: 75%;
    opacity: 0.7;
}.style_privacy_shell p {
    font-size: 17px;
    max-width: 90ch;
    line-height: 1.75;
    color: #000000;
    animation: slideUp 0.7s ease-out forwards 0.4s;
    transform: translateY(10px);
    opacity: 0;
    margin-bottom: 1.5rem;
}.style_privacy_shell ul {
    margin-bottom: 2rem;
    max-width: 85ch;
    opacity: 0;
    padding-left: 2rem;
    animation: fadeIn 0.8s ease-out forwards 0.6s;
}.style_privacy_shell li {
    position: relative;
    font-size: 17px;
    margin-bottom: 1rem;
    color: #000000;
    padding-left: 0.5rem;
    line-height: 1.75;
}.style_privacy_shell li::marker {
    color: rgb(204,191,208);
    font-size: 1.2em;
}.style_privacy_shell span {
    max-width: 90ch;
    border-left: 1px solid rgb(169,152,173,0.5);
    color: #000000;
    opacity: 0;
    animation: slideUp 0.7s ease-out forwards 0.5s;
    line-height: 1.75;
    display: block;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    font-size: 17px;
    transform: translateY(10px);
}.style_privacy_shell strong {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
}

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

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

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

@media (min-width: 768px) {.style_privacy_shell {
    padding: 6rem 3rem;
}.style_privacy_shell .container {
    padding: 0 2rem;
}.style_privacy_shell h1 {
    font-size: calc(48px * 1.1);
    margin-bottom: 3rem;
}.style_privacy_shell h1::after {
    width: 4.5rem;
}.style_privacy_shell h2 {
    padding-left: 1.2rem;
    font-size: calc(35px * 1.05);
    margin: 3rem 0 1.8rem;
}.style_privacy_shell h2::before {
    width: 5px;
}.style_privacy_shell p, 
    .style_privacy_shell li,
    .style_privacy_shell span {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 992px) {.style_privacy_shell {
    padding: 7rem 4rem;
    background: linear-gradient(165deg, rgb(231,225,233), #ffffff);
}.style_privacy_shell .container {
    padding: 0 3rem;
}.style_privacy_shell h1 {
    font-size: calc(48px * 1.2);
    margin-bottom: 3.5rem;
}.style_privacy_shell h1::after {
    height: 4px;
    width: 5rem;
}.style_privacy_shell p {
    margin-bottom: 2rem;
}.style_privacy_shell h2::before {
    background: linear-gradient(to bottom, rgb(204,191,208), rgb(169,152,173));
}.style_privacy_shell li {
    margin-bottom: 1.2rem;
}.style_privacy_shell span {
    border-left: 2px solid rgb(169,152,173,0.5);
    padding-left: 1.5rem;
}
}

@media (min-width: 1200px) {.style_privacy_shell {
    padding: 8rem 5rem;
}.style_privacy_shell::before {
    background: 
            radial-gradient(circle at 5% 95%, rgb(169,152,173,0.5), transparent 40%),
            radial-gradient(circle at 95% 5%, rgb(204,191,208,0.5), transparent 45%);
}.style_privacy_shell .container {
    padding: 0 4rem;
}.style_privacy_shell h1 {
    font-size: calc(48px * 1.3);
}.style_privacy_shell h1::after {
    bottom: -0.7rem;
    height: 5px;
    width: 5.5rem;
}.style_privacy_shell ul {
    padding-left: 2.5rem;
}
}

@media (hover: hover) {.style_privacy_shell li:hover::marker {
    color: rgb(169,152,173);
}.style_privacy_shell strong:hover {
    color: rgb(204,191,208);
    transition: color 0.3s ease;
}
}

@media (max-width: 767px) {.style_privacy_shell {
    padding: 3rem 1.5rem;
}.style_privacy_shell h1 {
    margin-bottom: 1.8rem;
    font-size: calc(48px * 0.9);
}.style_privacy_shell h2 {
    margin: 2rem 0 1.2rem;
    font-size: calc(35px * 0.95);
}.style_privacy_shell p, 
    .style_privacy_shell li,
    .style_privacy_shell span {
    line-height: 1.7;
    font-size: calc(17px * 0.98);
}.style_privacy_shell ul {
    padding-left: 1.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.style_privacy_shell .container,
    .style_privacy_shell h1,
    .style_privacy_shell h2,
    .style_privacy_shell h3,
    .style_privacy_shell h4,
    .style_privacy_shell p,
    .style_privacy_shell ul,
    .style_privacy_shell span {
    transform: none;
    opacity: 1;
    animation: none;
}.style_privacy_shell h1::after {
    animation: none;
    transform: scaleX(1);
}}.style_thanks_id {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,225,233) 0%, rgb(169,152,173,0.5) 100%);
}.style_thanks_id::before {
    z-index: 1;
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.7;
    width: 100%;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(204,191,208,0.5) 0%, transparent 60%);
    left: 0;
    animation: pulse 8s infinite alternate ease-in-out;
}.style_thanks_id::after {
    content: "";
    position: absolute;
    opacity: 0.3;
    transform: rotate(15deg);
    bottom: -10%;
    background: linear-gradient(225deg, rgb(169,152,173) 0%, transparent 80%);
    right: -5%;
    width: 40%;
    height: 40%;
    filter: blur(50px);
    z-index: 0;
}.style_thanks_id .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.style_thanks_id .style_learn_track {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 0 0 1px rgba(0, 0, 0, 0.02), 
                0 4px 6px rgba(0, 0, 0, 0.04);
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    gap: 30px;
    padding: 50px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    backdrop-filter: blur(10px);
}.style_thanks_id .style_learn_track:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.style_thanks_id .style_learn_track::before {
    top: -2px;
    animation: gradientMove 6s linear infinite;
    left: 0;
    background-size: 200% 100%;
    content: "";
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(204,191,208) 0%, 
        rgb(169,152,173) 50%, 
        rgb(204,191,208) 100%);
    width: 100%;
}.style_thanks_id .style_learn_track > div:first-child {
    padding-bottom: 20px;
    position: relative;
}.style_thanks_id .style_learn_track > div:first-child::after {
    content: "";
    animation: lineExtend 1.5s ease-out forwards;
    height: 3px;
    bottom: 0;
    background-color: rgb(204,191,208);
    left: 0;
    position: absolute;
    transform-origin: left;
    width: 80px;
}.style_thanks_id h5 {
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 23px;
    color: #000000;
    transform: translateY(10px);
    font-weight: 700;
    line-height: 1.4;
    opacity: 0;
    position: relative;
    margin: 0;
}.style_thanks_id .style_learn_track > div:last-child {
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    animation: fadeSlideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.style_thanks_id a {
    position: relative;
    transition: transform 0.3s ease;
    text-decoration: none;
    display: block;
}.style_thanks_id a:hover {
    transform: translateX(5px);
}.style_thanks_id a::before {
    width: 4px;
    height: 0;
    left: -20px;
    top: 0;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background-color: rgb(169,152,173);
    content: "";
}.style_thanks_id a:hover::before {
    height: 100%;
}.style_thanks_id p {
    position: relative;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
}

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

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

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

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@media (min-width: 768px) {.style_thanks_id .style_learn_track {
    gap: 40px;
    padding: 60px 70px;
}.style_thanks_id h5 {
    font-size: calc(23px * 1.2);
}.style_thanks_id p {
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.style_thanks_id {
    padding: 60px 0;
}.style_thanks_id .style_learn_track {
    gap: 25px;
    padding: 35px 25px;
}.style_thanks_id .style_learn_track > div:first-child::after {
    width: 60px;
}.style_thanks_id h5 {
    font-size: calc(23px * 0.9);
}.style_thanks_id a::before {
    left: -10px;
}
}

@media (max-width: 480px) {.style_thanks_id {
    padding: 50px 0;
}.style_thanks_id .style_learn_track {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 20px;
}.style_thanks_id h5 {
    font-size: calc(23px * 0.85);
}.style_thanks_id p {
    font-size: calc(16px * 0.95);
}.style_thanks_id .style_learn_track > div:first-child {
    padding-bottom: 15px;
}}.style_connect_with_us {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.style_connect_with_us::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    content: '';
    background-color: rgb(204,191,208,0.5);
}.style_connect_with_us .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1280px;
}.style_connect_with_us .style_support_card {
    margin: 0 auto;
    border-radius: 20px;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    display: flex;
}.style_connect_with_us .style_inquiry_inquiry {
    z-index: 2;
    background-color: #ffffff;
    width: 100%;
    position: relative;
    padding: 50px 30px;
    order: 1;
    border-radius: 20px 20px 0 0;
}.style_connect_with_us .style_inquiry_inquiry h3 {
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: 23px;
}.style_connect_with_us .style_inquiry_inquiry h3::after {
    left: 0;
    width: 50%;
    position: absolute;
    content: '';
    height: 3px;
    bottom: -8px;
    background-color: rgb(169,152,173);
}.style_connect_with_us .style_inquiry_inquiry form {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}.style_connect_with_us .style_inquiry_inquiry input[type="text"],
.style_connect_with_us .style_inquiry_inquiry input[type="email"] {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    font-size: 12px;
    border: none;
    color: #000000;
    padding: 0 20px;
    flex: 1 0 100%;
    background-color: rgb(231,225,233);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    height: 60px;
    border-radius: 10px;
}.style_connect_with_us .style_inquiry_inquiry input[type="text"]:focus,
.style_connect_with_us .style_inquiry_inquiry input[type="email"]:focus {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(169,152,173,0.5);
    outline: none;
    transform: translateY(-2px);
}.style_connect_with_us .style_inquiry_inquiry input::placeholder {
    opacity: 0.6;
    color: #000000;
}.style_connect_with_us .style_inquiry_inquiry .style_query_widget {
    flex: 1 0 100%;
    display: flex;
    margin-top: 10px;
    align-items: flex-start;
}.style_connect_with_us .style_inquiry_inquiry .style_query_widget input[type="checkbox"] {
    margin-top: 2px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    width: 24px;
    appearance: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
    height: 24px;
    background-color: rgb(231,225,233);
}.style_connect_with_us .style_inquiry_inquiry .style_query_widget input[type="checkbox"]:checked {
    background-color: rgb(169,152,173);
}.style_connect_with_us .style_inquiry_inquiry .style_query_widget input[type="checkbox"]:checked::before {
    left: 9px;
    border-width: 0 2px 2px 0;
    content: '';
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    top: 6px;
    border: solid #ffffff;
    width: 6px;
}.style_connect_with_us .style_inquiry_inquiry .style_query_widget label {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}.style_connect_with_us .style_inquiry_inquiry .style_query_widget label a {
    color: rgb(204,191,208);
    text-decoration: none;
    position: relative;
    font-weight: 600;
}.style_connect_with_us .style_inquiry_inquiry .style_query_widget label a::after {
    transition: transform 0.3s ease;
    height: 1px;
    bottom: -2px;
    transform-origin: right;
    position: absolute;
    width: 100%;
    background-color: rgb(204,191,208);
    transform: scaleX(0);
    left: 0;
    content: '';
}.style_connect_with_us .style_inquiry_inquiry .style_query_widget label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.style_connect_with_us .style_inquiry_inquiry .style_contact_request {
    height: 60px;
    font-size: 20px;
    background-color: rgb(169,152,173);
    color: #ffffff;
    margin-top: 15px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgb(169,152,173,0.5);
    font-weight: 600;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    flex: 1 0 100%;
    overflow: hidden;
}.style_connect_with_us .style_inquiry_inquiry .style_contact_request::before {
    transform-origin: right;
    background: rgb(204,191,208);
    top: 0;
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    width: 100%;
    content: '';
    left: 0;
    height: 100%;
    transition: transform 0.5s ease;
    transform: scaleX(0);
}.style_connect_with_us .style_inquiry_inquiry .style_contact_request:hover {
    box-shadow: 0 6px 15px rgb(204,191,208,0.5);
}.style_connect_with_us .style_inquiry_inquiry .style_contact_request:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.style_connect_with_us .style_reach_reach {
    position: relative;
    width: 100%;
    order: 2;
    padding: 50px 30px;
    background-color: rgb(204,191,208);
    align-items: center;
    display: flex;
    border-radius: 0 0 20px 20px;
    flex-direction: column;
    color: #ffffff;
}.style_connect_with_us .style_reach_reach::before {
    position: absolute;
    width: 100%;
    height: 30px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: rgb(204,191,208);
    top: 0;
    content: '';
    transform: translateY(-15px);
    left: 0;
}.style_connect_with_us .style_reach_reach h3 {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    color: #ffffff;
    font-weight: 700;
    font-size: 31px;
    text-align: center;
}.style_connect_with_us .style_reach_reach h3::after {
    content: '';
    bottom: -15px;
    background-color: rgb(169,152,173);
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    width: 60px;
    left: 50%;
}.style_connect_with_us .style_reach_reach div {
    max-width: 400px;
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    align-items: center;
}.style_connect_with_us .style_reach_reach div::before {
    content: '';
    position: absolute;
    bottom: -10px;
    opacity: 0.2;
    height: 1px;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    left: 0;
    width: 100%;
}.style_connect_with_us .style_reach_reach div:last-child::before {
    display: none;
}.style_connect_with_us .style_reach_reach div svg {
    height: 32px;
    padding: 6px;
    margin-right: 20px;
    width: 32px;
    background-color: rgb(169,152,173);
    border-radius: 50%;
    box-shadow: 0 4px 10px rgb(169,152,173,0.5);
}.style_connect_with_us .style_reach_reach div svg path {
    fill: #ffffff;
}.style_connect_with_us .style_reach_reach div span {
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
}.style_connect_with_us .style_reach_reach div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
    position: relative;
}.style_connect_with_us .style_reach_reach div span a::after {
    transform: scaleX(0);
    bottom: -2px;
    position: absolute;
    transition: transform 0.3s ease;
    transform-origin: right;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #ffffff;
}.style_connect_with_us .style_reach_reach div span a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media screen and (min-width: 992px) {.style_connect_with_us .style_support_card {
    align-items: stretch;
    flex-direction: row;
}.style_connect_with_us .style_inquiry_inquiry {
    border-radius: 20px 0 0 20px;
    order: 1;
    width: 60%;
    padding: 60px;
}.style_connect_with_us .style_reach_reach {
    border-radius: 0 20px 20px 0;
    justify-content: center;
    width: 40%;
    order: 2;
    padding: 60px 40px;
}.style_connect_with_us .style_reach_reach::before {
    height: 100%;
    transform: translateX(-15px);
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    left: 0;
    width: 30px;
}.style_connect_with_us .style_inquiry_inquiry input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.style_connect_with_us {
    padding: 80px 0;
}.style_connect_with_us .style_reach_reach div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.style_connect_with_us {
    padding: 60px 0;
}.style_connect_with_us .style_inquiry_inquiry,
    .style_connect_with_us .style_reach_reach {
    padding: 40px 25px;
}.style_connect_with_us .style_inquiry_inquiry h3,
    .style_connect_with_us .style_reach_reach h3 {
    font-size: calc(23px + 2px);
}.style_connect_with_us .style_inquiry_inquiry input[type="text"],
    .style_connect_with_us .style_inquiry_inquiry input[type="email"],
    .style_connect_with_us .style_inquiry_inquiry .style_contact_request {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.style_connect_with_us {
    padding: 40px 0;
}.style_connect_with_us .style_inquiry_inquiry,
    .style_connect_with_us .style_reach_reach {
    padding: 30px 20px;
}.style_connect_with_us .style_reach_reach div svg {
    height: 28px;
    margin-right: 15px;
    width: 28px;
}
}