﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    scroll-behavior: auto;
    width: 8px;
    background: rgb(220,185,185);
    height: 3px;
}::-webkit-scrollbar-track {
    margin: 1px 0;
    background: rgb(239,217,217);
}::-webkit-scrollbar-thumb {
    min-height: 25px;
    background: linear-gradient(169deg, rgb(255, 255, 255, 0.5) 23%, rgb(220,185,185,0.5) 99%, rgb(239,217,217) 20%);
    transition: all, border-radius, transform 3.7s ease-in;
    border-radius: 9%;
}::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(145deg, rgb(255, 255, 255, 0.5) 17%, rgb(197,154,154) 60%, rgb(197,154,154,0.5) 31%, rgb(220,185,185) 22%);
    border-color: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(197,154,154);
    transform: translateY(1px);
}::-webkit-scrollbar-corner {
    background: rgb(197,154,154);
}* {
    scrollbar-color: rgb(197,154,154) rgb(239,217,217);
    scrollbar-width: auto;
}.mod-tools-16 {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    auto
contain
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    width: 1178px;
    max-width: 100%;
}.wrapper-capsule-70 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.header-navbar-61 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-structure-43 {
    background: linear-gradient(135deg, rgb(197,154,154,0.5), rgb(239,217,217));
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.course-structure-43::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0.07;
    background: repeating-linear-gradient(
    45deg,
    rgb(220,185,185,0.5) 0px,
    transparent 1px,
    transparent 10px,
    rgb(220,185,185,0.5) 11px
  );
    width: 100%;
}.course-structure-43 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}.course-structure-43 .skill-map-89 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex-direction: column;
    transform: perspective(1000px) rotateY(-1deg);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.course-structure-43 .skill-map-89:hover {
    transform: perspective(1000px) rotateY(0);
}.course-structure-43 .post-image-39 {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    height: 350px;
}.course-structure-43 .post-image-39::after {
    background: linear-gradient(to bottom, 
    transparent 50%, 
    rgb(220,185,185,0.5) 100%
  );
    content: "";
    inset: 0;
    position: absolute;
}.course-structure-43 .text-inner-97 {
    position: relative;
    padding: 2.5rem 2.5rem 3rem;
    background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(245, 248, 255, 0.9) 100%
  );
}.course-structure-43 h3 {
    transform: translateY(0);
    color: #000000;
    font-size: calc(23px * 1.1);
    transition: transform 0.3s ease;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.course-structure-43 h3::after {
    transform: scaleX(0.7);
    left: 0;
    content: "";
    width: 60px;
    transform-origin: left;
    position: absolute;
    height: 3px;
    bottom: -0.5rem;
    background: rgb(220,185,185);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.course-structure-43 .skill-map-89:hover h3::after {
    transform: scaleX(1);
}.course-structure-43 p.description {
    padding-right: 1rem;
    color: #000000;
    max-height: 250px;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    overflow-y: auto;
}.course-structure-43 p.description::-webkit-scrollbar {
    width: 4px;
}.course-structure-43 p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.course-structure-43 p.description::-webkit-scrollbar-thumb {
    background: rgb(220,185,185,0.5);
    border-radius: 10px;
}.course-structure-43 span.description {
    display: none;
}.course-structure-43 .text-inner-97::before {
    top: -30px;
    transform: rotate(45deg);
    background: rgb(220,185,185);
    position: absolute;
    content: "";
    height: 60px;
    z-index: 3;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    right: 30px;
    opacity: 0.9;
    width: 60px;
}.course-structure-43 .skill-map-89:hover .text-inner-97::before {
    transform: rotate(225deg);
}

@media (min-width: 768px) {.course-structure-43 .skill-map-89 {
    height: 550px;
    flex-direction: row;
    align-items: stretch;
}.course-structure-43 .post-image-39 {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    width: 50%;
    height: auto;
}.course-structure-43 .text-inner-97 {
    display: flex;
    padding: 3rem;
    flex-direction: column;
    width: 50%;
    justify-content: center;
}.course-structure-43 h3 {
    font-size: calc(23px * 1.2);
    margin-bottom: 2rem;
}.course-structure-43 p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course-structure-43 .skill-map-89 {
    height: 600px;
}.course-structure-43 h3 {
    font-size: calc(31px * 0.75);
}.course-structure-43 .text-inner-97 {
    padding: 4rem;
}.course-structure-43 p.description {
    max-height: 380px;
    line-height: 1.75;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.course-structure-43 {
    padding: 4rem 0;
}.course-structure-43 .container {
    padding: 0 1.5rem;
}.course-structure-43 .skill-map-89 {
    transform: none;
}.course-structure-43 .post-image-39 {
    height: 250px;
}.course-structure-43 .text-inner-97 {
    padding: 2rem;
}.course-structure-43 h3 {
    margin-bottom: 1rem;
    font-size: calc(23px * 0.95);
}.course-structure-43 p.description {
    line-height: 1.6;
    max-height: 300px;
    font-size: calc(13px * 0.95);
}
}

@media (hover: none) {.course-structure-43 .skill-map-89,
  .course-structure-43 .skill-map-89:hover {
    transform: none;
}.course-structure-43 h3::after {
    transform: scaleX(1);
}.course-structure-43 .text-inner-97::before,
  .course-structure-43 .skill-map-89:hover .text-inner-97::before {
    transform: rotate(45deg);
}
}

@media (prefers-reduced-motion) {.course-structure-43 .skill-map-89,
  .course-structure-43 h3::after,
  .course-structure-43 .text-inner-97::before {
    transition: none;
}}.teaching-process-64 {
    background: linear-gradient(150deg, rgb(239,217,217) 0%, rgb(197,154,154,0.5) 100%);
    position: relative;
    padding: 170px 0 130px;
    overflow: visible;
}.teaching-process-64::before {
    background-image: linear-gradient(45deg, rgb(220,185,185,0.5) 25%, transparent 25%, transparent 75%, rgb(220,185,185,0.5) 75%);
    content: '';
    height: 100%;
    background-size: 100px 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.03;
    width: 100%;
}.teaching-process-64 .skill-learn-34 {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.teaching-process-64 .text-inner-97 {
    align-items: flex-start;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}.teaching-process-64 .text-inner-97 h2 {
    border-radius: 11px 11px 0 0;
    background: linear-gradient(135deg, rgb(220,185,185,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    position: relative;
    z-index: 4;
    width: 45%;
    backdrop-filter: blur(10px);
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    font-size: 32px;
    padding: 35px 40px;
}.teaching-process-64 .text-inner-97 p {
    border-radius: 0 0 11px 11px;
    margin-top: -20px;
    z-index: 3;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    align-self: flex-end;
    position: relative;
    line-height: 1.8;
    color: #ffffff;
    font-size: 12px;
    width: 65%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    padding: 45px 50px;
}.teaching-process-64 .text-inner-97::before {
    border-top: 40px solid rgb(220,185,185);
    content: '';
    right: 35%;
    width: 0;
    z-index: 5;
    border-left: 30px solid transparent;
    opacity: 0.3;
    top: 0;
    border-right: 30px solid transparent;
    height: 0;
    position: absolute;
}.teaching-process-64 .text-inner-97::after {
    border-right: 30px solid transparent;
    border-bottom: 40px solid rgb(197,154,154);
    width: 0;
    bottom: 0;
    left: 35%;
    position: absolute;
    border-left: 30px solid transparent;
    content: '';
    z-index: 5;
    height: 0;
    opacity: 0.3;
}.teaching-process-64 .text-inner-97 h2::before {
    width: 100%;
    left: 0;
    height: 5px;
    position: absolute;
    content: '';
    opacity: 0.5;
    bottom: 0;
    background: linear-gradient(90deg, rgb(220,185,185), transparent);
}.teaching-process-64 .text-inner-97 h2::after {
    content: '';
    height: 100%;
    background: linear-gradient(to right, rgb(220,185,185,0.5), transparent);
    top: 0;
    opacity: 0.3;
    right: -30px;
    z-index: -1;
    position: absolute;
    width: 30px;
}.teaching-process-64 .text-inner-97 p::before {
    height: 5px;
    content: '';
    opacity: 0.5;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(197,154,154));
    left: 0;
    width: 100%;
}.teaching-process-64 .text-inner-97 p::after {
    opacity: 0.3;
    position: absolute;
    z-index: -1;
    width: 30px;
    top: 0;
    height: 100%;
    left: -30px;
    background: linear-gradient(to left, rgb(197,154,154,0.5), transparent);
    content: '';
}.teaching-process-64::after {
    position: absolute;
    bottom: 50px;
    background: linear-gradient(90deg, transparent, rgb(220,185,185));
    opacity: 0.3;
    z-index: 1;
    right: 0;
    height: 1px;
    content: '';
    width: 400px;
}.teaching-process-64 .skill-learn-34::before {
    z-index: 1;
    top: 50px;
    width: 400px;
    content: '';
    left: 0;
    height: 1px;
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(90deg, rgb(197,154,154), transparent);
}.teaching-process-64 .skill-learn-34::after {
    height: 100px;
    top: -50px;
    width: 100px;
    background: rgb(220,185,185);
    opacity: 0.05;
    transform: translateX(-50%);
    animation: pulse-subtle 10s infinite alternate;
    position: absolute;
    content: '';
    filter: blur(50px);
    left: 50%;
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: translateX(-50%) scale(1.3);
    }
}

@media screen and (max-width: 1200px) {.teaching-process-64 .text-inner-97 h2 {
    width: 55%;
}.teaching-process-64 .text-inner-97 p {
    width: 70%;
}.teaching-process-64 .text-inner-97::before {
    right: 30%;
}.teaching-process-64 .text-inner-97::after {
    left: 30%;
}
}

@media screen and (max-width: 992px) {.teaching-process-64 {
    padding: 140px 0 110px;
}.teaching-process-64 .text-inner-97 h2 {
    padding: 30px 35px;
    width: 65%;
}.teaching-process-64 .text-inner-97 p {
    padding: 35px 40px;
    width: 75%;
}.teaching-process-64 .text-inner-97::before {
    border-top: 35px solid rgb(220,185,185);
    right: 25%;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}.teaching-process-64 .text-inner-97::after {
    border-left: 25px solid transparent;
    border-bottom: 35px solid rgb(197,154,154);
    left: 25%;
    border-right: 25px solid transparent;
}.teaching-process-64::after {
    width: 300px;
}.teaching-process-64 .skill-learn-34::before {
    width: 300px;
}
}

@media screen and (max-width: 768px) {.teaching-process-64 {
    padding: 120px 0 90px;
    overflow: hidden;
}.teaching-process-64 .text-inner-97 {
    align-items: center;
}.teaching-process-64 .text-inner-97 h2 {
    border-radius: 11px 11px 11px 11px;
    margin-bottom: 20px;
    width: 90%;
    font-size: calc(32px * 0.9);
}.teaching-process-64 .text-inner-97 p {
    margin-top: 0;
    width: 90%;
    border-radius: 11px 11px 11px 11px;
}.teaching-process-64 .text-inner-97::before,
    .teaching-process-64 .text-inner-97::after,
    .teaching-process-64::after,
    .teaching-process-64 .skill-learn-34::before,
    .teaching-process-64 .skill-learn-34::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.teaching-process-64 {
    padding: 100px 0 80px;
}.teaching-process-64 .text-inner-97 h2 {
    padding: 25px;
    font-size: calc(32px * 0.8);
    width: 100%;
}.teaching-process-64 .text-inner-97 p {
    padding: 25px;
    width: 100%;
    font-size: calc(12px * 0.9);
}}.plan-shelf-01 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.plan-shelf-01::before {
    position: absolute;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(220,185,185,0.5), rgba(0, 0, 0, 0.5) 90%);
    left: 0;
    height: 100%;
    top: 0;
    content: "";
}.plan-shelf-01 .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.plan-shelf-01 .program-rate-39 {
    position: relative;
}.plan-shelf-01 h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: #ffffff;
    position: relative;
    margin-bottom: 20px;
}.plan-shelf-01 h2::after {
    background: rgb(197,154,154);
    bottom: -15px;
    height: 3px;
    content: "";
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
}.plan-shelf-01 .cost-deals-47 {
    text-align: center;
    margin: 30px auto 50px;
    font-size: 17px;
    line-height: 1.6;
    max-width: 700px;
    color: #ffffff;
}.plan-shelf-01 .enroll-cost-06 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    gap: 30px;
    display: grid;
    margin: 0;
}.plan-shelf-01 .enroll-cost-06 li {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.plan-shelf-01 .enroll-cost-06 li:hover {
    transform: translateY(-10px);
}.plan-shelf-01 .package-price-82 {
    height: 100%;
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}.plan-shelf-01 .cost-schemes-47 {
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    border-left: 3px solid rgb(197,154,154);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    padding: 40px 30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 100%;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}.plan-shelf-01 .cost-schemes-47::before {
    width: 100%;
    top: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    height: 100%;
    opacity: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(220,185,185,0.5), transparent);
}.plan-shelf-01 .package-price-82:hover .cost-schemes-47::before {
    opacity: 0.15;
}.plan-shelf-01 .cost-schemes-47::after {
    content: "";
    border-radius: 50%;
    right: -30px;
    position: absolute;
    top: -30px;
    transition: transform 0.5s ease;
    z-index: -1;
    opacity: 0.1;
    width: 100px;
    height: 100px;
    background: rgb(197,154,154);
}.plan-shelf-01 .package-price-82:hover .cost-schemes-47::after {
    transform: scale(1.2);
}.plan-shelf-01 .tuition-grid-59 {
    display: flex;
    height: 100%;
    flex-direction: column;
    z-index: 2;
    position: relative;
}.plan-shelf-01 .tuition-grid-59 h4 {
    display: inline-block;
    font-size: 22px;
    position: relative;
    color: #ffffff;
    padding-bottom: 12px;
    font-weight: 600;
    margin: 0 0 20px;
}.plan-shelf-01 .tuition-grid-59 h4::after {
    content: "";
    height: 2px;
    background: rgb(197,154,154);
    width: 40px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    bottom: 0;
}.plan-shelf-01 .package-price-82:hover .tuition-grid-59 h4::after {
    width: 60px;
}.plan-shelf-01 .tuition-grid-59 p {
    color: #ffffff;
    font-size: calc(17px - 2px);
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    flex-grow: 1;
    opacity: 0.85;
    margin: 0 0 25px;
}.plan-shelf-01 .fee-package-63 {
    position: relative;
    padding: 15px 0 0;
    font-weight: 700;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #ffffff;
    margin-top: auto;
    display: block;
    font-size: calc(22px + 4px);
}.plan-shelf-01 .fee-package-63::before {
    top: -1px;
    height: 1px;
    position: absolute;
    left: 0;
    background: rgb(197,154,154);
    content: "";
    width: 30%;
}

@media (min-width: 992px) {.plan-shelf-01 .enroll-cost-06 {
    grid-template-columns: repeat(4, 1fr);
}.plan-shelf-01 .cost-schemes-47 {
    padding: 35px 25px;
}.plan-shelf-01 h2 {
    font-size: calc(36px + 4px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.plan-shelf-01 .enroll-cost-06 {
    grid-template-columns: repeat(2, 1fr);
}.plan-shelf-01 {
    padding: 100px 0;
}
}

@media (max-width: 767px) {.plan-shelf-01 {
    padding: 80px 0;
}.plan-shelf-01 .enroll-cost-06 {
    grid-template-columns: 1fr;
}.plan-shelf-01 h2 {
    font-size: calc(36px - 2px);
}.plan-shelf-01 .cost-deals-47 {
    margin-bottom: 30px;
    font-size: calc(17px - 1px);
}.plan-shelf-01 .tuition-grid-59 p {
    padding-right: 10px;
    font-size: calc(17px - 3px);
    max-height: 300px;
    overflow-y: auto;
}.plan-shelf-01 .tuition-grid-59 p::-webkit-scrollbar {
    width: 3px;
}.plan-shelf-01 .tuition-grid-59 p::-webkit-scrollbar-thumb {
    background: rgb(197,154,154);
}
}

@media (max-width: 480px) {.plan-shelf-01 .cost-schemes-47 {
    padding: 30px 20px;
}.plan-shelf-01 h2 {
    font-size: calc(36px - 4px);
}.plan-shelf-01 .fee-package-63 {
    font-size: calc(22px + 2px);
}}.cookie-window-overlay-41 {
    width: 90%;
    flex-direction: column;
    max-width: 600px;
    position: fixed;
    overflow: hidden;
    z-index: 1050;
    align-items: center;
    border-radius: 12px;
    left: 50%;
    bottom: 20px;
    text-align: center;
    display: flex;
    font-family: Arial, sans-serif;
    padding: 20px;
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    background: rgb(239,217,217);
}.cookie-frame-35 {
    display: flex;
    flex-direction: column;
    z-index: 1;
    align-items: center;
}.digital-tracking-27 {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.digital-tracking-27 svg, .digital-tracking-27 svg path, .digital-tracking-27 img {
    height: 80px;
    width: 80px;
    fill: rgb(220,185,185);
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookie-window-overlay-41 h5 {
    font-weight: 700;
    color: rgb(220,185,185);
    margin-bottom: 10px;
    font-size: 20px;
}.cookie-window-overlay-41 p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 13px;
}.online-tracking-32 {
    padding: 10px 20px;
    margin: 5px;
    color: #ffffff;
    font-size: 16px;
    width: calc(50% - 10px);
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    text-decoration: none;
    background: rgb(220,185,185);
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}.online-tracking-32:hover {
    background: rgb(197,154,154);
    transform: translateY(-3px);
}.cookie_button.user-safety-84 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.user-safety-84:hover {
    background: rgb(197,154,154,0.5);
}.cookie-window-overlay-41 p a {
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
    color: rgb(220,185,185);
}.cookie-window-overlay-41 p a:hover {
    color: rgb(197,154,154);
}
@media only screen and (max-width: 600px) {.cookie-window-overlay-41 {
    transform: none;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0;
}.cookie-frame-35 {
    padding: 15px;
}.digital-tracking-27 svg {
    width: 50px;
    height: 50px;
}.cookie-window-overlay-41 h5 {
    font-size: calc(20px - 2px);
}.cookie-window-overlay-41 p {
    font-size: calc(13px - 2px);
}.online-tracking-32 {
    width: calc(100% - 10px);
    font-size: calc(16px - 2px);
    padding: 8px 16px;
}}
#cookiePreferenceBox-67 {
    display: none;
}#cookiePreferenceBox-67:checked ~ .cookie-window-overlay-41 {
    visibility: hidden;
    opacity: 0;
}.about-this-94 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(239,217,217) 0%, rgba(245, 245, 250, 1) 100%);
}.about-this-94::before {
    width: 40%;
    opacity: 0.07;
    top: -10%;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(120deg, rgb(220,185,185,0.5) 0%, transparent 80%);
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    right: -5%;
}.about-this-94::after {
    z-index: 1;
    transform: rotate(10deg) skewX(-10deg);
    left: -5%;
    position: absolute;
    content: "";
    background: linear-gradient(240deg, rgb(197,154,154,0.5) 0%, transparent 80%);
    height: 60%;
    opacity: 0.05;
    bottom: -10%;
    width: 50%;
}.about-this-94 .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.about-this-94 h1 {
    color: #000000;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
    transform: translateZ(0);
    font-size: 40px;
}.about-this-94 h1::after {
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(220,185,185) 0%, rgb(197,154,154) 100%);
    position: absolute;
    bottom: -15px;
    height: 4px;
    transform: translateX(-50%);
    content: "";
    border-radius: 2px;
}.about-this-94 .expert-learnings-08 {
    position: relative;
}.about-this-94 .expert-learnings-08 ul {
    grid-template-columns: 1fr;
    display: grid;
    margin: 0;
    gap: 50px;
    padding: 0;
    list-style: none;
}.about-this-94 .founder-vision-40 {
    padding: 40px 35px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(0);
}.about-this-94 .founder-vision-40::before {
    width: 4px;
    background: linear-gradient(to bottom, rgb(220,185,185), rgb(197,154,154));
    content: "";
    left: 0;
    opacity: 0.8;
    height: 100%;
    position: absolute;
    top: 0;
}.about-this-94 .founder-vision-40:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 10px 20px rgba(0, 0, 0, 0.05);
}.about-this-94 .founder-vision-40 h4 {
    color: #000000;
    font-size: 18px;
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}.about-this-94 .founder-vision-40 h4::after {
    background: linear-gradient(90deg, rgb(220,185,185,0.5) 0%, transparent 100%);
    width: 100%;
    transition: transform 0.4s ease;
    transform: scaleX(0.3);
    bottom: -8px;
    position: absolute;
    height: 2px;
    transform-origin: left;
    content: "";
    left: 0;
}.about-this-94 .founder-vision-40:hover h4::after {
    transform: scaleX(1);
}.about-this-94 .founder-vision-40 div {
    font-weight: 400;
    opacity: 0.9;
    color: #000000;
    overflow-y: auto;
    line-height: 1.8;
    padding-right: 15px;
    max-height: 300px;
    font-size: 16px;
}.about-this-94 .founder-vision-40 div::-webkit-scrollbar {
    width: 4px;
}.about-this-94 .founder-vision-40 div::-webkit-scrollbar-track {
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.03);
}.about-this-94 .founder-vision-40 div::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgb(220,185,185,0.5);
}.about-this-94 .founder-vision-40:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(30px);
    opacity: 0;
}.about-this-94 .founder-vision-40:nth-child(1) {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
}

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

