﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    text-decoration: none;
    color: inherit;
}.head_skill46 {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    min-height: 100%;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
}.wrapper-canvas68 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}.container {
    width: 1162px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.footer_subscribe36 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    background: linear-gradient(90deg, rgb(116,159,180) 0%, rgb(180,201,208) 100%);
    z-index: 100;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 0;
    padding: 0;
    overflow: visible;
}header::before {
    content: '';
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}header .site_navbar49 {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
    padding: 1.2rem 2.5rem;
    z-index: 5;
}header .head_learn74 {
    flex: 0 0 auto;
    padding: 0.5rem;
    overflow: visible;
    position: relative;
    margin-right: 2rem;
}header .head_learn74::before {
    right: -5px;
    transition: all 0.3s ease;
    content: '';
    transform: skew(-5deg);
    left: -5px;
    bottom: -5px;
    opacity: 0.1;
    top: -5px;
    z-index: -1;
    position: absolute;
    border: 2px solid #ffffff;
}header .head_learn74::after {
    z-index: -1;
    right: -5px;
    opacity: 0;
    left: -5px;
    top: -5px;
    transform: skew(-5deg);
    bottom: -5px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    position: absolute;
    content: '';
    transition: all 0.3s ease;
}header .head_learn74:hover::before {
    opacity: 0;
}header .head_learn74:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .page_header64 {
    position: relative;
    display: block;
    transition: all 0.3s ease;
}header .page_header64:hover {
    transform: scale(1.05);
}header .page_header64 img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .nav_site71 {
    margin: 0;
    display: flex;
    position: relative;
    padding: 0;
    list-style: none;
    z-index: 2;
}header .top_mentor95 {
    position: relative;
    margin: 0 0.4rem;
}header .top_mentor95 a {
    z-index: 1;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    transition: all 0.3s ease;
    font-size: 13px;
    height: 40px;
    text-decoration: none;
    text-shadow: 0 0 5px #ffffff;
    letter-spacing: 0.5px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: center;
    font-weight: 600;
    align-items: center;
    padding: 0 1.2rem;
    color: #ffffff;
}header .top_mentor95 a::before {
    transform: scale(0.9);
    position: absolute;
    z-index: -1;
    right: -2px;
    top: -2px;
    left: -2px;
    transition: opacity 0.3s ease;
    bottom: -2px;
    opacity: 0;
    content: '';
    background: #ffffff;
}header .top_mentor95 a:hover {
    text-shadow: none;
    transform: translateY(-3px);
    border-color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    color: rgb(180,201,208);
}header .top_mentor95 a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .top_mentor95::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    width: 80%;
    content: '';
    left: 10%;
    height: 5px;
    transition: all 0.3s ease;
    opacity: 0;
    filter: blur(3px);
    bottom: -10px;
}header .top_mentor95:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .site_navbar49::before {
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    position: absolute;
    top: 0;
    content: '';
    height: 1px;
    left: 0;
}header .site_navbar49::after {
    content: '';
    height: 1px;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
}header .head_skill46 {
    z-index: 1;
    padding-top: 2rem;
    background: rgb(223,229,231);
    position: relative;
}

@media (min-width: 1400px) {header .site_navbar49 {
    margin: 0 auto;
    max-width: 1320px;
}header .top_mentor95 {
    margin: 0 0.6rem;
}header .top_mentor95 a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .site_navbar49 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head_learn74 {
    margin-bottom: 0;
    margin-right: 0;
}header .nav_site71 {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .top_mentor95 a {
    font-size: calc(13px - 1px);
    padding: 0 1rem;
    height: 36px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .site_navbar49 {
    padding: 0.8rem 1.5rem;
}header .head_learn74 {
    max-width: 140px;
}header .head_learn74::before, 
    header .head_learn74::after {
    left: -3px;
    right: -3px;
    bottom: -3px;
    top: -3px;
}header .page_header64 img {
    max-height: 35px;
}header .nav_site71 {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
}header .nav_site71::-webkit-scrollbar {
    height: 3px;
}header .nav_site71::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .top_mentor95 {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .top_mentor95 a {
    white-space: nowrap;
    font-size: calc(13px - 2px);
    padding: 0 0.8rem;
    height: 32px;
}header .top_mentor95::after {
    display: none;
}
}

@media (max-width: 479px) {header .site_navbar49 {
    padding: 0.7rem 1.2rem;
}header .head_learn74 {
    max-width: 120px;
}header .top_mentor95 a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(13px - 3px);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(180,201,208);
}header .top_plank .best_focus31 div svg, header .top_plank .best_focus31 div svg path {
    fill: #ffffff;
}header .top_plank .best_focus31 div span {
    color: #ffffff;
}header .top_plank .best_focus31 {
    padding: 15px 0 10px 0;
    align-items: center;
    line-height: 21px;
    flex-wrap: wrap;
    font-size: 12px;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}header .top_plank .best_focus31 div {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-right: 24px;
}header .top_plank .best_focus31 div img, header .top_plank .best_focus31 div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.pricing_section76 {
    position: relative;
    background: linear-gradient(135deg, rgb(223,229,231) 0%, rgb(180,201,208,0.5) 100%);
    padding: 100px 0;
    overflow: hidden;
}.pricing_section76::before {
    z-index: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    background: radial-gradient(circle at 30% 70%, rgb(116,159,180,0.5) 0%, transparent 60%);
    top: 0;
    pointer-events: none;
}.pricing_section76 .container {
    z-index: 1;
    padding: 0 15px;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
}.pricing_section76 .offer_box73 {
    position: relative;
    gap: 60px;
    display: flex;
    flex-direction: column-reverse;
}.pricing_section76 .payment_option78 {
    max-width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(0deg);
    padding: 30px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    position: relative;
    border-left: 3px solid rgb(180,201,208);
}.pricing_section76 .payment_option78:hover {
    transform: perspective(1000px) rotateX(2deg);
}.pricing_section76 .payment_option78 h2 {
    font-size: 37px;
    font-weight: 700;
    letter-spacing: -0.02em;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(180,201,208), rgb(116,159,180));
    color: transparent;
    transform: translateZ(0);
    background-clip: text !important;
    line-height: 1.3;
    margin-bottom: 20px;
}.pricing_section76 .payment_option78 .cert_cost96 {
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 0;
    overflow-wrap: break-word;
    max-width: 700px;
    color: #000000;
    word-break: break-word;
}.pricing_section76 .program_rate63 {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 30px;
}.pricing_section76 .plan_rates45 {
    display: block;
    transform: translateY(0);
    border-radius: 4px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}.pricing_section76 .plan_rates45:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
}.pricing_section76 .indv_cost08 {
    height: 100%;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    display: flex;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 95%);
}.pricing_section76 .indv_cost08::before {
    top: 0;
    content: "";
    width: 100%;
    transition: transform 0.4s ease-out;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(180,201,208), rgb(116,159,180));
    left: 0;
    position: absolute;
    height: 5px;
    transform: scaleX(0.8);
}.pricing_section76 .plan_rates45:hover .indv_cost08::before {
    transform: scaleX(1);
}.pricing_section76 .pricing_pack26 {
    z-index: 1;
    display: flex;
    flex: 1;
    padding: 30px;
    position: relative;
    flex-direction: column;
}.pricing_section76 .pricing_pack26 h3 {
    text-overflow: ellipsis;
    font-weight: 700;
    white-space: nowrap;
    color: #000000;
    transform-origin: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    font-size: calc(22px + 2px);
    transition: transform 0.3s ease;
}.pricing_section76 .plan_rates45:hover .pricing_pack26 h3 {
    color: rgb(180,201,208);
    transform: translateX(5px) scale(1.03);
}.pricing_section76 .cost_fee14 {
    color: rgb(116,159,180);
    font-size: calc(22px + 4px);
    display: inline-block;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}.pricing_section76 .cost_fee14::after {
    background: rgb(180,201,208);
    transform: scaleX(0.5);
    position: absolute;
    content: "";
    height: 3px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: left;
    bottom: -5px;
    width: 50px;
    left: 0;
}.pricing_section76 .plan_rates45:hover .cost_fee14::after {
    transform: scaleX(1);
}.pricing_section76 .pricing_pack26 p {
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 18px;
    overflow: hidden;
    flex: 1;
    display: -webkit-box;
    margin-bottom: 0;
    color: #000000;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}.pricing_section76 .img_overlay_box12 {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    overflow: hidden;
    height: 200px;
}.pricing_section76 .img_overlay_box12::after {
    position: absolute;
    pointer-events: none;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    left: 0;
}.pricing_section76 .plan_rates45:hover .img_overlay_box12 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.pricing_section76 .program_rate63 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_section76 .payment_option78 {
    padding: 40px;
}.pricing_section76 .pricing_pack26 {
    padding: 30px 35px;
}.pricing_section76 .img_overlay_box12 {
    height: 240px;
}
}

