* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.nav_site_SqRg {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    auto
contain
touch-action: none;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-snap-type: none;
    auto
    scroll-behavior: auto;
}.container {
    width: 1195px;
    margin: auto;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.collab_net_HL1D {
    flex: 0 0 auto;
}.wrap-container_VLas {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.newsletter_signup_STql {
    position: relative;
    padding: 5rem 2rem;
    background: rgb(214,221,239);
    overflow: hidden;
}.newsletter_signup_STql::before {
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.5;
    left: 0;
    background:
        radial-gradient(circle at 10% 20%, rgb(174,188,218,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(135,155,197,0.5) 0%, transparent 35%);
    height: 100%;
    width: 100%;
}.newsletter_signup_STql .mission_why_PJkl {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.newsletter_signup_STql .request_support_9pvU {
    padding: 3.5rem 3rem;
    background: #ffffff;
    position: relative;
    border-radius: 22px;
    max-width: 700px;
    margin: 0 auto;
}.newsletter_signup_STql .request_support_9pvU::before {
    width: 120px;
    right: -40px;
    opacity: 0.2;
    background: rgb(174,188,218);
    position: absolute;
    top: -40px;
    animation: moveBlob1 20s infinite alternate ease-in-out;
    height: 120px;
    border-radius: 50%;
    content: "";
}.newsletter_signup_STql .request_support_9pvU::after {
    height: 180px;
    bottom: -60px;
    width: 180px;
    position: absolute;
    background: rgb(135,155,197);
    opacity: 0.2;
    animation: moveBlob2 15s infinite alternate ease-in-out;
    left: -60px;
    content: "";
    border-radius: 50%;
}@keyframes moveBlob1 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 60% 40% 70% 30% / 40% 50% 50% 60%;
        transform: translate(20px, 10px) scale(1.2);
    }
    66% {
        border-radius: 30% 70% 40% 60% / 60% 30% 70% 40%;
        transform: translate(-10px, 20px) scale(0.8);
    }
}

@keyframes moveBlob2 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 40% 60% 30% 70% / 60% 40% 60% 40%;
        transform: translate(-20px, -10px) scale(1.1);
    }
    66% {
        border-radius: 70% 30% 60% 40% / 40% 70% 30% 60%;
        transform: translate(15px, -20px) scale(0.9);
    }
}

.newsletter_signup_STql h3 {
    font-weight: 700;
    margin-bottom: 2.5rem;
    text-align: center;
    overflow: hidden;
    position: relative;
    font-size: 24px;
    color: #000000;
    padding-bottom: 15px;
}.newsletter_signup_STql h3::after {
    position: absolute;
    content: "";
    height: 4px;
    left: 0;
    animation: waveMotion 3s infinite ease-in-out;
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(174,188,218) 50%,
        transparent 100%
    );
    width: 100%;
}@keyframes waveMotion {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

.newsletter_signup_STql .input_holder {
    gap: 2rem;
    display: flex;
    flex-direction: column;
    position: relative;
}.newsletter_signup_STql input[type="email"] {
    padding: 1.2rem 1.5rem;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    background: rgb(214,221,239);
    color: #000000;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 13px;
    border-radius: 50px;
    border: none;
}.newsletter_signup_STql input[type="email"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.5),
        0 0 0 2px rgb(174,188,218,0.5);
}.newsletter_signup_STql input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.newsletter_signup_STql input[type="submit"] {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
    letter-spacing: 1px;
    padding: 1rem 2rem;
    cursor: pointer;
    align-self: center;
    overflow: hidden;
    border: none;
    background: linear-gradient(45deg, rgb(174,188,218) 0%, rgb(135,155,197) 100%);
    color: #ffffff;
    position: relative;
    z-index: 1;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    min-width: 180px;
}.newsletter_signup_STql input[type="submit"]::before {
    content: "";
    opacity: 0;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(45deg, rgb(135,155,197) 0%, rgb(174,188,218) 100%);
    top: -10px;
    left: -10px;
    transform: scale(0.95);
    z-index: -1;
    right: -10px;
    border-radius: 50px;
    transition: opacity 0.3s ease;
}.newsletter_signup_STql input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.newsletter_signup_STql input[type="submit"]:hover::before {
    animation: rotateGradient 2s infinite linear;
    opacity: 1;
}@keyframes rotateGradient {
    0% {
        transform: scale(0.95) rotate(0deg);
    }
    100% {
        transform: scale(0.95) rotate(360deg);
    }
}

.newsletter_signup_STql .input_holder::before {
    right: 5%;
    content: "";
    position: absolute;
    top: 15%;
    height: 20px;
    background: rgb(174,188,218,0.5);
    width: 20px;
    animation: floatBubble 6s infinite alternate ease-in-out;
    border-radius: 50%;
    opacity: 0.3;
}.newsletter_signup_STql .input_holder::after {
    content: "";
    animation: floatBubble 8s infinite alternate-reverse ease-in-out;
    height: 15px;
    bottom: 15%;
    background: rgb(135,155,197,0.5);
    border-radius: 50%;
    position: absolute;
    width: 15px;
    left: 5%;
    opacity: 0.3;
}

@keyframes floatBubble {
    0%, 100% {
        transform: translate(0, 0);
    }
    33% {
        transform: translate(10px, -10px);
    }
    66% {
        transform: translate(-10px, 10px);
    }
}

@media (max-width: 768px) {.newsletter_signup_STql {
    padding: 4rem 1.5rem;
}.newsletter_signup_STql .request_support_9pvU {
    padding: 2.5rem 2rem;
}.newsletter_signup_STql .request_support_9pvU::before,
    .newsletter_signup_STql .request_support_9pvU::after {
    display: none;
}.newsletter_signup_STql h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 2rem;
}
}

@media (max-width: 480px) {.newsletter_signup_STql {
    padding: 3rem 1rem;
}.newsletter_signup_STql .request_support_9pvU {
    padding: 2rem 1.5rem;
}.newsletter_signup_STql h3 {
    font-size: calc(24px * 0.8);
    margin-bottom: 1.5rem;
}.newsletter_signup_STql input[type="email"] {
    padding: 1rem;
}.newsletter_signup_STql input[type="submit"] {
    min-width: 100%;
    padding: 0.8rem 1.5rem;
}}.customer_experience_8SPM {
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(214,221,239), rgba(0, 0, 0, 0.5) 120%);
    overflow: hidden;
    position: relative;
}.customer_experience_8SPM::before {
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(174,188,218,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(135,155,197,0.5) 0%, transparent 35%);
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.15;
    pointer-events: none;
}.customer_experience_8SPM .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.customer_experience_8SPM h2 {
    text-align: center;
    transition: transform 0.5s ease-out;
    font-weight: 700;
    position: relative;
    margin-bottom: 3.5rem;
    font-size: 35px;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
}.customer_experience_8SPM h2::after {
    width: 4rem;
    bottom: -1rem;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: width 0.3s ease-out;
    background: linear-gradient(90deg, rgb(174,188,218), rgb(135,155,197));
    height: 0.25rem;
}.customer_experience_8SPM h2:hover::after {
    width: 6rem;
}.customer_experience_8SPM .review_carousel_hibR {
    display: grid;
    gap: 2.5rem;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
}.customer_experience_8SPM .review_panel_GEu2 {
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 2.5rem 2rem;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
    transform: translateY(0);
}.customer_experience_8SPM .review_panel_GEu2::before {
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}.customer_experience_8SPM .review_panel_GEu2:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.customer_experience_8SPM .review_panel_GEu2:nth-child(odd)::after {
    opacity: 0.2;
    color: rgb(174,188,218,0.5);
    position: absolute;
    font-family: Georgia, serif;
    content: "";
    right: 1.5rem;
    top: 1rem;
    line-height: 1;
    font-size: 5rem;
}.customer_experience_8SPM .review_panel_GEu2:nth-child(even)::after {
    font-size: 5rem;
    position: absolute;
    right: 1.5rem;
    content: "";
    line-height: 1;
    color: rgb(135,155,197,0.5);
    font-family: Georgia, serif;
    opacity: 0.2;
    top: 1rem;
}.customer_experience_8SPM .review_panel_GEu2 div {
    align-items: center;
    display: flex;
    margin-bottom: 1.25rem;
}.customer_experience_8SPM .review_panel_GEu2 img {
    border: 3px solid #ffffff;
    margin-right: 1rem;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: 60px;
    width: 60px;
}.customer_experience_8SPM .review_panel_GEu2 h4 {
    font-size: 24px;
    margin: 0;
    color: #000000;
    font-weight: 600;
}.customer_experience_8SPM .review_panel_GEu2 .description {
    font-size: 18px;
    color: #000000;
    margin: 0;
    position: relative;
    line-height: 1.6;
    padding-top: 0.5rem;
}.customer_experience_8SPM .review_panel_GEu2 .description::before {
    width: 3rem;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgb(174,188,218,0.5);
    height: 2px;
    content: "";
}.customer_experience_8SPM a {
    position: relative;
    transform: translateZ(0);
    text-align: center;
    background: linear-gradient(135deg, rgb(174,188,218), rgb(135,155,197));
    font-size: 18px;
    padding: 0.85rem 2rem;
    text-decoration: none;
    border-radius: 10px;
    z-index: 1;
    color: #ffffff;
    margin-top: 3rem;
    font-weight: 600;
    margin-right: auto;
    overflow: hidden;
    display: inline-block;
    margin-left: auto;
    transition: all 0.3s ease;
}.customer_experience_8SPM a:hover {
    box-shadow: 0 7px 20px rgba(var(--primary-color-rgb), 0.3);
    transform: translateY(-3px);
}.customer_experience_8SPM a::before {
    left: -100%;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    width: 100%;
    position: absolute;
    content: "";
    z-index: -1;
}.customer_experience_8SPM a:hover::before {
    left: 100%;
}

