* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}::-webkit-scrollbar {
    width: 20px;
}::-webkit-scrollbar-button {
    background: rgb(240,225,204);
}::-webkit-scrollbar-track {
    border-radius: 18%;
    background: rgb(222,192,154);
    box-shadow: inset 2px 4px 5px 2px rgba(0, 0, 0, 0.8);
}::-webkit-scrollbar-track:active {
    background: rgb(200,155,103,0.5);
}::-webkit-scrollbar-thumb {
    box-shadow: -3px -3px 13px -2px rgba(0, 0, 0, 0.1);
    background: rgb(240,225,204);
    border: 2px groove rgb(200,155,103,0.5);
    border-radius: 9999px;
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -1px -2px 1px 8px rgba(0, 0, 0, 0.3);
    background: rgb(200,155,103);
}html {
    scrollbar-color: rgb(222,192,154,0.5) rgb(200,155,103,0.5);
    scrollbar-width: thin;
}.volunteer-7 {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    min-height: 100%;
}.container {
    width: 1158px;
    margin: auto;
    max-width: 100%;
}.grid-container-3 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}.head-tutor-0 {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.metrics-summary-9 {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(200,155,103,0.5) 0%, rgb(240,225,204) 100%);
    position: relative;
    overflow: hidden;
}.metrics-summary-9::before {
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(222,192,154,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(222,192,154,0.5) 12px
    );
    position: absolute;
    opacity: 0.05;
    height: 100%;
}.metrics-summary-9 h3 {
    animation: fadeSlideUp 0.8s ease-out;
    opacity: 1;
    color: #000000;
    margin-bottom: 3.5rem;
    font-weight: 700;
    transform: translateY(0);
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 32px;
    z-index: 2;
}.metrics-summary-9 h3::after {
    bottom: -0.75rem;
    left: 50%;
    content: "";
    background: linear-gradient(to right, rgb(222,192,154), rgb(200,155,103));
    z-index: 2;
    position: absolute;
    width: 6rem;
    transform: translateX(-50%);
    height: 4px;
}.metrics-summary-9 .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.metrics-summary-9 ul {
    gap: 2rem;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.metrics-summary-9 .statistics-grow-4 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05);
    animation-delay: calc(0.15s * var(--i, 0));
    transition: transform 0.3s, box-shadow 0.3s;
    opacity: 0;
    transform: translateY(20px);
    border-left: 4px solid rgb(222,192,154);
    animation: fadeSlideUp 0.8s ease-out forwards;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    position: relative;
    padding: 2rem;
}.metrics-summary-9 .statistics-grow-4:nth-child(1) {
    --i: 1;
}.metrics-summary-9 .statistics-grow-4:nth-child(2) {
    --i: 2;
}.metrics-summary-9 .statistics-grow-4:nth-child(3) {
    --i: 3;
}.metrics-summary-9 .statistics-grow-4:nth-child(4) {
    --i: 4;
}.metrics-summary-9 .statistics-grow-4:nth-child(5) {
    --i: 5;
}.metrics-summary-9 .statistics-grow-4:nth-child(6) {
    --i: 6;
}.metrics-summary-9 .statistics-grow-4:nth-child(7) {
    --i: 7;
}.metrics-summary-9 .statistics-grow-4:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 
                0 2px 5px rgba(0, 0, 0, 0.08);
}.metrics-summary-9 .statistics-grow-4::before {
    height: 2rem;
    position: absolute;
    background: linear-gradient(135deg, rgb(222,192,154,0.5) 0%, transparent 70%);
    transition: transform 0.3s ease;
    transform: rotate(45deg);
    content: "";
    right: 1rem;
    opacity: 0.2;
    width: 2rem;
    top: 1rem;
}.metrics-summary-9 .statistics-grow-4:hover::before {
    transform: rotate(135deg) scale(1.2);
}.metrics-summary-9 .statistics-grow-4 span {
    line-height: 1.4;
    margin-bottom: 1rem;
    display: block;
    font-size: calc(18px * 1.1);
    position: relative;
    padding-bottom: 0.75rem;
    color: #000000;
    font-weight: 600;
}.metrics-summary-9 .statistics-grow-4 span::after {
    background: linear-gradient(to right, rgb(200,155,103), transparent);
    height: 3px;
    width: 2.5rem;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
}.metrics-summary-9 .statistics-grow-4:hover span::after {
    width: 4rem;
}.metrics-summary-9 .statistics-grow-4 p {
    opacity: 0;
    font-weight: 700;
    color: rgb(222,192,154);
    font-size: 20px;
    animation: numberCountUp 1.2s ease-out forwards;
    animation-delay: calc(0.3s + 0.15s * var(--i, 0));
    margin: 0;
    display: inline-block;
    transform: translateY(10px);
    position: relative;
}.metrics-summary-9 .statistics-grow-4 p::before {
    background-color: rgb(222,192,154,0.5);
    width: 0;
    left: 0;
    bottom: -0.25rem;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    height: 2px;
}.metrics-summary-9 .statistics-grow-4:hover p::before {
    width: 100%;
}

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

