﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.head_primary_d {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    auto
contain
touch-action: none;
    color: #000000;
    font-family: Arial, sans-serif;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-segment_j {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}.container {
    max-width: 100%;
    width: 1127px;
    margin: auto;
}.footnote_ref_e {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    position: relative;
    width: 100%;
}.footnote_ref_e {
    overflow: hidden;
    padding: 0 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
}footer .footer_address_l {
    z-index: 1;
    position: relative;
}footer .msg_info_w {
    position: relative;
    background-color: rgb(188,188,103);
    justify-content: center;
    padding: 40px 20px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    gap: 20px;
    display: flex;
    margin-bottom: 70px;
    flex-wrap: wrap;
    color: #ffffff;
}footer .msg_info_w::after {
    position: absolute;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
}footer .info_item {
    border-radius: 10px;
    max-width: 300px;
    transition: all 0.3s ease;
    align-items: center;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    flex: 1 1 200px;
    display: flex;
}footer .info_item:hover {
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}footer .info_item svg {
    margin-right: 15px;
    width: 22px;
    flex-shrink: 0;
    height: 22px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    display: grid;
    gap: 40px;
    margin-top: -30px;
    grid-template-columns: 1fr;
    position: relative;
}footer .text_main_holder::before {
    top: 0;
    z-index: -1;
    left: 0;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-color: #ffffff;
}footer .main_pagewrap_h {
    padding-top: 60px;
    text-align: center;
}footer .main_pagewrap_h svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}footer .debate_club_I {
    line-height: 1.6;
    text-align: center;
    color: #000000;
    font-size: 15px;
    max-width: 350px;
    margin: 0 auto;
}footer .top_section_B {
    margin: 0 20px;
    padding: 30px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    background-color: rgb(233,233,221);
}footer .top_section_B h5 {
    margin-bottom: 25px;
    color: #000000;
    font-weight: 600;
    display: inline-block;
    font-size: 19px;
    position: relative;
}footer .top_section_B h5::after {
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(212,210,176), transparent);
    bottom: -8px;
    height: 2px;
    content: "";
    position: absolute;
}footer .head_master_F {
    gap: 10px 30px;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 25px;
    display: flex;
}footer .head_master_F a {
    transition: all 0.3s ease;
    padding: 8px 0;
    text-decoration: none;
    font-size: 17px;
    color: #000000;
    position: relative;
    flex: 1 0 calc(50% - 30px);
}footer .head_master_F a::after {
    bottom: 0;
    width: 0;
    left: 0;
    transition: width 0.3s ease;
    height: 1px;
    content: "";
    background-color: rgb(212,210,176);
    position: absolute;
}footer .head_master_F a:hover {
    color: rgb(212,210,176);
    padding-left: 5px;
}footer .head_master_F a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    padding: 30px;
    color: #ffffff;
    background-color: rgb(212,210,176);
    position: relative;
    margin: 0 20px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}footer .subscribe_holder::before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}footer .input_holder {
    position: relative;
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 17px;
    border-radius: 10px;
    padding: 15px;
    border: none;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}footer .sub_strategy_h {
    background-color: #000000;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 15px;
    font-size: 20px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}footer .sub_strategy_h:hover {
    background-color: rgb(188,188,103);
}footer .search_foot_1 {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    margin-top: 60px;
    padding-top: 20px;
}footer .citation_h {
    text-align: center;
    font-size: 15px;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_strategy_h {
    white-space: nowrap;
}footer .main_pagewrap_h {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .msg_info_w {
    padding: 30px 15px 50px;
}footer .top_section_B, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .search_foot_1 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .msg_info_w {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .top_section_B h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .head_master_F a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .sub_strategy_h {
    padding: 12px;
}}.statistical_report_C {
    position: relative;
    padding: 120px 0;
    background-color: #000000;
    overflow: hidden;
    z-index: 1;
}.statistical_report_C::before {
    left: 0;
    position: absolute;
    z-index: -2;
    content: "";
    background: radial-gradient(ellipse at bottom right, rgb(188,188,103,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
    top: 0;
}.statistical_report_C::after {
    position: absolute;
    z-index: -1;
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    background: radial-gradient(ellipse at top left, rgb(212,210,176,0.5) 0%, transparent 70%);
}.statistical_report_C .container {
    margin: 0 auto;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.05) 100%);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    max-width: 1200px;
    z-index: 1;
    padding: 30px;
    border-radius: 12px;
}.statistical_report_C h2 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    font-size: 43px;
    width: 100%;
    margin-bottom: 60px;
    color: #ffffff;
}.statistical_report_C h2::after {
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(212,210,176), rgb(188,188,103));
    border-radius: 10px;
    width: 80px;
    bottom: -20px;
    content: "";
    height: 4px;
    position: absolute;
    left: 50%;
}.statistical_report_C ul {
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    list-style: none;
    padding: 0;
    gap: 30px;
    display: grid;
    margin: 0;
}.statistical_report_C ul::before {
    left: 0;
    height: 1px;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(212,210,176,0.5), transparent);
    top: -30px;
}.statistical_report_C .extra_pro_T {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    display: grid;
    min-height: 170px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgba(0, 0, 0, 0.2);
    padding: 30px;
    gap: 20px;
    grid-template-columns: 80px 1fr;
}.statistical_report_C .extra_pro_T::before {
    content: "";
    position: absolute;
    height: 100%;
    border-radius: 10px;
    left: 0;
    width: 4px;
    background: linear-gradient(to bottom, rgb(212,210,176), rgb(188,188,103));
    top: 0;
}.statistical_report_C .extra_pro_T::after {
    top: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgba(rgb(212,210,176,0.5), 0.1) 0%, transparent 100%);
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}.statistical_report_C .extra_pro_T:hover {
    background: rgba(rgb(212,210,176,0.5), 0.1);
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.statistical_report_C .extra_pro_T p {
    place-self: center;
    line-height: 1;
    color: #ffffff;
    position: relative;
    grid-column: 1;
    font-size: 3rem;
    grid-row: 1 / span 2;
    margin: 0;
    font-weight: 700;
}.statistical_report_C .extra_pro_T p::after {
    background: rgb(212,210,176,0.5);
    transition: transform 0.4s ease;
    position: absolute;
    content: "";
    bottom: -15px;
    width: 100%;
    height: 2px;
    left: 0;
    transform-origin: center;
    transform: scaleX(0);
}.statistical_report_C .extra_pro_T:hover p::after {
    transform: scaleX(1);
}.statistical_report_C .extra_pro_T span {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    align-self: center;
    font-size: 16px;
    grid-column: 2;
    line-height: 1.5;
}.statistical_report_C svg {
    width: 40px;
    opacity: 0.3;
    right: 20px;
    height: 40px;
    bottom: 20px;
    transition: all 0.4s ease;
    position: absolute;
    fill: rgb(212,210,176);
}.statistical_report_C svg path {
    fill: rgb(212,210,176);
}.statistical_report_C .extra_pro_T:hover svg {
    transform: rotate(15deg) scale(1.2);
    opacity: 0.6;
}.statistical_report_C ul:has(.extra_pro_T:only-child) {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 600px;
}.statistical_report_C ul:has(.extra_pro_T:only-child) .extra_pro_T {
    padding: 40px;
    grid-template-columns: 120px 1fr;
}.statistical_report_C ul:has(.extra_pro_T:only-child) .extra_pro_T p {
    font-size: 4rem;
}.statistical_report_C ul:has(.extra_pro_T:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
}.statistical_report_C ul:has(.extra_pro_T:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}.statistical_report_C ul:has(.extra_pro_T:nth-child(4):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.statistical_report_C ul:has(.extra_pro_T:nth-child(4):last-child) .extra_pro_T {
    text-align: center;
    padding: 30px 20px;
    grid-template-columns: 1fr;
}.statistical_report_C ul:has(.extra_pro_T:nth-child(4):last-child) .extra_pro_T p {
    grid-row: 1;
    margin-bottom: 15px;
    grid-column: 1;
}.statistical_report_C ul:has(.extra_pro_T:nth-child(4):last-child) .extra_pro_T span {
    grid-column: 1;
    grid-row: 2;
}.statistical_report_C ul:has(.extra_pro_T:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(5, 1fr);
}.statistical_report_C ul:has(.extra_pro_T:nth-child(5):nth-last-child(-n+1)) .extra_pro_T {
    grid-template-columns: 1fr;
    padding: 30px 15px;
    text-align: center;
}.statistical_report_C ul:has(.extra_pro_T:nth-child(5):nth-last-child(-n+1)) .extra_pro_T p {
    margin-bottom: 15px;
    font-size: 2.5rem;
    grid-column: 1;
    grid-row: 1;
}.statistical_report_C ul:has(.extra_pro_T:nth-child(5):nth-last-child(-n+1)) .extra_pro_T span {
    grid-row: 2;
    grid-column: 1;
}.statistical_report_C ul:has(.extra_pro_T:nth-child(n+6):nth-child(-n+10)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

@media screen and (min-width: 1441px) {.statistical_report_C {
    padding: 150px 0;
}.statistical_report_C .container {
    padding: 50px;
}.statistical_report_C h2 {
    font-size: calc(43px * 1.2);
}
}

@media screen and (max-width: 1200px) {.statistical_report_C {
    padding: 100px 0;
}.statistical_report_C ul:has(.extra_pro_T:nth-child(4):last-child), 
    .statistical_report_C ul:has(.extra_pro_T:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}.statistical_report_C .extra_pro_T p {
    font-size: 2.5rem;
}
}

@media screen and (max-width: 991px) {.statistical_report_C {
    padding: 80px 0;
}.statistical_report_C h2 {
    font-size: calc(43px * 0.9);
    margin-bottom: 50px;
}.statistical_report_C ul {
    gap: 20px;
}.statistical_report_C ul:has(.extra_pro_T:nth-child(3):last-child), 
    .statistical_report_C ul:has(.extra_pro_T:nth-child(4):last-child), 
    .statistical_report_C ul:has(.extra_pro_T:nth-child(5):nth-last-child(-n+1)) {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}.statistical_report_C .extra_pro_T {
    min-height: 150px;
    padding: 25px;
    grid-template-columns: 60px 1fr;
}.statistical_report_C .extra_pro_T p {
    font-size: 2.2rem;
}.statistical_report_C svg {
    height: 35px;
    width: 35px;
    bottom: 15px;
    right: 15px;
}
}

@media screen and (max-width: 767px) {.statistical_report_C {
    padding: 70px 0;
}.statistical_report_C .container {
    padding: 25px;
}.statistical_report_C h2 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.8);
}.statistical_report_C ul {
    flex-direction: column;
    display: flex;
    gap: 20px;
}.statistical_report_C .extra_pro_T {
    grid-template-columns: 60px 1fr;
    min-height: auto;
}.statistical_report_C .extra_pro_T p {
    font-size: 2.2rem;
}.statistical_report_C ul:has(.extra_pro_T:only-child) .extra_pro_T p {
    font-size: 3rem;
}.statistical_report_C ul:has(.extra_pro_T:nth-child(4):last-child) .extra_pro_T,
    .statistical_report_C ul:has(.extra_pro_T:nth-child(5):nth-last-child(-n+1)) .extra_pro_T {
    text-align: left;
    grid-template-columns: 60px 1fr;
}.statistical_report_C ul:has(.extra_pro_T:nth-child(4):last-child) .extra_pro_T p,
    .statistical_report_C ul:has(.extra_pro_T:nth-child(5):nth-last-child(-n+1)) .extra_pro_T p {
    margin-bottom: 0;
    grid-row: 1 / span 2;
    grid-column: 1;
}.statistical_report_C ul:has(.extra_pro_T:nth-child(4):last-child) .extra_pro_T span,
    .statistical_report_C ul:has(.extra_pro_T:nth-child(5):nth-last-child(-n+1)) .extra_pro_T span {
    grid-row: 1;
    grid-column: 2;
}
}

@media screen and (max-width: 480px) {.statistical_report_C {
    padding: 60px 0;
}.statistical_report_C .container {
    padding: 20px;
}.statistical_report_C h2 {
    font-size: calc(43px * 0.7);
    margin-bottom: 35px;
}.statistical_report_C h2::after {
    height: 3px;
    bottom: -15px;
    width: 60px;
}.statistical_report_C ul {
    gap: 15px;
}.statistical_report_C .extra_pro_T {
    padding: 20px;
}.statistical_report_C .extra_pro_T p {
    font-size: 2rem;
}.statistical_report_C .extra_pro_T span {
    font-size: calc(16px * 0.9);
}.statistical_report_C svg {
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
}.statistical_report_C ul:has(.extra_pro_T:only-child) .extra_pro_T {
    grid-template-columns: 80px 1fr;
    padding: 25px;
}.statistical_report_C ul:has(.extra_pro_T:only-child) .extra_pro_T p {
    font-size: 2.5rem;
}}header .top_plank {
    background: rgb(212,210,176);
    color:  #ffffff;
}header .top_plank .edu_header_U div svg, header .top_plank .edu_header_U div svg path {
    fill: #ffffff;
}header .top_plank .edu_header_U div span {
    color: #ffffff;
}header .top_plank .edu_header_U {
    line-height: 21px;
    font-size: 13px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
}header .top_plank .edu_header_U div {
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
}header .top_plank .edu_header_U div img, header .top_plank .edu_header_U div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.developer_experience_L {
    background: rgb(233,233,221);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
}.developer_experience_L::before {
    filter: blur(60px);
    content: "";
    z-index: 1;
    top: 0;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(188,188,103,0.5) 0deg,
        rgb(212,210,176,0.5) 90deg,
        rgb(233,233,221) 180deg,
        rgb(212,210,176,0.5) 270deg,
        rgb(188,188,103,0.5) 360deg
    );
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
}.developer_experience_L .feedback_views_B {
    flex-direction: row;
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
    z-index: 2;
    justify-content: space-between;
}.developer_experience_L .square_image_a {
    transform: rotateY(10deg) translateZ(50px);
    border-radius: 10px;
    height: 400px;
    filter: saturate(0.8);
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    width: 40%;
}.developer_experience_L .square_image_a::after {
    opacity: 0.4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    transition: opacity 0.6s ease;
    border-radius: 10px;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(212,210,176,0.5) 100%
    );
}.developer_experience_L .square_image_a:hover {
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    filter: saturate(1.2);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.developer_experience_L .square_image_a:hover::after {
    opacity: 0;
}.developer_experience_L .work_timeline_6 {
    overflow: hidden;
    transform: rotateY(-5deg) translateZ(30px);
    border-radius: 10px;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    padding: 2.5rem;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 60%;
    position: relative;
    background: #ffffff;
}.developer_experience_L .work_timeline_6::before {
    content: "";
    top: -50%;
    left: -50%;
    width: 200%;
    transform: scale(0);
    opacity: 0.1;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(188,188,103,0.5) 0%,
        transparent 70%
    );
    transition: transform 0.8s ease;
    height: 200%;
}.developer_experience_L .work_timeline_6:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.developer_experience_L .work_timeline_6:hover::before {
    transform: scale(1);
}.developer_experience_L .name {
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 36px;
    margin-bottom: 0.5rem;
    color: rgb(212,210,176);
}.developer_experience_L .name::after {
    background: rgb(188,188,103);
    width: 0;
    left: 0;
    transition: width 0.4s ease-in-out;
    height: 3px;
    content: "";
    bottom: -5px;
    position: absolute;
}.developer_experience_L .work_timeline_6:hover .name::after {
    width: 100%;
}.developer_experience_L .work_timeline_6 > div:nth-child(2) {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgb(188,188,103);
    opacity: 0.9;
    margin-bottom: 2rem;
}.developer_experience_L .job_overview_V {
    border-left: 3px solid rgb(212,210,176,0.5);
    font-weight: 400;
    font-style: italic;
    line-height: 1.7;
    font-size: 13px;
    color: #000000;
    position: relative;
    padding-left: 2rem;
}.developer_experience_L .job_overview_V::before {
    top: -20px;
    color: rgb(188,188,103,0.5);
    content: "";
    font-size: 5rem;
    opacity: 0.3;
    font-family: serif;
    left: -10px;
    position: absolute;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(212,210,176,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.developer_experience_L .square_image_a:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.developer_experience_L .feedback_views_B {
    flex-direction: column;
}.developer_experience_L .square_image_a,
    .developer_experience_L .work_timeline_6 {
    transform: none;
    width: 100%;
}.developer_experience_L .square_image_a {
    margin-bottom: 2rem;
    height: 300px;
}.developer_experience_L .square_image_a:hover,
    .developer_experience_L .work_timeline_6:hover {
    transform: translateY(-10px);
}}.take_a_spin_k {
    position: relative;
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(212,210,176) 0%, rgb(188,188,103) 100%);
}.take_a_spin_k::before {
    transform: perspective(500px) rotateX(60deg);
    background-image: 
        linear-gradient(0deg, #ffffff 1px, transparent 1px),
        linear-gradient(90deg, #ffffff 1px, transparent 1px);
    animation: gridMove 20s linear infinite;
    top: 0;
    position: absolute;
    transform-origin: center top;
    height: 100%;
    background-size: 30px 30px;
    opacity: 0.05;
    left: 0;
    content: '';
    width: 100%;
    z-index: -1;
}.take_a_spin_k::after {
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    width: 100%;
    background-size: 100% 30px, 30px 100%;
    animation: gridGlow 8s ease-in-out infinite alternate;
    left: 0;
    position: absolute;
    opacity: 0.05;
    top: 0;
    height: 100%;
    z-index: -1;
    content: '';
}.take_a_spin_k .achieve_goals_R {
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    display: flex;
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
    max-width: 1000px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
}.take_a_spin_k .achieve_goals_R::before {
    background-size: 30px 30px;
    opacity: 0.05;
    top: 0;
    background: 
        linear-gradient(135deg, transparent 45%, #ffffff 50%, transparent 55%),
        linear-gradient(45deg, transparent 45%, #ffffff 50%, transparent 55%);
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    animation: patternShift 15s linear infinite;
}.take_a_spin_k .achieve_goals_R::after {
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    top: -50%;
    opacity: 0.1;
    content: '';
    animation: pulseRadial 10s ease-in-out infinite;
    z-index: -1;
    height: 200%;
    left: -50%;
    position: absolute;
    width: 200%;
}.take_a_spin_k h3 {
    font-weight: 700;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffffff;
    margin-bottom: 60px;
    font-size: 29px;
    font-family: Arial, sans-serif;
    position: relative;
}.take_a_spin_k h3::before {
    transform: translateX(-50%);
    top: -80px;
    content: '';
    left: 50%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    z-index: -1;
    width: 60px;
    animation: orbitRotate 10s linear infinite;
}.take_a_spin_k h3::after {
    position: absolute;
    height: 1px;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    width: 100px;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.5), 
        transparent);
    bottom: -20px;
    left: 50%;
}.take_a_spin_k .connect_section_E {
    padding: 16px 45px;
    letter-spacing: 2px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    color: rgb(212,210,176);
    z-index: 1;
    transition: all 0.4s ease;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    display: inline-block;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
}.take_a_spin_k .connect_section_E::before {
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
    transition: opacity 0.4s ease;
    z-index: -1;
    top: 0;
    opacity: 0;
    height: 100%;
    background-size: 10px 10px;
}.take_a_spin_k .connect_section_E::after {
    top: -50%;
    position: absolute;
    transition: all 0.6s ease;
    z-index: 1;
    height: 200%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    left: -100px;
    transform: rotate(35deg);
    width: 20px;
    content: '';
}.take_a_spin_k .connect_section_E:hover {
    transform: translateY(-5px);
    color: #ffffff;
    background: linear-gradient(45deg, rgb(212,210,176), rgb(188,188,103));
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
}.take_a_spin_k .connect_section_E:hover::before {
    opacity: 0.5;
}.take_a_spin_k .connect_section_E:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.take_a_spin_k {
    padding: 100px 0;
}.take_a_spin_k .achieve_goals_R {
    padding: 40px;
    max-width: 90%;
}.take_a_spin_k h3 {
    margin-bottom: 50px;
    font-size: calc(29px * 0.9);
}.take_a_spin_k h3::before {
    top: -70px;
    height: 50px;
    width: 50px;
}.take_a_spin_k h3::after {
    width: 80px;
}.take_a_spin_k .connect_section_E {
    font-size: calc(16px * 0.95);
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.take_a_spin_k {
    padding: 80px 0;
}.take_a_spin_k .achieve_goals_R {
    padding: 30px;
}.take_a_spin_k h3 {
    margin-bottom: 45px;
    letter-spacing: 2px;
    font-size: calc(29px * 0.8);
}.take_a_spin_k h3::before {
    height: 40px;
    top: -60px;
    width: 40px;
}.take_a_spin_k h3::after {
    bottom: -15px;
    width: 70px;
}.take_a_spin_k .connect_section_E {
    padding: 12px 35px;
    letter-spacing: 1.5px;
    font-size: calc(16px * 0.9);
}
}

@media screen and (max-width: 576px) {.take_a_spin_k {
    padding: 60px 0;
}.take_a_spin_k .achieve_goals_R {
    padding: 25px 20px;
}.take_a_spin_k h3 {
    margin-bottom: 40px;
    letter-spacing: 1.5px;
    font-size: calc(29px * 0.7);
}.take_a_spin_k h3::before {
    top: -50px;
    width: 30px;
    height: 30px;
}.take_a_spin_k h3::after {
    width: 60px;
    bottom: -12px;
}.take_a_spin_k .connect_section_E {
    letter-spacing: 1px;
    font-size: calc(16px * 0.85);
    padding: 10px 30px;
}}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}

@keyframes gridGlow {
    0% {
        opacity: 0.03;
        filter: blur(3px);
    }
    50% {
        opacity: 0.05;
        filter: blur(5px);
    }
    100% {
        opacity: 0.03;
        filter: blur(3px);
    }
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}.client_comments_2 {
    padding: 100px 0 120px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,210,176,0.5), rgb(188,188,103,0.5));
    position: relative;
}.client_comments_2::before {
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgba(255,255,255,0.06) 0%, transparent 60%);
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    pointer-events: none;
    content: "";
}.client_comments_2::after {
    filter: blur(80px);
    content: "";
    bottom: -80px;
    z-index: 0;
    border-radius: 50%;
    background: linear-gradient(220deg, rgb(212,210,176,0.5), transparent);
    height: 300px;
    right: -80px;
    position: absolute;
    width: 300px;
}.client_comments_2 .achieve_goals_R {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.client_comments_2 h2 {
    font-size: 30px;
    position: relative;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 15px rgba(0,0,0,0.1);
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 50px;
}.client_comments_2 h2::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(188,188,103), rgb(212,210,176));
    height: 4px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    bottom: -15px;
}.client_comments_2 .review_praise_O {
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    display: grid;
}.client_comments_2 .feedback_views_B {
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.3s ease-out, box-shadow 0.4s ease;
    transform: translateY(0);
    border-radius: 3px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 20px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 30px;
    backdrop-filter: blur(10px);
}.client_comments_2 .feedback_views_B::before {
    background: linear-gradient(90deg, rgb(212,210,176), rgb(188,188,103));
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    content: "";
    opacity: 0.8;
}.client_comments_2 .feedback_views_B:hover {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -8px -8px 24px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: translateY(-10px);
}.client_comments_2 .feedback_views_B > div {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}.client_comments_2 .feedback_views_B img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
    width: 60px;
    transform: perspective(500px) rotateY(-5deg);
    transition: transform 0.3s ease-out;
}.client_comments_2 .feedback_views_B:hover img {
    transform: perspective(500px) rotateY(0deg);
}.client_comments_2 .feedback_views_B h4 {
    color: #000000;
    position: relative;
    font-size: 19px;
    margin: 0;
    font-weight: 600;
}.client_comments_2 .feedback_views_B h4::after {
    height: 2px;
    background: rgb(212,210,176);
    bottom: -8px;
    content: "";
    position: absolute;
    width: 30px;
    left: 0;
    transition: width 0.3s ease;
}.client_comments_2 .feedback_views_B:hover h4::after {
    width: 50px;
}.client_comments_2 .description {
    position: relative;
    line-height: 1.7;
    color: #000000;
    margin: 0;
    font-size: 16px;
    z-index: 2;
}.client_comments_2 .description::before {
    color: rgba(0, 0, 0, 0.05);
    position: absolute;
    z-index: -1;
    top: -30px;
    font-family: serif;
    font-size: 120px;
    left: -5px;
    content: "";
}.client_comments_2 a {
    font-weight: 600;
    position: relative;
    border-radius: 3px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 15px 30px;
    margin-top: 40px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background: linear-gradient(135deg, rgb(212,210,176), rgb(188,188,103));
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
}.client_comments_2 a::before {
    width: 100%;
    left: -100%;
    transition: left 0.7s;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    height: 100%;
}.client_comments_2 a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.client_comments_2 a:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.client_comments_2 {
    padding: 80px 0 100px;
}.client_comments_2 h2 {
    font-size: calc(30px * 0.9);
}.client_comments_2 .review_praise_O {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.client_comments_2 {
    padding: 60px 0 80px;
}.client_comments_2 h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 40px;
}.client_comments_2 .review_praise_O {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.client_comments_2 .feedback_views_B {
    padding: 25px;
}.client_comments_2 a {
    font-size: calc(16px * 0.9);
    padding: 12px 25px;
}
}