@media (max-width: 991px) {.customer_experience_8SPM {
    padding: 5rem 2rem;
}.customer_experience_8SPM h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2.5rem;
}.customer_experience_8SPM .review_carousel_hibR {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.customer_experience_8SPM {
    padding: 4rem 1.5rem;
}.customer_experience_8SPM h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.8);
}.customer_experience_8SPM .review_carousel_hibR {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.customer_experience_8SPM .review_panel_GEu2 {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 480px) {.customer_experience_8SPM {
    padding: 3rem 1rem;
}.customer_experience_8SPM h2 {
    font-size: calc(35px * 0.7);
}.customer_experience_8SPM .review_panel_GEu2 {
    padding: 1.75rem 1.25rem;
}.customer_experience_8SPM .review_panel_GEu2 img {
    height: 50px;
    width: 50px;
}.customer_experience_8SPM a {
    padding: 0.75rem 1.5rem;
    font-size: calc(18px * 0.9);
}
}

@media (hover: none) {.customer_experience_8SPM .review_panel_GEu2:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transform: none;
}.customer_experience_8SPM a:hover {
    transform: none;
}}.program_structure_Aouz {
    position: relative;
    background: linear-gradient(135deg, rgb(214,221,239) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 80px 0;
}.program_structure_Aouz::before {
    position: absolute;
    background: radial-gradient(circle at 20% 50%, rgb(174,188,218,0.5) 0%, transparent 50%);
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}.program_structure_Aouz::after {
    height: 200px;
    animation: pulse 8s infinite alternate;
    right: -50px;
    border-radius: 50%;
    width: 200px;
    background: radial-gradient(circle, rgb(135,155,197,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 1;
    content: "";
    top: -50px;
}.program_structure_Aouz .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.program_structure_Aouz .mission_why_PJkl {
    align-items: center;
    overflow: hidden;
    border-radius: 28px;
    padding: 40px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    border: 1px solid rgb(174,188,218,0.5);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    display: flex;
    backdrop-filter: blur(5px);
    position: relative;
    gap: 40px;
    justify-content: space-between;
    transition: all 0.3s ease;
}.program_structure_Aouz .mission_why_PJkl::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shine 5s infinite;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    left: -100%;
}.program_structure_Aouz .education_ogOW {
    padding-right: 20px;
    position: relative;
    flex: 1;
}.program_structure_Aouz .education_ogOW::before {
    left: -30px;
    position: absolute;
    border: 2px solid rgb(174,188,218,0.5);
    z-index: -1;
    top: -30px;
    border-radius: 50%;
    width: 60px;
    content: "";
    animation: rotate 25s linear infinite;
    height: 60px;
}.program_structure_Aouz .education_ogOW::after {
    bottom: -20px;
    right: 50px;
    content: "";
    z-index: -1;
    border-radius: 10px;
    width: 40px;
    border: 1px solid rgb(135,155,197,0.5);
    height: 40px;
    animation: float 8s ease-in-out infinite;
    position: absolute;
}.program_structure_Aouz .header_pagewrap_sYWz {
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    width: 60px;
    padding: 10px 15px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(214,221,239) 100%);
    align-items: center;
    max-width: 180px;
    transition: transform 0.3s ease;
    height: 60px;
    transform: translateZ(0);
    position: relative;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}.program_structure_Aouz .header_pagewrap_sYWz:hover {
    transform: translateY(-5px) translateZ(0);
}.program_structure_Aouz .header_pagewrap_sYWz svg {
    width: 40px;
    fill: rgb(174,188,218);
    max-height: 100%;
    height: 40px;
    transition: fill 0.3s ease;
    max-width: 100%;
}.program_structure_Aouz .header_pagewrap_sYWz svg path {
    fill: rgb(174,188,218);
    transition: fill 0.3s ease;
}.program_structure_Aouz .header_pagewrap_sYWz:hover svg,
.program_structure_Aouz .header_pagewrap_sYWz:hover svg path {
    fill: rgb(135,155,197);
}.program_structure_Aouz h3 {
    color: rgb(174,188,218);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 30px;
}.program_structure_Aouz h3::after {
    left: 0;
    height: 3px;
    content: "";
    position: absolute;
    width: 80px;
    background: linear-gradient(to right, rgb(174,188,218), rgb(135,155,197));
    border-radius: 10px;
    bottom: 0;
}.program_structure_Aouz p {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 30px;
    font-weight: 400;
    color: #000000;
    font-size: 12px;
}.program_structure_Aouz .img_list_item_M9qU {
    overflow: hidden;
    flex: 1;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    min-height: 400px;
    border-radius: 28px;
    transition: all 0.5s ease;
}.program_structure_Aouz .img_list_item_M9qU::before {
    position: absolute;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    top: 0;
    content: "";
    z-index: 2;
    width: 100%;
    height: 100%;
}.program_structure_Aouz .img_list_item_M9qU::after {
    left: -50%;
    z-index: 3;
    transform: rotate(25deg);
    content: "";
    height: 200%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    width: 200%;
    animation: shine-effect 6s infinite;
    top: -50%;
    position: absolute;
}.program_structure_Aouz .mission_why_PJkl:hover .img_list_item_M9qU {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}

@media screen and (max-width: 991px) {.program_structure_Aouz {
    padding: 60px 0;
}.program_structure_Aouz .mission_why_PJkl {
    padding: 30px;
    flex-direction: column;
    gap: 30px;
}.program_structure_Aouz .education_ogOW {
    padding-right: 0;
    width: 100%;
}.program_structure_Aouz .img_list_item_M9qU {
    transform: perspective(1000px) rotateY(0);
    width: 100%;
    min-height: 350px;
}.program_structure_Aouz h3 {
    font-size: calc(30px - 4px);
}
}

@media screen and (max-width: 767px) {.program_structure_Aouz {
    padding: 50px 0;
}.program_structure_Aouz .mission_why_PJkl {
    padding: 25px;
}.program_structure_Aouz .header_pagewrap_sYWz {
    max-width: 150px;
    height: 50px;
}.program_structure_Aouz h3 {
    margin-bottom: 15px;
    font-size: calc(30px - 6px);
    padding-bottom: 10px;
}.program_structure_Aouz h3::after {
    width: 60px;
    height: 2px;
}.program_structure_Aouz p {
    margin-bottom: 20px;
    font-size: calc(12px - 1px);
}.program_structure_Aouz .img_list_item_M9qU {
    min-height: 300px;
}
}

@media screen and (max-width: 576px) {.program_structure_Aouz {
    padding: 40px 0;
}.program_structure_Aouz .mission_why_PJkl {
    gap: 20px;
    padding: 20px;
}.program_structure_Aouz .header_pagewrap_sYWz {
    max-width: 120px;
    margin-bottom: 15px;
    height: 40px;
}.program_structure_Aouz h3 {
    font-size: calc(30px - 8px);
}.program_structure_Aouz .img_list_item_M9qU {
    min-height: 250px;
}}.thanksFocus_iXwG {
    background: linear-gradient(135deg, rgb(214,221,239) 0%, rgb(135,155,197,0.5) 100%);
    overflow: hidden;
    perspective: 1000px;
    padding: 5rem 0;
    position: relative;
}.thanksFocus_iXwG::before {
    top: -50%;
    background: radial-gradient(circle at center, rgb(174,188,218,0.5) 0%, transparent 70%);
    pointer-events: none;
    position: absolute;
    left: -50%;
    width: 200%;
    animation: rotate 60s linear infinite;
    content: "";
    height: 200%;
    opacity: 0.3;
}.thanksFocus_iXwG::after {
    opacity: 0.15;
    pointer-events: none;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(135,155,197,0.5) 1px, transparent 1px),
    radial-gradient(circle at 60% 70%, rgb(135,155,197,0.5) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgb(135,155,197,0.5) 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgb(135,155,197,0.5) 1px, transparent 1px);
    background-size: 100px 100px;
}.thanksFocus_iXwG .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.thanksFocus_iXwG .mission_why_PJkl {
    display: grid;
    grid-gap: 2.5rem;
    animation: fadeInUp 0.8s ease-out forwards;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    transform: translateZ(0);
}.thanksFocus_iXwG .mission_why_PJkl > div:first-child {
    background: linear-gradient(45deg, rgb(174,188,218,0.5) 0%, rgb(174,188,218) 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    transform: translateY(0) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.thanksFocus_iXwG .mission_why_PJkl > div:first-child:hover {
    transform: translateY(-10px) rotateX(2deg);
}.thanksFocus_iXwG .mission_why_PJkl > div:first-child::before {
    width: 90%;
    background: rgb(174,188,218,0.5);
    height: 10px;
    bottom: -10px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    filter: blur(10px);
    opacity: 0.7;
}.thanksFocus_iXwG h5 {
    font-size: 18px;
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0;
    text-align: center;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 700;
}.thanksFocus_iXwG .mission_why_PJkl > div:last-child {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 2.5rem;
    animation: slideIn 0.8s 0.3s cubic-bezier(0.23, 1, 0.32, 1) both;
    border-left: 4px solid rgb(135,155,197);
    transform: translateY(0);
}.thanksFocus_iXwG .mission_why_PJkl > div:last-child:hover {
    transform: translateY(-5px);
}.thanksFocus_iXwG .mission_why_PJkl > div:last-child::before {
    z-index: -1;
    left: 0;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgb(135,155,197,0.5) 100%);
    position: absolute;
    opacity: 0.05;
    width: 100%;
    top: 0;
    height: 100%;
}.thanksFocus_iXwG a {
    display: block;
    transition: transform 0.3s ease;
    text-decoration: none;
}.thanksFocus_iXwG a:hover {
    transform: scale(1.01);
}.thanksFocus_iXwG a:focus {
    outline-offset: 4px;
    outline: 2px dashed rgb(135,155,197);
}.thanksFocus_iXwG p {
    text-align: left;
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.7;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px) translateZ(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateZ(0);
  }
}

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

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

@media (min-width: 768px) {.thanksFocus_iXwG {
    padding: 7rem 0;
}.thanksFocus_iXwG .mission_why_PJkl {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    grid-gap: 3rem;
}.thanksFocus_iXwG .mission_why_PJkl > div:first-child {
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    transform: translateY(0) rotateY(-5deg);
}.thanksFocus_iXwG .mission_why_PJkl > div:first-child:hover {
    transform: translateY(-10px) rotateY(-8deg);
}.thanksFocus_iXwG h5 {
    font-size: calc(18px * 1.1);
    text-align: left;
}.thanksFocus_iXwG .mission_why_PJkl > div:last-child {
    padding: 3rem;
}
}

