* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.page_header3046 {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
}header,footer {
    width: 100%;
}.container {
    width: 1160px;
    max-width: 100%;
    margin: auto;
}.compliance4618 {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-bundle7309 {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thanks_area4639 {
    background: linear-gradient(135deg, rgb(208,201,191,0.5) 0%, rgb(233,230,225) 50%, rgb(173,164,152,0.5) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.thanks_area4639::before {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    animation: pulse 10s infinite alternate ease-in-out;
    left: 0;
    opacity: 0.7;
    background: 
        radial-gradient(circle at 20% 30%, rgb(208,201,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(173,164,152,0.5) 0%, transparent 40%);
    content: "";
    height: 100%;
}.thanks_area4639::after {
    right: -50%;
    width: 100%;
    animation: float 15s infinite alternate ease-in-out;
    height: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    top: -50%;
    filter: blur(80px);
    background: rgb(255, 255, 255, 0.5);
    transform: rotate(35deg);
}.thanks_area4639 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}.thanks_area4639 .fast_study0379 {
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    flex-direction: column;
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: top center;
}.thanks_area4639 .fast_study0379:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(0deg);
}.thanks_area4639 .fast_study0379 > div:first-child {
    padding-left: 1.5rem;
    position: relative;
    border-left: 4px solid rgb(208,201,191);
    margin-left: -1.5rem;
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
}.thanks_area4639 .fast_study0379 > div:first-child::before {
    left: -0.5rem;
    background: rgb(208,201,191);
    top: 50%;
    width: 1rem;
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 1rem;
}.thanks_area4639 h5 {
    position: relative;
    display: inline-block;
    font-size: 23px;
    line-height: 1.4;
    color: #000000;
    margin: 0;
    font-weight: 700;
}.thanks_area4639 .fast_study0379 > div:last-child {
    position: relative;
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
}.thanks_area4639 a {
    border-radius: 10px;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.95) 100%);
    text-decoration: none;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    position: relative;
    display: block;
    transform-origin: center;
    transition: all 0.3s ease;
}.thanks_area4639 a::before {
    transition: width 0.3s ease;
    background: linear-gradient(to bottom, rgb(208,201,191), rgb(173,164,152));
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    width: 4px;
    content: "";
}.thanks_area4639 a:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
}.thanks_area4639 a:hover::before {
    width: 8px;
}.thanks_area4639 p {
    line-height: 1.7;
    font-size: 12px;
    position: relative;
    margin: 0;
    transition: color 0.3s ease;
    color: #000000;
    z-index: 1;
}.thanks_area4639 a:hover p {
    color: #000000;
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}

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

@keyframes slideUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

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

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

@media (max-width: 991px) {.thanks_area4639 {
    padding: 5rem 0;
}.thanks_area4639 .fast_study0379 {
    gap: 2rem;
    padding: 2.5rem;
}.thanks_area4639 h5 {
    font-size: calc(23px * 0.95);
}
}

@media (max-width: 768px) {.thanks_area4639 {
    padding: 4rem 0;
}.thanks_area4639 .container {
    padding: 0 1.5rem;
}.thanks_area4639 .fast_study0379 {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
    gap: 1.8rem;
}.thanks_area4639 h5 {
    font-size: calc(23px * 0.9);
}.thanks_area4639 a {
    padding: 1.2rem 1.5rem;
}.thanks_area4639 p {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 576px) {.thanks_area4639 {
    padding: 3rem 0;
}.thanks_area4639 .container {
    padding: 0 1rem;
}.thanks_area4639 .fast_study0379 {
    padding: 1.5rem;
    gap: 1.5rem;
    transform: none;
}.thanks_area4639 .fast_study0379 > div:first-child {
    margin-left: -1rem;
    padding-left: 1rem;
    border-left-width: 3px;
}.thanks_area4639 h5 {
    font-size: calc(23px * 0.85);
}.thanks_area4639 a {
    padding: 1rem;
}.thanks_area4639 p {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}.privacy_gate9208 {
    margin: 0 auto;
    box-shadow: 0 0 10px rgb(208,201,191,0.5);
    border: 1px solid rgb(208,201,191,0.5);
    line-height: 1.6;
    background-color: rgb(208,201,191);
    padding: 50px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.privacy_gate9208 h1 {
    color: rgb(173,164,152);
    font-size: 48px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(173,164,152,0.5);
}.privacy_gate9208 h2 {
    font-size: 29px;
    text-transform: uppercase;
    border-left: 5px solid rgb(208,201,191);
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 40px;
    color: rgb(173,164,152);
    padding-left: 15px;
}.privacy_gate9208 ul {
    list-style-type: none;
    padding: 0;
    margin: 1rem 0;
}.privacy_gate9208 li {
    align-items: center;
    display: flex;
    font-size: 15px;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}.privacy_gate9208 li::before {
    margin-right: 10px;
    content: '✦';
    font-size: 1.2em;
    color: rgb(173,164,152);
}.privacy_gate9208 p {
    font-size: 15px;
    margin-bottom: 20px;
    color: #ffffff;
}.privacy_gate9208 span {
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 10px;
    background-color: rgb(208,201,191,0.5);
    color: rgb(208,201,191);
}.privacy_gate9208 a {
    color: rgb(173,164,152);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed rgb(173,164,152);
}.privacy_gate9208 a:hover {
    color: rgb(208,201,191);
    border-bottom: 1px dashed rgb(208,201,191);
}
@media only screen and (max-width: 800px) {.privacy_gate9208 {
    padding: 30px;
}.privacy_gate9208 h1 {
    font-size: calc(24px * 0.8);
}.privacy_gate9208 h2 {
    font-size: calc(24px * 0.8);
}.privacy_gate9208 p {
    font-size: calc(15px * 0.9);
}.privacy_gate9208 li {
    padding: 10px;
}}.meet_us9784 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, #ffffff 100%);
}.meet_us9784::before {
    z-index: 1;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(208,201,191,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(173,164,152,0.5) 0%, transparent 25%);
    top: 0;
    content: "";
    opacity: 0.4;
    height: 100%;
    left: 0;
    position: absolute;
}.meet_us9784 .container {
    z-index: 5;
    position: relative;
}.meet_us9784 h2 {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    font-size: 37px;
    color: #000000;
}.meet_us9784 h2::after {
    width: 80px;
    bottom: 0;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    left: 50%;
    background: rgb(208,201,191);
}.meet_us9784 .skill_sessions8512 {
    margin-top: 60px;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}.meet_us9784 .edu_values6431 {
    z-index: 2;
    margin: 0 10px;
    background: #ffffff;
    padding: 40px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    flex: 1 1 calc(50% - 20px);
}.meet_us9784 .edu_values6431::before {
    height: 0;
    background: rgb(208,201,191);
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    transition: all 0.5s ease;
}.meet_us9784 .edu_values6431:hover::before {
    height: 100%;
}.meet_us9784 .edu_values6431::after {
    left: 0;
    transform-origin: right;
    z-index: -1;
    background: rgb(233,230,225);
    width: 100%;
    content: "";
    top: 0;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    position: absolute;
    height: 100%;
}.meet_us9784 .edu_values6431:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.meet_us9784 .edu_values6431:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.meet_us9784 .edu_values6431 h3 {
    color: #000000;
    z-index: 2;
    position: relative;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}.meet_us9784 .edu_values6431:hover h3 {
    color: rgb(208,201,191);
    transform: translateX(10px);
}.meet_us9784 .edu_values6431 p {
    font-size: 12px;
    line-height: 1.8;
    position: relative;
    z-index: 2;
    color: #000000;
    transition: all 0.3s ease;
}.meet_us9784 .edu_values6431:hover p {
    transform: translateX(10px);
}.meet_us9784 .edu_values6431:first-child {
    border-top: 3px solid rgb(208,201,191);
}.meet_us9784 .edu_values6431:last-child {
    border-top: 3px solid rgb(173,164,152);
}.meet_us9784 .container::before {
    height: 20%;
    border-radius: 10px;
    content: "";
    width: 20%;
    animation: rotate-element 20s linear infinite;
    left: -10%;
    position: absolute;
    opacity: 0.2;
    top: -10%;
    border: 2px solid rgb(208,201,191,0.5);
}.meet_us9784 .container::after {
    position: absolute;
    bottom: -5%;
    animation: rotate-element 15s linear infinite reverse;
    width: 15%;
    height: 15%;
    border: 2px solid rgb(173,164,152,0.5);
    right: -5%;
    content: "";
    opacity: 0.2;
    border-radius: 10px;
}@keyframes rotate-element {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.meet_us9784 .skill_sessions8512::before {
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(208,201,191,0.5), transparent);
    width: 1px;
    z-index: 1;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 50%;
}.meet_us9784 .skill_sessions8512::after {
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    left: 0;
    background-size: 20px 20px;
    top: 0;
    content: "";
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    opacity: 0.02;
    z-index: 0;
}

@media screen and (max-width: 992px) {.meet_us9784 {
    padding: 80px 0;
}.meet_us9784 .skill_sessions8512 {
    flex-direction: column;
    margin-top: 40px;
}.meet_us9784 .edu_values6431 {
    margin: 10px 0;
    flex: 1 1 100%;
}.meet_us9784 .skill_sessions8512::before {
    display: none;
}.meet_us9784 .container::before,
    .meet_us9784 .container::after {
    display: none;
}
}

@media screen and (max-width: 768px) {.meet_us9784 {
    padding: 60px 0;
}.meet_us9784 h2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: calc(37px * 0.9);
}.meet_us9784 h2::after {
    width: 60px;
}.meet_us9784 .edu_values6431 {
    padding: 30px;
}.meet_us9784 .edu_values6431 h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 15px;
}
}

