* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(120deg, rgb(225,195,200) 0%, rgb(202,158,166) 100%);
    z-index: 100;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    overflow: visible;
    position: relative;
    margin-top: 0;
    padding: 0;
}


.title-opener-L {
    overflow: hidden;
    min-height: 100vh;
    justify-content: center;
    display: flex;
    padding: 2rem;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, rgb(225,195,200,0.5), rgb(242,228,230));
}

.title-opener-L .start-welcome-Y {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    width: 90%;
}

.title-opener-L .start-welcome-Y > div:first-child {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    animation: slideInLeft 0.8s 0.2s forwards ease-out;
    opacity: 0;
    transform: translateX(-30px);
    position: relative;
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(225,195,200);
}

.title-opener-L .start-welcome-Y > div:first-child p {
    color: #000000;
    letter-spacing: 0.02em;
    font-weight: 600;
    font-size: calc(16px * 1.1);
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.5;
}

.title-opener-L .skill-pro-z > div::before {
    content: "";
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(#000000, 0.5), rgba(rgb(225,195,200), 0.7));
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.title-opener-L .skill-pro-z > div > div {
    transition: transform 0.4s ease;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    z-index: 2;
    padding: 2rem;
    transform: translateX(0);
    border-left: 3px solid rgb(202,158,166);
    backdrop-filter: blur(8px);
}

.title-opener-L .skill-pro-z > div > div:hover .title_style_header {
    transform: translateY(-5px);
}

.who-we-are-w {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}

.who-we-are-w::before {
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(rgb(225,195,200,0.5), 0.92), 
        rgba(rgba(0, 0, 0, 0.5), 0.85) 60%,
        rgba(rgb(202,158,166,0.5), 0.78) 100%);
}

.who-we-are-w h2::after {
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    left: 0;
    position: absolute;
    bottom: -15px;
    content: "";
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(202,158,166), transparent);
    height: 4px;
    width: 80px;
}

.who-we-are-w .text-box-holder-P p {
    font-weight: 600;
    color: rgb(202,158,166);
    letter-spacing: 1px;
    animation: slideInTitle 0.8s 0.8s ease-out forwards;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    transform: translateX(-5px);
    opacity: 0;
    font-size: calc(18px * 1.5);
}

.who-we-are-w .text-box-holder-P p::after {
    bottom: -5px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(202,158,166), transparent 80%);
    height: 2px;
    position: absolute;
    width: 100%;
}

.who-we-are-w .text-box-holder-P div div {
    overflow-y: auto;
    max-height: 350px;
    color: #000000;
    columns: 1;
    line-height: 1.8;
    animation: fadeInContent 1s 1s ease-out forwards;
    font-size: 18px;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    column-gap: 30px;
    padding-right: 20px;
    opacity: 0;
}

.course-highlights-L::after {
    position: absolute;
    left: 0;
    z-index: 2;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    opacity: 0.2;
    mix-blend-mode: screen;
    background: 
        radial-gradient(circle at 30% 20%, rgb(225,195,200,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(202,158,166,0.5) 0%, transparent 50%);
}

.course-highlights-L .learn-skills-j {
    display: grid;
    position: relative;
    transform-style: preserve-3d;
    grid-gap: 0;
    grid-template-columns: 2fr 3fr;
}

.course-highlights-L .text-box-holder-P::before {
    opacity: 0.05;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(225,195,200,0.5) 50%, rgb(225,195,200,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
}

.course-highlights-L .text-box-holder-P::after {
    bottom: 0;
    background: 
        conic-gradient(from 0deg, rgb(225,195,200,0.5) 0deg, transparent 120deg);
    transform: translate(50%, 50%);
    right: 0;
    opacity: 0.2;
    content: "";
    animation: rotateConic 10s linear infinite;
    height: 150px;
    position: absolute;
    width: 150px;
    border-radius: 50%;
}

.course-highlights-L .text-box-holder-P .description {
    font-size: 17px;
    opacity: 0.9;
    line-height: 1.9;
    margin-bottom: 30px;
    position: relative;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    color: #ffffff;
}

.course-highlights-L .text-box-holder-P .description:last-child {
    margin-bottom: 0;
}

.course-highlights-L .image-show-item-3 {
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    z-index: 10;
    border-radius: 0;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    width: 100%;
    transform: translateZ(0) rotateY(-10deg);
    transform-origin: right center;
    position: relative;
    height: 650px;
}

.course-highlights-L .image-show-item-3::after {
    opacity: 0.1;
    left: 0;
    mix-blend-mode: overlay;
    z-index: 2;
    content: "";
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(225,195,200), 0.1) 2px, rgba(rgb(225,195,200), 0.1) 4px);
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    animation: scanlines 8s linear infinite;
}

