* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.qna_board9 {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}.head_section9 {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1179px;
}.core-container3 {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}::-webkit-scrollbar {
    width: 2%;
}::-webkit-scrollbar-track {
    background: linear-gradient(201deg, rgb(173,153,152) 28%, rgb(173,153,152,0.5) 83%, rgb(208,191,191) 54%, rgb(208,191,191,0.5) 3%);
    box-shadow: inset 2px -2px 3px 6px rgba(0, 0, 0, 0.2);
}::-webkit-scrollbar-track:active {
    background: rgb(208,191,191);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    transition: all, box-shadow, border-radius 3.3s ease-in;
    box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.7);
    background: rgb(233,225,225);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 2px -2px 6px 7px rgba(0, 0, 0, 0.4);
    background: rgb(208,191,191,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(208,191,191,0.5);
}* {
    scrollbar-color: rgb(233,225,225) rgb(208,191,191);
}header,footer {
    width: 100%;
}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;
}}
.plan_shelf8 {
    overflow: hidden;
    padding: 120px 0;
    background: rgb(233,225,225);
    position: relative;
}.plan_shelf8::before {
    z-index: 0;
    content: "";
    top: -15%;
    height: 600px;
    width: 600px;
    opacity: 0.15;
    position: absolute;
    background: linear-gradient(135deg, rgb(208,191,191,0.5), rgb(173,153,152,0.5));
    filter: blur(80px);
    right: -10%;
}.plan_shelf8::after {
    filter: blur(100px);
    width: 500px;
    content: "";
    bottom: -15%;
    left: -10%;
    background: linear-gradient(225deg, rgb(173,153,152,0.5), rgb(208,191,191,0.5));
    height: 500px;
    opacity: 0.1;
    z-index: 0;
    position: absolute;
}.plan_shelf8 .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
}.plan_shelf8 .access_rates1 {
    display: flex;
    gap: 60px;
    flex-direction: column;
}.plan_shelf8 .tuition_grid3 {
    transform: translateX(5%);
    order: -1;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}.plan_shelf8 .tuition_grid3 h2 {
    background: linear-gradient(90deg, #000000, rgb(208,191,191));
    font-weight: 700;
    font-size: 37px;
    color: #000000;
    -webkit-background-clip: text !important;
    margin-bottom: 15px;
    background-clip: text !important;
    transform: perspective(1000px) rotateX(0deg);
    color: transparent;
    transition: transform 0.5s ease;
}.plan_shelf8 .tuition_grid3 .payment_option7 {
    max-width: 700px;
    line-height: 1.6;
    transition: transform 0.4s ease;
    transform: translateY(0);
    font-size: 12px;
    color: #000000;
    margin-left: 5px;
}.plan_shelf8 .tuition_grid3:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.plan_shelf8 .tuition_grid3:hover .payment_option7 {
    transform: translateY(3px);
}.plan_shelf8 .access_plans0 {
    gap: 30px;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
}.plan_shelf8 .edu_rates3 {
    position: relative;
    transform: translateZ(0) scale(1);
    transform-style: preserve-3d;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    height: 100%;
}.plan_shelf8 .edu_rates3:hover {
    z-index: 5;
    transform: translateZ(20px) scale(1.02);
}.plan_shelf8 .study_fees5 {
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;
    display: flex;
    background: #ffffff;
    position: relative;
    transition: box-shadow 0.5s ease;
}.plan_shelf8 .edu_rates3:hover .study_fees5 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(208,191,191,0.5);
}.plan_shelf8 .study_fees5::before {
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    right: 0;
    background: linear-gradient(90deg, rgb(208,191,191), rgb(173,153,152));
    height: 5px;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.plan_shelf8 .edu_rates3:hover .study_fees5::before {
    transform: scaleX(1);
}.plan_shelf8 .pro_rates9 {
    overflow: hidden;
    padding: 35px 30px;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    z-index: 2;
    display: flex;
}.plan_shelf8 .pro_rates9 h3 {
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
    position: relative;
    transform: translateY(0);
    transition: transform 0.4s ease, color 0.3s ease;
    font-size: calc(22px + 2px);
    font-weight: 600;
    margin-bottom: 15px;
}.plan_shelf8 .edu_rates3:hover .pro_rates9 h3 {
    transform: translateY(-2px);
    color: rgb(208,191,191);
}.plan_shelf8 .pro_rates9 .trial_pricing4 {
    font-weight: 700;
    display: block;
    word-break: break-word;
    overflow-wrap: break-word;
    position: relative;
    margin: 5px 0 20px;
    color: rgb(208,191,191);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(22px + 6px);
}.plan_shelf8 .edu_rates3:hover .pro_rates9 .trial_pricing4 {
    transform: scale(1.05);
}.plan_shelf8 .pro_rates9 .trial_pricing4::after {
    left: 0;
    bottom: -10px;
    height: 2px;
    width: 50px;
    transition: width 0.4s ease;
    content: "";
    position: absolute;
    background: rgb(173,153,152,0.5);
}.plan_shelf8 .edu_rates3:hover .pro_rates9 .trial_pricing4::after {
    width: 80px;
}.plan_shelf8 .pro_rates9 p {
    margin-top: 10px;
    flex-grow: 1;
    opacity: 0.85;
    font-size: 12px;
    color: #000000;
    transition: opacity 0.3s ease;
    word-break: break-word;
    white-space: normal;
    line-height: 1.7;
    overflow-wrap: break-word;
}.plan_shelf8 .edu_rates3:hover .pro_rates9 p {
    opacity: 1;
}.plan_shelf8 .edu_rates3 .image_cell8 {
    overflow: hidden;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 220px;
    width: 100%;
    position: relative;
}.plan_shelf8 .edu_rates3:hover .image_cell8 {
    height: 240px;
}.plan_shelf8 .edu_rates3 .image_cell8::after {
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    transition: opacity 0.4s ease;
    top: 0;
    right: 0;
    opacity: 0;
}.plan_shelf8 .edu_rates3:hover .image_cell8::after {
    opacity: 1;
}.plan_shelf8 .edu_rates3:nth-child(odd) .study_fees5 {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {.plan_shelf8 {
    padding: 140px 0;
}.plan_shelf8 .access_rates1 {
    align-items: flex-start;
    flex-direction: row;
}.plan_shelf8 .tuition_grid3 {
    align-self: flex-start;
    top: 100px;
    margin-right: 70px;
    width: 30%;
    order: 0;
    transform: translateX(0);
    position: sticky;
}.plan_shelf8 .access_plans0 {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.plan_shelf8 .access_plans0 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan_shelf8 .tuition_grid3 h2 {
    font-size: calc(37px + 5px);
}
}

@media (max-width: 991px) {.plan_shelf8 {
    padding: 80px 0;
}.plan_shelf8 .tuition_grid3 {
    text-align: center;
    transform: translateX(0);
}.plan_shelf8 .tuition_grid3 .payment_option7 {
    margin: 0 auto;
}
}

@media (max-width: 767px) {.plan_shelf8 {
    padding: 60px 0;
}.plan_shelf8 .access_plans0 {
    grid-template-columns: 1fr;
}.plan_shelf8 .pro_rates9 {
    padding: 25px 20px;
}.plan_shelf8 .edu_rates3 .image_cell8 {
    height: 180px;
}.plan_shelf8 .tuition_grid3 h2 {
    font-size: calc(37px - 2px);
}
}

@media (max-width: 480px) {.plan_shelf8 {
    padding: 50px 0;
}.plan_shelf8 .pro_rates9 h3 {
    font-size: 22px;
}.plan_shelf8 .pro_rates9 .trial_pricing4 {
    font-size: calc(22px + 2px);
}.plan_shelf8 .pro_rates9 p {
    font-size: calc(12px - 1px);
}}header {
    position: relative;
    padding: 1.2rem 0;
    z-index: 100;
    background: rgb(233,225,225);
}header::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    background: linear-gradient(135deg, 
        rgb(208,191,191,0.5) 0%, 
        transparent 50%, 
        rgb(173,153,152,0.5) 100%);
    opacity: 0.5;
    left: 0;
}header .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 1;
}header .top_learning4 {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
}header .first_expert0 {
    justify-content: center;
    text-decoration: none;
    margin-bottom: 0.5rem;
    display: flex;
    padding: 0.5rem 1rem;
    position: relative;
}header .first_expert0::before {
    background: linear-gradient(to right, 
        transparent, 
        rgb(208,191,191,0.5), 
        rgb(173,153,152,0.5), 
        rgb(208,191,191,0.5), 
        transparent);
    width: 100%;
    left: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    content: '';
}header .first_expert0 svg {
    transition: all 0.3s ease;
    width: 160px;
    height: auto;
}header .first_expert0:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(208,191,191,0.5));
}header .top_lesson3 {
    gap: 0.4rem;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    padding: 0.6rem;
    border-radius: 10px;
    background: rgb(233,225,225);
    width: 100%;
}header .main_nav1 {
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    font-weight: 400;
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 0.5rem 1rem;
    font-size: 16px;
    z-index: 1;
    transition: all 0.3s ease;
    overflow: hidden;
}header .main_nav1::before {
    content: '';
    z-index: -1;
    transition: opacity 0.3s ease;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(208,191,191), rgb(173,153,152));
    width: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
}header .main_nav1:hover {
    color: #ffffff;
}header .main_nav1:hover::before {
    opacity: 1;
}header .main_nav1::after {
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    content: '';
    background: linear-gradient(to right, rgb(208,191,191), rgb(173,153,152));
    position: absolute;
    transition: transform 0.3s ease;
}header .main_nav1:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .top_learning4 {
    padding: 0.8rem;
    gap: 0.8rem;
}header .first_expert0 svg {
    width: 140px;
}header .top_lesson3 {
    padding: 0.5rem;
}header .main_nav1 {
    padding: 0.4rem 0.8rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .top_learning4 {
    padding: 0.7rem;
    gap: 0.7rem;
}header .first_expert0 svg {
    width: 120px;
}header .top_lesson3 {
    padding: 0.4rem;
    gap: 0.3rem;
}header .main_nav1 {
    font-size: calc(16px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .top_learning4 {
    padding: 0.6rem;
    gap: 0.6rem;
}header .first_expert0 svg {
    width: 110px;
}header .top_lesson3 {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0.4rem;
}header .top_lesson3::-webkit-scrollbar {
    height: 2px;
}header .top_lesson3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,191,191);
}header .main_nav1 {
    white-space: nowrap;
    flex-shrink: 0;
}}.dialogCookieSettings3 {
    border-top: 2px solid rgb(208,191,191);
    z-index: 90;
    background: rgb(233,225,225);
    bottom: 0;
    width: 100%;
    position: fixed;
}#dataConsentBanner3 {
    display: none;
}#dataConsentBanner3:checked ~ .dialogCookieSettings3 {
    visibility: hidden;
    opacity: 0;
}.track_switch6 {
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
    display: flex;
}.dialogCookieSettings3 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.dialogCookieSettings3 p {
    font-size: 18px;
}.cookie_compl6 {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_compl6 svg, .cookie_compl6 svg path, .cookie_compl6 img {
    height: 100px;
    width: 100px;
    fill: rgb(208,191,191);
}.cookie_apply1 {
    font-size: 24px;
    text-decoration: none;
    color: rgb(208,191,191);
    flex-shrink: 0;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    line-height: 35px;
    min-width: 120px;
    white-space: nowrap;
    border-bottom: 2px solid rgb(208,191,191);
}.dialogCookieSettings3 p a {
    text-decoration: none;
    color: rgb(208,191,191);
}
@media only screen and (max-width: 1200px) {.dialogCookieSettings3 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_compl6 {
    display: none;
}.track_switch6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.dialogCookieSettings3 h5 {
    text-align: center;
}.dialogCookieSettings3 p {
    text-align: center;
}.cookies_consent8 {
    margin-bottom: 20px;
}body .core-container3 .cookie_apply1 {
    margin-bottom: 10px;
    margin-left: 0;
}}
.core-container3 .dialogCookieSettings3 {
    box-shadow: rgb(173,153,152,0.5) 0px 0px 10px 10px;
    background: rgb(208,191,191);
}.core-container3 .track_switch6 {
    justify-content: space-between;
    padding: 40px 0;
}.core-container3 .cookie_apply1 {
    color: rgb(208,191,191);
    font-size: 20px;
    background: #ffffff;
    margin-left: 30px;
    border: none;
    padding: 10px;
}.core-container3 .cookies_consent8 {
    text-align: left;
    color: #ffffff;
}.core-container3 .cookies_consent8 h5 {
    font-weight: 700;
}.core-container3 .cookies_consent8 h5, .core-container3 .cookies_consent8 p {
    color: #ffffff;
}.core-container3 .dialogCookieSettings3 p a {
    color: rgb(173,153,152);
    text-decoration: underline;
}.course_suitability5 {
    background: #ffffff;
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}.course_suitability5::before {
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, 
                rgb(208,191,191,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(173,153,152,0.5) 100%);
    width: 100%;
    top: 0;
    opacity: 0.1;
}.course_suitability5 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 2;
    max-width: 1140px;
}.course_suitability5 .skill_space3 {
    position: relative;
}.course_suitability5 h4 {
    position: relative;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #000000;
}.course_suitability5 h4::after {
    bottom: 0;
    content: "";
    background: rgb(208,191,191);
    border-radius: 10px;
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    position: absolute;
    left: 50%;
}.course_suitability5 div > div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.course_suitability5 p {
    color: #000000;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 25px 30px;
    margin: 0;
    border-radius: 27px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    font-size: 18px;
}.course_suitability5 p::before {
    height: 100%;
    transition: width 0.3s ease;
    background: rgb(208,191,191);
    position: absolute;
    width: 5px;
    content: "";
    top: 0;
    left: 0;
}.course_suitability5 p::after {
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, 
                rgb(208,191,191,0.5) 0%, 
                transparent 30%);
    height: 100%;
    content: "";
    z-index: -1;
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0;
}.course_suitability5 p:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateX(10px);
}.course_suitability5 p:hover::before {
    width: 8px;
}.course_suitability5 p:hover::after {
    opacity: 0.2;
}.course_suitability5 p svg {
    width: 28px;
    transition: all 0.3s ease;
    height: 28px;
    flex-shrink: 0;
    margin-right: 20px;
}.course_suitability5 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,191,191);
}.course_suitability5 p:hover svg {
    transform: scale(1.2);
}.course_suitability5 p:hover svg path {
    fill: rgb(173,153,152);
}.course_suitability5 p:nth-child(even)::before {
    background: rgb(173,153,152);
}.course_suitability5 p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(173,153,152,0.5) 0%, 
                transparent 30%);
}@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.course_suitability5 .skill_space3 > div p {
    opacity: 0;
    animation: fadeInSlide 0.5s ease forwards;
}.course_suitability5 .skill_space3 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.course_suitability5 .skill_space3 > div p:nth-child(2) {
    animation-delay: 0.2s;
}.course_suitability5 .skill_space3 > div p:nth-child(3) {
    animation-delay: 0.3s;
}.course_suitability5 .skill_space3 > div p:nth-child(4) {
    animation-delay: 0.4s;
}.course_suitability5 .skill_space3 > div p:nth-child(5) {
    animation-delay: 0.5s;
}.course_suitability5 .skill_space3 > div p:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 991px) {.course_suitability5 {
    padding: 90px 0;
}.course_suitability5 h4 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.course_suitability5 div > div {
    gap: 18px;
}.course_suitability5 p {
    padding: 20px 25px;
}.course_suitability5 p svg {
    height: 25px;
    margin-right: 15px;
    width: 25px;
}
}

