* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.quiz_linksGikOZ {
    flex: 0 0 auto;
}.wrapper-containerTSEZa {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}.container {
    width: 1252px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}html,body {
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}svg {
    height: 30px;
    width: 30px;
}.site_startTXcSl {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    background: rgb(244,220,202);
    z-index: 99;
    overflow: visible;
    width: 100%;
    position: relative;
}header::before {
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    background: radial-gradient(circle at 30% 30%, rgb(231,185,155,0.5) 0%, transparent 70%);
    top: 0;
    opacity: 0.2;
}header .head_lessonmrSaK {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 25px 30px;
}header .head_lessonmrSaK::before {
    width: 30%;
    left: 10%;
    position: absolute;
    filter: blur(5px);
    content: "";
    height: 5px;
    top: -10px;
    background: linear-gradient(90deg, rgb(231,185,155), transparent);
}header .head_lessonmrSaK::after {
    bottom: -10px;
    right: 10%;
    background: linear-gradient(90deg, transparent, rgb(217,147,107));
    height: 5px;
    filter: blur(5px);
    content: "";
    position: absolute;
    width: 30%;
}header .head_lessonmrSaK .top_infoHxSEm {
    z-index: 2;
    position: relative;
    padding: 5px;
}header .head_lessonmrSaK .top_infoHxSEm::before {
    background: linear-gradient(135deg, rgb(231,185,155), rgb(217,147,107));
    top: -5px;
    content: "";
    transition: opacity 0.3s ease;
    opacity: 0;
    left: -5px;
    z-index: -1;
    position: absolute;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    filter: blur(15px);
}header .head_lessonmrSaK .top_infoHxSEm:hover::before {
    opacity: 0.7;
}header .head_lessonmrSaK .top_infoHxSEm .top_headerESpUm {
    display: block;
    transition: transform 0.3s ease;
    position: relative;
}header .head_lessonmrSaK .top_infoHxSEm:hover .top_headerESpUm {
    transform: scale(1.05);
}header .head_lessonmrSaK .top_infoHxSEm .top_headerESpUm svg {
    height: 45px;
    width: auto;
}header .head_lessonmrSaK .nav_trainwHZYa {
    position: relative;
    padding: 10px;
    border-radius: 12px;
    margin: 0;
    display: flex;
    list-style: none;
}header .head_lessonmrSaK .nav_trainwHZYa::before {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-radius: 12px;
    opacity: 0.1;
    left: 0;
    height: 100%;
    backdrop-filter: blur(5px);
}header .head_lessonmrSaK .nav_trainwHZYa .page_navuiqdX {
    position: relative;
    margin: 0 3px;
}header .head_lessonmrSaK .nav_trainwHZYa .page_navuiqdX a {
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    font-weight: 600;
    display: block;
    text-decoration: none;
    padding: 8px 15px;
    font-size: 18px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}header .head_lessonmrSaK .nav_trainwHZYa .page_navuiqdX a::before {
    width: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
    z-index: -1;
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(231,185,155), rgb(217,147,107));
    top: 0;
}header .head_lessonmrSaK .nav_trainwHZYa .page_navuiqdX a::after {
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    height: 150%;
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translate(-50%, -50%) scale(0);
    content: "";
    left: 50%;
    top: 50%;
    z-index: -1;
    opacity: 0;
    width: 150%;
}header .head_lessonmrSaK .nav_trainwHZYa .page_navuiqdX:hover a::before {
    opacity: 1;
}header .head_lessonmrSaK .nav_trainwHZYa .page_navuiqdX:hover a {
    color: #ffffff;
}header .head_lessonmrSaK .nav_trainwHZYa .page_navuiqdX:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}header .head_lessonmrSaK .nav_trainwHZYa .page_navuiqdX:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(231,185,155), rgb(217,147,107));
}header .head_lessonmrSaK .nav_trainwHZYa .page_navuiqdX:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(231,185,155), rgb(217,147,107));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(231,185,155), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(231,185,155), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(231,185,155), 0);
    }
}

