* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.netiquette {
    flex: 0 0 auto;
}.first_section {
    flex: 1 0 auto;
}.wrapping-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
contain
    scroll-behavior: auto;
}.container {
    max-width: 100%;
    width: 1238px;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}::-webkit-scrollbar {
    background: radial-gradient(circle at top left, #ffffff 0%, rgb(255, 255, 255, 0.5) 94%, rgb(183,136,123) 58%, rgb(183,136,123,0.5) 35%, rgb(185,204,177) 38%, rgb(185,204,177,0.5) 31%, rgb(203,218,223) 78%);
    scroll-behavior: smooth;
    width: 17px;
}::-webkit-scrollbar-track {
    border-radius: 7.4em;
    background: rgb(185,204,177,0.5);
    box-shadow: inset 0px 3px 7px 2px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb {
    background: rgb(183,136,123);
    border-radius: 7.5vw;
    transition: all, background 1.6s linear;
    min-height: 67px;
    box-shadow: -5px -2px 4px 2px rgba(0, 0, 0, 0.6);
}html {
    scrollbar-width: thin;
    scrollbar-color: #ffffff rgb(183,136,123);
}header,footer {
    width: 100%;
}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;
}}
.tyNote {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(185,204,177,0.5), rgb(183,136,123), rgb(185,204,177));
    padding: 6rem 2rem;
}.tyNote::before {
    content: "";
    opacity: 0.6;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    position: absolute;
    top: 0;
    background-size: 60px 60px, 40px 40px;
    left: 0;
    animation: shimmer 15s infinite linear;
    z-index: -1;
    width: 100%;
    height: 100%;
}.tyNote::after {
    top: -10%;
    content: "";
    z-index: -1;
    height: 70%;
    right: -5%;
    background: linear-gradient(160deg, rgb(183,136,123,0.5), transparent);
    width: 40%;
    position: absolute;
    filter: blur(40px);
    transform: rotate(-15deg) skew(20deg);
}.tyNote .container {
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.tyNote .virtual_track {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: center bottom;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.95);
    padding: 3.5rem;
    position: relative;
}.tyNote .virtual_track::before {
    background: linear-gradient(90deg, rgb(185,204,177), rgb(183,136,123), rgb(185,204,177));
    animation: shimmerBorder 3s infinite linear;
    transform-origin: left center;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    height: 6px;
    position: absolute;
    opacity: 0.9;
}.tyNote .virtual_track::after {
    width: 90%;
    position: absolute;
    bottom: -20px;
    content: "";
    filter: blur(15px);
    border-radius: 50%;
    height: 20px;
    left: 5%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.07);
}.tyNote .virtual_track > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.tyNote .virtual_track > div:first-child::after {
    bottom: -0.75rem;
    width: 60px;
    transform: scaleX(0);
    left: 0;
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(183,136,123);
    position: absolute;
    height: 3px;
    content: "";
    transform-origin: left center;
}.tyNote h5 {
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
    transform: translateY(20px);
    line-height: 1.4;
    color: #000000;
    opacity: 0;
    font-size: 24px;
    font-weight: 700;
}.tyNote p {
    color: #000000;
    font-size: 17px;
    opacity: 0;
    line-height: 1.8;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
}.tyNote a {
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
    position: relative;
    color: inherit;
}.tyNote a::before {
    width: 30%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scaleX(0);
    height: 2px;
    content: "";
    transform-origin: right center;
    position: absolute;
    background: rgb(185,204,177,0.5);
    right: 0;
    bottom: -10px;
}.tyNote a:hover {
    transform: translateX(5px);
}.tyNote a:hover::before {
    transform: scaleX(1);
}

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

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

@keyframes shimmer {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 100px 100px, -100px -100px;
    }
}

@keyframes shimmerBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (hover: hover) {.tyNote .virtual_track:hover {
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}
}