@media (max-width: 768px) {.course_suitability5 {
    padding: 70px 0;
}.course_suitability5 h4 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.course_suitability5 h4::after {
    width: 60px;
}.course_suitability5 div > div {
    gap: 15px;
}.course_suitability5 p {
    padding: 18px 20px;
}
}

@media (max-width: 576px) {.course_suitability5 {
    padding: 60px 0;
}.course_suitability5 h4 {
    font-size: calc(30px * 0.7);
    margin-bottom: 25px;
    padding-bottom: 10px;
}.course_suitability5 h4::after {
    height: 2px;
    width: 50px;
}.course_suitability5 div > div {
    gap: 12px;
}.course_suitability5 p {
    font-size: calc(18px * 0.9);
    padding: 15px;
}.course_suitability5 p svg {
    width: 22px;
    margin-right: 12px;
    height: 22px;
}.course_suitability5 p:hover {
    transform: translateX(5px);
}}.course_instructor9 {
    background: rgb(233,225,225);
    position: relative;
    overflow: hidden;
    height: 500px;
}.course_instructor9::before {
    background: rgb(208,191,191);
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    left: 0;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
}.course_instructor9::after {
    content: "";
    position: absolute;
    z-index: 2;
    background: 
        linear-gradient(
            135deg, 
            transparent 0%, 
            rgb(173,153,152,0.5) 100%
        );
    width: 100%;
    mix-blend-mode: overlay;
    height: 100%;
}.course_instructor9 .opinion_spot3 {
    height: 100%;
    z-index: 3;
    display: flex;
    position: relative;
}.course_instructor9 .image_cell8 {
    top: -15%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    transform: translateX(-5%);
    position: absolute;
    width: 45%;
    height: 130%;
    border-radius: 0;
    filter: grayscale(30%) contrast(1.1);
    z-index: 2;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.course_instructor9 .image_cell8::after {
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(
        to right,
        rgb(208,191,191) 0%,
        transparent 100%
    );
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
}.course_instructor9:hover .image_cell8 {
    filter: grayscale(0%) contrast(1.2);
    transform: translateX(0%);
}.course_instructor9 .job_wrap0 {
    z-index: 3;
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 100%;
    padding: 0 3rem 0 7rem;
    justify-content: center;
    right: 0;
    position: absolute;
}.course_instructor9 .name {
    animation: slide-left 0.7s forwards 0.2s;
    color: #000000;
    font-size: 38px;
    margin-bottom: 0.7rem;
    font-weight: 700;
    opacity: 0;
    transform: translateX(50px);
    position: relative;
}.course_instructor9 .name::before {
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.5s ease 0.7s;
    bottom: -10px;
    position: absolute;
    background: rgb(208,191,191);
    width: 50px;
    height: 5px;
    content: "";
}.course_instructor9:hover .name::before {
    transform: scaleX(1);
}.course_instructor9 .job_wrap0 > div:nth-child(2) {
    margin-bottom: 2rem;
    letter-spacing: 3px;
    opacity: 0;
    animation: slide-left 0.7s forwards 0.4s;
    text-transform: uppercase;
    color: rgb(173,153,152);
    transform: translateX(50px);
    font-size: 20px;
    font-weight: 600;
}.course_instructor9 .work_projects8 {
    opacity: 0;
    transform: translateX(50px);
    position: relative;
    font-size: 14px;
    font-weight: 400;
    max-width: 600px;
    padding-left: 30px;
    color: #000000;
    line-height: 1.8;
    animation: slide-left 0.7s forwards 0.6s;
}@keyframes slide-left {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.course_instructor9 .work_projects8::before {
    width: 5px;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(
        to bottom,
        rgb(208,191,191) 0%,
        rgb(173,153,152) 100%
    );
    content: "";
}.course_instructor9 .work_projects8::after {
    position: absolute;
    bottom: -120px;
    opacity: 0.1;
    line-height: 0;
    content: '"';
    color: rgb(208,191,191,0.5);
    right: -80px;
    font-size: 20rem;
    font-family: serif;
    z-index: -1;
}@keyframes parallax-shift {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.course_instructor9:hover .image_cell8 {
    animation: parallax-shift 3s ease-in-out infinite alternate;
}.course_instructor9 .job_wrap0 > div {
    transition: transform 0.3s ease;
}.course_instructor9:hover .name {
    transform: translateY(-5px);
    transition-delay: 0.1s;
}.course_instructor9:hover .job_wrap0 > div:nth-child(2) {
    transition-delay: 0.2s;
    transform: translateY(-3px);
}.course_instructor9:hover .work_projects8 {
    transform: translateY(-1px);
    transition-delay: 0.3s;
}

@media (max-width: 992px) {.course_instructor9 {
    padding: 0;
    height: auto;
}.course_instructor9::before {
    clip-path: none;
    height: 250px;
    width: 100%;
}.course_instructor9 .opinion_spot3 {
    flex-direction: column;
}.course_instructor9 .image_cell8 {
    top: 0;
    width: 100%;
    height: 300px;
    transform: none;
    position: relative;
    clip-path: none;
}.course_instructor9 .job_wrap0 {
    padding: 2rem;
    position: relative;
    width: 100%;
}.course_instructor9:hover .image_cell8 {
    animation: none;
}.course_instructor9 .work_projects8::after {
    display: none;
}}.find_contact7 {
    background: rgb(173,153,152,0.5);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.find_contact7::before {
    top: 0;
    z-index: 0;
    width: 100%;
    filter: blur(60px);
    background: 
        radial-gradient(circle at 20% 30%, rgb(208,191,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(173,153,152,0.5) 0%, transparent 40%);
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
}.find_contact7::after {
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px);
    z-index: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
}.find_contact7 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 15px;
}.find_contact7 .reach_help2 {
    overflow: visible;
    position: relative;
    display: flex;
    flex-direction: column;
}.find_contact7 .edu_tutor4 {
    text-shadow: 
        0 0 5px rgb(208,191,191),
        0 0 10px rgb(208,191,191),
        0 0 20px rgb(208,191,191);
    display: flex;
    align-items: center;
    font-size: 43px;
    letter-spacing: 3px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 60px 0;
    position: relative;
    font-weight: 700;
    padding: 0;
}.find_contact7 .edu_tutor4 svg {
    fill: none;
    stroke-linejoin: round;
    stroke-linecap: round;
    filter: drop-shadow(0 0 5px rgb(208,191,191)) 
           drop-shadow(0 0 10px rgb(208,191,191));
    height: 35px;
    stroke: #ffffff;
    width: 35px;
    margin-right: 15px;
    stroke-width: 2;
}.find_contact7 .content-wrapper {
    backdrop-filter: blur(10px);
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 0 20px rgb(208,191,191,0.5),
        0 0 40px rgba(0, 0, 0, 0.5),
        inset 0 0 2px rgba(255, 255, 255, 0.1);
    border-radius: 27px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(17, 55, 85, 0.7);
}.find_contact7 .content-wrapper::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(208,191,191), transparent);
}.find_contact7 .content-wrapper::after {
    position: absolute;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(173,153,152), transparent);
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
}.find_contact7 .image_cell8 {
    height: 100%;
    top: 0;
    object-fit: cover;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 20% 100%);
    right: 0;
    filter: grayscale(70%) contrast(120%) brightness(80%);
    width: 60%;
    mix-blend-mode: luminosity;
    position: absolute;
    opacity: 0.7;
}.find_contact7 .image_cell8::after {
    height: 100%;
    background: linear-gradient(to right, rgba(10, 10, 20, 0.9), transparent);
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}.find_contact7 .support_now6 {
    position: relative;
    padding: 40px;
    width: 60%;
    z-index: 3;
}.find_contact7 .support_now6 p {
    align-items: center;
    color: #ffffff;
    display: flex;
    padding: 15px 25px 15px 50px;
    font-size: 15px;
    box-shadow: 
        0 0 10px rgba(0, 0, 0, 0.2),
        inset 0 0 1px rgba(255, 255, 255, 0.1);
    margin: 0 0 20px 0;
    transition: all 0.3s ease;
    position: relative;
    border-left: 2px solid rgb(208,191,191);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.find_contact7 .support_now6 p:hover {
    box-shadow: 
        0 0 15px rgba(0, 0, 0, 0.3),
        0 0 5px rgb(208,191,191,0.5),
        inset 0 0 2px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.find_contact7 .support_now6 p svg {
    fill: rgb(208,191,191);
    left: 15px;
    transform: translateY(-50%);
    position: absolute;
    transition: all 0.3s ease;
    height: 20px;
    width: 20px;
    top: 50%;
    filter: drop-shadow(0 0 3px rgb(208,191,191));
}.find_contact7 .support_now6 p:hover svg {
    filter: drop-shadow(0 0 5px rgb(208,191,191));
    transform: translateY(-50%) scale(1.2);
}.find_contact7 .support_now6 p:nth-child(even) {
    border-left: 2px solid rgb(173,153,152);
}.find_contact7 .support_now6 p:nth-child(even) svg {
    stroke: rgb(173,153,152);
    filter: drop-shadow(0 0 3px rgb(173,153,152));
}.find_contact7 .support_now6 p:nth-child(even):hover svg {
    filter: drop-shadow(0 0 5px rgb(173,153,152));
}.find_contact7 .support_now6 p span {
    opacity: 0.9;
    margin-left: 10px;
}.find_contact7 .support_now6 p a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}.find_contact7 .support_now6 p a::before {
    width: 100%;
    transition: transform 0.3s ease;
    transform-origin: right;
    height: 1px;
    position: absolute;
    background: rgb(208,191,191);
    transform: scaleX(0);
    box-shadow: 0 0 5px rgb(208,191,191);
    left: 0;
    content: "";
    bottom: -2px;
}.find_contact7 .support_now6 p a:hover {
    text-shadow: 0 0 8px rgb(208,191,191,0.5);
    color: rgb(208,191,191);
}.find_contact7 .support_now6 p a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.find_contact7 .support_now6 p:nth-child(even) a::before {
    background: rgb(173,153,152);
    box-shadow: 0 0 5px rgb(173,153,152);
}.find_contact7 .support_now6 p:nth-child(even) a:hover {
    color: rgb(173,153,152);
    text-shadow: 0 0 8px rgb(173,153,152,0.5);
}.find_contact7 .msg_support6 {
    box-shadow: 
        0 0 20px rgba(0, 0, 0, 0.3),
        inset 0 0 2px rgba(255, 255, 255, 0.1);
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    margin-top: 40px;
    border-radius: 27px;
    width: 60%;
    border-top: 2px solid rgb(208,191,191);
    position: relative;
}.find_contact7 .edu_mentor6 {
    text-shadow: 0 0 10px rgb(208,191,191,0.5);
    align-items: center;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 21px;
    display: flex;
    padding-bottom: 15px;
    color: #ffffff;
    margin: 0 0 20px 0;
}.find_contact7 .edu_mentor6 svg {
    stroke-linecap: round;
    stroke-width: 2;
    stroke-linejoin: round;
    stroke: rgb(208,191,191);
    filter: drop-shadow(0 0 5px rgb(208,191,191,0.5));
    fill: none;
    margin-right: 12px;
    height: 22px;
    width: 22px;
}.find_contact7 .edu_coach7 {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}.find_contact7 .write_experts1 {
    font-size: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #ffffff;
    text-align: center;
    justify-content: center;
    padding: 12px;
}.find_contact7 .write_experts1:hover {
    border-color: rgb(208,191,191,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
}.find_contact7 .write_experts1 svg {
    stroke: rgb(208,191,191);
    margin-right: 8px;
    stroke-width: 2;
    opacity: 0.7;
    stroke-linejoin: round;
    fill: none;
    height: 14px;
    stroke-linecap: round;
    width: 14px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 2px rgb(208,191,191,0.5));
}.find_contact7 .write_experts1:hover svg {
    filter: drop-shadow(0 0 5px rgb(208,191,191));
    opacity: 1;
    transform: rotate(30deg);
}.find_contact7 .support_now6 p {
    opacity: 1;
}
@media (max-width: 1023px) {.find_contact7 .image_cell8 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    height: 300px;
    width: 100%;
    position: relative;
}.find_contact7 .support_now6,
    .find_contact7 .msg_support6 {
    width: 100%;
}.find_contact7 .content-wrapper {
    display: flex;
    flex-direction: column;
}.find_contact7 .support_now6 {
    order: 2;
    padding: 30px;
}.find_contact7 .msg_support6 {
    margin-top: 0;
    border-radius: 0 0 27px 27px;
    order: 3;
    border-top: none;
}.find_contact7 .edu_tutor4 svg {
    width: 30px;
    height: 30px;
}
}
@media (max-width: 767px) {.find_contact7 {
    padding: 80px 0;
}.find_contact7 .edu_tutor4 {
    font-size: calc(32px + 4px);
    margin-bottom: 40px;
}.find_contact7 .edu_tutor4 svg {
    width: 25px;
    margin-right: 10px;
    height: 25px;
}.find_contact7 .image_cell8 {
    height: 250px;
}.find_contact7 .support_now6 {
    padding: 25px;
}.find_contact7 .support_now6 p {
    padding: 12px 20px 12px 45px;
}.find_contact7 .support_now6 p svg {
    height: 18px;
    width: 18px;
    left: 12px;
}.find_contact7 .msg_support6 {
    padding: 25px;
}.find_contact7 .edu_mentor6 svg {
    height: 18px;
    margin-right: 10px;
    width: 18px;
}.find_contact7 .edu_coach7 {
    grid-template-columns: repeat(2, 1fr);
}.find_contact7 .write_experts1 svg {
    margin-right: 6px;
    height: 12px;
    width: 12px;
}}
.find_contact7 .content-wrapper {
    position: relative;
}footer {
    z-index: 1;
    position: relative;
}footer::before {
    z-index: -2;
    background: linear-gradient(120deg, rgb(208,191,191) 0%, rgb(173,153,152) 100%);
    left: 0;
    right: 0;
    content: "";
    top: 0;
    position: absolute;
    bottom: 0;
    opacity: 0.85;
}footer::after {
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
}.qna_board9 {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}.qna_board9::before {
    width: 100%;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    opacity: 0.2;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    background: #ffffff;
}.qna_board9 .container {
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
    position: relative;
    justify-content: space-between;
}.qna_board9 .company_holder {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    flex: 1 1 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
}.qna_board9 .company_holder h3 {
    color: #ffffff;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    margin: 0 0 1.5rem;
    font-weight: 700;
    padding: 0.5rem 2rem;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 38px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.15);
}.qna_board9 .art_portal5 {
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    line-height: 1.6;
    padding: 1.5rem;
    margin: 0 1rem;
    background: rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-size: 12px;
}.qna_board9 .gift_card7 {
    display: flex;
    gap: 2rem;
    flex: 1 1 calc(100% - 480px);
    flex-direction: column;
    min-width: 400px;
}.qna_board9 .head_mainwrap0 {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}.qna_board9 .top_lesson3 {
    position: relative;
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 200px;
}.qna_board9 .top_lesson3 h5 {
    margin: 0 0 1.5rem;
    display: inline-block;
    color: #ffffff;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    padding: 0.5rem 1.5rem;
    font-size: 22px;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 600;
}.qna_board9 .top_lesson3 .head_mainwrap0 {
    display: flex;
    gap: 0.8rem;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    flex-direction: column;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.15);
}.qna_board9 .top_lesson3 .head_mainwrap0 a {
    text-decoration: none;
    padding: 0.6rem 1rem;
    position: relative;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    background: rgba(255, 255, 255, 0.05);
    font-size: 12px;
    transition: all 0.3s ease;
    color: #ffffff;
    display: block;
}.qna_board9 .top_lesson3 .head_mainwrap0 a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.qna_board9 .top_lesson3 .head_mainwrap0 a::before {
    top: 0;
    height: 100%;
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    left: 0;
    width: 3px;
    background: #ffffff;
    opacity: 0;
}.qna_board9 .top_lesson3 .head_mainwrap0 a:hover::before {
    opacity: 0.7;
}.brainstorm1 {
    margin-top: 3rem;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 2rem 0;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
}.brainstorm1 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.brainstorm1 .webinar_arch6 {
    padding: 0.7rem 2rem;
    color: #ffffff;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    text-align: center;
    font-size: 16px;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.qna_board9 .container {
    gap: 2rem;
}.qna_board9 .company_holder {
    flex: 1 1 380px;
}.qna_board9 .gift_card7 {
    flex: 1 1 calc(100% - 430px);
    min-width: 380px;
}
}