.study-method-Q .learning-tracks-u {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    align-items: center;
    padding: 0 20px;
    z-index: 2;
}

.study-method-Q .text-box-holder-P::before {
    background-image: 
        linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    height: 100%;
    left: 0;
    opacity: 0.1;
    background-size: 20px 20px;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    content: '';
}

.study-method-Q .text-box-holder-P::before {
    width: 100%;
    z-index: -1;
    top: 0;
    content: '';
    height: 100%;
    opacity: 0.05;
    left: 0;
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(225,195,200,0.5) 25px, rgb(225,195,200,0.5) 26px, transparent 27px),
        linear-gradient(90deg, transparent 24px, rgb(225,195,200,0.5) 25px, rgb(225,195,200,0.5) 26px, transparent 27px);
    position: absolute;
    background-size: 50px 50px;
}

.study-method-Q .text-box-holder-P h2::before {
    height: 100%;
    width: 100%;
    opacity: 0.7;
    top: 0;
    content: '';
    left: 0;
    animation: glitch 5s infinite;
    filter: blur(8px);
    z-index: -1;
    color: rgb(225,195,200);
    position: absolute;
}

.study-method-Q .text-box-holder-P h2::before {
    z-index: -1;
    position: absolute;
    width: calc(100% + 10px);
    filter: blur(10px);
    background-color: rgb(225,195,200);
    height: calc(100% + 10px);
    animation: glitch 5s infinite;
    content: '';
    left: -5px;
    top: -5px;
    opacity: 0.1;
}

.study-method-Q .learning-tracks-u::before,
.study-method-Q .learning-tracks-u::after {
    position: absolute;
    z-index: 0;
    content: '';
    border-radius: 50%;
}

.study-method-Q .learning-tracks-u::before {
    height: 10px;
    box-shadow: 0 0 20px rgb(225,195,200);
    top: 40px;
    left: 10%;
    animation: particle1 15s infinite alternate;
    width: 10px;
    background-color: rgb(225,195,200);
}

.study-method-Q::after {
    width: 100%;
    z-index: 3;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(225,195,200) 20%, 
        rgb(225,195,200) 40%, 
        transparent 40.1%, 
        transparent 60%, 
        rgb(202,158,166) 60%, 
        rgb(202,158,166) 80%, 
        transparent 100%
    );
    position: absolute;
    content: '';
    height: 2px;
    left: 0;
    bottom: 0;
}



.study-method-Q .text-box-holder-P:hover {
    transition: all 0.3s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(225,195,200,0.5),
                0 0 20px rgb(225,195,200,0.5);
    transform: translateY(-5px);
}

header .header-primary-m {
    align-items: center;
    display: flex;
    padding: 1.2rem 3rem;
    position: relative;
    justify-content: space-between;
    z-index: 5;
}

header .nav-teach-s {
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    transition: all 0.3s ease;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    margin-right: 2rem;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
}

header .nav-teach-s:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}

header .head-guide-Y {
    z-index: 1;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}

header .head-guide-Y img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}

header .main-pagebar-h {
    margin: 0 0.5rem;
    position: relative;
}

header .main-pagebar-h a {
    font-weight: 600;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    color: #ffffff;
    height: 40px;
    position: relative;
    text-decoration: none;
    justify-content: center;
    padding: 0 1.2rem;
    font-size: 13px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    align-items: center;
    display: flex;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
}

header .main-pagebar-h:hover::after {
    width: 80%;
}

header .header-primary-m::before {
    content: '';
    position: absolute;
    width: 40px;
    opacity: 0.5;
    right: 10px;
    top: 10px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
    border-right: none;
}

header .top-core-L {
    z-index: 1;
    background: rgb(242,228,230);
    padding-top: 2rem;
    position: relative;
    margin-top: -15px;
}