@media (max-width: 992px) {header .head_lessonmrSaK {
    flex-direction: column;
    padding: 20px 15px;
}header .head_lessonmrSaK .top_infoHxSEm {
    margin-bottom: 15px;
}header .head_lessonmrSaK .nav_trainwHZYa {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .head_lessonmrSaK .nav_trainwHZYa .page_navuiqdX {
    margin: 3px;
}header .head_lessonmrSaK .nav_trainwHZYa .page_navuiqdX a {
    padding: 6px 12px;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header .head_lessonmrSaK {
    padding: 15px 10px;
}header .head_lessonmrSaK .top_infoHxSEm .top_headerESpUm svg {
    height: 40px;
}header .head_lessonmrSaK .nav_trainwHZYa {
    padding: 5px;
}header .head_lessonmrSaK .nav_trainwHZYa .page_navuiqdX a {
    padding: 5px 10px;
    font-size: calc(18px - 2px);
}}.education_experienceGdQev {
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,220,202) 0%, rgb(231,185,155,0.5) 100%);
    padding: 6rem 0;
    position: relative;
}.education_experienceGdQev::before {
    content: "";
    top: 0;
    background: conic-gradient(from 225deg at 50% 50%, rgb(217,147,107,0.5) 0%, transparent 25%, rgb(231,185,155,0.5) 50%, transparent 75%, rgb(217,147,107,0.5) 100%);
    opacity: 0.4;
    width: 100%;
    animation: rotateBackground 15s linear infinite;
    left: 0;
    height: 100%;
    position: absolute;
}.education_experienceGdQev .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 1;
}.education_experienceGdQev .success_reviewsxdFzl {
    position: relative;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    grid-template-columns: 300px 1fr;
    grid-template-rows: auto auto;
    transition: transform 0.5s ease;
    gap: 1.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(217,147,107,0.5),
                0 10px 0 -5px rgb(231,185,155,0.5);
    border-radius: 12px;
    display: grid;
    transform: rotateY(-5deg);
    padding: 3rem;
    grid-template-areas:
        "photo quote"
        "info quote";
    backdrop-filter: blur(10px);
}.education_experienceGdQev .success_reviewsxdFzl:hover {
    transform: rotateY(0);
}.education_experienceGdQev .img_thumbnailFSCWJ {
    transition: all 0.4s ease;
    width: 220px;
    grid-area: photo;
    border: 5px solid #ffffff;
    height: 220px;
    transform: translateZ(30px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(231,185,155,0.5);
    border-radius: 50%;
}.education_experienceGdQev .success_reviewsxdFzl:hover .img_thumbnailFSCWJ {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(231,185,155);
}.education_experienceGdQev .name {
    margin-bottom: 0.5rem;
    font-size: 28px;
    margin-top: 1rem;
    color: #000000;
    grid-area: info;
    display: block;
    font-weight: 700;
    transform: translateZ(20px);
}.education_experienceGdQev .success_reviewsxdFzl span:not(.name) {
    grid-area: info;
    font-size: 15px;
    transform: translateZ(15px);
    font-weight: 600;
    margin-top: 3.5rem;
    display: block;
    color: rgb(231,185,155);
}.education_experienceGdQev .emp_skillsEHLaw {
    line-height: 1.6;
    padding: 1.5rem 2rem;
    border-left: 4px solid rgb(217,147,107);
    grid-area: quote;
    font-weight: 400;
    font-size: calc(15px * 1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 0 12px 12px 0;
    transform: translateZ(10px);
    color: #000000;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    position: relative;
}.education_experienceGdQev .emp_skillsEHLaw::before {
    background-size: 200% 200%;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, transparent 40%, rgb(217,147,107,0.5) 40%, rgb(217,147,107,0.5) 60%, transparent 60%);
    left: 0;
    position: absolute;
    mix-blend-mode: overlay;
    top: 0;
    content: "";
    opacity: 0.2;
    animation: shimmer 3s infinite linear;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.education_experienceGdQev .success_reviewsxdFzl {
    grid-template-areas:
            "img_thumbnailFSCWJ"
            "reach_supportHBfho"
            "emp_skillsEHLaw";
    padding: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
}.education_experienceGdQev .img_thumbnailFSCWJ {
    margin: 0 auto;
    width: 180px;
    height: 180px;
}.education_experienceGdQev .name,
    .education_experienceGdQev .success_reviewsxdFzl span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.education_experienceGdQev .success_reviewsxdFzl span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.education_experienceGdQev {
    padding: 4rem 0;
}.education_experienceGdQev .success_reviewsxdFzl {
    transform: none;
    padding: 1.5rem;
}.education_experienceGdQev .img_thumbnailFSCWJ {
    width: 140px;
    height: 140px;
}.education_experienceGdQev .emp_skillsEHLaw {
    padding: 1rem;
    font-size: 15px;
}}.program_structuregbIkQ {
    padding: 120px 0;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    background: rgb(244,220,202);
}.program_structuregbIkQ::before {
    opacity: 0.05;
    position: absolute;
    animation: shiftLines 20s linear infinite;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(231,185,155,0.5) 0,
        rgb(231,185,155,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    top: 0;
    content: "";
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.program_structuregbIkQ .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    overflow: visible;
    z-index: 2;
    max-width: 1280px;
}.program_structuregbIkQ .program_mapTZSwQ {
    position: relative;
    gap: 0;
    display: grid;
    min-height: 550px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.program_structuregbIkQ .announcement_boxJnCXl {
    margin-left: 50px;
    transition: transform 0.5s ease;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-right: 50px;
    grid-column: 1;
    grid-row: 2;
    transform: translateZ(0);
    z-index: 5;
    margin-top: -80px;
    border-radius: 11px;
}.program_structuregbIkQ .announcement_boxJnCXl::before {
    border-radius: 11px;
    backdrop-filter: blur(10px);
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
}.program_structuregbIkQ .announcement_boxJnCXl::after {
    width: 100px;
    content: "";
    right: -20px;
    filter: blur(20px);
    animation: pulsate 5s ease-in-out infinite;
    opacity: 0.3;
    height: 100px;
    top: -20px;
    background: radial-gradient(circle, rgb(231,185,155) 0%, transparent 70%);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.program_structuregbIkQ .announcement_boxJnCXl h2 {
    display: inline-block;
    position: relative;
    color: #000000;
    z-index: 2;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 34px;
}.program_structuregbIkQ .announcement_boxJnCXl h2::before {
    height: 4px;
    transition: width 0.3s ease;
    width: 40px;
    border-radius: 10px;
    content: "";
    left: 0;
    bottom: -8px;
    position: absolute;
    background: rgb(231,185,155);
}.program_structuregbIkQ .announcement_boxJnCXl:hover h2::before {
    width: 100%;
}.program_structuregbIkQ .announcement_boxJnCXl .description {
    font-size: 13px;
    z-index: 2;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
}.program_structuregbIkQ .announcement_boxJnCXl .description:last-child {
    margin-bottom: 0;
}.program_structuregbIkQ .img_thumbnailFSCWJ {
    grid-column: 1;
    border-radius: 11px;
    grid-row: 1;
    transition: transform 0.5s ease;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    height: 450px;
    transform: rotateX(5deg);
    z-index: 3;
}.program_structuregbIkQ .img_thumbnailFSCWJ::before {
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
}.program_structuregbIkQ .img_thumbnailFSCWJ::after {
    position: absolute;
    background: radial-gradient(
        circle at 70% 20%,
        rgb(231,185,155,0.5) 0%,
        transparent 60%
    );
    mix-blend-mode: overlay;
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
}.program_structuregbIkQ:hover .img_thumbnailFSCWJ {
    transform: rotateX(2deg) translateY(-10px);
}.program_structuregbIkQ:hover .announcement_boxJnCXl {
    transform: translateY(-10px);
}.program_structuregbIkQ .container::before,
.program_structuregbIkQ .container::after {
    background: rgb(217,147,107,0.5);
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    content: "";
    z-index: 1;
}.program_structuregbIkQ .container::before {
    height: 200px;
    left: -50px;
    top: -100px;
    animation: float 20s ease-in-out infinite;
    width: 200px;
}.program_structuregbIkQ .container::after {
    bottom: -50px;
    height: 150px;
    width: 150px;
    animation: float 15s ease-in-out infinite reverse;
    right: -30px;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.program_structuregbIkQ .program_mapTZSwQ::after {
    z-index: 1;
    pointer-events: none;
    right: 0;
    height: 100%;
    opacity: 0.05;
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(231,185,155,0.5) 20px,
        rgb(231,185,155,0.5) 21px
    );
    width: 100%;
    position: absolute;
}

@media screen and (max-width: 1024px) {.program_structuregbIkQ {
    padding: 80px 0;
}.program_structuregbIkQ .program_mapTZSwQ {
    min-height: 400px;
}.program_structuregbIkQ .img_thumbnailFSCWJ {
    height: 350px;
}.program_structuregbIkQ .announcement_boxJnCXl {
    margin-top: -60px;
    padding: 30px;
    margin-left: 30px;
    margin-right: 30px;
}.program_structuregbIkQ .container::before {
    width: 150px;
    height: 150px;
}.program_structuregbIkQ .container::after {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 767px) {.program_structuregbIkQ {
    padding: 60px 0;
}.program_structuregbIkQ .program_mapTZSwQ {
    min-height: auto;
}.program_structuregbIkQ .img_thumbnailFSCWJ {
    height: 250px;
    transform: none;
}.program_structuregbIkQ .announcement_boxJnCXl {
    margin-top: -40px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 25px;
    transform: none;
}.program_structuregbIkQ .announcement_boxJnCXl h2 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.85);
}.program_structuregbIkQ .announcement_boxJnCXl .description {
    font-size: calc(13px * 0.95);
}.program_structuregbIkQ:hover .img_thumbnailFSCWJ,
    .program_structuregbIkQ:hover .announcement_boxJnCXl {
    transform: none;
}.program_structuregbIkQ .container::before,
    .program_structuregbIkQ .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.program_structuregbIkQ .img_thumbnailFSCWJ {
    animation: slideUp 0.8s ease-out forwards;
}.program_structuregbIkQ .announcement_boxJnCXl {
    animation: slideUp 1s 0.3s ease-out forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

@media (prefers-color-scheme: dark) {.program_structuregbIkQ {
    background: rgb(231,185,155);
}.program_structuregbIkQ .announcement_boxJnCXl::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.program_structuregbIkQ .announcement_boxJnCXl h2 {
    color: #ffffff;
}.program_structuregbIkQ .announcement_boxJnCXl .description {
    opacity: 0.9;
    color: #ffffff;
}
}

@media (prefers-contrast: more) {.program_structuregbIkQ .announcement_boxJnCXl {
    background: #ffffff;
}.program_structuregbIkQ .announcement_boxJnCXl h2 {
    color: #000000;
}.program_structuregbIkQ .announcement_boxJnCXl .description {
    color: #000000;
}.program_structuregbIkQ .img_thumbnailFSCWJ::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.program_structuregbIkQ::before,
    .program_structuregbIkQ .container::before,
    .program_structuregbIkQ .container::after,
    .program_structuregbIkQ .announcement_boxJnCXl::after,
    .program_structuregbIkQ:hover .img_thumbnailFSCWJ,
    .program_structuregbIkQ:hover .announcement_boxJnCXl {
    transform: none;
    animation: none;
}.program_structuregbIkQ .img_thumbnailFSCWJ,
    .program_structuregbIkQ .announcement_boxJnCXl {
    opacity: 1;
    animation: none;
}}

.program_structuregbIkQ .img_thumbnailFSCWJ,
.program_structuregbIkQ .announcement_boxJnCXl {
    will-change: transform;
    transform: translateZ(0);
}

@media (hover: hover) {.program_structuregbIkQ .announcement_boxJnCXl:hover h2::before {
    width: 100%;
}.program_structuregbIkQ:hover .img_thumbnailFSCWJ {
    transform: rotateX(2deg) translateY(-10px);
}.program_structuregbIkQ:hover .announcement_boxJnCXl {
    transform: translateY(-10px);
}}.cookie_banner_windowVNBQc {
    transition: all 0.3s ease-in-out;
    width: 100%;
    background: rgb(217,147,107);
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    bottom: 0;
    border-top: 2px solid rgb(231,185,155);
    z-index: 90;
    padding: 20px 0;
}.cookie_layermPygi {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 30px;
    display: flex;
    max-width: 1200px;
    margin: auto;
}.cookie_banner_windowVNBQc h5 {
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
    margin-bottom: 6px;
}.cookie_banner_windowVNBQc p {
    max-width: 500px;
    color: #ffffff;
    font-size: 17px;
}.track_alertDRBWl {
    flex-shrink: 0;
    margin-right: 20px;
}.track_alertDRBWl svg, .track_alertDRBWl svg path {
    height: 80px;
    fill: rgb(231,185,155);
    width: 80px;
    transition: transform 0.3s ease-in-out;
}.track_alertDRBWl:hover svg {
    transform: rotate(10deg);
}.secure_cookiescjEFR {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: rgb(231,185,155);
    margin-left: 20px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    box-shadow: rgb(231,185,155,0.5) 0px 4px 10px 0px;
    line-height: 35px;
    text-decoration: none;
    border-radius: 28px;
    padding: 10px 20px;
}.cookie_button.data_agreeZTlLg {
    background: rgb(231,185,155);
}.cookie_button.privacy_optjSLdZ {
    background: rgb(217,147,107);
}.secure_cookiescjEFR:hover {
    box-shadow: rgb(231,185,155,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.cookie_banner_windowVNBQc p a {
    transition: color 0.3s ease-in-out;
    color: rgb(231,185,155);
    text-decoration: none;
    font-weight: 600;
}.cookie_banner_windowVNBQc p a:hover {
    color: rgb(217,147,107);
}.wrapper-containerTSEZa .cookie_banner_windowVNBQc {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    background: rgb(217,147,107);
}.wrapper-containerTSEZa .secure_cookiescjEFR {
    font-weight: 400;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border: none;
    font-size: 16px;
    color: #ffffff;
    background: rgb(231,185,155);
    border-radius: 10px;
    padding: 10px;
    margin-left: 30px;
}.wrapper-containerTSEZa .cookie_overviewfnwXD h5, .wrapper-containerTSEZa .cookie_overviewfnwXD p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookie_banner_windowVNBQc {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.track_alertDRBWl {
    display: none;
}.cookie_layermPygi {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_banner_windowVNBQc h5 {
    text-align: center;
}.cookie_banner_windowVNBQc p {
    text-align: center;
}.cookie_overviewfnwXD {
    text-align: center;
    margin-bottom: 20px;
}.secure_cookiescjEFR {
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
    margin-left: 0;
}}
#cookieMessageModalnTJYh {
    display: none;
}#cookieMessageModalnTJYh:checked ~ .cookie_banner_windowVNBQc {
    visibility: hidden;
    opacity: 0;
}.sign_up_nowsoicM {
    background: linear-gradient(45deg, #000000 0%, rgb(244,220,202) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.sign_up_nowsoicM::before {
    width: 100%;
    top: 0;
    background-size: 40px 40px;
    background-image: 
        linear-gradient(rgb(231,185,155,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(231,185,155,0.5) 1px, transparent 1px);
    height: 100%;
    content: '';
    left: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.07;
}.sign_up_nowsoicM .founder_visionxVvKP {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    z-index: 10;
    border-radius: 15px;
    position: relative;
    padding: 70px 50px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}.sign_up_nowsoicM .founder_visionxVvKP::before,
.sign_up_nowsoicM .founder_visionxVvKP::after {
    width: 300px;
    filter: blur(60px);
    position: absolute;
    opacity: 0.5;
    content: '';
    border-radius: 50%;
    z-index: -1;
    height: 300px;
}.sign_up_nowsoicM .founder_visionxVvKP::before {
    animation: float-blob1 15s ease-in-out infinite alternate;
    top: -100px;
    left: -100px;
    background: rgb(231,185,155);
}.sign_up_nowsoicM .founder_visionxVvKP::after {
    right: -100px;
    bottom: -100px;
    animation: float-blob2 20s ease-in-out infinite alternate;
    background: rgb(217,147,107);
}.sign_up_nowsoicM .container p {
    z-index: 5;
    letter-spacing: 0.5px;
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 50px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    position: relative;
}.sign_up_nowsoicM .container p::first-letter {
    color: rgb(231,185,155);
    font-size: 130%;
}.sign_up_nowsoicM .connect_requestVwxno {
    z-index: 5;
    backdrop-filter: blur(5px);
    font-weight: 600;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    padding: 16px 42px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 17px;
}.sign_up_nowsoicM .connect_requestVwxno::before {
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(231,185,155), rgb(217,147,107));
    left: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    content: '';
    opacity: 0;
    position: absolute;
    z-index: -1;
}.sign_up_nowsoicM .connect_requestVwxno:hover {
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px) scale(1.05);
}.sign_up_nowsoicM .connect_requestVwxno:hover::before {
    opacity: 0.8;
}.sign_up_nowsoicM::after {
    animation: twinkle 10s linear infinite;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    background-size: 50px 50px;
    width: 100%;
    opacity: 0.1;
    z-index: 1;
    position: absolute;
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}

@keyframes float-blob1 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(50px, 20px) scale(1.2);
    }
    100% {
        transform: translate(10px, 40px) scale(0.8);
    }
}

@keyframes float-blob2 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-30px, -20px) scale(1.2);
    }
    100% {
        transform: translate(-10px, -40px) scale(0.9);
    }
}

@media (max-width: 991px) {.sign_up_nowsoicM {
    padding: 90px 0;
}.sign_up_nowsoicM .founder_visionxVvKP {
    padding: 50px 30px;
}.sign_up_nowsoicM .container p {
    margin-bottom: 40px;
    font-size: calc(19px * 1.3);
}
}

@media (max-width: 767px) {.sign_up_nowsoicM {
    padding: 70px 0;
}.sign_up_nowsoicM .founder_visionxVvKP {
    padding: 40px 25px;
}.sign_up_nowsoicM .container p {
    margin-bottom: 30px;
    font-size: 19px;
}.sign_up_nowsoicM .connect_requestVwxno {
    padding: 14px 34px;
}
}

@media (max-width: 480px) {.sign_up_nowsoicM {
    padding: 50px 0;
}.sign_up_nowsoicM .founder_visionxVvKP {
    padding: 30px 20px;
}.sign_up_nowsoicM .container p {
    margin-bottom: 25px;
    font-size: calc(12px * 1.2);
}.sign_up_nowsoicM .connect_requestVwxno {
    font-size: calc(17px * 0.9);
    padding: 12px 28px;
}.sign_up_nowsoicM .founder_visionxVvKP::before,
    .sign_up_nowsoicM .founder_visionxVvKP::after {
    width: 200px;
    height: 200px;
}}footer {
    position: relative;
}footer::before {
    left: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(217,147,107,0.5) 0%, rgb(231,185,155,0.5) 100%);
    right: 0;
    content: '';
}.quiz_linksGikOZ {
    z-index: 2;
    padding: 80px 0 40px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
}.quiz_linksGikOZ .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 30px;
}.quiz_linksGikOZ .company_holder {
    grid-column: 1 / 5;
    z-index: 3;
    position: relative;
}.quiz_linksGikOZ .company_holder h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 32px;
    color: #ffffff;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
}.quiz_linksGikOZ .company_holder h3::after {
    width: 40px;
    height: 4px;
    position: absolute;
    border-radius: 10px;
    content: '';
    left: 0;
    background: rgb(231,185,155);
    bottom: 0;
}.quiz_linksGikOZ .app_storenyRkp {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    line-height: 1.6;
    border-left: 4px solid rgb(231,185,155);
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    font-size: 17px;
    margin-top: 25px;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.quiz_linksGikOZ .donate_btnkNUXs {
    grid-column: 5 / 13;
    position: relative;
}.quiz_linksGikOZ .main_skillkuMvY {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.quiz_linksGikOZ .nav_trainwHZYa {
    position: relative;
}.quiz_linksGikOZ .nav_trainwHZYa h5 {
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
}.quiz_linksGikOZ .nav_trainwHZYa h5::before {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: -15px;
    width: 8px;
    background: rgb(231,185,155);
    content: '';
    transform: translateY(-50%);
    height: 8px;
}.quiz_linksGikOZ .nav_trainwHZYa .main_skillkuMvY {
    flex-direction: column;
    display: flex;
    gap: 15px;
}.quiz_linksGikOZ .nav_trainwHZYa .main_skillkuMvY a {
    color: #ffffff;
    padding: 8px 15px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 17px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
}.quiz_linksGikOZ .nav_trainwHZYa .main_skillkuMvY a::before {
    position: absolute;
    width: 3px;
    background: rgb(231,185,155);
    z-index: -1;
    left: 0;
    transition: all 0.3s ease;
    content: '';
    top: 0;
    height: 100%;
}.quiz_linksGikOZ .nav_trainwHZYa .main_skillkuMvY a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.quiz_linksGikOZ .nav_trainwHZYa .main_skillkuMvY a:hover::before {
    width: 100%;
    background: rgb(231,185,155,0.5);
}.enroll_infomhMHS {
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    margin-top: 60px;
    padding: 20px 0;
    position: relative;
}.enroll_infomhMHS::before {
    opacity: 0.2;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    left: 15%;
    top: 0;
    right: 15%;
    position: absolute;
    height: 1px;
}.enroll_infomhMHS .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.enroll_infomhMHS .youtube_chanbeBRV {
    color: #ffffff;
    text-align: center;
    opacity: 0.8;
    letter-spacing: 0.5px;
    font-size: 14px;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    top: 0;
    right: 0;
    bottom: 0;
}

@media (max-width: 992px) {.quiz_linksGikOZ .container {
    grid-template-columns: repeat(1, 1fr);
}.quiz_linksGikOZ .company_holder {
    margin-bottom: 40px;
    grid-column: 1 / -1;
}.quiz_linksGikOZ .donate_btnkNUXs {
    grid-column: 1 / -1;
}.quiz_linksGikOZ .main_skillkuMvY {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.quiz_linksGikOZ {
    padding: 60px 0 30px;
}.quiz_linksGikOZ .main_skillkuMvY {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.quiz_linksGikOZ .nav_trainwHZYa {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.quiz_linksGikOZ::before {
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    height: 5px;
    animation: gradientShift 5s infinite;
    position: absolute;
    background: linear-gradient(90deg, rgb(231,185,155), rgb(217,147,107), rgb(231,185,155));
    background-size: 200% 200%;
}.quiz_linksGikOZ .company_holder::after {
    z-index: -1;
    border-radius: 50%;
    top: 40px;
    background: rgb(231,185,155,0.5);
    filter: blur(60px);
    height: 150px;
    width: 150px;
    position: absolute;
    content: '';
    right: -50px;
    opacity: 0.4;
}.quiz_linksGikOZ .company_holder::before {
    filter: blur(40px);
    width: 100px;
    border-radius: 50%;
    bottom: 0;
    left: -30px;
    height: 100px;
    opacity: 0.3;
    position: absolute;
    content: '';
    background: rgb(217,147,107,0.5);
    z-index: -1;
}.quiz_linksGikOZ .donate_btnkNUXs::after {
    top: -20px;
    background: rgb(231,185,155,0.5);
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    height: 120px;
    filter: blur(50px);
    width: 120px;
    content: '';
    border-radius: 50%;
    right: 100px;
}.quiz_linksGikOZ .donate_btnkNUXs::before {
    height: 180px;
    width: 180px;
    position: absolute;
    filter: blur(70px);
    opacity: 0.25;
    bottom: -50px;
    left: 80px;
    background: rgb(217,147,107,0.5);
    border-radius: 50%;
    content: '';
    z-index: -1;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.quiz_linksGikOZ .nav_trainwHZYa {
    animation: borderPulse 4s infinite;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}.quiz_linksGikOZ .nav_trainwHZYa h5 {
    letter-spacing: 0.5px;
}.quiz_linksGikOZ .nav_trainwHZYa h5::after {
    bottom: -5px;
    height: 2px;
    left: 0;
    content: '';
    width: 30px;
    position: absolute;
    background: rgb(217,147,107);
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.enroll_infomhMHS {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    animation: movingGradient 10s ease infinite;
    background-size: 200% 200%;
}.stay_updatedTaSWo {
    border-radius: 27px;
    position: relative;
    overflow: hidden;
    padding: 3rem 1.5rem;
    box-shadow: 0 0 30px rgb(231,185,155,0.5);
    background-color: rgb(244,220,202);
}.stay_updatedTaSWo::before {
    inset: 0;
    content: "";
    position: absolute;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(231,185,155,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(217,147,107,0.5) 0%, transparent 40%);
}.stay_updatedTaSWo::after {
    position: absolute;
    animation: scanLine 8s linear infinite;
    top: 0;
    opacity: 0.1;
    left: 0;
    background: 
        linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
    z-index: 1;
    content: "";
    height: 100%;
    width: 100%;
    background-size: 200% 100%;
}.stay_updatedTaSWo .container {
    max-width: 900px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.stay_updatedTaSWo .founder_visionxVvKP {
    flex-direction: column;
    gap: 2rem;
    display: flex;
}.stay_updatedTaSWo p {
    position: relative;
    margin: 0;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    padding: 0.5rem 0;
    letter-spacing: 2px;
    color: #000000;
}.stay_updatedTaSWo p::before, .stay_updatedTaSWo p::after {
    background: linear-gradient(90deg, transparent, rgb(231,185,155), transparent);
    height: 2px;
    animation: scanGlow 4s linear infinite;
    position: absolute;
    content: "";
    width: 100%;
}.stay_updatedTaSWo p::before {
    top: 0;
}.stay_updatedTaSWo p::after {
    bottom: 0;
}.stay_updatedTaSWo .input_holder {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 1.5rem;
}.stay_updatedTaSWo .input_holder::before {
    content: "";
    background: linear-gradient(135deg, rgb(217,147,107,0.5), transparent 80%);
    z-index: -1;
    transform: skewY(-5deg);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 27px;
    transform-origin: top left;
    width: 100%;
}.stay_updatedTaSWo .sub_codesOwNyD {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    padding: 1.2rem 1.5rem;
    border: 2px solid transparent;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #ffffff;
}.stay_updatedTaSWo .sub_codesOwNyD:focus {
    border-color: rgb(231,185,155);
    box-shadow: 0 0 0 4px rgb(231,185,155,0.5), 0 0 20px rgb(231,185,155,0.5);
    outline: none;
}.stay_updatedTaSWo .sub_containereodpF {
    letter-spacing: 1px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    font-size: 18px;
    overflow: hidden;
    text-transform: uppercase;
    align-self: center;
    padding: 1.2rem 2rem;
    background: #000000;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}.stay_updatedTaSWo .sub_containereodpF::before {
    inset: 0;
    opacity: 0;
    content: "";
    background: linear-gradient(135deg, rgb(231,185,155), rgb(217,147,107));
    transition: opacity 0.3s ease;
    position: absolute;
}.stay_updatedTaSWo .sub_containereodpF::after {
    inset: -4px;
    border-radius: calc(10px + 4px);
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    filter: blur(8px);
    z-index: -1;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(231,185,155), rgb(217,147,107));
}.stay_updatedTaSWo .sub_containereodpF:hover {
    transform: translateY(-2px);
}.stay_updatedTaSWo .sub_containereodpF:hover::before {
    opacity: 1;
}.stay_updatedTaSWo .sub_containereodpF:hover::after {
    filter: blur(12px);
    opacity: 1;
}

@keyframes scanLine {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: 0% 0;
    }
}

@keyframes scanGlow {
    0%, 100% {
        background-position: -100% 0;
    }
    50% {
        background-position: 200% 0;
    }
}

@media screen and (min-width: 768px) {.stay_updatedTaSWo {
    padding: 4rem 3rem;
}.stay_updatedTaSWo .founder_visionxVvKP {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
    justify-content: space-between;
}.stay_updatedTaSWo p {
    flex: 1;
    font-size: 30px;
    max-width: 50%;
    text-align: left;
}.stay_updatedTaSWo .input_holder {
    gap: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    flex: 1;
}.stay_updatedTaSWo .sub_codesOwNyD {
    border-radius: 10px 0 0 10px;
    flex: 1;
}.stay_updatedTaSWo .sub_containereodpF {
    align-self: stretch;
    border-radius: 0 10px 10px 0;
}}.educational_rewardsnmSNZ {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(244,220,202) 0%, rgba(0, 0, 0, 0.5) 20%);
}.educational_rewardsnmSNZ::before {
    opacity: 0.3;
    top: 0;
    background-image: radial-gradient(rgb(217,147,107,0.5) 1px, transparent 1px);
    position: absolute;
    background-size: 30px 30px;
    animation: pulse 8s infinite alternate;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
}.educational_rewardsnmSNZ::after {
    position: absolute;
    width: 80%;
    top: -50%;
    background: linear-gradient(45deg, rgb(231,185,155,0.5) 0%, transparent 70%);
    transform: rotate(-30deg);
    z-index: 0;
    right: -50%;
    filter: blur(60px);
    content: '';
    height: 200%;
}.educational_rewardsnmSNZ .founder_visionxVvKP {
    display: flex;
    padding: 0 20px;
    max-width: 1280px;
    position: relative;
    z-index: 1;
    gap: 60px;
    margin: 0 auto;
}.educational_rewardsnmSNZ .img_thumbnailFSCWJ {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2),
                -20px -20px 40px rgba(255, 255, 255, 0.05);
    min-height: 500px;
    position: relative;
    border-radius: 23px;
    overflow: hidden;
    flex: 1;
}.educational_rewardsnmSNZ .img_thumbnailFSCWJ::before {
    content: '';
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    position: absolute;
}.educational_rewardsnmSNZ .img_thumbnailFSCWJ::after {
    content: '';
    z-index: 2;
    width: 40%;
    bottom: 0;
    background: linear-gradient(225deg, rgb(231,185,155,0.5) 0%, transparent 100%);
    right: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    height: 40%;
    position: absolute;
}.educational_rewardsnmSNZ .img_thumbnailFSCWJ:hover {
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.25),
                -25px -25px 50px rgba(255, 255, 255, 0.07);
    transform: translateY(-10px);
}.educational_rewardsnmSNZ .announcement_boxJnCXl {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}.educational_rewardsnmSNZ h2 {
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    font-size: 29px;
    margin-bottom: 40px;
}.educational_rewardsnmSNZ h2::after {
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(231,185,155) 0%, rgb(217,147,107) 100%);
    position: absolute;
    width: 80px;
    border-radius: 10px;
    content: '';
    height: 4px;
}.educational_rewardsnmSNZ .text_main_holder {
    flex-direction: column;
    display: flex;
    gap: 25px;
}.educational_rewardsnmSNZ .text_main_holder > div {
    align-items: flex-start;
    backdrop-filter: blur(5px);
    border-radius: 23px;
    opacity: 0;
    padding: 20px;
    animation: slideIn 0.5s forwards;
    background: rgba(255, 255, 255, 0.03);
    transform: translateX(-20px);
    gap: 20px;
    animation-delay: calc(var(--i, 0) * 0.1s);
    box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.1),
                inset -5px -5px 15px rgba(255, 255, 255, 0.05);
    display: flex;
}.educational_rewardsnmSNZ .text_main_holder > div:nth-child(1) {
    --i: 1;
}.educational_rewardsnmSNZ .text_main_holder > div:nth-child(2) {
    --i: 2;
}.educational_rewardsnmSNZ .text_main_holder > div:nth-child(3) {
    --i: 3;
}.educational_rewardsnmSNZ .text_main_holder > div:nth-child(4) {
    --i: 4;
}.educational_rewardsnmSNZ .text_main_holder > div:nth-child(5) {
    --i: 5;
}.educational_rewardsnmSNZ .text_main_holder > div:nth-child(6) {
    --i: 6;
}.educational_rewardsnmSNZ .text_main_holder svg {
    flex-shrink: 0;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
    width: 30px;
    height: 30px;
}.educational_rewardsnmSNZ .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,185,155);
}.educational_rewardsnmSNZ .text_main_holder > div:hover svg path {
    fill: rgb(217,147,107);
}.educational_rewardsnmSNZ .text_main_holder p {
    line-height: 1.6;
    margin: 0;
    font-size: 18px;
    color: #ffffff;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {.educational_rewardsnmSNZ .founder_visionxVvKP {
    flex-direction: column;
    gap: 40px;
}.educational_rewardsnmSNZ .img_thumbnailFSCWJ {
    min-height: 400px;
}.educational_rewardsnmSNZ h2 {
    margin-bottom: 30px;
    text-align: center;
}.educational_rewardsnmSNZ h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 768px) {.educational_rewardsnmSNZ {
    padding: 80px 0;
}.educational_rewardsnmSNZ .founder_visionxVvKP {
    gap: 30px;
}.educational_rewardsnmSNZ .img_thumbnailFSCWJ {
    min-height: 300px;
}.educational_rewardsnmSNZ .text_main_holder > div {
    gap: 15px;
    padding: 15px;
}.educational_rewardsnmSNZ .text_main_holder svg {
    height: 24px;
    width: 24px;
}
}

