﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}.site_head {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    width: 1126px;
    margin: auto;
}html,body {
    auto
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    auto
contain
touch-action: none;
    min-height: 100%;
    scroll-snap-type: none;
}svg {
    width: 30px;
    height: 30px;
}.med_guides {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.warp-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.reach_usAqbU {
    position: relative;
    padding: 100px 0;
    background: rgb(239,239,237);
    overflow: hidden;
}.reach_usAqbU::before {
    z-index: 0;
    background-size: 30px 30px;
    left: 0;
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
    position: absolute;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
}.reach_usAqbU .container {
    z-index: 1;
    position: relative;
}.reach_usAqbU .msg_form {
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,239,237) 0%, transparent 100%);
    padding: 50px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 30px;
}.reach_usAqbU .msg_form::before {
    height: 5px;
    top: 0;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(209,212,204) 0%, rgb(172,179,169) 100%);
}.reach_usAqbU .msg_form h2 {
    margin-bottom: 20px;
    position: relative;
    font-size: 28px;
    color: rgb(209,212,204);
    font-weight: 700;
}.reach_usAqbU .msg_form p {
    line-height: 1.7;
    color: #000000;
    max-width: 700px;
    font-size: 14px;
    margin-bottom: 30px;
}.reach_usAqbU .msg_form p:last-of-type {
    padding-left: 30px;
    margin-bottom: 40px;
    position: relative;
}.reach_usAqbU .reach_out {
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
}.reach_usAqbU .instant_contact {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    height: 110px;
    flex-direction: column;
    position: relative;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 10px;
    text-decoration: none;
    justify-content: center;
    z-index: 1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    width: 110px;
    align-items: center;
}.reach_usAqbU .instant_contact::before {
    opacity: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(209,212,204,0.5) 0%, rgb(172,179,169,0.5) 100%);
    transition: opacity 0.4s ease;
    left: 0;
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    position: absolute;
}.reach_usAqbU .instant_contact::after {
    background: rgb(209,212,204);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
    width: 100%;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    content: '';
    height: 3px;
    left: 0;
}.reach_usAqbU .instant_contact:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.reach_usAqbU .instant_contact:hover::before {
    opacity: 0.1;
}.reach_usAqbU .instant_contact:hover::after {
    transform: scaleX(1);
}.reach_usAqbU .instant_contact svg {
    fill: none;
    height: 36px;
    margin-bottom: 12px;
    stroke-width: 2;
    stroke: rgb(209,212,204);
    width: 36px;
    transition: all 0.3s ease;
}.reach_usAqbU .instant_contact:hover svg {
    transform: scale(1.1);
    stroke: rgb(209,212,204);
}.reach_usAqbU .instant_contact span {
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    font-size: calc(14px * 0.85);
    color: #000000;
}.reach_usAqbU .instant_contact:hover span {
    color: rgb(209,212,204);
}.reach_usAqbU .msg_form p:last-of-type svg {
    fill: none;
    stroke-width: 2;
    width: 20px;
    height: 20px;
    top: 50%;
    stroke: rgb(209,212,204);
    position: absolute;
    left: 0;
    transform: translateY(-50%);
}

@keyframes pulse-subtle {
    0%, 100% {
        transform: scale(1);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.08;
    }
}

@media screen and (max-width: 991px) {.reach_usAqbU {
    padding: 80px 0;
}.reach_usAqbU .msg_form {
    padding: 40px;
}.reach_usAqbU .instant_contact {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 767px) {.reach_usAqbU {
    padding: 60px 0;
}.reach_usAqbU .msg_form {
    padding: 30px;
}.reach_usAqbU .msg_form h2 {
    font-size: calc(28px * 0.9);
}.reach_usAqbU .reach_out {
    justify-content: center;
    gap: 20px;
}.reach_usAqbU .instant_contact {
    height: 90px;
    width: 90px;
}.reach_usAqbU .instant_contact svg {
    width: 30px;
    height: 30px;
    margin-bottom: 8px;
}
}

@media screen and (max-width: 480px) {.reach_usAqbU {
    padding: 50px 0;
}.reach_usAqbU .msg_form {
    padding: 25px 20px;
}.reach_usAqbU .msg_form h2 {
    font-size: calc(28px * 0.85);
}.reach_usAqbU .instant_contact {
    height: 80px;
    width: 80px;
}.reach_usAqbU .instant_contact svg {
    height: 28px;
    margin-bottom: 6px;
    width: 28px;
}.reach_usAqbU .instant_contact span {
    font-size: calc(14px * 0.8);
}}header {
    background: linear-gradient(to right, rgb(172,179,169) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: visible;
    width: 100%;
    z-index: 99;
}header::before {
    content: '';
    height: 100%;
    z-index: -1;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(209,212,204,0.5) 10px,
        rgb(209,212,204,0.5) 11px
    );
    opacity: 0.1;
    left: 0;
    top: 0;
    position: absolute;
}header .head_skill {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
    width: 100%;
    padding: 15px;
}header .head_skill::after {
    box-shadow: 0 0 10px rgb(172,179,169), 0 0 20px rgb(172,179,169,0.5);
    background: linear-gradient(
        90deg,
        transparent,
        rgb(209,212,204),
        rgb(172,179,169),
        rgb(209,212,204),
        transparent
    );
    content: '';
    width: 90%;
    bottom: 0;
    position: absolute;
    height: 1px;
    left: 5%;
}header .head_skill .site_main {
    position: relative;
    padding: 5px 10px;
    margin-right: 20px;
    z-index: 2;
}header .head_skill .site_main::before {
    opacity: 0;
    width: 100%;
    box-shadow: 0 0 15px rgb(172,179,169,0.5);
    position: absolute;
    border: 1px solid rgb(172,179,169,0.5);
    border-radius: 10px;
    top: 0;
    height: 100%;
    content: '';
    left: 0;
    transition: opacity 0.4s ease;
}header .head_skill .site_main:hover::before {
    opacity: 1;
}header .head_skill .site_main .site_header {
    display: block;
    transition: transform 0.3s ease;
}header .head_skill .site_main:hover .site_header {
    transform: scale(1.05);
}header .head_skill .site_main .site_header svg {
    height: 45px;
    filter: drop-shadow(0 0 5px rgb(172,179,169,0.5));
    width: auto;
}header .head_skill .header_navbar {
    background: rgba(0, 0, 0, 0.2);
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px;
    border-radius: 10px;
    justify-content: flex-end;
    list-style: none;
    position: relative;
}header .head_skill .header_navbar::before {
    width: 100%;
    position: absolute;
    height: 100%;
    background: radial-gradient(
        ellipse at center,
        rgb(172,179,169,0.5) 0%,
        transparent 70%
    );
    opacity: 0.2;
    content: '';
    left: 0;
    border-radius: 10px;
    top: 0;
}header .head_skill .header_navbar .site_prime {
    position: relative;
    margin: 0;
}header .head_skill .header_navbar .site_prime::after {
    box-shadow: 0 0 8px rgb(209,212,204);
    bottom: -5px;
    background: rgb(209,212,204);
    transition: width 0.3s ease, left 0.3s ease;
    width: 0;
    left: 50%;
    height: 2px;
    position: absolute;
    content: '';
}header .head_skill .header_navbar .site_prime:hover::after {
    left: 10%;
    width: 80%;
}header .head_skill .header_navbar .site_prime a {
    font-weight: 400;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    display: block;
    position: relative;
}header .head_skill .header_navbar .site_prime:hover a {
    color: rgb(209,212,204);
    text-shadow: 0 0 5px rgb(209,212,204,0.5);
}

@media (max-width: 992px) {header .head_skill {
    flex-direction: column;
}header .head_skill .site_main {
    margin: 0 0 15px 0;
    align-self: center;
}header .head_skill .header_navbar {
    width: 100%;
    justify-content: center;
}header .head_skill .header_navbar .site_prime a {
    padding: 10px 15px;
    font-size: calc(18px - 1px);
}}.course_candidates {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(239,239,237);
}.course_candidates::before {
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(209,212,204,0.5) 0,
        rgb(209,212,204,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    opacity: 0.05;
}.course_candidates .learn_spot {
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 1;
}.course_candidates h3 {
    margin-bottom: 80px;
    font-family: Arial, sans-serif;
    font-size: 35px;
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #000000;
    padding-bottom: 20px;
}.course_candidates h3::after {
    height: 5px;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(209,212,204), rgb(172,179,169));
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
}.course_candidates ul {
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 60px 30px;
    list-style: none;
}.course_candidates ul li {
    min-height: 100px;
    padding: 25px 25px 25px 80px;
    flex: 0 0 calc(33.333% - 20px);
    position: relative;
    background: #ffffff;
    font-size: 17px;
    transform: perspective(1000px) rotateX(5deg);
    font-family: Arial, sans-serif;
    z-index: 1;
    transition: all 0.4s ease;
    color: #000000;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05);
    max-width: 350px;
}.course_candidates ul li::before,
.course_candidates ul li::after {
    content: "";
    background: #ffffff;
    position: absolute;
    transition: all 0.4s ease;
}.course_candidates ul li::before {
    top: 5px;
    bottom: 5px;
    border: 1px solid rgb(172,179,169,0.5);
    z-index: -1;
    right: 5px;
    transform: translateZ(-10px);
    left: 5px;
}.course_candidates ul li::after {
    top: 15px;
    z-index: -2;
    opacity: 0.3;
    left: 15px;
    right: 15px;
    bottom: 0;
    background: rgb(209,212,204,0.5);
    transform: translateZ(-20px);
}.course_candidates ul li:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
}.course_candidates ul li:hover::before {
    transform: translateZ(-15px);
}.course_candidates ul li:hover::after {
    transform: translateZ(-30px);
}.course_candidates ul li svg {
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    top: 50%;
    transition: all 0.4s ease;
    height: 40px;
    position: absolute;
    left: 25px;
}.course_candidates ul li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.course_candidates ul li svg path {
    transition: fill 0.4s ease;
    fill: rgb(209,212,204);
}.course_candidates ul li:hover svg path {
    fill: rgb(172,179,169);
}.course_candidates ul li:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.course_candidates ul li:nth-child(3n+2) {
    transform: perspective(1000px) rotateX(5deg);
}.course_candidates ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(5deg) rotateY(2deg);
}.course_candidates ul li:nth-child(3n+1):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.course_candidates ul li:nth-child(3n+2):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.course_candidates ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}

