* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    color: #000000;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}.container {
    width: 1274px;
    margin: auto;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.lesson_cta_core {
    flex: 0 0 auto;
}.main_edu_core {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    width: auto;
}::-webkit-scrollbar-track {
    border-radius: 17.7rem;
    background: rgb(255, 255, 255, 0.5);
    border: 1px dashed rgb(225,225,218);
}::-webkit-scrollbar-thumb {
    background: rgb(150,162,113,0.5);
    transition: border-radius 3.7s ease-out;
    border-radius: 12.2rem;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -3px 1px 2px 5px rgba(0, 0, 0, 0.8);
}* {
    scrollbar-width: auto;
    scrollbar-color: rgb(199,188,168,0.5) rgb(199,188,168,0.5);
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 2px;
}}

header,footer {
    width: 100%;
}.layer-container_core {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tariff_item_core {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 100px 0;
}.tariff_item_core::before {
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    left: 0;
    top: 0;
    position: absolute;
}.tariff_item_core::after {
    height: 100%;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(199,188,168,0.5), 0.15) 0%, transparent 50%);
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
}.tariff_item_core .container {
    position: relative;
    padding: 0 20px;
    z-index: 3;
    margin: 0 auto;
    max-width: 1200px;
}.tariff_item_core .plan_table_core {
    position: relative;
}.tariff_item_core h2 {
    margin-bottom: 20px;
    transform: translateY(0);
    opacity: 1;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 33px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    text-align: center;
}.tariff_item_core h2::after {
    content: "";
    height: 3px;
    transform: translateX(-50%);
    bottom: -10px;
    position: absolute;
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(199,188,168), rgb(150,162,113));
}.tariff_item_core .tuition_table_core {
    max-width: 700px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    text-align: center;
    font-size: calc(13px + 2px);
    margin: 0 auto 40px;
}.tariff_item_core .plan_deals_core {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    display: grid;
    margin: 0;
}.tariff_item_core .plan_deals_core li {
    perspective: 1000px;
    display: flex;
}.tariff_item_core .pricing_tiers_core {
    flex-direction: column;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    backdrop-filter: blur(8px);
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
}.tariff_item_core .pricing_tiers_core::before {
    content: "";
    transition: opacity 0.5s ease;
    z-index: -1;
    top: 0;
    opacity: 0;
    background: radial-gradient(circle at 30% 30%, rgb(199,188,168,0.5), transparent 75%);
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.tariff_item_core .pricing_tiers_core:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
}.tariff_item_core .pricing_tiers_core:hover::before {
    opacity: 0.15;
}.tariff_item_core .cost_options_core {
    flex-grow: 1;
    display: flex;
    padding: 30px;
    flex-direction: column;
    position: relative;
}.tariff_item_core .learning_price_core {
    display: flex;
    flex-direction: column;
    height: 100%;
}.tariff_item_core .learning_price_core h4 {
    transition: transform 0.3s ease;
    color: #ffffff;
    margin: 0 0 20px;
    font-size: calc(23px + 2px);
    position: relative;
}.tariff_item_core .pricing_tiers_core:hover .learning_price_core h4 {
    transform: translateY(-5px);
}.tariff_item_core .learning_price_core h4::after {
    bottom: -8px;
    content: "";
    position: absolute;
    background: rgb(150,162,113);
    transition: width 0.3s ease;
    left: 0;
    height: 2px;
    width: 40px;
}.tariff_item_core .pricing_tiers_core:hover .learning_price_core h4::after {
    width: 60px;
}.tariff_item_core .learning_price_core p {
    margin: 0 0 25px;
    overflow-wrap: break-word;
    line-height: 1.6;
    font-size: 13px;
    flex-grow: 1;
    word-break: break-word;
    color: rgba(255, 255, 255, 0.8);
}.tariff_item_core .cost_breakdown_core {
    color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin-top: auto;
    background: linear-gradient(90deg, rgb(199,188,168,0.5), transparent);
    position: relative;
    transition: transform 0.3s ease;
    font-size: calc(23px + 4px);
    align-self: flex-start;
    font-weight: 700;
    padding: 10px 20px;
}.tariff_item_core .cost_breakdown_core::before {
    content: "";
    left: -100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    top: 0;
    transition: left 0.5s ease;
}.tariff_item_core .pricing_tiers_core:hover .cost_breakdown_core {
    transform: scale(1.05);
}.tariff_item_core .pricing_tiers_core:hover .cost_breakdown_core::before {
    left: 100%;
}

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

@media (max-width: 992px) {.tariff_item_core h2 {
    font-size: calc(33px - 4px);
}.tariff_item_core .tuition_table_core {
    margin-bottom: 30px;
    font-size: 13px;
}.tariff_item_core .cost_options_core {
    padding: 25px;
}
}

@media (max-width: 768px) {.tariff_item_core {
    padding: 60px 0;
}.tariff_item_core .plan_deals_core {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.tariff_item_core .learning_price_core h4 {
    font-size: 23px;
}.tariff_item_core .cost_breakdown_core {
    font-size: 23px;
}
}

@media (max-width: 576px) {.tariff_item_core {
    padding: 50px 0;
}.tariff_item_core h2 {
    font-size: calc(33px - 6px);
}.tariff_item_core .tuition_table_core {
    font-size: calc(13px - 1px);
}.tariff_item_core .cost_options_core {
    padding: 20px;
}.tariff_item_core .learning_price_core p {
    font-size: calc(13px - 1px);
}}.gratitudeWeb_core {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(225,225,218), #ffffff);
    overflow: hidden;
}.gratitudeWeb_core::before {
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(150,162,113,0.5) 49.5%, rgb(150,162,113,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(150,162,113,0.5) 49.5%, rgb(150,162,113,0.5) 50.5%, transparent 50.5%);
    content: "";
    position: absolute;
    background-size: 60px 60px;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.2;
    animation: movePattern 40s linear infinite;
    width: 100%;
    left: 0;
}.gratitudeWeb_core::after {
    background: linear-gradient(120deg, rgb(199,188,168,0.5) 10%, transparent 80%);
    width: 70%;
    transform: rotate(25deg);
    opacity: 0.1;
    z-index: 0;
    top: -50%;
    height: 200%;
    content: "";
    right: -20%;
    position: absolute;
}.gratitudeWeb_core .container {
    padding: 0 20px;
    perspective: 1000px;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
}.gratitudeWeb_core h2 {
    color: #000000;
    position: relative;
    animation: fadeSlideIn 0.8s ease-out forwards;
    margin-bottom: 40px;
    transform: translateZ(20px);
    font-size: 28px;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    line-height: 1.4;
}.gratitudeWeb_core h2::after {
    transform-origin: left;
    width: 80px;
    height: 3px;
    bottom: -16px;
    background: linear-gradient(90deg, rgb(199,188,168), rgb(150,162,113));
    transform: scaleX(0);
    content: "";
    position: absolute;
    left: 0;
    animation: expandLine 0.6s 0.4s forwards ease-out;
}.gratitudeWeb_core .proof_stats_core {
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    border-left: 4px solid rgb(150,162,113);
    padding: 35px 40px 30px;
    background: #ffffff;
    opacity: 0;
    transform: translateZ(10px) translateY(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
}.gratitudeWeb_core .proof_stats_core::before {
    top: 20px;
    content: "";
    right: 20px;
    height: 100px;
    opacity: 0.15;
    background: linear-gradient(135deg, rgb(150,162,113,0.5) 30%, transparent 70%);
    position: absolute;
    border-radius: 50%;
    transform: translateZ(-5px);
    width: 100px;
}.gratitudeWeb_core ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.gratitudeWeb_core li {
    position: relative;
    padding-left: 25px;
}.gratitudeWeb_core li::before {
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    opacity: 0.9;
    content: "";
    animation: pulse 3s infinite;
    top: 8px;
    background: rgb(199,188,168);
    left: 0;
}.gratitudeWeb_core li span {
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 15px;
    display: block;
    color: #000000;
}

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

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

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

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

@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 1200px) {.gratitudeWeb_core {
    padding: 100px 0;
}.gratitudeWeb_core h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 992px) {.gratitudeWeb_core {
    padding: 80px 0;
}.gratitudeWeb_core h2 {
    font-size: calc(28px * 0.85);
}.gratitudeWeb_core::after {
    width: 100%;
    right: -50%;
}.gratitudeWeb_core .proof_stats_core {
    padding: 30px 35px 25px;
}
}

@media (max-width: 768px) {.gratitudeWeb_core {
    padding: 60px 0;
}.gratitudeWeb_core h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.gratitudeWeb_core h2::after {
    width: 60px;
    bottom: -12px;
}.gratitudeWeb_core .proof_stats_core {
    padding: 25px 30px 20px;
}.gratitudeWeb_core li span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.gratitudeWeb_core {
    padding: 50px 0;
}.gratitudeWeb_core h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.7);
}.gratitudeWeb_core .proof_stats_core {
    padding: 20px 25px 15px;
    border-left-width: 3px;
}.gratitudeWeb_core li {
    padding-left: 20px;
}.gratitudeWeb_core li::before {
    width: 6px;
    height: 6px;
    top: 8px;
}.gratitudeWeb_core li span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.gratitudeWeb_core::before {
    background-size: 40px 40px;
}
}