@media (max-width: 576px) {.educational_rewardsnmSNZ {
    padding: 60px 0;
}.educational_rewardsnmSNZ .img_thumbnailFSCWJ {
    min-height: 250px;
}.educational_rewardsnmSNZ h2 {
    font-size: calc(29px * 0.85);
}.educational_rewardsnmSNZ .text_main_holder > div {
    padding: 12px;
    gap: 12px;
}.educational_rewardsnmSNZ .text_main_holder svg {
    width: 20px;
    height: 20px;
}}.about_thisJUPos {
    overflow: hidden;
    background: rgb(244,220,202);
    position: relative;
    padding: 120px 0;
}.about_thisJUPos::before {
    background-size: 30px 30px;
    top: 0;
    animation: gridMove 40s linear infinite;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 95%, rgb(231,185,155,0.5) 95%),
        linear-gradient(0deg, transparent 95%, rgb(231,185,155,0.5) 95%);
    z-index: 1;
    content: "";
    width: 100%;
    opacity: 0.2;
    height: 100%;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.about_thisJUPos::after {
    left: 0;
    content: "";
    width: 100%;
    animation: bgPulse 20s infinite alternate;
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 30%, rgb(231,185,155,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(217,147,107,0.5) 0%, transparent 50%);
    filter: blur(60px);
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
}@keyframes bgPulse {
    0% {
        opacity: 0.2;
        filter: blur(60px);
    }
    50% {
        opacity: 0.3;
        filter: blur(80px);
    }
    100% {
        opacity: 0.2;
        filter: blur(60px);
    }
}

