﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
svg {
    width: 30px;
    height: 30px;
}
.top_learn_708 {
    flex: 1 0 auto;
}
header,footer {
    width: 100%;
}
a {
    color: inherit;
    text-decoration: none;
}
html,body {
    min-height: 100%;
    height: 100%;
    font-family: Ubuntu, sans-serif;
    color: #000000;
}
.wrapper-bundle_987 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.container {
    margin: auto;
    width: 1131px;
    max-width: 100%;
}

.partner_logo_635 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}
.secure_safe_984 {
    padding: 50px;
    width: 100%;
    overflow: hidden;
    height: auto;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);

    font-family: Ubuntu, sans-serif;
    color: #000000;
}

.secure_safe_984 h1 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 44px;
    font-weight: 700;
    color: rgb(225,195,216);
    border-bottom: 3px solid rgb(225,195,216);
    padding-bottom: 15px;
    text-transform: uppercase;
}

.secure_safe_984 h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    color: rgb(202,158,185);
    border-bottom: 2px solid rgb(202,158,185);
    padding-bottom: 10px;
    text-transform: uppercase;
}

.secure_safe_984 h3, .secure_safe_984 h4, .secure_safe_984 h5, .secure_safe_984 h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
    color: rgb(225,195,216);
    border-bottom: 1px solid rgb(225,195,216,0.5);
    padding-bottom: 5px;
}

.secure_safe_984 ul, .secure_safe_984 ol {
    list-style-type: none;
    padding-left: 0;
    margin: 20px 0;
}

.secure_safe_984 ul li::before {
    content: '•';
    color: rgb(202,158,185);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.secure_safe_984 ol li {
    counter-increment: list;
}

.secure_safe_984 ol li::before {
    content: counter(list) ".";
    color: rgb(202,158,185);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.secure_safe_984 li {
    margin-bottom: 10px;
    padding-left: 5px;
}

.secure_safe_984 section {
    background: rgb(202,158,185,0.5);
    padding: 30px;
    border-radius: 10px;
    border: 1px solid rgb(225,195,216,0.5);
}

.secure_safe_984 p, .secure_safe_984 span, .secure_safe_984 div {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .secure_safe_984 {
        padding: 25px;
    }
    .secure_safe_984 h1 {
        font-size: calc(22px - 10px);
    }
    .secure_safe_984 h2 {
        font-size: calc(22px - 8px);
    }
    .secure_safe_984 h3, .secure_safe_984 h4, .secure_safe_984 h5, .secure_safe_984 h6 {
        font-size: calc(17px - 6px);
    }
    .secure_safe_984 ul, .secure_safe_984 ol {
        margin-left: 15px;
    }
}

.secure_safe_984 a {
    color: rgb(225,195,216);
    text-decoration: none;
    border-bottom: 2px solid rgb(225,195,216,0.5);
}

.secure_safe_984 a:hover {
    text-decoration: underline;
    border-bottom: 2px solid rgb(225,195,216);
}.welcome_board_659 {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgb(225,195,216);
}

.welcome_board_659::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 0%, transparent 50%);
    z-index: 2;
    pointer-events: none;
}

.welcome_board_659 .knowledge_space_927 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 3;
}

.welcome_board_659 .master_zone_029 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.welcome_board_659 .master_zone_029::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(90deg, #000000 0%, transparent 20%),
        linear-gradient(270deg, #000000 0%, transparent 20%);
    pointer-events: none;
    z-index: 1;
}

.welcome_board_659 .course_base_518 {
    display: flex;
    height: 100%;
    animation: cube-carousel 20s ease-in-out infinite;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.welcome_board_659 .start_front_529 {
    flex: 0 0 100%;
    height: 100%;
    position: relative;
    transform-origin: center center;
    backface-visibility: hidden;
    transform: rotateY(0deg);
    transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.welcome_board_659 .start_front_529:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(90deg);
}

.welcome_board_659 .start_front_529:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
}

.welcome_board_659 .start_front_529:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(270deg);
}

.welcome_board_659 .start_front_529::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 70%, #000000 100%);
    z-index: 1;
    opacity: 0.8;
}

.welcome_board_659 .start_front_529 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.8) brightness(0.9);
}

.welcome_board_659 .text_zone_713 {
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding: 2rem 3rem;
    margin-bottom: 5rem;
    text-align: center;
    z-index: 4;
}

.welcome_board_659 .text_zone_713::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgb(225,195,216);
    z-index: -1;
}

.welcome_board_659 .text_zone_713 h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.welcome_board_659 .text_zone_713 h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background-color: rgb(225,195,216);
}

.welcome_board_659 .text_zone_713 p {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.6;
    max-width: 800px;
    margin: 1.5rem auto;
    opacity: 0.9;
}

.welcome_board_659 .text_zone_713 .message_inquiry_869 {
    position: relative;
    display: inline-block;
    padding: 1rem 2.5rem;
    margin-top: 1rem;
    background-color: rgb(225,195,216);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgb(225,195,216);
    z-index: 1;
}

.welcome_board_659 .text_zone_713 .message_inquiry_869::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(202,158,185);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform 0.5s ease-out;
    z-index: -1;
}

.welcome_board_659 .text_zone_713 .message_inquiry_869:hover {
    border-color: rgb(202,158,185);
}

.welcome_board_659 .text_zone_713 .message_inquiry_869:hover::before {
    transform: scaleX(1);
}

@keyframes cube-carousel {
    0%, 20% {
        transform: rotateY(0deg);
    }
    25%, 45% {
        transform: rotateY(-90deg);
    }
    50%, 70% {
        transform: rotateY(-180deg);
    }
    75%, 95% {
        transform: rotateY(-270deg);
    }
    100% {
        transform: rotateY(-360deg);
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.welcome_board_659 .text_zone_713 h2 {
    animation: fade-in-up 0.8s ease-out forwards;
    animation-delay: 0.2s;
    opacity: 0;
}

.welcome_board_659 .text_zone_713 p {
    animation: fade-in-up 0.8s ease-out forwards;
    animation-delay: 0.5s;
    opacity: 0;
}

.welcome_board_659 .text_zone_713 .message_inquiry_869 {
    animation: fade-in-up 0.8s ease-out forwards;
    animation-delay: 0.8s;
    opacity: 0;
}

@media (max-width: 992px) {
    .welcome_board_659 .text_zone_713 {
        padding: 2rem;
        margin-bottom: 4rem;
    }
    
    .welcome_board_659 .text_zone_713 h2 {
        font-size: calc(45px * 0.85);
    }
    
    .welcome_board_659 .text_zone_713 p {
        font-size: calc(13px * 0.95);
    }
}

@media (max-width: 768px) {
    .welcome_board_659 .text_zone_713 {
        padding: 1.5rem;
        margin-bottom: 3rem;
    }
    
    .welcome_board_659 .text_zone_713 h2 {
        font-size: calc(45px * 0.7);
    }
    
    .welcome_board_659 .text_zone_713 h2::after {
        bottom: -8px;
    }
    
    .welcome_board_659 .text_zone_713 p {
        font-size: calc(13px * 0.9);
        line-height: 1.5;
        margin: 1.2rem auto;
    }
    
    .welcome_board_659 .text_zone_713 .message_inquiry_869 {
        padding: 0.8rem 2rem;
    }
    
    @keyframes cube-carousel {
        0%, 20% {
            transform: rotateY(0deg);
        }
        25%, 45% {
            transform: rotateY(-90deg);
        }
        50%, 70% {
            transform: rotateY(-180deg);
        }
        75%, 95% {
            transform: rotateY(-270deg);
        }
        100% {
            transform: rotateY(-360deg);
        }
    }
}

@media (max-width: 576px) {
    .welcome_board_659 {
        height: 90vh;
    }
    
    .welcome_board_659 .text_zone_713 {
        padding: 1.2rem;
        margin-bottom: 2rem;
    }
    
    .welcome_board_659 .text_zone_713 h2 {
        font-size: calc(45px * 0.6);
    }
    
    .welcome_board_659 .text_zone_713 h2::after {
        bottom: -6px;
    }
    
    .welcome_board_659 .text_zone_713 p {
        font-size: calc(13px * 0.85);
        line-height: 1.4;
        margin: 1rem auto;
    }
    
    .welcome_board_659 .text_zone_713 .message_inquiry_869 {
        padding: 0.7rem 1.5rem;
        font-size: calc(16px * 0.9);
        margin-top: 0.5rem;
    }
}.advantages_summary_127 {
    position: relative;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgb(242,228,237) 50%, rgba(0, 0, 0, 0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
}

.advantages_summary_127::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 10px,
            rgba(rgb(225,195,216), 0.03) 10px,
            rgba(rgb(225,195,216), 0.03) 20px
        );
    z-index: 0;
}

.advantages_summary_127::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 20%, rgba(rgb(202,158,185), 0.1) 0%, transparent 60%);
    z-index: 0;
}