@media (hover: hover) {.gratitudeWeb_core .proof_stats_core:hover {
    transition: transform 0.3s ease;
    transform: translateZ(15px) translateY(5px);
}}.take_a_spin_core {
    padding: 5rem 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(150,162,113,0.5), rgb(199,188,168,0.5));
}.take_a_spin_core::before {
    top: -50%;
    position: absolute;
    left: -50%;
    height: 200%;
    z-index: -1;
    opacity: 0.05;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    animation: subtleRotate 40s linear infinite;
    width: 200%;
    transform: rotate(-15deg);
    content: "";
}.take_a_spin_core::after {
    height: 40%;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    z-index: -1;
    right: 0;
    content: "";
    background: linear-gradient(to top, rgb(199,188,168,0.5) 0%, transparent 100%);
    bottom: 0;
}.take_a_spin_core .container {
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.take_a_spin_core h2 {
    color: #000000;
    margin-bottom: 2.5rem;
    font-size: 33px;
    font-weight: 700;
    opacity: 1;
    transform: translateY(0);
    line-height: 1.3;
    position: relative;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    animation: fadeUpIn 0.8s ease-out forwards;
}.take_a_spin_core h2::after {
    transform-origin: left;
    height: 3px;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(199,188,168), rgb(150,162,113));
    left: 0;
    position: absolute;
    bottom: -0.75rem;
    content: "";
    width: 5rem;
}.take_a_spin_core .proof_stats_core {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06), 
                0 2px 5px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: translateY(0);
    align-items: center;
    padding: 2.5rem 3rem;
    background: #ffffff;
    gap: 2rem;
    border-radius: 100px;
    animation: slideUpIn 0.9s ease-out forwards;
    display: flex;
}.take_a_spin_core .proof_stats_core::before {
    position: absolute;
    opacity: 0.6;
    content: "";
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    border-radius: 100px;
}.take_a_spin_core svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-shrink: 0;
    transform: translateY(0) rotate(0);
    width: 64px;
    height: 64px;
}.take_a_spin_core svg:hover {
    transform: translateY(-5px) rotate(5deg);
}.take_a_spin_core svg path {
    transition: fill 0.3s ease, transform 0.5s ease;
    fill: rgb(199,188,168);
}.take_a_spin_core svg:hover path {
    fill: rgb(150,162,113);
    transform: scale(1.05);
}.take_a_spin_core .proof_stats_core div {
    justify-content: flex-end;
    flex-grow: 1;
    display: flex;
}.take_a_spin_core .feedback_form_core {
    overflow: hidden;
    justify-content: center;
    padding: 1rem 2.5rem;
    border-radius: 17px;
    display: inline-flex;
    font-size: 15px;
    background: linear-gradient(135deg, rgb(199,188,168), rgb(150,162,113));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    text-decoration: none;
    font-weight: 600;
    align-items: center;
    z-index: 1;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.3s ease;
    position: relative;
    color: #ffffff;
}.take_a_spin_core .feedback_form_core::before {
    transition: left 0.6s ease;
    left: -100%;
    top: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    height: 100%;
}.take_a_spin_core .feedback_form_core:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(rgb(199,188,168,0.5), 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}.take_a_spin_core .feedback_form_core:hover::before {
    left: 100%;
}.take_a_spin_core .feedback_form_core:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateY(0);
}

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

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

@keyframes subtleRotate {
    0% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(345deg);
    }
}

@media (max-width: 1024px) {.take_a_spin_core {
    padding: 4rem 0;
}.take_a_spin_core h2 {
    font-size: calc(33px * 0.9);
}.take_a_spin_core .proof_stats_core {
    padding: 2rem;
}
}

@media (max-width: 768px) {.take_a_spin_core {
    padding: 3.5rem 0;
}.take_a_spin_core h2 {
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
}.take_a_spin_core .proof_stats_core {
    padding: 2rem 1.5rem;
    gap: 1.5rem;
    flex-direction: column;
}.take_a_spin_core .proof_stats_core div {
    width: 100%;
    justify-content: center;
}.take_a_spin_core svg {
    width: 48px;
    height: 48px;
}.take_a_spin_core .feedback_form_core {
    width: 100%;
    padding: 0.875rem 1.5rem;
}
}