@media (min-width: 768px) {.about-this-94 .expert-learnings-08 ul {
    grid-template-columns: 1fr 1fr;
}.about-this-94 h1 {
    margin-bottom: 70px;
    font-size: calc(40px * 1.1);
}.about-this-94 h1::after {
    width: 100px;
}.about-this-94 .founder-vision-40 {
    padding: 45px 40px;
}.about-this-94 .founder-vision-40 div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.about-this-94 {
    padding: 120px 0;
}.about-this-94 .container {
    padding: 0 40px;
}.about-this-94 h1 {
    font-size: calc(40px * 1.2);
    margin-bottom: 80px;
}.about-this-94 h1::after {
    bottom: -20px;
    height: 5px;
    width: 120px;
}.about-this-94 .founder-vision-40 {
    padding: 50px 45px;
}.about-this-94 .founder-vision-40::before {
    width: 5px;
}.about-this-94 .founder-vision-40 h4 {
    font-size: calc(18px * 1.1);
    margin-bottom: 25px;
}
}

@media (max-width: 767px) {.about-this-94 {
    padding: 70px 0;
}.about-this-94 h1 {
    font-size: calc(40px * 0.9);
    margin-bottom: 40px;
}.about-this-94 h1::after {
    width: 60px;
    bottom: -10px;
    height: 3px;
}.about-this-94 .founder-vision-40 {
    padding: 30px 25px;
}.about-this-94 .founder-vision-40 h4 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.about-this-94 .founder-vision-40 div {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
    max-height: 250px;
}}footer {
    position: relative;
    width: 100%;
}footer .mod-tools-16 {
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    background: linear-gradient(135deg, rgb(220,185,185), rgb(197,154,154));
    position: relative;
    color: #ffffff;
}footer .mod-tools-16::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    left: 0;
    content: "";
}footer .volunteer-09 {
    position: relative;
    z-index: 1;
}footer .contact-ask-03 {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}footer .info_item {
    padding: 20px;
    border-radius: 50%;
    position: relative;
    display: flex;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    justify-content: center;
    height: 220px;
    z-index: 1;
    background-color: rgb(220,185,185,0.5);
    flex: 0 1 220px;
    backdrop-filter: blur(5px);
    align-items: center;
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    transform: scale(1.05) translateY(0);
    background-color: rgb(197,154,154,0.5);
    z-index: 2;
}footer .info_item svg {
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    margin-right: 10px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    max-width: 80%;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    display: flex;
    gap: 30px;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}footer .nav-mentor-32, footer .nav-core-36, footer .subscribe_holder {
    padding: 30px;
    transition: all 0.3s ease;
    border-radius: 13px;
    align-items: center;
    background-color: rgb(220,185,185,0.5);
    display: flex;
    flex: 1 1 300px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 400px;
    text-align: center;
    flex-direction: column;
    backdrop-filter: blur(5px);
}footer .nav-mentor-32:hover, footer .nav-core-36:hover, footer .subscribe_holder:hover {
    background-color: rgb(197,154,154,0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}footer .nav-mentor-32::before, footer .nav-core-36::before, footer .subscribe_holder::before {
    z-index: -1;
    width: 150px;
    content: "";
    opacity: 0.1;
    height: 150px;
    position: absolute;
    border-radius: 50%;
}footer .nav-mentor-32::before {
    top: -50px;
    left: -50px;
    background-color: rgb(220,185,185);
}footer .nav-core-36::before {
    background-color: rgb(197,154,154);
    bottom: -50px;
    right: -50px;
}footer .subscribe_holder::before {
    left: -50px;
    background-color: rgb(220,185,185);
    bottom: -50px;
}footer .nav-mentor-32 svg {
    width: auto;
    margin-bottom: 20px;
    height: 50px;
    filter: brightness(0) invert(1);
}footer .a11y-tools-15 {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    max-width: 300px;
    font-size: 12px;
}footer .nav-core-36 h5, footer .subscribe_holder h5 {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 600;
}footer .nav-core-36 h5::after, footer .subscribe_holder h5::after {
    transition: width 0.3s ease;
    bottom: -8px;
    position: absolute;
    left: 50%;
    content: "";
    background-color: #ffffff;
    transform: translateX(-50%);
    height: 2px;
    width: 40px;
}footer .nav-core-36:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .page-head-02 {
    max-width: 300px;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}footer .page-head-02 a {
    transition: all 0.3s ease;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 10px;
    padding: 8px 15px;
    background-color: rgb(220,185,185,0.5);
}footer .page-head-02 a:hover {
    transform: translateY(-3px);
    background-color: rgb(197,154,154,0.5);
}footer .subscribe_holder p {
    max-width: 300px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    max-width: 300px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    padding: 15px 20px;
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 15px;
    text-align: center;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(220,185,185,0.5);
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .news-container-50 {
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    background-color: rgb(220,185,185);
    border: none;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
}footer .news-container-50:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(197,154,154);
}footer .stats-tool-59 {
    position: relative;
    text-align: center;
    margin-top: 60px;
}footer .student-aid-35 {
    border-radius: 10px;
    display: inline-block;
    padding: 8px 20px;
    background-color: rgb(220,185,185,0.5);
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    backdrop-filter: blur(5px);
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    height: 180px;
    flex: 0 1 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .mod-tools-16 {
    padding: 60px 0 30px;
}footer .contact-ask-03 {
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    flex: 0 1 100px;
    height: 100px;
    padding: 15px;
}footer .nav-mentor-32, footer .nav-core-36, footer .subscribe_holder {
    padding: 25px 20px;
}footer .stats-tool-59 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .mod-tools-16 {
    padding: 50px 0 20px;
}footer .info_item {
    flex: 0 1 90px;
    height: 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(15px - 1px);
}footer .nav-core-36 h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .page-head-02 a {
    font-size: calc(15px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .news-container-50 {
    padding: 12px 15px;
}footer .student-aid-35 {
    padding: 6px 15px;
}}header {
    position: relative;
    padding: 1.2rem 0;
    background: rgb(239,217,217);
    z-index: 100;
}header::before {
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    opacity: 0.5;
    background: linear-gradient(135deg, 
        rgb(220,185,185,0.5) 0%, 
        transparent 50%, 
        rgb(197,154,154,0.5) 100%);
}header .container {
    z-index: 1;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}header .first-expert-75 {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    display: flex;
    padding: 1rem;
    gap: 1rem;
    border-radius: 14px;
    background: #ffffff;
    align-items: center;
}header .nav-mainwrap-46 {
    justify-content: center;
    position: relative;
    text-decoration: none;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    display: flex;
}header .nav-mainwrap-46::before {
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        rgb(220,185,185,0.5), 
        rgb(197,154,154,0.5), 
        rgb(220,185,185,0.5), 
        transparent);
    width: 100%;
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
}header .nav-mainwrap-46 svg {
    transition: all 0.3s ease;
    width: 160px;
    height: auto;
}header .nav-mainwrap-46:hover svg {
    filter: drop-shadow(0 2px 4px rgb(220,185,185,0.5));
    transform: translateY(-2px);
}header .nav-core-36 {
    width: 100%;
    justify-content: center;
    background: rgb(239,217,217);
    display: flex;
    border-radius: 10px;
    gap: 0.4rem;
    padding: 0.6rem;
    flex-wrap: wrap;
}header .top-skill-04 {
    overflow: hidden;
    font-weight: 400;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    font-size: 17px;
    text-decoration: none;
    z-index: 1;
    padding: 0.5rem 1rem;
}header .top-skill-04::before {
    width: 100%;
    z-index: -1;
    height: 100%;
    transition: opacity 0.3s ease;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(220,185,185), rgb(197,154,154));
    content: '';
    opacity: 0;
    top: 0;
}header .top-skill-04:hover {
    color: #ffffff;
}header .top-skill-04:hover::before {
    opacity: 1;
}header .top-skill-04::after {
    background: linear-gradient(to right, rgb(220,185,185), rgb(197,154,154));
    transform: scaleX(0);
    transform-origin: left;
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    transition: transform 0.3s ease;
    height: 2px;
    width: 100%;
}header .top-skill-04:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .first-expert-75 {
    padding: 0.8rem;
    gap: 0.8rem;
}header .nav-mainwrap-46 svg {
    width: 140px;
}header .nav-core-36 {
    padding: 0.5rem;
}header .top-skill-04 {
    padding: 0.4rem 0.8rem;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .first-expert-75 {
    gap: 0.7rem;
    padding: 0.7rem;
}header .nav-mainwrap-46 svg {
    width: 120px;
}header .nav-core-36 {
    padding: 0.4rem;
    gap: 0.3rem;
}header .top-skill-04 {
    padding: 0.3rem 0.7rem;
    font-size: calc(17px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .first-expert-75 {
    padding: 0.6rem;
    gap: 0.6rem;
}header .nav-mainwrap-46 svg {
    width: 110px;
}header .nav-core-36 {
    overflow-x: auto;
    padding: 0.4rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .nav-core-36::-webkit-scrollbar {
    height: 2px;
}header .nav-core-36::-webkit-scrollbar-thumb {
    background: rgb(220,185,185);
    border-radius: 10px;
}header .top-skill-04 {
    white-space: nowrap;
    flex-shrink: 0;
}}.future-learners-27 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(150deg, rgb(239,217,217) 0%, rgba(0, 0, 0, 0.5) 100%);
}.future-learners-27::before {
    width: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 10%, rgba(rgb(220,185,185), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgba(rgb(197,154,154), 0.05) 0%, transparent 50%);
    height: 100%;
    z-index: 0;
    left: 0;
    content: "";
    top: 0;
}.future-learners-27 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.future-learners-27 .skill-learn-34 {
    border-radius: 30px;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.1),
        0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.future-learners-27 h4 {
    position: relative;
    font-weight: 700;
    margin: 0;
    font-size: 31px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    background: #ffffff;
    padding: 30px;
}.future-learners-27 h4::after {
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(220,185,185), rgb(197,154,154));
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    position: absolute;
    bottom: -1px;
}.future-learners-27 div {
    flex-wrap: wrap;
    gap: 0;
    display: flex;
    padding: 40px;
}.future-learners-27 div p {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    margin: 0 15px 0 15px;
    padding: 20px 20px 20px 60px;
    z-index: 1;
    flex: 1 1 calc(100% - 30px);
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-left: 3px solid rgb(220,185,185);
    position: relative;
    width: calc(100% - 30px);
    overflow: hidden;
}.future-learners-27 div p:last-child {
    margin-bottom: 0;
}.future-learners-27 div p:hover {
    transform: translateX(10px);
    background: linear-gradient(90deg, rgba(rgb(220,185,185), 0.03) 0%, transparent 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}.future-learners-27 div p::before {
    background: linear-gradient(90deg, rgba(rgb(220,185,185), 0.1) 0%, transparent 100%);
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    transition: width 0.3s ease;
}.future-learners-27 div p:hover::before {
    width: 100%;
}.future-learners-27 div p::after {
    content: "";
    top: 50%;
    right: 20px;
    border-top: 2px solid rgb(220,185,185);
    position: absolute;
    height: 6px;
    border-right: 2px solid rgb(220,185,185);
    transition: all 0.3s ease;
    opacity: 0;
    width: 6px;
    transform: translateY(-50%) rotate(45deg);
}.future-learners-27 div p:hover::after {
    right: 15px;
    opacity: 1;
}.future-learners-27 div p svg {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
    left: 20px;
}.future-learners-27 div p:hover svg {
    transform: translateY(-50%) scale(1.2) rotate(10deg);
}.future-learners-27 div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(220,185,185);
}.future-learners-27 div p:hover svg path {
    fill: rgb(197,154,154);
}

@media (max-width: 991px) {.future-learners-27 {
    padding: 100px 0;
}.future-learners-27 h4 {
    padding: 25px;
    font-size: calc(31px - 2px);
}.future-learners-27 div {
    padding: 30px;
}.future-learners-27 div p {
    margin-bottom: 15px;
    padding: 18px 18px 18px 55px;
}.future-learners-27 div p svg {
    height: 22px;
    width: 22px;
    left: 18px;
}
}

@media (max-width: 767px) {.future-learners-27 {
    padding: 80px 0;
}.future-learners-27 h4 {
    padding: 20px;
    font-size: calc(31px - 4px);
}.future-learners-27 div {
    padding: 25px 20px;
}.future-learners-27 div p {
    width: 100%;
    padding: 15px 15px 15px 50px;
    margin-left: 0;
    margin-bottom: 12px;
    margin-right: 0;
    flex: 1 1 100%;
}.future-learners-27 div p svg {
    width: 20px;
    height: 20px;
    left: 15px;
}
}

@media (max-width: 479px) {.future-learners-27 {
    padding: 60px 0;
}.future-learners-27 h4 {
    padding: 18px 15px;
    font-size: calc(31px - 6px);
}.future-learners-27 div {
    padding: 20px 15px;
}.future-learners-27 div p {
    padding: 12px 12px 12px 45px;
    margin-bottom: 10px;
    font-size: calc(18px - 1px);
}.future-learners-27 div p svg {
    height: 18px;
    width: 18px;
    left: 12px;
}}.join-list-57 {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.12);
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(197,154,154,0.5), rgb(220,185,185,0.5));
    overflow: hidden;
}.join-list-57::before {
    opacity: 0.6;
    top: -25%;
    pointer-events: none;
    position: absolute;
    left: -25%;
    animation: pulse 12s ease-in-out infinite;
    width: 150%;
    background: radial-gradient(ellipse at center, transparent 60%, rgb(197,154,154,0.5) 100%);
    height: 150%;
    content: "";
}.join-list-57::after {
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.05) 20%, transparent 80%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    width: 100%;
    position: absolute;
}.join-list-57 .container {
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
}.join-list-57 .skill-learn-34 {
    -webkit-backdrop-filter: blur(8px);
    padding: 3.5rem 3rem;
    box-shadow: 
        20px 20px 40px -12px rgba(0, 0, 0, 0.15),
        -10px -10px 20px -8px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(8px);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgba(255, 255, 255, 0.09);
}.join-list-57 .skill-learn-34:hover {
    box-shadow: 
        25px 25px 50px -15px rgba(0, 0, 0, 0.18),
        -12px -12px 25px -10px rgba(255, 255, 255, 0.12),
        inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.join-list-57 .skill-learn-34::before {
    top: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.2);
    content: "";
    opacity: 0;
    width: calc(100% - 30px);
    position: absolute;
    transform: scale(0.98);
    left: 15px;
    pointer-events: none;
    height: calc(100% - 30px);
    transition: all 0.4s ease;
    border-radius: 8px;
}.join-list-57 .skill-learn-34:hover::before {
    opacity: 1;
    transform: scale(1);
}.join-list-57 h3 {
    line-height: 1.4;
    font-size: calc(23px * 1.05);
    margin-bottom: 2rem;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 600;
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    position: relative;
}.join-list-57 h3::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(220,185,185), transparent);
    border-radius: 1.5px;
    bottom: -10px;
    position: absolute;
    height: 3px;
    left: 0;
    content: "";
}.join-list-57 .input_holder {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 1.5rem;
    position: relative;
    display: flex;
}.join-list-57 .input_holder div {
    position: relative;
    flex: 1;
}.join-list-57 input[type="email"] {
    padding: 1.2rem 1.5rem;
    background: rgba(255, 255, 255, 0.07);
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    box-shadow: 
        inset 2px 2px 5px rgba(0, 0, 0, 0.1),
        inset -2px -2px 5px rgba(255, 255, 255, 0.05);
    font-family: Arial, sans-serif;
    font-weight: 400;
    border-radius: 8px;
    font-size: 14px;
    color: #ffffff;
}.join-list-57 input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}.join-list-57 input[type="email"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 5px 15px -5px rgba(0, 0, 0, 0.1),
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.08);
}.join-list-57 input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.join-list-57 .news-container-50 {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(197,154,154), rgb(220,185,185));
    font-family: Arial, sans-serif;
    overflow: hidden;
    border: none;
    border-radius: 8px;
    display: inline-block;
    font-weight: 600;
    align-self: flex-start;
    cursor: pointer;
    font-size: 16px;
    padding: 1.2rem 2rem;
    box-shadow: 
        0 10px 20px -8px rgb(197,154,154,0.5),
        0 5px 10px -5px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.join-list-57 .news-container-50::before {
    content: "";
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.4s ease;
    height: 100%;
}.join-list-57 .news-container-50::after {
    height: 150%;
    position: absolute;
    left: -100px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    width: 20px;
    content: "";
    transform: rotate(20deg);
    background: rgba(255, 255, 255, 0.2);
    top: -25%;
}.join-list-57 .news-container-50:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 15px 25px -10px rgb(197,154,154,0.5),
        0 5px 15px -5px rgba(0, 0, 0, 0.3);
}.join-list-57 .news-container-50:hover::before {
    opacity: 1;
}.join-list-57 .news-container-50:hover::after {
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    left: 120%;
}.join-list-57 .news-container-50:active {
    transform: translateY(0);
    box-shadow: 
        0 5px 10px -5px rgb(197,154,154,0.5),
        0 2px 5px -2px rgba(0, 0, 0, 0.2);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

@media (min-width: 768px) {.join-list-57 .input_holder {
    align-items: center;
    flex-direction: row;
}.join-list-57 .news-container-50 {
    min-width: 180px;
    white-space: nowrap;
}.join-list-57 h3 {
    max-width: 80%;
    font-size: calc(23px * 1.2);
}.join-list-57 .skill-learn-34 {
    padding: 4rem 4.5rem;
}
}

@media (max-width: 767px) {.join-list-57 {
    padding: 3rem 0;
}.join-list-57 .skill-learn-34 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 2rem;
}.join-list-57 h3 {
    margin-bottom: 1.5rem;
    font-size: 23px;
    max-width: 100%;
}.join-list-57 .news-container-50 {
    width: 100%;
    text-align: center;
}.join-list-57 input[type="email"] {
    padding: 1rem 1.2rem;
}
}

