﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    margin: auto;
    width: 1210px;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.header_sitebargui {
    flex: 1 0 auto;
}.wrap-structuregui {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}html,body {
    auto
contain
touch-action: none;
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}svg {
    width: 30px;
    height: 30px;
}.law_resgui {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.mentorship_profilegui {
    position: relative;
    overflow: hidden;
    background-color: rgb(243,240,244);
    padding: 80px 0;
}.mentorship_profilegui::before {
    position: absolute;
    width: 120%;
    background: linear-gradient(135deg, rgb(205,189,208,0.5) 0%, transparent 70%);
    left: -5%;
    content: "";
    height: 120%;
    top: -10%;
    z-index: 1;
    opacity: 0.07;
    transform: rotate(-3deg);
}.mentorship_profilegui::after {
    content: "";
    bottom: -5%;
    opacity: 0.05;
    right: -5%;
    position: absolute;
    background: radial-gradient(circle at bottom right, rgb(169,129,178,0.5) 0%, transparent 70%);
    z-index: 1;
    height: 70%;
    width: 50%;
}.mentorship_profilegui .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.mentorship_profilegui .user_storiesgui {
    padding: 40px;
    grid-template-columns: 1fr;
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.98));
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 0 5px 15px rgba(0,0,0,0.03);
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
    display: grid;
    gap: 30px;
}.mentorship_profilegui .user_storiesgui::before {
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, rgb(205,189,208,0.5) 0%, transparent 100%);
    left: 0;
    opacity: 0.04;
    position: absolute;
    z-index: -1;
}.mentorship_profilegui .user_storiesgui > div:first-child {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 180px;
    margin: 0 auto;
    transform: translateY(-10px);
    width: 180px;
}.mentorship_profilegui .user_storiesgui > div:first-child:hover {
    transform: translateY(-15px) scale(1.02);
}.mentorship_profilegui .img_roundgui {
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.05);
    height: 100%;
    overflow: hidden;
    position: relative;
}.mentorship_profilegui .img_roundgui::after {
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.2));
    left: 0;
    height: 100%;
    position: absolute;
}.mentorship_profilegui .user_storiesgui > div:nth-child(2) {
    text-align: center;
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
}.mentorship_profilegui .name {
    letter-spacing: 0.4px;
    display: inline-block;
    color: rgb(205,189,208);
    margin-bottom: 8px;
    font-weight: 700;
    font-size: calc(22px * 1.1);
    position: relative;
}.mentorship_profilegui .name::after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    opacity: 0.7;
    bottom: -5px;
    left: 50%;
    width: 40%;
    background: linear-gradient(to right, rgb(205,189,208,0.5), rgb(169,129,178,0.5));
}.mentorship_profilegui .user_storiesgui > div:nth-child(2):hover .name::after {
    width: 70%;
}.mentorship_profilegui .user_storiesgui > div:nth-child(2) > div {
    font-size: calc(14px * 0.95);
    font-style: italic;
    color: #000000;
    margin-top: 10px;
    opacity: 0.9;
}.mentorship_profilegui .user_storiesgui > div:nth-child(3) {
    position: relative;
    margin-top: 15px;
}.mentorship_profilegui .employee_infogui {
    line-height: 1.8;
    padding: 0 15px;
    position: relative;
    color: #000000;
    font-size: 14px;
}.mentorship_profilegui .employee_infogui::before,
.mentorship_profilegui .employee_infogui::after {
    font-size: 60px;
    font-family: Georgia, serif;
    position: absolute;
    opacity: 0.1;
    color: rgb(205,189,208);
    content: "";
}.mentorship_profilegui .employee_infogui::before {
    left: -15px;
    top: -20px;
}.mentorship_profilegui .employee_infogui::after {
    content: "";
    right: -15px;
    bottom: -50px;
}

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

@media (min-width: 768px) {.mentorship_profilegui {
    padding: 100px 0;
}.mentorship_profilegui .user_storiesgui {
    grid-template-rows: auto 1fr;
    padding: 60px;
    grid-template-columns: 200px 1fr;
}.mentorship_profilegui .user_storiesgui > div:first-child {
    width: 200px;
    grid-row: 1 / 3;
    height: 200px;
    margin: 0;
}.mentorship_profilegui .user_storiesgui > div:nth-child(2) {
    padding-left: 30px;
    text-align: left;
}.mentorship_profilegui .name::after {
    transform: none;
    left: 0;
}.mentorship_profilegui .user_storiesgui > div:nth-child(3) {
    padding-left: 30px;
    margin-top: 0;
    grid-column: 2;
}
}