@media (max-width: 992px) {.qna_board9 {
    padding: 3.5rem 0 2rem;
}.qna_board9 .container {
    gap: 2.5rem;
    flex-direction: column;
}.qna_board9 .company_holder,
    .qna_board9 .gift_card7 {
    min-width: 100%;
    flex: 1 1 100%;
}.qna_board9 .top_lesson3 {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.qna_board9 {
    padding: 3rem 0 1.5rem;
}.qna_board9 .company_holder {
    padding: 2rem;
}.qna_board9 .company_holder h3 {
    font-size: calc(38px - 2px);
}.qna_board9 .head_mainwrap0 {
    gap: 1.5rem;
}.brainstorm1 {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.qna_board9 {
    padding: 2.5rem 0 1rem;
}.qna_board9 .top_lesson3 {
    flex: 1 1 100%;
    min-width: 100%;
}.qna_board9 .head_mainwrap0 {
    gap: 1rem;
}.brainstorm1 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
}.qna_board9::before {
    height: 5px;
}
}

@media (max-width: 420px) {.qna_board9 .company_holder {
    padding: 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
}.qna_board9 .company_holder h3 {
    padding: 0.4rem 1rem;
}.qna_board9 .top_lesson3 h5 {
    padding: 0.4rem 1rem;
}.qna_board9 .top_lesson3 .head_mainwrap0 {
    padding: 1rem;
}.qna_board9 .top_lesson3 .head_mainwrap0 a:hover {
    transform: translateX(3px);
}.brainstorm1 .webinar_arch6 {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}.who_we_are3 {
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.who_we_are3::before {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.9) 0%, 
        rgba(0, 0, 0, 0.85) 25%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    width: 100%;
    left: 0;
}.who_we_are3::after {
    z-index: 0;
    background: rgb(208,191,191);
    height: 60%;
    right: -10%;
    content: "";
    opacity: 0.15;
    width: 60%;
    animation: floatBlob 20s infinite alternate ease-in-out;
    top: -10%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    filter: blur(40px);
}.who_we_are3 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
}.who_we_are3 .news_item9 {
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 840px;
    transform: translateX(0);
    position: relative;
}.who_we_are3 h1 {
    font-size: 44px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    transform: translateY(0);
    margin-bottom: 50px;
    transition: all 0.5s ease-out;
    opacity: 1;
}.who_we_are3 h1::after {
    height: 4px;
    bottom: -15px;
    width: 80px;
    position: absolute;
    left: 0;
    transform-origin: left;
    content: "";
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    background: linear-gradient(90deg, rgb(208,191,191) 0%, rgb(173,153,152) 100%);
}.who_we_are3 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.who_we_are3 li {
    margin-bottom: 20px;
}.who_we_are3 h4 {
    transform: translateX(0);
    letter-spacing: 0.5px;
    font-size: calc(32px - 2px);
    color: rgb(173,153,152);
    margin: 0 0 15px 0;
    position: relative;
    display: inline-block;
    font-weight: 600;
    transition: transform 0.4s ease;
}.who_we_are3 h4::before {
    content: "";
    left: 0;
    background: rgb(173,153,152);
    bottom: -5px;
    height: 2px;
    position: absolute;
    transition: width 0.4s ease;
    width: 0;
}.who_we_are3 h4:hover {
    transform: translateX(5px);
}.who_we_are3 h4:hover::before {
    width: 100%;
}.who_we_are3 span {
    font-size: 16px;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    background: linear-gradient(90deg, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.3) 100%);
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.4s ease;
    line-height: 1.7;
    padding: 30px;
    transform: translateY(0);
    position: relative;
    border-left: 3px solid rgb(208,191,191);
}.who_we_are3 span:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}.who_we_are3 span::first-letter {
    line-height: 1;
    margin-right: 8px;
    font-weight: 700;
    color: rgb(208,191,191);
    font-size: 2.5em;
    float: left;
}

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