.about_thisJUPos .container {
    z-index: 2;
    position: relative;
}.about_thisJUPos .founder_visionxVvKP {
    position: relative;
}.about_thisJUPos h3 {
    color: #000000;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(231,185,155);
    padding: 20px 30px;
    display: inline-block;
    border-radius: 0 21px 21px 0;
    font-weight: 700;
    margin-bottom: 60px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.05);
    font-size: 35px;
}.about_thisJUPos h3::before {
    position: absolute;
    animation: pulseHeight 3s infinite alternate;
    content: "";
    width: 4px;
    height: calc(100% - 40px);
    top: 20px;
    left: -2px;
    background: rgb(217,147,107);
}@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

.about_thisJUPos .skill_programIJLCY {
    position: relative;
    display: grid;
    margin-bottom: 70px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}.about_thisJUPos .skill_programIJLCY span {
    top: -40px;
    background: rgb(231,185,155);
    color: #ffffff;
    transform: translateY(-50%);
    position: absolute;
    font-weight: 600;
    left: 0;
    border-radius: 10px;
    font-size: 24px;
    z-index: 5;
    padding: 10px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.about_thisJUPos .skill_programIJLCY p {
    color: #000000;
    line-height: 1.8;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 21px;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.8);
    align-items: center;
    border-left: 3px solid rgb(231,185,155);
    height: 100%;
    display: flex;
}.about_thisJUPos .skill_programIJLCY .img_thumbnailFSCWJ {
    overflow: hidden;
    position: relative;
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    border-radius: 21px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.about_thisJUPos .skill_programIJLCY .img_thumbnailFSCWJ::before {
    z-index: 2;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
}.about_thisJUPos .legacy_eduVEhvn {
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    display: grid;
}.about_thisJUPos .legacy_eduVEhvn::before {
    width: 200px;
    top: -35px;
    position: absolute;
    background: linear-gradient(to right, rgb(231,185,155,0.5), rgb(217,147,107,0.5));
    content: "";
    height: 1px;
    left: calc(50% - 100px);
}.about_thisJUPos .legacy_eduVEhvn p {
    border-radius: 21px;
    padding: 40px;
    height: 100%;
    align-items: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    backdrop-filter: blur(10px);
    color: #000000;
    background: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    display: flex;
    border-right: 3px solid rgb(217,147,107);
}.about_thisJUPos .legacy_eduVEhvn .class_spaceJFrcd {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
    position: relative;
    height: 450px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 21px;
}.about_thisJUPos .legacy_eduVEhvn .class_spaceJFrcd::before {
    background: linear-gradient(225deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 2;
}.about_thisJUPos .legacy_eduVEhvn .class_spaceJFrcd::after {
    transform: skewX(-25deg);
    animation: shine 6s infinite;
    width: 50%;
    left: -100%;
    height: 100%;
    z-index: 3;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
    position: absolute;
}@keyframes shine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 200%;
    }
}

.about_thisJUPos .skill_programIJLCY::after,
.about_thisJUPos .legacy_eduVEhvn::after {
    animation: rotateFadeIn 10s infinite linear;
    content: "";
    opacity: 0.7;
    border: 1px solid rgb(231,185,155,0.5);
    border-radius: 10px;
    height: 50px;
    width: 50px;
    position: absolute;
    z-index: -1;
}@keyframes rotateFadeIn {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: rotate(180deg) scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: rotate(360deg) scale(1);
        opacity: 0.3;
    }
}

.about_thisJUPos .skill_programIJLCY::after {
    right: -25px;
    border-color: rgb(231,185,155,0.5);
    top: -25px;
}.about_thisJUPos .legacy_eduVEhvn::after {
    left: -25px;
    border-color: rgb(217,147,107,0.5);
    bottom: -25px;
}.about_thisJUPos .founder_visionxVvKP::before,
.about_thisJUPos .founder_visionxVvKP::after {
    height: 120px;
    filter: blur(40px);
    animation: floatAnimation 15s infinite alternate ease-in-out;
    width: 120px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.15;
    content: "";
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
    100% {
        transform: translate(-20px, 20px);
    }
}

.about_thisJUPos .founder_visionxVvKP::before {
    background: rgb(231,185,155);
    top: 20%;
    left: -60px;
}.about_thisJUPos .founder_visionxVvKP::after {
    right: -60px;
    background: rgb(217,147,107);
    bottom: 20%;
    animation-delay: 2s;
}

@media screen and (max-width: 1199px) {.about_thisJUPos {
    padding: 100px 0;
}.about_thisJUPos h3 {
    margin-bottom: 50px;
    font-size: calc(35px - 0.2rem);
    padding: 15px 25px;
}.about_thisJUPos .skill_programIJLCY {
    margin-bottom: 60px;
}.about_thisJUPos .skill_programIJLCY p,
    .about_thisJUPos .legacy_eduVEhvn p {
    padding: 30px;
}.about_thisJUPos .skill_programIJLCY .img_thumbnailFSCWJ,
    .about_thisJUPos .legacy_eduVEhvn .class_spaceJFrcd {
    height: 400px;
}
}

@media screen and (max-width: 991px) {.about_thisJUPos {
    padding: 80px 0;
}.about_thisJUPos h3 {
    margin-bottom: 40px;
    font-size: calc(35px - 0.4rem);
    padding: 12px 20px;
}.about_thisJUPos .skill_programIJLCY,
    .about_thisJUPos .legacy_eduVEhvn {
    gap: 25px;
}.about_thisJUPos .skill_programIJLCY {
    margin-bottom: 50px;
}.about_thisJUPos .skill_programIJLCY span {
    font-size: calc(24px - 0.2rem);
    top: -35px;
    padding: 8px 15px;
}.about_thisJUPos .skill_programIJLCY p,
    .about_thisJUPos .legacy_eduVEhvn p {
    font-size: calc(16px - 0.1rem);
    padding: 25px;
}.about_thisJUPos .skill_programIJLCY .img_thumbnailFSCWJ,
    .about_thisJUPos .legacy_eduVEhvn .class_spaceJFrcd {
    height: 350px;
}.about_thisJUPos .skill_programIJLCY::after,
    .about_thisJUPos .legacy_eduVEhvn::after {
    height: 40px;
    width: 40px;
}.about_thisJUPos .founder_visionxVvKP::before,
    .about_thisJUPos .founder_visionxVvKP::after {
    width: 80px;
    filter: blur(30px);
    height: 80px;
}
}

@media screen and (max-width: 767px) {.about_thisJUPos {
    padding: 60px 0;
}.about_thisJUPos::before {
    background-size: 20px 20px;
}.about_thisJUPos h3 {
    text-align: center;
    font-size: calc(35px - 0.6rem);
    margin-bottom: 40px;
    width: 100%;
    border-radius: 21px;
}.about_thisJUPos .skill_programIJLCY,
    .about_thisJUPos .legacy_eduVEhvn {
    gap: 20px;
    grid-template-columns: 1fr;
}.about_thisJUPos .skill_programIJLCY {
    margin-bottom: 40px;
}.about_thisJUPos .skill_programIJLCY span {
    left: 20px;
}.about_thisJUPos .skill_programIJLCY p,
    .about_thisJUPos .legacy_eduVEhvn p {
    border-width: 2px;
    padding: 20px;
}.about_thisJUPos .skill_programIJLCY .img_thumbnailFSCWJ,
    .about_thisJUPos .legacy_eduVEhvn .class_spaceJFrcd {
    height: 300px;
}.about_thisJUPos .legacy_eduVEhvn p {
    order: 2;
}.about_thisJUPos .legacy_eduVEhvn .class_spaceJFrcd {
    order: 1;
}.about_thisJUPos .founder_visionxVvKP::before,
    .about_thisJUPos .founder_visionxVvKP::after {
    filter: blur(20px);
    width: 60px;
    height: 60px;
}.about_thisJUPos::after {
    filter: blur(40px);
}
}