@keyframes numberCountUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    60% {
        opacity: 1;
        transform: translateY(-3px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.metrics-summary-9 {
    padding: 4rem 1.5rem;
}.metrics-summary-9 h3 {
    margin-bottom: 3rem;
    font-size: calc(32px * 0.9);
}.metrics-summary-9 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.metrics-summary-9 .statistics-grow-4 {
    padding: 1.75rem;
}
}

@media (max-width: 767px) {.metrics-summary-9 {
    padding: 3.5rem 1.25rem;
}.metrics-summary-9 h3 {
    font-size: calc(32px * 0.85);
    margin-bottom: 2.5rem;
}.metrics-summary-9 h3::after {
    width: 5rem;
}.metrics-summary-9 ul {
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    max-width: 450px;
}.metrics-summary-9 .statistics-grow-4 {
    padding: 1.5rem;
}.metrics-summary-9 .statistics-grow-4 span {
    font-size: 18px;
}.metrics-summary-9 .statistics-grow-4 p {
    font-size: calc(20px * 0.95);
}
}

@media (max-width: 480px) {.metrics-summary-9 {
    padding: 3rem 1rem;
}.metrics-summary-9 h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2rem;
}.metrics-summary-9 h3::after {
    width: 4rem;
    height: 3px;
}.metrics-summary-9 .statistics-grow-4 {
    padding: 1.25rem;
}.metrics-summary-9 .statistics-grow-4::before {
    width: 1.5rem;
    top: 0.75rem;
    right: 0.75rem;
    height: 1.5rem;
}.metrics-summary-9 .statistics-grow-4 span {
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
}}.customer-feedback-2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, rgb(240,225,204), #ffffff);
    padding: 100px 0 120px;
}.customer-feedback-2::before {
    z-index: 0;
    position: absolute;
    height: 100%;
    opacity: 0.2;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(222,192,154,0.5) 0,
        rgb(222,192,154,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.customer-feedback-2 .knowledge-experts-3 {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}.customer-feedback-2 h4 {
    font-weight: 700;
    font-size: 41px;
    transform: skewY(0);
    text-align: center;
    position: relative;
    display: block;
    color: #000000;
    margin-bottom: 60px;
}.customer-feedback-2 h4::after {
    left: -10%;
    position: absolute;
    background: rgb(222,192,154);
    width: 120%;
    content: "";
    transform: skewX(0);
    height: 10px;
    bottom: -20px;
}.customer-feedback-2 .edu-reviews-2 {
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}.customer-feedback-2 .rating-voices-7 {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    width: calc(33.333% - 40px);
    flex-direction: column;
    margin: 0 20px 40px;
    display: flex;
    padding: 30px 0;
}.customer-feedback-2 .rating-voices-7:hover {
    transform: translateY(-15px);
}.customer-feedback-2 .rating-voices-7::before {
    content: "";
    left: 0;
    position: absolute;
    height: 0;
    transition: height 0.5s ease;
    top: 0;
    width: 2px;
    background: rgb(222,192,154);
}.customer-feedback-2 .rating-voices-7:hover::before {
    height: 100%;
}.customer-feedback-2 .rating-voices-7::after {
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.5s ease 0.2s;
    bottom: 0;
    width: 0;
    height: 2px;
    background: rgb(222,192,154);
}.customer-feedback-2 .rating-voices-7:hover::after {
    width: 100%;
}.customer-feedback-2 .pic-cell-9 {
    border-radius: 26px;
    box-shadow: 5px 5px 0 rgb(200,155,103,0.5);
    margin-bottom: 20px;
    height: 80px;
    width: 80px;
    transition: all 0.3s ease;
    overflow: hidden;
    transform: rotate(-3deg);
    position: relative;
}.customer-feedback-2 .rating-voices-7:hover .pic-cell-9 {
    box-shadow: 10px 10px 0 rgb(200,155,103,0.5);
    transform: rotate(0deg);
}.customer-feedback-2 .rating-voices-7 span {
    transition: transform 0.3s ease;
    transform: translateX(0);
    font-weight: 600;
    color: #000000;
    padding-left: 15px;
    font-size: calc(13px * 1.1);
    position: relative;
    margin: 10px 0;
}.customer-feedback-2 .rating-voices-7:hover span {
    color: rgb(222,192,154);
    transform: translateX(10px);
}.customer-feedback-2 .rating-voices-7 p {
    border-left: 1px dashed rgb(200,155,103,0.5);
    transition: border-left-color 0.3s ease;
    margin-top: 15px;
    padding-left: 15px;
    position: relative;
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
}.customer-feedback-2 .rating-voices-7:hover p {
    border-left-color: rgb(222,192,154);
}.customer-feedback-2 .rating-voices-7:nth-child(3n+1) {
    transform: translateY(20px);
}.customer-feedback-2 .rating-voices-7:nth-child(3n+2) {
    transform: translateY(40px);
}.customer-feedback-2 .rating-voices-7:nth-child(3n+1):hover {
    transform: translateY(5px);
}.customer-feedback-2 .rating-voices-7:nth-child(3n+2):hover {
    transform: translateY(25px);
}

@media (max-width: 1024px) {.customer-feedback-2 .rating-voices-7 {
    width: calc(50% - 40px);
}.customer-feedback-2 .rating-voices-7:nth-child(2n+1) {
    transform: translateY(20px);
}.customer-feedback-2 .rating-voices-7:nth-child(2n+2) {
    transform: translateY(40px);
}.customer-feedback-2 .rating-voices-7:nth-child(2n+1):hover {
    transform: translateY(5px);
}.customer-feedback-2 .rating-voices-7:nth-child(2n+2):hover {
    transform: translateY(25px);
}.customer-feedback-2 h4 {
    font-size: calc(41px * 0.9);
}
}

@media (max-width: 768px) {.customer-feedback-2 {
    padding: 70px 0 90px;
}.customer-feedback-2 .rating-voices-7 {
    width: 100%;
    margin: 0 0 50px;
    transform: translateY(0) !important;
}.customer-feedback-2 .rating-voices-7:hover {
    transform: translateY(-10px) !important;
}.customer-feedback-2 h4 {
    font-size: calc(41px * 0.8);
}.customer-feedback-2 h4::after {
    width: 80%;
    left: 10%;
    transform: skewX(0);
}}.support-9 {
    background: linear-gradient(135deg, rgb(240,225,204) 0%, rgba(245, 247, 250, 0.97) 100%);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 4rem 2rem;
}.support-9::before {
    z-index: 0;
    height: 100%;
    width: 45%;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.35;
    transform: translateX(20%) skewX(-15deg);
    background: linear-gradient(210deg, rgb(200,155,103,0.5) 0%, transparent 80%);
    right: 0;
}.support-9::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(222,192,154) 0%, rgb(200,155,103) 50%, rgb(222,192,154,0.5) 100%);
}.support-9 h1 {
    font-size: 46px;
    transform: translateY(0);
    margin-bottom: 2.5rem;
    text-align: center;
    transition: transform 0.5s ease;
    color: #000000;
    font-weight: 700;
    position: relative;
}.support-9 h1::after {
    left: 50%;
    height: 3px;
    bottom: -10px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(-50%) scaleX(0.8);
    position: absolute;
    width: 80px;
    content: "";
    background: rgb(200,155,103);
}.support-9 h1:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.support-9 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.support-9 .connect-section-2 {
    display: grid;
    transform: translateY(0);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 2.5rem;
    background: #ffffff;
    gap: 2.5rem;
    border-radius: 11px;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.support-9 .connect-section-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.support-9 .connect-section-2 > div {
    border-left: 3px solid transparent;
    padding: 1.5rem;
    position: relative;
    background: rgba(245, 247, 250, 0.5);
    transition: all 0.3s ease;
}.support-9 .connect-section-2 > div:hover {
    border-left: 3px solid rgb(200,155,103);
    transform: translateX(5px);
    background: rgba(245, 247, 250, 0.8);
}.support-9 .connect-section-2 > div:first-child {
    font-size: calc(16px * 1.05);
    background: linear-gradient(45deg, rgba(245, 247, 250, 0.5) 0%, rgba(255, 255, 255, 0.9) 100%);
    padding: 2rem;
    color: #000000;
    letter-spacing: 0.02em;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    border-bottom: 2px solid rgb(240,225,204);
}.support-9 h6 {
    font-weight: 600;
    display: flex;
    text-transform: capitalize;
    margin-bottom: 0.75rem;
    font-size: 17px;
    align-items: center;
    color: #000000;
}.support-9 h6 svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}.support-9 span {
    font-size: 16px;
    margin-left: 30px;
    color: #000000;
    display: block;
    line-height: 1.5;
}.support-9 .learn-ask-4 {
    display: flex;
    gap: 1.2rem;
    flex-direction: column;
}.support-9 .learn-ask-4 > div {
    transition: transform 0.3s ease;
    position: relative;
}.support-9 .learn-ask-4 > div:hover {
    transform: translateX(5px);
}.support-9 .contact-query-4 {
    text-decoration: none;
    font-weight: 400;
    align-items: center;
    font-size: 16px;
    display: flex;
    transition: color 0.3s ease;
    text-transform: capitalize;
    color: #000000;
}.support-9 .contact-query-4:hover {
    color: rgb(222,192,154);
}.support-9 .contact-query-4 svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}.support-9 .contact-query-4:hover svg {
    transform: scale(1.1) rotate(5deg);
}.support-9 svg {
    width: 22px;
    height: 22px;
    opacity: 0.9;
    transition: all 0.3s ease;
}.support-9 svg:hover {
    transform: scale(1.1);
    opacity: 1;
}.support-9 svg path {
    fill: rgb(200,155,103);
    transition: fill 0.3s ease;
}.support-9 .contact-query-4:hover svg path {
    fill: rgb(222,192,154);
}

@media (min-width: 768px) {.support-9 {
    padding: 5rem 3rem;
}.support-9 h1 {
    font-size: calc(46px * 1.1);
    margin-bottom: 3rem;
}.support-9 .connect-section-2 {
    grid-template-columns: 1fr 1fr;
}.support-9 .connect-section-2 > div:first-child {
    grid-column: 1 / -1;
    text-align: left;
    padding: 2.5rem;
}
}

@media (min-width: 992px) {.support-9 {
    padding: 6rem 4rem;
}.support-9 .connect-section-2 {
    gap: 2rem;
    grid-template-columns: 1.5fr 1fr 1fr;
}.support-9 .connect-section-2 > div:first-child {
    align-items: center;
    padding: 3rem;
    grid-row: 1 / 3;
    grid-column: 1;
    display: flex;
}.support-9 .connect-section-2 > div {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-left: 3px solid transparent;
}.support-9 .learn-ask-4 {
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.support-9 {
    padding: 3rem 1.5rem;
}.support-9 h1 {
    font-size: calc(46px * 0.9);
}.support-9 .connect-section-2 {
    padding: 1.5rem;
}.support-9 .connect-section-2 > div {
    padding: 1.25rem;
}.support-9 .connect-section-2 > div:first-child {
    font-size: 16px;
    padding: 1.5rem;
    line-height: 1.6;
}.support-9 h6 {
    font-size: calc(17px * 0.95);
}.support-9 span {
    margin-left: 25px;
}.support-9 .learn-ask-4 {
    gap: 1rem;
}.support-9 svg {
    height: 20px;
    width: 20px;
}
}

@media (hover: none) {.support-9 .connect-section-2:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: none;
}.support-9 .connect-section-2 > div:hover {
    transform: none;
}.support-9 .learn-ask-4 > div:hover {
    transform: none;
}}.tyFrame-9 {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(240,225,204) 0%, rgb(222,192,154,0.5) 100%);
}.tyFrame-9::before {
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.4;
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(200,155,103,0.5) 0%, transparent 60%);
    animation: pulse 15s infinite alternate ease-in-out;
    width: 100%;
    content: "";
    z-index: 1;
}.tyFrame-9::after {
    filter: blur(20px);
    height: 40%;
    z-index: 0;
    width: 40%;
    opacity: 0.05;
    background: linear-gradient(225deg, rgb(222,192,154) 0%, transparent 80%);
    position: absolute;
    content: "";
    right: -10px;
    transform: rotate(-5deg);
    bottom: -10px;
}.tyFrame-9 .container {
    padding: 0 2rem;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(20px);
    z-index: 2;
    animation: slideUp 0.8s forwards 0.2s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 1200px;
    position: relative;
}.tyFrame-9 h2 {
    font-weight: 700;
    margin-left: auto;
    letter-spacing: -0.02em;
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
    margin-right: auto;
    color: #000000;
    font-size: 35px;
    line-height: 1.3;
    max-width: 900px;
}.tyFrame-9 h2::after {
    height: 3px;
    bottom: -15px;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(222,192,154), rgb(200,155,103));
    transform: translateX(-50%);
    border-radius: 10px;
    left: 50%;
    position: absolute;
}.tyFrame-9 .knowledge-experts-3 {
    border-radius: 19px;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: #ffffff;
    padding: 3rem;
    overflow: hidden;
    transform: translateY(0);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 5px 10px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
}.tyFrame-9 .knowledge-experts-3::before {
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(222,192,154), rgb(200,155,103));
    content: "";
    width: 6px;
    position: absolute;
}.tyFrame-9 .knowledge-experts-3::after {
    opacity: 0.2;
    content: "";
    z-index: 0;
    height: 120px;
    background: radial-gradient(circle, rgb(222,192,154,0.5) 0%, transparent 70%);
    border-radius: 50%;
    right: 10px;
    width: 120px;
    top: 10px;
    position: absolute;
}.tyFrame-9 .knowledge-experts-3:hover {
    transform: translateY(-5px);
}.tyFrame-9 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
}.tyFrame-9 li {
    position: relative;
    padding-left: 2rem;
}.tyFrame-9 li::before {
    border-radius: 50%;
    content: "";
    top: 8px;
    background: rgb(222,192,154);
    left: 0;
    opacity: 0;
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(0);
    width: 8px;
    position: absolute;
    height: 8px;
}.tyFrame-9 li span {
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 16px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.8;
    transform: translateY(10px);
    opacity: 0;
    display: block;
}

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

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

