﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.app_wrapper-section {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1182px;
}.app_top_start {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.app_eng_center {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.app_eng_center {
    position: relative;
    z-index: 1;
    padding: 80px 0 40px;
    color: #ffffff;
}.app_eng_center::before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    left: 0;
    z-index: -1;
    backdrop-filter: blur(8px);
    content: "";
    top: 0;
    width: 100%;
}footer {
    position: relative;
}.app_eng_center .container {
    display: grid;
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}.app_eng_center .company_holder {
    padding-right: 40px;
    position: relative;
}.app_eng_center .company_holder::after {
    height: 60%;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(167,173,152,0.5), 
        transparent);
    top: 20%;
    width: 1px;
    right: 0;
    content: "";
    position: absolute;
}.app_eng_center .company_holder h3 {
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: calc(34px * 0.9);
}.app_eng_center .company_holder h3::after {
    position: absolute;
    bottom: -8px;
    height: 3px;
    left: 0;
    background: rgb(203,208,191);
    width: 40px;
    content: "";
    border-radius: 10px;
}.app_eng_center .app_design_res {
    max-width: 90%;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
    font-size: 16px;
}.app_eng_center .app_footer_benefit {
    justify-content: flex-end;
    display: flex;
}.app_eng_center .app_main_lead {
    gap: 60px;
    display: flex;
}.app_eng_center .app_top_master {
    position: relative;
}.app_eng_center .app_top_master h5 {
    position: relative;
    padding-bottom: 12px;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 20px;
}.app_eng_center .app_top_master h5::after {
    content: "";
    bottom: 0;
    background: rgb(203,208,191);
    position: absolute;
    width: 30px;
    left: 0;
    height: 2px;
    border-radius: 10px;
}.app_eng_center .app_top_master .app_main_lead {
    display: flex;
    gap: 15px;
    flex-direction: column;
}.app_eng_center .app_top_master .app_main_lead a {
    font-size: calc(16px * 0.95);
    text-decoration: none;
    position: relative;
    padding-left: 0;
    opacity: 0.7;
    transition: all 0.3s ease;
    color: #ffffff;
}.app_eng_center .app_top_master .app_main_lead a::before {
    width: 0;
    top: 50%;
    position: absolute;
    left: 0;
    opacity: 0;
    transform: translateY(-50%);
    background: rgb(203,208,191);
    height: 1px;
    transition: all 0.3s ease;
    content: "";
}.app_eng_center .app_top_master .app_main_lead a:hover {
    color: rgb(203,208,191);
    opacity: 1;
    padding-left: 12px;
}.app_eng_center .app_top_master .app_main_lead a:hover::before {
    opacity: 1;
    width: 8px;
}.app_youtube_chan {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    padding: 20px 0;
}.app_youtube_chan .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.app_youtube_chan .app_footnote_ref {
    color: #ffffff;
    opacity: 0.6;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(203,208,191,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(203,208,191);
    }
}

@media (max-width: 991px) {.app_eng_center {
    padding: 60px 0 30px;
}.app_eng_center .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.app_eng_center .company_holder {
    padding-right: 0;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}.app_eng_center .company_holder::after {
    display: none;
}.app_eng_center .company_holder h3 {
    margin-left: auto;
    margin-right: auto;
}.app_eng_center .company_holder h3::after {
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
}.app_eng_center .app_design_res {
    text-align: center;
    max-width: 100%;
}.app_eng_center .app_footer_benefit {
    justify-content: center;
}
}

@media (max-width: 767px) {.app_eng_center {
    padding: 50px 0 20px;
}.app_eng_center .app_main_lead {
    gap: 40px;
    width: 100%;
    flex-direction: column;
}.app_eng_center .app_top_master {
    text-align: center;
}.app_eng_center .app_top_master h5 {
    text-align: center;
}.app_eng_center .app_top_master h5::after {
    left: 50%;
    transform: translateX(-50%);
}.app_eng_center .app_top_master .app_main_lead {
    align-items: center;
}.app_eng_center .app_top_master .app_main_lead a {
    text-align: center;
}.app_eng_center .app_top_master .app_main_lead a::before {
    display: none;
}.app_eng_center .app_top_master .app_main_lead a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.app_eng_center {
    padding: 40px 0 20px;
}.app_eng_center .company_holder h3 {
    font-size: calc(34px * 0.8);
}.app_eng_center .app_design_res {
    font-size: calc(16px * 0.9);
}.app_youtube_chan .app_footnote_ref {
    font-size: calc(16px * 0.9);
}}

.app_eng_center::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.app_eng_center::after {
    box-shadow: 0 0 40px rgb(203,208,191,0.5);
}.app_eng_center .container::before {
    background: radial-gradient(
        circle, 
        rgb(167,173,152,0.5), 
        transparent 70%
    );
    filter: blur(30px);
    bottom: -75px;
    position: absolute;
    left: -75px;
    height: 150px;
    animation: pulse 10s infinite alternate-reverse;
    width: 150px;
    content: "";
    border-radius: 50%;
}.app_eng_center .app_top_master::before {
    top: 10px;
    border-radius: 50%;
    content: "";
    width: 5px;
    background: rgb(203,208,191);
    height: 5px;
    opacity: 0.7;
    left: -15px;
    position: absolute;
}.app_eng_center .app_top_master:hover::before {
    animation: glow 2s infinite;
}.app_eng_center .company_holder::before {
    left: 0;
    background: linear-gradient(90deg, 
        rgb(203,208,191,0.5), 
        transparent);
    bottom: -20px;
    width: 100px;
    content: "";
    position: absolute;
    height: 1px;
}

@media (max-width: 991px) {.app_eng_center .company_holder::before {
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
            transparent, 
            rgb(203,208,191,0.5), 
            transparent);
}}

.app_eng_center .app_top_master .app_main_lead a::after {
    content: "";
    transition: width 0.3s ease;
    bottom: -2px;
    height: 1px;
    left: 0;
    width: 0;
    position: absolute;
    background: rgb(203,208,191);
}.app_eng_center .app_top_master .app_main_lead a:hover::after {
    width: 100%;
}.app_eng_center .app_top_master .app_main_lead a:nth-child(odd):hover {
    transform: translateX(2px);
}.app_eng_center .app_top_master .app_main_lead a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    top: 0;
    height: 1px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, 
            transparent, 
            rgb(167,173,152,0.5), 
            transparent);
    left: 0;
    right: 0;
}.app_eng_center::before {
    background-blend-mode: overlay;
}}

.app_eng_center .company_holder h3::before {
    height: 1px;
    left: -30px;
    background: rgb(203,208,191);
    width: 20px;
    position: absolute;
    opacity: 0.7;
    content: "";
    top: 50%;
}

@media (max-width: 991px) {.app_eng_center .company_holder h3::before {
    display: none;
}}