@media (min-width: 992px) {.pricing_section76 .offer_box73 {
    align-items: stretch;
    gap: 40px;
    flex-direction: row;
}.pricing_section76 .payment_option78 {
    flex-direction: column;
    padding: 50px 40px;
    justify-content: center;
    display: flex;
    width: 30%;
}.pricing_section76 .program_rate63 {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.pricing_section76 .pricing_pack26 {
    padding: 30px;
}.pricing_section76 .pricing_pack26 p {
    -webkit-line-clamp: 6;
}
}

@media (min-width: 1200px) {.pricing_section76 {
    padding: 120px 0;
}.pricing_section76 .program_rate63 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_section76 .payment_option78 h2 {
    font-size: calc(37px + 4px);
}.pricing_section76 .pricing_pack26 h3 {
    font-size: calc(22px + 4px);
}.pricing_section76 .cost_fee14 {
    font-size: calc(22px + 8px);
}.pricing_section76 .img_overlay_box12 {
    height: 280px;
}
}

@media (min-width: 1400px) {.pricing_section76 .program_rate63 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_section76 .pricing_pack26 p {
    -webkit-line-clamp: 7;
}
}

@media (hover: hover) {.pricing_section76 .plan_rates45 {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.pricing_section76 .plan_rates45:hover {
    transform: translateY(-10px) scale(1.02);
}}.program_details94 {
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    background-color: rgb(223,229,231);
}.program_details94::before {
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 30%, #000000 100%);
    z-index: 2;
    position: absolute;
    content: "";
}.program_details94 .learn_business08 {
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}.program_details94 .knowledge_route16 {
    width: calc(100% * 5);
    animation: carousel-slide 35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    display: flex;
    height: 100%;
}.program_details94 .learn_business08:hover .knowledge_route16 {
    animation-play-state: paused;
}.program_details94 .learn_network71 {
    height: 100%;
    width: calc(100% / 5);
    position: relative;
}.program_details94 .learn_network71 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}.program_details94 .container {
    margin-top: auto;
    z-index: 3;
    padding-bottom: 80px;
    position: relative;
}.program_details94 .study_pro54 {
    display: flex;
    justify-content: center;
}.program_details94 .program_guide32 {
    background: rgba(0, 0, 0, 0.5);
    max-width: 800px;
    backdrop-filter: blur(8px);
    border-radius: 0;
    animation: float-up 1s forwards;
    padding: 50px;
    position: relative;
    border-top: 4px solid rgb(180,201,208);
    width: 100%;
    overflow: hidden;
    transform: translateY(30px);
}.program_details94 .program_guide32::before,
.program_details94 .program_guide32::after {
    position: absolute;
    background: rgb(180,201,208);
    opacity: 0.3;
    content: "";
    z-index: -1;
    border-radius: 50%;
}.program_details94 .program_guide32::before {
    height: 300px;
    right: -150px;
    width: 300px;
    top: -150px;
}.program_details94 .program_guide32::after {
    height: 200px;
    left: -100px;
    bottom: -100px;
    width: 200px;
}.program_details94 .program_guide32 h3 {
    color: #ffffff;
    position: relative;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}.program_details94 .program_guide32 p {
    line-height: 1.7;
    font-size: 15px;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 30px;
    text-align: center;
}.program_details94 .program_guide32 .help_card03 {
    margin: 0 auto;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    padding: 15px 0;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 18px;
    position: relative;
    text-decoration: none;
    background: rgb(180,201,208);
    display: block;
    width: 200px;
    text-align: center;
}.program_details94 .program_guide32 .help_card03::before {
    left: 0;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    content: "";
    background: rgb(116,159,180);
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}.program_details94 .program_guide32 .help_card03:hover {
    color: #ffffff;
}.program_details94 .program_guide32 .help_card03:hover::before {
    transform: translateX(0);
}

@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes float-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 992px) {.program_details94 {
    min-height: 100vh;
}.program_details94 .container {
    padding-bottom: 60px;
}.program_details94 .program_guide32 {
    padding: 40px 30px;
}.program_details94 .program_guide32 h3 {
    font-size: calc(37px * 1.1);
}
}