.advantages_summary_127 .container {
    position: relative;
    z-index: 1;
}

.advantages_summary_127 h3 {
    font-family: Ubuntu, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    text-align: left;
    margin-bottom: 60px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 15px;
    width: fit-content;
}

.advantages_summary_127 h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgb(225,195,216), rgb(202,158,185));
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(225,195,216), 0 0 20px rgb(225,195,216,0.5);
    animation: pulse 2s infinite;
}

.advantages_summary_127 .fast_benefits_724 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    perspective: 1000px;
}

.advantages_summary_127 .mentor_benefits_158 {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 17px;
    padding: 40px 30px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    transform: translateZ(0);
}

.advantages_summary_127 .mentor_benefits_158::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 17px;
    background: linear-gradient(45deg, rgb(225,195,216), rgb(202,158,185)) border-box;
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.advantages_summary_127 .mentor_benefits_158::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    z-index: -1;
    transform: rotate(0deg);
    transition: transform 0.6s linear;
    opacity: 0;
}

.advantages_summary_127 .mentor_benefits_158:hover {
    transform: translateZ(20px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 15px rgb(225,195,216,0.5),
        0 0 30px rgb(202,158,185,0.5);
}

.advantages_summary_127 .mentor_benefits_158:hover::before {
    opacity: 1;
    animation: borderPulse 2s infinite alternate;
}

.advantages_summary_127 .mentor_benefits_158:hover::after {
    opacity: 0.5;
    animation: spin 4s linear infinite;
}

.advantages_summary_127 .mentor_benefits_158:nth-child(1) {
    transform: rotateY(5deg) translateZ(0);
}

.advantages_summary_127 .mentor_benefits_158:nth-child(2) {
    transform: translateY(-20px) translateZ(0);
}

.advantages_summary_127 .mentor_benefits_158:nth-child(3) {
    transform: rotateY(-5deg) translateZ(0);
}

.advantages_summary_127 .mentor_benefits_158:nth-child(1):hover {
    transform: rotateY(0) translateZ(20px);
}

.advantages_summary_127 .mentor_benefits_158:nth-child(2):hover {
    transform: translateY(-20px) translateZ(20px);
}

.advantages_summary_127 .mentor_benefits_158:nth-child(3):hover {
    transform: rotateY(0) translateZ(20px);
}

.advantages_summary_127 .mentor_benefits_158 svg {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
    filter: drop-shadow(0 0 10px rgb(225,195,216,0.5));
    transition: all 0.4s ease;
}

.advantages_summary_127 .mentor_benefits_158:hover svg {
    transform: translateY(-10px);
    filter: drop-shadow(0 0 15px rgb(225,195,216));
}

.advantages_summary_127 .mentor_benefits_158 svg path {
    fill: rgb(225,195,216);
    transition: fill 0.4s ease;
}

.advantages_summary_127 .mentor_benefits_158:hover svg path {
    fill: rgb(202,158,185);
}

.advantages_summary_127 .mentor_benefits_158 span {
    display: block;
    font-family: Ubuntu, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-top: 15px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    transform: translateZ(10px);
}

.advantages_summary_127 .mentor_benefits_158:hover span {
    color: rgb(225,195,216);
    text-shadow: 0 0 5px rgb(225,195,216,0.5);
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes borderPulse {
    0% {
        box-shadow: 0 0 5px rgb(225,195,216,0.5);
    }
    100% {
        box-shadow: 0 0 20px rgb(225,195,216), 0 0 40px rgb(225,195,216,0.5);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {
    .advantages_summary_127 .fast_benefits_724 {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    
    .advantages_summary_127 .mentor_benefits_158 {
        padding: 30px 25px;
    }
}

@media (max-width: 991px) {
    .advantages_summary_127 {
        padding: 70px 0;
    }
    
    .advantages_summary_127 h3 {
        font-size: calc(35px * 0.9);
        margin-bottom: 50px;
    }
    
    .advantages_summary_127 .fast_benefits_724 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .advantages_summary_127 .mentor_benefits_158 svg {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .advantages_summary_127 {
        padding: 60px 0;
    }
    
    .advantages_summary_127 h3 {
        font-size: calc(35px * 0.8);
        margin-bottom: 40px;
        width: 100%;
        text-align: center;
    }
    
    .advantages_summary_127 h3::after {
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }
    
    .advantages_summary_127 .fast_benefits_724 {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .advantages_summary_127 .mentor_benefits_158,
    .advantages_summary_127 .mentor_benefits_158:nth-child(1),
    .advantages_summary_127 .mentor_benefits_158:nth-child(2),
    .advantages_summary_127 .mentor_benefits_158:nth-child(3) {
        transform: none;
        text-align: center;
    }
    
    .advantages_summary_127 .mentor_benefits_158:hover,
    .advantages_summary_127 .mentor_benefits_158:nth-child(1):hover,
    .advantages_summary_127 .mentor_benefits_158:nth-child(2):hover,
    .advantages_summary_127 .mentor_benefits_158:nth-child(3):hover {
        transform: translateZ(10px);
    }
    
    .advantages_summary_127 .mentor_benefits_158 svg {
        margin: 0 auto 20px;
    }
}.learning_process_952 {
    position: relative;
    background: linear-gradient(170deg, rgb(242,228,237) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 160px 0;
    overflow: visible;
}

.learning_process_952::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(225,195,216,0.5) 0%, transparent 40%);
    opacity: 0.2;
    z-index: 1;
}

.learning_process_952 .knowledge_space_927 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    transform: rotate(-3deg);
}

.learning_process_952 .text_zone_713 {
    position: relative;
    width: 60%;
    margin-left: 5%;
    padding: 60px 70px 60px 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateX(20px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    overflow: visible;
    border-radius: 0 30px 30px 0;
    border-left: 4px solid rgb(225,195,216);
}

.learning_process_952 .text_zone_713:hover {
    transform: translateX(10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.learning_process_952 .text_zone_713::before {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    top: -90px;
    right: -90px;
    background: rgb(225,195,216);
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
    filter: blur(40px);
    animation: pulse-glow 8s infinite alternate;
}

.learning_process_952 .text_zone_713::after {
    content: '';
    position: absolute;
    width: 150%;
    height: 3px;
    bottom: -30px;
    left: -25%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(225,195,216,0.5) 30%, 
        rgb(225,195,216) 50%, 
        rgb(225,195,216,0.5) 70%, 
        transparent 100%
    );
    z-index: 3;
}

.learning_process_952 .text_zone_713 h2 {
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    transform: translateX(-40px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.learning_process_952 .text_zone_713 h2::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    top: -35px;
    left: -35px;
    border: 2px solid rgb(225,195,216,0.5);
    border-radius: 10px;
    opacity: 0.6;
    z-index: -1;
    animation: spin-slow 20s linear infinite;
}

.learning_process_952 .text_zone_713 h2::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: rgb(225,195,216);
    border-radius: 10px;
}

.learning_process_952 .text_zone_713 p {
    font-size: 13px;
    line-height: 1.8;
    color: #ffffff;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.learning_process_952::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    bottom: -90px;
    right: 15%;
    background: rgb(202,158,185);
    opacity: 0.1;
    border-radius: 30px;
    transform: rotate(30deg);
    filter: blur(30px);
    animation: rotate-float 25s infinite linear;
}

.learning_process_952 .knowledge_space_927::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: -120px;
    right: 10%;
    border: 1px solid rgb(225,195,216,0.5);
    border-radius: 50%;
    opacity: 0.4;
    animation: float-vertical 10s infinite ease-in-out;
}

.learning_process_952 .knowledge_space_927::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: rgb(225,195,216);
    left: -40px;
    top: 40%;
    opacity: 0.2;
    border-radius: 50%;
    filter: blur(5px);
    animation: pulse-subtle 5s infinite;
}

@keyframes pulse-glow {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

@keyframes spin-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-float {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    25% {
        transform: rotate(120deg) translateY(-20px);
    }
    50% {
        transform: rotate(210deg) translateY(0);
    }
    75% {
        transform: rotate(300deg) translateY(20px);
    }
    100% {
        transform: rotate(390deg) translateY(0);
    }
}

@keyframes float-vertical {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.3);
    }
}

.learning_process_952 .text_zone_713 p::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(225,195,216);
}

.learning_process_952 .text_zone_713 p::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    right: -250px;
    background-image: repeating-linear-gradient(
        -45deg,
        rgb(225,195,216,0.5),
        rgb(225,195,216,0.5) 1px,
        transparent 1px,
        transparent 6px
    );
    opacity: 0.3;
    z-index: -1;
}

@media screen and (max-width: 1200px) {
    .learning_process_952 .text_zone_713::after {
        width: 120%;
        left: -10%;
    }
    
    .learning_process_952 .text_zone_713 p::after {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .learning_process_952 {
        padding: 120px 0;
    }
    
    .learning_process_952 .knowledge_space_927 {
        transform: rotate(-2deg);
    }
    
    .learning_process_952 .text_zone_713 {
        width: 70%;
        padding: 50px 40px 50px 40px;
    }
    
    .learning_process_952 .text_zone_713 h2 {
        transform: translateX(-30px);
    }
    
    .learning_process_952 .text_zone_713::before {
        width: 150px;
        height: 150px;
        top: -75px;
        right: -75px;
    }
    
    .learning_process_952::after {
        width: 150px;
        height: 150px;
        bottom: -75px;
    }
}

@media screen and (max-width: 768px) {
    .learning_process_952 {
        padding: 90px 0;
        overflow: hidden;
    }
    
    .learning_process_952 .knowledge_space_927 {
        transform: none;
    }
    
    .learning_process_952 .text_zone_713 {
        width: 90%;
        margin-left: 0;
        padding: 40px 30px;
        transform: none;
        border-radius: 30px;
    }
    
    .learning_process_952 .text_zone_713:hover {
        transform: none;
    }
    
    .learning_process_952 .text_zone_713 h2 {
        font-size: calc(35px * 0.9);
        transform: none;
        margin-bottom: 25px;
    }
    
    .learning_process_952 .text_zone_713 h2::before {
        display: none;
    }
    
    .learning_process_952 .text_zone_713::before {
        width: 120px;
        height: 120px;
        top: -60px;
        right: -60px;
    }
    
    .learning_process_952 .text_zone_713::after {
        width: 100%;
        left: 0;
        bottom: -20px;
    }
    
    .learning_process_952 .knowledge_space_927::before,
    .learning_process_952 .knowledge_space_927::after,
    .learning_process_952::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .learning_process_952 {
        padding: 70px 0;
    }
    
    .learning_process_952 .text_zone_713 {
        width: 100%;
        padding: 30px 20px;
    }
    
    .learning_process_952 .text_zone_713 h2 {
        font-size: calc(35px * 0.8);
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    
    .learning_process_952 .text_zone_713 h2::after {
        width: 50px;
        height: 3px;
    }
    
    .learning_process_952 .text_zone_713 p {
        font-size: calc(13px * 0.9);
    }
    
    .learning_process_952 .text_zone_713::before {
        width: 80px;
        height: 80px;
        top: -40px;
        right: -40px;
    }
}.contact_716 {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.contact_716::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    z-index: 1;
}

.contact_716::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgb(225,195,216,0.5) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgb(202,158,185,0.5) 0%, transparent 40%);
    z-index: 2;
    animation: gradientShift 15s infinite alternate;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.contact_716 .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.contact_716 .request_map_285 {
    display: flex;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.contact_716 .support_card_180 {
    flex: 1;
    padding: 50px 40px;
    background: linear-gradient(135deg, rgb(225,195,216,0.5) 0%, rgb(202,158,185,0.5) 100%);
    position: relative;
}

.contact_716 .support_card_180::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    animation: patternMove 20s linear infinite;
    z-index: -1;
}

@keyframes patternMove {
    0% {
        transform: rotate(0) translate(0, 0);
    }
    100% {
        transform: rotate(360deg) translate(0, 0);
    }
}

.contact_716 .support_card_180 h3 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.contact_716 .support_card_180 h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #ffffff;
    border-radius: 10px;
}

.contact_716 .support_card_180 div {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 3px solid rgb(202,158,185);
}

.contact_716 .support_card_180 div:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact_716 .support_card_180 svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact_716 .support_card_180 svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.contact_716 .support_card_180 div:hover svg path {
    fill: rgb(202,158,185);
}

.contact_716 .support_card_180 span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.contact_716 .support_card_180 a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact_716 .support_card_180 a:hover {
    color: rgb(202,158,185);
    text-decoration: underline;
}

.contact_716 .message_list_301 {
    flex: 1.2;
    padding: 50px 40px;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    overflow: hidden;
}

.contact_716 .message_list_301::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: rgb(225,195,216,0.5);
    border-radius: 0 0 0 100%;
}

.contact_716 .message_list_301::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background: rgb(202,158,185,0.5);
    border-radius: 0 100% 0 0;
}