.app_youtube_chan {
    position: relative;
    overflow: hidden;
}.app_youtube_chan::before {
    top: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(167,173,152,0.5), 
        transparent);
    content: "";
    left: 0;
    position: absolute;
    height: 1px;
    width: 100%;
}.app_youtube_chan::after {
    left: 35%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(167,173,152,0.5), 
        transparent);
    width: 30%;
    content: "";
    height: 1px;
    bottom: 0;
    position: absolute;
    opacity: 0.3;
}.app_youtube_chan .app_footnote_ref {
    position: relative;
    transition: all 0.3s ease;
}.app_youtube_chan .app_footnote_ref:hover {
    opacity: 1;
    letter-spacing: 0.7px;
}.app_contact_information {
    padding: 5rem 0;
    position: relative;
}.app_contact_information::before {
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}.app_contact_information .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.app_contact_information .app_help_inquiry {
    display: flex;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    background: rgb(231,233,225);
    border-radius: 21px;
    flex-wrap: wrap;
}.app_contact_information .app_help_inquiry::before {
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(90deg, 
        rgb(203,208,191), 
        rgb(167,173,152));
    width: 100%;
    height: 5px;
}.app_contact_information .app_support_request {
    background: rgb(231,233,225);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 3rem;
    flex: 1 0 300px;
}.app_contact_information .app_support_request::after {
    top: 0;
    content: "";
    width: 1px;
    right: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom,
        transparent,
        rgb(203,208,191,0.5),
        transparent);
}.app_contact_information .app_support_request h3 {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 1rem;
    color: rgb(203,208,191);
    border-bottom: 2px solid rgb(167,173,152);
    margin-bottom: 2.5rem;
    display: inline-block;
}.app_contact_information .app_support_request div {
    align-items: center;
    border-radius: 10px;
    display: flex;
    transition: all 0.3s ease;
    padding: 1rem;
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.02));
    margin-bottom: 2rem;
}.app_contact_information .app_support_request div:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
}.app_contact_information .app_support_request div svg {
    flex-shrink: 0;
    margin-right: 1rem;
    height: 24px;
    padding: 5px;
    background: rgb(203,208,191);
    width: 24px;
    border-radius: 50%;
}.app_contact_information .app_support_request div svg path {
    fill: #ffffff;
}.app_contact_information .app_support_request div span {
    color: #000000;
    font-size: 18px;
}.app_contact_information .app_support_request div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.app_contact_information .app_support_request div span a:hover {
    color: rgb(203,208,191);
}.app_contact_information .app_feedback_inquiry {
    position: relative;
    flex: 1 0 450px;
    padding: 3rem;
    background: #ffffff;
}.app_contact_information .app_feedback_inquiry::before {
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
    left: -10px;
    width: 20px;
    top: 3rem;
    height: 20px;
    position: absolute;
    background: #ffffff;
    transform: rotate(45deg);
    content: "";
}.app_contact_information .app_feedback_inquiry form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.app_contact_information .app_feedback_inquiry h3 {
    position: relative;
    margin-bottom: 2rem;
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    text-align: center;
}.app_contact_information .app_feedback_inquiry h3::after {
    width: 50px;
    height: 3px;
    background: rgb(203,208,191);
    bottom: -10px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
}.app_contact_information .app_feedback_inquiry input[type="text"],
.app_contact_information .app_feedback_inquiry input[type="email"] {
    padding: 1rem 1.2rem;
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 18px;
    border-radius: 10px;
    background: rgb(231,233,225);
    border: 1px solid rgba(0, 0, 0, 0.1);
}.app_contact_information .app_feedback_inquiry input[type="text"]:focus,
.app_contact_information .app_feedback_inquiry input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(203,208,191,0.5);
    border-color: rgb(203,208,191);
    outline: none;
}.app_contact_information .app_feedback_inquiry input[type="text"]::placeholder,
.app_contact_information .app_feedback_inquiry input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.app_contact_information .app_feedback_inquiry .app_support_reach {
    align-items: flex-start;
    display: flex;
    margin: 0.5rem 0;
    gap: 10px;
}.app_contact_information .app_feedback_inquiry .app_support_reach input[type="checkbox"] {
    border-radius: 4px;
    appearance: none;
    background-color: #ffffff;
    width: 20px;
    margin-top: 2px;
    border: 2px solid #000000;
    -webkit-appearance: none;
    height: 20px;
    flex-shrink: 0;
    transition: all 0.2s ease;
    position: relative;
    cursor: pointer;
}.app_contact_information .app_feedback_inquiry .app_support_reach input[type="checkbox"]:checked {
    background-color: rgb(203,208,191);
    border-color: rgb(203,208,191);
}.app_contact_information .app_feedback_inquiry .app_support_reach input[type="checkbox"]:checked::after {
    content: "";
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    height: 8px;
    left: 7px;
    width: 4px;
    position: absolute;
    top: 3px;
}.app_contact_information .app_feedback_inquiry .app_support_reach label {
    color: #000000;
    font-size: calc(18px - 1px);
    line-height: 1.5;
}.app_contact_information .app_feedback_inquiry .app_support_reach label a {
    color: rgb(203,208,191);
    font-weight: 600;
    text-decoration: none;
}.app_contact_information .app_feedback_inquiry .app_inquiry_links {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    padding: 1rem;
    cursor: pointer;
    font-weight: 600;
    background: rgb(203,208,191);
    font-size: 14px;
    border-radius: 10px;
    border: none;
    width: 100%;
    color: #ffffff;
    margin-top: 1rem;
}.app_contact_information .app_feedback_inquiry .app_inquiry_links::after {
    height: 5px;
    content: "";
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    opacity: 0;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    transform-origin: 50% 50%;
    top: 50%;
    left: 50%;
    width: 5px;
}.app_contact_information .app_feedback_inquiry .app_inquiry_links:hover {
    background: rgb(167,173,152);
}.app_contact_information .app_feedback_inquiry .app_inquiry_links:focus {
    outline: none;
}.app_contact_information .app_feedback_inquiry .app_inquiry_links:active::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

@media screen and (max-width: 992px) {.app_contact_information .app_help_inquiry {
    flex-direction: column;
}.app_contact_information .app_support_request {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
}.app_contact_information .app_support_request::after {
    bottom: 0;
    right: unset;
    height: 1px;
    top: unset;
    background: linear-gradient(to right,
            transparent,
            rgb(203,208,191,0.5),
            transparent);
    left: 0;
    width: 100%;
}.app_contact_information .app_feedback_inquiry::before {
    transform: rotate(135deg);
    left: 3rem;
    top: -10px;
}
}

@media screen and (max-width: 768px) {.app_contact_information {
    padding: 4rem 0;
}.app_contact_information .app_support_request,
    .app_contact_information .app_feedback_inquiry {
    padding: 2rem;
}.app_contact_information .app_support_request h3,
    .app_contact_information .app_feedback_inquiry h3 {
    font-size: calc(20px - 2px);
}
}

@media screen and (max-width: 576px) {.app_contact_information {
    padding: 3rem 0;
}.app_contact_information .app_support_request,
    .app_contact_information .app_feedback_inquiry {
    padding: 1.5rem;
}.app_contact_information .app_support_request div {
    padding: 0.75rem;
    margin-bottom: 1.25rem;
}.app_contact_information .app_support_request div svg {
    width: 20px;
    height: 20px;
}.app_contact_information .app_feedback_inquiry input[type="text"],
    .app_contact_information .app_feedback_inquiry input[type="email"] {
    padding: 0.8rem 1rem;
}.app_contact_information .app_feedback_inquiry::before {
    display: none;
}}.app_program_structure {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,233,225) 0%, #ffffff 100%);
    padding: 120px 0;
}.app_program_structure::before {
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.08;
    z-index: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    content: "";
    background: 
    linear-gradient(45deg, transparent 49.5%, rgb(167,173,152,0.5) 49.5%, rgb(167,173,152,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px,
    linear-gradient(-45deg, transparent 49.5%, rgb(203,208,191,0.5) 49.5%, rgb(203,208,191,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px;
}.app_program_structure .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1280px;
    position: relative;
    z-index: 1;
}.app_program_structure h2 {
    transform: perspective(1000px) rotateX(0deg) rotateY(-2deg);
    max-width: 800px;
    padding-left: 20px;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    margin-bottom: 50px;
}.app_program_structure h2::before {
    background: linear-gradient(to bottom, rgb(203,208,191), rgb(167,173,152));
    left: 0;
    content: "";
    position: absolute;
    top: 15%;
    width: 6px;
    height: 70%;
}.app_program_structure .app_class_route {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
    position: relative;
    transform: translateZ(0);
}.app_program_structure .app_image_frame_wrap {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    transform: perspective(1000px) rotateY(2deg);
    height: 350px;
}.app_program_structure .app_image_frame_wrap::after {
    mix-blend-mode: multiply;
    background: linear-gradient(45deg, rgb(167,173,152,0.5) 0%, transparent 60%);
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}.app_program_structure .app_image_frame_wrap:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.app_program_structure .app_text_area {
    padding: 35px;
    overflow-y: auto;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    max-height: 500px;
    background: #ffffff;
}.app_program_structure .app_text_area:hover {
    transform: perspective(1000px) rotateY(0deg);
}.app_program_structure .app_text_area::before {
    top: 0;
    height: 6px;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(203,208,191), rgb(167,173,152));
    position: absolute;
    content: "";
}.app_program_structure .description {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.7;
    color: #000000;
}.app_program_structure .description:last-child {
    margin-bottom: 0;
}.app_program_structure .app_text_area::-webkit-scrollbar {
    width: 6px;
}.app_program_structure .app_text_area::-webkit-scrollbar-track {
    background: rgb(231,233,225);
}.app_program_structure .app_text_area::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(203,208,191), rgb(167,173,152));
    border-radius: 10px;
}

@media (min-width: 768px) {.app_program_structure {
    padding: 150px 0;
}.app_program_structure h2 {
    margin-left: 40px;
    padding-left: 30px;
    font-size: calc(33px * 1.1);
}.app_program_structure h2::before {
    width: 8px;
}.app_program_structure .app_class_route {
    align-items: center;
    grid-template-columns: 40% 60%;
}.app_program_structure .app_image_frame_wrap {
    height: 450px;
    transform: perspective(1000px) rotateY(3deg) translateX(20px);
}.app_program_structure .app_text_area {
    transform: perspective(1000px) rotateY(-3deg) translateX(-20px);
    max-height: 450px;
}
}

