* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.footer_caption_PrLCOAE {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.wrapping-container_NZQMbRG {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}.container {
    margin: auto;
    width: 1236px;
    max-width: 100%;
}.top_teach_OYktiJF {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    auto
contain;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_program_XCizgw4 {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(233,228,225) 0%, rgba(245, 247, 250, 0.92) 100%);
    overflow: hidden;
}.course_program_XCizgw4::before {
    background: linear-gradient(225deg, rgb(208,196,191,0.5) 0%, rgb(173,158,152,0.5) 100%);
    z-index: 1;
    content: "";
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(0);
    height: 70%;
    opacity: 0.5;
    top: -10%;
    right: -5%;
    width: 35%;
    position: absolute;
}.course_program_XCizgw4::after {
    position: absolute;
    width: 25%;
    z-index: 1;
    content: "";
    filter: blur(15px);
    bottom: -5%;
    height: 50%;
    left: -2%;
    background: linear-gradient(45deg, rgb(173,158,152,0.5) 0%, rgb(208,196,191,0.5) 100%);
    transform: rotate(10deg) translateZ(0);
    opacity: 0.4;
}.course_program_XCizgw4 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.course_program_XCizgw4 .future_skills_ihPFmpy {
    background: #ffffff;
    display: grid;
    position: relative;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    grid-template-columns: 1fr;
}.course_program_XCizgw4 .img_preview_5n3wAMp {
    height: 300px;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: top center;
    position: relative;
}.course_program_XCizgw4 .img_preview_5n3wAMp::before {
    bottom: 0;
    right: 0;
    content: "";
    top: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    left: 0;
    position: absolute;
}.course_program_XCizgw4 .img_preview_5n3wAMp::after {
    content: "";
    width: 100%;
    mix-blend-mode: overlay;
    left: 0;
    background: rgb(208,196,191);
    top: 0;
    opacity: 0.2;
    position: absolute;
    height: 100%;
}.course_program_XCizgw4 .text_banner_YvWld6s {
    padding: 2.5rem 2rem;
    transform: translateY(-40px);
    background: #ffffff;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    position: relative;
}.course_program_XCizgw4 .text_banner_YvWld6s h3 {
    position: relative;
    transform: translateY(0);
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    line-height: 1.4;
    font-weight: 700;
    font-size: calc(18px * 1.1);
    margin-bottom: 1.5rem;
    animation-delay: 0.3s;
    color: #000000;
    opacity: 0;
}.course_program_XCizgw4 .text_banner_YvWld6s h3::after {
    transform: scaleX(0);
    display: block;
    animation-delay: 0.6s;
    background: rgb(208,196,191);
    height: 3px;
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    content: "";
    transform-origin: left;
    margin-top: 1rem;
    width: 60px;
}.course_program_XCizgw4 .text_banner_YvWld6s p.description {
    margin-bottom: 1.5rem;
    animation-delay: 0.5s;
    line-height: 1.7;
    transform: translateY(20px);
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    color: #000000;
    opacity: 0;
    font-size: 16px;
}.course_program_XCizgw4 .text_banner_YvWld6s span.description {
    display: none;
}.course_program_XCizgw4 .text_banner_YvWld6s div {
    max-height: 300px;
    overflow-y: auto;
    position: relative;
    padding-right: 10px;
}.course_program_XCizgw4 .text_banner_YvWld6s div::-webkit-scrollbar {
    width: 6px;
}.course_program_XCizgw4 .text_banner_YvWld6s div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}.course_program_XCizgw4 .text_banner_YvWld6s div::-webkit-scrollbar-thumb {
    background: rgb(208,196,191,0.5);
    transition: background 0.3s ease;
}.course_program_XCizgw4 .text_banner_YvWld6s div::-webkit-scrollbar-thumb:hover {
    background: rgb(208,196,191);
}

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

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

