* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1220px;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    width: 10px;
}::-webkit-scrollbar-track {
    border-radius: 6%;
    background: rgb(182,178,194,0.5);
}::-webkit-scrollbar-thumb {
    background: radial-gradient(circle at bottom left, #ffffff 69%, rgb(255, 255, 255, 0.5) 26%, rgb(133,106,160) 82%, rgb(133,106,160,0.5) 29%, rgb(182,178,194) 41%);
    border-radius: 13rem;
    border: 3px groove rgb(133,106,160,0.5);
    animation: glow_scrollbar 3.9s ease-out infinite;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(133,106,160,0.5);
    box-shadow: 3px 5px 15px -1px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -4px -4px 9px 3px rgba(0, 0, 0, 0.1);
    background: rgb(182,178,194);
}::-webkit-scrollbar-corner {
    background: rgb(182,178,194,0.5);
}html {
    scrollbar-color: rgb(182,178,194) #ffffff;
    scrollbar-width: none;
}a {
    color: inherit;
    text-decoration: none;
}.webinar_cta8561 {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: auto;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.grid-container7346 {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}.page_top9608 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.instructional_approach5306 {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(140deg, rgb(223,222,227) 0%, rgb(182,178,194,0.5) 100%);
}.instructional_approach5306::before {
    position: absolute;
    animation: float 12s infinite ease-in-out;
    top: -50px;
    right: -50px;
    width: 250px;
    content: "";
    transform: rotate(45deg);
    z-index: -1;
    opacity: 0.1;
    height: 250px;
    background: rgb(182,178,194);
}.instructional_approach5306::after {
    position: absolute;
    width: 300px;
    z-index: -1;
    bottom: -80px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: "";
    left: -80px;
    background: rgb(133,106,160);
    opacity: 0.05;
    animation: morph 15s infinite alternate ease-in-out;
    height: 300px;
}.instructional_approach5306 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.instructional_approach5306 .learn_academy6428 {
    transform: perspective(1000px) rotateY(2deg);
    display: flex;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}.instructional_approach5306 .learn_academy6428:hover {
    transform: perspective(1000px) rotateY(0deg);
}.instructional_approach5306 .learn_academy6428 > div {
    transform: translateX(0);
    overflow: hidden;
    position: relative;
    border-left: 5px solid rgb(182,178,194);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03),
        0 1px 0 rgba(255,255,255,0.8) inset;
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    padding: 3.5rem 3rem;
}.instructional_approach5306 .learn_academy6428 > div:hover {
    transform: translateX(5px) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 10px 20px rgba(0,0,0,0.05),
        0 1px 0 rgba(255,255,255,0.9) inset;
}.instructional_approach5306 .learn_academy6428 > div::before {
    opacity: 0;
    background: linear-gradient(135deg, rgb(182,178,194,0.5) 0%, transparent 100%);
    left: 0;
    width: 100%;
    position: absolute;
    transition: opacity 0.5s ease;
    height: 100%;
    mix-blend-mode: overlay;
    top: 0;
    z-index: -1;
    content: "";
}.instructional_approach5306 .learn_academy6428 > div:hover::before {
    opacity: 0.3;
}.instructional_approach5306 h3 {
    margin-bottom: 2rem;
    color: rgb(182,178,194);
    transform: translateX(0);
    position: relative;
    font-family: Arial, sans-serif;
    font-size: calc(37px * 0.8);
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.instructional_approach5306 .learn_academy6428 > div:hover h3 {
    transform: translateX(5px);
}.instructional_approach5306 h3::after {
    background: rgb(182,178,194);
    height: 3px;
    bottom: -10px;
    position: absolute;
    content: "";
    left: 0;
    transition: width 0.4s ease-out;
    width: 60px;
}.instructional_approach5306 .learn_academy6428 > div:hover h3::after {
    width: 100px;
}.instructional_approach5306 p {
    color: #000000;
    font-size: 18px;
    position: relative;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1.7;
}.instructional_approach5306 .learn_academy6428 > div:hover p {
    transform: translateY(3px);
}.instructional_approach5306 p span {
    display: block;
    padding-left: 1rem;
    border-left: 2px solid rgba(rgb(182,178,194,0.5), 0.2);
    position: relative;
}

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

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 50% 50% 40% 60% / 50% 40% 60% 40%;
    }
}

@media (min-width: 768px) {.instructional_approach5306 {
    padding: 8rem 0;
}.instructional_approach5306 .learn_academy6428 > div {
    transform: translateX(0) skewX(-2deg);
    padding: 4rem 5rem;
}.instructional_approach5306 .learn_academy6428 > div:hover {
    transform: translateX(8px) translateY(-8px) skewX(-2deg);
}.instructional_approach5306 h3 {
    font-size: 37px;
}.instructional_approach5306 p span {
    padding-left: 2rem;
}
}

@media (min-width: 992px) {.instructional_approach5306 {
    padding: 10rem 0;
}.instructional_approach5306 .learn_academy6428 {
    transform: perspective(1000px) rotateY(3deg);
}.instructional_approach5306 .learn_academy6428 > div {
    padding: 5rem 6rem;
}.instructional_approach5306 h3 {
    margin-bottom: 2.5rem;
}.instructional_approach5306 p {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.instructional_approach5306 {
    padding: 5rem 0;
}.instructional_approach5306 .learn_academy6428 > div {
    padding: 2.5rem 1.5rem;
}.instructional_approach5306 h3 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.7);
}.instructional_approach5306 p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.instructional_approach5306 p span {
    padding-left: 0.75rem;
}}.contact_panel1967 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}.contact_panel1967::before {
    left: 0;
    z-index: -1;
    background-color: rgb(182,178,194,0.5);
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    width: 100%;
}.contact_panel1967 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1280px;
}.contact_panel1967 .request_query1285 {
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    border-radius: 11px;
    display: flex;
    overflow: hidden;
}.contact_panel1967 .query_request0784 {
    order: 1;
    position: relative;
    border-radius: 11px 11px 0 0;
    padding: 50px 30px;
    width: 100%;
    background-color: #ffffff;
    z-index: 2;
}.contact_panel1967 .query_request0784 h3 {
    font-size: 21px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
}.contact_panel1967 .query_request0784 h3::after {
    bottom: -8px;
    content: '';
    left: 0;
    position: absolute;
    height: 3px;
    width: 50%;
    background-color: rgb(133,106,160);
}.contact_panel1967 .query_request0784 form {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}.contact_panel1967 .query_request0784 input[type="text"],
.contact_panel1967 .query_request0784 input[type="email"] {
    font-size: 12px;
    border: none;
    color: #000000;
    padding: 0 20px;
    height: 60px;
    flex: 1 0 100%;
    background-color: rgb(223,222,227);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}.contact_panel1967 .query_request0784 input[type="text"]:focus,