.contact_716 form {
    position: relative;
    z-index: 1;
}

.contact_716 form h3 {
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.contact_716 form h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: rgb(225,195,216);
    border-radius: 10px;
}

.contact_716 form input[type="text"],
.contact_716 form input[type="email"] {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    background: rgba(240, 240, 240, 0.8);
    font-size: 16px;
    color: #000000;
    transition: all 0.3s ease;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.contact_716 form input[type="text"]:focus,
.contact_716 form input[type="email"]:focus {
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 2px rgb(225,195,216,0.5);
    transform: translateY(-2px);
}

.contact_716 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_716 .support_inquiry_231 {
    display: flex;
    align-items: flex-start;
    margin: 25px 0;
    position: relative;
}

.contact_716 .support_inquiry_231 input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid rgb(225,195,216);
    border-radius: 10px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    background: rgba(240, 240, 240, 0.8);
}

.contact_716 .support_inquiry_231 input[type="checkbox"]:checked {
    background: rgb(225,195,216);
}

.contact_716 .support_inquiry_231 input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact_716 .support_inquiry_231 label {
    font-size: 12px;
    line-height: 1.4;
    color: #000000;
    cursor: pointer;
}

.contact_716 .support_inquiry_231 a {
    color: rgb(225,195,216);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact_716 .support_inquiry_231 a:hover {
    color: rgb(202,158,185);
    text-decoration: underline;
}

.contact_716 .message_inquiry_869 {
    width: 100%;
    padding: 15px 20px;
    background: linear-gradient(135deg, rgb(225,195,216) 0%, rgb(202,158,185) 100%);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.contact_716 .message_inquiry_869::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    z-index: -1;
}

.contact_716 .message_inquiry_869:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.contact_716 .message_inquiry_869:hover::before {
    left: 100%;
    animation: shine 1.5s infinite;
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 991px) {
    .contact_716 {
        padding: 80px 0;
    }
    
    .contact_716 .request_map_285 {
        flex-direction: column;
    }
    
    .contact_716 .support_card_180,
    .contact_716 .message_list_301 {
        width: 100%;
    }
    
    .contact_716 .support_card_180 {
        padding: 40px 30px;
    }
    
    .contact_716 .support_card_180 h3,
    .contact_716 form h3 {
        font-size: calc(38px * 0.9);
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .contact_716 {
        padding: 60px 0;
    }
    
    .contact_716 .support_card_180,
    .contact_716 .message_list_301 {
        padding: 30px 20px;
    }
    
    .contact_716 .support_card_180 h3,
    .contact_716 form h3 {
        font-size: calc(38px * 0.8);
        margin-bottom: 25px;
    }
    
    .contact_716 .support_card_180 div {
        margin-bottom: 15px;
        padding: 12px;
    }
    
    .contact_716 form input[type="text"],
    .contact_716 form input[type="email"] {
        padding: 12px 15px;
        margin-bottom: 15px;
    }
    
    .contact_716 .support_inquiry_231 {
        margin: 20px 0;
    }
    
    .contact_716 .message_inquiry_869 {
        padding: 12px 15px;
    }
}

@media (max-width: 480px) {
    .contact_716 {
        padding: 40px 0;
    }
    
    .contact_716 .support_card_180,
    .contact_716 .message_list_301 {
        padding: 25px 15px;
    }
    
    .contact_716 .support_card_180 h3,
    .contact_716 form h3 {
        font-size: calc(38px * 0.7);
        margin-bottom: 20px;
    }
    
    .contact_716 .support_card_180 div {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .contact_716 .support_card_180 svg {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .contact_716 .support_card_180 div:hover {
        transform: translateX(0);
    }
    
    .contact_716 .support_inquiry_231 {
        flex-direction: column;
    }
    
    .contact_716 .support_inquiry_231 input[type="checkbox"] {
        margin-bottom: 10px;
    }
}.training_specialist_308 {
    position: relative;
    padding: 5rem 2rem;
    background: rgb(242,228,237);
    overflow: hidden;
}

.training_specialist_308::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent 30%, rgb(225,195,216,0.5) 100%);
    z-index: 1;
}

.training_specialist_308::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 70%;
    background: rgb(202,158,185,0.5);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: 1;
    opacity: 0.5;
}

.training_specialist_308 .feedback_panel_072 {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.training_specialist_308 .img_list_476 {
    width: 100%;
    aspect-ratio: 3/4;
    position: relative;
    border-radius: 0;
    filter: grayscale(100%);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}

.training_specialist_308 .img_list_476::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(225,195,216,0.5) 100%);
    z-index: 1;
}

