* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    width: 30px;
    height: 30px;
}.head_skill_exp {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}html,body {
    scroll-behavior: smooth;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}.degree_path_exp {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    width: 1197px;
    margin: auto;
}.viewport-container_exp {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tariff_grid_exp {
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
}.tariff_grid_exp::before {
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
}.tariff_grid_exp::after {
    background: radial-gradient(circle at 75% 25%, rgba(rgb(231,199,156,0.5), 0.15) 0%, transparent 50%);
    height: 100%;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
}.tariff_grid_exp .container {
    position: relative;
    padding: 0 20px;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
}.tariff_grid_exp .package_deals_exp {
    position: relative;
}.tariff_grid_exp h2 {
    text-align: center;
    margin-bottom: 20px;
    opacity: 1;
    position: relative;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateY(0);
}.tariff_grid_exp h2::after {
    width: 80px;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(231,199,156), rgb(217,167,111));
    transform: translateX(-50%);
    bottom: -10px;
    position: absolute;
    height: 3px;
}.tariff_grid_exp .promo_rates_exp {
    opacity: 0.9;
    font-size: calc(15px + 2px);
    color: #ffffff;
    text-align: center;
    max-width: 700px;
    line-height: 1.6;
    margin: 0 auto 40px;
}.tariff_grid_exp .plan_options_exp {
    padding: 0;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    margin: 0;
}.tariff_grid_exp .plan_options_exp li {
    display: flex;
    perspective: 1000px;
}.tariff_grid_exp .price_options_exp {
    z-index: 1;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    display: flex;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    flex-direction: column;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    width: 100%;
}.tariff_grid_exp .price_options_exp::before {
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(231,199,156,0.5), transparent 75%);
    content: "";
    z-index: -1;
    opacity: 0;
    height: 100%;
    top: 0;
    transition: opacity 0.5s ease;
    left: 0;
    width: 100%;
}.tariff_grid_exp .price_options_exp:hover {
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
    transform: translateY(-10px) rotateX(5deg);
}.tariff_grid_exp .price_options_exp:hover::before {
    opacity: 0.15;
}.tariff_grid_exp .cost_table_exp {
    flex-grow: 1;
    flex-direction: column;
    position: relative;
    display: flex;
    padding: 30px;
}.tariff_grid_exp .rate_options_exp {
    display: flex;
    height: 100%;
    flex-direction: column;
}.tariff_grid_exp .rate_options_exp h4 {
    color: #ffffff;
    font-size: calc(19px + 2px);
    position: relative;
    margin: 0 0 20px;
    transition: transform 0.3s ease;
}.tariff_grid_exp .price_options_exp:hover .rate_options_exp h4 {
    transform: translateY(-5px);
}.tariff_grid_exp .rate_options_exp h4::after {
    height: 2px;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    bottom: -8px;
    width: 40px;
    background: rgb(217,167,111);
    left: 0;
}.tariff_grid_exp .price_options_exp:hover .rate_options_exp h4::after {
    width: 60px;
}.tariff_grid_exp .rate_options_exp p {
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.8);
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 15px;
    flex-grow: 1;
}.tariff_grid_exp .rate_plans_exp {
    position: relative;
    font-weight: 700;
    color: #ffffff;
    transition: transform 0.3s ease;
    padding: 10px 20px;
    overflow: hidden;
    margin-top: auto;
    align-self: flex-start;
    font-size: calc(19px + 4px);
    background: linear-gradient(90deg, rgb(231,199,156,0.5), transparent);
    border-radius: 10px;
}.tariff_grid_exp .rate_plans_exp::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    left: -100%;
    transition: left 0.5s ease;
    position: absolute;
    top: 0;
    height: 100%;
}.tariff_grid_exp .price_options_exp:hover .rate_plans_exp {
    transform: scale(1.05);
}.tariff_grid_exp .price_options_exp:hover .rate_plans_exp::before {
    left: 100%;
}