.contact_panel1967 .query_request0784 input[type="email"]:focus {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(133,106,160,0.5);
    transform: translateY(-2px);
    outline: none;
}.contact_panel1967 .query_request0784 input::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_panel1967 .query_request0784 .feedback_support4736 {
    display: flex;
    align-items: flex-start;
    flex: 1 0 100%;
    margin-top: 10px;
}.contact_panel1967 .query_request0784 .feedback_support4736 input[type="checkbox"] {
    width: 24px;
    appearance: none;
    cursor: pointer;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-top: 2px;
    flex-shrink: 0;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    background-color: rgb(223,222,227);
    margin-right: 10px;
    -webkit-appearance: none;
    position: relative;
    height: 24px;
}.contact_panel1967 .query_request0784 .feedback_support4736 input[type="checkbox"]:checked {
    background-color: rgb(133,106,160);
}.contact_panel1967 .query_request0784 .feedback_support4736 input[type="checkbox"]:checked::before {
    position: absolute;
    height: 10px;
    top: 6px;
    transform: rotate(45deg);
    content: '';
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    width: 6px;
    left: 9px;
}.contact_panel1967 .query_request0784 .feedback_support4736 label {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}.contact_panel1967 .query_request0784 .feedback_support4736 label a {
    position: relative;
    font-weight: 600;
    text-decoration: none;
    color: rgb(182,178,194);
}.contact_panel1967 .query_request0784 .feedback_support4736 label a::after {
    background-color: rgb(182,178,194);
    height: 1px;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    width: 100%;
    transform-origin: right;
    transform: scaleX(0);
    bottom: -2px;
    content: '';
}.contact_panel1967 .query_request0784 .feedback_support4736 label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.contact_panel1967 .query_request0784 .help_message6314 {
    cursor: pointer;
    flex: 1 0 100%;
    color: #ffffff;
    overflow: hidden;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-top: 15px;
    border: none;
    height: 60px;
    z-index: 1;
    letter-spacing: 1px;
    background-color: rgb(133,106,160);
    box-shadow: 0 4px 10px rgb(133,106,160,0.5);
    position: relative;
}.contact_panel1967 .query_request0784 .help_message6314::before {
    left: 0;
    border-radius: 10px;
    transform: scaleX(0);
    transform-origin: right;
    width: 100%;
    height: 100%;
    content: '';
    transition: transform 0.5s ease;
    top: 0;
    z-index: -1;
    background: rgb(182,178,194);
    position: absolute;
}.contact_panel1967 .query_request0784 .help_message6314:hover {
    box-shadow: 0 6px 15px rgb(182,178,194,0.5);
}.contact_panel1967 .query_request0784 .help_message6314:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact_panel1967 .message_help4965 {
    color: #ffffff;
    flex-direction: column;
    display: flex;
    padding: 50px 30px;
    border-radius: 0 0 11px 11px;
    position: relative;
    background-color: rgb(182,178,194);
    align-items: center;
    order: 2;
    width: 100%;
}.contact_panel1967 .message_help4965::before {
    left: 0;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 100%;
    top: 0;
    transform: translateY(-15px);
    height: 30px;
    background: rgb(182,178,194);
    content: '';
    position: absolute;
}.contact_panel1967 .message_help4965 h3 {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 33px;
    position: relative;
    color: #ffffff;
    text-align: center;
    width: 100%;
}.contact_panel1967 .message_help4965 h3::after {
    bottom: -15px;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(133,106,160);
    width: 60px;
    content: '';
}.contact_panel1967 .message_help4965 div {
    align-items: center;
    position: relative;
    display: flex;
    max-width: 400px;
    margin-bottom: 30px;
    width: 100%;
    padding: 0;
}.contact_panel1967 .message_help4965 div::before {
    height: 1px;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    content: '';
    left: 0;
    opacity: 0.2;
    position: absolute;
    bottom: -10px;
    width: 100%;
}.contact_panel1967 .message_help4965 div:last-child::before {
    display: none;
}.contact_panel1967 .message_help4965 div svg {
    margin-right: 20px;
    box-shadow: 0 4px 10px rgb(133,106,160,0.5);
    border-radius: 50%;
    background-color: rgb(133,106,160);
    height: 32px;
    padding: 6px;
    width: 32px;
}.contact_panel1967 .message_help4965 div svg path {
    fill: #ffffff;
}.contact_panel1967 .message_help4965 div span {
    font-weight: 400;
    color: #ffffff;
    font-size: 12px;
}.contact_panel1967 .message_help4965 div span a {
    transition: color 0.3s ease;
    color: #ffffff;
    position: relative;
    text-decoration: none;
}.contact_panel1967 .message_help4965 div span a::after {
    transition: transform 0.3s ease;
    transform: scaleX(0);
    content: '';
    left: 0;
    width: 100%;
    transform-origin: right;
    height: 1px;
    position: absolute;
    bottom: -2px;
    background-color: #ffffff;
}.contact_panel1967 .message_help4965 div span a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media screen and (min-width: 992px) {.contact_panel1967 .request_query1285 {
    flex-direction: row;
    align-items: stretch;
}.contact_panel1967 .query_request0784 {
    border-radius: 11px 0 0 11px;
    width: 60%;
    order: 1;
    padding: 60px;
}.contact_panel1967 .message_help4965 {
    order: 2;
    border-radius: 0 11px 11px 0;
    justify-content: center;
    width: 40%;
    padding: 60px 40px;
}.contact_panel1967 .message_help4965::before {
    top: 0;
    height: 100%;
    left: 0;
    width: 30px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    transform: translateX(-15px);
}.contact_panel1967 .query_request0784 input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.contact_panel1967 {
    padding: 80px 0;
}.contact_panel1967 .message_help4965 div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.contact_panel1967 {
    padding: 60px 0;
}.contact_panel1967 .query_request0784,
    .contact_panel1967 .message_help4965 {
    padding: 40px 25px;
}.contact_panel1967 .query_request0784 h3,
    .contact_panel1967 .message_help4965 h3 {
    font-size: calc(21px + 2px);
}.contact_panel1967 .query_request0784 input[type="text"],
    .contact_panel1967 .query_request0784 input[type="email"],
    .contact_panel1967 .query_request0784 .help_message6314 {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.contact_panel1967 {
    padding: 40px 0;
}.contact_panel1967 .query_request0784,
    .contact_panel1967 .message_help4965 {
    padding: 30px 20px;
}.contact_panel1967 .message_help4965 div svg {
    height: 28px;
    margin-right: 15px;
    width: 28px;
}}.webinar_cta8561 {
    padding: 80px 0 40px;
    position: relative;
    z-index: 1;
    color: #ffffff;
}.webinar_cta8561::before {
    position: absolute;
    backdrop-filter: blur(8px);
    z-index: -1;
    width: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    height: 100%;
    left: 0;
}footer {
    position: relative;
}.webinar_cta8561 .container {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}.webinar_cta8561 .company_holder {
    padding-right: 40px;
    position: relative;
}.webinar_cta8561 .company_holder::after {
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(133,106,160,0.5), 
        transparent);
    top: 20%;
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    content: "";
}.webinar_cta8561 .company_holder h3 {
    font-weight: 700;
    font-size: calc(28px * 0.9);
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
}.webinar_cta8561 .company_holder h3::after {
    border-radius: 10px;
    left: 0;
    height: 3px;
    content: "";
    background: rgb(182,178,194);
    bottom: -8px;
    position: absolute;
    width: 40px;
}.webinar_cta8561 .site_map0453 {
    opacity: 0.8;
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 90%;
}.webinar_cta8561 .program_foot6954 {
    display: flex;
    justify-content: flex-end;
}.webinar_cta8561 .head_nav6749 {
    gap: 60px;
    display: flex;
}.webinar_cta8561 .main_navbar2364 {
    position: relative;
}.webinar_cta8561 .main_navbar2364 h5 {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 12px;
}.webinar_cta8561 .main_navbar2364 h5::after {
    width: 30px;
    content: "";
    left: 0;
    height: 2px;
    border-radius: 10px;
    position: absolute;
    background: rgb(182,178,194);
    bottom: 0;
}.webinar_cta8561 .main_navbar2364 .head_nav6749 {
    flex-direction: column;
    display: flex;
    gap: 15px;
}.webinar_cta8561 .main_navbar2364 .head_nav6749 a {
    padding-left: 0;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: calc(12px * 0.95);
    position: relative;
    opacity: 0.7;
}.webinar_cta8561 .main_navbar2364 .head_nav6749 a::before {
    top: 50%;
    background: rgb(182,178,194);
    transform: translateY(-50%);
    position: absolute;
    opacity: 0;
    height: 1px;
    transition: all 0.3s ease;
    left: 0;
    width: 0;
    content: "";
}.webinar_cta8561 .main_navbar2364 .head_nav6749 a:hover {
    color: rgb(182,178,194);
    padding-left: 12px;
    opacity: 1;
}.webinar_cta8561 .main_navbar2364 .head_nav6749 a:hover::before {
    width: 8px;
    opacity: 1;
}.compliance0362 {
    backdrop-filter: blur(5px);
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
}.compliance0362 .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.compliance0362 .assign_help1753 {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-align: center;
    opacity: 0.6;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(182,178,194,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(182,178,194);
    }
}

@media (max-width: 991px) {.webinar_cta8561 {
    padding: 60px 0 30px;
}.webinar_cta8561 .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.webinar_cta8561 .company_holder {
    padding-right: 0;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}.webinar_cta8561 .company_holder::after {
    display: none;
}.webinar_cta8561 .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.webinar_cta8561 .company_holder h3::after {
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
}.webinar_cta8561 .site_map0453 {
    text-align: center;
    max-width: 100%;
}.webinar_cta8561 .program_foot6954 {
    justify-content: center;
}
}

@media (max-width: 767px) {.webinar_cta8561 {
    padding: 50px 0 20px;
}.webinar_cta8561 .head_nav6749 {
    gap: 40px;
    flex-direction: column;
    width: 100%;
}.webinar_cta8561 .main_navbar2364 {
    text-align: center;
}.webinar_cta8561 .main_navbar2364 h5 {
    text-align: center;
}.webinar_cta8561 .main_navbar2364 h5::after {
    left: 50%;
    transform: translateX(-50%);
}.webinar_cta8561 .main_navbar2364 .head_nav6749 {
    align-items: center;
}.webinar_cta8561 .main_navbar2364 .head_nav6749 a {
    text-align: center;
}.webinar_cta8561 .main_navbar2364 .head_nav6749 a::before {
    display: none;
}.webinar_cta8561 .main_navbar2364 .head_nav6749 a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.webinar_cta8561 {
    padding: 40px 0 20px;
}.webinar_cta8561 .company_holder h3 {
    font-size: calc(28px * 0.8);
}.webinar_cta8561 .site_map0453 {
    font-size: calc(12px * 0.9);
}.compliance0362 .assign_help1753 {
    font-size: calc(14px * 0.9);
}}

.webinar_cta8561::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.webinar_cta8561::after {
    box-shadow: 0 0 40px rgb(182,178,194,0.5);
}.webinar_cta8561 .container::before {
    content: "";
    height: 150px;
    filter: blur(30px);
    border-radius: 50%;
    left: -75px;
    background: radial-gradient(
        circle, 
        rgb(133,106,160,0.5), 
        transparent 70%
    );
    bottom: -75px;
    position: absolute;
    animation: pulse 10s infinite alternate-reverse;
    width: 150px;
}.webinar_cta8561 .main_navbar2364::before {
    width: 5px;
    height: 5px;
    top: 10px;
    border-radius: 50%;
    background: rgb(182,178,194);
    position: absolute;
    content: "";
    left: -15px;
    opacity: 0.7;
}.webinar_cta8561 .main_navbar2364:hover::before {
    animation: glow 2s infinite;
}.webinar_cta8561 .company_holder::before {
    content: "";
    height: 1px;
    bottom: -20px;
    width: 100px;
    background: linear-gradient(90deg, 
        rgb(182,178,194,0.5), 
        transparent);
    left: 0;
    position: absolute;
}

