* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.main-edu-6 {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
}.data-viz-1 {
    flex: 0 0 auto;
}.wrapping-container-8 {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1266px;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.newsletter-subscription-0 {
    background: linear-gradient(135deg, rgb(195,157,125,0.5) 0%, rgb(219,190,170) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.newsletter-subscription-0::before {
    position: absolute;
    z-index: -1;
    background-size: 20px 20px;
    background: linear-gradient(45deg, transparent 25%, rgba(255, 255, 255, 0.05) 25%, 
              rgba(255, 255, 255, 0.05) 50%, transparent 50%, transparent 75%, 
              rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05));
    transform: perspective(1000px) rotateX(10deg);
    top: 0;
    opacity: 0.4;
    bottom: 0;
    content: "";
    right: 0;
    left: 0;
}.newsletter-subscription-0::after {
    left: -50%;
    z-index: -1;
    animation: pulseLight 12s infinite alternate ease-in-out;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    content: "";
    position: absolute;
    height: 200%;
    top: -50%;
    width: 200%;
}.newsletter-subscription-0 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.newsletter-subscription-0 .class-experts-7 {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.07),
              inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    backdrop-filter: blur(10px);
    border-left: 4px solid #ffffff;
}.newsletter-subscription-0 .class-experts-7:hover {
    transform: perspective(1000px) rotateY(0deg);
}.newsletter-subscription-0 .class-experts-7::before {
    content: "";
    left: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    top: 0;
    opacity: 0.3;
    right: 0;
    height: 1px;
}.newsletter-subscription-0 .class-experts-7::after {
    right: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    content: "";
    bottom: 0;
    left: 0;
    opacity: 0.3;
    position: absolute;
}.newsletter-subscription-0 h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    color: #ffffff;
    max-width: 90%;
    line-height: 1.4;
    transform: translateZ(10px);
    margin-bottom: 2rem;
    font-size: calc(21px * 1.1);
    position: relative;
}.newsletter-subscription-0 h3::after {
    bottom: -0.8rem;
    transform: scaleX(1);
    height: 3px;
    position: absolute;
    content: "";
    transition: transform 0.4s ease-out;
    opacity: 0.7;
    background: #ffffff;
    left: 0;
    width: 4rem;
    transform-origin: left;
}.newsletter-subscription-0 .class-experts-7:hover h3::after {
    transform: scaleX(1.5);
}.newsletter-subscription-0 .input_holder {
    position: relative;
    flex-direction: row;
    gap: 1rem;
    z-index: 3;
    align-items: stretch;
    display: flex;
}.newsletter-subscription-0 .input_holder div {
    flex: 1;
    position: relative;
}.newsletter-subscription-0 input[type="email"] {
    color: #000000;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    width: 100%;
    padding: 1.2rem 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}.newsletter-subscription-0 input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}.newsletter-subscription-0 input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s;
}.newsletter-subscription-0 input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.newsletter-subscription-0 .sub-agreement-9 {
    letter-spacing: 0.5px;
    font-size: 20px;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: rgb(219,190,170);
    border: none;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2), 
              inset 0 1px 0 rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 1.2rem 2rem;
}.newsletter-subscription-0 .sub-agreement-9:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3), 
              inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background: rgb(195,157,125);
    transform: translateY(-3px);
}.newsletter-subscription-0 .sub-agreement-9:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
}.newsletter-subscription-0 .sub-agreement-9::before {
    height: 100%;
    transition: left 0.7s ease;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    content: "";
    top: 0;
}.newsletter-subscription-0 .sub-agreement-9:hover::before {
    left: 100%;
}

@keyframes pulseLight {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.05);
  }
}

@media (max-width: 768px) {.newsletter-subscription-0 {
    padding: 3rem 1.5rem;
}.newsletter-subscription-0 .class-experts-7 {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem 1.5rem;
}.newsletter-subscription-0 h3 {
    max-width: 100%;
    font-size: 21px;
    margin-bottom: 1.5rem;
}.newsletter-subscription-0 .input_holder {
    gap: 1rem;
    flex-direction: column;
}.newsletter-subscription-0 input[type="email"] {
    padding: 1rem;
}.newsletter-subscription-0 .sub-agreement-9 {
    width: 100%;
    padding: 1rem;
}
}

@media (max-width: 480px) {.newsletter-subscription-0 {
    padding: 2.5rem 1rem;
}.newsletter-subscription-0 .class-experts-7 {
    padding: 1.5rem 1rem;
}.newsletter-subscription-0 h3 {
    line-height: 1.5;
    font-size: calc(16px * 1.1);
}.newsletter-subscription-0 h3::after {
    width: 3rem;
}
}

@media (min-width: 1200px) {.newsletter-subscription-0 .class-experts-7 {
    margin: 0 auto;
    max-width: 90%;
}.newsletter-subscription-0 h3 {
    font-size: calc(21px * 1.2);
    max-width: 80%;
}}header {
    position: fixed;
    background: linear-gradient(to bottom, 
        rgb(219,190,170,0.5) 0%,
        #000000 100%);
    top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 0;
    z-index: 100;
}header::before {
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    content: "";
    top: 0;
    animation: pulse-bg 8s infinite alternate;
    z-index: 1;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(195,157,125,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(219,190,170,0.5) 0%, transparent 15%);
}header::after {
    background-size: 20px 20px;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(195,157,125,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(195,157,125,0.5) 100%);
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.1;
    width: 100%;
    content: "";
}header .container {
    display: flex;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0;
}header .nav-pro-3 {
    position: relative;
    flex-direction: column;
    width: 100%;
    align-items: center;
    display: flex;
}header .nav-mentor-1 {
    margin: 1rem 0 1.5rem;
    position: relative;
    text-decoration: none;
    align-items: center;
    z-index: 3;
    display: flex;
    justify-content: center;
}header .nav-mentor-1::before {
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    content: "";
    height: 120px;
    width: 120px;
    animation: rotate 10s linear infinite;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(195,157,125,0.5) 120deg,
            transparent 180deg,
            rgb(219,190,170,0.5) 240deg,
            transparent 360deg
        );
}header .nav-mentor-1::after {
    width: 70px;
    position: absolute;
    filter: blur(20px);
    border-radius: 50%;
    opacity: 0.3;
    z-index: -2;
    background: rgb(195,157,125,0.5);
    animation: pulse-opacity 4s ease infinite alternate;
    content: "";
    height: 70px;
}header .nav-mentor-1 svg {
    filter: drop-shadow(0 0 8px rgb(219,190,170,0.5));
    height: 45px;
    transition: all 0.4s ease;
    width: auto;
}header .nav-mentor-1:hover svg {
    filter: drop-shadow(0 0 12px rgb(195,157,125));
    transform: scale(1.08);
}header .top-study-8 {
    overflow-x: auto;
    display: flex;
    scrollbar-width: none;
    border-bottom: 1px solid rgb(219,190,170,0.5);
    position: relative;
    width: 100vw;
    gap: 0.8rem;
    padding: 1rem 0;
    justify-content: center;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    border-top: 1px solid rgb(219,190,170,0.5);
}header .top-study-8::-webkit-scrollbar {
    display: none;
}header .top-study-8::before {
    content: "";
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 3;
    height: 100%;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    position: absolute;
    width: 100%;
}header .main-train-8 {
    padding: 0.6rem 1.5rem;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transition: all 0.3s ease;
    perspective: 800px;
    white-space: nowrap;
    letter-spacing: 1px;
    z-index: 2;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}header .main-train-8::before {
    border-radius: 10px;
    z-index: -1;
    height: 100%;
    transform: translateZ(-10px);
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 0;
    border: 1px solid transparent;
    top: 0;
    width: 100%;
}header .main-train-8::after {
    left: 50%;
    width: 0%;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(195,157,125);
    transition: all 0.3s ease;
    height: 2px;
    bottom: 0;
    content: "";
}header .main-train-8:hover {
    color: rgb(195,157,125);
    text-shadow: 0 0 5px rgb(195,157,125,0.5);
    transform: translateY(-2px) translateZ(0);
}header .main-train-8:hover::before {
    box-shadow: 0 0 15px rgb(219,190,170,0.5);
    transform: translateZ(0);
    border-color: rgb(195,157,125,0.5);
}header .main-train-8:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .nav-mentor-1 {
    margin: 0.8rem 0 1.2rem;
}header .nav-mentor-1 svg {
    height: 40px;
}header .main-train-8 {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1.2rem;
}
}