@media (max-width: 992px) {.course_candidates {
    padding: 100px 0;
}.course_candidates h3 {
    margin-bottom: 60px;
    font-size: calc(35px * 0.9);
}.course_candidates ul {
    gap: 40px 25px;
}.course_candidates ul li {
    padding: 20px 20px 20px 70px;
    flex: 0 0 calc(50% - 20px);
}.course_candidates ul li svg {
    width: 35px;
    left: 20px;
    height: 35px;
}
}

@media (max-width: 768px) {.course_candidates {
    padding: 80px 0;
}.course_candidates h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 50px;
}.course_candidates ul {
    gap: 30px;
}.course_candidates ul li {
    max-width: 450px;
    flex: 0 0 100%;
}.course_candidates ul li,
    .course_candidates ul li:nth-child(3n+1),
    .course_candidates ul li:nth-child(3n+2),
    .course_candidates ul li:nth-child(3n) {
    transform: perspective(1000px) rotateX(3deg);
}.course_candidates ul li:hover,
    .course_candidates ul li:nth-child(3n+1):hover,
    .course_candidates ul li:nth-child(3n+2):hover,
    .course_candidates ul li:nth-child(3n):hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-8px);
}
}

@media (max-width: 480px) {.course_candidates {
    padding: 60px 0;
}.course_candidates .learn_spot {
    padding: 0 20px;
}.course_candidates h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 40px;
}.course_candidates ul {
    gap: 25px;
}.course_candidates ul li {
    padding: 18px 15px 18px 65px;
}.course_candidates ul li svg {
    width: 30px;
    height: 30px;
    left: 18px;
}.course_candidates ul li,
    .course_candidates ul li:nth-child(3n+1),
    .course_candidates ul li:nth-child(3n+2),
    .course_candidates ul li:nth-child(3n) {
    transform: perspective(800px) rotateX(2deg);
}.course_candidates ul li:hover,
    .course_candidates ul li:nth-child(3n+1):hover,
    .course_candidates ul li:nth-child(3n+2):hover,
    .course_candidates ul li:nth-child(3n):hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
}}.consentSettingsDialog {
    position: fixed;
    background: #ffffff;
    transform: translateX(-50%);
    max-width: 500px;
    overflow: hidden;
    bottom: 20px;
    width: 90%;
    left: 50%;
    z-index: 1050;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
}.visitor_acceptance {
    align-items: center;
    flex-direction: column;
    padding: 20px;
    display: flex;
}.data_settings {
    margin-bottom: 20px;
}.data_settings svg, .data_settings svg path, .data_settings img {
    fill: rgb(209,212,204);
    width: 60px;
    height: 60px;
}.consentSettingsDialog h5 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 19px;
    color: rgb(209,212,204);
    font-weight: 700;
}.consentSettingsDialog p {
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
}.privacy_ack {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 5px;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    padding: 10px 20px;
    width: calc(50% - 10px);
    color: #ffffff;
    background: rgb(209,212,204);
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    font-size: 17px;
}.privacy_ack:hover {
    background: rgb(172,179,169);
}.cookie_button.consent_edu {
    background: rgb(172,179,169);
}.cookie_button.consent_edu:hover {
    background: rgb(172,179,169,0.5);
}.consentSettingsDialog p a {
    transition: color 0.3s ease-in-out;
    color: rgb(209,212,204);
    text-decoration: none;
}.consentSettingsDialog p a:hover {
    color: rgb(172,179,169);
}#trackingFormPanel {
    display: none;
}#trackingFormPanel:checked ~ .consentSettingsDialog {
    opacity: 0;
    visibility: hidden;
}.cost_plan {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background-color: rgb(239,239,237);
}.cost_plan::before {
    transform: rotate(15deg);
    height: 12rem;
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: linear-gradient(135deg, rgb(209,212,204), rgb(172,179,169));
    right: -3rem;
    opacity: 0.07;
    content: "";
    top: -3rem;
    width: 12rem;
}.cost_plan::after {
    content: "";
    z-index: 0;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 18rem;
    position: absolute;
    bottom: -5rem;
    left: -5rem;
    transform: rotate(-10deg);
    width: 18rem;
    background: linear-gradient(45deg, rgb(172,179,169), rgb(209,212,204,0.5));
    opacity: 0.05;
}.cost_plan .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}.cost_plan .learn_pricing {
    display: flex;
    flex-direction: column;
}.cost_plan .cost_options {
    order: -1;
    margin-bottom: 3rem;
    position: relative;
}.cost_plan .cost_options h2 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
    position: relative;
    color: #000000;
}.cost_plan .cost_options h2::after {
    height: 3px;
    bottom: -0.5rem;
    position: absolute;
    width: 60%;
    left: 0;
    background: linear-gradient(90deg, rgb(209,212,204), transparent);
    content: "";
}.cost_plan .promo_plans {
    margin-bottom: 1rem;
    max-width: 800px;
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
}.cost_plan .rate_choices {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    width: 100%;
    display: grid;
}.cost_plan .fee_options {
    color: #000000;
    z-index: 2;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    position: relative;
    text-decoration: none;
}.cost_plan .discount_price {
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    overflow: hidden;
    min-height: 480px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    position: relative;
    transform: translateY(0);
    flex-direction: column;
    border: 1px solid rgba(0,0,0,0.06);
}.cost_plan .fee_options:hover .discount_price {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}.cost_plan .bundle_rate {
    display: flex;
    z-index: 2;
    position: relative;
    flex: 1;
    flex-direction: column;
    padding: 2rem;
    overflow: hidden;
}.cost_plan .bundle_rate h3 {
    font-size: calc(19px + 0.1rem);
    color: #000000;
    position: relative;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-weight: 600;
    transition: color 0.3s ease;
}.cost_plan .fee_options:hover .bundle_rate h3 {
    color: rgb(209,212,204);
}.cost_plan .cost_levels {
    display: block;
    transition: transform 0.3s ease;
    font-weight: 700;
    font-size: calc(19px + 0.5rem);
    color: rgb(209,212,204);
    position: relative;
    margin-bottom: 1.5rem;
}.cost_plan .cost_levels::before {
    content: "";
    transform-origin: left;
    position: absolute;
    left: 0;
    transition: transform 0.4s ease;
    width: 3rem;
    bottom: -0.75rem;
    height: 2px;
    background-color: rgb(209,212,204,0.5);
    transform: scaleX(1);
}.cost_plan .fee_options:hover .cost_levels::before {
    transform: scaleX(1.5);
}.cost_plan .bundle_rate p {
    overflow-wrap: break-word;
    word-break: break-word;
    flex-grow: 1;
    margin-bottom: 1.5rem;
    font-size: calc(12px - 0.1rem);
    color: #000000;
    line-height: 1.6;
}.cost_plan .post_image {
    transition: transform 0.6s ease;
    height: 180px;
    width: 100%;
    position: relative;
    overflow: hidden;
}.cost_plan .post_image::after {
    transition: opacity 0.3s ease;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.15), transparent);
    position: absolute;
    content: "";
    opacity: 0.7;
    right: 0;
    left: 0;
}.cost_plan .fee_options:hover .post_image {
    transform: scale(1.03);
}.cost_plan .fee_options:hover .post_image::after {
    opacity: 0.4;
}.cost_plan .discount_price::before {
    background: linear-gradient(90deg, rgb(209,212,204), rgb(172,179,169));
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    position: absolute;
    top: 0;
    height: 5px;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: 0;
}.cost_plan .fee_options:hover .discount_price::before {
    transform: scaleX(1);
}