@media (max-width: 991px) {.webinar_cta8561 .company_holder::before {
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
            transparent, 
            rgb(182,178,194,0.5), 
            transparent);
    left: 50%;
}}

.webinar_cta8561 .main_navbar2364 .head_nav6749 a::after {
    content: "";
    transition: width 0.3s ease;
    width: 0;
    height: 1px;
    background: rgb(182,178,194);
    position: absolute;
    bottom: -2px;
    left: 0;
}.webinar_cta8561 .main_navbar2364 .head_nav6749 a:hover::after {
    width: 100%;
}.webinar_cta8561 .main_navbar2364 .head_nav6749 a:nth-child(odd):hover {
    transform: translateX(2px);
}.webinar_cta8561 .main_navbar2364 .head_nav6749 a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    height: 1px;
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(133,106,160,0.5), 
            transparent);
    position: absolute;
    content: "";
}.webinar_cta8561::before {
    background-blend-mode: overlay;
}}

.webinar_cta8561 .company_holder h3::before {
    opacity: 0.7;
    height: 1px;
    width: 20px;
    position: absolute;
    background: rgb(182,178,194);
    left: -30px;
    content: "";
    top: 50%;
}

@media (max-width: 991px) {.webinar_cta8561 .company_holder h3::before {
    display: none;
}}

.compliance0362 {
    overflow: hidden;
    position: relative;
}.compliance0362::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(133,106,160,0.5), 
        transparent);
    width: 100%;
    height: 1px;
}.compliance0362::after {
    position: absolute;
    content: "";
    opacity: 0.3;
    bottom: 0;
    width: 30%;
    left: 35%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(133,106,160,0.5), 
        transparent);
    height: 1px;
}.compliance0362 .assign_help1753 {
    position: relative;
    transition: all 0.3s ease;
}.compliance0362 .assign_help1753:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}.who_we_are1249 {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(223,222,227) 0%, rgb(133,106,160,0.5) 100%);
    position: relative;
    overflow: hidden;
}.who_we_are1249::before {
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(133,106,160,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(133,106,160,0.5) 25%, transparent 25%);
    content: "";
    height: 100%;
    z-index: 0;
    width: 100%;
    background-size: 60px 60px;
    left: 0;
    opacity: 0.05;
    position: absolute;
}.who_we_are1249::after {
    content: "";
    position: absolute;
    width: 80%;
    transform: rotate(-15deg);
    height: 150%;
    opacity: 0.1;
    top: -50%;
    z-index: 0;
    background: radial-gradient(ellipse at center, rgb(182,178,194,0.5) 0%, transparent 70%);
    right: -25%;
}.who_we_are1249 .container {
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.who_we_are1249 h1 {
    opacity: 0;
    transform: translateX(-20px);
    font-size: 42px;
    color: #000000;
    margin-bottom: 3rem;
    position: relative;
    font-weight: 700;
    text-align: left;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.who_we_are1249 h1::after {
    content: "";
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    background: rgb(182,178,194);
    transform-origin: left;
    position: absolute;
    height: 4px;
    transform: scaleX(0);
    bottom: -12px;
    width: 80px;
    left: 0;
}.who_we_are1249 .learn_way6387 {
    position: relative;
}.who_we_are1249 .learn_way6387 ul {
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    display: grid;
    list-style: none;
    gap: 3rem;
}.who_we_are1249 .our_journey1026 {
    opacity: 0;
    position: relative;
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(30px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-left: 4px solid rgb(182,178,194);
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    overflow: hidden;
    background: #ffffff;
    animation-delay: calc(0.2s * var(--i, 1));
}.who_we_are1249 .our_journey1026:nth-child(1) {
    --i: 1;
}.who_we_are1249 .our_journey1026:nth-child(2) {
    --i: 2;
}.who_we_are1249 .our_journey1026:hover {
    transform: translateY(-5px);
}.who_we_are1249 .our_journey1026::before {
    height: 100px;
    right: 0;
    top: 0;
    background: rgb(133,106,160,0.5);
    transform: translate(50%, -50%);
    width: 100px;
    position: absolute;
    border-radius: 50%;
    content: "";
    opacity: 0.1;
}.who_we_are1249 .our_journey1026 h4 {
    animation: slideIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    font-weight: 600;
    position: relative;
    animation-delay: calc(0.4s * var(--i, 1));
    margin-bottom: 1.5rem;
    font-size: 24px;
    color: rgb(182,178,194);
    transform: translateX(-10px);
}.who_we_are1249 .our_journey1026 div {
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    transform: translateY(20px);
    font-size: 15px;
    animation-delay: calc(0.6s * var(--i, 1));
    overflow-y: auto;
    color: #000000;
    padding-right: 1rem;
    opacity: 0;
    line-height: 1.8;
    max-height: 250px;
}.who_we_are1249 .our_journey1026 div::-webkit-scrollbar {
    width: 6px;
}.who_we_are1249 .our_journey1026 div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.who_we_are1249 .our_journey1026 div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(133,106,160,0.5);
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 768px) {.who_we_are1249 {
    padding: 8rem 0;
}.who_we_are1249 h1 {
    font-size: calc(42px * 1.2);
    margin-bottom: 4rem;
}.who_we_are1249 h1::after {
    height: 5px;
    width: 120px;
}.who_we_are1249 .learn_way6387 ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.who_we_are1249 .our_journey1026 {
    flex-direction: column;
    display: flex;
    height: 100%;
}.who_we_are1249 .our_journey1026:first-child {
    transform: translateY(40px);
}.who_we_are1249 .our_journey1026:last-child {
    transform: translateY(-10px);
}.who_we_are1249 .our_journey1026:hover:first-child {
    transform: translateY(35px);
}.who_we_are1249 .our_journey1026:hover:last-child {
    transform: translateY(-15px);
}.who_we_are1249 .our_journey1026 div {
    flex: 1;
    max-height: none;
}
}

@media (min-width: 1024px) {.who_we_are1249 {
    padding: 10rem 0;
}.who_we_are1249::before {
    background-size: 80px 80px;
}.who_we_are1249 .container {
    padding: 0 4rem;
}.who_we_are1249 h1 {
    margin-bottom: 5rem;
    font-size: calc(42px * 1.4);
}.who_we_are1249 h1::after {
    width: 140px;
}.who_we_are1249 .our_journey1026 {
    padding: 3rem;
}.who_we_are1249 .our_journey1026 h4 {
    margin-bottom: 2rem;
    font-size: calc(24px * 1.1);
}.who_we_are1249 .our_journey1026 div {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.who_we_are1249 {
    padding: 4rem 0;
}.who_we_are1249 h1 {
    margin-bottom: 2.5rem;
    text-align: center;
}.who_we_are1249 h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.who_we_are1249 .our_journey1026 {
    margin-bottom: 2rem;
    padding: 1.8rem;
}.who_we_are1249 .our_journey1026 h4 {
    margin-bottom: 1rem;
}.who_we_are1249 .our_journey1026 div {
    max-height: 200px;
}}header {
    background: linear-gradient(to right, rgb(182,178,194,0.5), rgb(133,106,160,0.5));
    z-index: 100;
    padding: 1.5rem 3%;
    width: 100%;
    position: relative;
}header::before {
    border-radius: 10px;
    z-index: 0;
    bottom: 0.5rem;
    pointer-events: none;
    top: 0.5rem;
    right: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0.5rem;
    content: '';
}header::after {
    left: 0;
    position: absolute;
    content: '';
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    top: 0;
    z-index: 0;
    width: 100%;
}header .container {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}header .nav_page5872 {
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
}header .nav_page5872::before {
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(182,178,194), rgb(133,106,160));
    width: 5px;
    content: '';
    height: 100%;
    top: 0;
}header .nav_page5872::after {
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgb(133,106,160), rgb(182,178,194));
    height: 100%;
    right: 0;
    top: 0;
    width: 5px;
}header .site_core7398 {
    display: flex;
    position: relative;
    padding: 0 0 1rem 0;
    justify-content: center;
    text-decoration: none;
}header .site_core7398::after {
    position: absolute;
    left: 50%;
    background: rgb(182,178,194,0.5);
    height: 1px;
    width: 80px;
    transform: translateX(-50%);
    content: '';
    bottom: 0;
}header .site_core7398 svg {
    transition: all 0.3s ease;
    height: auto;
    width: 170px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
}header .site_core7398:hover svg {
    transform: scale(1.03);
}header .main_navbar2364 {
    gap: 0.7rem;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    max-width: 90%;
    width: 100%;
    padding-top: 1rem;
}header .top_pro0234 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    background: rgb(223,222,227);
    color: #000000;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    padding: 0.7rem 1.3rem;
    font-size: 15px;
}header .top_pro0234::before {
    border-radius: 10px 0 0 10px;
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    z-index: -1;
    width: 3px;
    background: linear-gradient(to bottom, rgb(182,178,194), rgb(133,106,160));
}header .top_pro0234:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .top_pro0234:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .nav_page5872 {
    padding: 1.2rem;
}header .site_core7398 {
    padding: 0 0 0.8rem 0;
}header .site_core7398 svg {
    width: 150px;
}header .main_navbar2364 {
    gap: 0.6rem;
    padding-top: 0.8rem;
}header .top_pro0234 {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .nav_page5872 {
    padding: 1rem;
}header .site_core7398 {
    padding: 0 0 0.7rem 0;
}header .site_core7398 svg {
    width: 130px;
}header .main_navbar2364 {
    max-width: 95%;
    gap: 0.5rem;
    padding-top: 0.7rem;
}header .top_pro0234 {
    font-size: calc(15px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .nav_page5872 {
    padding: 0.8rem 0.8rem 1rem;
}header .site_core7398 {
    padding: 0 0 0.6rem 0;
}header .site_core7398 svg {
    width: 120px;
}header .main_navbar2364 {
    padding-top: 0.6rem;
    flex-wrap: nowrap;
    padding-bottom: 0.3rem;
    justify-content: flex-start;
    overflow-x: auto;
}header .main_navbar2364::-webkit-scrollbar {
    height: 3px;
}header .main_navbar2364::-webkit-scrollbar-thumb {
    background: rgb(182,178,194);
    border-radius: 10px;
}header .top_pro0234 {
    flex-shrink: 0;
    margin-right: 3px;
    white-space: nowrap;
}}.bundle_plan5731 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.bundle_plan5731::before {
    bottom: 0;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(18, 46, 101, 0.85), rgba(44, 62, 80, 0.9));
    z-index: 1;
    position: absolute;
    right: 0;
}.bundle_plan5731 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.price_opts8127 {
    position: relative;
}.bundle_plan5731 h2 {
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
    transform: translateY(0);
    color: #ffffff;
    animation: titleFadeIn 0.8s ease-out forwards;
    font-size: 35px;
}.bundle_plan5731 .discount_price7824 {
    position: relative;
    text-align: center;
    opacity: 0;
    font-size: 12px;
    line-height: 1.6;
    animation: fadeIn 0.8s ease-out 0.3s forwards;
    max-width: 700px;
    color: #ffffff;
    margin: 0 auto 60px;
}.bundle_plan5731 .class_cost7419 {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    gap: 30px;
    display: grid;
    list-style: none;
}.bundle_plan5731 .class_cost7419 li {
    transform-style: preserve-3d;
    perspective: 1000px;
}.bundle_plan5731 .cert_cost1978 {
    text-decoration: none;
    height: 100%;
    display: block;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    transform: translateZ(0);
}.bundle_plan5731 .cert_cost1978:hover {
    transform: translateY(-10px) scale(1.02);
}.bundle_plan5731 .class_rates0157 {
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(240, 240, 240, 0.85));
}.bundle_plan5731 .cert_cost1978:hover .class_rates0157 {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(240, 240, 240, 0.9));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
}.bundle_plan5731 .class_rates0157::before {
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(182,178,194), rgb(133,106,160));
    transform-origin: left;
    height: 6px;
    content: "";
}.bundle_plan5731 .cert_cost1978:hover .class_rates0157::before {
    transform: scaleX(1);
}.bundle_plan5731 .monthly_plan9413 {
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    padding: 35px 30px;
    display: flex;
}.bundle_plan5731 .monthly_plan9413 h4 {
    position: relative;
    padding-bottom: 15px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 20px;
    transition: color 0.3s ease;
    font-size: calc(21px * 1.1);
}.bundle_plan5731 .cert_cost1978:hover .monthly_plan9413 h4 {
    color: rgb(182,178,194);
}.bundle_plan5731 .monthly_plan9413 h4::after {
    background: rgb(182,178,194);
    height: 3px;
    position: absolute;
    content: "";
    bottom: 0;
    transition: width 0.4s ease;
    left: 0;
    width: 40px;
}.bundle_plan5731 .cert_cost1978:hover .monthly_plan9413 h4::after {
    width: 60px;
}.bundle_plan5731 .monthly_plan9413 p {
    word-break: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    flex-grow: 1;
    font-size: calc(12px * 0.95);
    color: #000000;
    margin: 0 0 25px;
}.bundle_plan5731 .fee_choices4862 {
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: calc(21px * 1.4);
    font-weight: 700;
    background: linear-gradient(135deg, rgba(240, 240, 240, 0.8), rgba(255, 255, 255, 0.9));
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 50px;
    position: relative;
    padding: 12px 25px;
    align-self: flex-start;
    overflow: hidden;
}.bundle_plan5731 .cert_cost1978:hover .fee_choices4862 {
    background: linear-gradient(135deg, rgb(182,178,194,0.5), rgb(182,178,194));
    box-shadow: 0 8px 20px rgba(var(--primary-color-rgb), 0.3);
    color: #ffffff;
}.bundle_plan5731 .fee_choices4862::before {
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
    position: absolute;
    transition: left 0.7s ease;
}.bundle_plan5731 .cert_cost1978:hover .fee_choices4862::before {
    left: 100%;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

@media (max-width: 991px) {.bundle_plan5731 {
    padding: 80px 0;
}.bundle_plan5731 h2 {
    font-size: calc(35px * 0.9);
}.bundle_plan5731 .discount_price7824 {
    font-size: calc(12px * 0.95);
    margin-bottom: 50px;
}.bundle_plan5731 .class_cost7419 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.bundle_plan5731 .monthly_plan9413 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.bundle_plan5731 {
    padding: 70px 0;
}.bundle_plan5731 h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 20px;
}.bundle_plan5731 .discount_price7824 {
    font-size: calc(12px * 0.9);
    margin-bottom: 40px;
}.bundle_plan5731 .class_cost7419 {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 25px;
}.bundle_plan5731 .monthly_plan9413 h4 {
    font-size: 21px;
}.bundle_plan5731 .monthly_plan9413 p {
    font-size: calc(12px * 0.9);
    margin-bottom: 20px;
}.bundle_plan5731 .fee_choices4862 {
    padding: 10px 20px;
    font-size: calc(21px * 1.3);
}
}