@keyframes floatBlob {
    0% {
        transform: rotate(0deg) translate(0, 0);
    }
    50% {
        transform: rotate(5deg) translate(20px, 20px);
    }
    100% {
        transform: rotate(-5deg) translate(-20px, 20px);
    }
}

@media (max-width: 992px) {.who_we_are3 {
    padding: 90px 0;
}.who_we_are3 h1 {
    margin-bottom: 40px;
    font-size: calc(44px - 6px);
}.who_we_are3 h4 {
    font-size: calc(32px - 4px);
}.who_we_are3 span {
    padding: 25px;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 768px) {.who_we_are3 {
    padding: 70px 0;
}.who_we_are3 .container {
    padding: 0 20px;
}.who_we_are3 h1 {
    margin-bottom: 35px;
    font-size: calc(44px - 10px);
}.who_we_are3 h4 {
    font-size: calc(32px - 6px);
}.who_we_are3 span {
    line-height: 1.6;
    padding: 20px;
}.who_we_are3 span::first-letter {
    font-size: 2em;
}.who_we_are3::after {
    width: 80%;
    height: 50%;
}
}

@media (max-width: 576px) {.who_we_are3 {
    padding: 50px 0;
}.who_we_are3 .container {
    padding: 0 15px;
}.who_we_are3 h1 {
    font-size: calc(44px - 14px);
    margin-bottom: 30px;
}.who_we_are3 h1::after {
    height: 3px;
    bottom: -10px;
}.who_we_are3 h4 {
    font-size: calc(32px - 8px);
    margin-bottom: 10px;
}.who_we_are3 span {
    font-size: calc(16px - 2px);
    line-height: 1.5;
    padding: 15px;
}.who_we_are3 span::first-letter {
    margin-right: 5px;
    font-size: 1.8em;
}}.statistical_overview3 {
    background: rgb(233,225,225);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.statistical_overview3::before {
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(208,191,191,0.5),
        rgb(208,191,191,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    width: 100%;
    height: 100%;
    opacity: 0.1;
}.statistical_overview3 .container {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    max-width: 1400px;
    padding: 0 30px;
}.statistical_overview3 h2 {
    font-family: Arial, sans-serif;
    font-size: 38px;
    text-align: left;
    margin-bottom: 80px;
    position: relative;
    color: #000000;
    border-left: 5px solid rgb(208,191,191);
    font-weight: 700;
    padding-left: 30px;
}.statistical_overview3 ul {
    display: flex;
    margin: 0;
    gap: 40px;
    padding: 0;
    flex-direction: column;
    list-style: none;
}.statistical_overview3 .knowledge_boosters4 {
    transition: all 0.4s ease-out;
    position: relative;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
    grid-template-columns: 40% 60%;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: grid;
}.statistical_overview3 .knowledge_boosters4:nth-child(even) {
    direction: rtl;
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.9));
    grid-template-columns: 60% 40%;
}.statistical_overview3 .knowledge_boosters4 p {
    justify-content: center;
    font-weight: 700;
    padding: 40px;
    position: relative;
    background: rgb(233,225,225);
    color: rgb(208,191,191);
    direction: ltr;
    text-shadow: 0 0 15px rgb(208,191,191,0.5);
    font-size: calc(43px * 1.5);
    margin: 0;
    display: flex;
    align-items: center;
}.statistical_overview3 .knowledge_boosters4 span {
    padding: 40px;
    display: flex;
    position: relative;
    direction: ltr;
    font-size: 20px;
    font-weight: 400;
    align-items: center;
    line-height: 1.7;
    color: #000000;
    z-index: 2;
}.statistical_overview3 .knowledge_boosters4::before {
    height: 200%;
    opacity: 0;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(208,191,191,0.5) 0%,
        transparent 70%
    );
    z-index: 1;
    left: -50%;
    transition: all 0.5s ease-out;
    width: 200%;
    content: "";
    transform: scale(0.5);
    top: -50%;
}.statistical_overview3 .knowledge_boosters4:hover::before {
    transform: scale(1);
    opacity: 0.2;
}.statistical_overview3 .knowledge_boosters4 p::after {
    transform: scaleX(0);
    background: rgb(173,153,152);
    position: absolute;
    width: 70%;
    height: 1px;
    content: "";
    transition: transform 0.4s ease-out;
    bottom: 50%;
    transform-origin: left;
}.statistical_overview3 .knowledge_boosters4:nth-child(odd) p::after {
    transform-origin: right;
    right: -35%;
}.statistical_overview3 .knowledge_boosters4:nth-child(even) p::after {
    left: -35%;
}.statistical_overview3 .knowledge_boosters4:hover p::after {
    transform: scaleX(1);
}.statistical_overview3 svg {
    right: 20px;
    top: 20px;
    width: 30px;
    transition: transform 0.3s ease;
    fill: rgb(173,153,152);
    z-index: 3;
    height: 30px;
    position: absolute;
}.statistical_overview3 .knowledge_boosters4:nth-child(even) svg {
    right: auto;
    left: 20px;
}.statistical_overview3 svg path {
    fill: rgb(173,153,152);
}.statistical_overview3 .knowledge_boosters4:hover svg {
    transform: rotate(45deg);
}@keyframes borderFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.statistical_overview3 .knowledge_boosters4 {
    position: relative;
}.statistical_overview3 .knowledge_boosters4::after {
    border-radius: 14px;
    background-size: 200% 200%;
    -webkit-mask-composite: xor;
    animation: borderFlow 3s linear infinite;
    background: linear-gradient(90deg, rgb(208,191,191), rgb(173,153,152), rgb(208,191,191)) border-box;
    content: "";
    inset: 0;
    mask-composite: exclude;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    border: 1px solid transparent;
    position: absolute;
    pointer-events: none;
}.title_page7 {
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: rgb(233,225,225);
    position: relative;
    padding: 80px 0;
}.title_page7 > div {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.title_page7 .learn_pro2 {
    z-index: 2;
    position: relative;
    margin-bottom: 30px;
}.title_page7 .learn_entry1 {
    padding-bottom: 15px;
    transform: translateY(0);
    font-weight: 700;
    color: rgb(208,191,191);
    margin: 0;
    display: inline-block;
    position: relative;
    font-size: 46px;
    transition: transform 0.5s ease;
}.title_page7 .learn_entry1:hover {
    transform: translateY(-5px);
}.title_page7 .learn_entry1::after {
    left: 0;
    background: linear-gradient(90deg, rgb(208,191,191), rgb(173,153,152));
    transition: width 0.3s ease;
    height: 4px;
    position: absolute;
    bottom: 0;
    width: 80px;
    content: "";
}.title_page7 .learn_entry1:hover::after {
    width: 100%;
}.title_page7 .edu_entry5 {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 50px 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 23px;
    overflow: hidden;
}.title_page7 .edu_entry5:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.title_page7 .edu_entry5::before {
    left: 0;
    right: 0;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(208,191,191,0.5), rgba(0, 0, 0, 0.5));
    bottom: 0;
}.title_page7 .edu_entry5 > div {
    z-index: 2;
    position: relative;
    max-width: 800px;
}.title_page7 .edu_entry5 p {
    animation: fadeInUp 0.8s ease-out forwards;
    padding-left: 15px;
    font-size: calc(14px * 1.2);
    line-height: 1.6;
    margin-bottom: 30px;
    border-left: 3px solid rgb(173,153,152);
    position: relative;
    color: #ffffff;
}.title_page7 .edu_entry5 h3 {
    padding-top: 20px;
    transform: translateY(20px);
    color: #ffffff;
    line-height: 1.4;
    font-size: 28px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    position: relative;
    font-weight: 600;
}.title_page7 .edu_entry5 h3::before {
    background: rgb(173,153,152);
    top: 0;
    height: 3px;
    left: 0;
    width: 50px;
    position: absolute;
    content: "";
}

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

