* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1175px;
}svg {
    height: 30px;
    width: 30px;
}.template_cta_x {
    flex: 0 0 auto;
}.head_skill_o {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.inner-container_A {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_gate_z {
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(203,218,220);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    padding: 40px;
    transition: all 0.3s ease;
}.privacy_gate_z:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}.privacy_gate_z h1 {
    margin-bottom: 20px;
    color: rgb(147,179,184);
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}.privacy_gate_z h2 {
    color: rgb(124,177,124);
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 31px;
}.privacy_gate_z h3, .privacy_gate_z h4, .privacy_gate_z h5, .privacy_gate_z h6 {
    margin-bottom: 10px;
    font-weight: 400;
    color: #000000;
}.privacy_gate_z h5 {
    font-size: 19px;
}.privacy_gate_z h6 {
    font-size: 21px;
}.privacy_gate_z ul, .privacy_gate_z ol {
    margin-left: 20px;
    margin-bottom: 20px;
}.privacy_gate_z li {
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}.privacy_gate_z li::before {
    top: 0;
    color: rgb(147,179,184);
    left: 0;
    content: '•';
    position: absolute;
}.privacy_gate_z p, .privacy_gate_z span {
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 14px;
}.privacy_gate_z p {
    text-align: justify;
}.privacy_gate_z .container {
    margin: 0 auto;
    max-width: 1200px;
}.privacy_gate_z .container div {
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {.privacy_gate_z {
    border-radius: 10px;
    padding: 20px;
}.privacy_gate_z h1 {
    font-size: calc(19px - 10px);
}.privacy_gate_z h2 {
    font-size: calc(19px - 8px);
}.privacy_gate_z p, .privacy_gate_z span {
    font-size: calc(14px - 2px);
}}
.privacy_gate_z a {
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgb(147,179,184,0.5);
    color: rgb(147,179,184);
}.privacy_gate_z a:hover {
    border-bottom: 1px solid rgb(124,177,124);
    color: rgb(124,177,124);
}.privacy_gate_z button {
    transition: background-color 0.3s ease;
    cursor: pointer;
    padding: 10px 20px;
    color: #ffffff;
    border: none;
    font-size: 20px;
    border-radius: 10px;
    background-color: rgb(147,179,184);
}.privacy_gate_z button:hover {
    background-color: rgb(124,177,124);
}header {
    overflow: visible;
    z-index: 100;
    padding: 0;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    background: linear-gradient(120deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    margin-top: 0;
    position: relative;
}header::before {
    top: 2px;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05) 0px,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    content: '';
    position: absolute;
    bottom: 2px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        15px 100%, 
        0 calc(100% - 15px)
    );
    left: 2px;
    right: 2px;
}header .nav_pagebar_H {
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
    z-index: 5;
    padding: 1.2rem 3rem;
}header .page_top_B {
    margin-right: 2rem;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    padding: 0.7rem 1.2rem 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.15);
    flex: 0 0 auto;
    position: relative;
    transition: all 0.3s ease;
}header .page_top_B::before {
    position: absolute;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    left: 3px;
    z-index: -1;
    clip-path: polygon(
        0 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% 100%,
        10px 100%,
        0 calc(100% - 10px)
    );
    content: '';
    top: 3px;
    right: 3px;
    bottom: 3px;
}header .page_top_B:hover {
    transform: translateY(-3px) scale(1.03);
    background: rgba(255, 255, 255, 0.2);
}header .main_lead_X {
    display: block;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
}header .main_lead_X img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .top_mainbar_j {
    list-style: none;
    position: relative;
    padding: 0;
    display: flex;
    margin: 0;
    z-index: 2;
}header .main_nav_n {
    margin: 0 0.5rem;
    position: relative;
}header .main_nav_n a {
    font-size: 18px;
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
    align-items: center;
    padding: 0 1.2rem;
    position: relative;
    justify-content: center;
    display: flex;
    height: 40px;
    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
    );
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent;
}header .main_nav_n a::before {
    top: 0;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    transition: left 0.7s ease;
    position: absolute;
    width: 100%;
    content: '';
}header .main_nav_n a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}header .main_nav_n a:hover::before {
    left: 100%;
}header .main_nav_n::after {
    height: 2px;
    background: #ffffff;
    transition: width 0.3s ease;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -5px;
    width: 0;
    content: '';
}header .main_nav_n:hover::after {
    width: 80%;
}header .nav_pagebar_H::before {
    border-right: none;
    top: 10px;
    position: absolute;
    opacity: 0.5;
    width: 40px;
    content: '';
    border: 2px solid rgba(255, 255, 255, 0.3);
    right: 10px;
    height: 40px;
    border-bottom: none;
}header .nav_pagebar_H::after {
    height: 40px;
    content: '';
    border-left: none;
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.3);
    opacity: 0.5;
    left: 10px;
    border-top: none;
    bottom: 10px;
    width: 40px;
}header .head_skill_o {
    background: rgb(203,218,220);
    position: relative;
    margin-top: -15px;
    padding-top: 2rem;
    z-index: 1;
}@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

header::after {
    width: 8px;
    height: 8px;
    position: absolute;
    box-shadow: 0 0 10px #ffffff;
    border-radius: 50%;
    animation: pulse 2s infinite;
    content: '';
    background: #ffffff;
    top: 15px;
    right: 15px;
}

@media (min-width: 1400px) {header .nav_pagebar_H {
    max-width: 1320px;
    margin: 0 auto;
}header .main_nav_n {
    margin: 0 0.7rem;
}header .main_nav_n a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}header .nav_pagebar_H {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .page_top_B {
    margin-right: 0;
    margin-bottom: 0;
}header .top_mainbar_j {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .main_nav_n a {
    font-size: calc(18px - 1px);
    padding: 0 1rem;
    height: 35px;
}header .nav_pagebar_H::before,
    header .nav_pagebar_H::after {
    display: none;
}.head_skill_o {
    margin-top: -10px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 5px), 
            calc(100% - 5px) 100%, 
            5px 100%, 
            0 calc(100% - 5px)
        );
    padding: 0;
}header .nav_pagebar_H {
    padding: 0.8rem 1.5rem;
}header .page_top_B {
    clip-path: polygon(
            0 0,
            calc(100% - 5px) 0,
            100% 5px,
            100% 100%,
            5px 100%,
            0 calc(100% - 5px)
        );
    padding: 0.5rem 0.8rem;
}header .main_lead_X img {
    max-height: 35px;
}header .top_mainbar_j {
    justify-content: flex-start;
    margin-top: 0.8rem;
    overflow-x: auto;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
}header .top_mainbar_j::-webkit-scrollbar {
    height: 3px;
}header .top_mainbar_j::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .main_nav_n {
    margin: 0 0.25rem;
    flex: 0 0 auto;
}header .main_nav_n a {
    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
        );
    font-size: calc(18px - 2px);
    height: 32px;
    white-space: nowrap;
    padding: 0 0.8rem;
}header .main_nav_n::after {
    display: none;
}header::after {
    height: 5px;
    top: 10px;
    right: 10px;
    width: 5px;
}.head_skill_o {
    margin-top: -5px;
}
}

@media (max-width: 479px) {header .nav_pagebar_H {
    padding: 0.7rem 1.2rem;
}header .page_top_B {
    padding: 0.4rem 0.6rem;
    max-width: 120px;
}header .main_nav_n a {
    font-size: calc(18px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}}.connect_t {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(203,218,220) 0%, rgb(147,179,184,0.5) 100%);
}.connect_t::before {
    animation: float 8s ease-in-out infinite;
    right: -5%;
    z-index: 1;
    transform: rotate(-15deg);
    height: 35%;
    content: "";
    top: -5%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    opacity: 0.15;
    background: rgb(124,177,124,0.5);
    width: 35%;
}.connect_t::after {
    animation: float 8s ease-in-out infinite reverse;
    height: 25%;
    position: absolute;
    transform: rotate(15deg);
    bottom: -5%;
    left: -5%;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    width: 25%;
    content: "";
    background: rgb(147,179,184,0.5);
    opacity: 0.15;
    z-index: 1;
}.connect_t .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.connect_t .online_contact_p {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(147,179,184);
    background: rgba(255, 255, 255, 0.95);
    padding: 3rem;
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 24px;
}.connect_t .online_contact_p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg);
}.connect_t h3 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 32px;
    color: rgb(147,179,184);
    position: relative;
}.connect_t h3::after {
    left: 0;
    transform-origin: left;
    height: 3px;
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    transition: transform 0.3s ease;
    width: 80%;
    position: absolute;
}.connect_t .online_contact_p:hover h3::after {
    transform: scaleX(1.2);
}.connect_t p {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 12px;
}.connect_t h5 {
    gap: 0.5rem;
    text-transform: capitalize;
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}.connect_t .message_page_m {
    gap: 1rem;
    display: flex;
    padding: 0;
    margin: 2rem 0 0;
    list-style: none;
    flex-direction: column;
}.connect_t .submit_request_O {
    transition: all 0.3s ease;
    font-weight: 400;
    border-left: 2px solid transparent;
    border-radius: 10px;
    background: linear-gradient(to right, rgba(rgb(147,179,184,0.5), 0.05), rgba(rgb(203,218,220), 0.1));
    font-size: 12px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 0.5rem;
    color: #000000;
}.connect_t .submit_request_O:hover {
    border-left: 2px solid rgb(147,179,184);
    transform: translateX(5px);
    background: linear-gradient(to right, rgba(rgb(147,179,184,0.5), 0.1), rgba(rgb(203,218,220), 0.2));
}.connect_t svg {
    height: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    width: 20px;
}.connect_t .submit_request_O:hover svg {
    transform: scale(1.1);
}.connect_t svg path {
    fill: rgb(147,179,184);
    transition: fill 0.3s ease;
}.connect_t .submit_request_O:hover svg path {
    fill: rgb(124,177,124);
}

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