@media (max-width: 480px) {.bundle_plan5731 {
    padding: 60px 0;
}.bundle_plan5731 h2 {
    font-size: calc(35px * 0.8);
}.bundle_plan5731 .discount_price7824 {
    font-size: calc(12px * 0.85);
    margin-bottom: 35px;
}.bundle_plan5731 .monthly_plan9413 {
    padding: 25px 20px;
}.bundle_plan5731 .monthly_plan9413 h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
}.bundle_plan5731 .monthly_plan9413 p {
    line-height: 1.5;
    font-size: calc(12px * 0.85);
}.bundle_plan5731 .fee_choices4862 {
    padding: 8px 18px;
    font-size: calc(21px * 1.2);
}}.data_summary9732 {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(223,222,227) 0%, rgba(245, 245, 250, 0.9) 100%);
}.data_summary9732::before {
    width: 50%;
    background: linear-gradient(145deg, rgb(182,178,194,0.5) 0%, transparent 80%);
    position: absolute;
    height: 120%;
    left: -10%;
    top: -5%;
    opacity: 0.05;
    transform: rotate(-15deg);
    z-index: 1;
    content: "";
}.data_summary9732::after {
    width: 40%;
    bottom: -10%;
    position: absolute;
    right: -5%;
    background: linear-gradient(225deg, rgb(133,106,160,0.5) 0%, transparent 70%);
    transform: rotate(10deg);
    z-index: 1;
    height: 140%;
    opacity: 0.08;
    content: "";
}.data_summary9732 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}.data_summary9732 h4 {
    opacity: 0;
    font-weight: 700;
    margin-top: 3.5rem;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    font-family: Arial, sans-serif;
    transform: translateX(2rem);
    font-size: 30px;
    color: #000000;
    position: relative;
    text-align: left;
}.data_summary9732 h4::before {
    left: 0;
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.4s;
    width: 4rem;
    bottom: -0.5rem;
    position: absolute;
    height: 3px;
    transform: scaleX(0);
    background: rgb(133,106,160);
    transform-origin: left;
    content: "";
}.data_summary9732 ul {
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin: 0;
    display: grid;
    gap: 2rem;
}.data_summary9732 .success_statistics3208 {
    opacity: 0;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    transform: translateY(20px);
    animation-delay: calc(0.1s * var(--i, 0));
    position: relative;
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), 
              box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: #ffffff;
    animation: fadeUp 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.data_summary9732 .success_statistics3208:nth-child(1) {
    --i: 1;
}.data_summary9732 .success_statistics3208:nth-child(2) {
    --i: 2;
}.data_summary9732 .success_statistics3208:nth-child(3) {
    --i: 3;
}.data_summary9732 .success_statistics3208:nth-child(4) {
    --i: 4;
}.data_summary9732 .success_statistics3208:nth-child(5) {
    --i: 5;
}.data_summary9732 .success_statistics3208:nth-child(6) {
    --i: 6;
}.data_summary9732 .success_statistics3208:nth-child(7) {
    --i: 7;
}.data_summary9732 .success_statistics3208:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(10px);
}.data_summary9732 .success_statistics3208::before {
    background: linear-gradient(to bottom, rgb(182,178,194), rgb(133,106,160));
    position: absolute;
    height: 0;
    top: 0;
    transition: height 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 4px;
    content: "";
    left: 0;
}.data_summary9732 .success_statistics3208:hover::before {
    height: 100%;
}.data_summary9732 .success_statistics3208 div {
    position: relative;
    z-index: 2;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.data_summary9732 .success_statistics3208:hover div {
    transform: translateX(0.5rem);
}.data_summary9732 .success_statistics3208 p {
    color: rgb(182,178,194);
    font-size: calc(40px * 1.2);
    display: inline-block;
    font-weight: 700;
    margin: 0 0 0.5rem;
    position: relative;
}.data_summary9732 .success_statistics3208 p::after {
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), 
              opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    width: 0.5rem;
    position: absolute;
    opacity: 0;
    right: -1rem;
    transform: scale(0);
    background: rgb(133,106,160);
    border-radius: 50%;
    bottom: 0.25rem;
    height: 0.5rem;
}.data_summary9732 .success_statistics3208:hover p::after {
    transform: scale(1);
    opacity: 1;
}.data_summary9732 .success_statistics3208 span {
    color: #000000;
    font-size: 13px;
    transition: opacity 0.3s ease;
    opacity: 0.85;
    line-height: 1.4;
    display: block;
    font-weight: 400;
}.data_summary9732 .success_statistics3208:hover span {
    opacity: 1;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 992px) {.data_summary9732 {
    padding: 4rem 0;
}.data_summary9732 h4 {
    font-size: calc(30px * 0.9);
    margin-top: 2.5rem;
}.data_summary9732 ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}.data_summary9732 .success_statistics3208 {
    padding: 1.75rem;
}.data_summary9732 .success_statistics3208 p {
    font-size: calc(40px * 1.1);
}
}

