﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
}.inner-container97 {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    width: 16px;
}::-webkit-scrollbar-track {
    border-radius: 0.4rem;
    box-shadow: inset 0px 0px 9px 7px rgba(0, 0, 0, 0.6);
    background: linear-gradient(351deg, rgb(255, 255, 255, 0.5) 17%, rgb(174,165,129) 80%, rgb(205,198,167) 69%, rgb(205,198,167,0.5) 81%, rgb(237,232,214) 4%);
}::-webkit-scrollbar-thumb {
    box-shadow: -1px -3px 13px 4px rgba(0, 0, 0, 0.5);
    background: rgb(237,232,214);
    animation: shift_scrollbar 3.2s ease infinite;
    border: 1px dashed rgb(174,165,129,0.5);
    transition: border-radius 2.1s linear;
}::-webkit-scrollbar-thumb:active {
    transform: scale(0.95);
    background: rgb(237,232,214);
}::-webkit-scrollbar-corner {
    background: rgb(205,198,167,0.5);
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(205,198,167,0.5) rgb(237,232,214);
}.container {
    margin: auto;
    max-width: 100%;
    width: 1150px;
}.top_nav94 {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.footer_edu98 {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.register_now27 {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(45deg, #000000 0%, rgb(237,232,214) 100%);
    position: relative;
}.register_now27::before {
    z-index: 1;
    position: absolute;
    background-image: 
        linear-gradient(rgb(205,198,167,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(205,198,167,0.5) 1px, transparent 1px);
    width: 100%;
    opacity: 0.07;
    content: '';
    background-size: 40px 40px;
    height: 100%;
    left: 0;
    top: 0;
}.register_now27 .founder_bio52 {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 70px 50px;
    z-index: 10;
    text-align: center;
}.register_now27 .founder_bio52::before,
.register_now27 .founder_bio52::after {
    height: 300px;
    filter: blur(60px);
    content: '';
    width: 300px;
    position: absolute;
    opacity: 0.5;
    z-index: -1;
    border-radius: 50%;
}.register_now27 .founder_bio52::before {
    background: rgb(205,198,167);
    top: -100px;
    animation: float-blob1 15s ease-in-out infinite alternate;
    left: -100px;
}.register_now27 .founder_bio52::after {
    bottom: -100px;
    background: rgb(174,165,129);
    right: -100px;
    animation: float-blob2 20s ease-in-out infinite alternate;
}.register_now27 .container p {
    z-index: 5;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    margin-bottom: 50px;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4;
}.register_now27 .container p::first-letter {
    color: rgb(205,198,167);
    font-size: 130%;
}.register_now27 .request_message80 {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    backdrop-filter: blur(5px);
    font-weight: 600;
    z-index: 5;
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 28px;
    overflow: hidden;
    padding: 16px 42px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
}.register_now27 .request_message80::before {
    top: 0;
    transition: opacity 0.4s ease;
    content: '';
    z-index: -1;
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, rgb(205,198,167), rgb(174,165,129));
    opacity: 0;
}.register_now27 .request_message80:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}.register_now27 .request_message80:hover::before {
    opacity: 0.8;
}.register_now27::after {
    left: 0;
    z-index: 1;
    animation: twinkle 10s linear infinite;
    width: 100%;
    opacity: 0.1;
    content: '';
    background-size: 50px 50px;
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
    height: 100%;
    top: 0;
    position: absolute;
}

@keyframes twinkle {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}

@keyframes float-blob1 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(50px, 20px) scale(1.2);
    }
    100% {
        transform: translate(10px, 40px) scale(0.8);
    }
}

@keyframes float-blob2 {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-30px, -20px) scale(1.2);
    }
    100% {
        transform: translate(-10px, -40px) scale(0.9);
    }
}

@media (max-width: 991px) {.register_now27 {
    padding: 90px 0;
}.register_now27 .founder_bio52 {
    padding: 50px 30px;
}.register_now27 .container p {
    font-size: calc(20px * 1.3);
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.register_now27 {
    padding: 70px 0;
}.register_now27 .founder_bio52 {
    padding: 40px 25px;
}.register_now27 .container p {
    margin-bottom: 30px;
    font-size: 20px;
}.register_now27 .request_message80 {
    padding: 14px 34px;
}
}

@media (max-width: 480px) {.register_now27 {
    padding: 50px 0;
}.register_now27 .founder_bio52 {
    padding: 30px 20px;
}.register_now27 .container p {
    font-size: calc(15px * 1.2);
    margin-bottom: 25px;
}.register_now27 .request_message80 {
    font-size: calc(14px * 0.9);
    padding: 12px 28px;
}.register_now27 .founder_bio52::before,
    .register_now27 .founder_bio52::after {
    height: 200px;
    width: 200px;
}}.contact_form_box10 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(237,232,214);
}.contact_form_box10::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    opacity: 0.07;
    content: "";
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(205,198,167,0.5) 0,
        rgb(205,198,167,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    top: 0;
}.contact_form_box10::after {
    position: absolute;
    left: 0;
    opacity: 0.07;
    width: 100%;
    background-image: 
        linear-gradient(rgb(174,165,129,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(174,165,129,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    height: 100%;
    content: "";
    top: 0;
    z-index: 1;
}.contact_form_box10 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
}.contact_form_box10 h2 {
    transform: translateX(-50%);
    color: #000000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    left: 50%;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    font-size: 32px;
    position: relative;
}.contact_form_box10 h2::before {
    bottom: 0;
    height: 4px;
    background: rgb(205,198,167);
    content: "";
    position: absolute;
    left: calc(50% - 40px);
    width: 80px;
}.contact_form_box10 h2::after {
    left: calc(50% - 15px);
    background: rgb(174,165,129);
    content: "";
    bottom: 0;
    width: 30px;
    position: absolute;
    height: 4px;
}.contact_form_box10 .reach_map58 {
    margin-top: 50px;
    overflow: hidden;
    border-radius: 0;
    display: flex;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
}.contact_form_box10 .img_hover_box61 {
    min-height: 550px;
    flex: 0 0 45%;
    position: relative;
}.contact_form_box10 .img_hover_box61::before {
    inset: 0;
    background: linear-gradient(
        135deg, 
        rgba(rgb(205,198,167), 0.4), 
        rgba(rgb(174,165,129), 0.4)
    );
    position: absolute;
    content: "";
    z-index: 1;
}.contact_form_box10 .request_query42 {
    display: flex;
    flex-direction: column;
    flex: 0 0 55%;
    justify-content: center;
    position: relative;
    padding: 60px;
}.contact_form_box10 .request_query42::before {
    content: "";
    top: -75px;
    border: 30px solid rgb(205,198,167,0.5);
    right: -75px;
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}.contact_form_box10 .request_query42::after {
    position: absolute;
    transform: rotate(45deg);
    background: rgb(174,165,129,0.5);
    height: 100px;
    bottom: -50px;
    width: 100px;
    border-radius: 0;
    z-index: 0;
    content: "";
    left: -50px;
}.contact_form_box10 form {
    position: relative;
    z-index: 2;
}.contact_form_box10 form h3 {
    font-weight: 600;
    font-size: 23px;
    color: #000000;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}.contact_form_box10 form h3::after {
    height: 2px;
    bottom: -15px;
    content: "";
    width: 50%;
    position: absolute;
    left: 0;
    background: rgb(205,198,167);
}.contact_form_box10 form input[type="text"] {
    border: none;
    width: 100%;
    color: #000000;
    margin-bottom: 25px;
    background: transparent;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(237,232,214);
    font-size: 16px;
    padding: 20px 25px;
}.contact_form_box10 form input[type="text"]:focus {
    outline: none;
    border-bottom-color: rgb(205,198,167);
}.contact_form_box10 form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact_form_box10 form input[type="text"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}.contact_form_box10 .reach_query40 {
    position: relative;
    margin-bottom: 40px;
}.contact_form_box10 .reach_query40 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_box10 .reach_query40 label {
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.5;
    font-size: 13px;
    color: #000000;
    position: relative;
}.contact_form_box10 .reach_query40 label::before {
    transition: all 0.3s ease;
    position: absolute;
    background: transparent;
    left: 0;
    width: 22px;
    height: 22px;
    content: "";
    border: 2px solid rgb(237,232,214);
    top: 0;
}.contact_form_box10 .reach_query40 input[type="checkbox"]:checked + label::before {
    border-color: rgb(205,198,167);
    background: rgb(205,198,167);
}.contact_form_box10 .reach_query40 input[type="checkbox"]:checked + label::after {
    position: absolute;
    border: solid #ffffff;
    width: 6px;
    left: 8px;
    border-width: 0 2px 2px 0;
    content: "";
    transform: rotate(45deg);
    height: 12px;
    top: 4px;
}.contact_form_box10 .reach_query40 label a {
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    color: rgb(205,198,167);
}.contact_form_box10 .reach_query40 label a::after {
    background: rgb(205,198,167);
    left: 0;
    transform-origin: left;
    position: absolute;
    bottom: -1px;
    content: "";
    transition: transform 0.3s ease;
    width: 100%;
    height: 1px;
    transform: scaleX(1);
}.contact_form_box10 .reach_query40 label a:hover {
    color: rgb(174,165,129);
}.contact_form_box10 .reach_query40 label a:hover::after {
    background: rgb(174,165,129);
    transform: scaleX(0);
}.contact_form_box10 .request_message80 {
    color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    font-size: 20px;
    border: none;
    background: rgb(205,198,167);
    width: auto;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    padding: 18px 40px;
    font-weight: 600;
}.contact_form_box10 .request_message80::before {
    transition: width 0.5s ease;
    height: 100%;
    content: "";
    transform: skewX(-25deg);
    left: -10px;
    z-index: -1;
    width: 0;
    top: 0;
    background: rgb(174,165,129);
    position: absolute;
}.contact_form_box10 .request_message80:hover::before {
    width: 150%;
}.contact_form_box10 svg {
    transition: all 0.3s ease;
    stroke-width: 2;
    fill: none;
    height: 24px;
    stroke: rgb(205,198,167);
    width: 24px;
}.contact_form_box10 svg path {
    stroke: rgb(205,198,167);
    fill: none;
    transition: all 0.3s ease;
}.contact_form_box10 svg:hover,
.contact_form_box10 svg:hover path {
    stroke: rgb(174,165,129);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact_form_box10 {
    padding: 80px 0;
}.contact_form_box10 .img_hover_box61 {
    min-height: 500px;
}.contact_form_box10 .request_query42 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_form_box10 {
    padding: 60px 0;
}.contact_form_box10 .reach_map58 {
    flex-direction: column;
}.contact_form_box10 .img_hover_box61 {
    width: 100%;
    min-height: 300px;
}.contact_form_box10 .request_query42 {
    width: 100%;
    padding: 40px 30px;
}.contact_form_box10 form h3 {
    margin-bottom: 30px;
}.contact_form_box10 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_form_box10 .reach_query40 {
    margin-bottom: 30px;
}.contact_form_box10 .request_message80 {
    padding: 15px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contact_form_box10 {
    padding: 50px 0;
}.contact_form_box10 h2 {
    font-size: calc(32px * 0.85);
}.contact_form_box10 .reach_map58 {
    margin-top: 30px;
}.contact_form_box10 .img_hover_box61 {
    min-height: 200px;
}.contact_form_box10 .request_query42 {
    padding: 30px 20px;
}.contact_form_box10 form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 25px;
}.contact_form_box10 form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_form_box10 .reach_query40 {
    margin-bottom: 25px;
}.contact_form_box10 .reach_query40 label {
    font-size: calc(13px * 0.9);
}.contact_form_box10 .request_message80 {
    padding: 12px 25px;
}}.mentorship_profile57 {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(237,232,214) 0%, rgb(205,198,167,0.5) 100%);
}.mentorship_profile57::before {
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, transparent 45%, rgb(174,165,129,0.5) 45%, rgb(174,165,129,0.5) 55%, transparent 55%);
    transform: scale(1.5) rotate(-5deg);
}.mentorship_profile57 .user_ratings46 {
    flex-direction: row;
    display: flex;
    z-index: 1;
    max-width: 1100px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    gap: 2rem;
    position: relative;
    transform: rotate(-2deg);
}.mentorship_profile57 .img_hover_box61 {
    transition: all 0.5s ease;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    height: 400px;
    transform: perspective(1000px) rotateY(-15deg);
    border-radius: 26px;
    box-shadow: 20px 20px 0 rgb(205,198,167,0.5);
    width: 350px;
}.mentorship_profile57 .emp_block70 {
    z-index: 2;
    transform: perspective(1000px) rotateY(5deg) translateX(-30px);
    max-width: 450px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.5s ease;
    background: #ffffff;
    border-radius: 26px;
    padding: 2.5rem;
}.mentorship_profile57 .emp_block70::before {
    top: -15px;
    background: rgb(174,165,129,0.5);
    border-radius: 26px;
    height: 100%;
    content: "";
    transform: rotate(3deg);
    z-index: -1;
    position: absolute;
    right: -15px;
    width: 100%;
}.mentorship_profile57 .name {
    font-weight: 700;
    font-size: 30px;
    color: rgb(205,198,167);
    transform: skewX(-5deg);
    margin-bottom: 0.5rem;
}.mentorship_profile57 .emp_block70 div:nth-child(2) {
    margin-bottom: 1.5rem;
    font-size: 19px;
    color: rgb(174,165,129);
    transform: skewX(-5deg);
    font-weight: 600;
}.mentorship_profile57 .career_progress52 {
    color: #000000;
    font-style: italic;
    padding-left: 1.5rem;
    font-size: 14px;
    position: relative;
    line-height: 1.6;
}.mentorship_profile57 .career_progress52::before {
    position: absolute;
    top: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(205,198,167), rgb(174,165,129));
    left: 0;
    height: 100%;
    content: "";
    border-radius: 10px;
}.mentorship_profile57 .user_ratings46:hover .img_hover_box61 {
    box-shadow: 30px 30px 0 rgb(205,198,167,0.5);
    transform: perspective(1000px) rotateY(-5deg);
}.mentorship_profile57 .user_ratings46:hover .emp_block70 {
    transform: perspective(1000px) rotateY(0) translateX(-20px);
}