@media (min-width: 768px) {.course_program_XCizgw4 {
    padding: 7rem 0;
}.course_program_XCizgw4 .future_skills_ihPFmpy {
    gap: 0;
    grid-template-columns: 45% 55%;
    transition: transform 0.5s ease;
    transform: perspective(1200px) rotateY(-2deg);
}.course_program_XCizgw4 .future_skills_ihPFmpy:hover {
    transform: perspective(1200px) rotateY(0deg);
}.course_program_XCizgw4 .img_preview_5n3wAMp {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course_program_XCizgw4 .text_banner_YvWld6s {
    clip-path: none;
    transform: translateY(0) translateX(-50px);
    padding: 3.5rem 3rem 3.5rem 4rem;
}.course_program_XCizgw4 .text_banner_YvWld6s h3 {
    font-size: 31px;
    margin-bottom: 2rem;
}.course_program_XCizgw4 .text_banner_YvWld6s div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_program_XCizgw4 {
    padding: 8rem 0;
}.course_program_XCizgw4 .future_skills_ihPFmpy {
    grid-template-columns: 40% 60%;
}.course_program_XCizgw4 .img_preview_5n3wAMp {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.course_program_XCizgw4 .img_preview_5n3wAMp:hover {
    transform: scale(1.03);
}.course_program_XCizgw4 .text_banner_YvWld6s {
    padding: 4rem 5rem 4rem 5rem;
    transform: translateX(-70px);
}.course_program_XCizgw4 .text_banner_YvWld6s h3 {
    margin-bottom: 2.5rem;
}.course_program_XCizgw4 .text_banner_YvWld6s div {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.course_program_XCizgw4 .future_skills_ihPFmpy {
    grid-template-columns: 45% 55%;
}.course_program_XCizgw4 .text_banner_YvWld6s {
    transform: translateX(-100px);
    padding: 5rem 6rem 5rem 7rem;
}
}

@media (max-width: 767px) {.course_program_XCizgw4 .future_skills_ihPFmpy:hover .img_preview_5n3wAMp {
    transform: scale(1.05);
}}header {
    width: 100%;
    background: linear-gradient(135deg, rgb(208,196,191,0.5), rgb(173,158,152,0.5));
    z-index: 100;
    padding: 0;
    position: relative;
}header::before {
    z-index: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    content: '';
}header .container {
    margin: 0;
    position: relative;
    max-width: 100%;
    z-index: 1;
    width: 100%;
    padding: 0 2%;
}header .top_site_xRlUyvg {
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    align-items: center;
    background: #ffffff;
    padding: 1.5rem 0;
    display: flex;
    margin: 1rem 0;
    flex-direction: column;
    position: relative;
    border-radius: 28px;
}header .top_site_xRlUyvg::before {
    background: linear-gradient(to right, rgb(208,196,191), rgb(173,158,152));
    left: 0;
    content: '';
    width: 100%;
    position: absolute;
    height: 5px;
    top: 0;
}header .top_nav_oXj6QvU {
    text-decoration: none;
    justify-content: center;
    display: flex;
    position: relative;
    padding: 0 0 1rem 0;
}header .top_nav_oXj6QvU::after {
    width: 60%;
    background: linear-gradient(to right, transparent, rgb(208,196,191,0.5), rgb(173,158,152,0.5), rgb(208,196,191,0.5), transparent);
    left: 20%;
    position: absolute;
    height: 1px;
    bottom: 0;
    content: '';
}header .top_nav_oXj6QvU svg {
    width: 180px;
    height: auto;
    transition: all 0.3s ease;
}header .top_nav_oXj6QvU:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}header .nav_sitewrap_k7V2B1O {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90%;
    padding: 1rem 2rem 0;
    gap: 0.7rem;
}header .top_master_1qQdZsB {
    font-weight: 600;
    color: #000000;
    position: relative;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    font-size: 17px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, #ffffff, rgb(233,228,225));
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 0.7rem 1.3rem;
    z-index: 1;
}header .top_master_1qQdZsB::before {
    z-index: -1;
    content: '';
    background: linear-gradient(to top, rgb(208,196,191,0.5), transparent);
    width: 100%;
    transition: height 0.3s ease;
    height: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}header .top_master_1qQdZsB:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(208,196,191);
}header .top_master_1qQdZsB:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .top_site_xRlUyvg {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .top_nav_oXj6QvU {
    padding: 0 0 0.8rem 0;
}header .top_nav_oXj6QvU svg {
    width: 160px;
}header .nav_sitewrap_k7V2B1O {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .top_master_1qQdZsB {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .top_site_xRlUyvg {
    margin: 0.6rem 0;
    padding: 1rem 0;
}header .top_nav_oXj6QvU {
    padding: 0 0 0.7rem 0;
}header .top_nav_oXj6QvU svg {
    width: 140px;
}header .nav_sitewrap_k7V2B1O {
    padding: 0.7rem 1rem 0;
    gap: 0.5rem;
    max-width: 95%;
}header .top_master_1qQdZsB {
    font-size: calc(17px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header .top_site_xRlUyvg {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .top_nav_oXj6QvU {
    padding: 0 0 0.6rem 0;
}header .top_nav_oXj6QvU svg {
    width: 120px;
}header .nav_sitewrap_k7V2B1O {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.6rem 0.5rem 0;
    justify-content: flex-start;
}header .nav_sitewrap_k7V2B1O::-webkit-scrollbar {
    height: 3px;
}header .nav_sitewrap_k7V2B1O::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,196,191);
}header .top_master_1qQdZsB {
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 3px;
}}.aspiring_learners_258KhYP {
    padding: 100px 0;
    background: linear-gradient(45deg, rgb(233,228,225) 0%, rgb(173,158,152,0.5) 100%);
    position: relative;
    overflow: hidden;
}.aspiring_learners_258KhYP::before {
    content: "";
    left: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.5;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(208,196,191,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(173,158,152,0.5) 0%, transparent 50%);
}.aspiring_learners_258KhYP::after {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(208,196,191,0.5) 0,
            rgb(208,196,191,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(173,158,152,0.5) 0,
            rgb(173,158,152,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    opacity: 0.1;
    content: "";
    width: 100%;
}.aspiring_learners_258KhYP .container {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.aspiring_learners_258KhYP .path_creators_3SZQ4rf {
    transform: translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 19px;
    flex-direction: column;
    position: relative;
    display: flex;
    backdrop-filter: blur(10px);
    overflow: hidden;
}.aspiring_learners_258KhYP .path_creators_3SZQ4rf:hover {
    transform: translateY(-10px);
}.aspiring_learners_258KhYP h4 {
    margin: 0;
    position: relative;
    background: linear-gradient(120deg, rgb(208,196,191) 0%, rgb(173,158,152) 100%);
    text-align: center;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 35px 30px;
    color: #ffffff;
    font-size: 30px;
}.aspiring_learners_258KhYP h4::before {
    width: 100%;
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.5;
}.aspiring_learners_258KhYP div {
    background: #ffffff;
    padding: 40px;
}.aspiring_learners_258KhYP div p {
    z-index: 1;
    background: #ffffff;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    line-height: 1.6;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    padding: 20px;
    overflow: hidden;
    font-size: 17px;
}.aspiring_learners_258KhYP div p:last-child {
    margin-bottom: 0;
}.aspiring_learners_258KhYP div p::before {
    height: 100%;
    transition: all 0.3s ease;
    background: linear-gradient(180deg, rgb(208,196,191), rgb(173,158,152));
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    content: "";
}.aspiring_learners_258KhYP div p::after {
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, 
        rgba(rgb(208,196,191), 0.05) 0%, 
        rgba(rgb(173,158,152), 0.05) 100%
    );
    opacity: 0;
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    left: 0;
}.aspiring_learners_258KhYP div p:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateX(5px);
    border-color: rgba(0, 0, 0, 0.1);
}.aspiring_learners_258KhYP div p:hover::before {
    width: 8px;
}.aspiring_learners_258KhYP div p:hover::after {
    opacity: 1;
}.aspiring_learners_258KhYP div p svg {
    height: 28px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
    width: 28px;
    min-width: 28px;
    margin-right: 18px;
}.aspiring_learners_258KhYP div p:hover svg {
    transform: scale(1.15);
}.aspiring_learners_258KhYP div p svg path {
    fill: rgb(208,196,191);
    transition: fill 0.3s ease;
}.aspiring_learners_258KhYP div p:hover svg path {
    fill: rgb(173,158,152);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {.aspiring_learners_258KhYP {
    padding: 80px 0;
}.aspiring_learners_258KhYP h4 {
    font-size: calc(30px - 2px);
    padding: 30px 25px;
}.aspiring_learners_258KhYP div {
    padding: 30px;
}.aspiring_learners_258KhYP div p {
    padding: 15px;
    margin-bottom: 15px;
}.aspiring_learners_258KhYP div p svg {
    margin-right: 15px;
    min-width: 24px;
    height: 24px;
    width: 24px;
}
}

@media (max-width: 767px) {.aspiring_learners_258KhYP {
    padding: 60px 0;
}.aspiring_learners_258KhYP h4 {
    font-size: calc(30px - 4px);
    padding: 25px 20px;
}.aspiring_learners_258KhYP div {
    padding: 25px 20px;
}.aspiring_learners_258KhYP div p {
    margin-bottom: 12px;
    padding: 12px 15px;
}.aspiring_learners_258KhYP div p svg {
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
    height: 20px;
}
}

@media (max-width: 479px) {.aspiring_learners_258KhYP {
    padding: 40px 0;
}.aspiring_learners_258KhYP h4 {
    padding: 20px 15px;
    font-size: calc(30px - 6px);
}.aspiring_learners_258KhYP div {
    padding: 20px 15px;
}.aspiring_learners_258KhYP div p {
    padding: 10px 12px;
    margin-bottom: 10px;
    font-size: calc(17px - 1px);
}.aspiring_learners_258KhYP div p svg {
    min-width: 18px;
    width: 18px;
    margin-right: 10px;
    height: 18px;
}}.company_overview_JKXZVrG {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.company_overview_JKXZVrG::before {
    top: 0;
    content: "";
    backdrop-filter: blur(5px);
    width: 100%;
    background: linear-gradient(135deg, rgb(208,196,191,0.5), rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
}.company_overview_JKXZVrG::after {
    right: -50px;
    content: "";
    bottom: -50px;
    z-index: 0;
    animation: pulse 8s infinite alternate ease-in-out;
    filter: blur(60px);
    width: 300px;
    border-radius: 50%;
    height: 300px;
    position: absolute;
    background: rgb(173,158,152,0.5);
}.company_overview_JKXZVrG .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.company_overview_JKXZVrG .text_banner_YvWld6s {
    transition: transform 0.5s ease-out;
    padding: 50px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    max-width: 800px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(173,158,152);
    margin-left: auto;
}.company_overview_JKXZVrG .text_banner_YvWld6s:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company_overview_JKXZVrG h5 {
    opacity: 0.9;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    position: relative;
    transition: all 0.4s ease;
    color: #ffffff;
    transform: translateX(-10px);
}.company_overview_JKXZVrG h5::after {
    transition: transform 0.5s ease;
    transform-origin: left;
    transform: scaleX(0.7);
    height: 3px;
    position: absolute;
    content: "";
    width: 40px;
    left: 0;
    bottom: -8px;
    background: rgb(173,158,152);
}.company_overview_JKXZVrG .text_banner_YvWld6s:hover h5 {
    transform: translateX(0);
    opacity: 1;
}.company_overview_JKXZVrG .text_banner_YvWld6s:hover h5::after {
    transform: scaleX(1);
}.company_overview_JKXZVrG p {
    font-size: calc(17px * 1.3);
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: 400;
}.company_overview_JKXZVrG p b {
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: calc(17px * 1.5);
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    color: rgb(173,158,152);
}.company_overview_JKXZVrG p b::before {
    width: 100%;
    left: 0;
    transform: skewX(-15deg) translateY(5px);
    height: 10px;
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    background: rgb(173,158,152,0.5);
    transition: all 0.3s ease;
}.company_overview_JKXZVrG .text_banner_YvWld6s:hover p b::before {
    height: 15px;
    transform: skewX(-15deg) translateY(3px);
}.company_overview_JKXZVrG ol {
    margin: 0;
    counter-reset: item;
    padding: 0;
}.company_overview_JKXZVrG ol li {
    margin-bottom: 15px;
    position: relative;
    text-align: justify;
    line-height: 1.8;
    font-size: 17px;
    padding-left: 0;
    color: #ffffff;
    list-style-type: none;
}.company_overview_JKXZVrG ol li::before {
    top: 0;
    position: absolute;
    opacity: 0.7;
    left: -35px;
    font-weight: 700;
    color: rgb(173,158,152);
}

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

@media (max-width: 992px) {.company_overview_JKXZVrG {
    padding: 90px 0;
}.company_overview_JKXZVrG .text_banner_YvWld6s {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.company_overview_JKXZVrG p {
    font-size: 17px;
}.company_overview_JKXZVrG p b {
    font-size: calc(17px * 1.3);
}
}

@media (max-width: 768px) {.company_overview_JKXZVrG {
    padding: 70px 0;
}.company_overview_JKXZVrG .text_banner_YvWld6s {
    transform: none;
    max-width: 100%;
    padding: 30px 25px;
}.company_overview_JKXZVrG h5 {
    font-size: calc(22px * 0.9);
}.company_overview_JKXZVrG p b {
    font-size: calc(17px * 1.2);
}.company_overview_JKXZVrG ol li {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.company_overview_JKXZVrG {
    padding: 50px 0;
}.company_overview_JKXZVrG .text_banner_YvWld6s {
    border-left-width: 3px;
    padding: 25px 20px;
}.company_overview_JKXZVrG h5 {
    font-size: calc(22px * 0.85);
    margin-bottom: 10px;
}.company_overview_JKXZVrG h5::after {
    width: 30px;
    height: 2px;
}.company_overview_JKXZVrG p {
    margin-bottom: 15px;
    font-size: calc(17px * 0.95);
}.company_overview_JKXZVrG p b {
    font-size: calc(17px * 1.15);
}.company_overview_JKXZVrG ol li {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.company_overview_JKXZVrG::after {
    height: 200px;
    right: -30px;
    bottom: -30px;
    width: 200px;
}}.educational_rewards_WzxYFO1 {
    padding: 100px 0;
    position: relative;
    background: #f7f8fa;
    overflow: hidden;
}.educational_rewards_WzxYFO1::before {
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(rgb(208,196,191,0.5), 0.05) 0%, rgba(rgb(173,158,152,0.5), 0.02) 100%);
}.educational_rewards_WzxYFO1::after {
    background: linear-gradient(to right, rgba(rgb(208,196,191,0.5), 0.05), rgba(rgb(173,158,152,0.5), 0.08));
    position: absolute;
    filter: blur(40px);
    content: "";
    z-index: 0;
    height: 400px;
    right: -200px;
    top: -200px;
    border-radius: 50%;
    width: 400px;
}.educational_rewards_WzxYFO1 .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.educational_rewards_WzxYFO1 .path_creators_3SZQ4rf {
    flex-direction: column-reverse;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 30px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    position: relative;
    border-radius: 16px;
    transform: perspective(1000px) rotateX(2deg);
    gap: 40px;
    display: flex;
}.educational_rewards_WzxYFO1 .path_creators_3SZQ4rf:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.06),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 3px 3px 6px rgba(255, 255, 255, 0.9),
        inset -3px -3px 6px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateX(0deg);
}.educational_rewards_WzxYFO1 .text_banner_YvWld6s {
    flex: 1;
    padding: 20px;
}.educational_rewards_WzxYFO1 h4 {
    animation: fadeSlideUp 0.8s forwards 0.2s;
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    line-height: 1.4;
    margin-bottom: 30px;
}.educational_rewards_WzxYFO1 h4::after {
    left: 0;
    width: 60px;
    box-shadow: 0 2px 4px rgba(rgb(208,196,191,0.5), 0.3);
    background: linear-gradient(90deg, rgb(208,196,191), rgb(173,158,152));
    position: absolute;
    bottom: -10px;
    border-radius: 2px;
    height: 4px;
    content: "";
}.educational_rewards_WzxYFO1 .text_banner_YvWld6s > div {
    display: flex;
    gap: 30px;
    flex-direction: column;
}.educational_rewards_WzxYFO1 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.educational_rewards_WzxYFO1 li {
    position: relative;
    transform: translateY(15px);
    opacity: 0;
    animation-delay: calc(0.2s + var(--li-index, 0) * 0.1s);
    animation: fadeSlideUp 0.8s forwards;
    margin-bottom: 16px;
}.educational_rewards_WzxYFO1 li:nth-child(1) {
    --li-index: 1;
}.educational_rewards_WzxYFO1 li:nth-child(2) {
    --li-index: 2;
}.educational_rewards_WzxYFO1 li:nth-child(3) {
    --li-index: 3;
}.educational_rewards_WzxYFO1 li p {
    padding: 16px;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.03),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.8),
        inset -1px -1px 2px rgba(0, 0, 0, 0.03);
    gap: 16px;
    background: linear-gradient(145deg, #f5f9ff, #ffffff);
    border-radius: 12px;
    display: flex;
    transition: all 0.3s ease;
    align-items: flex-start;
}.educational_rewards_WzxYFO1 li p:hover {
    transform: translateY(-3px);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.04),
        -10px -10px 20px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.9),
        inset -1px -1px 2px rgba(0, 0, 0, 0.04);
}.educational_rewards_WzxYFO1 li p span:first-child {
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.05),
        -4px -4px 8px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6),
        inset -1px -1px 2px rgba(0, 0, 0, 0.03);
    align-items: center;
    transition: all 0.3s ease;
    justify-content: center;
    flex-shrink: 0;
    display: flex;
    background: linear-gradient(135deg, #fcfcfc, #f0f4f9);
    height: 42px;
    width: 42px;
    border-radius: 50%;
}.educational_rewards_WzxYFO1 li p:hover span:first-child {
    transform: rotate(10deg);
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.06),
        -5px -5px 10px rgba(255, 255, 255, 1),
        inset 1px 1px 2px rgba(255, 255, 255, 0.7),
        inset -1px -1px 2px rgba(0, 0, 0, 0.04);
}.educational_rewards_WzxYFO1 li p span:last-child {
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
}.educational_rewards_WzxYFO1 svg {
    transform: scale(0.85);
    width: 24px;
    transition: transform 0.3s ease;
    height: 24px;
}.educational_rewards_WzxYFO1 li p:hover svg {
    transform: scale(0.95) rotate(5deg);
}.educational_rewards_WzxYFO1 svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,196,191);
}.educational_rewards_WzxYFO1 li p:hover svg path {
    fill: rgb(173,158,152);
}.educational_rewards_WzxYFO1 .img_preview_5n3wAMp {
    height: auto;
    transform: perspective(1000px) rotateY(-3deg) translateZ(20px);
    aspect-ratio: 16/9;
    animation: fadeIn 1s forwards 0.6s;
    transition: all 0.5s ease;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
    opacity: 0;
}.educational_rewards_WzxYFO1 .path_creators_3SZQ4rf:hover .img_preview_5n3wAMp {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}

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

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

@media (min-width: 768px) {.educational_rewards_WzxYFO1 .path_creators_3SZQ4rf {
    align-items: center;
    flex-direction: row;
    padding: 40px;
}.educational_rewards_WzxYFO1 .text_banner_YvWld6s {
    padding: 30px 40px 30px 0;
}.educational_rewards_WzxYFO1 h4 {
    font-size: 32px;
    margin-bottom: 40px;
}.educational_rewards_WzxYFO1 .text_banner_YvWld6s > div {
    gap: 40px;
    flex-direction: row;
}.educational_rewards_WzxYFO1 .img_preview_5n3wAMp {
    object-position: center;
    width: 45%;
    height: 400px;
}
}

@media (min-width: 992px) {.educational_rewards_WzxYFO1 {
    padding: 120px 0;
}.educational_rewards_WzxYFO1 .path_creators_3SZQ4rf {
    padding: 60px;
    gap: 60px;
}.educational_rewards_WzxYFO1 h4 {
    font-size: 36px;
}.educational_rewards_WzxYFO1 li p {
    padding: 20px;
}.educational_rewards_WzxYFO1 .img_preview_5n3wAMp {
    height: 450px;
}
}

@media (max-width: 767px) {.educational_rewards_WzxYFO1 {
    padding: 60px 0;
}.educational_rewards_WzxYFO1 h4 {
    font-size: 24px;
}.educational_rewards_WzxYFO1 .text_banner_YvWld6s > div > ul {
    margin-bottom: 20px;
}.educational_rewards_WzxYFO1 .img_preview_5n3wAMp {
    height: 250px;
}
}

@media (max-width: 480px) {.educational_rewards_WzxYFO1 .path_creators_3SZQ4rf {
    padding: 20px;
}.educational_rewards_WzxYFO1 .text_banner_YvWld6s {
    padding: 10px;
}.educational_rewards_WzxYFO1 h4 {
    font-size: 22px;
}.educational_rewards_WzxYFO1 li p {
    padding: 12px;
}.educational_rewards_WzxYFO1 svg {
    width: 20px;
    height: 20px;
}.educational_rewards_WzxYFO1 .img_preview_5n3wAMp {
    height: 200px;
}}.price_deck_grid_2ucHtb6 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(233,228,225), rgba(240, 240, 255, 0.95));
}.price_deck_grid_2ucHtb6::before {
    opacity: 0.4;
    z-index: 0;
    right: -5%;
    background: linear-gradient(145deg, rgb(208,196,191,0.5), rgb(173,158,152,0.5));
    filter: blur(60px);
    top: -10%;
    width: 40%;
    transform: rotate(-15deg) skewX(15deg);
    height: 70%;
    position: absolute;
    content: "";
}.price_deck_grid_2ucHtb6::after {
    height: 60%;
    width: 35%;
    content: "";
    position: absolute;
    background: linear-gradient(215deg, rgb(173,158,152,0.5), rgb(208,196,191,0.5));
    transform: rotate(12deg) skewX(-10deg);
    bottom: -10%;
    left: -5%;
    z-index: 0;
    filter: blur(50px);
    opacity: 0.3;
}.price_deck_grid_2ucHtb6 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1320px;
    z-index: 1;
}.price_deck_grid_2ucHtb6 .payment_option_Z93rLY0 {
    gap: 60px;
    grid-template-columns: 1fr;
    display: grid;
}.price_deck_grid_2ucHtb6 .pricing_offers_K2z9tjl {
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    opacity: 0;
    transform: translateY(30px);
}.price_deck_grid_2ucHtb6 .pricing_offers_K2z9tjl h2 {
    font-weight: 700;
    font-size: 37px;
    color: #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}.price_deck_grid_2ucHtb6 .pricing_offers_K2z9tjl h2::after {
    content: "";
    left: 50%;
    position: absolute;
    width: 80px;
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(208,196,191), rgb(173,158,152));
    bottom: -12px;
    border-radius: 10px;
}.price_deck_grid_2ucHtb6 .learn_price_fL1QXYP {
    max-width: 680px;
    line-height: 1.6;
    font-size: 15px;
    margin: 20px auto 0;
    color: #000000;
}.price_deck_grid_2ucHtb6 .qtr_cost_62If8K1 {
    grid-template-columns: 1fr;
    gap: 30px;
    transform: translateY(40px);
    display: grid;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
}.price_deck_grid_2ucHtb6 .discount_tier_tbZwgLC {
    display: block;
    text-decoration: none;
    backface-visibility: hidden;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
}.price_deck_grid_2ucHtb6 .pro_fees_Pdol8Ht {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    will-change: transform, box-shadow;
    height: 100%;
    background: #ffffff;
    flex-direction: column;
    border-radius: 8px;
    position: relative;
    display: flex;
}.price_deck_grid_2ucHtb6 .discount_tier_tbZwgLC:hover .pro_fees_Pdol8Ht {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
}.price_deck_grid_2ucHtb6 .price_view_uGOIJSp {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 35px 30px;
}.price_deck_grid_2ucHtb6 .price_view_uGOIJSp h3 {
    margin-bottom: 15px;
    position: relative;
    font-size: calc(22px + 2px);
    padding-left: 15px;
    word-break: break-word;
    color: #000000;
    white-space: normal;
    font-weight: 700;
    overflow-wrap: break-word;
}.price_deck_grid_2ucHtb6 .price_view_uGOIJSp h3::before {
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(208,196,191), rgb(173,158,152));
    border-radius: 10px;
    top: 5px;
    width: 4px;
    content: "";
    height: calc(100% - 10px);
}.price_deck_grid_2ucHtb6 .pricing_pack_uKUDjvx {
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    border-radius: 6px;
    font-weight: 700;
    position: relative;
    margin: 5px 0 20px;
    font-size: calc(22px + 4px);
    padding: 8px 15px;
    color: rgb(208,196,191);
    display: inline-block;
}.price_deck_grid_2ucHtb6 .price_view_uGOIJSp p {
    margin-bottom: 10px;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 15px;
    word-break: break-word;
    flex-grow: 1;
    margin-top: 5px;
    line-height: 1.6;
    white-space: normal;
}.price_deck_grid_2ucHtb6 .img_preview_5n3wAMp {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 220px;
    position: relative;
    width: 100%;
    overflow: hidden;
}.price_deck_grid_2ucHtb6 .img_preview_5n3wAMp::after {
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    content: "";
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
}.price_deck_grid_2ucHtb6 .discount_tier_tbZwgLC:hover .img_preview_5n3wAMp {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.price_deck_grid_2ucHtb6 .qtr_cost_62If8K1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.price_deck_grid_2ucHtb6 .payment_option_Z93rLY0 {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.price_deck_grid_2ucHtb6 .payment_option_Z93rLY0 {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}.price_deck_grid_2ucHtb6 .pricing_offers_K2z9tjl {
    text-align: left;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
}.price_deck_grid_2ucHtb6 .pricing_offers_K2z9tjl h2 {
    display: inline-block;
}.price_deck_grid_2ucHtb6 .pricing_offers_K2z9tjl h2::after {
    transform: none;
    left: 0;
}.price_deck_grid_2ucHtb6 .learn_price_fL1QXYP {
    margin: 25px 0 0;
}.price_deck_grid_2ucHtb6 .qtr_cost_62If8K1 {
    grid-column: 1;
    grid-template-columns: repeat(2, 1fr);
    grid-row: 1;
}
}

@media (min-width: 1200px) {.price_deck_grid_2ucHtb6 .qtr_cost_62If8K1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.price_deck_grid_2ucHtb6 .price_view_uGOIJSp {
    padding: 40px 35px;
}.price_deck_grid_2ucHtb6 .img_preview_5n3wAMp {
    height: 240px;
}
}

@media (max-width: 767px) {.price_deck_grid_2ucHtb6 {
    padding: 80px 0;
}.price_deck_grid_2ucHtb6 .pricing_offers_K2z9tjl {
    margin-bottom: 20px;
}.price_deck_grid_2ucHtb6 .pro_fees_Pdol8Ht {
    max-width: 100%;
}.price_deck_grid_2ucHtb6 .price_view_uGOIJSp {
    padding: 30px 25px;
}.price_deck_grid_2ucHtb6 .price_view_uGOIJSp h3 {
    font-size: calc(22px + 1px);
}.price_deck_grid_2ucHtb6 .pricing_pack_uKUDjvx {
    font-size: 22px;
    margin: 0 0 15px;
}.price_deck_grid_2ucHtb6 .img_preview_5n3wAMp {
    height: 200px;
}
}

@media (max-width: 480px) {.price_deck_grid_2ucHtb6 {
    padding: 60px 0;
}.price_deck_grid_2ucHtb6 .price_view_uGOIJSp {
    padding: 25px 20px;
}.price_deck_grid_2ucHtb6 .img_preview_5n3wAMp {
    height: 180px;
}}.cookie_overlay_alert_wBfCbdL {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 90;
    background: rgb(233,228,225);
    border-top: 2px solid rgb(208,196,191);
}.privacy_ctrl_gey0C3G {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.cookie_overlay_alert_wBfCbdL h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#cookieWarningPanel_LAKZMw0 {
    display: none;
}#cookieWarningPanel_LAKZMw0:checked ~ .cookie_overlay_alert_wBfCbdL {
    visibility: hidden;
    opacity: 0;
}.cookie_overlay_alert_wBfCbdL p {
    font-size: 18px;
}.consent_comply_lpq7cEs {
    margin-right: 10px;
    flex-shrink: 0;
}.consent_comply_lpq7cEs svg, .consent_comply_lpq7cEs svg path, .consent_comply_lpq7cEs img {
    fill: rgb(208,196,191);
    height: 100px;
    width: 100px;
}.cookie_screen_r24ajP6 {
    min-width: 120px;
    cursor: pointer;
    line-height: 35px;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(208,196,191);
    margin-left: 10px;
    color: rgb(208,196,191);
    font-size: 24px;
}.cookie_overlay_alert_wBfCbdL p a {
    text-decoration: none;
    color: rgb(208,196,191);
}
@media only screen and (max-width: 1200px) {.cookie_overlay_alert_wBfCbdL {
    padding: 20px;
}}