@media (max-width: 768px) {.data_summary9732 {
    padding: 3rem 0;
}.data_summary9732::before,
  .data_summary9732::after {
    opacity: 0.05;
}.data_summary9732 ul {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.25rem;
}.data_summary9732 .success_statistics3208 {
    padding: 1.5rem;
}.data_summary9732 .success_statistics3208 p {
    font-size: 40px;
}.data_summary9732 h4 {
    font-size: calc(30px * 0.8);
    margin-top: 2rem;
}.data_summary9732 h4::before {
    width: 3rem;
}
}

@media (max-width: 576px) {.data_summary9732 {
    padding: 2.5rem 0;
}.data_summary9732 ul {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 350px;
}.data_summary9732 .success_statistics3208 {
    padding: 1.5rem;
    text-align: center;
}.data_summary9732 .success_statistics3208::before {
    height: 4px;
    width: 100%;
    left: 0;
    top: 0;
}.data_summary9732 .success_statistics3208:hover::before {
    width: 100%;
    height: 4px;
}.data_summary9732 .success_statistics3208:hover div {
    transform: translateY(0.25rem);
    transform: translateX(0);
}.data_summary9732 h4 {
    text-align: center;
    font-size: calc(30px * 0.75);
    margin-top: 1.5rem;
}.data_summary9732 h4::before {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}@keyframes scaleIn {
    to {
      transform: translateX(-50%) scaleX(1);
    }
  }
}.training_results9318 {
    background: linear-gradient(135deg, rgb(223,222,227) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.training_results9318::before {
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(133,106,160,0.5) 0%, transparent 40%);
    left: 0;
}.training_results9318::after {
    position: absolute;
    border: 2px solid rgb(182,178,194,0.5);
    content: "";
    top: -50px;
    z-index: 0;
    transform: rotate(15deg);
    right: -50px;
    height: 200px;
    width: 200px;
}.training_results9318 .container {
    grid-template-columns: 1fr 1.5fr;
    max-width: 1200px;
    gap: 40px;
    margin: 0 auto;
    display: grid;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}.training_results9318 .img_cell6203 {
    box-shadow: 20px 20px 0 rgb(133,106,160,0.5), 
                -10px -10px 0 rgb(182,178,194,0.5);
    transform: perspective(1000px) rotateY(-5deg);
    height: auto;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    object-fit: cover;
}.training_results9318 .img_cell6203:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.training_results9318 .learn_academy6428 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}.training_results9318 .text_stack5432 {
    padding: 20px 0;
    position: relative;
}.training_results9318 .text_stack5432::before {
    width: 3px;
    height: 80%;
    background: linear-gradient(to bottom, rgb(182,178,194), rgb(133,106,160));
    left: -30px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    content: "";
}.training_results9318 h1 {
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
    transition: transform 0.5s ease;
    font-size: 39px;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    transform: translateX(0);
}.training_results9318 h1:hover {
    transform: translateX(5px);
}.training_results9318 ul {
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
}.training_results9318 li {
    transition: transform 0.3s ease-out;
    position: relative;
    padding-left: 35px;
}.training_results9318 li:hover {
    transform: translateX(10px);
}.training_results9318 li p {
    margin: 0;
    align-items: center;
    color: #000000;
    font-size: 13px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    display: flex;
    font-weight: 400;
}.training_results9318 li:nth-child(odd) {
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), transparent);
    padding: 12px 15px 12px 35px;
}.training_results9318 li svg {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.training_results9318 li:hover svg {
    transform: translateY(-50%) scale(1.2);
}.training_results9318 svg path {
    transition: fill 0.3s ease;
    fill: rgb(182,178,194);
}.training_results9318 li:hover svg path:first-child {
    fill: rgb(133,106,160);
}.training_results9318 li:nth-child(even) svg path:last-child {
    fill: rgb(133,106,160);
}

@media (max-width: 992px) {.training_results9318 {
    padding: 80px 0;
}.training_results9318 .container {
    grid-template-columns: 1fr;
    gap: 30px;
}.training_results9318 .img_cell6203 {
    max-width: 500px;
    box-shadow: 15px 15px 0 rgb(133,106,160,0.5), 
                   -8px -8px 0 rgb(182,178,194,0.5);
    margin: 0 auto;
}.training_results9318 .text_stack5432::before {
    left: 0;
    transform: none;
    width: 80px;
    height: 3px;
    top: -20px;
}.training_results9318 h1 {
    font-size: calc(39px * 0.85);
    margin-bottom: 25px;
}
}

@media (max-width: 768px) {.training_results9318 {
    padding: 60px 0;
}.training_results9318::after {
    display: none;
}.training_results9318 .img_cell6203 {
    box-shadow: 10px 10px 0 rgb(133,106,160,0.5), 
                   -5px -5px 0 rgb(182,178,194,0.5);
}.training_results9318 h1 {
    margin-bottom: 20px;
    font-size: calc(39px * 0.7);
}.training_results9318 ul {
    gap: 15px;
}.training_results9318 li p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.training_results9318 {
    padding: 40px 0;
}.training_results9318 .container {
    gap: 25px;
    padding: 0 15px;
}.training_results9318 .img_cell6203 {
    box-shadow: 8px 8px 0 rgb(133,106,160,0.5), 
                   -4px -4px 0 rgb(182,178,194,0.5);
}.training_results9318 h1 {
    font-size: calc(39px * 0.6);
    margin-bottom: 15px;
}.training_results9318 li {
    padding-left: 30px;
}.training_results9318 li:nth-child(odd) {
    padding: 8px 10px 8px 30px;
}.training_results9318 li svg {
    height: 20px;
    width: 20px;
}.training_results9318 li p {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}.secure_safe5082 {
    background: rgb(182,178,194,0.5);
    width: 100%;
    color: #000000;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 40px;
}.secure_safe5082 h1 {
    font-size: 43px;
    margin-top: 30px;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}.secure_safe5082 h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    color: rgb(133,106,160);
    font-size: 37px;
    padding-bottom: 5px;
    font-weight: 600;
    border-bottom: 2px solid rgb(133,106,160,0.5);
}.secure_safe5082 ul, .secure_safe5082 ol {
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
    list-style-type: disc;
}.secure_safe5082 li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}.secure_safe5082 div {
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 20px;
    line-height: 1.8;
    background: #ffffff;
}

@media only screen and (max-width: 800px) {.secure_safe5082 {
    padding: 20px;
    box-shadow: none;
}.secure_safe5082 h1 {
    font-size: calc(18px - 10px);
}.secure_safe5082 h2 {
    font-size: calc(18px - 5px);
}}