@keyframes appearDot {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 991px) {.tyFrame-9 {
    padding: 4rem 0;
}.tyFrame-9 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.tyFrame-9 .knowledge-experts-3 {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.tyFrame-9 {
    padding: 3rem 0;
}.tyFrame-9 h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.8);
    line-height: 1.4;
}.tyFrame-9 h2::after {
    bottom: -12px;
    width: 60px;
}.tyFrame-9 .knowledge-experts-3 {
    padding: 2rem 1.5rem;
}.tyFrame-9 .knowledge-experts-3::after {
    height: 80px;
    width: 80px;
}.tyFrame-9 li {
    padding-left: 1.5rem;
}
}

@media (max-width: 480px) {.tyFrame-9 {
    padding: 2.5rem 0;
}.tyFrame-9 .container {
    padding: 0 1.25rem;
}.tyFrame-9 h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.5rem;
}.tyFrame-9 h2::after {
    width: 50px;
    bottom: -10px;
    height: 2px;
}.tyFrame-9 .knowledge-experts-3 {
    padding: 1.5rem 1.25rem;
}.tyFrame-9 li span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}}.mentorship-experience-9 {
    position: relative;
    overflow: hidden;
    min-height: 700px;
    background: linear-gradient(160deg, rgb(240,225,204) 0%, #000000 100%);
    padding: 8rem 0;
}.mentorship-experience-9::before {
    filter: blur(70px);
    z-index: 1;
    content: "";
    position: absolute;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    left: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(222,192,154,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(200,155,103,0.5) 0%, transparent 35%);
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.4;
}.mentorship-experience-9 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}.mentorship-experience-9 .rating-voices-7 {
    position: relative;
    display: grid;
    min-height: 580px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    gap: 30px;
    backdrop-filter: blur(15px);
    grid-template-columns: 1.2fr 0.8fr;
    padding: 3rem;
    overflow: hidden;
    border-radius: 26px;
    grid-template-rows: auto 1fr;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
}.mentorship-experience-9 .rating-voices-7::before {
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
    top: 0;
    content: "";
    opacity: 0.2;
    background-size: 200% 200%;
    width: 100%;
    background: linear-gradient(135deg, transparent, rgb(222,192,154,0.5), transparent);
    animation: shimmerEffect 10s ease-in-out infinite;
}.mentorship-experience-9 .pic-cell-9 {
    grid-column: 2;
    filter: contrast(1.1) brightness(1.05);
    grid-row: 1 / span 2;
    z-index: 3;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    border-radius: 26px;
    position: relative;
    transform: scale(1) rotate(0deg);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    height: 100%;
}.mentorship-experience-9 .rating-voices-7:hover .pic-cell-9 {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}.mentorship-experience-9 .pic-cell-9::before {
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    position: absolute;
}.mentorship-experience-9 .name {
    transform: translateX(0);
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    grid-column: 1;
    margin: 0;
    font-weight: 700;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 4;
    font-size: 35px;
    grid-row: 1;
}.mentorship-experience-9 .rating-voices-7:hover .name {
    transform: translateX(10px);
}.mentorship-experience-9 .name::after {
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(222,192,154), rgb(200,155,103));
    transition: width 0.6s ease;
    height: 3px;
}.mentorship-experience-9 .rating-voices-7:hover .name::after {
    width: 120px;
}.mentorship-experience-9 .rating-voices-7 span:not(.name) {
    margin-top: 4rem;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.2);
    z-index: 3;
    grid-row: 1;
    transform: translateX(0);
    color: rgb(200,155,103);
    font-size: 19px;
    backdrop-filter: blur(10px);
    grid-column: 1;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    padding: 0.7rem 1.5rem;
    width: max-content;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}.mentorship-experience-9 .rating-voices-7:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(10px);
}.mentorship-experience-9 .emp-block-1 {
    grid-column: 1;
    overflow: hidden;
    z-index: 2;
    border-left: 4px solid rgb(200,155,103);
    transform: translateY(0);
    backdrop-filter: blur(10px);
    grid-row: 2;
    padding: 2rem;
    line-height: 1.8;
    font-size: 16px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    position: relative;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
}.mentorship-experience-9 .rating-voices-7:hover .emp-block-1 {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.mentorship-experience-9 .emp-block-1::before {
    top: 0;
    content: "";
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shimmerEffect 5s ease-in-out infinite;
    z-index: -1;
    background-size: 200% 200%;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.mentorship-experience-9 .container::after {
    bottom: -200px;
    border-radius: 50%;
    animation: rotateGlow 25s linear infinite;
    height: 400px;
    filter: blur(80px);
    position: absolute;
    left: -200px;
    content: "";
    z-index: -1;
    background: conic-gradient(from 135deg, rgb(222,192,154,0.5) 0%, rgb(200,155,103,0.5) 50%, rgb(222,192,154,0.5) 100%);
    width: 400px;
    opacity: 0.2;
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.mentorship-experience-9 .rating-voices-7 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px;
    padding: 2rem;
}.mentorship-experience-9 .pic-cell-9 {
    grid-column: 1;
    height: 350px;
    grid-row: 1;
}.mentorship-experience-9 .name {
    margin: 0;
    grid-row: 2;
    grid-column: 1;
}.mentorship-experience-9 .rating-voices-7 span:not(.name) {
    grid-column: 1;
    margin-top: 3.5rem;
    grid-row: 2;
}.mentorship-experience-9 .emp-block-1 {
    grid-row: 3;
    grid-column: 1;
}.mentorship-experience-9 .rating-voices-7:hover .name,
    .mentorship-experience-9 .rating-voices-7:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.mentorship-experience-9 {
    padding: 5rem 0;
}.mentorship-experience-9 .rating-voices-7 {
    padding: 1.5rem;
}.mentorship-experience-9 .pic-cell-9 {
    height: 250px;
}.mentorship-experience-9 .name {
    font-size: 19px;
}.mentorship-experience-9 .rating-voices-7 span:not(.name) {
    margin-top: 3rem;
    font-size: 16px;
    padding: 0.6rem 1rem;
}.mentorship-experience-9 .emp-block-1 {
    font-size: calc(16px * 0.9);
    padding: 1.5rem;
    line-height: 1.6;
}}.tariff-list-item-6 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.tariff-list-item-6::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7));
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
}.tariff-list-item-6 .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
}.tariff-list-item-6 .monthly-plan-3 {
    position: relative;
}.tariff-list-item-6 h2 {
    position: relative;
    font-size: 33px;
    animation: fadeInUp 0.8s ease-out forwards;
    color: #ffffff;
    font-weight: 700;
    transform: translateY(0);
    margin-bottom: 20px;
    text-align: center;
}.tariff-list-item-6 .price-sheet-5 {
    position: relative;
    color: rgb(255, 255, 255, 0.5);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    font-size: 15px;
    margin: 0 auto 50px;
    max-width: 800px;
    line-height: 1.6;
    text-align: center;
    transform: translateY(20px);
}.tariff-list-item-6 .price-schemes-4 {
    margin: 0;
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}.tariff-list-item-6 .price-schemes-4 li {
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: transform 0.4s ease;
}.tariff-list-item-6 .learning-pricing-1 {
    will-change: transform;
    display: block;
    text-decoration: none;
    transform: translateZ(0);
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.tariff-list-item-6 .cost-levels-4 {
    backdrop-filter: blur(10px);
    padding: 30px;
    flex-direction: column;
    min-height: 420px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.03));
    height: 100%;
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: flex;
    -webkit-backdrop-filter: blur(10px);
}.tariff-list-item-6 .cost-levels-4::before {
    transform-origin: left;
    left: 0;
    height: 5px;
    transform: scaleX(0);
    content: "";
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, 
        rgb(222,192,154), 
        rgb(200,155,103));
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.tariff-list-item-6 .tuition-table-6 {
    color: #ffffff;
    position: relative;
    height: 100%;
    flex-direction: column;
    z-index: 1;
    display: flex;
}.tariff-list-item-6 .tuition-table-6 h4 {
    position: relative;
    font-weight: 700;
    transition: color 0.3s ease;
    color: #ffffff;
    font-size: calc(20px * 1.1);
    margin-bottom: 20px;
    padding-bottom: 15px;
}.tariff-list-item-6 .tuition-table-6 h4::after {
    height: 2px;
    transition: width 0.4s ease;
    bottom: 0;
    background-color: rgb(222,192,154);
    position: absolute;
    left: 0;
    width: 50px;
    content: "";
}.tariff-list-item-6 .tuition-table-6 p {
    scrollbar-color: rgb(222,192,154) rgba(255, 255, 255, 0.1);
    flex-grow: 1;
    max-height: 200px;
    scrollbar-width: thin;
    font-size: 15px;
    margin-bottom: 30px;
    overflow-y: auto;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    overflow-wrap: break-word;
    word-break: break-word;
}.tariff-list-item-6 .tuition-table-6 p::-webkit-scrollbar {
    width: 4px;
}.tariff-list-item-6 .tuition-table-6 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.tariff-list-item-6 .tuition-table-6 p::-webkit-scrollbar-thumb {
    background-color: rgb(222,192,154);
}.tariff-list-item-6 .rate-card-5 {
    display: inline-block;
    position: relative;
    background-clip: text !important;
    background: linear-gradient(135deg, rgb(222,192,154), rgb(200,155,103));
    font-weight: 700;
    padding: 10px 0;
    font-size: calc(20px * 1.3);
    color: #ffffff;
    margin-top: auto;
    color: transparent;
    align-self: flex-start;
    -webkit-background-clip: text !important;
}.tariff-list-item-6 .rate-card-5::before {
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
        rgb(222,192,154), 
        transparent);
    bottom: 0;
    height: 1px;
    width: 100%;
}.tariff-list-item-6 .price-schemes-4 li:hover {
    transform: translateY(-5px);
}.tariff-list-item-6 .price-schemes-4 li:hover .cost-levels-4 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.tariff-list-item-6 .price-schemes-4 li:hover .cost-levels-4::before {
    transform: scaleX(1);
}.tariff-list-item-6 .price-schemes-4 li:hover .tuition-table-6 h4::after {
    width: 80px;
}.tariff-list-item-6 .price-schemes-4 li:nth-child(1) {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}.tariff-list-item-6 .price-schemes-4 li:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}.tariff-list-item-6 .price-schemes-4 li:nth-child(3) {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}.tariff-list-item-6 .price-schemes-4 li:nth-child(4) {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

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

@media (max-width: 1200px) {.tariff-list-item-6 {
    padding: 80px 0;
}.tariff-list-item-6 .price-schemes-4 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.tariff-list-item-6 .cost-levels-4 {
    min-height: 400px;
    padding: 25px;
}
}

@media (max-width: 992px) {.tariff-list-item-6 {
    padding: 70px 0;
}.tariff-list-item-6 h2 {
    font-size: calc(33px * 0.9);
}.tariff-list-item-6 .price-sheet-5 {
    margin-bottom: 40px;
    font-size: calc(15px * 0.95);
}.tariff-list-item-6 .price-schemes-4 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.tariff-list-item-6 .cost-levels-4 {
    padding: 20px;
    min-height: 380px;
}.tariff-list-item-6 .tuition-table-6 h4 {
    font-size: 20px;
}.tariff-list-item-6 .rate-card-5 {
    font-size: calc(20px * 1.2);
}
}

@media (max-width: 768px) {.tariff-list-item-6 {
    padding: 60px 0;
}.tariff-list-item-6 h2 {
    font-size: calc(33px * 0.85);
    margin-bottom: 15px;
}.tariff-list-item-6 .price-sheet-5 {
    margin-bottom: 30px;
    font-size: calc(15px * 0.9);
}.tariff-list-item-6 .price-schemes-4 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.tariff-list-item-6 .cost-levels-4 {
    min-height: auto;
}.tariff-list-item-6 .tuition-table-6 p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.tariff-list-item-6 {
    padding: 50px 0;
}.tariff-list-item-6 h2 {
    font-size: calc(33px * 0.8);
}.tariff-list-item-6 .price-sheet-5 {
    font-size: calc(15px * 0.85);
}.tariff-list-item-6 .cost-levels-4 {
    padding: 20px 15px;
}.tariff-list-item-6 .tuition-table-6 h4 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(20px * 0.95);
}.tariff-list-item-6 .tuition-table-6 p {
    margin-bottom: 20px;
    font-size: calc(15px * 0.9);
}.tariff-list-item-6 .rate-card-5 {
    font-size: calc(20px * 1.1);
}}.contact-us-3 {
    padding: 100px 0;
    background-color: rgb(240,225,204);
    overflow: hidden;
    position: relative;
}.contact-us-3::before {
    position: absolute;
    opacity: 0.15;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(120deg, rgb(222,192,154,0.5) 0%, transparent 75%);
    left: 0;
}.contact-us-3::after {
    opacity: 0.1;
    bottom: 0;
    position: absolute;
    height: 70%;
    right: 0;
    background: linear-gradient(240deg, rgb(200,155,103,0.5) 0%, transparent 70%);
    width: 70%;
    content: "";
}.contact-us-3 .container {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.contact-us-3 h2 {
    font-size: 38px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
}.contact-us-3 .inquiry-request-1 {
    overflow: hidden;
    flex-wrap: wrap;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    flex-direction: row-reverse;
    display: flex;
    background: #ffffff;
    margin-top: 50px;
}.contact-us-3 .pic-cell-9 {
    min-height: 500px;
    overflow: hidden;
    position: relative;
    flex: 0 0 40%;
}.contact-us-3 .pic-cell-9::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    top: 0;
    left: 0;
}.contact-us-3 .help-grid-4 {
    flex: 0 0 60%;
    padding: 60px;
    position: relative;
}.contact-us-3 .help-grid-4::before {
    left: 0;
    border-radius: 2.5px;
    background: linear-gradient(to bottom, rgb(222,192,154), rgb(200,155,103));
    top: 40px;
    position: absolute;
    width: 5px;
    height: calc(100% - 80px);
    content: "";
}.contact-us-3 form {
    padding-left: 25px;
    width: 100%;
}.contact-us-3 form h3 {
    margin-bottom: 35px;
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    font-family: Arial, sans-serif;
}.contact-us-3 form input[type="text"] {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: rgb(240,225,204);
    margin-bottom: 20px;
    font-size: 18px;
    padding: 18px 25px;
    border: none;
    color: #000000;
    width: 100%;
    border-radius: 10px;
}.contact-us-3 form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(222,192,154,0.5);
    background: rgba(rgb(222,192,154), 0.05);
    outline: none;
}.contact-us-3 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.contact-us-3 .help-request-9 {
    margin: 10px 0 30px;
    display: flex;
    align-items: flex-start;
}.contact-us-3 .help-request-9 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-us-3 .help-request-9 label {
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
}.contact-us-3 .help-request-9 label::before {
    border-radius: 10px;
    left: 0;
    border: 2px solid rgb(222,192,154,0.5);
    position: absolute;
    content: "";
    transition: all 0.2s ease;
    height: 22px;
    top: 2px;
    width: 22px;
}.contact-us-3 .help-request-9 input[type="checkbox"]:checked + label::before {
    background-color: rgb(222,192,154);
    border-color: rgb(222,192,154);
}.contact-us-3 .help-request-9 input[type="checkbox"]:checked + label::after {
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    height: 11px;
    left: 8px;
    content: "";
    top: 9px;
    border-right: 2px solid #ffffff;
    width: 6px;
}.contact-us-3 .help-request-9 label a {
    color: rgb(222,192,154);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact-us-3 .help-request-9 label a:hover {
    color: rgb(200,155,103);
    text-decoration: underline;
}.contact-us-3 form .contact-inquiry-5 {
    background: linear-gradient(45deg, rgb(222,192,154), rgb(200,155,103));
    font-size: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    border: none;
    padding: 15px 35px;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
}.contact-us-3 form .contact-inquiry-5::before {
    content: "";
    width: 120%;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg) translateX(-200%);
    position: absolute;
    height: 120%;
    top: -10%;
    left: -10%;
}.contact-us-3 form .contact-inquiry-5:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(222,192,154), 0.3);
}.contact-us-3 form .contact-inquiry-5:hover::before {
    transform: rotate(45deg) translateX(200%);
}.contact-us-3 svg {
    height: 22px;
    fill: rgb(222,192,154);
    width: 22px;
}.contact-us-3 svg path {
    transition: fill 0.3s ease;
    fill: rgb(222,192,154);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.contact-us-3 .help-grid-4 {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.contact-us-3 .pic-cell-9 {
    min-height: 300px;
    flex: 0 0 100%;
}.contact-us-3 .help-grid-4 {
    flex: 0 0 100%;
}.contact-us-3 .help-grid-4::before {
    top: 0;
    height: 5px;
    width: calc(100% - 80px);
    background: linear-gradient(to right, rgb(222,192,154), rgb(200,155,103));
    left: 40px;
}.contact-us-3 form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.contact-us-3 {
    padding: 70px 0;
}.contact-us-3 .pic-cell-9 {
    min-height: 250px;
}.contact-us-3 .help-grid-4 {
    padding: 40px 30px;
}.contact-us-3 .help-grid-4::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.contact-us-3 {
    padding: 50px 0;
}.contact-us-3 h2 {
    font-size: calc(38px * 0.8);
}.contact-us-3 .pic-cell-9 {
    min-height: 200px;
}.contact-us-3 .help-grid-4 {
    padding: 30px 20px;
}.contact-us-3 .help-grid-4::before {
    left: 20px;
    width: calc(100% - 40px);
}.contact-us-3 form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.contact-us-3 form input[type="text"] {
    padding: 15px 20px;
}.contact-us-3 form .contact-inquiry-5 {
    width: 100%;
    text-align: center;
}}.cookie-alert-overlay-5 {
    bottom: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    position: fixed;
    width: 100%;
    padding: 20px 0;
    background: rgb(240,225,204);
    border-top: 3px solid rgb(222,192,154);
}.privacy-ctrl-4 {
    margin: auto;
    justify-content: space-between;
    display: flex;
    max-width: 1200px;
    padding: 0 20px;
    flex-wrap: nowrap;
    align-items: center;
}#cookieWarningPanel-6 {
    display: none;
}#cookieWarningPanel-6:checked ~ .cookie-alert-overlay-5 {
    visibility: hidden;
    opacity: 0;
}.cookie-alert-overlay-5 h5 {
    margin-bottom: 6px;
    font-weight: 700;
    color: rgb(222,192,154);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}.cookie-alert-overlay-5 p {
    color: #000000;
    max-width: 500px;
    font-size: 15px;
}.cookie-confirm-1 {
    flex-shrink: 0;
    margin-right: 20px;
}.cookie-confirm-1 svg, .cookie-confirm-1 svg path {
    height: 80px;
    fill: rgb(222,192,154);
    width: 80px;
}.accept-cookies-9 {
    font-size: 19px;
    border: 2px solid transparent;
    background: rgb(222,192,154);
    border-radius: 10px;
    font-weight: 600;
    min-width: 140px;
    text-decoration: none;
    padding: 12px 24px;
    color: #ffffff;
    transition: border 0.2s;
    text-transform: uppercase;
    margin-left: 10px;
    text-align: center;
    flex-shrink: 0;
}.cookie_button.consent-comply-3 {
    background: rgb(222,192,154);
}.cookie_button.cookie-apply-1 {
    background: rgb(200,155,103);
}.accept-cookies-9:hover {
    border: 2px solid #ffffff;
}.cookie-alert-overlay-5 p a {
    font-weight: 700;
    color: rgb(222,192,154);
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {.privacy-ctrl-4 {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.cookie-confirm-1 {
    display: none;
}.privacy-ctrl-4 {
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie-alert-overlay-5 h5, .cookie-alert-overlay-5 p {
    text-align: center;
}.privacy-ack-9 {
    margin-bottom: 20px;
}.accept-cookies-9 {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    max-width: 300px;
}}
.grid-container-3 .cookie-alert-overlay-5 {
    background: rgb(200,155,103);
    border: none;
    padding: 30px 0;
}.grid-container-3 .accept-cookies-9 {
    background: rgb(222,192,154);
    margin-left: 0;
    border: none;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    font-size: 19px;
}.grid-container-3 .privacy-ack-9 h5, .grid-container-3 .privacy-ack-9 p {
    color: #ffffff;
}.study-method-3 {
    background: linear-gradient(135deg, rgb(222,192,154,0.5) 0%, rgb(200,155,103,0.5) 100%);
    padding: 6rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}.study-method-3::before {
    left: -2%;
    background: repeating-linear-gradient(
        45deg,
        rgb(255, 255, 255, 0.5) 0px,
        rgb(255, 255, 255, 0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    top: -5%;
    position: absolute;
    transform: perspective(1000px) rotateX(5deg);
    content: "";
    height: 110%;
    width: 104%;
    z-index: -1;
    opacity: 0.08;
}.study-method-3::after {
    position: absolute;
    transform-origin: top right;
    z-index: -1;
    background: rgb(200,155,103);
    width: 40%;
    top: 0;
    animation: pulse 8s ease-in-out infinite alternate;
    height: 100%;
    content: "";
    filter: blur(20px);
    opacity: 0.06;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}.study-method-3 .container {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.study-method-3 .knowledge-experts-3 {
    position: relative;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}.study-method-3 .knowledge-experts-3 > div {
    padding: 3.5rem 3rem;
    width: 100%;
    background: rgba(255, 255, 255, 0.94);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    max-width: 800px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    backdrop-filter: blur(10px) saturate(180%);
    position: relative;
    transform: translateX(0) translateY(0);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.study-method-3 .knowledge-experts-3 > div:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.study-method-3 h3 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.85);
    color: rgb(222,192,154);
    display: inline-block;
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
}.study-method-3 h3::after {
    background: linear-gradient(90deg, rgb(222,192,154) 0%, rgb(200,155,103) 100%);
    transform-origin: left;
    position: absolute;
    height: 3px;
    transition: width 0.3s ease-out;
    content: "";
    left: 0;
    width: 60%;
    bottom: -10px;
}.study-method-3 .knowledge-experts-3 > div:hover h3::after {
    width: 90%;
}.study-method-3 p {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 0;
    font-size: 15px;
    color: #000000;
}.study-method-3 p span {
    position: relative;
    display: block;
}.study-method-3 p span::before {
    content: "";
    transform: scale(0);
    background: rgb(200,155,103);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    height: 0.5rem;
    width: 0.5rem;
    border-radius: 50%;
    position: absolute;
    top: 0.8rem;
    left: -1.5rem;
}.study-method-3 .knowledge-experts-3 > div:hover p span::before {
    opacity: 1;
    transform: scale(1);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.06;
        transform: scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.05) rotate(2deg);
    }
}

@media (max-width: 991px) {.study-method-3 {
    padding: 5rem 0;
}.study-method-3 .knowledge-experts-3 > div {
    padding: 2.5rem 2rem;
    max-width: 100%;
}.study-method-3 h3 {
    font-size: calc(36px * 0.75);
}
}

@media (max-width: 767px) {.study-method-3 {
    padding: 4rem 0;
}.study-method-3::before {
    opacity: 0.05;
}.study-method-3 .knowledge-experts-3 > div {
    padding: 2rem 1.5rem;
    transform: none !important;
}.study-method-3 h3 {
    font-size: calc(36px * 0.7);
    margin-bottom: 1.2rem;
}.study-method-3 p {
    font-size: calc(15px * 0.95);
}.study-method-3 h3::after {
    width: 40%;
}.study-method-3 .knowledge-experts-3 > div:hover h3::after {
    width: 70%;
}
}

@media (max-width: 480px) {.study-method-3 {
    padding: 3rem 0;
}.study-method-3 .knowledge-experts-3 > div {
    padding: 1.5rem 1.2rem;
}.study-method-3 h3 {
    margin-bottom: 1rem;
    font-size: calc(36px * 0.65);
}.study-method-3 p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.study-method-3 h3::after {
    height: 2px;
}.study-method-3 p span::before {
    display: none;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    z-index: -2;
    top: 0;
    content: "";
    background: linear-gradient(145deg, rgb(240,225,204) 0%, rgb(222,192,154,0.5) 100%);
    position: absolute;
    opacity: 0.9;
    right: 0;
    left: 0;
    bottom: 0;
}footer::after {
    z-index: -1;
    left: 0;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    background-image: 
        repeating-linear-gradient(0deg, rgb(222,192,154,0.5), rgb(222,192,154,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(222,192,154,0.5), rgb(222,192,154,0.5) 1px, transparent 1px, transparent 20px);
    bottom: 0;
}.volunteer-7 {
    color: #000000;
    padding: 4rem 0 2rem;
    position: relative;
}.volunteer-7::after {
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgb(222,192,154), rgb(200,155,103));
    height: 6px;
}.volunteer-7 .container {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    gap: 3rem;
}.volunteer-7 .company_holder {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    border-radius: 12px;
    background: #ffffff;
    padding: 2rem 2.5rem;
    position: relative;
}.volunteer-7 .company_holder::before {
    height: 5px;
    position: absolute;
    top: 0;
    background: rgb(222,192,154);
    border-top-right-radius: 12px;
    width: 100%;
    left: 0;
    content: "";
    border-top-left-radius: 12px;
}.volunteer-7 .company_holder h3 {
    font-size: 36px;
    color: rgb(222,192,154);
    font-weight: 700;
    position: relative;
    letter-spacing: 0.5px;
    margin: 0 0 1.5rem;
}.volunteer-7 .company_holder h3::after {
    content: "";
    bottom: -0.5rem;
    width: 80px;
    left: 0;
    position: absolute;
    height: 3px;
    background: rgb(200,155,103);
}.volunteer-7 .blog-ref-7 {
    line-height: 1.7;
    background: rgb(240,225,204);
    position: relative;
    font-size: 16px;
    padding: 1.5rem;
    color: #000000;
    border-radius: 10px;
    border-left: 3px solid rgb(200,155,103);
}.volunteer-7 .mentor-net-7 {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.volunteer-7 .top-head-8 {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}.volunteer-7 .nav-mainwrap-8 {
    flex: 1 1 calc(50% - 1.25rem);
    border-radius: 12px;
    min-width: 200px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
}.volunteer-7 .nav-mainwrap-8 h5 {
    padding: 1rem 1.5rem;
    font-weight: 600;
    background: rgb(200,155,103);
    color: #ffffff;
    position: relative;
    font-size: 20px;
    margin: 0;
}.volunteer-7 .nav-mainwrap-8 .top-head-8 {
    flex-direction: column;
    padding: 1rem 0;
    gap: 0;
    display: flex;
}.volunteer-7 .nav-mainwrap-8 .top-head-8 a {
    font-size: 16px;
    display: flex;
    padding: 0.8rem 1.5rem;
    align-items: center;
    position: relative;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
}.volunteer-7 .nav-mainwrap-8 .top-head-8 a::before {
    left: 0;
    transition: all 0.3s ease;
    z-index: -1;
    height: 100%;
    content: "";
    top: 0;
    background: rgb(240,225,204);
    width: 0;
    position: absolute;
}.volunteer-7 .nav-mainwrap-8 .top-head-8 a::after {
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    background: rgb(200,155,103);
    border-radius: 50%;
    top: 50%;
    content: "";
    width: 5px;
    height: 5px;
    transition: all 0.3s ease;
    left: 1.5rem;
}.volunteer-7 .nav-mainwrap-8 .top-head-8 a:hover {
    padding-left: 2.2rem;
    color: rgb(222,192,154);
}.volunteer-7 .nav-mainwrap-8 .top-head-8 a:hover::before {
    width: 100%;
}.volunteer-7 .nav-mainwrap-8 .top-head-8 a:hover::after {
    opacity: 1;
}.art-portal-2 {
    margin-top: 3rem;
    position: relative;
    padding: 2rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: rgb(240,225,204);
}.art-portal-2::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(222,192,154,0.5), transparent);
    top: 0;
    right: 10%;
    left: 10%;
    height: 1px;
    content: "";
}.art-portal-2 .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.art-portal-2 .workshop-cta-5 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    color: #000000;
    background: #ffffff;
    text-align: center;
    border-radius: 50px;
    padding: 0.8rem 2rem;
    font-weight: 400;
}

@media (max-width: 1200px) {.volunteer-7 .container {
    gap: 2rem;
}.volunteer-7 .company_holder {
    flex: 1 1 360px;
}.volunteer-7 .mentor-net-7 {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.volunteer-7 .top-head-8 {
    gap: 2rem;
}
}

@media (max-width: 992px) {.volunteer-7 {
    padding: 3.5rem 0 2rem;
}.volunteer-7 .container {
    flex-direction: column;
    gap: 2.5rem;
}.volunteer-7 .company_holder,
    .volunteer-7 .mentor-net-7 {
    flex: 1 1 100%;
    min-width: 100%;
}.volunteer-7 .nav-mainwrap-8 {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.volunteer-7 {
    padding: 3rem 0 1.5rem;
}.volunteer-7 .top-head-8 {
    gap: 1.5rem;
}.volunteer-7 .company_holder {
    padding: 2rem;
}.volunteer-7 .company_holder h3 {
    font-size: calc(36px - 2px);
}.art-portal-2 {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.volunteer-7 {
    padding: 2.5rem 0 1rem;
}.volunteer-7 .container {
    gap: 1.5rem;
}.volunteer-7 .nav-mainwrap-8 {
    min-width: 100%;
    flex: 1 1 100%;
}.volunteer-7 .top-head-8 {
    gap: 1rem;
}.volunteer-7 .company_holder {
    padding: 1.5rem;
}.volunteer-7 .blog-ref-7 {
    padding: 1.2rem;
}.art-portal-2 {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.volunteer-7 .company_holder h3::after {
    width: 50px;
}.volunteer-7 .nav-mainwrap-8 .top-head-8 a:hover {
    padding-left: 2rem;
}.art-portal-2 .workshop-cta-5 {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.title-intro-8 {
    overflow: hidden;
    min-height: 85vh;
    display: flex;
    background: linear-gradient(145deg, rgb(240,225,204) 0%, rgb(222,192,154,0.5) 100%);
    padding: 120px 0 80px;
    position: relative;
    align-items: center;
}.title-intro-8::before {
    width: 100%;
    z-index: 1;
    opacity: 0.4;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(200,155,103,0.5) 0%, transparent 60%);
    position: absolute;
}.title-intro-8 > div {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1200px;
    gap: 50px;
    position: relative;
    width: 100%;
    padding: 0 20px;
    z-index: 2;
}.title-intro-8 > div > div:first-child {
    max-width: 700px;
    animation: fadeInUp 0.8s ease-out forwards;
    display: flex;
    gap: 25px;
    opacity: 0;
    transform: translateY(30px);
    flex-direction: column;
    align-items: flex-start;
}.title-intro-8 .learn-expressfast-9 {
    opacity: 0;
    position: relative;
    color: #000000;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
    animation: slideInFromLeft 0.8s ease-out 0.2s forwards;
    font-size: 41px;
    transform: translateX(-10px);
}.title-intro-8 .learn-expressfast-9::after {
    width: 80px;
    animation: expandLine 1s ease-out 0.6s forwards;
    transform: scaleX(0);
    height: 4px;
    bottom: -10px;
    left: 0;
    content: "";
    position: absolute;
    transform-origin: left;
    background: rgb(222,192,154);
}.title-intro-8 p {
    transform: translateY(20px);
    color: #000000;
    max-width: 90%;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    margin: 0;
    line-height: 1.6;
    font-size: calc(12px * 1.2);
}.title-intro-8 .start-open-6 {
    width: 100%;
    opacity: 0;
    position: relative;
    transform: translateY(40px);
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
}.title-intro-8 .fast-track-0 {
    border-radius: 28px;
    width: 100%;
    min-height: 320px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
}.title-intro-8 .fast-track-0::before {
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
}.title-intro-8 .fast-track-0:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.title-intro-8 .fast-track-0 span {
    opacity: 0.9;
    bottom: 0;
    padding: 30px;
    width: 100%;
    z-index: 2;
    transition: transform 0.4s ease, opacity 0.4s ease;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    position: absolute;
    left: 0;
    transform: translateY(10px);
}.title-intro-8 .fast-track-0:hover span {
    opacity: 1;
    transform: translateY(0);
}.title-intro-8 .fast-track-0 h3 {
    font-weight: 600;
    line-height: 1.4;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 23px;
    margin: 0;
}

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

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

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


@media (max-width: 768px) {.title-intro-8 {
    padding: 80px 0 60px;
    min-height: auto;
}.title-intro-8 > div {
    gap: 30px;
}.title-intro-8 .learn-expressfast-9 {
    font-size: calc(41px * 0.8);
}.title-intro-8 p {
    max-width: 100%;
    font-size: 12px;
}.title-intro-8 .fast-track-0 {
    min-height: 250px;
}.title-intro-8 .fast-track-0 h3 {
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 576px) {.title-intro-8 {
    padding: 60px 0 40px;
}.title-intro-8 > div {
    gap: 25px;
}.title-intro-8 .learn-expressfast-9 {
    font-size: calc(41px * 0.7);
}.title-intro-8 p {
    font-size: calc(12px * 0.9);
}.title-intro-8 .fast-track-0 {
    min-height: 200px;
}.title-intro-8 .fast-track-0 span {
    padding: 20px;
}.title-intro-8 .fast-track-0 h3 {
    font-size: calc(23px * 0.8);
}
}

@media (min-width: 992px) {.title-intro-8 > div {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.title-intro-8 > div > div:first-child {
    flex: 1;
}.title-intro-8 .start-open-6 {
    flex: 1;
}.title-intro-8 .fast-track-0 {
    min-height: 380px;
}
}

@media (hover: none) {.title-intro-8 .fast-track-0:hover {
    transform: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.title-intro-8 .fast-track-0 span {
    opacity: 1;
    transform: translateY(0);
}}.our-story-2 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our-story-2::before {
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
    backdrop-filter: blur(3px);
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(222,192,154,0.5), rgba(0, 0, 0, 0.5) 80%);
    right: 0;
}.our-story-2::after {
    height: 120%;
    pointer-events: none;
    top: -10%;
    animation: orbitGlow 20s infinite linear;
    content: "";
    background: linear-gradient(135deg, rgb(222,192,154,0.5) 5%, transparent 15%, transparent 85%, rgb(200,155,103,0.5) 95%);
    width: 120%;
    left: -10%;
    position: absolute;
    z-index: 2;
}.our-story-2 .container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
    z-index: 5;
    perspective: 1000px;
}.our-story-2 .text-group-8 {
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 40px 50px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) rotateY(-2deg);
    border-left: 3px solid rgb(200,155,103);
}.our-story-2 .text-group-8:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.15);
    transform: translateZ(10px) rotateY(0deg);
}.our-story-2 h5 {
    position: relative;
    margin: 0 0 15px;
    letter-spacing: 1.5px;
    color: #ffffff;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}.our-story-2 h5::after {
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    transform-origin: left center;
    width: 50px;
    bottom: -8px;
    background: rgb(200,155,103);
}.our-story-2 h5:hover::after {
    transform: scaleX(1.5);
}.our-story-2 p {
    font-size: calc(18px * 1.2);
    color: #ffffff;
    line-height: 1.6;
    font-weight: 400;
    margin: 0 0 20px;
}.our-story-2 b {
    letter-spacing: 0.5px;
    position: relative;
    font-size: calc(18px * 1.5);
    font-weight: 700;
    color: rgb(200,155,103);
}.our-story-2 b::before {
    left: 0;
    background: linear-gradient(to right, rgb(200,155,103), transparent);
    bottom: -5px;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
}.our-story-2 ol {
    padding: 0 0 0 20px;
    margin: 20px 0 0;
    list-style-position: outside;
}.our-story-2 li {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: #ffffff;
    text-align: justify;
    margin-bottom: 15px;
}.our-story-2 .text-group-8 div:nth-child(1) {
    animation: fadeSlideIn 0.8s ease-out forwards;
}.our-story-2 .text-group-8 div:nth-child(2) {
    opacity: 0;
    animation: fadeSlideIn 0.8s 0.2s ease-out forwards;
    transform: translateY(20px);
}.our-story-2 ol {
    transform: translateY(20px);
    animation: fadeSlideIn 0.8s 0.4s ease-out forwards;
    opacity: 0;
}@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes orbitGlow {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.05);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}


.our-story-2 .container::before,
.our-story-2 .container::after {
    border-radius: 50%;
    animation: pulseDot 3s infinite alternate;
    box-shadow: 0 0 10px 2px rgb(200,155,103,0.5);
    z-index: 2;
    opacity: 0.7;
    width: 5px;
    background: rgb(200,155,103);
    position: absolute;
    height: 5px;
    pointer-events: none;
    content: "";
}.our-story-2 .container::before {
    top: -20px;
    right: 15%;
}.our-story-2 .container::after {
    bottom: 10%;
    left: 5%;
}.our-story-2 .text-group-8::before,
.our-story-2 .text-group-8::after {
    background: rgb(222,192,154);
    height: 4px;
    animation: pulseDot 4s infinite alternate-reverse;
    content: "";
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 8px 1px rgb(222,192,154,0.5);
    opacity: 0.8;
    pointer-events: none;
    width: 4px;
    z-index: 2;
}.our-story-2 .text-group-8::before {
    right: -15px;
    top: 15%;
}.our-story-2 .text-group-8::after {
    left: -10px;
    bottom: 20%;
}

@keyframes pulseDot {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 0.9;
    }
}


@media (max-width: 1200px) {.our-story-2 {
    padding: 100px 0;
}.our-story-2 .text-group-8 {
    padding: 35px 40px;
}.our-story-2 b {
    font-size: calc(18px * 1.3);
}
}

@media (max-width: 992px) {.our-story-2 {
    padding: 80px 0;
}.our-story-2 .text-group-8 {
    transform: translateZ(0) rotateY(-1deg);
    padding: 30px 35px;
}.our-story-2 h5 {
    font-size: calc(23px * 0.95);
}.our-story-2 b {
    font-size: calc(18px * 1.2);
}.our-story-2 li {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 768px) {.our-story-2 {
    padding: 60px 0;
}.our-story-2 .text-group-8 {
    padding: 25px 30px;
    transform: translateZ(0) rotateY(0deg);
}.our-story-2 h5 {
    font-size: calc(23px * 0.9);
    margin-bottom: 12px;
}.our-story-2 h5::after {
    bottom: -6px;
    width: 40px;
}.our-story-2 p {
    margin-bottom: 15px;
    font-size: 18px;
}.our-story-2 b {
    font-size: calc(18px * 1.1);
}.our-story-2 li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.our-story-2 ol {
    padding-left: 15px;
}
}

@media (max-width: 576px) {.our-story-2 {
    padding: 50px 0;
}.our-story-2 .text-group-8 {
    padding: 20px 25px;
}.our-story-2 h5 {
    margin-bottom: 10px;
    font-size: calc(23px * 0.85);
}.our-story-2 h5::after {
    width: 30px;
    bottom: -5px;
}.our-story-2 p {
    margin-bottom: 12px;
    font-size: calc(18px * 0.95);
}.our-story-2 b {
    font-size: calc(18px * 1);
}.our-story-2 li {
    text-align: left;
    font-size: calc(18px * 0.85);
    line-height: 1.5;
}.our-story-2 ol {
    padding-left: 12px;
    margin-top: 15px;
}}header {
    width: 100%;
    padding: 1rem 0;
    background: rgb(240,225,204);
    z-index: 100;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}header::before {
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    top: 0;
    background: linear-gradient(to right, 
        rgb(222,192,154,0.5) 0%, 
        transparent 20%, 
        transparent 80%, 
        rgb(200,155,103,0.5) 100%);
    left: 0;
}header .container {
    z-index: 1;
    position: relative;
    max-width: 100%;
    width: 100%;
    padding: 0 2%;
    margin: 0;
}header .top-section-9 {
    align-items: center;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    grid-template-columns: 1fr 3fr 1fr;
    display: grid;
    gap: 1rem;
}header .head-top-7 {
    padding: 0.5rem 1rem;
    justify-content: center;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    grid-area: logo;
}header .head-top-7::after {
    bottom: 0;
    width: 50%;
    transform: translateX(-50%);
    content: '';
    left: 50%;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(222,192,154), 
        rgb(200,155,103), 
        rgb(222,192,154), 
        transparent);
    position: absolute;
}header .head-top-7 svg {
    width: 160px;
    transition: all 0.3s ease;
    height: auto;
}header .head-top-7:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .nav-mainwrap-8 {
    gap: 0.5rem;
    align-items: center;
    border-radius: 25px;
    justify-content: center;
    display: flex;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    padding: 0.6rem;
    background: rgba(255, 255, 255, 0.5);
    grid-area: menu;
}header .main-nav-6 {
    position: relative;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 0.4rem 0.8rem;
    font-size: 17px;
    border-radius: 10px;
    color: #000000;
    font-weight: 400;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    text-align: center;
}header .main-nav-6:hover {
    color: #ffffff;
    box-shadow: 0 3px 8px rgb(222,192,154,0.5);
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(222,192,154), rgb(200,155,103));
}

@media (max-width: 991px) {header .head-top-7 svg {
    width: 140px;
}header .nav-mainwrap-8 {
    padding: 0.5rem;
    gap: 0.4rem;
}header .main-nav-6 {
    padding: 0.35rem 0.6rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header .top-section-9 {
    grid-template-columns: 1fr;
    grid-template-areas:
            "logo"
            "nav-mainwrap-8";
}header .head-top-7 {
    padding: 0.4rem;
}header .head-top-7 svg {
    width: 130px;
}header .nav-mainwrap-8 {
    flex-wrap: wrap;
    padding: 0.4rem;
}header .main-nav-6 {
    padding: 0.3rem 0.5rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .head-top-7 svg {
    width: 120px;
}header .nav-mainwrap-8 {
    overflow-x: auto;
    padding: 0.4rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .nav-mainwrap-8::-webkit-scrollbar {
    height: 2px;
}header .nav-mainwrap-8::-webkit-scrollbar-thumb {
    background: rgb(222,192,154);
    border-radius: 10px;
}header .main-nav-6 {
    white-space: nowrap;
    flex-shrink: 0;
}}header .top_plank {
    background: rgb(222,192,154);
    color:  #ffffff;
}header .top_plank .main-plank-8 div svg, header .top_plank .main-plank-8 div svg path {
    fill: #ffffff;
}header .top_plank .main-plank-8 div span {
    color: #ffffff;
}header .top_plank .main-plank-8 {
    line-height: 21px;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}header .top_plank .main-plank-8 div {
    display: flex;
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
}header .top_plank .main-plank-8 div img, header .top_plank .main-plank-8 div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.program-assets-6 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,225,204) 0%, rgba(245, 248, 255, 0.9) 100%);
    position: relative;
    padding: 120px 0;
}.program-assets-6::before {
    z-index: 0;
    background-image: radial-gradient(circle at 10% 10%, rgba(rgb(222,192,154,0.5), 0.05) 0%, transparent 50%),
                      radial-gradient(circle at 90% 90%, rgba(rgb(200,155,103,0.5), 0.05) 0%, transparent 50%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}.program-assets-6 .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
}.program-assets-6 .pic-cell-9 {
    transform: perspective(1000px) rotateY(-2deg);
    border: 4px solid #ffffff;
    margin-bottom: 40px;
    width: 100%;
    object-fit: cover;
    max-height: 400px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    filter: saturate(1.1) brightness(1.05);
}.program-assets-6 .knowledge-experts-3 {
    padding: 40px;
    display: flex;
    background: #ffffff;
    transform: translateY(-20px);
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}.program-assets-6 .text-group-8 {
    position: relative;
}.program-assets-6 h1 {
    color: #000000;
    line-height: 1.3;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 38px;
}.program-assets-6 h1::after {
    content: "";
    bottom: 0;
    background: rgb(222,192,154);
    transition: width 0.5s ease;
    position: absolute;
    height: 3px;
    width: 60px;
    left: 0;
}.program-assets-6 ul {
    grid-gap: 15px;
    display: grid;
    margin: 0;
    list-style: none;
    padding: 0;
    grid-template-columns: 1fr;
}.program-assets-6 li {
    transition: transform 0.3s ease;
    position: relative;
    padding-left: 36px;
}.program-assets-6 li:hover {
    transform: translateX(5px);
}.program-assets-6 li p {
    font-size: calc(18px - 1px);
    line-height: 1.6;
    color: #000000;
    display: flex;
    margin: 0;
    align-items: center;
}.program-assets-6 li svg {
    position: absolute;
    left: 0;
    height: 24px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 24px;
    top: 2px;
}.program-assets-6 li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.program-assets-6 svg path {
    fill: rgb(222,192,154);
    transition: fill 0.3s ease;
}.program-assets-6 li:hover svg path {
    fill: rgb(200,155,103);
}@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

.program-assets-6 .pic-cell-9:hover {
    transform: perspective(1000px) rotateY(0deg);
}

@media (min-width: 768px) {.program-assets-6 .container {
    flex-direction: row;
    gap: 40px;
    align-items: center;
}.program-assets-6 .pic-cell-9 {
    max-height: none;
    margin-bottom: 0;
    width: 45%;
    animation: float 6s infinite ease-in-out;
}.program-assets-6 .knowledge-experts-3 {
    width: 55%;
    padding: 50px;
    transform: translateY(0);
}.program-assets-6 h1 {
    font-size: 43px;
}.program-assets-6 h1::after {
    width: 80px;
}.program-assets-6 ul {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.program-assets-6 li {
    padding-left: 40px;
}
}

@media (min-width: 992px) {.program-assets-6 {
    padding: 150px 0;
}.program-assets-6 .container {
    gap: 60px;
}.program-assets-6 h1 {
    margin-bottom: 40px;
}.program-assets-6 h1:hover::after {
    width: 120px;
}.program-assets-6 li p {
    font-size: 18px;
}.program-assets-6 .knowledge-experts-3 {
    padding: 60px;
}
}

@media (max-width: 767px) {.program-assets-6 {
    padding: 80px 0;
}.program-assets-6 .pic-cell-9 {
    max-height: 300px;
}.program-assets-6 .knowledge-experts-3 {
    padding: 30px 25px;
}.program-assets-6 h1 {
    margin-bottom: 25px;
    font-size: calc(38px - 4px);
}.program-assets-6 li {
    margin-bottom: 15px;
}.program-assets-6 li p {
    font-size: calc(18px - 2px);
}}.privacy-refuge-4 {
    overflow: hidden;
    background: linear-gradient(120deg, rgb(240,225,204), #ffffff);
    padding: 5rem 2rem;
    position: relative;
}.privacy-refuge-4::before {
    z-index: 0;
    opacity: 0.15;
    left: 0;
    content: "";
    height: 100%;
    pointer-events: none;
    background: 
        radial-gradient(circle at 80% 20%, rgb(200,155,103,0.5) 0%, transparent 60%),
        radial-gradient(circle at 20% 80%, rgb(222,192,154,0.5) 0%, transparent 60%);
    position: absolute;
    width: 100%;
    top: 0;
}.privacy-refuge-4 .container {
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08), 
                0 5px 10px rgba(0,0,0,0.03);
    margin: 0 auto;
    transform: perspective(1000px) rotateX(1deg);
    z-index: 1;
    max-width: 1140px;
    position: relative;
    padding: 3rem;
}.privacy-refuge-4 .container::before {
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(222,192,154), rgb(200,155,103));
    left: 0;
    width: 4px;
    transform: translateX(-2px);
    height: 100%;
    content: "";
}.privacy-refuge-4 h1 {
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateX(1.5rem);
    font-weight: 700;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    color: #000000;
    font-size: 45px;
}.privacy-refuge-4 h1::after {
    width: 80px;
    height: 3px;
    content: "";
    background: rgb(222,192,154);
    transition: width 0.4s ease;
    position: absolute;
    bottom: 0;
    transform-origin: left center;
    left: 0;
}.privacy-refuge-4:hover h1::after {
    width: 120px;
}.privacy-refuge-4 h2 {
    display: inline-block;
    margin: 3rem 0 1.5rem;
    position: relative;
    font-size: 37px;
    font-family: Arial, sans-serif;
    color: rgb(200,155,103);
    padding-left: 1.5rem;
    font-weight: 600;
}.privacy-refuge-4 h2::before {
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
    content: "";
    left: 0;
    width: 8px;
    position: absolute;
    background: rgb(222,192,154);
    top: 50%;
}.privacy-refuge-4 h3 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: calc(37px * 0.85);
    font-weight: 600;
    padding-left: 1.25rem;
    margin: 2.5rem 0 1.25rem;
    position: relative;
}.privacy-refuge-4 h3::before {
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    position: absolute;
    height: 6px;
    background: rgb(200,155,103);
    left: 0;
    top: 50%;
    content: "";
}.privacy-refuge-4 h4 {
    position: relative;
    padding-left: 1rem;
    font-size: calc(37px * 0.7);
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin: 2rem 0 1rem;
}.privacy-refuge-4 h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: rgb(222,192,154);
    width: 4px;
    transform: translateY(-50%) rotate(45deg);
    height: 4px;
}.privacy-refuge-4 p {
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.8;
    position: relative;
    max-width: 90%;
    font-size: 14px;
    transform: translateZ(0);
}.privacy-refuge-4 p strong {
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 600;
}.privacy-refuge-4 p strong::after {
    bottom: -2px;
    width: 100%;
    height: 1px;
    content: "";
    background: rgb(222,192,154,0.5);
    left: 0;
    position: absolute;
}.privacy-refuge-4 ul {
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
    list-style: none;
}.privacy-refuge-4 li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    font-size: 14px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
}.privacy-refuge-4 li::before {
    left: 0;
    transform: rotate(45deg);
    content: "";
    width: 6px;
    position: absolute;
    transition: all 0.3s ease;
    top: 0.7em;
    height: 6px;
    border: 1px solid rgb(222,192,154);
}.privacy-refuge-4 li:hover::before {
    background: rgb(222,192,154);
    transform: rotate(135deg);
}.privacy-refuge-4 span {
    font-family: Arial, sans-serif;
    padding: 0.5rem 0 0.5rem 1rem;
    border-left: 2px solid rgb(200,155,103,0.5);
    display: block;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
    margin-bottom: 1.5rem;
}

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

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

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

