* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.first_section9 {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.level_up5 {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
contain;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1228px;
    margin: auto;
}.wrapper-capsule7 {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tyCard2 {
    padding: 120px 0 100px;
    position: relative;
    background: linear-gradient(135deg, rgb(225,221,220) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}.tyCard2::before {
    position: absolute;
    animation: float 15s ease-in-out infinite;
    filter: blur(80px);
    height: 300px;
    content: "";
    z-index: 1;
    top: -50px;
    width: 300px;
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(175,133,132,0.5) 0%, rgb(205,188,186,0.5) 100%);
    right: -50px;
}.tyCard2::after {
    bottom: -30px;
    width: 250px;
    filter: blur(60px);
    opacity: 0.3;
    left: -30px;
    background: linear-gradient(225deg, rgb(205,188,186,0.5) 0%, rgb(175,133,132,0.5) 80%);
    animation: float 18s ease-in-out infinite reverse;
    content: "";
    z-index: 1;
    position: absolute;
    height: 250px;
}.tyCard2 .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1140px;
    z-index: 5;
}.tyCard2 h2 {
    font-weight: 700;
    font-size: 35px;
    opacity: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    position: relative;
    margin-bottom: 40px;
}.tyCard2 h2::after {
    transform-origin: left center;
    bottom: -12px;
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    left: 0;
    height: 3px;
    transform: scaleX(0);
    width: 80px;
    background: linear-gradient(90deg, rgb(205,188,186) 0%, rgb(175,133,132) 100%);
    position: absolute;
    content: "";
}.tyCard2 .founders_team9 {
    transform: translateY(30px);
    border-radius: 22px;
    background: #ffffff;
    padding: 50px;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    opacity: 0;
}.tyCard2 .founders_team9::before {
    content: "";
    transform: scaleY(0);
    transform-origin: top center;
    width: 6px;
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(175,133,132), rgb(205,188,186));
}.tyCard2 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.tyCard2 li {
    padding-left: 25px;
    position: relative;
}.tyCard2 li::before {
    top: 8px;
    position: absolute;
    background: linear-gradient(135deg, rgb(205,188,186) 0%, rgb(175,133,132) 100%);
    left: 0;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    height: 10px;
    content: "";
    width: 10px;
    transform: scale(0);
    border-radius: 50%;
}.tyCard2 span {
    font-family: Arial, sans-serif;
    font-size: calc(15px * 1.05);
    animation: fadeText 0.8s ease forwards 0.8s;
    color: #000000;
    opacity: 0;
    line-height: 1.7;
    transform: translateY(15px);
    display: block;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

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

@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}

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

@keyframes fadeText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, -15px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@media (max-width: 991px) {.tyCard2 {
    padding: 90px 0 70px;
}.tyCard2 h2 {
    margin-bottom: 35px;
    font-size: calc(35px * 0.9);
}.tyCard2 .founders_team9 {
    padding: 40px 35px;
}.tyCard2 h2::after {
    width: 70px;
}
}

@media (max-width: 767px) {.tyCard2 {
    padding: 70px 0 50px;
}.tyCard2 h2 {
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.tyCard2 .founders_team9 {
    padding: 35px 25px;
}.tyCard2 span {
    font-size: 15px;
    line-height: 1.6;
}.tyCard2 h2::after {
    height: 2px;
    width: 60px;
}
}

@media (max-width: 575px) {.tyCard2 {
    padding: 60px 0 40px;
}.tyCard2 h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 25px;
}.tyCard2 .founders_team9 {
    padding: 30px 20px;
}.tyCard2 li {
    padding-left: 20px;
}.tyCard2 li::before {
    height: 8px;
    width: 8px;
    top: 9px;
}.tyCard2 h2::after {
    width: 50px;
}
}

@media (hover: hover) {.tyCard2 .founders_team9:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}.tyCard2 .founders_team9:hover::before {
    transition: background 0.5s ease;
    background: linear-gradient(to bottom, rgb(205,188,186), rgb(175,133,132));
}}.study_method6 {
    min-height: 70vh;
    background: rgb(225,221,220);
    isolation: isolate;
    overflow: hidden;
    position: relative;
}.study_method6::before {
    top: -50%;
    width: 200%;
    height: 200%;
    z-index: 0;
    animation: rotateBg 25s linear infinite;
    left: -50%;
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 30% 30%, rgb(205,188,186,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(175,133,132,0.5) 0%, transparent 50%);
}.study_method6::after {
    height: 100%;
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
    z-index: 1;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
}.study_method6 .container {
    max-width: 1000px;
    padding: 5rem 2rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.study_method6 .founders_team9 {
    justify-content: center;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    padding: 4rem 2rem;
    gap: 2rem;
}.study_method6 .founders_team9::before {
    filter: blur(15px);
    animation: waveEffect 8s ease-in-out infinite;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(205,188,186,0.5), transparent);
    z-index: -1;
    opacity: 0.7;
    top: 0;
    height: 30px;
    content: "";
    width: 120%;
    left: -10%;
}.study_method6 .founders_team9::after {
    z-index: -1;
    left: -10%;
    width: 120%;
    height: 30px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(175,133,132,0.5), transparent);
    filter: blur(15px);
    bottom: 0;
    animation: waveEffect 8s ease-in-out infinite reverse;
    opacity: 0.7;
}.study_method6 h3 {
    font-size: 37px;
    text-align: center;
    perspective: 500px;
    position: relative;
    width: 100%;
    font-weight: 700;
    padding-bottom: 2rem;
    margin-bottom: 0;
    overflow: hidden;
    color: rgb(205,188,186);
    transform-style: preserve-3d;
}.study_method6 h3::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 100%;
    content: "";
    animation: shimmerEffect 5s infinite;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    transform: translateX(-100%);
}.study_method6 h3::after {
    transform: translateZ(20px);
    left: 0;
    width: 100%;
    content: attr(data-text);
    opacity: 0;
    top: 0;
    text-shadow: 0 0 15px rgb(205,188,186), 0 0 10px rgb(205,188,186);
    height: 100%;
    animation: glowPulse 4s ease-in-out infinite;
    color: transparent;
    position: absolute;
    z-index: -1;
}.study_method6 span {
    overflow: hidden;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    color: #000000;
    animation: floatText 6s ease-in-out infinite;
    backdrop-filter: blur(5px);
    max-width: 800px;
    display: block;
    padding: 2rem;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.8;
    font-size: 12px;
    position: relative;
    text-align: center;
}.study_method6 span::before {
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    top: -50%;
    left: -50%;
    content: "";
    animation: holographicShine 10s linear infinite;
    width: 200%;
    z-index: -1;
    position: absolute;
    height: 200%;
    transform: rotate(45deg);
}.study_method6 span::after {
    width: 80%;
    animation: shadowPulse 6s ease-in-out infinite;
    left: 10%;
    opacity: 0.5;
    content: "";
    background: rgb(175,133,132,0.5);
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    height: 10px;
    filter: blur(10px);
    bottom: -10px;
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes waveEffect {
    0%, 100% {
        transform: translateX(-30%) scaleX(1.2);
    }
    50% {
        transform: translateX(30%) scaleX(0.8);
    }
}

@keyframes shimmerEffect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes floatText {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes holographicShine {
    0% {
        transform: rotate(45deg) translateX(-100%);
    }
    100% {
        transform: rotate(45deg) translateX(100%);
    }
}

@keyframes shadowPulse {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.8);
    }
    50% {
        opacity: 0.6;
        transform: scaleX(1.2);
    }
}