@media (min-width: 992px) {.thanksFocus_iXwG {
    padding: 9rem 0;
}.thanksFocus_iXwG .mission_why_PJkl {
    grid-gap: 4rem;
}.thanksFocus_iXwG .mission_why_PJkl > div:first-child {
    padding: 4rem;
}.thanksFocus_iXwG h5 {
    font-size: calc(18px * 1.2);
}.thanksFocus_iXwG .mission_why_PJkl > div:last-child {
    padding: 4rem;
}.thanksFocus_iXwG p {
    font-size: calc(16px * 1.05);
}
}

@media (max-width: 767px) {.thanksFocus_iXwG {
    padding: 4rem 0;
}.thanksFocus_iXwG .mission_why_PJkl > div:first-child,
  .thanksFocus_iXwG .mission_why_PJkl > div:last-child {
    padding: 2rem;
}.thanksFocus_iXwG h5 {
    font-size: calc(18px * 0.9);
}.thanksFocus_iXwG p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.thanksFocus_iXwG {
    padding: 3rem 0;
}.thanksFocus_iXwG .container {
    padding: 0 1.5rem;
}.thanksFocus_iXwG .mission_why_PJkl > div:first-child,
  .thanksFocus_iXwG .mission_why_PJkl > div:last-child {
    padding: 1.5rem;
}.thanksFocus_iXwG h5 {
    font-size: calc(18px * 0.85);
}}footer {
    position: relative;
    width: 100%;
}footer .collab_net_HL1D {
    padding: 80px 0 30px;
    background-color: rgb(135,155,197);
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
}footer .collab_net_HL1D::before {
    top: 0;
    content: "";
    width: 100%;
    left: 0;
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    pointer-events: none;
    opacity: 0.05;
    background-image: 
        linear-gradient(30deg, rgb(135,155,197) 12%, transparent 12.5%, transparent 87%, rgb(135,155,197) 87.5%, rgb(135,155,197)),
        linear-gradient(150deg, rgb(135,155,197) 12%, transparent 12.5%, transparent 87%, rgb(135,155,197) 87.5%, rgb(135,155,197)),
        linear-gradient(30deg, rgb(135,155,197) 12%, transparent 12.5%, transparent 87%, rgb(135,155,197) 87.5%, rgb(135,155,197)),
        linear-gradient(150deg, rgb(135,155,197) 12%, transparent 12.5%, transparent 87%, rgb(135,155,197) 87.5%, rgb(135,155,197)),
        linear-gradient(60deg, rgb(174,188,218,0.5) 25%, transparent 25.5%, transparent 75%, rgb(174,188,218,0.5) 75%, rgb(174,188,218,0.5)),
        linear-gradient(60deg, rgb(174,188,218,0.5) 25%, transparent 25.5%, transparent 75%, rgb(174,188,218,0.5) 75%, rgb(174,188,218,0.5));
    height: 100%;
    position: absolute;
}footer .collab_net_HL1D::after {
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(174,188,218), rgb(135,155,197));
    height: 5px;
    top: 0;
    pointer-events: none;
    position: absolute;
}footer .ssl_info_zBRM {
    position: relative;
    z-index: 1;
}footer .instant_help_Uf3I {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 60px;
}footer .info_item {
    flex: 0 1 auto;
    cursor: pointer;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    transition: all 0.4s ease;
    min-height: 60px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    justify-content: center;
    max-width: 300px;
    align-items: center;
    padding: 20px 25px;
    min-width: 200px;
    display: flex;
}footer .info_item::before {
    right: 3px;
    left: 3px;
    bottom: 3px;
    z-index: -1;
    top: 3px;
    pointer-events: none;
    position: absolute;
    content: "";
    background-color: rgb(135,155,197);
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(174,188,218);
}footer .info_item svg {
    fill: rgb(174,188,218);
    margin-right: 12px;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    transition: fill 0.3s ease;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    z-index: 1;
    font-size: 18px;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    color: #ffffff;
    transition: all 0.3s ease;
    text-overflow: ellipsis;
    text-decoration: none;
    align-items: center;
    width: 100%;
    cursor: pointer;
}footer .text_main_holder {
    padding-top: 40px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 50px;
}footer .text_main_holder::before {
    pointer-events: none;
    left: 10%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    width: 80%;
    height: 1px;
    position: absolute;
    content: "";
}footer .header_pagewrap_sYWz {
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    align-items: center;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    text-align: center;
    padding: 20px;
    max-width: 350px;
}footer .header_pagewrap_sYWz::before {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute;
    right: 3px;
    background-color: rgb(135,155,197);
    left: 3px;
    bottom: 3px;
    pointer-events: none;
    z-index: -1;
    top: 3px;
    content: "";
}footer .header_pagewrap_sYWz svg {
    filter: brightness(0) invert(1);
    width: auto;
    height: 45px;
    margin-bottom: 20px;
}footer .honor_cta_s32l {
    line-height: 1.6;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}footer .nav_primary_d7Ku {
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 24px;
}footer .nav_primary_d7Ku h5 {
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: #ffffff;
    position: relative;
    font-size: 21px;
    display: inline-block;
}footer .nav_primary_d7Ku h5::after {
    width: 50px;
    pointer-events: none;
    left: 0;
    position: absolute;
    bottom: 0;
    height: 2px;
    content: "";
    background-color: rgb(174,188,218);
}footer .top_teach_V7DY {
    margin-bottom: 20px;
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
}footer .top_teach_V7DY a {
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    border-radius: 10px;
    padding: 12px 15px;
    position: relative;
    align-items: center;
    display: flex;
    background-color: rgba(255, 255, 255, 0.03);
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}footer .top_teach_V7DY a::before {
    border-top: 4px solid transparent;
    height: 0;
    pointer-events: none;
    width: 0;
    border-bottom: 4px solid transparent;
    position: absolute;
    border-left: 4px solid rgb(174,188,218);
    content: "";
    transition: all 0.3s ease;
    top: 50%;
    left: 5px;
    opacity: 0;
    transform: translateY(-50%);
}footer .top_teach_V7DY a:hover {
    color: #ffffff;
    padding-left: 25px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .top_teach_V7DY a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    position: relative;
    border-radius: 24px;
}footer .subscribe_holder::before {
    top: 0;
    pointer-events: none;
    width: 100%;
    position: absolute;
    opacity: 0.05;
    background-size: 20px 20px;
    left: 0;
    height: 100%;
    content: "";
    border-radius: 24px;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(174,188,218,0.5) 49%, rgb(174,188,218,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(174,188,218,0.5) 49%, rgb(174,188,218,0.5) 51%, transparent 52%);
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 5;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-appearance: none;
    appearance: none;
    font-size: 18px;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 14px 16px;
    z-index: 5;
    position: relative;
    color: #ffffff;
    cursor: text;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(174,188,218);
    outline: none;
    background-color: rgba(255, 255, 255, 0.08);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .sub_verification_EgRW {
    z-index: 5;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 20px;
    border-radius: 10px;
    text-align: center;
    background-color: rgb(174,188,218);
    cursor: pointer;
    color: #ffffff;
    border: none;
}footer .sub_verification_EgRW:hover {
    background-color: rgb(135,155,197);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}footer .fellow_prog_zqNB {
    text-align: center;
    margin-top: 50px;
    position: relative;
}footer .tech_stack_Jxbd {
    font-size: 13px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 20px;
    position: relative;
}footer .tech_stack_Jxbd::before,
footer .tech_stack_Jxbd::after {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 20px;
    pointer-events: none;
    top: 50%;
    position: absolute;
    content: "";
}footer .tech_stack_Jxbd::before {
    left: -10px;
    transform: rotate(-45deg);
}footer .tech_stack_Jxbd::after {
    transform: rotate(45deg);
    right: -10px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_verification_EgRW {
    min-width: 150px;
    flex-shrink: 0;
    width: auto;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .top_teach_V7DY {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .collab_net_HL1D {
    padding: 60px 0 30px;
}footer .instant_help_Uf3I {
    margin-bottom: 40px;
}footer .info_item {
    min-width: 150px;
    padding: 15px 20px;
}footer .nav_primary_d7Ku, footer .subscribe_holder {
    padding: 25px 20px;
}footer .header_pagewrap_sYWz {
    margin-bottom: 20px;
    padding: 15px;
}footer .fellow_prog_zqNB {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .collab_net_HL1D {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .nav_primary_d7Ku h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
    margin-bottom: 20px;
}footer .nav_primary_d7Ku, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub_verification_EgRW {
    padding: 12px;
}}.title_intro_ANmD {
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    background-color: rgb(214,221,239);
    position: relative;
}.title_intro_ANmD::before {
    background: 
    linear-gradient(120deg, rgb(174,188,218,0.5) 0%, transparent 30%),
    linear-gradient(240deg, rgb(135,155,197,0.5) 0%, transparent 30%);
    height: 100%;
    pointer-events: none;
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}.title_intro_ANmD::after {
    z-index: 0;
    content: "";
    position: absolute;
    height: 100%;
    background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 21px),
    repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 21px);
    width: 100%;
    opacity: 0.4;
}.title_intro_ANmD .main_welcome_w5KC {
    max-width: 1200px;
    width: 90%;
    z-index: 2;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
}.title_intro_ANmD .edu_first_Juqn {
    position: relative;
    justify-content: center;
    padding: 6rem 4rem;
    border-radius: 10px;
    display: flex;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.2),
    0 5px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    flex-direction: column;
}.title_intro_ANmD .edu_first_Juqn::before {
    height: 100%;
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0,0,0,0.85) 100%);
    width: 100%;
    top: 0;
}.title_intro_ANmD .edu_first_Juqn::after {
    z-index: 2;
    width: 150%;
    background: radial-gradient(circle at center, transparent 30%, rgba(0,0,0,0.6) 70%);
    height: 150%;
    content: "";
    top: -25%;
    position: absolute;
    left: -25%;
}.title_intro_ANmD .edu_first_Juqn span {
    transform: translateX(-1rem);
    opacity: 0;
    position: relative;
    z-index: 3;
    margin-bottom: 1.5rem;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}.title_intro_ANmD .edu_first_Juqn h3 {
    max-width: 80%;
    color: #ffffff;
    border-left: 3px solid rgb(174,188,218);
    background: linear-gradient(120deg, rgb(174,188,218,0.5) 0%, rgb(135,155,197,0.5) 100%);
    font-size: calc(24px * 0.9);
    font-weight: 400;
    line-height: 1.4;
    backdrop-filter: blur(5px);
    padding: 0.75rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    letter-spacing: 0.5px;
}.title_intro_ANmD .edu_first_Juqn h1 {
    opacity: 0;
    line-height: 1.2;
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    font-size: calc(39px * 1.2);
    color: #ffffff;
    z-index: 3;
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transform: translateY(1rem);
}.title_intro_ANmD .edu_first_Juqn h1::after {
    animation: expandLine 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    height: 4px;
    background: rgb(174,188,218);
    position: absolute;
    transform: scaleX(0);
    width: 80px;
    content: "";
    transform-origin: left;
    left: 0;
    bottom: -15px;
}.title_intro_ANmD .edu_first_Juqn > div {
    position: relative;
    transform: translateY(1rem);
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    opacity: 0;
    z-index: 3;
    margin-top: 2rem;
}.title_intro_ANmD .edu_first_Juqn p {
    color: #ffffff;
    letter-spacing: 0.3px;
    max-width: 80%;
    padding-left: 1rem;
    line-height: 1.6;
    position: relative;
    font-weight: 300;
    font-size: calc(17px * 1.2);
}.title_intro_ANmD .edu_first_Juqn p::before {
    background: linear-gradient(to bottom, rgb(174,188,218), rgb(135,155,197));
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 2px;
    height: 100%;
}@keyframes slideIn {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

.title_intro_ANmD .edu_first_Juqn:hover::before {
    transition: background 0.5s ease;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 10%,
    rgba(0,0,0,0.8) 100%);
}.title_intro_ANmD .edu_first_Juqn:hover h1::after {
    background: linear-gradient(to right, rgb(174,188,218), rgb(135,155,197));
    transition: background 0.5s ease;
}