@media (max-width: 576px) {.client_comments_2 {
    padding: 50px 0 70px;
}.client_comments_2 h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.7);
}.client_comments_2 h2::after {
    bottom: -10px;
    width: 60px;
}.client_comments_2 .feedback_views_B {
    padding: 20px;
}.client_comments_2 .feedback_views_B img {
    height: 50px;
    width: 50px;
}.client_comments_2 .description {
    font-size: calc(16px * 0.95);
}}.who_we_are_k {
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}.who_we_are_k::before {
    content: "";
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    background: rgb(212,210,176,0.5);
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
}.who_we_are_k .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    transform: translateZ(0);
}.who_we_are_k h2 {
    letter-spacing: 2px;
    transform: translateX(-8px);
    font-weight: 700;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 38px;
    margin-bottom: 48px;
    text-align: left;
}.who_we_are_k h2::after {
    bottom: -12px;
    content: "";
    height: 4px;
    transform-origin: left center;
    width: 80px;
    left: 0;
    animation: expandWidth 1.2s ease-out forwards;
    background: rgb(188,188,103);
    position: absolute;
}.who_we_are_k .content_zone_O {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    animation: slideUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}.who_we_are_k .content_zone_O:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    transform: translateY(-5px);
}.who_we_are_k .content_zone_O::before {
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    height: 0;
    width: 4px;
    animation: growHeight 1s 0.4s ease-out forwards;
    background: rgb(212,210,176);
}.who_we_are_k .content_zone_O > div {
    position: relative;
    overflow: hidden;
}.who_we_are_k .content_zone_O p {
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    font-size: calc(14px * 1.4);
    display: inline-block;
    color: rgb(212,210,176);
}.who_we_are_k .content_zone_O p::after {
    background: rgb(188,188,103);
    transform-origin: right;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    bottom: -4px;
    content: "";
    animation: expandLine 0.8s 0.6s ease-out forwards;
    width: 100%;
    height: 2px;
}.who_we_are_k .content_zone_O div div {
    column-gap: 40px;
    hyphens: auto;
    color: #000000;
    opacity: 0;
    columns: 1;
    animation: fadeIn 1s 0.8s forwards;
    text-align: justify;
    line-height: 1.8;
    font-size: 14px;
}