@media screen and (max-width: 992px) {.tyNote {
    padding: 5rem 2rem;
}.tyNote .virtual_track {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.tyNote h5 {
    font-size: calc(24px * 0.9);
}
}

@media screen and (max-width: 768px) {.tyNote {
    padding: 4rem 1.5rem;
}.tyNote .virtual_track {
    transform: none;
    padding: 2rem;
}.tyNote .virtual_track::before {
    height: 4px;
}.tyNote h5 {
    font-size: calc(24px * 0.85);
}.tyNote p {
    font-size: calc(17px * 0.95);
}
}

@media screen and (max-width: 576px) {.tyNote {
    padding: 3rem 1rem;
}.tyNote .virtual_track {
    padding: 1.75rem;
}.tyNote .virtual_track::before {
    height: 3px;
}.tyNote h5 {
    font-size: calc(24px * 0.8);
}.tyNote p {
    font-size: calc(17px * 0.9);
    line-height: 1.7;
}.tyNote .virtual_track > div:first-child {
    margin-bottom: 1.5rem;
}}.course_program_info {
    overflow: hidden;
    background: rgb(203,218,223);
    padding: 120px 0;
    position: relative;
}.course_program_info::before {
    background: rgb(185,204,177);
    transform: rotate(45deg);
    position: absolute;
    content: "";
    opacity: 0.1;
    width: 200px;
    z-index: 1;
    top: -50px;
    height: 200px;
    right: -50px;
}.course_program_info::after {
    position: absolute;
    height: 300px;
    opacity: 0.08;
    z-index: 1;
    border-radius: 50%;
    width: 300px;
    content: "";
    background: rgb(183,136,123);
    bottom: -100px;
    left: -100px;
}.course_program_info .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.course_program_info .career_ready {
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    gap: 40px;
    grid-template-columns: 1fr;
    transform: translateY(0);
}.course_program_info .career_ready:hover {
    transform: translateY(-6px);
}.course_program_info .photo_gallery {
    height: 300px;
    overflow: hidden;
    position: relative;
}.course_program_info .photo_gallery::after {
    bottom: 0;
    background: linear-gradient(135deg, 
        rgb(185,204,177,0.5) 0%, 
        transparent 40%, 
        rgb(183,136,123,0.5) 100%);
    right: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
}.course_program_info .text_box_content {
    position: relative;
    padding: 40px;
    background: linear-gradient(to bottom right, 
        #ffffff 0%, 
        rgba(255, 255, 255, 0.95) 100%);
}.course_program_info .text_box_content::before {
    transform-origin: top;
    top: 0;
    width: 4px;
    background: rgb(185,204,177);
    transition: transform 0.5s ease;
    content: "";
    height: 60px;
    transform: scaleY(0);
    position: absolute;
    left: 0;
}.course_program_info .career_ready:hover .text_box_content::before {
    transform: scaleY(1);
}.course_program_info h3 {
    font-size: calc(18px * 1.1);
    margin-bottom: 24px;
    line-height: 1.4;
    padding-bottom: 12px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    position: relative;
    font-weight: 700;
    color: #000000;
}.course_program_info h3::after {
    position: absolute;
    width: 60px;
    bottom: 0;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 2px;
    content: "";
    left: 0;
    background: rgb(183,136,123);
}.course_program_info .career_ready:hover h3::after {
    width: 100px;
}.course_program_info .description {
    color: #000000;
    padding-right: 10px;
    position: relative;
    overflow-y: auto;
    max-height: 300px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}.course_program_info .description::-webkit-scrollbar {
    width: 4px;
}.course_program_info .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.course_program_info .description::-webkit-scrollbar-thumb {
    background: rgb(183,136,123,0.5);
    border-radius: 10px;
}.course_program_info span.description {
    display: none;
}

@media (min-width: 768px) {.course_program_info .career_ready {
    gap: 0;
    grid-template-columns: 1fr 1.5fr;
}.course_program_info .photo_gallery {
    height: auto;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.course_program_info .text_box_content {
    padding: 60px 60px 60px 80px;
    margin-left: -60px;
    z-index: 2;
}
}

@media (min-width: 992px) {.course_program_info {
    padding: 140px 0;
}.course_program_info .career_ready {
    grid-template-columns: 1fr 1.3fr;
}.course_program_info .photo_gallery {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}.course_program_info .text_box_content {
    padding: 80px 80px 80px 100px;
    margin-left: -80px;
}.course_program_info h3 {
    margin-bottom: 30px;
    font-size: 38px;
}.course_program_info .description {
    max-height: 380px;
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.course_program_info {
    padding: 80px 0;
}.course_program_info .text_box_content {
    padding: 30px;
}.course_program_info h3 {
    font-size: 17px;
    margin-bottom: 20px;
}.course_program_info .description {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.course_program_info {
    padding: 60px 0;
}.course_program_info .photo_gallery {
    height: 200px;
}.course_program_info .text_box_content {
    padding: 25px 20px;
}.course_program_info h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(17px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.course_program_info .career_ready,
    .course_program_info .text_box_content::before,
    .course_program_info h3::after {
    transition: none;
}}.cookie_notice_message {
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(203,218,223);
    position: fixed;
    border-top: 1px solid rgb(185,204,177);
    padding: 20px 0;
    width: 100%;
    bottom: 0;
    z-index: 1000;
    animation: fadeInUp 0.5s ease-out;
}.cookie_notice_message .consent_learn {
    margin-right: 20px;
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transform-origin: center;
}.cookie_notice_message .consent_learn svg {
    height: 60px;
    width: 60px;
    fill: rgb(185,204,177);
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookie_notice_message .cookie_tab {
    flex-grow: 1;
}.cookie_notice_message .cookie_tab h5 {
    font-size: 23px;
    color: rgb(185,204,177);
    margin-bottom: 6px;
}.cookie_notice_message .cookie_tab p {
    margin: 0;
    color: #000000;
    line-height: 1.5;
    font-size: 14px;
}.cookie_notice_message .digital_consent {
    display: inline-block;
    margin-top: 20px;
    color: #ffffff;
    background-color: rgb(185,204,177);
    border-radius: 5px;
    transition: transform 0.3s, box-shadow 0.3s;
    padding: 10px 20px;
    font-size: 18px;
    text-decoration: none;
    margin-right: 15px;
}.cookie_notice_message .digital_consent:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.cookie_notice_message .digital_consent:active {
    transform: translateY(1px);
    box-shadow: none;
}
@media (max-width: 768px) {.cookie_notice_message .consent_learn {
    margin-right: 0;
    margin-bottom: 15px;
}.cookie_notice_message .digital_consent {
    margin-left: 0;
    width: 48%;
    text-align: center;
}}
#cookie_alert_panel {
    display: none;
}#cookie_alert_panel:checked ~ .cookie_notice_message {
    visibility: hidden;
    opacity: 0;
}.company_overview {
    background: rgb(203,218,223);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.company_overview::before {
    background: 
        radial-gradient(
            ellipse at top left,
            rgb(185,204,177,0.5) 0%,
            transparent 50%
        ),
        radial-gradient(
            ellipse at bottom right,
            rgb(183,136,123,0.5) 0%,
            transparent 50%
        );
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 0;
    top: 0;
}.company_overview::after {
    left: 0;
    content: "";
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    animation: movePattern 20s linear infinite;
    top: 0;
    background-size: 60px 60px;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.05;
}.company_overview .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 25px;
    margin: 0 auto;
}.company_overview .virtual_track {
    flex-wrap: wrap;
    position: relative;
    gap: 50px;
    display: flex;
}.company_overview h3 {
    text-align: left;
    color: #000000;
    font-size: 47px;
    position: relative;
    font-weight: 700;
    overflow: hidden;
    margin-bottom: 60px;
    width: 100%;
}.company_overview h3::after {
    height: 3px;
    width: 0;
    content: "";
    left: 0;
    position: absolute;
    bottom: -5px;
    background: linear-gradient(90deg, rgb(185,204,177), rgb(183,136,123));
    animation: lineExpand 1.5s forwards;
}.company_overview .legacy_story {
    display: flex;
    z-index: 2;
    background: #ffffff;
    flex-direction: column;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 40px;
    flex: 1;
    min-width: 300px;
    transition: all 0.4s ease;
}.company_overview .legacy_story::before {
    content: "";
    background: rgb(185,204,177);
    height: 20px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    opacity: 0.8;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 20px;
}.company_overview .legacy_story::after {
    content: "";
    left: 10px;
    position: absolute;
    width: 20px;
    bottom: 10px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    opacity: 0.8;
    height: 20px;
    z-index: 1;
    background: rgb(183,136,123);
}.company_overview .legacy_story span {
    margin-bottom: 15px;
    display: inline-block;
    padding: 5px 15px;
    background: linear-gradient(to right, rgb(185,204,177,0.5), transparent);
    color: rgb(185,204,177);
    transform: translateX(-15px);
    position: relative;
    font-weight: 600;
    font-size: 22px;
}.company_overview .legacy_story p {
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 30px;
    color: #000000;
}.company_overview .legacy_story .photo_gallery {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    height: 280px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.company_overview .legacy_story .photo_gallery::before {
    content: "";
    background: rgb(185,204,177,0.5);
    top: 0;
    transition: opacity 0.5s ease;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    z-index: 1;
}.company_overview .legacy_story:hover .photo_gallery {
    transform: scale(1.03);
}.company_overview .legacy_story:hover .photo_gallery::before {
    opacity: 0.2;
}.company_overview .master_study {
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    flex: 1;
    padding: 40px;
    background: #ffffff;
    min-width: 300px;
}.company_overview .master_study::before {
    position: absolute;
    width: 20px;
    top: 10px;
    left: 10px;
    content: "";
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 1;
    opacity: 0.8;
    height: 20px;
    background: rgb(183,136,123);
}.company_overview .master_study::after {
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    background: rgb(185,204,177);
    content: "";
    width: 20px;
    bottom: 10px;
    right: 10px;
    height: 20px;
    z-index: 1;
    opacity: 0.8;
}.company_overview .master_study p {
    background: linear-gradient(to bottom, rgb(183,136,123,0.5), transparent);
    margin-bottom: 40px;
    position: relative;
    border-radius: 10px;
    font-size: 16px;
    padding: 20px;
    line-height: 1.7;
    color: #000000;
}.company_overview .master_study .expert_learnings {
    border-radius: 0;
    height: 180px;
    width: 180px;
    margin: 0 auto;
    position: relative;
    transition: all 0.5s ease;
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}.company_overview .master_study .expert_learnings::before {
    position: absolute;
    transition: opacity 0.5s ease;
    inset: 0;
    content: "";
    opacity: 0.6;
    background: 
        linear-gradient(
            -45deg,
            rgb(183,136,123,0.5),
            transparent 60%
        );
    z-index: 1;
}.company_overview .master_study .expert_learnings::after {
    box-shadow: inset 0 0 0 2px rgb(183,136,123);
    inset: 0;
    content: "";
    clip-path: polygon(
        25% 5%, 
        75% 5%, 
        95% 25%, 
        95% 75%, 
        75% 95%, 
        25% 95%, 
        5% 75%, 
        5% 25%
    );
    z-index: 2;
    transition: all 0.5s ease;
    opacity: 0.5;
    position: absolute;
}.company_overview .master_study:hover .expert_learnings::after {
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
    opacity: 1;
}.company_overview .legacy_story:hover,
.company_overview .master_study:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

@keyframes lineExpand {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}

@keyframes movePattern {
    0% {
        background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    }
    100% {
        background-position: 60px 60px, 60px 90px, 90px 30px, 30px 60px;
    }
}

@media (max-width: 1100px) {.company_overview {
    padding: 90px 0;
}.company_overview .virtual_track {
    align-items: center;
    flex-direction: column;
}.company_overview h3 {
    text-align: center;
    font-size: calc(47px * 0.9);
}.company_overview h3::after {
    left: 50%;
    transform: translateX(-50%);
}.company_overview .legacy_story,
    .company_overview .master_study {
    max-width: 600px;
    width: 100%;
}
}

@media (max-width: 768px) {.company_overview {
    padding: 70px 0;
}.company_overview h3 {
    font-size: calc(47px * 0.8);
    margin-bottom: 40px;
}.company_overview .legacy_story,
    .company_overview .master_study {
    padding: 30px;
}.company_overview .legacy_story .photo_gallery {
    height: 240px;
}.company_overview .legacy_story span {
    font-size: calc(22px * 0.9);
}.company_overview .master_study .expert_learnings {
    width: 160px;
    height: 160px;
}
}

@media (max-width: 576px) {.company_overview {
    padding: 50px 0;
}.company_overview .container {
    padding: 0 20px;
}.company_overview h3 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.7);
}.company_overview .legacy_story,
    .company_overview .master_study {
    padding: 25px;
    clip-path: none;
}.company_overview .legacy_story .photo_gallery {
    height: 200px;
}.company_overview .master_study p {
    padding: 15px;
}.company_overview .master_study .expert_learnings {
    height: 140px;
    width: 140px;
}}.privacy_holdfast {
    padding: 40px;
    margin: 0 auto;
    background: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #000000;
    overflow: hidden;
    max-width: 1200px;
    width: 90%;
}.privacy_holdfast:before, .privacy_holdfast:after {
    height: 100%;
    z-index: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 100%;
    transform-origin: center;
    content: "";
    background: linear-gradient(45deg, rgb(185,204,177,0.5), rgb(183,136,123,0.5));
    position: absolute;
    opacity: 0.2;
}.privacy_holdfast h1 {
    margin-top: 20px;
    border-bottom: 2px solid rgb(185,204,177);
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 41px;
    z-index: 1;
    font-weight: 700;
    text-transform: uppercase;
}.privacy_holdfast h2 {
    padding-bottom: 5px;
    color: rgb(183,136,123);
    z-index: 1;
    position: relative;
    border-bottom: 1px solid rgb(183,136,123,0.5);
    margin-top: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 36px;
}.privacy_holdfast ul, .privacy_holdfast ol {
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    list-style: none;
    padding-left: 0;
}.privacy_holdfast li {
    margin-bottom: 10px;
    font-size: 12px;
    padding-left: 30px;
    line-height: 1.6;
    counter-increment: list-counter;
    position: relative;
}.privacy_holdfast li:before {
    content: counter(list-counter, decimal-leading-zero);
    position: absolute;
    font-weight: 700;
    font-size: 17px;
    color: rgb(185,204,177);
    left: 0;
    top: 0;
}.privacy_holdfast div {
    line-height: 1.8;
    position: relative;
    padding: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1;
    background: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
}.privacy_holdfast .container {
    z-index: 1;
    position: relative;
}.privacy_holdfast h3, .privacy_holdfast h4, .privacy_holdfast h5, .privacy_holdfast h6 {
    z-index: 1;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: rgb(185,204,177);
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}.privacy_holdfast p, .privacy_holdfast span {
    margin-bottom: 10px;
    color: #000000;
    position: relative;
    line-height: 1.6;
    z-index: 1;
    font-size: 12px;
}.privacy_holdfast a {
    font-weight: 600;
    position: relative;
    text-decoration: none;
    z-index: 1;
    border-bottom: 1px solid rgb(183,136,123);
    color: rgb(183,136,123);
}.privacy_holdfast a:hover {
    color: rgb(185,204,177);
    border-bottom: 1px solid rgb(185,204,177);
}.privacy_holdfast button {
    border-radius: 10px;
    position: relative;
    background: rgb(185,204,177);
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    z-index: 1;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
}.privacy_holdfast button:hover {
    background: rgb(183,136,123);
}

@media only screen and (max-width: 800px) {.privacy_holdfast {
    padding: 20px;
    width: 95%;
}.privacy_holdfast h1 {
    font-size: calc(22px - 5px);
}.privacy_holdfast h2 {
    font-size: calc(22px - 3px);
}.privacy_holdfast ul, .privacy_holdfast ol {
    padding-left: 10px;
}.privacy_holdfast li {
    padding-left: 20px;
}.privacy_holdfast button {
    padding: 10px 20px;
}}.receive_updates {
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(185,204,177,0.5), rgb(183,136,123));
}.receive_updates::before {
    height: 300px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    right: -100px;
    position: absolute;
    content: "";
    opacity: 0.1;
    top: -100px;
    transform: rotate(45deg);
    width: 300px;
    z-index: 1;
    background: rgb(185,204,177);
    animation: float 15s infinite ease-in-out;
}.receive_updates::after {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    left: -50px;
    background: rgb(183,136,123);
    z-index: 1;
    bottom: -50px;
    animation: morph 20s infinite alternate ease-in-out;
    content: "";
    position: absolute;
    width: 200px;
    opacity: 0.08;
    height: 200px;
}.receive_updates .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.receive_updates .virtual_track {
    transform-origin: center bottom;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    gap: 2rem;
    flex-direction: column;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 
                0 1px 0 rgba(255, 255, 255, 0.5) inset,
                0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}.receive_updates .virtual_track:hover {
    transform: perspective(1000px) rotateX(0deg);
}.receive_updates h4 {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    font-size: 22px;
    margin: 0;
    line-height: 1.4;
    position: relative;
    font-weight: 600;
    color: #000000;
    transform: translateY(0);
}.receive_updates h4::before {
    height: calc(100% - 1rem);
    left: 0;
    content: "";
    background: rgb(185,204,177);
    transform: scaleY(0);
    top: 0.5rem;
    transition: transform 0.4s ease;
    width: 4px;
    position: absolute;
    transform-origin: top;
}.receive_updates .virtual_track:hover h4::before {
    transform: scaleY(1);
}.receive_updates .virtual_track:hover h4 {
    transform: translateY(-5px);
}.receive_updates .input_holder {
    position: relative;
    flex-wrap: wrap;
    z-index: 2;
    gap: 1rem;
    display: flex;
}.receive_updates .input_holder span {
    position: relative;
    min-width: 200px;
    flex: 1;
}.receive_updates .input_holder input[type="email"] {
    font-size: 16px;
    background: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    padding: 1rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    outline: none;
}.receive_updates .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 20px rgba(var(--primary-color-rgb), 0.15);
    transform: translateY(-2px);
    border-color: rgb(185,204,177);
}.receive_updates .input_holder input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.receive_updates .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.6;
}.receive_updates .input_holder .enroll_instantly {
    padding: 1rem 1.5rem;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    background: rgb(185,204,177);
    font-size: 20px;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    border: none;
    font-family: Arial, sans-serif;
}.receive_updates .input_holder .enroll_instantly::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: left 0.5s ease;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
}.receive_updates .input_holder .enroll_instantly:hover {
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb), 0.25);
    background: rgb(185,204,177);
    transform: translateY(-3px);
}.receive_updates .input_holder .enroll_instantly:hover::before {
    left: 100%;
}.receive_updates .input_holder .enroll_instantly:active {
    transform: translateY(0);
}