@media (max-width: 992px) {.title_intro_ANmD .edu_first_Juqn {
    padding: 5rem 3rem;
}.title_intro_ANmD .edu_first_Juqn h1 {
    font-size: calc(39px * 1.1);
}.title_intro_ANmD .edu_first_Juqn h3,
  .title_intro_ANmD .edu_first_Juqn p {
    max-width: 90%;
}
}

@media (max-width: 768px) {.title_intro_ANmD .main_welcome_w5KC {
    width: 95%;
    transform: perspective(1000px) rotateX(1deg);
}.title_intro_ANmD .edu_first_Juqn {
    padding: 4rem 2rem;
}.title_intro_ANmD .edu_first_Juqn h1 {
    font-size: 39px;
}.title_intro_ANmD .edu_first_Juqn h3 {
    max-width: 100%;
    font-size: 24px;
}.title_intro_ANmD .edu_first_Juqn p {
    font-size: 17px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.title_intro_ANmD {
    min-height: 90vh;
}.title_intro_ANmD .edu_first_Juqn {
    padding: 3rem 1.5rem;
}.title_intro_ANmD .edu_first_Juqn h1 {
    font-size: calc(39px * 0.9);
}.title_intro_ANmD .edu_first_Juqn h3 {
    padding: 0.5rem 1rem;
    font-size: calc(24px * 0.85);
}.title_intro_ANmD .main_welcome_w5KC {
    transform: none;
}
}

@media (max-height: 600px) {.title_intro_ANmD {
    min-height: 120vh;
}.title_intro_ANmD .edu_first_Juqn {
    padding: 3rem 2rem;
}
}

@media (hover: hover) {.title_intro_ANmD .edu_first_Juqn {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.title_intro_ANmD .edu_first_Juqn:hover {
    transform: translateY(-5px);
}}.our_team_Y97C {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.our_team_Y97C::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65));
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}.our_team_Y97C::after {
    z-index: 2;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(174,188,218), 0.03) 0px,
        rgba(rgb(174,188,218), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
}.our_team_Y97C .container {
    max-width: 1200px;
    grid-template-columns: 1fr;
    z-index: 10;
    padding: 0 20px;
    position: relative;
    display: grid;
    margin: 0 auto;
}.our_team_Y97C h4 {
    transform: translateY(0);
    margin-bottom: 40px;
    color: rgb(174,188,218);
    text-transform: uppercase;
    font-size: 29px;
    z-index: 10;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 1;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    font-weight: 700;
}.our_team_Y97C:hover h4 {
    transform: translateY(-5px);
}.our_team_Y97C h4::after {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: -12px;
    height: 3px;
    transform: translateX(-50%) scaleX(0.8);
    left: 50%;
    content: "";
    position: absolute;
    width: 60px;
    background: rgb(174,188,218);
}.our_team_Y97C:hover h4::after {
    transform: translateX(-50%) scaleX(1.2);
}.our_team_Y97C .content_box_WSXC {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    transform: perspective(1000px) rotateY(0deg);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.our_team_Y97C .content_box_WSXC:hover {
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2), 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.our_team_Y97C .content_box_WSXC::before {
    top: 0;
    clip-path: inherit;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(rgb(174,188,218), 0.08) 0%,
        rgba(rgb(135,155,197), 0.05) 100%
    );
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    z-index: -1;
}.our_team_Y97C .content_box_WSXC h6 {
    transform: translateX(0);
    font-size: calc(24px * 1.1);
    color: rgb(174,188,218);
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.our_team_Y97C .content_box_WSXC:hover h6 {
    transform: translateX(5px);
}.our_team_Y97C .content_box_WSXC h6::after {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform-origin: left;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(174,188,218) 0%,
        rgb(135,155,197) 100%
    );
    bottom: -8px;
    transform: scaleX(0.5);
    height: 2px;
    position: absolute;
}.our_team_Y97C .content_box_WSXC:hover h6::after {
    transform: scaleX(1);
}.our_team_Y97C .content_box_WSXC div {
    overflow: hidden;
    position: relative;
}.our_team_Y97C .content_box_WSXC span {
    color: #000000;
    display: block;
    transition: opacity 0.3s;
    column-gap: 40px;
    opacity: 0.9;
    text-align: justify;
    line-height: 1.8;
    column-count: 1;
    font-size: 14px;
}.our_team_Y97C .content_box_WSXC:hover span {
    opacity: 1;
}.our_team_Y97C .content_box_WSXC span::first-letter {
    color: rgb(174,188,218);
    font-weight: 700;
    margin-right: 8px;
    font-size: 2.5em;
    line-height: 0.8;
    float: left;
}.our_team_Y97C::before {
    background-position: 0% 0%;
    transition: background-position 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background-size: 200% 200%;
}.our_team_Y97C:hover::before {
    background-position: 100% 100%;
}


@media (min-width: 768px) {.our_team_Y97C {
    padding: 100px 0;
}.our_team_Y97C h4 {
    font-size: calc(29px * 1.2);
    margin-bottom: 60px;
}.our_team_Y97C .content_box_WSXC {
    padding: 50px 60px;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 30px), 
            calc(100% - 30px) 100%, 
            0 100%
        );
}.our_team_Y97C .content_box_WSXC h6 {
    font-size: calc(24px * 1.3);
    margin-bottom: 30px;
}.our_team_Y97C .content_box_WSXC span {
    column-count: 2;
    column-gap: 50px;
}
}

@media (min-width: 1024px) {.our_team_Y97C {
    padding: 120px 0;
}.our_team_Y97C .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.our_team_Y97C .content_box_WSXC {
    padding: 60px 70px;
}.our_team_Y97C .content_box_WSXC span {
    column-count: 2;
}
}