@media screen and (max-width: 576px) {.meet_us9784 {
    padding: 50px 0;
}.meet_us9784 h2 {
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: calc(37px * 0.8);
}.meet_us9784 h2::after {
    height: 2px;
    width: 50px;
}.meet_us9784 .skill_sessions8512 {
    margin-top: 30px;
}.meet_us9784 .edu_values6431 {
    padding: 25px;
}.meet_us9784 .edu_values6431 h3 {
    font-size: calc(24px * 0.85);
    margin-bottom: 12px;
}.meet_us9784 .edu_values6431 p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.meet_us9784 .edu_values6431:hover h3,
    .meet_us9784 .edu_values6431:hover p {
    transform: translateX(5px);
}}.program_assets8526 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(233,230,225) 30%, rgb(173,164,152,0.5) 150%);
    padding: 100px 0;
}.program_assets8526::before {
    position: absolute;
    left: 0;
    background-image: 
        linear-gradient(rgb(208,201,191,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(208,201,191,0.5) 1px, transparent 1px);
    top: 0;
    content: "";
    width: 100%;
    background-size: 30px 30px;
    opacity: 0.1;
    height: 100%;
}.program_assets8526::after {
    filter: blur(100px);
    border-radius: 50%;
    opacity: 0.3;
    bottom: -150px;
    width: 300px;
    height: 300px;
    background: rgb(208,201,191,0.5);
    right: -150px;
    position: absolute;
    content: "";
}.program_assets8526 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.program_assets8526 .fast_study0379 {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}.program_assets8526 .img_lightbox8914 {
    position: relative;
    transition: all 0.5s ease;
    width: 40%;
    border-radius: 13px;
    z-index: 2;
    transform: translateY(40px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.program_assets8526 .img_lightbox8914:hover {
    transform: translateY(35px) scale(1.02);
}.program_assets8526 .details_box7415 {
    padding: 60px 40px 40px;
    background: #ffffff;
    width: 85%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
    border-radius: 13px;
}.program_assets8526 .details_box7415::before {
    width: 60%;
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(208,201,191), rgb(173,164,152));
    border-radius: 10px;
    top: 0;
    content: "";
    height: 5px;
    left: 50%;
}.program_assets8526 h3 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: #000000;
    font-size: 37px;
    position: relative;
}.program_assets8526 h3::after {
    border-radius: 10px;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    width: 60px;
    content: "";
    left: 50%;
    bottom: -15px;
    background: rgb(173,164,152,0.5);
}.program_assets8526 ul {
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    list-style: none;
    gap: 20px;
}.program_assets8526 li {
    transition: all 0.3s ease;
    position: relative;
}.program_assets8526 li:hover {
    transform: translateY(-5px);
}.program_assets8526 li p {
    font-weight: 400;
    line-height: 1.5;
    gap: 15px;
    align-items: center;
    transition: all 0.3s ease;
    background: linear-gradient(120deg, #ffffff, rgb(233,230,225));
    height: 100%;
    font-size: 17px;
    padding: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin: 0;
    color: #000000;
    border-radius: 12px;
    display: flex;
}.program_assets8526 li:hover p {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(120deg, #ffffff, rgb(208,201,191,0.5));
}.program_assets8526 svg {
    padding: 5px;
    width: 24px;
    justify-content: center;
    transition: all 0.3s ease;
    align-items: center;
    border-radius: 8px;
    flex-shrink: 0;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    height: 24px;
}.program_assets8526 svg path {
    fill: rgb(208,201,191);
    transition: fill 0.3s ease;
}.program_assets8526 li:hover svg {
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}.program_assets8526 li:hover svg path {
    fill: rgb(173,164,152);
}

@media (max-width: 992px) {.program_assets8526 {
    padding: 80px 0;
}.program_assets8526 .img_lightbox8914 {
    transform: translateY(30px);
    width: 50%;
}.program_assets8526 .img_lightbox8914:hover {
    transform: translateY(25px) scale(1.02);
}.program_assets8526 .details_box7415 {
    padding: 50px 30px 30px;
    width: 90%;
}.program_assets8526 ul {
    gap: 15px;
    grid-template-columns: 1fr;
}
}

@media (max-width: 576px) {.program_assets8526 {
    padding: 60px 0;
}.program_assets8526 .img_lightbox8914 {
    transform: translateY(25px);
    width: 70%;
}.program_assets8526 .img_lightbox8914:hover {
    transform: translateY(22px) scale(1.02);
}.program_assets8526 .details_box7415 {
    padding: 40px 25px 25px;
    width: 100%;
}.program_assets8526 h3 {
    font-size: 24px;
    margin-bottom: 25px;
}.program_assets8526 li p {
    padding: 12px;
}.program_assets8526 svg {
    width: 22px;
    height: 22px;
    padding: 4px;
}}.plan_chooser0582 {
    background: rgb(233,230,225);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.plan_chooser0582::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 0;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    height: 100%;
    left: 0;
}.plan_chooser0582 .container {
    position: relative;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
}.plan_chooser0582 .plan_deals2315 {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
}.plan_chooser0582 .cert_cost8745 {
    animation: fadeSlideUp 0.8s forwards 0.2s;
    max-width: 800px;
    opacity: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(20px);
}.plan_chooser0582 .cert_cost8745 h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
    font-size: 31px;
}.plan_chooser0582 .cert_cost8745 h2::after {
    left: 50%;
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(208,201,191), rgb(173,164,152));
    width: 80px;
}.plan_chooser0582 .cert_fees2068 {
    font-size: calc(15px + 0.1rem);
    color: #000000;
    line-height: 1.6;
    margin-top: 30px;
}.plan_chooser0582 .training_fees1458 {
    transform: translateY(30px);
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    animation: fadeSlideUp 0.8s forwards 0.4s;
    gap: 30px;
    opacity: 0;
}.plan_chooser0582 .value_fees3149 {
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    will-change: transform;
    position: relative;
    color: inherit;
    display: block;
}.plan_chooser0582 .value_fees3149:hover {
    transform: translateY(-10px) scale(1.02);
}.plan_chooser0582 .price_options2146 {
    background: #ffffff;
    border-radius: 17px;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    position: relative;
    overflow: hidden;
    min-height: 420px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    display: flex;
}.plan_chooser0582 .value_fees3149:hover .price_options2146 {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.plan_chooser0582 .value_fees3149:nth-child(odd) .price_options2146::before {
    height: 100%;
    width: 5px;
    background: rgb(208,201,191);
    top: 0;
    transform: scaleY(0);
    content: "";
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform-origin: bottom;
}.plan_chooser0582 .value_fees3149:nth-child(even) .price_options2146::before {
    background: rgb(173,164,152);
    transform-origin: bottom;
    width: 5px;
    top: 0;
    position: absolute;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    transform: scaleY(0);
    right: 0;
}.plan_chooser0582 .value_fees3149:hover .price_options2146::before {
    transform: scaleY(1);
}.plan_chooser0582 .learn_rates7359 {
    flex: 1;
    display: flex;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
    flex-direction: column;
}.plan_chooser0582 .learn_rates7359 h3 {
    transition: color 0.3s ease;
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: calc(22px + 0.2rem);
    margin-bottom: 15px;
    font-weight: 700;
}.plan_chooser0582 .value_fees3149:hover .learn_rates7359 h3 {
    color: rgb(208,201,191);
}.plan_chooser0582 .value_fees3149:nth-child(even):hover .learn_rates7359 h3 {
    color: rgb(173,164,152);
}.plan_chooser0582 .learn_deals1423 {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    font-size: calc(22px + 0.5rem);
    font-weight: 700;
    color: rgb(208,201,191);
    margin: 10px 0 20px;
}.plan_chooser0582 .value_fees3149:nth-child(even) .learn_deals1423 {
    color: rgb(173,164,152);
}.plan_chooser0582 .learn_deals1423::after {
    left: 0;
    position: absolute;
    opacity: 0.6;
    height: 3px;
    background: currentColor;
    bottom: 0;
    content: "";
    width: 40px;
}.plan_chooser0582 .learn_rates7359 p {
    line-height: 1.6;
    hyphens: auto;
    word-break: break-word;
    font-size: 15px;
    color: #000000;
    overflow-wrap: break-word;
    margin-top: auto;
    word-wrap: break-word;
}.plan_chooser0582 .img_lightbox8914 {
    width: 100%;
    transition: transform 0.5s ease;
    transform-origin: center;
    height: 200px;
    position: relative;
}.plan_chooser0582 .value_fees3149:hover .img_lightbox8914 {
    transform: scale(1.05);
}.plan_chooser0582 .img_lightbox8914::after {
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    left: 0;
    opacity: 0;
    width: 100%;
    content: "";
    height: 40%;
    transition: opacity 0.4s ease;
    bottom: 0;
    position: absolute;
}.plan_chooser0582 .value_fees3149:hover .img_lightbox8914::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.plan_chooser0582 .plan_deals2315 {
    grid-template-columns: 1fr;
}.plan_chooser0582 .training_fees1458 {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}

@media (min-width: 992px) {.plan_chooser0582 {
    padding: 150px 0;
}.plan_chooser0582 .plan_deals2315 {
    grid-template-columns: 1fr;
    gap: 80px;
}.plan_chooser0582 .training_fees1458 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}.plan_chooser0582 .price_options2146 {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.plan_chooser0582 .training_fees1458 {
    gap: 40px;
}
}

@media (max-width: 767px) {.plan_chooser0582 {
    padding: 80px 0;
}.plan_chooser0582 .cert_cost8745 h2 {
    font-size: calc(31px - 0.4rem);
}.plan_chooser0582 .cert_fees2068 {
    font-size: 15px;
}.plan_chooser0582 .learn_rates7359 {
    padding: 30px 20px;
}.plan_chooser0582 .price_options2146 {
    min-height: 400px;
}.plan_chooser0582 .img_lightbox8914 {
    height: 160px;
}
}

@media (max-width: 480px) {.plan_chooser0582 {
    padding: 60px 0;
}.plan_chooser0582 .plan_deals2315 {
    gap: 40px;
}.plan_chooser0582 .training_fees1458 {
    gap: 25px;
}.plan_chooser0582 .learn_rates7359 h3 {
    font-size: 22px;
}.plan_chooser0582 .learn_deals1423 {
    font-size: 22px;
}.plan_chooser0582 .learn_rates7359 p {
    font-size: calc(15px - 0.1rem);
}}.compliance4618 {
    background: linear-gradient(135deg, #000000 0%, rgb(208,201,191,0.5) 100%);
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 1;
    color: #ffffff;
    padding: 5rem 0 1rem;
}.compliance4618::before {
    right: 0;
    top: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgb(208,201,191,0.5) 0%, transparent 50%);
    left: 0;
    position: absolute;
    z-index: -1;
    content: '';
}.compliance4618::after {
    right: 0;
    content: '';
    animation: glowLine 3s infinite alternate;
    height: 3px;
    top: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(208,201,191), transparent);
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.compliance4618 .container {
    position: relative;
    z-index: 2;
}.compliance4618 .verify_cta7691 {
    display: flex;
    gap: 3rem;
    flex-direction: column;
}.compliance4618 .help_form0914 {
    display: flex;
    margin-bottom: 1rem;
    justify-content: center;
    border-radius: 25px;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1.5rem;
    border: 1px solid rgb(173,164,152,0.5);
    position: relative;
}.compliance4618 .help_form0914::before {
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(173,164,152), transparent);
    width: 50%;
    animation: scanLine 4s infinite linear;
    height: 2px;
    top: -2px;
    left: 50%;
    content: '';
    position: absolute;
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.compliance4618 .info_item {
    transition: transform 0.3s ease;
    max-width: 300px;
    flex: 1;
    min-width: 200px;
    text-align: center;
}.compliance4618 .info_item:hover {
    transform: translateY(-5px);
}.compliance4618 .info_item p, 
.compliance4618 .info_item a {
    text-decoration: none;
    display: flex;
    color: #ffffff;
    font-size: calc(17px - 2px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    align-items: center;
    border: 1px solid transparent;
    padding: 0.75rem;
    gap: 0.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    justify-content: center;
}.compliance4618 .info_item svg {
    height: 1.25rem;
    fill: rgb(173,164,152);
    width: 1.25rem;
    transition: fill 0.3s ease;
}.compliance4618 .info_item a:hover {
    box-shadow: 0 0 15px rgb(208,201,191,0.5);
    border-color: rgb(208,201,191,0.5);
    background: #000000;
}.compliance4618 .info_item a:hover svg {
    fill: rgb(208,201,191);
}.compliance4618 .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    display: grid;
}.compliance4618 .header_pro7534 {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex-direction: column;
}.compliance4618 .header_pro7534 svg {
    filter: drop-shadow(0 0 5px rgb(208,201,191,0.5));
    max-width: 180px;
    height: auto;
    transition: filter 0.3s ease;
}.compliance4618 .header_pro7534 svg:hover {
    filter: drop-shadow(0 0 10px rgb(208,201,191));
}.compliance4618 .intern_ship6158 {
    color: #ffffff;
    line-height: 1.5;
    max-width: 280px;
    opacity: 0.7;
    font-size: calc(16px - 1px);
}.compliance4618 .site_head4586 {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}.compliance4618 .site_head4586 h5 {
    margin-bottom: 0.5rem;
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 0.75rem;
    position: relative;
}.compliance4618 .site_head4586 h5::after {
    transition: width 0.3s ease;
    height: 2px;
    background: rgb(173,164,152);
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    bottom: 0;
}.compliance4618 .site_head4586:hover h5::after {
    width: 80px;
}.compliance4618 .nav_block6179 {
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
}.compliance4618 .nav_block6179 a {
    transition: all 0.3s ease;
    padding-left: 1rem;
    font-size: 17px;
    color: #ffffff;
    opacity: 0.8;
    position: relative;
    text-decoration: none;
}.compliance4618 .nav_block6179 a::before {
    position: absolute;
    background: rgb(173,164,152);
    height: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
    top: 50%;
    content: '';
    width: 5px;
    transform: translateY(-50%);
    left: 0;
}.compliance4618 .nav_block6179 a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(208,201,191);
}.compliance4618 .nav_block6179 a:hover::before {
    box-shadow: 0 0 8px rgb(208,201,191);
    height: 7px;
    background: rgb(208,201,191);
    width: 7px;
}.compliance4618 .subscribe_holder {
    position: relative;
    gap: 1.25rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    border: 1px solid rgb(173,164,152,0.5);
    border-radius: 25px;
    padding: 1.5rem;
    flex-direction: column;
    overflow: hidden;
    display: flex;
}.compliance4618 .subscribe_holder::before {
    left: 0;
    opacity: 0.1;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at top right, rgb(208,201,191,0.5) 0%, transparent 70%);
    top: 0;
    content: '';
    z-index: -1;
    position: absolute;
}.compliance4618 .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
}.compliance4618 .subscribe_holder p {
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    font-size: calc(17px - 1px);
}.compliance4618 .input_holder {
    gap: 0.75rem;
    position: relative;
    flex-direction: column;
    display: flex;
}.compliance4618 .input_holder input[type="email"] {
    padding: 0.875rem 1rem;
    background: rgba(0, 0, 0, 0.2);
    flex: 1;
    width: 100%;
    color: #ffffff;
    border: 1px solid rgb(173,164,152,0.5);
    border-radius: 10px;
    font-size: 17px;
    transition: all 0.3s ease;
}.compliance4618 .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(208,201,191,0.5);
    border-color: rgb(208,201,191);
    outline: none;
}.compliance4618 .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}.compliance4618 .updates_popup1540 {
    color: #ffffff;
    overflow: hidden;
    font-size: 19px;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
    position: relative;
    background: rgb(208,201,191);
    padding: 0.875rem 1.5rem;
    border: none;
}.compliance4618 .updates_popup1540::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: left 0.7s ease;
    content: '';
    left: -100%;
    height: 100%;
    top: 0;
    width: 100%;
}.compliance4618 .updates_popup1540:hover {
    background: rgb(173,164,152);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(173,164,152,0.5);
}.compliance4618 .updates_popup1540:hover::before {
    left: 100%;
}.compliance4618 .trust_badge4618 {
    padding-top: 1.5rem;
    border-top: 1px solid rgb(173,164,152,0.5);
    position: relative;
    margin-top: 3rem;
    text-align: center;
}.compliance4618 .trust_badge4618::before {
    top: -1px;
    position: absolute;
    height: 1px;
    left: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(173,164,152,0.5), transparent);
    width: 100%;
}.compliance4618 .citation3085 {
    color: #ffffff;
    opacity: 0.7;
    font-size: 16px;
}