@media (min-width: 768px) {.cost_plan .learn_pricing {
    gap: 2rem;
    align-items: flex-start;
    flex-direction: row;
}.cost_plan .cost_options {
    flex: 0 0 30%;
    order: 0;
    margin-bottom: 0;
    padding-top: 2rem;
}.cost_plan .rate_choices {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    flex: 0 0 70%;
}.cost_plan .discount_price {
    border-radius: 0.25rem;
}
}

@media (max-width: 767px) {.cost_plan {
    padding: 3rem 0;
}.cost_plan .rate_choices {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 500px;
}.cost_plan .cost_options h2 {
    display: block;
    text-align: center;
}.cost_plan .cost_options h2::after {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}.cost_plan .promo_plans {
    text-align: center;
}.cost_plan .discount_price {
    min-height: auto;
}.cost_plan .bundle_rate {
    padding: 1.5rem;
}.cost_plan .post_image {
    height: 160px;
}
}

@media (min-width: 1024px) {.cost_plan .rate_choices {
    grid-template-columns: repeat(2, 1fr);
}.cost_plan .fee_options:nth-child(odd) {
    transform: translateY(1.5rem);
}
}

@media (min-width: 1200px) {.cost_plan .cost_options {
    padding-top: 4rem;
}.cost_plan .fee_options:hover {
    z-index: 5;
}.cost_plan .rate_choices {
    row-gap: 2.5rem;
    column-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (prefers-reduced-motion: reduce) {.cost_plan .fee_options,
    .cost_plan .discount_price,
    .cost_plan .post_image,
    .cost_plan .cost_levels::before,
    .cost_plan .discount_price::before {
    transition: none;
}}.course_overview {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background-color: rgb(239,239,237);
}.course_overview::before {
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(209,212,204,0.5) 0%, transparent 50%, rgb(172,179,169,0.5) 100%);
}.course_overview::after {
    content: "";
    position: absolute;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    filter: blur(80px);
    background-color: rgb(209,212,204,0.5);
    z-index: 0;
    width: 200px;
    top: -50px;
    border-radius: 50%;
    right: -50px;
    height: 200px;
}.course_overview .training_plan {
    z-index: 2;
    display: flex;
    flex-direction: column;
}.course_overview .text_cube {
    margin: 0 auto 60px;
    position: relative;
    width: 80%;
}.course_overview .text_cube::before {
    top: -20px;
    border-radius: 10px;
    position: absolute;
    height: 4px;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(209,212,204), rgb(172,179,169));
    left: 0;
}.course_overview .text_cube h2 {
    color: #000000;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 15px;
    background-image: repeating-linear-gradient(45deg, rgb(209,212,204,0.5) 0px, rgb(209,212,204,0.5) 2px, transparent 2px, transparent 8px);
    transform: translateX(0);
    font-weight: 700;
    font-size: 35px;
    transition: transform 0.5s ease;
    position: relative;
}.course_overview .text_cube h2:hover {
    transform: translateX(10px);
}.course_overview .text_cube .description {
    color: #000000;
    padding-left: 20px;
    position: relative;
    line-height: 1.7;
    font-size: 18px;
    border-left: 2px solid rgb(209,212,204);
    margin-bottom: 20px;
}.course_overview .text_cube .description:last-child {
    position: relative;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    margin-top: 30px;
    z-index: 2;
    font-weight: 600;
    padding: 30px 40px;
    border-left: none;
    border-radius: 27px;
    background: rgba(0, 0, 0, 0.5);
}.course_overview .post_image {
    height: 100%;
    z-index: 1;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0.2;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}.course_overview .training_plan:hover .post_image {
    transform: scale(1.05);
    opacity: 0.3;
}.course_overview .post_image::before {
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(209,212,204,0.5) 0%, transparent 80%);
    top: 0;
}.course_overview .post_image::after {
    height: 40%;
    width: 80%;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(225deg, rgb(172,179,169,0.5) 0%, transparent 100%);
    content: "";
    right: 0;
    position: absolute;
}@keyframes floatAnimation {
    0% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(50px, 20px) scale(1.2);
    }
    50% {
        transform: translate(0, 40px) scale(0.8);
    }
    75% {
        transform: translate(-30px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

.course_overview .training_plan::before {
    z-index: -1;
    animation: pulseAnimation 10s infinite ease-in-out;
    bottom: -100px;
    width: 200px;
    background-color: rgb(172,179,169,0.5);
    height: 200px;
    position: absolute;
    filter: blur(100px);
    border-radius: 50%;
    left: -50px;
    content: "";
}.course_overview .training_plan::after {
    border: 4px solid rgb(209,212,204,0.5);
    content: "";
    border-radius: 10px;
    height: 40px;
    animation: rotateAnimation 20s infinite linear;
    width: 40px;
    right: -20px;
    position: absolute;
    z-index: -1;
    top: 40px;
}@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.course_overview .text_cube::after {
    animation: rotateAnimation 30s infinite linear reverse;
    content: "";
    position: absolute;
    z-index: -1;
    border: 2px dashed rgb(209,212,204,0.5);
    width: 100px;
    right: -60px;
    border-radius: 50%;
    height: 100px;
    top: -40px;
}.course_overview .text_cube .description:first-of-type {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(239,239,237) 10px,
        rgb(239,239,237) 12px
    );
    position: relative;
    overflow: hidden;
    padding: 20px;
    border-left: none;
    border-radius: 10px;
}.course_overview .text_cube .description:first-of-type::after {
    width: 100%;
    height: 2px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(209,212,204), transparent);
    bottom: 0;
    content: "";
}.course_overview .text_cube .description:last-child::before {
    background-size: cover;
    top: 0;
    border-radius: 27px;
    filter: brightness(0.5) contrast(1.2);
    content: "";
    z-index: -1;
    width: 100%;
    background-position: center;
    height: 100%;
    left: 0;
    position: absolute;
}

@media (max-width: 1024px) {.course_overview {
    padding: 80px 0;
}.course_overview .text_cube {
    width: 90%;
}
}

@media (max-width: 768px) {.course_overview {
    padding: 60px 0;
}.course_overview .text_cube {
    width: 100%;
    margin-bottom: 40px;
}.course_overview .text_cube h2 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.9);
}.course_overview .text_cube .description:last-child {
    padding: 25px 30px;
}
}

