* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1260px;
}.Sci-privacy-cta {
    flex: 0 0 auto;
}.WHM-top-start {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}.ugp-content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.UBn-try-immediately {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(236,235,234) 0%, rgb(197,189,184,0.5) 100%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}.UBn-try-immediately::before {
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgba(255, 255, 255, 0.03) 20px,
        rgba(255, 255, 255, 0.03) 40px
    );
    content: '';
    position: absolute;
}.UBn-try-immediately::after {
    filter: blur(30px);
    top: -150px;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    height: 300px;
    width: 300px;
    content: '';
    right: -100px;
    background: radial-gradient(circle, rgb(197,189,184,0.5) 0%, transparent 70%);
    opacity: 0.6;
}.UBn-try-immediately .container {
    position: relative;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 3rem;
    max-width: 1140px;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.05),
        -20px -20px 40px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg);
}.UBn-try-immediately .container:hover {
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.08),
        -25px -25px 50px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.UBn-try-immediately h6 {
    letter-spacing: 0.5px;
    margin-bottom: 2.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    color: #000000;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    opacity: 1;
    font-family: Arial, sans-serif;
    font-size: 20px;
    transform: translateY(0);
}.UBn-try-immediately .container:hover h6 {
    transform: translateY(-5px);
}.UBn-try-immediately div div {
    display: flex;
    margin-top: 1.5rem;
    align-items: center;
    justify-content: center;
}.UBn-try-immediately div span {
    transform: translateY(0);
    z-index: 2;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
}.UBn-try-immediately div span:hover {
    transform: translateY(-5px);
}.UBn-try-immediately .seA-message-widget {
    border-radius: 10px;
    box-shadow: 
        0 10px 20px rgba(rgb(197,189,184,0.5), 0.2),
        0 5px 10px rgba(rgb(197,189,184,0.5), 0.1),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    color: #ffffff;
    padding: 15px 32px;
    display: inline-flex;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: none;
    font-weight: 600;
    font-size: 14px;
    justify-content: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(135deg, rgb(197,189,184) 0%, rgb(173,147,134) 100%);
    align-items: center;
}.UBn-try-immediately .seA-message-widget::before {
    height: 100%;
    position: absolute;
    left: -100%;
    content: '';
    top: 0;
    transition: left 0.7s ease;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    width: 100%;
}.UBn-try-immediately .seA-message-widget:hover {
    box-shadow: 
        0 15px 25px rgba(rgb(197,189,184,0.5), 0.3),
        0 10px 15px rgba(rgb(197,189,184,0.5), 0.2),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) scale(1.03);
}.UBn-try-immediately .seA-message-widget:hover::before {
    left: 100%;
}.UBn-try-immediately .seA-message-widget:active {
    box-shadow: 
        0 5px 10px rgba(rgb(197,189,184,0.5), 0.2),
        0 2px 5px rgba(rgb(197,189,184,0.5), 0.1),
        inset 0 2px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) scale(0.98);
}.UBn-try-immediately .seA-message-widget span {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}.UBn-try-immediately .seA-message-widget:hover span {
    transform: scale(1.05);
}