@media (max-width: 991px) {.title_page7 {
    padding: 60px 0;
}.title_page7 .learn_entry1 {
    font-size: calc(46px * 0.85);
}.title_page7 .edu_entry5 {
    padding: 40px 30px;
}.title_page7 .edu_entry5 h3 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 767px) {.title_page7 {
    padding: 50px 0;
}.title_page7 .learn_entry1 {
    font-size: calc(46px * 0.7);
}.title_page7 .edu_entry5 {
    padding: 30px 25px;
}.title_page7 .edu_entry5 p {
    font-size: 14px;
    margin-bottom: 20px;
}.title_page7 .edu_entry5 h3 {
    font-size: calc(28px * 0.75);
}
}

@media (max-width: 480px) {.title_page7 {
    padding: 40px 0;
}.title_page7 > div {
    padding: 0 15px;
}.title_page7 .learn_entry1 {
    font-size: calc(46px * 0.6);
}.title_page7 .edu_entry5 {
    padding: 25px 20px;
}.title_page7 .edu_entry5 p {
    padding-left: 10px;
    font-size: calc(14px * 0.95);
}.title_page7 .edu_entry5 h3 {
    font-size: calc(28px * 0.65);
}.title_page7 .edu_entry5 h3::before {
    width: 40px;
    height: 2px;
}}.program_structure6 {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(173,153,152,0.5), rgb(233,225,225));
    position: relative;
}.program_structure6::before {
    top: 0;
    height: 100%;
    z-index: 1;
    content: "";
    opacity: 0.07;
    position: absolute;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
    45deg,
    rgb(208,191,191,0.5) 0px,
    transparent 1px,
    transparent 10px,
    rgb(208,191,191,0.5) 11px
  );
}.program_structure6 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.program_structure6 .program_map9 {
    transform: perspective(1000px) rotateY(-1deg);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    flex-direction: column;
}.program_structure6 .program_map9:hover {
    transform: perspective(1000px) rotateY(0);
}.program_structure6 .image_cell8 {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    height: 350px;
}.program_structure6 .image_cell8::after {
    position: absolute;
    background: linear-gradient(to bottom, 
    transparent 50%, 
    rgb(208,191,191,0.5) 100%
  );
    inset: 0;
    content: "";
}.program_structure6 .news_item9 {
    padding: 2.5rem 2.5rem 3rem;
    background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(245, 248, 255, 0.9) 100%
  );
    position: relative;
}.program_structure6 h3 {
    font-size: calc(20px * 1.1);
    font-family: Arial, sans-serif;
    position: relative;
    transform: translateY(0);
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
    transition: transform 0.3s ease;
}.program_structure6 h3::after {
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    transform-origin: left;
    background: rgb(208,191,191);
    width: 60px;
    content: "";
    transform: scaleX(0.7);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.program_structure6 .program_map9:hover h3::after {
    transform: scaleX(1);
}.program_structure6 p.description {
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    display: block;
    line-height: 1.7;
    max-height: 250px;
    overflow-y: auto;
    font-size: 15px;
    color: #000000;
    padding-right: 1rem;
}.program_structure6 p.description::-webkit-scrollbar {
    width: 4px;
}.program_structure6 p.description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.program_structure6 p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,191,191,0.5);
}.program_structure6 span.description {
    display: none;
}.program_structure6 .news_item9::before {
    opacity: 0.9;
    transform: rotate(45deg);
    background: rgb(208,191,191);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    height: 60px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    right: 30px;
    width: 60px;
    z-index: 3;
    content: "";
    top: -30px;
}.program_structure6 .program_map9:hover .news_item9::before {
    transform: rotate(225deg);
}