@media (max-width: 576px) {.course_overview {
    padding: 40px 0;
}.course_overview .text_cube h2 {
    font-size: calc(35px * 0.8);
}.course_overview .text_cube .description {
    font-size: calc(18px * 0.95);
}.course_overview .text_cube .description:last-child {
    padding: 20px;
}.course_overview::after,
    .course_overview .training_plan::before,
    .course_overview .text_cube::after {
    display: none;
}.course_overview .text_cube::before {
    width: 60px;
}}

.course_overview .training_plan .text_cube .description strong {
    font-weight: 600;
    color: rgb(172,179,169);
}.course_overview .container::before {
    height: 1px;
    position: absolute;
    left: -25%;
    background: linear-gradient(90deg, transparent, rgb(209,212,204,0.5), transparent);
    width: 150%;
    bottom: -40px;
    content: "";
}.course_overview .text_cube h2::after {
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: rgb(209,212,204,0.5);
    top: -15px;
    border-radius: 50%;
    left: -15px;
    content: "";
    z-index: -1;
    filter: blur(15px);
}.about_this {
    padding: 100px 0;
    background: rgb(239,239,237);
    position: relative;
    overflow: hidden;
}.about_this::before {
    position: absolute;
    opacity: 0.15;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(209,212,204,0.5) 100%);
}.about_this .container {
    position: relative;
    z-index: 1;
}.about_this .learn_spot {
    position: relative;
}.about_this h3 {
    margin-bottom: 70px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000000;
    position: relative;
    text-align: center;
    font-size: 48px;
}.about_this h3::after {
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(209,212,204);
    position: absolute;
    height: 5px;
    content: "";
    width: 100px;
    border-radius: 10px;
}.about_this .knowledge_experts {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}.about_this .knowledge_experts span {
    border-radius: 10px;
    z-index: 2;
    font-size: 19px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: -30px;
    color: rgb(209,212,204);
    padding: 8px 20px;
}.about_this .knowledge_experts p {
    z-index: 1;
    border-radius: 12px;
    flex: 1;
    color: #000000;
    margin-right: -50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    line-height: 1.8;
    font-size: 14px;
    background: #ffffff;
    padding: 40px;
    margin: 0;
}.about_this .knowledge_experts .post_image {
    height: 400px;
    transition: transform 0.5s ease;
    z-index: 0;
    position: relative;
    flex: 0 0 40%;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.about_this .knowledge_experts .post_image:hover {
    transform: scale(1.02);
}.about_this .skill_mastery {
    flex-direction: row-reverse;
    align-items: center;
    display: flex;
    position: relative;
}.about_this .skill_mastery p {
    font-size: 14px;
    border-radius: 12px;
    background: #ffffff;
    position: relative;
    margin: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    flex: 1;
    line-height: 1.8;
    padding: 40px;
    color: #000000;
    margin-left: -50px;
    z-index: 1;
}.about_this .skill_mastery .creds_block {
    flex: 0 0 40%;
    transition: transform 0.5s ease;
    z-index: 0;
    position: relative;
    height: 400px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}.about_this .skill_mastery .creds_block:hover {
    transform: scale(1.02);
}.about_this .knowledge_experts::before {
    height: 80%;
    left: -10px;
    border-radius: 10px;
    background: rgb(209,212,204);
    top: 50%;
    opacity: 0.7;
    content: "";
    transform: translateY(-50%);
    width: 20px;
    position: absolute;
}.about_this .skill_mastery::after {
    top: 50%;
    background: rgb(172,179,169);
    opacity: 0.7;
    border-radius: 10px;
    transform: translateY(-50%);
    right: -10px;
    position: absolute;
    height: 80%;
    width: 20px;
    content: "";
}.about_this .container::after {
    border-radius: 50%;
    content: "";
    right: -50px;
    height: 200px;
    z-index: -1;
    position: absolute;
    bottom: -50px;
    opacity: 0.2;
    width: 200px;
    background: rgb(172,179,169,0.5);
}.about_this .container::before {
    left: -50px;
    z-index: -1;
    border-radius: 50%;
    height: 200px;
    position: absolute;
    content: "";
    top: -50px;
    width: 200px;
    opacity: 0.2;
    background: rgb(209,212,204,0.5);
}.about_this .learn_spot::before {
    content: "";
    background: linear-gradient(to right, rgb(209,212,204,0.5), transparent);
    position: absolute;
    width: 50%;
    left: 0;
    top: 40px;
    height: 1px;
}.about_this .learn_spot::after {
    height: 1px;
    width: 50%;
    background: linear-gradient(to left, rgb(172,179,169,0.5), transparent);
    content: "";
    bottom: 0;
    position: absolute;
    right: 0;
}

@media screen and (max-width: 992px) {.about_this {
    padding: 80px 0;
}.about_this h3 {
    font-size: calc(48px * 0.85);
    margin-bottom: 60px;
}.about_this .knowledge_experts,
    .about_this .skill_mastery {
    flex-direction: column;
}.about_this .knowledge_experts p,
    .about_this .skill_mastery p {
    margin: 0 0 30px 0;
    width: 100%;
}.about_this .knowledge_experts .post_image,
    .about_this .skill_mastery .creds_block {
    width: 100%;
    height: 350px;
}.about_this .knowledge_experts::before {
    top: 0;
    left: 10%;
    width: 80%;
    transform: translateY(0);
    height: 15px;
}.about_this .skill_mastery::after {
    transform: translateY(0);
    top: auto;
    height: 15px;
    right: 10%;
    bottom: 0;
    width: 80%;
}.about_this .knowledge_experts span {
    top: -20px;
    left: 20px;
}
}

@media screen and (max-width: 768px) {.about_this {
    padding: 60px 0;
}.about_this h3 {
    margin-bottom: 50px;
    font-size: calc(48px * 0.7);
}.about_this h3::after {
    height: 4px;
    width: 80px;
}.about_this .knowledge_experts {
    margin-bottom: 60px;
}.about_this .knowledge_experts p,
    .about_this .skill_mastery p {
    padding: 30px;
}.about_this .knowledge_experts .post_image,
    .about_this .skill_mastery .creds_block {
    height: 300px;
}
}

@media screen and (max-width: 576px) {.about_this {
    padding: 50px 0;
}.about_this h3 {
    margin-bottom: 40px;
    font-size: calc(48px * 0.6);
}.about_this h3::after {
    width: 60px;
    bottom: -10px;
    height: 3px;
}.about_this .knowledge_experts {
    margin-bottom: 50px;
}.about_this .knowledge_experts span {
    font-size: calc(19px * 0.9);
    padding: 6px 15px;
}.about_this .knowledge_experts p,
    .about_this .skill_mastery p {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
    padding: 25px;
}.about_this .knowledge_experts .post_image,
    .about_this .skill_mastery .creds_block {
    height: 250px;
}.about_this .knowledge_experts::before,
    .about_this .skill_mastery::after {
    height: 10px;
}}.enroll_instantly {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(172,179,169) 0%, rgb(209,212,204) 100%);
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
}.enroll_instantly::before {
    background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    transform: rotate(-3deg) translateZ(-10px);
    height: 120%;
    left: -5%;
    z-index: 0;
    position: absolute;
    width: 110%;
    pointer-events: none;
    top: -10%;
    content: '';
}.enroll_instantly::after {
    content: '';
    width: 100%;
    z-index: 1;
    bottom: -2px;
    position: absolute;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.5) 0%, rgb(172,179,169) 50%, rgb(255, 255, 255, 0.5) 100%);
    left: 0;
    height: 5px;
    opacity: 0.7;
}.enroll_instantly .container {
    align-items: center;
    flex-direction: column;
    padding: 0 2rem;
    display: flex;
    z-index: 2;
    max-width: 1200px;
    transform: translateZ(0);
    position: relative;
    margin: 0 auto;
}.enroll_instantly h2 {
    margin-bottom: 2.5rem;
    font-size: 31px;
    transform: translateZ(20px);
    letter-spacing: 0.02em;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    color: #ffffff;
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
}.enroll_instantly .learn_spot {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 10px rgba(0,0,0,0.08);
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.95);
    border-radius: 4px;
    border-left: 4px solid rgb(209,212,204);
    position: relative;
    padding: 2rem 3rem;
    transform: translateZ(30px) rotateX(2deg);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    gap: 1.5rem;
}.enroll_instantly .learn_spot:hover {
    transform: translateZ(40px) rotateX(0deg) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
}.enroll_instantly svg {
    width: 48px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    height: 48px;
    transform: translateZ(10px);
}.enroll_instantly .learn_spot:hover svg {
    transform: translateZ(15px) rotate(5deg);
}.enroll_instantly svg path {
    fill: rgb(172,179,169);
    transition: fill 0.3s ease;
}.enroll_instantly .learn_spot:hover svg path {
    fill: rgb(209,212,204);
}.enroll_instantly .learn_spot div {
    display: flex;
    align-items: center;
    justify-content: center;
}.enroll_instantly .message_request {
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(5px);
    background: linear-gradient(135deg, rgb(209,212,204) 0%, rgb(172,179,169) 100%);
    overflow: hidden;
    font-weight: 600;
    display: inline-block;
    position: relative;
    letter-spacing: 0.05em;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    color: #ffffff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    padding: 0.9rem 1.8rem;
}.enroll_instantly .message_request::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    transition: left 0.6s ease;
    left: -100%;
    width: 100%;
    height: 100%;
    content: '';
}.enroll_instantly .message_request:hover {
    transform: translateY(-3px) translateZ(15px);
    background: linear-gradient(135deg, rgb(172,179,169) 0%, rgb(209,212,204) 100%);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}.enroll_instantly .message_request:hover::before {
    left: 100%;
}.enroll_instantly .message_request:active {
    transform: translateY(1px) translateZ(10px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

@media (max-width: 991px) {.enroll_instantly {
    padding: 4rem 0;
}.enroll_instantly h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.9);
}.enroll_instantly .learn_spot {
    padding: 1.8rem 2.5rem;
}.enroll_instantly svg {
    width: 42px;
    height: 42px;
}
}

