* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    font-family: Arial, sans-serif;
    auto;
    scroll-snap-type: none;
    height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
    min-height: 100%;
}.wrapper-template_8104 {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}.cert_block_0576 {
    flex: 0 0 auto;
}.nav_study_3697 {
    flex: 1 0 auto;
}.container {
    width: 1260px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.program_offerings_5827 {
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    background-color: #000000;
    position: relative;
    display: flex;
    min-height: 100vh;
}.program_offerings_5827 .grow_skills_3267 {
    overflow: hidden;
    top: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    left: 0;
    height: 100%;
}.program_offerings_5827 .learn_career_2746 {
    display: flex;
    width: 500%;
    animation: split-carousel 40s linear infinite;
    height: 100%;
}.program_offerings_5827 .grow_skills_3267:hover .learn_career_2746 {
    animation-play-state: paused;
}.program_offerings_5827 .learn_professional_3948 {
    flex: 1;
    overflow: hidden;
    position: relative;
}.program_offerings_5827 .learn_professional_3948:nth-child(odd) {
    mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
}.program_offerings_5827 .learn_professional_3948:nth-child(even) {
    mask-image: linear-gradient(to right, transparent 5%, black 20%, black 80%, transparent 95%);
}.program_offerings_5827 .learn_professional_3948 img {
    filter: grayscale(0.3) contrast(1.2);
    height: 100%;
    transition: all 0.7s ease;
    transform: scale(1.1);
    object-fit: cover;
    width: 100%;
}.program_offerings_5827 .learn_professional_3948:hover img {
    transform: scale(1.05);
    filter: grayscale(0) contrast(1.3);
}.program_offerings_5827 .container {
    padding: 0 1rem;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}.program_offerings_5827 .heritage_edu_0524 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}.program_offerings_5827 .program_track_9206 {
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgb(217,189,151,0.5);
    text-align: center;
    overflow: hidden;
    padding: 3rem;
    border-radius: 20px;
    max-width: 550px;
    backdrop-filter: blur(10px);
}.program_offerings_5827 .program_track_9206::before {
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(217,189,151,0.5) 90deg,
        transparent 180deg,
        rgb(190,154,108,0.5) 270deg,
        transparent 360deg
    );
    animation: rotate-background 20s linear infinite;
    width: 200%;
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    height: 200%;
    content: "";
    top: -50%;
    left: -50%;
}.program_offerings_5827 .program_track_9206 h3 {
    display: inline-block;
    font-size: 31px;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
}.program_offerings_5827 .program_track_9206 h3::after {
    transform: translateX(-50%);
    background: rgb(217,189,151);
    left: 50%;
    content: "";
    bottom: -10px;
    height: 2px;
    width: 80px;
    position: absolute;
}.program_offerings_5827 .program_track_9206 p {
    margin-bottom: 2.5rem;
    font-size: 13px;
    color: #ffffff;
    position: relative;
    line-height: 1.8;
}.program_offerings_5827 .program_track_9206 .inquiry_grid_0217 {
    background-color: transparent;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    overflow: hidden;
    color: #ffffff;
    padding: 0.9rem 2.5rem;
    display: inline-block;
    transition: all 0.4s ease;
    z-index: 1;
    border-radius: 10px;
    font-size: 18px;
    border: 2px solid rgb(217,189,151);
}.program_offerings_5827 .program_track_9206 .inquiry_grid_0217::before {
    transform: translate(-50%, -50%);
    left: 50%;
    width: 0;
    background-color: rgb(217,189,151);
    top: 50%;
    content: "";
    transition: width 0.6s ease, height 0.6s ease;
    height: 0;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}.program_offerings_5827 .program_track_9206 .inquiry_grid_0217:hover {
    color: #000000;
}.program_offerings_5827 .program_track_9206 .inquiry_grid_0217:hover::before {
    width: 300%;
    height: 300%;
}

@keyframes split-carousel {
    0%, 18% {
        transform: translateX(0);
    }
    23%, 41% {
        transform: translateX(-20%);
    }
    46%, 64% {
        transform: translateX(-40%);
    }
    69%, 87% {
        transform: translateX(-60%);
    }
    92%, 100% {
        transform: translateX(-80%);
    }
}

@keyframes rotate-background {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.program_offerings_5827 .program_track_9206 {
    padding: 2.5rem;
    max-width: 500px;
}
}

@media (max-width: 768px) {.program_offerings_5827 {
    min-height: 100vh;
}.program_offerings_5827 .learn_career_2746 {
    animation-duration: 30s;
}.program_offerings_5827 .program_track_9206 {
    padding: 2rem;
    max-width: 90%;
}.program_offerings_5827 .program_track_9206 h3 {
    font-size: calc(31px * 0.85);
}.program_offerings_5827 .learn_professional_3948::after {
    background: linear-gradient(to bottom, 
            #000000 0%, 
            transparent 30%, 
            transparent 70%, 
            #000000 100%
        );
}

}

@media (max-width: 576px) {.program_offerings_5827 .container {
    padding: 0 1rem;
}.program_offerings_5827 .program_track_9206 {
    padding: 1.5rem;
    max-width: 100%;
}.program_offerings_5827 .program_track_9206 h3 {
    font-size: calc(31px * 0.7);
}.program_offerings_5827 .program_track_9206 .inquiry_grid_0217 {
    display: block;
    width: 100%;
    padding: 0.8rem 1.5rem;
}.program_offerings_5827 .learn_professional_3948 img {
    filter: grayscale(0.2) contrast(1.1);
}
}

@media (min-width: 1800px) {.program_offerings_5827 .program_track_9206 {
    padding: 3.5rem;
    max-width: 650px;
}.program_offerings_5827 .program_track_9206 h3 {
    font-size: calc(31px * 1.2);
}.program_offerings_5827 .program_track_9206 p {
    font-size: calc(13px * 1.1);
}.program_offerings_5827 .program_track_9206 .inquiry_grid_0217 {
    padding: 1rem 3rem;
}}.test_drive_1259 {
    padding: 5rem 2rem;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    margin: 4rem 0;
    background: linear-gradient(135deg, rgb(217,189,151), rgb(190,154,108) 70%, rgb(217,189,151,0.5) 100%);
    overflow: hidden;
}.test_drive_1259::before {
    width: 120%;
    transform: rotate(-5deg);
    z-index: 1;
    position: absolute;
    background: linear-gradient(45deg, transparent 30%, rgb(190,154,108,0.5) 40%, transparent 60%);
    left: -5%;
    top: -10%;
    pointer-events: none;
    animation: shimmer 8s infinite linear;
    height: 140%;
    content: "";
}.test_drive_1259::after {
    opacity: 0.4;
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
    pointer-events: none;
    top: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(217,189,151,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(190,154,108,0.5) 5%, transparent 15%),
        radial-gradient(circle at 50% 50%, rgb(217,189,151,0.5) 2%, transparent 10%);
    height: 100%;
}.test_drive_1259 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    gap: 2.5rem;
    align-items: center;
    animation: container-appear 0.8s ease-out forwards;
    display: flex;
    transform: translateY(10px);
    margin: 0 auto;
    flex-direction: column;
}.test_drive_1259 h6 {
    opacity: 0;
    padding: 0 1rem;
    font-weight: 600;
    margin: 0;
    font-size: clamp(18px, 4vw, calc(18px * 1.2));
    max-width: 800px;
    text-align: center;
    letter-spacing: 0.5px;
    animation: text-appear 0.7s ease-out 0.2s forwards;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transform: translateY(10px);
    line-height: 1.6;
    color: #ffffff;
}.test_drive_1259 div div {
    animation: button-appear 0.8s ease-out 0.4s forwards;
    display: flex;
    transform: translateY(15px);
    margin-top: 1rem;
    opacity: 0;
    justify-content: center;
}.test_drive_1259 div span {
    position: relative;
    display: inline-block;
}.test_drive_1259 .inquiry_grid_0217 {
    position: relative;
    background: #ffffff;
    color: rgb(217,189,151);
    overflow: hidden;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    transform: translateZ(0);
    border: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    padding: 1rem 2.5rem;
}.test_drive_1259 .inquiry_grid_0217::before {
    position: absolute;
    z-index: -1;
    right: -2px;
    background: linear-gradient(45deg, rgb(217,189,151), rgb(190,154,108), rgb(217,189,151));
    transform: translate3d(0, 0, 0);
    content: "";
    left: -2px;
    bottom: -2px;
    animation: gradient-shift 5s ease infinite;
    top: -2px;
}.test_drive_1259 .inquiry_grid_0217 span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}.test_drive_1259 .inquiry_grid_0217:hover {
    transform: translateY(-3px) scale(1.02);
    color: rgb(190,154,108);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.test_drive_1259 .inquiry_grid_0217:hover span {
    transform: translateX(5px);
}.test_drive_1259 .inquiry_grid_0217:active {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) scale(0.98);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) rotate(-5deg);
    }
    100% {
        transform: translateX(100%) rotate(-5deg);
    }
}