@media (max-width: 480px) {.privacy-refuge-4 {
    padding: 2rem 0.75rem;
}.privacy-refuge-4 .container {
    padding: 1.75rem 1.25rem;
    transform: none;
}.privacy-refuge-4 .container::before {
    width: 3px;
}.privacy-refuge-4 h1 {
    font-size: calc(45px * 0.75);
    margin-bottom: 1.5rem;
}.privacy-refuge-4 h2 {
    padding-left: 1.25rem;
    font-size: calc(37px * 0.8);
}.privacy-refuge-4 h3, .privacy-refuge-4 h4 {
    padding-left: 1rem;
}.privacy-refuge-4 p, .privacy-refuge-4 li, .privacy-refuge-4 span {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.privacy-refuge-4 ul {
    padding-left: 0.75rem;
}.privacy-refuge-4 li {
    padding-left: 1.25rem;
}}.course-program-details-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: rgb(200,155,103);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}.course-program-details-2 .program-track-0 {
    top: 0;
    overflow: hidden;
    width: 50%;
    right: 0;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    height: 100%;
}.course-program-details-2 .education-flow-6 {
    height: 400%;
    flex-direction: column;
    animation: verticalScroll 25s ease-in-out infinite alternate;
    display: flex;
    width: 100%;
}.course-program-details-2 .program-track-0:hover .education-flow-6 {
    animation-play-state: paused;
}.course-program-details-2 .career-learn-9 {
    transform: scale(1.1);
    transition: transform 0.5s ease;
    height: 25%;
    position: relative;
    width: 100%;
}.course-program-details-2 .career-learn-9::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(to right, #000000 0%, transparent 50%);
    z-index: 1;
}.course-program-details-2 .career-learn-9 img {
    width: 100%;
    object-fit: cover;
    filter: saturate(0.8) contrast(1.2);
    transition: filter 0.5s ease;
    height: 100%;
}.course-program-details-2 .career-learn-9:hover img {
    filter: saturate(1.2) contrast(1.3);
}@keyframes verticalScroll {
    0%, 5% {
        transform: translateY(0);
    }
    23%, 28% {
        transform: translateY(-25%);
    }
    48%, 53% {
        transform: translateY(-50%);
    }
    73%, 78% {
        transform: translateY(-75%);
    }
    95%, 100% {
        transform: translateY(-75%);
    }
}

