﻿header,footer {
    width: 100%;
}

html,body {
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    height: 100%;
    auto
    scroll-behavior: auto;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}

.course_benefits .knowledge_sessions {
    margin: 0 auto;
    display: flex;
    max-width: 1280px;
    position: relative;
    z-index: 1;
    gap: 60px;
    padding: 0 20px;
}

.course_benefits .thumbnail_img::before {
    left: 0;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.course_benefits h2 {
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    margin-bottom: 40px;
}

.course_benefits .text_main_holder > div:nth-child(1) {
    --i: 1;
}

.course_benefits .text_main_holder > div:nth-child(3) {
    --i: 3;
}

.course_benefits .text_main_holder > div:nth-child(6) {
    --i: 6;
}

.course_benefits .text_main_holder > div:hover svg path {
    fill: rgb(179,166,134);
}

.meet_us {
    position: relative;
    padding: 120px 0;
    background: rgb(239,233,217);
    overflow: hidden;
}

.meet_us .container {
    position: relative;
    z-index: 10;
}

.meet_us .knowledge_sessions::before {
    top: 80px;
    left: 50%;
    width: 2px;
    z-index: -1;
    background: linear-gradient(to bottom, transparent, rgb(209,197,168), transparent);
    transform: translateX(-50%);
    position: absolute;
    height: 85%;
    content: "";
}

.meet_us .knowledge_track::before {
    animation: float 8s infinite ease-in-out;
    position: absolute;
    content: "";
    height: 200px;
    background: radial-gradient(circle, rgb(209,197,168,0.5) 0%, transparent 70%);
    border-radius: 50%;
    top: -100px;
    right: -100px;
    width: 200px;
}

.meet_us .knowledge_track .thumbnail_img {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    grid-row: 1 / 3;
    position: relative;
    border-radius: 12px;
    grid-column: 2 / 3;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 350px;
}

.meet_us .virtual_guides:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.meet_us .virtual_guides .learn_expert {
    grid-row: 1 / 2;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    height: 350px;
    grid-column: 1 / 2;
}

.test_drive {
    background: linear-gradient(135deg, rgb(209,197,168) 0%, rgb(179,166,134) 100%);
    z-index: 1;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 4rem 2rem;
}

.test_drive h6 {
    line-height: 1.6;
    letter-spacing: 0.5px;
    transform: translateY(0);
    margin: 0;
    animation: slideInUp 0.8s ease-out forwards;
    max-width: 800px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    position: relative;
    text-align: center;
}

.test_drive div span:hover {
    transform: perspective(1000px) rotateX(10deg) translateY(-5px);
}

.test_drive .query_request:hover::before {
    left: 100%;
}

.test_drive .query_request span {
    transition: transform 0.3s ease;
    z-index: 2;
    position: relative;
}

.test_drive .query_request:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}



.contact_us .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}

.contact_us h2::before {
    bottom: -15px;
    background: rgb(209,197,168);
    box-shadow: 
        0 0 5px rgb(209,197,168),
        0 0 10px rgb(209,197,168),
        0 0 15px rgb(209,197,168);
    position: absolute;
    left: calc(50% - 50px);
    width: 100px;
    height: 2px;
    content: "";
}

.contact_us .thumbnail_img::before {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    content: "";
}

.contact_us .connect_message::before {
    background: rgb(209,197,168,0.5);
    z-index: 0;
    top: -100px;
    position: absolute;
    filter: blur(100px);
    right: -100px;
    width: 200px;
    height: 200px;
    content: "";
    opacity: 0.3;
}

.contact_us form input[type="text"] {
    margin-bottom: 25px;
    color: #000000;
    padding: 18px 25px;
    border-radius: 8px;
    width: 100%;
    background: rgb(239,233,217);
    transition: all 0.3s ease;
    font-size: 17px;
    border: 1px solid rgb(209,197,168,0.5);
}

.contact_us .feedback_info input[type="checkbox"]:checked + label::before {
    background: rgb(209,197,168);
    box-shadow: 0 0 5px rgb(209,197,168,0.5);
    border-color: rgb(209,197,168);
}

.contact_us .feedback_info label a::after {
    transform: scaleX(0);
    background: rgb(209,197,168);
    height: 1px;
    transition: transform 0.3s ease;
    position: absolute;
    width: 100%;
    bottom: -1px;
    transform-origin: right;
    left: 0;
    content: "";
}