header::after {
    right: 15px;
    width: 8px;
    animation: pulse 2s infinite;
    background: #ffffff;
    border-radius: 50%;
    content: '';
    height: 8px;
    box-shadow: 0 0 10px #ffffff;
    position: absolute;
    top: 15px;
}

.contact-box-I .image-show-item-3 {
    height: 100%;
    left: 0;
    top: 0;
    width: 50%;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    position: absolute;
    z-index: 1;
}

.contact-box-I .image-show-item-3::before {
    content: '';
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-box-I .reach-grid-C {
    display: flex;
    background: #ffffff;
    position: relative;
    z-index: 3;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.contact-box-I .reach-grid-C::before {
    content: '';
    right: 0;
    background: rgb(225,195,200,0.5);
    opacity: 0.2;
    top: 0;
    transform: translate(50%, -50%);
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.contact-box-I .feedback-support-4 {
    flex: 1;
    position: relative;
    padding: 50px;
}

.contact-box-I form h3 {
    font-size: 24px;
    margin-bottom: 25px;
    text-align: left;
}

.contact-box-I input[type="text"],
.contact-box-I textarea {
    border-radius: 18px;
    margin-bottom: 20px;
    padding: 15px 20px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    color: #000000;
    width: 100%;
    font-size: 13px;
    background: #ffffff;
    font-family: Arial, sans-serif;
}

.contact-box-I .help-card-k input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-box-I .help-card-k label::before {
    left: 0;
    content: '';
    border: 2px solid rgb(225,195,200,0.5);
    width: 20px;
    top: 2px;
    height: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: absolute;
}

.contact-box-I .help-card-k input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 7px;
    height: 10px;
    width: 6px;
    top: 6px;
}

.contact-box-I .request-query-V::before {
    transform: translateX(-100%);
    z-index: -1;
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    transition: transform 0.4s ease;
    width: 100%;
    background: rgb(202,158,166);
    height: 100%;
}

.contact-box-I .request-query-V:hover {
    box-shadow: 0 5px 15px rgb(225,195,200,0.5);
}

.contact-box-I .request-widget-4 {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 50px;
    background: linear-gradient(135deg, rgb(225,195,200), rgb(202,158,166));
    width: 35%;
}

.contact-box-I .request-widget-4 h4 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    font-size: 24px;
    margin-bottom: 30px;
}

.contact-box-I .request-widget-4 h4::after {
    height: 3px;
    width: 40px;
    background: #ffffff;
    left: 0;
    position: absolute;
    border-radius: 3px;
    bottom: -10px;
    content: '';
}

.contact-box-I .request-list-V li {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: flex-start;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
    display: flex;
}

.contact-box-I .request-list-V svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.contact-box-I .request-list-V li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}

.contact-box-I .request-list-V a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.privacySettingsWindow-g {
    border-top: 3px solid rgb(225,195,200);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    background: rgb(242,228,230);
    position: fixed;
    bottom: 0;
}

.digital-tracking-A svg:hover {
    fill: rgb(202,158,166);
}

.track-settings-P {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}

.privacySettingsWindow-g p {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
    font-family: Arial, sans-serif;
}

.cookie-confirm-Y {
    margin-left: 10px;
    background: rgb(225,195,200);
    line-height: 35px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-radius: 26px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    color: #ffffff;
    cursor: pointer;
}

.privacySettingsWindow-g p a:hover {
    color: rgb(202,158,166);
}

#cookie-alert-banner-g:checked ~ .privacySettingsWindow-g {
    visibility: hidden;
    opacity: 0;
}

footer .footer-clients-J::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(225,195,200) 25%, rgb(202,158,166) 25%, rgb(202,158,166) 50%, rgb(225,195,200) 50%, rgb(225,195,200) 75%, rgb(202,158,166) 75%);
    height: 20px;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
}

footer .info_item {
    display: flex;
    align-items: center;
    flex: 1 1 250px;
    padding: 25px;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: flex-start;
    transition: all 0.3s ease;
}

footer .info_item::after {
    transition: width 0.3s ease;
    bottom: 0;
    background-color: rgb(225,195,200);
    width: 0;
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 13px;
}

footer .nav-teach-s {
    padding: 0 25px;
    position: relative;
}