@media (min-width: 992px) {.app_program_structure {
    padding: 180px 0;
}.app_program_structure h2 {
    margin-bottom: 60px;
    margin-left: 80px;
    font-size: calc(33px * 1.2);
}.app_program_structure .app_class_route {
    margin-top: 60px;
    gap: 40px;
    grid-template-columns: 45% 55%;
}.app_program_structure .app_image_frame_wrap {
    transform: perspective(1200px) rotateY(4deg) translateX(40px);
    height: 500px;
}.app_program_structure .app_text_area {
    transform: perspective(1200px) rotateY(-4deg) translateX(-40px);
    padding: 50px;
    max-height: 500px;
}.app_program_structure .description {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.app_program_structure {
    padding: 200px 0;
}.app_program_structure h2 {
    margin-left: 120px;
    font-size: calc(33px * 1.3);
}.app_program_structure .app_class_route {
    gap: 60px;
}.app_program_structure .app_image_frame_wrap {
    height: 550px;
    transform: perspective(1400px) rotateY(5deg) translateX(60px);
}.app_program_structure .app_text_area {
    padding: 60px;
    max-height: 550px;
    transform: perspective(1400px) rotateY(-5deg) translateX(-60px);
}
}

@media (max-width: 767px) {.app_program_structure {
    padding: 80px 0;
}.app_program_structure h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 40px;
}.app_program_structure .app_image_frame_wrap {
    height: 280px;
}.app_program_structure .app_text_area {
    padding: 25px;
    max-height: 400px;
}.app_program_structure .description {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.app_program_structure {
    padding: 60px 0;
}.app_program_structure h2 {
    padding-left: 15px;
    font-size: calc(33px * 0.8);
}.app_program_structure h2::before {
    width: 4px;
}.app_program_structure .app_image_frame_wrap {
    height: 220px;
}.app_program_structure .app_text_area {
    max-height: 350px;
    padding: 20px;
}.app_program_structure .description {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}}.app_who_we_are {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background-color: rgb(231,233,225);
}.app_who_we_are::before {
    width: 100%;
    background-size: 20px 100%, 20px 100%, 20px 100%;
    background: 
        linear-gradient(90deg, rgb(231,233,225) 10px, transparent 10px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(90deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    opacity: 0.05;
    position: absolute;
}.app_who_we_are::after {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    background:
        linear-gradient(0deg, rgb(231,233,225) 10px, transparent 10px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(0deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    z-index: 1;
    width: 100%;
    opacity: 0.05;
    background-size: 100% 20px, 100% 20px, 100% 20px;
    left: 0;
}.app_who_we_are .container {
    position: relative;
    z-index: 5;
}.app_who_we_are h2 {
    font-size: 37px;
    margin-bottom: 60px;
    position: relative;
    font-weight: 700;
    color: #000000;
    text-align: center;
}.app_who_we_are h2::before {
    height: 2px;
    background-color: rgb(203,208,191);
    width: 50px;
    content: "";
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}.app_who_we_are .app_quick_training {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    display: grid;
    gap: 30px;
}.app_who_we_are .app_growth_hist {
    padding: 40px;
    z-index: 2;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-top: 3px solid transparent;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.app_who_we_are .app_growth_hist:first-child {
    border-top-color: rgb(203,208,191);
}.app_who_we_are .app_growth_hist:last-child {
    border-top-color: rgb(167,173,152);
}.app_who_we_are .app_growth_hist:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.app_who_we_are .app_growth_hist h3 {
    color: #000000;
    font-size: 22px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
}.app_who_we_are .app_growth_hist:first-child h3 {
    color: rgb(203,208,191);
}.app_who_we_are .app_growth_hist:last-child h3 {
    color: rgb(167,173,152);
}.app_who_we_are .app_growth_hist h3::after {
    height: 2px;
    background-color: currentColor;
    transition: width 0.3s ease;
    content: "";
    left: 0;
    width: 0;
    position: absolute;
    bottom: -5px;
}.app_who_we_are .app_growth_hist:hover h3::after {
    width: 100%;
}.app_who_we_are .app_growth_hist p {
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
    margin: 0;
}.app_who_we_are .app_growth_hist::before {
    opacity: 0;
    border-left: 2px solid rgb(203,208,191);
    left: -5px;
    position: absolute;
    content: "";
    top: -5px;
    border-top: 2px solid rgb(203,208,191);
    transition: all 0.3s ease;
    height: 10px;
    width: 10px;
}.app_who_we_are .app_growth_hist::after {
    right: -5px;
    width: 10px;
    position: absolute;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(203,208,191);
    bottom: -5px;
    content: "";
    opacity: 0;
    border-right: 2px solid rgb(203,208,191);
    height: 10px;
}.app_who_we_are .app_growth_hist:last-child::before,
.app_who_we_are .app_growth_hist:last-child::after {
    border-color: rgb(167,173,152);
}.app_who_we_are .app_growth_hist:hover::before,
.app_who_we_are .app_growth_hist:hover::after {
    width: 25px;
    height: 25px;
    opacity: 1;
}.app_who_we_are .container::before {
    z-index: 0;
    border-radius: 50%;
    height: 100px;
    border: 15px solid rgb(203,208,191,0.5);
    position: absolute;
    opacity: 0.2;
    content: "";
    top: -50px;
    width: 100px;
    left: -50px;
}.app_who_we_are .container::after {
    border: 15px solid rgb(167,173,152,0.5);
    right: -70px;
    z-index: 0;
    height: 140px;
    opacity: 0.2;
    width: 140px;
    border-radius: 50%;
    content: "";
    position: absolute;
    bottom: -70px;
}

@media screen and (max-width: 992px) {.app_who_we_are {
    padding: 80px 0;
}.app_who_we_are .app_quick_training {
    gap: 30px;
    grid-template-columns: 1fr;
}.app_who_we_are h2 {
    margin-bottom: 40px;
}.app_who_we_are .container::before {
    left: -30px;
    height: 60px;
    border-width: 10px;
    top: -30px;
    width: 60px;
}.app_who_we_are .container::after {
    bottom: -50px;
    width: 100px;
    right: -50px;
    border-width: 10px;
    height: 100px;
}
}

@media screen and (max-width: 768px) {.app_who_we_are {
    padding: 60px 0;
}.app_who_we_are h2 {
    font-size: calc(37px * 0.9);
}.app_who_we_are .app_growth_hist {
    padding: 30px;
}.app_who_we_are .app_growth_hist h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
}
}

@media screen and (max-width: 576px) {.app_who_we_are {
    padding: 50px 0;
}.app_who_we_are h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.app_who_we_are h2::before {
    width: 40px;
}.app_who_we_are .app_growth_hist {
    padding: 25px;
}.app_who_we_are .app_growth_hist h3 {
    margin-bottom: 12px;
    font-size: calc(22px * 0.85);
}.app_who_we_are .app_growth_hist p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.app_who_we_are .app_growth_hist:hover::before,
    .app_who_we_are .app_growth_hist:hover::after {
    width: 20px;
    height: 20px;
}.app_who_we_are .container::before,
    .app_who_we_are .container::after {
    display: none;
}}.app_client_feedback {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(231,233,225) 0%, rgba(rgb(203,208,191,0.5), 0.03) 100%);
    padding: 5rem 2rem;
    position: relative;
}.app_client_feedback::before {
    top: -10%;
    right: -5%;
    filter: blur(40px);
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    z-index: 0;
    width: 35%;
    background: linear-gradient(135deg, rgba(rgb(167,173,152,0.5), 0.1), rgba(rgb(203,208,191,0.5), 0.05));
    height: 70%;
    position: absolute;
}.app_client_feedback::after {
    bottom: -5%;
    height: 40%;
    filter: blur(30px);
    z-index: 0;
    transform: rotate(10deg) skewX(-15deg);
    left: -2%;
    position: absolute;
    background: linear-gradient(225deg, rgba(rgb(203,208,191,0.5), 0.08), rgba(rgb(167,173,152,0.5), 0.03));
    width: 25%;
    content: "";
}.app_client_feedback .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.app_client_feedback h2 {
    position: relative;
    text-align: left;
    color: #000000;
    margin-bottom: 3.5rem;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: -0.02em;
    transform: translateX(2%);
    line-height: 1.2;
}.app_client_feedback h2::after {
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(203,208,191) 0%, rgb(167,173,152) 100%);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    content: "";
    bottom: -1rem;
    width: 8rem;
    left: 0;
}.app_client_feedback .app_client_views {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
    gap: 2.5rem;
    list-style: none;
}.app_client_feedback .app_alumni_views {
    border-radius: 10px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: #ffffff;
    padding: 1.75rem;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: relative;
}.app_client_feedback .app_alumni_views::before {
    right: 1rem;
    color: rgba(rgb(203,208,191,0.5), 0.05);
    z-index: 0;
    font-size: 12rem;
    position: absolute;
    line-height: 1;
    content: "";
    top: -2rem;
    font-family: serif;
}.app_client_feedback .app_alumni_views:hover {
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateY(-8px);
}.app_client_feedback .app_alumni_views:nth-child(odd) {
    transform: translateY(8px);
}.app_client_feedback .app_alumni_views:nth-child(odd):hover {
    transform: translateY(0);
}.app_client_feedback .app_alumni_views div {
    z-index: 1;
    display: flex;
    position: relative;
    margin-bottom: 1rem;
    align-items: center;
}.app_client_feedback .app_alumni_views img {
    width: 60px;
    margin-right: 1rem;
    border: 3px solid white;
    border-radius: 50%;
    height: 60px;
    box-shadow: 0 5px 15px rgba(rgb(203,208,191,0.5), 0.2);
    object-fit: cover;
}.app_client_feedback .app_alumni_views h4 {
    font-size: 20px;
    margin: 0;
    color: #000000;
    font-weight: 600;
    line-height: 1.2;
}.app_client_feedback .app_alumni_views .description {
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    margin: 0;
    z-index: 1;
    color: #000000;
    font-size: 13px;
}.app_client_feedback a {
    overflow: hidden;
    position: relative;
    padding: 0.75rem 2rem;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(203,208,191) 0%, rgb(167,173,152) 100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(rgb(203,208,191,0.5), 0.2);
    display: inline-block;
    text-decoration: none;
    margin-top: 3rem;
    font-size: 17px;
}.app_client_feedback a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(rgb(203,208,191,0.5), 0.3);
}.app_client_feedback a::before {
    left: -100%;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    position: absolute;
    top: 0;
}.app_client_feedback a:hover::before {
    left: 100%;
}

@media (min-width: 992px) {.app_client_feedback {
    padding: 7rem 3rem;
}.app_client_feedback h2 {
    max-width: 70%;
    font-size: calc(38px * 1.1);
}.app_client_feedback .app_client_views {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 3rem;
}.app_client_feedback .app_alumni_views {
    padding: 2.25rem;
}.app_client_feedback .app_alumni_views img {
    width: 70px;
    height: 70px;
}
}

@media (max-width: 991px) {.app_client_feedback h2 {
    transform: none;
    text-align: center;
}.app_client_feedback h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 767px) {.app_client_feedback {
    padding: 4rem 1.5rem;
}.app_client_feedback h2 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.app_client_feedback .app_client_views {
    gap: 2rem;
    grid-template-columns: 1fr;
}.app_client_feedback .app_alumni_views:nth-child(odd) {
    transform: none;
}.app_client_feedback .app_alumni_views:hover,
    .app_client_feedback .app_alumni_views:nth-child(odd):hover {
    transform: translateY(-5px);
}.app_client_feedback a {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    text-align: center;
    display: block;
}
}

@media (max-width: 480px) {.app_client_feedback {
    padding: 3rem 1rem;
}.app_client_feedback h2 {
    font-size: calc(38px * 0.8);
}.app_client_feedback .app_alumni_views {
    padding: 1.5rem;
}.app_client_feedback .app_alumni_views img {
    width: 50px;
    height: 50px;
}.app_client_feedback a {
    max-width: 100%;
    padding: 0.7rem 1.5rem;
}}.app_try_immediately {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,233,225) 0%, rgb(203,208,191,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}.app_try_immediately::before {
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 6px);
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
}.app_try_immediately::after {
    right: -10%;
    z-index: 0;
    width: 50%;
    content: "";
    top: -30%;
    background: rgb(203,208,191,0.5);
    position: absolute;
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    transform: rotate(-15deg);
    opacity: 0.1;
    height: 160%;
}.app_try_immediately .container {
    padding: 0 2rem;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    display: flex;
}.app_try_immediately h2 {
    transform: perspective(1000px) translateZ(0);
    font-size: 35px;
    max-width: 800px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
}.app_try_immediately h2::after {
    position: absolute;
    width: 80px;
    height: 3px;
    left: 50%;
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    bottom: -15px;
    background: rgb(203,208,191);
    transform: translateX(-50%);
    content: "";
}.app_try_immediately .app_corp_culture {
    background: #ffffff;
    position: relative;
    max-width: 500px;
    border-left: 4px solid rgb(203,208,191);
    gap: 2rem;
    padding: 2rem;
    width: 100%;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    align-items: center;
    display: flex;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    justify-content: center;
}.app_try_immediately .app_corp_culture::before {
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.1) 100%);
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
}.app_try_immediately .app_corp_culture:hover {
    box-shadow: 0 25px 45px rgba(0,0,0,0.1), 0 10px 20px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}.app_try_immediately .app_corp_culture:hover h2::after {
    width: 120px;
}.app_try_immediately svg {
    transform-origin: center;
    flex-shrink: 0;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 40px;
    height: 40px;
}.app_try_immediately .app_corp_culture:hover svg {
    transform: scale(1.1) rotate(5deg);
}.app_try_immediately svg path {
    fill: rgb(203,208,191);
    transition: fill 0.3s ease;
}.app_try_immediately .app_corp_culture:hover svg path {
    fill: rgb(167,173,152);
}.app_try_immediately .app_corp_culture > div {
    display: flex;
    justify-content: center;
    flex-grow: 1;
}.app_try_immediately .app_inquiry_links {
    justify-content: center;
    overflow: hidden;
    display: inline-flex;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(rgb(203,208,191,0.5), 0.3);
    padding: 0.75rem 2rem;
    z-index: 1;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(203,208,191) 0%, rgb(167,173,152) 100%);
    letter-spacing: 0.5px;
    font-weight: 600;
    align-items: center;
}.app_try_immediately .app_inquiry_links::before {
    height: 100%;
    left: -100%;
    width: 100%;
    content: "";
    z-index: -1;
    transition: left 0.6s ease;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.app_try_immediately .app_inquiry_links::after {
    transition: opacity 0.4s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: "";
    background: linear-gradient(135deg, rgb(167,173,152) 0%, rgb(203,208,191) 100%);
    left: 0;
    top: 0;
    z-index: -2;
}.app_try_immediately .app_inquiry_links:hover {
    box-shadow: 0 6px 16px rgba(rgb(203,208,191,0.5), 0.4);
    transform: translateY(-2px) scale(1.02);
}.app_try_immediately .app_inquiry_links:hover::before {
    left: 100%;
}.app_try_immediately .app_inquiry_links:hover::after {
    opacity: 1;
}.app_try_immediately .app_inquiry_links:active {
    box-shadow: 0 2px 8px rgba(rgb(203,208,191,0.5), 0.3);
    transform: translateY(1px) scale(0.98);
}

@media (max-width: 768px) {.app_try_immediately {
    padding: 4rem 0;
}.app_try_immediately h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 2rem;
}.app_try_immediately .app_corp_culture {
    gap: 1.5rem;
    padding: 1.5rem;
    flex-direction: column;
}.app_try_immediately .app_inquiry_links {
    width: 100%;
    padding: 0.75rem 1.5rem;
}.app_try_immediately::after {
    height: 140%;
    width: 80%;
    top: -20%;
    right: -30%;
}
}