.contact_us .query_request:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.contact_us svg path {
    fill: rgb(209,197,168);
    transition: all 0.3s ease;
}

.secure_nest {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,233,217) 0%, rgba(255,255,255,0.96) 100%);
    padding: 5rem 2rem;
    position: relative;
}

.secure_nest h1::after {
    content: "";
    background: linear-gradient(to right, rgb(209,197,168), rgb(179,166,134));
    left: 0;
    height: 3px;
    bottom: 0;
    position: absolute;
    width: 80px;
    transition: width 0.5s ease-out;
}

.secure_nest h3 {
    padding-left: 1rem;
    font-weight: 600;
    font-size: calc(35px * 0.8);
    margin: 2rem 0 1rem;
    color: #000000;
    position: relative;
    border-left: 2px solid rgb(179,166,134,0.5);
}

.secure_nest strong {
    color: rgb(209,197,168);
    font-weight: 700;
    position: relative;
}

.secure_nest li::before {
    width: 8px;
    transform: rotate(45deg);
    height: 8px;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(209,197,168), rgb(179,166,134));
    left: 0;
    top: 0.6rem;
    transition: transform 0.3s ease;
}

.join_list::before {
    right: -5%;
    content: "";
    top: -10%;
    z-index: -1;
    position: absolute;
    height: 140%;
    opacity: 0.3;
    animation: shine 8s infinite ease-in-out;
    width: 40%;
    transform: rotate(-15deg) translateZ(0);
    background: linear-gradient(120deg, transparent, rgb(209,197,168,0.5), transparent);
}

.join_list h4 {
    line-height: 1.4;
    position: relative;
    transform: translateZ(0);
    font-weight: 600;
    margin: 0 0 1rem;
    font-size: calc(21px * 1.1);
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding-left: 1rem;
    color: #ffffff;
}

.join_list h4 {
    padding-left: 0;
    text-align: center;
}

.join_list .input_holder span {
    position: relative;
    width: 100%;
    display: block;
}

.join_list input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(255,255,255,0.7);
}

.join_list input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}

.join_list .join_news::before {
    transition: all 0.5s ease;
    left: -100%;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
}

.tyMessage {
    background: linear-gradient(135deg, rgb(239,233,217) 0%, rgba(rgb(209,197,168,0.5), 0.1) 100%);
    position: relative;
    padding: 5rem 0;
    isolation: isolate;
    overflow: hidden;
}

.tyMessage .knowledge_sessions {
    gap: 2.5rem;
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 -5px 30px -10px rgba(rgb(209,197,168,0.5), 0.05);
    position: relative;
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, rgba(rgb(255, 255, 255, 0.5), 0.85) 100%);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    backdrop-filter: blur(10px);
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    padding: clamp(2rem, 5vw, 4rem);
}

.tyMessage a:hover {
    transform: translateX(5px);
}

.tyMessage a:hover p {
    color: rgb(209,197,168);
}

.pricing_lineup {
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.pricing_lineup .payment_option {
    position: relative;
}

.pricing_lineup h2 {
    margin-bottom: 25px;
    background-clip: text !important;
    text-align: center;
    animation: titleFloat 6s ease-in-out infinite;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(209,197,168) 0%, rgb(179,166,134) 100%);
    transform: translateY(0);
    font-weight: 700;
    position: relative;
    color: transparent;
    font-size: 28px;
}

.pricing_lineup .learn_fees:hover .training_sub::before {
    transform: scaleX(1);
}

.pricing_lineup .learn_fees:hover .training_sub::after {
    opacity: 1;
}

.pricing_lineup .value_pricing {
    position: relative;
    z-index: 2;
}

.pricing_lineup .value_pricing h4 {
    margin: 0 0 20px;
    font-weight: 700;
    color: #ffffff;
    font-size: calc(19px + 2px);
    display: inline-block;
    position: relative;
}

.pricing_lineup .rate_plans {
    position: relative;
    padding: 10px 0;
    font-weight: 700;
    margin-top: 15px;
    font-size: calc(19px + 4px);
    display: block;
    color: #ffffff;
}

.reach_out_info::before {
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 10% 20%, rgb(179,166,134,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(209,197,168,0.5) 0%, transparent 40%);
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
}