@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    50% {
        transform: rotate(45deg) translate(20px, 20px);
    }
}

@keyframes morph {
    0%, 100% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
    }
    75% {
        border-radius: 60% 40% 50% 50% / 30% 60% 40% 70%;
    }
}

@media screen and (min-width: 768px) {.receive_updates {
    padding: 5rem 3rem;
}.receive_updates .virtual_track {
    align-items: center;
    padding: 3rem;
    gap: 3rem;
    border-radius: 10px;
    flex-direction: row;
}.receive_updates h4 {
    flex: 1;
    padding-left: 2rem;
    font-size: calc(22px * 1.1);
}.receive_updates h4::before {
    width: 6px;
}.receive_updates .input_holder {
    flex: 1;
    margin-left: 1rem;
}
}

@media screen and (max-width: 767px) {.receive_updates {
    padding: 3rem 1.5rem;
}.receive_updates .virtual_track {
    padding: 1.5rem;
}.receive_updates h4 {
    padding-bottom: 1.5rem;
    padding-left: 0;
    text-align: center;
    font-size: calc(22px * 0.9);
}.receive_updates h4::before {
    top: auto;
    height: 4px;
    transform: translateX(-50%) scaleX(0);
    left: 50%;
    width: 50px;
    bottom: 0;
}.receive_updates .virtual_track:hover h4::before {
    transform: translateX(-50%) scaleX(1);
}.receive_updates .input_holder {
    flex-direction: column;
}.receive_updates .input_holder span {
    width: 100%;
}
}

@media (prefers-reduced-motion: reduce) {.receive_updates .virtual_track,
    .receive_updates h4,
    .receive_updates h4::before,
    .receive_updates .input_holder input[type="email"],
    .receive_updates .input_holder .enroll_instantly,
    .receive_updates .input_holder .enroll_instantly::before {
    animation: none;
    transition: none;
}.receive_updates::before,
    .receive_updates::after {
    animation: none;
}}.training_results {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(203,218,223) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}.training_results::before {
    animation: float 15s infinite alternate ease-in-out;
    border-radius: 50%;
    filter: blur(60px);
    top: -100px;
    content: "";
    background: linear-gradient(45deg, rgb(185,204,177,0.5) 0%, transparent 70%);
    position: absolute;
    right: -100px;
    height: 400px;
    width: 400px;
}.training_results::after {
    border-radius: 50%;
    filter: blur(50px);
    animation: float 12s infinite alternate-reverse ease-in-out;
    bottom: -50px;
    background: linear-gradient(225deg, rgb(183,136,123,0.5) 0%, transparent 70%);
    left: -50px;
    content: "";
    height: 300px;
    width: 300px;
    position: absolute;
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    100% {
        transform: translate(30px, 30px) rotate(15deg);
    }
}