@media screen and (max-width: 991px) {.mentorship_profile57 .user_ratings46 {
    transform: rotate(0);
    gap: 3rem;
    flex-direction: column;
}.mentorship_profile57 .img_hover_box61 {
    transform: perspective(1000px) rotateY(0);
    margin: 0 auto;
    width: 280px;
    height: 320px;
}.mentorship_profile57 .emp_block70 {
    transform: translateY(-30px) perspective(1000px) rotateY(0);
}.mentorship_profile57 .user_ratings46:hover .img_hover_box61 {
    transform: perspective(1000px) rotateY(0);
}.mentorship_profile57 .user_ratings46:hover .emp_block70 {
    transform: translateY(-40px) perspective(1000px) rotateY(0);
}}.homepage92 {
    min-height: 100vh;
    width: 100%;
    font-family: Arial, sans-serif;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}.homepage92 .main_begin46 {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    height: 100vh;
    position: relative;
    display: flex;
}.homepage92 .main_begin46::before {
    content: "";
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.4) 70%,
    rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
}.homepage92 .skill_studio83 {
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    clip-path: polygon(
    0 0,
    100% 0,
    98% 100%,
    2% 100%
  );
    animation: appear 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    max-width: 650px;
    padding: 3rem;
    margin-left: 8%;
    background: linear-gradient(135deg, 
    rgba(rgb(205,198,167,0.5), 0.25) 0%, 
    rgba(rgb(205,198,167,0.5), 0.1) 100%);
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.05);
}.homepage92 .skill_studio83::before {
    clip-path: polygon(
    0 0,
    100% 0,
    98% 100%,
    2% 100%
  );
    bottom: -2px;
    opacity: 0.4;
    right: -2px;
    content: "";
    left: -2px;
    filter: blur(5px);
    top: -2px;
    background: linear-gradient(135deg, 
    rgb(205,198,167) 0%, 
    transparent 50%,
    rgb(174,165,129) 100%);
    z-index: -1;
    position: absolute;
}.homepage92 .skill_studio83 > div {
    margin-bottom: 2rem;
    transform: translateZ(20px);
}.homepage92 .title_style_header {
    background-clip: text !important;
    line-height: 1.2;
    -webkit-text-fill-color: transparent;
    position: relative;
    transform: translateX(-5px);
    font-weight: 700;
    margin-bottom: 1.5rem;
    background: linear-gradient(
    135deg, 
    #ffffff 0%, 
    rgba(255, 255, 255, 0.85) 100%
  );
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: text !important;
    display: inline-block;
    animation: slideIn 0.8s 0.3s cubic-bezier(0.16, 1, 0.3, 1) backwards;
    font-size: calc(38px * 1.15);
}.homepage92 .title_style_header::after {
    content: "";
    background: rgb(205,198,167);
    position: absolute;
    height: 4px;
    width: 80px;
    left: 0;
    transform-origin: left;
    animation: growLine 0.8s 0.6s cubic-bezier(0.16, 1, 0.3, 1) backwards;
    bottom: -10px;
}.homepage92 h3 {
    opacity: 0.95;
    font-size: calc(19px * 1.1);
    transform: translateX(-5px);
    animation: slideIn 0.8s 0.5s cubic-bezier(0.16, 1, 0.3, 1) backwards;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}.homepage92 p {
    position: relative;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.5px;
    transform: translateX(-5px);
    opacity: 0.9;
    animation: slideIn 0.8s 0.7s cubic-bezier(0.16, 1, 0.3, 1) backwards;
    padding-left: 1.5rem;
    font-size: calc(17px * 1.1);
}.homepage92 p::before {
    width: 12px;
    left: 0;
    position: absolute;
    border-radius: 2px;
    content: "";
    background: rgb(205,198,167);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 12px;
}@keyframes appear {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateY(-2deg) translateY(30px);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) translateY(0);
  }
}

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

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

.homepage92::after {
    content: "";
    height: 15%;
    right: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(205,198,167,0.5), 0.15) 100%);
    position: absolute;
    width: 40%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    bottom: 0;
}

@media (max-width: 1200px) {.homepage92 .skill_studio83 {
    max-width: 550px;
    padding: 2.5rem;
    margin-left: 6%;
}.homepage92 .title_style_header {
    font-size: calc(38px * 1.05);
}
}

@media (max-width: 992px) {.homepage92 .skill_studio83 {
    margin-left: 5%;
    max-width: 500px;
    padding: 2.25rem;
}.homepage92 .title_style_header {
    font-size: 38px;
}.homepage92 h3 {
    font-size: 19px;
}
}

@media (max-width: 768px) {.homepage92 .main_begin46 {
    height: auto;
    align-items: center;
    min-height: 100vh;
}.homepage92 .skill_studio83 {
    margin: 0 auto;
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem;
    max-width: 90%;
}.homepage92 .title_style_header {
    font-size: calc(38px * 0.9);
}.homepage92 .title_style_header::after {
    width: 60px;
}.homepage92 h3 {
    font-size: calc(19px * 0.95);
}.homepage92 p {
    font-size: 17px;
}
}