@media (max-width: 992px) {.study_method6 {
    min-height: 60vh;
}.study_method6 .container {
    padding: 4rem 1.5rem;
}.study_method6 .founders_team9 {
    padding: 3rem 1.5rem;
}.study_method6 h3 {
    font-size: calc(37px * 0.9);
    padding-bottom: 1.5rem;
}.study_method6 span {
    padding: 1.8rem;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 768px) {.study_method6 {
    min-height: 50vh;
}.study_method6 .container {
    padding: 3rem 1.2rem;
}.study_method6 .founders_team9 {
    gap: 1.5rem;
    padding: 2.5rem 1.2rem;
}.study_method6 h3 {
    font-size: calc(37px * 0.8);
    padding-bottom: 1.2rem;
}.study_method6 span {
    font-size: calc(12px * 0.9);
    padding: 1.5rem;
    line-height: 1.7;
}
}

@media (max-width: 576px) {.study_method6 {
    min-height: 40vh;
}.study_method6 .container {
    padding: 2.5rem 1rem;
}.study_method6 .founders_team9 {
    padding: 2rem 1rem;
    gap: 1.2rem;
}.study_method6 h3 {
    font-size: calc(37px * 0.7);
    padding-bottom: 1rem;
}.study_method6 span {
    font-size: calc(12px * 0.85);
    padding: 1.2rem;
    line-height: 1.6;
}.study_method6 .founders_team9::before,
    .study_method6 .founders_team9::after {
    height: 20px;
}}.bundle_plan3 {
    position: relative;
    background: rgb(225,221,220);
    overflow: hidden;
    padding: 100px 0;
}.bundle_plan3::before {
    content: "";
    top: -50px;
    position: absolute;
    animation: float-effect 12s infinite alternate ease-in-out;
    filter: blur(80px);
    height: 300px;
    width: 300px;
    background: rgb(205,188,186,0.5);
    right: -50px;
    z-index: 0;
}.bundle_plan3::after {
    width: 250px;
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    left: -50px;
    height: 250px;
    background: rgb(175,133,132,0.5);
    z-index: 0;
    filter: blur(60px);
    bottom: -50px;
    position: absolute;
    content: "";
}.bundle_plan3 .container {
    position: relative;
    padding: 0 15px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.bundle_plan3 .trial_offers7 {
    gap: 60px;
    display: flex;
    flex-direction: column;
}.bundle_plan3 .monthly_rate8 {
    margin: 0 auto;
    max-width: 700px;
    position: relative;
    text-align: center;
    order: -1;
    padding: 0 20px;
}.bundle_plan3 .monthly_rate8 h2 {
    display: inline-block;
    color: #000000;
    font-weight: 700;
    font-size: 32px;
    position: relative;
    margin-bottom: 20px;
}.bundle_plan3 .monthly_rate8 h2::after {
    content: "";
    transform: translateX(-50%);
    height: 3px;
    background: rgb(205,188,186);
    left: 50%;
    bottom: -10px;
    position: absolute;
    width: 80px;
}.bundle_plan3 .learning_fees4 {
    color: #000000;
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 12px;
    opacity: 0.85;
}.bundle_plan3 .fee_package5 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
    gap: 30px;
}.bundle_plan3 .cost_matrix8 {
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
    perspective: 1000px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: inherit;
    text-decoration: none;
}.bundle_plan3 .cost_matrix8:hover {
    transform: translateY(-10px) scale(1.02);
}.bundle_plan3 .learn_price5 {
    background: #ffffff;
    border-radius: 10px;
    transform-style: preserve-3d;
    transition: box-shadow 0.4s ease;
    display: flex;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
}.bundle_plan3 .cost_matrix8:hover .learn_price5 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(205,188,186,0.5);
}.bundle_plan3 .class_cost1 {
    overflow: hidden;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    z-index: 2;
    position: relative;
    padding: 30px;
}.bundle_plan3 .class_cost1::before {
    background: linear-gradient(90deg, rgb(205,188,186), rgb(175,133,132));
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    content: "";
    right: 0;
    transition: transform 0.5s ease;
    transform-origin: left;
    height: 5px;
}.bundle_plan3 .cost_matrix8:hover .class_cost1::before {
    transform: scaleX(1);
}.bundle_plan3 .class_cost1 h3 {
    font-weight: 700;
    color: #000000;
    font-size: calc(22px + 2px);
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    margin-bottom: 10px;
}.bundle_plan3 .cost_matrix8:hover .class_cost1 h3 {
    color: rgb(205,188,186);
    transform: translateX(5px);
}.bundle_plan3 .offer_box1 {
    word-break: break-word;
    color: rgb(175,133,132);
    font-size: 22px;
    overflow-wrap: break-word;
    display: block;
    transition: transform 0.4s ease;
    white-space: normal;
    font-weight: 700;
    position: relative;
    margin: 10px 0 20px;
}.bundle_plan3 .offer_box1::before {
    width: 40px;
    left: 0;
    transition: width 0.4s ease;
    content: "";
    background: rgb(175,133,132,0.5);
    height: 2px;
    position: absolute;
    bottom: -8px;
}.bundle_plan3 .cost_matrix8:hover .offer_box1::before {
    width: 80px;
}.bundle_plan3 .class_cost1 p {
    white-space: normal;
    margin-bottom: 0;
    flex-grow: 1;
    overflow-wrap: break-word;
    color: #000000;
    transition: color 0.3s ease;
    line-height: 1.6;
    font-size: calc(12px - 1px);
    word-break: break-word;
}.bundle_plan3 .square_image8 {
    height: 200px;
    transform: translateZ(-10px);
    transition: transform 0.6s ease, filter 0.6s ease;
    position: relative;
    overflow: hidden;
}.bundle_plan3 .square_image8::after {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0.6;
    inset: 0;
    transition: opacity 0.5s ease;
    position: absolute;
}.bundle_plan3 .cost_matrix8:hover .square_image8 {
    filter: brightness(1.1) contrast(1.05);
    transform: translateZ(0);
}.bundle_plan3 .cost_matrix8:hover .square_image8::after {
    opacity: 0.4;
}.bundle_plan3 .cost_matrix8::after {
    left: 30px;
    position: absolute;
    background: rgb(205,188,186,0.5);
    z-index: -1;
    height: 15px;
    opacity: 0;
    content: "";
    transition: opacity 0.4s ease;
    top: 100%;
    right: 30px;
    border-radius: 50%;
    filter: blur(10px);
}.bundle_plan3 .cost_matrix8:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.bundle_plan3 .trial_offers7 {
    flex-direction: row;
    align-items: center;
}.bundle_plan3 .monthly_rate8 {
    order: 0;
    flex: 0 0 30%;
    text-align: left;
    padding-right: 40px;
}.bundle_plan3 .monthly_rate8 h2::after {
    left: 0;
    transform: none;
}.bundle_plan3 .fee_package5 {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.bundle_plan3 .fee_package5 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.bundle_plan3 .class_cost1 {
    padding: 35px;
}.bundle_plan3 .square_image8 {
    height: 220px;
}
}

@media (max-width: 991px) {.bundle_plan3 {
    padding: 80px 0;
}.bundle_plan3 .monthly_rate8 {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.bundle_plan3 {
    padding: 60px 0;
}.bundle_plan3 .fee_package5 {
    gap: 25px;
    grid-template-columns: 1fr;
}.bundle_plan3 .monthly_rate8 h2 {
    font-size: calc(32px - 4px);
}.bundle_plan3 .square_image8 {
    height: 180px;
}.bundle_plan3 .class_cost1 {
    padding: 25px;
}
}

@media (max-width: 480px) {.bundle_plan3 {
    padding: 50px 0;
}.bundle_plan3 .class_cost1 h3 {
    font-size: 22px;
}.bundle_plan3 .offer_box1 {
    font-size: calc(22px - 2px);
}.bundle_plan3 .square_image8 {
    height: 160px;
}.bundle_plan3 .class_cost1 {
    padding: 20px;
}}.course_benefits6 {
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(225,221,220) 0%, #ffffff 100%);
    position: relative;
}.course_benefits6::before {
    right: -5%;
    width: 35%;
    position: absolute;
    content: "";
    top: -10%;
    filter: blur(40px);
    z-index: 1;
    background: linear-gradient(225deg, rgb(205,188,186,0.5) 20%, transparent 80%);
    transform: rotate(-15deg);
    height: 70%;
    opacity: 0.5;
    animation: float 12s infinite ease-in-out;
}.course_benefits6::after {
    bottom: -10%;
    height: 60%;
    opacity: 0.5;
    filter: blur(40px);
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(175,133,132,0.5) 30%, transparent 80%);
    width: 35%;
    z-index: 1;
    transform: rotate(15deg);
    left: -5%;
    animation: float 15s infinite ease-in-out reverse;
}.course_benefits6 h5 {
    color: #000000;
    line-height: 1.4;
    max-width: 800px;
    font-size: 19px;
    text-align: center;
    animation: fadeInUp 0.8s ease-out forwards;
    font-weight: 700;
    margin-bottom: 60px;
    margin-left: auto;
    transform: perspective(1000px) rotateX(0deg);
    margin-right: auto;
    position: relative;
}.course_benefits6 h5::after {
    position: absolute;
    left: 50%;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(205,188,186) 0%, rgb(175,133,132) 100%);
    border-radius: 10px;
    bottom: -15px;
    transform: translateX(-50%);
    height: 3px;
}.course_benefits6 .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.course_benefits6 .founders_team9 {
    padding: 40px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background-color: rgba(255, 255, 255, 0.7);
    gap: 40px;
    display: grid;
    backdrop-filter: blur(8px);
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    align-items: center;
    position: relative;
    border-radius: 13px;
}.course_benefits6 .founders_team9:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.course_benefits6 .square_image8 {
    transform: perspective(1000px) rotateY(-5deg);
    aspect-ratio: 4/3;
    transition: transform 0.5s ease;
    object-fit: cover;
    filter: saturate(1.05);
    border-radius: 13px;
    height: auto;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
}.course_benefits6 .founders_team9:hover .square_image8 {
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
}.course_benefits6 .text_spot5 {
    padding-left: 20px;
}.course_benefits6 ul {
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 20px;
    margin: 0;
}.course_benefits6 li {
    animation-delay: calc(0.1s * var(--item-index, 0));
    position: relative;
    padding-left: 40px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.5s ease-out forwards;
}.course_benefits6 li:nth-child(1) {
    --item-index: 1;
}.course_benefits6 li:nth-child(2) {
    --item-index: 2;
}.course_benefits6 li:nth-child(3) {
    --item-index: 3;
}.course_benefits6 li:nth-child(4) {
    --item-index: 4;
}.course_benefits6 li:nth-child(5) {
    --item-index: 5;
}.course_benefits6 li:hover {
    transition: transform 0.3s ease;
    transform: translateX(5px);
}.course_benefits6 li p {
    display: flex;
    line-height: 1.6;
    align-items: flex-start;
    font-size: 14px;
    color: #000000;
    margin: 0;
}.course_benefits6 li svg {
    transition: transform 0.3s ease;
    left: 0;
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
}.course_benefits6 li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.course_benefits6 li svg path {
    fill: rgb(205,188,186);
    transition: fill 0.3s ease;
}.course_benefits6 li:hover svg path {
    fill: rgb(175,133,132);
}

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

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