.training_specialist_308 .img_list_476:hover {
    filter: grayscale(0%);
    transform: scale(1.03);
}

.training_specialist_308 .work_container_890 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 2rem;
}

.training_specialist_308 .work_container_890::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background: rgb(225,195,216);
    transition: height 0.8s ease-out;
}

.training_specialist_308 .feedback_panel_072:hover .work_container_890::before {
    height: 100%;
}

.training_specialist_308 .name {
    font-size: 43px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.5rem;
    position: relative;
    overflow: hidden;
}

.training_specialist_308 .name::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgb(202,158,185);
    transform: translateX(-101%);
    transition: transform 0.6s ease-out 0.2s;
}

.training_specialist_308 .feedback_panel_072:hover .name::after {
    transform: translateX(0);
}

.training_specialist_308 .work_container_890 > div:nth-child(2) {
    font-size: 19px;
    font-weight: 400;
    color: rgb(202,158,185);
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease-out 0.4s;
}

.training_specialist_308 .feedback_panel_072:hover .work_container_890 > div:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
}

.training_specialist_308 .employee_summary_137 {
    font-size: 12px;
    font-weight: 300;
    color: #000000;
    line-height: 1.8;
    position: relative;
    padding: 0 0 0 20px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.5s ease-out 0.6s;
}

.training_specialist_308 .feedback_panel_072:hover .employee_summary_137 {
    transform: translateY(0);
    opacity: 1;
}

.training_specialist_308 .employee_summary_137::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(225,195,216);
}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.training_specialist_308:hover .name {
    overflow: hidden;
    white-space: nowrap;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
}

@media (max-width: 992px) {
    .training_specialist_308 .feedback_panel_072 {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .training_specialist_308 .img_list_476 {
        aspect-ratio: 16/9;
        max-height: 300px;
    }
    
    .training_specialist_308 .work_container_890 {
        padding: 1rem 0;
    }
    
    .training_specialist_308 .work_container_890::before {
        width: 0;
        height: 2px;
        transition: width 0.8s ease-out;
    }
    
    .training_specialist_308 .feedback_panel_072:hover .work_container_890::before {
        width: 100%;
        height: 2px;
    }
}.follow_719 {
    position: relative;
    background: rgb(242,228,237);
    padding: 4rem 3rem;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.follow_719::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(135deg, transparent 25%, rgb(225,195,216,0.5) 25%, rgb(225,195,216,0.5) 50%, transparent 50%),
        linear-gradient(45deg, rgb(202,158,185,0.5) 25%, transparent 25%, transparent 50%, rgb(202,158,185,0.5) 50%);
    background-size: 100px 100px;
    opacity: 0.08;
    z-index: 1;
    animation: bg-shift 30s linear infinite;
}

.follow_719::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 50%;
    background: radial-gradient(circle at bottom right, rgb(225,195,216,0.5), transparent 70%);
    opacity: 0.2;
    z-index: 1;
    filter: blur(15px);
}

.follow_719 .knowledge_space_927 {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
}