@media (max-width: 1200px) {.tariff_grid_exp {
    padding: 80px 0;
}.tariff_grid_exp .plan_options_exp {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.tariff_grid_exp h2 {
    font-size: calc(35px - 4px);
}.tariff_grid_exp .promo_rates_exp {
    font-size: 15px;
    margin-bottom: 30px;
}.tariff_grid_exp .cost_table_exp {
    padding: 25px;
}
}

@media (max-width: 768px) {.tariff_grid_exp {
    padding: 60px 0;
}.tariff_grid_exp .plan_options_exp {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.tariff_grid_exp .rate_options_exp h4 {
    font-size: 19px;
}.tariff_grid_exp .rate_plans_exp {
    font-size: 19px;
}
}

@media (max-width: 576px) {.tariff_grid_exp {
    padding: 50px 0;
}.tariff_grid_exp h2 {
    font-size: calc(35px - 6px);
}.tariff_grid_exp .promo_rates_exp {
    font-size: calc(15px - 1px);
}.tariff_grid_exp .cost_table_exp {
    padding: 20px;
}.tariff_grid_exp .rate_options_exp p {
    font-size: calc(15px - 1px);
}}.contact_exp {
    padding: 120px 0;
    background: rgb(244,228,202);
    overflow: hidden;
    position: relative;
}.contact_exp::before {
    height: 100%;
    top: 0;
    opacity: 0.4;
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(180deg, rgb(217,167,111,0.5) 0%, transparent 100%);
}.contact_exp::after {
    content: "";
    width: 100%;
    left: 0;
    height: 200px;
    position: absolute;
    background: linear-gradient(0deg, rgb(244,228,202) 0%, transparent 100%);
    bottom: 0;
    z-index: 2;
}.contact_exp .photo_frame_exp {
    height: 100%;
    opacity: 0.12;
    position: absolute;
    top: 0;
    filter: grayscale(100%) contrast(120%);
    left: 0;
    width: 100%;
    z-index: 0;
}.contact_exp .container {
    z-index: 5;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.contact_exp h3 {
    color: #000000;
    position: relative;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: 34px;
    text-align: center;
    font-weight: 700;
}.query_links_exp {
    z-index: 10;
    display: flex;
    position: relative;
    gap: 0;
}.query_links_exp .support_block_exp {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: #ffffff;
    z-index: 1;
    padding: 60px;
    position: relative;
    flex: 0 0 58%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}.query_links_exp .support_block_exp h3 {
    font-weight: 600;
    margin-bottom: 40px;
    color: #000000;
    font-size: 18px;
    text-transform: none;
    text-align: left;
}.query_links_exp .support_block_exp h3::before,
.query_links_exp .support_block_exp h3::after {
    content: none;
}.query_links_exp .support_block_exp form {
    display: flex;
    flex-direction: column;
}.query_links_exp .support_block_exp input[type="text"],
.query_links_exp .support_block_exp textarea {
    background: rgba(245, 245, 245, 0.5);
    font-family: Arial, sans-serif;
    padding: 16px 20px;
    border: none;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}.query_links_exp .support_block_exp input[type="text"]:focus,
.query_links_exp .support_block_exp textarea:focus {
    background: rgba(245, 245, 245, 0.8);
    border-bottom-color: rgb(231,199,156);
    outline: none;
}.query_links_exp .support_block_exp textarea {
    resize: vertical;
    min-height: 150px;
}.query_links_exp .support_block_exp .request_help_exp {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.query_links_exp .support_block_exp .request_help_exp input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.query_links_exp .support_block_exp .request_help_exp label {
    padding-left: 35px;
    color: #000000;
    font-size: calc(14px - 2px);
    cursor: pointer;
    position: relative;
    line-height: 1.5;
}.query_links_exp .support_block_exp .request_help_exp label::before {
    position: absolute;
    content: "";
    height: 22px;
    transition: all 0.3s ease;
    width: 22px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    background: rgba(245, 245, 245, 0.5);
    top: 2px;
    left: 0;
}.query_links_exp .support_block_exp .request_help_exp input[type="checkbox"]:checked + label::before {
    border-bottom-color: rgb(231,199,156);
    background: rgb(231,199,156);
}.query_links_exp .support_block_exp .request_help_exp input[type="checkbox"]:checked + label::after {
    width: 6px;
    left: 8px;
    border: solid #ffffff;
    position: absolute;
    top: 4px;
    border-width: 0 2px 2px 0;
    height: 12px;
    content: "";
    transform: rotate(45deg);
}.query_links_exp .support_block_exp .request_help_exp a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px dashed rgb(231,199,156);
    color: rgb(231,199,156);
}.query_links_exp .support_block_exp .request_help_exp a:hover {
    color: rgb(217,167,111);
    border-bottom-color: rgb(217,167,111);
}.query_links_exp .support_block_exp .inquiry_feedback_exp {
    cursor: pointer;
    position: relative;
    color: #000000;
    border: none;
    border-bottom: 2px solid rgb(231,199,156);
    padding: 15px 35px;
    background: transparent;
    transition: all 0.3s ease;
    font-weight: 600;
    display: inline-block;
    align-self: flex-start;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
}.query_links_exp .support_block_exp .inquiry_feedback_exp::before {
    background: rgb(231,199,156);
    z-index: -1;
    height: 2px;
    left: 0;
    transition: all 0.3s ease;
    width: 100%;
    bottom: -2px;
    content: "";
    position: absolute;
}.query_links_exp .support_block_exp .inquiry_feedback_exp:hover {
    color: #ffffff;
}.query_links_exp .support_block_exp .inquiry_feedback_exp:hover::before {
    height: 100%;
}.query_links_exp .feedback_reach_exp {
    background: rgba(0, 0, 0, 0.5);
    flex: 0 0 42%;
    color: #ffffff;
    padding: 60px;
    z-index: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-left: -40px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.query_links_exp .feedback_reach_exp::before {
    z-index: -1;
    position: absolute;
    content: "";
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}.query_links_exp .feedback_reach_exp h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    color: #ffffff;
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}.query_links_exp .feedback_reach_exp .query_help_exp {
    padding: 0;
    margin: 0;
    list-style: none;
}.query_links_exp .feedback_reach_exp .query_help_exp li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    padding-bottom: 30px;
    z-index: 1;
}.query_links_exp .feedback_reach_exp .query_help_exp li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}.query_links_exp .feedback_reach_exp .query_help_exp li svg {
    height: 24px;
    flex-shrink: 0;
    width: 24px;
    margin-right: 20px;
}.query_links_exp .feedback_reach_exp .query_help_exp li svg path {
    transition: all 0.3s ease;
    fill: rgb(231,199,156);
}.query_links_exp .feedback_reach_exp .query_help_exp li:hover svg path {
    fill: #ffffff;
}.query_links_exp .feedback_reach_exp .query_help_exp li span {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}.query_links_exp .feedback_reach_exp .query_help_exp li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}.query_links_exp .feedback_reach_exp .query_help_exp li a:hover {
    color: rgb(231,199,156);
}

@media screen and (max-width: 992px) {.contact_exp {
    padding: 80px 0;
}.query_links_exp {
    flex-direction: column;
}.query_links_exp .support_block_exp {
    clip-path: none;
    width: 100%;
}.query_links_exp .feedback_reach_exp {
    clip-path: none;
    margin-left: 0;
    width: 100%;
}
}