@media (max-width: 480px) {.join-list-57 {
    padding: 2.5rem 0;
}.join-list-57 .skill-learn-34 {
    padding: 2rem 1.5rem;
}.join-list-57 h3 {
    font-size: calc(23px * 0.9);
}.join-list-57 h3::after {
    width: 60px;
}.join-list-57 .input_holder {
    gap: 1rem;
}
}

@media (prefers-reduced-motion: reduce) {.join-list-57::before,
    .join-list-57 .skill-learn-34,
    .join-list-57 .skill-learn-34:hover,
    .join-list-57 .skill-learn-34::before,
    .join-list-57 .skill-learn-34:hover::before,
    .join-list-57 input[type="email"]::placeholder,
    .join-list-57 input[type="email"]:focus::placeholder,
    .join-list-57 .news-container-50,
    .join-list-57 .news-container-50:hover,
    .join-list-57 .news-container-50::after,
    .join-list-57 .news-container-50:hover::after {
    animation: none;
    transform: none;
    transition: none;
}}.thxBox-39 {
    background: linear-gradient(135deg, rgb(239,217,217), rgb(197,154,154,0.5) 120%);
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
}.thxBox-39::before {
    background: radial-gradient(circle at 75% 25%, rgb(220,185,185,0.5) 0%, transparent 60%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.4;
    content: "";
}.thxBox-39::after {
    transform: rotate(-15deg);
    right: -5%;
    z-index: 0;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    width: 40%;
    opacity: 0.1;
    content: "";
    bottom: -10%;
    height: 60%;
    background: linear-gradient(225deg, rgb(197,154,154) 0%, transparent 70%);
}.thxBox-39 .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.thxBox-39 .skill-learn-34 {
    background: rgba(255, 255, 255, 0.85);
    transform-origin: center bottom;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 15px 25px rgba(rgb(197,154,154), 0.05),
              0 5px 10px rgba(rgb(220,185,185), 0.03);
    position: relative;
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
}.thxBox-39 .skill-learn-34:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
              0 20px 30px rgba(rgb(197,154,154), 0.07),
              0 10px 15px rgba(rgb(220,185,185), 0.05);
}.thxBox-39 .skill-learn-34 > div:first-child {
    border-left: 4px solid rgb(220,185,185);
    animation: slideInLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    transform: translateX(-20px);
    opacity: 0;
    position: relative;
}.thxBox-39 .skill-learn-34 > div:last-child {
    opacity: 0;
    position: relative;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    transform: translateY(20px);
}.thxBox-39 h5 {
    position: relative;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: #000000;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    font-size: 24px;
}.thxBox-39 h5::after {
    position: absolute;
    transform: scaleX(0);
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    background: linear-gradient(90deg, rgb(220,185,185), transparent);
    left: 0;
    content: "";
    bottom: -0.75rem;
    width: 4rem;
    transform-origin: left;
    height: 3px;
}.thxBox-39 p {
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 0;
    position: relative;
    font-size: 15px;
    line-height: 1.7;
    overflow: hidden;
    font-weight: 400;
}.thxBox-39 a {
    text-decoration: none;
    color: inherit;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    position: relative;
}.thxBox-39 a::before {
    opacity: 0;
    top: 0;
    left: -2.5rem;
    background: linear-gradient(to bottom, rgb(220,185,185), rgb(197,154,154));
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-10px);
    content: "";
    height: 100%;
    position: absolute;
    width: 0.5rem;
}.thxBox-39 a:hover {
    transform: translateX(10px);
}.thxBox-39 a:hover::before {
    opacity: 0.7;
    transform: translateX(0);
}.thxBox-39 a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(220,185,185,0.5);
}

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

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

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

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