@media (max-width: 767px) {header .nav-mentor-1 {
    margin: 0.6rem 0 1rem;
}header .nav-mentor-1 svg {
    height: 35px;
}header .nav-mentor-1::before {
    width: 90px;
    height: 90px;
}header .nav-mentor-1::after {
    width: 50px;
    height: 50px;
}header .top-study-8 {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .main-train-8 {
    padding: 0.4rem 1rem;
    font-size: calc(16px - 2px);
}header .main-train-8:first-child {
    margin-left: 2rem;
}header .main-train-8:last-child {
    margin-right: 2rem;
}}.pricing-package-8 {
    background: #ffffff;
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}.pricing-package-8::before {
    position: absolute;
    width: 400px;
    opacity: 0.6;
    filter: blur(30px);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 1;
    content: '';
    right: -100px;
    background: linear-gradient(135deg, rgb(219,190,170,0.5), transparent);
    height: 400px;
    top: -150px;
    animation: float 15s ease-in-out infinite alternate;
}.pricing-package-8::after {
    filter: blur(25px);
    width: 300px;
    left: -50px;
    height: 300px;
    z-index: 1;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    position: absolute;
    animation: float 18s ease-in-out infinite alternate-reverse;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(195,157,125,0.5), transparent);
    content: '';
    bottom: -100px;
}.pricing-package-8 .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.pricing-package-8 .plan-details-7 {
    flex-direction: column;
    display: flex;
}.pricing-package-8 .study-cost-0 {
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    text-align: center;
    opacity: 0;
    margin-bottom: 3rem;
    transform: translateY(20px);
}.pricing-package-8 .study-cost-0 h2 {
    color: #000000;
    font-weight: 700;
    display: inline-block;
    font-size: 29px;
    position: relative;
    margin-bottom: 1rem;
}.pricing-package-8 .study-cost-0 h2::after {
    left: 50%;
    bottom: -10px;
    height: 3px;
    width: 80px;
    content: '';
    transform: translateX(-50%);
    position: absolute;
    background: rgb(219,190,170);
}.pricing-package-8 .learn-pricing-3 {
    max-width: 700px;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    margin: 1.5rem auto 0;
}.pricing-package-8 .bundle-price-9 {
    display: grid;
    margin-top: 2rem;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing-package-8 .program-price-6 {
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    opacity: 0;
    display: block;
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    text-decoration: none;
}.pricing-package-8 .program-price-6:nth-child(2) {
    animation-delay: 0.5s;
}.pricing-package-8 .program-price-6:nth-child(3) {
    animation-delay: 0.6s;
}.pricing-package-8 .program-price-6:nth-child(4) {
    animation-delay: 0.7s;
}.pricing-package-8 .program-price-6:hover {
    transform: translateY(-10px);
}.pricing-package-8 .payment-plans-2 {
    display: flex;
    border-radius: 4px;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    overflow: hidden;
    position: relative;
    flex-direction: column;
    transition: all 0.4s ease;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing-package-8 .program-price-6:hover .payment-plans-2 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.pricing-package-8 .learning-fee-1 {
    flex-direction: column;
    z-index: 2;
    position: relative;
    flex-grow: 1;
    padding: 2.5rem 2rem;
    display: flex;
}.pricing-package-8 .learning-fee-1 h3 {
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    font-size: calc(20px + 2px);
}.pricing-package-8 .program-price-6:hover .learning-fee-1 h3 {
    color: rgb(219,190,170);
}.pricing-package-8 .rate-card-0 {
    font-size: calc(20px + 4px);
    display: inline-block;
    color: rgb(219,190,170);
    position: relative;
    padding-bottom: 10px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.pricing-package-8 .rate-card-0::after {
    width: 40px;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 2px;
    content: '';
    background: rgb(219,190,170,0.5);
    transition: width 0.3s ease;
}.pricing-package-8 .program-price-6:hover .rate-card-0::after {
    width: 80px;
}.pricing-package-8 .learning-fee-1 p {
    hyphens: auto;
    font-size: 14px;
    color: #000000;
    overflow-wrap: break-word;
    flex-grow: 1;
    white-space: normal;
    margin-bottom: 2rem;
    word-wrap: break-word;
    line-height: 1.6;
}.pricing-package-8 .photo-wrap-0 {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 200px;
    transition: all 0.5s ease;
}.pricing-package-8 .photo-wrap-0::after {
    left: 0;
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
}.pricing-package-8 .program-price-6:hover .photo-wrap-0::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.pricing-package-8 .plan-details-7 {
    flex-direction: row-reverse;
}.pricing-package-8 .study-cost-0 {
    flex-direction: column;
    text-align: left;
    display: flex;
    justify-content: center;
    padding-right: 3rem;
    width: 35%;
}.pricing-package-8 .study-cost-0 h2 {
    text-align: left;
}.pricing-package-8 .study-cost-0 h2::after {
    transform: none;
    left: 0;
}.pricing-package-8 .learn-pricing-3 {
    margin: 1.5rem 0 0;
}.pricing-package-8 .bundle-price-9 {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    width: 65%;
    gap: 2rem;
}
}

@media (max-width: 991px) {.pricing-package-8 {
    padding: 5rem 0;
}.pricing-package-8 .study-cost-0 {
    margin-bottom: 2rem;
}.pricing-package-8 .bundle-price-9 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.pricing-package-8 {
    padding: 4rem 0;
}.pricing-package-8 .learning-fee-1 {
    padding: 2rem 1.5rem;
}.pricing-package-8 .photo-wrap-0 {
    height: 180px;
}
}

@media (max-width: 575px) {.pricing-package-8 {
    padding: 3rem 0;
}.pricing-package-8 .study-cost-0 h2 {
    font-size: calc(29px - 4px);
}.pricing-package-8 .bundle-price-9 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.pricing-package-8 .learning-fee-1 {
    padding: 1.5rem 1.25rem;
}.pricing-package-8 .photo-wrap-0 {
    height: 160px;
}
}

@media (hover: none) {.pricing-package-8 .program-price-6:hover {
    transform: none;
}.pricing-package-8 .program-price-6:hover .payment-plans-2 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing-package-8 .program-price-6:hover .photo-wrap-0::after {
    opacity: 0;
}.pricing-package-8 .program-price-6:hover .rate-card-0::after {
    width: 40px;
}}.privacy-stronghold-1 {
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(237,223,211), #ffffff);
    position: relative;
}.privacy-stronghold-1::before {
    top: 0;
    height: 100%;
    pointer-events: none;
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 80% 20%, rgb(195,157,125,0.5) 0%, transparent 60%),
        radial-gradient(circle at 20% 80%, rgb(219,190,170,0.5) 0%, transparent 60%);
    left: 0;
    z-index: 0;
    content: "";
    opacity: 0.15;
}.privacy-stronghold-1 .container {
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08), 
                0 5px 10px rgba(0,0,0,0.03);
    margin: 0 auto;
    padding: 3rem;
    background: #ffffff;
    max-width: 1140px;
    z-index: 1;
}.privacy-stronghold-1 .container::before {
    transform: translateX(-2px);
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(219,190,170), rgb(195,157,125));
}.privacy-stronghold-1 h1 {
    margin-bottom: 2rem;
    color: #000000;
    font-size: 40px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateX(1.5rem);
    padding-bottom: 1rem;
}.privacy-stronghold-1 h1::after {
    background: rgb(219,190,170);
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    transform-origin: left center;
    height: 3px;
    width: 80px;
    bottom: 0;
    content: "";
}.privacy-stronghold-1:hover h1::after {
    width: 120px;
}.privacy-stronghold-1 h2 {
    font-weight: 600;
    font-size: 33px;
    display: inline-block;
    position: relative;
    margin: 3rem 0 1.5rem;
    font-family: Arial, sans-serif;
    color: rgb(195,157,125);
    padding-left: 1.5rem;
}.privacy-stronghold-1 h2::before {
    height: 8px;
    content: "";
    width: 8px;
    background: rgb(219,190,170);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    position: absolute;
    left: 0;
}.privacy-stronghold-1 h3 {
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: calc(33px * 0.85);
    margin: 2.5rem 0 1.25rem;
    padding-left: 1.25rem;
    font-family: Arial, sans-serif;
}.privacy-stronghold-1 h3::before {
    position: absolute;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    left: 0;
    content: "";
    top: 50%;
    background: rgb(195,157,125);
}.privacy-stronghold-1 h4 {
    padding-left: 1rem;
    color: #000000;
    position: relative;
    font-size: calc(33px * 0.7);
    font-weight: 600;
    margin: 2rem 0 1rem;
    font-family: Arial, sans-serif;
}.privacy-stronghold-1 h4::before {
    height: 4px;
    width: 4px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    top: 50%;
    left: 0;
    background: rgb(219,190,170);
    position: absolute;
}.privacy-stronghold-1 p {
    transform: translateZ(0);
    color: #000000;
    max-width: 90%;
    font-size: 15px;
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}.privacy-stronghold-1 p strong {
    color: #000000;
    font-weight: 600;
    display: inline-block;
    position: relative;
}.privacy-stronghold-1 p strong::after {
    bottom: -2px;
    left: 0;
    height: 1px;
    background: rgb(219,190,170,0.5);
    position: absolute;
    width: 100%;
    content: "";
}.privacy-stronghold-1 ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    list-style: none;
}.privacy-stronghold-1 li {
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 15px;
    padding-left: 1.5rem;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.6;
}.privacy-stronghold-1 li::before {
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    left: 0;
    height: 6px;
    top: 0.7em;
    border: 1px solid rgb(219,190,170);
    transform: rotate(45deg);
    width: 6px;
}.privacy-stronghold-1 li:hover::before {
    background: rgb(219,190,170);
    transform: rotate(135deg);
}.privacy-stronghold-1 span {
    color: #000000;
    font-size: 15px;
    font-family: Arial, sans-serif;
    display: block;
    line-height: 1.7;
    padding: 0.5rem 0 0.5rem 1rem;
    border-left: 2px solid rgb(195,157,125,0.5);
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {.privacy-stronghold-1 {
    padding: 7rem 3rem;
}.privacy-stronghold-1 .container {
    transform: perspective(1200px) rotateX(1deg);
    padding: 4rem 5rem;
}.privacy-stronghold-1 h1 {
    font-size: calc(40px * 1.15);
    transform: translateX(2rem);
}.privacy-stronghold-1 p {
    max-width: 80%;
}.privacy-stronghold-1 ul {
    padding-left: 2.5rem;
}
}

@media (max-width: 991px) {.privacy-stronghold-1 {
    padding: 4rem 1.5rem;
}.privacy-stronghold-1 .container {
    padding: 2.5rem;
}.privacy-stronghold-1 h1 {
    transform: translateX(1rem);
}
}

@media (max-width: 767px) {.privacy-stronghold-1 {
    padding: 3rem 1rem;
}.privacy-stronghold-1 .container {
    transform: perspective(800px) rotateX(0.5deg);
    padding: 2rem 1.5rem;
}.privacy-stronghold-1 h1 {
    transform: translateX(0);
    font-size: calc(40px * 0.85);
}.privacy-stronghold-1 h2 {
    font-size: calc(33px * 0.9);
}.privacy-stronghold-1 p, .privacy-stronghold-1 li, .privacy-stronghold-1 span {
    font-size: calc(15px * 0.95);
}.privacy-stronghold-1 p {
    max-width: 100%;
}
}

@media (max-width: 480px) {.privacy-stronghold-1 {
    padding: 2rem 0.75rem;
}.privacy-stronghold-1 .container {
    transform: none;
    padding: 1.75rem 1.25rem;
}.privacy-stronghold-1 .container::before {
    width: 3px;
}.privacy-stronghold-1 h1 {
    font-size: calc(40px * 0.75);
    margin-bottom: 1.5rem;
}.privacy-stronghold-1 h2 {
    font-size: calc(33px * 0.8);
    padding-left: 1.25rem;
}.privacy-stronghold-1 h3, .privacy-stronghold-1 h4 {
    padding-left: 1rem;
}.privacy-stronghold-1 p, .privacy-stronghold-1 li, .privacy-stronghold-1 span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.privacy-stronghold-1 ul {
    padding-left: 0.75rem;
}.privacy-stronghold-1 li {
    padding-left: 1.25rem;
}}.interested-learners-5 {
    overflow: hidden;
    padding: 120px 0;
    background: #f9f9f9;
    position: relative;
}.interested-learners-5::before {
    background-color: rgb(219,190,170,0.5);
    bottom: 0;
    top: 0;
    width: 6px;
    z-index: 1;
    content: '';
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}.interested-learners-5 .class-experts-7 {
    max-width: 1000px;
    z-index: 10;
    text-align: center;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
}.interested-learners-5 h3 {
    display: inline-block;
    margin-bottom: 80px;
    padding: 0 30px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    background-color: #f9f9f9;
    color: #000000;
    font-size: 35px;
    border: 3px solid rgb(219,190,170,0.5);
    border-radius: 50px;
}.interested-learners-5 ul {
    flex-direction: column;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 50px;
    padding: 0;
}.interested-learners-5 ul li {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    display: flex;
    position: relative;
    max-width: 500px;
    padding: 30px;
    transition: all 0.4s ease;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    width: 100%;
    z-index: 2;
    text-align: left;
}.interested-learners-5 ul li::before {
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 6px solid rgb(219,190,170,0.5);
    content: '';
    left: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    z-index: 5;
    position: absolute;
    transform: translateX(-50%);
    top: -25px;
    background-color: #ffffff;
}.interested-learners-5 ul li:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
}.interested-learners-5 ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.interested-learners-5 ul li:hover::before {
    border-color: #ffffff;
    background-color: rgb(219,190,170,0.5);
}.interested-learners-5 ul li svg {
    border-radius: 50%;
    width: 60px;
    background-color: rgb(219,190,170,0.5);
    transition: all 0.4s ease;
    padding: 12px;
    flex-shrink: 0;
    height: 60px;
}.interested-learners-5 ul li:hover svg {
    transform: rotate(360deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}.interested-learners-5 ul li svg path {
    fill: #ffffff;
    transition: fill 0.4s ease;
}.interested-learners-5 ul li:hover svg path {
    fill: rgb(219,190,170);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.interested-learners-5 ul li {
    opacity: 0;
    animation: fadeInFromTop 0.6s ease forwards;
}.interested-learners-5 ul li:nth-child(1) {
    animation-delay: 0.1s;
}.interested-learners-5 ul li:nth-child(2) {
    animation-delay: 0.3s;
}.interested-learners-5 ul li:nth-child(3) {
    animation-delay: 0.5s;
}.interested-learners-5 ul li:nth-child(4) {
    animation-delay: 0.7s;
}.interested-learners-5 ul li:nth-child(5) {
    animation-delay: 0.9s;
}.interested-learners-5 ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.interested-learners-5 {
    padding: 90px 0;
}.interested-learners-5 h3 {
    margin-bottom: 60px;
}.interested-learners-5 ul {
    gap: 60px;
}.interested-learners-5 ul li {
    padding: 25px;
}.interested-learners-5 ul li svg {
    height: 50px;
    padding: 10px;
    width: 50px;
}
}

@media (max-width: 768px) {.interested-learners-5 ul li,
    .interested-learners-5 ul li:nth-child(even) {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.interested-learners-5 ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.interested-learners-5 {
    padding: 70px 0;
}.interested-learners-5 h3 {
    font-size: calc(35px * 0.85);
    padding: 0 20px;
    margin-bottom: 50px;
}.interested-learners-5 ul {
    gap: 50px;
}.interested-learners-5 ul li {
    padding: 20px;
}.interested-learners-5 ul li::before {
    height: 40px;
    top: -25px;
    width: 40px;
}.interested-learners-5 ul li svg {
    padding: 8px;
    height: 45px;
    width: 45px;
}
}

@media (prefers-reduced-motion: reduce) {.interested-learners-5 ul li {
    opacity: 1;
    animation: none;
}.interested-learners-5 ul li:hover {
    transform: none;
}.interested-learners-5 ul li:hover svg {
    transform: none;
}}.program-results-4 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(237,223,211) 0%, rgba(245, 248, 251, 0.9) 100%);
    padding: 7rem 0;
    position: relative;
}.program-results-4::before {
    height: 100%;
    opacity: 0.3;
    content: "";
    background-image: 
        linear-gradient(45deg, rgba(240, 245, 255, 0.3) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(240, 245, 255, 0.3) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(240, 245, 255, 0.3) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(240, 245, 255, 0.3) 75%);
    width: 100%;
    left: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    z-index: 0;
    top: 0;
    position: absolute;
}.program-results-4 .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1320px;
}.program-results-4 .class-experts-7 {
    gap: 2.5rem;
    flex-direction: column-reverse;
    display: flex;
    position: relative;
}.program-results-4 .text-header-2 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    border-left: 4px solid rgb(219,190,170);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    transform: translateY(0);
}.program-results-4 .text-header-2:hover {
    transform: translateY(-5px);
}.program-results-4 h4 {
    font-family: Arial, sans-serif;
    font-size: calc(24px * 1.15);
    color: #000000;
    position: relative;
    padding-bottom: 1rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    font-weight: 700;
}.program-results-4 h4::after {
    border-radius: 10px;
    position: absolute;
    height: 3px;
    bottom: 0;
    content: "";
    width: 60px;
    left: 0;
    background: rgb(219,190,170);
}.program-results-4 .text-header-2 > div {
    margin-bottom: 1.5rem;
}.program-results-4 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.program-results-4 li {
    transition: transform 0.4s ease;
    margin-bottom: 1.25rem;
    transform: translateX(0);
}.program-results-4 li:hover {
    transform: translateX(8px);
}.program-results-4 li p {
    color: #000000;
    font-size: 15px;
    display: flex;
    line-height: 1.6;
    margin: 0;
    align-items: flex-start;
    gap: 1rem;
}.program-results-4 li p span:first-child {
    flex-shrink: 0;
    margin-top: 0.2rem;
}.program-results-4 li p span:last-child {
    flex-grow: 1;
}.program-results-4 svg {
    transition: transform 0.3s ease-out;
    width: 22px;
    transform: scale(1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 22px;
}.program-results-4 li:hover svg {
    transform: scale(1.15);
}.program-results-4 svg path {
    transition: fill 0.3s ease;
    fill: rgb(219,190,170);
}.program-results-4 li:hover svg path {
    fill: rgb(195,157,125);
}.program-results-4 .photo-wrap-0 {
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: auto;
    width: 100%;
    transform: perspective(1000px) rotateY(0);
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}.program-results-4 .class-experts-7:hover .photo-wrap-0 {
    transform: perspective(1000px) rotateY(3deg);
}

@media (min-width: 768px) {.program-results-4 .class-experts-7 {
    align-items: center;
    flex-direction: row;
}.program-results-4 .text-header-2 {
    z-index: 2;
    margin-right: -4rem;
    padding: 3rem;
    flex: 1;
}.program-results-4 .photo-wrap-0 {
    margin-left: auto;
    flex: 1;
    max-width: 50%;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}.program-results-4 .text-header-2 > div {
    display: flex;
    gap: 2rem;
}.program-results-4 .text-header-2 > div > ul {
    flex: 1;
}
}

@media (min-width: 992px) {.program-results-4 {
    padding: 9rem 0;
}.program-results-4 h4 {
    font-size: calc(24px * 1.3);
}.program-results-4 .text-header-2 {
    padding: 4rem;
    margin-right: -6rem;
}.program-results-4 .photo-wrap-0 {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}.program-results-4 li p {
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 1200px) {.program-results-4 h4 {
    max-width: 90%;
    font-size: calc(24px * 1.4);
}.program-results-4 .text-header-2 {
    padding: 4.5rem;
    margin-right: -8rem;
}.program-results-4 svg {
    height: 24px;
    width: 24px;
}.program-results-4 .photo-wrap-0 {
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}
}

@media (max-width: 767px) {.program-results-4 {
    padding: 5rem 0;
}.program-results-4 .text-header-2 > div:first-of-type ul {
    margin-bottom: 0;
}.program-results-4 .photo-wrap-0 {
    max-height: 360px;
    object-position: center;
}}.opening-board-2 {
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(237,223,211) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    justify-content: center;
    position: relative;
}.opening-board-2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
    z-index: 1;
    background: 
    radial-gradient(circle at 20% 30%, rgb(219,190,170,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(195,157,125,0.5) 0%, transparent 40%);
}.opening-board-2::after {
    filter: blur(80px);
    width: 50%;
    top: -10%;
    height: 50%;
    animation: floatGlow 12s infinite alternate ease-in-out;
    z-index: 0;
    content: "";
    right: -10%;
    background: linear-gradient(45deg, rgb(219,190,170,0.5) 0%, rgb(195,157,125) 100%);
    position: absolute;
    transform: rotate(15deg);
}.opening-board-2 .course-base-6 {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    width: 90%;
    display: grid;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    transform: translateY(-2%);
}.opening-board-2 .course-base-6 > div:first-child {
    position: relative;
    padding: 2rem;
    transform: translateX(-5%);
    animation: slideInLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.opening-board-2 .course-base-6 > div:first-child::before {
    position: absolute;
    width: 3px;
    animation: lineGrow 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.5s;
    top: 0;
    background: rgb(219,190,170);
    height: 0;
    left: 0;
    content: "";
}.opening-board-2 .course-base-6 p {
    max-width: 90%;
    transform: translateY(20px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: fadeUp 1s ease forwards 0.8s;
    margin: 0;
    font-size: calc(12px * 1.2);
    opacity: 0;
    line-height: 1.6;
    color: #ffffff;
    position: relative;
    font-weight: 600;
}.opening-board-2 .master-sessions-9 {
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    animation: fadeScale 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}.opening-board-2 .master-sessions-9:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.opening-board-2 .master-sessions-9 > div {
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    min-height: 450px;
    display: flex;
    padding: 2.5rem;
}.opening-board-2 .master-sessions-9 > div::before {
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.3) 0%, 
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8) 100%);
}.opening-board-2 .master-sessions-9 h3 {
    max-width: 90%;
    margin-bottom: 2rem;
    color: #ffffff;
    position: relative;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(20px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 400;
    z-index: 2;
    font-size: calc(22px * 1.1);
    animation: fadeUp 1s ease forwards 1.2s;
}.opening-board-2 .master-sessions-9 > div > div {
    z-index: 2;
    position: relative;
    margin-top: auto;
}.opening-board-2 .title_style_header {
    margin: 0;
    font-weight: 700;
    background: linear-gradient(90deg, #ffffff, rgb(219,190,170));
    -webkit-background-clip: text !important;
    transform: translateY(30px);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    animation: fadeUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.5s;
    color: #ffffff;
    opacity: 0;
    background-clip: text !important;
    position: relative;
    line-height: 1.2;
    color: transparent;
    display: inline-block;
    font-size: 38px;
}.opening-board-2 .title_style_header::after {
    background: rgb(219,190,170);
    width: 0;
    bottom: -10px;
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
    animation: lineGrowWidth 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 2s;
}

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

@keyframes lineGrow {
  0% {
    height: 0;
  }
  100% {
    height: 80%;
  }
}

@keyframes lineGrowWidth {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(1);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(-5%);
  }
}

@keyframes floatGlow {
  0% {
    transform: rotate(15deg) translateY(0);
    filter: blur(80px);
  }
  50% {
    filter: blur(100px);
  }
  100% {
    transform: rotate(12deg) translateY(-20px);
    filter: blur(70px);
  }
}

@media (min-width: 768px) {.opening-board-2 .course-base-6 {
    grid-template-columns: 0.4fr 0.6fr;
    grid-gap: 3rem;
}.opening-board-2 .course-base-6 > div:first-child {
    display: flex;
    align-items: center;
}.opening-board-2 .course-base-6 p {
    font-size: calc(12px * 1.3);
}.opening-board-2 .master-sessions-9 > div {
    min-height: 500px;
}.opening-board-2 .title_style_header {
    font-size: calc(38px * 1.2);
}.opening-board-2 .master-sessions-9 h3 {
    max-width: 80%;
    font-size: calc(22px * 1.2);
}
}

@media (min-width: 992px) {.opening-board-2 .course-base-6 {
    grid-template-columns: 0.35fr 0.65fr;
}.opening-board-2 .master-sessions-9 {
    transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
}.opening-board-2 .master-sessions-9:hover {
    transform: perspective(1500px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}.opening-board-2 .master-sessions-9 > div {
    min-height: 550px;
    padding: 3rem;
}.opening-board-2 .title_style_header {
    font-size: calc(38px * 1.4);
}
}

@media (max-width: 767px) {.opening-board-2 {
    padding: 4rem 1rem;
}.opening-board-2 .course-base-6 > div:first-child {
    padding: 1.5rem;
}.opening-board-2 .master-sessions-9 > div {
    padding: 2rem;
    min-height: 400px;
}.opening-board-2 .title_style_header {
    font-size: calc(38px * 0.9);
}.opening-board-2 .master-sessions-9 h3 {
    font-size: 22px;
    margin-bottom: 1.5rem;
}
}

@media (max-width: 480px) {.opening-board-2 {
    padding: 3rem 1rem;
}.opening-board-2 .course-base-6 {
    width: 95%;
}.opening-board-2 .course-base-6 > div:first-child {
    padding: 1rem;
}.opening-board-2 .course-base-6 p {
    font-size: 12px;
    max-width: 100%;
}.opening-board-2 .master-sessions-9 > div {
    padding: 1.5rem;
    min-height: 350px;
}.opening-board-2 .title_style_header {
    font-size: calc(38px * 0.9);
}.opening-board-2 .master-sessions-9 h3 {
    font-size: calc(19px * 1.1);
    max-width: 100%;
}}.company-overview-0 {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.company-overview-0::before {
    z-index: 1;
    width: 100%;
    opacity: 0.03;
    height: 100%;
    content: "";
    top: 0;
    background: 
        linear-gradient(0deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px);
    background-size: 50px 50px;
    position: absolute;
    left: 0;
}.company-overview-0::after {
    position: absolute;
    content: "";
    z-index: 1;
    background: 
        repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    opacity: 0.03;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}.company-overview-0 .container {
    z-index: 10;
    position: relative;
}.company-overview-0 h2 {
    text-align: center;
    font-size: 30px;
    color: #000000;
    position: relative;
    margin-bottom: 60px;
    font-weight: 700;
}.company-overview-0 h2::before {
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    content: "";
    bottom: -15px;
    background-color: rgb(219,190,170);
    position: absolute;
}.company-overview-0 h2::after {
    transform: translateX(-50%) translateX(30px);
    left: 50%;
    background-color: rgb(195,157,125);
    position: absolute;
    width: 20px;
    content: "";
    height: 3px;
    bottom: -15px;
}.company-overview-0 .learn-roots-8 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
}.company-overview-0 .learn-roots-8::before {
    opacity: 0.05;
    background: 
        linear-gradient(45deg, transparent calc(50% - 1px), rgb(219,190,170,0.5) calc(50% - 1px), rgb(219,190,170,0.5) calc(50% + 1px), transparent calc(50% + 1px)),
        linear-gradient(135deg, transparent calc(50% - 1px), rgb(195,157,125,0.5) calc(50% - 1px), rgb(195,157,125,0.5) calc(50% + 1px), transparent calc(50% + 1px));
    height: 100%;
    width: 100%;
    left: 0;
    background-size: 60px 60px;
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
}.company-overview-0 .team-profile-9 {
    z-index: 2;
    border-radius: 0;
    flex: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-width: calc(50% - 15px);
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
}.company-overview-0 .team-profile-9::before {
    left: 0;
    height: 4px;
    width: 100%;
    content: "";
    transition: transform 0.4s ease;
    position: absolute;
    background: linear-gradient(90deg, rgb(219,190,170), rgb(195,157,125));
    top: 0;
    transform-origin: left;
    transform: scaleX(0);
}.company-overview-0 .team-profile-9:hover::before {
    transform: scaleX(1);
}.company-overview-0 .team-profile-9::after {
    transition: opacity 0.4s ease;
    border-style: solid;
    height: 0;
    border-width: 0 0 40px 40px;
    width: 0;
    right: 0;
    position: absolute;
    opacity: 0;
    border-color: transparent transparent rgb(219,190,170,0.5) transparent;
    content: "";
    bottom: 0;
}.company-overview-0 .team-profile-9:hover::after {
    opacity: 1;
}.company-overview-0 .team-profile-9 {
    padding: 40px;
    transform: translateY(0);
}.company-overview-0 .team-profile-9:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.company-overview-0 .team-profile-9 h3 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 24px;
    padding-left: 15px;
    color: #000000;
}.company-overview-0 .team-profile-9 h3::before {
    left: 0;
    width: 5px;
    height: 25px;
    top: 50%;
    position: absolute;
    background-color: rgb(219,190,170);
    content: "";
    transform: translateY(-50%);
}.company-overview-0 .team-profile-9:last-child h3::before {
    background-color: rgb(195,157,125);
}.company-overview-0 .team-profile-9:hover h3 {
    color: rgb(219,190,170);
}.company-overview-0 .team-profile-9:last-child:hover h3 {
    color: rgb(195,157,125);
}.company-overview-0 .team-profile-9 p {
    line-height: 1.8;
    position: relative;
    font-size: 12px;
    color: #000000;
}.company-overview-0 .container::before {
    background: linear-gradient(135deg, rgb(219,190,170,0.5), rgb(195,157,125,0.5));
    content: "";
    z-index: -1;
    position: absolute;
    width: 300px;
    top: -150px;
    border-radius: 50%;
    opacity: 0.1;
    right: -150px;
    height: 300px;
}.company-overview-0 .container::after {
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 200px;
    background: linear-gradient(45deg, rgb(195,157,125,0.5), rgb(219,190,170,0.5));
    opacity: 0.1;
    height: 200px;
    z-index: -1;
    border-radius: 50%;
    content: "";
}.company-overview-0 .team-profile-9:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.company-overview-0 .team-profile-9:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.company-overview-0 .team-profile-9:first-child::after {
    border-color: transparent transparent rgb(219,190,170,0.5) transparent;
}.company-overview-0 .team-profile-9:last-child::after {
    border-color: transparent transparent rgb(195,157,125,0.5) transparent;
}

@media screen and (max-width: 992px) {.company-overview-0 {
    padding: 80px 0;
}.company-overview-0 .learn-roots-8 {
    flex-direction: column;
}.company-overview-0 .team-profile-9 {
    min-width: 100%;
}.company-overview-0 h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 768px) {.company-overview-0 {
    padding: 60px 0;
}.company-overview-0 h2 {
    font-size: calc(30px * 0.9);
}.company-overview-0 .team-profile-9 {
    padding: 30px;
}.company-overview-0 .team-profile-9 h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.company-overview-0 .team-profile-9 h3::before {
    height: 20px;
}.company-overview-0 .container::before {
    height: 200px;
    top: -100px;
    width: 200px;
    right: -100px;
}.company-overview-0 .container::after {
    height: 150px;
    left: -75px;
    width: 150px;
    bottom: -75px;
}
}

@media screen and (max-width: 576px) {.company-overview-0 {
    padding: 50px 0;
}.company-overview-0 h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.company-overview-0 h2::before {
    bottom: -12px;
    width: 40px;
}.company-overview-0 h2::after {
    transform: translateX(-50%) translateX(25px);
    bottom: -12px;
    width: 15px;
}.company-overview-0 .team-profile-9 {
    padding: 25px;
}.company-overview-0 .team-profile-9 h3 {
    font-size: calc(24px * 0.85);
    padding-left: 12px;
    margin-bottom: 12px;
}.company-overview-0 .team-profile-9 h3::before {
    height: 18px;
    width: 4px;
}.company-overview-0 .team-profile-9 p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.company-overview-0 .team-profile-9::after {
    border-width: 0 0 30px 30px;
}}footer {
    width: 100%;
    position: relative;
}footer .data-viz-1 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    background-color: rgb(195,157,125);
    position: relative;
    padding: 80px 0 30px;
}footer .data-viz-1::before {
    width: 100%;
    left: 0;
    background-size: 80px 140px;
    top: 0;
    content: "";
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    pointer-events: none;
    background-image: 
        linear-gradient(30deg, rgb(195,157,125) 12%, transparent 12.5%, transparent 87%, rgb(195,157,125) 87.5%, rgb(195,157,125)),
        linear-gradient(150deg, rgb(195,157,125) 12%, transparent 12.5%, transparent 87%, rgb(195,157,125) 87.5%, rgb(195,157,125)),
        linear-gradient(30deg, rgb(195,157,125) 12%, transparent 12.5%, transparent 87%, rgb(195,157,125) 87.5%, rgb(195,157,125)),
        linear-gradient(150deg, rgb(195,157,125) 12%, transparent 12.5%, transparent 87%, rgb(195,157,125) 87.5%, rgb(195,157,125)),
        linear-gradient(60deg, rgb(219,190,170,0.5) 25%, transparent 25.5%, transparent 75%, rgb(219,190,170,0.5) 75%, rgb(219,190,170,0.5)),
        linear-gradient(60deg, rgb(219,190,170,0.5) 25%, transparent 25.5%, transparent 75%, rgb(219,190,170,0.5) 75%, rgb(219,190,170,0.5));
    position: absolute;
    opacity: 0.05;
    height: 100%;
}footer .data-viz-1::after {
    pointer-events: none;
    position: absolute;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(219,190,170), rgb(195,157,125));
    content: "";
    left: 0;
    top: 0;
}footer .footer-classes-8 {
    position: relative;
    z-index: 1;
}footer .contact-widget-1 {
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}footer .info_item {
    padding: 20px 25px;
    justify-content: center;
    transition: all 0.4s ease;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.03);
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    align-items: center;
    min-width: 200px;
    display: flex;
    position: relative;
    flex: 0 1 auto;
    min-height: 60px;
    max-width: 300px;
}footer .info_item::before {
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    background-color: rgb(195,157,125);
    top: 3px;
    left: 3px;
    pointer-events: none;
    position: absolute;
    bottom: 3px;
    content: "";
    right: 3px;
    z-index: -1;
}footer .info_item:hover {
    background-color: rgb(219,190,170);
    transform: translateY(-5px);
}footer .info_item svg {
    transition: fill 0.3s ease;
    margin-right: 12px;
    fill: rgb(219,190,170);
    height: 20px;
    flex-shrink: 0;
    width: 20px;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    align-items: center;
    font-size: 12px;
    text-overflow: ellipsis;
    display: flex;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
    color: #ffffff;
    height: 100%;
    width: 100%;
}footer .text_main_holder {
    padding-top: 40px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 50px;
}footer .text_main_holder::before {
    left: 10%;
    position: absolute;
    width: 80%;
    top: 0;
    height: 1px;
    pointer-events: none;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
}footer .head-mainwrap-1 {
    padding: 20px;
    margin: 0 auto;
    align-items: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: relative;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    justify-content: center;
    display: flex;
    max-width: 350px;
}footer .head-mainwrap-1::before {
    z-index: -1;
    right: 3px;
    background-color: rgb(195,157,125);
    top: 3px;
    left: 3px;
    content: "";
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute;
    bottom: 3px;
    pointer-events: none;
}footer .head-mainwrap-1 svg {
    height: 45px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    width: auto;
}footer .media-kit-8 {
    line-height: 1.6;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}footer .top-study-8 {
    padding: 30px;
    border-radius: 26px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
}footer .top-study-8 h5 {
    font-size: 23px;
    display: inline-block;
    padding-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
}footer .top-study-8 h5::after {
    position: absolute;
    bottom: 0;
    background-color: rgb(219,190,170);
    pointer-events: none;
    height: 2px;
    left: 0;
    width: 50px;
    content: "";
}footer .nav-prime-3 {
    gap: 5px;
    display: grid;
    margin-bottom: 20px;
    grid-template-columns: repeat(2, 1fr);
}footer .nav-prime-3 a {
    border-radius: 10px;
    padding: 12px 15px;
    background-color: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    display: flex;
    cursor: pointer;
    align-items: center;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}footer .nav-prime-3 a::before {
    transform: translateY(-50%);
    opacity: 0;
    left: 5px;
    content: "";
    border-top: 4px solid transparent;
    top: 50%;
    border-bottom: 4px solid transparent;
    height: 0;
    position: absolute;
    transition: all 0.3s ease;
    pointer-events: none;
    border-left: 4px solid rgb(219,190,170);
    width: 0;
}footer .nav-prime-3 a:hover {
    color: #ffffff;
    padding-left: 25px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .nav-prime-3 a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 26px;
}footer .subscribe_holder::before {
    width: 100%;
    content: "";
    top: 0;
    opacity: 0.05;
    background-size: 20px 20px;
    height: 100%;
    border-radius: 26px;
    left: 0;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(219,190,170,0.5) 49%, rgb(219,190,170,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(219,190,170,0.5) 49%, rgb(219,190,170,0.5) 51%, transparent 52%);
    position: absolute;
    pointer-events: none;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    position: relative;
    z-index: 5;
    display: flex;
    gap: 15px;
    flex-direction: column;
    width: 100%;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    -webkit-appearance: none;
    cursor: text;
    padding: 14px 16px;
    font-size: 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    appearance: none;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    position: relative;
    z-index: 5;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgb(219,190,170);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .sub-agreement-9 {
    font-size: 15px;
    color: #ffffff;
    padding: 14px 20px;
    width: 100%;
    cursor: pointer;
    position: relative;
    border: none;
    z-index: 5;
    border-radius: 10px;
    background-color: rgb(219,190,170);
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
}footer .sub-agreement-9:hover {
    background-color: rgb(195,157,125);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}footer .goal-footer-5 {
    margin-top: 50px;
    text-align: center;
    position: relative;
}footer .scholar-cta-5 {
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: relative;
    padding: 0 20px;
    font-size: 13px;
}footer .scholar-cta-5::before,
footer .scholar-cta-5::after {
    height: 1px;
    width: 20px;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    pointer-events: none;
    content: "";
}footer .scholar-cta-5::before {
    left: -10px;
    transform: rotate(-45deg);
}footer .scholar-cta-5::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub-agreement-9 {
    width: auto;
    flex-shrink: 0;
    min-width: 150px;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .nav-prime-3 {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .data-viz-1 {
    padding: 60px 0 30px;
}footer .contact-widget-1 {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .top-study-8, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head-mainwrap-1 {
    margin-bottom: 20px;
    padding: 15px;
}footer .goal-footer-5 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .data-viz-1 {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .top-study-8 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(23px - 2px);
}footer .top-study-8, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub-agreement-9 {
    padding: 12px;
}}.mentorship-experience-4 {
    background: linear-gradient(135deg, rgb(237,223,211) 0%, rgb(219,190,170,0.5) 100%);
    min-height: 400px;
    position: relative;
    padding: 60px 30px;
    overflow: hidden;
}.mentorship-experience-4::before {
    animation: float 8s ease-in-out infinite;
    content: "";
    background: rgb(195,157,125,0.5);
    border-radius: 50%;
    right: -50px;
    filter: blur(40px);
    z-index: 0;
    width: 200px;
    height: 200px;
    top: -50px;
    position: absolute;
}.mentorship-experience-4::after {
    z-index: 0;
    animation: float 6s ease-in-out infinite reverse;
    width: 150px;
    left: -30px;
    filter: blur(30px);
    border-radius: 50%;
    bottom: -30px;
    position: absolute;
    content: "";
    background: rgb(219,190,170,0.5);
    height: 150px;
}.mentorship-experience-4 .rating-praise-9 {
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: row;
    position: relative;
    transition: all 0.5s ease;
    z-index: 1;
    display: flex;
    transform: rotate(-3deg);
}.mentorship-experience-4 .rating-praise-9:hover {
    transform: rotate(0deg) scale(1.02);
}.mentorship-experience-4 .photo-wrap-0 {
    transform: translateY(20px);
    position: relative;
    box-shadow: 15px 15px 0 rgb(195,157,125,0.5);
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    border-radius: 13px;
    height: 350px;
    transition: all 0.4s ease;
    width: 280px;
}.mentorship-experience-4 .rating-praise-9:hover .photo-wrap-0 {
    transform: translateY(0);
    box-shadow: 20px 20px 0 rgb(195,157,125);
}.mentorship-experience-4 .work-insights-8 {
    padding: 30px;
    flex: 1;
    position: relative;
    flex-direction: column;
    transition: all 0.4s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateX(-30px) rotate(3deg);
    justify-content: center;
    min-width: 280px;
    background: #ffffff;
    border-radius: 13px;
    display: flex;
}.mentorship-experience-4 .rating-praise-9:hover .work-insights-8 {
    transform: translateX(0) rotate(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.mentorship-experience-4 .name {
    padding-bottom: 15px;
    color: rgb(219,190,170);
    margin-bottom: 10px;
    position: relative;
    font-weight: 700;
    font-size: 37px;
}.mentorship-experience-4 .name::after {
    border-radius: 2px;
    height: 4px;
    width: 60px;
    background: linear-gradient(90deg, rgb(195,157,125) 0%, transparent 100%);
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
}.mentorship-experience-4 .work-insights-8 > div:nth-child(2) {
    font-weight: 600;
    opacity: 0.8;
    margin-bottom: 20px;
    font-size: 14px;
    color: #000000;
}.mentorship-experience-4 .emp-exp-3 {
    color: #000000;
    padding-left: 20px;
    border-left: 3px solid rgb(195,157,125,0.5);
    font-size: calc(14px + 2px);
    font-style: italic;
    position: relative;
    line-height: 1.6;
}.mentorship-experience-4 .emp-exp-3::before {
    left: -15px;
    content: "";
    position: absolute;
    color: rgb(219,190,170);
    top: -20px;
    font-size: 80px;
    font-family: Arial, sans-serif;
    opacity: 0.1;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media (max-width: 991px) {.mentorship-experience-4 {
    padding: 40px 20px;
}.mentorship-experience-4 .rating-praise-9 {
    flex-direction: column;
    gap: 20px;
}.mentorship-experience-4 .photo-wrap-0 {
    margin: 0 auto;
    height: 280px;
    transform: translateY(0) rotate(-3deg);
    width: 220px;
}.mentorship-experience-4 .work-insights-8 {
    transform: translateX(0) rotate(0);
    margin-top: -30px;
}.mentorship-experience-4 .rating-praise-9:hover .photo-wrap-0 {
    transform: translateY(-10px) rotate(0);
}
}

@media (max-width: 767px) {.mentorship-experience-4 {
    padding: 30px 15px;
}.mentorship-experience-4 .photo-wrap-0 {
    width: 180px;
    height: 220px;
}.mentorship-experience-4 .work-insights-8 {
    padding: 20px;
}.mentorship-experience-4 .name {
    font-size: calc(37px - 4px);
}.mentorship-experience-4 .emp-exp-3 {
    font-size: 14px;
}}.course-program-details-8 {
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
    background-color: rgb(237,223,211);
}.course-program-details-8 .skill-track-3 {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
}.course-program-details-8 .skill-track-3::before {
    background: #000000;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 2;
    content: "";
    opacity: 0.7;
    top: 0;
    position: absolute;
}.course-program-details-8 .study-map-7 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}.course-program-details-8 .lesson-track-1 {
    transform: scale(1.1);
    animation: slide-fade 25s infinite cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}.course-program-details-8 .skill-track-3:hover .lesson-track-1 {
    animation-play-state: paused;
}.course-program-details-8 .lesson-track-1:nth-child(1) {
    animation-delay: 0s;
}.course-program-details-8 .lesson-track-1:nth-child(2) {
    animation-delay: -5s;
}.course-program-details-8 .lesson-track-1:nth-child(3) {
    animation-delay: -10s;
}.course-program-details-8 .lesson-track-1:nth-child(4) {
    animation-delay: -15s;
}.course-program-details-8 .lesson-track-1:nth-child(5) {
    animation-delay: -20s;
}.course-program-details-8 .lesson-track-1 img {
    object-fit: cover;
    filter: grayscale(0.3) contrast(1.1);
    height: 100%;
    width: 100%;
}.course-program-details-8 .container {
    z-index: 10;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    height: 100vh;
}.course-program-details-8 .class-experts-7 {
    height: 80vh;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    position: relative;
    grid-template-rows: repeat(12, 1fr);
    width: 85%;
}.course-program-details-8 .lesson-path-1 {
    flex-direction: column;
    padding: 4rem;
    grid-column: 6 / 13;
    grid-row: 2 / 12;
    z-index: 3;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    justify-content: center;
    box-sizing: border-box;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.04);
    position: relative;
    overflow: hidden;
}.course-program-details-8 .lesson-path-1::before {
    content: "";
    background: rgb(219,190,170,0.5);
    z-index: -1;
    opacity: 0.3;
    top: -30px;
    height: 60%;
    left: -30px;
    border-radius: 50%;
    width: 60%;
    filter: blur(60px);
    position: absolute;
}.course-program-details-8 .lesson-path-1::after {
    height: 70%;
    content: "";
    filter: blur(70px);
    bottom: -30px;
    background: rgb(195,157,125,0.5);
    border-radius: 50%;
    right: -30px;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    width: 70%;
}.course-program-details-8 .lesson-path-1 h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 1.5rem;
    position: relative;
}.course-program-details-8 .lesson-path-1 h3::before {
    border-radius: 10px;
    position: absolute;
    opacity: 0.5;
    left: -15px;
    content: "";
    height: 50px;
    z-index: -1;
    border: 2px solid rgb(219,190,170,0.5);
    top: -15px;
    width: 50px;
}.course-program-details-8 .lesson-path-1 p {
    line-height: 1.8;
    font-size: 14px;
    word-wrap: break-word;
    margin-bottom: 2.5rem;
    color: #000000;
    max-width: 100%;
    overflow-wrap: break-word;
}.course-program-details-8 .support-message-0 {
    align-items: center;
    transition: all 0.3s ease;
    border: 1px solid rgb(219,190,170);
    margin-bottom: 1rem;
    position: relative;
    font-size: 20px;
    text-decoration: none;
    display: inline-flex;
    font-weight: 600;
    background: transparent;
    overflow: hidden;
    align-self: flex-start;
    padding: 1rem 2rem;
    max-width: calc(100% - 2rem);
    z-index: 1;
    color: #ffffff;
}.course-program-details-8 .support-message-0::before {
    background: rgb(219,190,170);
    transition: left 0.3s ease;
    content: "";
    left: -100%;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: -1;
}.course-program-details-8 .support-message-0:hover {
    color: #ffffff;
}.course-program-details-8 .support-message-0:hover::before {
    left: 0;
}.course-program-details-8 .class-experts-7::after {
    height: 100%;
    border: 1px solid rgb(195,157,125,0.5);
    grid-row: 4 / 10;
    content: "";
    grid-column: 3 / 9;
    z-index: 2;
    width: 100%;
    border-radius: 15px;
    position: absolute;
}

@keyframes slide-fade {
    0%, 16% {
        opacity: 1;
        z-index: 5;
    }
    20%, 96% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 5;
    }
}

@keyframes progress-move {
    0%, 16% {
        left: 0;
    }
    20%, 36% {
        left: 40px;
    }
    40%, 56% {
        left: 80px;
    }
    60%, 76% {
        left: 120px;
    }
    80%, 96% {
        left: 160px;
    }
    100% {
        left: 0;
    }
}


@media screen and (max-width: 1200px) {.course-program-details-8 .class-experts-7 {
    height: 85vh;
    width: 90%;
}.course-program-details-8 .lesson-path-1 {
    padding: 3rem;
}
}

@media screen and (max-width: 992px) {.course-program-details-8 .class-experts-7 {
    gap: 2rem;
    grid-template-rows: auto 1fr;
    height: auto;
    grid-template-columns: repeat(8, 1fr);
}.course-program-details-8 .class-experts-7::before {
    display: none;
}.course-program-details-8 .class-experts-7::after {
    display: none;
}.course-program-details-8 .lesson-path-1 {
    grid-row: 2;
    padding: 2.5rem;
    grid-column: 1 / 9;
}.course-program-details-8 .container {
    padding: 5rem 0;
    height: auto;
}
}

@media screen and (max-width: 768px) {.course-program-details-8 .class-experts-7 {
    gap: 1.5rem;
    width: 90%;
}.course-program-details-8 .lesson-path-1 {
    padding: 2rem;
}.course-program-details-8 .lesson-path-1 h3 {
    font-size: calc(36px * 0.9);
}.course-program-details-8 .lesson-path-1 h3::before {
    height: 40px;
    width: 40px;
    top: -15px;
    left: -20px;
}.course-program-details-8 .lesson-path-1 p {
    margin-bottom: 2rem;
    font-size: calc(14px * 0.9);
}.course-program-details-8 .container {
    padding: 4rem 0;
}
}

@media screen and (max-width: 576px) {.course-program-details-8 .class-experts-7 {
    gap: 1rem;
    width: 92%;
}.course-program-details-8 .lesson-path-1 {
    padding: 1.5rem;
}.course-program-details-8 .lesson-path-1 h3 {
    margin-bottom: 1rem;
    font-size: calc(36px * 0.8);
}.course-program-details-8 .lesson-path-1 h3::before {
    display: none;
}.course-program-details-8 .lesson-path-1 p {
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.course-program-details-8 .support-message-0 {
    font-size: calc(20px * 0.9);
    padding: 0.8rem 1.8rem;
}.course-program-details-8 .container {
    padding: 3rem 0;
}}


.course-program-details-8 .study-map-7:has(.lesson-track-1:nth-child(2):last-child) .lesson-track-1:nth-child(1) {
    animation-delay: 0s;
}.course-program-details-8 .study-map-7:has(.lesson-track-1:nth-child(2):last-child) .lesson-track-1:nth-child(2) {
    animation-delay: -12.5s;
}.course-program-details-8 .study-map-7:has(.lesson-track-1:nth-child(3):last-child) .lesson-track-1:nth-child(1) {
    animation-delay: 0s;
}.course-program-details-8 .study-map-7:has(.lesson-track-1:nth-child(3):last-child) .lesson-track-1:nth-child(2) {
    animation-delay: -8.33s;
}.course-program-details-8 .study-map-7:has(.lesson-track-1:nth-child(3):last-child) .lesson-track-1:nth-child(3) {
    animation-delay: -16.67s;
}.course-program-details-8 .study-map-7:has(.lesson-track-1:nth-child(4):last-child) .lesson-track-1:nth-child(1) {
    animation-delay: 0s;
}.course-program-details-8 .study-map-7:has(.lesson-track-1:nth-child(4):last-child) .lesson-track-1:nth-child(2) {
    animation-delay: -6.25s;
}.course-program-details-8 .study-map-7:has(.lesson-track-1:nth-child(4):last-child) .lesson-track-1:nth-child(3) {
    animation-delay: -12.5s;
}.course-program-details-8 .study-map-7:has(.lesson-track-1:nth-child(4):last-child) .lesson-track-1:nth-child(4) {
    animation-delay: -18.75s;
}@keyframes feature-photo {
    0%, 16% {
        opacity: 1;
    }
    20%, 96% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.course-program-details-8 .skill-track-3 {
    z-index: 0;
}.privacyAgreementDialog-0 {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    background: rgb(195,157,125);
    width: 100%;
    border-top: 3px solid rgb(219,190,170);
    padding: 15px 20px;
    z-index: 90;
    bottom: 0;
    position: fixed;
}.cookie-expand-6 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}.visitor-controls-5 {
    margin-right: 20px;
    flex-shrink: 0;
}.visitor-controls-5 svg {
    width: 50px;
    fill: rgb(219,190,170);
    height: 50px;
}.cookie-tips-9 {
    flex-direction: column;
    display: flex;
    justify-content: center;
    max-width: 600px;
}.privacyAgreementDialog-0 h5 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
    color: #ffffff;
}.privacyAgreementDialog-0 p {
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
}.privacy-ctrl-5 {
    border: 2px solid rgb(219,190,170);
    text-align: center;
    min-width: 150px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgb(219,190,170);
    padding: 10px 20px;
    margin-left: 10px;
    transition: none;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}.privacy-ctrl-5:hover {
    border-color: rgb(219,190,170,0.5);
    background: rgb(219,190,170,0.5);
}.privacyAgreementDialog-0 p a {
    border-bottom: 2px solid rgb(219,190,170);
    text-decoration: none;
    color: rgb(219,190,170);
}.privacyAgreementDialog-0 p a:hover {
    color: rgb(195,157,125);
    border-bottom-color: rgb(195,157,125);
}
@media only screen and (max-width: 1200px) {.privacyAgreementDialog-0 {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.visitor-controls-5 {
    display: none;
}.cookie-expand-6 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.privacyAgreementDialog-0 h5, .privacyAgreementDialog-0 p {
    text-align: center;
}.cookie-tips-9 {
    margin-bottom: 15px;
}.privacy-ctrl-5 {
    margin-left: 0;
    margin-top: 10px;
}}
#cookieWarningBanner-7 {
    display: none;
}#cookieWarningBanner-7:checked ~ .privacyAgreementDialog-0 {
    visibility: hidden;
    opacity: 0;
}.contact-form-box-8 {
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
    position: relative;
}.contact-form-box-8::before {
    left: 0;
    content: '';
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: rgb(219,190,170,0.5);
    width: 100%;
    top: 0;
}.contact-form-box-8 .container {
    padding: 0 15px;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}.contact-form-box-8 .feedback-links-1 {
    display: flex;
    position: relative;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    flex-direction: column;
}.contact-form-box-8 .request-map-2 {
    position: relative;
    width: 100%;
    order: 1;
    padding: 50px 30px;
    background-color: #ffffff;
    border-radius: 12px 12px 0 0;
    z-index: 2;
}.contact-form-box-8 .request-map-2 h3 {
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    display: inline-block;
}.contact-form-box-8 .request-map-2 h3::after {
    bottom: -8px;
    width: 50%;
    content: '';
    height: 3px;
    position: absolute;
    background-color: rgb(195,157,125);
    left: 0;
}.contact-form-box-8 .request-map-2 form {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}.contact-form-box-8 .request-map-2 input[type="text"],
.contact-form-box-8 .request-map-2 input[type="email"] {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    color: #000000;
    border-radius: 10px;
    height: 60px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    flex: 1 0 100%;
    background-color: rgb(237,223,211);
    padding: 0 20px;
    border: none;
}.contact-form-box-8 .request-map-2 input[type="text"]:focus,
.contact-form-box-8 .request-map-2 input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(195,157,125,0.5);
}.contact-form-box-8 .request-map-2 input::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact-form-box-8 .request-map-2 .feedback-widget-5 {
    margin-top: 10px;
    flex: 1 0 100%;
    display: flex;
    align-items: flex-start;
}.contact-form-box-8 .request-map-2 .feedback-widget-5 input[type="checkbox"] {
    height: 24px;
    border-radius: 10px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    margin-top: 2px;
    background-color: rgb(237,223,211);
    appearance: none;
    transition: background-color 0.3s ease;
    cursor: pointer;
    width: 24px;
    flex-shrink: 0;
    -webkit-appearance: none;
    margin-right: 10px;
}.contact-form-box-8 .request-map-2 .feedback-widget-5 input[type="checkbox"]:checked {
    background-color: rgb(195,157,125);
}.contact-form-box-8 .request-map-2 .feedback-widget-5 input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    width: 6px;
    height: 10px;
    content: '';
    position: absolute;
    left: 9px;
    transform: rotate(45deg);
    top: 6px;
}.contact-form-box-8 .request-map-2 .feedback-widget-5 label {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
}.contact-form-box-8 .request-map-2 .feedback-widget-5 label a {
    color: rgb(219,190,170);
    text-decoration: none;
    position: relative;
    font-weight: 600;
}.contact-form-box-8 .request-map-2 .feedback-widget-5 label a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    height: 1px;
    width: 100%;
    background-color: rgb(219,190,170);
    content: '';
    transform-origin: right;
}.contact-form-box-8 .request-map-2 .feedback-widget-5 label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.contact-form-box-8 .request-map-2 .support-message-0 {
    font-size: 17px;
    text-transform: uppercase;
    background-color: rgb(195,157,125);
    box-shadow: 0 4px 10px rgb(195,157,125,0.5);
    position: relative;
    margin-top: 15px;
    overflow: hidden;
    flex: 1 0 100%;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    z-index: 1;
    letter-spacing: 1px;
    height: 60px;
    transition: all 0.3s ease;
    border: none;
    border-radius: 10px;
}.contact-form-box-8 .request-map-2 .support-message-0::before {
    transform-origin: right;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    background: rgb(219,190,170);
    border-radius: 10px;
    width: 100%;
    transform: scaleX(0);
    z-index: -1;
    transition: transform 0.5s ease;
    position: absolute;
}.contact-form-box-8 .request-map-2 .support-message-0:hover {
    box-shadow: 0 6px 15px rgb(219,190,170,0.5);
}.contact-form-box-8 .request-map-2 .support-message-0:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact-form-box-8 .inquiry-section-0 {
    flex-direction: column;
    display: flex;
    padding: 50px 30px;
    width: 100%;
    border-radius: 0 0 12px 12px;
    color: #ffffff;
    background-color: rgb(219,190,170);
    align-items: center;
    position: relative;
    order: 2;
}.contact-form-box-8 .inquiry-section-0::before {
    position: absolute;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    content: '';
    left: 0;
    height: 30px;
    transform: translateY(-15px);
    background: rgb(219,190,170);
    top: 0;
    width: 100%;
}.contact-form-box-8 .inquiry-section-0 h3 {
    text-align: center;
    width: 100%;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
}.contact-form-box-8 .inquiry-section-0 h3::after {
    bottom: -15px;
    position: absolute;
    left: 50%;
    width: 60px;
    background-color: rgb(195,157,125);
    height: 3px;
    content: '';
    transform: translateX(-50%);
}.contact-form-box-8 .inquiry-section-0 div {
    margin-bottom: 30px;
    display: flex;
    padding: 0;
    width: 100%;
    align-items: center;
    max-width: 400px;
    position: relative;
}.contact-form-box-8 .inquiry-section-0 div::before {
    position: absolute;
    content: '';
    bottom: -10px;
    width: 100%;
    left: 0;
    opacity: 0.2;
    height: 1px;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
}.contact-form-box-8 .inquiry-section-0 div:last-child::before {
    display: none;
}.contact-form-box-8 .inquiry-section-0 div svg {
    padding: 6px;
    border-radius: 50%;
    height: 32px;
    margin-right: 20px;
    background-color: rgb(195,157,125);
    box-shadow: 0 4px 10px rgb(195,157,125,0.5);
    width: 32px;
}.contact-form-box-8 .inquiry-section-0 div svg path {
    fill: #ffffff;
}.contact-form-box-8 .inquiry-section-0 div span {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}.contact-form-box-8 .inquiry-section-0 div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    position: relative;
}.contact-form-box-8 .inquiry-section-0 div span a::after {
    position: absolute;
    transition: transform 0.3s ease;
    bottom: -2px;
    transform: scaleX(0);
    height: 1px;
    left: 0;
    background-color: #ffffff;
    content: '';
    width: 100%;
    transform-origin: right;
}.contact-form-box-8 .inquiry-section-0 div span a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media screen and (min-width: 992px) {.contact-form-box-8 .feedback-links-1 {
    align-items: stretch;
    flex-direction: row;
}.contact-form-box-8 .request-map-2 {
    padding: 60px;
    width: 60%;
    order: 1;
    border-radius: 12px 0 0 12px;
}.contact-form-box-8 .inquiry-section-0 {
    padding: 60px 40px;
    justify-content: center;
    width: 40%;
    order: 2;
    border-radius: 0 12px 12px 0;
}.contact-form-box-8 .inquiry-section-0::before {
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    width: 30px;
    top: 0;
    transform: translateX(-15px);
    height: 100%;
}.contact-form-box-8 .request-map-2 input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.contact-form-box-8 {
    padding: 80px 0;
}.contact-form-box-8 .inquiry-section-0 div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.contact-form-box-8 {
    padding: 60px 0;
}.contact-form-box-8 .request-map-2,
    .contact-form-box-8 .inquiry-section-0 {
    padding: 40px 25px;
}.contact-form-box-8 .request-map-2 h3,
    .contact-form-box-8 .inquiry-section-0 h3 {
    font-size: calc(20px + 2px);
}.contact-form-box-8 .request-map-2 input[type="text"],
    .contact-form-box-8 .request-map-2 input[type="email"],
    .contact-form-box-8 .request-map-2 .support-message-0 {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.contact-form-box-8 {
    padding: 40px 0;
}.contact-form-box-8 .request-map-2,
    .contact-form-box-8 .inquiry-section-0 {
    padding: 30px 20px;
}.contact-form-box-8 .inquiry-section-0 div svg {
    width: 28px;
    margin-right: 15px;
    height: 28px;
}}.tySection-0 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(237,223,211) 0%, rgb(195,157,125,0.5) 100%);
    perspective: 1000px;
}.tySection-0::before {
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(219,190,170,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(195,157,125,0.5) 0%, transparent 60%);
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 0.15;
    width: 100%;
    left: 0;
    z-index: 0;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
}.tySection-0::after {
    height: 50%;
    width: 50%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    top: -10%;
    filter: blur(30px);
    content: "";
    background: rgb(219,190,170,0.5);
    opacity: 0.05;
    right: -10%;
    transform: rotate(-15deg) translateZ(-10px);
    z-index: 0;
    animation: floatElement 20s infinite alternate ease-in-out;
}.tySection-0 .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    transform-style: preserve-3d;
    z-index: 2;
}.tySection-0 h2 {
    color: #000000;
    animation: slideInFromTop 0.8s ease-out forwards;
    margin-bottom: 40px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    transform: translateZ(30px);
    font-size: 35px;
}.tySection-0 h2::after {
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    transform-origin: left;
    left: 0;
    background: rgb(219,190,170);
    content: "";
    width: 80px;
    bottom: -15px;
    transform: scaleX(0);
    position: absolute;
}.tySection-0 .class-experts-7 {
    transform: translateZ(10px) rotateX(2deg);
    animation: fadeInUp 1s 0.3s backwards;
    background: #ffffff;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 45px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.tySection-0 .class-experts-7::before {
    content: "";
    background: linear-gradient(to bottom, rgb(219,190,170), rgb(195,157,125));
    position: absolute;
    height: 0;
    animation: heightGrow 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    width: 6px;
    left: 0;
}.tySection-0 .class-experts-7:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.05);
}.tySection-0 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.tySection-0 li {
    position: relative;
    display: flex;
    align-items: flex-start;
}.tySection-0 li::before {
    top: 8px;
    opacity: 0;
    position: absolute;
    background: rgb(219,190,170);
    left: -30px;
    transform: scale(0);
    border-radius: 50%;
    animation: dotAppear 0.5s 1.2s forwards;
    content: "";
    height: 12px;
    width: 12px;
}.tySection-0 li span {
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
    line-height: 1.8;
    animation: textFadeIn 0.8s 1s forwards ease-out;
    opacity: 0;
    color: #000000;
    font-size: 18px;
    transform: translateX(0);
}.tySection-0 li span::first-letter {
    color: rgb(219,190,170);
    font-weight: 700;
    font-size: 1.5em;
}