@media screen and (max-width: 768px) {.contact_exp {
    padding: 60px 0;
}.contact_exp h3 {
    font-size: calc(34px - 4px);
}.query_links_exp .support_block_exp,
    .query_links_exp .feedback_reach_exp {
    padding: 40px 30px;
}.query_links_exp .support_block_exp .inquiry_feedback_exp {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact_exp {
    padding: 40px 0;
}.query_links_exp .support_block_exp,
    .query_links_exp .feedback_reach_exp {
    padding: 30px 20px;
}.query_links_exp .support_block_exp h3,
    .query_links_exp .feedback_reach_exp h4 {
    font-size: calc(18px - 2px);
}}.cookie_warning_window_exp {
    justify-content: center;
    width: 100%;
    position: fixed;
    padding: 20px 0;
    border-top: 3px solid rgb(231,199,156);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    z-index: 100;
    display: flex;
    background: rgb(244,228,202);
}.cookie_tips_exp {
    border: 2px solid rgb(231,199,156);
    justify-content: space-between;
    border-radius: 13px;
    max-width: 1200px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    margin: auto;
    width: 90%;
    align-items: center;
}.visitor_confirm_exp {
    flex-shrink: 0;
    margin-right: 20px;
}.visitor_confirm_exp svg {
    width: 50px;
    height: 50px;
    fill: rgb(231,199,156);
}.cookie_necessary_exp {
    flex-grow: 1;
    color: #ffffff;
    text-align: left;
}.cookie_necessary_exp h5 {
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
    color: rgb(231,199,156);
    margin-bottom: 10px;
    font-weight: 700;
}.cookie_necessary_exp p {
    font-size: 12px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}.cookie_necessary_exp p a {
    text-decoration: underline;
    color: rgb(231,199,156);
}.edu_settings_exp {
    cursor: pointer;
    flex-shrink: 0;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    background: rgb(231,199,156);
    font-size: 19px;
    text-align: center;
    padding: 10px 20px;
    min-width: 120px;
    color: #ffffff;
}.cookie_button.data_approval_exp {
    margin-right: 10px;
}#cookieInfoPromptBar_exp {
    display: none;
}#cookieInfoPromptBar_exp:checked ~ .cookie_warning_window_exp {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_tips_exp {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.visitor_confirm_exp {
    margin-bottom: 20px;
    margin-right: 0;
}.edu_settings_exp {
    width: 100%;
    margin: 10px 0;
    max-width: 250px;
}}
.instructional_approach_exp {
    background: linear-gradient(135deg, rgb(244,228,202) 0%, rgba(245, 245, 250, 0.9) 100%);
    overflow: hidden;
    padding: 8rem 0;
    position: relative;
}.instructional_approach_exp::before {
    content: "";
    height: 25rem;
    opacity: 0.15;
    transform: rotate(-15deg);
    top: -10%;
    filter: blur(7rem);
    animation: pulse 15s infinite alternate ease-in-out;
    right: -5%;
    z-index: 0;
    background: linear-gradient(120deg, rgb(231,199,156,0.5) 0%, rgb(217,167,111,0.5) 100%);
    width: 25rem;
    position: absolute;
}.instructional_approach_exp::after {
    left: -10%;
    animation: float 20s infinite alternate ease-in-out;
    transform: rotate(25deg);
    z-index: 0;
    height: 30rem;
    filter: blur(10rem);
    opacity: 0.1;
    width: 30rem;
    background: linear-gradient(-45deg, rgb(217,167,111,0.5) 0%, rgb(231,199,156,0.5) 100%);
    content: "";
    bottom: -5%;
    position: absolute;
}.instructional_approach_exp .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.instructional_approach_exp .virtual_track_exp {
    background: #ffffff;
    position: relative;
    padding: 3.5rem 3rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05);
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-2deg);
}.instructional_approach_exp .virtual_track_exp:hover {
    transform: perspective(1000px) rotateY(0deg);
}.instructional_approach_exp .virtual_track_exp::before {
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(231,199,156), rgb(217,167,111));
    transform: translateX(-5px);
    content: "";
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 5px;
    position: absolute;
    height: 100%;
}.instructional_approach_exp .virtual_track_exp:hover::before {
    transform: translateX(0);
}.instructional_approach_exp .virtual_track_exp::after {
    width: 8rem;
    content: "";
    opacity: 0.08;
    transform: rotate(15deg);
    position: absolute;
    z-index: -1;
    right: 3rem;
    height: 8rem;
    top: 3rem;
}.instructional_approach_exp h3 {
    font-size: calc(29px * 0.9);
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
    color: #000000;
}.instructional_approach_exp h3::after {
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s ease;
    transform-origin: left;
    height: 3px;
    content: "";
    opacity: 0.7;
    background: linear-gradient(90deg, rgb(231,199,156), transparent);
    position: absolute;
    bottom: -0.5rem;
    transform: scaleX(0.7);
    left: 0;
    width: 75%;
}.instructional_approach_exp .virtual_track_exp:hover h3::after {
    transform: scaleX(1);
    opacity: 1;
}.instructional_approach_exp p {
    opacity: 0.9;
    margin-bottom: 0;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease-in;
    line-height: 1.75;
    position: relative;
    color: #000000;
    font-size: 18px;
    transform: translateY(0);
}.instructional_approach_exp .virtual_track_exp:hover p {
    transform: translateY(-3px);
    opacity: 1;
}.instructional_approach_exp p span {
    position: relative;
    z-index: 1;
    display: inline-block;
}.instructional_approach_exp p span::before {
    position: absolute;
    height: 0;
    z-index: -1;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(rgb(231,199,156,0.5), 0.06);
    content: "";
    transition: height 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}.instructional_approach_exp .virtual_track_exp:hover p span::before {
    height: 100%;
}

@keyframes pulse {
    0%, 100% {
        transform: rotate(-15deg) scale(1);
    }
    50% {
        transform: rotate(-10deg) scale(1.1);
    }
}

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

@media (max-width: 992px) {.instructional_approach_exp {
    padding: 6rem 0;
}.instructional_approach_exp .virtual_track_exp {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2.5rem 2rem;
}.instructional_approach_exp h3 {
    font-size: calc(29px * 0.8);
}.instructional_approach_exp .virtual_track_exp::after {
    top: 2rem;
    width: 6rem;
    height: 6rem;
    right: 2rem;
}
}

@media (max-width: 768px) {.instructional_approach_exp {
    padding: 5rem 0;
}.instructional_approach_exp .virtual_track_exp {
    padding: 2rem 1.75rem;
    transform: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07), 0 3px 10px rgba(0, 0, 0, 0.05);
}.instructional_approach_exp .virtual_track_exp::before {
    width: 100%;
    background: linear-gradient(to right, rgb(231,199,156), rgb(217,167,111));
    top: 0;
    height: 8px;
    transform: translateY(-8px);
    left: 0;
}.instructional_approach_exp .virtual_track_exp:hover::before {
    transform: translateY(0);
}.instructional_approach_exp h3 {
    font-size: calc(29px * 0.7);
}.instructional_approach_exp p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.instructional_approach_exp .virtual_track_exp::after {
    height: 5rem;
    width: 5rem;
    opacity: 0.05;
}
}