@media (max-width: 1200px) {.UBn-try-immediately .container {
    max-width: 960px;
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.UBn-try-immediately {
    padding: 4rem 0;
}.UBn-try-immediately .container {
    padding: 2rem;
    max-width: 720px;
    transform: perspective(1000px) rotateX(1deg);
}.UBn-try-immediately h6 {
    margin-bottom: 2rem;
    font-size: calc(20px * 0.95);
}
}

@media (max-width: 768px) {.UBn-try-immediately {
    padding: 3.5rem 0;
}.UBn-try-immediately .container {
    padding: 1.75rem;
    transform: perspective(1000px) rotateX(0.5deg);
    max-width: 540px;
}.UBn-try-immediately h6 {
    font-size: calc(20px * 0.9);
    margin-bottom: 1.75rem;
}.UBn-try-immediately .seA-message-widget {
    padding: 12px 28px;
}
}

@media (max-width: 576px) {.UBn-try-immediately {
    padding: 3rem 0;
}.UBn-try-immediately .container {
    transform: none;
    padding: 1.5rem;
    width: 90%;
}.UBn-try-immediately h6 {
    margin-bottom: 1.5rem;
    line-height: 1.4;
    font-size: calc(20px * 0.85);
}.UBn-try-immediately .seA-message-widget {
    font-size: calc(14px * 0.9);
    padding: 10px 24px;
}
}

@media (max-width: 400px) {.UBn-try-immediately {
    padding: 2.5rem 0;
}.UBn-try-immediately .container {
    width: 95%;
    padding: 1.25rem;
}.UBn-try-immediately h6 {
    margin-bottom: 1.25rem;
    font-size: calc(20px * 0.8);
}.UBn-try-immediately .seA-message-widget {
    padding: 8px 20px;
    font-size: calc(14px * 0.85);
}}.Ifk-contact-panel {
    z-index: 1;
    background: linear-gradient(125deg, rgb(236,235,234) 0%, rgb(173,147,134,0.5) 50%, rgb(236,235,234) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.Ifk-contact-panel::before {
    content: '';
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px);
    left: 0;
    z-index: -1;
    top: 0;
    position: absolute;
    opacity: 0.7;
    height: 100%;
}.Ifk-contact-panel::after {
    width: 200%;
    left: -50%;
    top: -50%;
    height: 200%;
    animation: rotate 120s linear infinite;
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    content: '';
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0%,
            rgb(197,189,184,0.5) 5%,
            transparent 10%,
            transparent 90%,
            rgb(173,147,134,0.5) 95%,
            transparent 100%
        );
}.Ifk-contact-panel .OZp-img-zoom {
    height: 100%;
    left: 0;
    mix-blend-mode: luminosity;
    opacity: 0.15;
    position: absolute;
    z-index: 0;
    filter: contrast(120%) brightness(110%) blur(5px);
    top: 0;
    width: 100%;
}.Ifk-contact-panel .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.Ifk-contact-panel h3 {
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 38px;
    color: #000000;
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
}.Ifk-contact-panel h3::before {
    height: 4px;
    left: 50%;
    top: -15px;
    content: '';
    position: absolute;
    background: rgb(197,189,184);
    border-radius: 10px;
    transform: translateX(-50%);
    width: 40px;
}.Ifk-contact-panel h3::after {
    content: '';
    width: 80px;
    transform: translateX(-50%);
    bottom: -15px;
    border-radius: 10px;
    left: 50%;
    height: 4px;
    position: absolute;
    background: rgb(197,189,184);
}.Ifk-contact-panel .Ikp-reach-grid {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    border-radius: 26px;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.01);
}.Ifk-contact-panel .Ikp-reach-grid::before {
    content: '';
    z-index: 0;
    background: linear-gradient(135deg, 
        transparent 20%, 
        rgba(255, 255, 255, 0.05) 40%, 
        rgba(255, 255, 255, 0.1) 60%, 
        transparent 80%);
    inset: 0;
    pointer-events: none;
    position: absolute;
}.Ifk-contact-panel .Ikp-reach-grid::after {
    animation: pulse-border 4s infinite alternate;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
    border-radius: 26px;
    position: absolute;
    box-shadow: 0 0 25px rgb(197,189,184,0.5);
}.Ifk-contact-panel .sBu-reach-list {
    flex: 1 1 60%;
    padding: 50px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}.Ifk-contact-panel .sBu-reach-list::before {
    height: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.02) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.02) 0%, transparent 25%);
}.Ifk-contact-panel .sBu-reach-list::after {
    width: 150px;
    background: 
        linear-gradient(135deg, transparent 40%, rgb(197,189,184,0.5) 100%);
    opacity: 0.5;
    z-index: 0;
    position: absolute;
    border-radius: 0 0 0 150px;
    content: '';
    right: 0;
    height: 150px;
    top: 0;
}.Ifk-contact-panel .sBu-reach-list #contact {
    position: relative;
    z-index: 2;
}.Ifk-contact-panel .sBu-reach-list h3 {
    margin-bottom: 40px;
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1px;
}.Ifk-contact-panel .sBu-reach-list h3::before {
    display: none;
}.Ifk-contact-panel .sBu-reach-list h3::after {
    left: 0;
    width: 60px;
    bottom: -10px;
    background: rgb(197,189,184);
    transform: none;
}.Ifk-contact-panel .sBu-reach-list input[type="text"],
.Ifk-contact-panel .sBu-reach-list textarea {
    background-color: rgba(0, 0, 0, 0.02);
    padding: 18px 25px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #000000;
    font-size: 15px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03) inset;
}.Ifk-contact-panel .sBu-reach-list input[type="text"]:focus,
.Ifk-contact-panel .sBu-reach-list textarea:focus {
    background-color: #ffffff;
    border-color: rgb(197,189,184);
    outline: none;
    box-shadow: 
        0 2px 5px rgba(0, 0, 0, 0.03) inset,
        0 0 0 3px rgb(197,189,184,0.5);
}.Ifk-contact-panel .sBu-reach-list textarea {
    height: 150px;
    resize: vertical;
}.Ifk-contact-panel .sBu-reach-list .tkf-query-map {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.Ifk-contact-panel .sBu-reach-list .tkf-query-map input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.Ifk-contact-panel .sBu-reach-list .tkf-query-map label {
    cursor: pointer;
    position: relative;
    color: #000000;
    line-height: 1.5;
    padding-left: 38px;
    font-size: calc(15px - 2px);
}.Ifk-contact-panel .sBu-reach-list .tkf-query-map label::before {
    left: 0;
    transition: all 0.3s ease;
    content: '';
    width: 24px;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    top: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
    height: 24px;
    position: absolute;
}.Ifk-contact-panel .sBu-reach-list .tkf-query-map label::after {
    position: absolute;
    transition: all 0.3s ease;
    height: 15px;
    content: '';
    width: 15px;
    left: 5px;
    transform: scale(0.6);
    opacity: 0;
    background-color: rgb(197,189,184);
    top: 2px;
    border-radius: calc(10px - 2px);
}.Ifk-contact-panel .sBu-reach-list .tkf-query-map input[type="checkbox"]:checked + label::before {
    border-color: rgb(197,189,184);
}.Ifk-contact-panel .sBu-reach-list .tkf-query-map input[type="checkbox"]:checked + label::after {
    opacity: 1;
    transform: scale(1);
}.Ifk-contact-panel .sBu-reach-list .tkf-query-map a {
    position: relative;
    font-weight: 600;
    color: rgb(197,189,184);
    transition: color 0.3s ease;
    text-decoration: none;
}.Ifk-contact-panel .sBu-reach-list .tkf-query-map a::after {
    transform: scaleX(0);
    left: 0;
    transform-origin: right;
    bottom: -2px;
    content: '';
    width: 100%;
    transition: transform 0.3s ease;
    height: 1px;
    position: absolute;
    background-color: rgb(197,189,184);
}.Ifk-contact-panel .sBu-reach-list .tkf-query-map a:hover {
    color: rgb(173,147,134);
}.Ifk-contact-panel .sBu-reach-list .tkf-query-map a:hover::after {
    transform: scaleX(1);
    background-color: rgb(173,147,134);
    transform-origin: left;
}.Ifk-contact-panel .sBu-reach-list .seA-message-widget {
    display: inline-block;
    padding: 16px 35px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(197,189,184) 0%, rgb(173,147,134) 100%);
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 26px;
    font-size: 20px;
    letter-spacing: 1px;
    box-shadow: 
        0 5px 15px rgb(197,189,184,0.5),
        0 0 0 1px rgb(197,189,184,0.5) inset;
    transition: all 0.3s ease;
    border: none;
}.Ifk-contact-panel .sBu-reach-list .seA-message-widget::before {
    transition: all 0.5s ease;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: '';
    left: -100%;
}.Ifk-contact-panel .sBu-reach-list .seA-message-widget::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    animation: glow 2s infinite;
    left: 0;
    height: 3px;
    width: 100%;
    opacity: 0.5;
    content: '';
}.Ifk-contact-panel .sBu-reach-list .seA-message-widget:hover {
    box-shadow: 
        0 8px 25px rgb(197,189,184,0.5),
        0 0 0 1px rgb(197,189,184) inset;
    background: linear-gradient(135deg, rgb(173,147,134) 0%, rgb(197,189,184) 100%);
    transform: translateY(-3px);
}.Ifk-contact-panel .sBu-reach-list .seA-message-widget:hover::before {
    left: 100%;
}.Ifk-contact-panel .qEh-support-widget {
    overflow: hidden;
    padding: 50px;
    position: relative;
    flex: 1 1 40%;
    background: linear-gradient(135deg, rgb(197,189,184) 0%, rgb(173,147,134) 100%);
}.Ifk-contact-panel .qEh-support-widget::before {
    opacity: 1;
    position: absolute;
    width: 100%;
    content: '';
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    top: 0;
    z-index: 0;
    left: 0;
    height: 100%;
}.Ifk-contact-panel .qEh-support-widget::after {
    left: 0;
    content: '';
    height: 100%;
    animation: shine 8s infinite linear;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.05) 50%, transparent 75%);
    top: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
}.Ifk-contact-panel .qEh-support-widget h4 {
    color: #ffffff;
    font-size: 20px;
    z-index: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
}.Ifk-contact-panel .qEh-support-widget h4::after {
    left: 0;
    width: 60px;
    bottom: -10px;
    content: '';
    background: #ffffff;
    height: 3px;
    position: absolute;
    border-radius: 10px;
}.Ifk-contact-panel .qEh-support-widget .gNf-connect-query {
    z-index: 1;
    position: relative;
    padding: 0;
    list-style: none;
    margin: 0;
}.Ifk-contact-panel .qEh-support-widget .gNf-connect-query li {
    align-items: flex-start;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: flex;
}.Ifk-contact-panel .qEh-support-widget .gNf-connect-query li:not(:last-child)::after {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    bottom: 0;
    content: '';
    height: 1px;
    position: absolute;
}.Ifk-contact-panel .qEh-support-widget .gNf-connect-query li svg {
    position: relative;
    height: 26px;
    margin-right: 20px;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 26px;
}.Ifk-contact-panel .qEh-support-widget .gNf-connect-query li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.Ifk-contact-panel .qEh-support-widget .gNf-connect-query li:hover svg {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}.Ifk-contact-panel .qEh-support-widget .gNf-connect-query li:hover svg path {
    fill: rgba(255, 255, 255, 0.9);
}.Ifk-contact-panel .qEh-support-widget .gNf-connect-query li span {
    font-size: 15px;
    position: relative;
    color: #ffffff;
    line-height: 1.5;
}.Ifk-contact-panel .qEh-support-widget .gNf-connect-query li a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    position: relative;
}.Ifk-contact-panel .qEh-support-widget .gNf-connect-query li a::after {
    transform-origin: right;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    transform: scaleX(0);
    content: '';
    left: 0;
    height: 1px;
    bottom: -2px;
    transition: transform 0.3s ease;
}.Ifk-contact-panel .qEh-support-widget .gNf-connect-query li a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}.Ifk-contact-panel .qEh-support-widget .gNf-connect-query li a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-border {
    0%, 100% {
        box-shadow: 0 0 15px rgb(197,189,184,0.5);
    }
    50% {
        box-shadow: 0 0 25px rgb(173,147,134,0.5);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@media (max-width: 992px) {.Ifk-contact-panel {
    padding: 80px 0;
}.Ifk-contact-panel .container {
    padding: 0 20px;
}.Ifk-contact-panel .Ikp-reach-grid {
    flex-direction: column;
}.Ifk-contact-panel .sBu-reach-list,
    .Ifk-contact-panel .qEh-support-widget {
    flex: 1 1 100%;
}.Ifk-contact-panel .sBu-reach-list {
    padding: 40px;
}.Ifk-contact-panel .qEh-support-widget {
    padding: 40px;
}
}

@media (max-width: 768px) {.Ifk-contact-panel {
    padding: 60px 0;
}.Ifk-contact-panel h3 {
    font-size: calc(38px - 4px);
    margin-bottom: 40px;
}.Ifk-contact-panel .sBu-reach-list h3,
    .Ifk-contact-panel .qEh-support-widget h4 {
    margin-bottom: 30px;
    font-size: calc(20px - 2px);
}.Ifk-contact-panel .sBu-reach-list input[type="text"],
    .Ifk-contact-panel .sBu-reach-list textarea {
    padding: 15px 20px;
    margin-bottom: 20px;
}.Ifk-contact-panel .sBu-reach-list textarea {
    height: 120px;
}.Ifk-contact-panel .sBu-reach-list .seA-message-widget {
    padding: 14px 30px;
    font-size: calc(20px - 1px);
}.Ifk-contact-panel .qEh-support-widget .gNf-connect-query li {
    margin-bottom: 25px;
    padding-bottom: 15px;
}.Ifk-contact-panel .qEh-support-widget .gNf-connect-query li svg {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}
}

@media (max-width: 576px) {.Ifk-contact-panel {
    padding: 40px 0;
}.Ifk-contact-panel .sBu-reach-list,
    .Ifk-contact-panel .qEh-support-widget {
    padding: 30px 20px;
}.Ifk-contact-panel h3 {
    margin-bottom: 30px;
    font-size: calc(38px - 6px);
}.Ifk-contact-panel .sBu-reach-list .tkf-query-map label {
    font-size: calc(15px - 3px);
}.Ifk-contact-panel .qEh-support-widget .gNf-connect-query li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 12px;
}}.RTC-privacy-hedge {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: #000000;
    padding: 40px;
    font-family: Arial, sans-serif;
    background: #ffffff;
}.RTC-privacy-hedge h1 {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 46px;
    border-bottom: 3px solid rgb(197,189,184);
    font-weight: 700;
    color: rgb(197,189,184);
}.RTC-privacy-hedge h2 {
    border-bottom: 2px solid rgb(173,147,134);
    margin-top: 35px;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: rgb(173,147,134);
}.RTC-privacy-hedge ul, .RTC-privacy-hedge ol {
    margin: 25px 0;
    list-style-type: none;
    padding-left: 0;
}.RTC-privacy-hedge ul li, .RTC-privacy-hedge ol li {
    line-height: 1.8;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 400;
}.RTC-privacy-hedge ul li::before, .RTC-privacy-hedge ol li::before {
    background: rgb(197,189,184);
    content: '';
    border-radius: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    width: 10px;
    top: 50%;
    height: 10px;
}.RTC-privacy-hedge p, .RTC-privacy-hedge span, .RTC-privacy-hedge div {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 15px;
}

@media only screen and (max-width: 800px) {.RTC-privacy-hedge {
    padding: 25px;
}.RTC-privacy-hedge h1 {
    margin-bottom: 20px;
    font-size: 30px;
}.RTC-privacy-hedge h2 {
    margin-bottom: 15px;
    font-size: 21px;
}.RTC-privacy-hedge ul li, .RTC-privacy-hedge ol li {
    font-size: 15px;
}}

.RTC-privacy-hedge h3, .RTC-privacy-hedge h4, .RTC-privacy-hedge h5, .RTC-privacy-hedge h6 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 21px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 5px;
    font-weight: 600;
    color: #000000;
}.RTC-privacy-hedge section {
    padding: 25px;
    background: rgb(236,235,234);
    margin-bottom: 20px;
    border-radius: 10px;
}.RTC-privacy-hedge a {
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
    padding-bottom: 2px;
    border-bottom: 2px solid rgb(197,189,184,0.5);
    color: rgb(197,189,184);
    text-decoration: none;
}.RTC-privacy-hedge a:hover {
    color: rgb(173,147,134);
    border-bottom-color: rgb(173,147,134,0.5);
}header .MKv-nav-top {
    overflow: hidden;
    z-index: 99;
    display: flex;
    width: 100%;
    padding: 1.5rem;
    align-items: center;
    left: 0;
    position: relative;
    border-radius: 0;
    box-shadow: 0 0 20px 2px rgb(197,189,184,0.5);
    background: linear-gradient(to right, rgb(173,147,134) 0%, rgb(197,189,184,0.5) 100%);
    justify-content: space-between;
}header .MKv-nav-top::before {
    left: -50%;
    z-index: -1;
    height: 200%;
    position: absolute;
    content: "";
    width: 200%;
    background: radial-gradient(circle, rgb(173,147,134,0.5) 1%, transparent 10%);
    background-size: 15px 15px;
    top: -50%;
    animation: backgroundShift 20s linear infinite;
    opacity: 0.3;
}header .MKv-nav-top::after {
    height: 100%;
    background-size: 200% 200%;
    z-index: -1;
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 48%, rgb(173,147,134) 49%, rgb(173,147,134) 51%, transparent 52%);
    top: 0;
    content: "";
    position: absolute;
    animation: gradientSlide 5s ease infinite;
    width: 100%;
    left: 0;
}header .MKv-nav-top .ByT-top-lesson {
    position: relative;
    overflow: visible;
}header .MKv-nav-top .ByT-top-lesson::after {
    height: 2px;
    content: "";
    width: 100%;
    animation: neonPulse 3s infinite alternate;
    position: absolute;
    background: rgb(173,147,134);
    bottom: -8px;
    box-shadow: 0 0 8px 2px rgb(173,147,134);
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
}header .MKv-nav-top .ByT-top-lesson .GTn-top-skill {
    transition: all 0.5s ease;
    position: relative;
    transform: perspective(800px) rotateY(0deg);
    display: block;
}header .MKv-nav-top .ByT-top-lesson .GTn-top-skill:hover {
    transform: perspective(800px) rotateY(15deg);
}header .MKv-nav-top .ByT-top-lesson svg {
    height: auto;
    width: 120px;
    filter: drop-shadow(0 0 5px rgb(173,147,134,0.5));
}header .MKv-nav-top .KFZ-top-learning {
    position: relative;
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    perspective: 800px;
}header .MKv-nav-top .KFZ-top-learning::before {
    background: rgb(197,189,184);
    animation: neonPulse 4s infinite alternate-reverse;
    box-shadow: 0 0 10px 2px rgb(197,189,184);
    width: 100%;
    height: 2px;
    transform: scaleX(0.5);
    content: "";
    position: absolute;
    top: 105%;
    left: 0;
}header .MKv-nav-top .euQ-nav-page {
    margin: 0 0.5rem;
    transform: translateZ(0);
    position: relative;
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
}header .MKv-nav-top .euQ-nav-page:hover {
    transform: translateZ(20px);
}header .MKv-nav-top .euQ-nav-page a {
    padding: 0.5rem 1rem;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid transparent;
    position: relative;
    color: #ffffff;
    display: block;
    font-family: Arial, sans-serif;
}header .MKv-nav-top .euQ-nav-page a::before {
    opacity: 0;
    width: 100%;
    content: "";
    transition: opacity 0.3s ease, transform 0.3s ease;
    left: 0;
    transform: scale(0.9);
    position: absolute;
    z-index: -1;
    top: 0;
    background: rgb(197,189,184,0.5);
    height: 100%;
    border-radius: 10px;
}header .MKv-nav-top .euQ-nav-page a:hover {
    text-shadow: 0 0 5px rgb(173,147,134,0.5);
    border: 1px solid rgb(173,147,134,0.5);
    color: rgb(173,147,134);
}header .MKv-nav-top .euQ-nav-page a:hover::before {
    transform: scale(1);
    opacity: 0.2;
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .MKv-nav-top {
    box-sizing: border-box;
    width: 100vw;
    padding: 1rem;
    margin-left: calc(-50vw + 50%);
    flex-direction: column;
}header .MKv-nav-top .ByT-top-lesson {
    margin-bottom: 1.5rem;
}header .MKv-nav-top .KFZ-top-learning {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}header .MKv-nav-top .KFZ-top-learning::before {
    top: auto;
    bottom: -10px;
}header .MKv-nav-top .euQ-nav-page {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .MKv-nav-top {
    padding: 0.75rem;
}header .MKv-nav-top .KFZ-top-learning {
    align-items: center;
    flex-direction: column;
}header .MKv-nav-top .euQ-nav-page {
    margin: 0.25rem 0;
    width: 100%;
    text-align: center;
}header .MKv-nav-top .ByT-top-lesson svg {
    width: 100px;
}header .MKv-nav-top .ByT-top-lesson::after {
    left: 10%;
    width: 80%;
}}.szZ-company-info {
    padding: 120px 0 90px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.szZ-company-info::before {
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.85) 100%);
    z-index: 1;
    position: absolute;
}.szZ-company-info::after {
    content: "";
    top: 0;
    left: 0;
    animation: gradientShift 15s ease-in-out infinite alternate;
    z-index: 2;
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(197,189,184,0.5) 0%, 
        transparent 30%, 
        rgb(173,147,134,0.5) 70%, 
        rgb(197,189,184,0.5) 100%);
    bottom: 0;
    opacity: 0.4;
}.szZ-company-info h4 {
    font-size: 33px;
    position: relative;
    transform: translateY(0);
    z-index: 5;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 60px;
    transition: transform 0.5s ease-out;
}.szZ-company-info h4::after {
    position: absolute;
    content: "";
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(197,189,184), rgb(173,147,134));
    bottom: -15px;
    height: 3px;
    left: 50%;
    z-index: 5;
}.szZ-company-info .container {
    padding: 0 20px;
    z-index: 5;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.szZ-company-info .qoS-content-pad {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0deg);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 40px;
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    z-index: 5;
}.szZ-company-info .qoS-content-pad:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.szZ-company-info .qoS-content-pad::before {
    left: -2px;
    transform: translateZ(-10px);
    bottom: -2px;
    filter: blur(5px);
    position: absolute;
    z-index: -1;
    content: "";
    background: linear-gradient(45deg, 
        rgb(197,189,184) 0%, 
        transparent 40%, 
        transparent 60%, 
        rgb(173,147,134) 100%);
    opacity: 0.7;
    right: -2px;
    top: -2px;
}.szZ-company-info .qoS-content-pad h6 {
    font-weight: 700;
    font-size: calc(24px * 1.2);
    color: #ffffff;
    transform: translateX(0);
    transition: transform 0.4s ease;
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}.szZ-company-info .qoS-content-pad h6::after {
    transform: scaleX(0.3);
    width: 100%;
    transform-origin: left;
    position: absolute;
    height: 2px;
    bottom: -8px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(197,189,184), rgb(173,147,134));
    content: "";
    left: 0;
}.szZ-company-info .qoS-content-pad:hover h6::after {
    transform: scaleX(1);
}.szZ-company-info .qoS-content-pad div {
    z-index: 5;
    position: relative;
}.szZ-company-info .qoS-content-pad span {
    display: block;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    font-weight: 400;
    column-count: 1;
    transition: opacity 0.4s ease;
    font-size: 14px;
    line-height: 1.8;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.9);
    column-gap: 30px;
    opacity: 0.95;
}

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