@media (max-width: 480px) {.take_a_spin_core {
    padding: 3rem 0;
}.take_a_spin_core h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.5rem;
}.take_a_spin_core .container {
    padding: 0 1.25rem;
}.take_a_spin_core .proof_stats_core {
    padding: 1.5rem 1.25rem;
}.take_a_spin_core svg {
    width: 40px;
    height: 40px;
}.take_a_spin_core .feedback_form_core {
    font-size: calc(15px * 0.9);
}}.privacy_guard_core {
    background: linear-gradient(135deg, #f9f9f9, #f1f1f1);
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.privacy_guard_core::before {
    background: linear-gradient(to right, rgb(199,188,168,0.5) 0%, transparent 10%);
    z-index: 0;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    pointer-events: none;
}.privacy_guard_core::after {
    width: 40%;
    z-index: 0;
    right: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(to bottom, rgb(150,162,113,0.5) 0%, transparent 50%);
    content: "";
    height: 100%;
}.privacy_guard_core .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
    padding: 2rem;
    transform: perspective(1000px) rotateY(0.5deg);
    transition: transform 0.5s ease-out;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform-origin: left center;
    max-width: 1140px;
}.privacy_guard_core .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.privacy_guard_core h1 {
    animation: slideInTitle 0.8s 0.2s forwards;
    position: relative;
    font-weight: 700;
    transform: translateX(-5px);
    color: #000000;
    padding-bottom: 0.75rem;
    opacity: 0;
    font-size: 40px;
    margin-bottom: 2rem;
}.privacy_guard_core h1::after {
    bottom: 0;
    background: linear-gradient(to right, rgb(199,188,168), rgb(150,162,113));
    height: 3px;
    left: 0;
    width: 0;
    animation: expandUnderline 1.2s 0.8s forwards;
    content: "";
    position: absolute;
}.privacy_guard_core h2 {
    font-size: 34px;
    color: #000000;
    padding-left: 1rem;
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    margin: 2.5rem 0 1rem;
    position: relative;
    animation: slideInUp 0.6s 0.4s forwards;
}.privacy_guard_core h2::before {
    transform: scaleY(0);
    height: 100%;
    transform-origin: top;
    top: 0;
    position: absolute;
    background-color: rgb(199,188,168);
    left: 0;
    animation: scaleVertical 0.4s 0.8s forwards;
    content: "";
    width: 4px;
}.privacy_guard_core h3 {
    color: #000000;
    opacity: 0;
    padding-left: 1.5rem;
    transform: translateY(8px);
    font-weight: 600;
    font-size: calc(34px * 0.85);
    margin: 2rem 0 1rem;
    animation: slideInUp 0.6s 0.5s forwards;
    position: relative;
}.privacy_guard_core h3::before {
    background-color: rgb(150,162,113);
    top: 50%;
    height: 10px;
    left: 0;
    content: "";
    width: 10px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
}.privacy_guard_core h4 {
    position: relative;
    font-weight: 400;
    transform: translateY(5px);
    font-size: calc(34px * 0.75);
    color: #000000;
    margin: 1.5rem 0 0.75rem;
    padding-left: 1.75rem;
    opacity: 0;
    animation: slideInUp 0.6s 0.6s forwards;
}.privacy_guard_core h4::before {
    transform: translateY(-50%);
    height: 6px;
    position: absolute;
    border: 2px solid rgb(199,188,168);
    left: 0;
    top: 50%;
    content: "";
    border-radius: 50%;
    width: 6px;
}.privacy_guard_core p {
    line-height: 1.7;
    animation: slideInUp 0.6s 0.5s forwards;
    font-size: 17px;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    opacity: 0;
    transform: translateY(10px);
}.privacy_guard_core p strong {
    position: relative;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}.privacy_guard_core p strong::after {
    height: 1px;
    background-color: rgb(199,188,168,0.5);
    left: 0;
    position: absolute;
    width: 100%;
    bottom: -2px;
    content: "";
}.privacy_guard_core ul {
    position: relative;
    transform: translateX(10px);
    padding-left: 1.5rem;
    animation: slideInRight 0.7s 0.7s forwards;
    opacity: 0;
    margin: 1.5rem 0 2rem 1rem;
}.privacy_guard_core ul::before {
    width: 1px;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(199,188,168), transparent);
    content: "";
}.privacy_guard_core li {
    position: relative;
    padding-left: 0.25rem;
    color: #000000;
    font-size: 17px;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}.privacy_guard_core li::before {
    animation: scaleIn 0.3s 1s forwards;
    left: -1.5rem;
    transform: scale(0);
    height: 6px;
    background-color: rgb(199,188,168);
    width: 6px;
    top: 0.7rem;
    border-radius: 50%;
    position: absolute;
    content: "";
}.privacy_guard_core span {
    transform: translateY(10px);
    padding-left: 1rem;
    display: block;
    margin: 0.75rem 0 1.5rem;
    opacity: 0;
    animation: slideInUp 0.6s 0.6s forwards;
    border-left: 2px solid rgb(150,162,113,0.5);
    font-size: 17px;
    line-height: 1.7;
    color: #000000;
}

@keyframes slideInTitle {
    from {
        transform: translateX(-5px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes slideInRight {
    from {
        transform: translateX(10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandUnderline {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@keyframes scaleVertical {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.privacy_guard_core {
    padding: 3rem 1rem;
}.privacy_guard_core .container {
    transform: perspective(1000px) rotateY(0.2deg);
    padding: 1.5rem;
}.privacy_guard_core h1 {
    font-size: calc(40px * 0.9);
}.privacy_guard_core h2 {
    margin: 2rem 0 1rem;
    font-size: calc(34px * 0.9);
}.privacy_guard_core h3 {
    font-size: calc(34px * 0.8);
}.privacy_guard_core h4 {
    font-size: calc(34px * 0.7);
}
}

@media (max-width: 767px) {.privacy_guard_core {
    padding: 2rem 0.75rem;
}.privacy_guard_core .container {
    transform: none;
    padding: 1.25rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04), 0 3px 10px rgba(0, 0, 0, 0.02);
}.privacy_guard_core h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.8);
}.privacy_guard_core h2 {
    font-size: calc(34px * 0.8);
    margin: 1.75rem 0 0.75rem;
}.privacy_guard_core h3 {
    font-size: calc(34px * 0.75);
    margin: 1.5rem 0 0.75rem;
}.privacy_guard_core h4 {
    margin: 1.25rem 0 0.5rem;
    font-size: calc(34px * 0.65);
}.privacy_guard_core p, .privacy_guard_core li, .privacy_guard_core span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}.privacy_guard_core ul {
    margin: 1rem 0 1.5rem 0.5rem;
}
}

@media (max-width: 575px) {.privacy_guard_core {
    padding: 1.5rem 0.5rem;
}.privacy_guard_core .container {
    padding: 1rem;
}.privacy_guard_core h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 1.25rem;
}.privacy_guard_core h2 {
    padding-left: 0.75rem;
    font-size: calc(34px * 0.7);
}.privacy_guard_core h2::before {
    width: 3px;
}.privacy_guard_core h3 {
    font-size: calc(34px * 0.65);
    padding-left: 1.25rem;
}.privacy_guard_core h3::before {
    height: 8px;
    width: 8px;
}.privacy_guard_core h4 {
    padding-left: 1.5rem;
    font-size: calc(34px * 0.6);
}.privacy_guard_core p, .privacy_guard_core li, .privacy_guard_core span {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}.privacy_guard_core span {
    padding-left: 0.75rem;
}}.welcome_board_core {
    overflow: hidden;
    min-height: 650px;
    background: #000000;
    width: 100%;
    height: 100vh;
    position: relative;
}.welcome_board_core .proof_stats_core {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    display: grid;
    width: 100%;
    height: 100%;
}.welcome_board_core .page_primary_core {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}.welcome_board_core .page_primary_core::before {
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #000000 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
}.welcome_board_core .study_master_core {
    display: flex;
    height: 100%;
    width: 500%;
    animation: carousel-slide-alt 25s ease-in-out infinite;
}.welcome_board_core .learn_begin_core {
    position: relative;
    width: 20%;
    height: 100%;
    filter: contrast(1.1) saturate(1.1);
}.welcome_board_core .learn_begin_core img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transform-origin: center;
    animation: zoom-pan 15s ease-in-out infinite alternate;
}.welcome_board_core .text_title_core {
    left: 5%;
    overflow: hidden;
    max-width: 550px;
    padding: 3.5rem;
    z-index: 5;
    transform: translateY(-50%);
    background: linear-gradient(
        145deg,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.4)
    );
    border-radius: 27px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    top: 50%;
    width: 90%;
    position: absolute;
}.welcome_board_core .text_title_core::before {
    width: 200%;
    background: radial-gradient(
        circle at center,
        rgb(199,188,168,0.5),
        transparent 70%
    );
    content: '';
    animation: rotate-gradient 15s linear infinite;
    height: 200%;
    position: absolute;
    left: -50%;
    opacity: 0.1;
    top: -50%;
}.welcome_board_core .text_title_core::after {
    position: absolute;
    left: 0;
    width: 100%;
    animation: shimmer 5s infinite;
    background: linear-gradient(
        to right,
        transparent,
        rgb(199,188,168,0.5),
        transparent
    );
    content: '';
    height: 100%;
    top: 0;
    transform: translateX(-100%);
}.welcome_board_core .text_title_core h1 {
    margin-bottom: 1.8rem;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
    font-size: 39px;
    font-weight: 700;
}.welcome_board_core .text_title_core h1::before {
    background: rgb(199,188,168);
    content: '';
    border-radius: 10px;
    bottom: -10px;
    height: 4px;
    left: 0;
    width: 80px;
    position: absolute;
}.welcome_board_core .text_title_core p {
    opacity: 0.9;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    font-size: 12px;
}.welcome_board_core .text_title_core .feedback_form_core {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    text-transform: uppercase;
    background: rgb(199,188,168);
    font-size: 17px;
    overflow: hidden;
    border-radius: 27px;
    z-index: 1;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-weight: 600;
    padding: 14px 35px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    letter-spacing: 1px;
}.welcome_board_core .text_title_core .feedback_form_core::before {
    top: 0;
    transition: all 0.4s ease;
    position: absolute;
    z-index: -1;
    width: 100%;
    background: rgb(150,162,113);
    content: '';
    left: -100%;
    height: 100%;
}.welcome_board_core .text_title_core .feedback_form_core:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.welcome_board_core .text_title_core .feedback_form_core:hover::before {
    left: 0;
}