.training_results .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.training_results .virtual_track {
    padding: 40px;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(185,204,177);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    gap: 60px;
    display: flex;
    border-radius: 16px;
    align-items: center;
    transition: transform 0.4s ease;
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
}.training_results .virtual_track:hover {
    transform: perspective(1000px) rotateX(0deg);
}.training_results .photo_gallery {
    transition: transform 0.5s ease;
    width: 40%;
    border-radius: 16px;
    max-width: 380px;
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%);
    transform: rotate(-2deg);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.15),
        -10px -10px 20px rgba(255, 255, 255, 0.05);
}.training_results .photo_gallery:hover {
    transform: rotate(0deg) scale(1.02);
}.training_results .text_box_content {
    width: 60%;
}.training_results h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 29px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
}.training_results h3::after {
    width: 80px;
    height: 4px;
    border-radius: 10px;
    left: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(90deg, rgb(185,204,177), transparent);
    position: absolute;
}.training_results ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.training_results li {
    margin-bottom: 15px;
    transition: transform 0.3s ease;
    padding-left: 15px;
}.training_results li:hover {
    transform: translateX(5px);
}.training_results li p {
    align-items: center;
    gap: 15px;
    font-size: 16px;
    margin: 0;
    display: flex;
    color: #000000;
}.training_results svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}.training_results svg path {
    fill: rgb(185,204,177);
    transition: fill 0.3s ease;
}.training_results li:hover svg path {
    fill: rgb(183,136,123);
}
@media (max-width: 992px) {.training_results {
    padding: 80px 0;
}.training_results .virtual_track {
    padding: 30px;
    gap: 40px;
}.training_results h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.training_results .virtual_track {
    gap: 30px;
    flex-direction: column;
}.training_results .photo_gallery {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}.training_results .text_box_content {
    width: 100%;
}
}