@media screen and (max-width: 575px) {.about_thisJUPos {
    padding: 50px 0;
}.about_thisJUPos::before {
    background-size: 15px 15px;
}.about_thisJUPos h3 {
    font-size: calc(35px - 0.8rem);
    padding: 10px 15px;
    margin-bottom: 35px;
}.about_thisJUPos h3::before {
    left: -1px;
    width: 2px;
}.about_thisJUPos .skill_programIJLCY span {
    left: 10px;
    top: -30px;
    padding: 6px 12px;
    font-size: calc(24px - 0.4rem);
}.about_thisJUPos .skill_programIJLCY,
    .about_thisJUPos .legacy_eduVEhvn {
    gap: 15px;
}.about_thisJUPos .skill_programIJLCY {
    margin-bottom: 35px;
}.about_thisJUPos .skill_programIJLCY p,
    .about_thisJUPos .legacy_eduVEhvn p {
    font-size: calc(16px - 0.2rem);
    padding: 15px;
}.about_thisJUPos .skill_programIJLCY .img_thumbnailFSCWJ,
    .about_thisJUPos .legacy_eduVEhvn .class_spaceJFrcd {
    height: 250px;
}.about_thisJUPos .skill_programIJLCY .img_thumbnailFSCWJ {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.about_thisJUPos .legacy_eduVEhvn .class_spaceJFrcd {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.about_thisJUPos .skill_programIJLCY::after,
    .about_thisJUPos .legacy_eduVEhvn::after {
    width: 30px;
    height: 30px;
}
}

@media screen and (min-width: 1400px) {.about_thisJUPos .skill_programIJLCY .img_thumbnailFSCWJ,
    .about_thisJUPos .legacy_eduVEhvn .class_spaceJFrcd {
    height: 500px;
}.about_thisJUPos .skill_programIJLCY p,
    .about_thisJUPos .legacy_eduVEhvn p {
    padding: 50px;
}}.privacy_shelterdKZeF {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(244,220,202) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    position: relative;
}.privacy_shelterdKZeF::before {
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(217,147,107,0.5) 0%, transparent 70%);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
}.privacy_shelterdKZeF::after {
    z-index: 0;
    bottom: -5rem;
    height: 15rem;
    right: -5rem;
    background: linear-gradient(45deg, rgb(231,185,155,0.5) 0%, transparent 80%);
    border-radius: 50%;
    filter: blur(30px);
    position: absolute;
    width: 15rem;
    content: "";
}.privacy_shelterdKZeF .container {
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    transform: perspective(1000px) rotateX(0.5deg);
    backdrop-filter: blur(8px);
    position: relative;
    margin: 0 auto;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}.privacy_shelterdKZeF h1 {
    padding-bottom: 1rem;
    transform: translateY(-5px);
    color: #000000;
    margin-bottom: 2rem;
    position: relative;
    font-weight: 700;
    font-size: 38px;
}.privacy_shelterdKZeF h1::after {
    height: 4px;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(231,185,155) 0%, rgb(217,147,107) 100%);
    width: 80px;
    bottom: 0;
    left: 0;
    transition: transform 0.5s ease;
    position: absolute;
}.privacy_shelterdKZeF:hover h1::after {
    transform: scaleX(1.5);
}.privacy_shelterdKZeF h2 {
    color: #000000;
    font-weight: 600;
    position: relative;
    border-left: 3px solid rgb(231,185,155);
    padding-left: 1rem;
    font-size: 33px;
    margin: 2.5rem 0 1.5rem;
}.privacy_shelterdKZeF h3 {
    position: relative;
    border-left: 2px solid rgb(217,147,107);
    font-weight: 600;
    margin: 2rem 0 1.2rem;
    padding-left: 0.8rem;
    color: #000000;
    font-size: calc(33px * 0.85);
}.privacy_shelterdKZeF h4 {
    border-left: 1px solid rgb(217,147,107,0.5);
    font-size: calc(33px * 0.7);
    color: #000000;
    position: relative;
    padding-left: 0.6rem;
    margin: 1.8rem 0 1rem;
    font-weight: 600;
}.privacy_shelterdKZeF p {
    font-size: 14px;
    line-height: 1.8;
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
}.privacy_shelterdKZeF p:hover {
    transform: translateX(5px);
}.privacy_shelterdKZeF strong {
    padding-bottom: 2px;
    position: relative;
    color: rgb(231,185,155);
    font-weight: 700;
}.privacy_shelterdKZeF strong::after {
    transition: transform 0.3s ease;
    height: 1px;
    background-color: rgb(231,185,155,0.5);
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    position: absolute;
    bottom: 0;
    content: "";
}.privacy_shelterdKZeF strong:hover::after {
    transform: scaleX(1);
}.privacy_shelterdKZeF ul {
    border-radius: 10px;
    background: linear-gradient(to right, rgba(rgb(244,220,202), 0.3), transparent);
    padding: 1.5rem;
    margin: 1.5rem 0 2rem 1.5rem;
    position: relative;
}.privacy_shelterdKZeF ul::before {
    background: linear-gradient(to bottom, rgb(231,185,155), rgb(217,147,107));
    width: 4px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    border-radius: 10px 0 0 10px;
}.privacy_shelterdKZeF li {
    line-height: 1.6;
    font-size: 14px;
    transition: transform 0.3s ease;
    margin-bottom: 1.2rem;
    padding-left: 1.8rem;
    color: #000000;
    position: relative;
}.privacy_shelterdKZeF li:last-child {
    margin-bottom: 0;
}.privacy_shelterdKZeF li:hover {
    transform: translateX(5px);
}.privacy_shelterdKZeF li::before {
    transition: transform 0.3s ease, background 0.3s ease;
    position: absolute;
    background: linear-gradient(135deg, rgb(217,147,107) 0%, rgb(231,185,155) 100%);
    width: 8px;
    content: "";
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 0.5rem;
}.privacy_shelterdKZeF li:hover::before {
    background: linear-gradient(135deg, rgb(231,185,155) 0%, rgb(217,147,107) 100%);
    transform: scale(1.5);
}.privacy_shelterdKZeF span {
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    display: block;
    padding: 1rem 1.5rem;
    font-size: 14px;
    border-left: 3px solid rgb(217,147,107,0.5);
    color: #000000;
    line-height: 1.8;
    transition: all 0.3s ease;
}.privacy_shelterdKZeF span:hover {
    border-left-color: rgb(231,185,155);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transform: translateY(-3px);
}

@media (max-width: 992px) {.privacy_shelterdKZeF {
    padding: 3rem 1.5rem;
}.privacy_shelterdKZeF .container {
    padding: 1.5rem;
    transform: none;
}.privacy_shelterdKZeF h1 {
    font-size: calc(38px * 0.9);
}.privacy_shelterdKZeF h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.privacy_shelterdKZeF {
    padding: 2rem 1rem;
}.privacy_shelterdKZeF .container {
    padding: 1.2rem;
}.privacy_shelterdKZeF h1 {
    font-size: calc(38px * 0.8);
    margin-bottom: 1.5rem;
}.privacy_shelterdKZeF h2 {
    font-size: calc(33px * 0.8);
    margin: 2rem 0 1rem;
}.privacy_shelterdKZeF h3 {
    font-size: calc(33px * 0.7);
}.privacy_shelterdKZeF h4 {
    font-size: calc(33px * 0.6);
}.privacy_shelterdKZeF ul {
    padding: 1.2rem;
    margin-left: 0;
}.privacy_shelterdKZeF p, 
    .privacy_shelterdKZeF li, 
    .privacy_shelterdKZeF span {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.privacy_shelterdKZeF {
    padding: 1.5rem 0.8rem;
}.privacy_shelterdKZeF .container {
    padding: 1rem;
}.privacy_shelterdKZeF h1 {
    font-size: calc(38px * 0.7);
}.privacy_shelterdKZeF h2 {
    padding-left: 0.8rem;
    font-size: calc(33px * 0.7);
}.privacy_shelterdKZeF h3 {
    font-size: calc(33px * 0.6);
}.privacy_shelterdKZeF h4 {
    font-size: calc(33px * 0.5);
}.privacy_shelterdKZeF ul {
    padding: 1rem;
}.privacy_shelterdKZeF li {
    padding-left: 1.5rem;
}.privacy_shelterdKZeF p, 
    .privacy_shelterdKZeF li, 
    .privacy_shelterdKZeF span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.privacy_shelterdKZeF span {
    padding: 0.8rem 1rem;
}}.client_opinionswVMya {
    position: relative;
    overflow: hidden;
    background: radial-gradient(ellipse at 30% 20%, rgb(231,185,155,0.5), rgb(217,147,107) 80%), 
                radial-gradient(circle at 70% 80%, rgb(217,147,107,0.5), transparent 70%);
    padding: 6rem 0;
}.client_opinionswVMya::before {
    background-size: 150px 150px;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    pointer-events: none;
    position: absolute;
    background-position: 0 0, 75px 75px, 30px 30px, 120px 120px;
    background-image: 
        radial-gradient(circle at 15% 25%, rgba(255,255,255,0.05) 2px, transparent 2px),
        radial-gradient(circle at 35% 65%, rgba(255,255,255,0.05) 2px, transparent 2px),
        radial-gradient(circle at 75% 35%, rgba(255,255,255,0.05) 2px, transparent 2px),
        radial-gradient(circle at 85% 85%, rgba(255,255,255,0.05) 2px, transparent 2px);
    left: 0;
}.client_opinionswVMya .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.client_opinionswVMya h2 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.15);
    font-size: 37px;
    position: relative;
    margin-bottom: 3.5rem;
    transform: perspective(1000px) rotateX(2deg);
    text-align: center;
    letter-spacing: 0.02em;
    color: #ffffff;
    font-weight: 700;
}.client_opinionswVMya h2::after {
    transform: translateX(-50%) rotate(-1deg);
    bottom: -0.75rem;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(231,185,155) 30%, #ffffff 70%, transparent);
    content: "";
    height: 3px;
    left: 50%;
    width: 120px;
}.client_opinionswVMya .reviews_blockgCOvs {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
    padding: 0;
    gap: 2rem;
    margin: 0;
    list-style: none;
}.client_opinionswVMya .success_reviewsxdFzl {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    transform-origin: center center;
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 50%, 
        rgba(255,255,255,0.02) 100%);
    box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(0) rotate(0);
    border-radius: 28px;
}.client_opinionswVMya .success_reviewsxdFzl:hover {
    transform: translateY(-10px) rotate(0.5deg);
    box-shadow: 0 20px 40px -15px rgba(0,0,0,0.25), 
                0 15px 20px -5px rgba(0,0,0,0.1);
}.client_opinionswVMya .success_reviewsxdFzl::before {
    top: -50%;
    pointer-events: none;
    opacity: 0;
    content: "";
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    height: 200%;
    background: radial-gradient(circle at center, 
                rgba(rgb(231,185,155,0.5), 0.1), 
                transparent 70%);
    width: 200%;
    left: -50%;
    position: absolute;
    transform: scale(0.8);
}.client_opinionswVMya .success_reviewsxdFzl:hover::before {
    opacity: 1;
    transform: scale(1);
}.client_opinionswVMya .success_reviewsxdFzl div {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}.client_opinionswVMya .success_reviewsxdFzl img {
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    height: 60px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 60px;
    transform: scale(1) translateY(0);
    border-radius: 50%;
    border: 2px solid rgb(231,185,155);
}.client_opinionswVMya .success_reviewsxdFzl:hover img {
    border-color: #ffffff;
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}.client_opinionswVMya .success_reviewsxdFzl h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    margin-left: 1rem;
    position: relative;
    transition: transform 0.3s ease, color 0.3s ease;
}.client_opinionswVMya .success_reviewsxdFzl:hover h4 {
    color: rgb(231,185,155);
    transform: translateX(5px);
}.client_opinionswVMya .success_reviewsxdFzl h4::after {
    background: linear-gradient(90deg, rgb(231,185,155), transparent);
    width: 0;
    position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    transition: width 0.3s ease-out;
    height: 2px;
}.client_opinionswVMya .success_reviewsxdFzl:hover h4::after {
    width: 100%;
}.client_opinionswVMya .description {
    font-size: 14px;
    color: #ffffff;
    padding: 0.5rem 0 0;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
    margin: 0;
    line-height: 1.6;
}.client_opinionswVMya .success_reviewsxdFzl:hover .description {
    transform: translateY(-5px);
}.client_opinionswVMya .description::before {
    color: rgba(255,255,255,0.1);
    top: -20px;
    line-height: 1;
    z-index: -1;
    position: absolute;
    left: -10px;
    font-size: 5rem;
    font-family: serif;
    content: "";
}.client_opinionswVMya a {
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    text-align: center;
    padding: 0.8rem 2rem;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-top: 2.5rem;
    background: linear-gradient(135deg, rgb(231,185,155), rgb(217,147,107));
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}.client_opinionswVMya a:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
    transform: translateY(-5px) scale(1.02);
}.client_opinionswVMya a::before {
    height: 100%;
    transition: left 0.6s ease-in-out;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
}.client_opinionswVMya a:hover::before {
    left: 100%;
}