@media (max-width: 576px) {.homepage92 .skill_studio83 {
    padding: 1.75rem;
    clip-path: polygon(
      0 0,
      100% 0,
      97% 100%,
      3% 100%
    );
}.homepage92 .title_style_header {
    font-size: calc(38px * 0.8);
}.homepage92 h3 {
    font-size: calc(19px * 0.9);
    letter-spacing: 0.3px;
}.homepage92 p {
    padding-left: 1.25rem;
    font-size: calc(17px * 0.95);
}.homepage92 p::before {
    height: 10px;
    width: 10px;
}
}

@media (max-width: 480px) {.homepage92 .skill_studio83 {
    padding: 1.5rem;
}.homepage92 .skill_studio83 > div {
    margin-bottom: 1.5rem;
}.homepage92 .title_style_header {
    font-size: calc(38px * 0.75);
}.homepage92 .title_style_header::after {
    bottom: -8px;
    height: 3px;
    width: 50px;
}
}

@media (max-height: 700px) {.homepage92 .main_begin46 {
    height: auto;
    min-height: 100vh;
}.homepage92 .skill_studio83 {
    padding: 2rem;
}.homepage92 .skill_studio83 > div {
    margin-bottom: 1.5rem;
}}.cookieNotificationBox68 {
    border-top: 3px solid rgb(205,198,167);
    position: fixed;
    background: rgb(174,165,129);
    padding: 15px 20px;
    width: 100%;
    z-index: 90;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}.privacy_ctrl18 {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}.track_alert86 {
    margin-right: 20px;
    flex-shrink: 0;
}.track_alert86 svg {
    fill: rgb(205,198,167);
    height: 50px;
    width: 50px;
}.digital_cookies25 {
    justify-content: center;
    max-width: 600px;
    flex-direction: column;
    display: flex;
}.cookieNotificationBox68 h5 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 23px;
    color: #ffffff;
}.cookieNotificationBox68 p {
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
}.cookie_apply64 {
    transition: none;
    background: rgb(205,198,167);
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
    min-width: 150px;
    border-radius: 10px;
    border: 2px solid rgb(205,198,167);
    margin-left: 10px;
    text-align: center;
    font-size: 20px;
    padding: 10px 20px;
}.cookie_apply64:hover {
    background: rgb(205,198,167,0.5);
    border-color: rgb(205,198,167,0.5);
}.cookieNotificationBox68 p a {
    border-bottom: 2px solid rgb(205,198,167);
    color: rgb(205,198,167);
    text-decoration: none;
}.cookieNotificationBox68 p a:hover {
    color: rgb(174,165,129);
    border-bottom-color: rgb(174,165,129);
}
@media only screen and (max-width: 1200px) {.cookieNotificationBox68 {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.track_alert86 {
    display: none;
}.privacy_ctrl18 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieNotificationBox68 h5, .cookieNotificationBox68 p {
    text-align: center;
}.digital_cookies25 {
    margin-bottom: 15px;
}.cookie_apply64 {
    margin-left: 0;
    margin-top: 10px;
}}
#cookie_info_notice94 {
    display: none;
}#cookie_info_notice94:checked ~ .cookieNotificationBox68 {
    visibility: hidden;
    opacity: 0;
}header {
    margin-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 100;
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
    background: linear-gradient(135deg, rgb(205,198,167,0.5) 0%, rgb(174,165,129,0.5) 100%);
    backdrop-filter: blur(10px);
    position: relative;
}header::before {
    left: 0;
    width: 100%;
    opacity: 0.5;
    height: 100%;
    content: '';
    top: 0;
    z-index: -1;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(205,198,167,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(174,165,129,0.5) 0%, transparent 30%);
}header .head_top47 {
    padding: 1.2rem 2.5rem;
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
    z-index: 5;
}header .main_pro42 {
    -webkit-backdrop-filter: blur(5px);
    padding: 0.8rem 1.2rem;
    flex: 0 0 auto;
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
}header .main_pro42:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-5px);
}header .top_core18 {
    transition: all 0.3s ease;
    display: block;
}header .top_core18 img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}header .nav_pagebar43 {
    list-style: none;
    margin: 0;
    display: flex;
    z-index: 2;
    padding: 0;
    position: relative;
}header .nav_top67 {
    margin: 0 0.3rem;
    position: relative;
}header .nav_top67 a {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 19px;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    transition: all 0.3s ease;
    z-index: 1;
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    display: block;
    padding: 0.8rem 1.2rem;
}header .nav_top67 a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
}header .nav_top67 a::before {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    border-radius: 19px;
}header .nav_top67 a:hover::before {
    opacity: 1;
}header .nav_top67::after {
    background: #ffffff;
    border-radius: 10px;
    opacity: 0.7;
    content: '';
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -3px;
    transition: width 0.3s ease;
    height: 3px;
    width: 0;
}header .nav_top67:hover::after {
    width: 70%;
}header .head_top47::before {
    width: 100px;
    top: -20px;
    z-index: -1;
    position: absolute;
    opacity: 0.5;
    height: 100px;
    right: -20px;
    content: '';
    filter: blur(40px);
    border-radius: 50%;
    background: rgb(205,198,167,0.5);
}header .head_top47::after {
    filter: blur(30px);
    border-radius: 50%;
    z-index: -1;
    height: 80px;
    opacity: 0.5;
    bottom: -20px;
    content: '';
    left: -20px;
    background: rgb(174,165,129,0.5);
    position: absolute;
    width: 80px;
}header .top_nav94 {
    z-index: 1;
    position: relative;
    background: rgb(237,232,214);
    padding-top: 2rem;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .main_pro42::after {
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    transition: all 0.4s ease;
    position: absolute;
    opacity: 0.5;
    left: 0;
    width: 100%;
    bottom: -20px;
    height: 20px;
    content: '';
}header .main_pro42:hover::after {
    transform: scaleX(0.9);
    opacity: 0.7;
}

@media (min-width: 1400px) {header .head_top47 {
    margin: 0 auto;
    max-width: 1320px;
}header .nav_top67 {
    margin: 0 0.5rem;
}header .nav_top67 a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .head_top47 {
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
}header .main_pro42 {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    margin-bottom: 0;
}header .nav_pagebar43 {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .nav_top67 a {
    font-size: calc(15px - 1px);
    padding: 0.6rem 1rem;
    border-radius: 10px;
}header .head_top47::before,
    header .head_top47::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head_top47 {
    padding: 0.8rem 1.2rem;
}header .main_pro42 {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .top_core18 img {
    max-height: 35px;
}header .nav_pagebar43 {
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    margin-top: 0.8rem;
    overflow-x: auto;
}header .nav_pagebar43::-webkit-scrollbar {
    height: 3px;
}header .nav_pagebar43::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .nav_top67 {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .nav_top67 a {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: calc(15px - 2px);
}header .nav_top67::after {
    display: none;
}header .main_pro42::after {
    display: none;
}
}

@media (max-width: 479px) {header .head_top47 {
    padding: 0.7rem 1rem;
}header .main_pro42 {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .nav_top67 a {
    padding: 0.4rem 0.6rem;
    font-size: calc(15px - 3px);
}}.plan_box62 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.plan_box62::before {
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    width: 100%;
}.plan_box62 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.plan_box62 .lesson_rates81 {
    position: relative;
}.plan_box62 h2 {
    font-weight: 700;
    text-align: center;
    background: linear-gradient(90deg, rgb(205,198,167) 0%, rgb(174,165,129) 100%);
    color: transparent;
    position: relative;
    -webkit-background-clip: text !important;
    transform: translateY(0);
    background-clip: text !important;
    animation: titleFloat 6s ease-in-out infinite;
    font-size: 29px;
    margin-bottom: 25px;
}.plan_box62 h2::after {
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    content: '';
    background: rgb(174,165,129);
    position: absolute;
    left: 50%;
    height: 3px;
}.plan_box62 .rate_panel78 {
    margin: 0 auto 50px;
    max-width: 700px;
    text-align: center;
    opacity: 0.9;
    color: #ffffff;
    font-size: calc(14px + 2px);
    line-height: 1.6;
}.plan_box62 .plan_options19 {
    padding: 0;
    display: grid;
    gap: 30px;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.plan_box62 .plan_options19 li {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.plan_box62 .plan_options19 li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.plan_box62 .value_pricing16 {
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    display: block;
    position: relative;
    color: #ffffff;
}.plan_box62 .learn_price71 {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    transition: all 0.4s ease;
    padding: 35px 30px;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    backdrop-filter: blur(10px);
}.plan_box62 .learn_price71::before {
    content: '';
    transform-origin: left;
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(205,198,167), rgb(174,165,129));
    left: 0;
}.plan_box62 .value_pricing16:hover .learn_price71::before {
    transform: scaleX(1);
}.plan_box62 .learn_price71::after {
    height: 60px;
    content: '';
    opacity: 0;
    width: 60px;
    right: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    bottom: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(174,165,129,0.5) 50%);
}.plan_box62 .value_pricing16:hover .learn_price71::after {
    opacity: 1;
}.plan_box62 .pricing_levels31 {
    position: relative;
    z-index: 2;
}.plan_box62 .pricing_levels31 h4 {
    display: inline-block;
    position: relative;
    font-size: calc(23px + 2px);
    color: #ffffff;
    margin: 0 0 20px;
    font-weight: 700;
}.plan_box62 .pricing_levels31 h4::after {
    position: absolute;
    background: rgb(205,198,167);
    height: 2px;
    width: 40px;
    bottom: -8px;
    transition: width 0.4s ease;
    left: 0;
    content: '';
}.plan_box62 .value_pricing16:hover .pricing_levels31 h4::after {
    width: 100%;
}.plan_box62 .pricing_levels31 p {
    margin: 0 0 30px;
    overflow-y: auto;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    padding-right: 5px;
    font-size: 14px;
    max-height: 200px;
    color: rgba(255, 255, 255, 0.8);
}.plan_box62 .pricing_levels31 p::-webkit-scrollbar {
    width: 4px;
}.plan_box62 .pricing_levels31 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.plan_box62 .pricing_levels31 p::-webkit-scrollbar-thumb {
    background: rgb(205,198,167,0.5);
}.plan_box62 .trial_pricing38 {
    font-weight: 700;
    margin-top: 15px;
    color: #ffffff;
    padding: 10px 0;
    font-size: calc(23px + 4px);
    position: relative;
    display: block;
}.plan_box62 .trial_pricing38::before {
    top: 0;
    content: '';
    height: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    left: 0;
    width: 40px;
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {.plan_box62 {
    padding: 80px 0;
}.plan_box62 .plan_options19 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.plan_box62 .learn_price71 {
    padding: 25px 20px;
}.plan_box62 .pricing_levels31 p {
    max-height: 150px;
    font-size: calc(14px - 1px);
}.plan_box62 .trial_pricing38 {
    font-size: calc(23px + 2px);
}
}

@media (max-width: 767px) {.plan_box62 {
    padding: 60px 0;
}.plan_box62 h2 {
    font-size: calc(29px - 4px);
}.plan_box62 .rate_panel78 {
    font-size: 14px;
    margin-bottom: 30px;
}.plan_box62 .plan_options19 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.plan_box62 .pricing_levels31 h4 {
    font-size: 23px;
}.plan_box62 .trial_pricing38 {
    font-size: 23px;
}
}

@media (max-width: 480px) {.plan_box62 {
    padding: 50px 0;
}.plan_box62 h2 {
    font-size: calc(29px - 8px);
}.plan_box62 .rate_panel78 {
    font-size: calc(14px - 2px);
}.plan_box62 .learn_price71 {
    padding: 20px 15px;
}.plan_box62 .pricing_levels31 p {
    font-size: calc(14px - 2px);
}}.study_process64 {
    padding: 170px 0 140px;
    overflow: visible;
    position: relative;
    background: linear-gradient(130deg, rgb(237,232,214) 0%, rgb(174,165,129,0.5) 150%);
}.study_process64::before {
    background-size: 100% 40px;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.05;
    top: 0;
    background-image: linear-gradient(rgb(205,198,167,0.5) 1px, transparent 1px);
    content: '';
}.study_process64 .founder_bio52 {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.study_process64 .text_region97 {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    position: relative;
    display: flex;
}.study_process64 .text_region97 h2 {
    width: 40%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    margin: 0;
    border-radius: 13px;
    font-weight: 700;
    backdrop-filter: blur(10px);
    padding: 35px 40px;
    z-index: 4;
    align-self: flex-start;
    background: linear-gradient(120deg, rgb(205,198,167,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    position: relative;
    font-size: 37px;
    color: #ffffff;
    transform: translate(-60px, -40px);
}.study_process64 .text_region97 p {
    z-index: 3;
    font-size: 13px;
    transform: translate(30px, 40px);
    color: #ffffff;
    border-radius: 13px;
    margin: 0;
    padding: 40px 50px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    line-height: 1.8;
    backdrop-filter: blur(15px);
    width: 60%;
    position: relative;
    align-self: flex-end;
    background: rgba(255, 255, 255, 0.05);
}.study_process64 .text_region97::before {
    width: 80%;
    z-index: 1;
    content: '';
    position: absolute;
    filter: blur(40px);
    height: 65%;
    left: 10%;
    border-radius: 13px;
    opacity: 0.15;
    top: 15%;
    background: linear-gradient(140deg, rgb(205,198,167,0.5) 0%, transparent 70%);
}.study_process64 .text_region97::after {
    content: '';
    left: 5%;
    height: 80%;
    opacity: 0.1;
    z-index: 2;
    border-radius: 13px;
    position: absolute;
    border: 1px solid rgb(205,198,167,0.5);
    top: 10%;
    width: 90%;
}.study_process64 .text_region97 h2::before {
    filter: blur(30px);
    position: absolute;
    content: '';
    height: 120px;
    width: 120px;
    bottom: -60px;
    opacity: 0.05;
    right: -60px;
    z-index: -1;
    background: rgb(205,198,167);
    border-radius: 50%;
}.study_process64 .text_region97 h2::after {
    right: 40px;
    bottom: -90px;
    opacity: 0.6;
    content: '';
    width: 3px;
    background: rgb(205,198,167);
    height: 80px;
    z-index: 5;
    position: absolute;
}.study_process64 .text_region97 p::before {
    content: '';
    left: 10%;
    height: 1px;
    width: 80%;
    top: 30px;
    background: linear-gradient(90deg, transparent, rgb(205,198,167,0.5), transparent);
    position: absolute;
    opacity: 0.3;
}.study_process64 .text_region97 p::after {
    height: 1px;
    content: '';
    bottom: 30px;
    width: 60%;
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(174,165,129,0.5), transparent);
    left: 20%;
}.study_process64::after {
    bottom: -100px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    animation: float-morph 20s infinite alternate;
    width: 250px;
    background: rgb(205,198,167,0.5);
    height: 250px;
    position: absolute;
    z-index: 1;
    opacity: 0.05;
    content: '';
    filter: blur(80px);
    right: 10%;
}.study_process64 .founder_bio52::before {
    width: 200px;
    animation: rotate-scale 25s infinite linear;
    height: 200px;
    content: '';
    transform-origin: center;
    border: 1px solid rgb(174,165,129,0.5);
    left: 12%;
    top: -100px;
    opacity: 0.2;
    position: absolute;
}.study_process64 .founder_bio52::after {
    animation: rotate-scale 20s infinite linear reverse;
    transform-origin: center;
    opacity: 0.15;
    border: 1px dashed rgb(205,198,167,0.5);
    content: '';
    position: absolute;
    bottom: -90px;
    width: 180px;
    left: 40%;
    height: 180px;
}@keyframes float-morph {
    0% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
    50% {
        border-radius: 50% 50% 70% 30% / 60% 40% 30% 70%;
        transform: translate(-30px, -20px);
    }
    100% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
}

@keyframes rotate-scale {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.study_process64 .founder_bio52::before {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}.study_process64 .founder_bio52::after {
    clip-path: polygon(50% 0, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

@media screen and (max-width: 1200px) {.study_process64 .text_region97 h2 {
    transform: translate(-40px, -30px);
    width: 45%;
}.study_process64 .text_region97 p {
    width: 65%;
    transform: translate(20px, 30px);
}.study_process64 .founder_bio52::before,
    .study_process64 .founder_bio52::after {
    height: 160px;
    width: 160px;
}
}

@media screen and (max-width: 992px) {.study_process64 {
    padding: 140px 0 120px;
}.study_process64 .text_region97 h2 {
    transform: translate(-30px, -25px);
    padding: 30px 35px;
    width: 50%;
}.study_process64 .text_region97 p {
    padding: 35px 40px;
    transform: translate(15px, 25px);
    width: 70%;
}.study_process64 .text_region97 h2::after {
    height: 60px;
    bottom: -70px;
}.study_process64 .founder_bio52::before {
    width: 140px;
    top: -70px;
    height: 140px;
}.study_process64 .founder_bio52::after {
    width: 140px;
    height: 140px;
    bottom: -70px;
}
}

@media screen and (max-width: 768px) {.study_process64 {
    overflow: hidden;
    padding: 120px 0 100px;
}.study_process64 .text_region97 {
    flex-direction: column;
}.study_process64 .text_region97 h2 {
    padding: 25px 30px;
    width: 100%;
    transform: none;
    font-size: calc(37px * 0.9);
    margin-bottom: 40px;
}.study_process64 .text_region97 p {
    width: 100%;
    transform: none;
}.study_process64 .text_region97::before,
    .study_process64 .text_region97::after {
    display: none;
}.study_process64 .text_region97 h2::after {
    bottom: -50px;
    right: 50%;
    height: 40px;
}.study_process64 .founder_bio52::before,
    .study_process64 .founder_bio52::after,
    .study_process64::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.study_process64 {
    padding: 100px 0 80px;
}.study_process64 .text_region97 h2 {
    margin-bottom: 30px;
    padding: 20px 25px;
    font-size: calc(37px * 0.8);
}.study_process64 .text_region97 p {
    font-size: calc(13px * 0.9);
    padding: 25px 30px;
}.study_process64 .text_region97 h2::after {
    bottom: -40px;
    height: 30px;
}}.privacy_niche49 {
    gap: 20px;
    background: linear-gradient(135deg, rgb(205,198,167) 30%, rgb(174,165,129) 100%);
    width: 100%;
    color: #ffffff;
    display: flex;
    font-family: Arial, sans-serif;
    flex-direction: column;
    height: auto;
    padding: 20px 40px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}.privacy_niche49 h1 {
    font-weight: 700;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    font-size: 38px;
    text-transform: uppercase;
    padding-bottom: 10px;
}.privacy_niche49 h2 {
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px solid #ffffff;
    font-size: 30px;
    color: #ffffff;
}.privacy_niche49 h3, .privacy_niche49 h4, .privacy_niche49 h5, .privacy_niche49 h6 {
    margin-bottom: 10px;
    font-weight: 400;
    color: #ffffff;
    font-size: 19px;
    margin-top: 15px;
}.privacy_niche49 ul, .privacy_niche49 ol {
    padding: 0;
    margin: 20px 0;
    list-style: none;
    border-left: 2px solid #ffffff;
}.privacy_niche49 li {
    font-size: 12px;
    margin-left: 10px;
    padding: 10px 0;
    color: #ffffff;
    border-bottom: 1px dashed #ffffff;
}.privacy_niche49 section {
    margin-bottom: 20px;
    padding: 20px;
    color: #ffffff;
    border-radius: 10px;
}.privacy_niche49 p, .privacy_niche49 span, .privacy_niche49 div {
    line-height: 1.6;
    font-size: 12px;
    margin-bottom: 15px;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {.privacy_niche49 {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
}.privacy_niche49 h1 {
    font-size: calc(19px - 10px);
}.privacy_niche49 h2 {
    font-size: calc(19px - 5px);
}.privacy_niche49 ul, .privacy_niche49 ol {
    border-left: 1px solid #ffffff;
}.privacy_niche49 li {
    font-size: calc(12px - 2px);
}}.ideal_participants01 {
    padding: 110px 0;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}.ideal_participants01::before {
    background: linear-gradient(135deg, 
                rgb(205,198,167,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(174,165,129,0.5) 100%);
    left: 0;
    z-index: 1;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.1;
    width: 100%;
}.ideal_participants01 .container {
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    z-index: 2;
}.ideal_participants01 .founder_bio52 {
    position: relative;
}.ideal_participants01 h4 {
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
}.ideal_participants01 h4::after {
    background: rgb(205,198,167);
    bottom: 0;
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    border-radius: 10px;
    width: 80px;
}.ideal_participants01 div > div {
    display: flex;
    gap: 20px;
    flex-direction: column;
}.ideal_participants01 p {
    background: #ffffff;
    font-size: 14px;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    padding: 25px 30px;
    margin: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    color: #000000;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
}.ideal_participants01 p::before {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 5px;
    background: rgb(205,198,167);
    content: "";
    transition: width 0.3s ease;
}.ideal_participants01 p::after {
    opacity: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, 
                rgb(205,198,167,0.5) 0%, 
                transparent 30%);
    top: 0;
    content: "";
    left: 0;
    transition: opacity 0.3s ease;
    width: 100%;
}.ideal_participants01 p:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}.ideal_participants01 p:hover::before {
    width: 8px;
}.ideal_participants01 p:hover::after {
    opacity: 0.2;
}.ideal_participants01 p svg {
    margin-right: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 28px;
    width: 28px;
}.ideal_participants01 p svg path {
    fill: rgb(205,198,167);
    transition: fill 0.3s ease;
}.ideal_participants01 p:hover svg {
    transform: scale(1.2);
}.ideal_participants01 p:hover svg path {
    fill: rgb(174,165,129);
}.ideal_participants01 p:nth-child(even)::before {
    background: rgb(174,165,129);
}.ideal_participants01 p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(174,165,129,0.5) 0%, 
                transparent 30%);
}@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.ideal_participants01 .founder_bio52 > div p {
    opacity: 0;
    animation: fadeInSlide 0.5s ease forwards;
}.ideal_participants01 .founder_bio52 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.ideal_participants01 .founder_bio52 > div p:nth-child(2) {
    animation-delay: 0.2s;
}.ideal_participants01 .founder_bio52 > div p:nth-child(3) {
    animation-delay: 0.3s;
}.ideal_participants01 .founder_bio52 > div p:nth-child(4) {
    animation-delay: 0.4s;
}.ideal_participants01 .founder_bio52 > div p:nth-child(5) {
    animation-delay: 0.5s;
}.ideal_participants01 .founder_bio52 > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.ideal_participants01 {
    padding: 90px 0;
}.ideal_participants01 h4 {
    font-size: calc(30px * 0.9);
    margin-bottom: 40px;
}.ideal_participants01 div > div {
    gap: 18px;
}.ideal_participants01 p {
    padding: 20px 25px;
}.ideal_participants01 p svg {
    height: 25px;
    width: 25px;
    margin-right: 15px;
}
}

@media (max-width: 768px) {.ideal_participants01 {
    padding: 70px 0;
}.ideal_participants01 h4 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.ideal_participants01 h4::after {
    width: 60px;
}.ideal_participants01 div > div {
    gap: 15px;
}.ideal_participants01 p {
    padding: 18px 20px;
}
}

@media (max-width: 576px) {.ideal_participants01 {
    padding: 60px 0;
}.ideal_participants01 h4 {
    font-size: calc(30px * 0.7);
    margin-bottom: 25px;
    padding-bottom: 10px;
}.ideal_participants01 h4::after {
    width: 50px;
    height: 2px;
}.ideal_participants01 div > div {
    gap: 12px;
}.ideal_participants01 p {
    font-size: calc(14px * 0.9);
    padding: 15px;
}.ideal_participants01 p svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}.ideal_participants01 p:hover {
    transform: translateX(5px);
}}.course_rewards57 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(205,198,167,0.5) 0%, rgb(237,232,214) 100%);
    padding: 100px 0;
}.course_rewards57::before {
    left: -50%;
    height: 200%;
    background: radial-gradient(circle at center, rgb(174,165,129,0.5) 0%, transparent 60%);
    z-index: 0;
    top: -50%;
    width: 200%;
    position: absolute;
    opacity: 0.4;
    content: '';
}.course_rewards57::after {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    z-index: 0;
    opacity: 0.2;
}.course_rewards57 .founder_bio52 {
    position: relative;
    max-width: 1280px;
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
}.course_rewards57 h2 {
    position: relative;
    text-align: center;
    margin: 0 0 60px;
    color: #ffffff;
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 47px;
}.course_rewards57 h2::after {
    border-radius: 10px;
    position: absolute;
    background: rgb(174,165,129);
    bottom: 0;
    width: 100px;
    transform: translateX(-50%);
    content: '';
    left: 50%;
    height: 4px;
}.course_rewards57 .founder_bio52 > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 60px;
    display: flex;
}.course_rewards57 .img_hover_box61 {
    border-radius: 23px;
    min-width: 320px;
    overflow: hidden;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    flex: 1;
    position: relative;
    min-height: 450px;
}.course_rewards57 .img_hover_box61::before {
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
    background: linear-gradient(45deg, rgb(205,198,167,0.5) 0%, transparent 60%);
    width: 100%;
    z-index: 1;
    top: 0;
}.course_rewards57 .img_hover_box61::after {
    right: 30px;
    content: '';
    border: 3px solid #ffffff;
    top: 30px;
    width: 70px;
    height: 70px;
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
    z-index: 2;
}.course_rewards57 .text_region97 {
    display: flex;
    position: relative;
    flex: 1.5;
    flex-direction: column;
    min-width: 320px;
}.course_rewards57 .text_region97::before {
    bottom: -30px;
    border-radius: 23px;
    left: -30px;
    opacity: 0.3;
    position: absolute;
    height: 120px;
    border: 2px solid rgb(174,165,129,0.5);
    width: 120px;
    z-index: -1;
    content: '';
    transform: rotate(45deg);
}.course_rewards57 .text_main_holder {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.course_rewards57 .text_main_holder > div {
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    padding: 25px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}.course_rewards57 .text_main_holder > div::before {
    background: rgb(174,165,129);
    position: absolute;
    opacity: 0.7;
    width: 5px;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
}.course_rewards57 .text_main_holder > div::after {
    opacity: 0.05;
    width: 100%;
    content: '';
    z-index: -1;
    background: linear-gradient(135deg, rgb(174,165,129,0.5) 0%, transparent 100%);
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}.course_rewards57 .text_main_holder > div:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.course_rewards57 .text_main_holder svg {
    width: 32px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
    height: 32px;
}.course_rewards57 .text_main_holder > div:hover svg {
    transform: scale(1.1);
}.course_rewards57 .text_main_holder svg path {
    fill: rgb(205,198,167);
    transition: fill 0.3s ease;
}.course_rewards57 .text_main_holder > div:hover svg path {
    fill: rgb(174,165,129);
}.course_rewards57 .text_main_holder p {
    margin: 0;
    line-height: 1.6;
    font-size: 15px;
    color: #ffffff;
}

@media (min-width: 992px) {.course_rewards57 .founder_bio52 > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    flex-direction: row;
}.course_rewards57 .text_region97 {
    padding-left: 30px;
}
}

@media (max-width: 991px) {.course_rewards57 .founder_bio52 > div:not(.text_holder):not(.text_main_holder):not(.photo) {
    gap: 40px;
    flex-direction: column;
}.course_rewards57 .img_hover_box61 {
    min-height: 350px;
}.course_rewards57 h2 {
    margin-bottom: 50px;
}
}

@media (max-width: 768px) {.course_rewards57 {
    padding: 80px 0;
}.course_rewards57 h2 {
    font-size: calc(47px * 0.8);
    margin-bottom: 40px;
}.course_rewards57 .text_main_holder {
    gap: 20px;
    grid-template-columns: 1fr;
}
}

@media (max-width: 576px) {.course_rewards57 {
    padding: 60px 0;
}.course_rewards57 .img_hover_box61 {
    min-height: 250px;
}.course_rewards57 h2 {
    font-size: 32px;
}.course_rewards57 .text_main_holder > div {
    padding: 20px;
}.course_rewards57 .text_main_holder svg {
    height: 28px;
    width: 28px;
}}.course_program42 {
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0%, transparent 30%),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px),
        repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 15px);
    background: rgb(237,232,214);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.course_program42::before {
    opacity: 0.7;
    content: "";
    left: 0;
    animation: backgroundShift 15s infinite alternate;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(205,198,167,0.5) 0%, transparent 50%, rgb(174,165,129,0.5) 100%);
    top: 0;
    height: 100%;
}.course_program42::after {
    height: 100%;
    position: absolute;
    animation: pulse 8s infinite alternate;
    left: 0;
    content: "";
    background: 
        repeating-conic-gradient(rgba(255, 255, 255, 0.03) 0%, transparent 0.5%, transparent 1%, rgba(255, 255, 255, 0.03) 1.5%) 50% 50% / 30px 30px,
        radial-gradient(circle at 70% 30%, rgb(205,198,167,0.5) 0%, transparent 70%);
    width: 100%;
    top: 0;
    z-index: 2;
}.course_program42 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 5;
}.course_program42 .fast_development90 {
    position: relative;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    perspective: 1000px;
    gap: 40px;
}.course_program42 .fast_development90::before {
    transform-style: preserve-3d;
    height: calc(100% + 60px);
    transform: rotateY(5deg) rotateX(2deg);
    top: -30px;
    animation: borderPulse 4s infinite alternate;
    border-radius: 27px;
    position: absolute;
    width: calc(100% + 60px);
    z-index: -1;
    border: 1px solid rgb(205,198,167,0.5);
    content: "";
    left: -30px;
}.course_program42 .text_region97 {
    transform: translateZ(0);
    flex-direction: column;
    width: 100%;
    gap: 30px;
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.03);
    animation: floatPanel 8s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 20px rgba(255, 255, 255, 0.05);
    position: relative;
    backdrop-filter: blur(8px);
    padding: 35px;
}.course_program42 .text_region97 h2 {
    display: inline-block;
    border-left: 2px solid rgb(174,165,129);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    font-weight: 700;
    background: linear-gradient(to right, rgb(205,198,167) 0%, rgb(174,165,129) 100%);
    -webkit-background-clip: text !important;
    letter-spacing: 1.5px;
    -webkit-text-fill-color: transparent;
    border-bottom: 2px solid rgb(205,198,167);
    border-radius: 8px 0 8px 0;
    color: #ffffff;
    background-clip: text !important;
    border-radius: 10px;
    transform: translateY(-10px);
    padding: 15px 20px;
    font-size: 35px;
    max-width: fit-content;
    margin-bottom: 25px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(205,198,167,0.5);
}.course_program42 .text_region97 .description {
    position: relative;
    border-radius: 10px;
    border-left: 3px solid rgb(205,198,167,0.5);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    line-height: 1.9;
    font-size: 16px;
    backdrop-filter: blur(4px);
    text-align: justify;
    margin-bottom: 25px;
    transform: translateZ(0);
    letter-spacing: 0.5px;
    color: #000000;
    font-weight: 400;
    z-index: 2;
    padding: 18px;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.07);
}.course_program42 .text_region97 .description:first-of-type {
    border-left-color: rgb(205,198,167);
}.course_program42 .text_region97 .description:last-of-type {
    margin-bottom: 0;
    border-left-color: rgb(174,165,129);
}.course_program42 .text_region97 .description::before {
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), transparent);
    height: 100%;
    content: "";
    width: 100%;
}.course_program42 .text_region97 .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.course_program42 .img_hover_box61 {
    align-self: flex-start;
    transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
    border-radius: 27px;
    overflow: hidden;
    background-size: cover;
    height: 450px;
    transform: translateZ(0) rotateY(-5deg);
    position: relative;
    z-index: 4;
    transform-style: preserve-3d;
    animation: floatImage 6s ease-in-out infinite alternate;
    background-position: center;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1);
}.course_program42 .img_hover_box61:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(205,198,167,0.5);
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.98);
    }
    100% {
        opacity: 0.7;
        transform: scale(1.02);
    }
}