@media (max-width: 768px) {.program_details94 {
    min-height: auto;
    height: auto;
    padding-top: 50vh;
}.program_details94::before {
    background: linear-gradient(180deg, transparent 40%, #000000 70%);
}.program_details94 .learn_business08 {
    top: 0;
    height: 50vh;
    position: fixed;
}.program_details94 .container {
    padding-bottom: 50px;
    margin-top: 0;
}.program_details94 .program_guide32 {
    padding: 30px 25px;
}.program_details94 .program_guide32 h3 {
    font-size: 37px;
}.program_details94 .program_guide32 .help_card03 {
    width: 100%;
}
}

@media (max-width: 576px) {.program_details94 {
    padding-top: 45vh;
}.program_details94 .learn_business08 {
    height: 45vh;
}.program_details94 .container {
    padding-bottom: 40px;
}.program_details94 .program_guide32 {
    padding: 25px 20px;
}.program_details94 .program_guide32 h3 {
    font-size: calc(19px * 1.1);
    margin-bottom: 15px;
}.program_details94 .program_guide32 p {
    margin-bottom: 25px;
}.program_details94 .program_guide32 .help_card03 {
    padding: 12px 0;
}}.footer_subscribe36 {
    padding: 6rem 0 3rem;
    z-index: 1;
    position: relative;
    color: #ffffff;
    background-attachment: fixed;
}.footer_subscribe36::before {
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    left: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(180,201,208,0.5) 100%);
    position: absolute;
}.footer_subscribe36::after {
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    left: 0;
    position: absolute;
    top: 0;
    pointer-events: none;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.footer_subscribe36 .container {
    display: flex;
    position: relative;
    flex-direction: column;
}.footer_subscribe36 .company_holder {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 3rem;
    position: relative;
    text-align: center;
}.footer_subscribe36 .company_holder::before,
.footer_subscribe36 .company_holder::after {
    content: "";
    bottom: -1px;
    width: 20%;
    animation: slide 3s infinite alternate;
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(116,159,180), transparent);
}.footer_subscribe36 .company_holder::before {
    left: 0;
    animation-delay: 0s;
}.footer_subscribe36 .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.footer_subscribe36 .company_holder h3 {
    position: relative;
    font-weight: 700;
    font-size: calc(35px * 1.3);
    margin-bottom: 1rem;
    display: inline-block;
}.footer_subscribe36 .company_holder h3::after {
    content: "";
    transform: translateX(-50%);
    width: 60px;
    background: rgb(116,159,180);
    position: absolute;
    left: 50%;
    height: 3px;
    bottom: -10px;
}.footer_subscribe36 .grant_info86 {
    line-height: 1.7;
    margin: 1.5rem auto 0;
    font-size: 17px;
    color: #ffffff;
    max-width: 600px;
    opacity: 0.8;
}.footer_subscribe36 .workshop_cta36 {
    display: flex;
    justify-content: center;
}.footer_subscribe36 .site_core54 {
    gap: 6rem;
    display: flex;
    position: relative;
}.footer_subscribe36 .site_core54::before {
    transform: translateX(-50%);
    height: 20px;
    position: absolute;
    content: "";
    left: 50%;
    top: -30px;
    width: 1px;
    background: rgb(180,201,208);
}.footer_subscribe36 .nav_site71 {
    border-radius: 10px;
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.05);
}.footer_subscribe36 .nav_site71:hover {
    background: rgba(rgb(180,201,208,0.5), 0.1);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.footer_subscribe36 .nav_site71 h5 {
    color: rgb(116,159,180);
    padding-bottom: 0.8rem;
    text-align: center;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
}.footer_subscribe36 .nav_site71 .site_core54 {
    display: flex;
    position: static;
    flex-direction: column;
    gap: 0.8rem;
}.footer_subscribe36 .nav_site71 .site_core54 a {
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    opacity: 0.75;
    padding: 0.4rem 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
}.footer_subscribe36 .nav_site71 .site_core54 a::before {
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: scaleX(0);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(180,201,208), transparent);
    height: 1px;
    transform-origin: center;
    transition: transform 0.4s ease;
    width: 100%;
    position: absolute;
}.footer_subscribe36 .nav_site71 .site_core54 a:hover {
    opacity: 1;
    color: rgb(116,159,180);
}.footer_subscribe36 .nav_site71 .site_core54 a:hover::before {
    transform: scaleX(1);
}.credit_info54 {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    margin-top: 4rem;
    position: relative;
    padding: 1.2rem 0;
}.credit_info54::before {
    left: 0;
    animation: bgMove 20s linear infinite;
    opacity: 0.3;
    background-size: 4px 4px;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, rgba(rgb(180,201,208,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(180,201,208,0.5), 0.05) 50%, rgba(rgb(180,201,208,0.5), 0.05) 75%, transparent 75%, transparent);
    top: 0;
    content: "";
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.credit_info54 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.credit_info54 .scholar_cta70 {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
    text-align: center;
    opacity: 0.8;
}.credit_info54 .scholar_cta70::before,
.credit_info54 .scholar_cta70::after {
    color: rgb(180,201,208);
    content: "•";
    margin: 0 0.6rem;
}

@media screen and (max-width: 992px) {.footer_subscribe36 {
    padding: 4rem 0 2rem;
}.footer_subscribe36 .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.footer_subscribe36 .company_holder h3 {
    font-size: 35px;
}.footer_subscribe36 .site_core54 {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.footer_subscribe36 .workshop_cta36 {
    flex-direction: column;
    align-items: center;
}.footer_subscribe36 .site_core54 {
    gap: 2rem;
    max-width: 450px;
    flex-direction: column;
    width: 100%;
}.footer_subscribe36 .nav_site71 {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.footer_subscribe36 {
    padding: 3rem 0 1.5rem;
}.footer_subscribe36 .company_holder h3 {
    font-size: calc(35px * 0.9);
}.footer_subscribe36 .grant_info86 {
    font-size: calc(17px * 0.9);
}.footer_subscribe36 .nav_site71 {
    padding: 1rem;
}.footer_subscribe36 .nav_site71 h5 {
    font-size: calc(22px * 0.9);
}.credit_info54 {
    margin-top: 2rem;
    padding: 1rem 0;
}.credit_info54 .scholar_cta70 {
    font-size: calc(12px * 0.9);
}.credit_info54 .scholar_cta70::before,
    .credit_info54 .scholar_cta70::after {
    display: none;
}}.education_experience86 {
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(223,229,231) 0%, rgb(180,201,208,0.5) 35%, rgb(116,159,180,0.5) 100%);
}.education_experience86::before {
    left: -10%;
    height: 200%;
    top: -50%;
    animation: rotate 20s linear infinite;
    opacity: 0.2;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(180,201,208,0.5) 120deg, transparent 180deg, rgb(116,159,180,0.5) 260deg, transparent 360deg);
    width: 200%;
    position: absolute;
    content: "";
    z-index: 0;
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.education_experience86 .container {
    z-index: 1;
    perspective: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.education_experience86 .feedback_carousel14 {
    gap: 1.5rem;
    border-radius: 15px;
    padding: 2.5rem;
    grid-template-columns: minmax(220px, 1fr) 2fr;
    background: #ffffff;
    grid-template-rows: auto auto;
    transform-style: preserve-3d;
    transition: transform 0.5s ease;
    grid-template-areas:
    "photo quote"
    "name quote";
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(180,201,208,0.5);
    backdrop-filter: blur(10px);
    display: grid;
    transform: rotateX(5deg) rotateY(-2deg);
}.education_experience86 .feedback_carousel14:hover {
    transform: rotateX(0) rotateY(0);
}.education_experience86 .img_overlay_box12 {
    box-shadow: 
    -5px 5px 0 rgb(116,159,180),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    grid-area: photo;
    width: 100%;
    border-radius: 15px;
    transform: translateZ(20px);
    aspect-ratio: 1/1;
    transition: transform 0.3s ease;
}.education_experience86 .feedback_carousel14:hover .img_overlay_box12 {
    transform: translateZ(30px) scale(1.05);
}.education_experience86 .name {
    position: relative;
    color: rgb(180,201,208);
    font-size: 22px;
    display: block;
    padding-left: 1rem;
    transform: translateZ(10px);
    grid-area: name;
    margin-bottom: 0.5rem;
    font-weight: 700;
}.education_experience86 .name + span {
    align-self: end;
    margin-top: 2rem;
    transform: translateZ(5px);
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 1rem;
    color: #000000;
    text-transform: uppercase;
    opacity: 0.8;
    grid-area: name;
    font-size: 15px;
}.education_experience86 .experience_area14 {
    padding: 2rem;
    color: #000000;
    transition: transform 0.3s ease;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    font-size: calc(15px * 1.1);
    line-height: 1.7;
    background: linear-gradient(to right, #ffffff, rgb(223,229,231));
    border-radius: 15px;
    transform: translateZ(15px);
    position: relative;
    grid-area: quote;
}.education_experience86 .experience_area14::before {
    border-radius: 15px;
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(45deg, rgb(180,201,208,0.5) 0%, transparent 40%, transparent 60%, rgb(116,159,180,0.5) 100%);
    mix-blend-mode: overlay;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
}.education_experience86 .feedback_carousel14:hover .experience_area14 {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.education_experience86 .feedback_carousel14 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    transform: none;
    grid-template-areas:
      "img_overlay_box12"
      "name"
      "experience_area14";
}.education_experience86 .img_overlay_box12 {
    max-width: 200px;
    margin: 0 auto;
}.education_experience86 .name,
  .education_experience86 .name + span {
    text-align: center;
    padding-left: 0;
}.education_experience86 .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.education_experience86 {
    padding: 4rem 1rem;
}.education_experience86 .feedback_carousel14 {
    padding: 1.5rem;
}.education_experience86 .experience_area14 {
    padding: 1.5rem;
}}.greeting_page75 {
    min-height: 100vh;
    width: 100%;
    background: #000000;
    overflow: hidden;
    position: relative;
}.greeting_page75::before {
    background-size: 100px 100px;
    left: 0;
    top: 0;
    background: 
        repeating-conic-gradient(
            #000000 0deg 10deg, 
            rgba(0, 0, 0, 0.5) 10deg 15deg
        );
    height: 100%;
    opacity: 0.3;
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
}.greeting_page75 .study_pro54 {
    z-index: 1;
    height: 100vh;
    position: relative;
    width: 100%;
}.greeting_page75 .learn_welcome42 {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}.greeting_page75 .learn_welcome42 input {
    display: none;
}.greeting_page75 .course_front02 {
    position: absolute;
    height: 100%;
    transition: none;
    width: 100%;
}.greeting_page75 .fast_skill09 {
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    transition: clip-path 0.8s ease-in-out, opacity 0.5s ease-in-out;
    top: 0;
}.greeting_page75 .fast_skill09 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}.greeting_page75 .learn_welcome42 input:nth-child(1):checked ~ .course_front02 .fast_skill09:nth-child(1),
.greeting_page75 .learn_welcome42 input:nth-child(2):checked ~ .course_front02 .fast_skill09:nth-child(2),
.greeting_page75 .learn_welcome42 input:nth-child(3):checked ~ .course_front02 .fast_skill09:nth-child(3),
.greeting_page75 .learn_welcome42 input:nth-child(4):checked ~ .course_front02 .fast_skill09:nth-child(4),
.greeting_page75 .learn_welcome42 input:nth-child(5):checked ~ .course_front02 .fast_skill09:nth-child(5),
.greeting_page75 .learn_welcome42 input:nth-child(6):checked ~ .course_front02 .fast_skill09:nth-child(6),
.greeting_page75 .learn_welcome42 input:nth-child(7):checked ~ .course_front02 .fast_skill09:nth-child(7),
.greeting_page75 .learn_welcome42 input:nth-child(8):checked ~ .course_front02 .fast_skill09:nth-child(8),
.greeting_page75 .learn_welcome42 input:nth-child(9):checked ~ .course_front02 .fast_skill09:nth-child(9),
.greeting_page75 .learn_welcome42 input:nth-child(10):checked ~ .course_front02 .fast_skill09:nth-child(10) {
    opacity: 1;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.greeting_page75 .start_top20 {
    transform: translateX(-50%);
    bottom: 50px;
    gap: 8px;
    z-index: 10;
    display: flex;
    left: 50%;
    position: absolute;
}.greeting_page75 .start_top20 label {
    overflow: hidden;
    background: #ffffff;
    height: 4px;
    position: relative;
    width: 50px;
    transition: all 0.4s ease;
    cursor: pointer;
    opacity: 0.3;
}.greeting_page75 .start_top20 label::after {
    content: "";
    width: 100%;
    transition: transform 0.3s ease;
    background: rgb(180,201,208);
    top: 0;
    position: absolute;
    height: 100%;
    left: -100%;
}.greeting_page75 .learn_welcome42 input:nth-child(1):checked ~ .start_top20 label:nth-child(1)::after,
.greeting_page75 .learn_welcome42 input:nth-child(2):checked ~ .start_top20 label:nth-child(2)::after,
.greeting_page75 .learn_welcome42 input:nth-child(3):checked ~ .start_top20 label:nth-child(3)::after,
.greeting_page75 .learn_welcome42 input:nth-child(4):checked ~ .start_top20 label:nth-child(4)::after,
.greeting_page75 .learn_welcome42 input:nth-child(5):checked ~ .start_top20 label:nth-child(5)::after,
.greeting_page75 .learn_welcome42 input:nth-child(6):checked ~ .start_top20 label:nth-child(6)::after,
.greeting_page75 .learn_welcome42 input:nth-child(7):checked ~ .start_top20 label:nth-child(7)::after,
.greeting_page75 .learn_welcome42 input:nth-child(8):checked ~ .start_top20 label:nth-child(8)::after,
.greeting_page75 .learn_welcome42 input:nth-child(9):checked ~ .start_top20 label:nth-child(9)::after,
.greeting_page75 .learn_welcome42 input:nth-child(10):checked ~ .start_top20 label:nth-child(10)::after {
    transform: translateX(100%);
}.greeting_page75 .learn_welcome42 input:nth-child(1):checked ~ .start_top20 label:nth-child(1),
.greeting_page75 .learn_welcome42 input:nth-child(2):checked ~ .start_top20 label:nth-child(2),
.greeting_page75 .learn_welcome42 input:nth-child(3):checked ~ .start_top20 label:nth-child(3),
.greeting_page75 .learn_welcome42 input:nth-child(4):checked ~ .start_top20 label:nth-child(4),
.greeting_page75 .learn_welcome42 input:nth-child(5):checked ~ .start_top20 label:nth-child(5),
.greeting_page75 .learn_welcome42 input:nth-child(6):checked ~ .start_top20 label:nth-child(6),
.greeting_page75 .learn_welcome42 input:nth-child(7):checked ~ .start_top20 label:nth-child(7),
.greeting_page75 .learn_welcome42 input:nth-child(8):checked ~ .start_top20 label:nth-child(8),
.greeting_page75 .learn_welcome42 input:nth-child(9):checked ~ .start_top20 label:nth-child(9),
.greeting_page75 .learn_welcome42 input:nth-child(10):checked ~ .start_top20 label:nth-child(10) {
    opacity: 1;
    width: 80px;
    background: #ffffff;
}.greeting_page75 .content_box73 {
    width: 80%;
    background: rgba(0, 0, 0, 0.6);
    left: 50%;
    max-width: 700px;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 3;
    text-align: center;
    border-radius: 15px;
    padding: 40px;
    backdrop-filter: blur(8px);
    position: absolute;
}.greeting_page75 .content_box73::before,
.greeting_page75 .content_box73::after {
    border-color: rgb(180,201,208);
    height: 20px;
    position: absolute;
    width: 20px;
    border-style: solid;
    content: "";
}.greeting_page75 .content_box73::before {
    border-width: 2px 0 0 2px;
    top: 15px;
    left: 15px;
}.greeting_page75 .content_box73::after {
    right: 15px;
    border-width: 0 2px 2px 0;
    bottom: 15px;
}.greeting_page75 .content_box73 .container {
    padding: 0;
}.greeting_page75 .content_box73 h1 {
    font-weight: 700;
    color: #ffffff;
    font-size: 47px;
    margin-bottom: 15px;
}.greeting_page75 .content_box73 h3 {
    margin-bottom: 25px;
    font-weight: 400;
    color: rgb(180,201,208);
    font-size: 24px;
}.greeting_page75 .content_box73 p {
    margin-bottom: 0;
    line-height: 1.6;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.8;
}.greeting_page75 .fast_skill09::after {
    position: absolute;
    left: 0;
    background: radial-gradient(circle at center, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.6) 100%);
    height: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
}.greeting_page75 .start_top20 label:hover {
    opacity: 0.8;
}.greeting_page75 .start_top20 label:active {
    opacity: 1;
}@keyframes pulse {
    0% { opacity: 0.8; }
    50% { opacity: 1; }
    100% { opacity: 0.8; }
}

.greeting_page75 .content_box73 h1,
.greeting_page75 .content_box73 h3,
.greeting_page75 .content_box73 p {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}.greeting_page75 .content_box73 h1 {
    animation-delay: 0.2s;
}.greeting_page75 .content_box73 h3 {
    animation-delay: 0.4s;
}.greeting_page75 .content_box73 p {
    animation-delay: 0.6s;
}@keyframes fadeIn {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.greeting_page75 .fast_skill09 {
    overflow: hidden;
}.greeting_page75 .fast_skill09 img {
    transition: transform 10s ease;
}.greeting_page75 .learn_welcome42 input:checked ~ .course_front02 .fast_skill09 img {
    transform: scale(1.1);
}

@media (max-width: 992px) {.greeting_page75 .content_box73 {
    width: 90%;
    padding: 30px;
}.greeting_page75 .content_box73 h1 {
    font-size: calc(47px * 0.9);
}
}

@media (max-width: 768px) {.greeting_page75 .start_top20 {
    bottom: 30px;
}.greeting_page75 .start_top20 label {
    height: 3px;
    width: 40px;
}.greeting_page75 .learn_welcome42 input:nth-child(1):checked ~ .start_top20 label:nth-child(1),
    .greeting_page75 .learn_welcome42 input:nth-child(2):checked ~ .start_top20 label:nth-child(2),
    .greeting_page75 .learn_welcome42 input:nth-child(3):checked ~ .start_top20 label:nth-child(3),
    .greeting_page75 .learn_welcome42 input:nth-child(4):checked ~ .start_top20 label:nth-child(4),
    .greeting_page75 .learn_welcome42 input:nth-child(5):checked ~ .start_top20 label:nth-child(5),
    .greeting_page75 .learn_welcome42 input:nth-child(6):checked ~ .start_top20 label:nth-child(6),
    .greeting_page75 .learn_welcome42 input:nth-child(7):checked ~ .start_top20 label:nth-child(7),
    .greeting_page75 .learn_welcome42 input:nth-child(8):checked ~ .start_top20 label:nth-child(8),
    .greeting_page75 .learn_welcome42 input:nth-child(9):checked ~ .start_top20 label:nth-child(9),
    .greeting_page75 .learn_welcome42 input:nth-child(10):checked ~ .start_top20 label:nth-child(10) {
    width: 60px;
}.greeting_page75 .content_box73 {
    padding: 25px;
}.greeting_page75 .content_box73 h1 {
    margin-bottom: 10px;
    font-size: calc(47px * 0.8);
}.greeting_page75 .content_box73 h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 15px;
}.greeting_page75 .content_box73 p {
    font-size: calc(16px * 0.9);
}
}

@media (max-width: 576px) {.greeting_page75 .start_top20 {
    bottom: 20px;
}.greeting_page75 .start_top20 label {
    width: 30px;
    height: 3px;
}.greeting_page75 .learn_welcome42 input:nth-child(1):checked ~ .start_top20 label:nth-child(1),
    .greeting_page75 .learn_welcome42 input:nth-child(2):checked ~ .start_top20 label:nth-child(2),
    .greeting_page75 .learn_welcome42 input:nth-child(3):checked ~ .start_top20 label:nth-child(3),
    .greeting_page75 .learn_welcome42 input:nth-child(4):checked ~ .start_top20 label:nth-child(4),
    .greeting_page75 .learn_welcome42 input:nth-child(5):checked ~ .start_top20 label:nth-child(5),
    .greeting_page75 .learn_welcome42 input:nth-child(6):checked ~ .start_top20 label:nth-child(6),
    .greeting_page75 .learn_welcome42 input:nth-child(7):checked ~ .start_top20 label:nth-child(7),
    .greeting_page75 .learn_welcome42 input:nth-child(8):checked ~ .start_top20 label:nth-child(8),
    .greeting_page75 .learn_welcome42 input:nth-child(9):checked ~ .start_top20 label:nth-child(9),
    .greeting_page75 .learn_welcome42 input:nth-child(10):checked ~ .start_top20 label:nth-child(10) {
    width: 45px;
}.greeting_page75 .content_box73 {
    padding: 20px;
    width: 95%;
}.greeting_page75 .content_box73::before,
    .greeting_page75 .content_box73::after {
    height: 15px;
    width: 15px;
}.greeting_page75 .content_box73 h1 {
    font-size: calc(47px * 0.7);
}.greeting_page75 .content_box73 h3 {
    font-size: calc(24px * 0.8);
}}

.greeting_page75 .fast_skill09:not(:checked) {
    pointer-events: none;
}.greeting_page75::after {
    position: absolute;
    top: 0;
    background: 
        linear-gradient(135deg, rgb(116,159,180,0.5) 0%, transparent 20%),
        linear-gradient(225deg, rgb(180,201,208,0.5) 0%, transparent 20%);
    width: 100%;
    z-index: 0;
    height: 100%;
    left: 0;
    content: "";
}.contact23 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(160deg, rgb(223,229,231) 0%, rgb(180,201,208,0.5) 100%);
    padding: 90px 0;
}.contact23::before {
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.03;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(180,201,208,0.5),
        rgb(180,201,208,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
}.contact23 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}.contact23 h2 {
    margin-bottom: 50px;
    color: #000000;
    text-align: center;
    position: relative;
    font-size: 46px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.contact23 .feedback_section42 {
    flex-direction: column;
    overflow: hidden;
    border-radius: 14px;
    max-width: 800px;
    background: #ffffff;
    display: flex;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}.contact23 .img_overlay_box12 {
    height: 200px;
    width: 100%;
    position: relative;
}.contact23 .request_info15 {
    position: relative;
    width: 100%;
    padding: 50px;
}.contact23 form {
    width: 100%;
}.contact23 form h3 {
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    font-weight: 700;
}.contact23 form h3::after {
    content: "";
    left: 0;
    border-radius: 1.5px;
    bottom: -10px;
    position: absolute;
    width: 100%;
    background: rgb(180,201,208);
    height: 3px;
}.contact23 form input[type="text"] {
    margin-bottom: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    border-radius: 10px;
    color: #000000;
    width: 100%;
    padding: 15px 20px;
    background: rgb(223,229,231);
    font-family: Arial, sans-serif;
}.contact23 form input[type="text"]:focus {
    outline: none;
    border-color: rgb(180,201,208);
}.contact23 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact23 .feedback_reach01 {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.contact23 .feedback_reach01 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact23 .feedback_reach01 label {
    position: relative;
    color: #000000;
    font-size: 15px;
    cursor: pointer;
    line-height: 1.6;
    padding-left: 35px;
}.contact23 .feedback_reach01 label::before {
    position: absolute;
    top: 2px;
    left: 0;
    transition: all 0.3s ease;
    content: "";
    height: 22px;
    background: rgb(223,229,231);
    border-radius: 10px;
    width: 22px;
}.contact23 .feedback_reach01 input[type="checkbox"]:checked + label::before {
    background: rgb(180,201,208);
}.contact23 .feedback_reach01 input[type="checkbox"]:checked + label::after {
    content: "";
    border-right: 2px solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
    height: 12px;
    left: 8px;
    top: 5px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
}.contact23 .feedback_reach01 label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(180,201,208);
}.contact23 .feedback_reach01 label a:hover {
    text-decoration: underline;
}.contact23 form .help_card03 {
    color: #ffffff;
    font-size: 19px;
    border-radius: 10px;
    background: rgb(180,201,208);
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 16px 20px;
    position: relative;
    overflow: hidden;
}.contact23 form .help_card03:hover {
    background: rgb(116,159,180);
}.contact23 svg {
    fill: rgb(180,201,208);
    height: 20px;
    width: 20px;
}.contact23 svg path {
    transition: fill 0.3s ease;
    fill: rgb(180,201,208);
}

@media screen and (min-width: 768px) {.contact23 .feedback_section42 {
    flex-direction: row;
    max-width: 1000px;
}.contact23 .img_overlay_box12 {
    height: auto;
    min-height: 400px;
    width: 40%;
}.contact23 .request_info15 {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact23 .img_overlay_box12 {
    width: 50%;
}.contact23 .request_info15 {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.contact23 .feedback_section42 {
    max-width: 1100px;
}.contact23 .img_overlay_box12 {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact23 {
    padding: 60px 0;
}.contact23 h2 {
    margin-bottom: 30px;
    font-size: calc(46px * 0.7);
}.contact23 .request_info15 {
    padding: 30px 20px;
}.contact23 form h3 {
    font-size: calc(18px * 0.9);
}}.privacy_guardhouse25 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 50px;
    color: #000000;
    background-color: rgb(223,229,231);
}.privacy_guardhouse25 h1 {
    font-size: 39px;
    color: rgb(180,201,208);
    font-weight: 700;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}.privacy_guardhouse25 h2 {
    font-size: 29px;
    margin: 15px 0;
    font-weight: 700;
    color: rgb(116,159,180);
    font-family: Arial, sans-serif;
}.privacy_guardhouse25 h3, .privacy_guardhouse25 h4, .privacy_guardhouse25 h5, .privacy_guardhouse25 h6 {
    margin: 1rem 0;
    color: rgb(116,159,180);
}.privacy_guardhouse25 ul {
    padding: 0;
    list-style-type: none;
}.privacy_guardhouse25 li {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
}.privacy_guardhouse25 li:before {
    content: "\2022";
    width: 1em;
    color: rgb(180,201,208);
    margin-left: -1em;
    display: inline-block;
}
@media only screen and (max-width: 800px) {.privacy_guardhouse25 {
    padding: 30px;
}.privacy_guardhouse25 h1 {
    font-size: calc(22px * 0.9);
}.privacy_guardhouse25 h2 {
    font-size: calc(22px * 0.9);
}.privacy_guardhouse25 li {
    font-size: calc(15px * 0.9);
}}.thanksGrid62 {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(180,201,208,0.5) 0%, rgb(223,229,231) 50%, rgb(116,159,180,0.5) 100%);
}.thanksGrid62::before {
    z-index: 0;
    content: "";
    opacity: 0.7;
    background: 
        radial-gradient(circle at 20% 30%, rgb(180,201,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(116,159,180,0.5) 0%, transparent 40%);
    animation: pulse 10s infinite alternate ease-in-out;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
}.thanksGrid62::after {
    background: rgb(255, 255, 255, 0.5);
    animation: float 15s infinite alternate ease-in-out;
    height: 100%;
    transform: rotate(35deg);
    right: -50%;
    z-index: 1;
    position: absolute;
    width: 100%;
    top: -50%;
    content: "";
    filter: blur(80px);
}.thanksGrid62 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
}.thanksGrid62 .study_pro54 {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 3.5rem;
    transform-origin: top center;
    background: rgba(255, 255, 255, 0.85);
    flex-direction: column;
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.thanksGrid62 .study_pro54:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(0deg);
}.thanksGrid62 .study_pro54 > div:first-child {
    padding-left: 1.5rem;
    animation: slideRight 0.6s 0.2s cubic-bezier(0.25, 1, 0.5, 1) both;
    position: relative;
    margin-left: -1.5rem;
    border-left: 4px solid rgb(180,201,208);
}.thanksGrid62 .study_pro54 > div:first-child::before {
    background: rgb(180,201,208);
    height: 1rem;
    position: absolute;
    left: -0.5rem;
    content: "";
    width: 1rem;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}.thanksGrid62 h5 {
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    margin: 0;
    font-size: 23px;
    line-height: 1.4;
}.thanksGrid62 .study_pro54 > div:last-child {
    position: relative;
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.25, 1, 0.5, 1) both;
}.thanksGrid62 a {
    transform-origin: center;
    padding: 1.5rem 2rem;
    box-shadow: 
        0 6px 12px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    position: relative;
    display: block;
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 0.95) 100%);
    border-radius: 10px;
    text-decoration: none;
    overflow: hidden;
}.thanksGrid62 a::before {
    transition: width 0.3s ease;
    width: 4px;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(180,201,208), rgb(116,159,180));
    position: absolute;
    content: "";
}.thanksGrid62 a:hover {
    box-shadow: 
        0 12px 24px rgba(0, 0, 0, 0.08),
        0 4px 8px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px);
}.thanksGrid62 a:hover::before {
    width: 8px;
}.thanksGrid62 p {
    position: relative;
    transition: color 0.3s ease;
    z-index: 1;
    font-size: 13px;
    line-height: 1.7;
    color: #000000;
    margin: 0;
}.thanksGrid62 a:hover p {
    color: #000000;
}