footer .cert-display-L {
    line-height: 1.6;
    max-width: 350px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

footer .site-nav-F h5 {
    font-weight: 600;
    margin-bottom: 25px;
    color: #ffffff;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    font-size: 18px;
    padding-bottom: 10px;
}

footer .header-know-M {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 20px;
}

footer .header-know-M a:hover {
    transform: translateY(-3px);
    color: #ffffff;
    background-color: rgb(225,195,200);
}

footer .subscribe_holder {
    padding: 30px 25px;
    position: relative;
    background-color: rgb(202,158,166,0.5);
    border-radius: 23px;
}

footer .subscribe_holder p {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

footer .input_holder::before {
    top: -10px;
    position: absolute;
    content: "";
    z-index: -1;
    width: 50px;
    right: -10px;
    opacity: 0.1;
    border-radius: 50%;
    height: 50px;
    background-color: rgb(225,195,200);
}

footer .input_holder input[type="email"] {
    padding: 15px;
    border: none;
    transition: all 0.3s ease;
    font-size: 13px;
    border-radius: 10px;
    color: rgb(202,158,166);
    background-color: rgba(255, 255, 255, 0.9);
}

footer .explore-courses-S {
    position: relative;
    background-color: rgb(225,195,200);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 20px;
    border: none;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
}

footer .explore-courses-S:hover {
    background-color: rgb(202,158,166);
}

footer .partner-logo-k {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.privacy-sanctum-9 {
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    height: auto;
    padding: 50px;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
}

.privacy-sanctum-9 h2 {
    font-size: 33px;
    color: rgb(202,158,166);
    padding-left: 10px;
    margin-top: 30px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-left: 4px solid rgb(225,195,200);
}

.privacy-sanctum-9 ul li, .privacy-sanctum-9 ol li {
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
}

.privacy-sanctum-9 p, .privacy-sanctum-9 span, .privacy-sanctum-9 div {
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 15px;
}

.ideal-participants-L {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
}

.ideal-participants-L::after {
    left: 0;
    opacity: 0.05;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: '';
    z-index: 2;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(225,195,200,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(202,158,166,0.5) 49%, transparent 51%);
}

.ideal-participants-L h3 {
    position: relative;
    color: #000000;
    padding: 0 20px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 70px;
    font-size: 31px;
}

.ideal-participants-L h3::after {
    right: -60px;
}

.ideal-participants-L ul {
    margin: 0;
    gap: 40px;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.ideal-participants-L ul li::before {
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
    opacity: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(225,195,200), rgb(202,158,166));
    transition: opacity 0.4s ease;
    height: 5px;
}

.ideal-participants-L ul li::after {
    width: 100px;
    z-index: -1;
    transition: all 0.6s ease;
    bottom: -50px;
    left: -50px;
    background: rgb(225,195,200,0.5);
    height: 100px;
    border-radius: 50%;
    opacity: 0.1;
    content: '';
    position: absolute;
}

.ideal-participants-L ul li:hover::before {
    opacity: 1;
}

.ideal-participants-L ul li:hover::after {
    opacity: 0.05;
    transform: scale(6);
}

.ideal-participants-L ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}

.ideal-participants-L ul li svg path {
    transition: fill 0.5s ease;
    fill: rgb(225,195,200);
}

.ideal-participants-L ul li:nth-child(1) {
    animation-delay: 0.1s;
}

.ideal-participants-L ul li:nth-child(3) {
    animation-delay: 0.4s;
}

.ideal-participants-L ul li:nth-child(5) {
    animation-delay: 0.7s;
}

.ideal-participants-L ul li:nth-child(3n+1) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
    animation-delay: 0.1s, 2s;
}

.ideal-participants-L ul li:nth-child(3n+3) {
    animation-delay: 0.4s, 4s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
}

.instructor-profile-c::before {
    height: 40%;
    left: -5%;
    z-index: 0;
    background: linear-gradient(225deg, rgb(225,195,200,0.5), transparent);
    content: "";
    width: 40%;
    position: absolute;
    transform: rotate(-15deg);
    top: -5%;
    opacity: 0.15;
}

.instructor-profile-c .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1140px;
    z-index: 1;
    position: relative;
}

.instructor-profile-c .opinion-sharing-N:hover {
    transform: translateY(-5px);
}

.instructor-profile-c .opinion-sharing-N > div:first-child {
    width: 100%;
    position: relative;
}