@keyframes text-appear {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes button-appear {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes container-appear {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gradient-shift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@media screen and (max-width: 991px) {.test_drive_1259 {
    margin: 3rem 0;
    padding: 4rem 1.5rem;
}.test_drive_1259 .container {
    gap: 2rem;
}.test_drive_1259 h6 {
    font-size: 18px;
}
}

@media screen and (max-width: 768px) {.test_drive_1259 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 3.5rem 1.25rem;
}.test_drive_1259 .container {
    gap: 1.8rem;
}.test_drive_1259 .inquiry_grid_0217 {
    padding: 0.9rem 2rem;
}
}

@media screen and (max-width: 576px) {.test_drive_1259 {
    transform: none;
    padding: 3rem 1rem;
}.test_drive_1259 .container {
    gap: 1.5rem;
}.test_drive_1259 h6 {
    letter-spacing: 0.3px;
    line-height: 1.5;
}.test_drive_1259 .inquiry_grid_0217 {
    padding: 0.8rem 1.75rem;
}}.tariff_row_7698 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.tariff_row_7698::before {
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
    right: 0;
    position: absolute;
}.tariff_row_7698 .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.tariff_row_7698 .price_panel_2015 {
    flex-direction: column;
    align-items: center;
    display: flex;
}.tariff_row_7698 h2 {
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
    font-size: 32px;
    animation: fadeInUp 0.8s ease-out forwards;
    margin-bottom: 20px;
    transform: translateY(20px);
}.tariff_row_7698 .offer_box_5381 {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    max-width: 700px;
    margin-bottom: 40px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    font-size: 17px;
    text-align: center;
}.tariff_row_7698 .value_deals_3502 {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
    padding: 0;
    width: 100%;
    display: grid;
}.tariff_row_7698 .value_deals_3502 li {
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}.tariff_row_7698 .value_deals_3502 li:nth-child(1) {
    animation-delay: 0.3s;
}.tariff_row_7698 .value_deals_3502 li:nth-child(2) {
    animation-delay: 0.4s;
}.tariff_row_7698 .value_deals_3502 li:nth-child(3) {
    animation-delay: 0.5s;
}.tariff_row_7698 .value_deals_3502 li:nth-child(4) {
    animation-delay: 0.6s;
}.tariff_row_7698 .study_rates_7934 {
    display: block;
    text-decoration: none;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}.tariff_row_7698 .study_rates_7934:hover {
    transform: translateY(-8px) scale(1.02);
}.tariff_row_7698 .study_rates_7934::before {
    top: 0;
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    width: 100%;
    position: absolute;
    pointer-events: none;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    content: "";
}.tariff_row_7698 .study_rates_7934:hover::before {
    left: 100%;
}.tariff_row_7698 .learning_fees_1437 {
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    height: 100%;
    position: relative;
    backdrop-filter: blur(10px);
    padding: 5px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    -webkit-backdrop-filter: blur(10px);
    transition: box-shadow 0.4s ease, transform 0.3s ease;
}.tariff_row_7698 .study_rates_7934:hover .learning_fees_1437 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.tariff_row_7698 .learning_fees_1437::after {
    content: '';
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 5px;
    top: 0;
    background: linear-gradient(90deg, rgb(217,189,151), rgb(190,154,108));
    width: 100%;
}.tariff_row_7698 .study_rates_7934:hover .learning_fees_1437::after {
    transform: scaleX(1);
}.tariff_row_7698 .plan_table_9208 {
    flex-direction: column;
    display: flex;
    min-height: 400px;
    color: #ffffff;
    box-sizing: border-box;
    height: 100%;
    justify-content: space-between;
    padding: 30px;
}.tariff_row_7698 .plan_table_9208 h4 {
    font-size: 21px;
    padding-bottom: 15px;
    position: relative;
    transition: transform 0.3s ease;
    color: rgb(217,189,151);
    margin: 0 0 20px;
    font-weight: 700;
}.tariff_row_7698 .study_rates_7934:hover .plan_table_9208 h4 {
    transform: translateX(5px);
}.tariff_row_7698 .plan_table_9208 h4::after {
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
    background: rgb(190,154,108);
    height: 3px;
    content: "";
    bottom: 0;
    width: 40px;
}.tariff_row_7698 .study_rates_7934:hover .plan_table_9208 h4::after {
    width: 60px;
}.tariff_row_7698 .plan_table_9208 p {
    overflow-wrap: break-word;
    scrollbar-width: thin;
    scrollbar-color: rgb(217,189,151,0.5) transparent;
    font-size: calc(17px - 2px);
    color: rgba(255,255,255,0.8);
    max-height: 200px;
    margin: 0 0 30px;
    line-height: 1.6;
    overflow-y: auto;
    word-break: break-word;
}.tariff_row_7698 .plan_table_9208 p::-webkit-scrollbar {
    width: 5px;
}.tariff_row_7698 .plan_table_9208 p::-webkit-scrollbar-track {
    background: transparent;
}.tariff_row_7698 .plan_table_9208 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(217,189,151,0.5);
}.tariff_row_7698 .pricing_deals_1983 {
    color: #ffffff;
    font-size: calc(21px + 4px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-top: auto;
    border-radius: 10px;
    align-self: flex-start;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgb(217,189,151) 0%, rgb(217,189,151,0.5) 100%);
    font-weight: 700;
}.tariff_row_7698 .study_rates_7934:hover .pricing_deals_1983 {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}.tariff_row_7698 .pricing_deals_1983::before {
    transform: scale(0);
    width: 200%;
    left: -50%;
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    content: "";
    position: absolute;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    top: -50%;
    opacity: 0;
}.tariff_row_7698 .study_rates_7934:hover .pricing_deals_1983::before {
    opacity: 1;
    transform: scale(1);
}

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

@media (max-width: 991px) {.tariff_row_7698 {
    padding: 80px 0;
}.tariff_row_7698 .value_deals_3502 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.tariff_row_7698 .plan_table_9208 {
    min-height: 350px;
    padding: 25px;
}
}

@media (max-width: 767px) {.tariff_row_7698 {
    padding: 60px 0;
}.tariff_row_7698 h2 {
    font-size: calc(32px - 4px);
}.tariff_row_7698 .offer_box_5381 {
    font-size: calc(17px - 1px);
    margin-bottom: 30px;
}.tariff_row_7698 .value_deals_3502 {
    margin: 0 auto;
    max-width: 400px;
    grid-template-columns: 1fr;
}.tariff_row_7698 .plan_table_9208 {
    min-height: 300px;
}.tariff_row_7698 .pricing_deals_1983 {
    font-size: calc(21px + 2px);
}
}

@media (max-width: 480px) {.tariff_row_7698 {
    padding: 40px 0;
}.tariff_row_7698 h2 {
    font-size: calc(32px - 6px);
}.tariff_row_7698 .plan_table_9208 {
    min-height: 280px;
    padding: 20px;
}.tariff_row_7698 .plan_table_9208 p {
    font-size: calc(17px - 3px);
    margin-bottom: 20px;
}.tariff_row_7698 .pricing_deals_1983 {
    padding: 8px 15px;
}}.teaching_history_2467 {
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #000000 0%, rgb(243,229,209) 100%);
}.teaching_history_2467::before {
    left: 0;
    animation: ambientLight 20s ease-in-out infinite alternate;
    top: 0;
    filter: blur(60px);
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(217,189,151,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(190,154,108,0.5) 0%, transparent 25%);
    height: 100%;
    content: "";
    width: 100%;
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.teaching_history_2467 .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
    perspective: 1000px;
    position: relative;
    margin: 0 auto;
}.teaching_history_2467 .client_voices_5746 {
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    display: flex;
    transform-style: preserve-3d;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(190,154,108,0.5),
        inset 0 0 30px rgb(217,189,151,0.5);
    padding: 3rem;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: rotateX(5deg) rotateY(-5deg);
    border-radius: 19px;
}.teaching_history_2467 .client_voices_5746:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(190,154,108,0.5),
        inset 0 0 50px rgb(217,189,151,0.5);
    transform: rotateX(0) rotateY(0);
}.teaching_history_2467 .image_grid_3421 {
    position: absolute;
    left: 50%;
    height: 180px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(217,189,151,0.5);
    border-radius: 50%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: -90px;
    border: 3px solid #ffffff;
    width: 180px;
    transform: translateX(-50%) translateZ(30px);
}.teaching_history_2467 .client_voices_5746:hover .image_grid_3421 {
    transform: translateX(-50%) translateZ(50px);
}.teaching_history_2467 .name {
    letter-spacing: 1px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(217,189,151,0.5);
    width: 100%;
    text-align: center;
    margin-top: 100px;
    color: #ffffff;
    font-size: 33px;
    transform: translateZ(20px);
}.teaching_history_2467 .client_voices_5746 span:not(.name) {
    text-transform: uppercase;
    color: rgb(190,154,108);
    transform: translateZ(15px);
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 0.5rem;
    text-align: center;
    font-size: 18px;
    width: 100%;
}.teaching_history_2467 .work_skills_6593 {
    position: relative;
    transform: translateZ(10px);
    line-height: 1.7;
    padding: 2rem;
    transition: transform 0.3s ease;
    font-size: 18px;
    border-radius: 10px;
    border-left: 3px solid rgb(217,189,151);
    color: #ffffff;
    margin-top: 2rem;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}.teaching_history_2467 .work_skills_6593::before {
    background: linear-gradient(45deg, rgb(217,189,151,0.5) 0%, transparent 70%);
    content: "";
    left: 0;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    top: 0;
    position: absolute;
    border-radius: 10px;
}.teaching_history_2467 .client_voices_5746:hover .work_skills_6593 {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.teaching_history_2467 {
    padding: 7rem 0 5rem;
}.teaching_history_2467 .client_voices_5746 {
    padding: 2.5rem 2rem;
}.teaching_history_2467 .image_grid_3421 {
    width: 150px;
    top: -75px;
    height: 150px;
}.teaching_history_2467 .name {
    margin-top: 80px;
}.teaching_history_2467 .work_skills_6593 {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.teaching_history_2467 {
    padding: 6rem 0 3rem;
}.teaching_history_2467 .container {
    padding: 0 1rem;
}.teaching_history_2467 .client_voices_5746 {
    padding: 2rem 1.5rem;
    transform: none;
}.teaching_history_2467 .image_grid_3421 {
    height: 120px;
    width: 120px;
    top: -60px;
}.teaching_history_2467 .name {
    margin-top: 70px;
    font-size: calc(33px - 2px);
}.teaching_history_2467 .client_voices_5746 span:not(.name) {
    font-size: calc(18px - 1px);
}.teaching_history_2467 .work_skills_6593 {
    margin-top: 1.5rem;
    font-size: calc(18px - 1px);
    padding: 1.2rem;
}.teaching_history_2467 .client_voices_5746:hover {
    transform: none;
}}.cookie_warning_dialog_6293 {
    border-top: 3px solid rgb(190,154,108);
    padding: 20px 0;
    width: 100%;
    transform: translateY(100%);
    bottom: 0;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(190,154,108);
    animation: slideUp 0.5s forwards;
    position: fixed;
    z-index: 90;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#privacyNoticeModal_2687 {
    display: none;
}#privacyNoticeModal_2687:checked ~ .cookie_warning_dialog_6293 {
    opacity: 0;
    visibility: hidden;
}.cookie_compl_7028 {
    padding: 20px 5%;
    gap: 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}.cookie_warning_dialog_6293 h5 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 21px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}.cookie_warning_dialog_6293 p {
    line-height: 1.5;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.web_cookies_4768 {
    justify-content: center;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(217,189,151));
    margin-right: 15px;
}.web_cookies_4768 svg {
    height: 80px;
    fill: rgb(217,189,151);
    transition: transform 0.3s ease-in-out;
    width: 80px;
}.web_cookies_4768:hover svg {
    transform: scale(1.1);
}.track_toggle_4175 {
    text-align: center;
    color: #000000;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 0 15px rgb(217,189,151);
    border-radius: 24px;
    font-size: 15px;
    margin-left: 10px;
    line-height: 40px;
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    text-decoration: none;
    background: linear-gradient(90deg, rgb(217,189,151), rgb(190,154,108));
    min-width: 140px;
}.track_toggle_4175:hover {
    box-shadow: 0 0 20px rgb(190,154,108);
}.cookie_button.cookie_expand_9160 {
    border: 2px solid rgb(190,154,108);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.cookie_expand_9160:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(190,154,108);
}.cookie_warning_dialog_6293 p a {
    color: rgb(217,189,151);
    text-decoration: none;
    transition: color 0.3s ease;
}.cookie_warning_dialog_6293 p a:hover {
    color: rgb(190,154,108);
}
@media only screen and (max-width: 1200px) {.cookie_warning_dialog_6293 {
    padding: 15px 0;
}.cookie_compl_7028 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.web_cookies_4768 {
    display: none;
}.cookie_compl_7028 {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.cookie_warning_dialog_6293 h5 {
    font-size: 20px;
    margin-bottom: 5px;
}.cookie_alerts_7453 {
    margin-bottom: 15px;
}.track_toggle_4175 {
    min-width: 100%;
    margin: 10px 0;
}}
.our_mission_2475 {
    color: #ffffff;
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.our_mission_2475::before {
    position: absolute;
    content: "";
    z-index: 1;
    background: radial-gradient(circle at 30% 40%, 
        rgba(0, 0, 0, 0.3),
        rgba(0, 0, 0, 0.7) 65%,
        rgba(0, 0, 0, 0.85) 100%);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}.our_mission_2475::after {
    height: 200px;
    right: -50px;
    border-radius: 50%;
    z-index: 1;
    width: 200px;
    opacity: 0.6;
    content: "";
    animation: rotate 20s linear infinite;
    position: absolute;
    top: -50px;
    border: 2px solid rgb(217,189,151,0.5);
}.our_mission_2475 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
}.our_mission_2475 .headline_wrap_3968 {
    padding: 3rem;
    margin: 0 auto;
    max-width: 900px;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgba(30, 30, 40, 0.75) 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgb(217,189,151,0.5);
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s ease-out;
}.our_mission_2475 .headline_wrap_3968:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 
                0 0 0 1px rgb(217,189,151);
    transform: perspective(1000px) rotateY(0deg);
}.our_mission_2475 .headline_wrap_3968::before {
    top: 0;
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at top right, 
        rgb(217,189,151,0.5) 0%, 
        transparent 70%);
    height: 100%;
    left: 0;
    opacity: 0.15;
    content: "";
    z-index: -1;
}.our_mission_2475 .headline_wrap_3968::after {
    position: absolute;
    bottom: -10px;
    width: 40%;
    z-index: 3;
    content: "";
    background: linear-gradient(to right, 
        transparent, 
        rgb(190,154,108,0.5), 
        transparent);
    height: 1px;
    right: 20px;
}.our_mission_2475 h1 {
    font-size: 48px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 2.5rem;
    color: rgb(217,189,151);
    position: relative;
}.our_mission_2475 h1::after {
    bottom: -10px;
    height: 3px;
    left: 0;
    width: 60%;
    background: linear-gradient(to right, 
        rgb(217,189,151), 
        rgb(190,154,108,0.5));
    content: "";
    transform-origin: left center;
    animation: expandWidth 1.5s ease-out forwards;
    position: absolute;
}.our_mission_2475 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.our_mission_2475 li {
    margin-bottom: 1.5rem;
    animation-delay: 0.3s;
    animation: fadeIn 0.8s ease-out forwards;
    opacity: 0;
    position: relative;
}.our_mission_2475 li:last-child {
    animation-delay: 0.6s;
}.our_mission_2475 h4 {
    opacity: 0;
    color: rgb(190,154,108);
    position: relative;
    animation: slideRight 0.8s ease-out 0.4s forwards;
    font-size: 24px;
    margin-bottom: 1rem;
    font-weight: 600;
    transform: translateX(-10px);
}.our_mission_2475 h4::before {
    background-color: rgb(190,154,108);
    top: 50%;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center;
    content: "";
    width: 15px;
    height: 1px;
    animation: expandWidth 1s ease-out 0.8s forwards;
    left: -25px;
}.our_mission_2475 span {
    line-height: 1.8;
    padding-left: 0.5rem;
    font-size: 14px;
    text-align: justify;
    color: #ffffff;
    position: relative;
    display: block;
    border-left: 1px solid rgb(217,189,151,0.5);
}.our_mission_2475 span::before {
    opacity: 0.8;
    top: 0;
    height: 10px;
    position: absolute;
    width: 10px;
    content: "";
    border-radius: 50%;
    background: rgb(217,189,151);
    left: -5px;
}.our_mission_2475 span::after {
    left: -5px;
    height: 10px;
    position: absolute;
    content: "";
    opacity: 0.8;
    bottom: 0;
    width: 10px;
    border-radius: 50%;
    background: rgb(190,154,108);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

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

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

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

@media (max-width: 991px) {.our_mission_2475 {
    padding: 4rem 0;
}.our_mission_2475 .headline_wrap_3968 {
    transform: perspective(1000px) rotateY(1deg);
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.our_mission_2475 {
    padding: 3rem 0;
}.our_mission_2475 .headline_wrap_3968 {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25), 
                    0 0 0 1px rgb(217,189,151,0.5);
    padding: 2rem;
}.our_mission_2475 h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 2rem;
}.our_mission_2475 span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 575px) {.our_mission_2475 {
    padding: 2.5rem 0;
}.our_mission_2475 .container {
    padding: 0 1rem;
}.our_mission_2475 .headline_wrap_3968 {
    padding: 1.5rem;
}.our_mission_2475 h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.our_mission_2475 h4 {
    font-size: calc(24px * 0.9);
}.our_mission_2475 span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.our_mission_2475 .headline_wrap_3968::after {
    width: 30%;
}}.follow_4128 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,189,151,0.5), rgb(190,154,108), rgba(0, 0, 0, 0.5));
    position: relative;
    padding: 80px 0;
    z-index: 1;
}.follow_4128::before {
    z-index: -1;
    left: -50%;
    background: radial-gradient(circle at center, transparent 65%, rgba(255, 255, 255, 0.05) 70%, transparent 75%, rgba(255, 255, 255, 0.03) 80%, transparent 85%);
    top: -50%;
    animation: rotateBg 30s linear infinite;
    content: "";
    width: 200%;
    position: absolute;
    transform: rotate(30deg);
    height: 200%;
}.follow_4128::after {
    animation: floatBg 20s ease-in-out infinite;
    background-size: 100px 100px, 120px 120px, 80px 80px, 150px 150px;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
    height: 100%;
    content: "";
    background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15) 1px, transparent 1px),
                     radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
                     radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
                     radial-gradient(circle at 70% 90%, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
}.follow_4128 .container {
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.follow_4128 .heritage_edu_0524 {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 40px;
    flex-direction: column;
    max-width: 900px;
    position: relative;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}.follow_4128 .heritage_edu_0524:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.follow_4128 h3 {
    transform: translateY(10px);
    margin-bottom: 30px;
    opacity: 0;
    font-size: calc(19px * 1.1);
    position: relative;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    font-weight: 600;
    text-align: center;
    max-width: 85%;
    line-height: 1.4;
    color: #ffffff;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.follow_4128 .input_holder {
    width: 100%;
    opacity: 0;
    display: flex;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.4s;
    margin: 0 auto;
    flex-direction: row;
    position: relative;
    transform: translateY(15px);
    max-width: 600px;
}.follow_4128 .input_holder div {
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    flex: 1;
}.follow_4128 .input_holder div::before {
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(217,189,151), rgb(190,154,108));
    transform-origin: left;
    height: 2px;
    z-index: 1;
    bottom: 0;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
}.follow_4128 .input_holder div:focus-within::before {
    transform: scaleX(1);
}.follow_4128 input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.07);
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) inset;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0 20px;
    height: 50px;
    font-size: 18px;
}.follow_4128 input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    outline: none;
    background-color: rgba(255, 255, 255, 0.12);
}.follow_4128 input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.follow_4128 input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.follow_4128 .subscribe_wrap_9510 {
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border: none;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    background: linear-gradient(135deg, rgb(217,189,151), rgb(190,154,108));
    min-width: 160px;
    height: 50px;
    overflow: hidden;
    letter-spacing: 0.03em;
    border-radius: 10px;
}.follow_4128 .subscribe_wrap_9510::before {
    transition: all 0.6s ease;
    width: 100%;
    left: -100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    height: 100%;
}.follow_4128 .subscribe_wrap_9510:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgb(190,154,108), rgb(217,189,151));
}.follow_4128 .subscribe_wrap_9510:hover::before {
    left: 100%;
}.follow_4128 .subscribe_wrap_9510:active {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

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

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBg {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-10px) translateX(10px);
    }
    50% {
        transform: translateY(5px) translateX(-5px);
    }
    75% {
        transform: translateY(-5px) translateX(5px);
    }
}