@keyframes borderPulse {
    0% {
        border-color: rgb(205,198,167,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(174,165,129,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 10px rgb(205,198,167,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(205,198,167);
    }
}

@keyframes floatPanel {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20%, 100% {
        left: 120%;
    }
}

@keyframes expand {
    0% {
        width: 20px;
    }
    100% {
        width: 100%;
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        box-shadow: 0 0 10px rgb(205,198,167,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(205,198,167);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {.course_program42 {
    padding: 100px 0;
}.course_program42 .fast_development90 {
    gap: 30px;
}.course_program42 .text_region97 {
    padding: 30px;
}.course_program42 .text_region97 h2 {
    font-size: calc(35px * 0.9);
    padding: 12px 18px;
}.course_program42 .text_region97 .description {
    padding: 15px;
}
}

@media screen and (max-width: 991px) {.course_program42 {
    padding: 80px 0;
}.course_program42 .fast_development90 {
    gap: 40px;
    grid-template-columns: 1fr;
}.course_program42 .fast_development90::before {
    height: calc(100% + 40px);
    top: -20px;
    transform: none;
    left: -20px;
    width: calc(100% + 40px);
}.course_program42 .text_region97 {
    transform: none;
    animation: none;
    order: 2;
}.course_program42 .img_hover_box61 {
    min-height: 400px;
    animation: pulse 8s infinite alternate;
    order: 1;
    transform: none;
}.course_program42 .img_hover_box61:hover {
    transform: scale(1.02) translateY(-5px);
}.course_program42 .text_region97 h2 {
    max-width: 100%;
    display: block;
    margin-right: auto;
    text-align: center;
    margin-left: auto;
}.course_program42 .text_region97 .description {
    text-align: left;
}
}

@media screen and (max-width: 767px) {.course_program42 {
    padding: 60px 0;
}.course_program42 .fast_development90 {
    gap: 30px;
}.course_program42 .text_region97 {
    gap: 20px;
    padding: 25px;
}.course_program42 .text_region97 h2 {
    font-size: calc(35px * 0.8);
    padding: 10px 15px;
    margin-bottom: 15px;
}.course_program42 .text_region97 .description {
    padding: 12px;
    margin-bottom: 15px;
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}.course_program42 .img_hover_box61 {
    min-height: 350px;
}.course_program42 .fast_development90::before {
    display: none;
}
}

@media screen and (max-width: 480px) {.course_program42 {
    padding: 40px 0;
}.course_program42 .text_region97 {
    gap: 15px;
    padding: 20px;
}.course_program42 .text_region97 h2 {
    letter-spacing: 1px;
    padding: 8px 12px;
    font-size: calc(35px * 0.7);
}.course_program42 .text_region97 .description {
    font-size: calc(16px * 0.9);
    padding: 10px;
    line-height: 1.6;
}.course_program42 .img_hover_box61 {
    min-height: 280px;
}}.thankYouHub01 {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(237,232,214) 0%, rgb(205,198,167,0.5) 100%);
}.thankYouHub01::before {
    background: linear-gradient(210deg, rgb(174,165,129) 0%, rgb(205,198,167) 100%);
    transform: rotate(15deg) skewX(-15deg);
    z-index: 1;
    content: "";
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
    opacity: 0.05;
    right: -5%;
    top: -10%;
    position: absolute;
    height: 70%;
    width: 45%;
}.thankYouHub01::after {
    background: linear-gradient(45deg, rgb(205,198,167) 0%, rgb(174,165,129) 100%);
    clip-path: polygon(15% 0, 85% 25%, 100% 75%, 0 100%);
    left: -5%;
    content: "";
    position: absolute;
    width: 35%;
    height: 60%;
    z-index: 1;
    transform: rotate(-10deg) skewX(15deg);
    opacity: 0.07;
    bottom: -10%;
}.thankYouHub01 .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}.thankYouHub01 .founder_bio52 {
    position: relative;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1fr;
}.thankYouHub01 .founder_bio52 > div:first-child {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    transform: translateZ(20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    padding: 3rem;
}.thankYouHub01 .founder_bio52 > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.thankYouHub01 .founder_bio52 > div:first-child::before {
    width: 5px;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(205,198,167), rgb(174,165,129));
    height: 100%;
    content: "";
}.thankYouHub01 .founder_bio52 > div:last-child {
    transform: translateZ(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67), box-shadow 0.4s ease;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.92) 100%);
}.thankYouHub01 .founder_bio52 > div:last-child:hover {
    transform: translateZ(25px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
}.thankYouHub01 h5 {
    font-size: calc(18px * 1.1);
    line-height: 1.4;
    letter-spacing: -0.01em;
    font-weight: 700;
    margin: 0;
    position: relative;
    color: #000000;
}.thankYouHub01 h5::after {
    width: 70px;
    margin-top: 1rem;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(205,198,167), transparent);
    display: block;
}.thankYouHub01 a {
    position: relative;
    text-decoration: none;
    transition: transform 0.3s ease;
    display: block;
}.thankYouHub01 a:hover {
    transform: translateX(5px);
}.thankYouHub01 p {
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
    color: #000000;
    position: relative;
}.thankYouHub01 p::first-line {
    font-weight: 600;
    color: rgb(205,198,167);
}

@media (min-width: 768px) {.thankYouHub01 {
    padding: 8rem 0;
}.thankYouHub01 .founder_bio52 {
    gap: 4rem;
    grid-template-columns: 1fr 1.2fr;
}.thankYouHub01 .founder_bio52 > div:first-child {
    padding: 4rem;
}.thankYouHub01 .founder_bio52 > div:last-child {
    margin-top: 2rem;
    padding: 4rem;
}.thankYouHub01 h5 {
    font-size: calc(18px * 1.2);
}.thankYouHub01 p {
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.thankYouHub01 .founder_bio52 {
    gap: 5rem;
    grid-template-columns: 1fr 1.5fr;
}.thankYouHub01 .founder_bio52 > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.thankYouHub01 .founder_bio52 > div:first-child::after {
    background: rgb(174,165,129);
    width: 3px;
    top: 2rem;
    content: "";
    transform: rotate(15deg);
    position: absolute;
    right: -1.5rem;
    height: 40px;
}.thankYouHub01 .founder_bio52 > div:last-child {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.thankYouHub01 h5 {
    font-size: calc(18px * 1.3);
}.thankYouHub01 h5::after {
    width: 100px;
}
}

@media (max-width: 767px) {.thankYouHub01 {
    padding: 4rem 0;
}.thankYouHub01 .founder_bio52 > div:first-child,
    .thankYouHub01 .founder_bio52 > div:last-child {
    padding: 2rem;
}.thankYouHub01 h5 {
    font-size: 18px;
}.thankYouHub01 p {
    font-size: calc(13px * 0.95);
}
}

@media (hover: hover) {.thankYouHub01 .founder_bio52 > div:first-child:hover::after {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb), 0.03) 100%);
}.thankYouHub01 .founder_bio52 > div:last-child:hover::after {
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(var(--secondary-color-rgb), 0.03) 0%, transparent 100%);
    inset: 0;
}}.footer_edu98 {
    position: relative;
    padding: 5rem 0 2rem;
    color: #000000;
    background-color: rgb(237,232,214);
    font-family: Arial, sans-serif;
}.footer_edu98::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.07;
    z-index: 0;
    content: '';
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(205,198,167,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(174,165,129,0.5) 0%, transparent 70%);
}.footer_edu98::after {
    background: linear-gradient(90deg, 
        rgb(237,232,214) 0%,
        rgb(205,198,167) 35%, 
        rgb(174,165,129) 65%,
        rgb(237,232,214) 100%);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 7px;
    content: '';
    width: 100%;
}.footer_edu98 .container {
    position: relative;
    z-index: 2;
}.footer_edu98 .peer_help80 {
    flex-direction: column;
    display: flex;
}.footer_edu98 .join_us96 {
    justify-content: center;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    margin-bottom: 4rem;
    gap: 0;
    position: relative;
    padding-bottom: 2rem;
    flex-wrap: wrap;
}.footer_edu98 .join_us96::after {
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(174,165,129,0.5) 50%,
        transparent 100%);
    bottom: -1px;
    width: 100%;
}.footer_edu98 .info_item {
    position: relative;
    flex: 0 0 auto;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    width: 25%;
}.footer_edu98 .info_item::before {
    background-color: rgba(0, 0, 0, 0.06);
    width: 1px;
    height: 60%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    position: absolute;
}.footer_edu98 .info_item:first-child::before {
    display: none;
}.footer_edu98 .info_item p,
.footer_edu98 .info_item a {
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #000000;
    font-size: calc(16px - 1px);
    display: flex;
    transition: all 0.3s ease;
    font-weight: 400;
}.footer_edu98 .info_item:hover {
    transform: translateY(-5px);
}.footer_edu98 .info_item:hover p,
.footer_edu98 .info_item:hover a {
    color: rgb(205,198,167);
}.footer_edu98 .info_item svg {
    height: 20px;
    transition: transform 0.3s ease;
    fill: rgb(205,198,167);
    width: 20px;
}.footer_edu98 .info_item:hover svg {
    transform: rotate(10deg);
}.footer_edu98 .text_main_holder {
    justify-content: space-between;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
}.footer_edu98 .main_pro42 {
    display: flex;
    margin-right: auto;
    width: 100%;
    gap: 1.5rem;
    flex-direction: column;
    max-width: 300px;
}.footer_edu98 .main_pro42 svg {
    max-width: 160px;
    height: auto;
    transition: all 0.3s ease;
}.footer_edu98 .main_pro42:hover svg {
    transform: scale(1.05);
}.footer_edu98 .med_guides10 {
    color: #000000;
    padding-left: 2rem;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
}.footer_edu98 .med_guides10::before {
    border-radius: 2px;
    left: 0;
    position: absolute;
    width: 4px;
    top: 0;
    background: linear-gradient(to bottom, rgb(205,198,167), rgb(174,165,129));
    bottom: 0;
    content: '';
}.footer_edu98 .nav_pagebar43 {
    flex-direction: column;
    min-width: 240px;
    position: relative;
    flex: 1;
    max-width: 400px;
    gap: 2rem;
    display: flex;
}.footer_edu98 .nav_pagebar43::before {
    background: rgba(0, 0, 0, 0.02);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 15px;
    content: '';
    z-index: -1;
}.footer_edu98 .nav_pagebar43 h5 {
    font-weight: 600;
    background: rgba(0, 0, 0, 0.03);
    font-size: 24px;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    margin-bottom: 1rem;
    color: #000000;
}.footer_edu98 .main_edu50 {
    display: flex;
    padding: 0 1.5rem;
    gap: 0.75rem;
    flex-direction: column;
}.footer_edu98 .main_edu50:first-child {
    position: relative;
}.footer_edu98 .main_edu50 a {
    padding-left: 1.25rem;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    color: #000000;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
}.footer_edu98 .main_edu50 a::before {
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: rgb(174,165,129,0.5);
    top: 50%;
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    transform: translateY(-50%);
    left: 0;
}.footer_edu98 .main_edu50 a:hover {
    color: rgb(205,198,167);
    padding-left: 1.5rem;
}.footer_edu98 .main_edu50 a:hover::before {
    background-color: rgb(205,198,167);
    width: 8px;
    height: 8px;
}.footer_edu98 .subscribe_holder {
    padding: 2rem;
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    max-width: 400px;
    border-radius: 15px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.8) 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    width: 100%;
}.footer_edu98 .subscribe_holder::before {
    content: '';
    height: 0;
    top: 0;
    border-width: 50px 50px 0 0;
    position: absolute;
    width: 0;
    border-top-left-radius: 15px;
    border-style: solid;
    left: 0;
    border-color: rgb(205,198,167,0.5) transparent transparent transparent;
}.footer_edu98 .subscribe_holder h5 {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0.5rem;
}.footer_edu98 .subscribe_holder p {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
}.footer_edu98 .input_holder {
    flex-direction: column;
    position: relative;
    gap: 1rem;
    margin-top: 0.5rem;
    display: flex;
}.footer_edu98 .input_holder input[type="email"] {
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    padding: 1.125rem 1.25rem;
    border-radius: 10px;
}.footer_edu98 .input_holder input[type="email"]:focus {
    border-color: rgb(205,198,167);
    outline: none;
    box-shadow: 0 0 0 3px rgb(205,198,167,0.5);
}.footer_edu98 .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.footer_edu98 .sub_border39 {
    color: #ffffff;
    background: linear-gradient(135deg, rgb(205,198,167) 0%, rgb(174,165,129) 100%);
    transition: all 0.3s ease;
    font-size: 15px;
    padding: 1.125rem 1.25rem;
    z-index: 1;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    border: none;
}.footer_edu98 .sub_border39::before {
    top: 0;
    opacity: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(174,165,129) 0%, rgb(205,198,167) 100%);
    z-index: -1;
    content: '';
    left: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
}.footer_edu98 .sub_border39:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.footer_edu98 .sub_border39:hover::before {
    opacity: 1;
}.footer_edu98 .case_study56 {
    padding-top: 2rem;
    position: relative;
    text-align: center;
    margin-top: 4rem;
}.footer_edu98 .case_study56::before {
    left: 30%;
    background: rgba(0, 0, 0, 0.1);
    width: 40%;
    position: absolute;
    top: 0;
    height: 1px;
    content: '';
}.footer_edu98 .patent_info29 {
    opacity: 0.8;
    color: #000000;
    font-size: 16px;
}