.secure_safe5082 h3, .secure_safe5082 h4, .secure_safe5082 h5, .secure_safe5082 h6 {
    margin-bottom: 10px;
    color: rgb(182,178,194);
    font-weight: 600;
    margin-top: 20px;
    font-size: 1.2em;
}.secure_safe5082 p, .secure_safe5082 span {
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 16px;
}.secure_safe5082 a {
    color: rgb(133,106,160);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
}.secure_safe5082 a:hover {
    color: rgb(182,178,194);
    text-decoration: underline;
}.secure_safe5082 button {
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
    background: rgb(133,106,160);
    transition: background 0.3s ease;
    padding: 10px 20px;
    color: #ffffff;
    border: none;
}.secure_safe5082 button:hover {
    background: rgb(182,178,194);
}.potential_learners1352 {
    overflow: hidden;
    background: rgb(223,222,227);
    padding: 120px 0;
    position: relative;
}.potential_learners1352::before {
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(182,178,194,0.5) 0,
        rgb(182,178,194,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
}.potential_learners1352 .learn_academy6428 {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
}.potential_learners1352 h3 {
    text-align: center;
    position: relative;
    font-size: 38px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-bottom: 20px;
    margin-bottom: 80px;
}.potential_learners1352 h3::after {
    transform: translateX(-50%);
    height: 5px;
    bottom: 0;
    background: linear-gradient(90deg, rgb(182,178,194), rgb(133,106,160));
    position: absolute;
    content: "";
    width: 80px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    left: 50%;
}.potential_learners1352 ul {
    justify-content: center;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    display: flex;
    gap: 60px 30px;
}.potential_learners1352 ul li {
    position: relative;
    max-width: 350px;
    background: #ffffff;
    flex: 0 0 calc(33.333% - 20px);
    font-size: 12px;
    color: #000000;
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 25px 25px 25px 80px;
    min-height: 100px;
    z-index: 1;
    transform: perspective(1000px) rotateX(5deg);
    font-family: Arial, sans-serif;
}.potential_learners1352 ul li::before,
.potential_learners1352 ul li::after {
    transition: all 0.4s ease;
    position: absolute;
    background: #ffffff;
    content: "";
}.potential_learners1352 ul li::before {
    border: 1px solid rgb(133,106,160,0.5);
    z-index: -1;
    left: 5px;
    bottom: 5px;
    transform: translateZ(-10px);
    right: 5px;
    top: 5px;
}.potential_learners1352 ul li::after {
    z-index: -2;
    background: rgb(182,178,194,0.5);
    transform: translateZ(-20px);
    right: 15px;
    opacity: 0.3;
    bottom: 0;
    top: 15px;
    left: 15px;
}.potential_learners1352 ul li:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
}.potential_learners1352 ul li:hover::before {
    transform: translateZ(-15px);
}.potential_learners1352 ul li:hover::after {
    transform: translateZ(-30px);
}.potential_learners1352 ul li svg {
    transition: all 0.4s ease;
    position: absolute;
    height: 40px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    left: 25px;
    width: 40px;
}.potential_learners1352 ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.potential_learners1352 ul li svg path {
    fill: rgb(182,178,194);
    transition: fill 0.4s ease;
}.potential_learners1352 ul li:hover svg path {
    fill: rgb(133,106,160);
}.potential_learners1352 ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.potential_learners1352 ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.potential_learners1352 ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.potential_learners1352 ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.potential_learners1352 ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.potential_learners1352 ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.potential_learners1352 {
    padding: 100px 0;
}.potential_learners1352 h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 60px;
}.potential_learners1352 ul {
    gap: 40px 25px;
}.potential_learners1352 ul li {
    padding: 20px 20px 20px 70px;
    flex: 0 0 calc(50% - 20px);
}.potential_learners1352 ul li svg {
    width: 35px;
    left: 20px;
    height: 35px;
}
}

@media (max-width: 768px) {.potential_learners1352 {
    padding: 80px 0;
}.potential_learners1352 h3 {
    margin-bottom: 50px;
    font-size: calc(38px * 0.8);
}.potential_learners1352 ul {
    gap: 30px;
}.potential_learners1352 ul li {
    flex: 0 0 100%;
    max-width: 450px;
}.potential_learners1352 ul li,
    .potential_learners1352 ul li:nth-child(3n+1),
    .potential_learners1352 ul li:nth-child(3n+2),
    .potential_learners1352 ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.potential_learners1352 ul li:hover,
    .potential_learners1352 ul li:nth-child(3n+1):hover,
    .potential_learners1352 ul li:nth-child(3n+2):hover,
    .potential_learners1352 ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.potential_learners1352 {
    padding: 60px 0;
}.potential_learners1352 .learn_academy6428 {
    padding: 0 20px;
}.potential_learners1352 h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 40px;
}.potential_learners1352 ul {
    gap: 25px;
}.potential_learners1352 ul li {
    padding: 18px 15px 18px 65px;
}.potential_learners1352 ul li svg {
    width: 30px;
    height: 30px;
    left: 18px;
}.potential_learners1352 ul li,
    .potential_learners1352 ul li:nth-child(3n+1),
    .potential_learners1352 ul li:nth-child(3n+2),
    .potential_learners1352 ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.potential_learners1352 ul li:hover,
    .potential_learners1352 ul li:nth-child(3n+1):hover,
    .potential_learners1352 ul li:nth-child(3n+2):hover,
    .potential_learners1352 ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}.join_our_community9650 {
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(223,222,227) 0%, rgb(182,178,194,0.5) 100%);
    z-index: 1;
}.join_our_community9650::before {
    z-index: -1;
    height: 120%;
    width: 40%;
    opacity: 0.05;
    transform: rotate(-15deg);
    position: absolute;
    top: -10%;
    left: -5%;
    content: '';
    background: rgb(182,178,194);
}.join_our_community9650::after {
    height: 60%;
    bottom: -10%;
    opacity: 0.08;
    z-index: -1;
    width: 30%;
    content: '';
    position: absolute;
    background: rgb(133,106,160);
    right: -5%;
    transform: rotate(25deg);
}.join_our_community9650 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.join_our_community9650 .learn_academy6428 {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-left: 4px solid rgb(182,178,194);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.join_our_community9650 .learn_academy6428::before {
    content: '';
    position: absolute;
    background: linear-gradient(45deg, rgb(182,178,194,0.5) 0%, transparent 15%);
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    opacity: 0.05;
}.join_our_community9650 h3 {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    font-weight: 600;
    max-width: 90%;
    font-size: 22px;
    position: relative;
    margin-bottom: 2rem;
}.join_our_community9650 h3::after {
    left: 0;
    transform: scaleX(1);
    content: '';
    background: rgb(182,178,194);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 2px;
    width: 50px;
    position: absolute;
    transform-origin: left;
    bottom: -10px;
}.join_our_community9650 .learn_academy6428:hover h3::after {
    transform: scaleX(1.5);
}.join_our_community9650 .input_holder {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
    margin-top: 1rem;
    position: relative;
}.join_our_community9650 .input_holder div {
    position: relative;
    flex: 1;
}.join_our_community9650 input[type="email"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #ffffff;
    width: 100%;
    color: #000000;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 18px;
    padding: 1rem 1.5rem;
}.join_our_community9650 input[type="email"]:focus {
    border-color: rgb(182,178,194);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
    outline: none;
}.join_our_community9650 input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
    transition: opacity 0.3s ease;
}.join_our_community9650 input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.join_our_community9650 .sub_backdrop5731 {
    align-self: flex-start;
    color: #ffffff;
    position: relative;
    border: none;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding: 1rem 2rem;
    font-size: 20px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(182,178,194);
    overflow: hidden;
}.join_our_community9650 .sub_backdrop5731:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(133,106,160);
    transform: translateY(-3px);
}.join_our_community9650 .sub_backdrop5731::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    transition: all 0.6s ease;
}.join_our_community9650 .sub_backdrop5731:hover::before {
    left: 100%;
}.join_our_community9650 .input_holder div::after {
    transform-origin: left;
    content: '';
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    height: 1px;
    bottom: -5px;
    transition: transform 0.5s ease;
    left: 0;
    background: linear-gradient(90deg, rgb(182,178,194) 0%, transparent 100%);
}.join_our_community9650 .input_holder div:focus-within::after {
    transform: scaleX(1);
}

@media (min-width: 768px) {.join_our_community9650 .input_holder {
    align-items: center;
    flex-direction: row;
}.join_our_community9650 .sub_backdrop5731 {
    white-space: nowrap;
}.join_our_community9650 h3 {
    max-width: 80%;
    font-size: calc(22px * 1.1);
}.join_our_community9650 .learn_academy6428 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 4rem;
}
}

@media (min-width: 992px) {.join_our_community9650 {
    padding: 8rem 2rem;
}.join_our_community9650 .learn_academy6428 {
    justify-content: space-between;
    display: flex;
    gap: 3rem;
    padding: 4.5rem 5rem;
    align-items: center;
}.join_our_community9650 h3 {
    flex: 1;
    margin-bottom: 0;
    max-width: 50%;
}.join_our_community9650 .learn_academy6428 > div {
    flex: 1;
}.join_our_community9650 h3::after {
    width: 70px;
}
}

@media (max-width: 767px) {.join_our_community9650 {
    padding: 4rem 1.5rem;
}.join_our_community9650 .learn_academy6428 {
    transform: perspective(1000px) rotateX(0deg);
    padding: 2.5rem 2rem;
}.join_our_community9650 h3 {
    font-size: calc(22px * 0.9);
    max-width: 100%;
}.join_our_community9650 .sub_backdrop5731 {
    width: 100%;
    text-align: center;
}
}

@media (hover: none) {.join_our_community9650 .sub_backdrop5731:hover {
    box-shadow: none;
    transform: none;
}.join_our_community9650 .sub_backdrop5731:active {
    background: rgb(133,106,160);
}}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(182,178,194,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);
    }
}