.instructor-profile-c .opinion-sharing-N .image-show-item-3 {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    padding-bottom: 85%;
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    height: 0;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.instructor-profile-c .opinion-sharing-N > div:nth-child(2) {
    text-align: left;
    position: relative;
}

.instructor-profile-c .opinion-sharing-N .name {
    color: #000000;
    margin: 0 0 0.5rem;
    display: inline-block;
    font-size: calc(19px * 1.1);
    font-weight: 700;
    position: relative;
}

.instructor-profile-c .opinion-sharing-N:hover .name::after {
    transform: scaleX(1.5);
}

.instructor-profile-c .opinion-sharing-N > div:nth-child(2) > div {
    letter-spacing: 0.02em;
    font-weight: 600;
    margin-top: 0.75rem;
    color: rgb(225,195,200);
    font-size: calc(13px * 0.95);
}

.instructor-profile-c .opinion-sharing-N .emp-container-V::before {
    transform: scale(0);
    transition: all 0.4s ease-out 0.2s;
    box-shadow: 0 0 0 3px rgb(202,158,166,0.5);
    z-index: 1;
    background: #ffffff;
    width: 25px;
    height: 25px;
    opacity: 0;
    position: absolute;
    border-radius: 50%;
    top: -15px;
    left: -8px;
    content: "";
}

.follow-5::before {
    width: 200%;
    left: -50%;
    height: 200%;
    pointer-events: none;
    position: absolute;
    background-size: 40px 40px;
    content: '';
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0.5%, transparent 8%);
    opacity: 0.1;
    top: -50%;
    transform: rotate(15deg);
}

.follow-5 .learning-tracks-u {
    transition: transform 0.5s ease-out;
    display: flex;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05),
              0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 50px 40px;
    border-left: 4px solid rgb(202,158,166);
    align-items: center;
    transform: perspective(1000px) rotateY(-2deg);
    flex-direction: column;
}

.follow-5 .input_holder {
    display: flex;
    max-width: 600px;
    width: 100%;
    gap: 15px;
    position: relative;
    flex-direction: column;
}

.follow-5 input[type="email"] {
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    font-family: Arial, sans-serif;
    font-size: 12px;
    width: 100%;
    border-radius: 10px;
    padding: 18px 20px 18px 50px;
    border: none;
    color: #000000;
}

.follow-5 input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.follow-5 input[type="email"]:focus::placeholder {
    opacity: 0.6;
    transform: translateX(5px);
}

.follow-5 .explore-courses-S:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.follow-5 .explore-courses-S:active {
    transform: translateY(-1px);
}

.follow-5 .explore-courses-S::after {
    top: 0;
    position: absolute;
    left: -100%;
    transition: left 0.7s ease;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    height: 100%;
}

.tySpace-g::before {
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    pointer-events: none;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 40%);
    z-index: 1;
}

.tySpace-g .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}

.tySpace-g .learning-tracks-u {
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.15),
        inset 0 0 20px rgba(rgb(225,195,200),0.05);
    background: rgba(255, 255, 255, 0.92);
    gap: 40px;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    position: relative;
    padding: 60px 50px;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.tySpace-g .learning-tracks-u > div:first-child {
    position: relative;
    padding-bottom: 30px;
}

.tySpace-g .learning-tracks-u:hover > div:first-child::after {
    transform: scaleX(1.5);
}

.tySpace-g h5 {
    letter-spacing: -0.01em;
    position: relative;
    z-index: 2;
    line-height: 1.4;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 19px;
}

.tySpace-g .learning-tracks-u:hover h5::before {
    transform: translateY(-50%) rotate(135deg);
}

.tySpace-g a {
    transition: transform 0.3s ease;
    text-decoration: none;
    display: block;
}

.tySpace-g p {
    transition: color 0.3s ease;
    margin: 0;
    line-height: 1.8;
    z-index: 2;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}

.customer-opinions-h::before {
    content: "";
    top: 0;
    z-index: 0;
    background-image: radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb, 6, 151, 187), 0.05) 0%, transparent 50%),
                     radial-gradient(circle at 80% 70%, rgba(var(--secondary-color-rgb, 255, 122, 61), 0.07) 0%, transparent 50%);
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.customer-opinions-h .container.learning-tracks-u {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1200px;
}