@media (max-width: 1200px) {.footer_edu98 .text_main_holder {
    gap: 2.5rem;
}.footer_edu98 .main_pro42 {
    max-width: 260px;
}.footer_edu98 .nav_pagebar43 {
    min-width: 220px;
}
}

@media (max-width: 991px) {.footer_edu98 {
    padding: 4rem 0 2rem;
}.footer_edu98 .info_item {
    width: 50%;
    padding: 1rem;
}.footer_edu98 .info_item:nth-child(3)::before {
    display: none;
}.footer_edu98 .text_main_holder {
    align-items: center;
    gap: 3rem;
    flex-direction: column;
}.footer_edu98 .main_pro42 {
    max-width: 100%;
    text-align: center;
    width: 100%;
    align-items: center;
}.footer_edu98 .med_guides10 {
    padding-left: 0;
    text-align: center;
    max-width: 500px;
}.footer_edu98 .med_guides10::before {
    display: none;
}.footer_edu98 .nav_pagebar43 {
    max-width: 600px;
    width: 100%;
}.footer_edu98 .subscribe_holder {
    width: 100%;
    max-width: 600px;
}
}

@media (max-width: 768px) {.footer_edu98 {
    padding: 3.5rem 0 1.5rem;
}.footer_edu98 .join_us96 {
    margin-bottom: 3rem;
}.footer_edu98 .info_item {
    width: 100%;
}.footer_edu98 .info_item::before {
    display: none;
}.footer_edu98 .main_edu50 {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem 1.5rem;
}.footer_edu98 .main_edu50 a {
    padding: 0.5rem 1rem;
    text-align: center;
}.footer_edu98 .main_edu50 a::before {
    display: none;
}.footer_edu98 .main_edu50 a:hover {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding-left: 1rem;
}.footer_edu98 .case_study56 {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.footer_edu98 {
    padding: 3rem 0 1.5rem;
}.footer_edu98 .join_us96 {
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
}.footer_edu98 .text_main_holder {
    gap: 2.5rem;
}.footer_edu98 .nav_pagebar43 {
    padding: 1rem;
}.footer_edu98 .nav_pagebar43 h5 {
    text-align: center;
}.footer_edu98 .subscribe_holder {
    padding: 1.5rem;
}.footer_edu98 .subscribe_holder::before {
    border-width: 30px 30px 0 0;
}.footer_edu98 .case_study56 {
    margin-top: 2.5rem;
}}.find_us68 {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(237,232,214) 0%, rgba(255,255,255,0.95) 100%);
}.find_us68::before {
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    z-index: 0;
    left: 0;
    background: 
        radial-gradient(circle at 90% 20%, rgb(205,198,167,0.5) 0%, transparent 30%),
        linear-gradient(60deg, transparent 0%, rgb(174,165,129,0.5) 30%, transparent 70%);
}.find_us68::after {
    z-index: 0;
    border: 2px solid rgb(205,198,167,0.5);
    position: absolute;
    content: "";
    bottom: -40px;
    height: 180px;
    right: -40px;
    transform: rotate(-15deg);
    width: 180px;
}.find_us68 .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.find_us68 .learn_chat42 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    transform: translateY(0);
    box-shadow: 0 10px 40px rgba(0,0,0,0.05), 0 2px 10px rgba(0,0,0,0.02);
    padding: 3rem;
    position: relative;
}.find_us68 .learn_chat42:hover {
    transform: translateY(-5px);
}.find_us68 .learn_chat42::before {
    width: 5px;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(205,198,167), rgb(174,165,129));
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    content: "";
}.find_us68 .learn_chat42:hover::before {
    height: 100%;
}.find_us68 h3 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 29px;
}.find_us68 h3::after {
    transition: width 0.4s ease;
    position: absolute;
    width: 40%;
    left: 0;
    background: linear-gradient(90deg, rgb(205,198,167) 0%, rgb(174,165,129) 100%);
    content: "";
    bottom: -8px;
    height: 3px;
}.find_us68 .learn_chat42:hover h3::after {
    width: 80%;
}.find_us68 h5 {
    display: flex;
    font-weight: 600;
    gap: 8px;
    color: #000000;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
    font-size: 23px;
    align-items: center;
}.find_us68 p {
    font-size: 12px;
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.6;
    max-width: 90%;
}.find_us68 .request_info47 {
    padding: 0;
    gap: 1rem;
    list-style: none;
    margin: 2rem 0 0;
    display: flex;
    flex-direction: column;
}.find_us68 .message_panel90 {
    border-left: 2px solid transparent;
    font-weight: 400;
    gap: 8px;
    background: rgba(245, 245, 245, 0.6);
    transition: all 0.3s ease;
    font-size: 12px;
    display: flex;
    color: #000000;
    padding: 10px 15px;
    align-items: center;
    text-decoration: none;
}.find_us68 .message_panel90:hover {
    transform: translateX(5px);
    background: rgba(245, 245, 245, 1);
    border-left: 2px solid rgb(205,198,167);
}.find_us68 svg {
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
}.find_us68 .message_panel90:hover svg {
    transform: scale(1.1);
}.find_us68 svg path {
    fill: rgb(205,198,167);
    transition: fill 0.3s ease;
}.find_us68 .message_panel90:hover svg path {
    fill: rgb(174,165,129);
}

