* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.layer-containerstyle {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1203px;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.top_trainstyle {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.recycle_infostyle {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    z-index: 1;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
}footer::before {
    width: 100%;
    backdrop-filter: blur(8px);
    content: "";
    z-index: -1;
    animation: gradientShift 15s ease infinite;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(217,150,203,0.5) 50%, rgb(198,98,119,0.5) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}.recycle_infostyle {
    padding: 4.5rem 0 2rem;
    position: relative;
}.recycle_infostyle::before {
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(217,150,203) 25%, 
                #ffffff 50%, 
                rgb(198,98,119) 75%, 
                transparent 100%);
    height: 1px;
    left: 0;
    right: 0;
    animation: shimmer 8s linear infinite;
    top: 0;
    position: absolute;
    content: "";
}.recycle_infostyle .container {
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    z-index: 1;
}.recycle_infostyle .company_holder {
    margin-right: 2rem;
    border-radius: 25px;
    flex: 1 1 350px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    transform: translateY(0);
}.recycle_infostyle .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(217,150,203,0.5);
}.recycle_infostyle .company_holder h3 {
    color: #ffffff;
    font-size: calc(35px * 0.85);
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 1.25rem;
}.recycle_infostyle .company_holder h3::after {
    content: "";
    left: 0;
    height: 2px;
    transform-origin: left;
    width: 100%;
    bottom: -8px;
    transform: scaleX(0.3);
    position: absolute;
    transition: transform 0.5s ease;
    background: linear-gradient(to right, rgb(217,150,203), rgb(198,98,119));
}.recycle_infostyle .company_holder:hover h3::after {
    transform: scaleX(1);
}.recycle_infostyle .diploma_ctastyle {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 450px;
    line-height: 1.6;
    margin-top: 1rem;
}.recycle_infostyle .law_resstyle {
    position: relative;
    flex: 1 1 450px;
}.recycle_infostyle .site_primestyle {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}.recycle_infostyle .law_resstyle .site_primestyle {
    justify-content: flex-end;
}.recycle_infostyle .top_startstyle {
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    flex: 1 1 200px;
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 25px;
}.recycle_infostyle .top_startstyle h5 {
    margin-bottom: 1.25rem;
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    font-size: 21px;
}.recycle_infostyle .top_startstyle h5::before {
    width: 40px;
    transition: width 0.3s ease;
    left: 0;
    content: "";
    height: 2px;
    position: absolute;
    background: rgb(217,150,203);
    bottom: -6px;
}.recycle_infostyle .top_startstyle:hover h5::before {
    width: 100%;
}.recycle_infostyle .top_startstyle .site_primestyle {
    flex-direction: column;
    display: flex;
    gap: 0.75rem;
}.recycle_infostyle .top_startstyle a {
    z-index: 1;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: block;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
}.recycle_infostyle .top_startstyle a::before {
    z-index: -1;
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
    width: 0;
    background: linear-gradient(to right, rgb(217,150,203), rgb(198,98,119));
    height: 1px;
}.recycle_infostyle .top_startstyle a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.recycle_infostyle .top_startstyle a:hover::before {
    width: 100%;
}.exam_prepstyle {
    overflow: hidden;
    padding: 1.5rem 0;
    backdrop-filter: blur(15px);
    position: relative;
    background: rgba(0, 0, 0, 0.5);
}.exam_prepstyle::before {
    content: "";
    position: absolute;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(198,98,119) 25%, 
                #ffffff 50%, 
                rgb(217,150,203) 75%, 
                transparent 100%);
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
}.exam_prepstyle .container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}.exam_prepstyle .citationstyle {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    border-radius: 30px;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    font-size: 14px;
    backdrop-filter: blur(5px);
}.exam_prepstyle .citationstyle:hover {
    color: #ffffff;
    box-shadow: 0 0 15px rgb(217,150,203,0.5);
    background: rgba(0, 0, 0, 0.2);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.recycle_infostyle {
    padding: 3.5rem 0 2rem;
}.recycle_infostyle .container {
    flex-direction: column;
}.recycle_infostyle .company_holder {
    margin-bottom: 2rem;
    margin-right: 0;
    flex: 1 1 100%;
}.recycle_infostyle .law_resstyle {
    flex: 1 1 100%;
}.recycle_infostyle .law_resstyle .site_primestyle {
    justify-content: space-between;
}.recycle_infostyle .top_startstyle {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.recycle_infostyle {
    padding: 3rem 0 1.5rem;
}.recycle_infostyle::before {
    height: 2px;
}.recycle_infostyle .company_holder {
    padding: 1.25rem;
}.recycle_infostyle .top_startstyle {
    flex: 1 1 100%;
    margin-bottom: 1rem;
}.recycle_infostyle .law_resstyle .site_primestyle {
    flex-direction: column;
}.exam_prepstyle {
    padding: 1.25rem 0;
}.exam_prepstyle::before {
    height: 2px;
}
}

@media (max-width: 576px) {.recycle_infostyle {
    padding: 2.5rem 0 1rem;
}.recycle_infostyle .company_holder h3 {
    font-size: calc(35px * 0.75);
}.recycle_infostyle .diploma_ctastyle {
    font-size: calc(17px * 0.9);
}.recycle_infostyle .top_startstyle h5 {
    font-size: calc(21px * 0.9);
}.recycle_infostyle .top_startstyle a {
    font-size: calc(17px * 0.9);
}.exam_prepstyle .citationstyle {
    font-size: calc(14px * 0.9);
    padding: 0.4rem 0.8rem;
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.recycle_infostyle .site_primestyle a::after {
    transition: transform 0.3s ease;
    top: 50%;
    left: -10px;
    width: 4px;
    border-radius: 50%;
    content: "";
    background: rgb(217,150,203);
    height: 4px;
    position: absolute;
    transform: translateY(-50%) scale(0);
}.recycle_infostyle .site_primestyle a:hover::after {
    transform: translateY(-50%) scale(1);
}.recycle_infostyle .diploma_ctastyle::before {
    left: -10px;
    position: absolute;
    border: 1px solid transparent;
    content: "";
    width: 0;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    top: -10px;
    height: 0;
}.recycle_infostyle .diploma_ctastyle::after {
    content: "";
    border: 1px solid transparent;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    right: -10px;
    bottom: -10px;
    height: 0;
    position: absolute;
    width: 0;
}.recycle_infostyle .company_holder:hover .diploma_ctastyle::before {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-top-color: rgb(217,150,203,0.5);
    border-right-color: rgb(217,150,203,0.5);
}.recycle_infostyle .company_holder:hover .diploma_ctastyle::after {
    border-bottom-color: rgb(198,98,119,0.5);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    height: calc(100% + 20px);
    border-left-color: rgb(198,98,119,0.5);
    width: calc(100% + 20px);
}.contact_form_sectionstyle {
    position: relative;
    isolation: isolate;
    padding: 80px 0;
}.contact_form_sectionstyle::before {
    left: 0;
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}.contact_form_sectionstyle .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}.contact_form_sectionstyle .query_messagestyle {
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}.contact_form_sectionstyle .connect_boxstyle {
    background: rgb(217,150,203);
    position: relative;
    padding: 50px 40px;
}.contact_form_sectionstyle .connect_boxstyle::after {
    right: 0;
    width: 25px;
    height: 100%;
    position: absolute;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    content: '';
    top: 0;
}.contact_form_sectionstyle .connect_boxstyle h3 {
    font-size: 32px;
    border-bottom: 2px solid rgb(198,98,119);
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 35px;
}.contact_form_sectionstyle .connect_boxstyle div {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.contact_form_sectionstyle .connect_boxstyle div:last-of-type {
    border-bottom: none;
}.contact_form_sectionstyle .connect_boxstyle div svg {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}.contact_form_sectionstyle .connect_boxstyle div svg path {
    fill: rgb(198,98,119);
}.contact_form_sectionstyle .connect_boxstyle div span {
    color: #ffffff;
    font-size: 15px;
}.contact_form_sectionstyle .connect_boxstyle div span a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}.contact_form_sectionstyle .connect_boxstyle div span a:hover {
    color: rgb(198,98,119);
}.contact_form_sectionstyle .query_infostyle {
    padding: 50px 40px;
    background-color: rgb(233,205,223);
}.contact_form_sectionstyle .query_infostyle h3 {
    font-weight: 600;
    color: rgb(217,150,203);
    font-size: 23px;
    position: relative;
    margin-bottom: 30px;
}.contact_form_sectionstyle form {
    flex-direction: column;
    display: flex;
}.contact_form_sectionstyle form input[type="text"],
.contact_form_sectionstyle form input[type="email"] {
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
    color: #000000;
    font-size: 15px;
    background: #ffffff;
}.contact_form_sectionstyle form input[type="text"]:focus,
.contact_form_sectionstyle form input[type="email"]:focus {
    border-color: rgb(217,150,203);
    outline: none;
    box-shadow: 0 0 0 2px rgba(rgb(217,150,203), 0.1);
}.contact_form_sectionstyle form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_form_sectionstyle .inquiry_linksstyle {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.contact_form_sectionstyle .inquiry_linksstyle input[type="checkbox"] {
    cursor: pointer;
    appearance: none;
    border-radius: 3px;
    height: 18px;
    margin-top: 4px;
    margin-right: 10px;
    position: relative;
    border: 2px solid rgb(217,150,203);
    width: 18px;
}.contact_form_sectionstyle .inquiry_linksstyle input[type="checkbox"]:checked {
    background-color: rgb(217,150,203);
}.contact_form_sectionstyle .inquiry_linksstyle input[type="checkbox"]:checked::after {
    height: 10px;
    border-width: 0 2px 2px 0;
    left: 5px;
    transform: rotate(45deg);
    border: solid #ffffff;
    content: "";
    position: absolute;
    width: 5px;
    top: 1px;
}.contact_form_sectionstyle .inquiry_linksstyle label {
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
}.contact_form_sectionstyle .inquiry_linksstyle label a {
    color: rgb(217,150,203);
    text-decoration: none;
    font-weight: 600;
}.contact_form_sectionstyle .inquiry_linksstyle label a:hover {
    text-decoration: underline;
}.contact_form_sectionstyle form .query_feedbackstyle {
    font-size: 18px;
    cursor: pointer;
    font-weight: 600;
    background-color: rgb(217,150,203);
    border: none;
    border-radius: 10px;
    transition: background-color 0.3s, transform 0.3s;
    padding: 15px 25px;
    color: #ffffff;
    align-self: flex-start;
}.contact_form_sectionstyle form .query_feedbackstyle:hover {
    background-color: rgb(198,98,119);
    transform: translateY(-3px);
}@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact_form_sectionstyle .connect_boxstyle h3 {
    animation: reveal 0.6s ease forwards;
}.contact_form_sectionstyle .connect_boxstyle div {
    animation: reveal 0.6s ease forwards;
    opacity: 0;
}.contact_form_sectionstyle .connect_boxstyle div:nth-child(2) {
    animation-delay: 0.2s;
}.contact_form_sectionstyle .connect_boxstyle div:nth-child(3) {
    animation-delay: 0.4s;
}.contact_form_sectionstyle .connect_boxstyle div:nth-child(4) {
    animation-delay: 0.6s;
}.contact_form_sectionstyle .connect_boxstyle div:nth-child(5) {
    animation-delay: 0.8s;
}

@media screen and (max-width: 992px) {.contact_form_sectionstyle .query_messagestyle {
    grid-template-columns: 1fr;
}.contact_form_sectionstyle .connect_boxstyle {
    padding: 40px 30px;
}.contact_form_sectionstyle .query_infostyle {
    padding: 40px 30px;
}.contact_form_sectionstyle .connect_boxstyle::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.contact_form_sectionstyle {
    padding: 50px 0;
}.contact_form_sectionstyle .connect_boxstyle,
    .contact_form_sectionstyle .query_infostyle {
    padding: 30px 20px;
}.contact_form_sectionstyle .connect_boxstyle h3 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.8);
}.contact_form_sectionstyle form input[type="text"],
    .contact_form_sectionstyle form input[type="email"] {
    padding: 12px;
}.contact_form_sectionstyle form .query_feedbackstyle {
    width: 100%;
    padding: 12px;
}}.our_backgroundstyle {
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
    isolation: isolate;
}.our_backgroundstyle::before {
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(198,98,119,0.5), rgba(0, 0, 0, 0.5) 70%);
    content: "";
    width: 100%;
    position: absolute;
}.our_backgroundstyle::after {
    opacity: 0.1;
    background: rgb(217,150,203);
    z-index: -1;
    right: -50px;
    position: absolute;
    content: "";
    width: 300px;
    filter: blur(30px);
    bottom: -50px;
    animation: float 15s infinite ease-in-out;
    height: 300px;
    transform: rotate(45deg);
}.our_backgroundstyle .container {
    padding: 0 30px;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.our_backgroundstyle h2 {
    transform: translateX(-10px);
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 60px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    padding-bottom: 12px;
    font-size: 29px;
}.our_backgroundstyle h2::after {
    bottom: 0;
    background: rgb(217,150,203);
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    left: 0;
    transform: scaleX(1);
    width: 80px;
    transform-origin: left;
    content: "";
    position: absolute;
}.our_backgroundstyle h2:hover::after {
    transform: scaleX(1.5);
}.our_backgroundstyle .text_bodystyle {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(0);
    max-width: 900px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
    background: rgba(255, 255, 255, 0.92);
    padding: 50px;
    margin-left: auto;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.our_backgroundstyle .text_bodystyle:hover {
    transform: translateY(-5px);
}.our_backgroundstyle .text_bodystyle::before {
    position: absolute;
    border: 3px solid rgb(198,98,119);
    border-radius: 50%;
    opacity: 0.15;
    left: -90px;
    top: -90px;
    height: 180px;
    content: "";
    width: 180px;
    z-index: -1;
}.our_backgroundstyle .text_bodystyle > div {
    position: relative;
}.our_backgroundstyle .text_bodystyle p {
    display: inline-block;
    padding-right: 50px;
    font-size: calc(23px * 1.1);
    font-weight: 600;
    color: rgb(217,150,203);
    margin-bottom: 20px;
    position: relative;
    transition: color 0.3s ease;
}.our_backgroundstyle .text_bodystyle p::after {
    transition: width 0.3s ease;
    transform: translateY(-50%);
    content: "";
    width: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    height: 2px;
    background: rgb(217,150,203);
}.our_backgroundstyle .text_bodystyle div > div {
    hyphens: auto;
    color: #000000;
    text-align: justify;
    line-height: 1.8;
    column-count: 1;
    column-gap: 40px;
    font-size: 16px;
    position: relative;
    opacity: 0.9;
}.our_backgroundstyle .text_bodystyle div > div::first-letter {
    color: rgb(217,150,203);
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1;
    float: left;
    padding: 5px 10px 0 0;
}

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

@media (min-width: 768px) {.our_backgroundstyle {
    padding: 150px 0 130px;
}.our_backgroundstyle .text_bodystyle {
    padding: 60px 70px;
}.our_backgroundstyle .text_bodystyle div > div {
    column-count: 2;
}.our_backgroundstyle h2 {
    margin-bottom: 80px;
    transform: translateX(-20px);
}
}

@media (min-width: 992px) {.our_backgroundstyle::before {
    background: linear-gradient(135deg, rgb(198,98,119,0.5), transparent 90%);
}.our_backgroundstyle .container {
    padding: 0 50px;
}.our_backgroundstyle .text_bodystyle {
    width: 85%;
    margin-left: 15%;
    padding: 70px 80px;
}.our_backgroundstyle h2 {
    font-size: calc(29px * 1.2);
    margin-bottom: 70px;
}.our_backgroundstyle .text_bodystyle::before {
    left: -125px;
    width: 250px;
    height: 250px;
    top: -125px;
}
}

@media (max-width: 767px) {.our_backgroundstyle {
    padding: 80px 0 60px;
}.our_backgroundstyle .text_bodystyle {
    padding: 30px 25px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}.our_backgroundstyle h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.our_backgroundstyle .text_bodystyle p {
    font-size: calc(23px * 0.9);
    padding-right: 30px;
}.our_backgroundstyle .text_bodystyle p::after {
    width: 25px;
}
}

@media (hover: hover) {.our_backgroundstyle .text_bodystyle:hover p {
    color: rgb(198,98,119);
}.our_backgroundstyle .text_bodystyle:hover p::after {
    width: 60px;
    background: rgb(198,98,119);
}
}

@media (prefers-reduced-motion) {.our_backgroundstyle::after {
    animation: none;
}.our_backgroundstyle .text_bodystyle:hover {
    transform: none;
}.our_backgroundstyle h2:hover::after {
    transform: scaleX(1);
}}.confidential_zonestyle {
    font-family: Arial, sans-serif;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,205,223) 0%, rgba(240, 245, 255, 0.95) 100%);
    color: #000000;
}.confidential_zonestyle::before {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    right: 0;
    background: linear-gradient(90deg, rgb(217,150,203) 0%, rgb(198,98,119) 100%);
    height: 5px;
}.confidential_zonestyle::after {
    content: "";
    border-radius: 50%;
    width: 300px;
    background: radial-gradient(circle, rgb(198,98,119,0.5) 0%, transparent 70%);
    z-index: 0;
    right: -150px;
    mix-blend-mode: overlay;
    height: 300px;
    top: -150px;
    position: absolute;
}.confidential_zonestyle .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}.confidential_zonestyle h1 {
    transform: translateZ(0);
    transition: transform 0.3s ease;
    color: rgb(217,150,203);
    font-size: calc(45px * 1.1);
    margin-bottom: 2rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
}.confidential_zonestyle h1::after {
    width: 60%;
    left: 0;
    bottom: -10px;
    position: absolute;
    transition: width 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    height: 3px;
    background: rgb(198,98,119);
    transform-origin: left;
    content: "";
}.confidential_zonestyle h1:hover {
    transform: translateY(-2px);
}.confidential_zonestyle h1:hover::after {
    width: 100%;
}.confidential_zonestyle h2 {
    font-weight: 600;
    border-left: 4px solid rgb(198,98,119);
    font-size: 38px;
    color: #000000;
    padding-left: 15px;
    margin: 2.5rem 0 1.5rem;
}.confidential_zonestyle h3 {
    font-size: calc(38px * 0.85);
    margin: 2rem 0 1.25rem;
    padding-left: 12px;
    color: #000000;
    border-left: 3px solid rgb(198,98,119,0.5);
    font-weight: 600;
}.confidential_zonestyle h4 {
    margin: 1.75rem 0 1rem;
    font-weight: 600;
    border-left: 2px solid rgb(198,98,119,0.5);
    font-size: calc(38px * 0.7);
    color: #000000;
    padding-left: 10px;
}.confidential_zonestyle p {
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-size: 18px;
    max-width: 90ch;
}.confidential_zonestyle p:hover {
    transform: translateX(5px);
}.confidential_zonestyle p strong {
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 600;
}.confidential_zonestyle p strong::after {
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(198,98,119);
    transform-origin: left;
    height: 1px;
    content: "";
    width: 100%;
    bottom: -2px;
    left: 0;
    transform: scaleX(0);
}.confidential_zonestyle p:hover strong::after {
    transform: scaleX(1);
}.confidential_zonestyle span {
    line-height: 1.7;
    display: block;
    font-size: calc(18px * 0.95);
    color: #000000;
    padding-left: 15px;
    border-left: 1px solid rgb(198,98,119,0.5);
    margin-bottom: 1.5rem;
    font-style: italic;
}.confidential_zonestyle ul {
    margin: 1.5rem 0 2rem 1rem;
    padding-left: 1.5rem;
    list-style-type: none;
}.confidential_zonestyle li {
    font-size: 18px;
    margin-bottom: 1rem;
    position: relative;
    line-height: 1.7;
    color: #000000;
    padding-left: 1.5rem;
}.confidential_zonestyle li::before {
    background: rgb(198,98,119);
    top: 0.75rem;
    content: "";
    position: absolute;
    transition: transform 0.3s ease, background-color 0.3s ease;
    left: 0;
    border-radius: 2px;
    width: 8px;
    transform: rotate(45deg);
    height: 8px;
}.confidential_zonestyle li:hover::before {
    transform: rotate(135deg);
    background: rgb(217,150,203);
}