@media (min-width: 992px) {.mentorship_profilegui .user_storiesgui {
    gap: 40px;
    padding: 70px;
    grid-template-columns: 250px 1fr;
}.mentorship_profilegui .user_storiesgui > div:first-child {
    width: 250px;
    height: 300px;
}.mentorship_profilegui .name {
    font-size: calc(22px * 1.2);
}.mentorship_profilegui .employee_infogui {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1200px) {.mentorship_profilegui .user_storiesgui {
    max-width: 1100px;
    margin: 0 auto;
    transform: perspective(1200px) rotateX(1deg) rotateY(-0.5deg);
}.mentorship_profilegui .employee_infogui {
    padding: 0 25px;
}
}

@media (max-width: 767px) {.mentorship_profilegui {
    padding: 60px 0;
}.mentorship_profilegui .user_storiesgui {
    padding: 30px;
}.mentorship_profilegui .employee_infogui {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}}.data_overviewgui {
    padding: 120px 0;
    background-color: #ffffff;
    z-index: 1;
    position: relative;
    overflow: hidden;
}.data_overviewgui::before {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgb(169,129,178,0.5) 100%);
    z-index: -1;
}.data_overviewgui::after {
    background-image: 
        radial-gradient(circle at 20px 20px, rgb(205,189,208,0.5) 0, rgba(0, 0, 0, 0) 50px),
        radial-gradient(circle at 80% 80%, rgb(169,129,178,0.5) 0, rgba(0, 0, 0, 0) 100px);
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.2;
    top: 0;
    content: "";
    z-index: -1;
    position: absolute;
}.data_overviewgui .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
}.data_overviewgui h2 {
    text-fill-color: transparent;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-align: center;
    background: linear-gradient(90deg, rgb(205,189,208), #000000, rgb(169,129,178));
    font-weight: 700;
    position: relative;
    margin-bottom: 80px;
    color: #000000;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
}.data_overviewgui h2::after {
    width: 60px;
    bottom: -20px;
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(205,189,208), rgb(169,129,178));
    content: "";
    height: 3px;
    transform: translateX(-50%);
}.data_overviewgui ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding: 0;
    margin: 0;
    gap: 20px;
}.data_overviewgui .statistics_edgegui {
    justify-content: center;
    backdrop-filter: blur(10px);
    padding: 30px 20px;
    aspect-ratio: 1/1;
    flex-direction: column;
    text-align: center;
    align-items: center;
    display: flex;
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}.data_overviewgui .statistics_edgegui::before {
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    background: rgba(255, 255, 255, 0.8);
    inset: 2px;
    position: absolute;
    content: "";
    z-index: -1;
}.data_overviewgui .statistics_edgegui:hover {
    transform: translateY(-10px);
    background: rgba(rgb(205,189,208,0.5), 0.3);
    z-index: 10;
}.data_overviewgui .statistics_edgegui p {
    margin: 0 0 10px;
    font-size: 2.5rem;
    position: relative;
    font-weight: 700;
    line-height: 1;
    color: #000000;
}.data_overviewgui .statistics_edgegui span {
    font-size: calc(16px * 0.85);
    line-height: 1.3;
    max-width: 100%;
    position: relative;
    color: rgba(0, 0, 0, 0.7);
}.data_overviewgui svg {
    top: 10px;
    fill: rgb(205,189,208);
    width: 24px;
    position: absolute;
    height: 24px;
    transition: all 0.3s ease;
    opacity: 0.4;
    right: 10px;
}.data_overviewgui svg path {
    fill: rgb(205,189,208);
}.data_overviewgui .statistics_edgegui:hover svg {
    opacity: 0.8;
    transform: rotate(15deg) scale(1.2);
}.data_overviewgui ul:has(.statistics_edgegui:only-child) {
    display: flex;
    justify-content: center;
}.data_overviewgui ul:has(.statistics_edgegui:only-child) .statistics_edgegui {
    height: 250px;
    margin: 0 auto;
    width: 250px;
}.data_overviewgui ul:has(.statistics_edgegui:only-child) .statistics_edgegui p {
    font-size: 3.5rem;
}.data_overviewgui ul:has(.statistics_edgegui:only-child) .statistics_edgegui span {
    font-size: 16px;
}.data_overviewgui ul:has(.statistics_edgegui:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin: 0 auto;
}.data_overviewgui ul:has(.statistics_edgegui:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.data_overviewgui ul:has(.statistics_edgegui:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.data_overviewgui ul:has(.statistics_edgegui:nth-child(5):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.data_overviewgui ul:has(.statistics_edgegui:nth-child(5):last-child) .statistics_edgegui:nth-child(5) {
    grid-column: 2;
}.data_overviewgui ul:has(.statistics_edgegui:nth-child(6):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.data_overviewgui ul:has(.statistics_edgegui:nth-child(7):last-child),
.data_overviewgui ul:has(.statistics_edgegui:nth-child(8):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.data_overviewgui ul:has(.statistics_edgegui:nth-child(9):last-child),
.data_overviewgui ul:has(.statistics_edgegui:nth-child(10):last-child) {
    grid-template-columns: repeat(5, 1fr);
}

@media screen and (min-width: 1441px) {.data_overviewgui {
    padding: 150px 0;
}.data_overviewgui h2 {
    font-size: calc(48px * 1.2);
    margin-bottom: 100px;
}.data_overviewgui .statistics_edgegui p {
    font-size: 3rem;
}
}

@media screen and (max-width: 1200px) {.data_overviewgui {
    padding: 100px 0;
}.data_overviewgui ul:has(.statistics_edgegui:nth-child(7):last-child),
    .data_overviewgui ul:has(.statistics_edgegui:nth-child(8):last-child),
    .data_overviewgui ul:has(.statistics_edgegui:nth-child(9):last-child),
    .data_overviewgui ul:has(.statistics_edgegui:nth-child(10):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.data_overviewgui .statistics_edgegui p {
    font-size: 2.2rem;
}
}

@media screen and (max-width: 991px) {.data_overviewgui {
    padding: 80px 0;
}.data_overviewgui h2 {
    font-size: calc(48px * 0.9);
    margin-bottom: 60px;
}.data_overviewgui ul {
    grid-template-columns: repeat(2, 1fr);
}.data_overviewgui ul:has(.statistics_edgegui:nth-child(3):last-child),
    .data_overviewgui ul:has(.statistics_edgegui:nth-child(4):last-child),
    .data_overviewgui ul:has(.statistics_edgegui:nth-child(5):last-child),
    .data_overviewgui ul:has(.statistics_edgegui:nth-child(6):last-child),
    .data_overviewgui ul:has(.statistics_edgegui:nth-child(7):last-child),
    .data_overviewgui ul:has(.statistics_edgegui:nth-child(8):last-child),
    .data_overviewgui ul:has(.statistics_edgegui:nth-child(9):last-child),
    .data_overviewgui ul:has(.statistics_edgegui:nth-child(10):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.data_overviewgui ul:has(.statistics_edgegui:nth-child(5):last-child) .statistics_edgegui:nth-child(5) {
    grid-column: auto;
}.data_overviewgui .statistics_edgegui {
    padding: 20px;
}.data_overviewgui .statistics_edgegui p {
    font-size: 2rem;
}
}

@media screen and (max-width: 767px) {.data_overviewgui {
    padding: 70px 0;
}.data_overviewgui h2 {
    margin-bottom: 50px;
    font-size: calc(48px * 0.8);
}.data_overviewgui ul:has(.statistics_edgegui:nth-child(n+1):nth-child(-n+10)) {
    margin: 0 auto;
    gap: 30px;
    max-width: 300px;
    grid-template-columns: 1fr;
}.data_overviewgui .statistics_edgegui {
    aspect-ratio: 1/1;
    min-height: 150px;
}.data_overviewgui ul:has(.statistics_edgegui:only-child) .statistics_edgegui {
    height: 200px;
    width: 200px;
}
}

@media screen and (max-width: 480px) {.data_overviewgui {
    padding: 60px 0;
}.data_overviewgui h2 {
    font-size: calc(48px * 0.7);
    margin-bottom: 40px;
}.data_overviewgui h2::after {
    bottom: -15px;
    width: 40px;
}.data_overviewgui ul {
    gap: 25px;
}.data_overviewgui .statistics_edgegui {
    min-height: 130px;
}.data_overviewgui .statistics_edgegui p {
    font-size: 1.8rem;
}.data_overviewgui .statistics_edgegui span {
    font-size: calc(16px * 0.8);
}.data_overviewgui ul:has(.statistics_edgegui:only-child) .statistics_edgegui {
    height: 180px;
    width: 180px;
}.data_overviewgui ul:has(.statistics_edgegui:only-child) .statistics_edgegui p {
    font-size: 2.8rem;
}.data_overviewgui svg {
    height: 20px;
    width: 20px;
}}.privacyAgreementDialoggui {
    position: fixed;
    background: rgb(243,240,244);
    bottom: 0;
    width: 100%;
    border-top: 2px solid rgb(205,189,208);
    z-index: 90;
}.data_noticegui {
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
    display: flex;
}.privacyAgreementDialoggui h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#cookie_info_popupgui {
    display: none;
}#cookie_info_popupgui:checked ~ .privacyAgreementDialoggui {
    visibility: hidden;
    opacity: 0;
}.privacyAgreementDialoggui p {
    font-size: 18px;
}.cookies_consentgui {
    margin-right: 10px;
    flex-shrink: 0;
}.cookies_consentgui svg, .cookies_consentgui svg path, .cookies_consentgui img {
    height: 100px;
    fill: rgb(205,189,208);
    width: 100px;
}.data_approvalgui {
    line-height: 35px;
    flex-shrink: 0;
    margin-left: 10px;
    min-width: 120px;
    text-align: center;
    text-decoration: none;
    color: rgb(205,189,208);
    font-size: 24px;
    white-space: nowrap;
    border-bottom: 2px solid rgb(205,189,208);
    cursor: pointer;
}.privacyAgreementDialoggui p a {
    color: rgb(205,189,208);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.privacyAgreementDialoggui {
    padding: 20px;
}}

.wrap-structuregui .privacyAgreementDialoggui {
    background: rgb(169,129,178);
    padding: 40px 0;
    box-shadow: rgb(169,129,178,0.5) 0px 0px 40px 39px;
    border: none;
}.wrap-structuregui .data_approvalgui {
    font-weight: 400;
    padding: 10px;
    background: rgb(205,189,208);
    color: #ffffff;
    margin-left: 30px;
    font-size: 20px;
    border: none;
}.wrap-structuregui .track_prefsgui h5, .wrap-structuregui .track_prefsgui p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookies_consentgui {
    display: none;
}.data_noticegui {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.privacyAgreementDialoggui h5 {
    text-align: center;
}.privacyAgreementDialoggui p {
    text-align: center;
}.track_prefsgui {
    margin-bottom: 20px;
}body .wrap-structuregui .data_approvalgui {
    margin-bottom: 10px;
    margin-left: 0;
}}.course_structuregui {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: rgb(243,240,244);
}.course_structuregui::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    content: "";
    animation: gradientShift 15s infinite alternate ease-in-out;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    filter: blur(60px);
    background: 
        radial-gradient(circle at 20% 30%, rgb(205,189,208,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(169,129,178,0.5) 0%, transparent 30%);
}.course_structuregui::after {
    content: "";
    height: 100%;
    background: 
        repeating-conic-gradient(
            from 0deg,
            rgba(0, 0, 0, 0.5) 0deg 1deg,
            transparent 1deg 15deg
        );
    animation: rotateBg 120s linear infinite;
    opacity: 0.03;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
}.course_structuregui .container {
    position: relative;
    z-index: 1;
}.course_structuregui .fast_guidegui {
    min-height: 600px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}.course_structuregui .img_roundgui {
    overflow: hidden;
    width: 100%;
    left: 0;
    z-index: 1;
    transform: scale(0.9);
    border-radius: 50%;
    top: 0;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 10px 30px rgba(0, 0, 0, 0.5);
    filter: brightness(0.9) contrast(1.1);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    height: 100%;
}.course_structuregui .img_roundgui::before {
    height: 100%;
    content: "";
    width: 100%;
    z-index: 2;
    top: 0;
    mix-blend-mode: multiply;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(
            circle at center,
            transparent 30%,
            rgba(0, 0, 0, 0.5) 100%
        );
}.course_structuregui .img_roundgui::after {
    z-index: 3;
    background: 
        conic-gradient(
            from 0deg,
            rgb(205,189,208,0.5) 0deg,
            transparent 120deg,
            rgb(169,129,178,0.5) 240deg,
            transparent 360deg
        );
    transition: opacity 0.5s ease;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.4;
    mix-blend-mode: overlay;
    content: "";
}.course_structuregui .fast_guidegui:hover .img_roundgui {
    transform: scale(0.95) rotate(2deg);
    filter: brightness(1) contrast(1.2);
}.course_structuregui .fast_guidegui:hover .img_roundgui::after {
    animation: rotateOverlay 20s linear infinite;
    opacity: 0.6;
}.course_structuregui .lesson_mapgui {
    display: flex;
    padding: 0;
    position: relative;
    flex-direction: column;
    width: 60%;
    z-index: 2;
    align-items: center;
}.course_structuregui .site_navbargui {
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 5;
    margin-bottom: 30px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    position: relative;
    align-items: center;
    width: 100px;
    justify-content: center;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.15),
        0 5px 15px rgb(205,189,208,0.5);
    transform: translateY(0);
    height: 100px;
}.course_structuregui .site_navbargui::before {
    left: -10px;
    z-index: -1;
    background: 
        conic-gradient(
            from 0deg,
            rgb(205,189,208) 0deg,
            rgb(205,189,208,0.5) 90deg,
            rgb(169,129,178,0.5) 180deg,
            rgb(169,129,178) 270deg,
            rgb(205,189,208) 360deg
        );
    right: -10px;
    top: -10px;
    position: absolute;
    animation: rotateLogo 10s linear infinite;
    opacity: 0.7;
    border-radius: 50%;
    content: "";
    bottom: -10px;
}.course_structuregui .site_navbargui::after {
    bottom: -20px;
    animation: pulseBorder 4s ease-in-out infinite;
    border: 2px dashed rgb(205,189,208,0.5);
    z-index: -2;
    opacity: 0.3;
    position: absolute;
    right: -20px;
    left: -20px;
    content: "";
    top: -20px;
    border-radius: 50%;
}.course_structuregui .site_navbargui:hover {
    box-shadow: 
        0 20px 45px rgba(0, 0, 0, 0.2),
        0 8px 25px rgb(205,189,208,0.5);
    transform: translateY(-10px);
}.course_structuregui .site_navbargui svg {
    transition: all 0.5s ease;
    filter: drop-shadow(0 3px 6px rgb(205,189,208,0.5));
    height: 50px;
    width: 50px;
}.course_structuregui .site_navbargui:hover svg {
    transform: rotate(15deg) scale(1.1);
}.course_structuregui .site_navbargui svg path {
    fill: rgb(205,189,208);
    transition: fill 0.5s ease;
}.course_structuregui .site_navbargui:hover svg path {
    fill: rgb(169,129,178);
}.course_structuregui h3 {
    width: 90%;
    transform: perspective(800px) rotateX(2deg);
    font-size: 29px;
    background: #ffffff;
    max-width: 600px;
    font-weight: 700;
    border-radius: 28px;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding: 25px 40px;
    color: #000000;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.course_structuregui h3::before {
    border-radius: 28px;
    content: "";
    width: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(205,189,208,0.5) 0%, transparent 100%);
    opacity: 0.1;
}.course_structuregui h3::after {
    content: "";
    transition: width 0.5s ease;
    width: 60px;
    left: 50%;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(205,189,208), rgb(169,129,178));
    bottom: -15px;
    transform: translateX(-50%);
}.course_structuregui .lesson_mapgui:hover h3 {
    transform: perspective(800px) rotateX(0deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.course_structuregui .lesson_mapgui:hover h3::after {
    width: 120px;
}.course_structuregui p {
    z-index: 4;
    border-radius: 28px;
    color: #000000;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(800px) rotateX(-2deg);
    background: #ffffff;
    max-width: 700px;
    font-size: 13px;
    position: relative;
    text-align: center;
    padding: 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    line-height: 1.8;
    width: 100%;
}.course_structuregui p::before {
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    border-radius: 28px;
    z-index: -1;
    width: 100%;
    background: linear-gradient(225deg, rgb(169,129,178,0.5) 0%, transparent 100%);
}.course_structuregui p::after {
    border-radius: 50%;
    top: -30px;
    transition: all 0.5s ease;
    width: 60px;
    position: absolute;
    background: rgb(169,129,178,0.5);
    right: 30px;
    opacity: 0.5;
    filter: blur(25px);
    z-index: -2;
    height: 60px;
    content: "";
}.course_structuregui .lesson_mapgui:hover p {
    transform: perspective(800px) rotateX(0deg);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.course_structuregui .lesson_mapgui:hover p::after {
    width: 80px;
    height: 80px;
    opacity: 0.7;
}

@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateLogo {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateOverlay {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course_structuregui {
    padding: 100px 0;
}.course_structuregui .fast_guidegui {
    min-height: 550px;
}.course_structuregui .lesson_mapgui {
    width: 70%;
}.course_structuregui .site_navbargui {
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
}.course_structuregui .site_navbargui svg {
    width: 45px;
    height: 45px;
}.course_structuregui h3 {
    padding: 22px 35px;
    font-size: calc(29px - 2px);
    margin-bottom: 25px;
}.course_structuregui p {
    font-size: calc(13px - 1px);
    padding: 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.course_structuregui {
    padding: 80px 0;
}.course_structuregui .fast_guidegui {
    min-height: 450px;
}.course_structuregui .img_roundgui {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: scale(0.85);
}.course_structuregui .fast_guidegui:hover .img_roundgui {
    transform: scale(0.9) rotate(3deg);
}.course_structuregui .lesson_mapgui {
    width: 80%;
}.course_structuregui .site_navbargui {
    margin-bottom: 20px;
    height: 80px;
    width: 80px;
}.course_structuregui .site_navbargui svg {
    height: 40px;
    width: 40px;
}.course_structuregui h3 {
    font-size: calc(29px - 4px);
    margin-bottom: 20px;
    width: 95%;
    padding: 20px 30px;
}.course_structuregui p {
    padding: 25px;
    line-height: 1.7;
    font-size: calc(13px - 1px);
}.course_structuregui h3::after {
    width: 50px;
    bottom: -12px;
}.course_structuregui .lesson_mapgui:hover h3::after {
    width: 100px;
}.course_structuregui p::after {
    width: 50px;
    top: -25px;
    height: 50px;
    right: 25px;
}.course_structuregui .lesson_mapgui:hover p::after {
    width: 65px;
    height: 65px;
}
}

@media (max-width: 767px) {.course_structuregui {
    padding: 60px 0;
}.course_structuregui .fast_guidegui {
    flex-direction: column;
    padding-bottom: 50px;
    min-height: auto;
}.course_structuregui .img_roundgui {
    margin: 30px 0;
    transform: scale(0.9);
    height: 300px;
    position: relative;
    border-radius: 20% 80% 80% 20% / 20% 20% 80% 80%;
}.course_structuregui .fast_guidegui:hover .img_roundgui {
    transform: scale(0.95) rotate(2deg);
}.course_structuregui .lesson_mapgui {
    order: 2;
    width: 100%;
}.course_structuregui .site_navbargui {
    height: 70px;
    transform: translateX(-50%);
    width: 70px;
    margin-bottom: 0;
    top: -30px;
    left: 50%;
    position: absolute;
    z-index: 10;
}.course_structuregui .site_navbargui::before,
    .course_structuregui .site_navbargui::after {
    display: none;
}.course_structuregui .site_navbargui svg {
    width: 35px;
    height: 35px;
}.course_structuregui .site_navbargui:hover {
    transform: translateX(-50%) translateY(-5px);
}.course_structuregui h3 {
    margin-bottom: 15px;
    font-size: calc(29px - 6px);
    transform: none;
    margin-top: 40px;
    width: 100%;
    padding: 20px;
}.course_structuregui p {
    transform: none;
    line-height: 1.6;
    padding: 20px;
    font-size: calc(13px - 2px);
}.course_structuregui h3::after {
    bottom: -10px;
    width: 40px;
}.course_structuregui .lesson_mapgui:hover h3::after {
    width: 80px;
}.course_structuregui p::after {
    display: none;
}.course_structuregui .lesson_mapgui:hover h3,
    .course_structuregui .lesson_mapgui:hover p {
    transform: none;
}}header {
    z-index: 1000;
    transition: all 0.4s ease;
    top: 0;
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    left: 0;
    background: linear-gradient(180deg, 
        rgb(205,189,208) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgb(205,189,208,0.5);
    backdrop-filter: blur(10px);
    width: 100%;
}header:before {
    content: '';
    background: 
        radial-gradient(circle at 15% 15%, rgb(205,189,208,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(169,129,178,0.5) 0%, transparent 25%);
    width: 100%;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    top: 0;
    pointer-events: none;
    left: 0;
}header:after {
    position: absolute;
    pointer-events: none;
    top: 0;
    mix-blend-mode: overlay;
    height: 100%;
    left: 0;
    opacity: 0.02;
    width: 100%;
    content: '';
}header .main_guidegui {
    overflow: hidden;
    position: relative;
}header .main_guidegui:before {
    height: 1px;
    content: '';
    left: -50%;
    opacity: 0.7;
    animation: scanlineGlow 4s linear infinite;
    position: absolute;
    bottom: 0;
    box-shadow: 0 0 15px rgb(205,189,208), 0 0 35px rgb(205,189,208);
    width: 200%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(205,189,208) 25%,
        #ffffff 50%,
        rgb(205,189,208) 75%,
        transparent 100%
    );
}header .container {
    padding: 18px 25px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}header .container:before {
    pointer-events: none;
    height: 100%;
    opacity: 0.5;
    mix-blend-mode: overlay;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    position: absolute;
    width: 100%;
    content: '';
}header .main_learngui {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}header .main_learngui:before {
    filter: blur(15px);
    transform: translateY(-50%);
    border-radius: 50%;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -10px;
    background: rgb(205,189,208);
    content: '';
    width: 20px;
    animation: breathe 5s infinite alternate;
    opacity: 0.3;
}header .main_learngui:after {
    position: absolute;
    filter: blur(15px);
    animation: breathe 5s infinite alternate-reverse;
    transform: translateY(-50%);
    content: '';
    background: rgb(169,129,178);
    top: 50%;
    height: 20px;
    border-radius: 50%;
    right: -10px;
    width: 20px;
    opacity: 0.3;
}header .nav_classgui {
    gap: 30px;
    position: relative;
    align-items: center;
    display: flex;
}header .nav_classgui:before {
    left: -5%;
    animation: menuGlow 10s infinite ease-in-out;
    width: 110%;
    content: '';
    filter: blur(5px);
    top: -5%;
    position: absolute;
    height: 110%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(205,189,208,0.5), 
        transparent
    );
    opacity: 0.15;
    transform: translateX(-100%);
}header .header_wrapgui {
    font-weight: 400;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 2px;
    text-shadow: 0 0 1px #ffffff;
}header .header_wrapgui:before {
    opacity: 0;
    transition: all 0.4s ease;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    transform: skewX(-20deg) scale(0.8, 1);
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(205,189,208,0.5), 
        transparent
    );
}header .header_wrapgui:after {
    position: absolute;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0.8;
    background: linear-gradient(90deg, 
        rgb(205,189,208),
        #ffffff 50%,
        rgb(205,189,208)
    );
    height: 2px;
    filter: blur(0.5px);
    content: '';
    transform: translateX(-50%);
    width: 0;
    left: 50%;
    bottom: -2px;
}header .header_wrapgui:hover {
    transform: translateY(-2px);
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(205,189,208);
    color: #ffffff;
}header .header_wrapgui:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}header .header_wrapgui:hover:after {
    box-shadow: 
        0 0 5px rgb(205,189,208),
        0 0 10px rgb(205,189,208);
    width: 100%;
}header .head_sitegui {
    justify-content: center;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 5px;
    align-items: center;
}header .head_sitegui:before {
    transition: opacity 0.5s ease;
    left: 50%;
    opacity: 0;
    content: '';
    top: 50%;
    height: 150%;
    width: 150%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: radial-gradient(circle, 
        rgb(205,189,208,0.5) 0%, 
        transparent 70%
    );
}header .head_sitegui:after {
    border-image: linear-gradient(45deg, rgb(205,189,208), rgb(169,129,178), rgb(205,189,208)) 1;
    border: 1px solid transparent;
    left: -5px;
    height: calc(100% + 10px);
    transition: all 0.5s ease;
    top: -5px;
    opacity: 0;
    position: absolute;
    content: '';
    width: calc(100% + 10px);
}header .head_sitegui:hover:before {
    opacity: 0.3;
}header .head_sitegui:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .head_sitegui svg {
    position: relative;
    width: auto;
    height: 45px;
    filter: drop-shadow(0 0 2px rgb(205,189,208,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .head_sitegui:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(205,189,208));
}header .head_sitegui:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(205,189,208), rgb(169,129,178), rgb(205,189,208)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(205,189,208), rgb(169,129,178), rgb(205,189,208)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(205,189,208), rgb(169,129,178), rgb(205,189,208)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav_classgui {
    gap: 20px;
}header .head_sitegui svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav_classgui {
    padding: 85px 30px 30px;
    gap: 25px;
    backdrop-filter: blur(15px);
    width: 85%;
    max-width: 330px;
    right: -100%;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(15px);
    height: 100vh;
    z-index: 1001;
    position: fixed;
    overflow-y: auto;
    top: 0;
    flex-direction: column;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}header .nav_classgui:before {
    opacity: 0.3;
    width: 80%;
    top: 70px;
    animation: none;
    height: 1px;
    left: 10%;
}header .nav_classgui:after {
    top: 20px;
    opacity: 0.6;
    height: 30px;
    right: 20px;
    position: absolute;
    content: '';
    border: 1px solid rgb(205,189,208,0.5);
    width: 30px;
    background: transparent;
}header .menu.active {
    right: 0;
}header .header_wrapgui {
    opacity: 0.8;
    border-bottom: 1px solid rgb(205,189,208,0.5);
    padding: 12px 5px;
    width: 100%;
    text-align: left;
}header .header_wrapgui:last-child {
    border-bottom: none;
}header .header_wrapgui:hover {
    opacity: 1;
    transform: translateY(0);
}header .head_sitegui {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .head_sitegui svg {
    height: 35px;
}header .nav_classgui {
    width: 100%;
    max-width: 100%;
}}.newslettergui {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), inset 0 2px 10px rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgb(205,189,208,0.5), rgb(205,189,208));
}.newslettergui::before {
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0;
    background: 
        radial-gradient(circle at 10% 20%, transparent 0%, transparent 80%, rgb(169,129,178,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(205,189,208,0.5) 0px, rgb(205,189,208) 2px, transparent 2px, transparent 10px);
    left: 0;
    pointer-events: none;
    content: "";
    right: 0;
    opacity: 0.05;
}.newslettergui::after {
    right: -10%;
    background: radial-gradient(circle, rgb(169,129,178,0.5) 0%, transparent 70%);
    height: 300px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    width: 300px;
    content: "";
    filter: blur(40px);
    bottom: -10%;
}.newslettergui .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    z-index: 2;
}.newslettergui .fast_guidegui {
    padding: 40px;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 24px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1),
                -8px -8px 20px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    backface-visibility: hidden;
    background-color: rgba(255, 255, 255, 0.9);
}.newslettergui .fast_guidegui:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15),
                -10px -10px 25px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.newslettergui h3 {
    text-align: center;
    font-size: 20px;
    position: relative;
    line-height: 1.4;
    margin-bottom: 25px;
    letter-spacing: 0.03em;
    font-weight: 600;
    color: #000000;
}.newslettergui h3::after {
    left: 50%;
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(205,189,208), rgb(169,129,178));
    height: 3px;
    content: "";
    width: 60px;
    border-radius: 50px;
}.newslettergui .input_holder {
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 15px;
    margin-top: 30px;
}.newslettergui .input_holder div {
    flex: 1;
    position: relative;
}.newslettergui .input_holder div::before {
    transform: translateY(-50%);
    transition: transform 0.3s, opacity 0.3s;
    z-index: 10;
    position: absolute;
    left: 15px;
    content: "✉";
    color: rgb(169,129,178);
    top: 50%;
    font-size: 16px;
    pointer-events: none;
    opacity: 0.7;
}.newslettergui .input_holder:focus-within div::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}.newslettergui input.news_panelgui {
    height: 60px;
    transition: all 0.3s ease;
    border-radius: 24px;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding: 0 20px 0 40px;
    width: 100%;
    box-shadow: inset 3px 3px 7px rgba(0, 0, 0, 0.1),
                inset -3px -3px 7px rgba(255, 255, 255, 0.7),
                4px 4px 10px rgba(0, 0, 0, 0.05);
}.newslettergui input.news_panelgui::placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    transition: opacity 0.3s ease, transform 0.3s ease;
}.newslettergui input.news_panelgui:focus {
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.1),
                inset -4px -4px 10px rgba(255, 255, 255, 0.7),
                0 0 0 3px rgba(rgb(205,189,208,0.5), 0.3);
    transform: translateY(-2px);
    outline: none;
}.newslettergui input.news_panelgui:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.3;
}.newslettergui .enroll_todaygui {
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.1),
                -4px -4px 12px rgba(255, 255, 255, 0.8),
                inset 1px 1px 3px rgba(255, 255, 255, 0.2);
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(135deg, rgb(205,189,208), rgb(169,129,178));
    font-size: 14px;
    font-weight: 600;
    border: none;
    height: 60px;
    color: #ffffff;
    border-radius: 24px;
    position: relative;
}.newslettergui .enroll_todaygui::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
    transition: left 0.7s ease;
    content: "";
    height: 100%;
    position: absolute;
    left: -100%;
}.newslettergui .enroll_todaygui:hover {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15),
                -5px -5px 15px rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
}.newslettergui .enroll_todaygui:hover::before {
    left: 100%;
}.newslettergui .enroll_todaygui:active {
    transform: translateY(1px);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1),
                -2px -2px 8px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(0, 0, 0, 0.1),
                inset -1px -1px 3px rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {.newslettergui .input_holder {
    align-items: center;
    flex-direction: row;
}.newslettergui .enroll_todaygui {
    padding: 0 30px;
    flex-shrink: 0;
    width: auto;
}.newslettergui .fast_guidegui {
    padding: 50px;
}.newslettergui h3 {
    font-size: calc(20px * 1.1);
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {.newslettergui {
    padding: 40px 0;
}.newslettergui .fast_guidegui {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 20px;
}.newslettergui h3 {
    line-height: 1.5;
    font-size: calc(20px * 0.9);
}.newslettergui .input_holder {
    margin-top: 25px;
}.newslettergui input.news_panelgui,
    .newslettergui .enroll_todaygui {
    height: 55px;
}
}

@media (max-width: 480px) {.newslettergui {
    padding: 30px 0;
}.newslettergui .fast_guidegui {
    padding: 25px 15px;
}.newslettergui h3 {
    font-size: calc(20px * 0.85);
}.newslettergui input.news_panelgui,
    .newslettergui .enroll_todaygui {
    height: 50px;
}.newslettergui input.news_panelgui {
    padding-left: 35px;
}.newslettergui .input_holder div::before {
    left: 12px;
    font-size: 14px;
}}.pricing_deckgui {
    padding: 120px 0;
    position: relative;
    background: rgb(243,240,244);
    overflow: hidden;
}.pricing_deckgui::before {
    background: linear-gradient(135deg, rgb(205,189,208,0.5), rgb(169,129,178,0.5));
    left: 0;
    top: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.08;
}.pricing_deckgui .container {
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.pricing_deckgui .rate_plansgui {
    display: flex;
    flex-direction: column-reverse;
    gap: 60px;
}.pricing_deckgui .price_plangui {
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    max-width: 800px;
}.pricing_deckgui .price_plangui h2 {
    position: relative;
    font-size: 37px;
    margin-bottom: 20px;
    color: #000000;
    display: inline-block;
    font-weight: 700;
}.pricing_deckgui .price_plangui h2::after {
    background: linear-gradient(90deg, rgb(205,189,208), rgb(169,129,178));
    width: 80px;
    position: absolute;
    border-radius: 3px;
    left: 50%;
    content: "";
    bottom: -10px;
    transform: translateX(-50%);
    height: 3px;
}.pricing_deckgui .plan_matrixgui {
    margin-left: auto;
    max-width: 600px;
    color: #000000;
    margin-right: auto;
    line-height: 1.7;
    font-size: 18px;
    margin-top: 20px;
}.pricing_deckgui .tuition_tablegui {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}.pricing_deckgui .cert_costgui {
    z-index: 1;
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
}.pricing_deckgui .cert_costgui:hover {
    transform: translateY(-8px);
}.pricing_deckgui .rate_schemesgui {
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    flex-direction: column;
    display: flex;
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 16px;
    height: 100%;
}.pricing_deckgui .cert_costgui:hover .rate_schemesgui {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}.pricing_deckgui .learn_packsgui {
    position: relative;
    flex: 1;
    padding: 30px;
    z-index: 2;
}.pricing_deckgui .learn_packsgui h3 {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
    font-size: 24px;
}.pricing_deckgui .learn_packsgui h3::after {
    background: rgb(205,189,208);
    transition: width 0.3s ease;
    position: absolute;
    height: 3px;
    left: 0;
    border-radius: 2px;
    content: "";
    width: 40px;
    bottom: 0;
}.pricing_deckgui .cert_costgui:hover .learn_packsgui h3::after {
    width: 60px;
}.pricing_deckgui .skill_offersgui {
    background-clip: text !important;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 700;
    color: transparent;
    color: rgb(205,189,208);
    -webkit-background-clip: text !important;
    position: relative;
    display: inline-block;
    background: linear-gradient(135deg, rgb(205,189,208), rgb(169,129,178));
}.pricing_deckgui .skill_offersgui::before {
    background: linear-gradient(90deg, rgb(205,189,208,0.5), transparent);
    bottom: -5px;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 1px;
}.pricing_deckgui .learn_packsgui p {
    line-height: 1.6;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 20px;
    word-break: break-word;
    position: relative;
    font-size: calc(18px - 2px);
}.pricing_deckgui .img_roundgui {
    border-radius: 0 0 12px 12px;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
    width: 100%;
    height: 220px;
}.pricing_deckgui .img_roundgui::after {
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    opacity: 0.6;
    z-index: 1;
    content: "";
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    bottom: 0;
}.pricing_deckgui .cert_costgui:hover .img_roundgui::after {
    opacity: 0.3;
}

@media (min-width: 768px) {.pricing_deckgui .tuition_tablegui {
    grid-template-columns: repeat(2, 1fr);
}.pricing_deckgui .rate_schemesgui {
    height: 100%;
}.pricing_deckgui .img_roundgui {
    height: 240px;
}
}

@media (min-width: 992px) {.pricing_deckgui {
    padding: 160px 0;
}.pricing_deckgui .rate_plansgui {
    flex-direction: row;
    align-items: center;
    gap: 80px;
}.pricing_deckgui .price_plangui {
    text-align: left;
    padding: 0;
    flex: 0 0 30%;
}.pricing_deckgui .price_plangui h2 {
    font-size: calc(37px + 4px);
}.pricing_deckgui .price_plangui h2::after {
    left: 0;
    transform: none;
}.pricing_deckgui .plan_matrixgui {
    margin-left: 0;
}.pricing_deckgui .tuition_tablegui {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.pricing_deckgui .tuition_tablegui {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_deckgui .learn_packsgui {
    padding: 40px;
}.pricing_deckgui .img_roundgui {
    height: 260px;
}.pricing_deckgui .cert_costgui:nth-child(odd) {
    transform: translateY(20px);
}.pricing_deckgui .cert_costgui:nth-child(odd):hover {
    transform: translateY(12px);
}.pricing_deckgui .cert_costgui:nth-child(even):hover {
    transform: translateY(-8px);
}
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

@media (prefers-reduced-motion: no-preference) {.pricing_deckgui .cert_costgui:active .rate_schemesgui {
    transition: transform 0.2s ease;
    transform: scale(0.98);
}
}

@media (max-width: 767px) {.pricing_deckgui {
    padding: 80px 0;
}.pricing_deckgui .rate_plansgui {
    gap: 40px;
}.pricing_deckgui .price_plangui h2 {
    font-size: calc(37px - 4px);
}.pricing_deckgui .img_roundgui {
    height: 200px;
}.pricing_deckgui .learn_packsgui {
    padding: 25px;
}.pricing_deckgui .skill_offersgui {
    font-size: 1.5rem;
}}.course_fit_forgui {
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(243,240,244) 0%, rgb(169,129,178,0.5) 100%);
    padding: 100px 0;
}.course_fit_forgui::before {
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.5;
    content: "";
    width: 100%;
    left: 0;
    z-index: 0;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(205,189,208,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(169,129,178,0.5) 0%, transparent 50%);
}.course_fit_forgui::after {
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(205,189,208,0.5) 0,
            rgb(205,189,208,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(169,129,178,0.5) 0,
            rgb(169,129,178,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.1;
    height: 100%;
    content: "";
}.course_fit_forgui .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.course_fit_forgui .fast_guidegui {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex-direction: column;
    backdrop-filter: blur(10px);
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(0);
    position: relative;
}.course_fit_forgui .fast_guidegui:hover {
    transform: translateY(-10px);
}.course_fit_forgui h4 {
    margin: 0;
    position: relative;
    background: linear-gradient(120deg, rgb(205,189,208) 0%, rgb(169,129,178) 100%);
    padding: 35px 30px;
    font-size: 34px;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    text-align: center;
}.course_fit_forgui h4::before {
    height: 100%;
    position: absolute;
    opacity: 0.5;
    left: 0;
    content: "";
    width: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    top: 0;
}.course_fit_forgui div {
    background: #ffffff;
    padding: 40px;
}.course_fit_forgui div p {
    font-weight: 400;
    line-height: 1.6;
    border-radius: 10px;
    z-index: 1;
    background: #ffffff;
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    color: #000000;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}.course_fit_forgui div p:last-child {
    margin-bottom: 0;
}.course_fit_forgui div p::before {
    transition: all 0.3s ease;
    height: 100%;
    background: linear-gradient(180deg, rgb(205,189,208), rgb(169,129,178));
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 4px;
}.course_fit_forgui div p::after {
    left: 0;
    z-index: -1;
    content: "";
    transition: opacity 0.3s ease;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgba(rgb(205,189,208), 0.05) 0%, 
        rgba(rgb(169,129,178), 0.05) 100%
    );
    width: 100%;
    height: 100%;
    opacity: 0;
}.course_fit_forgui div p:hover {
    transform: translateX(5px);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.course_fit_forgui div p:hover::before {
    width: 8px;
}.course_fit_forgui div p:hover::after {
    opacity: 1;
}.course_fit_forgui div p svg {
    min-width: 28px;
    height: 28px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    width: 28px;
    margin-right: 18px;
}.course_fit_forgui div p:hover svg {
    transform: scale(1.15);
}.course_fit_forgui div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(205,189,208);
}.course_fit_forgui div p:hover svg path {
    fill: rgb(169,129,178);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {.course_fit_forgui {
    padding: 80px 0;
}.course_fit_forgui h4 {
    padding: 30px 25px;
    font-size: calc(34px - 2px);
}.course_fit_forgui div {
    padding: 30px;
}.course_fit_forgui div p {
    padding: 15px;
    margin-bottom: 15px;
}.course_fit_forgui div p svg {
    margin-right: 15px;
    height: 24px;
    min-width: 24px;
    width: 24px;
}
}

@media (max-width: 767px) {.course_fit_forgui {
    padding: 60px 0;
}.course_fit_forgui h4 {
    padding: 25px 20px;
    font-size: calc(34px - 4px);
}.course_fit_forgui div {
    padding: 25px 20px;
}.course_fit_forgui div p {
    padding: 12px 15px;
    margin-bottom: 12px;
}.course_fit_forgui div p svg {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
}
}

@media (max-width: 479px) {.course_fit_forgui {
    padding: 40px 0;
}.course_fit_forgui h4 {
    font-size: calc(34px - 6px);
    padding: 20px 15px;
}.course_fit_forgui div {
    padding: 20px 15px;
}.course_fit_forgui div p {
    margin-bottom: 10px;
    padding: 10px 12px;
    font-size: calc(14px - 1px);
}.course_fit_forgui div p svg {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-right: 10px;
}}.meet_usgui {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0 100px;
    position: relative;
}.meet_usgui::before {
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.85) 100%);
    width: 100%;
}.meet_usgui::after {
    position: absolute;
    width: 100%;
    pointer-events: none;
    top: -50%;
    right: -50%;
    transform: rotate(-15deg);
    height: 200%;
    z-index: 2;
    background: linear-gradient(135deg, rgb(205,189,208,0.5) 0%, transparent 70%);
    content: "";
}.meet_usgui .container {
    display: flex;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
    flex-direction: column;
    padding: 0 20px;
}.meet_usgui h2 {
    position: relative;
    transition: transform 0.5s ease-out;
    transform-origin: left center;
    margin-bottom: 50px;
    font-size: calc(31px * 1.2);
    transform: perspective(1000px) rotateY(5deg);
    align-self: flex-start;
    font-weight: 700;
}.meet_usgui h2::after {
    left: 0;
    transform-origin: left center;
    background: rgb(205,189,208);
    height: 4px;
    position: absolute;
    content: "";
    width: 120px;
    bottom: -15px;
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.meet_usgui h2:hover {
    transform: perspective(1000px) rotateY(0deg);
}.meet_usgui h2:hover::after {
    transform: scaleX(1.5);
}.meet_usgui .legend_holdergui {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    position: relative;
    transform: translateX(0) translateY(0);
    grid-template-columns: 1fr;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    display: grid;
    border-left: 3px solid rgb(205,189,208);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
    backdrop-filter: blur(8px);
    gap: 30px;
    padding: 40px;
    -webkit-backdrop-filter: blur(8px);
}.meet_usgui .legend_holdergui:hover {
    transform: translateX(5px) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.25), 0 15px 30px rgba(0,0,0,0.2);
}.meet_usgui .legend_holdergui > div {
    position: relative;
}.meet_usgui .legend_holdergui p {
    font-size: calc(18px * 1.5);
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 15px;
    transform-origin: left center;
    transition: letter-spacing 0.3s ease;
    margin-bottom: 20px;
}.meet_usgui .legend_holdergui p:hover {
    letter-spacing: 1px;
}.meet_usgui .legend_holdergui div div {
    padding-right: 15px;
    overflow-y: auto;
    font-size: 18px;
    margin-top: 20px;
    position: relative;
    max-height: 400px;
    line-height: 1.8;
    text-align: justify;
    color: rgba(255,255,255,0.9);
}.meet_usgui .legend_holdergui div div::-webkit-scrollbar {
    width: 5px;
}.meet_usgui .legend_holdergui div div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.meet_usgui .legend_holdergui div div::-webkit-scrollbar-thumb {
    background: rgb(205,189,208);
    border-radius: 10px;
}.meet_usgui .legend_holdergui div div::after {
    bottom: 0;
    opacity: 0;
    position: absolute;
    content: "";
    height: 40px;
    pointer-events: none;
    transition: opacity 0.3s ease;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    left: 0;
}.meet_usgui .legend_holdergui div div:hover::after {
    opacity: 1;
}

@media (min-width: 768px) {.meet_usgui {
    padding: 150px 0 130px;
}.meet_usgui::after {
    transform: rotate(-25deg);
    right: -30%;
    top: -30%;
}.meet_usgui .container {
    padding: 0 40px;
}.meet_usgui h2 {
    font-size: calc(31px * 1.5);
    margin-bottom: 70px;
    margin-left: 60px;
}.meet_usgui h2::after {
    height: 5px;
    width: 150px;
}.meet_usgui .legend_holdergui {
    max-width: 90%;
    grid-template-columns: 1fr;
    margin-left: 60px;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 60px;
}.meet_usgui .legend_holdergui:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.meet_usgui .legend_holdergui div div {
    max-height: 450px;
    column-count: 2;
    column-gap: 40px;
}
}

@media (min-width: 1024px) {.meet_usgui {
    padding: 180px 0 160px;
}.meet_usgui::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%);
}.meet_usgui::after {
    top: -20%;
    right: -20%;
    height: 180%;
    width: 90%;
    transform: rotate(-35deg);
}.meet_usgui .container {
    padding: 0 60px;
}.meet_usgui h2 {
    margin-bottom: 90px;
    font-size: calc(31px * 1.8);
    margin-left: 120px;
}.meet_usgui h2::after {
    width: 180px;
    height: 6px;
}.meet_usgui .legend_holdergui {
    max-width: 80%;
    margin-left: 120px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.25), 0 15px 30px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    padding: 80px;
}.meet_usgui .legend_holdergui p {
    padding-bottom: 20px;
    font-size: calc(18px * 1.8);
    margin-bottom: 30px;
}.meet_usgui .legend_holdergui div div {
    column-gap: 60px;
    max-height: 500px;
    column-count: 2;
    line-height: 1.9;
    font-size: calc(18px * 1.1);
}
}

@media (max-width: 767px) {.meet_usgui {
    padding: 80px 0 60px;
}.meet_usgui::after {
    opacity: 0.6;
}.meet_usgui .container {
    padding: 0 20px;
}.meet_usgui h2 {
    margin-bottom: 40px;
    font-size: 31px;
    transform: none;
    align-self: center;
}.meet_usgui h2::after {
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
}.meet_usgui h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.meet_usgui .legend_holdergui {
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    padding: 30px 20px;
}.meet_usgui .legend_holdergui p {
    font-size: calc(18px * 1.2);
    text-align: center;
}.meet_usgui .legend_holdergui div div {
    max-height: 350px;
    line-height: 1.6;
    font-size: 18px;
}}.contact_panelgui {
    padding: 100px 0;
    position: relative;
    background: #000000;
    overflow: hidden;
}.contact_panelgui::before {
    content: '';
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(205,189,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(169,129,178,0.5) 0%, transparent 40%);
    position: absolute;
    z-index: 1;
    opacity: 0.2;
    top: 0;
    left: 0;
}.contact_panelgui::after {
    top: 0;
    position: absolute;
    z-index: 1;
    content: '';
    left: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(205,189,208,0.5) 95.5%, transparent 96%),
        linear-gradient(0deg, transparent 95%, rgb(169,129,178,0.5) 95.5%, transparent 96%);
    height: 100%;
    background-size: 20px 20px;
    width: 100%;
    opacity: 0.1;
}.contact_panelgui .img_roundgui {
    width: 50%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.7;
    height: 100%;
}.contact_panelgui .img_roundgui::before {
    right: 0;
    background: linear-gradient(to right, #000000 0%, transparent 50%, #000000 100%);
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
}.contact_panelgui .img_roundgui::after {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    content: '';
    top: 0;
}.contact_panelgui .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.contact_panelgui h3 {
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: 700;
    text-shadow: 
        0 0 5px rgb(205,189,208),
        0 0 10px rgb(205,189,208),
        0 0 15px rgb(205,189,208);
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
}.contact_panelgui .request_boxgui {
    background: rgba(30, 30, 30, 0.7);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1100px;
    box-shadow: 
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 0 30px rgba(0, 0, 0, 0.5),
        0 0 10px rgb(205,189,208,0.5),
        0 0 20px rgb(169,129,178,0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    border-radius: 23px;
    backdrop-filter: blur(10px);
}.contact_panelgui .request_messagegui {
    padding: 50px;
    position: relative;
    flex: 3;
}.contact_panelgui form h3 {
    text-align: left;
    font-size: 21px;
    margin-bottom: 30px;
    text-shadow: 0 0 5px rgb(205,189,208);
}.contact_panelgui input[type="text"],
.contact_panelgui textarea {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
    width: 100%;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 17px;
    border: 1px solid rgba(rgb(205,189,208,0.5), 0.3);
    transition: all 0.3s ease;
    padding: 15px;
    font-family: Arial, sans-serif;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}.contact_panelgui input[type="text"]:focus,
.contact_panelgui textarea:focus {
    box-shadow: 
        inset 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 5px rgb(205,189,208,0.5);
    border-color: rgb(205,189,208);
    outline: none;
}.contact_panelgui input[type="text"]::placeholder,
.contact_panelgui textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_panelgui textarea {
    height: 140px;
    resize: none;
}.contact_panelgui .reach_boxgui {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
    position: relative;
}.contact_panelgui .reach_boxgui input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_panelgui .reach_boxgui label {
    font-size: 14px;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
}.contact_panelgui .reach_boxgui label::before {
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgb(205,189,208,0.5);
    border-radius: 10px;
    left: 0;
    height: 20px;
    content: '';
    position: absolute;
    width: 20px;
    top: 2px;
    border: 1px solid rgb(205,189,208);
    transition: all 0.3s ease;
}.contact_panelgui .reach_boxgui input[type="checkbox"]:checked + label::before {
    background: rgb(205,189,208);
    box-shadow: 0 0 8px rgb(205,189,208);
}.contact_panelgui .reach_boxgui input[type="checkbox"]:checked + label::after {
    position: absolute;
    width: 6px;
    transform: rotate(45deg);
    border: solid #ffffff;
    left: 7px;
    content: '';
    border-width: 0 2px 2px 0;
    height: 12px;
    top: 5px;
}.contact_panelgui .reach_boxgui a {
    transition: all 0.3s ease;
    text-decoration: none;
    text-shadow: 0 0 3px rgb(205,189,208);
    color: rgb(205,189,208);
}.contact_panelgui .reach_boxgui a:hover {
    text-shadow: 0 0 5px rgb(169,129,178);
    color: rgb(169,129,178);
}.contact_panelgui .help_feedbackgui {
    box-shadow: 0 0 15px rgb(205,189,208,0.5);
    background: rgb(205,189,208);
    color: #ffffff;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 15px 35px;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 16px;
    border: none;
    border-radius: 10px;
}.contact_panelgui .help_feedbackgui::before {
    content: '';
    position: absolute;
    transition: left 0.7s ease;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.contact_panelgui .help_feedbackgui:hover {
    background: rgb(169,129,178);
    box-shadow: 0 0 20px rgb(169,129,178);
    transform: translateY(-3px);
}.contact_panelgui .help_feedbackgui:hover::before {
    left: 100%;
}.contact_panelgui .reach_messagegui {
    display: flex;
    background: rgba(0, 0, 0, 0.4);
    padding: 50px;
    backdrop-filter: blur(5px);
    position: relative;
    flex-direction: column;
    flex: 2;
    justify-content: center;
}.contact_panelgui .reach_messagegui::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(205,189,208,0.5) 0%, transparent 100%);
    height: 100%;
    top: 0;
    content: '';
    opacity: 0.1;
    width: 100%;
    left: 0;
}.contact_panelgui .reach_messagegui h4 {
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 0 5px rgb(205,189,208);
    margin-bottom: 30px;
}.contact_panelgui .reach_messagegui h4::after {
    box-shadow: 0 0 5px rgb(205,189,208);
    left: 0;
    background: rgb(205,189,208);
    position: absolute;
    content: '';
    bottom: -10px;
    width: 50px;
    height: 2px;
}.contact_panelgui .inquiry_supportgui {
    margin: 0;
    padding: 0;
    list-style: none;
}.contact_panelgui .inquiry_supportgui li {
    margin-bottom: 25px;
    transition: transform 0.3s ease;
    align-items: flex-start;
    display: flex;
}.contact_panelgui .inquiry_supportgui li:hover {
    transform: translateX(5px);
}.contact_panelgui .inquiry_supportgui svg {
    margin-right: 15px;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    margin-top: 2px;
}.contact_panelgui .inquiry_supportgui svg path {
    filter: drop-shadow(0 0 3px rgb(205,189,208));
    transition: fill 0.3s ease;
    fill: rgb(205,189,208);
}.contact_panelgui .inquiry_supportgui li:hover svg path {
    filter: drop-shadow(0 0 5px rgb(169,129,178));
    fill: rgb(169,129,178);
}.contact_panelgui .inquiry_supportgui span {
    font-size: 17px;
    line-height: 1.6;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.contact_panelgui .inquiry_supportgui a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.contact_panelgui .inquiry_supportgui a:hover {
    text-shadow: 0 0 5px rgb(205,189,208,0.5);
    color: rgb(205,189,208);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(205,189,208,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@media (max-width: 992px) {.contact_panelgui .img_roundgui {
    width: 100%;
    opacity: 0.3;
    height: 40%;
}.contact_panelgui .request_boxgui {
    flex-direction: column;
    max-width: 700px;
}.contact_panelgui .request_messagegui,
    .contact_panelgui .reach_messagegui {
    padding: 40px;
    width: 100%;
}
}

@media (max-width: 768px) {.contact_panelgui {
    padding: 80px 0;
}.contact_panelgui h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 40px;
}.contact_panelgui .request_messagegui,
    .contact_panelgui .reach_messagegui {
    padding: 30px;
}.contact_panelgui form h3,
    .contact_panelgui .reach_messagegui h4 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 576px) {.contact_panelgui {
    padding: 60px 0;
}.contact_panelgui h3 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.contact_panelgui .request_messagegui,
    .contact_panelgui .reach_messagegui {
    padding: 25px 20px;
}.contact_panelgui input[type="text"],
    .contact_panelgui textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_panelgui .help_feedbackgui {
    padding: 12px;
    width: 100%;
}}footer {
    position: relative;
    width: 100%;
}footer .law_resgui {
    position: relative;
    padding: 80px 0 30px;
    background-color: rgb(169,129,178);
    color: #ffffff;
    font-family: Arial, sans-serif;
}footer .law_resgui::before {
    left: 0;
    background-size: 80px 140px;
    background-image: 
        linear-gradient(30deg, rgb(169,129,178) 12%, transparent 12.5%, transparent 87%, rgb(169,129,178) 87.5%, rgb(169,129,178)),
        linear-gradient(150deg, rgb(169,129,178) 12%, transparent 12.5%, transparent 87%, rgb(169,129,178) 87.5%, rgb(169,129,178)),
        linear-gradient(30deg, rgb(169,129,178) 12%, transparent 12.5%, transparent 87%, rgb(169,129,178) 87.5%, rgb(169,129,178)),
        linear-gradient(150deg, rgb(169,129,178) 12%, transparent 12.5%, transparent 87%, rgb(169,129,178) 87.5%, rgb(169,129,178)),
        linear-gradient(60deg, rgb(205,189,208,0.5) 25%, transparent 25.5%, transparent 75%, rgb(205,189,208,0.5) 75%, rgb(205,189,208,0.5)),
        linear-gradient(60deg, rgb(205,189,208,0.5) 25%, transparent 25.5%, transparent 75%, rgb(205,189,208,0.5) 75%, rgb(205,189,208,0.5));
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    position: absolute;
    content: "";
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    opacity: 0.05;
}footer .law_resgui::after {
    top: 0;
    position: absolute;
    height: 5px;
    left: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, rgb(205,189,208), rgb(169,129,178));
    width: 100%;
}footer .design_resgui {
    position: relative;
    z-index: 1;
}footer .reach_formgui {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    gap: 20px;
    display: flex;
}footer .info_item {
    justify-content: center;
    cursor: pointer;
    min-height: 60px;
    align-items: center;
    transition: all 0.4s ease;
    min-width: 200px;
    max-width: 300px;
    padding: 20px 25px;
    position: relative;
    display: flex;
    background-color: rgba(255, 255, 255, 0.03);
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    flex: 0 1 auto;
}footer .info_item::before {
    right: 3px;
    content: "";
    z-index: -1;
    top: 3px;
    background-color: rgb(169,129,178);
    bottom: 3px;
    left: 3px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    position: absolute;
    pointer-events: none;
}footer .info_item:hover {
    background-color: rgb(205,189,208);
    transform: translateY(-5px);
}footer .info_item svg {
    margin-right: 12px;
    height: 20px;
    transition: fill 0.3s ease;
    flex-shrink: 0;
    width: 20px;
    fill: rgb(205,189,208);
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    align-items: center;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    height: 100%;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 1;
}footer .text_main_holder {
    gap: 50px;
    padding-top: 40px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}footer .text_main_holder::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    height: 1px;
    top: 0;
    left: 10%;
    position: absolute;
    content: "";
    pointer-events: none;
    width: 80%;
}footer .site_navbargui {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    justify-content: center;
    text-align: center;
    padding: 20px;
    flex-direction: column;
    max-width: 350px;
    margin: 0 auto;
    align-items: center;
    display: flex;
    position: relative;
}footer .site_navbargui::before {
    background-color: rgb(169,129,178);
    position: absolute;
    bottom: 3px;
    pointer-events: none;
    z-index: -1;
    left: 3px;
    content: "";
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    top: 3px;
    right: 3px;
}footer .site_navbargui svg {
    width: auto;
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}footer .cert_displaygui {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .nav_classgui {
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 18px;
}footer .nav_classgui h5 {
    font-size: 19px;
    color: #ffffff;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
}footer .nav_classgui h5::after {
    pointer-events: none;
    bottom: 0;
    height: 2px;
    left: 0;
    content: "";
    width: 50px;
    background-color: rgb(205,189,208);
    position: absolute;
}footer .header_maingui {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 20px;
    display: grid;
}footer .header_maingui a {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.03);
    align-items: center;
    font-size: 16px;
    display: flex;
    padding: 12px 15px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
}footer .header_maingui a::before {
    top: 50%;
    width: 0;
    left: 5px;
    position: absolute;
    content: "";
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid rgb(205,189,208);
}footer .header_maingui a:hover {
    padding-left: 25px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}footer .header_maingui a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    position: relative;
    padding: 30px;
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .subscribe_holder::before {
    pointer-events: none;
    border-radius: 18px;
    height: 100%;
    left: 0;
    opacity: 0.05;
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(205,189,208,0.5) 49%, rgb(205,189,208,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(205,189,208,0.5) 49%, rgb(205,189,208,0.5) 51%, transparent 52%);
}footer .subscribe_holder h5 {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #ffffff;
}footer .subscribe_holder p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    position: relative;
    display: flex;
    gap: 15px;
    width: 100%;
    flex-direction: column;
    z-index: 5;
}footer .input_holder input[type="email"] {
    z-index: 5;
    border-radius: 10px;
    font-size: 16px;
    cursor: text;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: relative;
    -webkit-appearance: none;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    appearance: none;
    padding: 14px 16px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.08);
    outline: none;
    border-color: rgb(205,189,208);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .enroll_todaygui {
    color: #ffffff;
    border: none;
    cursor: pointer;
    background-color: rgb(205,189,208);
    text-align: center;
    width: 100%;
    padding: 14px 20px;
    transition: all 0.3s ease;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    z-index: 5;
    border-radius: 10px;
}footer .enroll_todaygui:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(169,129,178);
}footer .job_boardgui {
    text-align: center;
    margin-top: 50px;
    position: relative;
}footer .proposal_ctagui {
    display: inline-block;
    padding: 0 20px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}footer .proposal_ctagui::before,