@media (min-width: 768px) {.find_us68 .learn_chat42 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 4rem;
    display: grid;
}.find_us68 h3 {
    margin-bottom: 2rem;
    font-size: calc(29px * 1.1);
}.find_us68 .request_info47 {
    margin-top: 2.5rem;
    gap: 1.5rem;
    flex-wrap: wrap;
    flex-direction: row;
}.find_us68 .message_panel90 {
    padding: 12px 20px;
}
}

@media (min-width: 992px) {.find_us68 {
    padding: 7rem 0;
}.find_us68 .learn_chat42 {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 3rem;
}.find_us68 .learn_chat42 > div:first-of-type {
    grid-column: 1 / -1;
}.find_us68 h3 {
    grid-column: 1 / -1;
}.find_us68 .request_info47 {
    grid-column: 1 / -1;
}.find_us68 .message_panel90 {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.find_us68 .message_panel90:hover {
    transform: translateX(8px);
}
}

@media (max-width: 767px) {.find_us68 {
    padding: 4rem 0;
}.find_us68 .learn_chat42 {
    padding: 2rem;
}.find_us68 h3 {
    font-size: calc(29px * 0.9);
}.find_us68 p {
    max-width: 100%;
}.find_us68 .request_info47 li {
    width: 100%;
}.find_us68 .message_panel90 {
    padding: 10px;
}
}

@media (max-width: 480px) {.find_us68 {
    padding: 3rem 0;
}.find_us68 .learn_chat42 {
    padding: 1.5rem;
}.find_us68 h3 {
    font-size: calc(29px * 0.8);
}.find_us68 .message_panel90 {
    font-size: calc(12px * 0.9);
}}.our_mission84 {
    position: relative;
    overflow: hidden;
    padding: 120px 30px;
    color: #ffffff;
}.our_mission84::before {
    position: absolute;
    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%);
    bottom: 0;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    right: 0;
}.our_mission84::after {
    background: rgb(205,198,167);
    height: 100%;
    top: -50%;
    animation: subtle-shift 20s infinite alternate ease-in-out;
    z-index: 2;
    position: absolute;
    content: "";
    transform: rotate(45deg) translateY(-50%);
    opacity: 0.15;
    right: -50%;
    width: 100%;
}.our_mission84 h4 {
    text-align: center;
    transform: translateY(0);
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
    font-size: 29px;
    font-weight: 700;
    opacity: 1;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
}.our_mission84 h4::after {
    background: rgb(174,165,129);
    transform: translateX(-50%);
    position: absolute;
    content: "";
    z-index: 10;
    height: 3px;
    width: 80px;
    bottom: -15px;
    left: 50%;
}.our_mission84 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}.our_mission84 .text_region97 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.05)
    );
    padding: 40px;
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-backdrop-filter: blur(10px);
    border-left: 3px solid rgb(174,165,129);
    position: relative;
}.our_mission84 .text_region97::before {
    position: absolute;
    border: 2px solid rgb(174,165,129,0.5);
    content: "";
    right: 20px;
    height: 120px;
    z-index: -1;
    opacity: 0.3;
    top: 20px;
    width: 120px;
    transform: rotate(15deg);
}.our_mission84 h6 {
    position: relative;
    color: rgb(174,165,129);
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: calc(18px * 1.2);
    display: inline-block;
}.our_mission84 h6::after {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.4s ease;
    left: 0;
    height: 2px;
    content: "";
    background: rgb(174,165,129);
    position: absolute;
    bottom: -8px;
    width: 60%;
}.our_mission84 .text_region97 div {
    max-height: 400px;
    scrollbar-color: rgb(174,165,129) rgba(255, 255, 255, 0.1);
    padding-right: 15px;
    overflow-y: auto;
    position: relative;
    scrollbar-width: thin;
}.our_mission84 .text_region97 div::-webkit-scrollbar {
    width: 6px;
}.our_mission84 .text_region97 div::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}.our_mission84 .text_region97 div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(174,165,129);
}.our_mission84 span {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    display: block;
    font-size: 12px;
    line-height: 1.8;
    color: #ffffff;
}