.course-program-details-2 .container {
    display: flex;
    position: relative;
    z-index: 5;
    height: 100%;
    align-items: center;
    grid-column: 1;
}.course-program-details-2 .knowledge-experts-3 {
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
}.course-program-details-2 .program-route-0 {
    padding: 4rem 3rem;
    background: transparent;
    position: relative;
    border-left: 4px solid rgb(222,192,154);
}.course-program-details-2 .program-route-0::before {
    position: absolute;
    z-index: -1;
    content: "";
    background: rgb(222,192,154,0.5);
    top: 0;
    transition: width 0.6s ease;
    height: 100%;
    left: 0;
    width: 0;
}.course-program-details-2 .program-route-0:hover::before {
    width: 100%;
}.course-program-details-2 .program-route-0::after {
    top: 50%;
    height: 40px;
    background: rgb(222,192,154);
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    left: -20px;
    width: 40px;
    content: "";
}.course-program-details-2 .program-route-0 h3 {
    font-size: 44px;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}.course-program-details-2 .program-route-0 span > * {
    transform: skewX(15deg);
    display: inline-block;
}.course-program-details-2 .program-route-0 p {
    margin-bottom: 2.5rem;
    padding-left: 1rem;
    line-height: 1.8;
    font-size: 18px;
    border-left: 2px solid rgb(200,155,103);
    color: #ffffff;
    position: relative;
}.course-program-details-2 .program-route-0 .contact-inquiry-5 {
    font-size: 18px;
    position: relative;
    letter-spacing: 1px;
    border: 2px solid rgb(222,192,154);
    color: #ffffff;
    transition: color 0.3s ease;
    text-transform: uppercase;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    font-weight: 700;
    text-decoration: none;
    padding: 1rem 2.5rem;
    background: transparent;
}.course-program-details-2 .program-route-0 .contact-inquiry-5::before {
    content: "";
    background: rgb(222,192,154);
    width: 0;
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
}.course-program-details-2 .program-route-0 .contact-inquiry-5:hover {
    color: #000000;
}.course-program-details-2 .program-route-0 .contact-inquiry-5:hover::before {
    width: 100%;
}