.wrapping-container_NZQMbRG .cookie_overlay_alert_wBfCbdL {
    background: rgb(173,158,152);
    box-shadow: rgb(173,158,152,0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
}.wrapping-container_NZQMbRG .cookie_screen_r24ajP6 {
    margin-left: 30px;
    font-size: 20px;
    color: #ffffff;
    background: rgb(208,196,191);
    font-weight: 400;
    border: none;
    padding: 10px;
}.wrapping-container_NZQMbRG .track_cookies_hcEYnZI h5, .wrapping-container_NZQMbRG .track_cookies_hcEYnZI p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.consent_comply_lpq7cEs {
    display: none;
}.privacy_ctrl_gey0C3G {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_overlay_alert_wBfCbdL h5 {
    text-align: center;
}.cookie_overlay_alert_wBfCbdL p {
    text-align: center;
}.track_cookies_hcEYnZI {
    margin-bottom: 20px;
}body .wrapping-container_NZQMbRG .cookie_screen_r24ajP6 {
    margin-left: 0;
    margin-bottom: 10px;
}}.contacts_PVaogAk {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(233,228,225) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}.contacts_PVaogAk::before {
    left: 0;
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 90% 20%, rgb(208,196,191,0.5) 0%, transparent 30%),
        linear-gradient(60deg, transparent 0%, rgb(173,158,152,0.5) 30%, transparent 70%);
    opacity: 0.1;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    width: 100%;
    z-index: 0;
    content: "";
    position: absolute;
}.contacts_PVaogAk::after {
    transform: rotate(-15deg);
    border: 2px solid rgb(208,196,191,0.5);
    z-index: 0;
    bottom: -40px;
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -40px;
}.contacts_PVaogAk .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.contacts_PVaogAk .reach_experts_c79nOzr {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05), 0 2px 10px rgba(0,0,0,0.02);
    padding: 3rem;
    position: relative;
}.contacts_PVaogAk .reach_experts_c79nOzr:hover {
    transform: translateY(-5px);
}.contacts_PVaogAk .reach_experts_c79nOzr::before {
    width: 5px;
    background: linear-gradient(to bottom, rgb(208,196,191), rgb(173,158,152));
    position: absolute;
    content: "";
    left: 0;
    height: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
}.contacts_PVaogAk .reach_experts_c79nOzr:hover::before {
    height: 100%;
}.contacts_PVaogAk h3 {
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 1.5rem;
}.contacts_PVaogAk h3::after {
    width: 40%;
    height: 3px;
    position: absolute;
    transition: width 0.4s ease;
    background: linear-gradient(90deg, rgb(208,196,191) 0%, rgb(173,158,152) 100%);
    left: 0;
    content: "";
    bottom: -8px;
}.contacts_PVaogAk .reach_experts_c79nOzr:hover h3::after {
    width: 80%;
}.contacts_PVaogAk h5 {
    align-items: center;
    margin-top: 1.5rem;
    font-size: 24px;
    display: flex;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #000000;
    gap: 8px;
}.contacts_PVaogAk p {
    font-size: 15px;
    line-height: 1.6;
    max-width: 90%;
    margin-bottom: 1rem;
    color: #000000;
}.contacts_PVaogAk .join_conversation_k6IfUSD {
    display: flex;
    gap: 1rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
}.contacts_PVaogAk .get_assistance_OXusBxV {
    align-items: center;
    color: #000000;
    border-left: 2px solid transparent;
    padding: 10px 15px;
    font-size: 15px;
    background: rgba(245, 245, 245, 0.6);
    gap: 8px;
    transition: all 0.3s ease;
    font-weight: 400;
    display: flex;
    text-decoration: none;
}.contacts_PVaogAk .get_assistance_OXusBxV:hover {
    background: rgba(245, 245, 245, 1);
    transform: translateX(5px);
    border-left: 2px solid rgb(208,196,191);
}.contacts_PVaogAk svg {
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
}.contacts_PVaogAk .get_assistance_OXusBxV:hover svg {
    transform: scale(1.1);
}.contacts_PVaogAk svg path {
    fill: rgb(208,196,191);
    transition: fill 0.3s ease;
}.contacts_PVaogAk .get_assistance_OXusBxV:hover svg path {
    fill: rgb(173,158,152);
}