footer .proposal_ctagui::after {
    width: 20px;
    content: "";
    position: absolute;
    top: 50%;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.2);
    height: 1px;
}footer .proposal_ctagui::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .proposal_ctagui::after {
    transform: rotate(45deg);
    right: -10px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .enroll_todaygui {
    min-width: 150px;
    width: auto;
    flex-shrink: 0;
}footer .input_holder input[type="email"] {
    flex: 1;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .header_maingui {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .law_resgui {
    padding: 60px 0 30px;
}footer .reach_formgui {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .nav_classgui, footer .subscribe_holder {
    padding: 25px 20px;
}footer .site_navbargui {
    padding: 15px;
    margin-bottom: 20px;
}footer .job_boardgui {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .law_resgui {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .nav_classgui h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(19px - 2px);
}footer .nav_classgui, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .enroll_todaygui {
    padding: 12px;
}}.privacy_retreatgui {
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 4rem 2rem;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, rgb(243,240,244), #ffffff 80%);
    position: relative;
}.privacy_retreatgui::before {
    position: absolute;
    top: 0;
    transform-origin: left;
    left: 0;
    height: 5px;
    transform: scaleX(0.97);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    background: linear-gradient(90deg, rgb(205,189,208), rgb(169,129,178));
    content: "";
}.privacy_retreatgui:hover::before {
    transform: scaleX(1);
}.privacy_retreatgui::after {
    height: 100%;
    position: absolute;
    bottom: 0;
    opacity: 0.03;
    z-index: 0;
    content: "";
    background: linear-gradient(to left, rgb(205,189,208,0.5), transparent);
    right: 0;
    transform: skewX(-12deg) translateX(30%);
    width: 50%;
}.privacy_retreatgui .container {
    position: relative;
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
}.privacy_retreatgui h1 {
    position: relative;
    letter-spacing: -0.03em;
    transform: translateX(-0.5rem);
    transition: transform 0.3s ease;
    margin-bottom: 2rem;
    color: rgb(205,189,208);
    font-weight: 700;
    padding-bottom: 1rem;
    font-size: 38px;
}.privacy_retreatgui h1::after {
    transform-origin: left;
    background: rgb(169,129,178);
    transition: width 0.4s ease-out;
    content: "";
    height: 3px;
    bottom: 0;
    width: 80px;
    position: absolute;
    left: 0;
}.privacy_retreatgui:hover h1::after {
    width: 120px;
}.privacy_retreatgui h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 1.25rem;
    position: relative;
    border-left: 3px solid rgb(205,189,208);
    margin-top: 2.5rem;
    transition: padding-left 0.3s ease;
    padding-left: 1rem;
    color: #000000;
}.privacy_retreatgui h2:hover {
    padding-left: 1.5rem;
}.privacy_retreatgui h3 {
    font-size: calc(36px * 0.85);
    margin-top: 2rem;
    margin-bottom: 1rem;
    position: relative;
    font-weight: 600;
    color: #000000;
}.privacy_retreatgui h4 {
    margin-top: 1.75rem;
    position: relative;
    color: #000000;
    margin-bottom: 0.75rem;
    display: inline-block;
    font-weight: 400;
    font-size: calc(36px * 0.7);
}.privacy_retreatgui h4::after {
    width: 100%;
    left: 0;
    position: absolute;
    height: 1px;
    bottom: -5px;
    background: linear-gradient(to right, rgb(169,129,178), transparent);
    content: "";
}.privacy_retreatgui p {
    transition: transform 0.3s ease;
    font-size: 17px;
    padding-right: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
}.privacy_retreatgui p:hover {
    transform: translateX(5px);
}.privacy_retreatgui p strong {
    font-weight: 600;
    display: inline-block;
    color: rgb(205,189,208);
    position: relative;
}.privacy_retreatgui p strong::after {
    height: 1px;
    position: absolute;
    content: "";
    background-color: rgb(205,189,208,0.5);
    width: 100%;
    transform-origin: left;
    bottom: -2px;
    transform: scaleX(0.7);
    transition: transform 0.3s ease;
    left: 0;
}.privacy_retreatgui p strong:hover::after {
    transform: scaleX(1);
}.privacy_retreatgui span {
    margin-bottom: 1.5rem;
    font-size: 17px;
    color: #000000;
    border-left: 1px dashed rgb(169,129,178,0.5);
    line-height: 1.7;
    padding-left: 1rem;
    display: block;
}.privacy_retreatgui ul {
    padding: 0;
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}.privacy_retreatgui li {
    line-height: 1.6;
    color: #000000;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-size: 17px;
    position: relative;
    transition: transform 0.3s ease;
}.privacy_retreatgui li:hover {
    transform: translateX(5px);
}.privacy_retreatgui li::before {
    content: "";
    width: 8px;
    left: 0;
    transform: rotate(45deg);
    position: absolute;
    top: 0.5rem;
    background-color: rgb(169,129,178);
    transition: transform 0.3s ease, background-color 0.3s ease;
    height: 8px;
}.privacy_retreatgui li:hover::before {
    transform: rotate(225deg);
    background-color: rgb(205,189,208);
}


@media (max-width: 991px) {.privacy_retreatgui {
    padding: 3rem 1.5rem;
}.privacy_retreatgui h1 {
    font-size: calc(38px * 0.9);
}.privacy_retreatgui h2 {
    font-size: calc(36px * 0.9);
}.privacy_retreatgui p, .privacy_retreatgui span, .privacy_retreatgui li {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 767px) {.privacy_retreatgui {
    padding: 2.5rem 1.25rem;
}.privacy_retreatgui::after {
    display: none;
}.privacy_retreatgui h1 {
    font-size: calc(38px * 0.8);
    transform: translateX(0);
}.privacy_retreatgui h2 {
    padding-left: 0.75rem;
    font-size: calc(36px * 0.8);
}.privacy_retreatgui h3 {
    font-size: calc(36px * 0.7);
}.privacy_retreatgui h4 {
    font-size: calc(36px * 0.6);
}.privacy_retreatgui p, .privacy_retreatgui span, .privacy_retreatgui li {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.privacy_retreatgui ul {
    margin-left: 0.5rem;
}.privacy_retreatgui li {
    padding-left: 1.25rem;
}
}

@media (max-width: 480px) {.privacy_retreatgui {
    padding: 2rem 1rem;
}.privacy_retreatgui h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.7);
}.privacy_retreatgui h1::after {
    width: 60px;
}.privacy_retreatgui:hover h1::after {
    width: 80px;
}.privacy_retreatgui h2 {
    margin-bottom: 1rem;
    font-size: calc(36px * 0.7);
    margin-top: 2rem;
}.privacy_retreatgui p, .privacy_retreatgui span, .privacy_retreatgui li {
    line-height: 1.5;
    margin-bottom: 1.25rem;
    font-size: calc(17px * 0.85);
}.privacy_retreatgui li::before {
    height: 6px;
    top: 0.4rem;
    width: 6px;
}.privacy_retreatgui p:hover, .privacy_retreatgui li:hover {
    transform: translateX(3px);
}}.appMessagegui {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(243,240,244) 0%, rgb(169,129,178,0.5) 100%);
}.appMessagegui::before {
    filter: blur(40px);
    position: absolute;
    background: radial-gradient(circle, rgb(205,189,208,0.5) 0%, transparent 70%);
    top: -10%;
    opacity: 0.6;
    right: -5%;
    animation: float 15s infinite ease-in-out;
    width: 300px;
    content: "";
    height: 300px;
}.appMessagegui::after {
    left: -5%;
    bottom: -5%;
    content: "";
    animation: float 12s infinite ease-in-out reverse;
    height: 250px;
    width: 250px;
    filter: blur(30px);
    opacity: 0.6;
    position: absolute;
    background: radial-gradient(circle, rgb(169,129,178,0.5) 0%, transparent 70%);
}.appMessagegui .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.appMessagegui h2 {
    font-size: clamp(28px, 5vw, 31px);
    transform: perspective(1000px) translateZ(0);
    color: rgb(205,189,208);
    position: relative;
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    line-height: 1.3;
}.appMessagegui h2::before {
    position: absolute;
    left: 0;
    bottom: -12px;
    animation: expand 1.5s ease-out forwards;
    background: linear-gradient(90deg, rgb(205,189,208) 0%, rgb(169,129,178) 100%);
    height: 3px;
    content: "";
    transform-origin: left;
    width: 80px;
}.appMessagegui .fast_guidegui {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    backdrop-filter: blur(10px);
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
}.appMessagegui .fast_guidegui:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}.appMessagegui .fast_guidegui::before {
    animation: pulse 4s infinite alternate;
    opacity: 0.5;
    position: absolute;
    z-index: -1;
    top: -5px;
    right: -5px;
    left: -5px;
    background: linear-gradient(135deg, rgb(205,189,208,0.5), transparent, rgb(169,129,178,0.5));
    content: "";
    bottom: -5px;
    filter: blur(15px);
}.appMessagegui ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.appMessagegui li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}.appMessagegui li::before {
    height: 8px;
    top: 12px;
    left: 0;
    animation: pulse 4s infinite alternate;
    transform: rotate(45deg);
    position: absolute;
    background: rgb(205,189,208);
    width: 8px;
    content: "";
}.appMessagegui span {
    position: relative;
    line-height: 1.8;
    color: #000000;
    animation: fadeIn 1s ease-out forwards;
    font-size: 13px;
    display: block;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

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

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

@keyframes pulse {
    0% { opacity: 0.5; }
    100% { opacity: 0.9; }
}

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

@media (max-width: 991px) {.appMessagegui {
    padding: 90px 0;
}.appMessagegui .fast_guidegui {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}
}

@media (max-width: 767px) {.appMessagegui {
    padding: 70px 0;
}.appMessagegui h2 {
    margin-bottom: 30px;
}.appMessagegui .fast_guidegui {
    padding: 25px;
    transform: none;
}.appMessagegui .fast_guidegui:hover {
    transform: translateY(-3px);
}.appMessagegui h2::before {
    bottom: -10px;
    width: 60px;
}
}

@media (max-width: 575px) {.appMessagegui {
    padding: 50px 0;
}.appMessagegui h2 {
    font-size: 24px;
    margin-bottom: 25px;
}.appMessagegui .fast_guidegui {
    padding: 20px;
}.appMessagegui li {
    padding-left: 20px;
}.appMessagegui span {
    font-size: calc(13px - 1px);
    line-height: 1.6;
}.appMessagegui h2::before {
    height: 2px;
    width: 50px;
}}.opening_pagegui {
    margin: 0;
    background: linear-gradient(135deg, rgb(243,240,244), rgba(0, 0, 0, 0.5));
    min-height: 100vh;
    padding: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    position: relative;
    align-items: center;
}.opening_pagegui::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(45deg, rgb(205,189,208,0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
}.opening_pagegui::after {
    position: absolute;
    background: linear-gradient(to bottom right, rgb(169,129,178,0.5), transparent);
    opacity: 0.4;
    right: -10%;
    border-radius: 50%;
    width: 60%;
    content: "";
    height: 60%;
    z-index: 0;
    filter: blur(40px);
    bottom: -10%;
}.opening_pagegui .course_welcomegui {
    max-width: 1200px;
    padding: 3rem 0;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    width: 90%;
}.opening_pagegui .course_welcomegui > div {
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
}.opening_pagegui .course_welcomegui > div > div:first-child {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(20px);
    border-left: 4px solid rgb(205,189,208);
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
              0 5px 15px rgba(0, 0, 0, 0.05);
    animation: floatUp 0.8s ease-out forwards;
}.opening_pagegui h3 {
    margin: 0;
    position: relative;
    transform-origin: left center;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-size: calc(19px * 1.1);
    font-weight: 600;
}.opening_pagegui h3::after {
    content: "";
    bottom: -15px;
    height: 4px;
    left: 0;
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(205,189,208), transparent);
}.opening_pagegui .legacy_storygui {
    opacity: 0;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transform: translateY(20px) perspective(1000px) rotateY(-2deg);
    height: 400px;
    animation: reveal 1s 0.3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}.opening_pagegui .legacy_storygui::before {
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0.7;
    top: 0;
    background: linear-gradient(to bottom, 
              #000000 0%,
              transparent 40%,
              transparent 60%,
              #000000 100%);
    z-index: 1;
    position: absolute;
    content: "";
}.opening_pagegui .legacy_storygui > div {
    z-index: 2;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 3rem;
    display: flex;
    height: 100%;
}.opening_pagegui .legacy_storygui p {
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 400;
    font-size: calc(16px * 1.2);
    position: relative;
    animation: slideRight 0.6s 0.8s ease-out forwards;
    padding-left: 20px;
    opacity: 0;
    line-height: 1.6;
    max-width: 500px;
    transform: translateX(-20px);
}.opening_pagegui .legacy_storygui p::before {
    animation: scaleVertical 0.5s 1.1s ease-out forwards;
    width: 4px;
    content: "";
    left: 0;
    transform-origin: bottom;
    top: 0;
    position: absolute;
    transform: scaleY(0);
    background: rgb(205,189,208);
    height: 100%;
}.opening_pagegui .title_style_header {
    transform: translateY(30px);
    font-size: calc(43px * 1.2);
    color: #ffffff;
    animation: floatUp 0.8s 1s ease-out forwards;
    opacity: 0;
    position: relative;
    margin: 0;
    font-weight: 700;
    line-height: 1.3;
    max-width: 600px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}.opening_pagegui .title_style_header::after {
    animation: scaleHorizontal 0.6s 1.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    background: rgb(205,189,208);
    left: 0;
    height: 6px;
    bottom: -20px;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
    width: 100px;
    content: "";
}@keyframes floatUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

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

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


.opening_pagegui .legacy_storygui:hover {
    transform: scale(1.01) perspective(1000px) rotateY(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.opening_pagegui .legacy_storygui:hover::before {
    background: linear-gradient(to bottom, 
              #000000 0%,
              rgba(0, 0, 0, 0.6) 40%,
              rgba(0, 0, 0, 0.6) 60%,
              #000000 100%);
    transition: background 0.5s ease;
}


@media (min-width: 768px) {.opening_pagegui .course_welcomegui > div {
    gap: 3rem;
    grid-template-columns: 1fr 1.6fr;
}.opening_pagegui h3 {
    font-size: 19px;
}.opening_pagegui .legacy_storygui {
    height: 450px;
}.opening_pagegui .title_style_header {
    font-size: 43px;
}
}

@media (min-width: 992px) {.opening_pagegui .course_welcomegui {
    width: 85%;
}.opening_pagegui .course_welcomegui > div {
    gap: 4rem;
}.opening_pagegui .legacy_storygui {
    height: 500px;
}.opening_pagegui h3 {
    font-size: calc(19px * 1.1);
}.opening_pagegui .title_style_header {
    font-size: calc(43px * 1.2);
}
}

@media (max-width: 767px) {.opening_pagegui {
    padding: 4rem 0;
    min-height: auto;
}.opening_pagegui .course_welcomegui {
    padding: 1.5rem 0;
    transform: none;
}.opening_pagegui h3 {
    font-size: calc(22px * 1.1);
}.opening_pagegui .title_style_header {
    font-size: calc(30px);
}.opening_pagegui .legacy_storygui {
    transform: none;
    height: 350px;
}.opening_pagegui .legacy_storygui > div {
    padding: 2rem;
}
}

@media (max-width: 480px) {.opening_pagegui .course_welcomegui > div > div:first-child {
    padding: 1.5rem;
}.opening_pagegui .legacy_storygui {
    height: 300px;
}.opening_pagegui .legacy_storygui p {
    font-size: 16px;
}.opening_pagegui .title_style_header {
    font-size: 30px;
}
}