@media (min-width: 768px) {.connect_t .online_contact_p {
    display: grid;
    gap: 2rem;
    padding: 4rem;
    grid-template-columns: 1fr;
}.connect_t h3 {
    font-size: calc(32px * 1.1);
}.connect_t .message_page_m {
    gap: 1.5rem;
    flex-wrap: wrap;
    flex-direction: row;
}.connect_t .submit_request_O {
    padding: 1rem 1.5rem;
}
}

@media (min-width: 992px) {.connect_t {
    padding: 8rem 0;
}.connect_t .online_contact_p {
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    max-width: 900px;
    margin: 0 auto;
}.connect_t .online_contact_p:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.connect_t h3 {
    margin-bottom: 2.5rem;
}.connect_t h3::after {
    height: 4px;
}
}

@media (max-width: 767px) {.connect_t {
    padding: 4rem 0;
}.connect_t .online_contact_p {
    padding: 2rem;
    transform: none;
}.connect_t h3 {
    margin-bottom: 1.25rem;
    font-size: calc(32px * 0.9);
}.connect_t p {
    font-size: calc(12px * 0.95);
}.connect_t svg {
    width: 18px;
    height: 18px;
}.connect_t .submit_request_O {
    padding: 0.65rem 0.75rem;
}
}

@media (hover: none) {.connect_t .online_contact_p {
    transform: none !important;
}.connect_t .submit_request_O:hover {
    transform: none;
}}.offer_selection_Z {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.offer_selection_Z::before {
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
}.offer_selection_Z .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.offer_selection_Z .access_rates_b {
    position: relative;
}.offer_selection_Z h2 {
    opacity: 0;
    transform: translateY(20px);
    text-align: center;
    font-size: calc(34px * 1.1);
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    font-weight: 700;
    animation: fadeSlideUp 0.8s ease-out forwards;
}.offer_selection_Z .fee_board_u {
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: 15px;
    margin: 0 auto 50px;
    word-break: break-word;
    color: rgb(255, 255, 255, 0.5);
    max-width: 700px;
    position: relative;
    opacity: 0;
    text-align: center;
}.offer_selection_Z .learn_fees_r {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    perspective: 1000px;
    gap: 25px;
}.offer_selection_Z .learn_fees_r li {
    animation: fadeIn 0.8s ease-out forwards, rotateCard 0.8s ease-out forwards;
    animation-delay: calc(0.2s * var(--li-index, 1));
    transform: translateZ(0) rotateY(5deg);
    opacity: 0;
    transform-style: preserve-3d;
}.offer_selection_Z .learn_fees_r li:nth-child(1) {
    --li-index: 1;
}.offer_selection_Z .learn_fees_r li:nth-child(2) {
    --li-index: 2;
}.offer_selection_Z .learn_fees_r li:nth-child(3) {
    --li-index: 3;
}.offer_selection_Z .learn_fees_r li:nth-child(4) {
    --li-index: 4;
}.offer_selection_Z .cost_levels_m {
    height: 100%;
    display: block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
}.offer_selection_Z .cost_levels_m:hover {
    transform: translateY(-10px) scale(1.02);
}.offer_selection_Z .rate_card_p {
    overflow: hidden;
    height: 100%;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.03) 100%);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1),
                inset 0 1px 1px rgba(255,255,255,0.1);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 30px;
    border: 1px solid rgba(255,255,255,0.1);
}.offer_selection_Z .cost_levels_m:hover .rate_card_p {
    background: linear-gradient(145deg, 
        rgba(rgb(147,179,184), 0.15) 0%, 
        rgba(rgb(147,179,184), 0.05) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15),
                inset 0 1px 2px rgba(255,255,255,0.15);
}.offer_selection_Z .rate_card_p::before {
    left: -50%;
    width: 200%;
    transition: opacity 0.6s ease;
    top: -50%;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    background: radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0) 70%
    );
    height: 200%;
    content: "";
    transform: rotate(30deg);
}.offer_selection_Z .cost_levels_m:hover .rate_card_p::before {
    opacity: 1;
}.offer_selection_Z .deal_board_P {
    display: flex;
    flex-direction: column;
    height: 100%;
}.offer_selection_Z .deal_board_P h4 {
    font-size: calc(21px * 1.1);
    color: #ffffff;
    position: relative;
    margin-top: 0;
    font-weight: 600;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}.offer_selection_Z .cost_levels_m:hover .deal_board_P h4 {
    transform: translateY(-2px);
    color: rgb(147,179,184);
}.offer_selection_Z .deal_board_P h4::after {
    position: absolute;
    width: 50px;
    transform-origin: left;
    left: 0;
    transform: scaleX(0.7);
    content: "";
    transition: transform 0.4s ease;
    background: rgb(147,179,184);
    height: 2px;
    bottom: -10px;
}.offer_selection_Z .cost_levels_m:hover .deal_board_P h4::after {
    transform: scaleX(1);
}.offer_selection_Z .deal_board_P p {
    word-break: break-word;
    white-space: normal;
    font-size: calc(15px * 0.9);
    line-height: 1.7;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 25px;
    overflow-wrap: break-word;
    flex-grow: 1;
}.offer_selection_Z .monthly_plan_h {
    font-size: calc(21px * 1.4);
    font-weight: 700;
    position: relative;
    color: #ffffff;
    display: inline-block;
    margin-top: auto;
    padding: 10px 0;
    transition: transform 0.3s ease, color 0.3s ease;
}.offer_selection_Z .cost_levels_m:hover .monthly_plan_h {
    transform: scale(1.05);
    color: rgb(147,179,184);
}.offer_selection_Z .monthly_plan_h::before {
    background: linear-gradient(to right, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.1) 100%);
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotateCard {
    0% {
        transform: translateZ(0) rotateY(5deg);
    }
    100% {
        transform: translateZ(0) rotateY(0);
    }
}