@media screen and (min-width: 768px) {.szZ-company-info {
    padding: 150px 0 120px;
}.szZ-company-info h4 {
    font-size: calc(33px * 1.2);
    margin-bottom: 80px;
}.szZ-company-info .qoS-content-pad {
    transform: perspective(1200px) rotateY(0deg);
    padding: 60px;
    max-width: 90%;
    margin: 0 auto;
}.szZ-company-info .qoS-content-pad span {
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.szZ-company-info {
    padding: 180px 0 150px;
}.szZ-company-info h4 {
    font-size: calc(33px * 1.3);
}.szZ-company-info .container {
    max-width: 1200px;
}.szZ-company-info .qoS-content-pad {
    max-width: 85%;
    padding: 70px;
}.szZ-company-info .qoS-content-pad span {
    column-count: 3;
}
}

@media screen and (min-width: 1200px) {.szZ-company-info h4 {
    transform: translateY(-20px);
}.szZ-company-info .qoS-content-pad {
    padding: 80px;
    max-width: 80%;
}.szZ-company-info .qoS-content-pad:hover {
    transform: perspective(1500px) rotateY(3deg) translateY(-10px);
}
}

@media screen and (max-width: 767px) {.szZ-company-info {
    padding: 90px 0 70px;
}.szZ-company-info h4 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.9);
}.szZ-company-info .qoS-content-pad {
    padding: 30px;
}.szZ-company-info .qoS-content-pad h6 {
    margin-bottom: 20px;
    font-size: 24px;
}.szZ-company-info .qoS-content-pad span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (hover: hover) {.szZ-company-info .qoS-content-pad:hover span {
    opacity: 1;
}.szZ-company-info .qoS-content-pad:hover h6 {
    transform: translateX(5px);
    color: rgb(173,147,134);
}}.qWx-mentorship-experience {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(236,235,234) 0%, rgb(173,147,134,0.5) 100%);
    padding: 5rem 0;
}.qWx-mentorship-experience::before {
    width: 40%;
    filter: blur(60px);
    height: 40%;
    top: -5%;
    content: "";
    animation: floating 15s ease-in-out infinite;
    right: -5%;
    background: rgb(197,189,184,0.5);
    opacity: 0.3;
    position: absolute;
    transform-origin: center;
    z-index: 0;
}.qWx-mentorship-experience::after {
    transform-origin: center;
    animation: floating 18s ease-in-out infinite reverse;
    z-index: 0;
    height: 30%;
    left: -5%;
    position: absolute;
    background: rgb(173,147,134,0.5);
    width: 30%;
    bottom: -5%;
    content: "";
    filter: blur(50px);
    opacity: 0.2;
}.qWx-mentorship-experience .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
}.qWx-mentorship-experience .NPi-learner-stories {
    backdrop-filter: blur(10px);
    border-radius: 4px;
    display: grid;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    opacity: 0;
    padding: 2.5rem;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    grid-template-columns: 1fr;
    gap: 2rem;
    background: rgba(255, 255, 255, 0.85);
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
}.qWx-mentorship-experience .NPi-learner-stories:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: perspective(1000px) rotateX(0deg);
}.qWx-mentorship-experience .NPi-learner-stories > div:first-child {
    position: relative;
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
}.qWx-mentorship-experience .NPi-learner-stories .OZp-img-zoom {
    overflow: hidden;
    position: relative;
    animation: fadeInLeft 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(30px);
    opacity: 0;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    height: 280px;
}.qWx-mentorship-experience .NPi-learner-stories .OZp-img-zoom::before {
    height: 100%;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgba(rgb(197,189,184), 0.2) 100%
    );
    width: 100%;
    position: absolute;
}.qWx-mentorship-experience .NPi-learner-stories .OZp-img-zoom::after {
    transition: opacity 0.5s ease;
    opacity: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.25) 0%,
        transparent 80%
    );
    position: absolute;
    left: -10%;
    width: 120%;
    content: "";
    height: 120%;
    z-index: 2;
    top: -10%;
}.qWx-mentorship-experience .NPi-learner-stories .OZp-img-zoom:hover::after {
    opacity: 1;
}.qWx-mentorship-experience .NPi-learner-stories > div:nth-child(2) {
    text-align: center;
    opacity: 0;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
}.qWx-mentorship-experience .NPi-learner-stories .name {
    display: inline-block;
    color: #000000;
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-weight: 700;
}.qWx-mentorship-experience .NPi-learner-stories .name::after {
    height: 3px;
    bottom: -8px;
    background: rgb(197,189,184);
    transform: translateX(-50%);
    width: 40px;
    position: absolute;
    content: "";
    left: 50%;
    border-radius: 1px;
}.qWx-mentorship-experience .NPi-learner-stories > div:nth-child(2) > div {
    font-size: calc(18px - 0.1rem);
    font-weight: 600;
    margin-top: 1rem;
    color: rgb(173,147,134);
}.qWx-mentorship-experience .NPi-learner-stories > div:nth-child(3) {
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s forwards;
    opacity: 0;
}.qWx-mentorship-experience .NPi-learner-stories .oAQ-career-section {
    position: relative;
    margin: 0;
    padding-left: 1.5rem;
    font-size: 18px;
    border-left: 3px solid rgb(197,189,184,0.5);
    line-height: 1.7;
    color: #000000;
}.qWx-mentorship-experience .NPi-learner-stories .oAQ-career-section::before {
    content: "";
    font-family: Georgia, serif;
    top: -20px;
    color: rgb(197,189,184,0.5);
    left: -15px;
    opacity: 0.2;
    position: absolute;
    font-size: 5rem;
}

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

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(2deg);
    }
    50% {
        transform: translate(0, 8%) rotate(0deg);
    }
    75% {
        transform: translate(-5%, 3%) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@media (min-width: 768px) {.qWx-mentorship-experience {
    padding: 7rem 0;
}.qWx-mentorship-experience .NPi-learner-stories {
    grid-template-columns: 280px 1fr;
    row-gap: 1.5rem;
    grid-template-rows: auto 1fr;
    padding: 3rem;
    column-gap: 3rem;
}.qWx-mentorship-experience .NPi-learner-stories > div:first-child {
    grid-row: 1 / span 2;
}.qWx-mentorship-experience .NPi-learner-stories > div:nth-child(2) {
    text-align: left;
    align-self: flex-end;
}.qWx-mentorship-experience .NPi-learner-stories .name::after {
    left: 0;
    transform: none;
}
}

@media (min-width: 992px) {.qWx-mentorship-experience .NPi-learner-stories {
    padding: 3.5rem;
    grid-template-columns: 320px 1fr;
}.qWx-mentorship-experience .NPi-learner-stories > div:first-child {
    max-width: 320px;
}.qWx-mentorship-experience .NPi-learner-stories .OZp-img-zoom {
    height: 350px;
}.qWx-mentorship-experience .NPi-learner-stories .oAQ-career-section {
    font-size: calc(18px + 0.05rem);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.qWx-mentorship-experience {
    padding: 4rem 0;
}.qWx-mentorship-experience .container {
    padding: 0 1rem;
}.qWx-mentorship-experience .NPi-learner-stories {
    padding: 2rem;
}.qWx-mentorship-experience .NPi-learner-stories .OZp-img-zoom {
    height: 240px;
}}.Ohe-customer-opinions {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(to right, rgb(236,235,234) 0%, #ffffff 100%);
    position: relative;
}.Ohe-customer-opinions::before {
    position: absolute;
    width: 100%;
    content: "";
    z-index: 0;
    opacity: 0.05;
    left: 0;
    height: 100%;
    background: 
        linear-gradient(45deg, rgb(197,189,184,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(197,189,184,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(197,189,184,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(197,189,184,0.5) 75%);
    background-size: 40px 40px;
    top: 0;
}.Ohe-customer-opinions .yEM-expert-network {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
}.Ohe-customer-opinions h4 {
    color: #000000;
    text-align: center;
    font-weight: 700;
    font-size: 31px;
    position: relative;
    margin-bottom: 100px;
}.Ohe-customer-opinions h4::before {
    content: "";
    height: 40px;
    transform: rotate(45deg);
    bottom: -50px;
    background: rgb(197,189,184,0.5);
    left: calc(50% - 20px);
    z-index: -1;
    width: 40px;
    position: absolute;
}.Ohe-customer-opinions h4::after {
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    content: "";
    bottom: -20px;
    position: absolute;
    background: rgb(197,189,184);
    height: 2px;
}.Ohe-customer-opinions .pOT-student-reviews {
    display: grid;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}.Ohe-customer-opinions .NPi-learner-stories {
    background: #ffffff;
    padding: 40px 30px 30px;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 20px;
}.Ohe-customer-opinions .NPi-learner-stories:hover {
    transform: translateY(-15px);
}.Ohe-customer-opinions .NPi-learner-stories::before {
    position: absolute;
    background: rgb(197,189,184,0.5);
    height: 100%;
    opacity: 0.2;
    left: 15px;
    top: 15px;
    border-radius: 20px;
    z-index: -1;
    width: 100%;
    content: "";
    transition: all 0.4s ease;
}.Ohe-customer-opinions .NPi-learner-stories:hover::before {
    top: 5px;
    left: 5px;
}.Ohe-customer-opinions .NPi-learner-stories::after {
    border-radius: 20px;
    left: 0;
    content: "";
    z-index: -2;
    position: absolute;
    width: 100%;
    transition: all 0.4s ease;
    top: 0;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.Ohe-customer-opinions .NPi-learner-stories:hover::after {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}.Ohe-customer-opinions .OZp-img-zoom {
    border-radius: 20px;
    position: relative;
    border: 5px solid #ffffff;
    height: 100px;
    margin: -70px auto 25px;
    z-index: 3;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    width: 100px;
}.Ohe-customer-opinions .NPi-learner-stories:hover .OZp-img-zoom {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
}.Ohe-customer-opinions .NPi-learner-stories span {
    color: #000000;
    font-size: calc(17px * 1.2);
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    display: block;
}.Ohe-customer-opinions .NPi-learner-stories span::after {
    left: 50%;
    content: "";
    height: 2px;
    position: absolute;
    opacity: 0.5;
    transform: translateX(-50%);
    bottom: -8px;
    width: 40px;
    background: rgb(197,189,184);
    transition: all 0.3s ease;
}.Ohe-customer-opinions .NPi-learner-stories:hover span {
    color: rgb(197,189,184);
}.Ohe-customer-opinions .NPi-learner-stories:hover span::after {
    width: 60px;
    opacity: 1;
}.Ohe-customer-opinions .NPi-learner-stories p {
    font-size: 17px;
    transition: all 0.3s ease;
    text-align: center;
    line-height: 1.6;
    color: #000000;
}.Ohe-customer-opinions .NPi-learner-stories:hover p {
    color: #000000;
}.Ohe-customer-opinions .NPi-learner-stories:nth-child(3n+1) {
    z-index: 3;
}.Ohe-customer-opinions .NPi-learner-stories:nth-child(3n+2) {
    z-index: 2;
}.Ohe-customer-opinions .NPi-learner-stories:nth-child(3n+3) {
    z-index: 1;
}.Ohe-customer-opinions .NPi-learner-stories:nth-child(3n+1)::before {
    background: rgb(197,189,184,0.5);
}.Ohe-customer-opinions .NPi-learner-stories:nth-child(3n+2)::before {
    background: rgb(173,147,134,0.5);
}.Ohe-customer-opinions .NPi-learner-stories:nth-child(3n+3)::before {
    background: rgb(197,189,184,0.5);
}.Ohe-customer-opinions .NPi-learner-stories:nth-child(3n+1):hover {
    z-index: 4;
}.Ohe-customer-opinions .NPi-learner-stories:nth-child(3n+2):hover {
    z-index: 4;
}.Ohe-customer-opinions .NPi-learner-stories:nth-child(3n+3):hover {
    z-index: 4;
}

@media (max-width: 992px) {.Ohe-customer-opinions .pOT-student-reviews {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
}.Ohe-customer-opinions .OZp-img-zoom {
    margin-top: -60px;
    width: 90px;
    height: 90px;
}.Ohe-customer-opinions .NPi-learner-stories {
    padding: 35px 25px 25px;
}
}

@media (max-width: 768px) {.Ohe-customer-opinions {
    padding: 80px 0;
}.Ohe-customer-opinions h4 {
    margin-bottom: 80px;
}.Ohe-customer-opinions .pOT-student-reviews {
    max-width: 400px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 70px;
}.Ohe-customer-opinions .NPi-learner-stories::before {
    left: 10px;
    top: 10px;
}.Ohe-customer-opinions .NPi-learner-stories:hover::before {
    left: 3px;
    top: 3px;
}.Ohe-customer-opinions .OZp-img-zoom {
    width: 80px;
    margin-top: -50px;
    height: 80px;
}}.YoH-learning-outcomes {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(236,235,234) 30%, rgba(rgb(197,189,184,0.5), 0.05) 100%);
}.YoH-learning-outcomes::before {
    content: "";
    width: 200%;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(197,189,184,0.5), 0.08) 0%, transparent 50%);
    transform: rotate(-15deg);
    z-index: 0;
    left: -50%;
    top: -50%;
    height: 200%;
}.YoH-learning-outcomes .container {
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    z-index: 1;
    grid-template-columns: 1fr 1.5fr;
    position: relative;
    gap: 40px;
    max-width: 1200px;
}.YoH-learning-outcomes .OZp-img-zoom {
    filter: brightness(1.05) contrast(1.05);
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 100%;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 15px 15px 0 rgba(rgb(197,189,184,0.5), 0.2),
                -10px -10px 0 rgba(rgb(173,147,134,0.5), 0.15);
    object-fit: cover;
}.YoH-learning-outcomes .OZp-img-zoom:hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
}.YoH-learning-outcomes .yEM-expert-network {
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.YoH-learning-outcomes .qoS-content-pad {
    animation: slide-in 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
    transform: translateX(-20px);
    position: relative;
    padding: 30px 0;
}.YoH-learning-outcomes h1 {
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.3;
    transform: translateY(0);
    font-size: 48px;
}.YoH-learning-outcomes h1::after {
    content: "";
    left: 0;
    width: 80px;
    transform: scaleX(0);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(197,189,184), rgba(rgb(197,189,184,0.5), 0.5));
    position: absolute;
    height: 4px;
    animation: scale-in 0.6s 0.4s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    bottom: -12px;
}.YoH-learning-outcomes ul {
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.YoH-learning-outcomes li {
    background: rgba(rgb(255, 255, 255, 0.5), 0.8);
    transform: translateY(20px);
    transition: all 0.3s ease;
    padding: 18px 20px;
    animation: fade-up 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    backdrop-filter: blur(10px);
    box-shadow: 0 6px 15px rgba(rgba(0, 0, 0, 0.5), 0.06);
    opacity: 0;
    border-left: 3px solid rgb(197,189,184);
    animation-delay: calc(0.1s * var(--i, 0));
}.YoH-learning-outcomes li:nth-child(1) {
    --i: 1;
}.YoH-learning-outcomes li:nth-child(2) {
    --i: 2;
}.YoH-learning-outcomes li:nth-child(3) {
    --i: 3;
}.YoH-learning-outcomes li:nth-child(4) {
    --i: 4;
}.YoH-learning-outcomes li:nth-child(5) {
    --i: 5;
}.YoH-learning-outcomes li:hover {
    border-left-width: 5px;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.YoH-learning-outcomes li p {
    gap: 12px;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
    display: flex;
    margin: 0;
    align-items: flex-start;
}.YoH-learning-outcomes svg {
    transform: rotate(-5deg);
    flex-shrink: 0;
    margin-top: 4px;
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
}.YoH-learning-outcomes li:hover svg {
    transform: rotate(0deg) scale(1.1);
}.YoH-learning-outcomes svg path {
    transition: fill 0.3s ease;
    fill: rgb(197,189,184);
}.YoH-learning-outcomes li:hover svg path {
    fill: rgb(173,147,134);
}

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

@keyframes scale-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@media (max-width: 1024px) {.YoH-learning-outcomes {
    padding: 90px 0;
}.YoH-learning-outcomes .container {
    grid-template-columns: 1fr;
    gap: 30px;
}.YoH-learning-outcomes .OZp-img-zoom {
    width: 90%;
    display: block;
    margin: 0 auto;
    max-height: 400px;
}.YoH-learning-outcomes ul {
    grid-template-columns: 1fr;
}.YoH-learning-outcomes h1 {
    font-size: calc(48px * 0.9);
}
}

@media (max-width: 768px) {.YoH-learning-outcomes {
    padding: 70px 0;
}.YoH-learning-outcomes .OZp-img-zoom {
    max-height: 320px;
    box-shadow: 10px 10px 0 rgba(rgb(197,189,184,0.5), 0.2);
}.YoH-learning-outcomes h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 25px;
}.YoH-learning-outcomes li {
    padding: 15px;
}.YoH-learning-outcomes li p {
    gap: 8px;
    font-size: calc(15px * 0.95);
}.YoH-learning-outcomes svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 480px) {.YoH-learning-outcomes {
    padding: 50px 0;
}.YoH-learning-outcomes .OZp-img-zoom {
    max-height: 250px;
}.YoH-learning-outcomes h1 {
    font-size: calc(48px * 0.7);
}.YoH-learning-outcomes h1::after {
    width: 60px;
    height: 3px;
}.YoH-learning-outcomes li {
    padding: 12px;
}.YoH-learning-outcomes li p {
    font-size: calc(15px * 0.9);
}.YoH-learning-outcomes svg {
    width: 16px;
    height: 16px;
}}.Bjo-training-structure {
    position: relative;
    background: linear-gradient(135deg, rgb(236,235,234) 0%, rgba(245, 247, 252, 0.97) 100%);
    padding: 120px 0;
    overflow: hidden;
}.Bjo-training-structure::before {
    z-index: 1;
    pointer-events: none;
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-image: 
        linear-gradient(45deg, rgba(var(--primary-color-rgb), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(var(--primary-color-rgb), 0.03) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(var(--primary-color-rgb), 0.03) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(var(--primary-color-rgb), 0.03) 75%);
    position: absolute;
    height: 100%;
    top: 0;
    background-size: 20px 20px;
    width: 100%;
    left: 0;
}.Bjo-training-structure::after {
    width: 40%;
    animation: floatBackground 15s ease-in-out infinite alternate;
    z-index: 0;
    content: "";
    background: linear-gradient(145deg, rgba(var(--primary-color-rgb), 0.15) 0%, rgba(var(--secondary-color-rgb), 0.07) 100%);
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    filter: blur(20px);
    top: -5%;
    right: -10%;
    height: 70%;
}.Bjo-training-structure .yEM-expert-network {
    max-width: 1200px;
    padding: 0 30px;
    z-index: 5;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.Bjo-training-structure h2 {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    transform: translateX(-5px);
    font-size: 30px;
    opacity: 0;
    animation: slideInTitle 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.28, 1.12);
    color: #000000;
}.Bjo-training-structure h2::before {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    animation: growLine 1.2s 0.7s forwards cubic-bezier(0.17, 0.67, 0.28, 1.12);
    width: 0;
    background: linear-gradient(90deg, rgb(197,189,184) 0%, rgb(173,147,134) 100%);
}.Bjo-training-structure h2::after {
    width: 40px;
    z-index: -1;
    bottom: -15px;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(197,189,184,0.5) 0%, transparent 70%);
    height: 40px;
    border-radius: 10px;
    transform: rotate(45deg) translateX(25px);
    left: 0;
    opacity: 0.5;
}.Bjo-training-structure .qoS-content-pad {
    transform: translateY(20px) translateX(5px) rotate(-1deg);
    margin-left: 20px;
    position: relative;
    border-left: 4px solid rgb(197,189,184);
    box-shadow: 
        -15px 15px 30px rgba(var(--dark-color-rgb), 0.05),
        5px -5px 30px rgba(var(--dark-color-rgb), 0.02);
    animation: slideInContent 1s 0.5s forwards cubic-bezier(0.17, 0.67, 0.28, 1.12);
    padding: 35px 40px;
    opacity: 0;
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease;
    background: rgba(var(--white-color-rgb), 0.95);
}.Bjo-training-structure .qoS-content-pad:hover {
    transform: translateY(0) translateX(0) rotate(0) scale(1.01);
    box-shadow: 
        -20px 20px 40px rgba(var(--dark-color-rgb), 0.07),
        10px -10px 40px rgba(var(--dark-color-rgb), 0.03);
}.Bjo-training-structure .qoS-content-pad::before {
    width: 40px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(173,147,134) 0%, transparent 100%);
    position: absolute;
    height: 40px;
    content: "";
    top: 20px;
    border-radius: 0 50% 50% 50%;
    opacity: 0.2;
    left: -20px;
}.Bjo-training-structure .qoS-content-pad::after {
    right: 30px;
    bottom: -10px;
    filter: blur(5px);
    width: 70%;
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, rgba(var(--dark-color-rgb), 0.06) 100%);
    z-index: -2;
    content: "";
    height: 10px;
}.Bjo-training-structure p {
    transform: translateY(10px);
    opacity: 0;
    animation: fadeInText 1s 0.9s forwards ease-out;
    line-height: 1.8;
    font-size: 14px;
    margin: 0;
    color: #000000;
}.Bjo-training-structure p::first-letter {
    color: rgb(197,189,184);
    font-weight: 600;
    font-size: 1.2em;
}

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

@keyframes growLine {
    0% {
        width: 0;
    }
    100% {
        width: 80px;
    }
}

@keyframes slideInContent {
    0% {
        transform: translateY(50px) translateX(5px) rotate(-1deg);
        opacity: 0;
    }
    100% {
        transform: translateY(0) translateX(0) rotate(0);
        opacity: 1;
    }
}

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

@keyframes floatBackground {
    0% {
        transform: rotate(-15deg) skewX(15deg) translate(0, 0);
    }
    100% {
        transform: rotate(-12deg) skewX(12deg) translate(15px, 15px);
    }
}

@media (max-width: 1100px) {.Bjo-training-structure {
    padding: 100px 0;
}.Bjo-training-structure h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.Bjo-training-structure .qoS-content-pad {
    padding: 30px 35px;
}
}

@media (max-width: 767px) {.Bjo-training-structure {
    padding: 80px 0;
}.Bjo-training-structure::after {
    right: -20%;
    width: 60%;
    top: -10%;
    height: 40%;
}.Bjo-training-structure .yEM-expert-network {
    transform: perspective(1000px) rotateX(1deg);
    padding: 0 20px;
}.Bjo-training-structure h2 {
    font-size: calc(30px * 0.85);
    margin-bottom: 25px;
}.Bjo-training-structure .qoS-content-pad {
    padding: 25px 20px;
    margin-left: 10px;
}.Bjo-training-structure p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.Bjo-training-structure {
    padding: 60px 0;
}.Bjo-training-structure .yEM-expert-network {
    transform: none;
    padding: 0 15px;
}.Bjo-training-structure h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: calc(30px * 0.75);
}.Bjo-training-structure h2::before {
    height: 2px;
}.Bjo-training-structure .qoS-content-pad {
    padding: 20px 15px;
    border-left-width: 3px;
    margin-left: 0;
}.Bjo-training-structure .qoS-content-pad::before {
    left: -10px;
    width: 20px;
    height: 20px;
    top: 10px;
}.Bjo-training-structure p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}.Sci-privacy-cta {
    position: relative;
    background-color: rgb(173,147,134);
    padding: 0;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.Sci-privacy-cta .container {
    z-index: 2;
    position: relative;
}.Sci-privacy-cta .kqb-career-help {
    display: flex;
    flex-direction: column;
}.Sci-privacy-cta .TAd-edu-ask {
    display: grid;
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    background-color: rgb(197,189,184);
    z-index: 3;
    margin-bottom: -2rem;
    padding: 3rem 1.5rem 5rem;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}.Sci-privacy-cta .TAd-edu-ask::before {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    top: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
}.Sci-privacy-cta .info_item {
    position: relative;
    padding: 0.5rem 1rem;
    transition: transform 0.3s ease;
}.Sci-privacy-cta .info_item:hover {
    transform: translateX(10px);
}.Sci-privacy-cta .info_item p,
.Sci-privacy-cta .info_item a {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 13px;
}.Sci-privacy-cta .info_item svg {
    height: 20px;
    transition: transform 0.3s ease;
    width: 20px;
    fill: #ffffff;
}.Sci-privacy-cta .info_item:hover svg {
    transform: scale(1.2);
}.Sci-privacy-cta .text_main_holder {
    display: grid;
    gap: 0;
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr 1.5fr 1fr;
}.Sci-privacy-cta .ByT-top-lesson {
    position: relative;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    display: flex;
    background-color: rgb(173,147,134);
    padding: 4rem 2rem 3rem;
    z-index: 4;
    flex-direction: column;
    gap: 1.5rem;
}.Sci-privacy-cta .ByT-top-lesson svg {
    max-width: 150px;
    transition: all 0.3s ease;
    filter: brightness(0) invert(1);
    height: auto;
}.Sci-privacy-cta .ByT-top-lesson:hover svg {
    transform: scale(1.05);
}.Sci-privacy-cta .vFD-citation {
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
    font-size: 14px;
}.Sci-privacy-cta .KFZ-top-learning {
    gap: 2rem;
    background-color: #000000;
    padding: 5rem 2rem 3rem;
    z-index: 2;
    position: relative;
    display: flex;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    flex-direction: column;
}.Sci-privacy-cta .KFZ-top-learning::before {
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    z-index: -1;
}.Sci-privacy-cta .KFZ-top-learning h5 {
    position: relative;
    font-size: 19px;
    margin-bottom: 1.5rem;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
}.Sci-privacy-cta .KFZ-top-learning h5::after {
    position: absolute;
    bottom: -0.5rem;
    width: 40px;
    left: 0;
    content: '';
    height: 3px;
    background-color: rgb(197,189,184);
}.Sci-privacy-cta .Gud-header-mainbar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}.Sci-privacy-cta .Gud-header-mainbar:not(:last-child) {
    margin-bottom: 1rem;
}.Sci-privacy-cta .Gud-header-mainbar a {
    position: relative;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
    font-size: 13px;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
}.Sci-privacy-cta .Gud-header-mainbar a::before {
    content: '';
    transition: width 0.3s ease;
    left: 0;
    background-color: rgb(197,189,184);
    height: 2px;
    bottom: 0;
    width: 0;
    position: absolute;
}.Sci-privacy-cta .Gud-header-mainbar a:hover {
    opacity: 1;
    padding-left: 10px;
}.Sci-privacy-cta .Gud-header-mainbar a:hover::before {
    width: 30px;
}.Sci-privacy-cta .subscribe_holder {
    z-index: 3;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 4rem 2rem 3rem;
    gap: 1.5rem;
    background-color: rgb(173,147,134);
}.Sci-privacy-cta .subscribe_holder::before {
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    top: 0;
    left: 0;
    z-index: -1;
}.Sci-privacy-cta .subscribe_holder h5 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
}.Sci-privacy-cta .subscribe_holder p {
    color: #ffffff;
    opacity: 0.9;
    margin-bottom: 1rem;
    font-size: 13px;
    line-height: 1.6;
}.Sci-privacy-cta .input_holder {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.Sci-privacy-cta .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 13px;
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}.Sci-privacy-cta .input_holder input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.2);
    outline: none;
}.Sci-privacy-cta .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.Sci-privacy-cta .ydl-email-signup {
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    border: none;
    position: relative;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    cursor: pointer;
    overflow: hidden;
    font-size: 17px;
    background-color: rgb(197,189,184);
}.Sci-privacy-cta .ydl-email-signup::before {
    top: 0;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 100%;
    transition: left 0.5s ease;
    height: 100%;
    content: '';
}.Sci-privacy-cta .ydl-email-signup:hover {
    background-color: rgb(197,189,184,0.5);
}.Sci-privacy-cta .ydl-email-signup:hover::before {
    left: 100%;
}.Sci-privacy-cta .kpD-trade-mark {
    z-index: 1;
    padding: 6rem 0 2rem;
    margin-top: 0;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    position: relative;
    text-align: center;
    background-color: rgb(173,147,134);
}.Sci-privacy-cta .kpD-trade-mark::before {
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
}.Sci-privacy-cta .NKO-grant-info {
    color: #ffffff;
    opacity: 0.7;
    font-size: 14px;
}