@media (min-width: 768px) {.thxBox-39 {
    padding: 8rem 3rem;
}.thxBox-39 .skill-learn-34 {
    margin: 0 5rem;
    padding: 4.5rem 5rem;
}.thxBox-39 .skill-learn-34 > div:first-child {
    margin-bottom: 3rem;
    border-left-width: 6px;
    padding-left: 2rem;
}.thxBox-39 h5 {
    font-size: calc(24px * 1.1);
}.thxBox-39 p {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 992px) {.thxBox-39 .skill-learn-34 {
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
}.thxBox-39 .skill-learn-34 > div:first-child {
    margin-bottom: 0;
    margin-right: 5rem;
    flex: 0 0 40%;
}.thxBox-39 .skill-learn-34 > div:last-child {
    flex: 0 0 60%;
}.thxBox-39 h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.thxBox-39 {
    padding: 4rem 1.5rem;
}.thxBox-39 .skill-learn-34 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.thxBox-39 h5 {
    font-size: calc(24px * 0.9);
}.thxBox-39 p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.thxBox-39 a::before {
    left: -1.5rem;
    width: 0.3rem;
}}.instructor-history-54 {
    position: relative;
    padding: 140px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgb(239,217,217) 100%);
}.instructor-history-54::before {
    mix-blend-mode: screen;
    width: 100%;
    left: 0;
    background: 
    radial-gradient(circle at 25% 25%, rgb(220,185,185,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(197,154,154,0.5) 0%, transparent 40%);
    animation: morphBackground 15s infinite alternate ease-in-out;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
}.instructor-history-54 .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.instructor-history-54 .edu-reviews-24 {
    gap: 20px 40px;
    grid-template-columns: 35% 1fr;
    position: relative;
    grid-template-rows: auto auto 1fr;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    display: grid;
}.instructor-history-54 .post-image-39 {
    height: 420px;
    position: relative;
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    transform: perspective(1000px) rotateY(-8deg);
    grid-area: photo;
    border-radius: 14px;
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(220,185,185,0.5);
    z-index: 3;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.instructor-history-54 .post-image-39::before {
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    mix-blend-mode: multiply;
    border-radius: 14px;
    inset: 0;
    position: absolute;
}.instructor-history-54 .edu-reviews-24:hover .post-image-39 {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.instructor-history-54 .name {
    transform-origin: left center;
    transform: perspective(1000px) rotateY(5deg);
    margin: 0;
    color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: name;
    align-self: end;
    font-size: 34px;
    padding-left: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
}.instructor-history-54 .name::after {
    position: absolute;
    bottom: -8px;
    background: rgb(220,185,185);
    width: 60px;
    transform: scaleX(0.6);
    left: 20px;
    content: "";
    height: 4px;
    transition: transform 0.5s ease;
    transform-origin: left;
}.instructor-history-54 .edu-reviews-24:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.instructor-history-54 .edu-reviews-24:hover .name::after {
    transform: scaleX(1);
}.instructor-history-54 .edu-reviews-24 > span:not(.name) {
    transform: perspective(1000px) rotateY(5deg);
    transform-origin: left center;
    letter-spacing: 1px;
    font-weight: 600;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: job;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 20px;
    margin-top: 5px;
    color: rgb(197,154,154);
}.instructor-history-54 .edu-reviews-24:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.instructor-history-54 .career-table-19 {
    grid-area: quote;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(220,185,185);
    font-weight: 300;
    color: #ffffff;
    border-radius: 14px;
    z-index: 2;
    line-height: 1.7;
    padding: 35px;
    transform: translateY(0);
    margin: 30px 0 0;
    font-size: 16px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    position: relative;
}.instructor-history-54 .career-table-19::before {
    content: "";
    top: -15px;
    opacity: 0.7;
    color: rgb(220,185,185);
    left: 25px;
    font-size: calc(44px * 2);
    position: absolute;
}.instructor-history-54 .edu-reviews-24:hover .career-table-19 {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.instructor-history-54 {
    padding: 80px 0;
}.instructor-history-54 .edu-reviews-24 {
    grid-template-rows: auto auto auto auto;
    gap: 15px;
    grid-template-areas:
      "post-image-39"
      "name"
      "emp-milestones-60"
      "career-table-19";
    grid-template-columns: 1fr;
}.instructor-history-54 .post-image-39 {
    height: 320px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    margin: 0 auto;
    transform: none;
    max-width: 320px;
}.instructor-history-54 .name,
  .instructor-history-54 .edu-reviews-24 > span:not(.name) {
    transform: none;
    padding-left: 0;
    text-align: center;
}.instructor-history-54 .name::after {
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
}.instructor-history-54 .edu-reviews-24:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.instructor-history-54 .career-table-19 {
    margin-top: 20px;
}.instructor-history-54 .edu-reviews-24:hover .post-image-39,
  .instructor-history-54 .edu-reviews-24:hover .name,
  .instructor-history-54 .edu-reviews-24:hover > span:not(.name),
  .instructor-history-54 .edu-reviews-24:hover .career-table-19 {
    transform: none;
}
}

@media (max-width: 576px) {.instructor-history-54 {
    padding: 60px 0;
}.instructor-history-54 .post-image-39 {
    height: 250px;
    max-width: 250px;
}.instructor-history-54 .name {
    font-size: 23px;
}.instructor-history-54 .career-table-19 {
    font-size: calc(16px * 0.95);
    padding: 25px 20px;
}}.title-opener-62 {
    position: relative;
    justify-content: center;
    background: linear-gradient(135deg, rgb(197,154,154,0.5), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    display: flex;
}.title-opener-62::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    animation: subtleShift 20s infinite linear;
    opacity: 0.05;
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(220,185,185,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(220,185,185,0.5) 12px
  );
}.title-opener-62::after {
    position: absolute;
    z-index: 0;
    top: -50%;
    height: 100%;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    width: 100%;
    transform: scale(2);
    right: -50%;
    opacity: 0.1;
    background: radial-gradient(
    circle at center,
    rgb(197,154,154) 0%,
    transparent 70%
  );
    content: "";
}.title-opener-62 .learning-primary-19 {
    max-width: 1200px;
    position: relative;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    z-index: 3;
    width: 90%;
    padding: 3rem 1.5rem;
    gap: 2rem;
}.title-opener-62 .learning-primary-19 > div:first-child {
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    box-shadow: 
    0 10px 30px -10px rgba(0, 0, 0, 0.5),
    0 1px 0 rgb(197,154,154,0.5) inset;
    backdrop-filter: blur(8px);
    animation: slideInFromLeft 1s ease-out forwards;
    padding: 1.5rem;
    position: relative;
    background: linear-gradient(
    145deg, 
    rgb(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.85) 100%
  );
}.title-opener-62 .learning-primary-19 > div:first-child p {
    font-weight: 600;
    color: #000000;
    margin: 0;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: calc(18px * 1.2);
    letter-spacing: 0.5px;
    position: relative;
}.title-opener-62 .learning-primary-19 > div:first-child p::after {
    width: 80px;
    left: 0;
    height: 3px;
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(220,185,185), rgb(197,154,154));
    content: "";
    bottom: -10px;
    position: absolute;
}.title-opener-62 .study-space-74 {
    position: relative;
    z-index: 4;
    transform: translateZ(40px);
    animation: fadeInUp 1.2s ease-out forwards;
}.title-opener-62 .study-space-74 > div {
    position: relative;
    border-left: 4px solid rgb(220,185,185);
    padding: 2.5rem;
    overflow: hidden;
}.title-opener-62 .study-space-74 > div::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
    background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
    height: 100%;
}.title-opener-62 .study-space-74 h3 {
    animation: fadeSlideUp 0.8s 0.5s forwards ease;
    margin: 0 0 2rem 0;
    line-height: 1.5;
    z-index: 2;
    position: relative;
    font-weight: 400;
    transform: translateY(10px);
    opacity: 0;
    color: #ffffff;
    font-size: calc(20px * 1.1);
    padding-right: 2rem;
}.title-opener-62 .study-space-74 h3::before {
    left: -2rem;
    content: "";
    top: 50%;
    height: 12px;
    width: 12px;
    background: rgb(220,185,185);
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
}.title-opener-62 .title_style_header {
    font-size: calc(35px * 1.2);
    color: #ffffff;
    padding: 1.5rem 0;
    position: relative;
    line-height: 1.2;
    animation: slideRightFade 1s 0.8s forwards ease-out;
    opacity: 0;
    transform: translateX(-10px);
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    z-index: 2;
}.title-opener-62 .title_style_header::after {
    animation: lineGrow 1.5s 1.2s forwards cubic-bezier(0.25, 0.1, 0.25, 1);
    background: linear-gradient(to right, rgb(220,185,185), rgb(197,154,154));
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 4px;
    bottom: 0;
}

@keyframes lineGrow {
  from { width: 0; }
  to { width: 180px; }
}

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

@keyframes pulseGlow {
  0% { transform: scale(2); opacity: 0.05; }
  50% { transform: scale(2.2); opacity: 0.15; }
  100% { transform: scale(2); opacity: 0.05; }
}

@keyframes slideInFromLeft {
  0% { transform: translateX(-30px) translateZ(20px); opacity: 0; }
  100% { transform: translateX(0) translateZ(20px); opacity: 1; }
}

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

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

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

@media (min-width: 768px) {.title-opener-62 .learning-primary-19 {
    padding: 4rem 2rem;
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
    transform: perspective(1000px) rotateX(3deg);
}.title-opener-62 .learning-primary-19 > div:first-child {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    display: flex;
    align-items: center;
    padding: 2rem;
}.title-opener-62 .learning-primary-19 > div:first-child p {
    font-size: calc(18px * 1.3);
    line-height: 1.7;
}.title-opener-62 .study-space-74 > div {
    box-shadow: 0 20px 40px -20px #000000;
    transition: transform 0.5s ease;
    padding: 3rem;
    border-left: 6px solid rgb(220,185,185);
}.title-opener-62 .study-space-74 > div:hover {
    transform: translateY(-5px);
}.title-opener-62 .study-space-74 h3 {
    padding-right: 3rem;
    font-size: 20px;
}.title-opener-62 .title_style_header {
    padding: 2rem 0;
    font-size: 46px;
}
}

@media (min-width: 1024px) {.title-opener-62 .learning-primary-19 {
    padding: 5rem 2rem;
    width: 85%;
    gap: 4rem;
}.title-opener-62 .learning-primary-19 > div:first-child {
    padding: 2.5rem;
    margin-top: -2rem;
}.title-opener-62 .study-space-74 > div {
    padding: 4rem;
}.title-opener-62 .study-space-74 h3 {
    margin-bottom: 3rem;
}.title-opener-62 .title_style_header::after {
    animation: lineGrow 1.5s 1.2s forwards cubic-bezier(0.25, 0.1, 0.25, 1);
}
  
  @keyframes lineGrow {
    from { width: 0; }
    to { width: 220px; }
  }
}

@media (min-width: 1400px) {.title-opener-62 .learning-primary-19 {
    gap: 5rem;
    max-width: 1400px;
}.title-opener-62 .learning-primary-19 > div:first-child p {
    font-size: calc(18px * 1.4);
}.title-opener-62 .study-space-74 > div {
    padding: 5rem;
}.title-opener-62 .title_style_header {
    font-size: calc(46px * 1.1);
}
}

@media (max-width: 767px) {.title-opener-62 {
    padding: 3rem 0;
}.title-opener-62 .learning-primary-19 {
    gap: 2rem;
    padding: 2rem 1rem;
}.title-opener-62 .learning-primary-19 > div:first-child {
    padding: 1.25rem;
}.title-opener-62 .learning-primary-19 > div:first-child p {
    font-size: 18px;
}.title-opener-62 .study-space-74 > div {
    padding: 2rem 1.5rem;
}.title-opener-62 .study-space-74 h3 {
    font-size: calc(19px * 1.1);
    margin-bottom: 1.5rem;
}.title-opener-62 .title_style_header {
    font-size: calc(35px * 0.9);
    padding: 1rem 0;
}.title-opener-62 .title_style_header::after {
    height: 3px;
}@keyframes lineGrow {
    from { width: 0; }
    to { width: 120px; }
  }
}.analysis-summary-76 {
    position: relative;
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
    background: rgb(239,217,217);
}.analysis-summary-76::before {
    z-index: -1;
    position: absolute;
    width: 100%;
    opacity: 0.15;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(220,185,185,0.5) 0%, transparent 75%);
}.analysis-summary-76::after {
    content: "";
    width: 100%;
    right: 0;
    opacity: 0.15;
    height: 100%;
    z-index: -1;
    bottom: 0;
    background: linear-gradient(315deg, rgb(197,154,154,0.5) 0%, transparent 75%);
    position: absolute;
}.analysis-summary-76 .container {
    transform-style: preserve-3d;
    padding: 0 20px;
    transform: perspective(1000px) rotateX(10deg);
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    padding-bottom: 100px;
}.analysis-summary-76 h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    transform: perspective(1000px) rotateX(-10deg);
    letter-spacing: 3px;
    color: #000000;
    font-size: 37px;
    margin-bottom: 100px;
    text-align: center;
}.analysis-summary-76 h2::after {
    transform: translateX(-50%);
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(220,185,185), rgb(197,154,154));
    bottom: -15px;
    left: 50%;
    content: "";
    height: 4px;
    width: 60px;
}.analysis-summary-76 ul {
    list-style: none;
    flex-direction: column;
    display: flex;
    margin: 0;
    padding: 0;
    transform-style: preserve-3d;
}.analysis-summary-76 .edu-statistics-03 {
    transform-style: preserve-3d;
    z-index: 1;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    position: relative;
    margin-bottom: 30px;
    gap: 30px;
    padding: 30px;
    display: flex;
    flex-direction: row;
    max-width: 600px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}.analysis-summary-76 .edu-statistics-03::before {
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgb(220,185,185,0.5), transparent);
    transition: opacity 0.3s ease;
    z-index: -1;
    position: absolute;
    opacity: 0;
    border-radius: 25px;
}.analysis-summary-76 .edu-statistics-03:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) translateZ(30px) translateX(10px);
}.analysis-summary-76 .edu-statistics-03:hover::before {
    opacity: 0.1;
}.analysis-summary-76 .edu-statistics-03:nth-child(even) {
    flex-direction: row-reverse;
    align-self: flex-end;
}.analysis-summary-76 .edu-statistics-03:nth-child(even)::before {
    background: linear-gradient(90deg, transparent, rgb(197,154,154,0.5));
}.analysis-summary-76 .edu-statistics-03:nth-child(1) {
    transform: translateX(100px);
}.analysis-summary-76 .edu-statistics-03:nth-child(2) {
    transform: translateX(-100px);
}.analysis-summary-76 .edu-statistics-03:nth-child(3) {
    transform: translateX(200px);
}.analysis-summary-76 .edu-statistics-03:nth-child(4) {
    transform: translateX(-200px);
}.analysis-summary-76 .edu-statistics-03:nth-child(1):hover {
    transform: perspective(1000px) translateZ(30px) translateX(110px);
}.analysis-summary-76 .edu-statistics-03:nth-child(2):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-110px);
}.analysis-summary-76 .edu-statistics-03:nth-child(3):hover {
    transform: perspective(1000px) translateZ(30px) translateX(210px);
}.analysis-summary-76 .edu-statistics-03:nth-child(4):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-210px);
}.analysis-summary-76 .edu-statistics-03 p {
    background: linear-gradient(90deg, rgb(220,185,185), rgb(197,154,154));
    font-size: 3.5rem;
    line-height: 1;
    background-clip: text !important;
    text-align: center;
    margin: 0;
    transition: all 0.3s ease;
    color: transparent;
    flex-basis: 140px;
    font-weight: 700;
    flex-shrink: 0;
    -webkit-background-clip: text !important;
}.analysis-summary-76 .edu-statistics-03:nth-child(even) p {
    background: linear-gradient(90deg, rgb(197,154,154), rgb(220,185,185));
    background-clip: text !important;
    -webkit-background-clip: text !important;
}.analysis-summary-76 .edu-statistics-03:hover p {
    transform: scale(1.1);
}.analysis-summary-76 .edu-statistics-03 span {
    color: #000000;
    flex-grow: 1;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 17px;
}.analysis-summary-76 .edu-statistics-03:hover span {
    color: #000000;
}.analysis-summary-76 svg {
    width: 50px;
    transition: all 0.4s ease;
    flex-shrink: 0;
    height: 50px;
    fill: rgb(220,185,185);
}.analysis-summary-76 .edu-statistics-03:nth-child(even) svg {
    fill: rgb(197,154,154);
}.analysis-summary-76 svg path {
    fill: inherit;
}.analysis-summary-76 .edu-statistics-03:hover svg {
    transform: rotate(15deg);
}.analysis-summary-76 ul::before {
    transform: translateX(-50%);
    content: "";
    left: 50%;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 2px;
    opacity: 0.4;
    position: absolute;
    background: linear-gradient(to bottom, rgb(220,185,185,0.5), rgb(197,154,154,0.5));
}.analysis-summary-76 .edu-statistics-03::after {
    height: 100px;
    width: 2px;
    content: "";
    z-index: -1;
    position: absolute;
    background: linear-gradient(to bottom, rgb(220,185,185,0.5), transparent);
}.analysis-summary-76 .edu-statistics-03:nth-child(odd)::after {
    top: 0;
    right: calc(100% + 50px);
}.analysis-summary-76 .edu-statistics-03:nth-child(even)::after {
    top: 0;
    background: linear-gradient(to bottom, rgb(197,154,154,0.5), transparent);
    left: calc(100% + 50px);
}.analysis-summary-76 .container::before {
    left: 0;
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50px 50px, 50px 50px, 50px 50px, 50px 50px;
    position: absolute;
    opacity: 0.15;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(220,185,185,0.5) 0%, transparent 15%),
        radial-gradient(circle at 90% 90%, rgb(197,154,154,0.5) 0%, transparent 15%),
        radial-gradient(circle at 90% 10%, rgb(220,185,185,0.5) 0%, transparent 12%),
        radial-gradient(circle at 10% 90%, rgb(197,154,154,0.5) 0%, transparent 12%),
        linear-gradient(45deg, rgb(220,185,185,0.5) 0%, transparent 2%),
        linear-gradient(135deg, rgb(197,154,154,0.5) 0%, transparent 2%),
        linear-gradient(225deg, rgb(220,185,185,0.5) 0%, transparent 2%),
        linear-gradient(315deg, rgb(197,154,154,0.5) 0%, transparent 2%);
    content: "";
    height: 100%;
    z-index: -2;
    width: 100%;
}.analysis-summary-76::before, 
.analysis-summary-76::after,
.analysis-summary-76 .container::before {
    animation: pulse 15s infinite alternate;
}@keyframes pulse {
    0% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.05;
    }
}