@media (min-width: 768px) {.confidential_zonestyle {
    padding: 7rem 3rem;
}.confidential_zonestyle .container {
    padding: 0 2rem;
}.confidential_zonestyle h1 {
    font-size: calc(45px * 1.2);
    margin-bottom: 3rem;
}.confidential_zonestyle h2 {
    margin: 3.5rem 0 2rem;
    padding-left: 20px;
    font-size: calc(38px * 1.1);
}.confidential_zonestyle h3 {
    font-size: calc(38px * 0.9);
    padding-left: 16px;
}.confidential_zonestyle h4 {
    font-size: calc(38px * 0.75);
    padding-left: 12px;
}.confidential_zonestyle p {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}.confidential_zonestyle span {
    padding-left: 20px;
    font-size: 18px;
}.confidential_zonestyle ul {
    margin-left: 2rem;
}.confidential_zonestyle li {
    padding-left: 1.75rem;
    margin-bottom: 1.25rem;
}.confidential_zonestyle li::before {
    height: 10px;
    width: 10px;
}
}

@media (min-width: 1200px) {.confidential_zonestyle {
    padding: 8rem 0;
}.confidential_zonestyle::after {
    top: -200px;
    right: -150px;
    height: 400px;
    width: 400px;
}.confidential_zonestyle .container {
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(0.5deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    padding: 4rem;
    padding: 0;
    transition: transform 0.5s ease;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
}.confidential_zonestyle .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.confidential_zonestyle h1 {
    font-size: calc(45px * 1.3);
    margin-bottom: 3.5rem;
}.confidential_zonestyle h2 {
    margin: 4rem 0 2.5rem;
    font-size: calc(38px * 1.15);
}.confidential_zonestyle p {
    margin-left: 1rem;
    max-width: 80ch;
}.confidential_zonestyle ul {
    margin-left: 3rem;
}.confidential_zonestyle li {
    transition: transform 0.3s ease;
}.confidential_zonestyle li:hover {
    transform: translateX(10px);
}
}

@media (max-width: 767px) {.confidential_zonestyle {
    padding: 4rem 1.5rem;
}.confidential_zonestyle h1 {
    margin-bottom: 1.5rem;
    font-size: calc(45px * 0.9);
}.confidential_zonestyle h2 {
    font-size: calc(38px * 0.95);
    margin: 2rem 0 1rem;
}.confidential_zonestyle h3, .confidential_zonestyle h4 {
    font-size: calc(38px * 0.65);
    margin: 1.5rem 0 0.75rem;
}.confidential_zonestyle p, .confidential_zonestyle span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.confidential_zonestyle ul {
    margin-left: 0;
}.confidential_zonestyle li {
    margin-bottom: 0.75rem;
    padding-left: 1.25rem;
}}.educational_rewardsstyle {
    position: relative;
    background: linear-gradient(135deg, rgb(233,205,223) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 5rem 1.5rem;
}.educational_rewardsstyle::before {
    z-index: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: radial-gradient(circle at 30% 30%, rgb(217,150,203,0.5) 0%, transparent 60%);
    content: "";
}.educational_rewardsstyle::after {
    right: -5%;
    background: radial-gradient(circle, rgb(198,98,119,0.5) 0%, transparent 70%);
    content: "";
    width: 40%;
    position: absolute;
    height: 40%;
    bottom: -5%;
    z-index: 0;
    pointer-events: none;
}.educational_rewardsstyle h5 {
    transform: perspective(1000px) translateZ(0);
    font-size: 19px;
    color: #000000;
    position: relative;
    font-weight: 700;
    transition: transform 0.5s ease;
    margin-bottom: 3rem;
    text-align: center;
}.educational_rewardsstyle h5::after {
    height: 3px;
    bottom: -12px;
    width: 80px;
    position: absolute;
    border-radius: 10px;
    content: "";
    background: linear-gradient(to right, rgb(217,150,203), rgb(198,98,119));
    left: 50%;
    transform: translateX(-50%);
}.educational_rewardsstyle .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.educational_rewardsstyle .learn_historystyle {
    border-radius: 24px;
    transform: translateY(0);
    display: flex;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    gap: 2rem;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}.educational_rewardsstyle .learn_historystyle:hover {
    transform: translateY(-10px);
}.educational_rewardsstyle .img_center_alignstyle {
    height: auto;
    aspect-ratio: 16/9;
    transition: transform 1.2s ease;
    width: 100%;
    object-fit: cover;
    object-position: center;
}.educational_rewardsstyle .learn_historystyle:hover .img_center_alignstyle {
    transform: scale(1.05);
}.educational_rewardsstyle .text_bodystyle {
    padding: 2rem;
    position: relative;
}.educational_rewardsstyle .text_bodystyle::before {
    height: 1px;
    top: 0;
    left: 20px;
    background: linear-gradient(to right, transparent, rgb(198,98,119,0.5), transparent);
    width: calc(100% - 40px);
    position: absolute;
    content: "";
}.educational_rewardsstyle ul {
    margin: 0;
    padding: 0;
    gap: 1.2rem;
    list-style: none;
    display: grid;
}.educational_rewardsstyle li {
    transform: translateX(0);
    transition: transform 0.3s ease-out;
    padding-left: 2.5rem;
    display: flex;
    position: relative;
    align-items: flex-start;
}.educational_rewardsstyle li:hover {
    transform: translateX(5px);
}.educational_rewardsstyle li p {
    align-items: flex-start;
    line-height: 1.6;
    color: #000000;
    gap: 0.5rem;
    font-size: 14px;
    margin: 0;
    display: flex;
}.educational_rewardsstyle li svg {
    position: absolute;
    width: 24px;
    left: 0;
    top: 3px;
    transition: transform 0.3s ease;
    height: 24px;
}.educational_rewardsstyle li:hover svg {
    transform: rotate(5deg) scale(1.1);
}.educational_rewardsstyle li svg path {
    fill: rgb(217,150,203);
    transition: fill 0.3s ease;
}.educational_rewardsstyle li:hover svg path:first-child {
    fill: rgb(198,98,119);
}.educational_rewardsstyle li:nth-child(odd) {
    opacity: 0;
    animation-delay: calc(0.1s * var(--i, 0));
    animation: fadeInFromLeft 0.5s forwards;
    transform: translateY(0);
}.educational_rewardsstyle li:nth-child(even) {
    animation: fadeInFromRight 0.5s forwards;
    animation-delay: calc(0.1s * var(--i, 0));
    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) {.educational_rewardsstyle {
    padding: 7rem 2rem;
}.educational_rewardsstyle h5 {
    margin-bottom: 4rem;
    font-size: calc(19px * 1.2);
}.educational_rewardsstyle h5::after {
    width: 120px;
}.educational_rewardsstyle .learn_historystyle {
    flex-direction: row;
    align-items: stretch;
}.educational_rewardsstyle .learn_historystyle > div:first-child {
    overflow: hidden;
    flex: 0 0 40%;
}.educational_rewardsstyle .img_center_alignstyle {
    height: 100%;
    aspect-ratio: auto;
}.educational_rewardsstyle .text_bodystyle {
    flex: 0 0 60%;
    padding: 3rem;
    align-items: center;
    display: flex;
}.educational_rewardsstyle .text_bodystyle::before {
    top: 20px;
    background: linear-gradient(to bottom, transparent, rgb(198,98,119,0.5), transparent);
    left: 0;
    height: calc(100% - 40px);
    width: 1px;
}.educational_rewardsstyle ul {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}
}

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

@media (max-width: 767px) {.educational_rewardsstyle {
    padding: 4rem 1rem;
}.educational_rewardsstyle h5 {
    font-size: calc(19px * 0.9);
    margin-bottom: 2rem;
}.educational_rewardsstyle ul {
    gap: 1rem;
}.educational_rewardsstyle li {
    margin-bottom: 0.5rem;
}.educational_rewardsstyle li p {
    font-size: calc(14px * 0.95);
    line-height: 1.5;
}.educational_rewardsstyle li svg {
    width: 20px;
    height: 20px;
    top: 2px;
}}.client_opinionsstyle {
    background: linear-gradient(135deg, rgb(233,205,223) 0%, rgba(rgb(217,150,203,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.client_opinionsstyle::before {
    height: 300px;
    filter: blur(50px);
    content: "";
    transform: rotate(-15deg);
    top: -10%;
    position: absolute;
    background: radial-gradient(circle, rgb(217,150,203) 0%, rgba(rgb(217,150,203,0.5), 0) 70%);
    opacity: 0.1;
    width: 300px;
    z-index: 0;
    right: -5%;
}.client_opinionsstyle::after {
    position: absolute;
    width: 250px;
    z-index: 0;
    height: 250px;
    content: "";
    left: -5%;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(198,98,119) 0%, rgba(rgb(198,98,119,0.5), 0) 70%);
    bottom: -10%;
    filter: blur(40px);
}.client_opinionsstyle .container {
    z-index: 1;
    position: relative;
}.client_opinionsstyle h2 {
    line-height: 1.4;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    color: #000000;
    font-size: 31px;
    max-width: 800px;
    position: relative;
    font-weight: 700;
}.client_opinionsstyle h2::after {
    content: "";
    position: absolute;
    background: rgb(217,150,203);
    transform: translateX(-50%) skewX(-20deg);
    left: 50%;
    width: 80px;
    height: 4px;
    bottom: -20px;
}.client_opinionsstyle .rating_viewsstyle {
    padding: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
    list-style: none;
}.client_opinionsstyle .user_experiencestyle {
    background: #ffffff;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        0 100%
    );
    padding: 30px;
    position: relative;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 15px 35px -10px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.client_opinionsstyle .user_experiencestyle::before {
    font-weight: 700;
    right: 20px;
    font-size: calc(44px * 2);
    z-index: -1;
    position: absolute;
    line-height: 1;
    color: rgba(rgb(217,150,203,0.5), 0.1);
    content: "";
    top: 10px;
}.client_opinionsstyle .user_experiencestyle:hover {
    box-shadow: 0 20px 40px -10px rgba(rgba(0, 0, 0, 0.5), 0.12);
    transform: translateY(-8px);
}.client_opinionsstyle .user_experiencestyle div {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}.client_opinionsstyle .user_experiencestyle img {
    margin-right: 15px;
    box-shadow: 0 5px 15px -5px rgba(rgb(217,150,203,0.5), 0.3);
    transition: transform 0.4s ease-out;
    border-radius: 50%;
    width: 60px;
    border: 3px solid #ffffff;
    height: 60px;
    object-fit: cover;
}.client_opinionsstyle .user_experiencestyle:hover img {
    transform: scale(1.05);
}.client_opinionsstyle .user_experiencestyle h4 {
    font-weight: 600;
    position: relative;
    font-size: 18px;
    margin: 0;
    color: #000000;
}.client_opinionsstyle .user_experiencestyle h4::after {
    height: 3px;
    position: absolute;
    background: rgb(217,150,203);
    transform-origin: left;
    left: 0;
    content: "";
    width: 40px;
    bottom: -8px;
    transition: transform 0.3s ease-out 0.1s;
    transform: scaleX(0);
}.client_opinionsstyle .user_experiencestyle:hover h4::after {
    transform: scaleX(1);
}.client_opinionsstyle .description {
    color: #000000;
    line-height: 1.7;
    position: relative;
    font-size: 17px;
    z-index: 1;
    margin: 0;
}.client_opinionsstyle .description::before {
    height: 30px;
    transform: rotate(45deg) scale(0);
    opacity: 0.1;
    left: -15px;
    width: 30px;
    content: "";
    transition: transform 0.3s ease-out;
    position: absolute;
    background: linear-gradient(135deg, rgb(198,98,119) 0%, rgba(rgb(198,98,119,0.5), 0.2) 100%);
    border-radius: 10px;
    z-index: -1;
    top: -10px;
}.client_opinionsstyle .user_experiencestyle:hover .description::before {
    transform: rotate(45deg) scale(1);
}.client_opinionsstyle a {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    clip-path: polygon(
        10px 0, 
        100% 0, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        0 100%, 
        0 10px
    );
    position: relative;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    z-index: 1;
    border: none;
    background: linear-gradient(135deg, rgb(217,150,203) 0%, rgba(rgb(217,150,203,0.5), 0.8) 100%);
    padding: 15px 35px;
    display: inline-block;
    margin-top: 50px;
    margin-right: auto;
    overflow: hidden;
    margin-left: auto;
}.client_opinionsstyle a::before {
    left: -100%;
    z-index: -1;
    height: 100%;
    transition: left 0.5s ease;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    content: "";
}.client_opinionsstyle a:hover {
    box-shadow: 0 10px 20px -5px rgba(rgb(217,150,203,0.5), 0.4);
    transform: translateY(-5px);
}.client_opinionsstyle a:hover::before {
    left: 100%;
}

@media (max-width: 1200px) {.client_opinionsstyle {
    padding: 100px 0;
}.client_opinionsstyle .rating_viewsstyle {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.client_opinionsstyle {
    padding: 80px 0;
}.client_opinionsstyle h2 {
    margin-bottom: 50px;
    font-size: calc(31px * 0.9);
}.client_opinionsstyle .rating_viewsstyle {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client_opinionsstyle .user_experiencestyle {
    padding: 25px;
}
}

@media (max-width: 768px) {.client_opinionsstyle {
    padding: 70px 0;
}.client_opinionsstyle h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 40px;
}.client_opinionsstyle .rating_viewsstyle {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.client_opinionsstyle .user_experiencestyle {
    padding: 25px 20px;
}.client_opinionsstyle .user_experiencestyle img {
    height: 50px;
    width: 50px;
}.client_opinionsstyle a {
    padding: 12px 30px;
    margin-top: 40px;
}
}

@media (max-width: 576px) {.client_opinionsstyle {
    padding: 60px 0;
}.client_opinionsstyle h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 35px;
}.client_opinionsstyle h2::after {
    bottom: -15px;
    width: 60px;
}.client_opinionsstyle .user_experiencestyle {
    padding: 20px 15px;
}.client_opinionsstyle .user_experiencestyle div {
    margin-bottom: 15px;
}.client_opinionsstyle .user_experiencestyle img {
    height: 45px;
    margin-right: 10px;
    width: 45px;
}.client_opinionsstyle a {
    margin-top: 30px;
    width: 100%;
    padding: 10px 25px;
}}.program_informationstyle {
    padding: 120px 0;
    background: rgb(233,205,223);
    overflow: hidden;
    perspective: 1000px;
    position: relative;
}.program_informationstyle::before {
    content: "";
    animation: shiftLines 20s linear infinite;
    left: 0;
    position: absolute;
    height: 100%;
    opacity: 0.05;
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(217,150,203,0.5) 0,
        rgb(217,150,203,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.program_informationstyle .container {
    overflow: visible;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1280px;
    padding: 0 20px;
}.program_informationstyle .learn_planstyle {
    min-height: 550px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 0;
    position: relative;
}.program_informationstyle .text_bodystyle {
    grid-row: 2;
    transition: transform 0.5s ease;
    margin-right: 50px;
    margin-top: -80px;
    padding: 40px;
    margin-left: 50px;
    border-radius: 19px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    grid-column: 1;
    background: #ffffff;
    transform: translateZ(0);
    z-index: 5;
}.program_informationstyle .text_bodystyle::before {
    content: "";
    top: 0;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
    height: 100%;
    position: absolute;
    border-radius: 19px;
    z-index: -1;
    backdrop-filter: blur(10px);
    left: 0;
    width: 100%;
}.program_informationstyle .text_bodystyle::after {
    height: 100px;
    opacity: 0.3;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: -20px;
    content: "";
    right: -20px;
    background: radial-gradient(circle, rgb(217,150,203) 0%, transparent 70%);
    animation: pulsate 5s ease-in-out infinite;
    width: 100px;
    filter: blur(20px);
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.program_informationstyle .text_bodystyle h2 {
    display: inline-block;
    color: #000000;
    z-index: 2;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    font-size: 31px;
}.program_informationstyle .text_bodystyle h2::before {
    height: 4px;
    border-radius: 10px;
    transition: width 0.3s ease;
    background: rgb(217,150,203);
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
}.program_informationstyle .text_bodystyle:hover h2::before {
    width: 100%;
}.program_informationstyle .text_bodystyle .description {
    z-index: 2;
    margin-bottom: 20px;
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
    position: relative;
}.program_informationstyle .text_bodystyle .description:last-child {
    margin-bottom: 0;
}.program_informationstyle .img_center_alignstyle {
    border-radius: 19px;
    grid-row: 1;
    z-index: 3;
    overflow: hidden;
    height: 450px;
    transition: transform 0.5s ease;
    transform: rotateX(5deg);
    grid-column: 1;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.program_informationstyle .img_center_alignstyle::before {
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    height: 100%;
}.program_informationstyle .img_center_alignstyle::after {
    z-index: 1;
    height: 100%;
    background: radial-gradient(
        circle at 70% 20%,
        rgb(217,150,203,0.5) 0%,
        transparent 60%
    );
    mix-blend-mode: overlay;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
}.program_informationstyle:hover .img_center_alignstyle {
    transform: rotateX(2deg) translateY(-10px);
}.program_informationstyle:hover .text_bodystyle {
    transform: translateY(-10px);
}.program_informationstyle .container::before,
.program_informationstyle .container::after {
    z-index: 1;
    background: rgb(198,98,119,0.5);
    position: absolute;
    content: "";
    opacity: 0.1;
    border-radius: 50%;
}.program_informationstyle .container::before {
    top: -100px;
    animation: float 20s ease-in-out infinite;
    height: 200px;
    left: -50px;
    width: 200px;
}.program_informationstyle .container::after {
    right: -30px;
    bottom: -50px;
    animation: float 15s ease-in-out infinite reverse;
    width: 150px;
    height: 150px;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.program_informationstyle .learn_planstyle::after {
    z-index: 1;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(217,150,203,0.5) 20px,
        rgb(217,150,203,0.5) 21px
    );
    right: 0;
    width: 100%;
    content: "";
    opacity: 0.05;
    position: absolute;
    pointer-events: none;
    height: 100%;
}

@media screen and (max-width: 1024px) {.program_informationstyle {
    padding: 80px 0;
}.program_informationstyle .learn_planstyle {
    min-height: 400px;
}.program_informationstyle .img_center_alignstyle {
    height: 350px;
}.program_informationstyle .text_bodystyle {
    padding: 30px;
    margin-left: 30px;
    margin-top: -60px;
    margin-right: 30px;
}.program_informationstyle .container::before {
    height: 150px;
    width: 150px;
}.program_informationstyle .container::after {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 767px) {.program_informationstyle {
    padding: 60px 0;
}.program_informationstyle .learn_planstyle {
    min-height: auto;
}.program_informationstyle .img_center_alignstyle {
    transform: none;
    height: 250px;
}.program_informationstyle .text_bodystyle {
    padding: 25px;
    margin-left: 15px;
    margin-right: 15px;
    transform: none;
    margin-top: -40px;
}.program_informationstyle .text_bodystyle h2 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.85);
}.program_informationstyle .text_bodystyle .description {
    font-size: calc(13px * 0.95);
}.program_informationstyle:hover .img_center_alignstyle,
    .program_informationstyle:hover .text_bodystyle {
    transform: none;
}.program_informationstyle .container::before,
    .program_informationstyle .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.program_informationstyle .img_center_alignstyle {
    animation: slideUp 0.8s ease-out forwards;
}.program_informationstyle .text_bodystyle {
    animation-fill-mode: forwards;
    animation: slideUp 1s 0.3s ease-out forwards;
    opacity: 0;
}

@media (prefers-color-scheme: dark) {.program_informationstyle {
    background: rgb(217,150,203);
}.program_informationstyle .text_bodystyle::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.program_informationstyle .text_bodystyle h2 {
    color: #ffffff;
}.program_informationstyle .text_bodystyle .description {
    opacity: 0.9;
    color: #ffffff;
}
}

@media (prefers-contrast: more) {.program_informationstyle .text_bodystyle {
    background: #ffffff;
}.program_informationstyle .text_bodystyle h2 {
    color: #000000;
}.program_informationstyle .text_bodystyle .description {
    color: #000000;
}.program_informationstyle .img_center_alignstyle::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.program_informationstyle::before,
    .program_informationstyle .container::before,
    .program_informationstyle .container::after,
    .program_informationstyle .text_bodystyle::after,
    .program_informationstyle:hover .img_center_alignstyle,
    .program_informationstyle:hover .text_bodystyle {
    animation: none;
    transform: none;
}.program_informationstyle .img_center_alignstyle,
    .program_informationstyle .text_bodystyle {
    animation: none;
    opacity: 1;
}}

.program_informationstyle .img_center_alignstyle,
.program_informationstyle .text_bodystyle {
    transform: translateZ(0);
    will-change: transform;
}

@media (hover: hover) {.program_informationstyle .text_bodystyle:hover h2::before {
    width: 100%;
}.program_informationstyle:hover .img_center_alignstyle {
    transform: rotateX(2deg) translateY(-10px);
}.program_informationstyle:hover .text_bodystyle {
    transform: translateY(-10px);
}}.appSpotlightstyle {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(233,205,223) 0%, rgb(217,150,203,0.5) 30%, rgb(233,205,223) 70%, rgb(198,98,119,0.5) 100%);
    position: relative;
    overflow: hidden;
}.appSpotlightstyle::before {
    background: radial-gradient(circle at 30% 50%, rgb(217,150,203,0.5) 0%, transparent 60%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    animation: pulseGlow 10s ease-in-out infinite;
    content: "";
}.appSpotlightstyle::after {
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    opacity: 0.7;
    z-index: 0;
    height: 100%;
    top: 0;
}.appSpotlightstyle .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.appSpotlightstyle .learn_historystyle {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    position: relative;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    gap: 2.5rem;
}.appSpotlightstyle .learn_historystyle::before {
    border-radius: 10px;
    position: absolute;
    top: -5px;
    width: 80%;
    background: linear-gradient(90deg, transparent, rgb(217,150,203) 50%, transparent);
    content: "";
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
}.appSpotlightstyle .learn_historystyle::after {
    background: linear-gradient(90deg, transparent, rgb(198,98,119) 50%, transparent);
    bottom: -5px;
    content: "";
    position: absolute;
    width: 80%;
    transform: translateX(-50%);
    opacity: 0.6;
    border-radius: 10px;
    left: 50%;
    height: 10px;
}.appSpotlightstyle .learn_historystyle > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.appSpotlightstyle .learn_historystyle > div:first-child::after {
    width: 60px;
    transform-origin: left;
    animation: expandLine 1.5s ease-out forwards;
    position: absolute;
    content: "";
    background: rgb(217,150,203);
    bottom: 0;
    left: 0;
    height: 3px;
}.appSpotlightstyle h5 {
    line-height: 1.4;
    transition: transform 0.3s ease;
    transform: translateY(0);
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative;
    margin: 0;
    color: #000000;
    font-size: 23px;
}.appSpotlightstyle a {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}.appSpotlightstyle a::before {
    content: "";
    position: absolute;
    opacity: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, transparent, rgb(217,150,203,0.5), transparent);
    transition: opacity 0.3s ease;
    width: 10px;
    transform: skewX(-20deg);
    animation: shine 3s infinite;
    left: -30px;
}.appSpotlightstyle a:hover::before {
    opacity: 1;
}.appSpotlightstyle p {
    line-height: 1.7;
    position: relative;
    padding: 0.5rem 1rem;
    border-left: 3px solid rgb(198,98,119,0.5);
    font-size: 14px;
    margin: 0;
    transition: all 0.3s ease;
    color: #000000;
}.appSpotlightstyle a:hover p {
    transform: translateX(5px);
    color: rgb(217,150,203);
}.appSpotlightstyle .learn_historystyle:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (min-width: 768px) {.appSpotlightstyle {
    padding: 150px 0;
}.appSpotlightstyle .learn_historystyle {
    margin: 0 auto;
    padding: 4rem 5rem;
    max-width: 85%;
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
}.appSpotlightstyle .learn_historystyle:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.appSpotlightstyle h5 {
    font-size: calc(23px * 1.2);
}.appSpotlightstyle p {
    padding: 1rem 1.5rem;
    line-height: 1.8;
    font-size: calc(14px * 1.1);
}
}

@media (min-width: 992px) {.appSpotlightstyle .learn_historystyle {
    max-width: 75%;
    gap: 3rem;
}.appSpotlightstyle .learn_historystyle > div:first-child::after {
    width: 80px;
}
    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }
}

@media (max-width: 767px) {.appSpotlightstyle {
    padding: 60px 0;
}.appSpotlightstyle .learn_historystyle {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}.appSpotlightstyle h5 {
    font-size: calc(23px * 0.9);
}.appSpotlightstyle p {
    border-left-width: 2px;
    padding: 0.5rem;
}
}

@media (max-width: 480px) {.appSpotlightstyle {
    padding: 40px 0;
}.appSpotlightstyle .learn_historystyle {
    padding: 2rem 1.25rem;
    transform: perspective(1000px) rotateX(1deg);
}.appSpotlightstyle h5 {
    font-size: calc(23px * 0.8);
}.appSpotlightstyle p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}.pricing_menustyle {
    background: rgb(233,205,223);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.pricing_menustyle::before {
    z-index: 1;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(217,150,203,0.5) 0%, transparent 70%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}.pricing_menustyle .container {
    padding: 0 15px;
    z-index: 2;
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
}.pricing_menustyle .payment_dealsstyle {
    flex-direction: column-reverse;
    gap: 60px;
    display: flex;
}.pricing_menustyle .indv_substyle {
    margin: 0 auto;
    max-width: 800px;
    transform: translateY(-10px);
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
}.pricing_menustyle .indv_substyle h2 {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    font-size: 32px;
}.pricing_menustyle .indv_substyle h2::after {
    height: 3px;
    position: absolute;
    bottom: -10px;
    background: rgb(217,150,203);
    width: 80px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
}.pricing_menustyle .price_tiersstyle {
    line-height: 1.7;
    word-break: break-word;
    margin-bottom: 0;
    max-width: 600px;
    font-size: 16px;
    margin: 0 auto;
    overflow-wrap: break-word;
    color: #000000;
}.pricing_menustyle .learn_pricestyle {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 30px;
}.pricing_menustyle .skill_pricingstyle {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation-delay: calc(var(--index, 0) * 0.1s);
    display: block;
    transform: translateY(20px);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 10px;
    animation: fadeInUp 0.8s ease-out forwards;
    text-decoration: none;
    overflow: hidden;
    height: 100%;
    opacity: 0;
}.pricing_menustyle .skill_pricingstyle:nth-child(1) {
    --index: 1;
}.pricing_menustyle .skill_pricingstyle:nth-child(2) {
    --index: 2;
}.pricing_menustyle .skill_pricingstyle:nth-child(3) {
    --index: 3;
}.pricing_menustyle .skill_pricingstyle:nth-child(4) {
    --index: 4;
}.pricing_menustyle .skill_pricingstyle:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.pricing_menustyle .trial_ratesstyle {
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    height: 100%;
    box-sizing: border-box;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
}.pricing_menustyle .trial_ratesstyle::before {
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(217,150,203), rgb(198,98,119));
}.pricing_menustyle .fee_optionsstyle {
    flex-direction: column;
    padding: 40px 30px;
    display: flex;
    box-sizing: border-box;
    flex: 1;
}.pricing_menustyle .fee_optionsstyle h3 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    word-break: break-word;
    margin-top: 0;
    margin-bottom: 15px;
    overflow-wrap: break-word;
    color: #000000;
}.pricing_menustyle .fee_optionsstyle h3::after {
    height: 2px;
    content: "";
    background-color: rgb(217,150,203);
    position: absolute;
    left: 0;
    width: 40px;
    bottom: -8px;
    transition: width 0.3s ease;
}.pricing_menustyle .skill_pricingstyle:hover .fee_optionsstyle h3::after {
    width: 70px;
}.pricing_menustyle .cost_feestyle {
    position: relative;
    font-size: calc(24px * 1.2);
    font-weight: 700;
    overflow-wrap: break-word;
    display: inline-block;
    margin: 10px 0 20px;
    border-radius: 10px;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    word-break: break-word;
    padding: 8px 16px;
    color: rgb(217,150,203);
}.pricing_menustyle .fee_optionsstyle p {
    overflow-wrap: break-word;
    margin-bottom: 0;
    flex-grow: 1;
    line-height: 1.7;
    word-break: break-word;
    font-size: 16px;
    white-space: normal;
    color: #000000;
}.pricing_menustyle .img_center_alignstyle {
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
    height: 200px;
}.pricing_menustyle .skill_pricingstyle:hover .img_center_alignstyle {
    filter: brightness(1.05);
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing_menustyle .learn_pricestyle {
    grid-template-columns: repeat(2, 1fr);
}.pricing_menustyle .fee_optionsstyle {
    padding: 40px;
}.pricing_menustyle .img_center_alignstyle {
    height: 220px;
}
}

@media (min-width: 992px) {.pricing_menustyle .payment_dealsstyle {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}.pricing_menustyle .learn_pricestyle {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.pricing_menustyle .indv_substyle {
    text-align: left;
    width: 35%;
    margin: 0;
}.pricing_menustyle .indv_substyle h2::after {
    transform: none;
    left: 0;
}.pricing_menustyle .price_tiersstyle {
    margin: 0;
}
}

@media (min-width: 1200px) {.pricing_menustyle .learn_pricestyle {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_menustyle .fee_optionsstyle h3 {
    font-size: calc(24px * 1.1);
}.pricing_menustyle .cost_feestyle {
    font-size: calc(24px * 1.3);
}.pricing_menustyle .img_center_alignstyle {
    height: 240px;
}
}

@media (max-width: 767px) {.pricing_menustyle {
    padding: 80px 0;
}.pricing_menustyle .fee_optionsstyle {
    padding: 30px 20px;
}.pricing_menustyle .cost_feestyle {
    font-size: 24px;
    padding: 6px 12px;
}.pricing_menustyle .img_center_alignstyle {
    height: 180px;
}
}

@media (max-width: 480px) {.pricing_menustyle {
    padding: 60px 0;
}.pricing_menustyle .indv_substyle h2 {
    font-size: calc(32px * 0.85);
}.pricing_menustyle .fee_optionsstyle h3 {
    font-size: calc(24px * 0.95);
}.pricing_menustyle .img_center_alignstyle {
    height: 160px;
}}.course_fit_forstyle {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(120deg, rgb(233,205,223) 0%, rgb(217,150,203,0.5) 100%);
}.course_fit_forstyle::before {
    top: 50%;
    pointer-events: none;
    width: 150%;
    z-index: 1;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(198,98,119,0.5), 0.1) 31%,
        rgba(rgb(198,98,119,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(198,98,119,0.5), 0.05) 41%,
        rgba(rgb(198,98,119,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(217,150,203,0.5), 0.07) 51%,
        rgba(rgb(217,150,203,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(217,150,203,0.5), 0.05) 71%,
        rgba(rgb(217,150,203,0.5), 0.05) 72%,
        transparent 73%
    );
    height: 150%;
    animation: rotateRings 60s linear infinite;
    content: '';
}.course_fit_forstyle::after {
    z-index: 1;
    top: 0;
    opacity: 0.3;
    left: 0;
    content: '';
    width: 100%;
    background: radial-gradient(
        circle at 70% 80%,
        rgb(217,150,203,0.5) 0%,
        transparent 50%
    );
    height: 100%;
    position: absolute;
}.course_fit_forstyle .learn_historystyle {
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.course_fit_forstyle h3 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 3.5rem;
    font-weight: 700;
}.course_fit_forstyle h3::after {
    box-shadow: 0 0 15px rgb(217,150,203);
    background: rgb(217,150,203);
    position: absolute;
    left: 50%;
    height: 3px;
    border-radius: 50px;
    bottom: -15px;
    content: '';
    transform: translateX(-50%);
    width: 120px;
}.course_fit_forstyle ul {
    grid-template-columns: repeat(2, 1fr);
    list-style-type: none;
    display: grid;
    gap: 2.5rem;
    margin: 0;
    padding: 0;
}.course_fit_forstyle li {
    position: relative;
    background-color: rgba(255, 255, 255, 0.12);
    align-items: center;
    padding: 1.8rem 2rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    overflow: hidden;
    display: flex;
    border-radius: 50px;
}.course_fit_forstyle li::before {
    height: 100%;
    top: 0;
    content: '';
    pointer-events: none;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
}.course_fit_forstyle li::after {
    transform: scale(0.5);
    content: '';
    height: 200%;
    width: 200%;
    top: -50%;
    pointer-events: none;
    transition: all 0.5s ease;
    opacity: 0;
    left: -50%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgba(rgb(198,98,119,0.5), 0.3) 0%,
        transparent 70%
    );
}.course_fit_forstyle li:hover {
    border-color: rgb(217,150,203,0.5);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(217,150,203,0.5);
    background-color: rgba(255, 255, 255, 0.18);
    transform: translateY(-5px);
}.course_fit_forstyle li:hover::after {
    opacity: 0.5;
    transform: scale(1);
}.course_fit_forstyle li svg {
    transform-origin: center;
    flex-shrink: 0;
    height: 40px;
    fill: rgb(198,98,119);
    transition: all 0.4s ease;
    width: 40px;
    filter: drop-shadow(0 0 5px rgb(198,98,119,0.5));
    margin-right: 1.5rem;
}.course_fit_forstyle li:hover svg {
    filter: drop-shadow(0 0 8px rgb(217,150,203));
    fill: rgb(217,150,203);
    transform: rotate(15deg);
}.course_fit_forstyle li svg path {
    transition: all 0.4s ease;
}.course_fit_forstyle li:hover svg path {
    fill: rgb(217,150,203);
}.course_fit_forstyle li {
    letter-spacing: 0.3px;
    line-height: 1.5;
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
}

@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.course_fit_forstyle {
    padding: 4rem 0;
}.course_fit_forstyle ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.course_fit_forstyle h3 {
    font-size: calc(38px * 0.9);
}.course_fit_forstyle li {
    padding: 1.5rem 1.8rem;
}
}

@media (max-width: 767px) {.course_fit_forstyle {
    padding: 3rem 0;
}.course_fit_forstyle h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 2.5rem;
}.course_fit_forstyle h3::after {
    width: 100px;
}.course_fit_forstyle li {
    padding: 1.2rem 1.5rem;
    border-radius: 25px;
}.course_fit_forstyle li svg {
    width: 35px;
    height: 35px;
    margin-right: 1rem;
}}.welcome_boardstyle {
    display: flex;
    overflow: hidden;
    perspective: 1000px;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(217,150,203,0.5), rgb(233,205,223), rgb(198,98,119,0.5));
    position: relative;
}.welcome_boardstyle::before {
    width: 100%;
    z-index: 1;
    opacity: 0.2;
    animation: pulseBg 15s infinite alternate ease-in-out;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(217,150,203,0.5) 5%, transparent 20%),
    radial-gradient(circle at 80% 70%, rgb(198,98,119,0.5) 5%, transparent 20%);
}.welcome_boardstyle::after {
    width: 200%;
    top: -50%;
    animation: lightSweep 12s infinite linear;
    opacity: 0.1;
    transform: rotate(15deg);
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgb(217,150,203,0.5) 45%, transparent 50%);
    z-index: 2;
    height: 200%;
    position: absolute;
    left: -50%;
}.welcome_boardstyle .learn_pagestyle {
    max-width: 1200px;
    transform-style: preserve-3d;
    animation: fadeIn 1.2s ease-out;
    z-index: 5;
    gap: 2rem;
    width: 90%;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}.welcome_boardstyle .learn_pagestyle > div:first-child {
    padding: 2rem;
    backdrop-filter: blur(8px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform: translateZ(20px);
    border-left: 4px solid rgb(198,98,119);
    background: rgb(217,150,203,0.5);
}.welcome_boardstyle .learn_pagestyle > div:first-child p {
    font-weight: 600;
    margin: 0;
    transform: translateZ(10px);
    letter-spacing: 0.5px;
    font-size: calc(14px * 1.3);
    font-family: Arial, sans-serif;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    line-height: 1.6;
}.welcome_boardstyle .learn_zonestyle {
    transform: translateZ(30px) rotateX(2deg);
    position: relative;
    transition: transform 0.5s ease;
}.welcome_boardstyle .learn_zonestyle:hover {
    transform: translateZ(40px) rotateX(0deg);
}.welcome_boardstyle .learn_zonestyle > div {
    overflow: hidden;
    position: relative;
    padding: 3rem;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}.welcome_boardstyle .learn_zonestyle > div::before {
    opacity: 0.8;
    position: absolute;
    background: linear-gradient(
    to bottom,
    rgb(217,150,203,0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgb(198,98,119,0.5) 100%
  );
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}.welcome_boardstyle .learn_zonestyle > div::after {
    position: absolute;
    background: radial-gradient(ellipse at center, transparent 40%, rgb(217,150,203,0.5) 100%);
    left: -10%;
    height: 120%;
    content: "";
    top: -10%;
    animation: rotateGradient 25s infinite linear;
    opacity: 0.15;
    z-index: 2;
    width: 120%;
}.welcome_boardstyle .learn_zonestyle h3 {
    margin: 0 0 2rem 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    font-size: calc(23px * 1.1);
    line-height: 1.5;
    padding-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    z-index: 5;
}.welcome_boardstyle .title_style_header {
    margin: 0;
    backdrop-filter: blur(5px);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 5;
    animation: pulseHeader 3s infinite alternate ease-in-out;
    background: linear-gradient(135deg, rgb(217,150,203,0.5), rgb(198,98,119,0.5));
    padding: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    font-weight: 700;
    color: #ffffff;
    font-size: 41px;
    transform: translateZ(15px);
    letter-spacing: 1px;
}

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

@keyframes pulseHeader {
  0% {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1);
  }
  100% {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25), 0 0 20px rgb(217,150,203,0.5);
    transform: translateZ(25px) scale(1.02);
  }
}

@keyframes pulseBg {
  0% {
    opacity: 0.1;
    transform: scale(1);
  }
  100% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}

@keyframes lightSweep {
  0% {
    transform: rotate(15deg) translateX(-100%);
  }
  100% {
    transform: rotate(15deg) translateX(100%);
  }
}

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

@media (min-width: 768px) {.welcome_boardstyle .learn_pagestyle {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.welcome_boardstyle .learn_pagestyle > div:first-child {
    padding: 3rem;
    display: flex;
    align-items: center;
}.welcome_boardstyle .learn_pagestyle > div:first-child p {
    font-size: calc(14px * 1.5);
}.welcome_boardstyle .learn_zonestyle > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4rem;
    min-height: 400px;
}.welcome_boardstyle .learn_zonestyle h3 {
    max-width: 80%;
    font-size: 23px;
}.welcome_boardstyle .title_style_header {
    font-size: calc(41px * 1.2);
    padding: 2rem;
}
}

@media (min-width: 992px) {.welcome_boardstyle .learn_pagestyle {
    gap: 4rem;
}.welcome_boardstyle .learn_pagestyle > div:first-child {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}.welcome_boardstyle .learn_zonestyle > div {
    transition: background-position 8s ease;
    background-position: center center !important;
    min-height: 450px;
}.welcome_boardstyle .learn_zonestyle > div:hover {
    background-position: bottom right !important;
}.welcome_boardstyle .learn_zonestyle h3 {
    max-width: 70%;
}.welcome_boardstyle .title_style_header {
    transform: translateZ(20px);
    margin-left: 2rem;
}
}

@media (max-width: 767px) {.welcome_boardstyle {
    padding: 3rem 1rem;
}.welcome_boardstyle .learn_pagestyle > div:first-child {
    padding: 1.5rem;
}.welcome_boardstyle .learn_pagestyle > div:first-child p {
    font-size: 14px;
}.welcome_boardstyle .learn_zonestyle > div {
    padding: 2rem;
}.welcome_boardstyle .learn_zonestyle h3 {
    padding-bottom: 1rem;
    font-size: calc(18px * 1.2);
    margin-bottom: 1.5rem;
}.welcome_boardstyle .title_style_header {
    font-size: calc(30px * 0.9);
    padding: 1rem;
}}.mentorship_profilestyle {
    overflow: hidden;
    border-radius: 30px;
    background: linear-gradient(135deg, rgb(233,205,223) 0%, rgb(217,150,203,0.5) 100%);
    padding: 4rem 2rem;
    position: relative;
}.mentorship_profilestyle::before {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    height: 120%;
    background: rgb(198,98,119,0.5);
    width: 70%;
    top: -10%;
    transform: rotate(-15deg);
    animation: pulse 8s infinite alternate;
    z-index: 1;
    content: "";
    left: -10%;
    position: absolute;
}.mentorship_profilestyle .user_experiencestyle {
    position: relative;
    transition: transform 0.5s ease;
    grid-template-columns: 1fr 1.2fr;
    gap: 2rem;
    transform: perspective(1000px) rotateY(5deg);
    z-index: 2;
    display: grid;
}.mentorship_profilestyle .user_experiencestyle:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.mentorship_profilestyle .img_center_alignstyle {
    transform: rotate(-3deg) translateY(20px);
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    height: 400px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
}.mentorship_profilestyle .img_center_alignstyle::after {
    content: "";
    background: linear-gradient(45deg, rgb(217,150,203,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    border-radius: 10px;
    height: 100%;
    left: 0;
    width: 100%;
}.mentorship_profilestyle .user_experiencestyle:hover .img_center_alignstyle {
    transform: rotate(0deg) translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}.mentorship_profilestyle .work_insightsstyle {
    position: relative;
    border-radius: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease;
    padding: 2rem;
    transform: translateY(30px) rotate(2deg);
    background: #ffffff;
    z-index: 3;
}.mentorship_profilestyle .user_experiencestyle:hover .work_insightsstyle {
    transform: translateY(0) rotate(0deg);
}.mentorship_profilestyle .name {
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    font-size: 36px;
    position: relative;
    color: rgb(217,150,203);
    font-weight: 700;
}.mentorship_profilestyle .name::after {
    content: "";
    height: 3px;
    transform-origin: left;
    transition: transform 0.3s ease;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 60px;
    transform: scaleX(0.6);
    background: linear-gradient(90deg, rgb(198,98,119) 0%, rgb(217,150,203) 100%);
}.mentorship_profilestyle .user_experiencestyle:hover .name::after {
    transform: scaleX(1);
}.mentorship_profilestyle .work_insightsstyle > div:nth-child(2) {
    color: rgb(198,98,119);
    opacity: 0.8;
    font-weight: 600;
    margin-bottom: 1.5rem;
    transform: translateX(5px);
    transition: all 0.3s ease;
    font-size: 18px;
}.mentorship_profilestyle .user_experiencestyle:hover .work_insightsstyle > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.mentorship_profilestyle .work_summarystyle {
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.6;
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
}.mentorship_profilestyle .work_summarystyle::before {
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    width: 3px;
    left: 0;
    background: linear-gradient(to bottom, rgb(217,150,203), rgb(198,98,119));
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.mentorship_profilestyle .user_experiencestyle {
    grid-template-columns: 1fr;
}.mentorship_profilestyle .img_center_alignstyle {
    height: 300px;
}}header {
    z-index: 1000;
    background-color: rgb(233,205,223);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    position: relative;
    padding: 1.2rem 0;
}header::before {
    left: 0;
    animation: gridMove 40s linear infinite;
    position: absolute;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(217,150,203,0.5) 49.5%, rgb(217,150,203,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(198,98,119,0.5) 49.5%, rgb(198,98,119,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    top: 0;
    z-index: -1;
    opacity: 0.15;
    content: '';
    width: 100%;
}header::after {
    left: 0;
    background: linear-gradient(90deg, 
        rgb(217,150,203) 0%, 
        rgb(198,98,119) 50%, 
        rgb(217,150,203) 100%);
    width: 100%;
    content: '';
    height: 4px;
    position: absolute;
    z-index: 1;
    bottom: 0;
}header .container {
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}header .header_trainstyle {
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
}header .top_startstyle {
    position: relative;
    border-radius: 16px;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    padding: 5px;
    gap: 0.5rem;
}header .top_skillstyle {
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.2rem;
}header .top_skillstyle::before {
    border-radius: calc(10px + 2px);
    opacity: 0;
    transition: all 0.3s ease;
    position: absolute;
    right: -2px;
    z-index: -1;
    transform: scale(0.95);
    top: -2px;
    content: '';
    bottom: -2px;
    left: -2px;
    background: linear-gradient(45deg, rgb(217,150,203), rgb(198,98,119));
}header .top_skillstyle::after {
    background: rgb(217,150,203);
    bottom: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    position: absolute;
    right: 0;
    z-index: -1;
    content: '';
}header .top_skillstyle:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}header .top_skillstyle:hover::before {
    opacity: 1;
    transform: scale(1);
}header .page_topstyle {
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    text-decoration: none;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
}header .page_topstyle::before {
    top: 0;
    width: 100%;
    left: -100%;
    position: absolute;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transition: 0.5s;
    height: 100%;
}header .page_topstyle:hover::before {
    left: 100%;
}header .page_topstyle svg {
    position: relative;
    height: auto;
    width: 160px;
    z-index: 2;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .top_startstyle {
    gap: 0.3rem;
}header .top_skillstyle {
    font-size: calc(16px - 1px);
    padding: 0.6rem 0.8rem;
}header .page_topstyle svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .header_trainstyle {
    flex-direction: column;
}header .top_startstyle {
    width: 100%;
    padding: 10px;
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap;
    order: 2;
    gap: 0.5rem;
}header .top_skillstyle {
    padding: 0.5rem 0.7rem;
    font-size: calc(16px - 2px);
}header .page_topstyle {
    order: 1;
    margin-bottom: 0.5rem;
}header .page_topstyle svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .top_startstyle {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}header .top_startstyle::-webkit-scrollbar {
    height: 3px;
}header .top_startstyle::-webkit-scrollbar-thumb {
    background: rgb(217,150,203);
    border-radius: 10px;
}header .top_skillstyle {
    white-space: nowrap;
}header .page_topstyle svg {
    width: 110px;
}
}