.follow_719 p {
    grid-column: 1 / span 5;
    grid-row: 1;
    font-family: Ubuntu, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    line-height: 1.6;
    position: relative;
    padding-top: 1.5rem;
}

.follow_719 p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, rgb(225,195,216), rgb(202,158,185));
    border-radius: 10px;
}

.follow_719 .input_holder {
    grid-column: 7 / span 6;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}

.follow_719 .input_holder::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -30px;
    width: calc(100% + 60px);
    height: calc(100% + 20px);
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.05)
    );
    border-radius: 10px;
    z-index: -1;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.follow_719 .input_holder:hover::before {
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.2),
        rgba(255, 255, 255, 0.1)
    );
}

.follow_719 .sub_cta_681 {
    width: 100%;
    padding: 1.2rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    color: #000000;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.follow_719 .sub_cta_681:focus {
    outline: none;
    border-color: rgb(225,195,216,0.5);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.follow_719 .sub_cta_681::placeholder {
    color: #000000;
    opacity: 0.6;
}

.follow_719 .email_input_box_257 {
    align-self: flex-end;
    padding: 1.2rem 2rem;
    border: none;
    background: rgb(225,195,216);
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    min-width: 150px;
}

.follow_719 .email_input_box_257::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(202,158,185);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    z-index: -1;
}

.follow_719 .email_input_box_257:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.follow_719 .email_input_box_257:hover::before {
    transform: translateX(0);
}

@keyframes bg-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 768px) {
    .follow_719 {
        padding: 3rem 1.5rem;
    }
    
    .follow_719 .knowledge_space_927 {
        grid-template-columns: 1fr;
        grid-gap: 1.5rem;
    }
    
    .follow_719 p {
        grid-column: 1;
        grid-row: 1;
        font-size: 18px;
    }
    
    .follow_719 .input_holder {
        grid-column: 1;
        grid-row: 2;
    }
    
    .follow_719 .email_input_box_257 {
        align-self: stretch;
        width: 100%;
        min-width: auto;
    }
}header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgb(242,228,237);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, 
        rgb(225,195,216) 0%, 
        rgb(202,158,185) 50%, 
        rgb(225,195,216) 100%
    );
}

header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(135deg, rgb(242,228,237) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(242,228,237) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(242,228,237) 25%, transparent 25%),
        linear-gradient(45deg, rgb(242,228,237) 25%, transparent 25%);
    background-size: 20px 20px;
    background-color: rgba(0, 0, 0, 0.01);
    opacity: 0.4;
    pointer-events: none;
}

header .nav_wrap_573 {
    position: relative;
    overflow: hidden;
}

header .nav_wrap_573:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(225,195,216,0.5),
        transparent
    );
}

header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 25px;
    position: relative;
}

header .container:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(225,195,216);
    opacity: 0.7;
}

header .container:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(202,158,185);
    opacity: 0.7;
}

header .nav_train_267 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .nav_train_267:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    opacity: 0.2;
}

header .header_bar_893 {
    display: flex;
    gap: 30px;
    position: relative;
    align-items: center;
}

header .header_bar_893:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -8px;
    left: 0;
    transform: scaleX(0.9);
    transform-origin: center;
    background: rgb(225,195,216);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

header .header_bar_893:hover:before {
    opacity: 0.3;
    transform: scaleX(1);
}

header .nav_base_821 {
    color: #000000;
    text-decoration: none;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 8px 2px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease;
    overflow: hidden;
}

header .nav_base_821:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: rgb(225,195,216);
    transform: translateX(-101%);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

header .nav_base_821:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: rgb(225,195,216);
    opacity: 0;
    transition: all 0.3s ease;
}

header .nav_base_821:hover {
    color: rgb(225,195,216);
}

header .nav_base_821:hover:before {
    transform: translateX(0);
}

header .nav_base_821:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}

header .main_skill_837 {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 5px 12px;
    transition: all 0.3s ease;
}

header .main_skill_837:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid transparent;
    background: linear-gradient(rgb(242,228,237), rgb(242,228,237)) padding-box,
                linear-gradient(135deg, rgb(225,195,216), rgb(202,158,185)) border-box;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

header .main_skill_837:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: -5px;
    left: -5px;
    background: linear-gradient(135deg, rgb(225,195,216), rgb(202,158,185));
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease;
}

header .main_skill_837:hover:before {
    opacity: 1;
}

header .main_skill_837:hover:after {
    opacity: 1;
    transform: scale(1);
}

header .main_skill_837 svg {
    height: 42px;
    width: auto;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header .main_skill_837:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    header .container {
        padding: 15px 20px;
    }
    
    header .header_bar_893 {
        gap: 20px;
    }
    
    header .main_skill_837 svg {
        height: 38px;
    }
}

@media (max-width: 767px) {
    header .header_bar_893 {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        flex-direction: column;
        background: rgb(242,228,237);
        padding: 75px 30px 30px;
        gap: 5px;
        z-index: 1001;
        transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    }
    
    header .header_bar_893:before {
        top: 60px;
        bottom: auto;
        height: 1px;
        width: 80%;
        left: 10%;
    }
    
    header .menu.active {
        right: 0;
    }
    
    header .nav_base_821 {
        padding: 14px 5px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        width: 100%;
    }
    
    header .nav_base_821:last-child {
        border-bottom: none;
    }
    
    header .nav_base_821:after {
        left: 10px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }
    
    header .nav_base_821:hover:after {
        opacity: 1;
        top: 50%;
        left: 5px;
    }
    
    header .main_skill_837 {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    header .container {
        padding: 12px 15px;
    }
    
    header .container:before,
    header .container:after {
        display: none;
    }
    
    header .main_skill_837 svg {
        height: 35px;
    }
}.start_now_953 {
    position: relative;
    background: linear-gradient(125deg, rgb(202,158,185,0.5) 0%, rgb(225,195,216,0.5) 100%);
    margin: 0;
    padding: 6rem 2rem;
    overflow: hidden;
    box-shadow: inset 0 0 70px rgba(rgb(225,195,216), 0.3);
}

.start_now_953::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(125deg, 
            rgba(255, 255, 255, 0.3) 10%, 
            rgba(255, 255, 255, 0.05) 30%, 
            rgba(255, 255, 255, 0.2) 50%, 
            rgba(255, 255, 255, 0.05) 70%, 
            rgba(255, 255, 255, 0.3) 90%);
    opacity: 0.3;
    background-size: 200% 200%;
    animation: holographicShift 15s linear infinite;
    z-index: 1;
}

@keyframes holographicShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

.start_now_953::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.3) 0%, transparent 5px),
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.3) 0%, transparent 6px),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 5px),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.3) 0%, transparent 7px),
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.2) 0%, transparent 4px),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 6px);
    filter: blur(1px);
    animation: particlesMove 25s linear infinite;
    z-index: 1;
}

@keyframes particlesMove {
    0% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
    50% {
        background-position: 
            5% 10%,
            -8% 5%,
            10% -5%,
            -5% 8%,
            8% 12%,
            -12% 8%,
            7% -12%;
    }
    100% {
        background-position: 
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%,
            0% 0%;
    }
}