.analysis-summary-76 .container::after {
    width: 100%;
    top: 0;
    z-index: -3;
    animation: float 20s infinite linear;
    left: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(220,185,185) 0%, transparent 0.5%),
        radial-gradient(circle at 80% 40%, rgb(197,154,154) 0%, transparent 0.5%),
        radial-gradient(circle at 40% 70%, rgb(220,185,185) 0%, transparent 0.4%),
        radial-gradient(circle at 60% 20%, rgb(197,154,154) 0%, transparent 0.4%),
        radial-gradient(circle at 30% 60%, rgb(220,185,185) 0%, transparent 0.3%),
        radial-gradient(circle at 70% 80%, rgb(197,154,154) 0%, transparent 0.3%);
    content: "";
    position: absolute;
}

@keyframes float {
    0% {
        background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
    100% {
        background-position: 100% 100%, 20% 80%, 80% 20%, 60% 30%, 40% 70%, 90% 10%;
    }
}

@media (max-width: 1200px) {.analysis-summary-76 .edu-statistics-03 {
    max-width: 500px;
}.analysis-summary-76 .edu-statistics-03:nth-child(1) {
    transform: translateX(70px);
}.analysis-summary-76 .edu-statistics-03:nth-child(2) {
    transform: translateX(-70px);
}.analysis-summary-76 .edu-statistics-03:nth-child(3) {
    transform: translateX(140px);
}.analysis-summary-76 .edu-statistics-03:nth-child(4) {
    transform: translateX(-140px);
}.analysis-summary-76 .edu-statistics-03:nth-child(1):hover {
    transform: perspective(1000px) translateZ(30px) translateX(80px);
}.analysis-summary-76 .edu-statistics-03:nth-child(2):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-80px);
}.analysis-summary-76 .edu-statistics-03:nth-child(3):hover {
    transform: perspective(1000px) translateZ(30px) translateX(150px);
}.analysis-summary-76 .edu-statistics-03:nth-child(4):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-150px);
}.analysis-summary-76 .edu-statistics-03 p {
    font-size: 3rem;
    flex-basis: 120px;
}.analysis-summary-76 svg {
    width: 45px;
    height: 45px;
}.analysis-summary-76 .edu-statistics-03::after {
    height: 80px;
}.analysis-summary-76 .edu-statistics-03:nth-child(odd)::after {
    right: calc(100% + 40px);
}.analysis-summary-76 .edu-statistics-03:nth-child(even)::after {
    left: calc(100% + 40px);
}
}