@media (max-width: 576px) {.training_results {
    padding: 60px 0;
}.training_results .virtual_track {
    padding: 20px;
}.training_results h3 {
    font-size: calc(29px * 0.8);
}.training_results li p {
    font-size: calc(16px * 0.9);
}.training_results svg {
    height: 20px;
    width: 20px;
}}.user_comments {
    overflow: hidden;
    background: radial-gradient(circle at 70% 30%, rgb(183,136,123,0.5) 0%, rgb(203,218,223) 70%);
    padding: 140px 0 160px;
    position: relative;
}.user_comments::before {
    position: absolute;
    animation: rotateBackground 60s linear infinite;
    left: 50%;
    top: 50%;
    opacity: 0.1;
    background: conic-gradient(
        from 0deg, 
        transparent 0deg,
        rgb(185,204,177,0.5) 10deg,
        transparent 20deg,
        transparent 70deg,
        rgb(183,136,123,0.5) 80deg,
        transparent 90deg,
        transparent 180deg,
        rgb(185,204,177,0.5) 190deg,
        transparent 200deg,
        transparent 250deg,
        rgb(183,136,123,0.5) 260deg,
        transparent 270deg,
        transparent 360deg
    );
    transform: translate(-50%, -50%);
    height: 150vw;
    width: 150vw;
    border-radius: 50%;
    content: "";
}@keyframes rotateBackground {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.user_comments .virtual_track {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.user_comments h4 {
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    text-align: center;
    font-size: 29px;
    position: relative;
    margin-bottom: 100px;
}.user_comments h4::before,
.user_comments h4::after {
    bottom: -20px;
    content: "";
    height: 3px;
    background: rgb(185,204,177);
    position: absolute;
}.user_comments h4::before {
    width: 80px;
    left: calc(50% - 100px);
}.user_comments h4::after {
    width: 80px;
    right: calc(50% - 100px);
}.user_comments .edu_testimonials {
    gap: 40px;
    margin: 0 auto;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1100px;
    display: grid;
}.user_comments .edu_testimonials::before {
    position: absolute;
    z-index: -1;
    transform: translate(-50%, -50%) scale(1.05);
    width: 100%;
    opacity: 0.5;
    height: 100%;
    content: "";
    top: 50%;
    left: 50%;
    border-radius: 29px;
    border: 2px dashed rgb(185,204,177,0.5);
}.user_comments .feedback_perspectives {
    transition: all 0.4s ease;
    flex-direction: column;
    align-items: center;
    padding: 0;
    display: flex;
    width: 100%;
    position: relative;
}.user_comments .feedback_perspectives:hover {
    transform: translateY(-10px) scale(1.03);
    z-index: 5;
}.user_comments .feedback_perspectives .photo_gallery {
    position: relative;
    transition: all 0.3s ease;
    height: 80px;
    margin-bottom: 15px;
    z-index: 2;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    width: 80px;
}.user_comments .feedback_perspectives:hover .photo_gallery {
    box-shadow: 0 8px 25px rgb(185,204,177,0.5);
    transform: scale(1.1);
}.user_comments .feedback_perspectives::after {
    left: 50%;
    top: 70px;
    position: absolute;
    z-index: 1;
    content: "";
    height: 60px;
    background: linear-gradient(to bottom, rgb(185,204,177,0.5), transparent);
    width: 2px;
    transform: translateX(-50%);
}.user_comments .feedback_perspectives span {
    color: #000000;
    text-align: center;
    font-weight: 600;
    z-index: 2;
    margin-bottom: 10px;
    position: relative;
    padding: 0 10px;
    font-size: 19px;
    display: block;
    font-family: Arial, sans-serif;
}.user_comments .feedback_perspectives p {
    font-weight: 400;
    line-height: 1.5;
    border-radius: 29px;
    font-size: 13px;
    text-align: center;
    width: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 20px;
    transition: all 0.3s ease;
    background: #ffffff;
}.user_comments .feedback_perspectives:hover p {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.user_comments .feedback_perspectives p::before {
    left: 50%;
    content: "";
    top: -10px;
    border-left: 10px solid transparent;
    position: absolute;
    border-bottom: 10px solid #ffffff;
    transform: translateX(-50%);
    border-right: 10px solid transparent;
}.user_comments .feedback_perspectives:last-child:nth-child(3n-1) {
    grid-column: 2;
}.user_comments .feedback_perspectives:last-child:nth-child(3n-2) {
    grid-column: 2;
}

@media (max-width: 1200px) {.user_comments .edu_testimonials {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.user_comments .feedback_perspectives {
    width: 100%;
}.user_comments .feedback_perspectives:last-child:nth-child(2n-1) {
    margin: 0 auto;
    grid-column: 1 / span 2;
    width: 80%;
}
}

@media (max-width: 768px) {.user_comments {
    padding: 80px 0 100px;
}.user_comments .edu_testimonials {
    grid-template-columns: 1fr;
    gap: 40px;
}.user_comments .feedback_perspectives {
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
}.user_comments .feedback_perspectives:last-child:nth-child(2n-1) {
    grid-column: 1;
    width: 100%;
}.user_comments .feedback_perspectives:hover {
    transform: translateY(-5px);
}.user_comments h4 {
    margin-bottom: 50px;
}}.pricing_structure {
    overflow: hidden;
    position: relative;
    padding: 5rem 1rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(203,218,223), rgba(0, 0, 0, 0.5));
}.pricing_structure::before {
    content: "";
    z-index: 1;
    top: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(185,204,177,0.5) 30%, transparent 70%);
    height: 100%;
    width: 100%;
    opacity: 0.1;
    pointer-events: none;
    left: 0;
    position: absolute;
}.pricing_structure .container {
    margin: 0 auto;
    max-width: 1400px;
    z-index: 2;
    position: relative;
}.pricing_structure .plan_deals {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}.pricing_structure .rate_card {
    opacity: 0;
    margin: 0 auto 2rem;
    animation: fadeUp 0.8s ease-out forwards;
    max-width: 800px;
    text-align: center;
    order: -1;
    transform: translateY(20px);
}.pricing_structure .rate_card h2 {
    font-size: 35px;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 700;
}.pricing_structure .rate_card h2::after {
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    bottom: -10px;
    height: 3px;
    width: 80px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(185,204,177), rgb(183,136,123));
}.pricing_structure .lesson_rates {
    font-size: 18px;
    margin: 0 auto;
    max-width: 90%;
    color: #000000;
    line-height: 1.6;
}.pricing_structure .rate_options {
    perspective: 1000px;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_structure .plan_details {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    color: #000000;
    border-radius: 28px;
    text-decoration: none;
    position: relative;
    opacity: 0;
    display: block;
    overflow: hidden;
    background: #ffffff;
    transform: translateZ(0) scale(1);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}.pricing_structure .plan_details:nth-child(1) {
    animation-delay: 0.1s;
}.pricing_structure .plan_details:nth-child(2) {
    animation-delay: 0.2s;
}.pricing_structure .plan_details:nth-child(3) {
    animation-delay: 0.3s;
}.pricing_structure .plan_details:nth-child(4) {
    animation-delay: 0.4s;
}.pricing_structure .plan_details::before {
    content: "";
    left: 0;
    height: 5px;
    transform-origin: left;
    top: 0;
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, rgb(185,204,177), rgb(183,136,123));
    position: absolute;
}.pricing_structure .plan_details:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(30px) scale(1.03);
}.pricing_structure .plan_details:hover::before {
    transform: scaleX(1);
}.pricing_structure .learning_fee {
    height: 100%;
    display: flex;
    flex-direction: column;
}.pricing_structure .access_plans {
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    padding: 2rem;
}.pricing_structure .access_plans h3 {
    position: relative;
    color: #000000;
    font-size: 21px;
    margin: 0 0 1rem;
    transition: color 0.3s ease;
    font-weight: 700;
}.pricing_structure .plan_details:hover .access_plans h3 {
    color: rgb(185,204,177);
}.pricing_structure .cost_plan {
    position: relative;
    margin-bottom: 1.5rem;
    color: rgb(185,204,177);
    font-size: 2rem;
    font-weight: 700;
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
}.pricing_structure .cost_plan::after {
    content: "";
    bottom: -8px;
    height: 2px;
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    background-color: rgb(183,136,123);
    position: absolute;
}.pricing_structure .plan_details:hover .cost_plan {
    transform: translateY(-3px);
}.pricing_structure .plan_details:hover .cost_plan::after {
    width: 80px;
}.pricing_structure .access_plans p {
    overflow-wrap: break-word;
    font-size: calc(18px - 2px);
    flex-grow: 1;
    word-break: break-word;
    color: #000000;
    margin: 0;
    line-height: 1.6;
}.pricing_structure .photo_gallery {
    height: 200px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    position: relative;
}.pricing_structure .photo_gallery::after {
    left: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0.7;
    transition: opacity 0.5s ease;
    content: "";
}.pricing_structure .plan_details:hover .photo_gallery {
    transform: scale(1.05);
}.pricing_structure .plan_details:hover .photo_gallery::after {
    opacity: 0.4;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (min-width: 768px) {.pricing_structure {
    padding: 7rem 2rem;
}.pricing_structure .plan_deals {
    flex-direction: row;
    align-items: flex-start;
}.pricing_structure .rate_card {
    text-align: left;
    flex: 0 0 30%;
    justify-content: center;
    order: 0;
    padding-right: 2rem;
    flex-direction: column;
    display: flex;
    margin: 0;
}.pricing_structure .rate_card h2 {
    text-align: left;
}.pricing_structure .rate_card h2::after {
    transform: none;
    left: 0;
}.pricing_structure .lesson_rates {
    max-width: 100%;
    margin: 0;
}.pricing_structure .rate_options {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
    flex: 0 0 70%;
}
}

@media (min-width: 992px) {.pricing_structure .rate_options {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing_structure {
    padding: 8rem 2rem;
}.pricing_structure .rate_card {
    flex: 0 0 25%;
}.pricing_structure .rate_options {
    flex: 0 0 75%;
}.pricing_structure .access_plans {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.pricing_structure .plan_details {
    max-width: 400px;
    margin: 0 auto;
}.pricing_structure .rate_card h2 {
    font-size: calc(35px * 0.9);
}.pricing_structure .lesson_rates {
    font-size: calc(18px * 0.95);
}}header {
    position: relative;
    width: 100%;
    z-index: 100;
    background: linear-gradient(to right, rgb(185,204,177,0.5), rgb(183,136,123,0.5));
    padding: 1.5rem 3%;
}header::before {
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: none;
    left: 0.5rem;
    border-radius: 10px;
    top: 0.5rem;
    z-index: 0;
    right: 0.5rem;
    position: absolute;
    bottom: 0.5rem;
}header::after {
    left: 0;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    width: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
    content: '';
}header .container {
    margin: 0;
    z-index: 1;
    width: 100%;
    padding: 0;
    max-width: 100%;
    position: relative;
}header .nav_teach {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    padding: 1.5rem;
    position: relative;
    align-items: center;
}header .nav_teach::before {
    background: linear-gradient(to bottom, rgb(185,204,177), rgb(183,136,123));
    content: '';
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 5px;
}header .nav_teach::after {
    height: 100%;
    right: 0;
    width: 5px;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(183,136,123), rgb(185,204,177));
    content: '';
}header .top_base {
    display: flex;
    padding: 0 0 1rem 0;
    text-decoration: none;
    justify-content: center;
    position: relative;
}header .top_base::after {
    position: absolute;
    bottom: 0;
    width: 80px;
    content: '';
    background: rgb(185,204,177,0.5);
    height: 1px;
    transform: translateX(-50%);
    left: 50%;
}header .top_base svg {
    width: 170px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    height: auto;
}header .top_base:hover svg {
    transform: scale(1.03);
}header .nav_base {
    justify-content: center;
    flex-wrap: wrap;
    max-width: 90%;
    gap: 0.7rem;
    width: 100%;
    display: flex;
    padding-top: 1rem;
}header .main_top {
    padding: 0.7rem 1.3rem;
    color: #000000;
    transition: all 0.3s ease;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.03);
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    position: relative;
    font-size: 15px;
    background: rgb(203,218,223);
    font-family: Arial, sans-serif;
}header .main_top::before {
    width: 3px;
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(185,204,177), rgb(183,136,123));
    height: 100%;
    content: '';
    transition: width 0.3s ease;
    border-radius: 10px 0 0 10px;
}header .main_top:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}header .main_top:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .nav_teach {
    padding: 1.2rem;
}header .top_base {
    padding: 0 0 0.8rem 0;
}header .top_base svg {
    width: 150px;
}header .nav_base {
    gap: 0.6rem;
    padding-top: 0.8rem;
}header .main_top {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .nav_teach {
    padding: 1rem;
}header .top_base {
    padding: 0 0 0.7rem 0;
}header .top_base svg {
    width: 130px;
}header .nav_base {
    gap: 0.5rem;
    max-width: 95%;
    padding-top: 0.7rem;
}header .main_top {
    font-size: calc(15px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .nav_teach {
    padding: 0.8rem 0.8rem 1rem;
}header .top_base {
    padding: 0 0 0.6rem 0;
}header .top_base svg {
    width: 120px;
}header .nav_base {
    padding-top: 0.6rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.3rem;
}header .nav_base::-webkit-scrollbar {
    height: 3px;
}header .nav_base::-webkit-scrollbar-thumb {
    background: rgb(185,204,177);
    border-radius: 10px;
}header .main_top {
    margin-right: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}}.get_in_touch {
    background: rgb(203,218,223);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.get_in_touch::before {
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(185,204,177,0.5) 0,
        rgb(185,204,177,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.3;
}.get_in_touch::after {
    opacity: 0.2;
    filter: blur(60px);
    content: "";
    right: 0;
    height: 300px;
    background: radial-gradient(circle, rgb(183,136,123) 0%, transparent 70%);
    position: absolute;
    animation: float 10s ease-in-out infinite;
    z-index: 1;
    bottom: 0;
    width: 300px;
}.get_in_touch .photo_gallery {
    position: absolute;
    z-index: 0;
    height: 100%;
    left: 0;
    filter: blur(2px) saturate(0.8);
    opacity: 0.08;
    top: 0;
    width: 100%;
}.get_in_touch .photo_gallery::after {
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(183,136,123,0.5) 0%, transparent 100%);
    width: 100%;
    top: 0;
}.get_in_touch .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding: 0 20px;
}.get_in_touch h3 {
    margin-bottom: 50px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    font-size: 34px;
}.get_in_touch h3::before {
    content: "";
    transform: translateX(-50%);
    height: 4px;
    top: -20px;
    width: 40px;
    position: absolute;
    left: 50%;
    background: rgb(185,204,177);
}.get_in_touch h3::after {
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(185,204,177), transparent);
    height: 1px;
    transform: translateX(-50%);
    bottom: -20px;
    left: 50%;
    width: 100px;
    content: "";
}.connect_map {
    grid-template-columns: 1fr 1fr;
    z-index: 10;
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    display: grid;
    gap: 0;
    background: #ffffff;
    position: relative;
}.connect_map::before {
    background: radial-gradient(circle at center, rgb(183,136,123,0.5) 0%, transparent 50%);
    z-index: 0;
    top: -50%;
    animation: rotate 60s linear infinite;
    width: 200%;
    height: 200%;
    content: "";
    left: -50%;
    opacity: 0.2;
    position: absolute;
}.connect_map .inquiry_reach {
    position: relative;
    z-index: 2;
    padding: 60px 50px;
}.connect_map .inquiry_reach::before {
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(185,204,177,0.5), transparent);
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    content: "";
}.connect_map .inquiry_reach h3 {
    margin-bottom: 35px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #000000;
    text-align: left;
    font-size: 24px;
}.connect_map .inquiry_reach h3::before {
    display: none;
}.connect_map .inquiry_reach h3::after {
    background: rgb(185,204,177);
    height: 2px;
    width: 60px;
    transform: none;
    bottom: -15px;
    left: 0;
}.connect_map .inquiry_reach form {
    flex-direction: column;
    display: flex;
}.connect_map .inquiry_reach input[type="text"],
.connect_map .inquiry_reach textarea {
    margin-bottom: 25px;
    border: none;
    font-family: Arial, sans-serif;
    padding: 18px 22px;
    border-radius: 10px;
    font-size: 15px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    width: 100%;
    background: rgba(240, 240, 240, 0.5);
    transition: all 0.3s ease;
}.connect_map .inquiry_reach input[type="text"]:focus,
.connect_map .inquiry_reach textarea:focus {
    box-shadow: 0 0 0 2px rgb(185,204,177,0.5), inset 0 1px 3px rgba(0, 0, 0, 0.05);
    outline: none;
    background: #ffffff;
}.connect_map .inquiry_reach textarea {
    min-height: 150px;
    resize: vertical;
}.connect_map .inquiry_reach .message_query {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.connect_map .inquiry_reach .message_query input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_map .inquiry_reach .message_query label {
    font-size: calc(15px - 2px);
    position: relative;
    line-height: 1.5;
    padding-left: 30px;
    color: #000000;
    cursor: pointer;
}.connect_map .inquiry_reach .message_query label::before {
    height: 20px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    width: 20px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: rgba(240, 240, 240, 0.8);
    top: 2px;
    content: "";
}.connect_map .inquiry_reach .message_query input[type="checkbox"]:checked + label::before {
    background: rgb(185,204,177);
}.connect_map .inquiry_reach .message_query input[type="checkbox"]:checked + label::after {
    content: "";
    height: 10px;
    width: 5px;
    position: absolute;
    top: 5px;
    border: solid #ffffff;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    left: 8px;
}.connect_map .inquiry_reach .message_query a {
    font-weight: 600;
    color: rgb(185,204,177);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.connect_map .inquiry_reach .message_query a::after {
    content: "";
    transition: width 0.3s ease;
    background-color: rgb(185,204,177);
    width: 0;
    left: 0;
    height: 1px;
    position: absolute;
    bottom: -2px;
}.connect_map .inquiry_reach .message_query a:hover::after {
    width: 100%;
}.connect_map .inquiry_reach .help_panel {
    border-radius: 10px;
    align-self: flex-start;
    cursor: pointer;
    padding: 15px 30px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    background: transparent;
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    border: 2px solid rgb(185,204,177);
    color: #000000;
    overflow: hidden;
    position: relative;
}.connect_map .inquiry_reach .help_panel::before {
    z-index: -1;
    height: 100%;
    content: "";
    left: 0;
    background: rgb(185,204,177);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 0;
    top: 0;
    position: absolute;
}.connect_map .inquiry_reach .help_panel:hover {
    color: #ffffff;
}.connect_map .inquiry_reach .help_panel:hover::before {
    width: 100%;
}.connect_map .support_links {
    padding: 60px 50px;
    z-index: 2;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 1) 100%);
    position: relative;
}.connect_map .support_links::before {
    background: linear-gradient(45deg, transparent 25%, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.02) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.02) 75%);
    left: 0;
    width: 100%;
    top: 0;
    background-size: 20px 20px;
    position: absolute;
    opacity: 0.5;
    content: "";
    height: 100%;
}.connect_map .support_links h4 {
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}.connect_map .support_links h4::after {
    width: 60px;
    background: rgb(185,204,177);
    height: 2px;
    bottom: -15px;
    content: "";
    position: absolute;
    left: 0;
}.connect_map .support_links .connect_card {
    margin: 0;
    list-style: none;
    padding: 0;
}.connect_map .support_links .connect_card li {
    border-left: 2px solid transparent;
    z-index: 1;
    padding-left: 15px;
    align-items: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    display: flex;
    position: relative;
}.connect_map .support_links .connect_card li:last-child {
    margin-bottom: 0;
}.connect_map .support_links .connect_card li:hover {
    padding-left: 20px;
    border-left-color: rgb(185,204,177);
}.connect_map .support_links .connect_card li svg {
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    opacity: 0.8;
    flex-shrink: 0;
    margin-right: 18px;
}.connect_map .support_links .connect_card li:hover svg {
    opacity: 1;
    transform: scale(1.1);
}.connect_map .support_links .connect_card li svg path {
    fill: rgb(185,204,177);
    transition: all 0.3s ease;
}.connect_map .support_links .connect_card li:hover svg path {
    fill: rgb(183,136,123);
}.connect_map .support_links .connect_card li span {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
}.connect_map .support_links .connect_card li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #000000;
    position: relative;
}.connect_map .support_links .connect_card li a::after {
    height: 1px;
    background-color: rgb(185,204,177);
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    bottom: -3px;
}.connect_map .support_links .connect_card li a:hover {
    color: rgb(185,204,177);
}.connect_map .support_links .connect_card li a:hover::after {
    width: 100%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.get_in_touch {
    padding: 80px 0;
}.connect_map {
    grid-template-columns: 1fr;
}.connect_map .inquiry_reach::before {
    left: 15%;
    top: auto;
    width: 70%;
    bottom: 0;
    height: 1px;
    right: auto;
}.connect_map .inquiry_reach,
    .connect_map .support_links {
    padding: 50px 40px;
}
}