@media screen and (max-width: 1200px) {.course-program-details-2 .program-route-0 h3 {
    font-size: calc(44px * 0.85);
}.course-program-details-2 .knowledge-experts-3 {
    padding-right: 0;
    padding-left: 5%;
}
}

@media screen and (max-width: 992px) {.course-program-details-2 {
    grid-template-rows: 40vh 1fr;
    grid-template-columns: 1fr;
}.course-program-details-2 .program-track-0 {
    width: 100%;
    height: 40vh;
    position: relative;
    clip-path: none;
}.course-program-details-2 .education-flow-6 {
    flex-direction: row;
    height: 100%;
    animation: horizontalScroll 25s ease-in-out infinite alternate;
    width: 400%;
}.course-program-details-2 .career-learn-9 {
    height: 100%;
    width: 25%;
}.course-program-details-2 .career-learn-9::after {
    background: linear-gradient(to bottom, #000000 0%, transparent 50%);
}.course-program-details-2 .container {
    grid-column: auto;
    padding: 3rem 0;
    grid-row: 2;
}.course-program-details-2 .knowledge-experts-3 {
    padding: 0 5%;
}
    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        23%, 28% {
            transform: translateX(-25%);
        }
        48%, 53% {
            transform: translateX(-50%);
        }
        73%, 78% {
            transform: translateX(-75%);
        }
        95%, 100% {
            transform: translateX(-75%);
        }
    }
}