.start_now_953::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image:
        conic-gradient(
            transparent 0deg,
            rgba(255, 255, 255, 0.05) 10deg,
            transparent 20deg,
            rgba(255, 255, 255, 0.05) 30deg,
            transparent 40deg,
            rgba(255, 255, 255, 0.05) 50deg,
            transparent 60deg,
            rgba(255, 255, 255, 0.05) 70deg,
            transparent 80deg,
            rgba(255, 255, 255, 0.05) 90deg,
            transparent 100deg,
            rgba(255, 255, 255, 0.05) 110deg,
            transparent 120deg,
            rgba(255, 255, 255, 0.05) 130deg,
            transparent 140deg,
            rgba(255, 255, 255, 0.05) 150deg,
            transparent 160deg,
            rgba(255, 255, 255, 0.05) 170deg,
            transparent 180deg,
            rgba(255, 255, 255, 0.05) 190deg,
            transparent 200deg,
            rgba(255, 255, 255, 0.05) 210deg,
            transparent 220deg,
            rgba(255, 255, 255, 0.05) 230deg,
            transparent 240deg,
            rgba(255, 255, 255, 0.05) 250deg,
            transparent 260deg,
            rgba(255, 255, 255, 0.05) 270deg,
            transparent 280deg,
            rgba(255, 255, 255, 0.05) 290deg,
            transparent 300deg,
            rgba(255, 255, 255, 0.05) 310deg,
            transparent 320deg,
            rgba(255, 255, 255, 0.05) 330deg,
            transparent 340deg,
            rgba(255, 255, 255, 0.05) 350deg,
            transparent 360deg
        );
    opacity: 0.5;
    animation: prismRotate 30s linear infinite;
    z-index: 2;
}

@keyframes prismRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.start_now_953 .knowledge_space_927 {
    position: relative;
    z-index: 5;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 3rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 100px rgba(255, 255, 255, 0.2);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
}

.start_now_953 .knowledge_space_927:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 120px rgba(255, 255, 255, 0.3);
}

.start_now_953 .knowledge_space_927::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    opacity: 0.5;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    background-size: 200% 200%;
    animation: holoBorderShift 5s ease infinite;
    z-index: -1;
}

@keyframes holoBorderShift {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.start_now_953 .knowledge_space_927::after {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 30px;
    z-index: -2;
    background: linear-gradient(
        125deg,
        rgb(225,195,216,0.5),
        rgba(255, 255, 255, 0.4),
        rgb(202,158,185,0.5)
    );
    opacity: 0.4;
    filter: blur(15px);
    animation: spectrumPulse 8s ease-in-out infinite;
}

@keyframes spectrumPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

.start_now_953 h3 {
    font-family: Ubuntu, sans-serif;
    font-size: 31px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.start_now_953 h3::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );
    animation: lineGlow 3s ease-in-out infinite;
}

@keyframes lineGlow {
    0%, 100% {
        opacity: 0.5;
        width: 60%;
    }
    50% {
        opacity: 1;
        width: 80%;
    }
}

.start_now_953 h3::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -30px;
    right: -30px;
    bottom: -20px;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0) 20%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 80%
    );
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
    filter: blur(8px);
    animation: titleHaloRotate 5s ease-in-out infinite;
}

@keyframes titleHaloRotate {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.1) rotate(5deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

.start_now_953 .get_contactbox_743 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 3.5rem;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ffffff;
    background: linear-gradient(125deg, rgb(225,195,216), rgb(202,158,185));
    border: none;
    border-radius: 50px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
}

.start_now_953 .get_contactbox_743::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    transform: skewX(-25deg);
    animation: buttonSpark 5s ease-in-out infinite;
    z-index: 0;
}

@keyframes buttonSpark {
    0% {
        left: -50%;
    }
    30%, 100% {
        left: 150%;
    }
}

.start_now_953 .get_contactbox_743:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 0 20px rgba(255, 255, 255, 0.3);
}

.start_now_953 .get_contactbox_743::after {
    content: '';
    position: absolute;
    inset: -5px;
    background: linear-gradient(
        125deg,
        rgb(225,195,216),
        rgb(202,158,185)
    );
    border-radius: 55px;
    z-index: -1;
    opacity: 0;
    filter: blur(10px);
    transition: opacity 0.4s ease;
}

.start_now_953 .get_contactbox_743:hover::after {
    opacity: 0.5;
}

.start_now_953::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
    z-index: 3;
}

.start_now_953::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(225,195,216) 25%,
        #ffffff 50%,
        rgb(202,158,185) 75%,
        transparent 100%
    );
    opacity: 0.5;
    filter: blur(2px);
    animation: spectrumHorizontal 10s linear infinite;
    z-index: 3;
}

@keyframes spectrumHorizontal {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.start_now_953::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgb(225,195,216) 25%,
        #ffffff 50%,
        rgb(202,158,185) 75%,
        transparent 100%
    );
    opacity: 0.5;
    filter: blur(2px);
    animation: spectrumVertical 15s linear infinite;
    z-index: 3;
}

@keyframes spectrumVertical {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@media screen and (max-width: 991px) {
    .start_now_953 {
        padding: 5rem 1.5rem;
    }
    
    .start_now_953 .knowledge_space_927 {
        padding: 3.5rem 2.5rem;
    }
    
    .start_now_953 h3 {
        font-size: calc(31px * 0.9);
        margin-bottom: 2.2rem;
    }
    
    .start_now_953 .get_contactbox_743 {
        padding: 1.1rem 3rem;
    }
}

@media screen and (max-width: 767px) {
    .start_now_953 {
        padding: 4rem 1.2rem;
    }
    
    .start_now_953 .knowledge_space_927 {
        padding: 3rem 2rem;
    }
    
    .start_now_953 h3 {
        font-size: calc(31px * 0.8);
        margin-bottom: 2rem;
    }
    
    .start_now_953 .get_contactbox_743 {
        padding: 1rem 2.5rem;
        font-size: calc(14px * 0.95);
    }
}

@media screen and (max-width: 480px) {
    .start_now_953 {
        padding: 3.5rem 1rem;
    }
    
    .start_now_953 .knowledge_space_927 {
        padding: 2.5rem 1.5rem;
    }
    
    .start_now_953 h3 {
        font-size: calc(31px * 0.7);
        margin-bottom: 1.8rem;
    }
    
    .start_now_953 .get_contactbox_743 {
        padding: 0.9rem 2.2rem;
        font-size: calc(14px * 0.9);
    }
}.our_background_430 {
    position: relative;
    background-color: #ffffff;
    padding: 100px 0;
    overflow: hidden;
}

.our_background_430::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 10% 10%, rgb(225,195,216,0.5) 0%, transparent 50%);
    opacity: 0.1;
    z-index: 1;
}

.our_background_430::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle at 90% 90%, rgb(202,158,185,0.5) 0%, transparent 50%);
    opacity: 0.1;
    z-index: 1;
}

.our_background_430 .container {
    position: relative;
    z-index: 5;
}

.our_background_430 h2 {
    font-size: 47px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.our_background_430 h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 100px;
    height: 4px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(225,195,216), rgb(202,158,185));
    border-radius: 10px;
}

.our_background_430 .expert_network_564 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    position: relative;
}

.our_background_430 .mission_why_693 {
    max-width: 800px;
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.our_background_430 .mission_why_693:first-child {
    flex-direction: row;
}

.our_background_430 .mission_why_693:last-child {
    flex-direction: row-reverse;
}

.our_background_430 .mission_why_693 h3 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    padding: 20px;
    border-radius: 19px;
    text-align: center;
    min-width: 200px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.our_background_430 .mission_why_693:first-child h3 {
    background: rgb(225,195,216);
}

.our_background_430 .mission_why_693:last-child h3 {
    background: rgb(202,158,185);
}

.our_background_430 .mission_why_693 h3::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: inherit;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: -1;
}