@media (max-width: 576px) {.instructional_approach_exp {
    padding: 4rem 0;
}.instructional_approach_exp .virtual_track_exp {
    padding: 1.75rem 1.25rem;
}.instructional_approach_exp h3 {
    font-size: calc(29px * 0.65);
    margin-bottom: 1.25rem;
}.instructional_approach_exp p {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}.instructional_approach_exp .virtual_track_exp::after {
    display: none;
}}.welcome_exp {
    padding: 5rem 2rem;
    align-items: center;
    background: linear-gradient(135deg, rgb(244,228,202) 0%, #f0f4f8 100%);
    display: flex;
    position: relative;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
}.welcome_exp::before {
    left: 0;
    box-shadow: 0 5px 15px rgba(94, 170, 168, 0.3);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(231,199,156) 0%, rgb(217,167,111) 100%);
    z-index: 5;
    height: 10px;
}.welcome_exp::after {
    position: absolute;
    content: '';
    height: 200px;
    width: 100%;
    pointer-events: none;
    background: radial-gradient(ellipse at bottom, rgba(94, 170, 168, 0.1) 0%, transparent 70%);
    left: 0;
    bottom: 0;
}.welcome_exp .virtual_track_exp {
    border-radius: 12px;
    position: relative;
    width: 100%;
    background: linear-gradient(145deg, #f0f0f0, #ffffff);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 20px 20px 60px #d1d9e6, -20px -20px 60px #ffffff;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    gap: 2rem;
}.welcome_exp h1 {
    text-shadow: 2px 2px 0 rgba(94, 170, 168, 0.1);
    position: relative;
    grid-column: 1 / -1;
    margin-bottom: 2rem;
    font-size: calc(43px * 1.1);
    z-index: 1;
    animation: titleReveal 1s ease-out forwards;
    transform-origin: left center;
    color: #000000;
    letter-spacing: -0.5px;
    font-weight: 700;
}.welcome_exp .caption_holder_exp {
    flex-direction: column;
    position: relative;
    z-index: 1;
    display: flex;
    padding-right: 2rem;
    justify-content: center;
}.welcome_exp .course_entry_exp {
    padding: 2.5rem;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    border-radius: 12px;
    box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
}.welcome_exp .course_entry_exp:hover {
    transform: translateY(-10px);
}.welcome_exp p {
    color: #000000;
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.3s forwards;
    line-height: 1.6;
    margin-bottom: 2rem;
    position: relative;
    font-size: calc(15px * 1.1);
}.welcome_exp svg {
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.1));
    transform: translateY(0);
    display: block;
    width: 120px;
    height: 120px;
    transition: transform 0.4s ease;
    margin: 0 auto 2rem;
    animation: float 6s ease-in-out infinite;
}.welcome_exp svg:hover {
    transform: translateY(-10px) scale(1.05);
}.welcome_exp svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.welcome_exp svg:hover path {
    fill: rgb(70, 150, 148);
}.welcome_exp svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.welcome_exp svg:hover text {
    fill: rgb(70, 150, 148);
}.welcome_exp .inquiry_feedback_exp {
    margin-top: 1rem;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 12px;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(217,167,111) 0%, rgb(231,199,156) 100%);
    padding: 1rem 2rem;
    opacity: 0;
    box-shadow: 0 10px 20px rgba(94, 170, 168, 0.3);
    text-decoration: none;
    font-size: 14px;
    z-index: 2;
    text-align: center;
    transform: translateZ(0);
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    font-weight: 600;
    display: inline-block;
    position: relative;
}.welcome_exp .inquiry_feedback_exp::before {
    position: absolute;
    width: 100%;
    transition: transform 0.5s ease;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
    left: 0;
    top: 0;
    height: 100%;
    transform: translateX(-100%) skewX(-15deg);
    content: '';
}.welcome_exp .inquiry_feedback_exp:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(94, 170, 168, 0.4);
}.welcome_exp .inquiry_feedback_exp:hover::before {
    transform: translateX(100%) skewX(-15deg);
}.welcome_exp .photo_frame_exp {
    opacity: 0;
    border-radius: 12px;
    overflow: hidden;
    animation: fadeIn 1s ease-out 0.8s forwards;
    min-height: 400px;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.5s ease;
    height: 100%;
    transform: perspective(1000px) rotateY(-5deg);
}.welcome_exp .photo_frame_exp::before {
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.3) 0%, transparent 80%);
    height: 100%;
    width: 100%;
}.welcome_exp .photo_frame_exp:hover {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes titleReveal {
    0% {
        transform: translateY(30px) scale(0.95);
        opacity: 0;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

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

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

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media screen and (max-width: 992px) {.welcome_exp .virtual_track_exp {
    transform: perspective(1000px) rotateX(0deg);
    grid-template-columns: 1fr;
    padding: 2rem;
}.welcome_exp h1 {
    font-size: calc(43px * 0.9);
    text-align: center;
}.welcome_exp .caption_holder_exp {
    padding-right: 0;
    order: 2;
}.welcome_exp .photo_frame_exp {
    transform: perspective(1000px) rotateY(0deg);
    order: 1;
    min-height: 300px;
}.welcome_exp p {
    font-size: 15px;
    text-align: center;
}.welcome_exp .course_entry_exp {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}.welcome_exp svg {
    width: 100px;
    height: 100px;
    margin-bottom: 1.5rem;
}.welcome_exp .inquiry_feedback_exp {
    width: 100%;
    max-width: 300px;
}
}

@media screen and (max-width: 768px) {.welcome_exp {
    padding: 4rem 1.5rem;
}.welcome_exp .virtual_track_exp {
    padding: 1.5rem;
}.welcome_exp h1 {
    font-size: calc(43px * 0.8);
    margin-bottom: 1.5rem;
}.welcome_exp .course_entry_exp {
    padding: 1.5rem;
}.welcome_exp svg {
    width: 80px;
    height: 80px;
}.welcome_exp .photo_frame_exp {
    min-height: 250px;
}
}

@media screen and (max-width: 576px) {.welcome_exp {
    padding: 3rem 1rem;
}.welcome_exp .virtual_track_exp {
    padding: 1.25rem;
    box-shadow: 10px 10px 30px #d1d9e6, -10px -10px 30px #ffffff;
}.welcome_exp h1 {
    font-size: calc(43px * 0.7);
    margin-bottom: 1rem;
}.welcome_exp p {
    margin-bottom: 1.5rem;
    font-size: calc(15px * 0.9);
}.welcome_exp .course_entry_exp {
    padding: 1.25rem;
}.welcome_exp svg {
    width: 70px;
    height: 70px;
    margin-bottom: 1rem;
}.welcome_exp .photo_frame_exp {
    min-height: 200px;
}.welcome_exp .inquiry_feedback_exp {
    font-size: calc(14px * 0.9);
    padding: 0.875rem 1.5rem;
}}.our_background_exp {
    background: rgb(244,228,202);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.our_background_exp::before {
    width: 100%;
    top: 0;
    opacity: 0.2;
    background: 
        radial-gradient(circle at 20% 20%, rgb(231,199,156,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(217,167,111,0.5) 0%, transparent 30%);
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
}.our_background_exp .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.our_background_exp h2 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    font-weight: 700;
    color: #000000;
}.our_background_exp h2::after {
    left: calc(50% - 40px);
    bottom: -20px;
    width: 80px;
    height: 3px;
    position: absolute;
    background: linear-gradient(to right, rgb(231,199,156), rgb(217,167,111));
    content: "";
    border-radius: 10px;
}.our_background_exp .study_zone_exp {
    grid-template-columns: 1fr;
    display: grid;
    gap: 0;
}.our_background_exp .knowledge_study_exp {
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    position: relative;
    display: grid;
    padding: 60px 0;
}.our_background_exp .knowledge_study_exp:not(:last-child)::after {
    background: linear-gradient(to right, 
        transparent, 
        rgb(231,199,156,0.5), 
        rgb(231,199,156,0.5), 
        transparent
    );
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 1px;
    content: "";
    width: 70%;
    bottom: 0;
}.our_background_exp .knowledge_study_exp h3 {
    color: rgb(231,199,156);
    font-size: 21px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    font-weight: 600;
}.our_background_exp .knowledge_study_exp:nth-child(2) h3 {
    color: rgb(217,167,111);
}.our_background_exp .knowledge_study_exp h3::after {
    width: 40px;
    position: absolute;
    background: currentColor;
    height: 2px;
    bottom: 0;
    left: 0;
    content: "";
}.our_background_exp .knowledge_study_exp p {
    margin: 0;
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
}.our_background_exp .knowledge_study_exp:first-child h3,
.our_background_exp .knowledge_study_exp:first-child p {
    grid-column: 7 / -1;
}.our_background_exp .knowledge_study_exp:first-child::before {
    clip-path: polygon(0 0, 100% 20%, 80% 100%, 0% 100%);
    content: "";
    border-radius: 27px;
    position: relative;
    background: linear-gradient(135deg, rgb(231,199,156,0.5), transparent);
    grid-column: 1 / 6;
    height: 300px;
}.our_background_exp .knowledge_study_exp:nth-child(2) h3,
.our_background_exp .knowledge_study_exp:nth-child(2) p {
    grid-column: 1 / 7;
}.our_background_exp .knowledge_study_exp:nth-child(2)::before {
    content: "";
    grid-column: 8 / -1;
    height: 300px;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 80%);
    position: relative;
    border-radius: 27px;
    background: linear-gradient(135deg, rgb(217,167,111,0.5), transparent);
}.our_background_exp .knowledge_study_exp::after {
    transition: width 0.5s ease;
}.our_background_exp .knowledge_study_exp:hover::after {
    width: 85%;
}.our_background_exp .knowledge_study_exp h3,
.our_background_exp .knowledge_study_exp p,
.our_background_exp .knowledge_study_exp::before {
    animation: fadeInUp 0.7s forwards;
    opacity: 0;
    transform: translateY(30px);
}.our_background_exp .knowledge_study_exp:nth-child(2) h3,
.our_background_exp .knowledge_study_exp:nth-child(2) p,
.our_background_exp .knowledge_study_exp:nth-child(2)::before {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.our_background_exp {
    padding: 90px 0;
}.our_background_exp h2 {
    margin-bottom: 60px;
}.our_background_exp .knowledge_study_exp {
    padding: 50px 0;
}
}

@media (max-width: 768px) {.our_background_exp {
    padding: 70px 0;
}.our_background_exp h2 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
}.our_background_exp .knowledge_study_exp {
    padding: 40px 0;
    grid-template-columns: 1fr;
    gap: 30px;
}.our_background_exp .knowledge_study_exp:first-child h3,
    .our_background_exp .knowledge_study_exp:first-child p,
    .our_background_exp .knowledge_study_exp:nth-child(2) h3,
    .our_background_exp .knowledge_study_exp:nth-child(2) p {
    grid-column: 1 / -1;
}.our_background_exp .knowledge_study_exp:first-child::before,
    .our_background_exp .knowledge_study_exp:nth-child(2)::before {
    grid-column: 1 / -1;
    height: 200px;
}.our_background_exp .knowledge_study_exp:nth-child(2)::before {
    order: -1;
}
}

@media (max-width: 576px) {.our_background_exp {
    padding: 50px 0;
}.our_background_exp h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 40px;
}.our_background_exp .knowledge_study_exp {
    gap: 20px;
    padding: 30px 0;
}.our_background_exp .knowledge_study_exp:first-child::before,
    .our_background_exp .knowledge_study_exp:nth-child(2)::before {
    height: 150px;
}.our_background_exp h2::after {
    width: 60px;
    bottom: -15px;
    left: calc(50% - 30px);
}.our_background_exp .knowledge_study_exp h3 {
    margin-bottom: 15px;
    font-size: calc(21px * 0.9);
}.our_background_exp .knowledge_study_exp p {
    font-size: calc(12px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.our_background_exp .knowledge_study_exp::after {
    transition: none;
}.our_background_exp .knowledge_study_exp h3,
    .our_background_exp .knowledge_study_exp p,
    .our_background_exp .knowledge_study_exp::before,
    .our_background_exp .knowledge_study_exp:nth-child(2) h3,
    .our_background_exp .knowledge_study_exp:nth-child(2) p,
    .our_background_exp .knowledge_study_exp:nth-child(2)::before {
    animation: none;
    opacity: 1;
    transform: none;
}}.teacher_profile_exp {
    background: rgb(244,228,202);
    position: relative;
    perspective: 1000px;
    padding: 5rem 2rem;
    overflow: hidden;
}.teacher_profile_exp::before {
    top: 0;
    width: 100%;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(217,167,111,0.5) 0deg,
        rgb(231,199,156,0.5) 90deg,
        rgb(244,228,202) 180deg,
        rgb(231,199,156,0.5) 270deg,
        rgb(217,167,111,0.5) 360deg
    );
    content: "";
    z-index: 1;
    opacity: 0.4;
    filter: blur(60px);
    height: 100%;
    left: 0;
    position: absolute;
}.teacher_profile_exp .feedback_showcase_exp {
    flex-direction: row;
    justify-content: space-between;
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
    display: flex;
    gap: 0;
    align-items: center;
}.teacher_profile_exp .photo_frame_exp {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: rotateY(10deg) translateZ(50px);
    filter: saturate(0.8);
    border-radius: 27px;
    height: 400px;
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    width: 40%;
}.teacher_profile_exp .photo_frame_exp::after {
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(231,199,156,0.5) 100%
    );
    position: absolute;
    transition: opacity 0.6s ease;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    content: "";
    left: 0;
    border-radius: 27px;
}.teacher_profile_exp .photo_frame_exp:hover {
    filter: saturate(1.2);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
}.teacher_profile_exp .photo_frame_exp:hover::after {
    opacity: 0;
}.teacher_profile_exp .employee_details_exp {
    border-radius: 27px;
    transform: rotateY(-5deg) translateZ(30px);
    position: relative;
    width: 60%;
    padding: 2.5rem;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    overflow: hidden;
}.teacher_profile_exp .employee_details_exp::before {
    width: 200%;
    height: 200%;
    transform: scale(0);
    background: radial-gradient(
        circle at center,
        rgb(217,167,111,0.5) 0%,
        transparent 70%
    );
    transition: transform 0.8s ease;
    opacity: 0.1;
    top: -50%;
    left: -50%;
    position: absolute;
    content: "";
}.teacher_profile_exp .employee_details_exp:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.teacher_profile_exp .employee_details_exp:hover::before {
    transform: scale(1);
}.teacher_profile_exp .name {
    font-size: 28px;
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem;
    color: rgb(231,199,156);
    font-weight: 700;
}.teacher_profile_exp .name::after {
    width: 0;
    background: rgb(217,167,111);
    position: absolute;
    transition: width 0.4s ease-in-out;
    left: 0;
    bottom: -5px;
    height: 3px;
    content: "";
}.teacher_profile_exp .employee_details_exp:hover .name::after {
    width: 100%;
}.teacher_profile_exp .employee_details_exp > div:nth-child(2) {
    opacity: 0.9;
    color: rgb(217,167,111);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 2rem;
}.teacher_profile_exp .exp_timeline_exp {
    padding-left: 2rem;
    position: relative;
    font-size: 16px;
    color: #000000;
    border-left: 3px solid rgb(231,199,156,0.5);
    line-height: 1.7;
    font-style: italic;
    font-weight: 400;
}.teacher_profile_exp .exp_timeline_exp::before {
    opacity: 0.3;
    font-family: serif;
    content: "";
    left: -10px;
    font-size: 5rem;
    position: absolute;
    top: -20px;
    color: rgb(217,167,111,0.5);
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(231,199,156,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.teacher_profile_exp .photo_frame_exp:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.teacher_profile_exp .feedback_showcase_exp {
    flex-direction: column;
}.teacher_profile_exp .photo_frame_exp,
    .teacher_profile_exp .employee_details_exp {
    width: 100%;
    transform: none;
}.teacher_profile_exp .photo_frame_exp {
    margin-bottom: 2rem;
    height: 300px;
}.teacher_profile_exp .photo_frame_exp:hover,
    .teacher_profile_exp .employee_details_exp:hover {
    transform: translateY(-10px);
}}header {
    background: linear-gradient(135deg, rgb(231,199,156,0.5), rgb(217,167,111,0.5));
    z-index: 100;
    padding: 0;
    position: relative;
    width: 100%;
}header::before {
    top: 0;
    z-index: 0;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}header .container {
    margin: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding: 0 2%;
    z-index: 1;
}header .top_page_exp {
    border-radius: 29px;
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 1.5rem 0;
    align-items: center;
}header .top_page_exp::before {
    height: 5px;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(231,199,156), rgb(217,167,111));
    position: absolute;
    content: '';
}header .main_base_exp {
    text-decoration: none;
    padding: 0 0 1rem 0;
    justify-content: center;
    display: flex;
    position: relative;
}header .main_base_exp::after {
    height: 1px;
    left: 20%;
    content: '';
    width: 60%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(231,199,156,0.5), rgb(217,167,111,0.5), rgb(231,199,156,0.5), transparent);
}header .main_base_exp svg {
    width: 180px;
    height: auto;
    transition: all 0.3s ease;
}header .main_base_exp:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}header .header_mainbar_exp {
    justify-content: center;
    padding: 1rem 2rem 0;
    gap: 0.7rem;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    max-width: 90%;
}header .nav_lesson_exp {
    color: #000000;
    position: relative;
    background: linear-gradient(to bottom, #ffffff, rgb(244,228,202));
    transition: all 0.3s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 14px;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.3rem;
    z-index: 1;
    overflow: hidden;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
}header .nav_lesson_exp::before {
    left: 0;
    transition: height 0.3s ease;
    bottom: 0;
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(to top, rgb(231,199,156,0.5), transparent);
    z-index: -1;
    height: 0;
}header .nav_lesson_exp:hover {
    color: rgb(231,199,156);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}header .nav_lesson_exp:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .top_page_exp {
    margin: 0.8rem 0;
    padding: 1.2rem 0;
}header .main_base_exp {
    padding: 0 0 0.8rem 0;
}header .main_base_exp svg {
    width: 160px;
}header .header_mainbar_exp {
    gap: 0.6rem;
    padding: 0.8rem 1.5rem 0;
}header .nav_lesson_exp {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .top_page_exp {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .main_base_exp {
    padding: 0 0 0.7rem 0;
}header .main_base_exp svg {
    width: 140px;
}header .header_mainbar_exp {
    padding: 0.7rem 1rem 0;
    gap: 0.5rem;
    max-width: 95%;
}header .nav_lesson_exp {
    padding: 0.5rem 1rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 480px) {header .top_page_exp {
    margin: 0.5rem 0;
    padding: 0.8rem 0;
}header .main_base_exp {
    padding: 0 0 0.6rem 0;
}header .main_base_exp svg {
    width: 120px;
}header .header_mainbar_exp {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.6rem 0.5rem 0;
    justify-content: flex-start;
}header .header_mainbar_exp::-webkit-scrollbar {
    height: 3px;
}header .header_mainbar_exp::-webkit-scrollbar-thumb {
    background: rgb(231,199,156);
    border-radius: 10px;
}header .nav_lesson_exp {
    flex-shrink: 0;
    margin-right: 3px;
    white-space: nowrap;
}}.privacy_enclosure_exp {
    overflow: hidden;
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    height: auto;
    width: 100%;
    background: rgb(217,167,111,0.5);
}.privacy_enclosure_exp h1 {
    color: rgb(231,199,156);
    margin-bottom: 25px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin-top: 40px;
    font-size: 47px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}.privacy_enclosure_exp h2 {
    margin-top: 30px;
    border-bottom: 2px solid rgb(231,199,156);
    padding-bottom: 5px;
    color: rgb(217,167,111);
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 31px;
}.privacy_enclosure_exp h3, .privacy_enclosure_exp h4, .privacy_enclosure_exp h5, .privacy_enclosure_exp h6 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 400;
    color: #000000;
}.privacy_enclosure_exp ul, .privacy_enclosure_exp ol {
    padding: 15px 0;
    list-style: none;
    padding-left: 20px;
}.privacy_enclosure_exp ul li::before {
    content: '•';
    vertical-align: middle;
    color: rgb(231,199,156);
    font-size: 1.5em;
    margin-right: 10px;
}.privacy_enclosure_exp li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
}.privacy_enclosure_exp p, .privacy_enclosure_exp span, .privacy_enclosure_exp div {
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}.privacy_enclosure_exp div.container {
    margin: 0 auto;
    max-width: 1200px;
}

@media only screen and (max-width: 800px) {.privacy_enclosure_exp {
    border-radius: 10px;
    padding: 20px 10px;
}.privacy_enclosure_exp h1 {
    font-size: calc(20px - 10px);
}.privacy_enclosure_exp h2 {
    font-size: calc(20px - 5px);
}.privacy_enclosure_exp h3, .privacy_enclosure_exp h4, .privacy_enclosure_exp h5, .privacy_enclosure_exp h6 {
    font-size: calc(20px - 5px);
}}footer {
    position: relative;
    width: 100%;
}.degree_path_exp {
    position: relative;
    color: #ffffff;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    background-color: rgb(231,199,156);
}.degree_path_exp::before {
    background-color: rgb(231,199,156);
    z-index: 0;
    top: 0;
    right: 0;
    width: 60%;
    content: "";
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    height: 100%;
    position: absolute;
}footer .degree_path_exp::after {
    background: radial-gradient(circle, rgb(231,199,156), transparent 70%);
    width: 200px;
    top: 50px;
    border-radius: 50%;
    right: 15%;
    content: "";
    opacity: 0.3;
    height: 200px;
    position: absolute;
}footer .template_cta_exp {
    z-index: 1;
    position: relative;
}footer .request_support_exp {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 60px;
    gap: 10px;
    display: flex;
}footer .info_item {
    transition: all 0.3s ease;
    margin-bottom: 10px;
    backdrop-filter: blur(5px);
    margin-right: 10px;
    border-radius: 10px;
    transform: skewX(-5deg);
    background-color: rgba(255, 255, 255, 0.1);
    flex: 0 1 auto;
    padding: 15px 25px;
}footer .info_item:hover {
    transform: skewX(-5deg) translateY(-5px);
    background-color: rgb(231,199,156);
}footer .info_item svg {
    transform: skewX(5deg);
    height: 20px;
    fill: #ffffff;
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    transform: skewX(5deg);
    vertical-align: middle;
    font-size: 16px;
}footer .text_main_holder {
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}footer .first_teach_exp {
    padding-left: 20px;
    position: relative;
}footer .first_teach_exp::before {
    background-color: rgb(231,199,156);
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    content: "";
    position: absolute;
}footer .first_teach_exp svg {
    width: auto;
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}footer .grant_cta_exp {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    max-width: 320px;
}footer .header_mainbar_exp {
    position: relative;
}footer .header_mainbar_exp h5 {
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: uppercase;
    position: relative;
}footer .header_mainbar_exp h5::after {
    background-color: rgb(231,199,156);
    content: "";
    height: 3px;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 50px;
}footer .nav_mainbar_exp {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
    display: grid;
    margin-bottom: 25px;
}footer .nav_mainbar_exp a {
    position: relative;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 0;
    text-decoration: none;
    font-size: 16px;
}footer .nav_mainbar_exp a::before {
    opacity: 0;
    position: absolute;
    content: "→";
    left: -20px;
    color: rgb(231,199,156);
    transition: all 0.3s ease;
}footer .nav_mainbar_exp a:hover {
    padding-left: 20px;
    color: rgb(231,199,156);
}footer .nav_mainbar_exp a:hover::before {
    opacity: 1;
    left: 0;
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    border-left: 5px solid rgb(231,199,156);
    position: relative;
    padding: 30px;
}footer .subscribe_holder::before {
    content: "";
    right: -20px;
    border-radius: 50%;
    background-color: rgb(231,199,156);
    z-index: -1;
    position: absolute;
    height: 100px;
    opacity: 0.2;
    width: 100px;
    top: -20px;
}footer .subscribe_holder h5 {
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-size: 16px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    border: none;
    font-size: 16px;
    border-radius: 10px;
    padding: 14px 16px;
    transition: all 0.3s ease;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(231,199,156);
    background-color: rgba(255, 255, 255, 0.15);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .email_submit_exp {
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 14px 20px;
    background-color: rgb(231,199,156);
}footer .email_submit_exp:hover {
    background-color: rgb(217,167,111);
    transform: translateX(5px);
}footer .cheat_sheet_exp {
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    position: relative;
}footer .footer_edu_exp {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .nav_mainbar_exp {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .email_submit_exp {
    white-space: nowrap;
}footer .nav_mainbar_exp a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .degree_path_exp::before {
    background-color: rgb(231,199,156);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    width: 100%;
    opacity: 0.7;
}
}

@media (max-width: 767px) {footer .degree_path_exp {
    padding: 60px 0 30px;
}footer .request_support_exp {
    margin-bottom: 40px;
    justify-content: center;
}footer .header_mainbar_exp h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .cheat_sheet_exp {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .degree_path_exp {
    padding: 50px 0 20px;
}footer .info_item {
    margin-right: 0;
    width: 100%;
}footer .nav_mainbar_exp {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .email_submit_exp {
    padding: 12px 15px;
}}.gratitudeWeb_exp {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(244,228,202) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
}.gratitudeWeb_exp::before {
    top: -20%;
    height: 80%;
    content: "";
    position: absolute;
    transform: rotate(-15deg) skew(15deg);
    z-index: 0;
    animation: float 18s infinite ease-in-out;
    opacity: 0.3;
    filter: blur(60px);
    right: -10%;
    width: 50%;
    background: rgb(231,199,156,0.5);
}.gratitudeWeb_exp::after {
    height: 60%;
    position: absolute;
    width: 40%;
    background: rgb(217,167,111,0.5);
    opacity: 0.2;
    bottom: -10%;
    left: -5%;
    animation: float 15s infinite ease-in-out reverse;
    filter: blur(50px);
    content: "";
    z-index: 0;
    transform: rotate(10deg) skew(-10deg);
}.gratitudeWeb_exp .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.gratitudeWeb_exp h2 {
    line-height: 1.3;
    margin-bottom: 2.5rem;
    position: relative;
    font-family: Arial, sans-serif;
    transform: perspective(1000px) translateZ(0);
    text-align: center;
    font-size: calc(37px * 1.1);
    color: #000000;
    font-weight: 700;
}.gratitudeWeb_exp h2::after {
    height: 3px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(231,199,156), rgb(217,167,111));
    width: 80px;
    content: "";
    transform: translateX(-50%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    bottom: -15px;
}.gratitudeWeb_exp .virtual_track_exp {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    position: relative;
    border-left: 5px solid rgb(231,199,156);
    transform: perspective(1000px) rotateX(0deg);
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
}.gratitudeWeb_exp .virtual_track_exp:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08),
                0 10px 20px rgba(0,0,0,0.05),
                0 0 0 1px rgba(0,0,0,0.02);
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
}.gratitudeWeb_exp ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.gratitudeWeb_exp li {
    padding-left: 25px;
    position: relative;
}.gratitudeWeb_exp li::before {
    content: "";
    width: 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    top: 8px;
    transform: rotate(45deg);
    position: absolute;
    border-radius: 2px;
    left: 0;
    height: 12px;
    background: linear-gradient(135deg, rgb(231,199,156) 0%, rgb(217,167,111) 100%);
}.gratitudeWeb_exp span {
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
    display: block;
    font-size: 12px;
}

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

@media (max-width: 991px) {.gratitudeWeb_exp {
    padding: 90px 0;
}.gratitudeWeb_exp h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.9);
}.gratitudeWeb_exp .virtual_track_exp {
    padding: 30px;
}
}

@media (max-width: 767px) {.gratitudeWeb_exp {
    padding: 70px 0;
}.gratitudeWeb_exp h2 {
    line-height: 1.4;
    font-size: calc(37px * 0.8);
}.gratitudeWeb_exp h2::after {
    width: 60px;
    bottom: -12px;
}.gratitudeWeb_exp .virtual_track_exp {
    padding: 25px 20px;
    border-left: 4px solid rgb(231,199,156);
}.gratitudeWeb_exp li {
    padding-left: 20px;
}.gratitudeWeb_exp li::before {
    top: 7px;
    height: 10px;
    width: 10px;
}.gratitudeWeb_exp span {
    line-height: 1.7;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 480px) {.gratitudeWeb_exp {
    padding: 50px 0;
}.gratitudeWeb_exp h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
}.gratitudeWeb_exp .virtual_track_exp {
    border-left: 3px solid rgb(231,199,156);
    padding: 20px 15px;
}.gratitudeWeb_exp li::before {
    height: 8px;
    width: 8px;
    top: 8px;
}.gratitudeWeb_exp span {
    font-size: calc(12px - 2px);
    line-height: 1.6;
}}.future_attendees_exp {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(244,228,202);
    position: relative;
}.future_attendees_exp::before {
    z-index: 0;
    left: 0;
    opacity: 0.2;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(231,199,156,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(217,167,111,0.5) 0%, transparent 40%);
    width: 100%;
}.future_attendees_exp .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
}.future_attendees_exp .virtual_track_exp {
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    border-radius: 22px;
    background: rgb(244,228,202);
    position: relative;
    padding: 50px;
}.future_attendees_exp h4 {
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    color: #000000;
    text-align: center;
    font-size: 33px;
}.future_attendees_exp h4::after {
    content: "";
    left: 50%;
    height: 4px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(231,199,156), rgb(217,167,111));
    position: absolute;
    transform: translateX(-50%);
    border-radius: 2px;
    width: 80px;
}.future_attendees_exp div {
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
}.future_attendees_exp div p {
    color: #000000;
    display: flex;
    border-radius: 22px;
    overflow: hidden;
    line-height: 1.6;
    position: relative;
    padding: 25px;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    background: rgb(244,228,202);
    min-width: 250px;
    align-items: center;
    margin: 0;
    flex: 1 1 calc(33.333% - 20px);
    transition: all 0.3s ease;
    font-size: 15px;
}.future_attendees_exp div p:hover {
    transform: translateY(-5px);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.future_attendees_exp div p::before {
    background: linear-gradient(180deg, rgb(231,199,156), rgb(217,167,111));
    border-radius: 5px 0 0 5px;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.7;
    width: 5px;
    top: 0;
}.future_attendees_exp div p svg {
    height: 40px;
    padding: 8px;
    width: 40px;
    border-radius: 50%;
    min-width: 40px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    margin-right: 20px;
    background: rgb(244,228,202);
    transition: all 0.3s ease;
}.future_attendees_exp div p:hover svg {
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: rotate(10deg);
}.future_attendees_exp div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,199,156);
}.future_attendees_exp div p:hover svg path {
    fill: rgb(217,167,111);
}