@media (max-width: 991px) {.client_opinionswVMya {
    padding: 4rem 0;
}.client_opinionswVMya h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2.5rem;
}.client_opinionswVMya .reviews_blockgCOvs {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 768px) {.client_opinionswVMya {
    background: radial-gradient(ellipse at 50% 30%, rgb(231,185,155,0.5), rgb(217,147,107) 90%);
    padding: 3rem 0;
}.client_opinionswVMya h2 {
    font-size: calc(37px * 0.8);
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 2rem;
}.client_opinionswVMya .reviews_blockgCOvs {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 1.25rem;
}.client_opinionswVMya .success_reviewsxdFzl {
    padding: 1.25rem;
}
}

@media (max-width: 576px) {.client_opinionswVMya {
    padding: 2.5rem 0;
}.client_opinionswVMya h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.7);
}.client_opinionswVMya h2::after {
    width: 80px;
    height: 2px;
}.client_opinionswVMya .success_reviewsxdFzl img {
    width: 50px;
    height: 50px;
}.client_opinionswVMya .description {
    font-size: calc(14px * 0.95);
}.client_opinionswVMya a {
    padding: 0.7rem 1.5rem;
    font-size: calc(15px * 0.9);
}
}

@media (prefers-reduced-motion) {.client_opinionswVMya .success_reviewsxdFzl,
    .client_opinionswVMya .success_reviewsxdFzl::before,
    .client_opinionswVMya .success_reviewsxdFzl img,
    .client_opinionswVMya .success_reviewsxdFzl h4,
    .client_opinionswVMya .success_reviewsxdFzl h4::after,
    .client_opinionswVMya .description,
    .client_opinionswVMya a,
    .client_opinionswVMya a::before {
    transition: none;
}}.title_portalzWqLU {
    align-items: center;
    background: linear-gradient(135deg, rgb(244,220,202) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    min-height: 100vh;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    display: flex;
}.title_portalzWqLU::before {
    z-index: 1;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(231,185,155,0.5) 15%, transparent 35%);
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
}.title_portalzWqLU::after {
    right: -50px;
    content: "";
    position: absolute;
    animation: float 12s ease-in-out infinite;
    height: 300px;
    bottom: -50px;
    transform: rotate(15deg);
    width: 300px;
    z-index: 1;
    border: 2px solid rgb(217,147,107,0.5);
}.title_portalzWqLU .fast_studyproorExl {
    z-index: 2;
    transform: translateY(-2vh);
    width: 90%;
    position: relative;
    max-width: 1200px;
}.title_portalzWqLU .skill_expertiseRWfHL {
    padding: 4rem 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
}.title_portalzWqLU .skill_expertiseRWfHL::before {
    left: 0;
    z-index: -1;
    content: "";
    top: 0;
    background: linear-gradient(to right, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.6) 50%, 
    rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(3px);
}.title_portalzWqLU .skill_expertiseRWfHL span {
    opacity: 0;
    display: block;
    animation: slideIn 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.2s;
    transform: translateX(-5px);
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 1.5rem;
}.title_portalzWqLU .skill_expertiseRWfHL span::before {
    width: 5px;
    background: rgb(217,147,107);
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    content: "";
    height: 85%;
}.title_portalzWqLU .skill_expertiseRWfHL h3 {
    font-size: calc(19px * 0.9);
    color: #ffffff;
    max-width: 90%;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}.title_portalzWqLU .skill_expertiseRWfHL h1 {
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text !important;
    margin: 0 0 2rem;
    font-size: 48px;
    font-weight: 700;
    background-clip: text !important;
    opacity: 0;
    transform: translateY(10px);
    line-height: 1.2;
    color: #ffffff;
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.5s;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #ffffff 70%, rgb(217,147,107) 100%);
}.title_portalzWqLU .skill_expertiseRWfHL h1::after {
    transform: scaleX(0);
    bottom: -0.8rem;
    transform-origin: left;
    background: rgb(217,147,107);
    width: 100px;
    animation: stretch 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 1s;
    left: 0;
    position: absolute;
    height: 4px;
    content: "";
}.title_portalzWqLU .skill_expertiseRWfHL div div {
    animation: slideUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.8s;
    transform: translateY(20px);
    padding: 1rem 1.5rem;
    margin-top: 1rem;
    opacity: 0;
    border-left: 3px solid rgb(217,147,107);
    background: linear-gradient(90deg, rgb(231,185,155,0.5) 0%, transparent 100%);
}.title_portalzWqLU .skill_expertiseRWfHL p {
    margin: 0;
    font-weight: 300;
    max-width: 90%;
    line-height: 1.6;
    color: #ffffff;
    font-size: calc(15px * 1.1);
}

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

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

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

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

@media (max-width: 1200px) {.title_portalzWqLU .skill_expertiseRWfHL h1 {
    font-size: calc(48px * 0.9);
}
}

@media (max-width: 992px) {.title_portalzWqLU {
    min-height: 80vh;
}.title_portalzWqLU .skill_expertiseRWfHL {
    padding: 3rem 2.5rem;
}.title_portalzWqLU .skill_expertiseRWfHL h1 {
    font-size: calc(48px * 0.8);
}.title_portalzWqLU .skill_expertiseRWfHL h3 {
    max-width: 100%;
    font-size: calc(19px * 0.85);
}
}

@media (max-width: 768px) {.title_portalzWqLU {
    padding: 5rem 0;
    min-height: auto;
}.title_portalzWqLU .fast_studyproorExl {
    width: 95%;
}.title_portalzWqLU .skill_expertiseRWfHL {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateX(1deg);
}.title_portalzWqLU .skill_expertiseRWfHL h1 {
    font-size: calc(48px * 0.7);
    margin-bottom: 1.5rem;
}.title_portalzWqLU .skill_expertiseRWfHL h3 {
    font-size: calc(19px * 0.8);
}.title_portalzWqLU .skill_expertiseRWfHL p {
    font-size: 15px;
}.title_portalzWqLU::after {
    width: 200px;
    bottom: -30px;
    right: -30px;
    height: 200px;
}
}

@media (max-width: 576px) {.title_portalzWqLU .skill_expertiseRWfHL {
    padding: 2rem 1.5rem;
}.title_portalzWqLU .skill_expertiseRWfHL span {
    margin-bottom: 1rem;
}.title_portalzWqLU .skill_expertiseRWfHL h1 {
    font-size: calc(48px * 0.6);
    margin-bottom: 1.2rem;
}.title_portalzWqLU .skill_expertiseRWfHL h3 {
    font-size: calc(19px * 0.75);
}.title_portalzWqLU .skill_expertiseRWfHL div div {
    padding: 0.8rem 1rem;
}.title_portalzWqLU .skill_expertiseRWfHL p {
    font-size: calc(15px * 0.95);
}.title_portalzWqLU::after {
    width: 150px;
    height: 150px;
    bottom: -20px;
    right: -20px;
}
}