.our_background_430 .mission_why_693:first-child h3::after {
    right: -10px;
}

.our_background_430 .mission_why_693:last-child h3::after {
    left: -10px;
}

.our_background_430 .mission_why_693 p {
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
    background: #ffffff;
    padding: 30px;
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex: 1;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.our_background_430 .mission_why_693:hover h3 {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.our_background_430 .mission_why_693:hover p {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.our_background_430 .expert_network_564::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, rgb(225,195,216,0.5), rgb(202,158,185,0.5));
    opacity: 0.3;
    z-index: 0;
}

@media screen and (max-width: 992px) {
    .our_background_430 {
        padding: 80px 0;
    }
    
    .our_background_430 h2 {
        font-size: calc(47px * 0.9);
        margin-bottom: 50px;
    }
    
    .our_background_430 .expert_network_564 {
        gap: 40px;
    }
}

@media screen and (max-width: 768px) {
    .our_background_430 {
        padding: 60px 0;
    }
    
    .our_background_430 h2 {
        font-size: calc(47px * 0.8);
        margin-bottom: 40px;
    }
    
    .our_background_430 h2::after {
        width: 80px;
        height: 3px;
    }
    
    .our_background_430 .mission_why_693 {
        flex-direction: column !important;
        align-items: center;
        gap: 20px;
    }
    
    .our_background_430 .mission_why_693 h3 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    
    .our_background_430 .mission_why_693 h3::after {
        display: none;
    }
    
    .our_background_430 .mission_why_693 p {
        width: 100%;
        padding: 25px;
    }
    
    .our_background_430 .expert_network_564::before {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .our_background_430 {
        padding: 50px 0;
    }
    
    .our_background_430 h2 {
        font-size: calc(47px * 0.7);
        margin-bottom: 30px;
    }
    
    .our_background_430 h2::after {
        width: 60px;
        height: 3px;
        bottom: -10px;
    }
    
    .our_background_430 .expert_network_564 {
        gap: 30px;
    }
    
    .our_background_430 .mission_why_693 h3 {
        font-size: calc(24px * 0.9);
        padding: 15px;
    }
    
    .our_background_430 .mission_why_693 p {
        font-size: calc(12px * 0.9);
        line-height: 1.6;
        padding: 20px;
    }
}.course_program_984 {
    position: relative;
    padding: 100px 0;
    background: rgb(242,228,237);
    overflow: hidden;
}

.course_program_984::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(225,195,216,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 80%, rgb(202,158,185,0.5) 0%, transparent 35%);
    filter: blur(70px);
    opacity: 0.5;
    z-index: 0;
    animation: ambientLight 15s infinite alternate ease-in-out;
}

.course_program_984::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    opacity: 0.03;
    z-index: 0;
}

.course_program_984 .container {
    position: relative;
    z-index: 1;
}

.course_program_984 .pro_skills_958 {
    display: flex;
    gap: 40px;
    position: relative;
    border-radius: 28px;
    background: rgb(242,228,237);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.08),
        -20px -20px 60px rgba(255, 255, 255, 0.08),
        inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    padding: 30px;
    overflow: hidden;
}

.course_program_984 .pro_skills_958::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(225,195,216,0.5) 49%, rgb(225,195,216,0.5) 51%, transparent 52%);
    background-size: 30px 30px;
    opacity: 0.05;
    z-index: 0;
    animation: patternShift 60s linear infinite;
}

.course_program_984 .text_zone_713 {
    flex: 1;
    position: relative;
    z-index: 2;
    padding: 40px;
    border-radius: 28px;
    background: rgb(242,228,237);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.06),
        -8px -8px 16px rgba(255, 255, 255, 0.04),
        inset 0 0 0 1px rgba(255, 255, 255, 0.02);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
}

.course_program_984 .text_zone_713:hover {
    transform: translateY(-8px);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.06),
        inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.course_program_984 .text_zone_713::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    top: -100px;
    left: -100px;
    background: linear-gradient(135deg, rgb(225,195,216), rgb(202,158,185));
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.1;
    z-index: -1;
    transition: all 0.7s ease;
}

.course_program_984 .text_zone_713:hover::before {
    transform: scale(1.5);
    opacity: 0.2;
}

.course_program_984 .text_zone_713::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    right: 30px;
    top: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(225,195,216,0.5), rgb(202,158,185,0.5));
    opacity: 0.5;
    filter: blur(5px);
    transition: all 0.5s ease;
}

.course_program_984 .text_zone_713:hover::after {
    transform: scale(1.5) rotate(45deg);
    opacity: 0.7;
}

.course_program_984 .text_zone_713 h2 {
    position: relative;
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    transition: transform 0.4s ease;
}

.course_program_984 .text_zone_713:hover h2 {
    transform: translateX(5px);
}

.course_program_984 .text_zone_713 h2::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgb(225,195,216), rgb(202,158,185));
    border-radius: 10px;
    transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.course_program_984 .text_zone_713:hover h2::after {
    width: 100%;
}

.course_program_984 .text_zone_713 p.skill_work_594 {
    position: relative;
    font-size: 15px;
    line-height: 1.75;
    color: #000000;
    margin-bottom: 25px;
    padding-left: 0;
    transition: all 0.4s ease;
}

.course_program_984 .text_zone_713 p.skill_work_594:last-of-type {
    margin-bottom: 0;
}

.course_program_984 .text_zone_713:hover p.skill_work_594 {
    transform: translateX(5px);
}

.course_program_984 .text_zone_713 p.skill_work_594::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: -10px;
    top: 0;
    background: linear-gradient(to bottom, rgb(225,195,216,0.5), transparent);
    border-radius: 10px;
    opacity: 0.3;
    transition: width 0.4s ease;
}

.course_program_984 .text_zone_713:hover p.skill_work_594::before {
    width: 3px;
}

.course_program_984 .img_list_476 {
    flex: 1;
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.5s ease;
    z-index: 2;
}

.course_program_984 .img_list_476:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.07),
        inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.course_program_984 .img_list_476::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(225,195,216,0.5) 100%
        );
    opacity: 0.5;
    z-index: 1;
    transition: opacity 0.4s ease;
}

.course_program_984 .img_list_476:hover::before {
    opacity: 0.3;
}

.course_program_984 .img_list_476::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    transform-origin: center center;
    animation: lightSweep 10s infinite ease-in-out;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.course_program_984 .img_list_476:hover::after {
    opacity: 1;
}