@keyframes expandWidth {
  from { width: 0; }
  to { width: 80px; }
}

@keyframes growHeight {
  from { height: 0; }
  to { height: 100%; }
}

@keyframes expandLine {
  from { transform: scaleX(0); transform-origin: right; }
  to { transform: scaleX(1); transform-origin: left; }
}

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

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

@media (min-width: 768px) {.who_we_are_k {
    padding: 150px 0 100px;
}.who_we_are_k h2 {
    font-size: calc(38px * 1.2);
    margin-bottom: 60px;
}.who_we_are_k .content_zone_O {
    margin-left: 40px;
    transform: perspective(1000px) rotateY(-2deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
    padding: 60px;
}.who_we_are_k .content_zone_O:hover {
    transform: perspective(1000px) rotateY(-1deg) translateY(-5px);
}.who_we_are_k .content_zone_O div div {
    columns: 2;
}
}

@media (min-width: 992px) {.who_we_are_k {
    padding: 180px 0 120px;
}.who_we_are_k::after {
    width: 300px;
    border: 15px solid rgb(188,188,103,0.5);
    position: absolute;
    top: -10%;
    opacity: 0.15;
    z-index: 1;
    height: 300px;
    transform: rotate(15deg);
    animation: floatElement 15s infinite ease-in-out;
    content: "";
    border-radius: 10px;
    right: -5%;
}.who_we_are_k .container {
    padding: 0 40px;
}.who_we_are_k h2 {
    margin-bottom: 70px;
    font-size: calc(38px * 1.4);
}.who_we_are_k .content_zone_O {
    padding: 80px;
    margin-left: 80px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%, 0 calc(100% - 80px));
}.who_we_are_k .content_zone_O p {
    font-size: calc(14px * 1.8);
    margin-bottom: 30px;
}
}