@media (max-width: 1024px) {.compliance4618 {
    padding: 4rem 0 1rem;
}.compliance4618 .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.compliance4618 .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.compliance4618 .input_holder {
    flex-direction: row;
}.compliance4618 .updates_popup1540 {
    width: auto;
}
}

@media (max-width: 768px) {.compliance4618 {
    padding: 3rem 0 1rem;
}.compliance4618 .help_form0914 {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}.compliance4618 .info_item {
    min-width: 100%;
}.compliance4618 .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.compliance4618 .subscribe_holder {
    grid-column: auto;
}.compliance4618 .header_pro7534 {
    text-align: center;
    align-items: center;
}.compliance4618 .intern_ship6158 {
    text-align: center;
    max-width: 100%;
}.compliance4618 .site_head4586 h5 {
    text-align: center;
}.compliance4618 .site_head4586 h5::after {
    left: 50%;
    transform: translateX(-50%);
}.compliance4618 .nav_block6179 {
    align-items: center;
}.compliance4618 .nav_block6179 a {
    text-align: center;
}.compliance4618 .nav_block6179 a:hover {
    transform: translateY(-2px);
}.compliance4618 .input_holder {
    flex-direction: column;
}.compliance4618 .updates_popup1540 {
    width: 100%;
}
}

@media (max-width: 480px) {.compliance4618 {
    padding: 2.5rem 0 1rem;
}.compliance4618 .info_item p, 
    .compliance4618 .info_item a {
    font-size: calc(17px - 3px);
}.compliance4618 .site_head4586 h5, 
    .compliance4618 .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}.compliance4618 .nav_block6179 a, 
    .compliance4618 .subscribe_holder p {
    font-size: calc(17px - 2px);
}.compliance4618 .citation3085 {
    font-size: calc(16px - 2px);
}}.contact2164 {
    padding: 100px 0;
    position: relative;
}.contact2164::before {
    right: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    background-color: rgb(233,230,225);
    z-index: 1;
}.contact2164 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.contact2164 .inquiry_section9528 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    position: relative;
}.contact2164 .feedback_section9621 {
    width: 40%;
    padding: 60px 40px;
    overflow: hidden;
    background: rgb(208,201,191);
    position: relative;
}.contact2164 .feedback_section9621::before {
    background: rgb(173,164,152);
    top: -10%;
    height: 200px;
    opacity: 0.3;
    border-radius: 50%;
    right: -10%;
    content: "";
    width: 200px;
    position: absolute;
}.contact2164 .feedback_section9621::after {
    height: 200px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    background: rgb(173,164,152);
    content: "";
    width: 200px;
    bottom: -10%;
    left: -10%;
}.contact2164 .feedback_section9621 h3 {
    margin-bottom: 40px;
    z-index: 1;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 30px;
}.contact2164 .feedback_section9621 div {
    display: flex;
    z-index: 1;
    padding-left: 15px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    align-items: center;
    position: relative;
    border-left: 3px solid #ffffff;
}.contact2164 .feedback_section9621 div:hover {
    transform: translateX(5px);
    border-left-color: rgb(173,164,152);
}.contact2164 .feedback_section9621 div svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}.contact2164 .feedback_section9621 div svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact2164 .feedback_section9621 div:hover svg path {
    fill: rgb(173,164,152);
}.contact2164 .feedback_section9621 div span {
    color: #ffffff;
    font-size: 13px;
}.contact2164 .feedback_section9621 div span a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}.contact2164 .feedback_section9621 div span a:hover {
    color: rgb(173,164,152);
}.contact2164 .feedback_widget1970 {
    width: 60%;
    padding: 60px 40px;
    background: #ffffff;
}.contact2164 .feedback_widget1970 h3 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
    font-size: 23px;
}.contact2164 form {
    flex-direction: column;
    display: flex;
}.contact2164 form input[type="text"],
.contact2164 form input[type="email"] {
    border: 2px solid #EFEFEF;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 13px;
}.contact2164 form input[type="text"]:focus,
.contact2164 form input[type="email"]:focus {
    outline: none;
    border-color: rgb(208,201,191);
}.contact2164 form input::placeholder {
    color: #BBBBBB;
}.contact2164 .support_request1046 {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.contact2164 .support_request1046 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact2164 .support_request1046 label {
    cursor: pointer;
    position: relative;
    font-size: 12px;
    padding-left: 35px;
    line-height: 1.6;
    color: #000000;
}.contact2164 .support_request1046 label::before {
    left: 0;
    width: 20px;
    transition: all 0.3s ease;
    height: 20px;
    top: 2px;
    border: 2px solid #EFEFEF;
    position: absolute;
    content: "";
    border-radius: 10px;
}.contact2164 .support_request1046 input[type="checkbox"]:checked + label::before {
    border-color: rgb(208,201,191);
    background-color: rgb(208,201,191);
}.contact2164 .support_request1046 input[type="checkbox"]:checked + label::after {
    position: absolute;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 4px;
    content: "";
    width: 6px;
    left: 7px;
}.contact2164 .support_request1046 label a {
    color: rgb(208,201,191);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact2164 .support_request1046 label a:hover {
    text-decoration: underline;
}.contact2164 form .connect_widget6249 {
    overflow: hidden;
    font-size: 16px;
    background-color: rgb(208,201,191);
    border-radius: 10px;
    font-weight: 600;
    border: none;
    align-self: flex-start;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    padding: 15px 30px;
    color: #ffffff;
}.contact2164 form .connect_widget6249::after {
    content: "";
    border-radius: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    width: 0;
    position: absolute;
    transform-style: flat;
    transform: translate3d(-50%, -50%, 0);
    transition: width 0.3s ease, height 0.3s ease;
    left: 50%;
}.contact2164 form .connect_widget6249:hover {
    background-color: rgb(173,164,152);
}.contact2164 form .connect_widget6249:active::after {
    width: 200px;
    height: 200px;
}@keyframes slideInLeft {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.contact2164 .feedback_section9621 div {
    animation: slideInLeft 0.5s forwards;
    opacity: 0;
}.contact2164 .feedback_section9621 div:nth-child(2) {
    animation-delay: 0.1s;
}.contact2164 .feedback_section9621 div:nth-child(3) {
    animation-delay: 0.2s;
}.contact2164 .feedback_section9621 div:nth-child(4) {
    animation-delay: 0.3s;
}.contact2164 .feedback_section9621 div:nth-child(5) {
    animation-delay: 0.4s;
}

@media screen and (max-width: 992px) {.contact2164 .feedback_section9621,
    .contact2164 .feedback_widget1970 {
    width: 100%;
    padding: 40px 30px;
}.contact2164 .feedback_section9621 {
    order: 2;
}.contact2164 .feedback_widget1970 {
    order: 1;
}
}

@media screen and (max-width: 576px) {.contact2164 {
    padding: 60px 0;
}.contact2164 .container {
    width: 90%;
}.contact2164 .feedback_section9621,
    .contact2164 .feedback_widget1970 {
    padding: 30px 20px;
}.contact2164 .feedback_section9621 h3 {
    font-size: calc(30px * 0.8);
}.contact2164 form .connect_widget6249 {
    width: 100%;
}}.welcome_page4607 {
    --text-shadow-color: rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}.welcome_page4607 .study_master4073 {
    align-items: center;
    display: flex;
    min-height: 100vh;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 5rem 2rem;
}.welcome_page4607 .study_master4073::before {
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
    rgb(173,164,152,0.5), 
    rgba(0, 0, 0, 0.7),
    rgb(208,201,191,0.5));
    right: 0;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
}.welcome_page4607 .study_master4073::after {
    opacity: 0.8;
    height: 100%;
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 10px
  );
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
}.welcome_page4607 .mastery_center7139 {
    max-width: 1200px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 5;
    position: relative;
    transform: perspective(1000px) rotateY(-3deg);
    animation: slideIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 90%;
    margin-left: 10%;
}@keyframes slideIn {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateY(-8deg) translateX(-50px);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateY(-3deg) translateX(0);
  }
}