@media screen and (max-width: 768px) {.get_in_touch {
    padding: 60px 0;
}.get_in_touch h3 {
    font-size: calc(34px - 4px);
    margin-bottom: 40px;
}.connect_map .inquiry_reach,
    .connect_map .support_links {
    padding: 40px 30px;
}.connect_map .inquiry_reach h3,
    .connect_map .support_links h4 {
    margin-bottom: 30px;
    font-size: calc(24px - 2px);
}.connect_map .inquiry_reach input[type="text"],
    .connect_map .inquiry_reach textarea {
    padding: 15px 18px;
    margin-bottom: 20px;
}.connect_map .inquiry_reach .help_panel {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.get_in_touch {
    padding: 50px 0;
}.connect_map {
    border-radius: 10px;
}.connect_map .inquiry_reach,
    .connect_map .support_links {
    padding: 30px 25px;
}.connect_map .support_links .connect_card li {
    align-items: flex-start;
}.connect_map .support_links .connect_card li svg {
    margin-top: 3px;
}}.data_analysis {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(203,218,223) 0%, rgb(183,136,123,0.5) 100%);
    overflow: hidden;
}.data_analysis::before {
    position: absolute;
    background: linear-gradient(225deg, rgb(185,204,177,0.5) 0%, transparent 70%);
    right: -5%;
    height: 70%;
    width: 40%;
    transform: rotate(-15deg) skew(15deg);
    top: -10%;
    z-index: 1;
    content: "";
}.data_analysis::after {
    background: linear-gradient(45deg, rgb(183,136,123,0.5) 0%, transparent 70%);
    position: absolute;
    transform: rotate(15deg) skew(-15deg);
    z-index: 1;
    left: -5%;
    bottom: -10%;
    height: 60%;
    content: "";
    width: 30%;
}.data_analysis .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
}.data_analysis ul {
    display: grid;
    margin: 0 0 3rem 0;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 0;
    list-style: none;
}.data_analysis .study_elevation {
    backdrop-filter: blur(5px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    position: relative;
}.data_analysis .study_elevation::before {
    transition: opacity 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    opacity: 0.85;
    inset: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, 
                rgb(255, 255, 255, 0.5) 0%, 
                rgb(183,136,123,0.5) 30%, 
                rgb(183,136,123,0.5) 70%, 
                rgb(255, 255, 255, 0.5) 100%);
    position: absolute;
}.data_analysis .study_elevation:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgb(183,136,123,0.5);
    transform: perspective(1000px) rotateX(2deg) translateZ(10px) scale(1.02);
}.data_analysis .study_elevation:hover::before {
    opacity: 1;
}.data_analysis .study_elevation div {
    transform: translateY(0);
    justify-content: center;
    height: 100%;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
    padding: 2rem 1.5rem;
    flex-direction: column;
    display: flex;
}.data_analysis .study_elevation:hover div {
    transform: translateY(-5px);
}.data_analysis .study_elevation p {
    -webkit-background-clip: text;
    font-weight: 700;
    position: relative;
    line-height: 1;
    margin: 0 0 0.5rem;
    background: linear-gradient(135deg, rgb(185,204,177) 0%, rgb(183,136,123) 100%);
    -webkit-text-fill-color: transparent;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-clip: text;
    font-size: calc(41px * 1.2);
    color: transparent;
}.data_analysis .study_elevation:hover p {
    transform: scale(1.1);
}.data_analysis .study_elevation p::after {
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    content: "";
    background: rgb(185,204,177);
    left: 50%;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -0.5rem;
}.data_analysis .study_elevation:hover p::after {
    width: 50%;
}.data_analysis .study_elevation span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.4;
    color: #000000;
    max-width: 90%;
    transition: letter-spacing 0.3s ease;
}.data_analysis .study_elevation:hover span {
    letter-spacing: 0.04em;
}.data_analysis h4 {
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 1rem 0 0;
    font-weight: 700;
    font-size: 19px;
    color: #000000;
    transform: translateY(0);
}.data_analysis h4::before {
    width: 30%;
    bottom: 0;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(185,204,177), transparent);
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
}.data_analysis:hover h4 {
    transform: translateY(5px);
}