.customer-opinions-h .user-review-v {
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.customer-opinions-h .opinion-sharing-N::before {
    line-height: 1;
    right: 1.5rem;
    z-index: 0;
    content: "";
    position: absolute;
    top: -0.5rem;
    font-family: Georgia, serif;
    font-size: 6rem;
    color: rgba(var(--primary-color-rgb, 6, 151, 187), 0.08);
}

.customer-opinions-h .opinion-sharing-N:hover {
    transform: translateY(-0.5rem) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 3px 10px rgba(0, 0, 0, 0.05);
}

.customer-opinions-h .opinion-sharing-N h3::after {
    display: block;
    height: 2px;
    transform-origin: left;
    margin-top: 0.5rem;
    width: 2.5rem;
    content: "";
    transition: transform 0.3s ease-out;
    transform: scaleX(0.7);
    background: rgb(202,158,166);
}

.customer-opinions-h .opinion-sharing-N div {
    width: 3.5rem;
    margin-top: auto;
    transform: translateZ(0);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    height: 3.5rem;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.customer-opinions-h .opinion-sharing-N:hover div::after {
    transform: scale(1);
    opacity: 1;
}

.customer-opinions-h .opinion-sharing-N img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: transform 0.4s ease;
}

.customer-opinions-h .opinion-sharing-N:nth-child(3n+1) {
    transform: translateY(1rem) rotateZ(-1deg);
}

.customer-opinions-h .opinion-sharing-N:nth-child(3n+1):hover {
    transform: translateY(0.5rem) rotateZ(0deg) scale(1.02);
}

.who-we-are-w .text-box-holder-P div div::-webkit-scrollbar {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
    width: 6px;
}

.who-we-are-w .text-box-holder-P div div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(202,158,166);
}



@media (min-width: 768px) {.title-opener-L {
    padding: 4rem;
}.title-opener-L .start-welcome-Y {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.title-opener-L .start-welcome-Y > div:first-child {
    padding: 2rem;
    align-items: center;
    display: flex;
}.title-opener-L .start-welcome-Y > div:first-child p {
    font-size: calc(16px * 1.2);
}.title-opener-L .skill-pro-z > div {
    padding: 3rem;
}.title-opener-L .skill-pro-z h3 {
    margin-bottom: 2.5rem;
    font-size: calc(23px * 1.1);
}.title-opener-L .title_style_header {
    font-size: calc(44px * 1.3);
}
}



@media (max-width: 767px) {.title-opener-L {
    padding: 2rem 1rem;
}.title-opener-L .start-welcome-Y > div:first-child {
    padding: 1rem;
}.title-opener-L .skill-pro-z > div {
    padding: 1.5rem;
}.title-opener-L .skill-pro-z h3 {
    font-size: 23px;
    margin-bottom: 1.5rem;
}.title-opener-L .skill-pro-z > div > div {
    padding: 1.5rem;
}.title-opener-L .title_style_header {
    font-size: 34px;
}}



@media (min-width: 992px) {.who-we-are-w {
    padding: 180px 0 150px;
}.who-we-are-w .container {
    padding: 0 50px;
}.who-we-are-w h2 {
    transform: translateX(-20px);
    margin-bottom: 70px;
    font-size: calc(29px * 1.8);
}.who-we-are-w h2::after {
    bottom: -20px;
    width: 150px;
}.who-we-are-w .text-box-holder-P > div {
    padding: 60px 70px;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%
        );
}.who-we-are-w .text-box-holder-P div div {
    columns: 2;
    max-height: 450px;
}.who-we-are-w .text-box-holder-P p {
    margin-bottom: 25px;
    font-size: calc(18px * 1.8);
}
}


@media screen and (max-width: 1200px) {.course-highlights-L {
    padding: 80px 0;
}.course-highlights-L .text-box-holder-P {
    padding: 40px;
}.course-highlights-L .image-show-item-3 {
    height: 550px;
}
}



@media screen and (max-width: 767px) {.course-highlights-L {
    padding: 50px 0;
}.course-highlights-L .container {
    padding: 0 20px;
}.course-highlights-L .text-box-holder-P {
    padding: 25px;
}.course-highlights-L .text-box-holder-P h2 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.8);
    padding-bottom: 15px;
}.course-highlights-L .text-box-holder-P .description {
    font-size: calc(17px * 0.95);
    padding-left: 15px;
    margin-bottom: 20px;
}.course-highlights-L .image-show-item-3 {
    height: 350px;
}
}