@media (max-width: 991px) {.analysis-summary-76 {
    padding: 100px 0;
}.analysis-summary-76 .container {
    transform: perspective(1000px) rotateX(5deg);
    padding-bottom: 50px;
}.analysis-summary-76 h2 {
    margin-bottom: 80px;
    transform: perspective(1000px) rotateX(-5deg);
}.analysis-summary-76 .edu-statistics-03 {
    padding: 25px;
    max-width: 450px;
    gap: 20px;
}.analysis-summary-76 .edu-statistics-03:nth-child(1) {
    transform: translateX(50px);
}.analysis-summary-76 .edu-statistics-03:nth-child(2) {
    transform: translateX(-50px);
}.analysis-summary-76 .edu-statistics-03:nth-child(3) {
    transform: translateX(100px);
}.analysis-summary-76 .edu-statistics-03:nth-child(4) {
    transform: translateX(-100px);
}.analysis-summary-76 .edu-statistics-03:nth-child(1):hover,
    .analysis-summary-76 .edu-statistics-03:nth-child(2):hover,
    .analysis-summary-76 .edu-statistics-03:nth-child(3):hover,
    .analysis-summary-76 .edu-statistics-03:nth-child(4):hover {
    transform: translateZ(0);
}.analysis-summary-76 .edu-statistics-03:hover {
    transform: translateZ(0) translateX(0);
}.analysis-summary-76 .edu-statistics-03 p {
    font-size: 2.5rem;
    flex-basis: 100px;
}.analysis-summary-76 svg {
    width: 40px;
    height: 40px;
}.analysis-summary-76 .edu-statistics-03::after {
    height: 60px;
}.analysis-summary-76 .edu-statistics-03:nth-child(odd)::after {
    right: calc(100% + 30px);
}.analysis-summary-76 .edu-statistics-03:nth-child(even)::after {
    left: calc(100% + 30px);
}
}