@media (min-width: 768px) {.program_structure6 .program_map9 {
    flex-direction: row;
    height: 550px;
    align-items: stretch;
}.program_structure6 .image_cell8 {
    height: auto;
    width: 50%;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}.program_structure6 .news_item9 {
    padding: 3rem;
    flex-direction: column;
    justify-content: center;
    display: flex;
    width: 50%;
}.program_structure6 h3 {
    margin-bottom: 2rem;
    font-size: calc(20px * 1.2);
}.program_structure6 p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_structure6 .program_map9 {
    height: 600px;
}.program_structure6 h3 {
    font-size: calc(28px * 0.75);
}.program_structure6 .news_item9 {
    padding: 4rem;
}.program_structure6 p.description {
    line-height: 1.75;
    font-size: calc(15px * 1.05);
    max-height: 380px;
}
}

@media (max-width: 767px) {.program_structure6 {
    padding: 4rem 0;
}.program_structure6 .container {
    padding: 0 1.5rem;
}.program_structure6 .program_map9 {
    transform: none;
}.program_structure6 .image_cell8 {
    height: 250px;
}.program_structure6 .news_item9 {
    padding: 2rem;
}.program_structure6 h3 {
    margin-bottom: 1rem;
    font-size: calc(20px * 0.95);
}.program_structure6 p.description {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
    max-height: 300px;
}
}