@media (max-width: 767px) {.our_team_Y97C {
    padding: 60px 0;
}.our_team_Y97C h4 {
    font-size: calc(24px * 1.2);
    margin-bottom: 30px;
}.our_team_Y97C .content_box_WSXC {
    padding: 30px 25px;
}.our_team_Y97C .content_box_WSXC h6 {
    margin-bottom: 15px;
    font-size: 22px;
}.our_team_Y97C .content_box_WSXC span {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.our_team_Y97C {
    padding: 50px 0;
}.our_team_Y97C .content_box_WSXC {
    padding: 25px 20px;
}.our_team_Y97C .content_box_WSXC span::first-letter {
    font-size: 2em;
}}.contact_section_eXk7 {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(214,221,239) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
}.contact_section_eXk7::before {
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 20px 20px, 20px 20px;
    top: 0;
    content: "";
    position: absolute;
    animation: gridMove 20s linear infinite;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(174,188,218), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(135,155,197), 0.04) 50%, transparent 100%);
}.contact_section_eXk7::after {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(174,188,218), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(135,155,197), 0.15) 0%, 
        transparent 50%
    );
    content: "";
    left: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact_section_eXk7 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.contact_section_eXk7 h2 {
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-size: 35px;
}.contact_section_eXk7 h2::after {
    position: absolute;
    bottom: -15px;
    height: 3px;
    background: linear-gradient(90deg, rgb(174,188,218), rgb(135,155,197));
    border-radius: 1.5px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    content: "";
}.contact_section_eXk7 .feedback_widget_Jy4w {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
}.contact_section_eXk7 .feedback_widget_Jy4w::before {
    width: 100%;
    border: 1px solid rgba(rgb(174,188,218), 0.2);
    left: -8px;
    top: -8px;
    height: 100%;
    z-index: -1;
    content: "";
    border-radius: 27px;
    position: absolute;
}.contact_section_eXk7 .feedback_widget_Jy4w::after {
    z-index: -1;
    content: "";
    border-radius: 27px;
    position: absolute;
    border: 1px solid rgba(rgb(135,155,197), 0.2);
    height: 100%;
    right: -8px;
    width: 100%;
    bottom: -8px;
}.contact_section_eXk7 .img_list_item_M9qU {
    overflow: hidden;
    position: relative;
    height: 100%;
    min-height: 550px;
    border-radius: 27px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.contact_section_eXk7 .img_list_item_M9qU::before {
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    z-index: 1;
    position: absolute;
}.contact_section_eXk7 .img_list_item_M9qU::after {
    right: 20px;
    top: 20px;
    position: absolute;
    height: 60px;
    border-top: 2px solid rgba(rgb(174,188,218), 0.6);
    z-index: 2;
    border-right: 2px solid rgba(rgb(174,188,218), 0.6);
    width: 60px;
    content: "";
}.contact_section_eXk7 .query_card_XIkm {
    border-radius: 27px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 50px;
}.contact_section_eXk7 .query_card_XIkm::before {
    border-left: 2px solid rgba(rgb(135,155,197), 0.6);
    width: 60px;
    content: "";
    border-bottom: 2px solid rgba(rgb(135,155,197), 0.6);
    height: 60px;
    bottom: 20px;
    position: absolute;
    left: 20px;
}.contact_section_eXk7 form {
    width: 100%;
}.contact_section_eXk7 form h3 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 18px;
    position: relative;
}.contact_section_eXk7 form h3::before {
    content: "";
    top: 0;
    height: 100%;
    width: 3px;
    background: rgb(174,188,218);
    border-radius: 10px;
    left: 0;
    position: absolute;
}.contact_section_eXk7 form input[type="text"] {
    width: 100%;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.05);
    font-size: 18px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    padding: 18px 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #ffffff;
}.contact_section_eXk7 form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(174,188,218), 0.2);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(174,188,218);
}.contact_section_eXk7 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_section_eXk7 .feedback_box_M6Ot {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}.contact_section_eXk7 .feedback_box_M6Ot input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_section_eXk7 .feedback_box_M6Ot label {
    padding-left: 35px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
}.contact_section_eXk7 .feedback_box_M6Ot label::before {
    transition: all 0.3s ease;
    width: 22px;
    content: "";
    border-radius: 10px;
    height: 22px;
    position: absolute;
    top: 2px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
}.contact_section_eXk7 .feedback_box_M6Ot input[type="checkbox"]:checked + label::before {
    border-color: rgb(174,188,218);
    background: rgb(174,188,218);
}.contact_section_eXk7 .feedback_box_M6Ot input[type="checkbox"]:checked + label::after {
    content: "";
    left: 8px;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    position: absolute;
    top: 6px;
    width: 6px;
    height: 10px;
}.contact_section_eXk7 .feedback_box_M6Ot label a {
    color: rgb(174,188,218);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
}.contact_section_eXk7 .feedback_box_M6Ot label a:hover {
    color: rgb(135,155,197);
}.contact_section_eXk7 form .connect_links_ay2s {
    border: none;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(45deg, rgb(174,188,218), rgb(135,155,197));
    border-radius: 10px;
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-weight: 600;
    display: inline-block;
    z-index: 1;
    padding: 16px 40px;
    font-size: 20px;
}.contact_section_eXk7 form .connect_links_ay2s::before {
    content: "";
    left: -100%;
    width: 100%;
    transition: all 0.4s ease;
    z-index: -1;
    background: linear-gradient(45deg, rgb(135,155,197), rgb(174,188,218));
    top: 0;
    position: absolute;
    height: 100%;
}.contact_section_eXk7 form .connect_links_ay2s:hover::before {
    left: 0;
}.contact_section_eXk7 form .connect_links_ay2s:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.contact_section_eXk7 svg {
    fill: rgb(174,188,218);
    width: 22px;
    height: 22px;
}.contact_section_eXk7 svg path {
    fill: rgb(174,188,218);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contact_section_eXk7 {
    padding: 90px 0;
}.contact_section_eXk7 .feedback_widget_Jy4w {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact_section_eXk7 .img_list_item_M9qU {
    min-height: 400px;
}.contact_section_eXk7 .query_card_XIkm {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact_section_eXk7 {
    padding: 70px 0;
}.contact_section_eXk7 h2 {
    font-size: calc(35px * 0.9);
}.contact_section_eXk7 .img_list_item_M9qU {
    min-height: 350px;
}.contact_section_eXk7 .img_list_item_M9qU::after,
    .contact_section_eXk7 .query_card_XIkm::before {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.contact_section_eXk7 {
    padding: 50px 0;
}.contact_section_eXk7 h2 {
    font-size: calc(35px * 0.8);
}.contact_section_eXk7 .feedback_widget_Jy4w {
    margin-top: 40px;
}.contact_section_eXk7 .img_list_item_M9qU {
    min-height: 250px;
}.contact_section_eXk7 .query_card_XIkm {
    padding: 30px 20px;
}.contact_section_eXk7 form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.contact_section_eXk7 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_section_eXk7 form .connect_links_ay2s {
    padding: 15px 20px;
    width: 100%;
}}header .top_guide_1C57 {
    display: flex;
    left: 0;
    overflow: visible;
    border-bottom-right-radius: 0;
    background: linear-gradient(135deg, rgb(174,188,218,0.5) 0%, rgb(135,155,197) 100%);
    position: relative;
    justify-content: space-between;
    z-index: 100;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    align-items: center;
    padding: 1.5rem 2rem;
    width: 100%;
    border-bottom-left-radius: 10px;
}header .top_guide_1C57 .header_pagewrap_sYWz {
    position: relative;
    transform: skewX(5deg);
    z-index: 2;
}header .top_guide_1C57 .header_pagewrap_sYWz .top_train_o0Uj {
    display: block;
    transition: transform 0.3s ease-in-out;
}header .top_guide_1C57 .header_pagewrap_sYWz .top_train_o0Uj:hover {
    transform: translateY(-8px) rotate(0deg);
}header .top_guide_1C57 .header_pagewrap_sYWz svg {
    height: auto;
    width: 80px;
}header .top_guide_1C57 .nav_primary_d7Ku {
    position: relative;
    gap: 1rem;
    padding: 0;
    display: flex;
    margin: 0;
    list-style: none;
}header .top_guide_1C57 .nav_primary_d7Ku::before {
    background: linear-gradient(45deg, transparent 0%, rgb(174,188,218,0.5) 100%);
    opacity: 0;
    height: calc(100% + 20px);
    border-radius: 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: calc(100% + 40px);
    content: "";
    left: -20px;
    z-index: -1;
    top: -10px;
    position: absolute;
}header .top_guide_1C57 .header_base_Kogu {
    position: relative;
    transition: transform 0.3s ease;
}header .top_guide_1C57 .header_base_Kogu a {
    font-size: 16px;
    transition: color 0.3s ease;
    display: block;
    font-weight: 600;
    padding: 0.5rem 1rem;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
}header .top_guide_1C57 .header_base_Kogu a::before {
    transition: transform 0.3s ease;
    height: 2px;
    content: "";
    width: 100%;
    position: absolute;
    transform-origin: right;
    transform: scaleX(0) rotate(-2deg);
    left: 0;
    background: rgb(135,155,197);
    bottom: 0;
}header .top_guide_1C57 .header_base_Kogu a:hover {
    color: rgb(135,155,197);
}header .top_guide_1C57 .header_base_Kogu a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .top_guide_1C57 {
    margin-left: calc(-50vw + 50%);
    transform: skewX(0);
    flex-direction: column;
    box-sizing: border-box;
    width: 100vw;
    padding: 1rem;
}header .top_guide_1C57 .header_pagewrap_sYWz {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .top_guide_1C57 .nav_primary_d7Ku {
    width: 100%;
    justify-content: center;
    transform: skewX(0);
    flex-wrap: wrap;
}header .top_guide_1C57 .nav_primary_d7Ku::before {
    transform: skewX(0);
}header .top_guide_1C57 .nav_primary_d7Ku:hover::before {
    transform: skewX(0);
}header .top_guide_1C57 .header_base_Kogu {
    margin: 0.25rem;
}header .top_guide_1C57 .header_base_Kogu:nth-child(odd),
  header .top_guide_1C57 .header_base_Kogu:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .top_guide_1C57 {
    padding: 0.75rem;
}header .top_guide_1C57 .nav_primary_d7Ku {
    align-items: center;
    flex-direction: column;
}header .top_guide_1C57 .header_base_Kogu {
    text-align: center;
    width: 100%;
}header .top_guide_1C57 .header_pagewrap_sYWz svg {
    width: 100px;
}}.education_history_TIAL {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(150deg, rgb(214,221,239) 0%, rgb(135,155,197,0.5) 100%);
}.education_history_TIAL::before {
    content: "";
    top: 0;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(174,188,218,0.5) 49.5%, rgb(174,188,218,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(174,188,218,0.5) 49.5%, rgb(174,188,218,0.5) 50.5%, transparent 50.5%);
    background-size: 40px 40px;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.07;
}.education_history_TIAL::after {
    opacity: 0.04;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(174,188,218,0.5) 40px,
            rgb(174,188,218,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(174,188,218,0.5) 60px,
            rgb(174,188,218,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(174,188,218,0.5) 80px,
            rgb(174,188,218,0.5) 81px
        );
    position: absolute;
    content: "";
}.education_history_TIAL .container {
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.education_history_TIAL .review_panel_GEu2 {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    background: #ffffff;
    border-radius: 0;
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 50px;
    display: grid;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.education_history_TIAL .review_panel_GEu2::before {
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(174,188,218) 0%,
        rgb(135,155,197) 100%
    );
    height: 6px;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
}.education_history_TIAL .review_panel_GEu2::after {
    content: "";
    top: 6px;
    width: 100%;
    animation: scanner 4s linear infinite;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(174,188,218,0.5) 0%,
        transparent 20%,
        rgb(174,188,218,0.5) 40%,
        transparent 60%,
        rgb(135,155,197,0.5) 80%,
        transparent 100%
    );
    left: 0;
    height: 1px;
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.education_history_TIAL .img_list_item_M9qU {
    position: relative;
    height: 100%;
    border-radius: 0;
    width: 100%;
    min-height: 360px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    overflow: hidden;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    transition: all 0.5s ease;
}.education_history_TIAL .img_list_item_M9qU::before {
    content: "";
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    position: absolute;
    inset: 0;
}.education_history_TIAL .img_list_item_M9qU::after {
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    z-index: 2;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
}.education_history_TIAL .name {
    padding-left: 16px;
    position: relative;
    margin-bottom: 12px;
    font-size: 37px;
    color: #000000;
    border-left: 4px solid rgb(174,188,218);
    line-height: 1.2;
    font-weight: 700;
}.education_history_TIAL .name::before {
    left: -4px;
    top: 0;
    position: absolute;
    transition: height 0.5s ease;
    width: 4px;
    content: "";
    background: rgb(135,155,197);
    height: 0;
}.education_history_TIAL .review_panel_GEu2:hover .name::before {
    height: 100%;
}.education_history_TIAL .review_panel_GEu2 span:not(.name) {
    font-weight: 600;
    background: rgb(214,221,239);
    border-radius: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 17px;
    padding: 6px 12px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
}.education_history_TIAL .review_panel_GEu2 span:not(.name)::after {
    left: 0;
    bottom: 0;
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    width: 0;
    content: "";
    background: rgb(174,188,218);
}.education_history_TIAL .review_panel_GEu2:hover span:not(.name)::after {
    width: 100%;
}.education_history_TIAL .emp_summary_TsEJ {
    color: #000000;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgb(174,188,218);
    background: linear-gradient(
        to right,
        rgb(214,221,239) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    line-height: 1.8;
    margin: 0;
    position: relative;
    border-radius: 10px;
    padding: 25px 30px;
    font-size: 16px;
}.education_history_TIAL .emp_summary_TsEJ::before {
    height: 12px;
    width: 12px;
    content: "";
    border-top: 2px solid rgb(174,188,218);
    left: 12px;
    border-left: 2px solid rgb(174,188,218);
    top: 15px;
    position: absolute;
    opacity: 0.6;
}.education_history_TIAL .emp_summary_TsEJ::after {
    width: 12px;
    border-right: 2px solid rgb(135,155,197);
    border-bottom: 2px solid rgb(135,155,197);
    height: 12px;
    position: absolute;
    bottom: 15px;
    right: 12px;
    content: "";
    opacity: 0.6;
}.education_history_TIAL .review_panel_GEu2:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}.education_history_TIAL .review_panel_GEu2:hover .img_list_item_M9qU {
    transform: scale(1.03);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {.education_history_TIAL {
    padding: 90px 0;
}.education_history_TIAL .review_panel_GEu2 {
    gap: 30px;
    padding: 40px 30px;
}.education_history_TIAL .img_list_item_M9qU {
    min-height: 320px;
}.education_history_TIAL .emp_summary_TsEJ {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.education_history_TIAL {
    padding: 70px 0;
}.education_history_TIAL .review_panel_GEu2 {
    padding: 35px 25px;
    gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.education_history_TIAL .img_list_item_M9qU {
    min-height: 280px;
}.education_history_TIAL .name {
    font-size: calc(37px * 0.9);
}.education_history_TIAL .review_panel_GEu2 span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(17px * 0.95);
}.education_history_TIAL .emp_summary_TsEJ {
    font-size: calc(16px * 0.95);
    padding: 18px 22px;
}
}

@media (max-width: 575px) {.education_history_TIAL {
    padding: 50px 0;
}.education_history_TIAL .review_panel_GEu2 {
    gap: 20px;
    padding: 30px 20px;
}.education_history_TIAL .img_list_item_M9qU {
    min-height: 220px;
}.education_history_TIAL .name {
    padding-left: 12px;
    font-size: calc(37px * 0.8);
}.education_history_TIAL .review_panel_GEu2 span:not(.name) {
    margin-bottom: 15px;
    font-size: calc(17px * 0.9);
    padding: 4px 10px;
}.education_history_TIAL .emp_summary_TsEJ {
    padding: 15px 18px;
    font-size: calc(16px * 0.9);
}}.cookie_message_overlay_3kcd {
    width: 100%;
    position: fixed;
    z-index: 1050;
    border-top: 3px solid rgb(174,188,218);
    background: rgb(214,221,239);
    bottom: 0;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 20px;
}.cookie_controls_lJph {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    z-index: 1;
    justify-content: space-between;
}.accept_cookies_YpP9 {
    flex-shrink: 0;
    margin-right: 20px;
}#cookie_alert_dialog_mnw9 {
    display: none;
}#cookie_alert_dialog_mnw9:checked ~ .cookie_message_overlay_3kcd {
    visibility: hidden;
    opacity: 0;
}.accept_cookies_YpP9 svg {
    transition: fill 0.3s ease-in-out;
    height: 60px;
    width: 60px;
    fill: rgb(174,188,218);
}.cookie_rules_k298 {
    margin-right: 20px;
    flex-grow: 1;
}.cookie_rules_k298 h5 {
    color: rgb(174,188,218);
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 5px;
}.cookie_rules_k298 p {
    color: #000000;
    font-size: 12px;
    margin-bottom: 0;
}.privacy_ack_zkrv {
    margin-left: 10px;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}.privacy_ack_zkrv {
    color: #ffffff;
    border: 1px solid rgb(174,188,218);
    background-color: rgb(174,188,218);
}.privacy_ack_zkrv:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.cookie_message_overlay_3kcd p a {
    color: rgb(174,188,218);
    text-decoration: underline;
}.cookie_message_overlay_3kcd p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie_rules_k298 h5 {
    font-size: calc(21px - 2px);
}.cookie_rules_k298 p {
    font-size: calc(12px - 2px);
}.privacy_ack_zkrv {
    padding: 8px 16px;
    font-size: calc(14px - 2px);
}
}
@media (max-width: 800px) {.cookie_controls_lJph {
    flex-direction: column;
    align-items: center;
}.accept_cookies_YpP9 {
    margin-bottom: 15px;
}.cookie_rules_k298 {
    margin-bottom: 20px;
    text-align: center;
}.privacy_ack_zkrv {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.find_contact_YgwZ {
    color: #000000;
    background: linear-gradient(135deg, rgb(214,221,239) 0%, rgba(240, 245, 255, 0.9) 100%);
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 4rem 2rem;
}.find_contact_YgwZ::before {
    content: '';
    background-image: repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(rgb(174,188,218,0.5), 0.03) 20px, rgba(rgb(174,188,218,0.5), 0.03) 40px);
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
}.find_contact_YgwZ::after {
    transform: rotate(-15deg);
    position: absolute;
    z-index: 0;
    background: radial-gradient(circle, rgba(rgb(135,155,197,0.5), 0.1) 0%, transparent 70%);
    right: -20%;
    height: 200%;
    width: 70%;
    top: -50%;
    content: '';
}.find_contact_YgwZ h1 {
    z-index: 2;
    font-size: 40px;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(rgb(174,188,218,0.5), 0.1);
    position: relative;
    margin-bottom: 2.5rem;
    font-weight: 700;
    transform: perspective(1000px) translateZ(5px);
    color: rgb(174,188,218);
}.find_contact_YgwZ h1::after {
    content: '';
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(174,188,218), transparent);
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    left: 50%;
    height: 3px;
}.find_contact_YgwZ .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.find_contact_YgwZ .message_request_VA2I {
    gap: 2rem;
    position: relative;
    transform-origin: top center;
    display: grid;
    grid-template-columns: 1fr;
    padding: 2rem;
    transition: transform 0.3s ease-out;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(rgb(255, 255, 255, 0.5), 0.8);
    backdrop-filter: blur(5px);
}.find_contact_YgwZ .message_request_VA2I:hover {
    transform: perspective(1000px) rotateX(0deg);
}.find_contact_YgwZ .message_request_VA2I > div {
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(rgb(174,188,218,0.5), 0.05);
    transform: translateY(5px);
}.find_contact_YgwZ .message_request_VA2I > div:hover {
    box-shadow: 0 8px 20px rgba(rgb(174,188,218,0.5), 0.1);
    background: rgba(rgb(255, 255, 255, 0.5), 1);
    transform: translateY(0);
}.find_contact_YgwZ .message_request_VA2I > div:first-child {
    border-left: 3px solid rgb(135,155,197);
    padding: 2rem;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    position: relative;
}.find_contact_YgwZ .message_request_VA2I > div:first-child::before {
    top: 0;
    font-size: 4rem;
    content: '"';
    left: 10px;
    line-height: 1;
    position: absolute;
    color: rgba(rgb(135,155,197,0.5), 0.2);
    font-family: serif;
}.find_contact_YgwZ h6 {
    color: #000000;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 21px;
}.find_contact_YgwZ h6 svg {
    transition: transform 0.3s ease;
    margin-left: 8px;
}.find_contact_YgwZ span {
    color: #000000;
    display: block;
    line-height: 1.5;
    font-size: calc(14px - 1px);
    margin-left: 1.5rem;
}.find_contact_YgwZ .join_us_9k4C {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.find_contact_YgwZ .join_us_9k4C > div {
    margin-bottom: 0.5rem;
}.find_contact_YgwZ .course_faq_lCvy {
    position: relative;
    text-decoration: none;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #000000;
    display: flex;
    font-size: calc(14px - 1px);
    align-items: center;
}.find_contact_YgwZ .course_faq_lCvy::before {
    background: linear-gradient(to right, rgb(174,188,218), transparent);
    left: 0;
    transform: translateX(-100%);
    position: absolute;
    width: 100%;
    height: 1px;
    transition: transform 0.3s ease;
    content: '';
    bottom: 0;
}.find_contact_YgwZ .course_faq_lCvy:hover {
    color: rgb(174,188,218);
    transform: translateX(5px);
}.find_contact_YgwZ .course_faq_lCvy:hover::before {
    transform: translateX(0);
}.find_contact_YgwZ .course_faq_lCvy svg {
    transition: transform 0.3s ease;
    margin-left: 8px;
}.find_contact_YgwZ .course_faq_lCvy:hover svg {
    transform: scale(1.1) rotate(5deg);
}.find_contact_YgwZ svg {
    flex-shrink: 0;
    height: 20px;
    width: 20px;
}.find_contact_YgwZ svg path {
    transition: fill 0.3s ease;
    fill: rgb(135,155,197);
}.find_contact_YgwZ .course_faq_lCvy:hover svg path {
    fill: rgb(174,188,218);
}

@media (min-width: 768px) {.find_contact_YgwZ {
    padding: 6rem 3rem;
}.find_contact_YgwZ .message_request_VA2I {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
}.find_contact_YgwZ .message_request_VA2I > div:first-child {
    grid-column: 1 / -1;
}.find_contact_YgwZ h1 {
    margin-bottom: 3.5rem;
    font-size: calc(40px + 0.5rem);
}.find_contact_YgwZ .join_us_9k4C {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}.find_contact_YgwZ .join_us_9k4C > div {
    flex: 0 0 calc(50% - 1rem);
}
}

@media (min-width: 992px) {.find_contact_YgwZ {
    padding: 8rem 4rem;
}.find_contact_YgwZ .message_request_VA2I {
    grid-template-columns: 2fr 1fr 1fr;
}.find_contact_YgwZ .message_request_VA2I > div:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
}.find_contact_YgwZ .join_us_9k4C {
    flex-direction: column;
}.find_contact_YgwZ .join_us_9k4C > div {
    flex: 0 0 100%;
}.find_contact_YgwZ h1::after {
    width: 120px;
}
}

@media (max-width: 767px) {.find_contact_YgwZ {
    padding: 3rem 1.5rem;
}.find_contact_YgwZ h1 {
    font-size: calc(40px - 0.2rem);
}.find_contact_YgwZ .message_request_VA2I {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.find_contact_YgwZ .message_request_VA2I > div {
    padding: 1.2rem;
}.find_contact_YgwZ span {
    margin-left: 1rem;
}
}

@media (hover: none) {.find_contact_YgwZ .message_request_VA2I,
    .find_contact_YgwZ .message_request_VA2I:hover {
    transform: none;
}.find_contact_YgwZ .message_request_VA2I > div:hover {
    transform: none;
    box-shadow: 0 5px 15px rgba(rgb(174,188,218,0.5), 0.05);
}.find_contact_YgwZ .course_faq_lCvy:hover {
    transform: none;
}}.experience_trial_Fz6S {
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(135,155,197,0.5), rgb(174,188,218,0.5));
    overflow: hidden;
    padding: 4rem 2rem;
}.experience_trial_Fz6S::before {
    top: 0;
    content: "";
    background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 40px,
    rgba(255, 255, 255, 0.03) 40px,
    rgba(255, 255, 255, 0.03) 80px
  );
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
}.experience_trial_Fz6S::after {
    opacity: 0.4;
    left: -50%;
    background: radial-gradient(
    circle at center,
    rgb(135,155,197,0.5) 0%,
    transparent 70%
  );
    height: 200%;
    position: absolute;
    top: -50%;
    content: "";
    transform: translateZ(-10px);
    width: 200%;
    z-index: 0;
    animation: pulse 15s infinite alternate ease-in-out;
}.experience_trial_Fz6S .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
}.experience_trial_Fz6S h2 {
    margin-bottom: 2.5rem;
    color: #000000;
    animation: float 6s infinite ease-in-out;
    transform: translateZ(30px);
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    line-height: 1.3;
    font-size: 37px;
    position: relative;
    font-family: Arial, sans-serif;
}.experience_trial_Fz6S h2::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    transform: scaleX(1);
    bottom: -10px;
    width: 100px;
    content: "";
    background: rgb(174,188,218);
    transform-origin: left;
    height: 4px;
    position: absolute;
}.experience_trial_Fz6S .mission_why_PJkl {
    align-items: center;
    gap: 2rem;
    justify-content: flex-start;
    transform: translateZ(20px) translateX(20px);
    position: relative;
    display: flex;
    transition: transform 0.5s ease;
}.experience_trial_Fz6S .mission_why_PJkl:hover {
    transform: translateZ(40px) translateX(25px);
}.experience_trial_Fz6S svg {
    height: 50px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    width: 50px;
    transform: rotateY(-10deg) rotateX(5deg);
}.experience_trial_Fz6S svg:hover {
    transform: rotateY(-15deg) rotateX(10deg) scale(1.1);
}.experience_trial_Fz6S svg path {
    transition: fill 0.3s ease, transform 0.3s ease;
    fill: rgb(135,155,197);
}.experience_trial_Fz6S svg:hover path {
    fill: rgb(174,188,218);
}.experience_trial_Fz6S .connect_links_ay2s {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 14px;
    z-index: 1;
    transform-origin: bottom;
    padding: 1rem 2.5rem;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 10px 25px -5px rgb(135,155,197,0.5),
              0 5px 10px -5px rgb(174,188,218,0.5);
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    transform: perspective(800px) rotateX(5deg);
    background: linear-gradient(145deg, rgb(135,155,197), rgb(174,188,218));
}.experience_trial_Fz6S .connect_links_ay2s::before {
    width: 100%;
    transition: left 0.7s ease;
    left: -100%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
}.experience_trial_Fz6S .connect_links_ay2s:hover {
    transform: perspective(800px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 15px 30px -10px rgb(135,155,197,0.5),
              0 10px 20px -5px rgb(174,188,218,0.5);
}.experience_trial_Fz6S .connect_links_ay2s:hover::before {
    left: 100%;
}.experience_trial_Fz6S .connect_links_ay2s:active {
    box-shadow: 0 5px 15px -5px rgb(135,155,197,0.5);
    transform: perspective(800px) rotateX(0deg) translateY(2px);
}.experience_trial_Fz6S .mission_why_PJkl div {
    position: relative;
    transform-style: preserve-3d;
}.experience_trial_Fz6S .mission_why_PJkl div::before {
    transform: translateZ(-5px) skewX(-30deg);
    height: 5px;
    filter: blur(3px);
    background: linear-gradient(90deg, rgb(135,155,197,0.5), transparent);
    position: absolute;
    bottom: -10px;
    transition: all 0.4s ease;
    content: "";
    width: 80%;
    left: 0;
    opacity: 0.6;
}.experience_trial_Fz6S .mission_why_PJkl:hover div::before {
    opacity: 0.8;
    width: 90%;
    filter: blur(5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1) translateZ(-10px);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.05) translateZ(-10px);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateZ(30px) translateY(0);
  }
  50% {
    transform: translateZ(30px) translateY(-10px);
  }
}