@media (max-width: 1200px) {.data_analysis ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}.data_analysis .study_elevation p {
    font-size: calc(32px * 1.1);
}
}

@media (max-width: 992px) {.data_analysis {
    padding: 4rem 0;
}.data_analysis::before, 
    .data_analysis::after {
    width: 50%;
    height: 50%;
}.data_analysis ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
}

@media (max-width: 768px) {.data_analysis {
    padding: 3rem 0;
}.data_analysis ul {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
}.data_analysis .study_elevation div {
    padding: 1.5rem 1rem;
}.data_analysis .study_elevation p {
    font-size: 32px;
}.data_analysis .study_elevation span {
    font-size: calc(16px * 0.9);
}
}

@media (max-width: 576px) {.data_analysis {
    padding: 2.5rem 0;
}.data_analysis ul {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}.data_analysis .study_elevation {
    transform: perspective(1000px) rotateX(0) translateZ(0);
}.data_analysis .study_elevation:hover {
    transform: perspective(1000px) rotateX(0) translateZ(5px) scale(1.01);
}.data_analysis .study_elevation::before {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.data_analysis h4 {
    font-size: calc(20px * 1.1);
}}.title_board {
    min-height: 100vh;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(203,218,223), rgb(183,136,123,0.5) 70%);
    position: relative;
    overflow: hidden;
}.title_board::before {
    animation: backgroundShift 40s linear infinite;
    background-size: 80px 80px;
    background: linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%, transparent 50%, 
                rgba(255,255,255,0.03) 50%, rgba(255,255,255,0.03) 75%, transparent 75%);
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
    height: 100%;
    z-index: 1;
    left: 0;
}@keyframes backgroundShift {
    0% { background-position: 0 0; }
    100% { background-position: 160px 160px; }
}

.title_board .virtual_track {
    height: 100%;
    z-index: 5;
    padding: 4rem 2rem;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
    min-height: 85vh;
    max-width: 1400px;
    grid-gap: 2rem;
    position: relative;
}.title_board h1 {
    color: #000000;
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    text-shadow: 0 4px 12px rgba(0,0,0,0.1);
    position: relative;
    margin-bottom: 2rem;
    grid-column: 1 / -1;
    font-weight: 700;
    opacity: 0;
    font-size: calc(47px * 1.2);
    transform: translateZ(60px);
}.title_board h1::after {
    width: 80px;
    transform-origin: left center;
    height: 4px;
    content: "";
    background: rgb(185,204,177);
    left: 0;
    animation: lineExpand 1.5s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    transform: scaleX(0);
    position: absolute;
    bottom: -10px;
}@keyframes lineExpand {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

.title_board .text_box_content {
    display: flex;
    flex-direction: column;
    transform: translateZ(30px);
    transform-style: preserve-3d;
    opacity: 0;
    animation: fadeSlideIn 1.2s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.3s;
    justify-content: center;
}@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}

.title_board .intro_head {
    transform: rotate(-2deg);
    padding: 2rem;
    gap: 1.5rem;
    border-left: 4px solid rgb(185,204,177);
    background: linear-gradient(120deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    display: flex;
}.title_board .intro_head:hover {
    transform: rotate(0deg) translateY(-10px);
}.title_board .intro_head p {
    font-size: calc(12px * 1.2);
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}.title_board svg {
    transform: translateZ(20px);
    align-self: center;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    height: 100px;
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.3));
    width: 100px;
}.title_board svg:hover {
    transform: translateZ(40px) scale(1.1);
}.title_board svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,136,123);
}.title_board svg:hover path {
    fill: rgb(185,204,177);
}.title_board svg text {
    animation: textPulse 3s infinite alternate;
    font-family: Arial, sans-serif;
}@keyframes textPulse {
    0% { fill: rgb(183,136,123); }
    100% { fill: rgb(185,204,177); }
}

.title_board .intro_head div {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}.title_board .help_panel {
    border: none;
    color: #ffffff;
    text-decoration: none;
    padding: 0.8rem 2rem;
    position: relative;
    font-size: 16px;
    background: linear-gradient(135deg, rgb(185,204,177), rgb(183,136,123));
    transform: translateZ(10px);
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    display: inline-block;
    z-index: 10;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99);
}.title_board .help_panel::before {
    left: -100%;
    position: absolute;
    top: 0;
    transition: left 0.7s;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
}.title_board .help_panel:hover {
    transform: translateZ(20px) scale(1.05);
    box-shadow: 0 15px 30px rgba(94,170,168,0.4);
}.title_board .help_panel:hover::before {
    left: 100%;
}.title_board .photo_gallery {
    overflow: hidden;
    box-shadow: 
        25px 25px 45px rgba(0,0,0,0.2),
        -5px -5px 30px rgba(255,255,255,0.5);
    height: 100%;
    transition: all 0.6s cubic-bezier(0.17, 0.67, 0.43, 0.99);
    animation: photoReveal 1.8s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards 0.6s;
    opacity: 0;
    transform: translateZ(10px) perspective(800px) rotateY(-6deg);
    min-height: 400px;
    border-radius: 13px;
    position: relative;
}@keyframes photoReveal {
    0% {
        opacity: 0;
        transform: translateZ(10px) perspective(800px) rotateY(-20deg) translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) perspective(800px) rotateY(-6deg) translateX(0);
    }
}

.title_board .photo_gallery::before {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
        135deg,
        rgb(185,204,177,0.5) 0%,
        transparent 70%
    );
    height: 100%;
    content: "";
}.title_board .photo_gallery::after {
    z-index: 3;
    width: 100%;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 100%
    );
    height: 40%;
}.title_board .photo_gallery:hover {
    transform: translateZ(50px) perspective(800px) rotateY(0deg);
}

@media (max-width: 992px) {.title_board .virtual_track {
    grid-template-columns: 1fr;
    padding: 3rem 1.5rem;
    min-height: auto;
}.title_board h1 {
    text-align: center;
    font-size: calc(47px * 1.1);
}.title_board h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes lineExpand {
        0% { transform: translateX(-50%) scaleX(0); }
        100% { transform: translateX(-50%) scaleX(1); }
    }
    
    .title_board .text_box_content {
    order: 2;
}.title_board .photo_gallery {
    transform: translateZ(10px) perspective(800px) rotateY(0);
    order: 1;
    margin-bottom: 2rem;
    min-height: 300px;
}
    
    @keyframes photoReveal {
        0% {
            opacity: 0;
            transform: translateZ(10px) scale(0.9);
        }
        100% {
            opacity: 1;
            transform: translateZ(10px) scale(1);
        }
    }
}

@media (max-width: 768px) {.title_board .virtual_track {
    padding: 2rem 1rem;
}.title_board h1 {
    margin-bottom: 1.5rem;
    font-size: 47px;
}.title_board .intro_head {
    padding: 1.5rem;
    transform: rotate(0);
}.title_board .intro_head p {
    font-size: 12px;
}.title_board svg {
    height: 80px;
    width: 80px;
}.title_board .photo_gallery {
    min-height: 250px;
}
}