@media (max-width: 1024px) {.offer_selection_Z {
    padding: 100px 0;
}.offer_selection_Z .learn_fees_r {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.offer_selection_Z .rate_card_p {
    padding: 25px;
}
}

@media (max-width: 768px) {.offer_selection_Z {
    padding: 80px 0;
}.offer_selection_Z h2 {
    font-size: 34px;
    margin-bottom: 20px;
}.offer_selection_Z .fee_board_u {
    margin-bottom: 40px;
    font-size: calc(15px * 0.95);
}.offer_selection_Z .learn_fees_r {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.offer_selection_Z .rate_card_p {
    padding: 25px 20px;
}.offer_selection_Z .deal_board_P h4 {
    font-size: 21px;
}.offer_selection_Z .deal_board_P p {
    font-size: calc(15px * 0.85);
}.offer_selection_Z .monthly_plan_h {
    font-size: calc(21px * 1.2);
}
}

@media (max-width: 480px) {.offer_selection_Z {
    padding: 60px 0;
}.offer_selection_Z h2 {
    font-size: calc(34px * 0.9);
}.offer_selection_Z .fee_board_u {
    font-size: calc(15px * 0.9);
}.offer_selection_Z .rate_card_p {
    padding: 20px 15px;
}.offer_selection_Z .deal_board_P h4 {
    font-size: calc(21px * 0.95);
}.offer_selection_Z .deal_board_P p {
    margin-bottom: 20px;
    line-height: 1.6;
}.offer_selection_Z .monthly_plan_h {
    font-size: calc(21px * 1.1);
}}.connect_form_s {
    padding: 80px 0;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}.connect_form_s::before {
    z-index: 0;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    width: 100%;
    position: absolute;
    background-size: 20px 20px;
    left: 0;
}.connect_form_s .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.connect_form_s h2 {
    position: relative;
    font-weight: 700;
    border-left: 5px solid rgb(147,179,184);
    text-align: left;
    margin-bottom: 50px;
    padding-left: 20px;
    color: #000000;
    font-size: 33px;
}.connect_form_s .feedback_widget_f {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: row-reverse;
    display: flex;
    border-radius: 22px;
    background: #ffffff;
    overflow: hidden;
}.connect_form_s .pic_wrap_item_u {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.connect_form_s .pic_wrap_item_u::before {
    left: 0;
    z-index: 1;
    height: 100%;
    mix-blend-mode: multiply;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: rgb(147,179,184,0.5);
}.connect_form_s .message_links_h {
    flex: 0 0 60%;
    padding: 60px;
    position: relative;
}.connect_form_s .message_links_h::after {
    width: 150px;
    background: rgb(203,218,220);
    height: 150px;
    border-radius: 0 0 0 100%;
    right: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
}.connect_form_s #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}.connect_form_s h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
}.connect_form_s h3::after {
    content: "";
    background: rgb(147,179,184);
    position: absolute;
    bottom: -10px;
    width: 40px;
    height: 2px;
    left: 0;
}.connect_form_s input[type="text"] {
    padding: 18px 20px;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    background: rgb(203,218,220);
    color: #000000;
    border: none;
    border-radius: 10px;
    font-size: 14px;
}.connect_form_s input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(147,179,184,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
}.connect_form_s input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.connect_form_s .message_box_t {
    display: flex;
    margin-top: 5px;
    align-items: center;
    gap: 12px;
}.connect_form_s .message_box_t input[type="checkbox"] {
    border-radius: 10px;
    cursor: pointer;
    height: 22px;
    transition: all 0.2s ease;
    position: relative;
    border: 2px solid rgb(203,218,220);
    appearance: none;
    width: 22px;
}.connect_form_s .message_box_t input[type="checkbox"]:checked {
    background: rgb(147,179,184);
    border-color: rgb(147,179,184);
}.connect_form_s .message_box_t input[type="checkbox"]:checked::after {
    content: "";
    left: 7px;
    border: solid #ffffff;
    top: 3px;
    transform: rotate(45deg);
    height: 11px;
    position: absolute;
    border-width: 0 2px 2px 0;
    width: 6px;
}.connect_form_s .message_box_t label {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}.connect_form_s .message_box_t a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(147,179,184);
    position: relative;
}.connect_form_s .message_box_t a:hover {
    color: rgb(124,177,124);
}.connect_form_s .message_box_t a::after {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    height: 1px;
    transition: all 0.3s ease;
    background: rgb(147,179,184);
    width: 100%;
}.connect_form_s .message_box_t a:hover::after {
    background: rgb(124,177,124);
}.connect_form_s .contact_inquiry_V {
    box-shadow: 0 4px 15px rgb(147,179,184,0.5);
    border: none;
    background: rgb(147,179,184);
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    align-self: flex-start;
    border-radius: 22px;
    padding: 18px 40px;
    font-size: 17px;
    transition: all 0.3s ease;
    margin-top: 20px;
}.connect_form_s .contact_inquiry_V:hover {
    transform: translateY(-2px);
    background: rgb(124,177,124);
    box-shadow: 0 7px 20px rgb(124,177,124,0.5);
}.connect_form_s svg {
    height: 20px;
    transition: all 0.3s ease;
    width: 20px;
    fill: rgb(147,179,184);
}.connect_form_s svg path {
    transition: all 0.3s ease;
    fill: rgb(147,179,184);
}.connect_form_s svg:hover {
    fill: rgb(124,177,124);
}.connect_form_s svg:hover path {
    fill: rgb(124,177,124);
}

@media (max-width: 992px) {.connect_form_s .feedback_widget_f {
    flex-direction: column;
}.connect_form_s .pic_wrap_item_u {
    min-height: 300px;
    flex: 0 0 auto;
    order: 1;
}.connect_form_s .message_links_h {
    flex: 0 0 auto;
    order: 2;
    padding: 50px 40px;
}.connect_form_s h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.connect_form_s {
    padding: 60px 0;
}.connect_form_s h2 {
    margin-bottom: 30px;
    font-size: calc(33px - 4px);
}.connect_form_s .message_links_h {
    padding: 40px 30px;
}.connect_form_s #contact {
    gap: 25px;
}.connect_form_s .pic_wrap_item_u {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect_form_s {
    padding: 40px 0;
}.connect_form_s .container {
    padding: 0 15px;
}.connect_form_s h2 {
    margin-bottom: 25px;
    font-size: calc(33px - 6px);
    padding-left: 15px;
}.connect_form_s .message_links_h {
    padding: 30px 20px;
}.connect_form_s #contact {
    gap: 20px;
}.connect_form_s input[type="text"] {
    padding: 15px;
}.connect_form_s .contact_inquiry_V {
    padding: 15px 20px;
    width: 100%;
}.connect_form_s .pic_wrap_item_u {
    min-height: 200px;
}}.receive_updates_l {
    background: linear-gradient(135deg, rgb(124,177,124,0.5), rgb(147,179,184));
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    z-index: 1;
}.receive_updates_l::before {
    z-index: -1;
    height: 40%;
    position: absolute;
    filter: blur(25px);
    transform: rotate(-15deg) translateZ(0);
    animation: float 15s ease-in-out infinite;
    width: 40%;
    top: -5%;
    right: -5%;
    content: "";
    background: rgb(147,179,184,0.5);
}.receive_updates_l::after {
    position: absolute;
    left: -5%;
    background: rgb(124,177,124,0.5);
    content: "";
    filter: blur(20px);
    bottom: -5%;
    transform: rotate(15deg) translateZ(0);
    width: 30%;
    z-index: -1;
    animation: float 18s ease-in-out infinite reverse;
    height: 30%;
}.receive_updates_l .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.receive_updates_l .learn_history_m {
    border-left: 3px solid rgb(147,179,184);
    border-bottom: 3px solid rgb(147,179,184);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3rem;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
}.receive_updates_l .learn_history_m:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) scale(1.01);
}.receive_updates_l h4 {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-weight: 700;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
    line-height: 1.4;
}.receive_updates_l h4::before {
    position: absolute;
    width: 5px;
    background: linear-gradient(to bottom, rgb(147,179,184), rgb(124,177,124));
    bottom: 0.5rem;
    transform: scaleY(0);
    left: 0;
    top: 0.5rem;
    transform-origin: top;
    content: "";
    animation: scaleIn 0.6s 0.2s cubic-bezier(0.43, 0.13, 0.23, 0.96) forwards;
}.receive_updates_l .input_holder {
    display: flex;
    transform: translateY(10px);
    position: relative;
    gap: 1rem;
    animation: slideUp 0.6s 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    flex-wrap: wrap;
    opacity: 0;
}.receive_updates_l .input_holder span {
    min-width: 200px;
    position: relative;
    flex: 1;
    overflow: hidden;
}.receive_updates_l .input_holder input[type="email"] {
    color: #000000;
    font-family: Arial, sans-serif;
    border: none;
    padding: 1rem 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    transition: all 0.3s;
}.receive_updates_l .input_holder input[type="email"]:focus {
    transform: translateY(-2px);
    background: #ffffff;
    outline: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(var(--primary-color-rgb), 0.1);
}.receive_updates_l .input_holder input[type="email"]::placeholder {
    color: rgba(var(--dark-color-rgb), 0.6);
    transition: opacity 0.3s;
}.receive_updates_l .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.receive_updates_l .input_holder .join_container_S {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    border: none;
    font-size: 20px;
    letter-spacing: 1px;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(147,179,184), rgb(124,177,124));
}.receive_updates_l .input_holder .join_container_S::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: transform 0.6s;
    height: 100%;
    transform: translateX(-100%);
    top: 0;
}.receive_updates_l .input_holder .join_container_S:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.receive_updates_l .input_holder .join_container_S:hover::before {
    transform: translateX(100%);
}.receive_updates_l .input_holder .join_container_S:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

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

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

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

@media (max-width: 992px) {.receive_updates_l {
    padding: 4rem 1.5rem;
}.receive_updates_l .learn_history_m {
    padding: 2.5rem;
}.receive_updates_l h4 {
    font-size: calc(19px + 2px);
}
}

@media (max-width: 768px) {.receive_updates_l {
    padding: 3rem 1rem;
}.receive_updates_l .learn_history_m {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg) translateZ(0);
}.receive_updates_l h4 {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}.receive_updates_l .input_holder {
    gap: 0.8rem;
}.receive_updates_l .input_holder span {
    flex: 1 0 100%;
}.receive_updates_l .input_holder input[type="email"] {
    padding: 0.9rem 1.2rem;
}.receive_updates_l .input_holder .join_container_S {
    padding: 0.9rem 1.2rem;
}
}

@media (max-width: 576px) {.receive_updates_l {
    padding: 2.5rem 0.8rem;
}.receive_updates_l .learn_history_m {
    padding: 1.5rem;
    transform: none;
}.receive_updates_l h4 {
    margin-bottom: 1.2rem;
    padding-left: 0.8rem;
    font-size: calc(17px + 2px);
}.receive_updates_l .input_holder {
    gap: 0.6rem;
}.receive_updates_l .input_holder input[type="email"],
    .receive_updates_l .input_holder .join_container_S {
    padding: 0.8rem 1rem;
}}.ty_banner_b {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(203,218,220), #ffffff);
    padding: 120px 0;
    position: relative;
}.ty_banner_b::before {
    height: 100%;
    animation: movePattern 40s linear infinite;
    width: 100%;
    z-index: 1;
    opacity: 0.2;
    top: 0;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(124,177,124,0.5) 49.5%, rgb(124,177,124,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(124,177,124,0.5) 49.5%, rgb(124,177,124,0.5) 50.5%, transparent 50.5%);
    content: "";
    position: absolute;
    left: 0;
}.ty_banner_b::after {
    background: linear-gradient(120deg, rgb(147,179,184,0.5) 10%, transparent 80%);
    content: "";
    position: absolute;
    width: 70%;
    height: 200%;
    opacity: 0.1;
    z-index: 0;
    transform: rotate(25deg);
    top: -50%;
    right: -20%;
}.ty_banner_b .container {
    padding: 0 20px;
    transform-style: preserve-3d;
    z-index: 2;
    max-width: 1140px;
    perspective: 1000px;
    position: relative;
    margin: 0 auto;
}.ty_banner_b h2 {
    transform: translateZ(20px);
    color: #000000;
    line-height: 1.4;
    animation: fadeSlideIn 0.8s ease-out forwards;
    position: relative;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 32px;
    margin-bottom: 40px;
}.ty_banner_b h2::after {
    background: linear-gradient(90deg, rgb(147,179,184), rgb(124,177,124));
    position: absolute;
    width: 80px;
    bottom: -16px;
    content: "";
    animation: expandLine 0.6s 0.4s forwards ease-out;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    height: 3px;
}.ty_banner_b .learn_history_m {
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    border-left: 4px solid rgb(124,177,124);
    opacity: 0;
    transform: translateZ(10px) translateY(10px);
    position: relative;
    background: #ffffff;
    padding: 35px 40px 30px;
}.ty_banner_b .learn_history_m::before {
    content: "";
    right: 20px;
    position: absolute;
    top: 20px;
    transform: translateZ(-5px);
    width: 100px;
    border-radius: 50%;
    height: 100px;
    background: linear-gradient(135deg, rgb(124,177,124,0.5) 30%, transparent 70%);
    opacity: 0.15;
}.ty_banner_b ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.ty_banner_b li {
    position: relative;
    padding-left: 25px;
}.ty_banner_b li::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
    opacity: 0.9;
    animation: pulse 3s infinite;
    top: 8px;
    left: 0;
    background: rgb(147,179,184);
    height: 8px;
}.ty_banner_b li span {
    color: #000000;
    font-size: 14px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    display: block;
}

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}

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