@media (max-width: 992px) {.course_benefits6 {
    padding: 80px 0 60px;
}.course_benefits6 .founders_team9 {
    padding: 30px;
    grid-template-columns: 1fr;
}.course_benefits6 .square_image8 {
    max-height: 300px;
    transform: perspective(1000px) rotateY(0deg);
    width: 100%;
}.course_benefits6 .text_spot5 {
    padding-left: 0;
    padding-top: 20px;
}.course_benefits6 h5 {
    margin-bottom: 50px;
    font-size: calc(19px * 0.9);
}
}

@media (max-width: 768px) {.course_benefits6 {
    padding: 60px 0 40px;
}.course_benefits6 h5 {
    margin-bottom: 40px;
    font-size: calc(19px * 0.8);
}.course_benefits6 .founders_team9 {
    padding: 20px;
}.course_benefits6 li {
    padding-left: 35px;
}.course_benefits6 li svg {
    height: 24px;
    width: 24px;
}.course_benefits6 li p {
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.course_benefits6 {
    padding: 50px 0 30px;
}.course_benefits6 h5 {
    font-size: calc(19px * 0.7);
    margin-bottom: 30px;
}.course_benefits6 .founders_team9 {
    gap: 20px;
    padding: 15px;
}.course_benefits6 .square_image8 {
    max-height: 200px;
}.course_benefits6 li {
    gap: 15px;
    padding-left: 30px;
}.course_benefits6 li svg {
    height: 20px;
    width: 20px;
}.course_benefits6 li p {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}}.statistical_details5 {
    position: relative;
    padding: 80px 0;
    z-index: 1;
    background: rgb(225,221,220);
    overflow: hidden;
}.statistical_details5::before {
    height: 100%;
    z-index: -1;
    position: absolute;
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    top: 0;
    opacity: 0.05;
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgb(205,188,186,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(205,188,186,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(205,188,186,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(205,188,186,0.5) 75%);
}.statistical_details5 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.statistical_details5 .study_statistics7 {
    border-radius: 23px;
    padding: 40px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
}.statistical_details5 .study_statistics7::before {
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(205,188,186), rgb(175,133,132));
    width: 5px;
    position: absolute;
    top: 0;
}.statistical_details5 .edu_statistics1 {
    margin-bottom: 20px;
    padding-left: 20px;
    color: #000000;
    font-weight: 700;
    font-size: 31px;
    position: relative;
}.statistical_details5 .career_statistics3 {
    line-height: 1.7;
    margin: 0;
    font-size: 17px;
    padding-left: 20px;
    color: #000000;
}.statistical_details5 .value_statistics2 {
    display: grid;
    position: relative;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}.statistical_details5 .statistics_edge4 {
    transition: all 0.4s ease;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    padding: 30px 25px;
    display: flex;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    overflow: hidden;
    align-items: center;
    justify-content: center;
}.statistical_details5 .statistics_edge4:nth-child(odd) {
    border-top: 3px solid rgb(205,188,186);
}.statistical_details5 .statistics_edge4:nth-child(even) {
    border-top: 3px solid rgb(175,133,132);
}.statistical_details5 .statistics_edge4:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.statistical_details5 .statistics_edge4 h4 {
    font-weight: 700;
    color: rgb(205,188,186);
    margin: 0 0 15px;
    transition: all 0.3s ease;
    font-size: 2.5rem;
}.statistical_details5 .statistics_edge4:nth-child(even) h4 {
    color: rgb(175,133,132);
}.statistical_details5 .statistics_edge4 span {
    line-height: 1.5;
    transition: all 0.3s ease;
    color: #000000;
    font-size: calc(17px * 0.9);
}.statistical_details5 .statistics_edge4::after {
    width: 100%;
    background: linear-gradient(to top, rgb(205,188,186,0.5) 0%, transparent 100%);
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    height: 0;
    transition: all 0.4s ease;
    z-index: -1;
}.statistical_details5 .statistics_edge4:nth-child(even)::after {
    background: linear-gradient(to top, rgb(175,133,132,0.5) 0%, transparent 100%);
}.statistical_details5 .statistics_edge4:hover::after {
    height: 100%;
}.statistical_details5 svg {
    transition: all 0.3s ease;
    height: 40px;
    margin-bottom: 15px;
    width: 40px;
    fill: rgb(205,188,186);
}.statistical_details5 .statistics_edge4:nth-child(even) svg {
    fill: rgb(175,133,132);
}.statistical_details5 svg path {
    transition: all 0.3s ease;
    fill: rgb(205,188,186);
}.statistical_details5 .statistics_edge4:nth-child(even) svg path {
    fill: rgb(175,133,132);
}.statistical_details5 .statistics_edge4:hover svg {
    transform: scale(1.1);
}

@media (max-width: 1200px) {.statistical_details5 .value_statistics2 {
    grid-template-columns: repeat(3, 1fr);
}.statistical_details5 .statistics_edge4 {
    padding: 25px 20px;
}.statistical_details5 .statistics_edge4 h4 {
    font-size: 2.2rem;
}
}

@media (max-width: 992px) {.statistical_details5 .study_statistics7 {
    padding: 30px;
}.statistical_details5 .value_statistics2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
}

@media (max-width: 768px) {.statistical_details5 {
    padding: 60px 0;
}.statistical_details5 .study_statistics7 {
    margin-bottom: 30px;
    padding: 25px;
}.statistical_details5 .edu_statistics1 {
    margin-bottom: 15px;
    font-size: calc(31px * 0.85);
}.statistical_details5 .career_statistics3 {
    font-size: calc(17px * 0.95);
}.statistical_details5 .statistics_edge4 h4 {
    margin-bottom: 10px;
    font-size: 2rem;
}.statistical_details5 svg {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
}
}

@media (max-width: 576px) {.statistical_details5 {
    padding: 50px 0;
}.statistical_details5 .value_statistics2 {
    gap: 15px;
    grid-template-columns: 1fr;
}.statistical_details5 .statistics_edge4 {
    padding: 20px 15px;
}.statistical_details5 .statistics_edge4 h4 {
    font-size: 1.8rem;
}.statistical_details5 .statistics_edge4 span {
    font-size: calc(17px * 0.85);
}.statistical_details5 .edu_statistics1 {
    font-size: calc(31px * 0.7);
}}.course_overview1 {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(225,221,220) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
}.course_overview1::before {
    position: absolute;
    filter: blur(50px);
    animation: float 20s infinite alternate ease-in-out;
    background: linear-gradient(145deg, rgb(175,133,132,0.5) 0%, rgb(205,188,186,0.5) 100%);
    opacity: 0.1;
    right: -5%;
    width: 30vw;
    transform: rotate(-15deg);
    border-radius: 49% 51% 68% 32% / 38% 41% 59% 62%;
    z-index: 0;
    content: "";
    top: -10%;
    height: 30vw;
}.course_overview1::after {
    position: absolute;
    transform: rotate(10deg);
    height: 40vw;
    z-index: 0;
    bottom: -15%;
    filter: blur(70px);
    left: -10%;
    width: 40vw;
    animation: float 25s infinite alternate-reverse ease-in-out;
    content: "";
    border-radius: 51% 49% 32% 68% / 41% 38% 62% 59%;
    background: linear-gradient(215deg, rgb(205,188,186,0.5) 0%, rgb(175,133,132) 100%);
    opacity: 0.08;
}.course_overview1 .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.course_overview1 h2 {
    font-size: 28px;
    transform-origin: center left;
    font-weight: 700;
    transition: transform 0.5s ease;
    margin-bottom: 3rem;
    text-align: center;
    color: #000000;
    position: relative;
}.course_overview1 h2::after {
    transform: translateX(-50%);
    height: 3px;
    content: "";
    left: 50%;
    bottom: -15px;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(175,133,132) 0%, rgb(205,188,186) 100%);
}.course_overview1 .skill_path8 {
    perspective: 1000px;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
}.course_overview1 .square_image8 {
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 350px;
    border-radius: 2px;
    position: relative;
    transform: rotateY(-5deg) translateZ(0);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}.course_overview1 .square_image8::before {
    opacity: 0.25;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    right: 0;
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, rgb(175,133,132,0.5) 0%, transparent 100%);
    bottom: 0;
}.course_overview1 .square_image8:hover {
    transform: rotateY(0deg) translateZ(30px) scale(1.02);
}.course_overview1 .square_image8:hover::before {
    opacity: 0.35;
}.course_overview1 .text_spot5 {
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transform: translateZ(0) translateY(-10px);
    z-index: 1;
    background: #ffffff;
    padding: 2rem;
    border-radius: 2px;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}.course_overview1 .text_spot5::before {
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    height: 0;
    background: linear-gradient(to bottom, rgb(205,188,186), rgb(175,133,132));
    top: 0;
    position: absolute;
    content: "";
    width: 3px;
}.course_overview1 .text_spot5:hover {
    transform: translateZ(20px) translateY(-15px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.course_overview1 .text_spot5:hover::before {
    height: 100%;
}.course_overview1 .description {
    position: relative;
    line-height: 1.7;
    max-height: 300px;
    padding-right: 10px;
    overflow-y: auto;
    color: #000000;
    font-size: 12px;
    margin-bottom: 1.5rem;
}.course_overview1 .description:last-child {
    margin-bottom: 0;
}.course_overview1 .description::-webkit-scrollbar {
    width: 4px;
}.course_overview1 .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.course_overview1 .description::-webkit-scrollbar-thumb {
    background: linear-gradient(rgb(175,133,132), rgb(205,188,186));
    border-radius: 10px;
}

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

@media (min-width: 768px) {.course_overview1 {
    padding: 7rem 0;
}.course_overview1 h2 {
    font-size: calc(28px * 1.1);
    margin-bottom: 4rem;
}.course_overview1 h2::after {
    width: 100px;
}.course_overview1 .skill_path8 {
    grid-template-columns: 45% 55%;
    align-items: center;
    gap: 4rem;
}.course_overview1 .square_image8 {
    height: 450px;
}.course_overview1 .text_spot5 {
    padding: 2.5rem 3rem;
}
}

@media (min-width: 992px) {.course_overview1 {
    padding: 8rem 0;
}.course_overview1 h2 {
    font-size: calc(28px * 1.2);
}.course_overview1 .skill_path8 {
    gap: 5rem;
}.course_overview1 .square_image8 {
    height: 500px;
}.course_overview1 .text_spot5 {
    padding: 3rem 4rem;
}.course_overview1 .description {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
    max-height: 500px;
}
}

@media (max-width: 767px) {.course_overview1 {
    padding: 4rem 0;
}.course_overview1 h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
}.course_overview1 .square_image8 {
    transform: rotateY(0deg);
    height: 250px;
}.course_overview1 .text_spot5 {
    padding: 1.5rem;
}.course_overview1 .description {
    font-size: calc(12px * 0.95);
    max-height: 250px;
    line-height: 1.6;
}
}

@media (max-width: 480px) {.course_overview1 {
    padding: 3rem 0;
}.course_overview1 h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
}.course_overview1 h2::after {
    width: 60px;
    bottom: -10px;
}.course_overview1 .square_image8 {
    height: 200px;
}.course_overview1 .text_spot5 {
    padding: 1.25rem;
}.course_overview1 .description {
    margin-bottom: 1rem;
    max-height: 200px;
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}}.title_page4 {
    padding: 2rem;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}.title_page4::before {
    backdrop-filter: blur(2px) saturate(120%);
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.65) 50%, 
    rgba(0, 0, 0, 0.75) 100%);
    z-index: -1;
    right: 0;
    top: 0;
    position: absolute;
    content: "";
}.title_page4::after {
    z-index: -1;
    width: 120%;
    animation: backgroundShift 120s linear infinite;
    content: "";
    opacity: 0.05;
    left: -10%;
    position: absolute;
    top: -10%;
    height: 120%;
    background: repeating-linear-gradient(
    45deg,
    rgb(205,188,186,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(205,188,186,0.5) 12px
  );
}.title_page4 > div {
    max-width: 1200px;
    position: relative;
    transform: translateY(-2vh);
    padding: 2rem;
    z-index: 2;
    width: 100%;
}.title_page4 > div > div:first-child {
    overflow: hidden;
    position: relative;
    margin-bottom: 3rem;
}.title_style_header {
    position: relative;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    animation: slideInUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    line-height: 1.2;
    transform: translateY(0);
    margin: 0;
    font-weight: 700;
}.title_style_header::after {
    height: 0.35rem;
    width: 8rem;
    background: linear-gradient(90deg, rgb(205,188,186), transparent);
    left: 0;
    content: "";
    position: absolute;
    transform-origin: left;
    bottom: -0.5rem;
    animation: expandWidth 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
}.learn_title5 {
    opacity: 0;
    transform: translateY(30px);
    display: grid;
    animation: fadeInUp 1s ease-out 0.6s forwards;
    gap: 2rem;
    grid-template-columns: 1fr;
}.title_page4 .virtual_study6 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: perspective(1000px) rotateX(2deg);
    padding: 2rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, 
    rgba(255, 255, 255, 0.09) 0%, 
    rgba(255, 255, 255, 0.05) 100%);
}.title_page4 .virtual_study6:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.title_page4 .virtual_study6 h3 {
    position: relative;
    line-height: 1.4;
    margin: 0;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: #ffffff;
    font-weight: 600;
}.learn_title5 > div:last-child {
    transform: perspective(1000px) rotateX(-2deg);
    overflow: hidden;
    padding: 1.5rem 2rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(205,188,186);
}.learn_title5 > div:last-child::before {
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    animation: shimmer 3s infinite;
    height: 100%;
    width: 100%;
    left: 0;
}.learn_title5 > div:last-child:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.learn_title5 > div:last-child span {
    position: relative;
    display: block;
}.learn_title5 > div:last-child p {
    font-size: clamp(1rem, 2vw, 1.3rem);
    line-height: 1.6;
    color: #ffffff;
    margin: 0;
    position: relative;
    font-weight: 400;
}

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

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

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

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-5%, 5%) rotate(1deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

@media (min-width: 768px) {.title_page4 {
    padding: 3rem;
}.title_page4 > div {
    padding: 3rem;
}.learn_title5 {
    gap: 3rem;
    grid-template-columns: 2fr 1fr;
}.title_page4 .virtual_study6 {
    transform: perspective(1000px) rotateX(3deg) rotateY(-2deg);
}.title_page4 .virtual_study6:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-15px);
}.learn_title5 > div:last-child {
    transform: perspective(1000px) rotateX(-3deg) rotateY(2deg);
}.learn_title5 > div:last-child:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-15px);
}
}