@media (max-width: 480px) {.app_try_immediately {
    padding: 3rem 0;
}.app_try_immediately h2 {
    font-size: calc(35px * 0.75);
}.app_try_immediately .app_corp_culture {
    gap: 1rem;
    padding: 1.25rem;
}.app_try_immediately svg {
    width: 32px;
    height: 32px;
}.app_try_immediately h2::after {
    width: 60px;
    bottom: -10px;
}.app_try_immediately .app_inquiry_links {
    padding: 0.6rem 1.25rem;
    font-size: calc(20px * 0.9);
}}header .app_head_pagewrap {
    position: relative;
    border-bottom-left-radius: 26px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    left: 0;
    overflow: visible;
    border-bottom-right-radius: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    background: linear-gradient(135deg, rgb(203,208,191,0.5) 0%, rgb(167,173,152) 100%);
    padding: 1.5rem 2rem;
    display: flex;
}header .app_head_pagewrap .app_top_guide {
    z-index: 2;
    position: relative;
    transform: skewX(5deg);
}header .app_head_pagewrap .app_top_guide .app_header_mainbar {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .app_head_pagewrap .app_top_guide .app_header_mainbar:hover {
    transform: translateY(-8px) rotate(0deg);
}header .app_head_pagewrap .app_top_guide svg {
    width: 80px;
    height: auto;
}header .app_head_pagewrap .app_top_master {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 1rem;
    position: relative;
    padding: 0;
}header .app_head_pagewrap .app_top_master::before {
    border-radius: 10px;
    height: calc(100% + 20px);
    background: linear-gradient(45deg, transparent 0%, rgb(203,208,191,0.5) 100%);
    content: "";
    position: absolute;
    top: -10px;
    left: -20px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: calc(100% + 40px);
}header .app_head_pagewrap .app_top_train {
    transition: transform 0.3s ease;
    position: relative;
}header .app_head_pagewrap .app_top_train a {
    font-size: 20px;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem;
    color: #ffffff;
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}header .app_head_pagewrap .app_top_train a::before {
    left: 0;
    height: 2px;
    transition: transform 0.3s ease;
    transform: scaleX(0) rotate(-2deg);
    transform-origin: right;
    content: "";
    background: rgb(167,173,152);
    position: absolute;
    bottom: 0;
    width: 100%;
}header .app_head_pagewrap .app_top_train a:hover {
    color: rgb(167,173,152);
}header .app_head_pagewrap .app_top_train a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .app_head_pagewrap {
    padding: 1rem;
    transform: skewX(0);
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
    width: 100vw;
    flex-direction: column;
}header .app_head_pagewrap .app_top_guide {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .app_head_pagewrap .app_top_master {
    transform: skewX(0);
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .app_head_pagewrap .app_top_master::before {
    transform: skewX(0);
}header .app_head_pagewrap .app_top_master:hover::before {
    transform: skewX(0);
}header .app_head_pagewrap .app_top_train {
    margin: 0.25rem;
}header .app_head_pagewrap .app_top_train:nth-child(odd),
  header .app_head_pagewrap .app_top_train:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .app_head_pagewrap {
    padding: 0.75rem;
}header .app_head_pagewrap .app_top_master {
    flex-direction: column;
    align-items: center;
}header .app_head_pagewrap .app_top_train {
    width: 100%;
    text-align: center;
}header .app_head_pagewrap .app_top_guide svg {
    width: 100px;
}}.app_education_experience {
    padding: 70px 30px;
    background: linear-gradient(45deg, rgb(231,233,225) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.app_education_experience::before {
    z-index: 0;
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 30% 50%, rgb(203,208,191,0.5) 0%, transparent 40%);
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    opacity: 0.4;
}.app_education_experience::after {
    top: 0;
    content: "";
    height: 100%;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    z-index: 0;
    background: radial-gradient(circle at 70% 30%, rgb(167,173,152,0.5) 0%, transparent 40%);
    right: 0;
}.app_education_experience .app_alumni_views {
    margin: 0 auto;
    grid-template-columns: 1fr;
    z-index: 2;
    transform-style: preserve-3d;
    perspective: 1500px;
    display: grid;
    position: relative;
    max-width: 1000px;
}.app_education_experience .app_image_frame_wrap {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 300px;
    transform-origin: bottom;
    border-radius: 13px 13px 0 0;
    width: 100%;
    z-index: 2;
    transform: rotateX(10deg);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    position: relative;
}.app_education_experience .app_image_frame_wrap::before {
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
}.app_education_experience .app_alumni_views:hover .app_image_frame_wrap {
    transform: rotateX(0deg) translateZ(30px);
}.app_education_experience .app_work_tasks {
    position: relative;
    transform: rotateX(-5deg);
    transform-origin: top;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 13px 13px;
}.app_education_experience .app_alumni_views:hover .app_work_tasks {
    transform: rotateX(0deg) translateZ(20px);
}.app_education_experience .name {
    font-weight: 700;
    transition: transform 0.4s ease;
    font-size: 32px;
    display: inline-block;
    color: rgb(203,208,191);
    position: relative;
    margin-bottom: 10px;
    transform: translateZ(0);
}.app_education_experience .name::after {
    left: 0;
    content: "";
    height: 3px;
    bottom: -5px;
    position: absolute;
    transition: width 0.4s ease 0.1s;
    background: linear-gradient(to right, rgb(167,173,152), transparent);
    width: 0;
}.app_education_experience .app_alumni_views:hover .name::after {
    width: 100%;
}.app_education_experience .app_alumni_views:hover .name {
    transform: translateZ(10px);
}.app_education_experience .app_work_tasks > div:nth-child(2) {
    transform: translateZ(0);
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    color: #000000;
    opacity: 0.7;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}.app_education_experience .app_alumni_views:hover .app_work_tasks > div:nth-child(2) {
    color: rgb(167,173,152);
    transform: translateZ(15px);
}.app_education_experience .app_career_tasks {
    font-size: 16px;
    line-height: 1.7;
    transition: transform 0.4s ease 0.2s;
    color: #000000;
    border-top: 1px solid rgb(231,233,225);
    transform: translateZ(0);
    padding: 20px 0 0 0;
    position: relative;
}.app_education_experience .app_alumni_views:hover .app_career_tasks {
    transform: translateZ(5px);
}.app_education_experience .app_career_tasks::before {
    line-height: 0;
    color: rgb(167,173,152,0.5);
    left: -5px;
    font-size: 60px;
    content: "";
    opacity: 0.5;
    position: absolute;
    top: 10px;
}

@media (min-width: 768px) {.app_education_experience .app_alumni_views {
    grid-gap: 0;
    grid-template-columns: 300px 1fr;
}.app_education_experience .app_image_frame_wrap {
    transform: rotateY(-10deg);
    height: 100%;
    transform-origin: right;
    border-radius: 13px 0 0 13px;
}.app_education_experience .app_alumni_views:hover .app_image_frame_wrap {
    transform: rotateY(0deg) translateZ(30px);
}.app_education_experience .app_work_tasks {
    transform: rotateY(5deg);
    transform-origin: left;
    border-radius: 0 13px 13px 0;
}.app_education_experience .app_alumni_views:hover .app_work_tasks {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.app_education_experience {
    padding: 50px 20px;
}.app_education_experience .app_image_frame_wrap {
    height: 250px;
}.app_education_experience .app_work_tasks {
    padding: 30px 25px;
}.app_education_experience .name {
    font-size: calc(32px - 4px);
}.app_education_experience .app_work_tasks > div:nth-child(2) {
    font-size: calc(21px - 1px);
}.app_education_experience .app_career_tasks {
    font-size: calc(16px - 1px);
}}.app_price_pick {
    background: rgb(231,233,225);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.app_price_pick::before {
    z-index: 0;
    position: absolute;
    content: "";
    top: -50px;
    height: 300px;
    width: 300px;
    right: -50px;
    animation: float-effect 12s infinite alternate ease-in-out;
    filter: blur(80px);
    background: rgb(203,208,191,0.5);
}.app_price_pick::after {
    filter: blur(60px);
    z-index: 0;
    left: -50px;
    position: absolute;
    background: rgb(167,173,152,0.5);
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    content: "";
    height: 250px;
    width: 250px;
    bottom: -50px;
}.app_price_pick .container {
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.app_price_pick .app_plan_fee {
    display: flex;
    gap: 60px;
    flex-direction: column;
}.app_price_pick .app_learning_fees {
    max-width: 700px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    order: -1;
}.app_price_pick .app_learning_fees h2 {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    color: #000000;
}.app_price_pick .app_learning_fees h2::after {
    background: rgb(203,208,191);
    width: 80px;
    content: "";
    transform: translateX(-50%);
    bottom: -10px;
    height: 3px;
    position: absolute;
    left: 50%;
}.app_price_pick .app_access_rates {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 16px;
    opacity: 0.85;
}.app_price_pick .app_package_deals {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    gap: 30px;
    display: grid;
}.app_price_pick .app_cost_options {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    perspective: 1000px;
    text-decoration: none;
    position: relative;
    color: inherit;
    transform-style: preserve-3d;
    height: 100%;
}.app_price_pick .app_cost_options:hover {
    transform: translateY(-10px) scale(1.02);
}.app_price_pick .app_tuition_table {
    height: 100%;
    background: #ffffff;
    flex-direction: column;
    transition: box-shadow 0.4s ease;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    border-radius: 10px;
}.app_price_pick .app_cost_options:hover .app_tuition_table {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(203,208,191,0.5);
}.app_price_pick .app_value_rates {
    flex-grow: 1;
    position: relative;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    padding: 30px;
    z-index: 2;
}.app_price_pick .app_value_rates::before {
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
    content: "";
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(203,208,191), rgb(167,173,152));
    position: absolute;
    right: 0;
    left: 0;
}.app_price_pick .app_cost_options:hover .app_value_rates::before {
    transform: scaleX(1);
}.app_price_pick .app_value_rates h3 {
    margin-bottom: 10px;
    white-space: normal;
    font-weight: 700;
    word-break: break-word;
    font-size: calc(18px + 2px);
    color: #000000;
    transition: transform 0.4s ease, color 0.3s ease;
    overflow-wrap: break-word;
}.app_price_pick .app_cost_options:hover .app_value_rates h3 {
    color: rgb(203,208,191);
    transform: translateX(5px);
}.app_price_pick .app_deal_board {
    position: relative;
    font-weight: 700;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 18px;
    white-space: normal;
    transition: transform 0.4s ease;
    display: block;
    margin: 10px 0 20px;
    color: rgb(167,173,152);
}.app_price_pick .app_deal_board::before {
    width: 40px;
    position: absolute;
    height: 2px;
    bottom: -8px;
    background: rgb(167,173,152,0.5);
    content: "";
    left: 0;
    transition: width 0.4s ease;
}.app_price_pick .app_cost_options:hover .app_deal_board::before {
    width: 80px;
}.app_price_pick .app_value_rates p {
    margin-bottom: 0;
    flex-grow: 1;
    font-size: calc(16px - 1px);
    transition: color 0.3s ease;
    word-break: break-word;
    white-space: normal;
    color: #000000;
    line-height: 1.6;
    overflow-wrap: break-word;
}.app_price_pick .app_image_frame_wrap {
    transition: transform 0.6s ease, filter 0.6s ease;
    transform: translateZ(-10px);
    overflow: hidden;
    height: 200px;
    position: relative;
}.app_price_pick .app_image_frame_wrap::after {
    inset: 0;
    content: "";
    transition: opacity 0.5s ease;
    opacity: 0.6;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    position: absolute;
}.app_price_pick .app_cost_options:hover .app_image_frame_wrap {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.app_price_pick .app_cost_options:hover .app_image_frame_wrap::after {
    opacity: 0.4;
}.app_price_pick .app_cost_options::after {
    border-radius: 50%;
    filter: blur(10px);
    position: absolute;
    right: 30px;
    top: 100%;
    opacity: 0;
    content: "";
    z-index: -1;
    height: 15px;
    background: rgb(203,208,191,0.5);
    left: 30px;
    transition: opacity 0.4s ease;
}.app_price_pick .app_cost_options:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.app_price_pick .app_plan_fee {
    align-items: center;
    flex-direction: row;
}.app_price_pick .app_learning_fees {
    text-align: left;
    flex: 0 0 30%;
    order: 0;
    padding-right: 40px;
}.app_price_pick .app_learning_fees h2::after {
    transform: none;
    left: 0;
}.app_price_pick .app_package_deals {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.app_price_pick .app_package_deals {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.app_price_pick .app_value_rates {
    padding: 35px;
}.app_price_pick .app_image_frame_wrap {
    height: 220px;
}
}

@media (max-width: 991px) {.app_price_pick {
    padding: 80px 0;
}.app_price_pick .app_learning_fees {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.app_price_pick {
    padding: 60px 0;
}.app_price_pick .app_package_deals {
    grid-template-columns: 1fr;
    gap: 25px;
}.app_price_pick .app_learning_fees h2 {
    font-size: calc(34px - 4px);
}.app_price_pick .app_image_frame_wrap {
    height: 180px;
}.app_price_pick .app_value_rates {
    padding: 25px;
}
}

@media (max-width: 480px) {.app_price_pick {
    padding: 50px 0;
}.app_price_pick .app_value_rates h3 {
    font-size: 18px;
}.app_price_pick .app_deal_board {
    font-size: calc(18px - 2px);
}.app_price_pick .app_image_frame_wrap {
    height: 160px;
}.app_price_pick .app_value_rates {
    padding: 20px;
}}.app_cookie_message_banner {
    bottom: 0;
    padding: 20px;
    border-top: 3px solid rgb(203,208,191);
    overflow: hidden;
    width: 100%;
    z-index: 1050;
    position: fixed;
    background: rgb(231,233,225);
    font-family: Arial, sans-serif;
}.app_edu_track {
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
    z-index: 1;
}.app_accept_cookies {
    flex-shrink: 0;
    margin-right: 20px;
}#app_cookie_box_window {
    display: none;
}#app_cookie_box_window:checked ~ .app_cookie_message_banner {
    visibility: hidden;
    opacity: 0;
}.app_accept_cookies svg {
    width: 60px;
    transition: fill 0.3s ease-in-out;
    height: 60px;
    fill: rgb(203,208,191);
}.app_cookies_overview {
    flex-grow: 1;
    margin-right: 20px;
}.app_cookies_overview h5 {
    font-weight: 700;
    margin-bottom: 5px;
    color: rgb(203,208,191);
    font-size: 18px;
}.app_cookies_overview p {
    margin-bottom: 0;
    font-size: 13px;
    color: #000000;
}.app_data_policy {
    margin-left: 10px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    border-radius: 10px;
}.app_data_policy {
    border: 1px solid rgb(203,208,191);
    background-color: rgb(203,208,191);
    color: #ffffff;
}.app_data_policy:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.app_cookie_message_banner p a {
    text-decoration: underline;
    color: rgb(203,208,191);
}.app_cookie_message_banner p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.app_cookies_overview h5 {
    font-size: calc(18px - 2px);
}.app_cookies_overview p {
    font-size: calc(13px - 2px);
}.app_data_policy {
    padding: 8px 16px;
    font-size: calc(14px - 2px);
}
}
@media (max-width: 800px) {.app_edu_track {
    align-items: center;
    flex-direction: column;
}.app_accept_cookies {
    margin-bottom: 15px;
}.app_cookies_overview {
    text-align: center;
    margin-bottom: 20px;
}.app_data_policy {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.app_privacy_cabinet {
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    padding: 40px;
    margin: 0 auto;
    height: auto;
    width: 100%;
    color: #ffffff;
    overflow: hidden;
}.app_privacy_cabinet::before {
    right: 10px;
    position: absolute;
    content: '';
    z-index: -1;
    top: 10px;
    bottom: 10px;
    left: 10px;
}.app_privacy_cabinet h1 {
    text-align: center;
    font-size: 46px;
    margin-bottom: 20px;
    color: rgb(203,208,191);
    font-weight: 700;
    font-family: Arial, sans-serif;
    border-bottom: 2px solid rgb(203,208,191);
    margin-top: 30px;
    padding-bottom: 10px;
}.app_privacy_cabinet h2 {
    text-align: left;
    font-family: Arial, sans-serif;
    padding-left: 15px;
    color: rgb(167,173,152);
    font-size: 38px;
    margin-bottom: 15px;
    border-left: 4px solid rgb(167,173,152);
    font-weight: 600;
    margin-top: 25px;
}.app_privacy_cabinet h3, .app_privacy_cabinet h4, .app_privacy_cabinet h5, .app_privacy_cabinet h6 {
    color: rgb(203,208,191);
    font-family: Arial, sans-serif;
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 400;
}.app_privacy_cabinet ul, .app_privacy_cabinet ol {
    font-size: 18px;
    font-family: Arial, sans-serif;
    padding: 15px 0;
    padding-left: 0;
    list-style: none;
    color: #ffffff;
    margin: 0;
}.app_privacy_cabinet li {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}.app_privacy_cabinet li::before {
    line-height: 1em;
    color: rgb(203,208,191);
    font-size: 1.2em;
    content: ">";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}.app_privacy_cabinet section {
    margin-bottom: 20px;
    padding: 20px;
    background: #000000;
    border-radius: 10px;
    border: 1px solid rgb(167,173,152,0.5);
}.app_privacy_cabinet p, .app_privacy_cabinet span, .app_privacy_cabinet div {
    padding-left: 15px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    border-left: 3px solid rgb(203,208,191);
    color: #ffffff;
    line-height: 1.6;
}

@media only screen and (max-width: 800px) {.app_privacy_cabinet {
    width: 95%;
    padding: 20px;
}.app_privacy_cabinet h1 {
    margin-top: 20px;
    font-size: calc(19px - 6px);
    margin-bottom: 15px;
}.app_privacy_cabinet h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: calc(19px - 6px);
}.app_privacy_cabinet ul, .app_privacy_cabinet ol {
    padding-left: 15px;
}.app_privacy_cabinet li {
    padding-left: 20px;
}.app_privacy_cabinet p, .app_privacy_cabinet span, .app_privacy_cabinet div {
    padding-left: 10px;
    margin-bottom: 15px;
}}.app_title_welcome {
    padding: 2rem 1rem;
    flex-direction: column;
    display: flex;
    background: linear-gradient(135deg, rgb(231,233,225) 0%, rgb(203,208,191,0.5) 100%);
    min-height: 100vh;
    overflow: hidden;
    position: relative;
}.app_title_welcome::before {
    left: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(45deg, transparent 40%, rgb(167,173,152,0.5) 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    pointer-events: none;
    top: 0;
}.app_title_welcome::after {
    opacity: 0.6;
    position: absolute;
    background: radial-gradient(circle, rgb(203,208,191,0.5) 0%, transparent 70%);
    z-index: 0;
    content: "";
    width: 50%;
    bottom: -5%;
    transform: translateZ(0);
    height: 50%;
    right: -5%;
}.app_title_welcome h1 {
    padding-left: 1.5rem;
    transform: translateY(0);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    position: relative;
}.app_title_welcome h1::before {
    transform: scaleX(0);
    width: 1rem;
    height: 2px;
    position: absolute;
    transition: transform 0.5s ease-out;
    top: 50%;
    transform-origin: left;
    background: rgb(203,208,191);
    content: "";
    left: 0;
}.app_title_welcome:hover h1::before {
    transform: scaleX(1);
}.app_title_welcome:hover h1 {
    transform: translateY(-2px);
}.app_title_welcome .app_corp_culture {
    flex-direction: column;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    display: flex;
    width: 100%;
    flex-grow: 1;
    margin: 0 auto;
}.app_title_welcome .app_text_area {
    order: 2;
    backdrop-filter: blur(10px);
    z-index: 3;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.92);
    transform: translateZ(0);
    padding: 2rem 1rem;
}.app_title_welcome .app_image_frame_wrap {
    min-height: 250px;
    z-index: 2;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-top-right-radius: 10px;
    order: 1;
    transform: translateZ(0) scale(1);
    border-top-left-radius: 10px;
}.app_title_welcome .app_image_frame_wrap::before {
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    top: 0;
}.app_title_welcome .app_image_frame_wrap:hover {
    transform: translateZ(0) scale(1.02);
}.app_title_welcome ol {
    padding: 0;
    margin: 0;
    list-style: none;
}.app_title_welcome ol li {
    margin-bottom: 1.5rem;
}.app_title_welcome .app_edu_begin {
    align-items: center;
    flex-direction: column;
    text-align: center;
    display: flex;
}.app_title_welcome .app_edu_begin svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 1rem;
    width: 100px;
    height: 100px;
    transform: translateY(0);
}.app_title_welcome .app_edu_begin:hover svg {
    transform: translateY(-5px);
}.app_title_welcome .app_edu_begin svg path {
    transition: fill 0.3s ease;
    fill: rgb(203,208,191);
}.app_title_welcome .app_edu_begin:hover svg path {
    fill: rgb(167,173,152);
}.app_title_welcome .app_edu_begin svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.app_title_welcome .app_edu_begin:hover svg text {
    fill: #000000;
}.app_title_welcome .app_edu_begin p {
    margin-bottom: 1.5rem;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    transition: opacity 0.3s ease;
    max-width: 600px;
    color: #000000;
    opacity: 0.95;
}.app_title_welcome .app_edu_begin p::after {
    transition: all 0.4s ease;
    position: absolute;
    height: 2px;
    left: 50%;
    opacity: 0.7;
    content: "";
    transform: translateX(-50%) scaleX(0.5);
    width: 40px;
    background: rgb(203,208,191);
    bottom: -10px;
}.app_title_welcome .app_edu_begin:hover p::after {
    transform: translateX(-50%) scaleX(1);
    opacity: 1;
}.app_title_welcome .app_inquiry_links {
    padding: 0.8rem 2rem;
    background: linear-gradient(135deg, rgb(203,208,191) 0%, rgb(167,173,152) 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
    font-size: 17px;
    transform: translateY(0);
    font-weight: 600;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
}.app_title_welcome .app_inquiry_links::before {
    transition: opacity 0.5s ease;
    height: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(167,173,152) 0%, rgb(203,208,191) 100%);
    content: "";
    z-index: -1;
    width: 100%;
}.app_title_welcome .app_inquiry_links:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}.app_title_welcome .app_inquiry_links:hover::before {
    opacity: 1;
}.app_title_welcome .app_inquiry_links::after {
    bottom: 0;
    height: 3px;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    background: #ffffff;
    width: 100%;
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    content: "";
}.app_title_welcome .app_inquiry_links:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media (min-width: 768px) {.app_title_welcome {
    padding: 3rem 2rem;
}.app_title_welcome h1 {
    padding-left: 2rem;
    font-size: calc(20px * 1.2);
}.app_title_welcome h1::before {
    width: 1.5rem;
}.app_title_welcome .app_corp_culture {
    gap: 2rem;
    align-items: center;
    flex-direction: row;
}.app_title_welcome .app_text_area {
    padding: 3rem 2rem;
    order: 1;
    transform: translateX(0);
    border-radius: 10px;
    flex: 1;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.app_title_welcome:hover .app_text_area {
    transform: translateX(5px);
}.app_title_welcome .app_image_frame_wrap {
    transform: translateZ(0) scale(0.98);
    flex: 1;
    order: 2;
    border-radius: 10px;
    min-height: 400px;
}.app_title_welcome:hover .app_image_frame_wrap {
    transform: translateZ(0) scale(1);
}.app_title_welcome .app_edu_begin {
    text-align: left;
    align-items: flex-start;
}.app_title_welcome .app_edu_begin p::after {
    transform: translateX(0) scaleX(0.5);
    left: 0;
}.app_title_welcome .app_edu_begin:hover p::after {
    transform: translateX(0) scaleX(1);
}.app_title_welcome .app_edu_begin svg {
    width: 120px;
    height: 120px;
}
}

@media (min-width: 992px) {.app_title_welcome {
    padding: 4rem 3rem;
}.app_title_welcome h1 {
    font-size: calc(20px * 1.4);
    margin-bottom: 2.5rem;
}.app_title_welcome .app_corp_culture {
    gap: 4rem;
}.app_title_welcome .app_text_area {
    padding: 4rem 3rem;
}.app_title_welcome .app_image_frame_wrap {
    min-height: 500px;
}.app_title_welcome .app_edu_begin svg {
    height: 140px;
    width: 140px;
}.app_title_welcome .app_edu_begin p {
    font-size: calc(18px * 1.1);
    line-height: 1.7;
}.app_title_welcome .app_inquiry_links {
    padding: 1rem 2.5rem;
}
}

@media (min-width: 1200px) {.app_title_welcome h1 {
    font-size: calc(20px * 1.6);
}.app_title_welcome .app_text_area {
    padding: 5rem 4rem;
}.app_title_welcome .app_image_frame_wrap {
    min-height: 550px;
}.app_title_welcome .app_edu_begin p {
    font-size: calc(18px * 1.2);
    line-height: 1.8;
}.app_title_welcome .app_inquiry_links {
    padding: 1.1rem 3rem;
}
}

@media (prefers-reduced-motion: reduce) {.app_title_welcome *,
    .app_title_welcome *::before,
    .app_title_welcome *::after {
    transition-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
}}.app_instructional_approach {
    position: relative;
    overflow: visible;
    background: linear-gradient(160deg, rgb(231,233,225) 0%, rgb(203,208,191,0.5) 140%);
    padding: 180px 0 150px;
}.app_instructional_approach::before {
    width: 100%;
    opacity: 0.2;
    top: 0;
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(45deg, transparent 60%, rgb(203,208,191,0.5) 100%);
}.app_instructional_approach .app_corp_culture {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
}.app_instructional_approach .app_text_area {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
}.app_instructional_approach .app_text_area h2 {
    background: rgb(203,208,191,0.5);
    align-self: flex-start;
    color: #ffffff;
    padding: 30px 40px;
    border-radius: 28px;
    font-weight: 700;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    margin-bottom: 0;
    transform: translateX(-80px);
    position: relative;
    z-index: 4;
    backdrop-filter: blur(10px);
    font-size: 31px;
}.app_instructional_approach .app_text_area p {
    backdrop-filter: blur(15px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    width: 70%;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    position: relative;
    line-height: 1.8;
    z-index: 3;
    align-self: flex-end;
    padding: 50px 60px;
    border-radius: 28px;
    margin-top: -15px;
}.app_instructional_approach .app_text_area::before {
    opacity: 0.05;
    right: -150px;
    top: -150px;
    width: 300px;
    content: '';
    position: absolute;
    filter: blur(60px);
    background: rgb(203,208,191);
    animation: morph 15s infinite alternate;
    height: 300px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 1;
}.app_instructional_approach .app_text_area::after {
    border-radius: 60% 40% 30% 70% / 50% 60% 30% 60%;
    bottom: -200px;
    opacity: 0.05;
    height: 400px;
    content: '';
    left: -150px;
    background: rgb(167,173,152);
    z-index: 0;
    filter: blur(70px);
    animation: morph 20s infinite alternate-reverse;
    width: 400px;
    position: absolute;
}.app_instructional_approach .app_text_area h2::before {
    width: 40px;
    content: '';
    transform: rotate(45deg);
    top: -20px;
    left: -20px;
    position: absolute;
    z-index: -1;
    background: rgb(203,208,191);
    border-radius: 10px;
    height: 40px;
}.app_instructional_approach .app_text_area h2::after {
    position: absolute;
    background: rgb(203,208,191);
    height: 2px;
    width: 120px;
    z-index: 5;
    content: '';
    bottom: -30px;
    left: 40px;
}.app_instructional_approach .app_text_area p::before {
    height: 80px;
    z-index: -1;
    opacity: 0.1;
    animation: float-rotate 10s infinite alternate;
    position: absolute;
    width: 80px;
    right: 60px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: '';
    background: rgb(203,208,191,0.5);
    top: -40px;
}.app_instructional_approach .app_text_area p::after {
    z-index: -1;
    height: 60px;
    width: 60px;
    opacity: 0.1;
    position: absolute;
    content: '';
    left: 40px;
    animation: float-rotate 12s infinite alternate-reverse;
    border-radius: 30% 70% 50% 50% / 50% 50% 70% 30%;
    background: rgb(167,173,152,0.5);
    bottom: -30px;
}.app_instructional_approach::after {
    bottom: 0;
    position: absolute;
    left: 0;
    opacity: 0.6;
    content: '';
    width: 100%;
    height: 3px;
    z-index: 1;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(203,208,191,0.5) 20%, 
        rgb(203,208,191) 50%, 
        rgb(167,173,152,0.5) 80%, 
        transparent 100%
    );
}.app_instructional_approach .app_corp_culture::before {
    width: 200px;
    transform: rotate(60deg);
    top: 35%;
    left: -100px;
    content: '';
    background: rgb(203,208,191,0.5);
    animation: glow 5s infinite alternate;
    height: 2px;
    position: absolute;
}.app_instructional_approach .app_corp_culture::after {
    right: -100px;
    bottom: 25%;
    width: 200px;
    height: 2px;
    content: '';
    position: absolute;
    animation: glow 6s infinite alternate-reverse;
    background: rgb(167,173,152,0.5);
    transform: rotate(-60deg);
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 70% 30% 40% 60% / 50% 60% 30% 60%;
    }
}

@keyframes float-rotate {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    100% {
        transform: translateY(-20px) rotate(45deg);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.3;
        box-shadow: 0 0 5px rgb(203,208,191,0.5);
    }
    50% {
        opacity: 0.7;
        box-shadow: 0 0 15px rgb(203,208,191);
    }
}

.app_instructional_approach .app_text_area h2 span {
    position: relative;
    z-index: 2;
}.app_instructional_approach .app_text_area p span {
    font-weight: 600;
    position: relative;
    color: rgb(203,208,191);
}.app_instructional_approach .floating-element {
    z-index: 0;
    opacity: 0.2;
    position: absolute;
    border: 2px solid rgb(203,208,191,0.5);
    right: 10%;
    animation: float 20s infinite ease-in-out;
    width: 150px;
    top: 20%;
    height: 150px;
}.app_instructional_approach .floating-element::before {
    position: absolute;
    content: '';
    width: 20px;
    top: 50%;
    height: 20px;
    background: rgb(203,208,191);
    left: 50%;
    border-radius: 50%;
    opacity: 0.3;
    transform: translate(-50%, -50%);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-30px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(10deg);
    }
    75% {
        transform: translateY(30px) rotate(5deg);
    }
}

@media screen and (max-width: 1200px) {.app_instructional_approach .app_text_area h2 {
    transform: translateX(-60px);
}.app_instructional_approach .app_text_area p {
    width: 75%;
}.app_instructional_approach .app_text_area::before {
    right: -125px;
    width: 250px;
    top: -125px;
    height: 250px;
}.app_instructional_approach .app_text_area::after {
    width: 350px;
    bottom: -175px;
    left: -120px;
    height: 350px;
}.app_instructional_approach .floating-element {
    width: 120px;
    height: 120px;
    right: 8%;
}
}

@media screen and (max-width: 992px) {.app_instructional_approach {
    padding: 150px 0 120px;
}.app_instructional_approach .app_text_area h2 {
    padding: 25px 35px;
    transform: translateX(-40px);
}.app_instructional_approach .app_text_area p {
    padding: 40px 50px;
    width: 80%;
}.app_instructional_approach .app_text_area::before {
    width: 200px;
    right: -100px;
    top: -100px;
    height: 200px;
}.app_instructional_approach .app_text_area::after {
    left: -100px;
    width: 280px;
    bottom: -140px;
    height: 280px;
}.app_instructional_approach .app_corp_culture::before,
    .app_instructional_approach .app_corp_culture::after {
    width: 150px;
}.app_instructional_approach .floating-element {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 768px) {.app_instructional_approach {
    padding: 120px 0 100px;
    overflow: hidden;
}.app_instructional_approach .app_text_area h2 {
    transform: translateX(0);
    font-size: calc(31px * 0.9);
    align-self: center;
    margin-bottom: 30px;
    padding: 20px 30px;
}.app_instructional_approach .app_text_area p {
    align-self: center;
    padding: 30px 40px;
    width: 100%;
    margin-top: 0;
}.app_instructional_approach .app_text_area h2::after {
    width: 80px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}.app_instructional_approach .app_text_area::before,
    .app_instructional_approach .app_text_area::after,
    .app_instructional_approach .app_corp_culture::before,
    .app_instructional_approach .app_corp_culture::after,
    .app_instructional_approach .floating-element {
    display: none;
}
}

@media screen and (max-width: 480px) {.app_instructional_approach {
    padding: 100px 0 80px;
}.app_instructional_approach .app_text_area h2 {
    font-size: calc(31px * 0.8);
    padding: 15px 25px;
}.app_instructional_approach .app_text_area p {
    padding: 25px 30px;
    font-size: calc(16px * 0.9);
}.app_instructional_approach .app_text_area h2::before {
    top: -15px;
    height: 30px;
    left: -15px;
    width: 30px;
}.app_instructional_approach .app_text_area h2::after {
    height: 1px;
    bottom: -15px;
    width: 60px;
}}.app_future_members {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(231,233,225) 0%, rgba(0, 0, 0, 0.5) 100%);
}.app_future_members::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(203,208,191,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(167,173,152,0.5) 0%, transparent 40%);
    opacity: 0.6;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    z-index: 0;
    position: absolute;
}.app_future_members::after {
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    top: 0;
    background-size: 120px 120px;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 0;
    height: 100%;
    opacity: 0.03;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
}.app_future_members .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.app_future_members .app_corp_culture {
    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.1) inset;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    overflow: hidden;
    transform: translateY(0);
    padding: 50px;
    backdrop-filter: blur(12px);
}.app_future_members .app_corp_culture:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: translateY(-10px);
}.app_future_members .app_corp_culture::before {
    content: "";
    opacity: 0.1;
    top: -100px;
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    right: -100px;
    background: linear-gradient(45deg, rgb(203,208,191) 0%, rgb(167,173,152) 100%);
    filter: blur(30px);
    animation: pulse-effect 8s infinite alternate ease-in-out;
}.app_future_members .app_corp_culture::after {
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    height: 150px;
    opacity: 0.1;
    border-radius: 50%;
    left: -75px;
    content: "";
    filter: blur(25px);
    position: absolute;
    bottom: -75px;
    background: linear-gradient(225deg, rgb(167,173,152) 0%, rgb(203,208,191) 100%);
    width: 150px;
}@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