@media (max-width: 992px) {.experience_trial_Fz6S {
    padding: 3.5rem 1.5rem;
}.experience_trial_Fz6S h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2rem;
}.experience_trial_Fz6S .mission_why_PJkl {
    gap: 1.5rem;
}.experience_trial_Fz6S svg {
    height: 45px;
    width: 45px;
}.experience_trial_Fz6S .connect_links_ay2s {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 768px) {.experience_trial_Fz6S {
    padding: 3rem 1.2rem;
}.experience_trial_Fz6S h2 {
    animation: none;
    transform: translateZ(20px);
    font-size: calc(37px * 0.8);
    margin-bottom: 1.8rem;
}.experience_trial_Fz6S .mission_why_PJkl {
    gap: 1.2rem;
    align-items: flex-start;
    flex-direction: column;
    transform: translateZ(20px) translateX(10px);
}.experience_trial_Fz6S .mission_why_PJkl:hover {
    transform: translateZ(30px) translateX(15px);
}.experience_trial_Fz6S svg {
    width: 40px;
    height: 40px;
}.experience_trial_Fz6S .connect_links_ay2s {
    padding: 0.8rem 2rem;
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 576px) {.experience_trial_Fz6S {
    padding: 2.5rem 1rem;
}.experience_trial_Fz6S h2 {
    transform: translateZ(10px);
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
    text-shadow: none;
}.experience_trial_Fz6S h2::after {
    height: 3px;
    width: 70px;
}.experience_trial_Fz6S .mission_why_PJkl {
    align-items: center;
    flex-direction: column;
    transform: translateZ(10px) translateX(0);
    gap: 1rem;
}.experience_trial_Fz6S .mission_why_PJkl:hover {
    transform: translateZ(20px) translateX(0);
}.experience_trial_Fz6S svg {
    transform: none;
    width: 35px;
    height: 35px;
}.experience_trial_Fz6S svg:hover {
    transform: scale(1.05);
}.experience_trial_Fz6S .connect_links_ay2s {
    font-size: calc(14px * 0.85);
    padding: 0.7rem 1.8rem;
    transform: none;
}.experience_trial_Fz6S .connect_links_ay2s:hover {
    transform: translateY(-3px);
}.experience_trial_Fz6S .mission_why_PJkl div::before {
    display: none;
}}.offer_card_Z6px {
    padding: 100px 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background-color: rgb(214,221,239);
    position: relative;
}.offer_card_Z6px::before {
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(rgb(135,155,197,0.5), 0.05) 0%, rgba(rgb(174,188,218,0.5), 0.08) 100%);
    content: "";
    z-index: 0;
    height: 100%;
}.offer_card_Z6px .container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}.offer_card_Z6px .promo_cost_NJZx {
    display: flex;
    flex-direction: column;
}.offer_card_Z6px .learning_price_FbdO {
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 60px;
    animation: fadeUp 0.8s ease-out forwards;
}.offer_card_Z6px .learning_price_FbdO h2 {
    position: relative;
    color: #000000;
    text-transform: uppercase;
    font-size: 35px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}.offer_card_Z6px .learning_price_FbdO h2::after {
    position: absolute;
    left: 0;
    border-radius: 2px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(135,155,197), rgb(174,188,218));
    width: 80px;
    height: 4px;
    content: "";
}.offer_card_Z6px .plan_details_NTmD {
    max-width: 800px;
    line-height: 1.6;
    margin-top: 25px;
    font-size: 15px;
    color: #000000;
}.offer_card_Z6px .pricing_levels_haJf {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin-top: 20px;
    gap: 30px;
    display: grid;
}.offer_card_Z6px .pay_options_ytIp {
    opacity: 0;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeUp 0.8s ease-out forwards;
    perspective: 1000px;
    animation-delay: calc(0.15s * var(--i, 1));
    display: block;
    transform: translateY(30px);
}.offer_card_Z6px .pay_options_ytIp:nth-child(1) {
    --i: 1;
}.offer_card_Z6px .pay_options_ytIp:nth-child(2) {
    --i: 2;
}.offer_card_Z6px .pay_options_ytIp:nth-child(3) {
    --i: 3;
}.offer_card_Z6px .pay_options_ytIp:nth-child(4) {
    --i: 4;
}.offer_card_Z6px .enroll_cost_65Cb {
    transform-style: preserve-3d;
    border-radius: 12px;
    height: 100%;
    transition: all 0.4s ease;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}.offer_card_Z6px .pay_options_ytIp:hover .enroll_cost_65Cb {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(174,188,218,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}.offer_card_Z6px .learning_package_CDpi {
    min-height: 250px;
    z-index: 2;
    position: relative;
    padding: 35px 30px;
    box-sizing: border-box;
}.offer_card_Z6px .learning_package_CDpi h3 {
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: calc(24px + 2px);
    display: inline-block;
}.offer_card_Z6px .pay_options_ytIp:hover .learning_package_CDpi h3 {
    color: rgb(174,188,218);
    transform: translateX(5px);
}.offer_card_Z6px .cert_fees_osmK {
    font-weight: 700;
    margin: 20px 0;
    color: rgb(135,155,197);
    font-size: calc(24px + 4px);
    position: relative;
    display: block;
    transition: all 0.3s ease;
}.offer_card_Z6px .cert_fees_osmK::before {
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 2px;
    top: -10px;
    width: 40px;
    background: linear-gradient(90deg, rgb(135,155,197), transparent);
}.offer_card_Z6px .pay_options_ytIp:hover .cert_fees_osmK {
    transform: scale(1.05);
    color: rgb(174,188,218);
}.offer_card_Z6px .learning_package_CDpi p {
    line-height: 1.6;
    hyphens: auto;
    overflow-wrap: break-word;
    font-size: 15px;
    white-space: normal;
    margin-top: 15px;
    transition: color 0.3s ease;
    color: #000000;
    word-wrap: break-word;
    word-break: normal;
}.offer_card_Z6px .img_list_item_M9qU {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    transition: all 0.5s ease;
}.offer_card_Z6px .img_list_item_M9qU::after {
    opacity: 0.6;
    transition: opacity 0.4s ease;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    position: absolute;
    height: 100%;
    content: "";
}.offer_card_Z6px .pay_options_ytIp:hover .img_list_item_M9qU {
    transform: scale(1.05);
}.offer_card_Z6px .pay_options_ytIp:hover .img_list_item_M9qU::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.offer_card_Z6px .promo_cost_NJZx {
    flex-direction: row-reverse;
}.offer_card_Z6px .learning_price_FbdO {
    padding-left: 50px;
    width: 30%;
    margin-bottom: 0;
}.offer_card_Z6px .pricing_levels_haJf {
    width: 70%;
}.offer_card_Z6px .learning_price_FbdO h2 {
    font-size: calc(35px + 4px);
}
}