@media (max-width: 400px) {.title_portalzWqLU .skill_expertiseRWfHL h1 {
    font-size: calc(48px * 0.5);
}.title_portalzWqLU .skill_expertiseRWfHL h3 {
    font-size: calc(19px * 0.7);
}}.info_hubIoJzw {
    background: rgb(217,147,107,0.5);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    z-index: 1;
}.info_hubIoJzw::before {
    animation: moveBackground 20s linear infinite;
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.05;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(217,147,107,0.5) 0,
        rgb(217,147,107,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: -2;
}.info_hubIoJzw::after {
    z-index: -1;
    height: 100%;
    content: '';
    animation: pulseGlow 8s infinite alternate;
    filter: blur(40px);
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(231,185,155,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(217,147,107,0.5) 0%, transparent 30%);
    left: 0;
    top: 0;
    position: absolute;
}@keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}
@keyframes pulseGlow {
    0% {
        opacity: 0.3;
        transform: scale(0.9);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}
.info_hubIoJzw .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.info_hubIoJzw .container::before,
.info_hubIoJzw .container::after {
    content: '';
    border-radius: 10px;
    animation: floatElement 15s infinite ease-in-out;
    opacity: 0.2;
    z-index: -1;
    background: rgb(231,185,155,0.5);
    position: absolute;
}.info_hubIoJzw .container::before {
    height: 150px;
    width: 150px;
    animation-delay: 0s;
    top: -75px;
    transform: rotate(45deg);
    right: 10%;
}.info_hubIoJzw .container::after {
    transform: rotate(15deg);
    background: rgb(217,147,107,0.5);
    left: 15%;
    animation-delay: -5s;
    width: 120px;
    bottom: -60px;
    height: 120px;
}@keyframes floatElement {
    0%, 100% {
        transform: translateY(0) rotate(45deg);
    }
    50% {
        transform: translateY(-20px) rotate(55deg);
    }
}
.info_hubIoJzw .course_faqbgmrX {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.85);
    overflow: hidden;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        inset 0 0 20px rgba(255, 255, 255, 0.5);
}.info_hubIoJzw .course_faqbgmrX:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px -15px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        inset 0 0 20px rgba(255, 255, 255, 0.7);
}.course_faqbgmrX::before {
    content: '';
    z-index: 0;
    top: -15px;
    opacity: 0.3;
    right: -15px;
    width: 60px;
    height: 60px;
    position: absolute;
    animation: rotate 20s linear infinite;
    border-radius: 50%;
    border: 1px solid rgb(231,185,155,0.5);
}.course_faqbgmrX::after {
    animation: rotate 25s linear infinite reverse;
    height: 80px;
    z-index: 0;
    bottom: -15px;
    opacity: 0.3;
    border: 1px solid rgb(217,147,107,0.5);
    border-radius: 50%;
    position: absolute;
    left: -15px;
    content: '';
    width: 80px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.info_hubIoJzw .join_communityWCLpz {
    align-items: center;
    position: relative;
    letter-spacing: 1px;
    z-index: 1;
    margin: 0;
    color: #ffffff;
    padding: 30px 40px;
    display: flex;
    background: linear-gradient(135deg, rgb(231,185,155) 0%, rgb(217,147,107) 100%);
    font-size: 20px;
    font-weight: 700;
}.info_hubIoJzw .join_communityWCLpz svg {
    fill: none;
    width: 24px;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.15));
    height: 24px;
    margin-right: 12px;
}.info_hubIoJzw .join_communityWCLpz svg path {
    stroke-dasharray: 60;
    animation: draw 1.5s forwards ease-out;
    stroke-dashoffset: 60;
}@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}
.info_hubIoJzw .join_communityWCLpz::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 5px, rgba(255, 255, 255, 0.05) 5px, rgba(255, 255, 255, 0.05) 10px),
        repeating-linear-gradient(90deg, transparent, transparent 5px, rgba(255, 255, 255, 0.05) 5px, rgba(255, 255, 255, 0.05) 10px);
    left: 0;
}.info_hubIoJzw .img_thumbnailFSCWJ {
    width: 100%;
    overflow: hidden;
    height: 280px;
    position: relative;
}.info_hubIoJzw .img_thumbnailFSCWJ::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
}.info_hubIoJzw .img_thumbnailFSCWJ::after {
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}.info_hubIoJzw .edu_helpmyEYw {
    padding: 40px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
}.info_hubIoJzw .edu_helpmyEYw::before {
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.3) 0%, transparent 15%);
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
}.info_hubIoJzw .edu_helpmyEYw::after {
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-size: 20px 20px;
    z-index: -1;
}.info_hubIoJzw .edu_helpmyEYw p {
    padding-left: 35px;
    transition: transform 0.3s ease;
    align-items: center;
    margin: 0 0 20px;
    position: relative;
    font-size: 12px;
    height: 30px;
    display: flex;
    color: #000000;
}.info_hubIoJzw .edu_helpmyEYw p:last-child {
    margin-bottom: 0;
}.info_hubIoJzw .edu_helpmyEYw p svg {
    stroke: rgb(231,185,155);
    width: 20px;
    stroke-linecap: round;
    border: 1px solid rgb(231,185,155);
    transform: rotate(45deg);
    stroke-linejoin: round;
    padding: 3px;
    position: absolute;
    top: 3px;
    left: 0;
    background: rgb(231,185,155,0.5);
    fill: none;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    stroke-width: 2;
    transition: all 0.3s ease;
    height: 20px;
}.info_hubIoJzw .edu_helpmyEYw p svg path {
    stroke-dasharray: 40;
    animation: drawPath 1s forwards ease-out;
    stroke-dashoffset: 40;
}.info_hubIoJzw .edu_helpmyEYw p:nth-child(1) svg path {
    animation-delay: 0.1s;
}.info_hubIoJzw .edu_helpmyEYw p:nth-child(2) svg path {
    animation-delay: 0.2s;
}.info_hubIoJzw .edu_helpmyEYw p:nth-child(3) svg path {
    animation-delay: 0.3s;
}.info_hubIoJzw .edu_helpmyEYw p:nth-child(4) svg path {
    animation-delay: 0.4s;
}.info_hubIoJzw .edu_helpmyEYw p:nth-child(5) svg path {
    animation-delay: 0.5s;
}@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}
.info_hubIoJzw .edu_helpmyEYw p span {
    z-index: 1;
    position: relative;
}.info_hubIoJzw .edu_helpmyEYw p a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    background-size: 200% 100%;
    position: relative;
    background-position: 0 0;
    color: rgb(231,185,155);
    padding: 2px 5px;
    border-radius: 10px;
    background: linear-gradient(to right, transparent 50%, rgb(231,185,155,0.5) 50%);
}.info_hubIoJzw .edu_helpmyEYw p a:hover {
    color: #000000;
    background-position: -100% 0;
}.info_hubIoJzw .contact_usNryKa {
    padding-top: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 35px;
}.info_hubIoJzw .contact_usNryKa::before {
    background: linear-gradient(to right, rgb(231,185,155,0.5), transparent);
    content: '';
    left: 0;
    height: 1px;
    position: absolute;
    width: 100%;
    top: -1px;
}.info_hubIoJzw .inquire_nowSAeEx {
    display: flex;
    font-weight: 600;
    padding-left: 35px;
    color: #000000;
    position: relative;
    align-items: center;
    margin: 0 0 20px;
    font-size: 21px;
}.info_hubIoJzw .inquire_nowSAeEx svg {
    border: 1px solid rgb(217,147,107);
    top: 3px;
    stroke-linecap: round;
    border-radius: 4px;
    background: rgb(217,147,107,0.5);
    transform: rotate(45deg);
    fill: none;
    transition: all 0.3s ease;
    left: 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    height: 20px;
    stroke-linejoin: round;
    padding: 3px;
    stroke: rgb(217,147,107);
    stroke-width: 2;
    position: absolute;
    width: 20px;
}.info_hubIoJzw .inquire_nowSAeEx:hover svg {
    transform: rotate(135deg);
}.info_hubIoJzw .inquire_nowSAeEx svg path {
    stroke-dasharray: 40;
    animation: drawPath 1s forwards ease-out 0.6s;
    stroke-dashoffset: 40;
}.info_hubIoJzw .instant_contactOGCDw {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    display: grid;
}.info_hubIoJzw .quick_supportiehCW {
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    align-items: center;
    color: #000000;
    font-size: calc(12px - 1px);
    display: flex;
    padding: 15px 20px 15px 40px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}.info_hubIoJzw .quick_supportiehCW svg {
    top: 50%;
    stroke: rgb(217,147,107);
    transform: translateY(-50%);
    opacity: 0.8;
    height: 15px;
    left: 15px;
    width: 15px;
    transition: all 0.4s ease;
    stroke-width: 2;
    fill: none;
    position: absolute;
    stroke-linejoin: round;
    stroke-linecap: round;
}.info_hubIoJzw .quick_supportiehCW:hover {
    background: linear-gradient(135deg, rgb(231,185,155,0.5) 0%, transparent 100%);
    border-color: rgb(231,185,155,0.5);
    transform: translateY(-5px) scale(1.02);
    color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.info_hubIoJzw .quick_supportiehCW:hover svg {
    stroke: rgb(231,185,155);
    opacity: 1;
    transform: translateY(-50%) rotate(15deg);
}.info_hubIoJzw .quick_supportiehCW::before {
    transform-origin: top;
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    background: linear-gradient(to bottom, rgb(231,185,155) 0%, rgb(217,147,107) 100%);
    transition: transform 0.4s ease;
    transform: scaleY(0);
    width: 5px;
    height: 100%;
}.info_hubIoJzw .quick_supportiehCW:hover::before {
    transform: scaleY(1);
}.info_hubIoJzw .quick_supportiehCW::after {
    height: 30px;
    position: absolute;
    background: linear-gradient(135deg, transparent 49%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.3) 100%);
    width: 30px;
    right: 0;
    z-index: 1;
    content: '';
    top: 0;
}
@media screen and (min-width: 992px) {.info_hubIoJzw .course_faqbgmrX {
    grid-template-columns: 1fr 1fr;
    display: grid;
    grid-template-areas: 
            "header header"
            "photo info"
            "hours hours";
}.info_hubIoJzw .join_communityWCLpz {
    grid-area: header;
}.info_hubIoJzw .join_communityWCLpz svg {
    width: 28px;
    margin-right: 15px;
    height: 28px;
}.info_hubIoJzw .img_thumbnailFSCWJ {
    margin-top: 0;
    clip-path: none;
    height: 100%;
    grid-area: photo;
}.info_hubIoJzw .edu_helpmyEYw {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-area: info;
}.info_hubIoJzw .edu_helpmyEYw p svg {
    width: 22px;
    height: 22px;
}.info_hubIoJzw .contact_usNryKa {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    grid-area: hours;
    margin-top: 0;
}.info_hubIoJzw .inquire_nowSAeEx svg {
    width: 22px;
    height: 22px;
}.info_hubIoJzw .quick_supportiehCW svg {
    height: 16px;
    width: 16px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {.info_hubIoJzw {
    padding: 60px 0;
}.info_hubIoJzw .join_communityWCLpz {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), 0 100%);
    padding: 25px 30px;
}.info_hubIoJzw .join_communityWCLpz svg {
    margin-right: 10px;
    width: 22px;
    height: 22px;
}.info_hubIoJzw .img_thumbnailFSCWJ {
    clip-path: polygon(0 0, 100% 15px, 100% 100%, 0 100%);
    height: 250px;
    margin-top: -15px;
}.info_hubIoJzw .edu_helpmyEYw {
    padding: 30px;
}.info_hubIoJzw .edu_helpmyEYw p svg {
    width: 18px;
    height: 18px;
}.info_hubIoJzw .inquire_nowSAeEx svg {
    height: 18px;
    width: 18px;
}.info_hubIoJzw .instant_contactOGCDw {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 767px) {.info_hubIoJzw {
    padding: 50px 0;
}.info_hubIoJzw .join_communityWCLpz {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 100%);
    font-size: calc(20px - 2px);
    padding: 20px 25px;
}.info_hubIoJzw .join_communityWCLpz svg {
    height: 20px;
    margin-right: 8px;
    width: 20px;
}.info_hubIoJzw .img_thumbnailFSCWJ {
    clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
    height: 220px;
    margin-top: -10px;
}.info_hubIoJzw .edu_helpmyEYw {
    padding: 25px;
}.info_hubIoJzw .edu_helpmyEYw p {
    font-size: calc(12px - 1px);
    margin-bottom: 15px;
    padding-left: 30px;
}.info_hubIoJzw .edu_helpmyEYw p svg {
    top: 3px;
    height: 16px;
    width: 16px;
}.info_hubIoJzw .contact_usNryKa {
    padding-top: 25px;
    margin-top: 25px;
}.info_hubIoJzw .inquire_nowSAeEx {
    padding-left: 30px;
}.info_hubIoJzw .inquire_nowSAeEx svg {
    height: 16px;
    width: 16px;
    top: 2px;
}.info_hubIoJzw .instant_contactOGCDw {
    grid-template-columns: 1fr;
}.info_hubIoJzw .quick_supportiehCW {
    padding: 12px 15px 12px 35px;
}.info_hubIoJzw .quick_supportiehCW svg {
    height: 12px;
    left: 12px;
    width: 12px;
}}.thankYouWebIYWwa {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(244,220,202) 0%, rgb(217,147,107,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.thankYouWebIYWwa::before {
    animation: float 15s ease-in-out infinite;
    position: absolute;
    content: "";
    height: 300px;
    right: -50px;
    background: rgb(231,185,155,0.5);
    z-index: 0;
    top: -50px;
    filter: blur(80px);
    width: 300px;
}.thankYouWebIYWwa::after {
    bottom: -100px;
    width: 500px;
    height: 500px;
    animation: float 20s ease-in-out infinite alternate;
    z-index: 0;
    background: rgb(217,147,107,0.5);
    filter: blur(100px);
    position: absolute;
    left: -100px;
    content: "";
}.thankYouWebIYWwa .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.thankYouWebIYWwa h2 {
    font-family: Arial, sans-serif;
    font-size: 32px;
    transform: translateY(20px);
    color: #000000;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 40px;
    opacity: 0;
    position: relative;
}.thankYouWebIYWwa h2::before {
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    transform-origin: left;
    top: -15px;
    content: "";
    width: 80px;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(231,185,155) 0%, rgb(217,147,107) 100%);
    height: 5px;
}.thankYouWebIYWwa .founder_visionxVvKP {
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    border-radius: 11px;
    overflow: hidden;
    padding: 50px;
    background: #ffffff;
}.thankYouWebIYWwa .founder_visionxVvKP::before {
    content: "";
    transform-origin: top;
    background: linear-gradient(to bottom, rgb(231,185,155), rgb(217,147,107));
    top: 0;
    height: 100%;
    width: 6px;
    position: absolute;
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
    left: 0;
    transform: scaleY(0);
}.thankYouWebIYWwa .founder_visionxVvKP::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(rgb(217,147,107,0.5), 0.05));
    width: 30%;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}.thankYouWebIYWwa ul {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
}.thankYouWebIYWwa li {
    margin-bottom: 20px;
    position: relative;
    opacity: 0;
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
    padding-left: 30px;
    transform: translateX(20px);
}.thankYouWebIYWwa li::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    height: 10px;
    width: 10px;
    animation: pulse 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s forwards;
    background: rgb(231,185,155);
    transform: scale(0);
    top: 8px;
}.thankYouWebIYWwa li span {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: transform 0.3s ease;
    transform: translateY(0);
    font-weight: 400;
    position: relative;
}

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

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

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

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

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

@media (max-width: 1200px) {.thankYouWebIYWwa {
    padding: 100px 0;
}.thankYouWebIYWwa h2 {
    font-size: calc(32px * 0.9);
}.thankYouWebIYWwa .founder_visionxVvKP {
    padding: 40px;
}
}

@media (max-width: 992px) {.thankYouWebIYWwa {
    padding: 80px 0;
}.thankYouWebIYWwa h2 {
    font-size: calc(32px * 0.85);
    margin-bottom: 30px;
}.thankYouWebIYWwa .founder_visionxVvKP {
    padding: 35px;
}.thankYouWebIYWwa li span {
    font-size: 15px;
}
}