.app_future_members h4 {
    position: relative;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 38px;
}.app_future_members h4::after {
    border-radius: 10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(203,208,191) 0%, rgb(167,173,152) 100%);
    width: 80px;
    bottom: 0;
    position: absolute;
    content: "";
    height: 4px;
    left: 50%;
}.app_future_members div p {
    margin-bottom: 25px;
    padding: 15px 20px;
    backdrop-filter: blur(5px);
    font-size: calc(15px + 2px);
    align-items: center;
    color: #ffffff;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    border-radius: 10px;
    border-left: 3px solid rgb(203,208,191);
    background: rgba(255, 255, 255, 0.05);
}.app_future_members div p:last-child {
    margin-bottom: 0;
}.app_future_members div p:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.app_future_members div p svg {
    margin-right: 15px;
    transition: transform 0.3s ease;
    height: 24px;
    min-width: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    width: 24px;
}.app_future_members div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.app_future_members div p svg path {
    fill: rgb(203,208,191);
}.app_future_members div p::after {
    background: linear-gradient(90deg, rgb(203,208,191) 0%, transparent 100%);
    left: 0;
    transition: width 0.5s ease;
    position: absolute;
    height: 1px;
    content: "";
    width: 0;
    bottom: 0;
}.app_future_members div p:hover::after {
    width: 100%;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 991px) {.app_future_members {
    padding: 80px 0;
}.app_future_members .app_corp_culture {
    padding: 40px 30px;
}.app_future_members h4 {
    margin-bottom: 30px;
    font-size: calc(38px - 2px);
}.app_future_members div p {
    padding: 12px 15px;
    margin-bottom: 20px;
    font-size: 15px;
}
}