.join_our_community9650 .sub_backdrop5731:focus {
    outline: none;
    animation: pulse 1.5s infinite;
}.course_overview0628 {
    position: relative;
    padding: 120px 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    overflow: hidden;
    background: rgb(223,222,227);
}.course_overview0628::before {
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(182,178,194,0.5) 0%, transparent 50%, rgb(133,106,160,0.5) 100%);
    height: 100%;
    opacity: 0.7;
    animation: backgroundShift 15s infinite alternate;
}.course_overview0628::after {
    height: 100%;
    position: absolute;
    animation: pulse 8s infinite alternate;
    left: 0;
    width: 100%;
    z-index: 2;
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(182,178,194,0.5) 0%, transparent 70%);
    top: 0;
    content: "";
}.course_overview0628 .container {
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.course_overview0628 .quick_progress1340 {
    perspective: 1000px;
    gap: 40px;
    position: relative;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}.course_overview0628 .quick_progress1340::before {
    border-radius: 25px;
    transform: rotateY(5deg) rotateX(2deg);
    content: "";
    z-index: -1;
    transform-style: preserve-3d;
    width: calc(100% + 60px);
    animation: borderPulse 4s infinite alternate;
    left: -30px;
    position: absolute;
    border: 1px solid rgb(182,178,194,0.5);
    height: calc(100% + 60px);
    top: -30px;
}.course_overview0628 .text_stack5432 {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    width: 100%;
    gap: 30px;
    transform: translateZ(0);
    border-radius: 25px;
    backdrop-filter: blur(8px);
    animation: floatPanel 8s ease-in-out infinite;
}.course_overview0628 .text_stack5432 h2 {
    font-weight: 700;
    border-radius: 8px 0 8px 0;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-size: 30px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(182,178,194,0.5);
    display: inline-block;
    border-left: 2px solid rgb(133,106,160);
    max-width: fit-content;
    transform: translateY(-10px);
    margin-bottom: 25px;
    border-radius: 10px;
    color: #ffffff;
    padding: 15px 20px;
    border-bottom: 2px solid rgb(182,178,194);
    background: linear-gradient(to right, rgb(182,178,194) 0%, rgb(133,106,160) 100%);
    letter-spacing: 1.5px;
}.course_overview0628 .text_stack5432 .description {
    z-index: 2;
    font-size: 18px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(182,178,194,0.5);
    border-radius: 10px;
    position: relative;
    text-align: justify;
    backdrop-filter: blur(4px);
    line-height: 1.9;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background: rgba(255, 255, 255, 0.07);
    padding: 18px;
    transform: translateZ(0);
    transition: all 0.5s ease;
}.course_overview0628 .text_stack5432 .description:first-of-type {
    border-left-color: rgb(182,178,194);
}.course_overview0628 .text_stack5432 .description:last-of-type {
    margin-bottom: 0;
    border-left-color: rgb(133,106,160);
}.course_overview0628 .text_stack5432 .description::before {
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    z-index: -1;
    top: 0;
    height: 100%;
    border-radius: 10px;
}.course_overview0628 .text_stack5432 .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.course_overview0628 .img_cell6203 {
    z-index: 4;
    background-position: center;
    animation: floatImage 6s ease-in-out infinite alternate;
    overflow: hidden;
    height: 450px;
    border-radius: 25px;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    transform: translateZ(0) rotateY(-5deg);
    align-self: flex-start;
    background-size: cover;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    position: relative;
}.course_overview0628 .img_cell6203:hover {
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(182,178,194,0.5);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(182,178,194,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(133,106,160,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(182,178,194,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(182,178,194);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(182,178,194,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(182,178,194);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.course_overview0628 {
    padding: 100px 0;
}.course_overview0628 .quick_progress1340 {
    gap: 30px;
}.course_overview0628 .text_stack5432 {
    padding: 30px;
}.course_overview0628 .text_stack5432 h2 {
    font-size: calc(30px * 0.9);
    padding: 12px 18px;
}.course_overview0628 .text_stack5432 .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.course_overview0628 {
    padding: 80px 0;
}.course_overview0628 .quick_progress1340 {
    gap: 40px;
    grid-template-columns: 1fr;
}.course_overview0628 .quick_progress1340::before {
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    transform: none;
}.course_overview0628 .text_stack5432 {
    animation: none;
    transform: none;
    order: 2;
}.course_overview0628 .img_cell6203 {
    animation: pulse 8s infinite alternate;
    transform: none;
    order: 1;
    min-height: 400px;
}.course_overview0628 .img_cell6203:hover {
    transform: scale(1.02) translateY(-5px);
}.course_overview0628 .text_stack5432 h2 {
    display: block;
    max-width: 100%;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}.course_overview0628 .text_stack5432 .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.course_overview0628 {
    padding: 60px 0;
}.course_overview0628 .quick_progress1340 {
    gap: 30px;
}.course_overview0628 .text_stack5432 {
    gap: 20px;
    padding: 25px;
}.course_overview0628 .text_stack5432 h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 15px;
    padding: 10px 15px;
}.course_overview0628 .text_stack5432 .description {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
    padding: 12px;
    margin-bottom: 15px;
}.course_overview0628 .img_cell6203 {
    min-height: 350px;
}.course_overview0628 .quick_progress1340::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.course_overview0628 {
    padding: 40px 0;
}.course_overview0628 .text_stack5432 {
    padding: 20px;
    gap: 15px;
}.course_overview0628 .text_stack5432 h2 {
    letter-spacing: 1px;
    font-size: calc(30px * 0.7);
    padding: 8px 12px;
}.course_overview0628 .text_stack5432 .description {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
    padding: 10px;
}.course_overview0628 .img_cell6203 {
    min-height: 280px;
}}.welcome8267 {
    min-height: 100vh;
    width: 100%;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}.welcome8267 .learn_head0712 {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    position: relative;
    align-items: center;
}.welcome8267 .learn_head0712::before {
    position: absolute;
    right: 0;
    left: 0;
    content: "";
    background: linear-gradient(135deg, 
    rgb(182,178,194,0.5) 0%, 
    rgba(0, 0, 0, 0.75) 100%);
    top: 0;
    bottom: 0;
    z-index: 1;
}.welcome8267 .smart_guide2476 {
    border-left: 3px solid rgb(133,106,160);
    z-index: 2;
    animation: slide-in 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
              0 5px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(
    170deg, 
    rgba(255, 255, 255, 0.15), 
    rgba(255, 255, 255, 0.05)
  );
    max-width: 1200px;
    width: 90%;
    position: relative;
    padding: 3rem;
}.welcome8267 h1 {
    letter-spacing: -0.02em;
    opacity: 0;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
    animation: fade-slide-right 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 46px);
}.welcome8267 h1::after {
    position: absolute;
    content: "";
    bottom: -10px;
    transform: scaleX(0);
    animation: scale-in 1s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards;
    left: 0;
    background: rgb(133,106,160);
    height: 4px;
    width: 80px;
    transform-origin: left;
}.welcome8267 h3 {
    font-size: clamp(1.25rem, 3vw, 1.8rem);
    animation: fade-slide-right 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
    color: rgb(255, 255, 255, 0.5);
    max-width: 800px;
    line-height: 1.5;
    opacity: 0;
    margin-bottom: 2rem;
    font-weight: 400;
    transform: translateX(-10px);
}.welcome8267 p {
    animation: fade-slide-right 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 15px);
    opacity: 0;
    position: relative;
    padding-left: 1.5rem;
    color: #ffffff;
    margin-top: 1.5rem;
    max-width: 700px;
    transform: translateX(-10px);
}.welcome8267 p::before {
    height: 10px;
    top: 50%;
    width: 10px;
    background-color: rgb(133,106,160);
    left: 0;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateY(-5deg) translateY(40px);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) translateY(0);
  }
}

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

@keyframes scale-in {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.welcome8267 .smart_guide2476 {
    width: 80%;
    padding: 4rem;
    margin-left: 10%;
}.welcome8267 h1 {
    margin-bottom: 2rem;
}.welcome8267 h1::after {
    width: 120px;
}
}

@media (min-width: 1200px) {.welcome8267 .smart_guide2476 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    padding: 5rem;
    margin-left: 15%;
    width: 75%;
}.welcome8267 h1 {
    margin-bottom: 2.5rem;
}.welcome8267 h1::after {
    height: 5px;
    width: 150px;
}.welcome8267 h3 {
    max-width: 80%;
    font-size: 1.8rem;
}.welcome8267 p {
    font-size: 15px;
    padding-left: 2rem;
}.welcome8267 p::before {
    height: 12px;
    width: 12px;
}
}

@media (max-width: 767px) {.welcome8267 .learn_head0712 {
    padding: 2rem 1rem;
}.welcome8267 .smart_guide2476 {
    backdrop-filter: blur(5px);
    padding: 2rem;
}.welcome8267 h1 {
    font-size: 2.2rem;
}.welcome8267 h3 {
    font-size: 1.2rem;
}
}

@media (hover: hover) {.welcome8267 .smart_guide2476:hover {
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.5s ease;
}.welcome8267 .smart_guide2476:hover h1::after {
    width: 200px;
    transition: width 0.5s ease;
}
}