@media (min-width: 1200px) {.who_we_are_k {
    padding: 200px 0 150px;
}.who_we_are_k::after {
    width: 400px;
    height: 400px;
}.who_we_are_k h2 {
    font-size: calc(38px * 1.6);
}.who_we_are_k .content_zone_O {
    padding: 100px;
}.who_we_are_k .content_zone_O div div {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
    column-gap: 60px;
}}

@keyframes floatElement {
  0%, 100% { transform: rotate(15deg) translateY(0); }
  50% { transform: rotate(15deg) translateY(20px); }
}.course_features_F {
    background-color: rgb(233,233,221);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.course_features_F::before {
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(212,210,176,0.5) 0%, transparent 50%, rgb(188,188,103,0.5) 100%);
}.course_features_F::after {
    content: "";
    right: -100px;
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle, rgb(188,188,103,0.5) 0%, transparent 80%);
    top: -100px;
    height: 400px;
    animation: rotate 20s linear infinite;
    width: 400px;
    border-radius: 50%;
}.course_features_F .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.course_features_F .learn_plan_C {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
}.course_features_F .content_zone_O {
    align-items: center;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}.course_features_F .content_zone_O h2 {
    font-weight: 700;
    color: #000000;
    border-left: 4px solid rgb(212,210,176);
    padding-left: 20px;
    margin-bottom: 20px;
    grid-column: 1 / -1;
    font-size: 33px;
    position: relative;
}.course_features_F .description {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 23px;
    line-height: 1.8;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 12px;
    color: #000000;
}.course_features_F .description:first-of-type {
    position: relative;
    overflow: hidden;
}.course_features_F .description:first-of-type::before {
    border-radius: 50%;
    left: -10px;
    z-index: -1;
    height: 40px;
    position: absolute;
    background-color: rgb(212,210,176,0.5);
    top: -10px;
    width: 40px;
    content: "";
}.course_features_F .description:last-of-type {
    position: relative;
    overflow: hidden;
}.course_features_F .description:last-of-type::before {
    content: "";
    bottom: -10px;
    z-index: -1;
    width: 40px;
    background-color: rgb(188,188,103,0.5);
    position: absolute;
    height: 40px;
    right: -10px;
    border-radius: 50%;
}.course_features_F .description:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.course_features_F .square_image_a {
    height: 400px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 23px;
    overflow: hidden;
    margin: 40px 0;
}.course_features_F .square_image_a::before {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
}.course_features_F .square_image_a::after {
    transform: translateX(-50%);
    content: "";
    opacity: 0.7;
    filter: blur(10px);
    top: -20px;
    height: 10px;
    left: 50%;
    background: rgb(212,210,176);
    border-radius: 50%;
    position: absolute;
    width: 90%;
    animation: glow 4s infinite alternate;
}.course_features_F .square_image_a:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {.course_features_F {
    padding: 80px 0;
}.course_features_F .square_image_a {
    height: 350px;
    margin: 30px 0;
}
}

@media screen and (max-width: 768px) {.course_features_F {
    padding: 60px 0;
}.course_features_F .content_zone_O {
    grid-template-columns: 1fr;
    gap: 20px;
}.course_features_F .description {
    padding: 25px;
}.course_features_F .square_image_a {
    margin: 25px 0;
    height: 300px;
}.course_features_F h2 {
    font-size: calc(33px * 0.9);
}
}

@media screen and (max-width: 480px) {.course_features_F {
    padding: 40px 0;
}.course_features_F .learn_plan_C {
    gap: 30px;
}.course_features_F .content_zone_O h2 {
    padding-left: 15px;
    font-size: calc(33px * 0.8);
}.course_features_F .description {
    font-size: calc(12px * 0.95);
    padding: 20px;
}.course_features_F .square_image_a {
    height: 250px;
    margin: 20px 0;
    transform: perspective(1000px) rotateX(0deg);
}}.plan_shelf_P {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(233,233,221);
}.plan_shelf_P::before {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgb(212,210,176,0.5) 0%, transparent 70%);
    height: 100%;
    top: 0;
}.plan_shelf_P .container {
    padding: 0 15px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1320px;
}.plan_shelf_P .study_offers_W {
    flex-direction: column-reverse;
    display: flex;
    gap: 60px;
}.plan_shelf_P .pricing_options_O {
    animation: fadeInUp 0.8s ease-out forwards;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-10px);
}.plan_shelf_P .pricing_options_O h2 {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 20px;
}.plan_shelf_P .pricing_options_O h2::after {
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    content: "";
    left: 50%;
    background: rgb(212,210,176);
}.plan_shelf_P .learning_package_t {
    word-break: break-word;
    font-size: 16px;
    color: #000000;
    margin-bottom: 0;
    margin: 0 auto;
    line-height: 1.7;
    overflow-wrap: break-word;
    max-width: 600px;
}.plan_shelf_P .trial_pricing_S {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}.plan_shelf_P .pricing_levels_W {
    transform: translateY(20px);
    text-decoration: none;
    animation-delay: calc(var(--index, 0) * 0.1s);
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    display: block;
    animation: fadeInUp 0.8s ease-out forwards;
    border-radius: 10px;
}.plan_shelf_P .pricing_levels_W:nth-child(1) {
    --index: 1;
}.plan_shelf_P .pricing_levels_W:nth-child(2) {
    --index: 2;
}.plan_shelf_P .pricing_levels_W:nth-child(3) {
    --index: 3;
}.plan_shelf_P .pricing_levels_W:nth-child(4) {
    --index: 4;
}.plan_shelf_P .pricing_levels_W:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.02);
}.plan_shelf_P .price_plan_l {
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    background: linear-gradient(145deg, #ffffff, #f5f8ff);
    position: relative;
}.plan_shelf_P .price_plan_l::before {
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(212,210,176), rgb(188,188,103));
    width: 100%;
    left: 0;
    height: 5px;
}.plan_shelf_P .fee_struct_E {
    flex-direction: column;
    display: flex;
    padding: 40px 30px;
    box-sizing: border-box;
    flex: 1;
}.plan_shelf_P .fee_struct_E h3 {
    margin-bottom: 15px;
    margin-top: 0;
    word-break: break-word;
    color: #000000;
    font-size: 19px;
    position: relative;
    font-weight: 700;
    overflow-wrap: break-word;
}.plan_shelf_P .fee_struct_E h3::after {
    left: 0;
    height: 2px;
    bottom: -8px;
    background-color: rgb(212,210,176);
    width: 40px;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
}.plan_shelf_P .pricing_levels_W:hover .fee_struct_E h3::after {
    width: 70px;
}.plan_shelf_P .learning_plan_F {
    overflow-wrap: break-word;
    word-break: break-word;
    padding: 8px 16px;
    position: relative;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    font-size: calc(19px * 1.2);
    border-radius: 10px;
    font-weight: 700;
    color: rgb(212,210,176);
    margin: 10px 0 20px;
    display: inline-block;
}.plan_shelf_P .fee_struct_E p {
    margin-bottom: 0;
    white-space: normal;
    color: #000000;
    overflow-wrap: break-word;
    font-size: 16px;
    word-break: break-word;
    line-height: 1.7;
    flex-grow: 1;
}.plan_shelf_P .square_image_a {
    height: 200px;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), filter 0.6s ease;
}.plan_shelf_P .pricing_levels_W:hover .square_image_a {
    filter: brightness(1.05);
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.plan_shelf_P .trial_pricing_S {
    grid-template-columns: repeat(2, 1fr);
}.plan_shelf_P .fee_struct_E {
    padding: 40px;
}.plan_shelf_P .square_image_a {
    height: 220px;
}
}