@media screen and (max-width: 992px) {.study-method-Q {
    padding: 80px 0;
}.study-method-Q .text-box-holder-P {
    padding: 40px 30px;
    margin-left: 10%;
    width: 65%;
}.study-method-Q .text-box-holder-P::after {
    width: 100px;
    height: 100px;
}.study-method-Q .learning-tracks-u::before {
    top: 20px;
}.study-method-Q .learning-tracks-u::after {
    bottom: 30px;
}
}



@media screen and (max-width: 480px) {.study-method-Q {
    padding: 40px 0;
}.study-method-Q .text-box-holder-P {
    padding: 25px 15px;
    border-radius: calc(30px * 0.8);
}.study-method-Q .text-box-holder-P h2 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.8);
}.study-method-Q .text-box-holder-P h2::after {
    width: 30px;
}.study-method-Q .text-box-holder-P p {
    font-size: calc(14px * 0.9);
}.study-method-Q::after {
    height: 1px;
}}



@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .header-primary-m {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .nav-teach-s {
    margin-bottom: 0;
    margin-right: 0;
}header .site-nav-F {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .main-pagebar-h a {
    font-size: calc(13px - 1px);
    height: 35px;
    padding: 0 1rem;
}header .header-primary-m::before,
    header .header-primary-m::after {
    display: none;
}.top-core-L {
    margin-top: -10px;
}
}



@media (max-width: 479px) {header .header-primary-m {
    padding: 0.7rem 1.2rem;
}header .nav-teach-s {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .main-pagebar-h a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(13px - 3px);
}}



@media (max-width: 992px) {.contact-box-I .image-show-item-3 {
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    width: 40%;
}.contact-box-I .reach-grid-C {
    flex-direction: column;
    margin: 0 auto;
    max-width: 90%;
}.contact-box-I .feedback-support-4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}.contact-box-I .request-widget-4 {
    width: 100%;
}
}



@media (max-width: 768px) {.contact-box-I {
    padding: 60px 0;
}.contact-box-I .image-show-item-3 {
    display: none;
}.contact-box-I h3 {
    font-size: calc(36px * 0.9);
}.contact-box-I .feedback-support-4,
    .contact-box-I .request-widget-4 {
    padding: 40px 30px;
}.contact-box-I form h3,
    .contact-box-I .request-widget-4 h4 {
    font-size: calc(24px * 0.9);
}
}


@media only screen and (max-width: 1200px) {.consent-track-0 {
    flex-direction: column;
    align-items: center;
}.digital-tracking-A {
    margin-bottom: 15px;
}.track-settings-P {
    margin-bottom: 15px;
    text-align: center;
    margin-right: 0;
}.cookie-confirm-Y {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 200px;
}
}