@media (max-width: 1200px) {.ty_banner_b {
    padding: 100px 0;
}.ty_banner_b h2 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 992px) {.ty_banner_b {
    padding: 80px 0;
}.ty_banner_b h2 {
    font-size: calc(32px * 0.85);
}.ty_banner_b::after {
    width: 100%;
    right: -50%;
}.ty_banner_b .learn_history_m {
    padding: 30px 35px 25px;
}
}

@media (max-width: 768px) {.ty_banner_b {
    padding: 60px 0;
}.ty_banner_b h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.ty_banner_b h2::after {
    bottom: -12px;
    width: 60px;
}.ty_banner_b .learn_history_m {
    padding: 25px 30px 20px;
}.ty_banner_b li span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.ty_banner_b {
    padding: 50px 0;
}.ty_banner_b h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 25px;
}.ty_banner_b .learn_history_m {
    border-left-width: 3px;
    padding: 20px 25px 15px;
}.ty_banner_b li {
    padding-left: 20px;
}.ty_banner_b li::before {
    top: 8px;
    width: 6px;
    height: 6px;
}.ty_banner_b li span {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}.ty_banner_b::before {
    background-size: 40px 40px;
}
}

@media (hover: hover) {.ty_banner_b .learn_history_m:hover {
    transform: translateZ(15px) translateY(5px);
    transition: transform 0.3s ease;
}}.course_overview_k {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(203,218,220) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 120px 0;
}.course_overview_k::before {
    background: radial-gradient(circle, rgb(147,179,184,0.5) 0%, transparent 70%);
    width: 200px;
    height: 200px;
    opacity: 0.3;
    animation: floatEffect 15s infinite alternate ease-in-out;
    border-radius: 50%;
    right: -50px;
    top: -50px;
    position: absolute;
    content: "";
}.course_overview_k::after {
    opacity: 0.2;
    width: 150px;
    left: -30px;
    bottom: -30px;
    animation: floatEffect 12s infinite alternate-reverse ease-in-out;
    height: 150px;
    background: radial-gradient(circle, rgb(124,177,124,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
}.course_overview_k .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.course_overview_k .tech_learn_Q {
    gap: 40px;
    position: relative;
    display: grid;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    perspective: 1000px;
}.course_overview_k .pic_wrap_item_u {
    transition: transform 0.5s ease-out;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 350px;
    position: relative;
    overflow: hidden;
    transform: translateZ(20px) rotateX(2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.course_overview_k .pic_wrap_item_u::before {
    height: 100%;
    top: 0;
    opacity: 0.6;
    left: 0;
    position: absolute;
    mix-blend-mode: overlay;
    width: 100%;
    content: "";
    background: linear-gradient(to right, rgb(147,179,184,0.5) 0%, transparent 50%);
}.course_overview_k .pic_wrap_item_u::after {
    animation: orbitEffect 20s infinite linear;
    width: 200%;
    left: -50%;
    height: 200%;
    content: "";
    top: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
    position: absolute;
}.course_overview_k .text_details_c {
    transform: translateZ(10px);
    backdrop-filter: blur(5px);
    transition: transform 0.4s ease-out;
    position: relative;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}.course_overview_k .text_details_c:hover {
    transform: translateZ(15px);
}.course_overview_k h3 {
    line-height: 1.4;
    font-weight: 600;
    color: rgb(147,179,184);
    margin-bottom: 25px;
    font-size: calc(24px * 1.1);
    position: relative;
    letter-spacing: 0.5px;
}.course_overview_k h3::after {
    bottom: -10px;
    left: 0;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    width: 60px;
    transition: transform 0.4s ease-out;
    transform-origin: left;
    position: absolute;
    content: "";
    height: 3px;
}.course_overview_k .text_details_c:hover h3::after {
    transform: scaleX(1.5);
}.course_overview_k .description {
    font-size: 13px;
    scrollbar-color: rgb(124,177,124,0.5) transparent;
    color: #000000;
    position: relative;
    line-height: 1.8;
    scrollbar-width: thin;
    margin-bottom: 20px;
    max-height: 300px;
    overflow-y: auto;
}.course_overview_k .description::-webkit-scrollbar {
    width: 6px;
}.course_overview_k .description::-webkit-scrollbar-track {
    background: transparent;
}.course_overview_k .description::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(124,177,124,0.5);
}.course_overview_k p.description {
    display: block;
}.course_overview_k span.description {
    display: none;
}.course_overview_k .tech_learn_Q div {
    position: relative;
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(20px, 20px);
    }
}

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

@media (min-width: 768px) {.course_overview_k .tech_learn_Q {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}.course_overview_k .pic_wrap_item_u {
    height: 450px;
    transform: translateZ(30px) rotateY(-3deg);
}.course_overview_k h3 {
    margin-bottom: 30px;
    font-size: 29px;
}.course_overview_k h3::after {
    width: 80px;
}.course_overview_k .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_overview_k {
    padding: 150px 0;
}.course_overview_k .container {
    padding: 0 40px;
}.course_overview_k .tech_learn_Q {
    gap: 80px;
}.course_overview_k .pic_wrap_item_u {
    transform: translateZ(40px) rotateY(-5deg);
    height: 500px;
}.course_overview_k .text_details_c {
    padding: 40px;
    transform: translateZ(20px) rotateY(2deg);
}.course_overview_k .text_details_c:hover {
    transform: translateZ(25px) rotateY(2deg);
}.course_overview_k .description {
    max-height: 400px;
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 1200px) {.course_overview_k .pic_wrap_item_u {
    height: 550px;
}.course_overview_k .tech_learn_Q {
    gap: 100px;
}.course_overview_k .description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.course_overview_k {
    padding: 80px 0;
}.course_overview_k .container {
    padding: 0 15px;
}.course_overview_k .text_details_c {
    padding: 25px 20px;
}.course_overview_k h3 {
    margin-bottom: 20px;
    font-size: 22px;
}.course_overview_k .description {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
    max-height: 250px;
}}.our_mission_W {
    padding: 120px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}.our_mission_W::before {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%, 
        rgba(0, 0, 0, 0.65) 100%);
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
}.our_mission_W::after {
    opacity: 0.15;
    transform: rotate(45deg);
    z-index: 2;
    height: 100%;
    background: radial-gradient(circle at center, rgb(147,179,184,0.5) 0%, transparent 70%);
    width: 100%;
    right: -50%;
    top: -50%;
    content: "";
    animation: pulseGlow 15s infinite alternate ease-in-out;
    position: absolute;
}.our_mission_W .container {
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
}.our_mission_W .text_details_c {
    position: relative;
    background: linear-gradient(to right, 
        rgba(#000000, 0.8) 0%,
        rgba(#000000, 0.6) 100%);
    backdrop-filter: blur(8px);
    transform: translateZ(0);
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2), 
                0 4px 8px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(147,179,184);
}.our_mission_W .text_details_c::before {
    content: "";
    background-size: 20px 20px;
    opacity: 0.05;
    z-index: -1;
    width: 100%;
    top: 0;
    background: linear-gradient(45deg, 
        transparent 49.5%, 
        rgb(147,179,184) 49.5%, 
        rgb(147,179,184) 50.5%, 
        transparent 50.5%);
    left: 0;
    height: 100%;
    position: absolute;
}.our_mission_W h5 {
    margin: 0 0 15px;
    display: inline-block;
    text-transform: uppercase;
    color: rgb(147,179,184);
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    font-size: 23px;
}.our_mission_W h5::after {
    background: rgb(147,179,184);
    content: "";
    margin-top: 8px;
    transition: width 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    width: 0;
    animation: expandLine 1.5s forwards 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
}.our_mission_W p {
    font-size: calc(17px * 1.25);
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    color: #ffffff;
    line-height: 1.6;
}.our_mission_W p b {
    color: rgb(124,177,124);
    padding-bottom: 5px;
    font-size: calc(17px * 1.5);
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    font-weight: 700;
}.our_mission_W p b::after {
    bottom: 0;
    position: absolute;
    width: 40px;
    background: rgb(147,179,184);
    left: 0;
    content: "";
    height: 3px;
}.our_mission_W ol {
    list-style-type: none;
    counter-reset: item;
    padding-left: 0;
}.our_mission_W ol li {
    opacity: 0;
    margin-bottom: 15px;
    transform: translateY(20px);
    font-size: 17px;
    position: relative;
    column-gap: 30px;
    column-count: 1;
    line-height: 1.8;
    text-align: justify;
    animation: fadeInUp 1s forwards 0.8s;
    padding-left: 0;
    color: #ffffff;
}

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

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

@keyframes pulseGlow {
    0% { opacity: 0.15; transform: rotate(45deg) scale(1); }
    50% { opacity: 0.2; transform: rotate(45deg) scale(1.1); }
    100% { opacity: 0.15; transform: rotate(45deg) scale(1); }
}


@media (min-width: 768px) {.our_mission_W .text_details_c {
    margin-left: 5%;
    padding: 60px;
    width: 90%;
}.our_mission_W ol li {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_mission_W {
    padding: 150px 0;
}.our_mission_W .text_details_c {
    width: 80%;
    transition: transform 0.5s ease;
    padding: 70px;
    transform: perspective(1000px) rotateY(-2deg);
    margin-left: 10%;
}.our_mission_W .text_details_c:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_mission_W h5 {
    font-size: calc(23px * 1.2);
}.our_mission_W ol li {
    column-count: 2;
}
}

@media (max-width: 767px) {.our_mission_W {
    padding: 80px 0;
}.our_mission_W .text_details_c {
    padding: 30px 20px;
}.our_mission_W h5 {
    font-size: 23px;
}.our_mission_W p b {
    font-size: calc(17px * 1.2);
}.our_mission_W ol li {
    font-size: calc(17px * 0.9);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.our_mission_W {
    padding: 60px 0;
}.our_mission_W .text_details_c {
    padding: 25px 15px;
}.our_mission_W h5 {
    font-size: calc(23px * 0.9);
}.our_mission_W p b {
    font-size: 17px;
}.our_mission_W p {
    font-size: 17px;
}.our_mission_W ol li {
    font-size: calc(17px * 0.85);
    line-height: 1.6;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    opacity: 0.9;
    z-index: -2;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(145deg, rgb(203,218,220) 0%, rgb(147,179,184,0.5) 100%);
    position: absolute;
}footer::after {
    left: 0;
    opacity: 0.1;
    position: absolute;
    right: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(147,179,184,0.5), rgb(147,179,184,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(147,179,184,0.5), rgb(147,179,184,0.5) 1px, transparent 1px, transparent 20px);
    content: "";
    bottom: 0;
    top: 0;
    z-index: -1;
}.template_cta_x {
    position: relative;
    padding: 4rem 0 2rem;
    color: #000000;
}.template_cta_x::after {
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(147,179,184), rgb(124,177,124));
    width: 100%;
    position: absolute;
    left: 0;
    height: 6px;
}.template_cta_x .container {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}.template_cta_x .company_holder {
    border-radius: 17px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    padding: 2rem 2.5rem;
    position: relative;
}.template_cta_x .company_holder::before {
    width: 100%;
    left: 0;
    background: rgb(147,179,184);
    border-top-right-radius: 17px;
    position: absolute;
    border-top-left-radius: 17px;
    content: "";
    height: 5px;
    top: 0;
}.template_cta_x .company_holder h3 {
    margin: 0 0 1.5rem;
    font-weight: 700;
    color: rgb(147,179,184);
    font-size: 33px;
    position: relative;
    letter-spacing: 0.5px;
}.template_cta_x .company_holder h3::after {
    content: "";
    left: 0;
    width: 80px;
    background: rgb(124,177,124);
    bottom: -0.5rem;
    position: absolute;
    height: 3px;
}.template_cta_x .site_map_Z {
    font-size: 14px;
    position: relative;
    border-radius: 10px;
    color: #000000;
    border-left: 3px solid rgb(124,177,124);
    line-height: 1.7;
    padding: 1.5rem;
    background: rgb(203,218,220);
}.template_cta_x .footer_milestones_G {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.template_cta_x .head_nav_l {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}.template_cta_x .top_mainbar_j {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
    border-radius: 17px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.template_cta_x .top_mainbar_j h5 {
    position: relative;
    margin: 0;
    background: rgb(124,177,124);
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    padding: 1rem 1.5rem;
}.template_cta_x .top_mainbar_j .head_nav_l {
    flex-direction: column;
    display: flex;
    gap: 0;
    padding: 1rem 0;
}.template_cta_x .top_mainbar_j .head_nav_l a {
    padding: 0.8rem 1.5rem;
    color: #000000;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    display: flex;
    font-size: 14px;
}.template_cta_x .top_mainbar_j .head_nav_l a::before {
    left: 0;
    width: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(203,218,220);
}.template_cta_x .top_mainbar_j .head_nav_l a::after {
    top: 50%;
    background: rgb(124,177,124);
    opacity: 0;
    height: 5px;
    transition: all 0.3s ease;
    left: 1.5rem;
    content: "";
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 5px;
}.template_cta_x .top_mainbar_j .head_nav_l a:hover {
    color: rgb(147,179,184);
    padding-left: 2.2rem;
}.template_cta_x .top_mainbar_j .head_nav_l a:hover::before {
    width: 100%;
}.template_cta_x .top_mainbar_j .head_nav_l a:hover::after {
    opacity: 1;
}.science_ref_g {
    padding: 2rem 0;
    position: relative;
    margin-top: 3rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background: rgb(203,218,220);
}.science_ref_g::before {
    background: linear-gradient(90deg, transparent, rgb(147,179,184,0.5), transparent);
    top: 0;
    height: 1px;
    content: "";
    right: 10%;
    position: absolute;
    left: 10%;
}.science_ref_g .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.science_ref_g .fellow_prog_F {
    font-weight: 400;
    font-size: 14px;
    background: #ffffff;
    border-radius: 50px;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 0.8rem 2rem;
}

@media (max-width: 1200px) {.template_cta_x .container {
    gap: 2rem;
}.template_cta_x .company_holder {
    flex: 1 1 360px;
}.template_cta_x .footer_milestones_G {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.template_cta_x .head_nav_l {
    gap: 2rem;
}
}

@media (max-width: 992px) {.template_cta_x {
    padding: 3.5rem 0 2rem;
}.template_cta_x .container {
    gap: 2.5rem;
    flex-direction: column;
}.template_cta_x .company_holder,
    .template_cta_x .footer_milestones_G {
    flex: 1 1 100%;
    min-width: 100%;
}.template_cta_x .top_mainbar_j {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.template_cta_x {
    padding: 3rem 0 1.5rem;
}.template_cta_x .head_nav_l {
    gap: 1.5rem;
}.template_cta_x .company_holder {
    padding: 2rem;
}.template_cta_x .company_holder h3 {
    font-size: calc(33px - 2px);
}.science_ref_g {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.template_cta_x {
    padding: 2.5rem 0 1rem;
}.template_cta_x .container {
    gap: 1.5rem;
}.template_cta_x .top_mainbar_j {
    min-width: 100%;
    flex: 1 1 100%;
}.template_cta_x .head_nav_l {
    gap: 1rem;
}.template_cta_x .company_holder {
    padding: 1.5rem;
}.template_cta_x .site_map_Z {
    padding: 1.2rem;
}.science_ref_g {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.template_cta_x .company_holder h3::after {
    width: 50px;
}.template_cta_x .top_mainbar_j .head_nav_l a:hover {
    padding-left: 2rem;
}.science_ref_g .fellow_prog_F {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.panelTrackingNotice_B {
    transition: transform 0.3s ease-in-out;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: rgb(203,218,220);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    border-top: 3px solid rgb(147,179,184);
}.privacy_gate_U {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    padding: 20px 15px;
    justify-content: space-between;
    align-items: center;
}.cookie_confirm_b {
    margin-right: 15px;
    flex-shrink: 0;
}.cookie_confirm_b svg {
    height: 60px;
    transition: fill 0.3s ease;
    fill: rgb(147,179,184);
    width: 60px;
}.cookie_confirm_b svg:hover {
    fill: rgb(124,177,124);
}.cookie_list_J {
    margin-right: 15px;
    flex-grow: 1;
    color: #000000;
}.panelTrackingNotice_B h5 {
    margin-bottom: 8px;
    font-weight: 600;
    color: rgb(147,179,184);
    font-family: Arial, sans-serif;
    font-size: 21px;
}.panelTrackingNotice_B p {
    font-size: 16px;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #000000;
}.cookie_notice_x {
    background: rgb(147,179,184);
    border-radius: 26px;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    margin-left: 10px;
    cursor: pointer;
    text-decoration: none;
}.cookie_notice_x:hover {
    box-shadow: 0 0 10px rgb(124,177,124,0.5);
    background: rgb(124,177,124);
}#consent_to_usage_of_cookies_C {
    background: rgb(147,179,184);
}#disallow_tracking_consent_z {
    background: rgba(0, 0, 0, 0.5);
}.panelTrackingNotice_B p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(147,179,184);
}.panelTrackingNotice_B p a:hover {
    color: rgb(124,177,124);
}
@media only screen and (max-width: 1200px) {.privacy_gate_U {
    flex-direction: column;
    align-items: center;
}.cookie_confirm_b {
    margin-bottom: 15px;
}.cookie_list_J {
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
}.cookie_notice_x {
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
    max-width: 200px;
}
}
@media only screen and (max-width: 800px) {.privacy_gate_U {
    padding: 15px;
}.cookie_confirm_b {
    display: none;
}.panelTrackingNotice_B h5 {
    font-size: 18px;
}.panelTrackingNotice_B p {
    font-size: 12px;
}}
#cookie_window_box_K {
    display: none;
}#cookie_window_box_K:checked ~ .panelTrackingNotice_B {
    opacity: 0;
    visibility: hidden;
}.landing_page_W {
    background: linear-gradient(145deg, rgb(147,179,184,0.5), rgb(124,177,124,0.5));
    justify-content: center;
    padding: 4rem 2rem;
    display: flex;
    min-height: 90vh;
    overflow: hidden;
    position: relative;
    align-items: center;
}.landing_page_W::before {
    left: 0;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    z-index: 1;
    background-size: 40px 40px;
    opacity: 0.05;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background-image: 
    linear-gradient(45deg, rgb(147,179,184,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(147,179,184,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(147,179,184,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(147,179,184,0.5) 75%);
    top: 0;
}.landing_page_W > div {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    width: 100%;
}.landing_page_W .training_track_I {
    margin-bottom: 3rem;
    transform: translateY(-20px);
    position: relative;
    animation: fadeSlideDown 1s forwards 0.2s ease-out;
    opacity: 0;
}.landing_page_W .course_begin_O {
    display: inline-block;
    position: relative;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding-bottom: 1rem;
    color: #000000;
}.landing_page_W .course_begin_O::after {
    background: linear-gradient(to right, rgb(147,179,184), rgb(124,177,124));
    width: 0;
    left: 0;
    height: 4px;
    bottom: 0;
    content: "";
    animation: lineGrow 1.5s forwards 0.5s ease-in-out;
    position: absolute;
}.landing_page_W .start_page_U {
    overflow: hidden;
    position: relative;
    animation: fadeSlideUp 1s forwards 0.4s ease-out;
    border-radius: 10px;
    transform: translateY(20px);
    padding: 3rem;
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}.landing_page_W .start_page_U::before {
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    width: 100%;
    height: 100%;
}.landing_page_W .start_page_U > div {
    z-index: 2;
    color: #ffffff;
    position: relative;
}.landing_page_W .start_page_U p {
    position: relative;
    margin-bottom: 2rem;
    animation: fadeSlideRight 1s forwards 0.6s ease-out;
    font-size: calc(13px * 1.2);
    opacity: 0;
    padding-left: 1.5rem;
    font-weight: 400;
    transform: translateX(-20px);
    line-height: 1.6;
}.landing_page_W .start_page_U p::before {
    content: "";
    left: 0;
    width: 4px;
    animation: lineGrowVertical 1.2s forwards 0.8s ease-in-out;
    top: 0.5rem;
    position: absolute;
    background: linear-gradient(to bottom, rgb(147,179,184), rgb(124,177,124));
    height: 0;
}.landing_page_W .start_page_U h3 {
    border-top: 1px solid rgb(255, 255, 255, 0.5);
    opacity: 0;
    padding-top: 1.5rem;
    margin: 0;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 600;
    animation: fadeSlideUp 1s forwards 0.8s ease-out;
    transform: translateY(20px);
}@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

@keyframes lineGrow {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes lineGrowVertical {
  from {
    height: 0;
  }
  to {
    height: 85%;
  }
}

.landing_page_W {
    cursor: default;
}.landing_page_W .course_begin_O:hover {
    transition: text-shadow 0.3s ease;
    text-shadow: 0 0 15px rgb(147,179,184,0.5);
}.landing_page_W .start_page_U {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.landing_page_W .start_page_U:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.01);
}

@media (max-width: 992px) {.landing_page_W {
    padding: 3rem 1.5rem;
}.landing_page_W .course_begin_O {
    font-size: calc(44px * 0.9);
}.landing_page_W .start_page_U {
    padding: 2.5rem;
}.landing_page_W .start_page_U p {
    font-size: calc(13px * 1.1);
}.landing_page_W .start_page_U h3 {
    font-size: calc(21px * 0.95);
}
}

@media (max-width: 768px) {.landing_page_W {
    padding: 2.5rem 1rem;
    min-height: 80vh;
}.landing_page_W .training_track_I {
    margin-bottom: 2rem;
}.landing_page_W .course_begin_O {
    font-size: calc(44px * 0.8);
}.landing_page_W .start_page_U {
    padding: 2rem;
}.landing_page_W .start_page_U p {
    margin-bottom: 1.5rem;
    font-size: 13px;
    padding-left: 1rem;
}.landing_page_W .start_page_U h3 {
    padding-top: 1rem;
    font-size: calc(21px * 0.9);
}
}

@media (max-width: 576px) {.landing_page_W {
    padding: 2rem 0.8rem;
    min-height: 70vh;
}.landing_page_W .training_track_I {
    margin-bottom: 1.5rem;
}.landing_page_W .course_begin_O {
    font-size: calc(44px * 0.7);
}.landing_page_W .start_page_U {
    padding: 1.5rem;
}.landing_page_W .start_page_U p {
    padding-left: 0.8rem;
    margin-bottom: 1.2rem;
    font-size: calc(13px * 0.9);
}.landing_page_W .start_page_U h3 {
    font-size: calc(21px * 0.8);
}}.course_candidates_V {
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.course_candidates_V::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(147,179,184,0.5) 0,
        rgb(147,179,184,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.03;
    z-index: 1;
    width: 100%;
}.course_candidates_V .learn_history_m {
    margin: 0 auto;
    z-index: 10;
    max-width: 1100px;
    text-align: center;
    position: relative;
    padding: 0 30px;
}.course_candidates_V h3 {
    padding: 0 30px;
    font-weight: 700;
    font-size: 34px;
    display: inline-block;
    margin-bottom: 50px;
    color: #000000;
    position: relative;
}.course_candidates_V h3::before,
.course_candidates_V h3::after {
    transform: translateY(-50%);
    position: absolute;
    height: 15px;
    width: 15px;
    top: 50%;
    content: '';
    border-radius: 50%;
    background-color: rgb(147,179,184,0.5);
}.course_candidates_V h3::before {
    left: 0;
}.course_candidates_V h3::after {
    right: 0;
}.course_candidates_V ul {
    display: flex;
    justify-content: center;
    padding: 0;
    gap: 25px;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
}.course_candidates_V ul li {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    align-items: center;
    display: flex;
    border-radius: 19px;
    width: calc(33.333% - 17px);
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    gap: 20px;
    background-color: #ffffff;
    text-align: left;
    padding: 35px 25px;
    position: relative;
    min-width: 280px;
}.course_candidates_V ul li::before {
    border-radius: 19px;
    position: absolute;
    left: 0;
    opacity: 0;
    height: 100%;
    z-index: -1;
    content: '';
    transition: opacity 0.4s ease;
    top: 0;
    background: linear-gradient(135deg, 
                #ffffff 0%, 
                #ffffff 60%, 
                rgb(203,218,220) 100%);
    width: 100%;
}.course_candidates_V ul li:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-7px) scale(1.03);
    border-color: rgba(0, 0, 0, 0.1);
}.course_candidates_V ul li:hover::before {
    opacity: 1;
}.course_candidates_V ul li svg {
    position: relative;
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    transition: all 0.4s ease;
}.course_candidates_V ul li:hover svg {
    transform: scale(1.1);
}.course_candidates_V ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(147,179,184);
}.course_candidates_V ul li:hover svg path {
    fill: rgb(124,177,124);
}.course_candidates_V ul li::after {
    border-radius: 50%;
    position: absolute;
    background-color: rgb(147,179,184,0.5);
    bottom: 15px;
    transition: all 0.4s ease;
    height: 10px;
    content: '';
    width: 10px;
    opacity: 0.5;
    right: 15px;
}.course_candidates_V ul li:hover::after {
    background-color: rgb(124,177,124,0.5);
    transform: scale(1.5);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_candidates_V ul li {
    animation: slideUp 0.5s ease forwards;
    opacity: 0;
}.course_candidates_V ul li:nth-child(1) {
    animation-delay: 0.1s;
}.course_candidates_V ul li:nth-child(2) {
    animation-delay: 0.2s;
}.course_candidates_V ul li:nth-child(3) {
    animation-delay: 0.3s;
}.course_candidates_V ul li:nth-child(4) {
    animation-delay: 0.4s;
}.course_candidates_V ul li:nth-child(5) {
    animation-delay: 0.5s;
}.course_candidates_V ul li:nth-child(6) {
    animation-delay: 0.6s;
}.course_candidates_V ul li:nth-child(3n+1) {
    box-shadow: 0 5px 20px rgba(rgb(147,179,184,0.5), 0.1);
}.course_candidates_V ul li:nth-child(3n+2) {
    box-shadow: 0 5px 20px rgba(rgb(124,177,124,0.5), 0.1);
}

@media (max-width: 992px) {.course_candidates_V {
    padding: 70px 0;
}.course_candidates_V h3 {
    margin-bottom: 40px;
}.course_candidates_V ul li {
    padding: 30px 20px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.course_candidates_V ul {
    gap: 20px;
}.course_candidates_V ul li {
    width: 100%;
    padding: 25px 20px;
}
}

@media (max-width: 576px) {.course_candidates_V {
    padding: 50px 0;
}.course_candidates_V h3 {
    font-size: calc(34px * 0.85);
    margin-bottom: 30px;
    padding: 0 20px;
}.course_candidates_V h3::before,
    .course_candidates_V h3::after {
    width: 10px;
    height: 10px;
}.course_candidates_V ul li {
    padding: 20px 15px;
    gap: 15px;
}.course_candidates_V ul li svg {
    width: 35px;
    height: 35px;
}
}

@media (prefers-reduced-motion: reduce) {.course_candidates_V ul li {
    opacity: 1;
    animation: none;
}.course_candidates_V ul li:hover {
    transform: none;
}.course_candidates_V ul li:hover svg {
    transform: none;
}}.study_method_D {
    background: rgb(203,218,220);
    overflow: hidden;
    padding: 100px 20px;
    position: relative;
    z-index: 1;
}.study_method_D::before {
    background: repeating-linear-gradient(
        120deg,
        rgb(147,179,184,0.5) 0%,
        transparent 10%,
        rgb(124,177,124,0.5) 20%,
        transparent 30%,
        rgb(147,179,184,0.5) 40%
    );
    position: absolute;
    z-index: -1;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.3;
    animation: bg-shift 20s linear infinite;
}.study_method_D::after {
    background: radial-gradient(
        circle at 30% 50%,
        rgb(124,177,124,0.5) 0%,
        transparent 60%
    );
    animation: glow-pulse 8s ease-in-out infinite alternate;
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    filter: blur(60px);
}.study_method_D .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.study_method_D .learn_history_m {
    flex-direction: column;
    position: relative;
    transform-style: preserve-3d;
    align-items: center;
    perspective: 1000px;
    display: flex;
    padding: 40px;
    justify-content: center;
}.study_method_D .learn_history_m::before {
    left: -5px;
    z-index: -1;
    right: -5px;
    position: absolute;
    background-size: 300% 300%;
    background: linear-gradient(
        45deg,
        transparent 40%,
        rgb(147,179,184,0.5) 45%,
        rgb(124,177,124) 50%,
        rgb(147,179,184,0.5) 55%,
        transparent 60%
    );
    filter: blur(2px);
    bottom: -5px;
    content: "";
    border-radius: 15px;
    top: -5px;
    animation: border-flow 6s linear infinite;
}.study_method_D .learn_history_m::after {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 40%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.05) 60%,
        rgba(255, 255, 255, 0.1) 100%
    );
    position: absolute;
    animation: holographic-shimmer 4s ease-in-out infinite alternate;
    backdrop-filter: blur(10px);
    inset: 0;
    border-radius: 15px;
    z-index: -1;
    content: "";
}.study_method_D h3 {
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 40px;
    transform: translateZ(30px);
    animation: title-float 5s ease-in-out infinite alternate;
    color: #000000;
    z-index: 2;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
}.study_method_D h3::before {
    background: linear-gradient(
        90deg,
        rgb(147,179,184) 0%,
        rgb(124,177,124) 100%
    );
    top: 110%;
    width: 60px;
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    opacity: 0.8;
    border-radius: 10px;
    content: "";
    left: 50%;
    animation: underline-pulse 3s ease-in-out infinite;
}.study_method_D h3::after {
    left: 0;
    position: absolute;
    filter: blur(4px);
    opacity: 0.7;
    content: attr(data-text);
    animation: text-glow 3s ease-in-out infinite alternate;
    z-index: -1;
    top: 0;
    color: rgb(147,179,184);
}.study_method_D span {
    color: #000000;
    line-height: 1.8;
    transform: translateZ(10px);
    z-index: 2;
    position: relative;
    max-width: 800px;
    font-size: 18px;
    text-align: center;
    animation: text-float 7s ease-in-out infinite alternate;
}.study_method_D span::before {
    top: 10px;
    opacity: 0.2;
    filter: blur(20px);
    background: rgb(147,179,184,0.5);
    width: 100%;
    height: 100%;
    left: 10px;
    animation: shadow-dance 8s ease-in-out infinite alternate;
    position: absolute;
    z-index: -1;
    content: "";
}

@keyframes bg-shift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes glow-pulse {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
}

@keyframes border-flow {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes holographic-shimmer {
    0% {
        opacity: 0.5;
        transform: rotate(0deg) scale(1);
    }
    100% {
        opacity: 0.8;
        transform: rotate(0.5deg) scale(1.02);
    }
}

@keyframes title-float {
    0%, 100% {
        transform: translateZ(30px) rotateX(0deg);
    }
    50% {
        transform: translateZ(40px) rotateX(2deg);
    }
}

@keyframes text-float {
    0%, 100% {
        transform: translateZ(10px) translateY(0);
    }
    50% {
        transform: translateZ(20px) translateY(-5px);
    }
}

@keyframes underline-pulse {
    0%, 100% {
        width: 60px;
        opacity: 0.8;
    }
    50% {
        width: 120px;
        opacity: 1;
    }
}

@keyframes text-glow {
    0% {
        filter: blur(4px);
        opacity: 0.5;
        transform: translateX(-3px) translateY(-3px);
    }
    100% {
        filter: blur(7px);
        opacity: 0.8;
        transform: translateX(3px) translateY(3px);
    }
}

@keyframes shadow-dance {
    0% {
        top: 10px;
        left: 10px;
        filter: blur(20px);
    }
    100% {
        top: -10px;
        left: -10px;
        filter: blur(15px);
    }
}

@media (max-width: 991px) {.study_method_D {
    padding: 80px 15px;
}.study_method_D h3 {
    font-size: calc(35px - 4px);
    margin-bottom: 30px;
}.study_method_D span {
    font-size: calc(18px - 1px);
}.study_method_D .learn_history_m {
    padding: 30px;
}
}

@media (max-width: 767px) {.study_method_D {
    padding: 60px 15px;
}.study_method_D h3 {
    margin-bottom: 25px;
    font-size: calc(35px - 6px);
}.study_method_D span {
    line-height: 1.6;
}.study_method_D .learn_history_m {
    padding: 25px 20px;
}.study_method_D h3::before {
    width: 50px;
}
    
    @keyframes underline-pulse {
        0%, 100% {
            width: 50px;
        }
        50% {
            width: 80px;
        }
    }
}

@media (max-width: 479px) {.study_method_D {
    padding: 40px 10px;
}.study_method_D h3 {
    margin-bottom: 20px;
    font-size: calc(35px - 8px);
    letter-spacing: 1px;
}.study_method_D span {
    font-size: calc(18px - 2px);
}.study_method_D .learn_history_m {
    padding: 20px 15px;
}.study_method_D h3::before {
    width: 40px;
    height: 2px;
}@keyframes underline-pulse {
        0%, 100% {
            width: 40px;
        }
        50% {
            width: 60px;
        }
    }
}.test_drive_S {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(203,218,220) 0%, rgb(124,177,124,0.5) 100%);
    padding: 130px 0;
    position: relative;
}.test_drive_S::before {
    z-index: 1;
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    background: radial-gradient(
        ellipse at center,
        rgb(203,218,220) 0%,
        transparent 70%
    );
}.test_drive_S .learn_history_m {
    align-items: center;
    display: flex;
    flex-direction: column;
    z-index: 10;
    position: relative;
}.test_drive_S .container p {
    font-size: 34px;
    margin: 0 auto 80px;
    max-width: 800px;
    z-index: 5;
    position: relative;
    background: #ffffff;
    font-weight: 700;
    color: #000000;
    padding: 40px;
    text-align: center;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        15px 15px 0 rgb(147,179,184,0.5);
    line-height: 1.4;
}.test_drive_S .contact_inquiry_V {
    font-size: 15px;
    font-weight: 600;
    padding: 20px 50px;
    box-shadow: 
        5px 5px 0 rgb(147,179,184),
        10px 10px 0 rgb(124,177,124,0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    position: relative;
    color: #000000;
    z-index: 5;
    transform-origin: center;
    text-decoration: none;
    transform: rotate(-2deg);
}.test_drive_S .contact_inquiry_V:hover {
    transform: rotate(0) scale(1.05);
    box-shadow: 
        8px 8px 0 rgb(147,179,184),
        16px 16px 0 rgb(124,177,124,0.5);
}.test_drive_S .container p::before {
    top: -5px;
    z-index: -1;
    position: absolute;
    width: 40px;
    right: -5px;
    content: '';
    background: rgb(147,179,184);
    height: 40px;
}.test_drive_S .contact_inquiry_V::before {
    content: '';
    z-index: -1;
    top: 5px;
    width: 100%;
    left: 5px;
    position: absolute;
    transition: all 0.4s ease;
    height: 100%;
    border: 2px dashed rgb(147,179,184);
}.test_drive_S .contact_inquiry_V:hover::before {
    left: 8px;
    top: 8px;
}.test_drive_S::after {
    z-index: 1;
    right: -200px;
    opacity: 0.1;
    border-radius: 0 50% 50% 50%;
    height: 400px;
    content: '';
    position: absolute;
    background: rgb(147,179,184,0.5);
    width: 400px;
    top: -200px;
    transform: rotate(45deg);
}.test_drive_S .learn_history_m::after {
    background: rgb(124,177,124,0.5);
    bottom: -150px;
    z-index: 1;
    transform: rotate(-45deg);
    height: 300px;
    position: absolute;
    content: '';
    border-radius: 50% 0 50% 50%;
    width: 300px;
    opacity: 0.1;
    left: -150px;
}

@media (max-width: 991px) {.test_drive_S {
    padding: 100px 0;
}.test_drive_S .container p {
    padding: 35px;
    font-size: calc(19px * 1.2);
    margin-bottom: 70px;
    box-shadow: 
            0 10px 25px rgba(0, 0, 0, 0.1),
            10px 10px 0 rgb(147,179,184,0.5);
}.test_drive_S .contact_inquiry_V {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.test_drive_S {
    padding: 80px 0;
}.test_drive_S .container p {
    font-size: 19px;
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
    padding: 30px;
    margin-bottom: 60px;
}.test_drive_S .contact_inquiry_V {
    padding: 15px 35px;
    transform: rotate(-1deg);
}.test_drive_S .container p::before {
    width: 30px;
    height: 30px;
}
}

@media (max-width: 480px) {.test_drive_S {
    padding: 60px 0;
}.test_drive_S .container p {
    padding: 25px;
    box-shadow: 
            0 8px 20px rgba(0, 0, 0, 0.1),
            8px 8px 0 rgb(147,179,184,0.5);
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 95%, 
            95% 100%, 
            0% 100%
        );
    font-size: calc(13px * 1.2);
    margin-bottom: 50px;
}.test_drive_S .contact_inquiry_V {
    box-shadow: 
            3px 3px 0 rgb(147,179,184),
            6px 6px 0 rgb(124,177,124,0.5);
    font-size: calc(15px * 0.9);
    padding: 12px 30px;
    transform: rotate(0);
}.test_drive_S .contact_inquiry_V::before {
    top: 3px;
    left: 3px;
}.test_drive_S .contact_inquiry_V:hover {
    box-shadow: 
            5px 5px 0 rgb(147,179,184),
            10px 10px 0 rgb(124,177,124,0.5);
    transform: scale(1.03);
}.test_drive_S .contact_inquiry_V:hover::before {
    left: 5px;
    top: 5px;
}}.user_reviews_p {
    position: relative;
    background: linear-gradient(135deg, rgb(203,218,220) 0%, rgb(124,177,124,0.5) 100%);
    padding: 7rem 0;
    overflow: hidden;
}.user_reviews_p::before {
    top: -5%;
    opacity: 0.15;
    background: rgb(147,179,184,0.5);
    content: "";
    filter: blur(80px);
    width: 25rem;
    transform: rotate(-15deg);
    right: -5%;
    height: 25rem;
    z-index: 0;
    position: absolute;
    animation: floatBlur 15s infinite alternate ease-in-out;
}.user_reviews_p::after {
    bottom: -10%;
    content: "";
    opacity: 0.1;
    transform: rotate(25deg);
    left: -5%;
    height: 20rem;
    background: rgb(124,177,124,0.5);
    position: absolute;
    filter: blur(70px);
    width: 20rem;
    animation: floatBlur 18s infinite alternate-reverse ease-in-out;
    z-index: 0;
}.user_reviews_p .container {
    z-index: 2;
    position: relative;
}.user_reviews_p h2 {
    position: relative;
    color: #000000;
    transform: translateX(2rem);
    margin-bottom: 3.5rem;
    font-size: 28px;
    max-width: 80%;
    font-weight: 700;
}.user_reviews_p h2::before {
    top: 50%;
    position: absolute;
    content: "";
    width: 0.5rem;
    transform: translateY(-50%);
    background: rgb(147,179,184);
    left: -2rem;
    height: 70%;
}.user_reviews_p h2::after {
    width: 6rem;
    transform: scaleX(0.8);
    left: 0;
    background: rgb(124,177,124);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    content: "";
    bottom: -1rem;
    height: 0.25rem;
}.user_reviews_p h2:hover::after {
    transform: scaleX(1.2);
}.user_reviews_p .client_feedback_J {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    gap: 2.5rem;
    display: grid;
    margin: 0;
    perspective: 1000px;
}.user_reviews_p .feedback_views_K {
    overflow: hidden;
    padding: 2.5rem 2rem;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0) rotateX(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 10px;
    isolation: isolate;
}.user_reviews_p .feedback_views_K::before {
    height: 0.35rem;
    opacity: 0.85;
    transform: scaleX(0.95);
    background: linear-gradient(90deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 1;
    left: 0;
    content: "";
    right: 0;
    top: 0;
    position: absolute;
}.user_reviews_p .feedback_views_K:hover {
    transform: translateY(-10px) rotateX(2deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}.user_reviews_p .feedback_views_K:hover::before {
    transform: scaleX(1);
    opacity: 1;
}.user_reviews_p .feedback_views_K > div {
    position: relative;
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}.user_reviews_p .feedback_views_K > div::after {
    color: rgb(147,179,184,0.5);
    font-size: 8rem;
    position: absolute;
    content: "";
    line-height: 1;
    opacity: 0.15;
    top: -2.5rem;
    right: -1rem;
    font-family: serif;
    z-index: -1;
}.user_reviews_p .feedback_views_K img {
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    height: 4.5rem;
    position: relative;
    transition: transform 0.5s ease;
    margin-right: 1.25rem;
    width: 4.5rem;
}.user_reviews_p .feedback_views_K:hover img {
    transform: scale(1.05) rotate(3deg);
}.user_reviews_p .feedback_views_K h4 {
    margin: 0;
    color: #000000;
    font-size: calc(19px * 0.9);
    font-weight: 600;
    position: relative;
}.user_reviews_p .feedback_views_K h4::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
    background: rgb(124,177,124,0.5);
    bottom: -0.5rem;
    width: 2.5rem;
}.user_reviews_p .feedback_views_K:hover h4::after {
    width: 3.5rem;
}.user_reviews_p .feedback_views_K .description {
    margin: 0;
    font-size: 17px;
    color: #000000;
    line-height: 1.7;
    z-index: 2;
    position: relative;
}.user_reviews_p .feedback_views_K .description::before {
    background: rgb(124,177,124,0.5);
    opacity: 0.07;
    z-index: -1;
    right: -0.5rem;
    content: "";
    width: 3rem;
    border-radius: 50%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 3rem;
    position: absolute;
    transform: scale(0);
    bottom: -0.5rem;
}.user_reviews_p .feedback_views_K:hover .description::before {
    transform: scale(2);
}.user_reviews_p a {
    display: inline-block;
    font-weight: 600;
    z-index: 1;
    font-size: 14px;
    text-decoration: none;
    margin-top: 3rem;
    position: relative;
    transform: translateX(2rem);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(147,179,184) 0%, rgb(124,177,124) 100%);
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(147,179,184,0.5);
    padding: 1rem 2.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
}.user_reviews_p a::before {
    z-index: -1;
    content: "";
    height: 100%;
    opacity: 0;
    background: linear-gradient(135deg, rgb(124,177,124) 0%, rgb(147,179,184) 100%);
    width: 100%;
    left: 0;
    transition: opacity 0.4s ease;
    top: 0;
    position: absolute;
}.user_reviews_p a:hover {
    transform: translateX(2rem) translateY(-5px);
    box-shadow: 0 15px 25px rgb(147,179,184,0.5);
}.user_reviews_p a:hover::before {
    opacity: 1;
}

@keyframes floatBlur {
    0% {
        transform: translate(0, 0) rotate(-15deg);
    }
    100% {
        transform: translate(5%, 5%) rotate(5deg);
    }
}

@media (max-width: 992px) {.user_reviews_p {
    padding: 5rem 0;
}.user_reviews_p h2 {
    max-width: 100%;
    transform: translateX(1.5rem);
    font-size: calc(28px * 0.9);
}.user_reviews_p .client_feedback_J {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.user_reviews_p a {
    transform: translateX(1.5rem);
}.user_reviews_p a:hover {
    transform: translateX(1.5rem) translateY(-5px);
}
}

@media (max-width: 768px) {.user_reviews_p {
    padding: 4rem 0;
}.user_reviews_p h2 {
    font-size: calc(28px * 0.8);
    transform: translateX(1.25rem);
    margin-bottom: 2.5rem;
}.user_reviews_p h2::before {
    left: -1.25rem;
}.user_reviews_p .client_feedback_J {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.user_reviews_p .feedback_views_K {
    padding: 2rem 1.5rem;
}.user_reviews_p a {
    padding: 0.875rem 2rem;
    transform: translateX(1.25rem);
    margin-top: 2rem;
}.user_reviews_p a:hover {
    transform: translateX(1.25rem) translateY(-3px);
}
}

@media (max-width: 576px) {.user_reviews_p {
    padding: 3rem 0;
}.user_reviews_p h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 2rem;
    transform: translateX(1rem);
}.user_reviews_p h2::before {
    left: -1rem;
    width: 0.35rem;
}.user_reviews_p h2::after {
    width: 4rem;
}.user_reviews_p .feedback_views_K {
    padding: 1.75rem 1.25rem;
}.user_reviews_p .feedback_views_K img {
    width: 3.5rem;
    height: 3.5rem;
}.user_reviews_p a {
    width: 100%;
    text-align: center;
    transform: translateX(0);
}.user_reviews_p a:hover {
    transform: translateX(0) translateY(-3px);
}}.leadership_profile_Y {
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem 4rem;
    background: linear-gradient(180deg, rgb(203,218,220) 0%, rgb(124,177,124,0.5) 100%);
}.leadership_profile_Y::before {
    height: 100%;
    width: 100%;
    opacity: 0.2;
    background: repeating-linear-gradient(
        -45deg,
        rgb(147,179,184,0.5) 0px,
        rgb(147,179,184,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}.leadership_profile_Y::after {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    content: "";
    right: 0;
    z-index: 1;
    background: #ffffff;
    position: absolute;
    top: 0;
    opacity: 0.1;
    width: 50%;
    height: 100%;
}.leadership_profile_Y .feedback_views_K {
    margin: 0 auto;
    z-index: 2;
    align-items: center;
    max-width: 600px;
    display: flex;
    position: relative;
    flex-direction: column;
}.leadership_profile_Y .pic_wrap_item_u {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    height: 250px;
    margin-bottom: -50px;
    width: 200px;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    z-index: 3;
    border-radius: 0;
    position: relative;
    transition: all 0.5s ease;
}.leadership_profile_Y .pic_wrap_item_u:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
}.leadership_profile_Y .exp_list_r {
    width: 100%;
    z-index: 2;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    padding: 70px 30px 30px;
    flex-direction: column;
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
    position: relative;
    background: #ffffff;
    perspective: 1000px;
}.leadership_profile_Y .exp_list_r::before {
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: rgb(147,179,184);
    z-index: -1;
    position: absolute;
    transform: translateZ(-20px);
    width: 100%;
}.leadership_profile_Y .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    text-align: center;
    font-size: 37px;
    color: rgb(147,179,184);
}.leadership_profile_Y .name::after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    width: 50px;
    background: rgb(124,177,124);
    height: 3px;
    left: 50%;
    bottom: -10px;
}.leadership_profile_Y .exp_list_r > div:nth-child(2) {
    letter-spacing: 2px;
    margin: 20px 0;
    color: rgb(124,177,124);
    font-weight: 600;
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
}.leadership_profile_Y .employee_info_Y {
    border-top: 1px solid rgb(203,218,220);
    width: 100%;
    font-style: italic;
    line-height: 1.8;
    font-weight: 400;
    padding-top: 30px;
    color: #000000;
    margin-top: 20px;
    position: relative;
    font-size: 17px;
    text-align: center;
}.leadership_profile_Y .employee_info_Y::before,
.leadership_profile_Y .employee_info_Y::after {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: rgb(124,177,124,0.5);
    position: absolute;
    content: "";
}.leadership_profile_Y .employee_info_Y::before {
    left: 50%;
    transform: translateX(-20px);
    top: -15px;
}.leadership_profile_Y .employee_info_Y::after {
    transform: translateX(-10px);
    left: 50%;
    top: -15px;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.leadership_profile_Y .exp_list_r:hover {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {.leadership_profile_Y {
    padding: 4rem 1rem 3rem;
}.leadership_profile_Y .pic_wrap_item_u {
    margin-bottom: -40px;
    width: 150px;
    height: 180px;
}.leadership_profile_Y .exp_list_r {
    padding: 60px 20px 20px;
}
}