@media (max-width: 767px) {.enroll_instantly {
    padding: 3.5rem 0;
}.enroll_instantly h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.8rem;
    line-height: 1.5;
}.enroll_instantly .learn_spot {
    gap: 1.2rem;
    padding: 1.5rem 2rem;
    flex-direction: column;
}.enroll_instantly svg {
    height: 36px;
    width: 36px;
}.enroll_instantly .message_request {
    padding: 0.8rem 1.5rem;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 479px) {.enroll_instantly {
    padding: 3rem 0;
}.enroll_instantly h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.5rem;
}.enroll_instantly .learn_spot {
    width: 90%;
    padding: 1.2rem 1.5rem;
}.enroll_instantly svg {
    width: 30px;
    height: 30px;
}.enroll_instantly .message_request {
    font-size: calc(14px * 0.9);
    width: 100%;
    padding: 0.7rem 1.2rem;
}}.contact {
    position: relative;
    background: rgb(239,239,237);
    padding: 90px 0;
    overflow: hidden;
}.contact::before {
    border-radius: 50%;
    z-index: 1;
    right: -150px;
    height: 400px;
    width: 400px;
    content: "";
    filter: blur(70px);
    position: absolute;
    background: linear-gradient(45deg, rgb(209,212,204,0.5), rgb(172,179,169,0.5));
    top: -150px;
}.contact::after {
    bottom: -100px;
    background: linear-gradient(225deg, rgb(172,179,169,0.5), rgb(209,212,204,0.5));
    position: absolute;
    filter: blur(60px);
    border-radius: 50%;
    z-index: 1;
    width: 300px;
    height: 300px;
    left: -100px;
    content: "";
}.contact .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 30px;
    max-width: 1200px;
}.contact h2 {
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
    font-size: 38px;
}.contact h2::before {
    background: rgb(209,212,204,0.5);
    border-radius: 50%;
    left: calc(50% - 120px);
    position: absolute;
    width: 50px;
    z-index: -1;
    content: "";
    top: -25px;
    height: 50px;
}.contact h2::after {
    z-index: -1;
    right: calc(50% - 100px);
    background: rgb(172,179,169,0.5);
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    height: 30px;
    content: "";
    width: 30px;
}.contact .inquiry_reach {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    display: flex;
}.contact .inquiry_reach::before {
    content: "";
    position: absolute;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(209,212,204,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(172,179,169,0.5) 99%
    );
    inset: 0;
    z-index: 0;
    pointer-events: none;
}.contact .post_image {
    position: relative;
    min-height: 500px;
    flex: 0 0 45%;
    transition: transform 0.5s ease;
}.contact .post_image::before {
    inset: 0;
    content: "";
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}.contact .post_image::after {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.3);
    pointer-events: none;
    z-index: 2;
    right: 20px;
    left: 20px;
    position: absolute;
    bottom: 20px;
    top: 20px;
}.contact .help_form {
    display: flex;
    flex: 0 0 55%;
    flex-direction: column;
    position: relative;
    padding: 60px;
    justify-content: center;
}.contact form {
    position: relative;
    z-index: 3;
}.contact form h3 {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 30px;
    color: #000000;
}.contact form input[type="text"] {
    padding: 18px 25px;
    transition: all 0.3s ease;
    border-radius: 12px;
    color: #000000;
    background: rgb(239,239,237);
    font-size: 15px;
    width: 100%;
    border: none;
    margin-bottom: 25px;
}.contact form input[type="text"]:focus {
    background: linear-gradient(rgb(239,239,237), rgb(239,239,237)) padding-box,
                linear-gradient(to right, rgb(209,212,204), rgb(172,179,169)) border-box;
    border: 1px solid transparent;
    outline: none;
    box-shadow: 0 5px 15px rgba(rgb(209,212,204), 0.1);
}.contact form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.contact .inquiry_form {
    position: relative;
    margin-bottom: 30px;
}.contact .inquiry_form input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact .inquiry_form label {
    padding-left: 35px;
    position: relative;
    align-items: center;
    color: #000000;
    cursor: pointer;
    display: flex;
    font-size: 12px;
}.contact .inquiry_form label::before {
    position: absolute;
    background: rgb(239,239,237);
    height: 22px;
    left: 0;
    top: 0;
    width: 22px;
    content: "";
    border-radius: 6px;
    transition: all 0.3s ease;
}.contact .inquiry_form input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(209,212,204), rgb(172,179,169));
}.contact .inquiry_form input[type="checkbox"]:checked + label::after {
    content: "";
    left: 8px;
    width: 6px;
    top: 4px;
    border: solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    border-width: 0 2px 2px 0;
    height: 12px;
}.contact .inquiry_form label a {
    color: rgb(209,212,204);
    transition: color 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}.contact .inquiry_form label a:hover {
    color: rgb(172,179,169);
}.contact .message_request {
    border: none;
    width: 100%;
    z-index: 1;
    position: relative;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(209,212,204), rgb(172,179,169));
    color: #ffffff;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.5s ease;
    font-size: 16px;
    padding: 20px;
}.contact .message_request::before {
    transform: scaleX(0);
    transition: transform 0.5s ease;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    transform-origin: right;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(172,179,169), rgb(209,212,204));
}.contact .message_request:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact svg {
    fill: none;
    stroke: rgb(209,212,204);
    transition: all 0.3s ease;
    margin-right: 12px;
    height: 24px;
    width: 24px;
}.contact svg path {
    transition: all 0.3s ease;
    stroke: rgb(209,212,204);
    fill: none;
    stroke-width: 2;
}.contact svg:hover,
.contact svg:hover path {
    stroke: rgb(172,179,169);
}

@media (max-width: 1024px) {.contact {
    padding: 70px 0;
}.contact .help_form {
    padding: 45px;
}.contact .post_image {
    min-height: 450px;
}
}