@keyframes ambientLight {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes lightSweep {
    0%, 100% {
        transform: translate(-50%, -50%) scale(0.8);
    }
    50% {
        transform: translate(-30%, -30%) scale(1.2);
    }
}

@media (max-width: 1024px) {
    .course_program_984 {
        padding: 80px 0;
    }
    
    .course_program_984 .pro_skills_958 {
        flex-direction: column;
        padding: 25px;
        gap: 30px;
    }
    
    .course_program_984 .text_zone_713 {
        padding: 30px;
        width: 100%;
    }
    
    .course_program_984 .img_list_476 {
        min-height: 400px;
        width: 100%;
        transform: perspective(1000px) rotateX(-5deg);
    }
    
    .course_program_984 .img_list_476:hover {
        transform: perspective(1000px) rotateX(0deg);
    }
}

@media (max-width: 768px) {
    .course_program_984 {
        padding: 60px 0;
    }
    
    .course_program_984 .pro_skills_958 {
        padding: 20px;
        gap: 25px;
    }
    
    .course_program_984 .text_zone_713 {
        padding: 25px;
    }
    
    .course_program_984 .text_zone_713 h2 {
        font-size: calc(38px * 0.9);
        margin-bottom: 25px;
        padding-bottom: 12px;
    }
    
    .course_program_984 .text_zone_713 h2::after {
        height: 3px;
    }
    
    .course_program_984 .text_zone_713 p.skill_work_594 {
        font-size: calc(15px * 0.95);
        line-height: 1.7;
        margin-bottom: 20px;
    }
    
    .course_program_984 .img_list_476 {
        min-height: 350px;
        transform: none;
    }
    
    .course_program_984 .img_list_476:hover {
        transform: none;
    }
}

@media (max-width: 480px) {
    .course_program_984 {
        padding: 50px 0;
    }
    
    .course_program_984 .pro_skills_958 {
        padding: 15px;
        gap: 20px;
    }
    
    .course_program_984 .text_zone_713 {
        padding: 20px;
    }
    
    .course_program_984 .text_zone_713 h2 {
        font-size: calc(38px * 0.8);
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    
    .course_program_984 .text_zone_713 h2::after {
        height: 3px;
        width: 50px;
    }
    
    .course_program_984 .text_zone_713 p.skill_work_594 {
        font-size: calc(15px * 0.9);
        line-height: 1.6;
        margin-bottom: 15px;
    }
    
    .course_program_984 .img_list_476 {
        min-height: 250px;
    }
    
    .course_program_984 .text_zone_713:hover,
    .course_program_984 .text_zone_713:hover h2,
    .course_program_984 .text_zone_713:hover p.skill_work_594 {
        transform: none;
    }
}.thxFrame_350 {
    background-color: rgb(225,195,216,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    font-family: Ubuntu, sans-serif;
    position: relative;
    overflow: hidden;
}
.thxFrame_350::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(225,195,216,0.5), rgb(202,158,185,0.5));
    z-index: -1;
    opacity: 0.2;
}
.thxFrame_350 .container {
    background-color: rgb(225,195,216,0.5);
    border: 1px solid rgb(202,158,185,0.5);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 40px;
    max-width: 700px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.thxFrame_350 .container::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgb(225,195,216), transparent);
    z-index: -1;
    opacity: 0.5;
    border-radius: 50%;
}
.thxFrame_350 .container::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(202,158,185), transparent);
    z-index: -1;
    opacity: 0.5;
    border-radius: 50%;
}
.thxFrame_350 h2 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    text-shadow: 0 0 10px rgb(225,195,216,0.5);
}
.thxFrame_350 p {
    font-size: 16px;
    color: rgb(202,158,185);
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
    position: relative;
    text-shadow: 0 0 5px rgb(202,158,185,0.5);
}
.thxFrame_350 p strong {
    font-weight: 700;
    color: #ffffff;
    background: rgb(202,158,185,0.5);
    padding: 2px 4px;
    border-radius: 10px;
}
@media only screen and (max-width: 800px) {
    .thxFrame_350 {
        padding: 10px;
    }
    .thxFrame_350 .container {
        padding: 20px;
    }
    .thxFrame_350 h2 {
        font-size: calc(32px - 4px);
    }
    .thxFrame_350 p {
        font-size: calc(16px - 2px);
    }
}
footer {
    width: 100%;
    position: relative;
}

footer .partner_logo_635 {
    background-color: #2c3e50;
    padding: 100px 0 30px;
    font-family: Ubuntu, sans-serif;
    color: #ffffff;
    position: relative;
}

footer .partner_logo_635::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    background-size: 60px 60px;
    opacity: 0.1;
}

footer .sustain_cta_719 {
    position: relative;
    z-index: 1;
}

footer .support_request_038 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: -70px auto 60px;
    position: relative;
}

footer .info_item {
    height: 100px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

footer .info_item:nth-child(even) {
    transform: translateY(30px);
}

footer .info_item::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 50%;
    background-color: rgb(225,195,216);
    left: 0;
    top: 25%;
    transition: height 0.3s ease, top 0.3s ease;
}

footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

footer .info_item:hover::before {
    height: 100%;
    top: 0;
}

footer .info_item svg {
    width: 22px;
    height: 22px;
    fill: rgb(225,195,216);
    margin-right: 15px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

footer .info_item p,
footer .info_item a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

footer .info_item a:hover {
    color: rgb(225,195,216);
}

footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
}

footer .nav_begin_208, footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    position: relative;
    transition: all 0.3s ease;
}

footer .nav_begin_208:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}

footer .header_bar_893 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

footer .nav_begin_208 svg {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}

footer .art_portal_532 {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

footer .header_bar_893 h5 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    grid-column: 1 / -1;
    position: relative;
    padding-bottom: 10px;
}

footer .header_bar_893 h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: rgb(225,195,216);
}

footer .main_mainbar_083 {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    transition: all 0.3s ease;
    height: 100%;
}

footer .main_mainbar_083:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

footer .main_mainbar_083 a {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 18px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

footer .main_mainbar_083 a:last-child {
    border-bottom: none;
}

footer .main_mainbar_083 a::before {
    content: "→";
    position: absolute;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
}

footer .main_mainbar_083 a:hover {
    color: #ffffff;
    padding-left: 5px;
}

footer .main_mainbar_083 a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

footer .subscribe_holder h5 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
}

footer .subscribe_holder h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: rgb(225,195,216);
}

footer .subscribe_holder p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}

footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer .input_holder input[type="email"] {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(225,195,216);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .email_input_box_257 {
    padding: 15px;
    background-color: rgb(225,195,216);
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

footer .email_input_box_257:hover {
    background-color: rgb(202,158,185);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .conduct_code_192 {
    margin-top: 50px;
    text-align: center;
    position: relative;
}

footer .whatsapp_grp_276 {
    display: inline-block;
    padding: 8px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {
    footer .text_main_holder {
        grid-template-columns: 1fr 2fr 1fr;
        gap: 30px;
    }
    
    footer .input_holder {
        flex-direction: row;
    }
    
    footer .email_input_box_257 {
        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    footer .info_item:nth-child(even) {
        transform: translateY(15px);
    }
    
    footer .header_bar_893 {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 767px) {
    footer .partner_logo_635 {
        padding: 70px 0 30px;
    }
    
    footer .support_request_038 {
        margin-top: 0;
        margin-bottom: 40px;
    }
    
    footer .info_item {
        height: auto;
        padding: 15px 20px;
    }
    
    footer .info_item:nth-child(even) {
        transform: none;
    }
    
    footer .nav_begin_208, footer .subscribe_holder {
        padding: 25px 20px;
    }
    
    footer .header_bar_893 h5, footer .subscribe_holder h5 {
        margin-bottom: 15px;
    }
    
    footer .conduct_code_192 {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    footer .partner_logo_635 {
        padding: 50px 0 20px;
    }
    
    footer .main_mainbar_083 {
        padding: 15px;
    }
    
    footer .header_bar_893 h5, footer .subscribe_holder h5 {
        font-size: calc(19px - 2px);
    }
    
    footer .input_holder input[type="email"],
    footer .email_input_box_257 {
        padding: 12px;
    }
}