@media (max-width: 768px) {.analysis-summary-76 {
    padding: 80px 0;
}.analysis-summary-76 .container {
    transform: none;
}.analysis-summary-76 h2 {
    margin-bottom: 50px;
    transform: none;
    font-size: calc(37px * 0.9);
}.analysis-summary-76 ul {
    align-items: center;
    display: flex;
    flex-direction: column;
}.analysis-summary-76 ul::before {
    display: none;
}.analysis-summary-76 .edu-statistics-03 {
    max-width: 100%;
    transform: none !important;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    flex-direction: row !important;
}.analysis-summary-76 .edu-statistics-03::after {
    display: none;
}.analysis-summary-76 .edu-statistics-03:nth-child(even) {
    align-self: center;
}.analysis-summary-76 .edu-statistics-03 p {
    font-size: 2.2rem;
    flex-basis: 80px;
}.analysis-summary-76 svg {
    height: 35px;
    width: 35px;
}.analysis-summary-76 .container::after {
    background-size: 5px 5px;
}
}

@media (max-width: 576px) {.analysis-summary-76 {
    padding: 60px 0;
}.analysis-summary-76 h2 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(37px * 0.8);
}.analysis-summary-76 .edu-statistics-03 {
    gap: 15px;
    padding: 15px;
}.analysis-summary-76 .edu-statistics-03 p {
    flex-basis: 70px;
    font-size: 2rem;
}.analysis-summary-76 svg {
    height: 30px;
    width: 30px;
}.analysis-summary-76 .edu-statistics-03 span {
    font-size: calc(17px * 0.9);
}}