@media (max-width: 767px) {.title_page4 {
    padding: 1.5rem;
}.title_page4 > div {
    padding: 1.5rem;
}.title_style_header {
    font-size: clamp(2rem, 7vw, 2.5rem);
}.title_style_header::after {
    height: 0.25rem;
    width: 6rem;
}.title_page4 .virtual_study6 {
    padding: 1.5rem;
}.learn_title5 > div:last-child {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 480px) {.title_page4 > div {
    padding: 1rem;
}.title_style_header {
    font-size: clamp(1.75rem, 8vw, 2rem);
}.title_style_header::after {
    width: 5rem;
    height: 0.2rem;
}.title_page4 .virtual_study6 {
    padding: 1.25rem;
}.title_page4 .virtual_study6 h3 {
    font-size: clamp(1rem, 5vw, 1.25rem);
}.learn_title5 > div:last-child {
    padding: 1rem 1.25rem;
}.learn_title5 > div:last-child p {
    font-size: clamp(0.875rem, 4vw, 1rem);
}}header {
    z-index: 100;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    margin-top: 0;
    overflow: visible;
    background: linear-gradient(120deg, rgb(205,188,186) 0%, rgb(175,133,132) 100%);
    position: relative;
    padding: 0;
}header::before {
    z-index: -1;
    content: '';
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    bottom: 2px;
    top: 2px;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    right: 2px;
    left: 2px;
}header .nav_teach0 {
    z-index: 5;
    align-items: center;
    position: relative;
    display: flex;
    padding: 1.2rem 3rem;
    justify-content: space-between;
}header .top_page5 {
    transition: all 0.3s ease;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    margin-right: 2rem;
    flex: 0 0 auto;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
}header .top_page5::before {
    top: 3px;
    position: absolute;
    z-index: -1;
    content: '';
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    left: 3px;
    bottom: 3px;
    right: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
}header .top_page5:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}header .main_learning4 {
    display: block;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
}header .main_learning4 img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .nav_sitebar6 {
    display: flex;
    list-style: none;
    margin: 0;
    position: relative;
    z-index: 2;
    padding: 0;
}header .main_core1 {
    margin: 0 0.5rem;
    position: relative;
}header .main_core1 a {
    position: relative;
    text-decoration: none;
    color: #ffffff;
    height: 40px;
    padding: 0 1.2rem;
    overflow: hidden;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid transparent;
    align-items: center;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    justify-content: center;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
}header .main_core1 a::before {
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    top: 0;
    width: 100%;
    content: '';
    height: 100%;
    left: -100%;
    transition: left 0.7s ease;
}header .main_core1 a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
}header .main_core1 a:hover::before {
    left: 100%;
}header .main_core1::after {
    position: absolute;
    left: 50%;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    background: #ffffff;
    width: 0;
    content: '';
    bottom: -5px;
    height: 2px;
}header .main_core1:hover::after {
    width: 80%;
}header .nav_teach0::before {
    border-bottom: none;
    position: absolute;
    content: '';
    border-right: none;
    right: 10px;
    width: 40px;
    height: 40px;
    opacity: 0.5;
    top: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}header .nav_teach0::after {
    border-top: none;
    opacity: 0.5;
    content: '';
    height: 40px;
    left: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-left: none;
    position: absolute;
    bottom: 10px;
    width: 40px;
}header .first_section9 {
    margin-top: -15px;
    z-index: 1;
    padding-top: 2rem;
    background: rgb(225,221,220);
    position: relative;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    top: 15px;
    right: 15px;
    box-shadow: 0 0 10px #ffffff;
    height: 8px;
    width: 8px;
    animation: pulse 2s infinite;
    border-radius: 50%;
    background: #ffffff;
    content: '';
    position: absolute;
}