@media (max-width: 992px) {.follow_4128 {
    padding: 60px 0;
}.follow_4128 .heritage_edu_0524 {
    padding: 30px;
}.follow_4128 h3 {
    max-width: 95%;
    font-size: 19px;
}
}

@media (max-width: 768px) {.follow_4128 h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 1.3);
}.follow_4128 .input_holder {
    max-width: 100%;
    flex-direction: column;
}.follow_4128 .input_holder div {
    margin-bottom: 15px;
    margin-right: 0;
}.follow_4128 .subscribe_wrap_9510 {
    width: 100%;
}.follow_4128 .heritage_edu_0524 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 25px 20px;
}
}

@media (max-width: 576px) {.follow_4128 {
    padding: 40px 0;
}.follow_4128 h3 {
    font-size: calc(18px * 1.2);
    line-height: 1.5;
    margin-bottom: 20px;
}.follow_4128 input[type="email"] {
    font-size: calc(18px * 0.95);
    height: 45px;
}.follow_4128 .subscribe_wrap_9510 {
    font-size: calc(16px * 0.95);
    height: 45px;
}.follow_4128 .heritage_edu_0524 {
    padding: 20px 15px;
}
}

@media (min-width: 1400px) {.follow_4128 .heritage_edu_0524 {
    padding: 50px;
    max-width: 1000px;
}.follow_4128 h3 {
    font-size: calc(19px * 1.2);
}.follow_4128 .input_holder {
    max-width: 700px;
}
}