@keyframes pulse {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}

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

@keyframes slideUp {
    from {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(50px);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) rotateX(2deg) translateY(0);
    }
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 991px) {.thanksGrid62 {
    padding: 5rem 0;
}.thanksGrid62 .study_pro54 {
    gap: 2rem;
    padding: 2.5rem;
}.thanksGrid62 h5 {
    font-size: calc(23px * 0.95);
}
}

@media (max-width: 768px) {.thanksGrid62 {
    padding: 4rem 0;
}.thanksGrid62 .container {
    padding: 0 1.5rem;
}.thanksGrid62 .study_pro54 {
    transform: perspective(1000px) rotateX(1deg);
    gap: 1.8rem;
    padding: 2rem;
}.thanksGrid62 h5 {
    font-size: calc(23px * 0.9);
}.thanksGrid62 a {
    padding: 1.2rem 1.5rem;
}.thanksGrid62 p {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 576px) {.thanksGrid62 {
    padding: 3rem 0;
}.thanksGrid62 .container {
    padding: 0 1rem;
}.thanksGrid62 .study_pro54 {
    gap: 1.5rem;
    transform: none;
    padding: 1.5rem;
}.thanksGrid62 .study_pro54 > div:first-child {
    border-left-width: 3px;
    padding-left: 1rem;
    margin-left: -1rem;
}.thanksGrid62 h5 {
    font-size: calc(23px * 0.85);
}.thanksGrid62 a {
    padding: 1rem;
}.thanksGrid62 p {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}.cookie_overlay_window52 {
    background: rgb(223,229,231);
    border-top: 3px solid rgb(180,201,208);
    padding: 20px;
    font-family: Arial, sans-serif;
    z-index: 1050;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    position: fixed;
}.cookie_rules98 {
    display: flex;
    z-index: 1;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}.cookie_notice63 {
    flex-shrink: 0;
    margin-right: 20px;
}#cookieOverlayAlert63 {
    display: none;
}#cookieOverlayAlert63:checked ~ .cookie_overlay_window52 {
    visibility: hidden;
    opacity: 0;
}.cookie_notice63 svg {
    height: 60px;
    fill: rgb(180,201,208);
    transition: fill 0.3s ease-in-out;
    width: 60px;
}.cookie_none74 {
    margin-right: 20px;
    flex-grow: 1;
}.cookie_none74 h5 {
    color: rgb(180,201,208);
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
}.cookie_none74 p {
    color: #000000;
    margin-bottom: 0;
    font-size: 17px;
}.cookie_reset86 {
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    margin-left: 10px;
}.cookie_reset86 {
    color: #ffffff;
    border: 1px solid rgb(180,201,208);
    background-color: rgb(180,201,208);
}.cookie_reset86:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.cookie_overlay_window52 p a {
    color: rgb(180,201,208);
    text-decoration: underline;
}.cookie_overlay_window52 p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie_none74 h5 {
    font-size: calc(20px - 2px);
}.cookie_none74 p {
    font-size: calc(17px - 2px);
}.cookie_reset86 {
    font-size: calc(18px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.cookie_rules98 {
    flex-direction: column;
    align-items: center;
}.cookie_notice63 {
    margin-bottom: 15px;
}.cookie_none74 {
    margin-bottom: 20px;
    text-align: center;
}.cookie_reset86 {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.reach_out_info87 {
    background: linear-gradient(135deg, rgb(223,229,231) 0%, #ffffff 100%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.reach_out_info87::before {
    top: -10%;
    background: linear-gradient(145deg, rgb(180,201,208,0.5) 0%, rgb(116,159,180,0.5) 100%);
    filter: blur(20px);
    position: absolute;
    opacity: 0.6;
    transform: rotate(-15deg) skewX(15deg);
    z-index: 0;
    right: -5%;
    content: "";
    width: 40%;
    height: 70%;
}.reach_out_info87::after {
    z-index: 0;
    bottom: -5%;
    position: absolute;
    content: "";
    filter: blur(25px);
    width: 35%;
    background: linear-gradient(215deg, rgb(116,159,180,0.5) 0%, rgb(180,201,208,0.5) 100%);
    transform: rotate(25deg) skewX(-15deg);
    opacity: 0.5;
    left: -10%;
    height: 60%;
}.reach_out_info87 h1 {
    transition: transform 0.5s ease-out;
    transform: perspective(500px) translateZ(0);
    color: #000000;
    position: relative;
    z-index: 5;
    font-weight: 700;
    font-size: 41px;
    text-align: center;
    margin-bottom: 40px;
}.reach_out_info87 h1:hover {
    transform: perspective(500px) translateZ(20px);
}.reach_out_info87 h1::after {
    content: "";
    width: 80px;
    left: 50%;
    bottom: -10px;
    position: absolute;
    height: 4px;
    border-radius: 10px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(180,201,208) 0%, rgb(116,159,180) 100%);
}.reach_out_info87 .container {
    max-width: 1200px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
}.reach_out_info87 .quick_contact59 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    gap: 30px;
    padding: 40px 30px;
    grid-template-columns: 1fr;
    position: relative;
    backdrop-filter: blur(5px);
    background: #ffffff;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
}.reach_out_info87 .quick_contact59 > div {
    transition: all 0.3s ease;
    position: relative;
    padding: 20px;
    background: linear-gradient(to right, #ffffff 90%, rgba(rgb(180,201,208,0.5), 0.05) 100%);
    border-left: 4px solid rgb(180,201,208);
}.reach_out_info87 .quick_contact59 > div:hover {
    transform: translateX(5px);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
}.reach_out_info87 .quick_contact59 > div > div {
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
}.reach_out_info87 h6 {
    color: #000000;
    margin-bottom: 10px;
    display: flex;
    font-size: 21px;
    font-weight: 600;
    align-items: center;
    text-transform: capitalize;
}.reach_out_info87 h6 svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}.reach_out_info87 h6:hover svg {
    transform: scale(1.1) rotate(5deg);
}.reach_out_info87 span {
    color: #000000;
    position: relative;
    display: block;
    margin-left: 30px;
    font-size: 13px;
}.reach_out_info87 span::before {
    background: rgb(116,159,180);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    height: 6px;
    left: -15px;
    width: 6px;
    position: absolute;
    content: "";
}.reach_out_info87 .quick_help63 {
    display: flex;
    gap: 15px;
    flex-direction: column;
}.reach_out_info87 .quick_help63 > div {
    transition: transform 0.3s ease;
}.reach_out_info87 .quick_help63 > div:hover {
    transform: translateX(5px);
}.reach_out_info87 .get_contactbox32 {
    color: #000000;
    padding-left: 5px;
    transition: color 0.3s ease;
    align-items: center;
    display: flex;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
    position: relative;
}.reach_out_info87 .get_contactbox32:hover {
    color: rgb(180,201,208);
}.reach_out_info87 .get_contactbox32::before {
    background: rgb(180,201,208);
    left: 5px;
    height: 2px;
    width: 0;
    content: "";
    position: absolute;
    bottom: -2px;
    transition: width 0.3s ease;
}.reach_out_info87 .get_contactbox32:hover::before {
    width: calc(100% - 34px);
}.reach_out_info87 .get_contactbox32 svg {
    margin-left: 10px;
    transition: all 0.3s ease;
}.reach_out_info87 .get_contactbox32:hover svg {
    transform: translateY(-3px);
}.reach_out_info87 svg {
    transition: all 0.3s ease;
    width: 24px;
    height: 24px;
}.reach_out_info87 svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.reach_out_info87 .get_contactbox32:hover svg path {
    fill: rgb(180,201,208);
}

@media (min-width: 768px) {.reach_out_info87 {
    padding: 100px 30px;
}.reach_out_info87 .quick_contact59 {
    padding: 50px;
    gap: 40px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    grid-template-columns: 2fr 1fr 1fr;
}.reach_out_info87 h1 {
    font-size: calc(41px * 1.2);
    margin-bottom: 60px;
}.reach_out_info87 h1::after {
    height: 5px;
    width: 100px;
}
}

@media (max-width: 767px) {.reach_out_info87 .quick_contact59 {
    padding: 30px 20px;
}.reach_out_info87 .quick_contact59 > div {
    padding: 15px;
}.reach_out_info87 h1 {
    font-size: calc(41px * 0.9);
}.reach_out_info87 span {
    margin-left: 20px;
}
}

@media (hover: hover) {.reach_out_info87 .quick_contact59 > div {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.reach_out_info87 .quick_contact59 > div:hover {
    transform: translateY(-5px) translateX(5px);
}.reach_out_info87 .get_contactbox32 svg {
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}.reach_out_info87 .get_contactbox32:hover svg {
    transform: translateY(-3px) rotate(5deg);
}
}

@media (prefers-reduced-motion: reduce) {.reach_out_info87 .quick_contact59,
    .reach_out_info87 .quick_contact59 > div,
    .reach_out_info87 h1,
    .reach_out_info87 .get_contactbox32::before,
    .reach_out_info87 svg {
    transform: none;
    transition: none;
}.reach_out_info87 .quick_contact59 > div:hover,
    .reach_out_info87 .quick_help63 > div:hover,
    .reach_out_info87 h1:hover,
    .reach_out_info87 .get_contactbox32:hover svg {
    transform: none;
}}.teaching_process17 {
    overflow: hidden;
    background: rgb(223,229,231);
    min-height: 80vh;
    align-items: center;
    padding: 6rem 2rem;
    position: relative;
    display: flex;
}.teaching_process17::before {
    background: linear-gradient(135deg, rgb(180,201,208,0.5) 0%, transparent 80%);
    height: 100%;
    opacity: 0.4;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    z-index: 1;
    width: 100%;
}.teaching_process17::after {
    animation: moveLines 40s linear infinite;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background-image: repeating-linear-gradient(
        0deg,
        rgb(180,201,208,0.5),
        rgb(180,201,208,0.5) 1px,
        transparent 1px,
        transparent 50px
    );
    opacity: 0.1;
    content: '';
}@keyframes moveLines {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(50px);
    }
}

.teaching_process17 .study_pro54 {
    position: relative;
    max-width: 1200px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: flex-start;
    z-index: 5;
}.teaching_process17 .content_box73 {
    width: 55%;
    position: relative;
    padding: 0;
    transform-style: preserve-3d;
}.teaching_process17 .content_box73::before {
    height: 100px;
    border-top: 1px solid rgb(180,201,208);
    content: '';
    z-index: -1;
    left: -20px;
    opacity: 0.7;
    animation: borderPulse 4s infinite alternate;
    width: 100px;
    top: -20px;
    position: absolute;
    border-left: 1px solid rgb(180,201,208);
}@keyframes borderPulse {
    0% {
        border-color: rgb(180,201,208);
    }
    100% {
        border-color: rgb(116,159,180);
    }
}

.teaching_process17 .content_box73::after {
    content: '';
    border-right: 1px solid rgb(116,159,180);
    right: -20px;
    width: 100px;
    height: 100px;
    border-bottom: 1px solid rgb(116,159,180);
    position: absolute;
    bottom: -20px;
    animation: borderPulse 4s infinite alternate-reverse;
    opacity: 0.7;
    z-index: -1;
}.teaching_process17 h2 {
    color: rgb(180,201,208);
    text-transform: uppercase;
    font-weight: 300;
    transition: all 0.5s ease;
    font-size: 28px;
    letter-spacing: 6px;
    position: relative;
    margin-bottom: 3rem;
}.teaching_process17 h2::after {
    z-index: -1;
    top: 0.5rem;
    color: rgb(116,159,180);
    left: 0.5rem;
    transition: all 0.3s ease;
    position: absolute;
    content: attr(data-text);
    opacity: 0.3;
    filter: blur(1px);
}.teaching_process17 h2::before {
    background: linear-gradient(to right, rgb(180,201,208), transparent);
    bottom: -1.5rem;
    position: absolute;
    width: 60px;
    height: 1px;
    content: '';
    left: 0;
}.teaching_process17 p {
    line-height: 1.8;
    font-size: 13px;
    margin-bottom: 0;
    color: #000000;
    position: relative;
    padding-left: 2rem;
    max-width: 600px;
}.teaching_process17 p::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(180,201,208), transparent);
    position: absolute;
    height: 100%;
    content: '';
    width: 1px;
    left: 0;
}.teaching_process17 .content_box73::before,
.teaching_process17 .content_box73::after,
.teaching_process17 h2,
.teaching_process17 p {
    transition: all 0.5s ease;
}.teaching_process17:hover h2 {
    transform: translateY(-5px);
    letter-spacing: 8px;
}.teaching_process17:hover h2::after {
    top: 0.8rem;
    left: 0.8rem;
    filter: blur(2px);
    opacity: 0.5;
}.teaching_process17:hover .content_box73::before,
.teaching_process17:hover .content_box73::after {
    width: 120px;
    height: 120px;
}.teaching_process17:hover p {
    transform: translateX(5px);
}.teaching_process17::before,
.teaching_process17::after {
    transition: all 1s ease;
}.teaching_process17:hover::before {
    opacity: 0.6;
    background-position: right bottom;
}.teaching_process17:hover::after {
    opacity: 0.15;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@media (max-width: 992px) {.teaching_process17 {
    padding: 5rem 1.5rem;
}.teaching_process17 .content_box73 {
    width: 70%;
}.teaching_process17 h2 {
    font-size: calc(28px * 0.9);
    letter-spacing: 4px;
    margin-bottom: 2.5rem;
}.teaching_process17 p {
    font-size: calc(13px * 0.95);
}.teaching_process17:hover h2 {
    letter-spacing: 6px;
}
}

@media (max-width: 768px) {.teaching_process17 {
    padding: 4rem 1rem;
    min-height: 60vh;
}.teaching_process17 .study_pro54 {
    justify-content: center;
}.teaching_process17 .content_box73 {
    width: 90%;
}.teaching_process17 h2 {
    font-size: calc(28px * 0.8);
    letter-spacing: 3px;
    margin-bottom: 2rem;
}.teaching_process17 h2::before {
    width: 40px;
    bottom: -1rem;
}.teaching_process17 h2::after {
    top: 0.3rem;
    left: 0.3rem;
}.teaching_process17 p {
    padding-left: 1.5rem;
}.teaching_process17:hover h2 {
    letter-spacing: 4px;
}.teaching_process17 .content_box73::before,
    .teaching_process17 .content_box73::after {
    width: 80px;
    height: 80px;
}.teaching_process17:hover .content_box73::before,
    .teaching_process17:hover .content_box73::after {
    height: 90px;
    width: 90px;
}
}

@media (max-width: 576px) {.teaching_process17 {
    min-height: auto;
    padding: 3rem 0.8rem;
}.teaching_process17 .content_box73 {
    width: 100%;
}.teaching_process17 h2 {
    font-size: calc(28px * 0.7);
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}.teaching_process17 h2::before {
    width: 30px;
    bottom: -0.8rem;
}.teaching_process17 p {
    font-size: calc(13px * 0.9);
    padding-left: 1rem;
}.teaching_process17:hover h2 {
    letter-spacing: 3px;
}.teaching_process17 .content_box73::before,
    .teaching_process17 .content_box73::after {
    height: 60px;
    width: 60px;
}.teaching_process17:hover .content_box73::before,
    .teaching_process17:hover .content_box73::after {
    height: 70px;
    width: 70px;
}}.meet_us06 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(223,229,231) 0%, #ffffff 100%);
    position: relative;
    padding: 6rem 0;
}.meet_us06::before {
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(116,159,180,0.5) 0px,
        rgb(116,159,180,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    left: 0;
    z-index: 1;
    content: "";
    opacity: 0.05;
}.meet_us06::after {
    background: rgb(180,201,208,0.5);
    z-index: 0;
    top: -5%;
    right: -5%;
    position: absolute;
    filter: blur(100px);
    opacity: 0.1;
    height: 30%;
    content: "";
    width: 30%;
}.meet_us06 .container {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.meet_us06 h1 {
    position: relative;
    font-size: 43px;
    margin-bottom: 3rem;
    display: inline-block;
    color: #000000;
    transform: translateZ(0);
    font-weight: 700;
}.meet_us06 h1::after {
    left: 0;
    content: "";
    transform-origin: left center;
    animation: expandLine 1.2s ease-out forwards;
    width: 70%;
    background: linear-gradient(90deg, rgb(180,201,208) 0%, transparent 100%);
    height: 4px;
    bottom: -10px;
    position: absolute;
}.meet_us06 .founder_bio18 {
    position: relative;
}.meet_us06 .founder_bio18 ul {
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
    padding: 0;
}.meet_us06 .history_tl40 {
    transform: translateZ(0) scale(1);
    border-radius: 2px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 25px -5px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    position: relative;
}.meet_us06 .history_tl40::before {
    background: linear-gradient(to bottom, rgb(180,201,208), rgb(116,159,180));
    top: 0;
    position: absolute;
    content: "";
    transition: height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    height: 0%;
    left: 0;
}.meet_us06 .history_tl40:hover::before {
    height: 100%;
}.meet_us06 .history_tl40:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 25px 35px -5px rgba(0, 0, 0, 0.12);
    transform: translateZ(30px) scale(1.01);
}.meet_us06 .history_tl40 h4 {
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 22px;
    margin-bottom: 1.5rem;
    color: #000000;
    transition: transform 0.3s ease;
}.meet_us06 .history_tl40:hover h4 {
    transform: translateX(10px);
    color: rgb(180,201,208);
}.meet_us06 .history_tl40 div {
    max-height: 250px;
    scrollbar-width: thin;
    scrollbar-color: rgb(116,159,180,0.5) transparent;
    line-height: 1.75;
    overflow-y: auto;
    color: #000000;
    font-size: 14px;
    font-family: Arial, sans-serif;
    padding-right: 1rem;
}.meet_us06 .history_tl40 div::-webkit-scrollbar {
    width: 5px;
}.meet_us06 .history_tl40 div::-webkit-scrollbar-track {
    background: transparent;
}.meet_us06 .history_tl40 div::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(116,159,180,0.5);
}@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 70%;
        opacity: 1;
    }
}

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