@media (max-width: 1199px) {.offer_card_Z6px {
    padding: 80px 0;
}.offer_card_Z6px .learning_price_FbdO {
    margin: 0 auto 50px;
    max-width: 800px;
    text-align: center;
}.offer_card_Z6px .learning_price_FbdO h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 767px) {.offer_card_Z6px {
    padding: 60px 0;
}.offer_card_Z6px .pricing_levels_haJf {
    grid-template-columns: 1fr;
    gap: 20px;
}.offer_card_Z6px .learning_package_CDpi {
    padding: 25px 20px;
}.offer_card_Z6px .img_list_item_M9qU {
    height: 180px;
}.offer_card_Z6px .learning_price_FbdO h2 {
    font-size: calc(35px - 2px);
}.offer_card_Z6px .plan_details_NTmD {
    font-size: calc(15px - 1px);
}
}

@media (hover: none) {.offer_card_Z6px .pay_options_ytIp:hover .enroll_cost_65Cb {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.offer_card_Z6px .pay_options_ytIp:hover .learning_package_CDpi h3 {
    transform: none;
}.offer_card_Z6px .pay_options_ytIp:hover .cert_fees_osmK {
    transform: none;
}.offer_card_Z6px .pay_options_ytIp:hover .img_list_item_M9qU {
    transform: none;
}}.interested_learners_7UK9 {
    background: #f9f9f9;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.interested_learners_7UK9::before {
    width: 6px;
    left: 50%;
    top: 0;
    background-color: rgb(174,188,218,0.5);
    bottom: 0;
    content: '';
    z-index: 1;
    position: absolute;
    transform: translateX(-50%);
}.interested_learners_7UK9 .mission_why_PJkl {
    max-width: 1000px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    text-align: center;
    padding: 0 30px;
}.interested_learners_7UK9 h3 {
    font-weight: 700;
    border: 3px solid rgb(174,188,218,0.5);
    padding: 0 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    border-radius: 50px;
    position: relative;
    margin-bottom: 80px;
    background-color: #f9f9f9;
    font-size: 36px;
    color: #000000;
}.interested_learners_7UK9 ul {
    gap: 50px;
    align-items: center;
    display: flex;
    padding: 0;
    flex-direction: column;
    position: relative;
    margin: 0;
    list-style: none;
}.interested_learners_7UK9 ul li {
    position: relative;
    padding: 30px;
    display: flex;
    width: 100%;
    border-radius: 20px;
    align-items: center;
    text-align: left;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    max-width: 500px;
    transition: all 0.4s ease;
    z-index: 2;
}.interested_learners_7UK9 ul li::before {
    top: -25px;
    border: 6px solid rgb(174,188,218,0.5);
    transition: all 0.4s ease;
    transform: translateX(-50%);
    content: '';
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    z-index: 5;
    position: absolute;
}.interested_learners_7UK9 ul li:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
}.interested_learners_7UK9 ul li:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}.interested_learners_7UK9 ul li:hover::before {
    border-color: #ffffff;
    background-color: rgb(174,188,218,0.5);
}.interested_learners_7UK9 ul li svg {
    height: 60px;
    padding: 12px;
    background-color: rgb(174,188,218,0.5);
    flex-shrink: 0;
    transition: all 0.4s ease;
    width: 60px;
    border-radius: 50%;
}.interested_learners_7UK9 ul li:hover svg {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: rotate(360deg);
    background-color: #ffffff;
}.interested_learners_7UK9 ul li svg path {
    transition: fill 0.4s ease;
    fill: #ffffff;
}.interested_learners_7UK9 ul li:hover svg path {
    fill: rgb(174,188,218);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.interested_learners_7UK9 ul li {
    opacity: 0;
    animation: fadeInFromTop 0.6s ease forwards;
}.interested_learners_7UK9 ul li:nth-child(1) {
    animation-delay: 0.1s;
}.interested_learners_7UK9 ul li:nth-child(2) {
    animation-delay: 0.3s;
}.interested_learners_7UK9 ul li:nth-child(3) {
    animation-delay: 0.5s;
}.interested_learners_7UK9 ul li:nth-child(4) {
    animation-delay: 0.7s;
}.interested_learners_7UK9 ul li:nth-child(5) {
    animation-delay: 0.9s;
}.interested_learners_7UK9 ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.interested_learners_7UK9 {
    padding: 90px 0;
}.interested_learners_7UK9 h3 {
    margin-bottom: 60px;
}.interested_learners_7UK9 ul {
    gap: 60px;
}.interested_learners_7UK9 ul li {
    padding: 25px;
}.interested_learners_7UK9 ul li svg {
    width: 50px;
    padding: 10px;
    height: 50px;
}
}