.welcome_page4607 .mastery_center7139:hover {
    transform: perspective(1000px) rotateY(-1deg);
}.welcome_page4607 h1 {
    transform-origin: left;
    animation: fadeTitle 1s ease-out 0.5s both;
    line-height: 1.2;
    font-size: clamp(2.5rem, 7vw, 46px);
    padding-left: 2rem;
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    text-shadow: 2px 2px 4px var(--text-shadow-color);
    margin-bottom: 1.5rem;
    color: #ffffff;
}.welcome_page4607 h1::before {
    height: 80%;
    content: "";
    left: 0;
    clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
    width: 0.5rem;
    top: 0.5rem;
    background: rgb(208,201,191);
    position: absolute;
}@keyframes fadeTitle {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.welcome_page4607 h3 {
    font-weight: 400;
    text-shadow: 1px 1px 3px var(--text-shadow-color);
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: clamp(1.2rem, 4vw, 1.8rem);
    padding-left: 2rem;
    margin-bottom: 2rem;
    animation: fadeSubtitle 1s ease-out 0.8s both;
    max-width: 80%;
    position: relative;
    color: #ffffff;
}@keyframes fadeSubtitle {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.welcome_page4607 p {
    border-left: 3px solid rgb(208,201,191);
    background: linear-gradient(
    to right,
    rgb(173,164,152,0.5),
    rgba(0, 0, 0, 0.3)
  );
    max-width: 70%;
    backdrop-filter: blur(5px);
    padding: 1.5rem 2rem;
    font-family: Arial, sans-serif;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    animation: fadeParagraph 1s ease-out 1.1s both;
    transform-origin: left;
    font-size: clamp(1rem, 3vw, 16px);
    margin-top: 2rem;
}@keyframes fadeParagraph {
  from {
    opacity: 0;
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.welcome_page4607 p::after {
    bottom: -10px;
    height: 40px;
    transform: rotate(45deg);
    background: rgb(208,201,191);
    right: -20px;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    content: "";
    width: 40px;
    opacity: 0.5;
}

@media (max-width: 992px) {.welcome_page4607 .mastery_center7139 {
    margin-left: 5%;
    width: 90%;
}.welcome_page4607 h3 {
    max-width: 95%;
}.welcome_page4607 p {
    max-width: 85%;
}
}

@media (max-width: 768px) {.welcome_page4607 .study_master4073 {
    padding-top: 25vh;
    padding: 4rem 1.5rem;
    align-items: flex-start;
}.welcome_page4607 .mastery_center7139 {
    margin-left: 0;
    transform: perspective(1000px) rotateY(0deg);
    width: 100%;
}.welcome_page4607 h1 {
    padding-left: 1.5rem;
}.welcome_page4607 h3 {
    padding-left: 1.5rem;
}.welcome_page4607 p {
    max-width: 100%;
    padding: 1.2rem 1.5rem;
}.welcome_page4607 .mastery_center7139:hover {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (max-width: 480px) {.welcome_page4607 .study_master4073 {
    padding: 3rem 1rem;
    padding-top: 15vh;
}.welcome_page4607 h1 {
    padding-left: 1rem;
}.welcome_page4607 h1::before {
    width: 0.3rem;
}.welcome_page4607 h3 {
    padding-left: 1rem;
}.welcome_page4607 p {
    padding: 1rem;
}
}

@media (prefers-reduced-motion: reduce) {.welcome_page4607 .mastery_center7139,
  .welcome_page4607 h1,
  .welcome_page4607 h3,
  .welcome_page4607 p {
    animation: none;
    transition: none;
}}.teacher_profile8912 {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgb(173,164,152,0.5) 100%);
}.teacher_profile8912::before {
    width: 40%;
    top: -5%;
    animation: floating 15s ease-in-out infinite;
    position: absolute;
    right: -5%;
    height: 40%;
    opacity: 0.3;
    content: "";
    transform-origin: center;
    z-index: 0;
    filter: blur(60px);
    background: rgb(208,201,191,0.5);
}.teacher_profile8912::after {
    position: absolute;
    content: "";
    transform-origin: center;
    z-index: 0;
    background: rgb(173,164,152,0.5);
    opacity: 0.2;
    left: -5%;
    filter: blur(50px);
    height: 30%;
    width: 30%;
    animation: floating 18s ease-in-out infinite reverse;
    bottom: -5%;
}.teacher_profile8912 .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
}.teacher_profile8912 .review_showcase0473 {
    border-radius: 4px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: perspective(1000px) rotateX(2deg);
    opacity: 0;
    gap: 2rem;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    padding: 2.5rem;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    display: grid;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgba(255, 255, 255, 0.85);
    grid-template-columns: 1fr;
}.teacher_profile8912 .review_showcase0473:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: perspective(1000px) rotateX(0deg);
}.teacher_profile8912 .review_showcase0473 > div:first-child {
    position: relative;
    max-width: 280px;
    margin: 0 auto;
    width: 100%;
}.teacher_profile8912 .review_showcase0473 .img_lightbox8914 {
    height: 280px;
    transform: translateZ(30px);
    opacity: 0;
    border-radius: 3px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    animation: fadeInLeft 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    position: relative;
    width: 100%;
    overflow: hidden;
}.teacher_profile8912 .review_showcase0473 .img_lightbox8914::before {
    left: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgba(rgb(208,201,191), 0.2) 100%
    );
    width: 100%;
    height: 100%;
}.teacher_profile8912 .review_showcase0473 .img_lightbox8914::after {
    height: 120%;
    content: "";
    width: 120%;
    left: -10%;
    z-index: 2;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.25) 0%,
        transparent 80%
    );
    top: -10%;
    opacity: 0;
    transition: opacity 0.5s ease;
}.teacher_profile8912 .review_showcase0473 .img_lightbox8914:hover::after {
    opacity: 1;
}.teacher_profile8912 .review_showcase0473 > div:nth-child(2) {
    text-align: center;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
    opacity: 0;
}.teacher_profile8912 .review_showcase0473 .name {
    position: relative;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 0.5rem;
    color: #000000;
    display: inline-block;
}.teacher_profile8912 .review_showcase0473 .name::after {
    background: rgb(208,201,191);
    transform: translateX(-50%);
    content: "";
    left: 50%;
    bottom: -8px;
    border-radius: 1px;
    height: 3px;
    width: 40px;
    position: absolute;
}.teacher_profile8912 .review_showcase0473 > div:nth-child(2) > div {
    margin-top: 1rem;
    color: rgb(173,164,152);
    font-size: calc(13px - 0.1rem);
    font-weight: 600;
}.teacher_profile8912 .review_showcase0473 > div:nth-child(3) {
    opacity: 0;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s forwards;
}.teacher_profile8912 .review_showcase0473 .emp_section1598 {
    color: #000000;
    border-left: 3px solid rgb(208,201,191,0.5);
    font-size: 13px;
    position: relative;
    line-height: 1.7;
    padding-left: 1.5rem;
    margin: 0;
}.teacher_profile8912 .review_showcase0473 .emp_section1598::before {
    top: -20px;
    font-size: 5rem;
    color: rgb(208,201,191,0.5);
    position: absolute;
    font-family: Georgia, serif;
    left: -15px;
    content: "";
    opacity: 0.2;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(2deg);
    }
    50% {
        transform: translate(0, 8%) rotate(0deg);
    }
    75% {
        transform: translate(-5%, 3%) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@media (min-width: 768px) {.teacher_profile8912 {
    padding: 7rem 0;
}.teacher_profile8912 .review_showcase0473 {
    grid-template-columns: 280px 1fr;
    padding: 3rem;
    column-gap: 3rem;
    grid-template-rows: auto 1fr;
    row-gap: 1.5rem;
}.teacher_profile8912 .review_showcase0473 > div:first-child {
    grid-row: 1 / span 2;
}.teacher_profile8912 .review_showcase0473 > div:nth-child(2) {
    align-self: flex-end;
    text-align: left;
}.teacher_profile8912 .review_showcase0473 .name::after {
    left: 0;
    transform: none;
}
}

@media (min-width: 992px) {.teacher_profile8912 .review_showcase0473 {
    grid-template-columns: 320px 1fr;
    padding: 3.5rem;
}.teacher_profile8912 .review_showcase0473 > div:first-child {
    max-width: 320px;
}.teacher_profile8912 .review_showcase0473 .img_lightbox8914 {
    height: 350px;
}.teacher_profile8912 .review_showcase0473 .emp_section1598 {
    font-size: calc(13px + 0.05rem);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.teacher_profile8912 {
    padding: 4rem 0;
}.teacher_profile8912 .container {
    padding: 0 1rem;
}.teacher_profile8912 .review_showcase0473 {
    padding: 2rem;
}.teacher_profile8912 .review_showcase0473 .img_lightbox8914 {
    height: 240px;
}}.operation_process4917 {
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgba(rgb(208,201,191,0.5), 0.05) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.operation_process4917::before {
    position: absolute;
    content: "";
    transform: translateX(10%);
    right: 0;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(rgb(173,164,152,0.5), 0.08));
    z-index: 1;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    width: 40%;
    top: 0;
}.operation_process4917::after {
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
    left: 0;
    height: 25%;
    bottom: 0;
    background: linear-gradient(to top, rgba(rgb(208,201,191,0.5), 0.05), transparent);
}.operation_process4917 .fast_study0379 {
    padding: 0 20px;
    max-width: 1240px;
    margin: 0 auto;
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
}.operation_process4917 h2 {
    margin-bottom: 40px;
    display: inline-block;
    transform: translateZ(5px);
    position: relative;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 35px;
    font-weight: 700;
}.operation_process4917 h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(208,201,191), rgb(173,164,152));
    transform-origin: left center;
    height: 3px;
    content: "";
    width: 80px;
    transition: width 0.4s ease-out;
    position: absolute;
    bottom: -10px;
}.operation_process4917 .fast_study0379:hover h2::after {
    width: 100%;
}.operation_process4917 .details_box7415 {
    border-left: 5px solid rgb(208,201,191);
    transform: translateZ(10px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s ease;
    box-shadow: 10px 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08),
                -5px -5px 20px rgba(rgb(255, 255, 255, 0.5), 0.7);
    padding: 40px;
    background: linear-gradient(to right, rgba(rgb(255, 255, 255, 0.5), 0.9), rgba(rgb(255, 255, 255, 0.5), 0.98));
    backdrop-filter: blur(5px);
    position: relative;
}.operation_process4917 .details_box7415::before {
    transition: transform 0.3s ease-out;
    top: 0;
    height: 0;
    position: absolute;
    opacity: 0.8;
    content: "";
    border-color: transparent rgb(173,164,152) transparent transparent;
    right: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    width: 0;
}.operation_process4917 .details_box7415:hover {
    transform: translateZ(20px) rotateY(0deg);
    box-shadow: 15px 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.12),
                -8px -8px 25px rgba(rgb(255, 255, 255, 0.5), 0.8);
}.operation_process4917 .details_box7415:hover::before {
    transform: scale(1.2) rotate(10deg);
}.operation_process4917 p {
    color: #000000;
    margin: 0;
    transition: transform 0.4s ease;
    font-weight: 400;
    position: relative;
    font-size: 17px;
    line-height: 1.8;
}.operation_process4917 .details_box7415:hover p {
    transform: translateX(5px);
}