@keyframes carousel-slide-alt {
    0%, 18% {
        transform: translateX(0);
    }
    22%, 38% {
        transform: translateX(-20%);
    }
    42%, 58% {
        transform: translateX(-40%);
    }
    62%, 78% {
        transform: translateX(-60%);
    }
    82%, 98% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-pan {
    0% {
        transform: scale(1) translate(0, 0);
    }
    50% {
        transform: scale(1.1) translate(-1%, -1%);
    }
    100% {
        transform: scale(1.05) translate(1%, 1%);
    }
}

@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@media (max-width: 1200px) {.welcome_board_core .text_title_core {
    padding: 2.5rem;
    max-width: 500px;
}
}

@media (max-width: 992px) {.welcome_board_core {
    min-height: 550px;
    height: auto;
}.welcome_board_core .text_title_core {
    padding: 2rem;
    max-width: 450px;
}.welcome_board_core .text_title_core h1 {
    font-size: calc(39px * 0.9);
}.welcome_board_core .page_primary_core::before {
    background: linear-gradient(90deg, #000000 20%, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
}
}

@media (max-width: 768px) {.welcome_board_core {
    height: 500px;
    min-height: 500px;
}.welcome_board_core .text_title_core {
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    max-width: 90%;
    padding: 2rem;
}.welcome_board_core .text_title_core h1::before {
    left: 50%;
    transform: translateX(-50%);
}.welcome_board_core .page_primary_core::before {
    background: linear-gradient(0deg, #000000 20%, transparent 60%, #000000 100%);
}
}

@media (max-width: 576px) {.welcome_board_core {
    min-height: 450px;
}.welcome_board_core .text_title_core {
    padding: 1.5rem;
}.welcome_board_core .text_title_core h1 {
    margin-bottom: 1.5rem;
    font-size: calc(39px * 0.8);
}.welcome_board_core .text_title_core p {
    margin-bottom: 2rem;
    font-size: calc(12px * 0.9);
}.welcome_board_core .text_title_core .feedback_form_core {
    font-size: calc(17px * 0.9);
    padding: 12px 25px;
}
}

@media (orientation: landscape) and (max-height: 600px) {.welcome_board_core {
    min-height: 100vh;
    height: auto;
}.welcome_board_core .text_title_core {
    padding: 1.5rem;
    max-width: 450px;
}.welcome_board_core .text_title_core h1 {
    margin-bottom: 1rem;
}.welcome_board_core .text_title_core p {
    margin-bottom: 1.5rem;
}}footer {
    position: relative;
}footer::before {
    content: '';
    top: 0;
    z-index: 1;
    background: linear-gradient(125deg, #000000 0%, rgb(150,162,113) 100%);
    bottom: 0;
    position: absolute;
    left: 0;
    opacity: 0.95;
    right: 0;
}.lesson_cta_core {
    position: relative;
    color: #ffffff;
    padding: 60px 0;
    font-family: Arial, sans-serif;
    z-index: 2;
}.lesson_cta_core .container {
    display: flex;
    flex-wrap: wrap;
}.lesson_cta_core .company_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 26px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    padding: 25px;
    flex: 0 0 100%;
    margin-bottom: 40px;
}.lesson_cta_core .company_holder h3 {
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}.lesson_cta_core .grade_help_core {
    max-width: 80%;
    line-height: 1.7;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
}.lesson_cta_core .ssl_info_core {
    flex: 0 0 100%;
    margin-top: 20px;
}.lesson_cta_core .nav_learning_core {
    margin-top: 30px;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
    justify-content: center;
}.lesson_cta_core .top_nav_core {
    padding: 20px;
    max-width: calc(50% - 30px);
    transition: all 0.3s ease;
    flex: 0 0 calc(50% - 30px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 26px;
}.lesson_cta_core .top_nav_core:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
}.lesson_cta_core .top_nav_core h5 {
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 19px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}.lesson_cta_core .top_nav_core .nav_learning_core {
    gap: 12px;
    flex-direction: column;
    display: flex;
    margin-top: 0;
}.lesson_cta_core .top_nav_core .nav_learning_core a {
    font-size: 18px;
    padding: 8px 12px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
}.lesson_cta_core .top_nav_core .nav_learning_core a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
}.skill_links_core {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 40px;
    z-index: 2;
    position: relative;
}.skill_links_core::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    height: 1px;
    top: 0;
    content: '';
    right: 20%;
    left: 20%;
    opacity: 0.2;
}.skill_links_core .container {
    justify-content: center;
    display: flex;
}.skill_links_core .comm_guide_core {
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    letter-spacing: 0.5px;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.lesson_cta_core .nav_learning_core {
    justify-content: space-between;
}.lesson_cta_core .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.lesson_cta_core .ssl_info_core {
    flex: 0 0 65%;
}.lesson_cta_core .container {
    align-items: flex-start;
    justify-content: space-between;
}.lesson_cta_core .grade_help_core {
    margin: 0;
    text-align: left;
    max-width: 100%;
}
}

@media (max-width: 767px) {.lesson_cta_core .top_nav_core {
    margin-bottom: 20px;
    max-width: 100%;
    flex: 0 0 100%;
}.lesson_cta_core .company_holder {
    padding: 20px 15px;
}.lesson_cta_core .grade_help_core {
    max-width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.lesson_cta_core {
    padding: 40px 0;
}.lesson_cta_core .company_holder h3 {
    font-size: calc(38px * 0.8);
}.lesson_cta_core .top_nav_core h5 {
    font-size: calc(19px * 0.9);
}.lesson_cta_core .top_nav_core .nav_learning_core a {
    font-size: calc(18px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    content: '';
    background-size: 20px 20px;
    left: 0;
    width: 100%;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
}.cookie_overlay_window_core {
    width: 100%;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    padding: 20px 0;
    border-top: 3px solid rgb(150,162,113);
    animation: slideUp 0.5s forwards;
    position: fixed;
    background: rgb(150,162,113);
    bottom: 0;
    transform: translateY(100%);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#usagePolicyBanner_core {
    display: none;
}#usagePolicyBanner_core:checked ~ .cookie_overlay_window_core {
    visibility: hidden;
    opacity: 0;
}.cookie_alerts_core {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 20px 5%;
}.cookie_overlay_window_core h5 {
    font-size: 21px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}.cookie_overlay_window_core p {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
}.cookie_overview_core {
    flex-shrink: 0;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(199,188,168));
    justify-content: center;
    margin-right: 15px;
    align-items: center;
}.cookie_overview_core svg {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(199,188,168);
    width: 80px;
}.cookie_overview_core:hover svg {
    transform: scale(1.1);
}.consent_comply_core {
    text-align: center;
    min-width: 140px;
    cursor: pointer;
    border-radius: 26px;
    padding: 10px 20px;
    white-space: nowrap;
    margin-left: 10px;
    color: #000000;
    text-decoration: none;
    font-size: 19px;
    line-height: 40px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(199,188,168);
    background: linear-gradient(90deg, rgb(199,188,168), rgb(150,162,113));
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}.consent_comply_core:hover {
    box-shadow: 0 0 20px rgb(150,162,113);
}.cookie_button.track_alert_core {
    color: #ffffff;
    border: 2px solid rgb(150,162,113);
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.track_alert_core:hover {
    box-shadow: 0 0 15px rgb(150,162,113);
    background: rgba(0, 0, 0, 0.5);
}.cookie_overlay_window_core p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(199,188,168);
}.cookie_overlay_window_core p a:hover {
    color: rgb(150,162,113);
}
@media only screen and (max-width: 1200px) {.cookie_overlay_window_core {
    padding: 15px 0;
}.cookie_alerts_core {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie_overview_core {
    display: none;
}.cookie_alerts_core {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookie_overlay_window_core h5 {
    margin-bottom: 5px;
    font-size: 17px;
}.edu_track_core {
    margin-bottom: 15px;
}.consent_comply_core {
    min-width: 100%;
    margin: 10px 0;
}}
.contact_panel_core {
    overflow: hidden;
    background: linear-gradient(125deg, rgb(225,225,218) 0%, rgb(225,225,218) 60%, rgb(199,188,168,0.5) 100%);
    position: relative;
    padding: 110px 0;
}.contact_panel_core::before {
    top: 0;
    height: 100%;
    opacity: 0.05;
    right: 0;
    width: 50%;
    content: "";
    position: absolute;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(199,188,168,0.5),
        rgb(199,188,168,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
}.contact_panel_core .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.contact_panel_core h2 {
    color: #000000;
    margin-bottom: 50px;
    position: relative;
    font-weight: 700;
    font-size: 29px;
    font-family: Arial, sans-serif;
    text-align: center;
}.contact_panel_core h2::before {
    position: absolute;
    height: 4px;
    border-radius: 2px;
    width: 60px;
    left: 50%;
    background: rgb(199,188,168);
    bottom: -15px;
    content: "";
    transform: translateX(-50%);
}.contact_panel_core .support_help_core {
    align-items: center;
    grid-template-columns: 1fr 450px;
    gap: 40px;
    display: grid;
    background: transparent;
    position: relative;
}.contact_panel_core .pic_card_core {
    border-radius: 17px;
    height: 550px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    overflow: hidden;
}.contact_panel_core .pic_card_core:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_panel_core .reach_widget_core {
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    transition: transform 0.5s ease;
    border-radius: 17px;
    padding: 50px;
}.contact_panel_core .reach_widget_core:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_panel_core form {
    width: 100%;
}.contact_panel_core form h3 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 30px;
    color: #000000;
}.contact_panel_core form input[type="text"] {
    font-family: Arial, sans-serif;
    border: none;
    background: rgb(225,225,218);
    transition: all 0.3s ease;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
    color: #000000;
    padding: 16px 20px;
}.contact_panel_core form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(199,188,168);
    outline: none;
}.contact_panel_core form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact_panel_core .feedback_block_core {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact_panel_core .feedback_block_core input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_panel_core .feedback_block_core label {
    line-height: 1.5;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    color: #000000;
    padding-left: 35px;
}.contact_panel_core .feedback_block_core label::before {
    content: "";
    left: 0;
    transition: all 0.3s ease;
    width: 22px;
    border-radius: 4px;
    background: rgb(225,225,218);
    position: absolute;
    height: 22px;
    top: 2px;
}.contact_panel_core .feedback_block_core input[type="checkbox"]:checked + label::before {
    background: rgb(199,188,168);
}.contact_panel_core .feedback_block_core input[type="checkbox"]:checked + label::after {
    left: 8px;
    transform: rotate(45deg);
    width: 6px;
    height: 10px;
    content: "";
    position: absolute;
    top: 6px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}.contact_panel_core .feedback_block_core label a {
    transition: all 0.3s ease;
    color: rgb(199,188,168);
    text-decoration: none;
}.contact_panel_core .feedback_block_core label a:hover {
    color: rgb(150,162,113);
}.contact_panel_core form .feedback_form_core {
    border: none;
    overflow: hidden;
    background: rgb(199,188,168);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 17px;
    padding: 16px 35px;
}.contact_panel_core form .feedback_form_core::after {
    background: rgb(150,162,113);
    content: "";
    z-index: 0;
    top: 0;
    width: 0;
    height: 100%;
    right: 0;
    position: absolute;
    transition: width 0.3s ease;
}.contact_panel_core form .feedback_form_core:hover::after {
    left: 0;
    width: 100%;
    right: auto;
}.contact_panel_core form .feedback_form_core span {
    z-index: 1;
    position: relative;
}.contact_panel_core svg {
    fill: rgb(199,188,168);
    height: 22px;
    width: 22px;
}.contact_panel_core svg path {
    transition: fill 0.3s ease;
    fill: rgb(199,188,168);
}

@media screen and (max-width: 1100px) {.contact_panel_core .support_help_core {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.contact_panel_core .pic_card_core {
    height: 500px;
}.contact_panel_core .reach_widget_core {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.contact_panel_core {
    padding: 80px 0;
}.contact_panel_core .support_help_core {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_panel_core .pic_card_core {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.contact_panel_core .reach_widget_core {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.contact_panel_core {
    padding: 60px 0;
}.contact_panel_core h2 {
    margin-bottom: 40px;
}.contact_panel_core .pic_card_core {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.contact_panel_core {
    padding: 50px 0;
}.contact_panel_core h2 {
    font-size: calc(29px * 0.85);
}.contact_panel_core .pic_card_core {
    height: 250px;
}.contact_panel_core .reach_widget_core {
    padding: 30px 25px;
}.contact_panel_core form h3 {
    font-size: calc(24px * 0.9);
}.contact_panel_core form .feedback_form_core {
    width: 100%;
}}.company_info_core {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}.company_info_core::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(199,188,168,0.5), rgba(0, 0, 0, 0.5) 85%);
    height: 100%;
    content: "";
}.company_info_core::after {
    background: rgb(150,162,113);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    transform: rotate(25deg);
    content: "";
    z-index: -1;
    animation: float 15s ease-in-out infinite;
    opacity: 0.1;
    width: 300px;
    position: absolute;
    right: -50px;
    height: 300px;
    bottom: -50px;
}.company_info_core .container {
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 2rem;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    display: grid;
}.company_info_core h2 {
    font-weight: 700;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    opacity: 0;
    display: inline-block;
    margin-bottom: 2.5rem;
    position: relative;
    font-size: 31px;
    transform: translateX(-10px);
    color: #ffffff;
}.company_info_core h2::after {
    content: "";
    transform: scaleX(0);
    left: 0;
    bottom: -12px;
    background: rgb(150,162,113);
    position: absolute;
    animation: scaleIn 1.2s 0.6s forwards cubic-bezier(0.16, 1, 0.3, 1);
    width: 60px;
    height: 4px;
    transform-origin: left;
}.company_info_core .text_title_core {
    animation: fadeUp 1s 0.5s forwards ease-out;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(20px);
    padding: 3.5rem 2.5rem;
    opacity: 0;
    border-left: 4px solid rgb(199,188,168);
    backdrop-filter: blur(5px);
    position: relative;
}.company_info_core .text_title_core::before {
    height: 70px;
    width: 70px;
    top: -30px;
    transform: rotate(-15deg);
    content: "";
    opacity: 0.15;
    right: 40px;
    position: absolute;
    background: rgb(199,188,168);
    border-radius: 50% 50% 0 50%;
}.company_info_core .text_title_core > div {
    position: relative;
}.company_info_core .text_title_core p {
    transform: translateY(10px);
    animation: fadeUp 0.8s 0.8s forwards ease-out;
    padding-right: 15px;
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: calc(16px * 1.4);
    margin-bottom: 1.5rem;
    font-weight: 600;
    opacity: 0;
}.company_info_core .text_title_core p::after {
    content: "";
    transform: scaleX(0);
    height: 2px;
    transform-origin: left;
    top: 50%;
    width: 40px;
    position: absolute;
    animation: scaleIn 1.2s 1.2s forwards cubic-bezier(0.16, 1, 0.3, 1);
    background: rgb(150,162,113);
    right: -40px;
}.company_info_core .text_title_core div div {
    font-size: 16px;
    column-gap: 2.5rem;
    column-count: 1;
    color: #000000;
    text-align: justify;
    transform: translateY(15px);
    animation: fadeUp 1s 1s forwards ease-out;
    line-height: 1.8;
    opacity: 0;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes scaleIn {
    to {
        transform: scaleX(1);
    }
}

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


@media (min-width: 768px) {.company_info_core {
    padding: 150px 0 130px;
}.company_info_core .container {
    grid-template-columns: 1fr;
    gap: 3rem;
}.company_info_core h2 {
    font-size: calc(31px * 1.2);
    margin-bottom: 3rem;
}.company_info_core h2::after {
    height: 5px;
    width: 80px;
}.company_info_core .text_title_core {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 4rem 3.5rem;
    transition: transform 0.6s ease;
}.company_info_core .text_title_core:hover {
    transform: perspective(1000px) rotateY(0);
}.company_info_core .text_title_core div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.company_info_core {
    padding: 180px 0 150px;
}.company_info_core::before {
    background: linear-gradient(135deg, rgb(199,188,168,0.5), rgba(0, 0, 0, 0.5) 70%);
}.company_info_core .container {
    grid-template-columns: 1fr;
}.company_info_core h2 {
    font-size: calc(31px * 1.4);
}.company_info_core .text_title_core {
    padding: 4.5rem 4rem;
    margin-left: 2rem;
}.company_info_core .text_title_core::after {
    background: rgb(150,162,113);
    height: 40px;
    width: 120px;
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    left: 80px;
    bottom: -20px;
    opacity: 0.1;
}.company_info_core .text_title_core div div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.company_info_core .container {
    padding: 0 50px;
}.company_info_core h2 {
    margin-left: 50px;
}.company_info_core .text_title_core {
    margin-left: 5rem;
    margin-right: 5rem;
    padding: 5rem;
}.company_info_core .text_title_core div div {
    column-gap: 3rem;
    column-count: 2;
}
}

@media (max-width: 767px) {.company_info_core {
    padding: 80px 0 70px;
}.company_info_core::after {
    bottom: -25px;
    right: -25px;
    width: 150px;
    height: 150px;
}.company_info_core .container {
    padding: 0 15px;
}.company_info_core h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.9);
}.company_info_core .text_title_core {
    padding: 2.5rem 1.5rem;
}.company_info_core .text_title_core p {
    font-size: calc(16px * 1.2);
}.company_info_core .text_title_core div div {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}}.instructor_profile_core {
    padding: 5rem 2rem;
    background: rgb(225,225,218);
    overflow: hidden;
    position: relative;
    perspective: 1000px;
}.instructor_profile_core::before {
    filter: blur(60px);
    opacity: 0.4;
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(150,162,113,0.5) 0deg,
        rgb(199,188,168,0.5) 90deg,
        rgb(225,225,218) 180deg,
        rgb(199,188,168,0.5) 270deg,
        rgb(150,162,113,0.5) 360deg
    );
}.instructor_profile_core .rating_zone_core {
    flex-direction: row;
    transform-style: preserve-3d;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 0;
    align-items: center;
    position: relative;
}.instructor_profile_core .pic_card_core {
    border-radius: 27px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    position: relative;
    transform: rotateY(10deg) translateZ(50px);
    filter: saturate(0.8);
    height: 400px;
    width: 40%;
}.instructor_profile_core .pic_card_core::after {
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(199,188,168,0.5) 100%
    );
    height: 100%;
    transition: opacity 0.6s ease;
    opacity: 0.4;
    content: "";
    top: 0;
    border-radius: 27px;
    left: 0;
    width: 100%;
    position: absolute;
}.instructor_profile_core .pic_card_core:hover {
    filter: saturate(1.2);
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.instructor_profile_core .pic_card_core:hover::after {
    opacity: 0;
}.instructor_profile_core .experience_block_core {
    background: #ffffff;
    overflow: hidden;
    width: 60%;
    padding: 2.5rem;
    border-radius: 27px;
    position: relative;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotateY(-5deg) translateZ(30px);
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.instructor_profile_core .experience_block_core::before {
    content: "";
    transform: scale(0);
    width: 200%;
    opacity: 0.1;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgb(150,162,113,0.5) 0%,
        transparent 70%
    );
    transition: transform 0.8s ease;
    position: absolute;
    left: -50%;
    top: -50%;
}.instructor_profile_core .experience_block_core:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.instructor_profile_core .experience_block_core:hover::before {
    transform: scale(1);
}.instructor_profile_core .name {
    margin-bottom: 0.5rem;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 37px;
    color: rgb(199,188,168);
}.instructor_profile_core .name::after {
    width: 0;
    height: 3px;
    content: "";
    transition: width 0.4s ease-in-out;
    bottom: -5px;
    position: absolute;
    background: rgb(150,162,113);
    left: 0;
}.instructor_profile_core .experience_block_core:hover .name::after {
    width: 100%;
}.instructor_profile_core .experience_block_core > div:nth-child(2) {
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 21px;
    opacity: 0.9;
    color: rgb(150,162,113);
}.instructor_profile_core .career_record_core {
    padding-left: 2rem;
    border-left: 3px solid rgb(199,188,168,0.5);
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    position: relative;
    line-height: 1.7;
}.instructor_profile_core .career_record_core::before {
    color: rgb(150,162,113,0.5);
    font-family: serif;
    position: absolute;
    left: -10px;
    font-size: 5rem;
    content: "";
    opacity: 0.3;
    top: -20px;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(199,188,168,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.instructor_profile_core .pic_card_core:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.instructor_profile_core .rating_zone_core {
    flex-direction: column;
}.instructor_profile_core .pic_card_core,
    .instructor_profile_core .experience_block_core {
    width: 100%;
    transform: none;
}.instructor_profile_core .pic_card_core {
    height: 300px;
    margin-bottom: 2rem;
}.instructor_profile_core .pic_card_core:hover,
    .instructor_profile_core .experience_block_core:hover {
    transform: translateY(-10px);
}}header {
    -webkit-backdrop-filter: blur(20px);
    width: 100%;
    z-index: 1000;
    background: rgb(199,188,168,0.5);
    top: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    left: 0;
}header:before {
    position: absolute;
    top: 0;
    pointer-events: none;
    content: '';
    animation: shimmer 8s infinite linear;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    height: 100%;
    width: 100%;
    left: 0;
}header:after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgb(150,162,113) 0%,
        rgb(199,188,168) 50%,
        rgb(150,162,113) 100%
    );
    filter: blur(1px);
    left: 0;
    height: 3px;
    opacity: 0.8;
    content: '';
    width: 100%;
}header .top_know_core {
    position: relative;
    overflow: hidden;
}header .top_know_core:before {
    height: 100%;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(199,188,168,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(150,162,113,0.5) 0%, transparent 40%);
    pointer-events: none;
    mix-blend-mode: overlay;
    content: '';
    opacity: 0.15;
    left: 0;
    position: absolute;
}header .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 25px;
}header .container:before {
    width: 100%;
    position: absolute;
    content: '';
    height: 1px;
    bottom: -1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: 0;
    opacity: 0.5;
}header .header_pagewrap_core {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}header .top_nav_core {
    display: flex;
    align-items: center;
    gap: 35px;
    position: relative;
}header .top_nav_core:before {
    position: absolute;
    opacity: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    height: 35px;
    transform: translateY(-50%) scaleX(0.8);
    transition: all 0.4s ease;
    width: 100%;
    left: 0;
    top: 50%;
    content: '';
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}header .top_nav_core:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}header .nav_tutor_core {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 400;
    padding: 5px 0;
}header .nav_tutor_core:before {
    width: 100%;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    height: 1px;
    content: '';
    transform-origin: right;
    transform: scaleX(0);
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
}header .nav_tutor_core:after {
    transition: all 0.3s ease;
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(199,188,168,0.5),
        transparent
    );
    transform: scaleY(0);
    left: 0;
}header .nav_tutor_core:hover {
    color: #ffffff;
    text-shadow: 0 0 5px #ffffff;
}header .nav_tutor_core:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}header .nav_tutor_core:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .head_wrap_core {
    position: relative;
    align-items: center;
    display: flex;
    transition: all 0.4s ease;
    text-decoration: none;
    padding: 5px;
}header .head_wrap_core:before {
    opacity: 0;
    width: calc(100% + 20px);
    background: radial-gradient(
        circle,
        rgb(199,188,168,0.5) 0%,
        transparent 70%
    );
    z-index: -1;
    left: -10px;
    top: -10px;
    transition: opacity 0.5s ease;
    position: absolute;
    height: calc(100% + 20px);
    content: '';
}header .head_wrap_core:after {
    content: '';
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(199,188,168),
        transparent
    ) 1;
    position: absolute;
    width: 100%;
    top: 0;
    border: 1px solid transparent;
    opacity: 0;
    transition: all 0.3s ease;
    left: 0;
    height: 100%;
}header .head_wrap_core:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .head_wrap_core:hover:after {
    opacity: 0.7;
}header .head_wrap_core svg {
    height: 45px;
    filter: drop-shadow(0 0 3px rgb(199,188,168,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
}header .head_wrap_core:hover svg {
    filter: drop-shadow(0 0 5px rgb(199,188,168));
    transform: scale(1.05);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .top_nav_core {
    gap: 20px;
}header .head_wrap_core svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top_nav_core {
    z-index: 1001;
    max-width: 320px;
    position: fixed;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    width: 80%;
    background: linear-gradient(
            135deg,
            rgb(199,188,168) 0%,
            rgb(199,188,168,0.5) 100%
        );
    -webkit-backdrop-filter: blur(15px);
    background: rgb(199,188,168);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    padding: 80px 30px 30px;
    backdrop-filter: blur(15px);
    flex-direction: column;
    height: 100vh;
    right: -100%;
    gap: 20px;
    top: 0;
}header .top_nav_core:before {
    display: none;
}header .menu.active {
    right: 0;
}header .nav_tutor_core {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
}header .nav_tutor_core:last-child {
    border-bottom: none;
}header .head_wrap_core {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .head_wrap_core svg {
    height: 35px;
}}.support_core {
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,225,218) 0%, rgba(245, 247, 250, 0.9) 100%);
    font-family: Arial, sans-serif;
}.support_core::before {
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    content: "";
    animation: float 15s infinite ease-in-out;
    top: -10%;
    width: 40%;
    background: linear-gradient(225deg, rgb(199,188,168,0.5) 0%, transparent 70%);
    opacity: 0.4;
    height: 70%;
    z-index: 0;
    right: -5%;
}.support_core::after {
    animation: float 18s infinite ease-in-out reverse;
    opacity: 0.3;
    position: absolute;
    bottom: -5%;
    background: linear-gradient(45deg, rgb(150,162,113,0.5) 0%, transparent 70%);
    height: 60%;
    z-index: 0;
    width: 40%;
    content: "";
    transform: rotate(10deg) skewY(-10deg);
    left: -5%;
}.support_core h1 {
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 45px;
    z-index: 10;
    position: relative;
    font-weight: 700;
    transform: perspective(1000px) rotateX(2deg);
    color: #000000;
}.support_core h1::after {
    transform: translateX(-50%) skewX(-15deg);
    position: absolute;
    left: 50%;
    content: "";
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(199,188,168) 0%, rgb(150,162,113) 100%);
    bottom: -0.5rem;
}.support_core .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 5;
}.support_core .support_now_core {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
    gap: 2.5rem;
    background: rgba(255, 255, 255, 0.85);
    display: grid;
}.support_core .support_now_core:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: perspective(1000px) rotateY(0deg);
}.support_core .support_now_core > div {
    padding-left: 1rem;
    position: relative;
}.support_core .support_now_core > div::before {
    background: linear-gradient(to bottom, rgb(199,188,168) 0%, rgb(150,162,113) 100%);
    top: 0;
    content: "";
    left: 0;
    transform: scaleY(0.95) translateX(-50%);
    height: 100%;
    width: 3px;
    position: absolute;
}.support_core .support_now_core > div:first-child > div {
    font-size: 1.1rem;
    padding-right: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
}.support_core h6 {
    gap: 0.5rem;
    align-items: center;
    transition: transform 0.3s ease;
    color: #000000;
    display: flex;
    font-size: 18px;
    transform: translateX(0);
    margin-bottom: 0.75rem;
    font-weight: 600;
}.support_core span {
    font-size: calc(18px * 0.95);
    transition: color 0.3s ease;
    margin-left: 1.75rem;
    color: #000000;
    line-height: 1.5;
    display: block;
}.support_core .request_team_core {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}.support_core .inquire_now_core {
    position: relative;
    gap: 0.5rem;
    color: #000000;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    transform: translateX(0);
    overflow: hidden;
    font-size: calc(18px * 0.95);
    text-decoration: none;
    padding: 0.5rem 0.75rem;
}.support_core .inquire_now_core::before {
    bottom: 0;
    height: 1px;
    content: "";
    transform-origin: left;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    background: linear-gradient(90deg, rgb(199,188,168) 0%, rgb(150,162,113) 100%);
    transform: scaleX(0);
    position: absolute;
}.support_core .inquire_now_core:hover {
    transform: translateX(5px);
    color: rgb(199,188,168);
}.support_core .inquire_now_core:hover::before {
    transform: scaleX(1);
}.support_core svg {
    transition: transform 0.3s ease, fill 0.3s ease;
    height: 20px;
    flex-shrink: 0;
    width: 20px;
}.support_core .inquire_now_core:hover svg {
    transform: scale(1.15);
}.support_core svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.support_core .inquire_now_core:hover svg path {
    fill: rgb(199,188,168);
}

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