@media (max-width: 768px) {.interested_learners_7UK9 ul li,
    .interested_learners_7UK9 ul li:nth-child(even) {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.interested_learners_7UK9 ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.interested_learners_7UK9 {
    padding: 70px 0;
}.interested_learners_7UK9 h3 {
    font-size: calc(36px * 0.85);
    margin-bottom: 50px;
    padding: 0 20px;
}.interested_learners_7UK9 ul {
    gap: 50px;
}.interested_learners_7UK9 ul li {
    padding: 20px;
}.interested_learners_7UK9 ul li::before {
    top: -25px;
    height: 40px;
    width: 40px;
}.interested_learners_7UK9 ul li svg {
    height: 45px;
    width: 45px;
    padding: 8px;
}
}

@media (prefers-reduced-motion: reduce) {.interested_learners_7UK9 ul li {
    opacity: 1;
    animation: none;
}.interested_learners_7UK9 ul li:hover {
    transform: none;
}.interested_learners_7UK9 ul li:hover svg {
    transform: none;
}}.privacy_encasement_zK03 {
    padding: 50px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    width: 100%;
    overflow: hidden;
}.privacy_encasement_zK03 h1 {
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    border-bottom: 3px solid rgb(174,188,218);
    font-size: 41px;
    margin-top: 0;
    padding-bottom: 10px;
    text-align: center;
}.privacy_encasement_zK03 h2 {
    padding-bottom: 8px;
    margin-top: 40px;
    font-size: 28px;
    margin-bottom: 20px;
    color: rgb(135,155,197);
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-align: left;
    border-bottom: 2px solid rgb(135,155,197);
}.privacy_encasement_zK03 h3, .privacy_encasement_zK03 h4, .privacy_encasement_zK03 h5, .privacy_encasement_zK03 h6 {
    padding-bottom: 5px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: 30px;
}.privacy_encasement_zK03 ul, .privacy_encasement_zK03 ol {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    padding-left: 0;
}.privacy_encasement_zK03 li {
    padding: 10px 0;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 13px;
}.privacy_encasement_zK03 section {
    background: #ffffff;
}.privacy_encasement_zK03 p, .privacy_encasement_zK03 span, .privacy_encasement_zK03 div {
    color: #000000;
    font-size: 13px;
    padding-bottom: 10px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.privacy_encasement_zK03 {
    box-shadow: none;
    border: none;
    padding: 20px;
}.privacy_encasement_zK03 h1, .privacy_encasement_zK03 h2 {
    text-align: left;
    font-size: calc(20px - 10px);
    border-bottom-width: 1px;
}.privacy_encasement_zK03 ul, .privacy_encasement_zK03 ol {
    padding: 10px 0;
    border-top-width: 0;
    border-bottom-width: 0;
}.privacy_encasement_zK03 li {
    border-bottom-width: 0;
    padding: 5px 0;
}.privacy_encasement_zK03 p, .privacy_encasement_zK03 span, .privacy_encasement_zK03 div {
    padding-bottom: 5px;
    border-bottom-width: 0;
}
}