@media (hover: none) {.program_structure6 .program_map9,
  .program_structure6 .program_map9:hover {
    transform: none;
}.program_structure6 h3::after {
    transform: scaleX(1);
}.program_structure6 .news_item9::before,
  .program_structure6 .program_map9:hover .news_item9::before {
    transform: rotate(45deg);
}
}

@media (prefers-reduced-motion) {.program_structure6 .program_map9,
  .program_structure6 h3::after,
  .program_structure6 .news_item9::before {
    transition: none;
}}.secure_harbor7 {
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(233,225,225) 0%, rgba(rgb(208,191,191,0.5), 0.05) 100%);
    overflow: hidden;
}.secure_harbor7::before {
    background: linear-gradient(90deg, rgb(208,191,191) 0%, rgb(173,153,152) 100%);
    width: 100%;
    transform-origin: left center;
    height: 5px;
    top: 0;
    left: 0;
    position: absolute;
    animation: slidein 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    content: "";
}.secure_harbor7::after {
    content: "";
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    position: absolute;
    width: 30%;
    z-index: 0;
    top: 0;
    height: 100%;
    right: 0;
    background: linear-gradient(to bottom, rgba(rgb(208,191,191,0.5), 0.03), transparent);
}.secure_harbor7 .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1140px;
}.secure_harbor7 h1 {
    font-size: 44px;
    color: #000000;
    font-weight: 700;
    position: relative;
    transform: translateY(10px);
    opacity: 0;
    margin-bottom: 2.5rem;
    letter-spacing: -0.5px;
    animation: fadeup 0.5s ease-out 0.2s forwards;
}.secure_harbor7 h1::after {
    background: rgb(208,191,191);
    position: absolute;
    width: 60px;
    bottom: -12px;
    left: 0;
    height: 3px;
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    transform: scaleX(0);
    transform-origin: left;
    content: "";
}.secure_harbor7 h2 {
    margin: 2.5rem 0 1.5rem;
    transform: translateY(10px);
    color: #000000;
    font-weight: 600;
    padding-left: 1rem;
    position: relative;
    opacity: 0;
    font-size: 29px;
    animation: fadeup 0.5s ease-out 0.3s forwards;
}.secure_harbor7 h2::before {
    content: "";
    top: 0;
    position: absolute;
    opacity: 0.8;
    transform: scaleY(0.7);
    left: 0;
    background: rgb(173,153,152);
    height: 100%;
    width: 3px;
}.secure_harbor7 h3 {
    font-weight: 600;
    font-size: calc(29px * 0.85);
    margin: 2rem 0 1rem;
    opacity: 0;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    color: #000000;
    transform: translateY(10px);
}.secure_harbor7 h4 {
    animation: fadeup 0.5s ease-out 0.3s forwards;
    transform: translateY(10px);
    opacity: 0;
    margin: 1.5rem 0 1rem;
    font-weight: 600;
    font-size: calc(29px * 0.75);
    opacity: 0.85;
    color: #000000;
}.secure_harbor7 p {
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    color: #000000;
    transform: translateY(10px);
    font-size: 18px;
    line-height: 1.75;
    max-width: 95%;
}.secure_harbor7 p strong {
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
}.secure_harbor7 p strong::after {
    opacity: 0.5;
    height: 1px;
    background: rgb(208,191,191);
    width: 100%;
    left: 0;
    bottom: -2px;
    position: absolute;
    content: "";
}.secure_harbor7 span {
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    padding-left: 1rem;
    display: block;
    opacity: 0;
    font-size: 18px;
    line-height: 1.75;
    transform: translateY(10px);
}.secure_harbor7 span::before {
    position: absolute;
    width: 3px;
    content: "";
    background: rgb(173,153,152);
    top: 0.5rem;
    height: calc(100% - 1rem);
    left: 0;
    opacity: 0.3;
}.secure_harbor7 ul {
    list-style: none;
    border-left: 3px solid rgb(208,191,191);
    padding: 1.5rem 2rem;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    transform: translateX(-10px);
    opacity: 0;
    position: relative;
    border-radius: 0 10px 10px 0;
    margin: 1.5rem 0 2rem;
    animation: slidein 0.6s ease-out 0.5s forwards;
    padding-left: 0;
}.secure_harbor7 ul::before {
    content: "";
    z-index: -1;
    height: 100%;
    background: linear-gradient(to right, rgba(rgb(208,191,191,0.5), 0.05), transparent);
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.secure_harbor7 li {
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    padding-left: 1.75rem;
    font-size: 18px;
}.secure_harbor7 li:last-child {
    margin-bottom: 0;
}.secure_harbor7 li::before {
    top: 0.5rem;
    position: absolute;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    background: rgb(173,153,152);
    border-radius: 1px;
    content: "";
    left: 0;
}

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

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

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

@media (min-width: 768px) {.secure_harbor7 {
    padding: 6rem 3rem;
}.secure_harbor7 h1 {
    margin-bottom: 3rem;
    font-size: calc(44px * 1.15);
}.secure_harbor7 h1::after {
    width: 80px;
}.secure_harbor7 p, .secure_harbor7 span {
    max-width: 85%;
}.secure_harbor7 ul {
    margin-left: 1rem;
    max-width: 90%;
}
}

@media (min-width: 992px) {.secure_harbor7 {
    padding: 7rem 4rem;
}.secure_harbor7::after {
    width: 40%;
}.secure_harbor7 h1 {
    font-size: calc(44px * 1.3);
}.secure_harbor7 h2 {
    padding-left: 1.5rem;
}.secure_harbor7 p, .secure_harbor7 span {
    font-size: calc(18px * 1.05);
    max-width: 80%;
}.secure_harbor7 ul {
    padding: 2rem 2.5rem;
}.secure_harbor7 li {
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.secure_harbor7 {
    padding: 4rem 1.5rem;
}.secure_harbor7 h1 {
    font-size: calc(44px * 0.9);
}.secure_harbor7 h2 {
    font-size: calc(29px * 0.9);
}.secure_harbor7 h3 {
    font-size: calc(29px * 0.8);
}.secure_harbor7 h4 {
    font-size: calc(29px * 0.7);
}.secure_harbor7 p, .secure_harbor7 span {
    max-width: 100%;
}.secure_harbor7 ul {
    padding: 1.25rem 1.5rem;
}}.tyMessage1 {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,225,225) 0%, rgb(173,153,152,0.5) 100%);
    position: relative;
    perspective: 1000px;
}.tyMessage1::before {
    position: absolute;
    height: 70%;
    top: -10%;
    opacity: 0.7;
    transform: rotate(-15deg);
    animation: floatGradient 15s ease-in-out infinite alternate;
    background: radial-gradient(ellipse at center, rgb(208,191,191,0.5) 0%, transparent 70%);
    content: "";
    right: -5%;
    width: 60%;
    z-index: 1;
}.tyMessage1::after {
    left: -10%;
    bottom: -5%;
    opacity: 0.5;
    animation: floatGradient 18s ease-in-out infinite alternate-reverse;
    z-index: 1;
    content: "";
    background: radial-gradient(ellipse at center, rgb(173,153,152,0.5) 0%, transparent 70%);
    height: 60%;
    width: 70%;
    transform: rotate(10deg);
    position: absolute;
}.tyMessage1 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 5;
    position: relative;
}.tyMessage1 .skill_space3 {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    flex-direction: column;
    display: flex;
    padding: 3rem;
    position: relative;
    transform: rotateX(5deg);
    background: rgba(255, 255, 255, 0.95);
}.tyMessage1 .skill_space3:hover {
    transform: rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}.tyMessage1 .skill_space3 > div:first-child {
    position: relative;
    transform: translateZ(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 2rem;
}.tyMessage1 .skill_space3:hover > div:first-child {
    transform: translateZ(40px);
}.tyMessage1 .skill_space3 > div:first-child::before {
    top: -10px;
    content: "";
    height: 60px;
    width: 60px;
    opacity: 0.1;
    border-radius: 10px;
    background: rgb(208,191,191);
    left: -20px;
    transform: rotate(25deg);
    z-index: -1;
    position: absolute;
}.tyMessage1 .skill_space3 > div:first-child::after {
    position: absolute;
    bottom: -15px;
    content: "";
    height: 10px;
    width: 70px;
    opacity: 0.2;
    right: 30px;
    transform: skewX(-20deg);
    background: rgb(173,153,152);
}.tyMessage1 h5 {
    font-weight: 700;
    transform: translateX(0);
    line-height: 1.4;
    color: #000000;
    margin: 0;
    font-size: 23px;
    padding-bottom: 1rem;
    position: relative;
    transition: transform 0.5s ease;
}.tyMessage1 h5::after {
    position: absolute;
    bottom: 0;
    height: 3px;
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(208,191,191) 0%, rgb(173,153,152) 100%);
    left: 0;
    width: 0;
    content: "";
}.tyMessage1 .skill_space3:hover h5::after {
    width: 80px;
}.tyMessage1 .skill_space3 > div:last-child {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(15px);
}.tyMessage1 .skill_space3:hover > div:last-child {
    transform: translateZ(25px);
}.tyMessage1 a {
    transition: transform 0.5s ease;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}.tyMessage1 a::before {
    width: 100%;
    transform: scaleX(0);
    opacity: 0;
    left: 0;
    z-index: -1;
    transform-origin: left;
    top: 0;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease;
    background: rgb(208,191,191);
    position: absolute;
    height: 100%;
    content: "";
}.tyMessage1 a:hover::before {
    opacity: 0.05;
    transform: scaleX(1);
}.tyMessage1 p {
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 17px;
    transform: translateY(0);
    font-weight: 400;
    color: #000000;
    transition: transform 0.4s ease, color 0.3s ease;
    position: relative;
}.tyMessage1 a:hover p {
    color: #000000;
    transform: translateY(-2px);
}

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

