* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.container {
    max-width: 100%;
    width: 1115px;
    margin: auto;
}.top_wrap_core {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    auto
contain;
    font-family: Arial, sans-serif;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}.gift_card_core {
    flex: 0 0 auto;
}.wrapper-border_core {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    background: #ffffff;
    width: 20px;
    padding: 5px;
}::-webkit-scrollbar-track {
    border-radius: 1.4vh;
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    border: 3px dotted rgb(122,172,184,0.5);
    background: rgb(122,172,184);
    border-radius: 2.7em;
    transition: background, transform 4s ease-in-out;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -1px 2px 3px 6px rgba(0, 0, 0, 0.3);
    transform: translateX(2px);
    border-color: rgb(122,172,184,0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 1px -4px 10px 6px rgba(0, 0, 0, 0.4);
    transform: scale(0.95);
    background: rgb(167,201,209);
}html {
    scrollbar-color: rgb(210,229,234) #ffffff;
    scrollbar-width: auto;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.leadership_profile_core {
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(210,229,234), rgb(167,201,209,0.5));
}.leadership_profile_core::before {
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(45deg, rgb(122,172,184,0.5) 0px, transparent 2px, transparent 10px);
    opacity: 0.1;
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    content: "";
}.leadership_profile_core .edu_voices_core {
    margin: 0 auto;
    align-items: center;
    border-radius: 20px;
    padding: 0;
    max-width: 1200px;
    gap: 4rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    display: flex;
    background: #ffffff;
    z-index: 2;
}.leadership_profile_core .photo_section_core {
    position: relative;
    flex-shrink: 0;
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    width: 40%;
    height: 450px;
}.leadership_profile_core .photo_section_core::after {
    content: "";
    opacity: 0.5;
    width: 100%;
    background: linear-gradient(135deg, rgb(167,201,209,0.5), transparent);
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
}.leadership_profile_core .work_expertise_core {
    padding: 3rem;
    position: relative;
    width: 60%;
}.leadership_profile_core .name {
    display: inline-block;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    font-size: 31px;
}.leadership_profile_core .name::after {
    transition: width 0.3s ease;
    bottom: -8px;
    left: 0;
    background: rgb(167,201,209);
    height: 3px;
    position: absolute;
    content: "";
    width: 50%;
}.leadership_profile_core .work_expertise_core > div:nth-child(2) {
    font-weight: 600;
    font-size: 16px;
    color: rgb(122,172,184);
    padding-left: 2px;
    margin-bottom: 1.5rem;
}.leadership_profile_core .work_record_core {
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    position: relative;
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
}.leadership_profile_core .work_record_core::before {
    position: absolute;
    font-size: 4rem;
    color: rgb(167,201,209,0.5);
    top: -2rem;
    left: -1rem;
    opacity: 0.4;
    content: "";
}.leadership_profile_core .edu_voices_core:hover .photo_section_core {
    transform: scale(1.03);
}.leadership_profile_core .edu_voices_core:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.leadership_profile_core .edu_voices_core {
    gap: 2rem;
    flex-direction: column;
}.leadership_profile_core .photo_section_core {
    width: 100%;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.leadership_profile_core .work_expertise_core {
    padding: 0 2rem 2rem;
    width: 100%;
}
}

@media (max-width: 576px) {.leadership_profile_core {
    padding: 3rem 1rem;
}.leadership_profile_core .photo_section_core {
    height: 280px;
}.leadership_profile_core .work_expertise_core {
    padding: 0 1.5rem 1.5rem;
}.leadership_profile_core .name {
    font-size: calc(31px * 0.85);
}.leadership_profile_core .work_record_core {
    font-size: calc(17px * 0.95);
}}.cookie_dialog_banner_core {
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(167,201,209);
    background: rgb(122,172,184);
    padding: 20px 0;
}.cookie_panel_core {
    max-width: 1200px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    margin: auto;
}.cookie_dialog_banner_core h5 {
    font-size: 18px;
    transition: color 0.3s ease-in-out;
    margin-bottom: 6px;
    font-weight: 700;
    color: #ffffff;
}.cookie_dialog_banner_core p {
    color: #ffffff;
    font-size: 14px;
    max-width: 500px;
}.cookie_user_core {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_user_core svg, .cookie_user_core svg path {
    width: 80px;
    fill: rgb(167,201,209);
    transition: transform 0.3s ease-in-out;
    height: 80px;
}.cookie_user_core:hover svg {
    transform: rotate(10deg);
}.gdpr_banner_core {
    margin-left: 20px;
    color: #ffffff;
    font-size: 14px;
    background: rgb(167,201,209);
    box-shadow: rgb(167,201,209,0.5) 0px 4px 10px 0px;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px 20px;
    text-decoration: none;
    line-height: 35px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}.cookie_button.cookie_control_core {
    background: rgb(167,201,209);
}.cookie_button.manage_cookies_core {
    background: rgb(122,172,184);
}.gdpr_banner_core:hover {
    box-shadow: rgb(167,201,209,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.cookie_dialog_banner_core p a {
    color: rgb(167,201,209);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}.cookie_dialog_banner_core p a:hover {
    color: rgb(122,172,184);
}.wrapper-border_core .cookie_dialog_banner_core {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(122,172,184);
    padding: 40px 0;
    border: none;
}.wrapper-border_core .gdpr_banner_core {
    border: none;
    padding: 10px;
    background: rgb(167,201,209);
    color: #ffffff;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 400;
    margin-left: 30px;
}.wrapper-border_core .cookies_tech_core h5, .wrapper-border_core .cookies_tech_core p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookie_dialog_banner_core {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_user_core {
    display: none;
}.cookie_panel_core {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_dialog_banner_core h5 {
    text-align: center;
}.cookie_dialog_banner_core p {
    text-align: center;
}.cookies_tech_core {
    margin-bottom: 20px;
    text-align: center;
}.gdpr_banner_core {
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
    margin-left: 0;
}}
#cookieWarningDialog_core {
    display: none;
}#cookieWarningDialog_core:checked ~ .cookie_dialog_banner_core {
    opacity: 0;
    visibility: hidden;
}.course_program_core {
    overflow: hidden;
    z-index: 1;
    background: rgb(210,229,234);
    position: relative;
    padding: 90px 0;
}.course_program_core::before {
    top: 0;
    position: absolute;
    content: "";
    background: 
        linear-gradient(135deg, rgb(167,201,209,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(122,172,184,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    opacity: 0.25;
}.course_program_core::after {
    width: 100%;
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(167,201,209,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(122,172,184,0.5) 0%, transparent 40%);
    top: 0;
}.course_program_core .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 15px;
    position: relative;
}.course_program_core .knowledge_zone_core {
    flex-direction: column;
    position: relative;
    gap: 40px;
    display: flex;
}.course_program_core .photo_section_core {
    z-index: 1;
    overflow: hidden;
    height: 450px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s;
    position: relative;
    transform: translateZ(0);
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.course_program_core .photo_section_core:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}.course_program_core .photo_section_core::before {
    z-index: 1;
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(to bottom, 
                transparent 70%, 
                rgb(167,201,209,0.5) 100%);
    opacity: 0.7;
}.course_program_core .photo_section_core::after {
    opacity: 0.05;
    z-index: 1;
    position: absolute;
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 20px, 
            rgb(167,201,209,0.5) 20px, 
            rgb(167,201,209,0.5) 21px
        );
    inset: 0;
    content: "";
}.course_program_core .training_track_core {
    padding: 40px;
    position: relative;
    border-radius: 24px;
    z-index: 1;
    background: #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.course_program_core .training_track_core:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.course_program_core .training_track_core::before {
    content: "";
    border-radius: 24px 24px 0 0;
    background: linear-gradient(90deg, 
                rgb(167,201,209), 
                rgb(122,172,184));
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: 0;
}.course_program_core .training_track_core::after {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 90%;
    z-index: -1;
    content: "";
    height: 10px;
    left: 5%;
    position: absolute;
    border-radius: 0 0 50% 50%;
    background: #ffffff;
    bottom: -5px;
}.course_program_core .main_header_core {
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    background: rgb(210,229,234);
    display: inline-flex;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.course_program_core .main_header_core:hover {
    transform: translateY(-3px) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}.course_program_core .main_header_core::after {
    position: absolute;
    border: 1px dashed rgb(167,201,209,0.5);
    border-radius: 10px;
    inset: 0;
    content: "";
    opacity: 0.5;
}.course_program_core .main_header_core svg {
    height: auto;
    width: 80px;
    transition: transform 0.3s ease;
}.course_program_core .main_header_core:hover svg {
    transform: scale(1.05);
}.course_program_core .main_header_core svg path {
    fill: rgb(167,201,209);
    transition: fill 0.3s ease;
}.course_program_core .main_header_core:hover svg path {
    fill: rgb(122,172,184);
}.course_program_core .training_track_core h3 {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 29px;
    color: #000000;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
}.course_program_core .training_track_core h3::after {
    content: "";
    bottom: 0;
    width: 50px;
    left: 0;
    position: absolute;
    background: rgb(167,201,209);
    transition: width 0.4s ease;
    height: 3px;
}.course_program_core .training_track_core:hover h3::after {
    width: 100px;
}.course_program_core .training_track_core p {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes shine {
    0% {
        background-position: -200% center;
    }
    100% {
        background-position: 200% center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.course_program_core {
    padding: 80px 0;
}.course_program_core .photo_section_core {
    height: 400px;
}.course_program_core .training_track_core {
    padding: 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.course_program_core {
    padding: 70px 0;
}.course_program_core .photo_section_core {
    height: 350px;
}.course_program_core .training_track_core {
    padding: 30px;
}.course_program_core .main_header_core {
    padding: 12px;
}.course_program_core .main_header_core svg {
    width: 70px;
}
}

@media (max-width: 767px) {.course_program_core {
    padding: 60px 0;
}.course_program_core .knowledge_zone_core {
    gap: 30px;
}.course_program_core .photo_section_core {
    height: 300px;
}.course_program_core .training_track_core {
    padding: 25px;
}.course_program_core .main_header_core {
    padding: 10px;
    margin-bottom: 20px;
}.course_program_core .main_header_core svg {
    width: 60px;
}.course_program_core .training_track_core h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 15px;
    padding-bottom: 12px;
}
}

@media (max-width: 576px) {.course_program_core {
    padding: 50px 0;
}.course_program_core .knowledge_zone_core {
    gap: 25px;
}.course_program_core .photo_section_core {
    height: 250px;
}.course_program_core .training_track_core {
    padding: 20px;
}.course_program_core .main_header_core {
    padding: 8px;
    margin-bottom: 15px;
}.course_program_core .main_header_core svg {
    width: 50px;
}.course_program_core .training_track_core h3 {
    padding-bottom: 10px;
    font-size: calc(29px * 0.8);
    margin-bottom: 12px;
}}.price_pack_core {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.price_pack_core::before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
}.price_pack_core .container {
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.price_pack_core .payment_pricing_core {
    perspective: 1000px;
}.price_pack_core h2 {
    margin-bottom: 25px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    transform: translateZ(50px);
    font-size: 28px;
}.price_pack_core h2::after {
    background: rgb(167,201,209);
    content: "";
    bottom: -10px;
    width: 80px;
    box-shadow: 0 0 15px rgb(167,201,209,0.5);
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
}.price_pack_core .qtr_cost_core {
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 60px;
    max-width: 800px;
}.price_pack_core .lesson_rates_core {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
}.price_pack_core .rate_card_core {
    height: 100%;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-style: preserve-3d;
    will-change: transform;
    text-decoration: none;
}.price_pack_core .study_sub_core {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 8px;
    height: 100%;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}.price_pack_core .study_sub_core::before {
    animation: shimmer 3s infinite linear;
    right: -5px;
    opacity: 0;
    top: -5px;
    z-index: -1;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    transition: opacity 0.4s ease;
    left: -5px;
    content: "";
    position: absolute;
    background-size: 200% 200%;
    bottom: -5px;
}.price_pack_core .learning_rates_core {
    display: flex;
    border-radius: 4px;
    height: 100%;
    flex-direction: column;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
    padding: 35px 25px;
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
}.price_pack_core .learning_rates_core h4 {
    font-size: 19px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #ffffff;
}.price_pack_core .learning_rates_core h4::after {
    background: rgb(167,201,209);
    bottom: 0;
    width: 40px;
    left: 0;
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    content: "";
}.price_pack_core .learning_rates_core p {
    color: #ffffff;
    margin-bottom: 25px;
    opacity: 0.8;
    font-size: calc(18px - 2px);
    line-height: 1.6;
    flex-grow: 1;
}.price_pack_core .enroll_cost_core {
    display: inline-block;
    background: linear-gradient(135deg, rgb(167,201,209) 0%, rgb(122,172,184) 100%);
    font-weight: 700;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    position: relative;
    color: #ffffff;
    padding: 12px 25px;
    align-self: flex-start;
    font-size: calc(19px + 4px);
}.price_pack_core .enroll_cost_core::before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    content: "";
    transition: 0.5s;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.price_pack_core .rate_card_core:hover {
    transform: translateY(-10px) rotateX(5deg);
}.price_pack_core .rate_card_core:hover .study_sub_core {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.price_pack_core .rate_card_core:hover .study_sub_core::before {
    opacity: 1;
}.price_pack_core .rate_card_core:hover .learning_rates_core h4::after {
    width: 80px;
}.price_pack_core .rate_card_core:hover .enroll_cost_core::before {
    left: 100%;
}.price_pack_core .rate_card_core:hover .learning_rates_core {
    transform: translateZ(20px);
    border-color: rgba(255,255,255,0.1);
}

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

@media (max-width: 1200px) {.price_pack_core {
    padding: 100px 0;
}.price_pack_core .lesson_rates_core {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.price_pack_core .learning_rates_core {
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.price_pack_core {
    padding: 80px 0;
}.price_pack_core h2 {
    font-size: calc(28px - 4px);
}.price_pack_core .qtr_cost_core {
    margin-bottom: 40px;
}.price_pack_core .lesson_rates_core {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.price_pack_core .learning_rates_core h4 {
    font-size: calc(19px - 1px);
}.price_pack_core .enroll_cost_core {
    font-size: calc(19px + 2px);
    padding: 10px 20px;
}
}

@media (max-width: 480px) {.price_pack_core {
    padding: 60px 0;
}.price_pack_core h2 {
    font-size: calc(28px - 6px);
}.price_pack_core .qtr_cost_core {
    font-size: calc(18px - 1px);
    margin-bottom: 30px;
}.price_pack_core .learning_rates_core {
    padding: 25px 15px;
}.price_pack_core .learning_rates_core p {
    font-size: calc(18px - 3px);
    margin-bottom: 20px;
}.price_pack_core .enroll_cost_core {
    padding: 8px 15px;
    font-size: calc(19px + 0px);
}
}

@media (hover: none) {.price_pack_core .rate_card_core:hover {
    transform: none;
}.price_pack_core .study_sub_core {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.price_pack_core .rate_card_core:active {
    transform: scale(0.98);
}}.our_story_core {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(210,229,234), rgb(167,201,209,0.5) 85%);
    overflow: hidden;
}.our_story_core::before {
    height: 100%;
    content: "";
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(rgb(122,172,184), 0.03) 20px,
        rgba(rgb(122,172,184), 0.03) 40px
    );
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}.our_story_core::after {
    z-index: 1;
    right: -20%;
    transform: rotate(25deg);
    content: "";
    top: -50%;
    position: absolute;
    height: 200%;
    opacity: 0.4;
    width: 70%;
    background: linear-gradient(145deg, rgb(167,201,209,0.5) 10%, transparent 70%);
}.our_story_core .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}.our_story_core h1 {
    position: relative;
    opacity: 0;
    font-size: 46px;
    transform: translateX(-1rem);
    color: #000000;
    animation: slideTitle 0.8s 0.2s forwards cubic-bezier(0.25, 1, 0.5, 1);
    display: inline-block;
    margin-bottom: 3rem;
    font-weight: 700;
}.our_story_core h1::after {
    content: "";
    bottom: -12px;
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    background: linear-gradient(to right, rgb(167,201,209), rgb(122,172,184));
    width: 0;
    left: 0;
    height: 4px;
}.our_story_core .learning_corner_core {
    position: relative;
}.our_story_core .learning_corner_core ul {
    padding: 0;
    list-style: none;
    gap: 3rem;
    grid-template-columns: 1fr;
    margin: 0;
    display: grid;
}.our_story_core .master_classes_core {
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.4s ease;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    box-shadow: 0 15px 35px rgba(0, 0, 10, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.5) inset;
    border-left: 3px solid rgb(167,201,209);
    backdrop-filter: blur(5px);
    opacity: 0;
    transform: translateY(20px);
    padding: 2.5rem;
    position: relative;
}.our_story_core .master_classes_core:nth-child(2) {
    animation-delay: 0.6s;
}.our_story_core .master_classes_core:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 20px 40px rgba(0, 0, 10, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
}.our_story_core .master_classes_core::before {
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(122,172,184,0.5), 0.03) 100%);
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
}.our_story_core .master_classes_core h4 {
    color: rgb(167,201,209);
    margin-top: 0;
    font-size: calc(22px * 1.2);
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}.our_story_core .master_classes_core h4::after {
    background: rgb(122,172,184);
    content: "";
    height: 2px;
    transition: width 0.4s ease;
    left: 0;
    bottom: -8px;
    width: 40px;
    position: absolute;
}.our_story_core .master_classes_core:hover h4::after {
    width: 100%;
}.our_story_core .master_classes_core div {
    color: #000000;
    font-size: 16px;
    max-height: 250px;
    line-height: 1.8;
    overflow-y: auto;
    padding-right: 10px;
    position: relative;
}.our_story_core .master_classes_core div::-webkit-scrollbar {
    width: 4px;
}.our_story_core .master_classes_core div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.our_story_core .master_classes_core div::-webkit-scrollbar-thumb {
    background: rgb(167,201,209,0.5);
    border-radius: 10px;
}

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

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

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

@media (min-width: 768px) {.our_story_core {
    padding: 7rem 0;
}.our_story_core h1 {
    font-size: calc(46px * 1.2);
}.our_story_core .learning_corner_core ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.our_story_core .master_classes_core {
    padding: 3rem;
}.our_story_core .master_classes_core div {
    max-height: 320px;
}
}

@media (min-width: 1200px) {.our_story_core {
    padding: 9rem 0;
}.our_story_core::after {
    right: -10%;
}.our_story_core .container {
    padding: 0 3rem;
}.our_story_core h1 {
    margin-bottom: 4rem;
}.our_story_core .learning_corner_core ul {
    gap: 3rem;
}.our_story_core .master_classes_core {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 
                    box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.our_story_core .master_classes_core:hover {
    transform: translateY(-10px) scale(1.02);
}.our_story_core .master_classes_core div {
    max-height: 350px;
}
}

@media (max-width: 767px) {.our_story_core {
    padding: 4rem 0;
}.our_story_core h1 {
    font-size: calc(46px * 0.9);
}.our_story_core .master_classes_core {
    margin-bottom: 2rem;
    padding: 2rem;
}.our_story_core .master_classes_core h4 {
    font-size: 22px;
}.our_story_core .master_classes_core div {
    max-height: 200px;
    font-size: calc(16px * 0.95);
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    background: linear-gradient(145deg, rgb(210,229,234) 0%, rgb(167,201,209,0.5) 100%);
    right: 0;
    opacity: 0.9;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    z-index: -2;
}footer::after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    content: "";
    opacity: 0.1;
    background-image: 
        repeating-linear-gradient(0deg, rgb(167,201,209,0.5), rgb(167,201,209,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(167,201,209,0.5), rgb(167,201,209,0.5) 1px, transparent 1px, transparent 20px);
    position: absolute;
}.gift_card_core {
    padding: 4rem 0 2rem;
    color: #000000;
    position: relative;
}.gift_card_core::after {
    top: 0;
    height: 6px;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(167,201,209), rgb(122,172,184));
    content: "";
}.gift_card_core .container {
    flex-wrap: wrap;
    gap: 3rem;
    position: relative;
    display: flex;
}.gift_card_core .company_holder {
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    flex: 1 1 400px;
    padding: 2rem 2.5rem;
    background: #ffffff;
}.gift_card_core .company_holder::before {
    position: absolute;
    border-top-left-radius: 16px;
    height: 5px;
    border-top-right-radius: 16px;
    content: "";
    background: rgb(167,201,209);
    left: 0;
    top: 0;
    width: 100%;
}.gift_card_core .company_holder h3 {
    margin: 0 0 1.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: rgb(167,201,209);
    font-size: 32px;
    position: relative;
}.gift_card_core .company_holder h3::after {
    content: "";
    background: rgb(122,172,184);
    bottom: -0.5rem;
    width: 80px;
    left: 0;
    position: absolute;
    height: 3px;
}.gift_card_core .referral_prog_core {
    border-left: 3px solid rgb(122,172,184);
    background: rgb(210,229,234);
    position: relative;
    font-size: 13px;
    padding: 1.5rem;
    border-radius: 10px;
    color: #000000;
    line-height: 1.7;
}.gift_card_core .footer_account_core {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.gift_card_core .head_guide_core {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}.gift_card_core .head_know_core {
    background: #ffffff;
    position: relative;
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.gift_card_core .head_know_core h5 {
    padding: 1rem 1.5rem;
    font-size: 23px;
    margin: 0;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    background: rgb(122,172,184);
}.gift_card_core .head_know_core .head_guide_core {
    display: flex;
    gap: 0;
    flex-direction: column;
    padding: 1rem 0;
}.gift_card_core .head_know_core .head_guide_core a {
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    font-size: 13px;
    display: flex;
}.gift_card_core .head_know_core .head_guide_core a::before {
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
    width: 0;
    transition: all 0.3s ease;
    content: "";
    height: 100%;
    background: rgb(210,229,234);
}.gift_card_core .head_know_core .head_guide_core a::after {
    transition: all 0.3s ease;
    top: 50%;
    position: absolute;
    width: 5px;
    border-radius: 50%;
    content: "";
    left: 1.5rem;
    opacity: 0;
    background: rgb(122,172,184);
    transform: translateY(-50%);
    height: 5px;
}.gift_card_core .head_know_core .head_guide_core a:hover {
    color: rgb(167,201,209);
    padding-left: 2.2rem;
}.gift_card_core .head_know_core .head_guide_core a:hover::before {
    width: 100%;
}.gift_card_core .head_know_core .head_guide_core a:hover::after {
    opacity: 1;
}.stats_tool_core {
    padding: 2rem 0;
    margin-top: 3rem;
    position: relative;
    background: rgb(210,229,234);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.stats_tool_core::before {
    top: 0;
    right: 10%;
    content: "";
    left: 10%;
    background: linear-gradient(90deg, transparent, rgb(167,201,209,0.5), transparent);
    height: 1px;
    position: absolute;
}.stats_tool_core .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.stats_tool_core .verify_cta_core {
    border-radius: 50px;
    background: #ffffff;
    font-weight: 400;
    padding: 0.8rem 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 1200px) {.gift_card_core .container {
    gap: 2rem;
}.gift_card_core .company_holder {
    flex: 1 1 360px;
}.gift_card_core .footer_account_core {
    min-width: 360px;
    flex: 1 1 calc(100% - 400px);
}.gift_card_core .head_guide_core {
    gap: 2rem;
}
}

@media (max-width: 992px) {.gift_card_core {
    padding: 3.5rem 0 2rem;
}.gift_card_core .container {
    gap: 2.5rem;
    flex-direction: column;
}.gift_card_core .company_holder,
    .gift_card_core .footer_account_core {
    min-width: 100%;
    flex: 1 1 100%;
}.gift_card_core .head_know_core {
    min-width: 200px;
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.gift_card_core {
    padding: 3rem 0 1.5rem;
}.gift_card_core .head_guide_core {
    gap: 1.5rem;
}.gift_card_core .company_holder {
    padding: 2rem;
}.gift_card_core .company_holder h3 {
    font-size: calc(32px - 2px);
}.stats_tool_core {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.gift_card_core {
    padding: 2.5rem 0 1rem;
}.gift_card_core .container {
    gap: 1.5rem;
}.gift_card_core .head_know_core {
    flex: 1 1 100%;
    min-width: 100%;
}.gift_card_core .head_guide_core {
    gap: 1rem;
}.gift_card_core .company_holder {
    padding: 1.5rem;
}.gift_card_core .referral_prog_core {
    padding: 1.2rem;
}.stats_tool_core {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.gift_card_core .company_holder h3::after {
    width: 50px;
}.gift_card_core .head_know_core .head_guide_core a:hover {
    padding-left: 2rem;
}.stats_tool_core .verify_cta_core {
    width: 90%;
    padding: 0.7rem 1.5rem;
}}.service_contact_core {
    position: relative;
    overflow: hidden;
    background: rgb(210,229,234);
    padding: 5rem 0;
}.service_contact_core::before {
    z-index: 0;
    position: absolute;
    content: '';
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(167,201,209,0.5) 0,
        rgb(167,201,209,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    top: 0;
    opacity: 0.15;
    width: 100%;
}.service_contact_core::after {
    position: absolute;
    filter: blur(150px);
    animation: float 20s ease-in-out infinite;
    content: '';
    background: rgb(122,172,184,0.5);
    border-radius: 50%;
    width: 600px;
    z-index: 0;
    top: -300px;
    height: 600px;
    right: -300px;
}@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.4;
    }
    50% {
        transform: translateY(100px) scale(1.1);
        opacity: 0.6;
    }
}

.service_contact_core .container {
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.service_contact_core .reach_form_core {
    grid-template-areas: 
        "info photo"
        "contact contact";
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}.service_contact_core .contact_team_core:nth-child(1) {
    grid-area: info;
    backdrop-filter: blur(5px);
    display: flex;
    border-radius: 30px;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgb(167,201,209,0.5) 100%
    );
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    position: relative;
    flex-direction: column;
}.service_contact_core .contact_team_core:nth-child(1)::before {
    filter: blur(80px);
    top: -100px;
    content: '';
    height: 200px;
    background: rgb(122,172,184,0.5);
    position: absolute;
    z-index: -1;
    width: 200px;
    border-radius: 50%;
    left: -100px;
}.service_contact_core .contact_team_core:nth-child(2) {
    transform: perspective(1000px) rotateY(-5deg);
    overflow: hidden;
    transition: transform 0.5s ease;
    grid-area: photo;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    position: relative;
}.service_contact_core .contact_team_core:nth-child(2):hover {
    transform: perspective(1000px) rotateY(0deg);
}.service_contact_core .contact_team_core:nth-child(3) {
    grid-area: contact;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        rgb(167,201,209,0.5) 100%
    );
    position: relative;
    padding: 2.5rem;
}.service_contact_core .contact_team_core:nth-child(3)::before {
    height: 5px;
    top: 0;
    width: 100%;
    background: rgb(122,172,184);
    position: absolute;
    left: 0;
    z-index: 1;
    content: '';
}.service_contact_core .contact_team_core h2 {
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 33px;
    padding-bottom: 1rem;
    color: #ffffff;
}.service_contact_core .contact_team_core h2::after {
    border-radius: 3px;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    position: absolute;
    background: rgb(122,172,184);
    height: 3px;
}.service_contact_core .talk_form_core {
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: calc(15px * 1.2);
    font-weight: 600;
}.service_contact_core .online_contact_core {
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 2rem;
    opacity: 0.9;
    color: #ffffff;
}.service_contact_core .contact_team_core p {
    display: flex;
    color: #ffffff;
    margin-bottom: 1rem;
    gap: 0.75rem;
    align-items: center;
}.service_contact_core .contact_team_core p span {
    font-weight: 600;
}.service_contact_core .message_panel_core {
    border-top: 1px solid rgb(167,201,209,0.5);
    padding-top: 1.5rem;
    margin-top: 2rem;
}.service_contact_core .message_panel_core h3 {
    color: #ffffff;
    background: rgb(167,201,209,0.5);
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 600;
    border-radius: 10px;
    font-size: 17px;
    padding: 0.5rem 1rem;
}.service_contact_core .get_help_core {
    gap: 0.75rem;
    display: flex;
    flex-wrap: wrap;
}.service_contact_core .get_help_core span {
    color: #ffffff;
    font-size: calc(15px * 0.9);
    padding: 0.5rem 1rem;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
}.service_contact_core .get_help_core span:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-color: rgb(122,172,184);
    transform: translateY(-3px);
}.service_contact_core .contact_team_core .photo_section_core {
    overflow: hidden;
    height: 100%;
    position: relative;
}.service_contact_core .contact_team_core .photo_section_core::before {
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        #000000 100%
    );
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    content: '';
    height: 100%;
}.service_contact_core .get_contact_core {
    width: 100%;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
}.service_contact_core .get_contact_core a {
    text-decoration: none;
    flex-direction: column;
    padding: 1.5rem;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    position: relative;
    gap: 0.75rem;
    border-bottom: 3px solid rgb(122,172,184);
}.service_contact_core .get_contact_core a::before {
    left: -30px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    width: 30px;
    animation-delay: calc(var(--i, 0) * 1s);
    content: '';
    transform: skewX(-20deg);
    top: 0;
    animation: shine 4s infinite;
    height: 100%;
    position: absolute;
}.service_contact_core .get_contact_core a:nth-child(1) {
    --i: 1;
}.service_contact_core .get_contact_core a:nth-child(2) {
    --i: 2;
}.service_contact_core .get_contact_core a:nth-child(3) {
    --i: 3;
}@keyframes shine {
    0% {
        left: -30px;
    }
    20%, 100% {
        left: 100%;
    }
}

.service_contact_core .get_contact_core a:hover {
    transform: translateY(-5px);
    background: rgb(167,201,209,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.service_contact_core .get_contact_core a span {
    display: flex;
    font-size: calc(15px * 0.85);
    opacity: 0.7;
    align-items: center;
    color: #ffffff;
    gap: 0.5rem;
}.service_contact_core .get_contact_core a p {
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    font-size: 15px;
}.service_contact_core svg {
    fill: none;
    height: 20px;
    width: 20px;
}.service_contact_core svg path {
    transition: fill 0.3s ease;
    fill: rgb(122,172,184);
}.service_contact_core .get_contact_core a:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.service_contact_core .reach_form_core {
    grid-template-areas: 
            "info info"
            "photo photo"
            "contact contact";
}.service_contact_core .get_contact_core {
    grid-template-columns: repeat(3, 1fr);
}.service_contact_core .contact_team_core:nth-child(2) {
    height: 300px;
}
}

@media (max-width: 768px) {.service_contact_core {
    padding: 4rem 0;
}.service_contact_core .contact_team_core:nth-child(1),
    .service_contact_core .contact_team_core:nth-child(3) {
    padding: 2rem;
}.service_contact_core .get_contact_core {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}.service_contact_core .get_contact_core a:nth-child(3) {
    grid-column: span 2;
}
}

@media (max-width: 576px) {.service_contact_core {
    padding: 3rem 0;
}.service_contact_core .contact_team_core:nth-child(1),
    .service_contact_core .contact_team_core:nth-child(3) {
    padding: 1.5rem;
}.service_contact_core .get_contact_core {
    grid-template-columns: 1fr;
}.service_contact_core .get_contact_core a:nth-child(3) {
    grid-column: auto;
}.service_contact_core .get_help_core {
    grid-template-columns: 1fr 1fr;
    display: grid;
}}.contact_form_box_core {
    padding: 6rem 0;
    background: linear-gradient(
        135deg, 
        rgb(122,172,184,0.5) 0%, 
        rgb(167,201,209,0.5) 100%
    );
    isolation: isolate;
    position: relative;
    overflow: hidden;
}.contact_form_box_core::before {
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    z-index: 1;
    height: 200%;
    left: -50%;
    content: '';
    animation: subtle-pulse 12s infinite alternate;
    top: -50%;
    position: absolute;
}.contact_form_box_core::after {
    height: 150%;
    content: '';
    bottom: -30%;
    right: -30%;
    width: 150%;
    z-index: 1;
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    position: absolute;
    animation: subtle-wave 15s infinite alternate-reverse;
}.contact_form_box_core .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 1rem;
}.contact_form_box_core h2 {
    font-size: 47px;
    letter-spacing: -0.02em;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 3rem;
    text-align: center;
}.contact_form_box_core h2::after {
    position: absolute;
    width: 80px;
    content: '';
    height: 3px;
    left: 50%;
    bottom: -0.5rem;
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(167,201,209), 
        transparent
    );
    transform: translateX(-50%);
}.contact_form_box_core .connect_map_core {
    display: flex;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    align-items: stretch;
    backdrop-filter: blur(10px);
    overflow: hidden;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
}.contact_form_box_core .photo_section_core {
    position: relative;
    min-height: 500px;
    flex: 0 0 40%;
}.contact_form_box_core .photo_section_core::before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    background: linear-gradient(
        45deg, 
        rgb(122,172,184,0.5) 0%, 
        rgb(167,201,209,0.5) 100%
    );
    content: '';
    mix-blend-mode: color-dodge;
}.contact_form_box_core .feedback_section_core {
    flex-direction: column;
    padding: 4rem 3rem;
    flex: 0 0 60%;
    display: flex;
    justify-content: center;
}.contact_form_box_core .feedback_section_core form {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}.contact_form_box_core .feedback_section_core h3 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 600;
}.contact_form_box_core .feedback_section_core input:not([type="checkbox"]):not([type="submit"]) {
    background: rgba(255,255,255,0.1);
    outline: none;
    border: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    width: 100%;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 17px;
}.contact_form_box_core .feedback_section_core input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(167,201,209);
    box-shadow: 0 0 15px rgba(rgb(167,201,209), 0.3);
}.contact_form_box_core .feedback_section_core .message_list_core {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}.contact_form_box_core .feedback_section_core .message_list_core input[type="checkbox"] {
    position: relative;
    margin-right: 1rem;
    width: 22px;
    cursor: pointer;
    height: 22px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    appearance: none;
}.contact_form_box_core .feedback_section_core .message_list_core input[type="checkbox"]:checked {
    background: rgb(167,201,209);
    border-color: rgb(167,201,209);
}.contact_form_box_core .feedback_section_core .message_list_core input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    top: 50%;
    left: 50%;
    color: #ffffff;
    position: absolute;
    content: '✔';
    transform: translate(-50%, -50%);
}.contact_form_box_core .feedback_section_core .message_list_core label {
    font-size: 17px;
    display: flex;
    color: #ffffff;
    align-items: center;
}.contact_form_box_core .feedback_section_core .message_list_core a {
    transition: color 0.3s ease;
    color: rgb(167,201,209);
    text-decoration: none;
    margin-left: 0.3rem;
}.contact_form_box_core .feedback_section_core .message_list_core a:hover {
    text-decoration: underline;
}.contact_form_box_core .feedback_section_core .inquiry_form_core {
    cursor: pointer;
    position: relative;
    width: 100%;
    padding: 1rem;
    background: rgb(167,201,209);
    border: none;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}.contact_form_box_core .feedback_section_core .inquiry_form_core::before {
    left: -100%;
    position: absolute;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    top: 0;
    transition: all 0.3s ease;
    height: 100%;
    content: '';
    width: 100%;
}.contact_form_box_core .feedback_section_core .inquiry_form_core:hover::before {
    left: 100%;
}.contact_form_box_core .feedback_section_core .inquiry_form_core:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.contact_form_box_core .connect_map_core {
    flex-direction: column;
}.contact_form_box_core .photo_section_core {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_form_box_core .feedback_section_core {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact_form_box_core {
    padding: 3rem 0;
}.contact_form_box_core h2 {
    margin-bottom: 2rem;
    font-size: calc(47px * 0.8);
}.contact_form_box_core .feedback_section_core h3 {
    font-size: calc(34px * 0.9);
}.contact_form_box_core .feedback_section_core input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact_form_box_core .feedback_section_core .message_list_core {
    align-items: flex-start;
}.contact_form_box_core .feedback_section_core .message_list_core input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact_form_box_core .connect_map_core {
    border-radius: 0;
}.contact_form_box_core .photo_section_core {
    min-height: 250px;
}.contact_form_box_core .feedback_section_core {
    padding: 2rem 1.5rem;
}}.join_now_core {
    padding: 130px 0;
    z-index: 1;
    background: linear-gradient(125deg, rgb(167,201,209) 0%, rgb(122,172,184) 100%);
    overflow: hidden;
    position: relative;
}.join_now_core::before {
    height: 100%;
    background-size: 20px 20px;
    position: absolute;
    background: 
        linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.07) 1px, transparent 1px);
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    content: '';
}.join_now_core::after {
    z-index: -1;
    position: absolute;
    top: 0;
    filter: blur(60px);
    content: '';
    left: 0;
    background: 
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255,255,255,0.2) 0%, transparent 50%);
    height: 100%;
    width: 100%;
}.join_now_core .knowledge_zone_core {
    box-shadow:
        0 20px 50px rgba(0,0,0,0.15),
        0 5px 15px rgba(255,255,255,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.1);
    perspective: 1000px;
    max-width: 900px;
    justify-content: center;
    backdrop-filter: blur(15px);
    align-items: center;
    margin: 0 auto;
    z-index: 2;
    padding: 70px 50px;
    transform: rotateX(2deg) rotateY(2deg);
    display: flex;
    border-radius: 30px;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.6s ease;
    flex-direction: column;
}.join_now_core .knowledge_zone_core::before {
    border-radius: 35px;
    right: -5px;
    z-index: -1;
    bottom: -5px;
    opacity: 0.5;
    animation: borderGlow 10s linear infinite;
    top: -5px;
    background: linear-gradient(45deg, 
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1),
        rgba(255,255,255,0),
        rgba(255,255,255,0.1)
    );
    position: absolute;
    filter: blur(5px);
    content: '';
    left: -5px;
}.join_now_core .knowledge_zone_core::after {
    left: 0;
    border-radius: 30px;
    width: 100%;
    content: '';
    top: 0;
    background: 
        linear-gradient(to bottom,
            rgba(255,255,255,0.1) 0%,
            transparent 100%
        );
    height: 100%;
    z-index: -1;
    position: absolute;
}.join_now_core .knowledge_zone_core:hover {
    transform: rotateX(0deg) rotateY(0deg) translateY(-5px);
}.join_now_core h3 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 33px;
    letter-spacing: 3px;
    margin-bottom: 55px;
    position: relative;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}.join_now_core h3::before {
    transform: translateX(-50%);
    content: '';
    width: 60px;
    border-radius: 2px;
    left: 50%;
    height: 4px;
    box-shadow: 0 2px 10px rgba(255,255,255,0.2);
    position: absolute;
    bottom: -20px;
    background: linear-gradient(90deg, 
        transparent, 
        #ffffff, 
        transparent);
}.join_now_core h3::after {
    position: absolute;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255,255,255,0.1), 
        transparent
    );
    top: 0;
    z-index: -1;
    left: -100%;
    height: 100%;
    width: 100%;
    content: '';
    animation: lightScan 5s linear infinite;
}.join_now_core .edu_form_core {
    border-radius: 50px;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    font-size: 20px;
    display: inline-block;
    padding: 18px 50px;
    text-transform: uppercase;
    box-shadow: 
        0 10px 25px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    color: rgb(167,201,209);
    font-weight: 600;
    position: relative;
    background: rgba(255,255,255,0.9);
    transform: perspective(1000px) translateZ(20px);
    transition: all 0.4s ease;
}.join_now_core .edu_form_core::before {
    transition: opacity 0.4s ease;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    background: linear-gradient(45deg, 
        rgb(167,201,209), 
        rgb(122,172,184));
    top: 0;
    left: 0;
}.join_now_core .edu_form_core::after {
    z-index: 1;
    transition: all 0.6s ease;
    position: absolute;
    left: -100px;
    top: -50%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255,255,255,0.7),
        transparent
    );
    transform: rotate(35deg);
    height: 200%;
    content: '';
    width: 20px;
}.join_now_core .edu_form_core:hover {
    transform: perspective(1000px) translateZ(30px);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 10px 25px rgba(0,0,0,0.1),
        inset 0 0 0 1px rgba(255,255,255,0.4);
    color: #ffffff;
}.join_now_core .edu_form_core:hover::before {
    opacity: 1;
}.join_now_core .edu_form_core:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.join_now_core {
    padding: 110px 0;
}.join_now_core .knowledge_zone_core {
    max-width: 85%;
    padding: 60px 40px;
}.join_now_core h3 {
    margin-bottom: 50px;
    font-size: calc(33px * 0.9);
}.join_now_core h3::before {
    height: 3px;
    bottom: -18px;
    width: 50px;
}.join_now_core .edu_form_core {
    font-size: calc(20px * 0.95);
    padding: 16px 45px;
}
}