@media (max-width: 1200px) {.Sci-privacy-cta .TAd-edu-ask {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.Sci-privacy-cta .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.Sci-privacy-cta .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.Sci-privacy-cta .text_main_holder {
    grid-template-columns: 1fr;
}.Sci-privacy-cta .ByT-top-lesson,
    .Sci-privacy-cta .KFZ-top-learning,
    .Sci-privacy-cta .subscribe_holder {
    clip-path: none;
}.Sci-privacy-cta .KFZ-top-learning {
    padding: 3rem 2rem;
}.Sci-privacy-cta .ByT-top-lesson {
    text-align: center;
    align-items: center;
    padding: 3rem 2rem;
}.Sci-privacy-cta .subscribe_holder {
    padding: 3rem 2rem;
}.Sci-privacy-cta .kpD-trade-mark {
    padding: 3rem 0 2rem;
    clip-path: none;
}
}

@media (max-width: 768px) {.Sci-privacy-cta .TAd-edu-ask {
    clip-path: none;
    padding: 2.5rem 1.5rem 3rem;
    grid-template-columns: 1fr;
    margin-bottom: 0;
}.Sci-privacy-cta .Gud-header-mainbar {
    grid-template-columns: 1fr;
}.Sci-privacy-cta .KFZ-top-learning h5,
    .Sci-privacy-cta .subscribe_holder h5 {
    text-align: center;
    display: block;
}.Sci-privacy-cta .KFZ-top-learning h5::after {
    left: 50%;
    transform: translateX(-50%);
}.Sci-privacy-cta .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.Sci-privacy-cta .ByT-top-lesson,
    .Sci-privacy-cta .KFZ-top-learning,
    .Sci-privacy-cta .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.Sci-privacy-cta .kpD-trade-mark {
    padding: 2.5rem 0 1.5rem;
}.Sci-privacy-cta .info_item {
    padding: 0.5rem 0;
}.Sci-privacy-cta .info_item p,
    .Sci-privacy-cta .info_item a {
    justify-content: center;
}}.crg-cookieNoticeContainer {
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    border-top: 2px solid rgb(197,189,184);
    z-index: 90;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    background: rgb(173,147,134);
    width: 100%;
}.ujk-cookie-disclaimer {
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    padding: 20px 30px;
    flex-wrap: wrap;
    margin: auto;
    display: flex;
}.crg-cookieNoticeContainer h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    transition: color 0.3s ease-in-out;
    margin-bottom: 6px;
}.crg-cookieNoticeContainer p {
    font-size: 17px;
    max-width: 500px;
    color: #ffffff;
}.fkh-data-notice {
    margin-right: 20px;
    flex-shrink: 0;
}.fkh-data-notice svg, .fkh-data-notice svg path {
    height: 80px;
    fill: rgb(197,189,184);
    width: 80px;
    transition: transform 0.3s ease-in-out;
}.fkh-data-notice:hover svg {
    transform: rotate(10deg);
}.evU-edu-approve {
    color: #ffffff;
    line-height: 35px;
    font-size: 18px;
    text-decoration: none;
    box-shadow: rgb(197,189,184,0.5) 0px 4px 10px 0px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: rgb(197,189,184);
    border-radius: 11px;
    margin-left: 20px;
    cursor: pointer;
    padding: 10px 20px;
}.cookie_button.jkv-data-agree {
    background: rgb(197,189,184);
}.cookie_button.ozq-privacy-gate {
    background: rgb(173,147,134);
}.evU-edu-approve:hover {
    transform: scale(1.05);
    box-shadow: rgb(197,189,184,0.5) 0px 6px 15px 0px;
}.crg-cookieNoticeContainer p a {
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    text-decoration: none;
    color: rgb(197,189,184);
}.crg-cookieNoticeContainer p a:hover {
    color: rgb(173,147,134);
}.ugp-content-wrapper .crg-cookieNoticeContainer {
    border: none;
    background: rgb(173,147,134);
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}.ugp-content-wrapper .evU-edu-approve {
    border: none;
    background: rgb(197,189,184);
    padding: 10px;
    margin-left: 30px;
    color: #ffffff;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-weight: 400;
    font-size: 18px;
    border-radius: 10px;
}.ugp-content-wrapper .nag-privacy-notify h5, .ugp-content-wrapper .nag-privacy-notify p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.crg-cookieNoticeContainer {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.fkh-data-notice {
    display: none;
}.ujk-cookie-disclaimer {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.crg-cookieNoticeContainer h5 {
    text-align: center;
}.crg-cookieNoticeContainer p {
    text-align: center;
}.nag-privacy-notify {
    text-align: center;
    margin-bottom: 20px;
}.evU-edu-approve {
    max-width: 300px;
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}
#Rin-cookie-popupalert {
    display: none;
}#Rin-cookie-popupalert:checked ~ .crg-cookieNoticeContainer {
    visibility: hidden;
    opacity: 0;
}header .top_plank {
    color:  #ffffff;
    background: rgb(197,189,184);
}header .top_plank .hOg-learning-toolbar div svg, header .top_plank .hOg-learning-toolbar div svg path {
    fill: #ffffff;
}header .top_plank .hOg-learning-toolbar div span {
    color: #ffffff;
}header .top_plank .hOg-learning-toolbar {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 0 10px 0;
    font-size: 13px;
    line-height: 21px;
    display: flex;
}header .top_plank .hOg-learning-toolbar div {
    display: flex;
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
}header .top_plank .hOg-learning-toolbar div img, header .top_plank .hOg-learning-toolbar div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.okZ-pricing-offer-box {
    color: #ffffff;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.okZ-pricing-offer-box::before {
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(22, 28, 36, 0.9) 0%, rgba(22, 28, 36, 0.7) 50%, rgba(22, 28, 36, 0.85) 100%);
    position: absolute;
    height: 100%;
    content: "";
    z-index: 1;
    left: 0;
}.okZ-pricing-offer-box .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.TEG-payment-pricing {
    position: relative;
}.okZ-pricing-offer-box h2 {
    font-weight: 700;
    color: transparent;
    background-clip: text !important;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(173,147,134) 0%, rgb(197,189,184) 100%);
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    left: 50%;
    display: inline-block;
    -webkit-background-clip: text !important;
    font-size: 33px;
}.okZ-pricing-offer-box h2::after {
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(173,147,134), rgb(197,189,184));
    height: 3px;
    content: "";
    width: 80px;
}.okZ-pricing-offer-box .owF-fee-plan {
    line-height: 1.6;
    margin: 0 auto 50px;
    max-width: 700px;
    font-size: calc(15px + 2px);
    text-align: center;
    opacity: 0.9;
    color: #ffffff;
}.okZ-pricing-offer-box .FSX-pricing-pack {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    perspective: 1000px;
    padding: 0;
    gap: 30px;
    list-style: none;
    display: grid;
}.okZ-pricing-offer-box .FSX-pricing-pack li {
    transition: transform 0.3s ease-out;
    transform-style: preserve-3d;
}.okZ-pricing-offer-box .FSX-pricing-pack li:hover {
    transform: translateY(-10px) scale(1.02);
}.okZ-pricing-offer-box .vyE-payment-plan {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    color: #ffffff;
    overflow: hidden;
    display: block;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
}.okZ-pricing-offer-box .vyE-payment-plan::before {
    left: 0;
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(173,147,134,0.5), rgb(197,189,184,0.5));
    transition: opacity 0.4s ease;
    content: "";
    z-index: -1;
    height: 100%;
}.okZ-pricing-offer-box .vyE-payment-plan:hover::before {
    opacity: 0.15;
}.okZ-pricing-offer-box .vyE-payment-plan::after {
    transition: transform 0.5s ease, opacity 0.5s ease;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    top: -50%;
    position: absolute;
    width: 200%;
    opacity: 0;
    pointer-events: none;
    height: 200%;
    left: -50%;
    transform: scale(0.5);
    content: "";
}.okZ-pricing-offer-box .vyE-payment-plan:hover::after {
    opacity: 1;
    transform: scale(1);
}.okZ-pricing-offer-box .guc-fee-package {
    box-sizing: border-box;
    overflow: hidden;
    padding: 40px 30px;
    display: flex;
    height: 100%;
    justify-content: space-between;
    min-height: 500px;
    flex-direction: column;
    position: relative;
}.okZ-pricing-offer-box .CNZ-learning-fees {
    position: relative;
    z-index: 2;
}.okZ-pricing-offer-box .CNZ-learning-fees h4 {
    margin-bottom: 20px;
    transform-origin: left center;
    transition: transform 0.3s ease;
    font-weight: 700;
    font-size: calc(22px + 2px);
    position: relative;
    display: inline-block;
}.okZ-pricing-offer-box .vyE-payment-plan:hover .CNZ-learning-fees h4 {
    transform: translateX(5px);
    color: rgb(173,147,134);
}.okZ-pricing-offer-box .CNZ-learning-fees h4::after {
    content: "";
    bottom: -8px;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    background: rgb(173,147,134);
    height: 2px;
    left: 0;
}.okZ-pricing-offer-box .vyE-payment-plan:hover .CNZ-learning-fees h4::after {
    width: 50px;
}.okZ-pricing-offer-box .CNZ-learning-fees p {
    overflow-wrap: break-word;
    max-height: 250px;
    scrollbar-width: thin;
    overflow: auto;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    word-wrap: break-word;
    hyphens: auto;
    scrollbar-color: rgb(173,147,134) rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
}.okZ-pricing-offer-box .CNZ-learning-fees p::-webkit-scrollbar {
    width: 4px;
}.okZ-pricing-offer-box .CNZ-learning-fees p::-webkit-scrollbar-track {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
}.okZ-pricing-offer-box .CNZ-learning-fees p::-webkit-scrollbar-thumb {
    background-color: rgb(173,147,134);
    border-radius: 4px;
}.okZ-pricing-offer-box .FHg-rate-choice {
    position: relative;
    font-size: calc(22px + 6px);
    font-weight: 700;
    -webkit-background-clip: text !important;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(173,147,134) 0%, rgb(197,189,184) 100%);
    transition: transform 0.3s ease;
    color: transparent;
    background-clip: text !important;
    display: inline-block;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
}.okZ-pricing-offer-box .vyE-payment-plan:hover .FHg-rate-choice {
    transform: scale(1.05);
}.okZ-pricing-offer-box .FHg-rate-choice::before {
    position: absolute;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, rgb(173,147,134), transparent);
    content: "";
    bottom: -8px;
    left: 0;
}