@media (max-width: 768px) {.contact {
    padding: 60px 0;
}.contact h2 {
    margin-bottom: 40px;
}.contact .inquiry_reach {
    flex-direction: column;
}.contact .post_image {
    flex: 0 0 300px;
    min-height: 300px;
    width: 100%;
}.contact .help_form {
    flex: 0 0 auto;
    padding: 40px 30px;
}.contact form h3 {
    margin-bottom: 25px;
}.contact form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.contact {
    padding: 50px 0;
}.contact h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 30px;
}.contact .post_image {
    min-height: 220px;
}.contact .help_form {
    padding: 30px 20px;
}.contact form h3 {
    margin-bottom: 20px;
    font-size: calc(23px * 0.9);
}.contact form input[type="text"] {
    padding: 14px 16px;
    font-size: calc(15px * 0.95);
    margin-bottom: 16px;
}.contact .message_request {
    padding: 16px;
}.contact .inquiry_form label {
    font-size: calc(12px * 0.95);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    left: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(209,212,204,0.5) 35%, rgb(172,179,169,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    background-size: 300% 300%;
    z-index: -1;
    animation: gradientFlow 20s ease infinite;
    right: 0;
    opacity: 0.75;
    bottom: 0;
    top: 0;
    position: absolute;
}footer::after {
    position: absolute;
    z-index: -1;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(209,212,204,0.5) 25%, rgb(209,212,204,0.5) 26%, transparent 27%, transparent 74%, rgb(172,179,169,0.5) 75%, rgb(172,179,169,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(209,212,204,0.5) 25%, rgb(209,212,204,0.5) 26%, transparent 27%, transparent 74%, rgb(172,179,169,0.5) 75%, rgb(172,179,169,0.5) 76%, transparent 77%, transparent);
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.15;
    right: 0;
    background-size: 50px 50px;
}.med_guides {
    color: #ffffff;
    padding: 4rem 0 2.5rem;
    position: relative;
}.med_guides::before {
    position: absolute;
    height: 2px;
    top: 0;
    width: 100%;
    left: 0;
    box-shadow: 0 0 20px rgb(209,212,204,0.5);
    opacity: 0.8;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(209,212,204), rgb(172,179,169), transparent);
}.med_guides .container {
    display: flex;
    gap: 3rem;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}.med_guides .company_holder {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.4s ease;
    backdrop-filter: blur(8px);
    flex: 1 1 350px;
    padding: 2rem;
    position: relative;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    overflow: hidden;
}.med_guides .company_holder::before {
    background: linear-gradient(90deg, transparent, rgb(209,212,204), transparent);
    content: "";
    left: -50%;
    height: 1px;
    transform: translateY(-1px);
    position: absolute;
    top: 0;
    width: 200%;
}.med_guides .company_holder::after {
    bottom: 0;
    height: 1px;
    content: "";
    transform: translateY(1px);
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(172,179,169), transparent);
    position: absolute;
}.med_guides .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(209,212,204,0.5);
}.med_guides .company_holder h3 {
    margin: 0 0 1.5rem;
    text-shadow: 0 0 15px rgb(209,212,204,0.5);
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 28px;
    position: relative;
}.med_guides .company_holder h3::after {
    bottom: -8px;
    box-shadow: 0 0 10px rgb(209,212,204);
    content: "";
    left: 0;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(209,212,204), rgb(172,179,169));
    width: 50px;
    height: 3px;
    transition: width 0.3s ease-out;
}.med_guides .company_holder:hover h3::after {
    width: 100%;
}.med_guides .cert_display {
    line-height: 1.6;
    opacity: 0.85;
    text-shadow: 0 0 10px #000000;
    max-width: 100%;
    font-size: 16px;
    color: #ffffff;
}.med_guides .case_study {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.med_guides .nav_start {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.med_guides .header_navbar {
    border-radius: 10px;
    backdrop-filter: blur(8px);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    min-width: 250px;
    padding: 2rem;
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
}.med_guides .header_navbar::before {
    left: -50%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(172,179,169), transparent);
    transform: translateY(-1px);
    width: 200%;
    top: 0;
    height: 1px;
    content: "";
}.med_guides .header_navbar::after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(209,212,204), transparent);
    left: 0;
    bottom: 0;
    transform: translateY(1px);
}.med_guides .header_navbar:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(172,179,169,0.5);
    transform: translateY(-5px);
}.med_guides .header_navbar h5 {
    position: relative;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 0.5px;
    margin: 0 0 1.5rem;
    font-weight: 600;
    font-size: 22px;
    text-shadow: 0 0 15px rgb(172,179,169,0.5);
}.med_guides .header_navbar h5::after {
    box-shadow: 0 0 10px rgb(172,179,169);
    transition: width 0.3s ease-out;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(172,179,169), rgb(209,212,204));
    border-radius: 10px;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: -8px;
}.med_guides .header_navbar:hover h5::after {
    width: 100%;
}.med_guides .header_navbar .nav_start {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.med_guides .header_navbar .nav_start a {
    z-index: 1;
    position: relative;
    opacity: 0.8;
    border-radius: 10px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px #000000;
    color: #ffffff;
}.med_guides .header_navbar .nav_start a::before {
    border-radius: 10px;
    transition: all 0.3s ease;
    z-index: -1;
    content: "";
    opacity: 0.5;
    width: 3px;
    position: absolute;
    background: linear-gradient(180deg, rgb(209,212,204), rgb(172,179,169));
    height: 100%;
    top: 0;
    left: 0;
}.med_guides .header_navbar .nav_start a::after {
    z-index: -1;
    height: 100%;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    content: "";
    width: 0;
    position: absolute;
    opacity: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}.med_guides .header_navbar .nav_start a:hover {
    text-shadow: 0 0 10px rgb(172,179,169,0.5);
    color: #ffffff;
    opacity: 1;
    padding-left: 1.5rem;
}.med_guides .header_navbar .nav_start a:hover::before {
    opacity: 1;
    width: 5px;
    box-shadow: 0 0 10px rgb(209,212,204);
}.med_guides .header_navbar .nav_start a:hover::after {
    width: 100%;
    opacity: 0.2;
}.cheat_sheet {
    background: rgba(0, 0, 0, 0.5);
    padding: 2rem 0;
    position: relative;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}.cheat_sheet::before {
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(209,212,204), rgb(172,179,169), transparent);
    content: "";
    height: 1px;
    opacity: 0.5;
    left: 0;
}.cheat_sheet .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.cheat_sheet .event_cal {
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 12px;
    opacity: 0.7;
    text-align: center;
    text-shadow: 0 0 5px #000000;
}.cheat_sheet .event_cal:hover {
    text-shadow: 0 0 8px rgb(172,179,169,0.5);
    opacity: 1;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.med_guides .container {
    gap: 2rem;
}.med_guides .company_holder {
    flex: 1 1 320px;
}.med_guides .case_study {
    flex: 1 1 calc(100% - 370px);
    min-width: 320px;
}
}