@keyframes subtle-shift {
    0% {
        transform: rotate(45deg) translateY(-50%);
    }
    50% {
        transform: rotate(42deg) translateY(-48%);
    }
    100% {
        transform: rotate(48deg) translateY(-52%);
    }
}

@media (min-width: 768px) {.our_mission84 {
    padding: 150px 50px;
}.our_mission84 h4 {
    margin-bottom: 60px;
    font-size: calc(29px * 1.2);
}.our_mission84 .text_region97 {
    border-top-right-radius: 14px;
    max-width: 90%;
    padding: 60px;
    margin: 0 auto;
    border-left: 5px solid rgb(174,165,129);
    border-bottom-right-radius: 14px;
}.our_mission84 h6 {
    font-size: calc(18px * 1.5);
    margin-bottom: 30px;
}.our_mission84 .text_region97 div {
    max-height: none;
    column-gap: 40px;
    column-count: 2;
}.our_mission84 span {
    font-size: calc(12px * 1.1);
}
}

@media (min-width: 1200px) {.our_mission84 {
    padding: 180px 0;
}.our_mission84 .text_region97 {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 80px;
    transition: transform 0.5s ease;
    max-width: 80%;
}.our_mission84 .text_region97:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_mission84 h6::after {
    width: 40%;
}.our_mission84 span {
    font-size: calc(12px * 1.2);
}.our_mission84 .text_region97::before {
    right: 30px;
    height: 180px;
    width: 180px;
    top: 30px;
}
}

@media (max-width: 767px) {.our_mission84 {
    padding: 80px 20px;
}.our_mission84 h4 {
    margin-bottom: 30px;
    font-size: 18px;
}.our_mission84 .text_region97 {
    padding: 30px 20px;
}.our_mission84 h6 {
    margin-bottom: 20px;
    font-size: 16px;
}.our_mission84 span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.our_mission84 .text_region97 div {
    max-height: 300px;
}
}