@media (max-width: 1200px) {.okZ-pricing-offer-box {
    padding: 100px 0;
}.okZ-pricing-offer-box .FSX-pricing-pack {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}.okZ-pricing-offer-box .guc-fee-package {
    padding: 30px 25px;
    min-height: 450px;
}.okZ-pricing-offer-box .FHg-rate-choice {
    font-size: calc(22px + 4px);
}
}

@media (max-width: 991px) {.okZ-pricing-offer-box {
    padding: 80px 0;
}.okZ-pricing-offer-box h2 {
    font-size: calc(33px - 4px);
}.okZ-pricing-offer-box .owF-fee-plan {
    font-size: 15px;
    margin-bottom: 40px;
}.okZ-pricing-offer-box .FSX-pricing-pack {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
}

@media (max-width: 767px) {.okZ-pricing-offer-box {
    padding: 60px 0;
}.okZ-pricing-offer-box h2 {
    font-size: calc(33px - 6px);
}.okZ-pricing-offer-box .FSX-pricing-pack {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.okZ-pricing-offer-box .guc-fee-package {
    padding: 25px 20px;
    min-height: auto;
}.okZ-pricing-offer-box .CNZ-learning-fees p {
    max-height: 150px;
}
}

@media (max-width: 480px) {.okZ-pricing-offer-box {
    padding: 50px 0;
}.okZ-pricing-offer-box h2 {
    font-size: calc(33px - 8px);
}.okZ-pricing-offer-box .owF-fee-plan {
    margin-bottom: 30px;
    font-size: calc(15px - 1px);
}.okZ-pricing-offer-box .CNZ-learning-fees h4 {
    font-size: 22px;
}.okZ-pricing-offer-box .CNZ-learning-fees p {
    font-size: calc(15px - 1px);
}.okZ-pricing-offer-box .FHg-rate-choice {
    font-size: calc(22px + 2px);
}}.lGn-future-students {
    background: linear-gradient(135deg, #ffffff 0%, rgb(236,235,234) 100%);
    position: relative;
    overflow: hidden;
    padding: 110px 0;
}.lGn-future-students::before {
    height: 100%;
    content: "";
    position: absolute;
    background-size: 30px 30px;
    opacity: 0.4;
    left: 0;
    width: 100%;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(173,147,134,0.5) 98%, rgb(173,147,134,0.5) 100%),
        linear-gradient(0deg, transparent 98%, rgb(173,147,134,0.5) 98%, rgb(173,147,134,0.5) 100%);
    z-index: 1;
}.lGn-future-students .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    max-width: 1140px;
}.lGn-future-students .yEM-expert-network {
    position: relative;
}.lGn-future-students h4 {
    padding: 15px 30px;
    left: 50%;
    color: #000000;
    position: relative;
    border: 2px solid rgb(197,189,184);
    transform: translateX(-50%);
    margin-bottom: 60px;
    display: inline-block;
    box-shadow: 5px 5px 0 rgb(197,189,184,0.5);
    font-size: 37px;
    border-radius: 10px;
    font-weight: 700;
    background: #ffffff;
}.lGn-future-students div > div {
    justify-content: center;
    gap: 50px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}.lGn-future-students div > div::before {
    background: linear-gradient(90deg, transparent, rgb(197,189,184,0.5), transparent);
    content: "";
    height: 2px;
    top: 50%;
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
}.lGn-future-students div > div::after {
    left: 50%;
    position: absolute;
    top: 0;
    width: 2px;
    background: linear-gradient(180deg, transparent, rgb(173,147,134,0.5), transparent);
    content: "";
    height: 100%;
    z-index: -1;
}.lGn-future-students p {
    z-index: 1;
    border: 1px solid rgb(236,235,234);
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0;
    position: relative;
    justify-content: flex-start;
    width: calc(33.333% - 50px);
    color: #000000;
    align-items: center;
    font-size: 13px;
    border-radius: 10px;
}.lGn-future-students p::before {
    height: 100%;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    width: 100%;
    top: 0;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(135deg, transparent 0%, rgb(197,189,184,0.5) 300%);
    content: "";
}.lGn-future-students p::after {
    border: 1px solid rgb(197,189,184);
    content: "";
    left: -10px;
    border-radius: 50%;
    top: -10px;
    background: #ffffff;
    width: 20px;
    position: absolute;
    transition: all 0.3s ease;
    height: 20px;
}.lGn-future-students p:hover {
    border-color: rgb(197,189,184,0.5);
    transform: translateY(-10px);
}.lGn-future-students p:hover::before {
    opacity: 0.2;
}.lGn-future-students p:hover::after {
    background: rgb(197,189,184);
    transform: scale(1.5);
}.lGn-future-students p svg {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin-right: 15px;
}.lGn-future-students p svg path {
    transition: fill 0.3s ease;
    fill: rgb(197,189,184);
}.lGn-future-students p:hover svg {
    transform: rotate(15deg);
}.lGn-future-students p:hover svg path {
    fill: rgb(173,147,134);
}@keyframes circuitPath {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.lGn-future-students::after {
    background-position: bottom right;
    height: 300px;
    bottom: 0;
    z-index: 1;
    content: "";
    background-repeat: no-repeat;
    right: 0;
    opacity: 0.3;
    width: 300px;
    position: absolute;
}@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.lGn-future-students .yEM-expert-network > div p {
    opacity: 0;
    animation: fadeInScale 0.5s ease forwards;
}.lGn-future-students .yEM-expert-network > div p:nth-child(1) {
    animation-delay: 0.1s;
}.lGn-future-students .yEM-expert-network > div p:nth-child(2) {
    animation-delay: 0.2s;
}.lGn-future-students .yEM-expert-network > div p:nth-child(3) {
    animation-delay: 0.3s;
}.lGn-future-students .yEM-expert-network > div p:nth-child(4) {
    animation-delay: 0.4s;
}.lGn-future-students .yEM-expert-network > div p:nth-child(5) {
    animation-delay: 0.5s;
}.lGn-future-students .yEM-expert-network > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.lGn-future-students {
    padding: 90px 0;
}.lGn-future-students h4 {
    font-size: calc(37px * 0.9);
    margin-bottom: 50px;
    padding: 12px 25px;
}.lGn-future-students div > div {
    gap: 30px;
}.lGn-future-students p {
    width: calc(50% - 30px);
    padding: 18px;
}.lGn-future-students p svg {
    width: 24px;
    margin-right: 12px;
    height: 24px;
}.lGn-future-students::after {
    height: 200px;
    width: 200px;
}
}

@media (max-width: 768px) {.lGn-future-students {
    padding: 70px 0;
}.lGn-future-students h4 {
    padding: 10px 20px;
    margin-bottom: 40px;
    font-size: calc(37px * 0.8);
    box-shadow: 3px 3px 0 rgb(197,189,184,0.5);
}.lGn-future-students div > div {
    gap: 25px;
}.lGn-future-students div > div::before,
    .lGn-future-students div > div::after {
    opacity: 0.4;
}.lGn-future-students p {
    width: 100%;
    font-size: calc(13px * 0.95);
    padding: 15px;
}
}

@media (max-width: 576px) {.lGn-future-students {
    padding: 60px 0;
}.lGn-future-students h4 {
    border-width: 1px;
    margin-bottom: 35px;
    font-size: calc(37px * 0.7);
    box-shadow: 2px 2px 0 rgb(197,189,184,0.5);
    padding: 8px 16px;
}.lGn-future-students div > div {
    gap: 20px;
}.lGn-future-students p {
    font-size: calc(13px * 0.9);
    padding: 12px;
}.lGn-future-students p svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.lGn-future-students p::after {
    height: 12px;
    left: -5px;
    top: -5px;
    width: 12px;
}.lGn-future-students::after {
    height: 100px;
    width: 100px;
}}.ifw-gratitudeBox {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(145deg, rgb(197,189,184,0.5), rgb(173,147,134,0.5));
    overflow: hidden;
}.ifw-gratitudeBox::before {
    pointer-events: none;
    transform: rotate(-15deg) skew(15deg);
    position: absolute;
    width: 50%;
    top: -10%;
    background: #ffffff;
    opacity: 0.03;
    left: -5%;
    height: 70%;
    content: "";
}.ifw-gratitudeBox::after {
    right: -5%;
    position: absolute;
    bottom: -10%;
    opacity: 0.05;
    height: 80%;
    pointer-events: none;
    transform: rotate(25deg) skew(-15deg);
    content: "";
    background: rgb(173,147,134);
    width: 40%;
}.ifw-gratitudeBox .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.ifw-gratitudeBox .yEM-expert-network {
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 60px 50px;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    flex-direction: column;
    display: flex;
    position: relative;
}.ifw-gratitudeBox .yEM-expert-network:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.ifw-gratitudeBox .yEM-expert-network::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(to bottom, rgb(197,189,184), rgb(173,147,134));
    transform: scaleY(0);
    position: absolute;
    content: "";
    width: 6px;
    height: 100%;
    transform-origin: left center;
    left: 0;
    top: 0;
}.ifw-gratitudeBox .yEM-expert-network:hover::before {
    transform: scaleY(1);
}.ifw-gratitudeBox .yEM-expert-network > div:first-child {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}.ifw-gratitudeBox h5 {
    font-weight: 700;
    position: relative;
    line-height: 1.4;
    font-size: 19px;
    margin: 0;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
}.ifw-gratitudeBox .yEM-expert-network:hover h5 {
    transform: translateY(-5px);
}.ifw-gratitudeBox h5::after {
    bottom: -8px;
    position: absolute;
    content: "";
    left: 0;
    transform-origin: left center;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleX(0.7);
    height: 3px;
    background: linear-gradient(90deg, rgb(197,189,184), rgb(173,147,134));
}.ifw-gratitudeBox .yEM-expert-network:hover h5::after {
    transform: scaleX(1);
}.ifw-gratitudeBox a {
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: transform 0.4s ease;
    display: block;
}.ifw-gratitudeBox a:hover {
    transform: translateX(5px);
}.ifw-gratitudeBox p {
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    margin: 0;
    font-weight: 400;
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    color: #000000;
}.ifw-gratitudeBox a:hover p {
    color: rgb(197,189,184);
}.ifw-gratitudeBox a::before {
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    opacity: 0.3;
    background: linear-gradient(90deg, #ffffff, rgb(173,147,134,0.5), #ffffff);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: -100%;
    pointer-events: none;
    transform: skewX(-15deg);
}.ifw-gratitudeBox a:hover::before {
    left: 200%;
}

@media (min-width: 992px) {.ifw-gratitudeBox {
    padding: 150px 0;
}.ifw-gratitudeBox .yEM-expert-network {
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    padding: 80px 70px;
    max-width: 85%;
}.ifw-gratitudeBox h5 {
    line-height: 1.3;
    font-size: calc(19px * 1.15);
}.ifw-gratitudeBox p {
    line-height: 1.9;
    font-size: calc(14px * 1.1);
}.ifw-gratitudeBox h5::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.ifw-gratitudeBox .yEM-expert-network {
    max-width: 75%;
}
}

@media (max-width: 991px) {.ifw-gratitudeBox {
    padding: 100px 0;
}.ifw-gratitudeBox .yEM-expert-network {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.ifw-gratitudeBox {
    padding: 80px 0;
}.ifw-gratitudeBox .yEM-expert-network {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.ifw-gratitudeBox h5 {
    font-size: calc(19px * 0.9);
}
}

@media (max-width: 575px) {.ifw-gratitudeBox {
    padding: 60px 0;
}.ifw-gratitudeBox .yEM-expert-network {
    padding: 30px 20px;
    transform: none;
}.ifw-gratitudeBox h5 {
    line-height: 1.5;
    font-size: calc(19px * 0.85);
}.ifw-gratitudeBox p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.ifw-gratitudeBox h5::after {
    width: 60px;
    height: 2px;
}}.eGa-welcome-section {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,235,234), rgba(0, 0, 0, 0.5));
    min-height: 100vh;
    position: relative;
}.eGa-welcome-section::before {
    z-index: 1;
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgb(173,147,134,0.5) 0%, transparent 35%),
    radial-gradient(circle at 80% 70%, rgb(197,189,184,0.5) 0%, transparent 40%);
    opacity: 0.6;
    top: 0;
    width: 100%;
    content: "";
    pointer-events: none;
    left: 0;
    height: 100%;
}.eGa-welcome-section::after {
    animation: floatEffect 12s infinite alternate ease-in-out;
    background: rgb(197,189,184);
    filter: blur(60px);
    opacity: 0.07;
    bottom: -5%;
    position: absolute;
    z-index: 0;
    right: -5%;
    height: 40%;
    content: "";
    width: 40%;
    transform: rotate(-15deg) skew(20deg);
}.eGa-welcome-section .oik-start-top {
    width: 90%;
    gap: 2.5rem;
    z-index: 2;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    transform: translateY(-2%);
    max-width: 1200px;
}.eGa-welcome-section .oik-start-top > div:first-child {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(-10px);
    backdrop-filter: blur(8px);
    padding: 2rem;
    position: relative;
    border-left: 3px solid rgb(197,189,184);
    animation: slideIn 0.8s ease-out forwards;
}.eGa-welcome-section .oik-start-top > div:first-child::before {
    background: linear-gradient(to right, rgb(197,189,184,0.5), transparent);
    position: absolute;
    z-index: -1;
    height: 100%;
    opacity: 0.1;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
}.eGa-welcome-section p {
    margin: 0;
    max-width: 600px;
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.5px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: calc(13px * 1.2);
}.eGa-welcome-section .OYF-team-culture {
    animation: fadeUpIn 1s 0.3s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
    position: relative;
    clip-path: polygon(
    0 0, 
    100% 0, 
    100% 85%, 
    95% 100%, 
    0 100%
  );
}.eGa-welcome-section .OYF-team-culture > div {
    flex-direction: column;
    z-index: 1;
    padding: 3.5rem 2.5rem;
    position: relative;
    min-height: 350px;
    justify-content: space-between;
    display: flex;
}.eGa-welcome-section .OYF-team-culture > div::before {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
}.eGa-welcome-section .OYF-team-culture > div::after {
    left: 0;
    opacity: 0.2;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(
    90deg,
    rgb(197,189,184) 0%,
    transparent 100%
  );
    mix-blend-mode: overlay;
    content: "";
    z-index: -1;
}.eGa-welcome-section h3 {
    position: relative;
    font-weight: 600;
    margin: 0 0 2rem 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: calc(22px * 1.1);
    line-height: 1.5;
    max-width: 90%;
    color: #ffffff;
}.eGa-welcome-section h3::before {
    width: 60px;
    height: 3px;
    position: absolute;
    transform-origin: left;
    left: 0;
    background: rgb(197,189,184);
    top: -15px;
    animation: lineGrow 1.2s 0.8s forwards cubic-bezier(0.17, 0.67, 0.4, 1);
    content: "";
    transform: scaleX(0);
}.eGa-welcome-section .title_style_header {
    position: relative;
    margin: 0;
    transform: translateY(15px);
    color: #ffffff;
    opacity: 0;
    font-size: 45px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 
              0 4px 20px rgba(0, 0, 0, 0.15);
    line-height: 1.2;
    animation: fadeUpIn 1s 0.6s ease-out forwards;
    font-weight: 700;
}.eGa-welcome-section .title_style_header::after {
    position: absolute;
    transform: scaleX(0.3);
    background: linear-gradient(to right, rgb(197,189,184), transparent);
    height: 10px;
    animation: lineExtend 1.5s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: left;
    content: "";
    left: 0;
    opacity: 0.7;
    bottom: -20px;
    width: 100%;
}

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

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

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

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