@media (min-width: 992px) {.plan_shelf_P .study_offers_W {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.plan_shelf_P .trial_pricing_S {
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
}.plan_shelf_P .pricing_options_O {
    margin: 0;
    width: 35%;
    text-align: left;
}.plan_shelf_P .pricing_options_O h2::after {
    left: 0;
    transform: none;
}.plan_shelf_P .learning_package_t {
    margin: 0;
}
}

@media (min-width: 1200px) {.plan_shelf_P .trial_pricing_S {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan_shelf_P .fee_struct_E h3 {
    font-size: calc(19px * 1.1);
}.plan_shelf_P .learning_plan_F {
    font-size: calc(19px * 1.3);
}.plan_shelf_P .square_image_a {
    height: 240px;
}
}

@media (max-width: 767px) {.plan_shelf_P {
    padding: 80px 0;
}.plan_shelf_P .fee_struct_E {
    padding: 30px 20px;
}.plan_shelf_P .learning_plan_F {
    padding: 6px 12px;
    font-size: 19px;
}.plan_shelf_P .square_image_a {
    height: 180px;
}
}

@media (max-width: 480px) {.plan_shelf_P {
    padding: 60px 0;
}.plan_shelf_P .pricing_options_O h2 {
    font-size: calc(37px * 0.85);
}.plan_shelf_P .fee_struct_E h3 {
    font-size: calc(19px * 0.95);
}.plan_shelf_P .square_image_a {
    height: 160px;
}}.consentInformationPopup_9 {
    z-index: 90;
    border-top: 2px solid rgb(212,210,176);
    width: 100%;
    position: fixed;
    background: rgb(233,233,221);
    bottom: 0;
}.cookie_necessary_X {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}.consentInformationPopup_9 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.consentInformationPopup_9 p {
    font-size: 18px;
}.cookie_comply_t {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_comply_t svg, .cookie_comply_t svg path, .cookie_comply_t img {
    height: 100px;
    fill: rgb(212,210,176);
    width: 100px;
}.data_comply_L {
    white-space: nowrap;
    cursor: pointer;
    min-width: 120px;
    text-decoration: none;
    color: rgb(212,210,176);
    text-align: center;
    margin-left: 10px;
    line-height: 35px;
    font-size: 24px;
    border-bottom: 2px solid rgb(212,210,176);
    flex-shrink: 0;
}.consentInformationPopup_9 p a {
    text-decoration: none;
    color: rgb(212,210,176);
}#cookie_info_notice_D {
    display: none;
}#cookie_info_notice_D:checked ~ .consentInformationPopup_9 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.consentInformationPopup_9 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_comply_t {
    display: none;
}.cookie_necessary_X {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.consentInformationPopup_9 h5 {
    text-align: center;
}.consentInformationPopup_9 p {
    text-align: center;
}.track_cookies_Q {
    margin-bottom: 20px;
}body .wrapper-segment_j .data_comply_L {
    margin-left: 0;
}}
.wrapper-segment_j .cookie_necessary_X {
    justify-content: flex-end;
}.wrapper-segment_j .data_comply_L {
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
    margin-left: 30px;
    background: rgb(212,210,176);
}.wrapper-segment_j .track_cookies_Q {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrapper-segment_j .data_comply_L {
    margin-left: 0;
    margin-bottom: 10px;
}}.thanksArea_E {
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(212,210,176,0.5), rgb(233,233,221), rgb(188,188,103,0.5));
}.thanksArea_E::before {
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(212,210,176,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(188,188,103,0.5) 0%, transparent 60%);
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    position: absolute;
    opacity: 0.7;
    right: 0;
    animation: pulse 10s infinite alternate ease-in-out;
}.thanksArea_E::after {
    z-index: 1;
    position: absolute;
    left: -50%;
    top: -50%;
    content: "";
    height: 200%;
    animation: patternMove 60s linear infinite;
    pointer-events: none;
    transform: rotate(15deg);
    width: 200%;
}.thanksArea_E .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    transform-style: preserve-3d;
    max-width: 1200px;
}.thanksArea_E h2 {
    font-family: Arial, sans-serif;
    transform: translateZ(30px);
    color: #000000;
    transition: transform 0.5s ease;
    border-left: 4px solid rgb(212,210,176);
    position: relative;
    line-height: 1.3;
    font-weight: 700;
    padding-left: 20px;
    font-size: 32px;
    margin-bottom: 40px;
    text-align: left;
    text-shadow: 0 2px 10px rgba(0,0,0,0.05);
}.thanksArea_E h2::after {
    position: absolute;
    background: rgb(188,188,103);
    left: 20px;
    transform: scaleX(0);
    width: 60px;
    content: "";
    bottom: -12px;
    height: 3px;
    transform-origin: left;
    animation: lineGrow 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}.thanksArea_E .achieve_goals_R {
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    transform: translateZ(20px) rotateX(2deg);
    background: #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 
        0 15px 30px -10px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        0 30px 60px -30px rgba(rgb(212,210,176), 0.3);
}.thanksArea_E .achieve_goals_R::before {
    height: 5px;
    z-index: 3;
    background: linear-gradient(90deg, rgb(212,210,176), rgb(188,188,103));
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}.thanksArea_E .achieve_goals_R:hover {
    box-shadow: 
        0 20px 40px -15px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.08),
        0 40px 70px -40px rgba(rgb(212,210,176), 0.4);
    transform: translateZ(30px) rotateX(0deg);
}.thanksArea_E ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thanksArea_E li {
    transition: transform 0.3s ease;
    background: #ffffff;
    padding: 40px;
    position: relative;
}.thanksArea_E li::before {
    top: -15px;
    align-items: center;
    display: flex;
    font-size: 16px;
    content: "✓";
    color: #ffffff;
    width: 30px;
    justify-content: center;
    background: rgb(212,210,176);
    box-shadow: 0 5px 15px rgba(rgb(212,210,176), 0.3);
    left: 40px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
}.thanksArea_E span {
    font-size: 14px;
    color: #000000;
    text-align: left;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    font-family: Arial, sans-serif;
    display: block;
}

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

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes patternMove {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(15deg) translateY(-100px);
    }
}

@media (max-width: 991px) {.thanksArea_E {
    padding: 80px 0;
}.thanksArea_E h2 {
    padding-left: 15px;
    font-size: calc(32px * 0.9);
}.thanksArea_E li {
    padding: 30px;
}.thanksArea_E li::before {
    left: 30px;
}
}