.reach_out_info .quick_request:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    border-color: rgb(209,197,168,0.5);
}

.reach_out_info .quick_request h2 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    font-size: 28px;
    color: rgb(209,197,168);
}

.reach_out_info .quick_request p {
    font-size: 15px;
    display: flex;
    line-height: 1.5;
    margin-bottom: 15px;
    align-items: center;
    color: #000000;
}

.reach_out_info .instant_request {
    gap: 10px;
    flex-direction: column;
    display: flex;
}

.reach_out_info .instant_request span {
    padding: 8px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
    color: #000000;
}

.reach_out_info .quick_request .thumbnail_img:hover::after {
    opacity: 0.2;
}

.reach_out_info .learn_chat a {
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    text-decoration: none;
    flex-direction: column;
    transition: all 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border-left: 3px solid transparent;
}

.reach_out_info svg {
    width: 20px;
    transition: all 0.3s ease;
    fill: rgb(179,166,134);
    height: 20px;
    margin-right: 10px;
}

.course_methodology::before {
    background: 
        radial-gradient(circle at 30% 30%, rgb(209,197,168,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(179,166,134,0.5) 0%, transparent 40%);
    z-index: 1;
    width: 100%;
    left: 0;
    opacity: 0.6;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
}

.course_methodology .knowledge_sessions::after {
    opacity: 0.4;
    position: absolute;
    height: 80%;
    content: "";
    width: 80%;
    animation: rotateCircle 30s linear infinite reverse;
    border: 2px dashed rgb(179,166,134,0.5);
    left: 10%;
    border-radius: 50%;
    top: 10%;
}

.course_methodology span {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    border-radius: 28px;
    color: #000000;
    line-height: 1.8;
    background: #ffffff;
    width: 70%;
    padding: 2rem 3rem;
    font-size: 16px;
    z-index: 2;
    max-width: 600px;
}


.data_guard {
    align-items: center;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
}

.data_approval {
    filter: drop-shadow(0 0 10px rgb(209,197,168));
    justify-content: center;
    display: flex;
    margin-right: 15px;
    flex-shrink: 0;
    align-items: center;
}

.edu_settings:hover {
    box-shadow: 0 0 20px rgb(179,166,134);
}

.cookie_popup_disclosure p a:hover {
    color: rgb(179,166,134);
}


.academic_experience {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(239,233,217) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.academic_experience .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.academic_experience .user_reviews:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.academic_experience .thumbnail_img {
    height: 120px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 5px;
    width: 120px;
    transform: translateY(0);
    margin: 0 auto;
    position: relative;
}

.academic_experience .user_reviews:hover .thumbnail_img::before {
    transform: scale(1);
    opacity: 0.5;
}

.academic_experience .name::after {
    position: absolute;
    transform: translateX(-50%) scaleX(0.7);
    background: rgb(209,197,168);
    content: "";
    height: 2px;
    width: 40px;
    transition: transform 0.3s ease;
    left: 50%;
    bottom: -6px;
}

.academic_experience .job_area::before,
.academic_experience .job_area::after {
    font-size: 3rem;
    position: absolute;
    content: "";
    opacity: 0.3;
    line-height: 1;
    transition: all 0.3s ease;
    color: rgb(209,197,168,0.5);
}

.academic_experience .job_area::before {
    left: -5px;
    top: -10px;
}

.trophy_case .blog_ref {
    opacity: 0.8;
    line-height: 1.6;
    font-size: 18px;
    margin-top: 1rem;
    color: #ffffff;
}

.trophy_case .nav_top {
    display: flex;
    gap: 4rem;
}

.trophy_case .nav_pro h5 {
    font-weight: 600;
    color: rgb(179,166,134);
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.trophy_case .nav_pro .nav_top a {
    color: #ffffff;
    position: relative;
    opacity: 0.8;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    padding-left: 1rem;
}

.milestone_cta .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

header .top_train {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    background: rgb(239,233,217);
    overflow: hidden;
    z-index: 100;
}

header .head_site {
    grid-template-columns: auto 1fr;
    align-items: center;
    display: grid;
    gap: 3rem;
}

header .header_mainbar::before,
header .header_mainbar::after {
    content: "";
    transition: all 0.5s ease;
    border-radius: 50%;
    position: absolute;
    background: rgb(209,197,168,0.5);
    opacity: 0;
    z-index: -1;
}

header .header_mainbar::before {
    height: 50px;
    top: -15px;
    left: -15px;
    width: 50px;
}

header .nav_site::before {
    width: 0;
    border-bottom: 5px solid transparent;
    content: "";
    transform: translateY(-50%) scale(0);
    transition: all 0.3s ease;
    border-top: 5px solid transparent;
    position: absolute;
    height: 0;
    left: -10px;
    opacity: 0;
    border-left: 5px solid rgb(209,197,168);
    top: 50%;
}

header .nav_site a::after {
    transition: width 0.3s ease;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: rgb(209,197,168);
}

.opening_page .learning_primary {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.opening_page .learning_primary::before {
    z-index: -1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.7);
    backdrop-filter: blur(8px);
    content: "";
}

.opening_page .learning_primary h1 {
    font-weight: 700;
    line-height: 1.2;
    font-size: 43px;
    position: relative;
    animation: fade-up 1s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.6s;
    transform: translateY(30px);
    color: #ffffff;
    font-family: Arial, sans-serif;
    opacity: 0;
    margin: 0 0 2rem;
}

.opening_page .learning_primary p {
    line-height: 1.6;
    margin: 0;
    animation: fade-in-left 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 1.4s;
    font-weight: 400;
    color: #ffffff;
    font-family: Arial, sans-serif;
    opacity: 0;
    transform: translateX(20px);
    font-size: calc(18px * 1.1);
    max-width: 80%;
}

.course_program_description .text_capsule {
    padding: 40px;
    z-index: 4;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 26px;
    width: 100%;
    transform: translateZ(0);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
}

.course_program_description .text_capsule h2::after {
    content: "";
    bottom: 0;
    width: 60px;
    height: 3px;
    position: absolute;
    border-radius: 10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(209,197,168), rgb(179,166,134));
    left: 50%;
}

.course_program_description .thumbnail_img::after {
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent 50%, rgb(179,166,134,0.5) 100%);
    z-index: 2;
    content: "";
    left: 0;
    opacity: 0.3;
    position: absolute;
}



@media (max-width: 992px) {.course_benefits .knowledge_sessions {
    gap: 40px;
    flex-direction: column;
}.course_benefits .thumbnail_img {
    min-height: 400px;
}.course_benefits h2 {
    margin-bottom: 30px;
    text-align: center;
}.course_benefits h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}



@media (max-width: 768px) {.meet_us {
    padding: 60px 0;
}.meet_us h3 {
    font-size: calc(35px * 0.9);
}.meet_us .knowledge_sessions {
    gap: 40px;
}.meet_us .knowledge_sessions::before {
    display: none;
}.meet_us .knowledge_track,
    .meet_us .virtual_guides {
    padding: 30px;
}.meet_us .knowledge_track span {
    font-size: calc(20px * 0.9);
}.meet_us .knowledge_track .thumbnail_img,
    .meet_us .virtual_guides .learn_expert {
    height: 250px;
}
}



@media (max-width: 1024px) {.contact_us {
    padding: 80px 0;
}.contact_us .thumbnail_img {
    min-height: 500px;
}.contact_us .connect_message {
    padding: 50px 40px;
}
}



@media (max-width: 991px) {.secure_nest {
    padding: 4rem 1.5rem;
}.secure_nest .container {
    padding: 2.5rem 2rem;
}.secure_nest h1 {
    font-size: calc(39px * 0.9);
}.secure_nest h2 {
    font-size: calc(35px * 0.9);
}
}



@media (max-width: 480px) {.secure_nest {
    padding: 2rem 0.75rem;
}.secure_nest .container {
    padding: 1.5rem 1rem;
}.secure_nest h1 {
    font-size: calc(39px * 0.7);
}.secure_nest h2 {
    padding-left: 0.75rem;
    font-size: calc(35px * 0.7);
}.secure_nest h3, .secure_nest h4 {
    padding-left: 0.5rem;
}.secure_nest p, .secure_nest span, .secure_nest li {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.secure_nest li {
    padding-left: 1rem;
}.secure_nest li::before {
    width: 6px;
    height: 6px;
}}



@media (min-width: 992px) {.tyMessage .knowledge_sessions {
    gap: 6rem;
}.tyMessage h5 {
    font-size: 24px;
}.tyMessage p {
    font-size: 18px;
}
}



@media (max-width: 991px) {.pricing_lineup {
    padding: 80px 0;
}.pricing_lineup .rate_choice {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.pricing_lineup .training_sub {
    padding: 25px 20px;
}.pricing_lineup .value_pricing p {
    font-size: calc(14px - 1px);
    max-height: 150px;
}.pricing_lineup .rate_plans {
    font-size: calc(19px + 2px);
}
}



@media (max-width: 480px) {.pricing_lineup {
    padding: 50px 0;
}.pricing_lineup h2 {
    font-size: calc(28px - 8px);
}.pricing_lineup .discount_tier {
    font-size: calc(14px - 2px);
}.pricing_lineup .training_sub {
    padding: 20px 15px;
}.pricing_lineup .value_pricing p {
    font-size: calc(14px - 2px);
}}



@media (max-width: 768px) {.course_methodology {
    padding: 3rem 0;
    min-height: auto;
}.course_methodology .container {
    padding: 0 1.2rem;
}.course_methodology .knowledge_sessions {
    gap: 2rem;
}.course_methodology h3 {
    width: 100%;
    font-size: calc(36px * 0.8);
    padding: 1.5rem 2rem;
}.course_methodology span {
    font-size: calc(16px * 0.9);
    width: 100%;
    padding: 1.5rem 2rem;
}
}


@media only screen and (max-width: 800px) {.data_approval {
    display: none;
}.data_guard {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.cookie_popup_disclosure h5 {
    font-size: 21px;
    margin-bottom: 5px;
}.cookie_disclaimer {
    margin-bottom: 15px;
}.edu_settings {
    min-width: 100%;
    margin: 10px 0;
}}



@media (max-width: 767px) {.academic_experience .user_reviews > div:first-child {
    margin-bottom: 1rem;
}.academic_experience .user_reviews > div:nth-child(2) {
    margin-bottom: 1.5rem;
}}



@media screen and (max-width: 992px) {.trophy_case .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.trophy_case .company_holder {
    margin-bottom: 2rem;
    padding-left: 1rem;
}.trophy_case .story_spot {
    justify-content: flex-start;
}.trophy_case .nav_top {
    gap: 2rem;
}
}



@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .nav_site {
    margin: 3px 5px;
}header .nav_site a {
    font-size: calc(16px - 1px);
    padding: 8px 15px;
}
}



@media (max-width: 768px) {.opening_page {
    min-height: 80vh;
}.opening_page .page_welcome {
    padding: 1.5rem;
}.opening_page .learn_learn {
    border-left: 3px solid rgb(209,197,168);
    padding: 3rem 1.5rem;
}.opening_page .learning_primary h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.9);
}.opening_page .learning_primary h3 {
    padding-left: 15px;
    font-size: calc(21px * 0.8);
}.opening_page .learning_primary p {
    max-width: 100%;
}
}



@media (min-width: 1200px) {.course_program_description .class_map {
    display: flex;
    align-items: center;
    flex-direction: column;
}.course_program_description .text_capsule {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 0;
}.course_program_description .text_capsule h2 {
    width: 100%;
}.course_program_description .text_capsule .description {
    text-align: left;
    padding: 0 15px;
    width: calc(50% - 30px);
    position: relative;
}.course_program_description .text_capsule .description:first-of-type::after {
    height: 100%;
    top: 0;
    width: 1px;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(209,197,168,0.5), transparent);
    right: 0;
    position: absolute;
}.course_program_description .thumbnail_img {
    max-width: 80%;
    height: 450px;
    border-radius: calc(26px * 2);
    margin-top: 60px;
}.course_program_description .class_map::after {
    display: none;
}
}



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



@keyframes shine {
    0% {
        transform: translateX(-100%) translateZ(0);
    }
    100% {
        transform: translateX(100%) translateZ(0);
    }
}

@keyframes widthIn {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }



@keyframes expandVertLine {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}



@keyframes pulseRings {
    0%, 100% {
        opacity: 0.1;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: translate(-50%, -50%) scale(1.05);
    }
}

@keyframes borderPulse {
    0% {
        border-left-color: rgb(209,197,168);
    }
    50% {
        border-left-color: rgb(179,166,134);
    }
    100% {
        border-left-color: rgb(209,197,168);
    }
}



@keyframes scale-in {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