@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.analysis-summary-76 .edu-statistics-03 {
    opacity: 0;
    animation: floatIn 0.8s forwards;
}.analysis-summary-76 .edu-statistics-03:nth-child(1) {
    animation-delay: 0.1s;
}.analysis-summary-76 .edu-statistics-03:nth-child(2) {
    animation-delay: 0.3s;
}.analysis-summary-76 .edu-statistics-03:nth-child(3) {
    animation-delay: 0.5s;
}.analysis-summary-76 .edu-statistics-03:nth-child(4) {
    animation-delay: 0.7s;
}@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.analysis-summary-76 h2::after {
    animation: gradient 3s ease infinite;
    background-size: 200% 200%;
}.connect-with-us-82 {
    padding: 120px 0;
    position: relative;
}.connect-with-us-82::before {
    background: linear-gradient(45deg, rgb(197,154,154,0.5), rgb(220,185,185,0.5));
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
}.connect-with-us-82 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    position: relative;
}.connect-with-us-82 .feedback-info-21 {
    border-radius: 20px;
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: row;
    background: #ffffff;
    transition: transform 0.5s ease;
    overflow: hidden;
}.connect-with-us-82 .feedback-info-21:hover {
    transform: perspective(1000px) rotateX(2deg);
}.connect-with-us-82 .request-support-43 {
    width: 40%;
    overflow: hidden;
    background-color: rgb(239,217,217);
    padding: 60px 40px;
    position: relative;
}.connect-with-us-82 .request-support-43::before {
    top: -150px;
    background: radial-gradient(circle, rgb(197,154,154) 0%, transparent 70%);
    position: absolute;
    content: '';
    right: -150px;
    opacity: 0.2;
    border-radius: 50%;
    height: 300px;
    width: 300px;
}.connect-with-us-82 .request-support-43 h3 {
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 29px;
    position: relative;
    color: #000000;
}.connect-with-us-82 .request-support-43 h3::after {
    left: 0;
    width: 60px;
    bottom: -15px;
    height: 4px;
    background: rgb(197,154,154);
    position: absolute;
    content: '';
}.connect-with-us-82 .request-support-43 div {
    transform: translateX(0);
    padding: 15px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    display: flex;
    margin-bottom: 25px;
}.connect-with-us-82 .request-support-43 div:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}.connect-with-us-82 .request-support-43 div svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.connect-with-us-82 .request-support-43 div svg path {
    fill: rgb(220,185,185);
}.connect-with-us-82 .request-support-43 div span {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}.connect-with-us-82 .request-support-43 div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.connect-with-us-82 .request-support-43 div span a:hover {
    color: rgb(220,185,185);
}.connect-with-us-82 .request-request-71 {
    position: relative;
    background: #ffffff;
    padding: 60px 40px;
    width: 60%;
}.connect-with-us-82 .request-request-71::before {
    width: 200px;
    opacity: 0.3;
    position: absolute;
    background: radial-gradient(circle, rgb(220,185,185,0.5) 0%, transparent 70%);
    right: 0;
    bottom: 0;
    height: 200px;
    content: '';
}.connect-with-us-82 .request-request-71 h3 {
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
}.connect-with-us-82 form {
    display: flex;
    gap: 20px;
    flex-direction: column;
}.connect-with-us-82 form input[type="text"],
.connect-with-us-82 form input[type="email"] {
    border-radius: 10px;
    background-color: rgb(239,217,217);
    padding: 18px 20px;
    font-size: 14px;
    color: #000000;
    transition: all 0.3s ease;
    border: none;
}.connect-with-us-82 form input[type="text"]:focus,
.connect-with-us-82 form input[type="email"]:focus {
    outline: none;
    transform: translateY(-2px);
    box-shadow: 0 0 0 2px rgb(220,185,185);
}.connect-with-us-82 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.connect-with-us-82 .feedback-message-93 {
    position: relative;
    align-items: flex-start;
    margin-top: 10px;
    display: flex;
}.connect-with-us-82 .feedback-message-93 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect-with-us-82 .feedback-message-93 label {
    cursor: pointer;
    line-height: 1.5;
    font-size: 16px;
    padding-left: 35px;
    color: #000000;
    position: relative;
}.connect-with-us-82 .feedback-message-93 label::before {
    content: '';
    border-radius: 6px;
    left: 0;
    height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
    transition: all 0.3s ease;
    border: 2px solid rgb(220,185,185);
    background: transparent;
}.connect-with-us-82 .feedback-message-93 input[type="checkbox"]:checked + label::before {
    background: rgb(220,185,185);
}.connect-with-us-82 .feedback-message-93 input[type="checkbox"]:checked + label::after {
    content: '';
    left: 7px;
    top: 3px;
    height: 12px;
    width: 6px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
}.connect-with-us-82 .feedback-message-93 label a {
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(220,185,185);
    text-decoration: none;
}.connect-with-us-82 .feedback-message-93 label a:hover {
    text-decoration: underline;
}.connect-with-us-82 form .inquiry-block-86 {
    align-self: flex-start;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    font-weight: 600;
    background: rgb(220,185,185);
    margin-top: 15px;
    font-size: 19px;
    border: none;
    color: #ffffff;
    padding: 18px 35px;
    cursor: pointer;
}.connect-with-us-82 form .inquiry-block-86::before {
    transition: transform 0.6s ease;
    transform: translateX(-100%);
    top: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    left: 0;
    width: 100%;
}.connect-with-us-82 form .inquiry-block-86:hover {
    transform: translateY(-5px);
    background: rgb(197,154,154);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.connect-with-us-82 form .inquiry-block-86:hover::before {
    transform: translateX(100%);
}@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.connect-with-us-82 .request-support-43 div:nth-child(2) {
    animation-delay: 0.1s;
    animation: bounce 5s infinite ease-in-out;
}.connect-with-us-82 .request-support-43 div:nth-child(3) {
    animation-delay: 0.3s;
    animation: bounce 5s infinite ease-in-out;
}.connect-with-us-82 .request-support-43 div:nth-child(4) {
    animation-delay: 0.5s;
    animation: bounce 5s infinite ease-in-out;
}.connect-with-us-82 .request-support-43 div:nth-child(5) {
    animation-delay: 0.7s;
    animation: bounce 5s infinite ease-in-out;
}

@media screen and (max-width: 992px) {.connect-with-us-82 .feedback-info-21 {
    flex-direction: column;
}.connect-with-us-82 .request-support-43,
    .connect-with-us-82 .request-request-71 {
    padding: 40px 30px;
    width: 100%;
}.connect-with-us-82 .request-support-43 div {
    animation: none;
}
}

@media screen and (max-width: 576px) {.connect-with-us-82 {
    padding: 60px 0;
}.connect-with-us-82 .container {
    width: 90%;
}.connect-with-us-82 .request-support-43,
    .connect-with-us-82 .request-request-71 {
    padding: 30px 20px;
}.connect-with-us-82 .request-support-43 h3 {
    font-size: calc(29px * 0.8);
}.connect-with-us-82 form input[type="text"],
    .connect-with-us-82 form input[type="email"] {
    padding: 15px;
}.connect-with-us-82 form .inquiry-block-86 {
    width: 100%;
    padding: 15px;
}}.secure-grotto-36 {
    font-family: Arial, sans-serif;
    padding: 50px;
    line-height: 1.6;
    color: #ffffff;
    background-color: rgb(220,185,185);
    border: 1px solid rgb(220,185,185,0.5);
    box-shadow: 0 0 10px rgb(220,185,185,0.5);
    margin: 0 auto;
}.secure-grotto-36 h1 {
    text-transform: uppercase;
    border-bottom: 1px solid rgb(197,154,154,0.5);
    margin-bottom: 30px;
    font-weight: 700;
    text-align: left;
    font-size: 43px;
    padding-bottom: 10px;
    color: rgb(197,154,154);
    letter-spacing: 1px;
}.secure-grotto-36 h2 {
    font-size: 36px;
    color: rgb(197,154,154);
    padding-left: 15px;
    font-weight: 600;
    border-left: 5px solid rgb(220,185,185);
    margin-top: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}.secure-grotto-36 ul {
    list-style-type: none;
    margin: 1rem 0;
    padding: 0;
}.secure-grotto-36 li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
}.secure-grotto-36 li::before {
    font-size: 1.2em;
    color: rgb(197,154,154);
    margin-right: 10px;
    content: '✦';
}.secure-grotto-36 p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
}.secure-grotto-36 span {
    font-weight: 600;
    color: rgb(220,185,185);
    padding: 3px 6px;
    border-radius: 10px;
    background-color: rgb(220,185,185,0.5);
}.secure-grotto-36 a {
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed rgb(197,154,154);
    color: rgb(197,154,154);
}.secure-grotto-36 a:hover {
    border-bottom: 1px dashed rgb(220,185,185);
    color: rgb(220,185,185);
}
@media only screen and (max-width: 800px) {.secure-grotto-36 {
    padding: 30px;
}.secure-grotto-36 h1 {
    font-size: calc(23px * 0.8);
}.secure-grotto-36 h2 {
    font-size: calc(23px * 0.8);
}.secure-grotto-36 p {
    font-size: calc(18px * 0.9);
}.secure-grotto-36 li {
    padding: 10px;
}}.experience-trial-96 {
    background: linear-gradient(135deg, rgb(220,185,185) 0%, rgb(197,154,154) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.experience-trial-96::before {
    content: "";
    top: -50%;
    position: absolute;
    animation: rotate 60s linear infinite;
    pointer-events: none;
    background: radial-gradient(circle at center, transparent 0%, rgba(255, 255, 255, 0.03) 20%, transparent 70%);
    left: -50%;
    height: 200%;
    width: 200%;
}.experience-trial-96::after {
    left: 0;
    background-size: 100px 100px;
    position: absolute;
    height: 100%;
    content: "";
    z-index: 1;
    background-image: 
        radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    width: 100%;
    opacity: 0.6;
    top: 0;
}.experience-trial-96 .container {
    align-items: center;
    margin: 0 auto;
    position: relative;
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    justify-content: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                inset 0 1px 1px rgba(255, 255, 255, 0.1),
                inset 0 -1px 1px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    display: flex;
    z-index: 2;
    background: rgba(255, 255, 255, 0.08);
    flex-direction: column;
}.experience-trial-96 .container:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25), 
                inset 0 1px 1px rgba(255, 255, 255, 0.15),
                inset 0 -1px 1px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.experience-trial-96 h6 {
    line-height: 1.6;
    font-weight: 700;
    position: relative;
    margin-bottom: 2.5rem;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    color: #ffffff;
    max-width: 80%;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) both;
    font-size: calc(17px * 1.15);
}.experience-trial-96 h6::after {
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    bottom: -15px;
    height: 3px;
}.experience-trial-96 div div {
    display: flex;
    margin-top: 1rem;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s both;
    align-items: center;
    position: relative;
    justify-content: center;
}.experience-trial-96 div div::before {
    border: 1px solid rgba(255, 255, 255, 0.15);
    animation: pulse 4s ease-in-out infinite;
    content: "";
    height: 150px;
    border-radius: 50%;
    top: 50%;
    width: 150px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}.experience-trial-96 div span {
    z-index: 2;
    position: relative;
    display: inline-block;
}.experience-trial-96 .inquiry-block-86 {
    font-size: 15px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    background: linear-gradient(135deg, rgb(197,154,154) 0%, rgb(255, 255, 255, 0.5) 100%);
    justify-content: center;
    font-family: Arial, sans-serif;
    padding: 1rem 2.5rem;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    align-items: center;
    letter-spacing: 1px;
    display: inline-flex;
    transform: translateZ(0);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}.experience-trial-96 .inquiry-block-86::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    transition: left 0.7s ease;
}.experience-trial-96 .inquiry-block-86:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
    transform: translateY(-3px) scale(1.02);
}.experience-trial-96 .inquiry-block-86:hover::before {
    left: 100%;
}.experience-trial-96 .inquiry-block-86 span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}.experience-trial-96 .inquiry-block-86:hover span {
    transform: scale(1.05);
}.experience-trial-96 .inquiry-block-86:active {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(0) scale(0.98);
}

@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.2;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

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

@media (max-width: 992px) {.experience-trial-96 {
    padding: 4rem 0;
}.experience-trial-96 .container {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg);
}.experience-trial-96 h6 {
    max-width: 90%;
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 768px) {.experience-trial-96 {
    padding: 3rem 0;
}.experience-trial-96 .container {
    padding: 1.75rem;
    transform: none;
}.experience-trial-96 h6 {
    font-size: 17px;
    max-width: 100%;
    margin-bottom: 2rem;
}.experience-trial-96 div div::before {
    height: 120px;
    width: 120px;
}.experience-trial-96 .inquiry-block-86 {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.experience-trial-96 {
    padding: 2.5rem 0;
}.experience-trial-96 .container {
    padding: 1.5rem;
}.experience-trial-96 h6 {
    margin-bottom: 1.75rem;
    font-size: calc(17px * 0.9);
}.experience-trial-96 div div::before {
    width: 100px;
    height: 100px;
}.experience-trial-96 .inquiry-block-86 {
    font-size: calc(15px * 0.95);
    padding: 0.8rem 1.75rem;
}
}