@media screen and (max-width: 768px) {.join_now_core {
    padding: 90px 0;
}.join_now_core .knowledge_zone_core {
    padding: 50px 30px;
    transform: none;
}.join_now_core h3 {
    margin-bottom: 45px;
    letter-spacing: 2px;
    font-size: calc(33px * 0.8);
}.join_now_core h3::before {
    width: 45px;
    height: 3px;
    bottom: -15px;
}.join_now_core .edu_form_core {
    padding: 14px 40px;
    transform: none;
    letter-spacing: 1.5px;
    font-size: calc(20px * 0.9);
}.join_now_core .edu_form_core:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.join_now_core {
    padding: 70px 0;
}.join_now_core .knowledge_zone_core {
    padding: 40px 20px;
    border-radius: 20px;
}.join_now_core h3 {
    font-size: calc(33px * 0.7);
    letter-spacing: 1.5px;
    margin-bottom: 40px;
}.join_now_core h3::before {
    width: 40px;
    height: 2px;
    bottom: -12px;
}.join_now_core .edu_form_core {
    padding: 12px 35px;
    border-radius: 30px;
    letter-spacing: 1px;
    font-size: calc(20px * 0.85);
}}

@keyframes borderGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@keyframes lightScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}.training_results_core {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(210,229,234) 0%, rgba(0, 0, 0, 0.5) 20%);
    position: relative;
}.training_results_core::before {
    content: '';
    background-size: 30px 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-image: radial-gradient(rgb(122,172,184,0.5) 1px, transparent 1px);
    animation: pulse 8s infinite alternate;
    opacity: 0.3;
    height: 100%;
}.training_results_core::after {
    content: '';
    background: linear-gradient(45deg, rgb(167,201,209,0.5) 0%, transparent 70%);
    transform: rotate(-30deg);
    width: 80%;
    z-index: 0;
    filter: blur(60px);
    right: -50%;
    position: absolute;
    height: 200%;
    top: -50%;
}.training_results_core .knowledge_zone_core {
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1280px;
    gap: 60px;
    display: flex;
}.training_results_core .photo_section_core {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    min-height: 500px;
    border-radius: 28px;
    flex: 1;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2),
                -20px -20px 40px rgba(255, 255, 255, 0.05);
    position: relative;
}.training_results_core .photo_section_core::before {
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
}.training_results_core .photo_section_core::after {
    z-index: 2;
    height: 40%;
    width: 40%;
    bottom: 0;
    content: '';
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    right: 0;
    position: absolute;
    background: linear-gradient(225deg, rgb(167,201,209,0.5) 0%, transparent 100%);
}.training_results_core .photo_section_core:hover {
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.25),
                -25px -25px 50px rgba(255, 255, 255, 0.07);
    transform: translateY(-10px);
}.training_results_core .legend_holder_core {
    flex: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.training_results_core h2 {
    color: #ffffff;
    position: relative;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-size: 28px;
}.training_results_core h2::after {
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(167,201,209) 0%, rgb(122,172,184) 100%);
    content: '';
    height: 4px;
    border-radius: 10px;
    width: 80px;
}.training_results_core .text_main_holder {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.training_results_core .text_main_holder > div {
    align-items: flex-start;
    display: flex;
    animation-delay: calc(var(--i, 0) * 0.1s);
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    backdrop-filter: blur(5px);
    border-radius: 28px;
    transform: translateX(-20px);
    opacity: 0;
    animation: slideIn 0.5s forwards;
    gap: 20px;
    box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.1),
                inset -5px -5px 15px rgba(255, 255, 255, 0.05);
}.training_results_core .text_main_holder > div:nth-child(1) {
    --i: 1;
}.training_results_core .text_main_holder > div:nth-child(2) {
    --i: 2;
}.training_results_core .text_main_holder > div:nth-child(3) {
    --i: 3;
}.training_results_core .text_main_holder > div:nth-child(4) {
    --i: 4;
}.training_results_core .text_main_holder > div:nth-child(5) {
    --i: 5;
}.training_results_core .text_main_holder > div:nth-child(6) {
    --i: 6;
}.training_results_core .text_main_holder svg {
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}.training_results_core .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(167,201,209);
}.training_results_core .text_main_holder > div:hover svg path {
    fill: rgb(122,172,184);
}.training_results_core .text_main_holder p {
    line-height: 1.6;
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 992px) {.training_results_core .knowledge_zone_core {
    flex-direction: column;
    gap: 40px;
}.training_results_core .photo_section_core {
    min-height: 400px;
}.training_results_core h2 {
    text-align: center;
    margin-bottom: 30px;
}.training_results_core h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 768px) {.training_results_core {
    padding: 80px 0;
}.training_results_core .knowledge_zone_core {
    gap: 30px;
}.training_results_core .photo_section_core {
    min-height: 300px;
}.training_results_core .text_main_holder > div {
    gap: 15px;
    padding: 15px;
}.training_results_core .text_main_holder svg {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 576px) {.training_results_core {
    padding: 60px 0;
}.training_results_core .photo_section_core {
    min-height: 250px;
}.training_results_core h2 {
    font-size: calc(28px * 0.85);
}.training_results_core .text_main_holder > div {
    padding: 12px;
    gap: 12px;
}.training_results_core .text_main_holder svg {
    height: 20px;
    width: 20px;
}}header {
    background: rgb(210,229,234);
    width: 100%;
    position: relative;
    overflow: visible;
    z-index: 99;
}header::before {
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.15;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(167,201,209,0.5) 0%, transparent 50%, rgb(167,201,209,0.5) 100%);
    top: 0;
    z-index: -1;
}header .top_learn_core {
    gap: 15px;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 20px;
    position: relative;
}header .top_learn_core::after {
    height: 1px;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(167,201,209,0.5), transparent);
    top: 50%;
    position: absolute;
}header .top_learn_core .main_header_core {
    justify-self: center;
    z-index: 10;
    position: relative;
    padding: 5px 20px 15px;
}header .top_learn_core .main_header_core::before,
header .top_learn_core .main_header_core::after {
    content: "";
    border-radius: 17px;
    height: 90%;
    width: 90%;
    position: absolute;
}header .top_learn_core .main_header_core::before {
    transform-origin: top left;
    left: -5px;
    border-top: 2px solid rgb(167,201,209);
    transform: scale(0);
    border-left: 2px solid rgb(167,201,209);
    top: -5px;
    transition: transform 0.3s ease;
}header .top_learn_core .main_header_core::after {
    right: -5px;
    transition: transform 0.3s ease;
    transform: scale(0);
    transform-origin: bottom right;
    bottom: -5px;
    border-right: 2px solid rgb(122,172,184);
    border-bottom: 2px solid rgb(122,172,184);
}header .top_learn_core .main_header_core:hover::before,
header .top_learn_core .main_header_core:hover::after {
    transform: scale(1);
}header .top_learn_core .main_header_core .main_mentor_core {
    display: block;
    transition: transform 0.3s ease;
}header .top_learn_core .main_header_core .main_mentor_core svg {
    height: 60px;
    width: auto;
}header .top_learn_core .head_know_core {
    background: linear-gradient(180deg, transparent, rgb(122,172,184) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    list-style: none;
    padding: 20px 0 10px;
    justify-content: center;
    display: flex;
}header .top_learn_core .head_know_core::before,
header .top_learn_core .head_know_core::after {
    top: 15%;
    height: 70%;
    position: absolute;
    background: rgb(167,201,209,0.5);
    content: "";
    width: 2px;
}header .top_learn_core .head_know_core::before {
    left: 0;
}header .top_learn_core .head_know_core::after {
    right: 0;
}header .top_learn_core .head_know_core .main_tutor_core {
    margin: 0;
    transition: transform 0.3s ease;
    padding: 0 15px;
    position: relative;
}header .top_learn_core .head_know_core .main_tutor_core:not(:last-child)::after {
    height: 60%;
    right: 0;
    content: "";
    background: rgb(122,172,184,0.5);
    position: absolute;
    top: 20%;
    width: 1px;
}header .top_learn_core .head_know_core .main_tutor_core:hover {
    transform: translateY(-3px);
}header .top_learn_core .head_know_core .main_tutor_core a {
    font-weight: 600;
    text-align: center;
    transition: color 0.3s ease;
    color: #000000;
    padding: 10px 5px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    position: relative;
    font-family: Arial, sans-serif;
}header .top_learn_core .head_know_core .main_tutor_core a:hover {
    color: rgb(167,201,209);
}header .top_learn_core .head_know_core .main_tutor_core a::before {
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease;
    height: 2px;
    bottom: 5px;
    transform: scaleX(0);
    background: rgb(122,172,184);
    left: 0;
    content: "";
}header .top_learn_core .head_know_core .main_tutor_core a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .top_learn_core {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 15px 30px;
}header .top_learn_core .head_know_core {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .top_learn_core {
    grid-template-rows: auto auto;
    padding: 15px;
    gap: 10px;
}header .top_learn_core .main_header_core {
    padding: 5px 10px;
}header .top_learn_core .main_header_core .main_mentor_core svg {
    height: 45px;
}header .top_learn_core .head_know_core {
    padding: 15px 0 10px;
}header .top_learn_core .head_know_core .main_tutor_core {
    padding: 0 10px;
}header .top_learn_core .head_know_core .main_tutor_core a {
    font-size: calc(16px - 1px);
    padding: 8px 3px;
}
}

@media (max-width: 767px) {header .top_learn_core .head_know_core {
    justify-content: center;
    flex-wrap: wrap;
}header .top_learn_core .head_know_core .main_tutor_core {
    margin: 3px 0;
}header .top_learn_core .head_know_core .main_tutor_core:not(:last-child)::after {
    display: none;
}}.customer_opinions_core {
    background: rgb(210,229,234);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.customer_opinions_core::before {
    height: 2px;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, 
        transparent 0%, 
        rgb(167,201,209) 50%, 
        transparent 100%);
    content: "";
}.customer_opinions_core .container {
    z-index: 2;
    position: relative;
}.customer_opinions_core h2 {
    position: relative;
    max-width: 60%;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000000;
    margin-bottom: 80px;
    padding-left: 20px;
    font-size: calc(32px * 1.4);
}.customer_opinions_core h2::before {
    position: absolute;
    background: rgb(167,201,209);
    top: 0;
    content: "";
    transform: scaleY(1.2);
    left: 0;
    height: 100%;
    width: 4px;
}.customer_opinions_core .rating_insights_core {
    gap: 60px 40px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.customer_opinions_core .rating_insights_core::before {
    top: -40px;
    background: linear-gradient(to right, rgb(167,201,209,0.5), transparent);
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}.customer_opinions_core .edu_voices_core {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 0;
    grid-template-areas:
        "image ."
        "name name"
        "desc desc";
    grid-template-rows: auto auto 1fr;
    grid-template-columns: auto 1fr;
    display: grid;
    position: relative;
}.customer_opinions_core .edu_voices_core::before {
    left: 0;
    height: 1px;
    bottom: -15px;
    width: 0;
    transition: width 0.6s ease;
    content: "";
    position: absolute;
    background: rgb(167,201,209);
}.customer_opinions_core .edu_voices_core:hover::before {
    width: 100%;
}.customer_opinions_core .edu_voices_core img {
    height: 55px;
    transform: rotate(-3deg);
    object-fit: cover;
    filter: grayscale(100%);
    border-radius: 10px;
    grid-area: image;
    transition: all 0.4s ease;
    box-shadow: 5px 5px 0 rgb(167,201,209,0.5);
    width: 55px;
}.customer_opinions_core .edu_voices_core:hover img {
    transform: rotate(0deg);
    filter: grayscale(0%);
}.customer_opinions_core .edu_voices_core p {
    overflow: hidden;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    grid-area: name;
    color: #000000;
    margin: 20px 0 5px 0;
}.customer_opinions_core .edu_voices_core p::after {
    bottom: 0;
    left: 0;
    width: 30px;
    position: absolute;
    height: 2px;
    content: "";
    background: rgb(122,172,184);
    transition: width 0.4s ease;
}.customer_opinions_core .edu_voices_core:hover p::after {
    width: 60px;
}.customer_opinions_core .edu_voices_core .description {
    color: #000000;
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.8;
    grid-area: desc;
    transition: transform 0.5s ease;
    font-weight: 400;
    transform: translateX(0);
    position: relative;
}.customer_opinions_core .edu_voices_core:hover .description {
    transform: translateX(10px);
}.customer_opinions_core .edu_voices_core .description::first-letter {
    color: rgb(167,201,209);
    font-size: calc(15px * 1.5);
    font-weight: 700;
}.customer_opinions_core .edu_voices_core:nth-child(3n+1) {
    transform: translateY(20px);
}.customer_opinions_core .edu_voices_core:nth-child(3n+2) {
    transform: translateY(-20px);
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.customer_opinions_core {
    padding: 90px 0;
}.customer_opinions_core h2 {
    max-width: 80%;
    font-size: calc(32px * 1.2);
    margin-bottom: 60px;
}
}

@media screen and (max-width: 768px) {.customer_opinions_core {
    padding: 70px 0;
}.customer_opinions_core .rating_insights_core {
    gap: 70px;
    grid-template-columns: 1fr;
}.customer_opinions_core h2 {
    max-width: 100%;
}.customer_opinions_core .edu_voices_core:nth-child(3n+1),
    .customer_opinions_core .edu_voices_core:nth-child(3n+2) {
    transform: translateY(0);
}
}

@media screen and (max-width: 576px) {.customer_opinions_core {
    padding: 60px 0;
}.customer_opinions_core h2 {
    font-size: 32px;
    padding-left: 15px;
}.customer_opinions_core .edu_voices_core img {
    height: 45px;
    width: 45px;
}.customer_opinions_core .edu_voices_core p {
    margin-top: 15px;
    font-size: calc(18px * 0.9);
}.customer_opinions_core .rating_insights_core {
    gap: 60px;
}}.opening_page_core {
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.opening_page_core .learning_page_core {
    justify-content: center;
    padding: 5rem 2rem;
    align-items: center;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    display: flex;
}.opening_page_core .learning_page_core::before {
    bottom: 0;
    content: '';
    right: 0;
    left: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.7) 0%, 
    rgba(0, 0, 0, 0.5) 50%, 
    rgba(0, 0, 0, 0.8) 100%);
    top: 0;
    z-index: -1;
    position: absolute;
}.opening_page_core .learning_page_core::after {
    content: '';
    position: absolute;
    height: 120%;
    transform: rotate(-3deg);
    opacity: 0.4;
    left: -10%;
    background: linear-gradient(to bottom, 
    rgb(167,201,209,0.5) 0%, 
    transparent 60%);
    top: -10%;
    z-index: -1;
    width: 120%;
    pointer-events: none;
}.opening_page_core .success_story_core {
    background: linear-gradient(170deg, 
    rgba(255, 255, 255, 0.1) 0%, 
    rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    max-width: 1200px;
    width: 100%;
    border-left: 4px solid rgb(167,201,209);
    backdrop-filter: blur(5px);
    transform: translateY(0);
    padding: 4rem;
    position: relative;
    animation: slideIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.opening_page_core .success_story_core::before {
    z-index: -1;
    width: 100%;
    content: '';
    top: 0;
    position: absolute;
    opacity: 0.5;
    height: 100%;
    background: linear-gradient(to right, 
    rgb(167,201,209,0.5) 0%, 
    transparent 15%);
    left: 0;
}.opening_page_core .success_story_core > div:first-child {
    opacity: 0;
    margin-bottom: 2.5rem;
    animation: fadeSlideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    position: relative;
    transform: translateX(-30px);
}.opening_page_core .success_story_core > div:last-child {
    transform: translateX(-30px);
    opacity: 0;
    position: relative;
    animation: fadeSlideRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.6s forwards;
}.opening_page_core .title_style_header {
    margin-bottom: 1.5rem;
    line-height: 1.2;
    position: relative;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: calc(40px * 1.2);
    font-weight: 700;
}.opening_page_core .title_style_header::after {
    transform: scaleX(0);
    width: 120px;
    content: '';
    bottom: -0.5rem;
    position: absolute;
    transform-origin: left;
    height: 4px;
    animation: lineExpand 1.2s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.8s forwards;
    background: rgb(167,201,209);
    left: 0;
}.opening_page_core h3 {
    max-width: 90%;
    position: relative;
    font-size: calc(19px * 1.1);
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #ffffff;
    line-height: 1.4;
}.opening_page_core p {
    font-size: 12px;
    margin-bottom: 2rem;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(20px);
    opacity: 0;
    line-height: 1.6;
    max-width: 80%;
    padding-left: 1rem;
    border-left: 2px solid rgb(122,172,184);
    animation: fadeUp 0.8s ease 1s forwards;
}

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

@keyframes fadeSlideRight {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes lineExpand {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

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

@media (max-width: 1200px) {.opening_page_core .success_story_core {
    padding: 3rem;
}.opening_page_core .title_style_header {
    font-size: calc(40px * 1.1);
}.opening_page_core h3 {
    font-size: 19px;
    max-width: 95%;
}.opening_page_core p {
    max-width: 85%;
}
}

@media (max-width: 992px) {.opening_page_core .success_story_core {
    padding: 2.5rem;
}.opening_page_core .title_style_header {
    font-size: 40px;
}.opening_page_core h3 {
    max-width: 100%;
}.opening_page_core p {
    max-width: 90%;
}
}

@media (max-width: 768px) {.opening_page_core .learning_page_core {
    min-height: 80vh;
    padding: 3rem 1.5rem;
}.opening_page_core .success_story_core {
    padding: 2rem 1.5rem;
}.opening_page_core .title_style_header {
    font-size: calc(34px * 1.1);
}.opening_page_core h3 {
    font-size: calc(19px * 0.9);
    line-height: 1.5;
}.opening_page_core p {
    padding-left: 0.75rem;
    max-width: 100%;
}
}

@media (max-width: 576px) {.opening_page_core .learning_page_core {
    padding: 2rem 1rem;
}.opening_page_core .success_story_core {
    padding: 1.5rem 1.25rem;
}.opening_page_core .title_style_header {
    font-size: 34px;
    margin-bottom: 1rem;
}.opening_page_core h3 {
    margin-bottom: 1rem;
    font-size: calc(19px * 0.85);
}.opening_page_core p {
    font-size: calc(12px * 0.95);
    padding-left: 0.5rem;
}.opening_page_core .title_style_header::after {
    height: 3px;
    width: 80px;
}
}

@media (max-width: 375px) {.opening_page_core .success_story_core {
    padding: 1.25rem 1rem;
}.opening_page_core .title_style_header {
    font-size: calc(34px * 0.9);
}.opening_page_core h3 {
    font-size: calc(19px * 0.8);
}.opening_page_core p {
    font-size: calc(12px * 0.9);
}}.secure_nest_core {
    color: #ffffff;
    height: auto;
    padding: 40px;
    box-shadow: 0 0 15px rgb(167,201,209,0.5), 0 0 30px rgb(122,172,184,0.5);
    font-family: Arial, sans-serif;
    width: 100%;
    overflow: hidden;
}.secure_nest_core h1 {
    font-weight: 700;
    text-shadow: 0 0 10px rgb(167,201,209,0.5);
    border-bottom: 2px solid rgb(167,201,209);
    padding-bottom: 10px;
    font-size: 39px;
    text-transform: uppercase;
    color: rgb(167,201,209);
    margin-top: 40px;
    margin-bottom: 25px;
}.secure_nest_core h2 {
    font-size: 34px;
    text-shadow: 0 0 10px rgb(122,172,184,0.5);
    border-bottom: 1px solid rgb(122,172,184);
    margin-top: 30px;
    color: rgb(122,172,184);
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: 600;
}.secure_nest_core h3, .secure_nest_core h4, .secure_nest_core h5, .secure_nest_core h6 {
    margin-top: 25px;
    color: rgb(167,201,209);
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
    text-shadow: 0 0 5px rgb(167,201,209,0.5);
}.secure_nest_core ul, .secure_nest_core ol {
    list-style-position: inside;
    padding: 15px 0;
    padding-left: 20px;
}.secure_nest_core li {
    text-shadow: 0 0 5px rgb(167,201,209,0.5);
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 13px;
    font-weight: 400;
}.secure_nest_core section {
    background: rgb(210,229,234);
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 0 15px rgb(167,201,209,0.5);
}.secure_nest_core p, .secure_nest_core span, .secure_nest_core div {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    text-shadow: 0 0 5px rgb(167,201,209,0.5);
}

@media only screen and (max-width: 800px) {.secure_nest_core {
    padding: 20px 10px;
}.secure_nest_core h1 {
    font-size: calc(24px * 0.8);
}.secure_nest_core h2 {
    font-size: calc(24px * 0.8);
}.secure_nest_core h3, .secure_nest_core h4, .secure_nest_core h5, .secure_nest_core h6 {
    font-size: calc(24px * 0.8);
}.secure_nest_core p, .secure_nest_core span, .secure_nest_core div {
    font-size: calc(13px * 0.9);
}}.metrics_summary_core {
    position: relative;
    padding: 120px 0;
    isolation: isolate;
}.metrics_summary_core::before {
    background-color: #000000;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.8;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
}.metrics_summary_core .container {
    z-index: 3;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.metrics_summary_core .value_elevation_core {
    position: relative;
}.metrics_summary_core .statistics_expertise_core {
    opacity: 0.2;
    right: 0;
    transform: rotate(15deg);
    top: 0;
    position: absolute;
    height: 120px;
    width: 120px;
}.metrics_summary_core .statistics_expertise_core svg {
    fill: rgb(167,201,209);
    width: 100%;
    height: 100%;
}.metrics_summary_core .statistics_expertise_core svg path {
    fill: rgb(167,201,209);
}.metrics_summary_core .smart_statistics_core {
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    margin-left: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 60%;
    color: #ffffff;
    font-size: 43px;
    margin-right: auto;
}.metrics_summary_core .gain_statistics_core {
    color: #ffffff;
    margin-bottom: 80px;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.9;
    text-align: center;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
    border-left: 3px solid rgb(167,201,209);
    font-size: 16px;
    max-width: 50%;
}.metrics_summary_core .boost_experts_core {
    gap: 15px;
    display: flex;
    flex-direction: column;
}.metrics_summary_core .statistics_boosts_core {
    transition: transform 0.3s ease;
    position: relative;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    border-radius: 0 26px 26px 0;
    backdrop-filter: blur(10px);
}.metrics_summary_core .statistics_boosts_core:hover {
    transform: translateX(10px);
}.metrics_summary_core .statistics_boosts_core::before {
    content: "";
    width: 5px;
    background-color: rgb(167,201,209);
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}.metrics_summary_core .statistics_boosts_core:nth-child(even)::before {
    background-color: rgb(122,172,184);
}.metrics_summary_core .statistics_pluses_core {
    min-width: 100px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    width: 100px;
    display: flex;
}.metrics_summary_core .statistics_pluses_core svg {
    width: 50px;
    fill: #ffffff;
    height: 50px;
}.metrics_summary_core .statistics_pluses_core svg path {
    fill: #ffffff;
}.metrics_summary_core .statistics_boosts_core:nth-child(even) .statistics_pluses_core {
    background-color: rgba(rgb(122,172,184,0.5), 0.1);
}.metrics_summary_core .statistics_boosts_core:nth-child(odd) .statistics_pluses_core {
    background-color: rgba(rgb(167,201,209,0.5), 0.1);
}.metrics_summary_core .stat_item_content {
    text-align: center;
    justify-content: center;
    align-items: center;
    flex: 1;
    display: flex;
    padding: 20px 30px;
}.metrics_summary_core .statistics_boosts_core span {
    text-align: center;
    font-size: 3rem;
    justify-content: center;
    min-width: 100px;
    font-weight: 700;
    margin-right: 20px;
    color: #ffffff;
    align-items: center;
    height: 100%;
    display: flex;
}.metrics_summary_core .statistics_boosts_core p {
    opacity: 0.9;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    height: 100%;
    flex: 1;
    display: flex;
    line-height: 1.4;
    align-items: center;
    justify-content: center;
}.metrics_summary_core .statistics_boosts_core::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03));
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    pointer-events: none;
}

@media screen and (max-width: 992px) {.metrics_summary_core {
    padding: 100px 0;
}.metrics_summary_core .smart_statistics_core {
    font-size: calc(43px * 0.9);
    max-width: 80%;
}.metrics_summary_core .gain_statistics_core {
    margin-bottom: 60px;
    max-width: 70%;
}.metrics_summary_core .statistics_boosts_core span {
    min-width: 80px;
    font-size: 2.5rem;
}
}

@media screen and (max-width: 768px) {.metrics_summary_core {
    padding: 80px 0;
}.metrics_summary_core .statistics_expertise_core {
    height: 80px;
    width: 80px;
    top: 10px;
    right: 10px;
}.metrics_summary_core .smart_statistics_core {
    font-size: calc(43px * 0.8);
    max-width: 100%;
}.metrics_summary_core .gain_statistics_core {
    margin-bottom: 50px;
    max-width: 100%;
}.metrics_summary_core .statistics_boosts_core {
    flex-direction: column;
    border-radius: 0 0 26px 26px;
}.metrics_summary_core .statistics_boosts_core::before {
    height: 5px;
    width: 100%;
}.metrics_summary_core .statistics_boosts_core:hover {
    transform: translateY(10px);
}.metrics_summary_core .statistics_pluses_core {
    min-width: auto;
    width: 100%;
}.metrics_summary_core .stat_item_content {
    width: 100%;
    padding: 20px;
    text-align: center;
    flex-direction: column;
}.metrics_summary_core .statistics_boosts_core span {
    min-width: auto;
    margin-bottom: 10px;
    margin-right: 0;
}.metrics_summary_core .statistics_boosts_core p {
    text-align: center;
}
}

@media screen and (max-width: 576px) {.metrics_summary_core {
    padding: 60px 0;
}.metrics_summary_core .smart_statistics_core {
    font-size: calc(43px * 0.7);
}.metrics_summary_core .gain_statistics_core {
    padding-left: 15px;
    font-size: calc(16px * 0.95);
    margin-bottom: 40px;
}.metrics_summary_core .statistics_pluses_core svg {
    height: 40px;
    width: 40px;
}.metrics_summary_core .stat_item_content {
    padding: 15px;
}.metrics_summary_core .statistics_boosts_core span {
    font-size: 2rem;
}.metrics_summary_core .statistics_boosts_core p {
    font-size: calc(16px * 0.9);
}
}

@media screen and (min-width: 1200px) {.metrics_summary_core::after {
    z-index: 1;
    content: "";
    top: 50%;
    pointer-events: none;
    background: radial-gradient(circle, rgb(167,201,209,0.5) 0%, transparent 70%);
    width: 200px;
    opacity: 0.3;
    right: 0;
    position: absolute;
    height: 400px;
}}.thanks_note_core {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    isolation: isolate;
    background: linear-gradient(135deg, rgb(210,229,234) 0%, rgba(rgb(167,201,209,0.5), 0.1) 100%);
}.thanks_note_core::before {
    position: absolute;
    z-index: -1;
    width: 45%;
    filter: blur(20px);
    height: 45%;
    opacity: 0.15;
    transform: rotate(-15deg) translateZ(0);
    animation: float 15s ease-in-out infinite alternate;
    right: -5%;
    top: -5%;
    content: "";
    background: linear-gradient(225deg, rgb(167,201,209) 0%, transparent 70%);
}.thanks_note_core::after {
    transform: rotate(15deg) translateZ(0);
    z-index: -1;
    width: 35%;
    height: 35%;
    left: -5%;
    background: linear-gradient(45deg, rgb(122,172,184) 0%, transparent 70%);
    animation: float 18s ease-in-out infinite alternate-reverse;
    opacity: 0.15;
    content: "";
    filter: blur(20px);
    bottom: -5%;
    position: absolute;
}.thanks_note_core .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}.thanks_note_core .knowledge_zone_core {
    display: grid;
    position: relative;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    gap: 2.5rem;
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 -5px 30px -10px rgba(rgb(167,201,209,0.5), 0.05);
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, rgba(rgb(255, 255, 255, 0.5), 0.85) 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    padding: clamp(2rem, 5vw, 4rem);
}.thanks_note_core .knowledge_zone_core:hover {
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
                0 -10px 40px -10px rgba(rgb(167,201,209,0.5), 0.1);
    transform: perspective(1000px) rotateX(0deg) translateZ(0) translateY(-5px);
}.thanks_note_core .knowledge_zone_core > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}.thanks_note_core .knowledge_zone_core > div:first-child::after {
    background: linear-gradient(90deg, rgb(167,201,209) 0%, transparent 100%);
    transform: scaleX(0);
    left: 0;
    position: absolute;
    transform-origin: left center;
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    height: 3px;
    bottom: 0;
    content: "";
    width: 80%;
}.thanks_note_core h5 {
    font-weight: 700;
    color: #000000;
    font-size: clamp(calc(23px * 0.8), 4vw, 23px);
    line-height: 1.4;
    letter-spacing: -0.01em;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}.thanks_note_core .knowledge_zone_core > div:last-child {
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    position: relative;
    opacity: 0;
}.thanks_note_core .knowledge_zone_core > div:last-child::before {
    content: "";
    height: 80px;
    width: 80px;
    top: -10px;
    transform: translateZ(0);
    border-radius: 50%;
    opacity: 0.2;
    z-index: -1;
    right: -40px;
    position: absolute;
    animation: pulse 6s ease-in-out infinite alternate;
    background: linear-gradient(135deg, rgb(122,172,184) 0%, transparent 80%);
}.thanks_note_core p {
    margin: 0;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    font-size: clamp(calc(16px * 0.95), 3vw, 16px);
    color: #000000;
}.thanks_note_core a {
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    padding: 0.5rem 0;
    position: relative;
    overflow: hidden;
}.thanks_note_core a:hover {
    transform: translateX(5px);
}.thanks_note_core a:hover p {
    color: rgb(167,201,209);
}.thanks_note_core a::after {
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgb(122,172,184) 0%, transparent 100%);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
    transform: scaleX(0.3);
    opacity: 0.5;
    bottom: 0;
}.thanks_note_core a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

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

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translateZ(0) translate(0, 0);
    }
    100% {
        transform: rotate(-5deg) translateZ(0) translate(10px, -10px);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) translateZ(0);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2) translateZ(0);
        opacity: 0.3;
    }
}