@media (max-width: 768px) {.thankYouWebIYWwa {
    padding: 70px 0;
}.thankYouWebIYWwa h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
}.thankYouWebIYWwa h2::before {
    height: 4px;
    width: 60px;
}.thankYouWebIYWwa .founder_visionxVvKP {
    padding: 30px 25px;
}.thankYouWebIYWwa li {
    padding-left: 25px;
}
}

@media (max-width: 576px) {.thankYouWebIYWwa {
    padding: 60px 0;
}.thankYouWebIYWwa h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 20px;
}.thankYouWebIYWwa .founder_visionxVvKP {
    padding: 25px 20px;
}.thankYouWebIYWwa li {
    padding-left: 20px;
}.thankYouWebIYWwa li::before {
    width: 8px;
    top: 6px;
    height: 8px;
}.thankYouWebIYWwa li span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}}.reach_outLTNZn {
    background: linear-gradient(90deg, #ffffff 50%, rgb(244,220,202) 50%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.reach_outLTNZn::before {
    background-size: 60px 60px;
    z-index: 0;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    width: 100%;
    content: "";
}.reach_outLTNZn .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.reach_outLTNZn h2 {
    text-align: center;
    color: rgb(231,185,155);
    font-size: 38px;
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
}.reach_outLTNZn h2::after {
    background: rgb(231,185,155);
    position: absolute;
    bottom: -15px;
    width: 60px;
    height: 3px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}.reach_outLTNZn .reach_linkshLUfM {
    display: flex;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}.reach_outLTNZn .reach_linkshLUfM::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(231,185,155), rgb(217,147,107));
    left: 0;
    height: 5px;
    top: 0;
    width: 100%;
}.reach_outLTNZn .img_thumbnailFSCWJ {
    min-height: 550px;
    transition: all 0.5s ease;
    flex: 0 0 50%;
    position: relative;
}.reach_outLTNZn .img_thumbnailFSCWJ::after {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(231,185,155,0.5), transparent);
}.reach_outLTNZn .message_boxPLvXC {
    position: relative;
    padding: 60px 50px;
    background: #ffffff;
    flex: 0 0 50%;
}.reach_outLTNZn .message_boxPLvXC::before {
    width: 10px;
    top: 0;
    background: rgb(244,220,202);
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
}.reach_outLTNZn #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}.reach_outLTNZn h3 {
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}.reach_outLTNZn h3::after {
    bottom: 0;
    content: "";
    background: rgb(231,185,155,0.5);
    height: 2px;
    left: 0;
    width: 100%;
    position: absolute;
}.reach_outLTNZn input[type="text"] {
    border: 2px solid rgb(244,220,202);
    background: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 17px;
    color: #000000;
    width: 100%;
    padding: 18px 20px;
}.reach_outLTNZn input[type="text"]:focus {
    outline: none;
    border-color: rgb(231,185,155);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.reach_outLTNZn input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.reach_outLTNZn .feedback_formxDevi {
    display: flex;
    margin-top: 10px;
    align-items: flex-start;
    gap: 12px;
}.reach_outLTNZn .feedback_formxDevi input[type="checkbox"] {
    border: 2px solid rgb(244,220,202);
    cursor: pointer;
    margin-top: 2px;
    width: 24px;
    transition: all 0.3s ease;
    height: 24px;
    border-radius: 10px;
    position: relative;
    appearance: none;
}.reach_outLTNZn .feedback_formxDevi input[type="checkbox"]:checked {
    border-color: rgb(231,185,155);
    background: rgb(231,185,155);
}.reach_outLTNZn .feedback_formxDevi input[type="checkbox"]:checked::after {
    top: 5px;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    width: 6px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    content: "";
    left: 8px;
    height: 10px;
}.reach_outLTNZn .feedback_formxDevi label {
    color: #000000;
    font-size: 17px;
    line-height: 1.5;
}.reach_outLTNZn .feedback_formxDevi a {
    text-decoration: none;
    color: rgb(231,185,155);
    transition: all 0.3s ease;
    font-weight: 600;
}.reach_outLTNZn .feedback_formxDevi a:hover {
    color: rgb(217,147,107);
}.reach_outLTNZn .connect_requestVwxno {
    border-radius: 10px;
    position: relative;
    padding: 16px 40px;
    box-shadow: 0 8px 20px rgb(231,185,155,0.5);
    font-weight: 600;
    background: rgb(231,185,155);
    margin-top: 20px;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    border: none;
    align-self: flex-start;
}.reach_outLTNZn .connect_requestVwxno::before {
    height: 100%;
    content: "";
    top: 0;
    transition: all 0.6s ease;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: -100%;
}.reach_outLTNZn .connect_requestVwxno:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(217,147,107,0.5);
    background: rgb(217,147,107);
}.reach_outLTNZn .connect_requestVwxno:hover::before {
    left: 100%;
}.reach_outLTNZn svg {
    transition: all 0.3s ease;
    width: 22px;
    fill: rgb(231,185,155);
    height: 22px;
}.reach_outLTNZn svg path {
    transition: all 0.3s ease;
    fill: rgb(231,185,155);
}.reach_outLTNZn svg:hover {
    fill: rgb(217,147,107);
    transform: translateY(-2px);
}.reach_outLTNZn svg:hover path {
    fill: rgb(217,147,107);
}

@media (max-width: 1200px) {.reach_outLTNZn {
    background: #ffffff;
}
}

@media (max-width: 992px) {.reach_outLTNZn {
    padding: 80px 0;
}.reach_outLTNZn .reach_linkshLUfM {
    flex-direction: column-reverse;
}.reach_outLTNZn .img_thumbnailFSCWJ {
    min-height: 350px;
    flex: 0 0 auto;
}.reach_outLTNZn .message_boxPLvXC {
    padding: 50px 40px;
    flex: 0 0 auto;
}.reach_outLTNZn .message_boxPLvXC::before {
    top: 0;
    height: 10px;
    width: 100%;
    left: 0;
}
}

@media (max-width: 768px) {.reach_outLTNZn {
    padding: 60px 0;
}.reach_outLTNZn h2 {
    font-size: calc(38px - 4px);
    margin-bottom: 40px;
}.reach_outLTNZn .message_boxPLvXC {
    padding: 40px 30px;
}.reach_outLTNZn #contact {
    gap: 25px;
}.reach_outLTNZn .img_thumbnailFSCWJ {
    min-height: 300px;
}
}

@media (max-width: 576px) {.reach_outLTNZn {
    padding: 50px 0;
}.reach_outLTNZn .container {
    padding: 0 15px;
}.reach_outLTNZn h2 {
    font-size: calc(38px - 6px);
    margin-bottom: 30px;
}.reach_outLTNZn .message_boxPLvXC {
    padding: 35px 25px;
}.reach_outLTNZn #contact {
    gap: 20px;
}.reach_outLTNZn input[type="text"] {
    padding: 15px;
}.reach_outLTNZn .connect_requestVwxno {
    padding: 15px 25px;
    width: 100%;
}.reach_outLTNZn .img_thumbnailFSCWJ {
    min-height: 250px;
}}.plan_displaypuDBV {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.plan_displaypuDBV::before {
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    z-index: 1;
    content: "";
}.plan_displaypuDBV .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.plan_displaypuDBV .trial_pricingczPow {
    display: flex;
    align-items: center;
    flex-direction: column;
}.plan_displaypuDBV h2 {
    font-size: 34px;
    position: relative;
    font-weight: 700;
    animation: float 6s ease-in-out infinite;
    color: #ffffff;
    transform: translateY(0);
    margin-bottom: 20px;
    text-align: center;
}.plan_displaypuDBV h2::after {
    background: linear-gradient(90deg, rgb(231,185,155), rgb(217,147,107));
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    left: 50%;
    height: 3px;
    content: "";
    bottom: -10px;
}.plan_displaypuDBV .edu_dealsApygc {
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    margin: 0 auto 50px;
    max-width: 800px;
    text-align: center;
    font-size: 13px;
}.plan_displaypuDBV .cert_feesKFnCi {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    width: 100%;
    margin: 0;
    list-style: none;
    gap: 30px;
}.plan_displaypuDBV .cert_feesKFnCi li {
    perspective: 1000px;
}.plan_displaypuDBV .pro_feesnwauh {
    box-sizing: border-box;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none;
    display: block;
}.plan_displaypuDBV .pro_feesnwauh:hover {
    transform: translateY(-10px) rotateY(2deg);
}.plan_displaypuDBV .study_priceTsUwM {
    height: 100%;
    display: flex;
    transition: all 0.4s ease;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    position: relative;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 35px 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    backdrop-filter: blur(5px);
    box-sizing: border-box;
}.plan_displaypuDBV .study_priceTsUwM::before {
    content: "";
    transform: scaleX(0.5);
    background: linear-gradient(90deg, rgb(231,185,155), rgb(217,147,107));
    left: 0;
    width: 100%;
    transition: transform 0.4s ease;
    top: 0;
    transform-origin: left;
    position: absolute;
    height: 5px;
}.plan_displaypuDBV .pro_feesnwauh:hover .study_priceTsUwM::before {
    transform: scaleX(1);
}.plan_displaypuDBV .learn_ratesHfenA {
    box-sizing: border-box;
    height: 100%;
    flex-direction: column;
    display: flex;
}.plan_displaypuDBV .pro_feesnwauh h4 {
    position: relative;
    font-size: calc(24px * 1.2);
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 20px;
}.plan_displaypuDBV .pro_feesnwauh h4::after {
    position: absolute;
    height: 2px;
    bottom: -10px;
    content: "";
    left: 0;
    background-color: rgb(231,185,155);
    width: 40px;
}.plan_displaypuDBV .pro_feesnwauh p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin: 0 0 25px;
    line-height: 1.6;
    white-space: normal;
    flex-grow: 1;
    color: rgb(255, 255, 255, 0.5);
    font-size: 13px;
}.plan_displaypuDBV .price_gridKjRJD {
    border-radius: 6px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(231,185,155,0.5) 0%, rgb(217,147,107,0.5) 100%);
    display: inline-block;
    color: #ffffff;
    align-self: flex-start;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-size: calc(24px * 1.4);
    font-weight: 700;
    transform: translateZ(10px);
    padding: 10px 20px;
}.plan_displaypuDBV .pro_feesnwauh:hover .price_gridKjRJD {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateZ(15px) scale(1.05);
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

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

@media (max-width: 992px) {.plan_displaypuDBV {
    padding: 80px 0;
}.plan_displaypuDBV .cert_feesKFnCi {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.plan_displaypuDBV h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.plan_displaypuDBV {
    padding: 60px 0;
}.plan_displaypuDBV .cert_feesKFnCi {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.plan_displaypuDBV .edu_dealsApygc {
    margin-bottom: 40px;
}.plan_displaypuDBV h2 {
    font-size: calc(34px * 0.8);
}.plan_displaypuDBV .study_priceTsUwM {
    padding: 30px 25px;
}
}

@media (max-width: 576px) {.plan_displaypuDBV {
    padding: 50px 0;
}.plan_displaypuDBV h2 {
    font-size: calc(34px * 0.7);
}.plan_displaypuDBV .edu_dealsApygc {
    margin-bottom: 30px;
    font-size: calc(13px * 0.9);
}.plan_displaypuDBV .study_priceTsUwM {
    padding: 25px 20px;
}.plan_displaypuDBV .pro_feesnwauh h4 {
    font-size: calc(24px * 1.1);
}.plan_displaypuDBV .pro_feesnwauh p {
    font-size: calc(13px * 0.9);
}.plan_displaypuDBV .price_gridKjRJD {
    padding: 8px 16px;
    font-size: calc(24px * 1.2);
}
}