@media (min-width: 768px) {.support_core {
    padding: 6rem 3rem;
}.support_core h1 {
    margin-bottom: 3.5rem;
    font-size: calc(45px * 1.1);
}.support_core .support_now_core {
    transform: perspective(1500px) rotateY(-2deg);
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
}.support_core .support_now_core > div:first-child {
    grid-column: span 2;
}.support_core .support_now_core > div:first-child > div {
    max-width: 90%;
    font-size: 1.15rem;
}.support_core h6 {
    font-size: calc(18px * 1.05);
}.support_core span {
    font-size: 18px;
}.support_core .inquire_now_core {
    font-size: 18px;
}.support_core svg {
    width: 22px;
    height: 22px;
}
}

@media (min-width: 992px) {.support_core {
    padding: 7rem 4rem;
}.support_core .support_now_core {
    gap: 3rem;
    transform: perspective(2000px) rotateY(-3deg);
    grid-template-columns: 2fr 1fr 1fr;
}.support_core .support_now_core > div:first-child {
    grid-column: 1;
}.support_core .request_team_core {
    gap: 1.25rem;
}.support_core h1::after {
    width: 100px;
}
}

@media (hover: none) {.support_core .support_now_core {
    transform: none !important;
}.support_core .inquire_now_core:hover {
    transform: none;
}
}