@keyframes floatEffect {
  0% {
    transform: rotate(-15deg) skew(20deg) translate(0, 0);
  }
  100% {
    transform: rotate(-12deg) skew(18deg) translate(-20px, -20px);
  }
}

@media (min-width: 768px) {.eGa-welcome-section .oik-start-top {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.eGa-welcome-section .oik-start-top > div:first-child {
    align-items: center;
    padding: 3rem;
    display: flex;
}.eGa-welcome-section p {
    font-size: calc(13px * 1.4);
}.eGa-welcome-section .OYF-team-culture {
    clip-path: polygon(
      0 0, 
      100% 0, 
      100% 90%, 
      85% 100%, 
      0 100%
    );
}.eGa-welcome-section .OYF-team-culture > div {
    padding: 4rem 3rem;
    min-height: 400px;
}.eGa-welcome-section h3 {
    max-width: 80%;
    font-size: 22px;
}.eGa-welcome-section .title_style_header {
    font-size: calc(45px * 1.2);
}
}

@media (min-width: 992px) {.eGa-welcome-section {
    height: 100vh;
}.eGa-welcome-section .oik-start-top {
    gap: 4rem;
    width: 85%;
}.eGa-welcome-section .oik-start-top > div:first-child {
    transform: translateY(2rem);
    padding: 3.5rem;
}.eGa-welcome-section p {
    font-size: calc(13px * 1.5);
}.eGa-welcome-section .OYF-team-culture > div {
    padding: 5rem 4rem;
    min-height: 450px;
}.eGa-welcome-section h3 {
    font-size: calc(22px * 1.1);
    max-width: 70%;
}.eGa-welcome-section .title_style_header {
    font-size: calc(45px * 1.4);
}.eGa-welcome-section .title_style_header::after {
    bottom: -24px;
    height: 12px;
}
}

@media (min-width: 1200px) {.eGa-welcome-section .oik-start-top {
    width: 80%;
    max-width: 1400px;
}.eGa-welcome-section .OYF-team-culture > div {
    min-height: 500px;
}.eGa-welcome-section h3 {
    max-width: 60%;
}.eGa-welcome-section .title_style_header {
    font-size: calc(45px * 1.5);
}
}

@media (max-width: 767px) {.eGa-welcome-section {
    padding: 4rem 0;
}.eGa-welcome-section .OYF-team-culture > div {
    padding: 2.5rem 1.5rem;
}.eGa-welcome-section h3 {
    font-size: 21px;
    margin-bottom: 1.5rem;
}.eGa-welcome-section .title_style_header {
    font-size: calc(38px * 0.9);
}.eGa-welcome-section .title_style_header::after {
    bottom: -12px;
    height: 6px;
}}.xrl-program-overview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    background-color: rgb(236,235,234);
    min-height: 100vh;
    overflow: hidden;
}.xrl-program-overview::before {
    pointer-events: none;
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(197,189,184,0.5) 100%);
}.xrl-program-overview::after {
    left: 0;
    width: 100%;
    animation: pulse 15s infinite alternate;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(173,147,134,0.5) 0%, transparent 50%);
    top: 0;
    pointer-events: none;
    height: 100%;
    z-index: 3;
    content: '';
}.xrl-program-overview .jIu-job-training {
    width: 100%;
    z-index: 1;
    top: 0;
    overflow: hidden;
    position: absolute;
    height: 100%;
    left: 0;
}.xrl-program-overview .CNW-skill-work {
    display: flex;
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    width: calc(100% * var(--slide-count, 5));
    height: 100%;
}.xrl-program-overview .jIu-job-training:hover .CNW-skill-work {
    animation-play-state: paused;
}.xrl-program-overview .NRl-skill-plan {
    height: 100%;
    overflow: hidden;
    width: calc(100% / var(--slide-count, 5));
    transition: transform 0.5s ease;
    position: relative;
}.xrl-program-overview .NRl-skill-plan::before {
    top: 0;
    opacity: 0.7;
    content: '';
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
}.xrl-program-overview .NRl-skill-plan::after {
    z-index: 1;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(197,189,184,0.5),
        rgb(197,189,184,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    left: 0;
    mix-blend-mode: overlay;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
}.xrl-program-overview .NRl-skill-plan img {
    transform: scale(1.05);
    height: 100%;
    filter: saturate(1.2) contrast(1.1);
    width: 100%;
    object-fit: cover;
    transition: transform 8s ease;
}.xrl-program-overview .NRl-skill-plan:hover img {
    transform: scale(1.15);
}.xrl-program-overview .container {
    z-index: 10;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding: 2rem 0;
    height: 100%;
}.xrl-program-overview .yEM-expert-network {
    padding: 3rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    max-width: 600px;
    width: 100%;
    transform: translateX(0);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: float 6s ease-in-out infinite;
}.xrl-program-overview .rXH-skill-route {
    position: relative;
}.xrl-program-overview .rXH-skill-route::before {
    top: -20px;
    height: 40px;
    border-left: 2px solid rgb(197,189,184);
    content: '';
    left: -20px;
    position: absolute;
    border-top: 2px solid rgb(197,189,184);
    opacity: 0.8;
    width: 40px;
}.xrl-program-overview .rXH-skill-route::after {
    height: 40px;
    position: absolute;
    width: 40px;
    border-bottom: 2px solid rgb(173,147,134);
    right: -20px;
    opacity: 0.8;
    content: '';
    bottom: -20px;
    border-right: 2px solid rgb(173,147,134);
}.xrl-program-overview .rXH-skill-route h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 28px;
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.xrl-program-overview .rXH-skill-route h3::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(197,189,184) 0%, transparent 100%);
    width: 60%;
    content: '';
    height: 3px;
    bottom: -10px;
    left: 0;
}.xrl-program-overview .rXH-skill-route p {
    opacity: 0.8;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}.xrl-program-overview .rXH-skill-route .seA-message-widget {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(197,189,184) 0%, rgb(173,147,134) 100%);
    padding: 1rem 2.5rem;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    z-index: 1;
}.xrl-program-overview .rXH-skill-route .seA-message-widget::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    width: 100%;
    z-index: -1;
    position: absolute;
    transition: all 0.4s ease;
    height: 100%;
    left: -100%;
}.xrl-program-overview .rXH-skill-route .seA-message-widget:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.xrl-program-overview .rXH-skill-route .seA-message-widget:hover::before {
    left: 100%;
    transition: all 0.4s ease;
}