@media (min-width: 768px) {.contacts_PVaogAk .reach_experts_c79nOzr {
    grid-template-columns: 1fr;
    padding: 4rem;
    display: grid;
    gap: 1.5rem;
}.contacts_PVaogAk h3 {
    margin-bottom: 2rem;
    font-size: calc(38px * 1.1);
}.contacts_PVaogAk .join_conversation_k6IfUSD {
    flex-direction: row;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}.contacts_PVaogAk .get_assistance_OXusBxV {
    padding: 12px 20px;
}
}

@media (min-width: 992px) {.contacts_PVaogAk {
    padding: 7rem 0;
}.contacts_PVaogAk .reach_experts_c79nOzr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.contacts_PVaogAk .reach_experts_c79nOzr > div:first-of-type {
    grid-column: 1 / -1;
}.contacts_PVaogAk h3 {
    grid-column: 1 / -1;
}.contacts_PVaogAk .join_conversation_k6IfUSD {
    grid-column: 1 / -1;
}.contacts_PVaogAk .get_assistance_OXusBxV {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.contacts_PVaogAk .get_assistance_OXusBxV:hover {
    transform: translateX(8px);
}
}

@media (max-width: 767px) {.contacts_PVaogAk {
    padding: 4rem 0;
}.contacts_PVaogAk .reach_experts_c79nOzr {
    padding: 2rem;
}.contacts_PVaogAk h3 {
    font-size: calc(38px * 0.9);
}.contacts_PVaogAk p {
    max-width: 100%;
}.contacts_PVaogAk .join_conversation_k6IfUSD li {
    width: 100%;
}.contacts_PVaogAk .get_assistance_OXusBxV {
    padding: 10px;
}
}

@media (max-width: 480px) {.contacts_PVaogAk {
    padding: 3rem 0;
}.contacts_PVaogAk .reach_experts_c79nOzr {
    padding: 1.5rem;
}.contacts_PVaogAk h3 {
    font-size: calc(38px * 0.8);
}.contacts_PVaogAk .get_assistance_OXusBxV {
    font-size: calc(15px * 0.9);
}}.welcome_page_PMOox4X {
    justify-content: center;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(233,228,225) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    align-items: center;
    padding: 80px 20px;
}.welcome_page_PMOox4X::before {
    right: 0;
    content: "";
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(208,196,191,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(173,158,152,0.5) 0%, transparent 70%);
    z-index: 1;
    bottom: 0;
    top: 0;
    left: 0;
    opacity: 0.05;
    position: absolute;
}.welcome_page_PMOox4X::after {
    top: 0;
    opacity: 0.03;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    background-image: repeating-linear-gradient(
    45deg,
    rgb(208,196,191) 0,
    rgb(208,196,191) 1px,
    transparent 1px,
    transparent 20px
  );
    content: "";
}.welcome_page_PMOox4X > div {
    position: relative;
    transition: transform 0.5s ease;
    width: 100%;
    max-width: 1200px;
    gap: 60px;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    display: flex;
}.welcome_page_PMOox4X > div:hover {
    transform: perspective(1000px) rotateX(0deg);
}.welcome_page_PMOox4X > div > div:first-child {
    animation: slideIn 0.8s ease-out forwards;
    text-align: left;
    padding-left: 5%;
}.welcome_page_PMOox4X .edu_skill_lnRZtDK {
    font-weight: 700;
    position: relative;
    font-size: calc(38px * 1.2);
    transform: translateY(0);
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: rgb(208,196,191);
    transition: transform 0.4s ease;
    margin-bottom: 25px;
}.welcome_page_PMOox4X .edu_skill_lnRZtDK::after {
    transform-origin: left;
    content: "";
    left: 0;
    transform: scaleX(0);
    width: 80px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(208,196,191) 0%, rgb(173,158,152) 100%);
    animation: expandLine 0.6s 0.8s forwards ease-out;
    position: absolute;
    height: 4px;
}.welcome_page_PMOox4X .edu_skill_lnRZtDK:hover {
    transform: translateY(-5px);
}.welcome_page_PMOox4X p {
    margin-top: 15px;
    animation: fadeIn 1s 0.4s forwards;
    max-width: 85%;
    opacity: 0;
    position: relative;
    line-height: 1.7;
    font-size: calc(15px * 1.1);
    font-weight: 400;
    color: #000000;
}.welcome_page_PMOox4X .page_intro_pLtyIV4 {
    transform: translateY(30px);
    animation: riseUp 0.8s 0.6s forwards ease-out;
    position: relative;
    opacity: 0;
    width: 100%;
    margin-top: 20px;
}.welcome_page_PMOox4X .learn_spot_7qKUPyT {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    align-items: flex-end;
    width: 100%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    display: flex;
    min-height: 380px;
    position: relative;
    overflow: hidden;
}.welcome_page_PMOox4X .learn_spot_7qKUPyT::before {
    opacity: 0.8;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    transition: opacity 0.4s ease;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
}.welcome_page_PMOox4X .learn_spot_7qKUPyT:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}.welcome_page_PMOox4X .learn_spot_7qKUPyT:hover::before {
    opacity: 0.7;
}.welcome_page_PMOox4X .learn_spot_7qKUPyT span {
    width: 100%;
    padding: 30px;
    z-index: 2;
    position: relative;
}.welcome_page_PMOox4X .learn_spot_7qKUPyT h3 {
    transition: transform 0.4s ease;
    font-size: calc(19px * 1.1);
    font-weight: 600;
    margin: 0;
    position: relative;
    transform: translateY(10px);
    line-height: 1.5;
    color: #ffffff;
}.welcome_page_PMOox4X .learn_spot_7qKUPyT:hover h3 {
    transform: translateY(0);
}

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

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

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

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