@media (max-width: 767px) {.thanksArea_E {
    padding: 60px 0;
}.thanksArea_E h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.8);
    transform: translateZ(20px);
}.thanksArea_E h2::after {
    width: 40px;
}.thanksArea_E .achieve_goals_R {
    transform: translateZ(10px) rotateX(1deg);
}.thanksArea_E .achieve_goals_R:hover {
    transform: translateZ(15px) rotateX(0deg);
}.thanksArea_E li {
    padding: 25px 20px;
}.thanksArea_E li::before {
    left: 20px;
    height: 24px;
    font-size: 14px;
    width: 24px;
    top: -12px;
}.thanksArea_E span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.thanksArea_E {
    padding: 40px 0;
}.thanksArea_E h2 {
    padding-left: 12px;
    font-size: calc(32px * 0.7);
    border-left: 3px solid rgb(212,210,176);
}.thanksArea_E .container {
    padding: 0 15px;
}.thanksArea_E .achieve_goals_R {
    transform: translateZ(5px) rotateX(0.5deg);
}.thanksArea_E .achieve_goals_R:hover {
    transform: translateZ(10px) rotateX(0deg);
}.thanksArea_E li {
    padding: 20px 15px;
}.thanksArea_E li::before {
    width: 20px;
    height: 20px;
    font-size: 12px;
    left: 15px;
}.thanksArea_E span {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}}.connect_form_h {
    position: relative;
    padding: 80px 0;
}.connect_form_h::before {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
}.connect_form_h .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.connect_form_h .message_support_Z {
    border-radius: 0;
    overflow: hidden;
    display: grid;
    background: #ffffff;
    grid-template-columns: 45% 55%;
    position: relative;
}.connect_form_h .message_support_Z::before {
    content: "";
    top: -150px;
    left: -150px;
    height: 300px;
    position: absolute;
    background: rgb(212,210,176,0.5);
    z-index: 0;
    border-radius: 50%;
    width: 300px;
}.connect_form_h .message_support_Z::after {
    position: absolute;
    height: 300px;
    z-index: 0;
    right: -150px;
    border-radius: 50%;
    background: rgb(188,188,103,0.5);
    content: "";
    bottom: -150px;
    width: 300px;
}.connect_form_h .help_reach_n {
    position: relative;
    padding: 50px;
    z-index: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}.connect_form_h .help_reach_n h3 {
    font-size: 34px;
    color: rgb(212,210,176);
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}.connect_form_h .help_reach_n h3::after {
    width: 60px;
    height: 4px;
    bottom: -15px;
    left: 0;
    content: "";
    position: absolute;
    background-color: rgb(188,188,103);
}.connect_form_h .help_reach_n div {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 15px;
    align-items: center;
}.connect_form_h .help_reach_n div:last-of-type {
    border-bottom: none;
}.connect_form_h .help_reach_n div svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}.connect_form_h .help_reach_n div svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,210,176);
}.connect_form_h .help_reach_n div:hover svg path {
    fill: rgb(188,188,103);
}.connect_form_h .help_reach_n div span {
    font-size: 16px;
    color: #000000;
}.connect_form_h .help_reach_n div span a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}.connect_form_h .help_reach_n div span a:hover {
    color: rgb(212,210,176);
}.connect_form_h .query_widget_9 {
    position: relative;
    padding: 50px;
    background-color: #ffffff;
    z-index: 1;
}.connect_form_h .query_widget_9 h3 {
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
    font-size: 18px;
}.connect_form_h form {
    flex-direction: column;
    display: flex;
}.connect_form_h form input[type="text"],
.connect_form_h form input[type="email"] {
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-size: 16px;
    height: 55px;
    color: #000000;
    background-color: rgb(233,233,221);
    border: none;
    border-radius: 10px;
    padding: 0 20px;
}.connect_form_h form input[type="text"]:focus,
.connect_form_h form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(212,210,176,0.5);
    outline: none;
}.connect_form_h form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.connect_form_h .reach_list_B {
    margin-bottom: 25px;
    position: relative;
}.connect_form_h .reach_list_B input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    width: 0;
    position: absolute;
    height: 0;
}.connect_form_h .reach_list_B label {
    color: #000000;
    padding-left: 35px;
    font-size: 13px;
    line-height: 1.6;
    position: relative;
    cursor: pointer;
    display: block;
}.connect_form_h .reach_list_B label::before {
    top: 2px;
    border-radius: 10px;
    height: 20px;
    content: "";
    left: 0;
    width: 20px;
    background-color: rgb(233,233,221);
    position: absolute;
    transition: all 0.3s ease;
}.connect_form_h .reach_list_B input[type="checkbox"]:checked + label::before {
    background-color: rgb(212,210,176);
}.connect_form_h .reach_list_B input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
    position: absolute;
    height: 12px;
    top: 3px;
    content: "";
    left: 7px;
}.connect_form_h .reach_list_B label a {
    color: rgb(212,210,176);
    transition: all 0.3s ease;
    text-decoration: none;
}.connect_form_h .reach_list_B label a:hover {
    text-decoration: underline;
    color: rgb(188,188,103);
}.connect_form_h form .message_query_I {
    display: inline-block;
    padding: 16px 30px;
    cursor: pointer;
    border: none;
    font-size: 17px;
    color: #ffffff;
    align-self: flex-start;
    background-color: rgb(212,210,176);
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 10px;
}.connect_form_h form .message_query_I:hover {
    background-color: rgb(188,188,103);
}@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(212,210,176,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.connect_form_h .help_reach_n div {
    animation: borderPulse 3s infinite;
    animation-delay: calc(var(--n) * 0.5s);
}.connect_form_h .help_reach_n div:nth-child(2) {
    --n: 0;
}.connect_form_h .help_reach_n div:nth-child(3) {
    --n: 1;
}.connect_form_h .help_reach_n div:nth-child(4) {
    --n: 2;
}.connect_form_h .help_reach_n div:nth-child(5) {
    --n: 3;
}

@media screen and (max-width: 992px) {.connect_form_h .container {
    width: 90%;
}.connect_form_h .message_support_Z {
    grid-template-columns: 1fr;
}.connect_form_h .help_reach_n {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}
}

@media screen and (max-width: 576px) {.connect_form_h {
    padding: 60px 0;
}.connect_form_h .help_reach_n,
    .connect_form_h .query_widget_9 {
    padding: 30px 20px;
}.connect_form_h .help_reach_n h3 {
    font-size: calc(34px * 0.8);
}.connect_form_h form input[type="text"],
    .connect_form_h form input[type="email"] {
    height: 50px;
}.connect_form_h form .message_query_I {
    width: 100%;
    padding: 14px 20px;
}}.receive_updates_e {
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(233,233,221) 100%);
    position: relative;
    padding: 5rem 2rem;
}.receive_updates_e::before {
    background: linear-gradient(90deg, transparent, rgb(212,210,176), transparent);
    animation: scanLine 4s infinite linear;
    top: 0;
    right: 0;
    position: absolute;
    height: 1px;
    content: "";
    box-shadow: 0 0 15px 2px rgb(212,210,176);
    left: 0;
}.receive_updates_e::after {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(212,210,176,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(188,188,103,0.5) 0%, transparent 20%);
    position: absolute;
    z-index: 0;
    filter: blur(30px);
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
}.receive_updates_e .achieve_goals_R {
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.receive_updates_e .message_support_Z {
    padding: 3rem;
    border-radius: 27px;
    transition: transform 0.5s ease;
    width: 90%;
    position: relative;
    transform: rotateY(-5deg);
    max-width: 600px;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
}.receive_updates_e .message_support_Z:hover {
    transform: rotateY(0deg);
}.receive_updates_e .message_support_Z::before,
.receive_updates_e .message_support_Z::after {
    position: absolute;
    border-radius: 27px;
    z-index: -1;
    inset: 0;
    content: "";
}.receive_updates_e .message_support_Z::before {
    animation: glowPulse 3s infinite alternate;
    background: linear-gradient(45deg, rgb(212,210,176), transparent 60%);
    filter: blur(20px);
    opacity: 0.5;
}.receive_updates_e .message_support_Z::after {
    box-shadow: 0 0 20px rgb(212,210,176,0.5);
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 70%, 
        85% 100%, 
        0% 100%
    );
    animation: borderFlash 4s infinite alternate;
    border: 1px solid rgb(212,210,176);
}.receive_updates_e h3 {
    font-weight: 700;
    display: inline-block;
    text-shadow: 0 0 10px rgb(212,210,176), 0 0 20px rgb(212,210,176,0.5);
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 2.5rem;
    position: relative;
}.receive_updates_e h3::after {
    bottom: -10px;
    width: 100%;
    height: 2px;
    animation: widthPulse 3s infinite alternate;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(212,210,176), transparent);
}.receive_updates_e .input_holder {
    gap: 1.5rem;
    display: grid;
    width: 100%;
}.receive_updates_e input[type="email"] {
    background: rgba(255, 255, 255, 0.05);
    padding: 1.2rem 1.5rem;
    width: 100%;
    color: #ffffff;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid rgb(188,188,103,0.5);
}.receive_updates_e input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgb(212,210,176,0.5);
    border-color: rgb(212,210,176);
}.receive_updates_e input[type="email"]::placeholder {
    opacity: 0.6;
    color: #ffffff;
}.receive_updates_e .sub_strategy_h {
    border: 1px solid rgb(212,210,176);
    overflow: hidden;
    border-radius: 10px;
    background: transparent;
    color: #ffffff;
    box-shadow: 0 0 15px rgb(212,210,176,0.5);
    text-shadow: 0 0 10px rgb(212,210,176);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 19px;
    font-weight: 600;
    position: relative;
}.receive_updates_e .sub_strategy_h::before {
    z-index: -1;
    position: absolute;
    content: "";
    inset: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    background: linear-gradient(45deg, rgb(212,210,176), rgb(188,188,103));
}.receive_updates_e .sub_strategy_h:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgb(212,210,176);
}.receive_updates_e .sub_strategy_h:hover::before {
    opacity: 1;
}

@keyframes scanLine {
    0% {
        transform: translateY(-100vh);
    }
    100% {
        transform: translateY(100vh);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.3;
        filter: blur(20px);
    }
    100% {
        opacity: 0.7;
        filter: blur(15px);
    }
}

@keyframes borderFlash {
    0%, 90% {
        border-color: rgb(212,210,176);
        box-shadow: 0 0 20px rgb(212,210,176,0.5);
    }
    91%, 100% {
        border-color: rgb(188,188,103);
        box-shadow: 0 0 25px rgb(188,188,103);
    }
}

@keyframes widthPulse {
    0% {
        width: 30%;
    }
    100% {
        width: 100%;
    }
}

@media (min-width: 768px) {.receive_updates_e {
    padding: 7rem 3rem;
}.receive_updates_e .message_support_Z {
    width: 80%;
    padding: 4rem;
}.receive_updates_e .input_holder {
    grid-template-columns: 2fr 1fr;
}
}

@media (max-width: 767px) {.receive_updates_e {
    padding: 4rem 1.5rem;
}.receive_updates_e h3 {
    font-size: 20px;
}.receive_updates_e .message_support_Z {
    padding: 2rem;
    transform: rotateY(0deg);
    width: 100%;
}.receive_updates_e .input_holder {
    grid-template-columns: 1fr;
}.receive_updates_e .sub_strategy_h {
    width: 100%;
}}.potential_learners_N {
    overflow: hidden;
    background-color: rgb(233,233,221);
    position: relative;
    padding: 5rem 0;
}.potential_learners_N::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(188,188,103,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(212,210,176,0.5) 0%, transparent 30%);
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.4;
    z-index: 1;
    height: 100%;
    content: '';
}.potential_learners_N::after {
    background: linear-gradient(45deg, transparent 48%, rgb(188,188,103,0.5) 49%, rgb(188,188,103,0.5) 51%, transparent 52%);
    z-index: 1;
    content: '';
    animation: moveGradient 120s linear infinite;
    opacity: 0.05;
    width: 200%;
    position: absolute;
    left: -50%;
    height: 200%;
    top: -50%;
    background-size: 100px 100px;
}.potential_learners_N .achieve_goals_R {
    padding: 3rem;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 80px rgb(188,188,103,0.5);
    background: rgba(255, 255, 255, 0.08);
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 13px;
    backdrop-filter: blur(12px);
}.potential_learners_N h3 {
    position: relative;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 3.5rem;
}.potential_learners_N h3::before {
    transform: translateX(-50%);
    background: rgb(188,188,103);
    content: '';
    width: 60px;
    left: 50%;
    top: -30px;
    height: 5px;
    border-radius: 50px;
    position: absolute;
}.potential_learners_N h3::after {
    content: '';
    width: 40%;
    bottom: -15px;
    left: 50%;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(188,188,103), transparent);
    position: absolute;
}.potential_learners_N ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 2rem;
    padding: 0;
    list-style: none;
}.potential_learners_N li {
    padding: 2.5rem 2rem;
    border-radius: 13px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.02),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    display: flex;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    text-align: center;
}.potential_learners_N li::before {
    background: linear-gradient(90deg, rgb(188,188,103,0.5), rgb(212,210,176,0.5));
    width: 100%;
    transition: opacity 0.4s ease;
    height: 5px;
    top: 0;
    opacity: 0.3;
    left: 0;
    content: '';
    position: absolute;
}.potential_learners_N li::after {
    position: absolute;
    transition: opacity 0.5s ease;
    height: 100%;
    opacity: 0;
    bottom: 0;
    background: radial-gradient(circle at center bottom, rgb(188,188,103,0.5) 0%, transparent 70%);
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
}.potential_learners_N li:hover {
    transform: translateY(-8px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}.potential_learners_N li:hover::before {
    opacity: 1;
}.potential_learners_N li:hover::after {
    opacity: 0.15;
}.potential_learners_N li svg {
    display: block;
    filter: drop-shadow(0 3px 6px rgb(188,188,103,0.5));
    fill: rgb(188,188,103);
    margin-bottom: 1.5rem;
    width: 60px;
    height: 60px;
    transition: all 0.4s ease;
}.potential_learners_N li:hover svg {
    fill: rgb(212,210,176);
    transform: scale(1.05);
    filter: drop-shadow(0 5px 10px rgb(212,210,176,0.5));
}.potential_learners_N li svg path {
    transition: all 0.4s ease;
}.potential_learners_N li:hover svg path {
    fill: rgb(212,210,176);
}.potential_learners_N li {
    line-height: 1.6;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    padding-bottom: 1rem;
    position: relative;
}.potential_learners_N li:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.75);
}.potential_learners_N li:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.8);
}.potential_learners_N li:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.85);
}.potential_learners_N li:nth-child(4) {
    background-color: rgba(255, 255, 255, 0.9);
}