@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1200px) {.xrl-program-overview .container {
    justify-content: center;
}.xrl-program-overview .yEM-expert-network {
    max-width: 80%;
}
}

@media screen and (max-width: 768px) {.xrl-program-overview {
    min-height: auto;
    padding: 6rem 0;
}.xrl-program-overview .jIu-job-training {
    height: 100%;
    position: fixed;
}.xrl-program-overview .yEM-expert-network {
    padding: 2rem;
    max-width: 90%;
}.xrl-program-overview .rXH-skill-route h3 {
    font-size: calc(28px * 0.8);
}.xrl-program-overview .rXH-skill-route p {
    font-size: calc(16px * 0.9);
}.xrl-program-overview .rXH-skill-route .seA-message-widget {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.xrl-program-overview {
    padding: 4rem 0;
}.xrl-program-overview .yEM-expert-network {
    padding: 1.5rem;
}.xrl-program-overview .rXH-skill-route h3 {
    font-size: calc(28px * 0.7);
}.xrl-program-overview .rXH-skill-route::before,
    .xrl-program-overview .rXH-skill-route::after {
    width: 30px;
    height: 30px;
}@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }
}

.xrl-program-overview .CNW-skill-work {
    --slide-count: 5;
}

@supports (animation-timeline: scroll()) {.xrl-program-overview .CNW-skill-work {
    animation-range: 0 100vh;
    animation-timeline: scroll();
}
}