@media (prefers-reduced-motion) {.support_core::before,
    .support_core::after {
    animation: none;
}.support_core .support_now_core,
    .support_core .support_now_core:hover {
    transition: none;
}}.course_program_description_core {
    padding: 8rem 2rem;
    background: linear-gradient(45deg, rgb(150,162,113,0.5) 0%, rgb(225,225,218) 50%, rgb(199,188,168,0.5) 100%);
    overflow: hidden;
    position: relative;
}.course_program_description_core::before {
    position: absolute;
    animation: rotate 60s linear infinite;
    height: 200%;
    content: "";
    left: -50%;
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(150,162,113,0.5) 100%);
    top: -50%;
    z-index: 1;
    width: 200%;
}.course_program_description_core::after {
    width: 100%;
    background: linear-gradient(
        rgb(150,162,113,0.5),
        transparent 20%,
        transparent 80%,
        rgb(199,188,168,0.5)
    );
    z-index: 2;
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}.course_program_description_core .container {
    margin: 0 auto;
    z-index: 3;
    position: relative;
    max-width: 1400px;
}.course_program_description_core .career_learn_core {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    position: relative;
}.course_program_description_core .text_title_core {
    margin-left: auto;
    margin-bottom: 4rem;
    margin-right: auto;
    max-width: 800px;
    text-align: center;
}.course_program_description_core h2 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 46px;
    letter-spacing: 2px;
    margin-bottom: 3rem;
    font-weight: 700;
    color: #000000;
}.course_program_description_core h2::before,
.course_program_description_core h2::after {
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(199,188,168), transparent);
    content: "";
    height: 3px;
    width: 150%;
    left: -25%;
}.course_program_description_core h2::before {
    top: -15px;
}.course_program_description_core h2::after {
    bottom: -15px;
}.course_program_description_core .description {
    animation: slideUp 0.8s forwards;
    animation-delay: 0.2s;
    font-size: calc(18px * 1.1);
    transform: translateY(30px);
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #000000;
    opacity: 0;
    position: relative;
}.course_program_description_core .description:nth-of-type(2) {
    animation-delay: 0.5s;
}.course_program_description_core .pic_card_core {
    position: relative;
    border-radius: 21px;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-top: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    height: 500px;
    transform: scale(0.95);
    width: 100%;
}.course_program_description_core .pic_card_core::before {
    background: linear-gradient(
        to bottom,
        rgb(199,188,168,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(150,162,113,0.5) 100%
    );
    height: 100%;
    top: 0;
    content: "";
    opacity: 0.7;
    position: absolute;
    z-index: 1;
    transition: opacity 0.5s ease;
    width: 100%;
    left: 0;
}.course_program_description_core .pic_card_core:hover {
    transform: scale(1);
}.course_program_description_core .pic_card_core:hover::before {
    opacity: 0.4;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.course_program_description_core {
    padding: 5rem 1.5rem;
}.course_program_description_core .text_title_core {
    margin-bottom: 3rem;
}.course_program_description_core h2 {
    font-size: calc(46px * 0.85);
}.course_program_description_core .pic_card_core {
    height: 400px;
}
}

@media screen and (max-width: 768px) {.course_program_description_core {
    padding: 4rem 1rem;
}.course_program_description_core .text_title_core {
    margin-bottom: 2rem;
}.course_program_description_core h2 {
    font-size: calc(46px * 0.7);
}.course_program_description_core h2::before,
    .course_program_description_core h2::after {
    left: -10%;
    width: 120%;
}.course_program_description_core .description {
    font-size: 18px;
}.course_program_description_core .pic_card_core {
    height: 300px;
}
}