@media (max-width: 767px) {.app_future_members {
    padding: 60px 0;
}.app_future_members .app_corp_culture {
    padding: 30px 20px;
}.app_future_members h4 {
    margin-bottom: 25px;
    padding-bottom: 12px;
    font-size: calc(38px - 4px);
}.app_future_members h4::after {
    width: 60px;
    height: 3px;
}.app_future_members div p {
    font-size: calc(15px - 1px);
    padding: 10px 12px;
    margin-bottom: 15px;
}.app_future_members div p svg {
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.app_future_members::before,
    .app_future_members::after {
    opacity: 0.05;
}
}

@media (max-width: 479px) {.app_future_members {
    padding: 40px 0;
}.app_future_members .app_corp_culture {
    padding: 25px 15px;
}.app_future_members h4 {
    font-size: calc(38px - 6px);
}.app_future_members div p {
    font-size: calc(15px - 2px);
    padding: 8px 10px;
}.app_future_members div p svg {
    margin-right: 8px;
    min-width: 18px;
    width: 18px;
    height: 18px;
}}.app_thanksGrid {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(231,233,225) 0%, rgb(203,208,191,0.5) 30%, rgb(231,233,225) 70%, rgb(167,173,152,0.5) 100%);
    overflow: hidden;
}.app_thanksGrid::before {
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    animation: pulseGlow 10s ease-in-out infinite;
    background: radial-gradient(circle at 30% 50%, rgb(203,208,191,0.5) 0%, transparent 60%);
    z-index: 0;
    position: absolute;
}.app_thanksGrid::after {
    height: 100%;
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    opacity: 0.7;
    width: 100%;
}.app_thanksGrid .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.app_thanksGrid .app_corp_culture {
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    position: relative;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
}.app_thanksGrid .app_corp_culture::before {
    opacity: 0.6;
    width: 80%;
    border-radius: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    top: -5px;
    background: linear-gradient(90deg, transparent, rgb(203,208,191) 50%, transparent);
}.app_thanksGrid .app_corp_culture::after {
    border-radius: 10px;
    background: linear-gradient(90deg, transparent, rgb(167,173,152) 50%, transparent);
    bottom: -5px;
    transform: translateX(-50%);
    opacity: 0.6;
    width: 80%;
    content: "";
    height: 10px;
    position: absolute;
    left: 50%;
}.app_thanksGrid .app_corp_culture > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.app_thanksGrid .app_corp_culture > div:first-child::after {
    bottom: 0;
    content: "";
    left: 0;
    width: 60px;
    background: rgb(203,208,191);
    transform-origin: left;
    animation: expandLine 1.5s ease-out forwards;
    position: absolute;
    height: 3px;
}.app_thanksGrid h5 {
    transform: translateY(0);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: transform 0.3s ease;
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    margin: 0;
}.app_thanksGrid a {
    transition: all 0.3s ease;
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}.app_thanksGrid a::before {
    transform: skewX(-20deg);
    width: 10px;
    content: "";
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(203,208,191,0.5), transparent);
    opacity: 0;
    top: 0;
    animation: shine 3s infinite;
    transition: opacity 0.3s ease;
    left: -30px;
    height: 100%;
}.app_thanksGrid a:hover::before {
    opacity: 1;
}.app_thanksGrid p {
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    line-height: 1.7;
    color: #000000;
    border-left: 3px solid rgb(167,173,152,0.5);
    font-size: 14px;
    margin: 0;
}.app_thanksGrid a:hover p {
    transform: translateX(5px);
    color: rgb(203,208,191);
}.app_thanksGrid .app_corp_culture:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

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