@media (max-width: 991px) {.operation_process4917 {
    padding: 90px 0;
}.operation_process4917 h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.9);
}.operation_process4917 .details_box7415 {
    transform: translateZ(5px) rotateY(-1deg);
    padding: 30px;
}.operation_process4917::before {
    width: 30%;
}
}

@media (max-width: 767px) {.operation_process4917 {
    padding: 70px 0;
}.operation_process4917 h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.operation_process4917 .details_box7415 {
    transform: translateZ(0) rotateY(0);
    padding: 25px;
}.operation_process4917 .details_box7415::before {
    border-width: 0 30px 30px 0;
}.operation_process4917 p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.operation_process4917 {
    padding: 50px 0;
}.operation_process4917 h2 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.7);
}.operation_process4917 h2::after {
    width: 60px;
    height: 2px;
}.operation_process4917 .details_box7415 {
    border-left: 3px solid rgb(208,201,191);
    padding: 20px;
}.operation_process4917 .details_box7415::before {
    border-width: 0 20px 20px 0;
}.operation_process4917 p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.operation_process4917::before {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 20% 100%);
    width: 20%;
}}.get_updates5819 {
    background: linear-gradient(135deg, rgb(173,164,152) 0%, rgb(208,201,191) 100%);
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
}.get_updates5819::before {
    top: -5%;
    height: 250px;
    transform: rotate(-15deg);
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    content: "";
    right: -5%;
    width: 250px;
    position: absolute;
    opacity: 0.1;
}.get_updates5819::after {
    left: -5%;
    position: absolute;
    transform: rotate(25deg);
    background: radial-gradient(circle, rgb(173,164,152,0.5) 0%, transparent 70%);
    width: 200px;
    content: "";
    bottom: -5%;
    opacity: 0.2;
    height: 200px;
}.get_updates5819 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.get_updates5819 .fast_study0379 {
    padding: 3rem;
    border-left: 4px solid rgb(208,201,191);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
    background: rgba(255, 255, 255, 0.9);
}.get_updates5819 h3 {
    animation: fadeSlideDown 0.8s ease-out forwards;
    letter-spacing: -0.02em;
    font-size: calc(20px * 1.1);
    margin: 0 0 1rem;
    line-height: 1.4;
    color: #000000;
    transform: translateY(-5px);
    font-family: Arial, sans-serif;
    font-weight: 600;
}.get_updates5819 .input_holder {
    display: flex;
    gap: 1.2rem;
    animation: fadeSlideUp 0.8s ease-out forwards;
    transform: translateY(5px);
    flex-direction: column;
}.get_updates5819 .input_holder div {
    position: relative;
    flex: 1;
}.get_updates5819 .input_holder div::before {
    content: "";
    bottom: -2px;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(90deg, rgb(208,201,191) 0%, rgb(173,164,152) 100%);
    height: 2px;
}.get_updates5819 .input_holder div:focus-within::before {
    width: 100%;
}.get_updates5819 input[type="email"] {
    outline: none;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: #000000;
    font-size: 14px;
    font-family: Arial, sans-serif;
    padding: 1rem 1.2rem;
    width: 100%;
}.get_updates5819 input[type="email"]::placeholder {
    transition: color 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.get_updates5819 input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(173,164,152,0.5);
}.get_updates5819 input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    color: rgba(0, 0, 0, 0.2);
}.get_updates5819 .updates_popup1540 {
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    overflow: hidden;
    padding: 1rem 2rem;
    cursor: pointer;
    position: relative;
    align-self: flex-start;
    font-size: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    display: inline-block;
    border: none;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(208,201,191) 0%, rgb(173,164,152) 100%);
}.get_updates5819 .updates_popup1540::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    transition: all 0.6s ease;
    top: 0;
    left: -100%;
}.get_updates5819 .updates_popup1540:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
    transform: translateY(-3px) translateZ(0);
}.get_updates5819 .updates_popup1540:hover::before {
    left: 100%;
}.get_updates5819 .updates_popup1540:active {
    transform: translateY(1px) translateZ(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@media (min-width: 768px) {.get_updates5819 {
    padding: 5rem 3rem;
}.get_updates5819 .fast_study0379 {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    transform: perspective(1000px) rotateX(1deg);
}.get_updates5819 h3 {
    font-size: 38px;
    margin: 0;
}.get_updates5819 .input_holder {
    align-items: stretch;
    flex-direction: row;
    gap: 1.5rem;
}.get_updates5819 input[type="email"] {
    padding: 1.2rem 1.5rem;
}.get_updates5819 .updates_popup1540 {
    white-space: nowrap;
    align-self: stretch;
}
}

@media (min-width: 1024px) {.get_updates5819 {
    padding: 6rem 2rem;
}.get_updates5819 .fast_study0379 {
    padding: 4.5rem 5rem;
    margin: 0 auto;
    gap: 4rem;
    max-width: 1000px;
}.get_updates5819::before {
    width: 350px;
    height: 350px;
}.get_updates5819::after {
    width: 300px;
    height: 300px;
}
}

@media (max-width: 767px) {.get_updates5819 h3 {
    text-align: center;
}.get_updates5819 .updates_popup1540 {
    width: 100%;
    text-align: center;
}}.user_feedback5796 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgba(245, 247, 250, 0.95) 100%);
}.user_feedback5796::before {
    height: 500px;
    top: -100px;
    animation: float 15s infinite ease-in-out;
    transform: rotate(-15deg) skew(10deg);
    content: "";
    position: absolute;
    width: 500px;
    z-index: 1;
    background: linear-gradient(225deg, rgb(208,201,191,0.5) 0%, rgba(255, 255, 255, 0) 70%);
    right: -100px;
}.user_feedback5796::after {
    left: -50px;
    z-index: 1;
    height: 300px;
    background: linear-gradient(45deg, rgb(173,164,152,0.5) 0%, rgba(255, 255, 255, 0) 70%);
    width: 300px;
    animation: float 12s infinite ease-in-out reverse;
    position: absolute;
    transform: rotate(15deg);
    bottom: -50px;
    content: "";
}.user_feedback5796 .container {
    position: relative;
    z-index: 2;
}.user_feedback5796 h2 {
    margin-left: auto;
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    max-width: 80%;
    position: relative;
    margin-right: auto;
    margin-bottom: 60px;
}.user_feedback5796 h2::after {
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(208,201,191) 0%, rgb(173,164,152) 100%);
    position: absolute;
    content: "";
    width: 80px;
    left: 50%;
    bottom: -15px;
}.user_feedback5796 .student_reviews6295 {
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}.user_feedback5796 .review_showcase0473 {
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    padding: 30px;
    z-index: 2;
    background: #ffffff;
}.user_feedback5796 .review_showcase0473:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.user_feedback5796 .review_showcase0473:nth-child(odd):hover {
    background: linear-gradient(135deg, #ffffff 80%, rgba(rgb(208,201,191,0.5), 0.2) 100%);
}.user_feedback5796 .review_showcase0473:nth-child(even):hover {
    background: linear-gradient(135deg, #ffffff 80%, rgba(rgb(173,164,152,0.5), 0.2) 100%);
}.user_feedback5796 .review_showcase0473 > div {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}.user_feedback5796 .review_showcase0473 img {
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 70px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border: 3px solid #ffffff;
    height: 70px;
}.user_feedback5796 .review_showcase0473:hover img {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
}.user_feedback5796 .review_showcase0473 h4 {
    position: relative;
    font-weight: 600;
    font-size: calc(19px * 0.9);
    margin-left: 20px;
    color: #000000;
}.user_feedback5796 .review_showcase0473 h4::after {
    height: 2px;
    bottom: -8px;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    background: rgb(208,201,191);
    content: "";
    width: 30px;
}.user_feedback5796 .review_showcase0473:hover h4::after {
    width: 50px;
}.user_feedback5796 .review_showcase0473 .description {
    position: relative;
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    margin: 0;
    padding: 5px 0 5px 20px;
    border-left: 2px solid rgb(173,164,152,0.5);
}.user_feedback5796 .review_showcase0473 .description::before {
    top: -20px;
    color: rgba(rgb(173,164,152,0.5), 0.2);
    content: "";
    font-size: 60px;
    font-family: Georgia, serif;
    position: absolute;
    left: -10px;
}.user_feedback5796 .review_showcase0473:nth-child(3n+1) {
    transform: translateY(20px);
}.user_feedback5796 .review_showcase0473:nth-child(3n+2) {
    transform: translateY(0);
}.user_feedback5796 .review_showcase0473:nth-child(3n+3) {
    transform: translateY(-20px);
}.user_feedback5796 .review_showcase0473:nth-child(3n+1):hover {
    transform: translateY(10px);
}.user_feedback5796 .review_showcase0473:nth-child(3n+2):hover {
    transform: translateY(-10px);
}.user_feedback5796 .review_showcase0473:nth-child(3n+3):hover {
    transform: translateY(-30px);
}.user_feedback5796 a {
    font-size: 17px;
    transition: all 0.3s ease;
    text-align: center;
    margin: 50px auto 0;
    color: #ffffff;
    margin-top: 50px;
    box-shadow: 0 5px 20px rgba(rgb(208,201,191,0.5), 0.3);
    width: 200px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding: 12px 30px;
    background: linear-gradient(135deg, rgb(208,201,191) 0%, rgb(173,164,152) 100%);
    font-weight: 600;
    overflow: hidden;
    z-index: 2;
    display: block;
}.user_feedback5796 a::before {
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%);
    width: 100%;
    content: "";
    position: absolute;
    left: -100%;
    transition: all 0.5s ease;
    top: 0;
}.user_feedback5796 a:hover {
    box-shadow: 0 8px 25px rgba(rgb(208,201,191,0.5), 0.4);
    transform: translateY(-5px);
}.user_feedback5796 a:hover::before {
    left: 100%;
}

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

@media (max-width: 992px) {.user_feedback5796 {
    padding: 80px 0;
}.user_feedback5796 h2 {
    max-width: 90%;
    font-size: calc(34px * 0.9);
}.user_feedback5796 .student_reviews6295 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.user_feedback5796 {
    padding: 60px 0;
}.user_feedback5796::before,
    .user_feedback5796::after {
    height: 200px;
    width: 200px;
}.user_feedback5796 h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 40px;
}.user_feedback5796 .student_reviews6295 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.user_feedback5796 .review_showcase0473:nth-child(3n+1),
    .user_feedback5796 .review_showcase0473:nth-child(3n+2),
    .user_feedback5796 .review_showcase0473:nth-child(3n+3) {
    transform: translateY(0);
}.user_feedback5796 .review_showcase0473:nth-child(3n+1):hover,
    .user_feedback5796 .review_showcase0473:nth-child(3n+2):hover,
    .user_feedback5796 .review_showcase0473:nth-child(3n+3):hover {
    transform: translateY(-10px);
}
}