@media (min-width: 1400px) {header .nav_teach0 {
    max-width: 1320px;
    margin: 0 auto;
}header .main_core1 {
    margin: 0 0.7rem;
}header .main_core1 a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .nav_teach0 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .top_page5 {
    margin-bottom: 0;
    margin-right: 0;
}header .nav_sitebar6 {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .main_core1 a {
    font-size: calc(18px - 1px);
    padding: 0 1rem;
    height: 35px;
}header .nav_teach0::before,
    header .nav_teach0::after {
    display: none;
}.first_section9 {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .nav_teach0 {
    padding: 0.8rem 1.5rem;
}header .top_page5 {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .main_learning4 img {
    max-height: 35px;
}header .nav_sitebar6 {
    justify-content: flex-start;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}header .nav_sitebar6::-webkit-scrollbar {
    height: 3px;
}header .nav_sitebar6::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .main_core1 {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .main_core1 a {
    padding: 0 0.8rem;
    font-size: calc(18px - 2px);
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    height: 32px;
    white-space: nowrap;
}header .main_core1::after {
    display: none;
}header::after {
    height: 5px;
    top: 10px;
    width: 5px;
    right: 10px;
}.first_section9 {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .nav_teach0 {
    padding: 0.7rem 1.2rem;
}header .top_page5 {
    max-width: 120px;
    padding: 0.4rem 0.6rem;
}header .main_core1 a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(18px - 3px);
}}footer {
    position: relative;
    width: 100%;
}footer .level_up5 {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    background-color: rgb(175,133,132);
}footer .level_up5::before {
    background-color: rgb(175,133,132);
    height: 100px;
    content: "";
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    transform: skewY(-3deg);
    left: 0;
    z-index: 0;
    top: -50px;
    position: absolute;
    right: 0;
}footer .footer_subscribe6 {
    z-index: 1;
    position: relative;
}footer .get_contactbox4 {
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: center;
    display: flex;
    gap: 15px;
}footer .info_item {
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    max-width: 300px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    background-color: rgb(175,133,132,0.5);
    padding: 15px 20px 15px 25px;
}footer .info_item::before {
    position: absolute;
    background-color: rgb(205,188,186);
    left: 0;
    content: "";
    width: 5px;
    top: 0;
    height: 100%;
}footer .info_item::after {
    z-index: -1;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
}footer .info_item:nth-child(even) {
    background-color: rgb(205,188,186,0.5);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}footer .info_item svg {
    margin-right: 12px;
    vertical-align: middle;
    top: -1px;
    width: 20px;
    height: 20px;
    position: relative;
    fill: rgb(205,188,186);
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    transition: color 0.3s ease;
    display: inline-block;
    vertical-align: middle;
}footer .info_item a:hover {
    color: rgb(205,188,186);
}footer .text_main_holder {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}footer .top_page5 {
    background-color: rgb(175,133,132,0.5);
    padding: 30px;
    position: relative;
    border-radius: 26px;
}footer .top_page5::before {
    top: 15px;
    position: absolute;
    right: 15px;
    content: "";
    pointer-events: none;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: calc(26px - 8px);
    left: 15px;
    bottom: 15px;
}footer .top_page5 svg {
    display: block;
    margin-bottom: 20px;
    width: auto;
    filter: brightness(0) invert(1);
    height: 45px;
}footer .site_map4 {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .nav_sitebar6 {
    position: relative;
}footer .nav_sitebar6 h5 {
    margin-bottom: 25px;
    color: #ffffff;
    padding-left: 15px;
    font-weight: 600;
    font-size: 21px;
    display: inline-block;
    position: relative;
}footer .nav_sitebar6 h5::before {
    content: "";
    width: 3px;
    background-color: rgb(205,188,186);
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}footer .head_edu3 {
    position: relative;
    margin-bottom: 25px;
}footer .head_edu3 a {
    background-color: rgb(175,133,132,0.5);
    font-size: 16px;
    margin: 0 10px 10px 0;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 0 5px 5px 0;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    position: relative;
}footer .head_edu3 a::before {
    top: 0;
    height: 100%;
    transition: width 0.3s ease;
    background-color: rgb(205,188,186);
    width: 3px;
    left: 0;
    position: absolute;
    content: "";
}footer .head_edu3 a:hover {
    color: #ffffff;
    transform: translateX(5px);
    background-color: rgb(205,188,186,0.5);
}footer .head_edu3 a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    position: relative;
    background-color: rgb(175,133,132,0.5);
    padding: 30px;
    border-radius: 26px;
}footer .subscribe_holder::before {
    border-radius: calc(26px - 8px);
    bottom: 15px;
    content: "";
    position: absolute;
    right: 15px;
    left: 15px;
    top: 15px;
    pointer-events: none;
    border: 1px dashed rgba(255, 255, 255, 0.1);
}footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 21px;
    position: relative;
    padding-left: 15px;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder h5::before {
    background-color: rgb(205,188,186);
    height: 100%;
    width: 3px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 16px;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 16px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(205,188,186);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub_material8 {
    transition: all 0.3s ease;
    background-color: rgb(205,188,186);
    overflow: hidden;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    padding: 14px 20px;
    cursor: pointer;
    position: relative;
    font-size: 17px;
}footer .sub_material8::after {
    position: absolute;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 200%;
    width: 200%;
    top: -50%;
    transition: all 0.5s ease;
    left: -100%;
}footer .sub_material8:hover {
    background-color: rgb(175,133,132);
}footer .sub_material8:hover::after {
    left: 100%;
}footer .footer_milestones5 {
    position: relative;
    margin-top: 50px;
    text-align: center;
}footer .footer_milestones5::before {
    top: -25px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    left: 50%;
    content: "";
}footer .privacy_cta6 {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    font-size: 14px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_material8 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .level_up5 {
    padding: 60px 0 30px;
}footer .get_contactbox4 {
    margin-bottom: 40px;
}footer .top_page5, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head_edu3 a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .footer_milestones5 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .level_up5 {
    padding: 50px 0 20px;
}footer .nav_sitebar6 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(21px - 2px);
}footer .top_page5::before, footer .subscribe_holder::before {
    right: 10px;
    top: 10px;
    bottom: 10px;
    left: 10px;
}footer .input_holder input[type="email"],
    footer .sub_material8 {
    padding: 12px;
}}.instructor_history1 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(125deg, #000000 0%, rgb(225,221,220) 100%);
}.instructor_history1::before {
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(205,188,186,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(175,133,132,0.5) 0%, transparent 30%);
    position: absolute;
    height: 100%;
    animation: pulse 20s infinite alternate;
    width: 100%;
    content: "";
    top: 0;
}.instructor_history1 .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    perspective: 1200px;
    z-index: 2;
    margin: 0 auto;
}.instructor_history1 .review_lounge4 {
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    transform: rotateY(-10deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: grid;
    gap: 10px 30px;
    position: relative;
    transform-style: preserve-3d;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.2fr 0.8fr;
}.instructor_history1 .review_lounge4:hover {
    transform: rotateY(0deg) translateZ(10px);
}.instructor_history1 .experience_area5 {
    z-index: 1;
    transform: translateZ(20px);
    padding: 50px 40px;
    border-radius: 17px;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    margin: 0;
    font-size: 13px;
    grid-area: quote;
    backdrop-filter: blur(10px);
    line-height: 1.7;
    font-weight: 300;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(205,188,186,0.5);
    color: #ffffff;
}.instructor_history1 .experience_area5::before {
    top: 15px;
    position: absolute;
    font-size: calc(43px * 2);
    line-height: 1;
    left: 20px;
    content: "";
    color: rgb(205,188,186);
}.instructor_history1 .square_image8 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    grid-area: photo;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(205,188,186,0.5);
    height: 280px;
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateZ(40px);
}.instructor_history1 .review_lounge4:hover .square_image8 {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(205,188,186,0.5);
}.instructor_history1 .name {
    font-size: 19px;
    margin: 0;
    grid-area: name;
    transform: translateZ(30px);
    color: #ffffff;
    border-radius: 10px;
    background: rgb(205,188,186);
    font-weight: 700;
    padding: 15px 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    z-index: 2;
}.instructor_history1 .review_lounge4:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.instructor_history1 .review_lounge4 > span:not(.name) {
    z-index: 2;
    transition: transform 0.3s ease;
    padding: 10px 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    grid-area: job;
    color: rgb(175,133,132);
    font-weight: 600;
    border-radius: 10px;
    transform: translateZ(25px);
    background: #ffffff;
    font-size: 13px;
}.instructor_history1 .review_lounge4:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.instructor_history1 {
    padding: 80px 0;
}.instructor_history1 .review_lounge4 {
    grid-template-areas:
      "square_image8"
      "name"
      "work_list8"
      "experience_area5";
    grid-template-rows: auto auto auto auto;
    transform: none;
    gap: 15px;
    grid-template-columns: 1fr;
}.instructor_history1 .experience_area5,
  .instructor_history1 .square_image8,
  .instructor_history1 .name,
  .instructor_history1 .review_lounge4 > span:not(.name) {
    transform: none;
}.instructor_history1 .review_lounge4:hover .experience_area5,
  .instructor_history1 .review_lounge4:hover .square_image8,
  .instructor_history1 .review_lounge4:hover .name,
  .instructor_history1 .review_lounge4:hover > span:not(.name) {
    transform: none;
}.instructor_history1 .square_image8 {
    width: 90%;
    height: 240px;
    margin: 0 auto;
}.instructor_history1 .experience_area5 {
    padding: 30px;
}.instructor_history1 .name,
  .instructor_history1 .review_lounge4 > span:not(.name) {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
}

@media (max-width: 576px) {.instructor_history1 {
    padding: 60px 0;
}.instructor_history1 .square_image8 {
    height: 200px;
    width: 100%;
}.instructor_history1 .experience_area5 {
    font-size: calc(13px * 0.95);
    padding: 25px 20px;
}.instructor_history1 .name {
    font-size: calc(19px * 0.9);
}.instructor_history1 .review_lounge4 > span:not(.name) {
    font-size: calc(13px * 0.9);
}}.privacy_chamber7 {
    font-family: Arial, sans-serif;
    padding: 50px;
    overflow: hidden;
    height: auto;
    color: #ffffff;
    border: 1px solid rgb(205,188,186);
    width: 100%;
    box-shadow: inset 0 0 10px rgb(175,133,132,0.5), 0 0 15px rgb(205,188,186,0.5);
}.privacy_chamber7 h1 {
    color: rgb(205,188,186);
    background: linear-gradient(90deg, rgb(205,188,186), rgb(175,133,132));
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(205,188,186);
    padding-bottom: 15px;
    -webkit-background-clip: text !important;
    font-weight: 700;
    margin-top: 50px;
    color: transparent;
    font-size: 47px;
}.privacy_chamber7 h2 {
    margin-bottom: 25px;
    color: rgb(175,133,132);
    border-bottom: 1px solid rgb(175,133,132);
    font-size: 28px;
    letter-spacing: 1px;
    margin-top: 40px;
    -webkit-background-clip: text !important;
    padding-bottom: 10px;
    font-weight: 600;
    color: transparent;
    background: linear-gradient(90deg, rgb(175,133,132), rgb(205,188,186));
}.privacy_chamber7 h3, .privacy_chamber7 h4, .privacy_chamber7 h5, .privacy_chamber7 h6 {
    -webkit-background-clip: text !important;
    color: rgb(205,188,186);
    margin-bottom: 20px;
    font-size: 23px;
    background: linear-gradient(90deg, rgb(205,188,186), rgb(175,133,132));
    margin-top: 30px;
    color: transparent;
    font-weight: 600;
}.privacy_chamber7 ul, .privacy_chamber7 ol {
    border-radius: 10px;
    padding: 20px 0;
    list-style: none;
    padding-left: 0;
}.privacy_chamber7 li {
    line-height: 1.8;
    padding-left: 20px;
    position: relative;
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
}.privacy_chamber7 li::before {
    font-weight: 700;
    content: ">";
    color: rgb(205,188,186);
    left: 0;
    position: absolute;
}.privacy_chamber7 section {
    margin-top: 30px;
    background: rgb(225,221,220);
    padding: 25px;
    box-shadow: 0 0 15px rgb(205,188,186,0.5);
    border-radius: 10px;
}.privacy_chamber7 p, .privacy_chamber7 span, .privacy_chamber7 div {
    line-height: 2;
    font-size: 12px;
    margin-bottom: 15px;
    color: transparent;
    color: #ffffff;
    background: linear-gradient(90deg, rgb(205,188,186), rgb(175,133,132));
    -webkit-background-clip: text !important;
    font-weight: 300;
}

@media only screen and (max-width: 800px) {.privacy_chamber7 {
    padding: 20px 10px;
}.privacy_chamber7 h1 {
    font-size: calc(23px * 0.8);
}.privacy_chamber7 h2 {
    font-size: calc(23px * 0.8);
}.privacy_chamber7 h3, .privacy_chamber7 h4, .privacy_chamber7 h5, .privacy_chamber7 h6 {
    font-size: calc(23px * 0.8);
}.privacy_chamber7 p, .privacy_chamber7 span, .privacy_chamber7 div {
    font-size: calc(12px * 0.9);
}}.cookie_banner_dialog8 {
    position: fixed;
    background: rgb(175,133,132);
    border-top: 3px solid rgb(205,188,186);
    padding: 15px 20px;
    width: 100%;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 90;
    bottom: 0;
}.cookie_rules3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}.online_tracking4 {
    flex-shrink: 0;
    margin-right: 20px;
}.online_tracking4 svg {
    width: 50px;
    height: 50px;
    fill: rgb(205,188,186);
}.privacy_opt0 {
    max-width: 600px;
    justify-content: center;
    flex-direction: column;
    display: flex;
}.cookie_banner_dialog8 h5 {
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 23px;
}.cookie_banner_dialog8 p {
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
}.consent_panel3 {
    flex-shrink: 0;
    transition: none;
    margin-left: 10px;
    min-width: 150px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 20px;
    background: rgb(205,188,186);
    border: 2px solid rgb(205,188,186);
}.consent_panel3:hover {
    border-color: rgb(205,188,186,0.5);
    background: rgb(205,188,186,0.5);
}.cookie_banner_dialog8 p a {
    text-decoration: none;
    color: rgb(205,188,186);
    border-bottom: 2px solid rgb(205,188,186);
}.cookie_banner_dialog8 p a:hover {
    border-bottom-color: rgb(175,133,132);
    color: rgb(175,133,132);
}
@media only screen and (max-width: 1200px) {.cookie_banner_dialog8 {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.online_tracking4 {
    display: none;
}.cookie_rules3 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_banner_dialog8 h5, .cookie_banner_dialog8 p {
    text-align: center;
}.privacy_opt0 {
    margin-bottom: 15px;
}.consent_panel3 {
    margin-left: 0;
    margin-top: 10px;
}}
#cookieWarningWindow4 {
    display: none;
}#cookieWarningWindow4:checked ~ .cookie_banner_dialog8 {
    opacity: 0;
    visibility: hidden;
}.customer_feedback2 {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(225,221,220) 50%, rgb(205,188,186,0.5) 50%);
}.customer_feedback2::before {
    top: -5%;
    border-radius: 50%;
    content: "";
    opacity: 0.7;
    z-index: 0;
    background: linear-gradient(45deg, rgb(175,133,132), rgb(205,188,186,0.5));
    position: absolute;
    right: -5%;
    width: 200px;
    filter: blur(50px);
    height: 200px;
}.customer_feedback2::after {
    height: 250px;
    left: -5%;
    width: 250px;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 0;
    position: absolute;
    filter: blur(60px);
    bottom: -5%;
    background: linear-gradient(135deg, rgb(205,188,186), rgb(175,133,132,0.5));
    content: "";
}.customer_feedback2 .container {
    z-index: 1;
    position: relative;
}.customer_feedback2 h2 {
    display: inline-block;
    font-weight: 700;
    position: relative;
    font-size: 37px;
    color: #000000;
    transform: skewX(-5deg);
    margin-bottom: 4rem;
}.customer_feedback2 h2::after {
    transform: translateX(15%);
    content: "";
    bottom: -10px;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(175,133,132), transparent);
    position: absolute;
    width: 70%;
}.customer_feedback2 .user_review4 {
    display: grid;
    transform: rotate(-2deg);
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}.customer_feedback2 .review_lounge4 {
    transform: rotate(2deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 2rem;
    overflow: hidden;
    flex-direction: column;
    transition: all 0.5s ease;
    border-radius: 19px;
    display: flex;
    background: #ffffff;
}.customer_feedback2 .review_lounge4:nth-child(odd) {
    transform: rotate(4deg) translateY(-15px);
}.customer_feedback2 .review_lounge4:nth-child(3n) {
    transform: rotate(-1deg) translateY(10px);
}.customer_feedback2 .review_lounge4:hover {
    z-index: 2;
    transform: rotate(0) translateY(-10px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.customer_feedback2 .review_lounge4::before {
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(175,133,132), rgb(205,188,186));
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}.customer_feedback2 .review_lounge4 img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    border: 3px solid #ffffff;
    transition: all 0.5s ease;
    transform: translateY(-20px);
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}.customer_feedback2 .review_lounge4:hover img {
    transform: translateY(-20px) scale(1.1) rotate(360deg);
}.customer_feedback2 .review_lounge4 p {
    text-align: center;
    font-weight: 600;
    font-size: calc(18px * 1.1);
    color: #000000;
    margin-bottom: 0.5rem;
}.customer_feedback2 .review_lounge4 .description {
    font-style: italic;
    line-height: 1.6;
    color: #000000;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}.customer_feedback2 .review_lounge4 .description::before {
    font-size: 4rem;
    color: rgb(175,133,132,0.5);
    position: absolute;
    font-family: serif;
    content: "";
    left: 0;
    z-index: -1;
    top: -20px;
}

@media (max-width: 992px) {.customer_feedback2 .user_review4 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.customer_feedback2 {
    background: linear-gradient(135deg, rgb(225,221,220) 40%, rgb(205,188,186,0.5) 60%);
    padding: 4rem 0;
}.customer_feedback2 h2 {
    margin-bottom: 3rem;
    font-size: calc(37px * 0.9);
}.customer_feedback2 .user_review4 {
    grid-template-columns: 1fr;
    transform: rotate(0);
    gap: 2rem;
}.customer_feedback2 .review_lounge4,
    .customer_feedback2 .review_lounge4:nth-child(odd),
    .customer_feedback2 .review_lounge4:nth-child(3n) {
    transform: rotate(0);
}.customer_feedback2 .review_lounge4:hover {
    transform: translateY(-5px);
}}.experience_trial9 {
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    z-index: 1;
    background: linear-gradient(135deg, rgb(205,188,186) 0%, rgb(175,133,132) 100%);
}.experience_trial9::before {
    position: absolute;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}.experience_trial9::after {
    width: 40%;
    height: 150%;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.15) 0%,
        transparent 70%
    );
    top: -30%;
    transform: rotate(-15deg);
    right: -10%;
    position: absolute;
    z-index: -1;
    content: "";
}.experience_trial9 .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    perspective: 1000px;
    flex-direction: column;
    position: relative;
    align-items: center;
    max-width: 1140px;
    display: flex;
}.experience_trial9 h6 {
    transform: translateZ(10px);
    margin-bottom: 2.5rem;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    font-size: calc(17px * 1.1);
    text-align: center;
    color: #ffffff;
    line-height: 1.6;
}.experience_trial9 div div {
    justify-content: center;
    transform: translateZ(20px);
    display: flex;
}.experience_trial9 span {
    opacity: 0;
    display: inline-block;
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
}.experience_trial9 .inquiry_links5 {
    font-family: Arial, sans-serif;
    padding: 1rem 2rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    display: inline-flex;
    position: relative;
    font-weight: 600;
    transform: translateY(0);
    color: rgb(205,188,186);
    align-items: center;
    overflow: hidden;
    font-size: 18px;
    background-color: #ffffff;
    justify-content: center;
    z-index: 1;
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 10px;
}.experience_trial9 .inquiry_links5::before {
    content: "";
    top: 0;
    transform: translateX(-100%);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 100%;
    transition: transform 0.8s ease;
    left: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
}.experience_trial9 .inquiry_links5 span {
    position: relative;
    z-index: 2;
    opacity: 1;
    animation: none;
}.experience_trial9 .inquiry_links5:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
    color: rgb(175,133,132);
    transform: translateY(-5px);
    background-color: #ffffff;
}.experience_trial9 .inquiry_links5:hover::before {
    transform: translateX(100%);
}.experience_trial9 .inquiry_links5:active {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

@media (max-width: 991px) {.experience_trial9 {
    padding: 3.5rem 1.5rem;
}.experience_trial9 h6 {
    font-size: calc(17px * 1);
    margin-bottom: 2rem;
}.experience_trial9 .inquiry_links5 {
    padding: 0.9rem 1.8rem;
}
}

@media (max-width: 767px) {.experience_trial9 {
    padding: 3rem 1.2rem;
}.experience_trial9 h6 {
    font-size: calc(17px * 0.95);
    margin-bottom: 1.8rem;
    line-height: 1.5;
}.experience_trial9 .inquiry_links5 {
    font-size: calc(18px * 0.95);
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 575px) {.experience_trial9 {
    padding: 2.5rem 1rem;
}.experience_trial9 h6 {
    font-size: calc(17px * 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.4;
}.experience_trial9 .inquiry_links5 {
    padding: 0.75rem 1.4rem;
    font-size: calc(18px * 0.9);
}.experience_trial9::after {
    width: 60%;
    right: -20%;
}
}

@media (max-width: 380px) {.experience_trial9 h6 {
    font-size: calc(17px * 0.85);
}.experience_trial9 .inquiry_links5 {
    font-size: calc(18px * 0.85);
    padding: 0.7rem 1.2rem;
}}.course_demographic6 {
    background-color: #ffffff;
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}.course_demographic6::before {
    height: 100%;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(205,188,186,0.5) 0,
        rgb(205,188,186,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    content: '';
    opacity: 0.03;
    position: absolute;
    z-index: 1;
    width: 100%;
}.course_demographic6 .founders_team9 {
    position: relative;
    text-align: center;
    z-index: 10;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1100px;
}.course_demographic6 h3 {
    position: relative;
    font-size: 37px;
    padding: 0 30px;
    color: #000000;
    margin-bottom: 50px;
    display: inline-block;
    font-weight: 700;
}.course_demographic6 h3::before,
.course_demographic6 h3::after {
    background-color: rgb(205,188,186,0.5);
    top: 50%;
    width: 15px;
    position: absolute;
    content: '';
    height: 15px;
    border-radius: 50%;
    transform: translateY(-50%);
}.course_demographic6 h3::before {
    left: 0;
}.course_demographic6 h3::after {
    right: 0;
}.course_demographic6 ul {
    display: flex;
    gap: 25px;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}.course_demographic6 ul li {
    gap: 20px;
    background-color: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    text-align: left;
    align-items: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    min-width: 280px;
    z-index: 1;
    transition: all 0.4s ease;
    width: calc(33.333% - 17px);
    border-radius: 21px;
    padding: 35px 25px;
}.course_demographic6 ul li::before {
    left: 0;
    content: '';
    top: 0;
    position: absolute;
    opacity: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    border-radius: 21px;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(225,221,220) 100%);
}.course_demographic6 ul li:hover {
    transform: translateY(-7px) scale(1.03);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.course_demographic6 ul li:hover::before {
    opacity: 1;
}.course_demographic6 ul li svg {
    transition: all 0.4s ease;
    flex-shrink: 0;
    position: relative;
    width: 45px;
    height: 45px;
}.course_demographic6 ul li:hover svg {
    transform: scale(1.1);
}.course_demographic6 ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(205,188,186);
}.course_demographic6 ul li:hover svg path {
    fill: rgb(175,133,132);
}.course_demographic6 ul li::after {
    position: absolute;
    content: '';
    height: 10px;
    border-radius: 50%;
    background-color: rgb(205,188,186,0.5);
    right: 15px;
    opacity: 0.5;
    transition: all 0.4s ease;
    width: 10px;
    bottom: 15px;
}.course_demographic6 ul li:hover::after {
    background-color: rgb(175,133,132,0.5);
    transform: scale(1.5);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_demographic6 ul li {
    animation: slideUp 0.5s ease forwards;
    opacity: 0;
}.course_demographic6 ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course_demographic6 ul li:nth-child(2) {
    animation-delay: 0.2s;
}.course_demographic6 ul li:nth-child(3) {
    animation-delay: 0.3s;
}.course_demographic6 ul li:nth-child(4) {
    animation-delay: 0.4s;
}.course_demographic6 ul li:nth-child(5) {
    animation-delay: 0.5s;
}.course_demographic6 ul li:nth-child(6) {
    animation-delay: 0.6s;
}.course_demographic6 ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(205,188,186,0.5), 0.1);
}.course_demographic6 ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(175,133,132,0.5), 0.1);
}