@media (prefers-reduced-motion: reduce) {.follow_4128::before,
    .follow_4128::after,
    .follow_4128 .heritage_edu_0524,
    .follow_4128 h3,
    .follow_4128 .input_holder {
    transition: none;
    animation: none;
}}header .top_plank {
    background: rgb(217,189,151);
    color:  #ffffff;
}header .top_plank .learn_top_4857 div svg, header .top_plank .learn_top_4857 div svg path {
    fill: #ffffff;
}header .top_plank .learn_top_4857 div span {
    color: #ffffff;
}header .top_plank .learn_top_4857 {
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    line-height: 21px;
    display: flex;
    padding: 15px 0 10px 0;
    font-size: 16px;
}header .top_plank .learn_top_4857 div {
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
}header .top_plank .learn_top_4857 div img, header .top_plank .learn_top_4857 div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.appWrapper_9650 {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(243,229,209) 0%, rgb(190,154,108,0.5) 100%);
    overflow: hidden;
}.appWrapper_9650::before {
    height: 100%;
    position: absolute;
    width: 100%;
    animation: pulse 8s infinite alternate ease-in-out;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.7;
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(217,189,151,0.5) 0%, transparent 60%);
}.appWrapper_9650::after {
    width: 40%;
    background: linear-gradient(225deg, rgb(190,154,108) 0%, transparent 80%);
    right: -5%;
    opacity: 0.3;
    transform: rotate(15deg);
    content: "";
    filter: blur(50px);
    bottom: -10%;
    z-index: 0;
    position: absolute;
    height: 40%;
}.appWrapper_9650 .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.appWrapper_9650 .heritage_edu_0524 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
    flex-direction: column;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 0 0 1px rgba(0, 0, 0, 0.02), 
                0 4px 6px rgba(0, 0, 0, 0.04);
    padding: 50px;
    display: flex;
    gap: 30px;
}.appWrapper_9650 .heritage_edu_0524:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
}.appWrapper_9650 .heritage_edu_0524::before {
    animation: gradientMove 6s linear infinite;
    content: "";
    background: linear-gradient(90deg, 
        rgb(217,189,151) 0%, 
        rgb(190,154,108) 50%, 
        rgb(217,189,151) 100%);
    top: -2px;
    width: 100%;
    background-size: 200% 100%;
    left: 0;
    height: 4px;
    position: absolute;
}.appWrapper_9650 .heritage_edu_0524 > div:first-child {
    position: relative;
    padding-bottom: 20px;
}.appWrapper_9650 .heritage_edu_0524 > div:first-child::after {
    background-color: rgb(217,189,151);
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    transform-origin: left;
    left: 0;
    width: 80px;
    animation: lineExtend 1.5s ease-out forwards;
}.appWrapper_9650 h5 {
    line-height: 1.4;
    opacity: 0;
    transform: translateY(10px);
    position: relative;
    font-weight: 700;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
    font-size: 19px;
    color: #000000;
}.appWrapper_9650 .heritage_edu_0524 > div:last-child {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.appWrapper_9650 a {
    transition: transform 0.3s ease;
    display: block;
    text-decoration: none;
    position: relative;
}.appWrapper_9650 a:hover {
    transform: translateX(5px);
}.appWrapper_9650 a::before {
    width: 4px;
    top: 0;
    left: -20px;
    transition: height 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background-color: rgb(190,154,108);
    height: 0;
    position: absolute;
}.appWrapper_9650 a:hover::before {
    height: 100%;
}.appWrapper_9650 p {
    line-height: 1.8;
    position: relative;
    font-size: 18px;
    margin: 0;
    color: #000000;
    font-weight: 400;
}

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

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

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

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@media (min-width: 768px) {.appWrapper_9650 .heritage_edu_0524 {
    padding: 60px 70px;
    gap: 40px;
}.appWrapper_9650 h5 {
    font-size: calc(19px * 1.2);
}.appWrapper_9650 p {
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.appWrapper_9650 {
    padding: 60px 0;
}.appWrapper_9650 .heritage_edu_0524 {
    padding: 35px 25px;
    gap: 25px;
}.appWrapper_9650 .heritage_edu_0524 > div:first-child::after {
    width: 60px;
}.appWrapper_9650 h5 {
    font-size: calc(19px * 0.9);
}.appWrapper_9650 a::before {
    left: -10px;
}
}

@media (max-width: 480px) {.appWrapper_9650 {
    padding: 50px 0;
}.appWrapper_9650 .heritage_edu_0524 {
    padding: 30px 20px;
    transform: perspective(1000px) rotateX(1deg);
}.appWrapper_9650 h5 {
    font-size: calc(19px * 0.85);
}.appWrapper_9650 p {
    font-size: calc(18px * 0.95);
}.appWrapper_9650 .heritage_edu_0524 > div:first-child {
    padding-bottom: 15px;
}}header {
    padding: 0;
    background: linear-gradient(135deg, rgb(217,189,151,0.5), rgb(190,154,108,0.5));
    z-index: 100;
    width: 100%;
    position: relative;
}header::before {
    top: 0;
    height: 100%;
    z-index: 0;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
}header .container {
    max-width: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 0 2%;
}header .site_prime_1059 {
    flex-direction: column;
    position: relative;
    border-radius: 22px;
    background: #ffffff;
    display: flex;
    padding: 1.5rem 0;
    align-items: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 1rem 0;
}header .site_prime_1059::before {
    left: 0;
    width: 100%;
    height: 5px;
    top: 0;
    background: linear-gradient(to right, rgb(217,189,151), rgb(190,154,108));
    content: '';
    position: absolute;
}header .nav_guide_8320 {
    display: flex;
    text-decoration: none;
    justify-content: center;
    position: relative;
    padding: 0 0 1rem 0;
}header .nav_guide_8320::after {
    bottom: 0;
    background: linear-gradient(to right, transparent, rgb(217,189,151,0.5), rgb(190,154,108,0.5), rgb(217,189,151,0.5), transparent);
    width: 60%;
    position: absolute;
    height: 1px;
    content: '';
    left: 20%;
}header .nav_guide_8320 svg {
    transition: all 0.3s ease;
    width: 180px;
    height: auto;
}header .nav_guide_8320:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}header .nav_wrap_2163 {
    display: flex;
    max-width: 90%;
    width: 100%;
    padding: 1rem 2rem 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
}header .nav_teach_1570 {
    border: 1px solid rgba(0, 0, 0, 0.03);
    z-index: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.7rem 1.3rem;
    font-family: Arial, sans-serif;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    color: #000000;
    background: linear-gradient(to bottom, #ffffff, rgb(243,229,209));
    font-size: 16px;
    overflow: hidden;
    border-radius: 10px;
}header .nav_teach_1570::before {
    background: linear-gradient(to top, rgb(217,189,151,0.5), transparent);
    transition: height 0.3s ease;
    z-index: -1;
    left: 0;
    height: 0;
    content: '';
    bottom: 0;
    position: absolute;
    width: 100%;
}header .nav_teach_1570:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(217,189,151);
    transform: translateY(-3px);
}header .nav_teach_1570:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .site_prime_1059 {
    margin: 0.8rem 0;
    padding: 1.2rem 0;
}header .nav_guide_8320 {
    padding: 0 0 0.8rem 0;
}header .nav_guide_8320 svg {
    width: 160px;
}header .nav_wrap_2163 {
    padding: 0.8rem 1.5rem 0;
    gap: 0.6rem;
}header .nav_teach_1570 {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .site_prime_1059 {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .nav_guide_8320 {
    padding: 0 0 0.7rem 0;
}header .nav_guide_8320 svg {
    width: 140px;
}header .nav_wrap_2163 {
    max-width: 95%;
    padding: 0.7rem 1rem 0;
    gap: 0.5rem;
}header .nav_teach_1570 {
    font-size: calc(16px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 480px) {header .site_prime_1059 {
    padding: 0.8rem 0;
    margin: 0.5rem 0;
}header .nav_guide_8320 {
    padding: 0 0 0.6rem 0;
}header .nav_guide_8320 svg {
    width: 120px;
}header .nav_wrap_2163 {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.6rem 0.5rem 0;
}header .nav_wrap_2163::-webkit-scrollbar {
    height: 3px;
}header .nav_wrap_2163::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(217,189,151);
}header .nav_teach_1570 {
    margin-right: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}}.privacy_harbor_3065 {
    box-shadow: 0 0 15px rgb(217,189,151,0.5), 0 0 30px rgb(190,154,108,0.5);
    color: #ffffff;
    padding: 40px;
    overflow: hidden;
    width: 100%;
    font-family: Arial, sans-serif;
    height: auto;
}.privacy_harbor_3065 h1 {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 700;
    color: rgb(217,189,151);
    text-shadow: 0 0 10px rgb(217,189,151,0.5);
    margin-bottom: 25px;
    margin-top: 40px;
    border-bottom: 2px solid rgb(217,189,151);
    font-size: 44px;
}.privacy_harbor_3065 h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(190,154,108);
    font-weight: 600;
    color: rgb(190,154,108);
    margin-bottom: 20px;
    margin-top: 30px;
    text-shadow: 0 0 10px rgb(190,154,108,0.5);
    font-size: 31px;
}.privacy_harbor_3065 h3, .privacy_harbor_3065 h4, .privacy_harbor_3065 h5, .privacy_harbor_3065 h6 {
    color: rgb(217,189,151);
    margin-bottom: 15px;
    text-shadow: 0 0 5px rgb(217,189,151,0.5);
    font-size: 22px;
    margin-top: 25px;
    font-weight: 600;
}.privacy_harbor_3065 ul, .privacy_harbor_3065 ol {
    padding-left: 20px;
    list-style-position: inside;
    padding: 15px 0;
}.privacy_harbor_3065 li {
    text-shadow: 0 0 5px rgb(217,189,151,0.5);
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
}.privacy_harbor_3065 section {
    box-shadow: 0 0 15px rgb(217,189,151,0.5);
    padding: 20px;
    border-radius: 10px;
    background: rgb(243,229,209);
    margin-top: 20px;
}.privacy_harbor_3065 p, .privacy_harbor_3065 span, .privacy_harbor_3065 div {
    color: #000000;
    font-weight: 300;
    text-shadow: 0 0 5px rgb(217,189,151,0.5);
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 14px;
}

@media only screen and (max-width: 800px) {.privacy_harbor_3065 {
    padding: 20px 10px;
}.privacy_harbor_3065 h1 {
    font-size: calc(22px * 0.8);
}.privacy_harbor_3065 h2 {
    font-size: calc(22px * 0.8);
}.privacy_harbor_3065 h3, .privacy_harbor_3065 h4, .privacy_harbor_3065 h5, .privacy_harbor_3065 h6 {
    font-size: calc(22px * 0.8);
}.privacy_harbor_3065 p, .privacy_harbor_3065 span, .privacy_harbor_3065 div {
    font-size: calc(14px * 0.9);
}}.contact_us_3890 {
    overflow: hidden;
    padding: 110px 0;
    background: linear-gradient(125deg, rgb(243,229,209) 0%, rgb(243,229,209) 60%, rgb(217,189,151,0.5) 100%);
    position: relative;
}.contact_us_3890::before {
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(217,189,151,0.5),
        rgb(217,189,151,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    top: 0;
    opacity: 0.05;
    height: 100%;
    position: absolute;
    content: "";
    right: 0;
    width: 50%;
}.contact_us_3890 .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.contact_us_3890 h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 35px;
    margin-bottom: 50px;
}.contact_us_3890 h2::before {
    border-radius: 2px;
    left: 50%;
    width: 60px;
    transform: translateX(-50%);
    height: 4px;
    position: absolute;
    bottom: -15px;
    content: "";
    background: rgb(217,189,151);
}.contact_us_3890 .message_help_6315 {
    grid-template-columns: 1fr 450px;
    background: transparent;
    align-items: center;
    gap: 40px;
    position: relative;
    display: grid;
}.contact_us_3890 .image_grid_3421 {
    transition: transform 0.5s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    overflow: hidden;
    height: 550px;
    border-radius: 22px;
}.contact_us_3890 .image_grid_3421:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_us_3890 .query_form_5128 {
    padding: 50px;
    background: #ffffff;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    border-radius: 22px;
}.contact_us_3890 .query_form_5128:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contact_us_3890 form {
    width: 100%;
}.contact_us_3890 form h3 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    font-size: 24px;
    color: #000000;
}.contact_us_3890 form input[type="text"] {
    padding: 16px 20px;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 16px;
    font-family: Arial, sans-serif;
    width: 100%;
    border: none;
    background: rgb(243,229,209);
    border-radius: 10px;
    margin-bottom: 20px;
}.contact_us_3890 form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(217,189,151);
    outline: none;
}.contact_us_3890 form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.contact_us_3890 .request_links_5324 {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact_us_3890 .request_links_5324 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_us_3890 .request_links_5324 label {
    line-height: 1.5;
    cursor: pointer;
    font-size: 15px;
    padding-left: 35px;
    position: relative;
    color: #000000;
}.contact_us_3890 .request_links_5324 label::before {
    left: 0;
    height: 22px;
    width: 22px;
    top: 2px;
    transition: all 0.3s ease;
    position: absolute;
    content: "";
    background: rgb(243,229,209);
    border-radius: 4px;
}.contact_us_3890 .request_links_5324 input[type="checkbox"]:checked + label::before {
    background: rgb(217,189,151);
}.contact_us_3890 .request_links_5324 input[type="checkbox"]:checked + label::after {
    top: 6px;
    height: 10px;
    position: absolute;
    border-right: 2px solid #ffffff;
    left: 8px;
    content: "";
    border-bottom: 2px solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
}.contact_us_3890 .request_links_5324 label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(217,189,151);
}.contact_us_3890 .request_links_5324 label a:hover {
    color: rgb(190,154,108);
}.contact_us_3890 form .inquiry_grid_0217 {
    font-weight: 600;
    font-size: 19px;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    padding: 16px 35px;
    transition: all 0.3s ease;
    background: rgb(217,189,151);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    border: none;
    position: relative;
}.contact_us_3890 form .inquiry_grid_0217::after {
    width: 0;
    transition: width 0.3s ease;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    right: 0;
    background: rgb(190,154,108);
    content: "";
}.contact_us_3890 form .inquiry_grid_0217:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}.contact_us_3890 form .inquiry_grid_0217 span {
    position: relative;
    z-index: 1;
}.contact_us_3890 svg {
    height: 22px;
    width: 22px;
    fill: rgb(217,189,151);
}.contact_us_3890 svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,189,151);
}