.meet_us06 .history_tl40:nth-child(1) {
    animation: fadeUp 0.8s 0.2s ease-out both;
}.meet_us06 .history_tl40:nth-child(2) {
    animation: fadeUp 0.8s 0.4s ease-out both;
}

@media (min-width: 768px) {.meet_us06 {
    padding: 8rem 0;
}.meet_us06 .founder_bio18 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.meet_us06 h1 {
    margin-bottom: 4rem;
    font-size: calc(43px * 1.2);
}.meet_us06 .history_tl40 {
    padding: 3rem;
}.meet_us06 .history_tl40 div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.meet_us06 .container {
    padding: 0 3rem;
}.meet_us06 .founder_bio18 ul {
    gap: 3rem;
}.meet_us06 .history_tl40 {
    transform: perspective(1000px) rotateY(0) translateZ(0);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                    box-shadow 0.6s ease;
}.meet_us06 .history_tl40:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(20px) scale(1.01);
}.meet_us06 .history_tl40:nth-child(2n):hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px) scale(1.01);
}
}

@media (max-width: 767px) {.meet_us06 {
    padding: 4rem 0;
}.meet_us06 h1 {
    margin-bottom: 2rem;
    font-size: 35px;
}.meet_us06 .history_tl40 {
    padding: 1.5rem;
}.meet_us06 .history_tl40 div {
    font-size: calc(14px * 0.95);
    max-height: 200px;
}
}