@media (max-width: 992px) {.course_demographic6 {
    padding: 70px 0;
}.course_demographic6 h3 {
    margin-bottom: 40px;
}.course_demographic6 ul li {
    width: calc(50% - 13px);
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.course_demographic6 ul {
    gap: 20px;
}.course_demographic6 ul li {
    padding: 25px 20px;
    width: 100%;
}
}

@media (max-width: 576px) {.course_demographic6 {
    padding: 50px 0;
}.course_demographic6 h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.85);
    padding: 0 20px;
}.course_demographic6 h3::before,
    .course_demographic6 h3::after {
    height: 10px;
    width: 10px;
}.course_demographic6 ul li {
    gap: 15px;
    padding: 20px 15px;
}.course_demographic6 ul li svg {
    height: 35px;
    width: 35px;
}
}

@media (prefers-reduced-motion: reduce) {.course_demographic6 ul li {
    opacity: 1;
    animation: none;
}.course_demographic6 ul li:hover {
    transform: none;
}.course_demographic6 ul li:hover svg {
    transform: none;
}}.our_mission0 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(225,221,220) 30%, rgba(rgb(205,188,186,0.5), 0.05) 100%);
    padding: 120px 0;
}.our_mission0::before {
    top: 0;
    z-index: 0;
    left: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(175,133,132,0.5), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(205,188,186,0.5), 0.08) 0%, transparent 60%);
    position: absolute;
    content: "";
    height: 100%;
}.our_mission0 .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
}.our_mission0 h1 {
    color: #000000;
    opacity: 0;
    animation: slideInTitle 0.8s ease-out forwards 0.2s;
    font-size: 38px;
    display: inline-block;
    position: relative;
    transform: translateX(30px);
    font-weight: 700;
    margin-bottom: 60px;
}.our_mission0 h1::after {
    background: rgb(205,188,186);
    bottom: -12px;
    transform: scaleX(0);
    transform-origin: left;
    animation: expandLine 0.6s ease-out forwards 1s;
    content: "";
    position: absolute;
    height: 4px;
    width: 80px;
    left: 0;
}.our_mission0 .student_voice8 {
    position: relative;
}.our_mission0 .student_voice8 ul {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0;
}.our_mission0 .knowledge_center5 {
    opacity: 0;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
    overflow: hidden;
    transform: translateY(40px);
    animation: fadeUpIn 0.8s ease-out forwards;
    position: relative;
    border-radius: 10px;
}.our_mission0 .knowledge_center5:nth-child(1) {
    transform: translateY(40px) rotate(-1deg);
    animation-delay: 0.4s;
}.our_mission0 .knowledge_center5:nth-child(2) {
    animation-delay: 0.6s;
    transform: translateY(40px) rotate(1deg);
}.our_mission0 .knowledge_center5::before {
    height: 100%;
    position: absolute;
    left: 0;
    animation: expandHeight 0.6s ease-out forwards 1.2s;
    width: 4px;
    transform-origin: top;
    top: 0;
    background: linear-gradient(to bottom, rgb(205,188,186), rgb(175,133,132));
    content: "";
    transform: scaleY(0);
}.our_mission0 .knowledge_center5 h4 {
    animation: slideInHeading 0.6s ease-out forwards 0.8s;
    margin-left: 15px;
    margin-bottom: 15px;
    color: #000000;
    opacity: 0;
    transform: translateX(-15px);
    position: relative;
    font-size: 18px;
    font-weight: 600;
}.our_mission0 .knowledge_center5 h4::before {
    transform: translateY(-50%) scale(0);
    top: 50%;
    left: -15px;
    position: absolute;
    content: "";
    background: rgb(205,188,186);
    border-radius: 50%;
    animation: popIn 0.4s ease-out forwards 1.2s;
    height: 8px;
    width: 8px;
}.our_mission0 .knowledge_center5 div {
    opacity: 0;
    margin-left: 15px;
    color: #000000;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: 13px;
    animation: fadeUp 0.8s ease-out forwards 1s;
    transform: translateY(20px);
}