@media (min-width: 768px) {.thanks_note_core {
    padding: 7rem 0;
}.thanks_note_core .knowledge_zone_core {
    align-items: center;
    gap: 4rem;
    padding: clamp(3rem, 6vw, 5rem);
    grid-template-columns: 1fr 1fr;
}.thanks_note_core .knowledge_zone_core > div:first-child {
    padding-right: 2rem;
    padding-bottom: 0;
}.thanks_note_core .knowledge_zone_core > div:first-child::after {
    right: 0;
    left: auto;
    transform-origin: top center;
    height: 70%;
    transform: scaleY(0);
    background: linear-gradient(180deg, rgb(167,201,209) 0%, transparent 100%);
    animation: expandVertLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    top: 15%;
    bottom: auto;
    width: 3px;
}.thanks_note_core h5 {
    text-align: left;
}
}

@media (min-width: 992px) {.thanks_note_core .knowledge_zone_core {
    gap: 6rem;
}.thanks_note_core h5 {
    font-size: 23px;
}.thanks_note_core p {
    font-size: 16px;
}
}

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

@media (max-width: 480px) {.thanks_note_core {
    padding: 4rem 0;
}.thanks_note_core .knowledge_zone_core {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
    padding: 2rem 1.5rem;
}.thanks_note_core h5 {
    font-size: calc(23px * 0.75);
}.thanks_note_core p {
    font-size: calc(16px * 0.9);
}
}

@media (prefers-reduced-motion: reduce) {.thanks_note_core::before,
    .thanks_note_core::after,
    .thanks_note_core .knowledge_zone_core,
    .thanks_note_core .knowledge_zone_core > div:first-child::after,
    .thanks_note_core h5,
    .thanks_note_core .knowledge_zone_core > div:last-child,
    .thanks_note_core .knowledge_zone_core > div:last-child::before,
    .thanks_note_core a,
    .thanks_note_core a::after {
    transition: opacity 0.3s ease;
    animation: none;
}.thanks_note_core .knowledge_zone_core > div:first-child::after,
    .thanks_note_core a::after {
    transform: none;
}
}