@media (min-width: 768px) {footer .footer-clients-J {
    padding-top: 60px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .explore-courses-S {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .site-nav-F, footer .subscribe_holder, footer .nav-teach-s {
    padding: 20px;
}footer .story-spot-B {
    margin-top: 40px;
}
}



@media only screen and (max-width: 800px) {.privacy-sanctum-9 {
    padding: 30px;
    border-radius: 10px;
}.privacy-sanctum-9 h1 {
    font-size: calc(18px - 5px);
}.privacy-sanctum-9 h2 {
    font-size: calc(18px - 5px);
}.privacy-sanctum-9 ul, .privacy-sanctum-9 ol {
    padding: 10px 0;
    margin: 10px 0;
}.privacy-sanctum-9 ul li, .privacy-sanctum-9 ol li {
    font-size: 15px;
    padding-left: 15px;
}}



@media (max-width: 768px) {.ideal-participants-L ul li {
    max-width: 400px;
    width: 100%;
}.ideal-participants-L ul li:nth-child(3n+1),
    .ideal-participants-L ul li:nth-child(3n+2),
    .ideal-participants-L ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}



@media (prefers-reduced-motion: reduce) {.ideal-participants-L ul li {
    opacity: 1;
    animation: none;
}.ideal-participants-L ul li:hover {
    transform: none;
}.ideal-participants-L ul li:hover svg {
    transform: none;
}}



@media (min-width: 768px) {.instructor-profile-c {
    padding: 8rem 0;
}.instructor-profile-c .opinion-sharing-N {
    padding: 3.5rem;
    gap: 2rem 3.5rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px 1fr;
}.instructor-profile-c .opinion-sharing-N > div:first-child {
    grid-row: span 2;
}.instructor-profile-c .opinion-sharing-N .image-show-item-3 {
    padding-bottom: 130%;
}.instructor-profile-c .opinion-sharing-N > div:nth-child(2) {
    align-self: end;
}.instructor-profile-c .opinion-sharing-N .name {
    font-size: calc(19px * 1.2);
}.instructor-profile-c .opinion-sharing-N > div:nth-child(3) {
    grid-column: 2;
}.instructor-profile-c .opinion-sharing-N .emp-container-V {
    font-size: calc(13px * 1.05);
    padding-left: 1.5rem;
}
}



@media (min-width: 1280px) {.instructor-profile-c .opinion-sharing-N {
    grid-template-columns: 380px 1fr;
    gap: 3rem 5rem;
    padding: 5rem;
}.instructor-profile-c .opinion-sharing-N .emp-container-V {
    padding-left: 2rem;
    border-left: 4px solid rgb(202,158,166,0.5);
}}



@media (min-width: 768px) {.follow-5 .input_holder {
    flex-direction: row;
    align-items: stretch;
}.follow-5 .input_holder > div {
    flex: 1;
}.follow-5 .explore-courses-S {
    align-self: stretch;
    white-space: nowrap;
}.follow-5 .learning-tracks-u {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 60px;
}
}



@media (max-width: 480px) {.follow-5 {
    padding: 40px 0;
}.follow-5 .learning-tracks-u {
    padding: 30px 20px;
}.follow-5 h3 {
    margin-bottom: 20px;
    font-size: 1.25rem;
}
}



@media (prefers-reduced-motion: reduce) {.follow-5 .learning-tracks-u,
  .follow-5 .learning-tracks-u:hover,
  .follow-5 input[type="email"],
  .follow-5 input[type="email"]:focus,
  .follow-5 .explore-courses-S,
  .follow-5 .explore-courses-S:hover,
  .follow-5 .explore-courses-S:active,
  .follow-5 .explore-courses-S::after,
  .follow-5 .explore-courses-S:hover::after,
  .follow-5 input[type="email"]::placeholder,
  .follow-5 input[type="email"]:focus::placeholder {
    transition: none;
    transform: none;
}}



@media (max-width: 991px) {.tySpace-g {
    padding: 80px 0;
}.tySpace-g .learning-tracks-u {
    padding: 50px 35px;
}.tySpace-g h5 {
    font-size: calc(19px * 0.95);
}
}



@media (max-width: 767px) {.tySpace-g {
    padding: 60px 0;
}.tySpace-g .learning-tracks-u {
    padding: 40px 25px;
    gap: 30px;
}.tySpace-g h5 {
    font-size: calc(19px * 0.9);
}.tySpace-g p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.tySpace-g .learning-tracks-u > div:first-child {
    padding-bottom: 20px;
}
}



@media (max-width: 992px) {.customer-opinions-h {
    padding: 5rem 0;
}.customer-opinions-h h2 {
    font-size: calc(37px * 0.9);
}.customer-opinions-h .user-review-v {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}
}



@media (max-width: 576px) {.customer-opinions-h {
    padding: 3rem 0;
}.customer-opinions-h h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.8);
}.customer-opinions-h h2::after {
    width: 4rem;
}.customer-opinions-h .user-review-v {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.customer-opinions-h .opinion-sharing-N {
    padding: 1.5rem;
}
}



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



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



@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}



@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes spin {
    0% {
        transform: translate(50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, -50%) rotate(360deg);
    }
}



@keyframes particle1 {
    0% {
        transform: translate(0, 0);
        opacity: 0.6;
    }
    25% {
        transform: translate(30px, 30px);
        opacity: 0.8;
    }
    50% {
        transform: translate(60px, 0);
        opacity: 0.6;
    }
    75% {
        transform: translate(30px, -30px);
        opacity: 0.8;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.6;
    }
}



@keyframes digital-wave {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

@keyframes scan {
    0% {
        top: 0;
    }
    100% {
        top: 100%;
    }
}

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

@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}



@keyframes shimmer {
    0% { transform: rotate(35deg) translateX(-30%) scale(2); }
    100% { transform: rotate(35deg) translateX(30%) scale(2); }
}