@keyframes backgroundPulse {
    0%, 100% { 
        opacity: 0.15;
        transform: scale(1);
    }
    50% { 
        opacity: 0.25;
        transform: scale(1.05);
    }
}

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

@keyframes slideInFromTop {
    0% { 
        opacity: 0;
        transform: translateY(-40px) translateZ(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(10px) rotateX(5deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(10px) rotateX(2deg);
    }
}

@keyframes heightGrow {
    0% { height: 0; }
    100% { height: 100%; }
}

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

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

@media (max-width: 991px) {.tySection-0 {
    padding: 80px 0;
}.tySection-0 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}.tySection-0 .class-experts-7 {
    padding: 35px;
}
}

@media (max-width: 767px) {.tySection-0 {
    perspective: 800px;
    padding: 60px 0;
}.tySection-0 h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
    transform: translateZ(20px);
}.tySection-0 .class-experts-7 {
    transform: translateZ(5px) rotateX(1deg);
    padding: 30px 25px;
}.tySection-0 li::before {
    left: -20px;
    height: 10px;
    width: 10px;
}.tySection-0 li span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.tySection-0 {
    padding: 40px 0;
}.tySection-0 h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 20px;
}.tySection-0 .class-experts-7 {
    padding: 25px 20px;
}.tySection-0 h2::after {
    width: 60px;
    height: 2px;
}.tySection-0 li span {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}
}