@media (min-width: 768px) {.welcome_page_PMOox4X > div {
    align-items: center;
    flex-direction: row;
}.welcome_page_PMOox4X > div > div:first-child {
    padding-right: 5%;
    flex: 1;
}.welcome_page_PMOox4X .page_intro_pLtyIV4 {
    flex: 1.2;
    margin-top: 0;
}.welcome_page_PMOox4X .edu_skill_lnRZtDK {
    font-size: calc(38px * 1.4);
}.welcome_page_PMOox4X .learn_spot_7qKUPyT {
    min-height: 450px;
}
}

@media (max-width: 767px) {.welcome_page_PMOox4X {
    padding: 60px 15px;
}.welcome_page_PMOox4X > div {
    gap: 40px;
}.welcome_page_PMOox4X .edu_skill_lnRZtDK {
    font-size: calc(38px * 1.1);
}.welcome_page_PMOox4X p {
    max-width: 100%;
    font-size: 15px;
}.welcome_page_PMOox4X .learn_spot_7qKUPyT h3 {
    font-size: 19px;
}
}

@media (max-width: 480px) {.welcome_page_PMOox4X {
    padding: 40px 15px;
}.welcome_page_PMOox4X > div {
    gap: 30px;
}.welcome_page_PMOox4X .edu_skill_lnRZtDK {
    font-size: 34px;
}.welcome_page_PMOox4X .learn_spot_7qKUPyT {
    min-height: 320px;
}.welcome_page_PMOox4X .learn_spot_7qKUPyT span {
    padding: 20px;
}}.contact_form_box_SIW0R7s {
    overflow: hidden;
    padding: 6rem 0;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(
        225deg, 
        rgb(233,228,225) 0%, 
        rgb(173,158,152,0.5) 100%
    );
}.contact_form_box_SIW0R7s::before {
    top: 0;
    content: '';
    z-index: 1;
    pointer-events: none;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}.contact_form_box_SIW0R7s::after {
    height: 200%;
    content: '';
    background: radial-gradient(
        circle at center, 
        rgb(208,196,191,0.5) 0%, 
        transparent 70%
    );
    animation: circuit-pulse 10s infinite alternate;
    left: -50%;
    position: absolute;
    width: 200%;
    z-index: 2;
    top: -50%;
    opacity: 0.6;
}.contact_form_box_SIW0R7s .container {
    z-index: 3;
    margin: 0 auto;
    position: relative;
    padding: 0 1rem;
    max-width: 1300px;
}.contact_form_box_SIW0R7s h2 {
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.1em;
    position: relative;
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-size: 39px;
    font-weight: 700;
}.contact_form_box_SIW0R7s h2::before,
.contact_form_box_SIW0R7s h2::after {
    height: 2px;
    bottom: -0.5rem;
    content: '';
    position: absolute;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(208,196,191), 
        transparent
    );
}.contact_form_box_SIW0R7s h2::before {
    width: 30%;
    left: 0;
}.contact_form_box_SIW0R7s h2::after {
    right: 0;
    width: 30%;
}.contact_form_box_SIW0R7s .inquiry_support_Vu8ZHWf {
    background: rgb(173,158,152,0.5);
    align-items: stretch;
    border-radius: 27px;
    transition: transform 0.3s ease;
    border: 1px solid rgb(208,196,191,0.5);
    display: flex;
    transform: rotateX(5deg) scale(0.98);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
}.contact_form_box_SIW0R7s .inquiry_support_Vu8ZHWf:hover {
    transform: rotateX(0) scale(1);
}.contact_form_box_SIW0R7s .img_preview_5n3wAMp {
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
    overflow: hidden;
}.contact_form_box_SIW0R7s .img_preview_5n3wAMp::before {
    content: '';
    left: 0;
    background: linear-gradient(
        135deg, 
        rgb(208,196,191,0.5) 0%, 
        rgb(173,158,152,0.5) 100%
    );
    height: 100%;
    opacity: 0.7;
    mix-blend-mode: color-dodge;
    width: 100%;
    position: absolute;
    top: 0;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 {
    flex-direction: column;
    flex: 0 0 60%;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 4rem 3rem;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0::before {
    animation: signal-pulse 2s infinite alternate;
    content: '';
    height: 10px;
    background: rgb(208,196,191);
    width: 10px;
    top: 2rem;
    border-radius: 50%;
    right: 2rem;
    box-shadow: 0 0 20px rgb(208,196,191);
    position: absolute;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 form {
    z-index: 3;
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 500px;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 h3 {
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 34px;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 input:not([type="checkbox"]):not([type="submit"]) {
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    color: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    position: relative;
    border: 1px solid rgb(208,196,191,0.5);
    z-index: 2;
    font-size: 12px;
    width: 100%;
    background: rgb(173,158,152,0.5);
    outline: none;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 input:not([type="checkbox"]):not([type="submit"])::before {
    opacity: 0;
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
    z-index: 1;
    transition: opacity 0.3s ease;
    top: 0;
    height: 100%;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(208,196,191,0.5) 100%
    );
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(208,196,191,0.5);
    border-color: rgb(208,196,191);
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 .feedback_form_lDYE3Oc {
    margin-bottom: 1.5rem;
    align-items: center;
    display: flex;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 .feedback_form_lDYE3Oc input[type="checkbox"] {
    appearance: none;
    width: 22px;
    position: relative;
    height: 22px;
    border-radius: 10px;
    margin-right: 1rem;
    background: rgb(173,158,152,0.5);
    border: 2px solid rgb(208,196,191,0.5);
    transition: all 0.3s ease;
    cursor: pointer;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 .feedback_form_lDYE3Oc input[type="checkbox"]:checked {
    border-color: rgb(208,196,191);
    background: rgb(208,196,191);
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 .feedback_form_lDYE3Oc input[type="checkbox"]:checked::after {
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    top: 50%;
    font-size: 0.8rem;
    content: '✔';
    position: absolute;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 .feedback_form_lDYE3Oc label {
    color: #ffffff;
    display: flex;
    font-size: 12px;
    align-items: center;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 .feedback_form_lDYE3Oc a {
    margin-left: 0.3rem;
    transition: color 0.3s ease;
    color: rgb(208,196,191);
    text-decoration: none;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 .feedback_form_lDYE3Oc a:hover {
    text-decoration: underline;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 .request_query_aQ6mNub {
    letter-spacing: 0.1em;
    padding: 1rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 16px;
    position: relative;
    border: none;
    cursor: pointer;
    background: rgb(208,196,191);
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
    color: #ffffff;
    overflow: hidden;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 .request_query_aQ6mNub::before {
    left: -100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(208,196,191,0.5), 
        transparent
    );
    top: 0;
    content: '';
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    height: 100%;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 .request_query_aQ6mNub:hover::before {
    left: 100%;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 .request_query_aQ6mNub:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(208,196,191,0.5);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.contact_form_box_SIW0R7s .inquiry_support_Vu8ZHWf {
    transform: none;
    flex-direction: column;
}.contact_form_box_SIW0R7s .img_preview_5n3wAMp {
    min-height: 300px;
    flex: 0 0 100%;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact_form_box_SIW0R7s {
    padding: 3rem 0;
}.contact_form_box_SIW0R7s h2 {
    margin-bottom: 2rem;
    font-size: calc(39px * 0.8);
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 h3 {
    font-size: calc(34px * 0.9);
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 .feedback_form_lDYE3Oc {
    align-items: flex-start;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 .feedback_form_lDYE3Oc input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact_form_box_SIW0R7s .inquiry_support_Vu8ZHWf {
    border-radius: 0;
}.contact_form_box_SIW0R7s .img_preview_5n3wAMp {
    min-height: 250px;
}.contact_form_box_SIW0R7s .feedback_map_zYHRFc0 {
    padding: 2rem 1.5rem;
}}.gratFrame_URIOQBD {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,228,225) 0%, rgb(173,158,152,0.5) 100%);
}.gratFrame_URIOQBD::before {
    background: rgb(208,196,191,0.5);
    content: "";
    width: 300px;
    right: -50px;
    height: 300px;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    z-index: 0;
    filter: blur(80px);
    top: -50px;
}.gratFrame_URIOQBD::after {
    filter: blur(100px);
    width: 500px;
    bottom: -100px;
    content: "";
    background: rgb(173,158,152,0.5);
    animation: float 20s ease-in-out infinite alternate;
    height: 500px;
    z-index: 0;
    left: -100px;
    position: absolute;
}.gratFrame_URIOQBD .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.gratFrame_URIOQBD h2 {
    line-height: 1.3;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000000;
    font-size: 32px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-family: Arial, sans-serif;
}.gratFrame_URIOQBD h2::before {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(208,196,191) 0%, rgb(173,158,152) 100%);
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    height: 5px;
    width: 80px;
    top: -15px;
    content: "";
    left: 0;
    transform: scaleX(0);
    position: absolute;
}.gratFrame_URIOQBD .path_creators_3SZQ4rf {
    transform: translateY(30px);
    opacity: 0;
    padding: 50px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
    background: #ffffff;
}.gratFrame_URIOQBD .path_creators_3SZQ4rf::before {
    width: 6px;
    left: 0;
    transform: scaleY(0);
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
    background: linear-gradient(to bottom, rgb(208,196,191), rgb(173,158,152));
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    transform-origin: top;
}.gratFrame_URIOQBD .path_creators_3SZQ4rf::after {
    position: absolute;
    content: "";
    z-index: 1;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(rgb(173,158,152,0.5), 0.05));
    top: 0;
    width: 30%;
    height: 100%;
}.gratFrame_URIOQBD ul {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
}.gratFrame_URIOQBD li {
    padding-left: 30px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateX(20px);
    animation: slideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
    position: relative;
}.gratFrame_URIOQBD li::before {
    border-radius: 50%;
    position: absolute;
    left: 0;
    transform: scale(0);
    top: 8px;
    animation: pulse 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s forwards;
    content: "";
    width: 10px;
    background: rgb(208,196,191);
    height: 10px;
}.gratFrame_URIOQBD li span {
    position: relative;
    font-size: calc(18px * 1.05);
    font-weight: 400;
    transition: transform 0.3s ease;
    display: block;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    transform: translateY(0);
    color: #000000;
}

@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) {.gratFrame_URIOQBD {
    padding: 100px 0;
}.gratFrame_URIOQBD h2 {
    font-size: calc(32px * 0.9);
}.gratFrame_URIOQBD .path_creators_3SZQ4rf {
    padding: 40px;
}
}

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

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

@media (max-width: 576px) {.gratFrame_URIOQBD {
    padding: 60px 0;
}.gratFrame_URIOQBD h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 20px;
}.gratFrame_URIOQBD .path_creators_3SZQ4rf {
    padding: 25px 20px;
}.gratFrame_URIOQBD li {
    padding-left: 20px;
}.gratFrame_URIOQBD li::before {
    height: 8px;
    top: 6px;
    width: 8px;
}.gratFrame_URIOQBD li span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.secure_vault_K0H4IzL {
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
}.secure_vault_K0H4IzL h1 {
    font-family: Arial, sans-serif;
    color: rgb(208,196,191);
    font-size: 45px;
    font-weight: 700;
    border-bottom: 2px solid rgb(208,196,191);
    padding-bottom: 10px;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
}.secure_vault_K0H4IzL h2 {
    text-align: left;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgb(173,158,152);
    margin-top: 25px;
    font-size: 35px;
    color: rgb(173,158,152);
    padding-bottom: 5px;
}.secure_vault_K0H4IzL h3, .secure_vault_K0H4IzL h4, .secure_vault_K0H4IzL h5, .secure_vault_K0H4IzL h6 {
    font-size: 18px;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #000000;
    font-weight: 400;
}.secure_vault_K0H4IzL ul, .secure_vault_K0H4IzL ol {
    font-family: Arial, sans-serif;
    color: #000000;
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    padding: 10px 0;
    list-style-position: inside;
}.secure_vault_K0H4IzL li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}.secure_vault_K0H4IzL li::before {
    position: absolute;
    font-size: 1.2em;
    line-height: 1em;
    content: "•";
    color: rgb(208,196,191);
    top: 0;
    left: 0;
}.secure_vault_K0H4IzL section {
    background: none;
}.secure_vault_K0H4IzL p, .secure_vault_K0H4IzL span, .secure_vault_K0H4IzL div {
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.5;
}

@media only screen and (max-width: 800px) {.secure_vault_K0H4IzL {
    padding: 20px 10px;
}.secure_vault_K0H4IzL h1 {
    margin-top: 20px;
    font-size: calc(18px - 4px);
    margin-bottom: 15px;
}.secure_vault_K0H4IzL h2 {
    margin-bottom: 10px;
    font-size: calc(18px - 4px);
    margin-top: 20px;
}.secure_vault_K0H4IzL ul, .secure_vault_K0H4IzL ol {
    padding-left: 10px;
}.secure_vault_K0H4IzL li {
    padding-left: 15px;
}}.education_history_2cgeqy7 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,228,225) 0%, rgba(240, 242, 245, 0.9) 100%);
}.education_history_2cgeqy7::before {
    background-image: 
        linear-gradient(30deg, rgb(208,196,191,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(208,196,191,0.5) 1px, transparent 1px);
    z-index: 0;
    left: 0;
    opacity: 0.05;
    width: 100%;
    background-size: 60px 60px;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    pointer-events: none;
}.education_history_2cgeqy7::after {
    height: 70%;
    z-index: 0;
    transform: rotate(-15deg);
    opacity: 0.1;
    filter: blur(80px);
    content: "";
    background: rgb(173,158,152,0.5);
    right: -10%;
    width: 50%;
    top: -20%;
    position: absolute;
}.education_history_2cgeqy7 .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.education_history_2cgeqy7 .student_ratings_TcZCVAk {
    border: 1px solid rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    position: relative;
    padding: 40px;
    gap: 35px;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05), 
                0 5px 20px rgba(0, 0, 0, 0.02);
}.education_history_2cgeqy7 .student_ratings_TcZCVAk:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 30px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.education_history_2cgeqy7 .student_ratings_TcZCVAk > div:first-child {
    align-items: center;
    justify-content: center;
    display: flex;
}.education_history_2cgeqy7 .img_preview_5n3wAMp {
    border-radius: 2px;
    width: 180px;
    height: 180px;
    transform: translateZ(30px);
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.education_history_2cgeqy7 .student_ratings_TcZCVAk:hover .img_preview_5n3wAMp {
    transform: translateZ(40px) translateY(-10px);
}.education_history_2cgeqy7 .img_preview_5n3wAMp::before {
    left: 12px;
    opacity: 0.2;
    transition: all 0.4s ease;
    border: 2px solid rgb(208,196,191);
    right: -12px;
    top: 12px;
    z-index: -1;
    content: "";
    position: absolute;
    bottom: -12px;
}.education_history_2cgeqy7 .student_ratings_TcZCVAk:hover .img_preview_5n3wAMp::before {
    bottom: -18px;
    left: 18px;
    top: 18px;
    right: -18px;
    opacity: 0.3;
}.education_history_2cgeqy7 .name {
    position: relative;
    margin-bottom: 12px;
    font-weight: 700;
    display: inline-block;
    font-size: 24px;
    color: #000000;
}.education_history_2cgeqy7 .name::after {
    content: "";
    position: absolute;
    transform-origin: left;
    transform: scaleX(0.6);
    bottom: -6px;
    width: 40px;
    height: 3px;
    background: rgb(208,196,191);
    left: 0;
    transition: transform 0.5s ease;
}.education_history_2cgeqy7 .student_ratings_TcZCVAk:hover .name::after {
    transform: scaleX(1);
}.education_history_2cgeqy7 .student_ratings_TcZCVAk > div:nth-child(2) div {
    transition: transform 0.4s ease, opacity 0.4s ease;
    font-size: calc(16px - 1px);
    margin-top: 5px;
    color: rgb(173,158,152);
    transform: translateX(0);
    font-weight: 600;
    opacity: 0.85;
}.education_history_2cgeqy7 .student_ratings_TcZCVAk:hover > div:nth-child(2) div {
    transform: translateX(5px);
    opacity: 1;
}.education_history_2cgeqy7 .career_achievements_wqDCpcS {
    margin: 0;
    color: #000000;
    font-size: 16px;
    padding-left: 25px;
    line-height: 1.7;
    position: relative;
    border-left: 3px solid rgb(208,196,191,0.5);
}.education_history_2cgeqy7 .career_achievements_wqDCpcS::before {
    color: rgb(208,196,191);
    left: -20px;
    content: "";
    z-index: -1;
    position: absolute;
    top: -40px;
    font-family: serif;
    font-size: 120px;
    line-height: 1;
    opacity: 0.08;
}

@media (min-width: 768px) {.education_history_2cgeqy7 .student_ratings_TcZCVAk {
    grid-template-columns: auto 1fr;
    column-gap: 40px;
    grid-template-rows: auto 1fr;
    row-gap: 30px;
}.education_history_2cgeqy7 .student_ratings_TcZCVAk > div:first-child {
    grid-row: 1 / 3;
}.education_history_2cgeqy7 .img_preview_5n3wAMp {
    height: 260px;
    width: 220px;
}.education_history_2cgeqy7 .career_achievements_wqDCpcS {
    grid-column: 2;
    padding-left: 30px;
}
}

@media (min-width: 992px) {.education_history_2cgeqy7 {
    padding: 150px 0;
}.education_history_2cgeqy7 .student_ratings_TcZCVAk {
    gap: 50px;
    padding: 60px;
    grid-template-columns: auto 250px 1fr;
}.education_history_2cgeqy7 .student_ratings_TcZCVAk > div:first-child {
    grid-row: 1;
}.education_history_2cgeqy7 .student_ratings_TcZCVAk > div:nth-child(2) {
    padding-top: 20px;
    grid-row: 1;
}.education_history_2cgeqy7 .career_achievements_wqDCpcS {
    font-size: calc(16px + 1px);
    grid-column: 1 / 4;
    grid-row: 2;
    padding-left: 40px;
}.education_history_2cgeqy7 .img_preview_5n3wAMp {
    width: 240px;
    height: 280px;
}
}

@media (max-width: 767px) {.education_history_2cgeqy7 {
    padding: 80px 0;
}.education_history_2cgeqy7 .student_ratings_TcZCVAk {
    padding: 30px;
    gap: 25px;
}.education_history_2cgeqy7 .img_preview_5n3wAMp {
    width: 150px;
    height: 150px;
}.education_history_2cgeqy7 .name {
    font-size: calc(24px - 2px);
}.education_history_2cgeqy7 .career_achievements_wqDCpcS {
    font-size: calc(16px - 1px);
}
}

@media (hover: none) {.education_history_2cgeqy7 .student_ratings_TcZCVAk {
    transform: none !important;
}.education_history_2cgeqy7 .img_preview_5n3wAMp,
    .education_history_2cgeqy7 .student_ratings_TcZCVAk:hover .img_preview_5n3wAMp {
    transform: none;
}}

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

.education_history_2cgeqy7 .student_ratings_TcZCVAk {
    animation: fadeInUp 0.8s ease-out forwards;
}footer {
    width: 100%;
    position: relative;
}.footer_caption_PrLCOAE {
    padding: 100px 0 30px;
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgb(233,228,225);
    position: relative;
}.footer_caption_PrLCOAE::before {
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(233,228,225) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(233,228,225) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(233,228,225) 25%, transparent 25%),
        linear-gradient(45deg, rgb(233,228,225) 25%, transparent 25%);
    top: 0;
    content: "";
    background-size: 100px 100px;
    height: 120px;
    left: 0;
    width: 100%;
    background-color: rgb(208,196,191,0.5);
}footer .intern_ship_rouGbmq {
    margin-top: -70px;
    z-index: 1;
    position: relative;
}footer .support_contact_74NDQS9 {
    flex-wrap: wrap;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    justify-content: space-between;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 60px;
    display: flex;
    transform: translateY(-30px);
    z-index: 2;
    padding: 25px;
}footer .info_item {
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    padding: 10px 15px;
    margin: 10px;
    background-color: rgb(233,228,225);
    flex: 1 1 200px;
}footer .info_item:hover {
    background-color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item::before {
    left: 0;
    width: 3px;
    transition: opacity 0.3s ease;
    content: "";
    height: 100%;
    background-color: rgb(208,196,191);
    border-radius: 3px 0 0 3px;
    position: absolute;
    opacity: 0;
    top: 0;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
    height: 20px;
    fill: rgb(208,196,191);
}footer .info_item p,
footer .info_item a {
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    transition: color 0.3s ease;
}footer .info_item a:hover {
    color: rgb(208,196,191);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
    display: grid;
}footer .text_main_holder::before {
    width: 100%;
    content: "";
    top: -40px;
    left: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: absolute;
    height: calc(100% + 80px);
    background-color: #ffffff;
    border-radius: 28px;
    z-index: -1;
}footer .nav_primary_QdHNrV9 {
    padding: 0 30px;
    position: relative;
}footer .nav_primary_QdHNrV9::after {
    bottom: -15px;
    height: 1px;
    right: 30px;
    background: linear-gradient(90deg, rgb(208,196,191), transparent);
    left: 30px;
    position: absolute;
    content: "";
}footer .nav_primary_QdHNrV9 svg {
    height: 45px;
    margin-bottom: 15px;
    width: auto;
}footer .lang_learn_KjAXM7E {
    font-size: 14px;
    max-width: 330px;
    line-height: 1.6;
    color: #000000;
}footer .nav_sitewrap_k7V2B1O {
    border-radius: 28px;
    position: relative;
    margin-left: 20px;
    padding: 30px;
    background-color: rgb(233,228,225);
    margin-top: -10px;
    margin-right: 20px;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}footer .nav_sitewrap_k7V2B1O h5 {
    color: #000000;
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 21px;
}footer .nav_sitewrap_k7V2B1O h5::after {
    position: absolute;
    height: 2px;
    width: 50px;
    content: "";
    left: 0;
    bottom: -7px;
    background-color: rgb(208,196,191);
}footer .top_pagewrap_rULHAl0 {
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
}footer .top_pagewrap_rULHAl0 a {
    text-decoration: none;
    font-size: 12px;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
    padding: 8px 0;
    display: inline-block;
}footer .top_pagewrap_rULHAl0 a::after {
    content: "";
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    background-color: rgb(208,196,191);
    bottom: 5px;
    height: 2px;
}footer .top_pagewrap_rULHAl0 a:hover {
    transform: translateX(5px);
    color: rgb(208,196,191);
}footer .top_pagewrap_rULHAl0 a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    padding: 30px;
    color: #ffffff;
    margin-left: 40px;
    z-index: 0;
    border-radius: 28px;
    position: relative;
    background-color: rgb(208,196,191);
    margin-right: 40px;
    margin-top: -10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}footer .subscribe_holder::before {
    right: 30px;
    height: 30px;
    content: "";
    top: -15px;
    z-index: -1;
    background-color: rgb(208,196,191);
    position: absolute;
    transform: rotate(45deg);
    width: 30px;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
    font-size: 21px;
}footer .subscribe_holder p {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    transition: background-color 0.3s ease;
    border-radius: 10px;
    font-size: 12px;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    color: #000000;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .news_optin_f4XrA35 {
    color: #ffffff;
    font-size: 14px;
    background-color: #000000;
    font-weight: 600;
    padding: 14px 20px;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
}footer .news_optin_f4XrA35:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(173,158,152);
    transform: translateY(-3px);
}footer .faq_block_L7D6s4J {
    margin-top: 60px;
    text-align: center;
    z-index: 1;
    position: relative;
}footer .login_footer_QYvUbBj {
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .top_pagewrap_rULHAl0 {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .news_optin_f4XrA35 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .nav_sitewrap_k7V2B1O {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .footer_caption_PrLCOAE {
    padding: 80px 0 30px;
}footer .support_contact_74NDQS9 {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .nav_sitewrap_k7V2B1O, footer .subscribe_holder {
    margin-right: 10px;
    margin-left: 10px;
    padding: 25px 20px;
}footer .faq_block_L7D6s4J {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .footer_caption_PrLCOAE {
    padding: 60px 0 20px;
}footer .support_contact_74NDQS9 {
    transform: translateY(-20px);
    padding: 15px;
    margin-bottom: 40px;
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .nav_primary_QdHNrV9 {
    padding: 0 20px;
}footer .nav_primary_QdHNrV9::after {
    right: 20px;
    left: 20px;
}footer .nav_sitewrap_k7V2B1O h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .top_pagewrap_rULHAl0 a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .news_optin_f4XrA35 {
    padding: 12px 15px;
}
}