@media (max-width: 576px) {.title_board {
    padding-top: 1rem;
}.title_board .virtual_track {
    padding: 1.5rem 1rem;
    grid-gap: 1.5rem;
}.title_board h1 {
    font-size: calc(47px * 0.9);
}.title_board .intro_head {
    padding: 1.25rem;
}.title_board svg {
    height: 60px;
    width: 60px;
}.title_board .help_panel {
    padding: 0.7rem 1.5rem;
}.title_board .photo_gallery {
    min-height: 200px;
}}footer {
    width: 100%;
    position: relative;
}footer .netiquette {
    padding: 100px 0 30px;
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgb(203,218,223);
    position: relative;
}footer .netiquette::before {
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(185,204,177,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(183,136,123,0.5) 0%, transparent 20%);
    top: 0;
    z-index: 0;
    opacity: 0.3;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}footer .terms_legal {
    position: relative;
    z-index: 1;
}footer .course_ask {
    z-index: 3;
    margin: auto;
    padding: 25px;
    display: flex;
    width: 85%;
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    border-radius: 26px;
    gap: 15px;
}footer .info_item {
    padding: 15px;
    flex: 1 1 200px;
    transition: all 0.3s ease;
    background-color: rgb(203,218,223);
    display: flex;
    border-radius: 10px;
    align-items: center;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transform: translateY(-5px);
}footer .info_item svg {
    transition: transform 0.3s ease;
    margin-right: 12px;
    fill: rgb(185,204,177);
    width: 22px;
    height: 22px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(185,204,177);
}footer .text_main_holder {
    perspective: 2000px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    gap: 20px;
}footer .head_class, footer .nav_base, footer .subscribe_holder {
    transform-style: preserve-3d;
    transform-origin: center center;
    position: relative;
    transition: all 0.5s ease;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 26px;
}footer .head_class {
    transform: translateZ(0) scale(1);
    background-color: #ffffff;
    z-index: 2;
}footer .head_class:hover {
    transform: translateZ(30px) scale(1.02);
}footer .nav_base {
    margin-right: 20px;
    background-color: rgb(183,136,123);
    color: #ffffff;
    z-index: 1;
    transform: translateZ(-10px) scale(0.98);
    margin-left: 20px;
    margin-top: -20px;
}footer .subscribe_holder {
    margin-right: 40px;
    background-color: rgb(185,204,177);
    z-index: 0;
    color: #ffffff;
    margin-left: 40px;
    margin-top: -20px;
    transform: translateZ(-20px) scale(0.96);
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .head_class::after, footer .nav_base::after, footer .subscribe_holder::after {
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    width: 100%;
    border-radius: 26px;
    opacity: 0;
    position: absolute;
    height: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    left: 0;
    content: "";
}footer .head_class:hover::after, footer .nav_base:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .head_class svg {
    display: block;
    width: auto;
    height: 45px;
    margin-bottom: 20px;
}footer .teach_supp {
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
}footer .nav_base h5 {
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 24px;
    position: relative;
}footer .nav_base h5::after {
    left: 0;
    background: linear-gradient(90deg, rgb(185,204,177), transparent);
    width: 40px;
    transition: width 0.3s ease;
    content: "";
    bottom: -8px;
    height: 2px;
    position: absolute;
}footer .nav_base h5:hover::after {
    width: 100%;
}footer .top_mainbar {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}footer .top_mainbar a {
    text-decoration: none;
    padding: 5px 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}footer .top_mainbar a::before {
    width: 0;
    position: absolute;
    height: 1px;
    background-color: rgb(185,204,177);
    bottom: 0;
    left: 0;
    content: "";
    transition: width 0.3s ease;
}footer .top_mainbar a:hover {
    transform: translateX(5px);
    color: #ffffff;
}footer .top_mainbar a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 14px 16px;
    font-size: 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .enroll_instantly {
    background-color: #ffffff;
    padding: 14px 20px;
    border: none;
    transition: all 0.3s ease;
    font-weight: 600;
    border-radius: 10px;
    color: rgb(185,204,177);
    cursor: pointer;
    text-align: center;
    font-size: 18px;
}footer .enroll_instantly:hover {
    color: #ffffff;
    transform: translateY(-3px);
    background-color: rgb(183,136,123);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .media_kit {
    margin-top: 60px;
    position: relative;
    text-align: center;
}footer .slack_invite {
    border-radius: 30px;
    font-size: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    background-color: #ffffff;
    display: inline-block;
    padding: 8px 20px;
}

@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .head_class, footer .nav_base, footer .subscribe_holder {
    margin-top: 0;
    flex-direction: column;
    display: flex;
    flex: 1;
}footer .head_class {
    margin-right: -20px;
}footer .nav_base {
    z-index: 1;
    margin-left: 0;
    margin-right: -20px;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .course_ask {
    width: 90%;
    padding: 20px;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .netiquette {
    padding: 80px 0 30px;
}footer .course_ask {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .head_class, footer .nav_base, footer .subscribe_holder {
    padding: 25px 20px;
    margin-right: 0;
    margin-left: 0;
}footer .nav_base, footer .subscribe_holder {
    margin-top: -10px;
}footer .media_kit {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .netiquette {
    padding: 70px 0 20px;
}footer .course_ask {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .head_class, footer .nav_base, footer .subscribe_holder {
    padding: 20px 15px;
}footer .nav_base h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
}footer .top_mainbar {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .enroll_instantly {
    padding: 12px;
}}.education_history {
    background: linear-gradient(135deg, rgb(203,218,223) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.education_history::before {
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.05;
    left: 0;
    z-index: 1;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(183,136,123,0.5) 0px,
        rgb(183,136,123,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.education_history::after {
    opacity: 0.1;
    height: 200%;
    transform: rotate(-15deg);
    right: -25%;
    width: 80%;
    z-index: 1;
    background: radial-gradient(
        ellipse at center,
        rgb(185,204,177,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    content: "";
    top: -50%;
}.education_history .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.education_history .feedback_perspectives {
    grid-template-columns: 1fr;
    padding: 3rem;
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    gap: 2rem;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    display: grid;
}.education_history .feedback_perspectives:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.education_history .feedback_perspectives::before {
    transform: scaleY(0);
    top: 0;
    width: 5px;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(185,204,177), rgb(183,136,123));
    content: "";
    left: 0;
    transform-origin: top;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.education_history .feedback_perspectives:hover::before {
    transform: scaleY(1);
}.education_history .photo_gallery {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 6px solid #ffffff;
    position: relative;
    height: 180px;
    width: 180px;
    overflow: hidden;
    transform: rotate(-3deg) translateY(0);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}.education_history .feedback_perspectives:hover .photo_gallery {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: rotate(0deg) translateY(-10px);
}.education_history .photo_gallery::after {
    content: "";
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}.education_history .name {
    margin: 0.5rem 0;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    color: rgb(185,204,177);
    transform: translateY(0);
    font-size: calc(18px * 1.1);
    width: 100%;
    display: inline-block;
    position: relative;
}.education_history .feedback_perspectives:hover .name {
    transform: translateY(-5px);
}.education_history .name::after {
    width: 80px;
    background: rgb(183,136,123);
    content: "";
    transform: translateX(-50%) scaleX(0.5);
    bottom: -5px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    left: 50%;
    height: 2px;
}.education_history .feedback_perspectives:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.education_history .feedback_perspectives div:nth-child(2) div {
    font-size: calc(14px * 1.05);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    margin-top: 0.5rem;
    transform: translateY(0);
    font-style: italic;
    color: rgb(183,136,123);
    text-align: center;
}.education_history .feedback_perspectives:hover div:nth-child(2) div {
    transform: translateY(-3px);
}.education_history .career_area {
    transition: opacity 0.4s ease;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    opacity: 0.95;
    font-size: 14px;
    margin: 1.5rem 0 0;
    text-align: justify;
    padding: 1.5rem 0.5rem 0.5rem;
    line-height: 1.8;
    color: #000000;
}.education_history .feedback_perspectives:hover .career_area {
    opacity: 1;
}.education_history .career_area::before {
    top: -0.5rem;
    font-family: serif;
    text-shadow: 2px 2px 0 #ffffff;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    font-size: 4rem;
    line-height: 1;
    content: "";
    color: rgb(185,204,177,0.5);
}

@media (min-width: 768px) {.education_history .feedback_perspectives {
    grid-template-columns: auto 1fr;
    padding: 3.5rem;
    gap: 2.5rem;
}.education_history .photo_gallery {
    margin: 0;
    width: 200px;
    height: 200px;
}.education_history .name {
    text-align: left;
}.education_history .name::after {
    transform: translateX(0) scaleX(0.5);
    left: 0;
}.education_history .feedback_perspectives:hover .name::after {
    transform: translateX(0) scaleX(1);
}.education_history .feedback_perspectives div:nth-child(2) div {
    text-align: left;
}.education_history .feedback_perspectives div:nth-child(3) {
    grid-column: span 2;
}.education_history .career_area {
    padding: 2rem 1rem 0.5rem;
}.education_history .career_area::before {
    left: 1rem;
    transform: translateX(0);
}
}

@media (min-width: 992px) {.education_history {
    padding: 150px 0;
}.education_history .feedback_perspectives {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 220px 1fr 2fr;
}.education_history .feedback_perspectives div:nth-child(1) {
    grid-row: span 2;
}.education_history .feedback_perspectives div:nth-child(3) {
    grid-row: span 2;
    grid-column: 3;
}.education_history .photo_gallery {
    width: 220px;
    height: 280px;
}.education_history .career_area {
    height: 100%;
    border-top: none;
    padding: 0 0 0 3rem;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    margin: 0;
    align-items: center;
}.education_history .career_area::before {
    top: 1rem;
    left: 1rem;
}
}

@media (min-width: 1200px) {.education_history .feedback_perspectives {
    grid-template-columns: 250px 1fr 2.5fr;
    padding: 5rem;
    gap: 3.5rem;
}.education_history .photo_gallery {
    width: 250px;
    height: 320px;
}.education_history .name {
    font-size: calc(18px * 1.2);
}.education_history .feedback_perspectives div:nth-child(2) div {
    margin-top: 0.75rem;
    font-size: calc(14px * 1.1);
}.education_history .career_area {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
    padding: 0 0 0 4rem;
}
}