@media (max-width: 992px) {.med_guides {
    padding: 3.5rem 0 2rem;
}.med_guides .container {
    flex-direction: column;
    gap: 2rem;
}.med_guides .company_holder,
    .med_guides .case_study {
    flex: 1 1 100%;
    min-width: 100%;
}.med_guides .header_navbar {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}

@media (max-width: 768px) {.med_guides {
    padding: 3rem 0 1.5rem;
}.med_guides .company_holder,
    .med_guides .header_navbar {
    padding: 1.5rem;
}.med_guides .nav_start {
    gap: 1.5rem;
}.med_guides .company_holder h3 {
    font-size: calc(28px - 2px);
}.med_guides .header_navbar h5 {
    font-size: calc(22px - 1px);
}.med_guides .company_holder:hover,
    .med_guides .header_navbar:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.med_guides {
    padding: 2.5rem 0 1rem;
}.med_guides .nav_start {
    gap: 1rem;
}.med_guides .header_navbar {
    flex: 1 1 100%;
    min-width: 100%;
}.med_guides .header_navbar .nav_start a {
    padding: 0.4rem 0.8rem;
}.med_guides .header_navbar .nav_start a:hover {
    padding-left: 1.2rem;
}.cheat_sheet {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.med_guides .company_holder:hover,
    .med_guides .header_navbar:hover {
    transform: translateY(-2px);
}}.ty_banner {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,239,237), rgba(245, 247, 250, 0.95));
    padding: 5rem 0;
}.ty_banner::before {
    height: 100%;
    z-index: 1;
    width: 50%;
    position: absolute;
    background: linear-gradient(to bottom right, rgb(209,212,204,0.5), transparent);
    right: 0;
    content: "";
    top: 0;
    opacity: 0.15;
    transform: skewX(-15deg) translateX(20%);
}.ty_banner::after {
    width: 100%;
    background: linear-gradient(90deg, 
    transparent, 
    rgb(172,179,169), 
    rgb(209,212,204), 
    transparent);
    left: 0;
    bottom: 0;
    height: 3px;
    z-index: 2;
    position: absolute;
    content: "";
}.ty_banner .container {
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 3;
}.ty_banner h2 {
    color: #000000;
    font-family: Arial, sans-serif;
    max-width: 85%;
    transform: translateX(-1rem);
    opacity: 0;
    margin-bottom: 2.5rem;
    font-size: 30px;
    animation: slideTitle 0.8s ease-out forwards 0.3s;
    position: relative;
    font-weight: 700;
    line-height: 1.3;
}.ty_banner h2::after {
    background: rgb(209,212,204);
    position: absolute;
    content: "";
    left: 0;
    bottom: -0.8rem;
    width: 5rem;
    transform: scaleX(0);
    height: 3px;
    transform-origin: left;
    animation: growLine 1s ease-out forwards 0.8s;
}.ty_banner .learn_spot {
    opacity: 0;
    background: #ffffff;
    animation: slideUp 0.8s ease-out forwards 0.5s;
    position: relative;
    transform: translateY(1rem);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    border-left: 4px solid rgb(209,212,204);
}.ty_banner .learn_spot::before {
    border-radius: 50%;
    z-index: 0;
    top: 2rem;
    content: "";
    height: 8rem;
    position: absolute;
    opacity: 0.12;
    background: linear-gradient(135deg, rgb(172,179,169,0.5), transparent);
    right: 2rem;
    width: 8rem;
}.ty_banner ul {
    position: relative;
    padding: 0;
    list-style: none;
    z-index: 2;
    margin: 0;
}.ty_banner li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}.ty_banner li:last-child {
    margin-bottom: 0;
}.ty_banner li::before {
    width: 0.5rem;
    transform: rotate(45deg) scale(0);
    height: 0.5rem;
    position: absolute;
    top: 0.6rem;
    left: 0;
    content: "";
    background: rgb(209,212,204);
    animation: growBox 0.6s ease-out forwards 1.2s;
}.ty_banner li span {
    color: #000000;
    display: block;
    line-height: 1.7;
    animation: fadeIn 0.8s ease-out forwards 0.7s;
    font-size: 18px;
    opacity: 0;
    transform: translateX(0.5rem);
    font-family: Arial, sans-serif;
}

@keyframes slideTitle {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@keyframes growBox {
  from {
    transform: rotate(45deg) scale(0);
  }
  to {
    transform: rotate(45deg) scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(0.5rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (hover: hover) {.ty_banner .learn_spot:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.ty_banner .learn_spot:hover::before {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}
}

@media (max-width: 991px) {.ty_banner {
    padding: 4rem 0;
}.ty_banner h2 {
    max-width: 95%;
    font-size: calc(30px * 0.9);
}.ty_banner .learn_spot {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.ty_banner {
    padding: 3rem 0;
}.ty_banner::before {
    width: 70%;
}.ty_banner .container {
    padding: 0 1.5rem;
}.ty_banner h2 {
    max-width: 100%;
    font-size: calc(30px * 0.8);
    margin-bottom: 2rem;
}.ty_banner .learn_spot {
    padding: 2rem 1.5rem;
}.ty_banner .learn_spot::before {
    width: 6rem;
    height: 6rem;
    right: 1.5rem;
    top: 1.5rem;
}
}

@media (max-width: 480px) {.ty_banner {
    padding: 2.5rem 0;
}.ty_banner h2 {
    line-height: 1.4;
    font-size: calc(30px * 0.7);
}.ty_banner h2::after {
    width: 4rem;
}.ty_banner .learn_spot {
    padding: 1.75rem 1.25rem;
    border-left-width: 3px;
}.ty_banner li {
    padding-left: 1.25rem;
}.ty_banner li span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}.welcome_page {
    min-height: 100vh;
    position: relative;
    background-image: linear-gradient(135deg, rgb(239,239,237) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
}.welcome_page::before {
    left: -5%;
    content: "";
    z-index: 0;
    border-radius: 40% 60% 70% 30%;
    height: 50%;
    opacity: 0.15;
    filter: blur(80px);
    position: absolute;
    top: -10%;
    background: rgb(209,212,204,0.5);
    animation: float 15s infinite alternate ease-in-out;
    width: 35%;
}.welcome_page::after {
    position: absolute;
    background: rgb(172,179,169,0.5);
    animation: float 12s infinite alternate-reverse ease-in-out;
    width: 30%;
    filter: blur(60px);
    right: -5%;
    z-index: 0;
    height: 40%;
    opacity: 0.15;
    bottom: -5%;
    content: "";
    border-radius: 50% 40% 30% 60%;
}.welcome_page .learn_spot {
    flex-direction: column;
    height: 100%;
    z-index: 1;
    display: flex;
    position: relative;
    min-height: 90vh;
    margin: 0 auto;
    max-width: 1400px;
    padding: 3rem 2rem;
}.welcome_page h1 {
    transform: translateY(0);
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    position: relative;
    font-size: 38px;
    margin-bottom: 2rem;
    z-index: 2;
    max-width: 90%;
}.welcome_page h1::after {
    content: "";
    position: absolute;
    border-radius: 3px;
    background: linear-gradient(90deg, rgb(209,212,204) 0%, rgb(172,179,169) 100%);
    transition: width 0.5s ease;
    height: 6px;
    width: 100px;
    bottom: -0.75rem;
    left: 0;
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
}.welcome_page h1:hover::after {
    width: 150px;
}.welcome_page .text_cube {
    z-index: 2;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
    justify-content: center;
}.welcome_page .main_home {
    padding: 2.5rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    max-width: 600px;
    background: rgba(255, 255, 255, 0.85);
    transform: translateZ(0);
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.05),
                -8px -8px 30px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.6),
                inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    width: 100%;
}.welcome_page .main_home:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.08),
                -10px -10px 35px rgba(255, 255, 255, 0.9),
                inset 1px 1px 1px rgba(255, 255, 255, 0.7),
                inset -1px -1px 1px rgba(0, 0, 0, 0.07);
}.welcome_page .main_home p {
    font-size: calc(13px * 1.2);
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.6;
    position: relative;
}.welcome_page svg {
    transition: transform 0.5s ease, filter 0.5s ease;
    display: block;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
    width: 140px;
    height: 140px;
    margin: 1rem auto 2rem;
}.welcome_page svg:hover {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.15));
}.welcome_page svg path {
    transition: fill 0.3s ease;
}.welcome_page svg:hover path {
    fill: rgb(209,212,204);
}.welcome_page svg text {
    transition: fill 0.3s ease;
}.welcome_page svg:hover text {
    fill: rgb(172,179,169);
}.welcome_page .message_request {
    transition: all 0.3s ease;
    box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.1),
                -6px -6px 18px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    font-weight: 600;
    position: relative;
    border: none;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, rgb(209,212,204) 0%, rgb(172,179,169) 100%);
    font-size: 17px;
    text-decoration: none;
    border-radius: 30px;
    transform: translateZ(0);
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
}.welcome_page .message_request::before {
    position: absolute;
    width: 100%;
    transition: all 0.5s ease;
    left: -100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
    top: 0;
    height: 100%;
    content: "";
}.welcome_page .message_request:hover {
    box-shadow: 8px 8px 24px rgba(0, 0, 0, 0.15),
                -8px -8px 24px rgba(255, 255, 255, 0.9),
                inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px) translateZ(0);
}.welcome_page .message_request:hover::before {
    left: 100%;
}.welcome_page .message_request:active {
    transform: translateY(2px) translateZ(0);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1),
                -4px -4px 10px rgba(255, 255, 255, 0.8),
                inset 2px 2px 6px rgba(0, 0, 0, 0.1),
                inset -2px -2px 6px rgba(255, 255, 255, 0.5);
}.welcome_page .post_image {
    height: 350px;
    transform: translateZ(0) rotate(0deg);
    border-radius: 16px;
    margin-top: 2rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 0.7s ease, box-shadow 0.7s ease;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1),
                -10px -10px 30px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
}.welcome_page .post_image::after {
    top: 0;
    background: linear-gradient(135deg, rgba(94,170,168,0.2) 0%, rgba(255,255,255,0) 70%);
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
}.welcome_page .post_image:hover {
    box-shadow: 15px 15px 35px rgba(0, 0, 0, 0.15),
                -15px -15px 35px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.4);
    transform: translateZ(0) rotate(1deg) scale(1.02);
}

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