@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (min-width: 768px) {.app_thanksGrid {
    padding: 150px 0;
}.app_thanksGrid .app_corp_culture {
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
    max-width: 85%;
    padding: 4rem 5rem;
    margin: 0 auto;
}.app_thanksGrid .app_corp_culture:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.app_thanksGrid h5 {
    font-size: calc(18px * 1.2);
}.app_thanksGrid p {
    font-size: calc(14px * 1.1);
    line-height: 1.8;
    padding: 1rem 1.5rem;
}
}

@media (min-width: 992px) {.app_thanksGrid .app_corp_culture {
    gap: 3rem;
    max-width: 75%;
}.app_thanksGrid .app_corp_culture > div:first-child::after {
    width: 80px;
}
    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }
}

@media (max-width: 767px) {.app_thanksGrid {
    padding: 60px 0;
}.app_thanksGrid .app_corp_culture {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}.app_thanksGrid h5 {
    font-size: calc(18px * 0.9);
}.app_thanksGrid p {
    padding: 0.5rem;
    border-left-width: 2px;
}
}

@media (max-width: 480px) {.app_thanksGrid {
    padding: 40px 0;
}.app_thanksGrid .app_corp_culture {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem 1.25rem;
}.app_thanksGrid h5 {
    font-size: calc(18px * 0.8);
}.app_thanksGrid p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}
}