@media screen and (min-width: 768px) {.tyMessage1 {
    padding: 8rem 0;
}.tyMessage1 .skill_space3 {
    margin: 0 auto;
    padding: 4rem;
    max-width: 90%;
}.tyMessage1 h5 {
    font-size: calc(23px * 1.2);
    line-height: 1.3;
}.tyMessage1 p {
    line-height: 1.7;
    font-size: calc(17px * 1.1);
}.tyMessage1 .skill_space3 > div:first-child {
    margin-bottom: 2.5rem;
}
}

@media screen and (min-width: 992px) {.tyMessage1 {
    padding: 10rem 0;
}.tyMessage1 .skill_space3 {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 5rem;
    max-width: 80%;
    display: grid;
}.tyMessage1 .skill_space3 > div:first-child {
    margin-bottom: 0;
}.tyMessage1 h5 {
    font-size: calc(23px * 1.3);
}.tyMessage1 h5::after {
    width: 0;
}.tyMessage1 .skill_space3:hover h5::after {
    width: 120px;
}
}

@media screen and (max-width: 767px) {.tyMessage1 {
    padding: 4rem 0;
}.tyMessage1 .skill_space3 {
    padding: 2rem;
    transform: rotateX(2deg);
}.tyMessage1 h5 {
    font-size: 23px;
}.tyMessage1 p {
    line-height: 1.6;
    font-size: 17px;
}.tyMessage1 .skill_space3 > div:first-child {
    margin-bottom: 1.5rem;
}.tyMessage1 .skill_space3:hover > div:first-child {
    transform: translateZ(20px);
}.tyMessage1 .skill_space3:hover > div:last-child {
    transform: translateZ(10px);
}}.contact_us4 {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 80px 0;
}.contact_us4::before {
    z-index: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    left: 0;
    top: 0;
    background-size: 20px 20px;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}.contact_us4 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
}.contact_us4 h2 {
    font-size: 33px;
    text-align: left;
    position: relative;
    border-left: 5px solid rgb(208,191,191);
    padding-left: 20px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 50px;
}.contact_us4 .support_widget8 {
    flex-direction: row-reverse;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 26px;
    display: flex;
    background: #ffffff;
}.contact_us4 .image_cell8 {
    position: relative;
    flex: 0 0 40%;
    min-height: 500px;
}.contact_us4 .image_cell8::before {
    position: absolute;
    top: 0;
    background: rgb(208,191,191,0.5);
    left: 0;
    mix-blend-mode: multiply;
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
}.contact_us4 .support_form2 {
    flex: 0 0 60%;
    padding: 60px;
    position: relative;
}.contact_us4 .support_form2::after {
    border-radius: 0 0 0 100%;
    height: 150px;
    right: 0;
    content: "";
    z-index: -1;
    position: absolute;
    width: 150px;
    top: 0;
    background: rgb(233,225,225);
}.contact_us4 #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}.contact_us4 h3 {
    position: relative;
    font-size: 19px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
}.contact_us4 h3::after {
    bottom: -10px;
    width: 40px;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    background: rgb(208,191,191);
}.contact_us4 input[type="text"] {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    color: #000000;
    background: rgb(233,225,225);
    border: none;
    font-size: 12px;
    border-radius: 10px;
    padding: 18px 20px;
    width: 100%;
    transition: all 0.3s ease;
}.contact_us4 input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(208,191,191,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
}.contact_us4 input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_us4 .reach_support7 {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 5px;
}.contact_us4 .reach_support7 input[type="checkbox"] {
    height: 22px;
    border: 2px solid rgb(233,225,225);
    appearance: none;
    transition: all 0.2s ease;
    border-radius: 10px;
    width: 22px;
    cursor: pointer;
    position: relative;
}.contact_us4 .reach_support7 input[type="checkbox"]:checked {
    background: rgb(208,191,191);
    border-color: rgb(208,191,191);
}.contact_us4 .reach_support7 input[type="checkbox"]:checked::after {
    position: absolute;
    transform: rotate(45deg);
    top: 3px;
    content: "";
    width: 6px;
    left: 7px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}.contact_us4 .reach_support7 label {
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}.contact_us4 .reach_support7 a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(208,191,191);
    position: relative;
}.contact_us4 .reach_support7 a:hover {
    color: rgb(173,153,152);
}.contact_us4 .reach_support7 a::after {
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    height: 1px;
    width: 100%;
    bottom: -2px;
    background: rgb(208,191,191);
    content: "";
}.contact_us4 .reach_support7 a:hover::after {
    background: rgb(173,153,152);
}.contact_us4 .help_block9 {
    color: #ffffff;
    box-shadow: 0 4px 15px rgb(208,191,191,0.5);
    padding: 18px 40px;
    border: none;
    font-size: 19px;
    cursor: pointer;
    margin-top: 20px;
    background: rgb(208,191,191);
    align-self: flex-start;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 26px;
}.contact_us4 .help_block9:hover {
    box-shadow: 0 7px 20px rgb(173,153,152,0.5);
    transform: translateY(-2px);
    background: rgb(173,153,152);
}.contact_us4 svg {
    width: 20px;
    fill: rgb(208,191,191);
    transition: all 0.3s ease;
    height: 20px;
}.contact_us4 svg path {
    transition: all 0.3s ease;
    fill: rgb(208,191,191);
}.contact_us4 svg:hover {
    fill: rgb(173,153,152);
}.contact_us4 svg:hover path {
    fill: rgb(173,153,152);
}

@media (max-width: 992px) {.contact_us4 .support_widget8 {
    flex-direction: column;
}.contact_us4 .image_cell8 {
    min-height: 300px;
    flex: 0 0 auto;
    order: 1;
}.contact_us4 .support_form2 {
    order: 2;
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact_us4 h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.contact_us4 {
    padding: 60px 0;
}.contact_us4 h2 {
    font-size: calc(33px - 4px);
    margin-bottom: 30px;
}.contact_us4 .support_form2 {
    padding: 40px 30px;
}.contact_us4 #contact {
    gap: 25px;
}.contact_us4 .image_cell8 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_us4 {
    padding: 40px 0;
}.contact_us4 .container {
    padding: 0 15px;
}.contact_us4 h2 {
    font-size: calc(33px - 6px);
    padding-left: 15px;
    margin-bottom: 25px;
}.contact_us4 .support_form2 {
    padding: 30px 20px;
}.contact_us4 #contact {
    gap: 20px;
}.contact_us4 input[type="text"] {
    padding: 15px;
}.contact_us4 .help_block9 {
    width: 100%;
    padding: 15px 20px;
}.contact_us4 .image_cell8 {
    min-height: 200px;
}
}