@media screen and (max-width: 1100px) {.contact_us_3890 .message_help_6315 {
    grid-template-columns: 1fr 400px;
    gap: 30px;
}.contact_us_3890 .image_grid_3421 {
    height: 500px;
}.contact_us_3890 .query_form_5128 {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.contact_us_3890 {
    padding: 80px 0;
}.contact_us_3890 .message_help_6315 {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_us_3890 .image_grid_3421 {
    height: 400px;
    transform: perspective(1000px) rotateY(0deg);
}.contact_us_3890 .query_form_5128 {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.contact_us_3890 {
    padding: 60px 0;
}.contact_us_3890 h2 {
    margin-bottom: 40px;
}.contact_us_3890 .image_grid_3421 {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.contact_us_3890 {
    padding: 50px 0;
}.contact_us_3890 h2 {
    font-size: calc(35px * 0.85);
}.contact_us_3890 .image_grid_3421 {
    height: 250px;
}.contact_us_3890 .query_form_5128 {
    padding: 30px 25px;
}.contact_us_3890 form h3 {
    font-size: calc(24px * 0.9);
}.contact_us_3890 form .inquiry_grid_0217 {
    width: 100%;
}}.title_greeting_7492 {
    display: flex;
    background: linear-gradient(145deg, rgb(243,229,209), #f0f4f8);
    justify-content: center;
    align-items: center;
    padding: 80px 30px;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}.title_greeting_7492 > div {
    position: relative;
    z-index: 2;
    flex-direction: column;
    max-width: 1200px;
    display: flex;
    gap: 60px;
    width: 100%;
}.title_greeting_7492::before {
    right: -50px;
    content: "";
    top: -50px;
    background: linear-gradient(135deg, rgb(217,189,151,0.5), rgb(190,154,108,0.5));
    animation: float 15s ease-in-out infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 300px;
    width: 300px;
    opacity: 0.1;
    position: absolute;
}.title_greeting_7492::after {
    position: absolute;
    width: 400px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    height: 400px;
    content: "";
    opacity: 0.08;
    background: linear-gradient(225deg, rgb(190,154,108,0.5), rgb(217,189,151,0.5));
    left: -100px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    bottom: -100px;
}.title_greeting_7492 h1.main_front_6504 {
    margin-bottom: 20px;
    animation: slide-up 0.8s 0.2s forwards ease-out;
    font-size: 41px;
    color: #000000;
    font-weight: 700;
    transform: translateY(20px);
    position: relative;
    opacity: 0;
}.title_greeting_7492 h1.main_front_6504::after {
    left: 0;
    bottom: -10px;
    box-shadow: 0 4px 12px rgba(rgb(217,189,151), 0.2);
    background: linear-gradient(90deg, rgb(217,189,151), rgb(190,154,108));
    position: absolute;
    transition: width 0.4s ease;
    content: "";
    width: 80px;
    height: 4px;
}.title_greeting_7492 h1.main_front_6504:hover::after {
    width: 120px;
}.title_greeting_7492 p {
    line-height: 1.6;
    color: #000000;
    margin-bottom: 30px;
    max-width: 680px;
    opacity: 0;
    font-size: calc(16px + 2px);
    transform: translateY(20px);
    animation: slide-up 0.8s 0.4s forwards ease-out;
}.title_greeting_7492 .page_welcome_5601 {
    padding: 20px;
    animation: slide-up 0.8s 0.6s forwards ease-out;
    width: 100%;
    background: linear-gradient(145deg, #f0f4f8, #ffffff);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.05), 
             -12px -12px 24px rgba(255, 255, 255, 0.9);
    border-radius: 15px;
}.title_greeting_7492 .page_welcome_5601:hover {
    transform: translateY(-5px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.07), 
             -15px -15px 30px rgba(255, 255, 255, 1);
}.title_greeting_7492 .study_tracks_7582 {
    height: 300px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 10px;
}.title_greeting_7492 .study_tracks_7582::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(to bottom, 
              rgba(rgba(0, 0, 0, 0.5), 0.1), 
              rgba(#000000, 0.8));
    height: 100%;
}.title_greeting_7492 .study_tracks_7582 span {
    z-index: 2;
    width: 100%;
    padding: 30px;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    bottom: 0;
}.title_greeting_7492 .study_tracks_7582:hover span {
    transform: translateY(-5px);
}.title_greeting_7492 .study_tracks_7582 h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
    font-size: calc(24px - 2px);
}

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

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

@media (min-width: 768px) {.title_greeting_7492 {
    padding: 100px 50px;
}.title_greeting_7492 > div {
    gap: 40px;
    flex-direction: row;
    align-items: center;
}.title_greeting_7492 > div > div:first-child {
    flex: 1;
}.title_greeting_7492 .page_welcome_5601 {
    margin-top: 0;
    flex: 1;
}.title_greeting_7492 h1.main_front_6504 {
    font-size: calc(41px + 5px);
}.title_greeting_7492 .study_tracks_7582 {
    height: 400px;
}
}

@media (max-width: 767px) {.title_greeting_7492 {
    padding: 60px 20px;
}.title_greeting_7492 h1.main_front_6504 {
    font-size: calc(41px - 4px);
}.title_greeting_7492 p {
    font-size: 16px;
}.title_greeting_7492 .study_tracks_7582 h3 {
    font-size: calc(24px - 4px);
}
}

@media (max-width: 480px) {.title_greeting_7492 {
    padding: 40px 15px;
}.title_greeting_7492 h1.main_front_6504 {
    font-size: calc(41px - 8px);
}.title_greeting_7492 .study_tracks_7582 {
    height: 250px;
}.title_greeting_7492 .study_tracks_7582 span {
    padding: 20px;
}
}

@media (hover: none) {.title_greeting_7492 .page_welcome_5601:hover {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.05), 
               -12px -12px 24px rgba(255, 255, 255, 0.9);
    transform: none;
}.title_greeting_7492 .study_tracks_7582:hover span {
    transform: none;
}}.cert_block_0576 {
    z-index: 1;
    color: #ffffff;
    padding: 6rem 0 4rem;
    position: relative;
}.cert_block_0576::before {
    background: #000000;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.85;
    z-index: -1;
    width: 100%;
}.cert_block_0576::after {
    background-position: center;
    background-size: 30px 30px;
    opacity: 0.15;
    animation: gridAnimate 15s linear infinite;
    z-index: -1;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(rgba(rgb(217,189,151), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(217,189,151), 0.2) 1px, transparent 1px);
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.cert_block_0576 .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 2rem;
}.cert_block_0576 .company_holder {
    position: relative;
    grid-column: 1 / 5;
    grid-row: 1;
}.cert_block_0576 .company_holder::before {
    border-left: 2px solid rgb(217,189,151);
    left: -20px;
    border-top: 2px solid rgb(217,189,151);
    opacity: 0.7;
    height: 60px;
    top: -20px;
    width: 60px;
    content: "";
    position: absolute;
}.cert_block_0576 .company_holder::after {
    border-bottom: 2px solid rgb(217,189,151);
    border-right: 2px solid rgb(217,189,151);
    position: absolute;
    right: -20px;
    bottom: -20px;
    height: 60px;
    content: "";
    width: 60px;
    opacity: 0.7;
}.cert_block_0576 .company_holder h3 {
    margin-bottom: 1.5rem;
    -webkit-background-clip: text !important;
    display: inline-block;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    position: relative;
    background: linear-gradient(90deg, #ffffff, rgb(217,189,151));
}.cert_block_0576 .company_holder h3::after {
    width: 30%;
    content: "";
    background: rgb(217,189,151);
    position: absolute;
    box-shadow: 0 0 10px rgb(217,189,151);
    left: 0;
    bottom: -5px;
    height: 2px;
}.cert_block_0576 .footer_workshops_1235 {
    color: #ffffff;
    font-size: 12px;
    margin-top: 1.5rem;
    opacity: 0.8;
    line-height: 1.6;
}.cert_block_0576 .intern_opp_1738 {
    display: flex;
    grid-column: 6 / 13;
    justify-content: flex-end;
    grid-row: 1;
}.cert_block_0576 .nav_sitebar_7391 {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    width: 100%;
}.cert_block_0576 .nav_wrap_2163 {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 10px;
    position: relative;
    backdrop-filter: blur(4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}.cert_block_0576 .nav_wrap_2163:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
}.cert_block_0576 .nav_wrap_2163::before {
    left: 0;
    content: "";
    top: 0;
    transition: height 0.3s ease;
    position: absolute;
    width: 3px;
    background: rgb(217,189,151);
    height: 0;
}.cert_block_0576 .nav_wrap_2163:hover::before {
    height: 100%;
}.cert_block_0576 .nav_wrap_2163 h5 {
    font-size: 21px;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    padding-left: 1rem;
    color: rgb(190,154,108);
}.cert_block_0576 .nav_wrap_2163 h5::before {
    box-shadow: 0 0 10px rgb(217,189,151);
    top: 50%;
    height: 5px;
    left: 0;
    border-radius: 50%;
    background: rgb(217,189,151);
    content: "";
    position: absolute;
    width: 5px;
    transform: translateY(-50%);
}.cert_block_0576 .nav_wrap_2163 .nav_sitebar_7391 {
    display: flex;
    gap: 0.7rem;
    flex-direction: column;
}.cert_block_0576 .nav_wrap_2163 .nav_sitebar_7391 a {
    border-radius: 10px;
    opacity: 0.7;
    text-decoration: none;
    padding: 0.4rem 1rem;
    z-index: 1;
    transition: all 0.3s ease;
    overflow: hidden;
    font-size: 12px;
    position: relative;
    color: #ffffff;
}.cert_block_0576 .nav_wrap_2163 .nav_sitebar_7391 a::before {
    z-index: -1;
    transition: transform 0.3s ease;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(rgb(217,189,151,0.5), 0.1), transparent);
}.cert_block_0576 .nav_wrap_2163 .nav_sitebar_7391 a:hover {
    color: #ffffff;
    padding-left: 1.5rem;
    opacity: 1;
}.cert_block_0576 .nav_wrap_2163 .nav_sitebar_7391 a:hover::before {
    transform: translateX(0);
}.netiquette_7134 {
    margin-top: 4rem;
    position: relative;
    grid-row: 2;
    grid-column: 1 / 13;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1.5rem 0;
}.netiquette_7134::before {
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(217,189,151), transparent);
    content: "";
    transform: translateX(-50%);
    height: 1px;
    width: 60%;
    left: 50%;
    position: absolute;
}.netiquette_7134 .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.netiquette_7134 .footer_benefit_6138 {
    opacity: 0.7;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 992px) {.cert_block_0576 .container {
    grid-template-columns: repeat(1, 1fr);
}.cert_block_0576 .company_holder {
    grid-row: 1;
    grid-column: 1;
}.cert_block_0576 .intern_opp_1738 {
    grid-row: 2;
    grid-column: 1;
    margin-top: 2rem;
}.netiquette_7134 {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.cert_block_0576 {
    padding: 4rem 0 3rem;
}.cert_block_0576 .nav_sitebar_7391 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.cert_block_0576 .nav_wrap_2163 {
    padding: 1.2rem;
}.cert_block_0576 .nav_wrap_2163 h5 {
    font-size: calc(21px * 0.9);
}.cert_block_0576 .company_holder::before,
    .cert_block_0576 .company_holder::after {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.cert_block_0576 {
    padding: 3rem 0 2rem;
}.cert_block_0576 .company_holder h3 {
    font-size: calc(30px * 0.9);
}.cert_block_0576 .footer_workshops_1235 {
    font-size: calc(12px * 0.9);
}.cert_block_0576 .nav_wrap_2163 .nav_sitebar_7391 a {
    font-size: calc(12px * 0.9);
}.netiquette_7134 {
    margin-top: 2rem;
    padding: 1rem 0;
}}.reach_us_8641 {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: rgb(243,229,209);
}.reach_us_8641::before {
    left: 0;
    background: linear-gradient(135deg, rgb(217,189,151,0.5) 0%, transparent 40%, rgb(190,154,108,0.5) 100%);
    top: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    opacity: 0.4;
}.reach_us_8641::after {
    position: absolute;
    left: 50%;
    opacity: 0.2;
    background: radial-gradient(circle, rgb(217,189,151,0.5) 0%, transparent 60%);
    transform: translate(-50%, -50%);
    z-index: 0;
    content: "";
    top: 50%;
    animation: pulse 15s infinite alternate;
    width: 200%;
    height: 200%;
}@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.2;
    }
}

.reach_us_8641 .container {
    z-index: 2;
    position: relative;
}.reach_us_8641 .message_card_9816 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 13px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    backdrop-filter: blur(10px);
}.reach_us_8641 .message_card_9816::before {
    border-radius: 50%;
    opacity: 0.4;
    width: 150px;
    filter: blur(30px);
    z-index: -1;
    top: -75px;
    background: linear-gradient(45deg, rgb(217,189,151) 0%, rgb(190,154,108) 100%);
    content: "";
    position: absolute;
    height: 150px;
    right: -75px;
}.reach_us_8641 .message_card_9816::after {
    width: 100%;
    left: 0;
    height: 2px;
    bottom: 0;
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(90deg, transparent 0%, rgb(217,189,151) 50%, transparent 100%);
    animation: slideLine 8s infinite;
}@keyframes slideLine {
    0% {
        transform: translateX(-100%);
        opacity: 0.7;
    }
    50% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.7;
    }
}

.reach_us_8641 h2 {
    margin-bottom: 30px;
    font-size: 34px;
    color: #000000;
    display: inline-block;
    font-weight: 700;
    position: relative;
}.reach_us_8641 h2::after {
    height: 4px;
    bottom: -10px;
    border-radius: 10px;
    left: 0;
    width: 50%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(217,189,151) 0%, rgb(190,154,108) 100%);
}.reach_us_8641 p {
    position: relative;
    z-index: 2;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.7;
    font-size: 14px;
}.reach_us_8641 .connect_block_3971 {
    margin-top: 40px;
    justify-content: center;
    position: relative;
    gap: 40px;
    display: flex;
}.reach_us_8641 .connect_block_3971::before {
    top: -20px;
    width: 80%;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(217,189,151,0.5), transparent);
}.reach_us_8641 .online_questions_7940 {
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    align-items: center;
    height: 70px;
    width: 70px;
    z-index: 1;
    text-decoration: none;
}.reach_us_8641 .online_questions_7940::before {
    top: 0;
    opacity: 0.2;
    transform: scale(0.85);
    position: absolute;
    width: 100%;
    border-radius: 50%;
    background: conic-gradient(from 135deg, rgb(217,189,151) 0%, transparent 60%, rgb(190,154,108) 120%, rgb(217,189,151) 180%);
    z-index: -1;
    content: "";
    height: 100%;
    transition: all 0.4s ease;
    left: 0;
}.reach_us_8641 .online_questions_7940::after {
    right: -2px;
    border-radius: 50%;
    animation: rotate 10s linear infinite;
    bottom: -2px;
    border-right-color: rgb(190,154,108);
    left: -2px;
    background: transparent;
    border: 2px solid transparent;
    opacity: 0.3;
    z-index: -1;
    border-top-color: rgb(217,189,151);
    transition: all 0.4s ease;
    position: absolute;
    content: "";
    top: -2px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.reach_us_8641 .online_questions_7940:hover {
    transform: translateY(-5px) scale(1.15);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 
                0 0 15px rgb(217,189,151,0.5),
                0 0 30px rgb(190,154,108,0.5);
}.reach_us_8641 .online_questions_7940:hover::before {
    opacity: 0.6;
    transform: scale(1);
}.reach_us_8641 .online_questions_7940:hover::after {
    top: -3px;
    border-width: 3px;
    opacity: 0.8;
    bottom: -3px;
    right: -3px;
    left: -3px;
}.reach_us_8641 .online_questions_7940 svg {
    width: 28px;
    transition: all 0.4s ease;
    fill: rgb(217,189,151);
    height: 28px;
    stroke: rgb(217,189,151);
    filter: drop-shadow(0 0 3px rgb(217,189,151,0.5));
}.reach_us_8641 .online_questions_7940:hover svg {
    filter: drop-shadow(0 0 8px rgb(217,189,151));
    stroke: #ffffff;
    fill: #ffffff;
    transform: scale(1.2);
}.reach_us_8641 .online_questions_7940 svg path {
    transition: all 0.4s ease;
    stroke: rgb(217,189,151);
    fill: rgb(217,189,151);
}.reach_us_8641 .online_questions_7940:hover svg path {
    fill: #ffffff;
    stroke: #ffffff;
}.reach_us_8641 p svg {
    height: 20px;
    transition: all 0.3s ease;
    width: 20px;
    fill: rgb(217,189,151);
    margin-right: 10px;
    vertical-align: middle;
    stroke: rgb(217,189,151);
}.reach_us_8641 p:hover svg {
    fill: rgb(190,154,108);
    stroke: rgb(190,154,108);
}.reach_us_8641 p svg path {
    fill: rgb(217,189,151);
    transition: all 0.3s ease;
    stroke: rgb(217,189,151);
}.reach_us_8641 p:hover svg path {
    fill: rgb(190,154,108);
    stroke: rgb(190,154,108);
}

@media (max-width: 992px) {.reach_us_8641 {
    padding: 60px 0;
}.reach_us_8641 .message_card_9816 {
    padding: 30px;
}.reach_us_8641 h2 {
    font-size: calc(34px * 0.9);
}.reach_us_8641 .connect_block_3971 {
    gap: 30px;
}.reach_us_8641 .online_questions_7940 {
    height: 65px;
    width: 65px;
}
}

@media (max-width: 768px) {.reach_us_8641 {
    padding: 50px 0;
}.reach_us_8641 .message_card_9816 {
    padding: 25px;
}.reach_us_8641 h2 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.8);
}.reach_us_8641 p {
    font-size: calc(14px * 0.95);
    margin-bottom: 20px;
}.reach_us_8641 .connect_block_3971 {
    gap: 25px;
}.reach_us_8641 .online_questions_7940 {
    height: 60px;
    width: 60px;
}.reach_us_8641 .online_questions_7940 svg {
    width: 24px;
    height: 24px;
}
}

@media (max-width: 576px) {.reach_us_8641 {
    padding: 40px 0;
}.reach_us_8641 .message_card_9816 {
    padding: 20px;
    border-radius: calc(13px * 0.8);
}.reach_us_8641 h2 {
    margin-bottom: 15px;
    font-size: calc(34px * 0.7);
}.reach_us_8641 h2::after {
    bottom: -8px;
    height: 3px;
}.reach_us_8641 p {
    margin-bottom: 15px;
    font-size: calc(14px * 0.9);
}.reach_us_8641 .connect_block_3971 {
    margin-top: 25px;
    gap: 15px;
}.reach_us_8641 .online_questions_7940 {
    width: 50px;
    height: 50px;
}.reach_us_8641 .online_questions_7940 svg {
    width: 20px;
    height: 20px;
}.reach_us_8641 .online_questions_7940::after {
    top: -1px;
    bottom: -1px;
    border-width: 1px;
    left: -1px;
    right: -1px;
}.reach_us_8641 .online_questions_7940:hover::after {
    top: -2px;
    border-width: 2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
}
}

@media (prefers-reduced-motion) {.reach_us_8641::after,
    .reach_us_8641 .message_card_9816::after {
    animation: none;
}
}