@media (max-width: 1100px) {.future_attendees_exp div p {
    flex: 1 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.future_attendees_exp {
    padding: 80px 0;
}.future_attendees_exp .virtual_track_exp {
    padding: 40px 30px;
}.future_attendees_exp h4 {
    font-size: calc(33px - 2px);
    margin-bottom: 40px;
}.future_attendees_exp div {
    gap: 20px;
}.future_attendees_exp div p {
    padding: 20px;
}.future_attendees_exp div p svg {
    height: 35px;
    margin-right: 15px;
    min-width: 35px;
    width: 35px;
}
}

@media (max-width: 767px) {.future_attendees_exp {
    padding: 60px 0;
}.future_attendees_exp .virtual_track_exp {
    padding: 30px 20px;
}.future_attendees_exp h4 {
    margin-bottom: 35px;
    font-size: calc(33px - 4px);
}.future_attendees_exp div p {
    flex: 1 1 100%;
    padding: 18px;
}.future_attendees_exp div p svg {
    margin-right: 15px;
    padding: 6px;
    width: 30px;
    height: 30px;
    min-width: 30px;
}
}

@media (max-width: 479px) {.future_attendees_exp {
    padding: 40px 0;
}.future_attendees_exp .virtual_track_exp {
    padding: 25px 15px;
}.future_attendees_exp h4 {
    margin-bottom: 30px;
    font-size: calc(33px - 6px);
}.future_attendees_exp div {
    gap: 15px;
}.future_attendees_exp div p {
    padding: 15px;
    font-size: calc(15px - 1px);
}.future_attendees_exp div p svg {
    height: 26px;
    min-width: 26px;
    padding: 5px;
    margin-right: 12px;
    width: 26px;
}}.program_overview_exp {
    overflow: hidden;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    display: flex;
    background-color: rgb(244,228,202);
}.program_overview_exp::before {
    width: 100%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 30%, #000000 100%);
    height: 100%;
    z-index: 2;
    content: "";
    position: absolute;
}.program_overview_exp .knowledge_flow_exp {
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
}.program_overview_exp .training_plan_exp {
    height: 100%;
    animation: carousel-slide 35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    display: flex;
    width: calc(100% * 5);
}.program_overview_exp .knowledge_flow_exp:hover .training_plan_exp {
    animation-play-state: paused;
}.program_overview_exp .ready_skills_exp {
    position: relative;
    width: calc(100% / 5);
    height: 100%;
}.program_overview_exp .ready_skills_exp img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: brightness(0.7);
}.program_overview_exp .container {
    position: relative;
    padding-bottom: 80px;
    margin-top: auto;
    z-index: 3;
}.program_overview_exp .virtual_track_exp {
    justify-content: center;
    display: flex;
}.program_overview_exp .job_skills_exp {
    border-radius: 0;
    border-top: 4px solid rgb(231,199,156);
    backdrop-filter: blur(8px);
    position: relative;
    padding: 50px;
    transform: translateY(30px);
    animation: float-up 1s forwards;
    background: rgba(0, 0, 0, 0.5);
    max-width: 800px;
    width: 100%;
    overflow: hidden;
}.program_overview_exp .job_skills_exp::before,
.program_overview_exp .job_skills_exp::after {
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    background: rgb(231,199,156);
    content: "";
    opacity: 0.3;
}.program_overview_exp .job_skills_exp::before {
    width: 300px;
    right: -150px;
    height: 300px;
    top: -150px;
}.program_overview_exp .job_skills_exp::after {
    height: 200px;
    width: 200px;
    left: -100px;
    bottom: -100px;
}.program_overview_exp .job_skills_exp h3 {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 47px;
}.program_overview_exp .job_skills_exp p {
    text-align: center;
    line-height: 1.7;
    color: #ffffff;
    font-size: 18px;
    opacity: 0.8;
    margin-bottom: 30px;
}.program_overview_exp .job_skills_exp .inquiry_feedback_exp {
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
    padding: 15px 0;
    margin: 0 auto;
    display: block;
    background: rgb(231,199,156);
    overflow: hidden;
    position: relative;
    width: 200px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
}.program_overview_exp .job_skills_exp .inquiry_feedback_exp::before {
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    background: rgb(217,167,111);
    top: 0;
    position: absolute;
    transform: translateX(-100%);
    content: "";
    transition: transform 0.3s ease;
}.program_overview_exp .job_skills_exp .inquiry_feedback_exp:hover {
    color: #ffffff;
}.program_overview_exp .job_skills_exp .inquiry_feedback_exp:hover::before {
    transform: translateX(0);
}