@keyframes moveGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (min-width: 992px) {.potential_learners_N ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.potential_learners_N li:nth-child(even) {
    transform: translateY(20px);
}.potential_learners_N li:nth-child(even):hover {
    transform: translateY(12px);
}.potential_learners_N li:nth-child(1),
    .potential_learners_N li:nth-child(4) {
    animation: float 8s ease-in-out infinite;
}.potential_learners_N li:nth-child(2),
    .potential_learners_N li:nth-child(3) {
    animation: float 8s ease-in-out infinite reverse;
}
}

@media (max-width: 991px) {.potential_learners_N .achieve_goals_R {
    padding: 2rem;
}.potential_learners_N h3 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.potential_learners_N li {
    padding: 2rem 1.5rem;
}.potential_learners_N li svg {
    width: 50px;
    margin-bottom: 1rem;
    height: 50px;
}
}

@media (max-width: 767px) {.potential_learners_N {
    padding: 3rem 0;
}.potential_learners_N .achieve_goals_R {
    padding: 1.5rem;
}.potential_learners_N h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.potential_learners_N h3::before {
    top: -20px;
    width: 50px;
}.potential_learners_N h3::after {
    width: 70%;
}.potential_learners_N ul {
    gap: 1.5rem;
}.potential_learners_N li {
    padding: 1.5rem 1rem;
}.potential_learners_N li svg {
    height: 45px;
    width: 45px;
}}.privacy_holdfast_s {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 50px;
    background-size: cover;
    background-position: center;
    background: linear-gradient(to bottom right, rgb(212,210,176,0.5), rgb(188,188,103,0.5));
    color: #ffffff;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
}.privacy_holdfast_s h1,
.privacy_holdfast_s h2 {
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 15px;
    position: relative;
}.privacy_holdfast_s h1 {
    font-size: 41px;
    font-weight: 700;
    color: #ffffff;
}.privacy_holdfast_s h2 {
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
}.privacy_holdfast_s ul {
    padding: 0;
    list-style-type: none;
    margin: 20px 0;
}.privacy_holdfast_s ul li {
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    padding: 10px 0;
}.privacy_holdfast_s ul li::before {
    left: 0;
    content: '•';
    position: absolute;
    color: rgb(188,188,103);
    font-size: 21px;
}.privacy_holdfast_s p {
    line-height: 1.8;
    font-size: 15px;
    margin: 20px 0;
    color: #ffffff;
    font-weight: 300;
}.privacy_holdfast_s div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {.privacy_holdfast_s {
    padding: 30px;
}.privacy_holdfast_s h1 {
    font-size: calc(21px - 8px);
}.privacy_holdfast_s h2 {
    font-size: calc(21px - 8px);
}.privacy_holdfast_s ul li {
    font-size: calc(15px - 2px);
}.privacy_holdfast_s p {
    font-size: calc(15px - 2px);
}}.title_welcome_Q {
    min-height: 100vh;
    justify-content: center;
    position: relative;
    align-items: center;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,233,221) 0%, rgba(0, 0, 0, 0.5) 100%);
}.title_welcome_Q::before {
    content: "";
    height: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(212,210,176,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(188,188,103,0.5) 0%, transparent 40%);
    z-index: 1;
    width: 100%;
    position: absolute;
}.title_welcome_Q::after {
    top: -10%;
    background: linear-gradient(45deg, rgb(212,210,176,0.5) 0%, rgb(188,188,103) 100%);
    transform: rotate(15deg);
    position: absolute;
    right: -10%;
    z-index: 0;
    width: 50%;
    animation: floatGlow 12s infinite alternate ease-in-out;
    content: "";
    filter: blur(80px);
    height: 50%;
}.title_welcome_Q .start_entry_X {
    grid-gap: 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    transform: translateY(-2%);
    display: grid;
    grid-template-columns: 1fr;
    width: 90%;
}.title_welcome_Q .start_entry_X > div:first-child {
    position: relative;
    transform: translateX(-5%);
    animation: slideInLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    padding: 2rem;
}.title_welcome_Q .start_entry_X > div:first-child::before {
    top: 0;
    width: 3px;
    left: 0;
    animation: lineGrow 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.5s;
    content: "";
    height: 0;
    background: rgb(212,210,176);
    position: absolute;
}.title_welcome_Q .start_entry_X p {
    line-height: 1.6;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: fadeUp 1s ease forwards 0.8s;
    color: #ffffff;
    position: relative;
    margin: 0;
    font-weight: 600;
    transform: translateY(20px);
    font-size: calc(14px * 1.2);
    max-width: 90%;
}.title_welcome_Q .knowledge_growth_5 {
    overflow: hidden;
    animation: fadeScale 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}.title_welcome_Q .knowledge_growth_5:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.title_welcome_Q .knowledge_growth_5 > div {
    justify-content: space-between;
    padding: 2.5rem;
    display: flex;
    min-height: 450px;
    position: relative;
    flex-direction: column;
}.title_welcome_Q .knowledge_growth_5 > div::before {
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.3) 0%, 
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}.title_welcome_Q .knowledge_growth_5 h3 {
    max-width: 90%;
    transform: translateY(20px);
    font-weight: 400;
    line-height: 1.4;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: calc(20px * 1.1);
    opacity: 0;
    position: relative;
    animation: fadeUp 1s ease forwards 1.2s;
    color: #ffffff;
    margin-bottom: 2rem;
}.title_welcome_Q .knowledge_growth_5 > div > div {
    z-index: 2;
    position: relative;
    margin-top: auto;
}.title_welcome_Q .title_style_header {
    position: relative;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    transform: translateY(30px);
    color: transparent;
    display: inline-block;
    background-clip: text !important;
    font-weight: 700;
    margin: 0;
    opacity: 0;
    -webkit-background-clip: text !important;
    line-height: 1.2;
    background: linear-gradient(90deg, #ffffff, rgb(212,210,176));
    color: #ffffff;
    animation: fadeUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.5s;
    font-size: 38px;
}.title_welcome_Q .title_style_header::after {
    width: 0;
    bottom: -10px;
    height: 3px;
    animation: lineGrowWidth 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 2s;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(212,210,176);
}

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

@keyframes lineGrow {
  0% {
    height: 0;
  }
  100% {
    height: 80%;
  }
}

@keyframes lineGrowWidth {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(1);
  }
}

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

@keyframes floatGlow {
  0% {
    transform: rotate(15deg) translateY(0);
    filter: blur(80px);
  }
  50% {
    filter: blur(100px);
  }
  100% {
    transform: rotate(12deg) translateY(-20px);
    filter: blur(70px);
  }
}

@media (min-width: 768px) {.title_welcome_Q .start_entry_X {
    grid-gap: 3rem;
    grid-template-columns: 0.4fr 0.6fr;
}.title_welcome_Q .start_entry_X > div:first-child {
    align-items: center;
    display: flex;
}.title_welcome_Q .start_entry_X p {
    font-size: calc(14px * 1.3);
}.title_welcome_Q .knowledge_growth_5 > div {
    min-height: 500px;
}.title_welcome_Q .title_style_header {
    font-size: calc(38px * 1.2);
}.title_welcome_Q .knowledge_growth_5 h3 {
    max-width: 80%;
    font-size: calc(20px * 1.2);
}
}