@media (min-width: 768px) {.welcome_page .learn_spot {
    padding: 4rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
}.welcome_page h1 {
    font-size: calc(38px * 1.2);
    max-width: 70%;
}.welcome_page .text_cube {
    width: 50%;
    margin-bottom: 0;
}.welcome_page .post_image {
    height: 450px;
    width: 45%;
    margin-top: 0;
}
}

@media (min-width: 992px) {.welcome_page .learn_spot {
    min-height: 85vh;
    padding: 5rem;
}.welcome_page h1 {
    font-size: calc(38px * 1.4);
    max-width: 60%;
}.welcome_page .text_cube {
    width: 45%;
}.welcome_page .post_image {
    height: 550px;
    transform: translateZ(0) translateX(0) rotate(0deg);
    width: 50%;
}.welcome_page .post_image:hover {
    transform: translateZ(0) translateX(-10px) rotate(1deg) scale(1.03);
}.welcome_page svg {
    height: 160px;
    width: 160px;
}
}

@media (min-width: 1200px) {.welcome_page .learn_spot {
    padding: 6rem;
}.welcome_page h1 {
    font-size: calc(38px * 1.6);
    max-width: 90%;
}.welcome_page .text_cube {
    width: 40%;
}.welcome_page .post_image {
    height: 600px;
    width: 55%;
}.welcome_page .main_home p {
    font-size: calc(13px * 1.3);
}.welcome_page svg {
    height: 180px;
    width: 180px;
}
}

@media (max-width: 767px) {.welcome_page h1 {
    font-size: calc(38px * 0.9);
}.welcome_page .main_home {
    padding: 1.5rem;
}.welcome_page .main_home p {
    font-size: 13px;
}.welcome_page .message_request {
    padding: 0.8rem 1.5rem;
}.welcome_page svg {
    width: 120px;
    height: 120px;
}}.privacy_frame {
    border: 1px solid #000000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(239,239,237);
    padding: 30px;
    font-family: Arial, sans-serif;
}.privacy_frame h1 {
    margin: 20px 0;
    font-size: 33px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}.privacy_frame h2 {
    font-weight: 600;
    color: #000000;
    margin: 15px 0;
    font-size: 22px;
}.privacy_frame h3, .privacy_frame h4, .privacy_frame h5, .privacy_frame h6 {
    color: #000000;
    font-size: 22px;
    margin: 10px 0;
}.privacy_frame ul {
    margin: 15px 0;
    padding-left: 20px;
    list-style-type: square;
    color: #000000;
}.privacy_frame li {
    font-size: 14px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.privacy_frame {
    padding: 20px;
}.privacy_frame h1 {
    font-size: 22px;
}.privacy_frame h2 {
    font-size: 17px;
}.privacy_frame ul {
    font-size: 14px;
}}
.training_specialist {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
    background: linear-gradient(160deg, rgb(239,239,237) 0%, #000000 100%);
    min-height: 700px;
}.training_specialist::before {
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
    filter: blur(70px);
    position: absolute;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    content: "";
    background: 
        radial-gradient(circle at 80% 20%, rgb(209,212,204,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(172,179,169,0.5) 0%, transparent 35%);
    z-index: 1;
    left: 0;
}.training_specialist .container {
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.training_specialist .client_quotes {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    backdrop-filter: blur(15px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    padding: 3rem;
    grid-template-columns: 1.2fr 0.8fr;
    position: relative;
    border-radius: 15px;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    min-height: 580px;
    gap: 30px;
    display: grid;
}.training_specialist .client_quotes::before {
    opacity: 0.2;
    z-index: -1;
    left: 0;
    background-size: 200% 200%;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, transparent, rgb(209,212,204,0.5), transparent);
    animation: shimmerEffect 10s ease-in-out infinite;
    position: absolute;
}.training_specialist .post_image {
    position: relative;
    border-radius: 15px;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    grid-row: 1 / span 2;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    height: 100%;
    transform: scale(1) rotate(0deg);
    filter: contrast(1.1) brightness(1.05);
    z-index: 3;
    grid-column: 2;
}.training_specialist .client_quotes:hover .post_image {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}.training_specialist .post_image::before {
    content: "";
    box-sizing: border-box;
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
    width: 100%;
}.training_specialist .name {
    z-index: 4;
    grid-row: 1;
    grid-column: 1;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    color: #ffffff;
    font-size: 35px;
    transform: translateX(0);
    margin: 0;
    position: relative;
}.training_specialist .client_quotes:hover .name {
    transform: translateX(10px);
}.training_specialist .name::after {
    height: 3px;
    width: 0;
    transition: width 0.6s ease;
    left: 0;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(209,212,204), rgb(172,179,169));
    position: absolute;
}.training_specialist .client_quotes:hover .name::after {
    width: 120px;
}.training_specialist .client_quotes span:not(.name) {
    z-index: 3;
    padding: 0.7rem 1.5rem;
    border-radius: 10px;
    grid-column: 1;
    backdrop-filter: blur(10px);
    font-weight: 600;
    grid-row: 1;
    transform: translateX(0);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    width: max-content;
    margin-top: 4rem;
    font-size: 24px;
    color: rgb(172,179,169);
    background: rgba(0, 0, 0, 0.2);
}.training_specialist .client_quotes:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}.training_specialist .emp_wrap {
    grid-row: 2;
    line-height: 1.8;
    font-size: 14px;
    backdrop-filter: blur(10px);
    transform: translateY(0);
    grid-column: 1;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    color: #ffffff;
    border-left: 4px solid rgb(172,179,169);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    overflow: hidden;
    padding: 2rem;
    border-radius: 15px;
    z-index: 2;
}.training_specialist .client_quotes:hover .emp_wrap {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.training_specialist .emp_wrap::before {
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    z-index: -1;
    top: 0;
    background-size: 200% 200%;
    position: absolute;
    animation: shimmerEffect 5s ease-in-out infinite;
    height: 100%;
}.training_specialist .container::after {
    background: conic-gradient(from 135deg, rgb(209,212,204,0.5) 0%, rgb(172,179,169,0.5) 50%, rgb(209,212,204,0.5) 100%);
    bottom: -200px;
    animation: rotateGlow 25s linear infinite;
    width: 400px;
    opacity: 0.2;
    z-index: -1;
    left: -200px;
    position: absolute;
    height: 400px;
    content: "";
    filter: blur(80px);
    border-radius: 50%;
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.training_specialist .client_quotes {
    padding: 2rem;
    grid-template-columns: 1fr;
    gap: 20px;
    grid-template-rows: auto auto auto;
}.training_specialist .post_image {
    height: 350px;
    grid-column: 1;
    grid-row: 1;
}.training_specialist .name {
    grid-row: 2;
    margin: 0;
    grid-column: 1;
}.training_specialist .client_quotes span:not(.name) {
    grid-row: 2;
    grid-column: 1;
    margin-top: 3.5rem;
}.training_specialist .emp_wrap {
    grid-column: 1;
    grid-row: 3;
}.training_specialist .client_quotes:hover .name,
    .training_specialist .client_quotes:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.training_specialist {
    padding: 5rem 0;
}.training_specialist .client_quotes {
    padding: 1.5rem;
}.training_specialist .post_image {
    height: 250px;
}.training_specialist .name {
    font-size: 24px;
}.training_specialist .client_quotes span:not(.name) {
    margin-top: 3rem;
    font-size: 14px;
    padding: 0.6rem 1rem;
}.training_specialist .emp_wrap {
    line-height: 1.6;
    padding: 1.5rem;
    font-size: calc(14px * 0.9);
}
}