@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes float-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.program_overview_exp {
    min-height: 100vh;
}.program_overview_exp .container {
    padding-bottom: 60px;
}.program_overview_exp .job_skills_exp {
    padding: 40px 30px;
}.program_overview_exp .job_skills_exp h3 {
    font-size: calc(29px * 1.1);
}
}

@media (max-width: 768px) {.program_overview_exp {
    min-height: auto;
    padding-top: 50vh;
    height: auto;
}.program_overview_exp::before {
    background: linear-gradient(180deg, transparent 40%, #000000 70%);
}.program_overview_exp .knowledge_flow_exp {
    height: 50vh;
    position: fixed;
    top: 0;
}.program_overview_exp .container {
    padding-bottom: 50px;
    margin-top: 0;
}.program_overview_exp .job_skills_exp {
    padding: 30px 25px;
}.program_overview_exp .job_skills_exp h3 {
    font-size: 29px;
}.program_overview_exp .job_skills_exp .inquiry_feedback_exp {
    width: 100%;
}
}

@media (max-width: 576px) {.program_overview_exp {
    padding-top: 45vh;
}.program_overview_exp .knowledge_flow_exp {
    height: 45vh;
}.program_overview_exp .container {
    padding-bottom: 40px;
}.program_overview_exp .job_skills_exp {
    padding: 25px 20px;
}.program_overview_exp .job_skills_exp h3 {
    font-size: calc(23px * 1.1);
    margin-bottom: 15px;
}.program_overview_exp .job_skills_exp p {
    margin-bottom: 25px;
}.program_overview_exp .job_skills_exp .inquiry_feedback_exp {
    padding: 12px 0;
}
}