@media (min-width: 992px) {.title_welcome_Q .start_entry_X {
    grid-template-columns: 0.35fr 0.65fr;
}.title_welcome_Q .knowledge_growth_5 {
    transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
}.title_welcome_Q .knowledge_growth_5:hover {
    transform: perspective(1500px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}.title_welcome_Q .knowledge_growth_5 > div {
    min-height: 550px;
    padding: 3rem;
}.title_welcome_Q .title_style_header {
    font-size: calc(38px * 1.4);
}
}

@media (max-width: 767px) {.title_welcome_Q {
    padding: 4rem 1rem;
}.title_welcome_Q .start_entry_X > div:first-child {
    padding: 1.5rem;
}.title_welcome_Q .knowledge_growth_5 > div {
    padding: 2rem;
    min-height: 400px;
}.title_welcome_Q .title_style_header {
    font-size: calc(38px * 0.9);
}.title_welcome_Q .knowledge_growth_5 h3 {
    margin-bottom: 1.5rem;
    font-size: 20px;
}
}

@media (max-width: 480px) {.title_welcome_Q {
    padding: 3rem 1rem;
}.title_welcome_Q .start_entry_X {
    width: 95%;
}.title_welcome_Q .start_entry_X > div:first-child {
    padding: 1rem;
}.title_welcome_Q .start_entry_X p {
    font-size: 14px;
    max-width: 100%;
}.title_welcome_Q .knowledge_growth_5 > div {
    min-height: 350px;
    padding: 1.5rem;
}.title_welcome_Q .title_style_header {
    font-size: calc(29px * 0.9);
}.title_welcome_Q .knowledge_growth_5 h3 {
    font-size: calc(22px * 1.1);
    max-width: 100%;
}}header {
    margin-top: 0;
    z-index: 100;
    background: linear-gradient(120deg, rgb(212,210,176) 0%, rgb(188,188,103) 100%);
    padding: 0;
    position: relative;
    overflow: visible;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
}header::before {
    z-index: -1;
    bottom: 2px;
    top: 2px;
    content: '';
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    left: 2px;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    right: 2px;
}header .top_mainbar_3 {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 1.2rem 3rem;
    z-index: 5;
    position: relative;
}header .main_pagewrap_h {
    transition: all 0.3s ease;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
    padding: 0.7rem 1.2rem 0.7rem 1rem;
}header .main_pagewrap_h::before {
    left: 3px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    bottom: 3px;
    right: 3px;
    content: '';
    z-index: -1;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    position: absolute;
    top: 3px;
}header .main_pagewrap_h:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}header .main_pro_d {
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}header .main_pro_d img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .top_section_B {
    z-index: 2;
    list-style: none;
    display: flex;
    position: relative;
    padding: 0;
    margin: 0;
}header .top_primary_W {
    margin: 0 0.5rem;
    position: relative;
}header .top_primary_W a {
    font-size: 13px;
    font-weight: 600;
    border: 1px solid transparent;
    position: relative;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    height: 40px;
    color: #ffffff;
    align-items: center;
    padding: 0 1.2rem;
    justify-content: center;
    display: flex;
    transition: all 0.3s ease;
}header .top_primary_W a::before {
    height: 100%;
    width: 100%;
    top: 0;
    transition: left 0.7s ease;
    position: absolute;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    content: '';
}header .top_primary_W a:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}header .top_primary_W a:hover::before {
    left: 100%;
}header .top_primary_W::after {
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    width: 0;
    background: #ffffff;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}header .top_primary_W:hover::after {
    width: 80%;
}header .top_mainbar_3::before {
    width: 40px;
    border-bottom: none;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    content: '';
    top: 10px;
    position: absolute;
    right: 10px;
    opacity: 0.5;
}header .top_mainbar_3::after {
    left: 10px;
    width: 40px;
    bottom: 10px;
    position: absolute;
    opacity: 0.5;
    border-top: none;
    border-left: none;
    content: '';
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}header .head_primary_d {
    position: relative;
    margin-top: -15px;
    padding-top: 2rem;
    background: rgb(233,233,221);
    z-index: 1;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    content: '';
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    animation: pulse 2s infinite;
    top: 15px;
    position: absolute;
    box-shadow: 0 0 10px #ffffff;
    width: 8px;
    right: 15px;
}

@media (min-width: 1400px) {header .top_mainbar_3 {
    max-width: 1320px;
    margin: 0 auto;
}header .top_primary_W {
    margin: 0 0.7rem;
}header .top_primary_W a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .top_mainbar_3 {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .main_pagewrap_h {
    margin-bottom: 0;
    margin-right: 0;
}header .top_section_B {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .top_primary_W a {
    font-size: calc(13px - 1px);
    padding: 0 1rem;
    height: 35px;
}header .top_mainbar_3::before,
    header .top_mainbar_3::after {
    display: none;
}.head_primary_d {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .top_mainbar_3 {
    padding: 0.8rem 1.5rem;
}header .main_pagewrap_h {
    padding: 0.5rem 0.8rem;
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
}header .main_pro_d img {
    max-height: 35px;
}header .top_section_B {
    margin-top: 0.8rem;
    scrollbar-width: thin;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
}header .top_section_B::-webkit-scrollbar {
    height: 3px;
}header .top_section_B::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .top_primary_W {
    flex: 0 0 auto;
    margin: 0 0.25rem;
}header .top_primary_W a {
    height: 32px;
    font-size: calc(13px - 2px);
    white-space: nowrap;
    clip-path: polygon(
            5px 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% calc(100% - 5px),
            calc(100% - 5px) 100%,
            5px 100%,
            0 calc(100% - 5px),
            0 5px
        );
    padding: 0 0.8rem;
}header .top_primary_W::after {
    display: none;
}header::after {
    height: 5px;
    width: 5px;
    right: 10px;
    top: 10px;
}.head_primary_d {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .top_mainbar_3 {
    padding: 0.7rem 1.2rem;
}header .main_pagewrap_h {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .top_primary_W a {
    height: 30px;
    font-size: calc(13px - 3px);
    padding: 0 0.6rem;
}}.instructional_approach_3 {
    padding: 130px 0;
    background: rgb(233,233,221);
    position: relative;
    overflow: hidden;
}.instructional_approach_3::before {
    background: 
        radial-gradient(circle at 20% 50%, rgb(212,210,176,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 30%, rgb(188,188,103,0.5) 0%, transparent 40%);
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    opacity: 0.2;
    top: 0;
    content: '';
    width: 100%;
}.instructional_approach_3 .achieve_goals_R {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.instructional_approach_3 .content_zone_O {
    width: 100%;
    padding: 60px 70px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    overflow: hidden;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    max-width: 700px;
}.instructional_approach_3 .content_zone_O::before {
    position: absolute;
    animation: rotate-gradient 15s linear infinite;
    border-radius: calc(28px + 10px);
    bottom: -10px;
    content: '';
    background: linear-gradient(45deg, 
        rgb(212,210,176,0.5), 
        transparent 40%, 
        transparent 60%, 
        rgb(188,188,103,0.5)
    );
    left: -10px;
    top: -10px;
    right: -10px;
    z-index: -1;
}.instructional_approach_3 .content_zone_O::after {
    margin: 3px;
    border-radius: 28px;
    position: absolute;
    left: 0;
    z-index: -1;
    content: '';
    top: 0;
    bottom: 0;
    background: rgb(233,233,221);
    right: 0;
}.instructional_approach_3 .content_zone_O h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 35px;
    position: relative;
}.instructional_approach_3 .content_zone_O h2::before {
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    transform: translateY(5px);
    content: '';
    background: linear-gradient(90deg, rgb(212,210,176), rgb(188,188,103));
    width: 100%;
    height: 8px;
    bottom: -4px;
    left: 0;
    position: absolute;
    border-radius: 10px;
    opacity: 0.7;
}.instructional_approach_3 .content_zone_O:hover h2::before {
    transform: translateY(0);
    opacity: 1;
}.instructional_approach_3 .content_zone_O p {
    line-height: 1.8;
    color: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 14px;
}.instructional_approach_3::after {
    width: 100%;
    bottom: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(to bottom, transparent, rgb(233,233,221));
    content: '';
    opacity: 0.8;
    height: 100px;
    position: absolute;
}.instructional_approach_3 .achieve_goals_R::before {
    left: -5%;
    top: 20%;
    animation: wave-motion 15s infinite alternate;
    width: 40%;
    background: rgb(212,210,176);
    content: '';
    position: absolute;
    opacity: 0.1;
    height: 40px;
    filter: blur(30px);
    transform: rotate(-35deg);
}.instructional_approach_3 .achieve_goals_R::after {
    transform: rotate(25deg);
    position: absolute;
    right: -5%;
    content: '';
    background: rgb(188,188,103);
    filter: blur(25px);
    width: 30%;
    bottom: 10%;
    opacity: 0.1;
    animation: wave-motion 12s infinite alternate-reverse;
    height: 30px;
}@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wave-motion {
    0% {
        transform: rotate(-35deg) translateY(0);
    }
    50% {
        transform: rotate(-30deg) translateY(20px);
    }
    100% {
        transform: rotate(-35deg) translateY(0);
    }
}

.instructional_approach_3 .content_zone_O p::after {
    height: 60px;
    bottom: -20px;
    animation: pulse 8s infinite;
    right: -20px;
    content: '';
    width: 60px;
    background: rgb(212,210,176,0.5);
    border-radius: 50%;
    position: absolute;
    filter: blur(20px);
    opacity: 0.3;
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }
}

.instructional_approach_3 .content_zone_O p::first-line {
    font-weight: 600;
    color: rgb(212,210,176);
}.instructional_approach_3 .content_zone_O::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
}.instructional_approach_3 .content_zone_O h2::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(212,210,176,0.5), 
        transparent
    );
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -15px;
}

@media screen and (max-width: 992px) {.instructional_approach_3 {
    padding: 100px 0;
}.instructional_approach_3 .content_zone_O {
    padding: 50px 50px;
}
}

@media screen and (max-width: 768px) {.instructional_approach_3 {
    padding: 80px 0;
}.instructional_approach_3 .content_zone_O {
    padding: 40px 30px;
}.instructional_approach_3 .content_zone_O h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.9);
}.instructional_approach_3 .achieve_goals_R::before,
    .instructional_approach_3 .achieve_goals_R::after {
    width: 50%;
}
}

@media screen and (max-width: 480px) {.instructional_approach_3 {
    padding: 60px 0;
}.instructional_approach_3 .content_zone_O {
    border-radius: calc(28px * 0.8);
    padding: 30px 20px;
}.instructional_approach_3 .content_zone_O h2 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.8);
}.instructional_approach_3 .content_zone_O p {
    font-size: calc(14px * 0.9);
}.instructional_approach_3 .content_zone_O::before {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
}
}