@media (min-width: 768px) {.our_mission0 {
    padding: 150px 0;
}.our_mission0 h1 {
    font-size: calc(38px * 1.1);
    margin-bottom: 80px;
}.our_mission0 h1::after {
    width: 120px;
}.our_mission0 .student_voice8 ul {
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
}.our_mission0 .knowledge_center5 {
    padding: 40px;
}.our_mission0 .knowledge_center5:nth-child(1) {
    transform: translateY(25px) translateX(-15px) rotate(-1deg);
}.our_mission0 .knowledge_center5:nth-child(2) {
    transform: translateY(-25px) translateX(15px) rotate(1deg);
}
}

@media (min-width: 992px) {.our_mission0 {
    padding: 180px 0;
}.our_mission0 h1 {
    font-size: calc(38px * 1.2);
}.our_mission0 .knowledge_center5 {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.our_mission0 .knowledge_center5:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.15);
}.our_mission0 .knowledge_center5:hover::before {
    background: linear-gradient(to bottom, rgb(175,133,132), rgb(205,188,186));
}}

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

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

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

@keyframes expandHeight {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

@keyframes popIn {
    0% {
        transform: translateY(-50%) scale(0);
    }
    70% {
        transform: translateY(-50%) scale(1.3);
    }
    100% {
        transform: translateY(-50%) scale(1);
    }
}

@keyframes fadeUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}.contact_box5 {
    background: rgb(225,221,220);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.contact_box5::before {
    z-index: 1;
    position: absolute;
    left: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(205,188,186,0.5) 0,
        rgb(205,188,186,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    height: 100%;
    content: '';
    width: 100%;
    animation: patternShift 30s linear infinite;
}.contact_box5 .square_image8 {
    opacity: 0.2;
    transition: transform 10s ease-in-out;
    filter: saturate(0.6) brightness(0.7);
    top: 0;
    width: 100%;
    position: absolute;
    transform: scale(1.1);
    z-index: 0;
    height: 100%;
    left: 0;
    animation: slowZoom 20s alternate infinite;
}.contact_box5 .square_image8::after {
    height: 100%;
    content: '';
    background: linear-gradient(0deg, rgb(225,221,220) 0%, transparent 80%);
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.contact_box5 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
}.contact_box5 h3 {
    margin-bottom: 50px;
    text-align: center;
    color: rgb(205,188,186);
    position: relative;
    letter-spacing: 1px;
    font-size: 28px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.contact_box5 h3::after {
    background: rgb(175,133,132);
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    left: 50%;
    bottom: -15px;
    content: '';
}.contact_box5 .feedback_map4 {
    background: #ffffff;
    grid-template-columns: 1.2fr 0.8fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    display: grid;
    border-radius: 18px;
    overflow: hidden;
}.contact_box5 .support_list1 {
    background: #ffffff;
    padding: 50px;
    position: relative;
}.contact_box5 .support_list1::after {
    background: linear-gradient(to bottom, transparent, rgb(175,133,132,0.5), transparent);
    width: 2px;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    height: 80%;
    position: absolute;
    content: '';
}.contact_box5 .support_list1 h3 {
    text-align: left;
    margin-bottom: 30px;
    color: #000000;
    font-size: 18px;
}.contact_box5 .support_list1 h3::after {
    left: 0;
    width: 40px;
    transform: none;
    height: 3px;
}.contact_box5 form {
    flex-direction: column;
    gap: 25px;
    display: flex;
}.contact_box5 input[type="text"],
.contact_box5 textarea {
    width: 100%;
    color: #000000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    padding: 16px 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.contact_box5 input[type="text"]:focus,
.contact_box5 textarea:focus {
    border-color: rgb(205,188,186);
    outline: none;
    box-shadow: 0 0 0 3px rgb(205,188,186,0.5);
}.contact_box5 textarea {
    resize: vertical;
    min-height: 140px;
}.contact_box5 .message_map4 {
    margin-top: 5px;
    color: #000000;
    font-size: calc(15px * 0.9);
    gap: 12px;
    display: flex;
    align-items: flex-start;
}.contact_box5 input[type="checkbox"] {
    width: 22px;
    appearance: none;
    border: 2px solid rgb(175,133,132,0.5);
    position: relative;
    margin-top: 2px;
    cursor: pointer;
    -webkit-appearance: none;
    height: 22px;
    background: #ffffff;
    transition: all 0.2s ease;
    border-radius: 4px;
    flex-shrink: 0;
}.contact_box5 input[type="checkbox"]:checked {
    border-color: rgb(205,188,186);
    background: rgb(205,188,186);
}.contact_box5 input[type="checkbox"]:checked::after {
    top: 3px;
    position: absolute;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    left: 7px;
    width: 6px;
    height: 12px;
    content: '';
}.contact_box5 .message_map4 label {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
    cursor: pointer;
}.contact_box5 .message_map4 a {
    font-weight: 600;
    transition: color 0.2s ease;
    text-decoration: none;
    color: rgb(205,188,186);
}.contact_box5 .message_map4 a:hover {
    color: rgb(175,133,132);
}.contact_box5 .inquiry_links5 {
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 4px 12px rgb(205,188,186,0.5);
    border: none;
    position: relative;
    background: rgb(205,188,186);
    padding: 16px 32px;
    font-size: 20px;
    z-index: 1;
    font-family: Arial, sans-serif;
    align-self: flex-start;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    transition: all 0.3s ease;
}.contact_box5 .inquiry_links5::before {
    width: 100%;
    z-index: -1;
    position: absolute;
    content: '';
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    background: rgb(175,133,132);
    left: 0;
    top: 0;
    transform: scaleX(0);
    height: 100%;
}.contact_box5 .inquiry_links5:hover {
    box-shadow: 0 6px 15px rgba(rgb(205,188,186), 0.4);
}.contact_box5 .inquiry_links5:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact_box5 .query_block1 {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 50px;
    flex-direction: column;
    background: rgb(175,133,132,0.5);
    overflow: hidden;
}.contact_box5 .query_block1::before {
    right: 0;
    background: rgb(205,188,186,0.5);
    border-radius: 50%;
    position: absolute;
    width: 150px;
    filter: blur(60px);
    height: 150px;
    opacity: 0.4;
    content: '';
    bottom: 0;
}.contact_box5 .query_block1 h4 {
    margin-bottom: 35px;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #000000;
}.contact_box5 .query_block1 h4::after {
    left: 0;
    content: '';
    width: 40px;
    background: rgb(205,188,186);
    height: 3px;
    bottom: -15px;
    position: absolute;
}.contact_box5 .inquiry_block3 {
    margin: 0;
    flex-direction: column;
    list-style: none;
    gap: 30px;
    padding: 0;
    display: flex;
}.contact_box5 .inquiry_block3 li {
    position: relative;
    gap: 18px;
    display: flex;
    transition: transform 0.3s ease;
    align-items: center;
}.contact_box5 .inquiry_block3 li:hover {
    transform: translateX(5px);
}.contact_box5 .inquiry_block3 li svg {
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: 46px;
    width: 46px;
    padding: 12px;
    width: 22px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 22px;
    background: #ffffff;
}.contact_box5 .inquiry_block3 li svg path {
    fill: rgb(205,188,186);
}.contact_box5 .inquiry_block3 li span {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000000;
}.contact_box5 .inquiry_block3 li a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000000;
}.contact_box5 .inquiry_block3 li:hover a {
    color: rgb(205,188,186);
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.contact_box5 {
    padding: 80px 0;
}.contact_box5 .feedback_map4 {
    grid-template-columns: 1fr;
}.contact_box5 .support_list1::after {
    display: none;
}.contact_box5 .support_list1,
    .contact_box5 .query_block1 {
    padding: 40px;
}.contact_box5 h3 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.contact_box5 {
    padding: 60px 0;
}.contact_box5 .container {
    padding: 0 20px;
}.contact_box5 .support_list1,
    .contact_box5 .query_block1 {
    padding: 30px 25px;
}.contact_box5 h3 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.85);
}.contact_box5 .support_list1 h3,
    .contact_box5 .query_block1 h4 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.95);
}.contact_box5 input[type="text"],
    .contact_box5 textarea {
    padding: 14px 18px;
}.contact_box5 .inquiry_links5 {
    padding: 14px 28px;
}
}

@media (max-width: 480px) {.contact_box5 {
    padding: 50px 0;
}.contact_box5 .support_list1,
    .contact_box5 .query_block1 {
    padding: 25px 20px;
}.contact_box5 h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 35px;
}.contact_box5 .support_list1 h3,
    .contact_box5 .query_block1 h4 {
    font-size: calc(18px * 0.9);
}.contact_box5 form {
    gap: 20px;
}.contact_box5 .inquiry_links5 {
    width: 100%;
    text-align: center;
}.contact_box5 .inquiry_block3 li svg {
    height: 40px;
    padding: 10px;
    width: 40px;
}.contact_box5 .inquiry_block3 {
    gap: 25px;
}
}