@media (max-width: 576px) {.user_feedback5796 {
    padding: 50px 0;
}.user_feedback5796 h2 {
    font-size: calc(34px * 0.7);
    max-width: 100%;
}.user_feedback5796 .review_showcase0473 {
    padding: 20px;
}.user_feedback5796 .review_showcase0473 img {
    height: 60px;
    width: 60px;
}.user_feedback5796 .review_showcase0473 h4 {
    font-size: calc(19px * 0.8);
}.user_feedback5796 .review_showcase0473 .description {
    font-size: calc(17px * 0.95);
}.user_feedback5796 a {
    padding: 10px 20px;
    width: 180px;
}}header {
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 1000;
    top: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    width: 100%;
    background: linear-gradient(120deg, 
        rgb(208,201,191) 0%, 
        rgb(208,201,191,0.5) 100%
    );
}header:before {
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    content: '';
    opacity: 0.1;
    position: absolute;
    pointer-events: none;
}header:after {
    pointer-events: none;
    top: 0;
    background-size: 100px 100px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    content: '';
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
}header .header_mentor5890 {
    position: relative;
}header .header_mentor5890:before {
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    left: 0;
    position: absolute;
    opacity: 0.3;
    height: 2px;
    content: '';
    bottom: -1px;
    width: 100%;
}header .header_mentor5890:after {
    left: 0;
    content: '';
    height: 60px;
    position: absolute;
    pointer-events: none;
    top: 50%;
    width: 60px;
    opacity: 0.5;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    filter: blur(8px);
    transform: translateY(-50%);
}header .container {
    margin: 0 auto;
    padding: 15px 25px;
    position: relative;
    max-width: 1200px;
}header .container:before {
    background-repeat: repeat-x;
    opacity: 0.5;
    top: 50%;
    content: '';
    position: absolute;
    width: 50px;
    background-position: 0 0, 0 10px;
    right: 20px;
    transform: translateY(-50%);
    background-size: 6px 2px, 6px 2px;
    pointer-events: none;
    height: 30px;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
}header .head_mainwrap3817 {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}header .head_mainwrap3817:before {
    top: 50%;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    content: '';
    height: 20px;
    opacity: 0.5;
    position: absolute;
    width: 20px;
    transform: translateY(-50%) translateX(-40px);
}header .head_mainwrap3817:after {
    opacity: 0.5;
    content: '';
    transform: translateY(-50%) translateX(40px);
    border-radius: 50%;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 50%;
    width: 20px;
    right: 0;
    position: absolute;
}header .site_head4586 {
    position: relative;
    gap: 30px;
    align-items: center;
    display: flex;
}header .site_head4586:before {
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    opacity: 0;
    height: 2px;
    content: '';
    width: 100%;
    bottom: -10px;
    transition: opacity 0.4s ease;
    left: 0;
}header .site_head4586:hover:before {
    opacity: 0.7;
}header .top_learning2046 {
    color: #ffffff;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
}header .top_learning2046:before {
    content: '';
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    height: 6px;
    transform: translateY(-50%);
    position: absolute;
    width: 6px;
    transition: all 0.3s ease;
    left: -12px;
    top: 50%;
    background: #ffffff;
    opacity: 0;
}header .top_learning2046:after {
    transition: all 0.3s ease;
    position: absolute;
    transform: translateY(-50%) scaleX(0);
    height: 1px;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    left: -30px;
    top: 50%;
    width: 20px;
    transform-origin: right;
}header .top_learning2046:hover {
    transform: translateX(5px);
    color: #ffffff;
}header .top_learning2046:hover:before {
    opacity: 1;
    left: -20px;
}header .top_learning2046:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .main_lead7201 {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    align-items: center;
    padding: 5px;
    display: flex;
}header .main_lead7201:before {
    border-radius: 10px;
    position: absolute;
    opacity: 0;
    content: '';
    transition: all 0.3s ease;
    height: calc(100% + 20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: calc(100% + 20px);
    left: -10px;
    top: -10px;
}header .main_lead7201:after {
    height: 10px;
    top: -5px;
    width: 10px;
    opacity: 0;
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #ffffff;
    left: -5px;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}header .main_lead7201:hover:before {
    opacity: 1;
}header .main_lead7201:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}header .main_lead7201 svg {
    height: 40px;
    width: auto;
    transition: all 0.3s ease;
}header .main_lead7201:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .site_head4586 {
    gap: 20px;
}header .main_lead7201 svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .site_head4586 {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    background: rgb(208,201,191);
    flex-direction: column;
    top: 0;
    width: 80%;
    right: -100%;
    gap: 25px;
    max-width: 320px;
    padding: 80px 30px 30px;
    z-index: 1001;
    height: 100vh;
    position: fixed;
}header .site_head4586:before {
    left: 10%;
    top: 60px;
    bottom: auto;
    width: 80%;
}header .site_head4586:after {
    height: 30px;
    right: 20px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: none;
    top: 20px;
    width: 30px;
    border-radius: 50%;
    content: '';
}header .menu.active {
    right: 0;
}header .top_learning2046 {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
}header .top_learning2046:hover {
    transform: translateX(0);
}header .top_learning2046:last-child {
    border-bottom: none;
}header .main_lead7201 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .main_lead7201 svg {
    height: 30px;
}}.cookie_warning_banner7102 {
    width: 100%;
    border-top: 2px solid rgb(208,201,191);
    background: rgb(233,230,225);
    z-index: 90;
    bottom: 0;
    position: fixed;
}#cookie_alert_banner2837 {
    display: none;
}#cookie_alert_banner2837:checked ~ .cookie_warning_banner7102 {
    opacity: 0;
    visibility: hidden;
}.cookie_preference2473 {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}.cookie_warning_banner7102 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_warning_banner7102 p {
    font-size: 18px;
}.cookie_alerts5740 {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_alerts5740 svg, .cookie_alerts5740 svg path, .cookie_alerts5740 img {
    height: 100px;
    width: 100px;
    fill: rgb(208,201,191);
}.cookie_comply0683 {
    font-size: 24px;
    min-width: 120px;
    border-bottom: 2px solid rgb(208,201,191);
    text-decoration: none;
    line-height: 35px;
    cursor: pointer;
    margin-left: 10px;
    flex-shrink: 0;
    white-space: nowrap;
    text-align: center;
    color: rgb(208,201,191);
}.cookie_warning_banner7102 p a {
    color: rgb(208,201,191);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_warning_banner7102 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_alerts5740 {
    display: none;
}.cookie_preference2473 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_warning_banner7102 h5 {
    text-align: center;
}.cookie_warning_banner7102 p {
    text-align: center;
}.track_settings8793 {
    margin-bottom: 20px;
}body .wrapper-bundle7309 .cookie_comply0683 {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-bundle7309 .cookie_warning_banner7102 {
    background: rgb(208,201,191);
    box-shadow: rgb(173,164,152,0.5) 0px 0px 10px 10px;
}.wrapper-bundle7309 .cookie_preference2473 {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-bundle7309 .cookie_comply0683 {
    border: none;
    margin-left: 30px;
    background: #ffffff;
    font-size: 20px;
    color: rgb(208,201,191);
    padding: 10px;
}.wrapper-bundle7309 .track_settings8793 {
    color: #ffffff;
    text-align: left;
}.wrapper-bundle7309 .track_settings8793 h5 {
    font-weight: 700;
}.wrapper-bundle7309 .track_settings8793 h5, .wrapper-bundle7309 .track_settings8793 p {
    color: #ffffff;
}.wrapper-bundle7309 .cookie_warning_banner7102 p a {
    text-decoration: underline;
    color: rgb(173,164,152);
}.program_overview3619 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgba(0, 0, 0, 0.5) 100%);
}.program_overview3619::before {
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(208,201,191,0.5) 0%, transparent 70%);
    content: "";
    left: 0;
    opacity: 0.15;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
}.program_overview3619::after {
    right: -50px;
    opacity: 0.2;
    animation: rotate 30s linear infinite;
    z-index: 1;
    height: 200px;
    bottom: -50px;
    position: absolute;
    border: 1px solid rgb(173,164,152,0.5);
    width: 200px;
    content: "";
    border-radius: 50%;
}.program_overview3619 .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.program_overview3619 h2 {
    font-size: 37px;
    position: relative;
    font-weight: 700;
    color: #000000;
    display: inline-block;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease-out;
    margin-bottom: 50px;
}.program_overview3619 h2::after {
    transform: scaleX(0.8);
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(208,201,191) 0%, transparent 100%);
    transform-origin: left center;
    bottom: -15px;
    width: 60%;
    content: "";
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
}.program_overview3619 h2:hover::after {
    transform: scaleX(1);
}.program_overview3619 .learn_now5748 {
    position: relative;
    display: flex;
    gap: 40px;
    transform-style: preserve-3d;
}.program_overview3619 .img_lightbox8914 {
    position: relative;
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
    height: 500px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    flex: 0 0 45%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.program_overview3619 .img_lightbox8914::before {
    height: 100%;
    z-index: 1;
    content: "";
    left: 0;
    transition: opacity 0.5s ease;
    top: 0;
    background: linear-gradient(225deg, rgb(208,201,191,0.5) 0%, transparent 70%);
    opacity: 0.3;
    width: 100%;
    position: absolute;
}.program_overview3619 .img_lightbox8914:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
}.program_overview3619 .img_lightbox8914:hover::before {
    opacity: 0.5;
}.program_overview3619 .details_box7415 {
    max-height: 500px;
    flex: 0 0 50%;
    scrollbar-width: thin;
    overflow-y: auto;
    scrollbar-color: rgb(173,164,152,0.5) transparent;
    padding-right: 20px;
    transform: translateZ(10px);
}.program_overview3619 .details_box7415::-webkit-scrollbar {
    width: 5px;
}.program_overview3619 .details_box7415::-webkit-scrollbar-track {
    background: transparent;
}.program_overview3619 .details_box7415::-webkit-scrollbar-thumb {
    background-color: rgb(173,164,152,0.5);
    border-radius: 10px;
}.program_overview3619 .description {
    transition: transform 0.4s ease-out;
    line-height: 1.8;
    transform: translateY(0);
    font-size: 15px;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
}.program_overview3619 .description:first-of-type {
    position: relative;
}.program_overview3619 .description:first-of-type::first-letter {
    font-weight: 600;
    color: rgb(208,201,191);
    margin-right: 2px;
    font-size: 1.6em;
}.program_overview3619 .description:last-of-type {
    border-top: 1px solid rgb(173,164,152,0.5);
    padding-top: 20px;
    margin-top: 30px;
}

@media (max-width: 992px) {.program_overview3619 {
    padding: 80px 0;
}.program_overview3619 h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 35px;
}.program_overview3619 .learn_now5748 {
    gap: 30px;
    flex-direction: column;
}.program_overview3619 .img_lightbox8914 {
    width: 100%;
    flex: 0 0 auto;
    height: 350px;
}.program_overview3619 .details_box7415 {
    flex: 0 0 auto;
    width: 100%;
    padding-right: 10px;
    max-height: 400px;
}
}

@media (max-width: 768px) {.program_overview3619 {
    padding: 60px 0;
}.program_overview3619 h2 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.8);
}.program_overview3619 .img_lightbox8914 {
    height: 280px;
}.program_overview3619 .details_box7415 {
    max-height: 350px;
}.program_overview3619 .description {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.program_overview3619 {
    padding: 50px 0;
}.program_overview3619 h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 20px;
}.program_overview3619 .img_lightbox8914 {
    height: 220px;
}.program_overview3619 .details_box7415 {
    max-height: 300px;
}.program_overview3619 .description {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}