@media screen and (max-width: 768px) {.course-program-details-2 .program-route-0 {
    padding: 3rem 1.5rem;
}.course-program-details-2 .program-route-0 h3 {
    font-size: 38px;
    margin-bottom: 1.5rem;
}.course-program-details-2 .program-route-0::after {
    left: -15px;
    height: 30px;
    width: 30px;
}
}

@media screen and (max-width: 480px) {.course-program-details-2 {
    grid-template-rows: 30vh 1fr;
}.course-program-details-2 .program-track-0 {
    height: 30vh;
}.course-program-details-2 .education-flow-6 {
    width: 300%;
    animation-duration: 20s;
}.course-program-details-2 .career-learn-9 {
    width: 33.333%;
}.course-program-details-2 .program-route-0 {
    border-left-width: 3px;
    padding: 2rem 1rem;
}.course-program-details-2 .program-route-0 h3 {
    letter-spacing: 1px;
    font-size: calc(38px * 0.9);
}.course-program-details-2 .program-route-0 p {
    font-size: calc(18px * 0.9);
    padding-left: 0.5rem;
}.course-program-details-2 .program-route-0 .contact-inquiry-5 {
    text-align: center;
    padding: 0.8rem 1.5rem;
    display: block;
    font-size: calc(18px * 0.9);
}.course-program-details-2 .program-route-0::after {
    width: 20px;
    left: -10px;
    height: 20px;
}
    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        30%, 35% {
            transform: translateX(-33.333%);
        }
        60%, 65% {
            transform: translateX(-66.666%);
        }
        95%, 100% {
            transform: translateX(-66.666%);
        }
    }
}