@media (prefers-reduced-motion: reduce) {.welcome8267 .smart_guide2476,
  .welcome8267 h1,
  .welcome8267 h3,
  .welcome8267 p {
    opacity: 1;
    animation: none;
    transform: none;
}.welcome8267 h1::after {
    animation: none;
    transform: scaleX(1);
}}.cookie_banner_window8605 {
    z-index: 1050;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    position: fixed;
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(182,178,194);
}.data_policy6273 {
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
}.cookie_user0873 {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie_user0873 svg {
    width: 50px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(182,178,194);
    height: 50px;
}.cookie_none6370 {
    margin-right: 15px;
    flex-grow: 1;
}.cookie_none6370 h5 {
    color: rgb(182,178,194);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}.cookie_none6370 p {
    margin-bottom: 0;
    font-size: 18px;
    color: #000000;
}.track_toggle0579 {
    text-decoration: none;
    border: 1px solid transparent;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 10px;
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
}.cookie_button.cookies_overview4820 {
    background-color: rgb(182,178,194);
    border-color: rgb(182,178,194);
    color: #ffffff;
}#cookieNoticeBoard5029 {
    display: none;
}#cookieNoticeBoard5029:checked ~ .cookie_banner_window8605 {
    visibility: hidden;
    opacity: 0;
}.cookie_button.cookies_overview4820:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.track_cookies0916 {
    color: #000000;
    border-color: rgb(133,106,160);
    background-color: rgb(133,106,160);
}.cookie_button.track_cookies0916:hover {
    background-color: rgb(182,178,194);
    border-color: rgb(182,178,194);
    color: #ffffff;
}.cookie_banner_window8605 p a {
    text-decoration: underline;
    color: rgb(182,178,194);
}.cookie_banner_window8605 p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie_none6370 h5 {
    font-size: calc(20px - 2px);
}.cookie_none6370 p {
    font-size: calc(18px - 2px);
}.track_toggle0579 {
    font-size: calc(16px - 2px);
}
}
@media (max-width: 800px) {.data_policy6273 {
    align-items: center;
    flex-direction: column;
}.cookie_user0873 {
    margin-bottom: 10px;
}.cookie_none6370 {
    text-align: center;
    margin-bottom: 15px;
}.track_toggle0579 {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
.appContainer5830 {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(223,222,227) 0%, rgb(182,178,194,0.5) 100%);
}.appContainer5830::before {
    opacity: 0.25;
    content: "";
    top: 0;
    animation: backgroundPulse 12s infinite alternate ease-in-out;
    left: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(182,178,194,0.5) 0%, transparent 50%),
        radial-gradient(circle at 85% 85%, rgb(133,106,160,0.5) 0%, transparent 50%);
    z-index: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.appContainer5830::after {
    position: absolute;
    top: -10%;
    background: rgb(182,178,194,0.5);
    width: 40%;
    content: "";
    animation: floatElement 15s infinite alternate ease-in-out;
    right: -10%;
    height: 40%;
    z-index: 0;
    filter: blur(120px);
    opacity: 0.2;
}.appContainer5830 .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.appContainer5830 h2 {
    color: #000000;
    transform: perspective(1000px) rotateX(2deg);
    font-weight: 700;
    max-width: 90%;
    margin-bottom: 3rem;
    line-height: 1.3;
    padding-bottom: 1.5rem;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 29px;
}.appContainer5830 h2::after {
    height: 4px;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: 0;
    transform-origin: left center;
    content: "";
    width: 120px;
    left: 0;
    background: linear-gradient(90deg, rgb(182,178,194) 0%, rgb(133,106,160) 100%);
    position: absolute;
}.appContainer5830 h2:hover::after {
    width: 180px;
}.appContainer5830 .learn_academy6428 {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    border-radius: 0 10px 10px 0;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
    border-left: 4px solid rgb(182,178,194);
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 2px 5px rgba(0,0,0,0.05);
}.appContainer5830 .learn_academy6428:hover {
    transform: perspective(1000px) rotateY(0);
}.appContainer5830 .learn_academy6428::before {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(133,106,160,0.5) 49.5%, rgb(133,106,160,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(133,106,160,0.5) 49.5%, rgb(133,106,160,0.5) 50.5%, transparent 50.5%);
    z-index: 0;
    height: 100%;
    content: "";
    background-size: 40px 40px;
    opacity: 0.05;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}.appContainer5830 ul {
    margin: 0;
    list-style: none;
    z-index: 1;
    position: relative;
    padding: 0;
}.appContainer5830 li {
    position: relative;
    padding-left: 2rem;
}.appContainer5830 li::before {
    width: 12px;
    left: 0;
    content: "";
    animation: rotateDiamond 8s infinite linear;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 12px;
    background: rgb(182,178,194);
    top: 0.5rem;
}.appContainer5830 span {
    line-height: 1.8;
    display: block;
    font-size: 17px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
}.appContainer5830 span::after {
    height: 4px;
    position: absolute;
    right: 0;
    bottom: -15px;
    content: "";
    width: 60px;
    background: linear-gradient(90deg, transparent, rgb(133,106,160,0.5));
}

@keyframes backgroundPulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.35;
        transform: scale(1.1);
    }
}

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

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

@media (max-width: 991px) {.appContainer5830 {
    padding: 5rem 0;
}.appContainer5830 h2 {
    font-size: calc(29px * 0.9);
    max-width: 100%;
    margin-bottom: 2rem;
}.appContainer5830 .learn_academy6428 {
    padding: 2rem;
}
}

@media (max-width: 767px) {.appContainer5830 {
    padding: 4rem 0;
}.appContainer5830 h2 {
    font-size: calc(29px * 0.8);
    transform: perspective(1000px) rotateX(1deg);
    margin-bottom: 1.5rem;
}.appContainer5830 .learn_academy6428 {
    padding: 1.5rem;
    transform: perspective(1000px) rotateY(-0.5deg);
}.appContainer5830 li {
    padding-left: 1.5rem;
}.appContainer5830 li::before {
    height: 10px;
    top: 0.4rem;
    width: 10px;
}
}

@media (max-width: 575px) {.appContainer5830 {
    padding: 3rem 0;
}.appContainer5830 h2 {
    font-size: calc(29px * 0.7);
    transform: none;
}.appContainer5830 h2::after {
    width: 80px;
    height: 3px;
}.appContainer5830 h2:hover::after {
    width: 120px;
}.appContainer5830 .learn_academy6428 {
    padding: 1.25rem;
    border-left-width: 3px;
    transform: none;
}.appContainer5830 span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.appContainer5830 span::after {
    width: 40px;
    bottom: -10px;
    height: 3px;
}}.leadership_profile5174 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(223,222,227);
}.leadership_profile5174::before {
    left: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(182,178,194,0.5) 10%, 
        transparent 11%);
    background-size: 150px 100%;
    height: 100%;
    opacity: 0.3;
    top: 0;
    content: "";
    animation: gradientSlide 30s linear infinite;
}.leadership_profile5174 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 800px;
}.leadership_profile5174 .feedback_slider3928 {
    position: relative;
    padding: 60px 40px 40px;
    display: flex;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    flex-direction: column;
    border-radius: 2px;
}.leadership_profile5174 .feedback_slider3928:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.leadership_profile5174 .img_cell6203 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: all 0.5s ease;
    position: absolute;
    top: -60px;
    border-radius: 2px;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(182,178,194);
    height: 120px;
    left: 40px;
    width: 120px;
    transform: rotate(0deg);
}.leadership_profile5174 .feedback_slider3928:hover .img_cell6203 {
    transform: rotate(-5deg);
}.leadership_profile5174 .name {
    letter-spacing: -0.5px;
    color: #000000;
    margin-left: 0;
    font-weight: 700;
    transition: transform 0.5s ease;
    transform: translateX(0);
    font-size: calc(21px * 1.2);
    margin-top: 40px;
}.leadership_profile5174 .feedback_slider3928:hover .name {
    transform: translateX(10px);
}.leadership_profile5174 .feedback_slider3928 span:not(.name) {
    font-size: 16px;
    transform: translateX(0);
    color: #000000;
    letter-spacing: 1px;
    font-weight: 300;
    transition: transform 0.5s ease;
    text-transform: uppercase;
    margin-top: 5px;
}.leadership_profile5174 .feedback_slider3928:hover span:not(.name) {
    color: rgb(182,178,194);
    transform: translateX(10px);
}.leadership_profile5174 .career_table2036 {
    font-size: 16px;
    padding-left: 0;
    color: #000000;
    margin-top: 40px;
    transition: padding 0.5s ease;
    line-height: 1.8;
    font-weight: 400;
    position: relative;
}.leadership_profile5174 .career_table2036::before {
    transform: scaleX(0);
    width: 30px;
    transition: transform 0.5s ease;
    height: 2px;
    position: absolute;
    transform-origin: right;
    background: rgb(182,178,194);
    left: -40px;
    content: "";
    top: 15px;
}.leadership_profile5174 .feedback_slider3928:hover .career_table2036 {
    padding-left: 20px;
}.leadership_profile5174 .feedback_slider3928:hover .career_table2036::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.leadership_profile5174 {
    padding: 80px 0;
}.leadership_profile5174 .feedback_slider3928 {
    margin: 0 15px;
    padding: 80px 25px 30px;
}.leadership_profile5174 .img_cell6203 {
    left: 25px;
    width: 100px;
    height: 100px;
}.leadership_profile5174 .name {
    font-size: 21px;
}.leadership_profile5174 .career_table2036 {
    font-size: calc(16px * 0.95);
}.leadership_profile5174 .career_table2036::before {
    left: -25px;
    width: 20px;
}
}