﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    width: 1206px;
    margin: auto;
    max-width: 100%;
}.segment-wrapper5 {
    min-height: 100%;
    flex-direction: column;
    display: flex;
    height: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
}.site_map5 {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}::-webkit-scrollbar {
    padding: 3px;
    width: 14px;
}::-webkit-scrollbar-track {
    border-radius: 20px;
    margin: 3px 0;
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset 5px 4px 11px 1px rgba(0, 0, 0, 0.7);
}::-webkit-scrollbar-track:active {
    background: #ffffff;
}::-webkit-scrollbar-thumb {
    transition: box-shadow 3.1s ease-out;
    border: 1px ridge rgb(175,185,209,0.5);
    box-shadow: 2px -3px 15px 8px rgba(0, 0, 0, 0.2);
    border-radius: 9999px;
    background: rgb(175,185,209,0.5);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -1px 1px 6px 2px rgba(0, 0, 0, 0.3);
}* {
    scrollbar-color: rgb(214,217,233) rgb(135,153,182);
    scrollbar-width: thin;
}.main_info3 {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.who_we_are0 {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.who_we_are0::before {
    z-index: 1;
    left: 0;
    background-color: rgba(21, 25, 40, 0.85);
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
}.who_we_are0::after {
    background: linear-gradient(135deg, rgb(175,185,209,0.5) 0%, transparent 65%);
    transform: rotate(15deg);
    top: -50%;
    width: 70%;
    position: absolute;
    z-index: 2;
    content: "";
    height: 200%;
    right: -25%;
}.who_we_are0 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    position: relative;
    padding: 0 2rem;
}.who_we_are0 .insight_box8 {
    backdrop-filter: blur(10px);
    padding: 3rem;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.05);
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.who_we_are0 .insight_box8:hover {
    transform: perspective(1000px) rotateY(0deg);
}.who_we_are0 h1 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: transform 0.5s ease;
    margin-bottom: 2rem;
    transform: translateX(-5px);
}.who_we_are0 h1::after {
    width: 80px;
    left: 0;
    content: "";
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scaleX(0.8);
    height: 3px;
    background: linear-gradient(to right, rgb(175,185,209), rgb(135,153,182));
    bottom: -15px;
    position: absolute;
}.who_we_are0 .insight_box8:hover h1 {
    transform: translateX(0);
}.who_we_are0 .insight_box8:hover h1::after {
    transform: scaleX(1);
}.who_we_are0 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.who_we_are0 li {
    margin-bottom: 1.5rem;
}.who_we_are0 h4 {
    font-size: calc(23px * 1.1);
    display: inline-block;
    margin-bottom: 1rem;
    padding-left: 2rem;
    font-family: Arial, sans-serif;
    color: rgb(135,153,182);
    position: relative;
    font-weight: 600;
}.who_we_are0 h4::before {
    content: "";
    transition: transform 0.3s ease;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(175,185,209);
    position: absolute;
    left: 0;
    top: 50%;
    height: 12px;
    width: 12px;
}.who_we_are0 li:hover h4::before {
    transform: translateY(-50%) rotate(225deg);
}.who_we_are0 span {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.8;
    max-width: 90%;
    padding-left: 2rem;
    transition: opacity 0.3s ease;
    hyphens: auto;
    position: relative;
    opacity: 0.9;
    display: block;
    font-family: Arial, sans-serif;
    text-align: justify;
}.who_we_are0 span::first-letter {
    margin-right: 2px;
    font-size: 200%;
    color: rgb(175,185,209);
    font-weight: 700;
}.who_we_are0 li:hover span {
    opacity: 1;
}.who_we_are0 span::before {
    width: 1px;
    height: calc(100% - 1.4em);
    background: linear-gradient(to bottom, rgb(175,185,209,0.5), transparent);
    top: 0.7em;
    position: absolute;
    left: 0;
    content: "";
}

@media (min-width: 992px) {.who_we_are0 {
    padding: 8rem 0;
}.who_we_are0 .insight_box8 {
    width: 90%;
    padding: 4rem;
    margin-left: 5%;
}.who_we_are0 h1 {
    margin-bottom: 3rem;
    font-size: calc(48px * 1.2);
}.who_we_are0 h1::after {
    height: 4px;
    width: 120px;
}.who_we_are0 span {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
    max-width: 85%;
    padding-left: 3rem;
}.who_we_are0 h4 {
    font-size: calc(23px * 1.2);
    padding-left: 3rem;
}.who_we_are0 h4::before {
    width: 15px;
    height: 15px;
}
}

@media (max-width: 991px) {.who_we_are0::after {
    width: 100%;
    right: -50%;
}.who_we_are0 .insight_box8 {
    transform: perspective(1000px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.who_we_are0 {
    padding: 4rem 0;
}.who_we_are0 .insight_box8 {
    padding: 2rem;
    transform: none;
}.who_we_are0 h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 2rem;
}.who_we_are0 span {
    line-height: 1.7;
    padding-left: 1.5rem;
    max-width: 100%;
    font-size: calc(12px * 0.95);
}.who_we_are0 h4 {
    padding-left: 1.5rem;
}.who_we_are0 h1::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 576px) {.who_we_are0 {
    padding: 3rem 0;
}.who_we_are0 .container {
    padding: 0 1rem;
}.who_we_are0 .insight_box8 {
    padding: 1.5rem;
}.who_we_are0 h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.who_we_are0 span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
    padding-left: 1rem;
}.who_we_are0 h4 {
    font-size: calc(23px * 0.9);
    padding-left: 1rem;
}.who_we_are0 h4::before {
    width: 8px;
    height: 8px;
}.who_we_are0 h1::after {
    width: 50px;
    height: 2px;
}
}

@media (hover: none) {.who_we_are0 .insight_box8 {
    transform: none !important;
}.who_we_are0 h1 {
    transform: none;
}.who_we_are0 h1::after {
    transform: scaleX(1);
}}.cookie_window_banner6 {
    animation: slideUp 0.5s forwards;
    padding: 20px 0;
    transform: translateY(100%);
    width: 100%;
    border-top: 3px solid rgb(135,153,182);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    font-family: Arial, sans-serif;
    z-index: 90;
    background: rgb(135,153,182);
    transition: transform 0.5s ease-in-out;
    position: fixed;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.online_tracking2 {
    padding: 20px 5%;
    justify-content: space-between;
    display: flex;
    gap: 20px;
    align-items: center;
}.cookie_window_banner6 h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
}.cookie_window_banner6 p {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
}.cookie_option0 {
    margin-right: 15px;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(175,185,209));
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}.cookie_option0 svg {
    width: 80px;
    fill: rgb(175,185,209);
    transition: transform 0.3s ease-in-out;
    height: 80px;
}.cookie_option0:hover svg {
    transform: scale(1.1);
}.cookie_tab0 {
    cursor: pointer;
    text-align: center;
    border-radius: 18px;
    padding: 10px 20px;
    background: linear-gradient(90deg, rgb(175,185,209), rgb(135,153,182));
    line-height: 40px;
    box-shadow: 0 0 15px rgb(175,185,209);
    white-space: nowrap;
    margin-left: 10px;
    font-size: 17px;
    min-width: 140px;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    flex-shrink: 0;
}.cookie_tab0:hover {
    box-shadow: 0 0 20px rgb(135,153,182);
}.cookie_button.data_comply4:hover {
    box-shadow: 0 0 15px rgb(135,153,182);
}.cookie_window_banner6 p a {
    text-decoration: none;
    color: rgb(175,185,209);
    transition: color 0.3s ease;
}.cookie_window_banner6 p a:hover {
    color: rgb(135,153,182);
}#cookieUsagePrompt6 {
    display: none;
}#cookieUsagePrompt6:checked ~ .cookie_window_banner6 {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.cookie_window_banner6 {
    padding: 15px 0;
}.online_tracking2 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie_option0 {
    display: none;
}.online_tracking2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie_window_banner6 h5 {
    margin-bottom: 5px;
    font-size: 21px;
}.consent_edu6 {
    margin-bottom: 15px;
}.cookie_tab0 {
    min-width: 100%;
    margin: 10px 0;
}}
.mentorship_profile2 {
    padding: 6rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,217,233) 0%, rgb(175,185,209,0.5) 35%, rgb(135,153,182,0.5) 100%);
}.mentorship_profile2::before {
    z-index: 0;
    animation: rotate 20s linear infinite;
    content: "";
    height: 200%;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(175,185,209,0.5) 120deg, transparent 180deg, rgb(135,153,182,0.5) 260deg, transparent 360deg);
    top: -50%;
    opacity: 0.2;
    left: -10%;
    position: absolute;
    width: 200%;
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.mentorship_profile2 .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    perspective: 1000px;
}.mentorship_profile2 .student_feedback6 {
    background: #ffffff;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(175,185,209,0.5);
    grid-template-rows: auto auto;
    grid-template-columns: minmax(220px, 1fr) 2fr;
    transform: rotateX(5deg) rotateY(-2deg);
    transform-style: preserve-3d;
    display: grid;
    grid-template-areas:
    "photo quote"
    "name quote";
    transition: transform 0.5s ease;
    gap: 1.5rem;
    backdrop-filter: blur(10px);
    padding: 2.5rem;
    border-radius: 24px;
}.mentorship_profile2 .student_feedback6:hover {
    transform: rotateX(0) rotateY(0);
}.mentorship_profile2 .img_grid_wrapper3 {
    border-radius: 24px;
    transition: transform 0.3s ease;
    aspect-ratio: 1/1;
    grid-area: photo;
    transform: translateZ(20px);
    box-shadow: 
    -5px 5px 0 rgb(135,153,182),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    width: 100%;
}.mentorship_profile2 .student_feedback6:hover .img_grid_wrapper3 {
    transform: translateZ(30px) scale(1.05);
}.mentorship_profile2 .name {
    font-size: 18px;
    margin-bottom: 0.5rem;
    transform: translateZ(10px);
    grid-area: name;
    padding-left: 1rem;
    font-weight: 700;
    position: relative;
    display: block;
    color: rgb(175,185,209);
}.mentorship_profile2 .name + span {
    font-size: 17px;
    margin-top: 2rem;
    font-weight: 600;
    padding-left: 1rem;
    transform: translateZ(5px);
    grid-area: name;
    align-self: end;
    opacity: 0.8;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
}.mentorship_profile2 .career_trajectory5 {
    color: #000000;
    padding: 2rem;
    grid-area: quote;
    transform: translateZ(15px);
    font-size: calc(17px * 1.1);
    position: relative;
    border-radius: 24px;
    background: linear-gradient(to right, #ffffff, rgb(214,217,233));
    transition: transform 0.3s ease;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    line-height: 1.7;
}.mentorship_profile2 .career_trajectory5::before {
    height: 100%;
    border-radius: 24px;
    left: 0;
    content: "";
    opacity: 0.3;
    position: absolute;
    background: linear-gradient(45deg, rgb(175,185,209,0.5) 0%, transparent 40%, transparent 60%, rgb(135,153,182,0.5) 100%);
    mix-blend-mode: overlay;
    width: 100%;
    top: 0;
}.mentorship_profile2 .student_feedback6:hover .career_trajectory5 {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.mentorship_profile2 .student_feedback6 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "img_grid_wrapper3"
      "name"
      "career_trajectory5";
    transform: none;
    grid-template-rows: auto auto auto;
}.mentorship_profile2 .img_grid_wrapper3 {
    margin: 0 auto;
    max-width: 200px;
}.mentorship_profile2 .name,
  .mentorship_profile2 .name + span {
    text-align: center;
    padding-left: 0;
}.mentorship_profile2 .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.mentorship_profile2 {
    padding: 4rem 1rem;
}.mentorship_profile2 .student_feedback6 {
    padding: 1.5rem;
}.mentorship_profile2 .career_trajectory5 {
    padding: 1.5rem;
}}.price_row7 {
    padding: 100px 0;
    background-color: rgb(214,217,233);
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}.price_row7::before {
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(135,153,182,0.5), 0.05) 0%, rgba(rgb(175,185,209,0.5), 0.08) 100%);
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    z-index: 0;
    width: 100%;
}.price_row7 .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
    max-width: 1400px;
}.price_row7 .pricing_list2 {
    flex-direction: column;
    display: flex;
}.price_row7 .pro_fees5 {
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 60px;
}.price_row7 .pro_fees5 h2 {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
}.price_row7 .pro_fees5 h2::after {
    bottom: -10px;
    width: 80px;
    background: linear-gradient(90deg, rgb(135,153,182), rgb(175,185,209));
    height: 4px;
    left: 0;
    border-radius: 2px;
    position: absolute;
    content: "";
}.price_row7 .deal_board0 {
    font-size: 14px;
    margin-top: 25px;
    color: #000000;
    line-height: 1.6;
    max-width: 800px;
}.price_row7 .discount_tier2 {
    gap: 30px;
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
}.price_row7 .monthly_plan4 {
    animation-delay: calc(0.15s * var(--i, 1));
    text-decoration: none;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease-out forwards;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    perspective: 1000px;
}.price_row7 .monthly_plan4:nth-child(1) {
    --i: 1;
}.price_row7 .monthly_plan4:nth-child(2) {
    --i: 2;
}.price_row7 .monthly_plan4:nth-child(3) {
    --i: 3;
}.price_row7 .monthly_plan4:nth-child(4) {
    --i: 4;
}.price_row7 .learning_fees9 {
    transform-style: preserve-3d;
    background-color: #ffffff;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 12px;
    height: 100%;
}.price_row7 .monthly_plan4:hover .learning_fees9 {
    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(175,185,209,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}.price_row7 .group_plans2 {
    padding: 35px 30px;
    position: relative;
    z-index: 2;
    min-height: 250px;
    box-sizing: border-box;
}.price_row7 .group_plans2 h3 {
    position: relative;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    font-size: calc(18px + 2px);
}.price_row7 .monthly_plan4:hover .group_plans2 h3 {
    color: rgb(175,185,209);
    transform: translateX(5px);
}.price_row7 .deal_grid2 {
    margin: 20px 0;
    position: relative;
    display: block;
    font-size: calc(18px + 4px);
    font-weight: 700;
    color: rgb(135,153,182);
    transition: all 0.3s ease;
}.price_row7 .deal_grid2::before {
    content: "";
    background: linear-gradient(90deg, rgb(135,153,182), transparent);
    width: 40px;
    left: 0;
    top: -10px;
    position: absolute;
    height: 3px;
    border-radius: 2px;
}.price_row7 .monthly_plan4:hover .deal_grid2 {
    transform: scale(1.05);
    color: rgb(175,185,209);
}.price_row7 .group_plans2 p {
    color: #000000;
    word-wrap: break-word;
    line-height: 1.6;
    font-size: 14px;
    overflow-wrap: break-word;
    transition: color 0.3s ease;
    word-break: normal;
    margin-top: 15px;
    white-space: normal;
    hyphens: auto;
}.price_row7 .img_grid_wrapper3 {
    transition: all 0.5s ease;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 200px;
}.price_row7 .img_grid_wrapper3::after {
    height: 100%;
    z-index: 1;
    top: 0;
    content: "";
    opacity: 0.6;
    transition: opacity 0.4s ease;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    left: 0;
    position: absolute;
}.price_row7 .monthly_plan4:hover .img_grid_wrapper3 {
    transform: scale(1.05);
}.price_row7 .monthly_plan4:hover .img_grid_wrapper3::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.price_row7 .pricing_list2 {
    flex-direction: row-reverse;
}.price_row7 .pro_fees5 {
    padding-left: 50px;
    margin-bottom: 0;
    width: 30%;
}.price_row7 .discount_tier2 {
    width: 70%;
}.price_row7 .pro_fees5 h2 {
    font-size: calc(32px + 4px);
}
}

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

@media (max-width: 767px) {.price_row7 {
    padding: 60px 0;
}.price_row7 .discount_tier2 {
    grid-template-columns: 1fr;
    gap: 20px;
}.price_row7 .group_plans2 {
    padding: 25px 20px;
}.price_row7 .img_grid_wrapper3 {
    height: 180px;
}.price_row7 .pro_fees5 h2 {
    font-size: calc(32px - 2px);
}.price_row7 .deal_board0 {
    font-size: calc(14px - 1px);
}
}

@media (hover: none) {.price_row7 .monthly_plan4:hover .learning_fees9 {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.price_row7 .monthly_plan4:hover .group_plans2 h3 {
    transform: none;
}.price_row7 .monthly_plan4:hover .deal_grid2 {
    transform: none;
}.price_row7 .monthly_plan4:hover .img_grid_wrapper3 {
    transform: none;
}}header .top_section0 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    overflow: visible;
    background: linear-gradient(120deg, rgb(175,185,209) 0%, rgb(135,153,182,0.5) 100%);
    z-index: 99;
    padding: 1.5rem 0;
    align-items: center;
    justify-content: space-between;
    position: relative;
}header .top_section0::before {
    top: 0;
    background: radial-gradient(circle at 70% 30%, rgb(135,153,182,0.5) 0%, transparent 60%);
    width: 100%;
    content: "";
    z-index: -1;
    height: 100%;
    left: 0;
    position: absolute;
}header .top_section0 .top_know9 {
    transform: translateY(-5px);
    position: relative;
    z-index: 2;
    margin-left: calc((100vw - 100%) / 2);
    transition: all 0.4s ease;
}header .top_section0 .top_know9:hover {
    transform: translateY(0) scale(1.05);
}header .top_section0 .top_know9 .header_learn4 {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
}header .top_section0 .top_know9 .header_learn4::before {
    top: -10px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    content: "";
    height: calc(100% + 20px);
    width: calc(100% + 40px);
    left: -20px;
    z-index: -1;
}header .top_section0 .top_know9 .header_learn4 svg {
    height: 2.8rem;
    width: auto;
    filter: drop-shadow(0 0 8px #ffffff);
}header .top_section0 .nav_site3 {
    list-style: none;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    display: flex;
    background: linear-gradient(90deg, transparent, rgb(175,185,209,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    margin: 0;
    justify-content: flex-end;
    width: 80vw;
    padding-right: calc((100vw - 100%) / 2);
    position: relative;
    padding: 0;
}header .top_section0 .nav_site3::before {
    top: 0;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    width: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    height: 100%;
}header .top_section0 .nav_site3 .top_lesson3 {
    position: relative;
    margin: 0;
    transform-style: preserve-3d;
    perspective: 1000px;
}header .top_section0 .nav_site3 .top_lesson3 a {
    position: relative;
    text-decoration: none;
    font-size: 16px;
    display: block;
    color: #ffffff;
    transform-origin: center;
    font-weight: 600;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
}header .top_section0 .nav_site3 .top_lesson3 a::after {
    position: absolute;
    background: rgb(135,153,182);
    bottom: 0.8rem;
    transition: width 0.3s ease;
    width: 0;
    left: 1.5rem;
    height: 2px;
    content: "";
}header .top_section0 .nav_site3 .top_lesson3 a:hover {
    color: rgb(135,153,182);
    transform: translateZ(10px);
}header .top_section0 .nav_site3 .top_lesson3 a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .top_section0 {
    padding: 1rem 0;
    align-items: center;
    flex-direction: column;
}header .top_section0 .top_know9 {
    margin-left: 0;
    margin-bottom: 1rem;
}header .top_section0 .nav_site3 {
    padding-right: 0;
    clip-path: none;
    flex-wrap: wrap;
    background: rgb(175,185,209,0.5);
    width: 100%;
    justify-content: center;
}header .top_section0 .nav_site3 .top_lesson3 a {
    padding: 0.8rem 1rem;
}header .top_section0 .nav_site3 .top_lesson3 a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .top_section0 .nav_site3 .top_lesson3 a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .top_section0 .nav_site3 {
    padding: 0.5rem 0;
}header .top_section0 .nav_site3 .top_lesson3 {
    width: 50%;
}header .top_section0 .nav_site3 .top_lesson3 a {
    text-align: center;
    padding: 0.6rem 0.8rem;
    font-size: calc(16px - 2px);
}header .top_section0 .nav_site3 .top_lesson3 a::after {
    display: none;
}}.data_exploration0 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,217,233) 0%, rgba(245, 245, 250, 0.9) 100%);
    position: relative;
    padding: 6rem 0 4rem;
}.data_exploration0::before {
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(175,185,209,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(135,153,182,0.5), 0.07) 0%, transparent 40%);
    content: '';
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
}.data_exploration0 .container {
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.data_exploration0 ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    list-style: none;
    padding: 0;
    margin: 0 0 3rem;
    display: grid;
}.data_exploration0 .statistics_value8 {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    perspective: 800px;
    position: relative;
}.data_exploration0 .statistics_value8:hover {
    transform: translateY(-5px);
}.data_exploration0 .statistics_value8 div {
    flex-direction: column;
    transform: translateZ(0);
    display: flex;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding: 2rem 1.5rem;
    position: relative;
    border-left: 4px solid rgb(175,185,209);
}.data_exploration0 .statistics_value8:hover div {
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.2),
        0 3px 8px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateZ(10px);
}.data_exploration0 .statistics_value8 div::before {
    top: 0;
    opacity: 0.1;
    border-width: 0 30px 30px 0;
    transition: all 0.3s ease;
    position: absolute;
    height: 0;
    right: 0;
    border-color: transparent rgb(175,185,209,0.5) transparent transparent;
    border-style: solid;
    content: '';
    width: 0;
}.data_exploration0 .statistics_value8:hover div::before {
    opacity: 0.2;
    border-width: 0 40px 40px 0;
}.data_exploration0 .statistics_value8 p {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(0);
    line-height: 1;
    color: rgb(175,185,209);
    margin: 0 0 0.5rem;
    font-weight: 700;
    font-size: calc(32px * 1.2);
}.data_exploration0 .statistics_value8:hover p {
    transform: translateX(5px);
}.data_exploration0 .statistics_value8 p::after {
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: '';
    bottom: -5px;
    left: 0;
    height: 3px;
    width: 0;
    background: rgb(175,185,209);
    position: absolute;
}.data_exploration0 .statistics_value8:hover p::after {
    width: 40px;
}.data_exploration0 .statistics_value8 span {
    font-size: 16px;
    transition: transform 0.3s ease;
    line-height: 1.4;
    display: block;
    max-width: 90%;
    color: #000000;
}.data_exploration0 .statistics_value8:hover span {
    transform: translateY(2px);
}.data_exploration0 h4 {
    padding-bottom: 1rem;
    text-align: center;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 1rem 0 0;
    transform: translateY(0);
    font-size: 20px;
    position: relative;
    font-weight: 600;
}.data_exploration0 h4::after {
    position: absolute;
    content: '';
    transform: translateX(-50%);
    background: rgb(175,185,209);
    left: 50%;
    width: 60px;
    bottom: 0;
    height: 3px;
}.data_exploration0:hover h4 {
    transform: translateY(-5px);
}

@media screen and (max-width: 991px) {.data_exploration0 {
    padding: 4rem 0 3rem;
}.data_exploration0 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.data_exploration0 .statistics_value8 p {
    font-size: calc(32px * 1.1);
}
}

@media screen and (max-width: 768px) {.data_exploration0 {
    padding: 3rem 0 2rem;
}.data_exploration0 ul {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 1.25rem;
}.data_exploration0 .statistics_value8 div {
    padding: 1.5rem 1.25rem;
}.data_exploration0 .statistics_value8 p {
    font-size: 32px;
}.data_exploration0 .statistics_value8 span {
    font-size: calc(16px * 0.9);
}
}

@media screen and (max-width: 576px) {.data_exploration0 {
    padding: 2.5rem 0 1.5rem;
}.data_exploration0 ul {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 1rem;
}.data_exploration0 .statistics_value8 div {
    border-left-width: 3px;
    padding: 1.25rem 1rem;
}.data_exploration0 .statistics_value8 p {
    font-size: calc(32px * 0.9);
}.data_exploration0 .statistics_value8 span {
    font-size: calc(16px * 0.85);
    max-width: 100%;
}.data_exploration0 h4 {
    font-size: calc(20px * 0.9);
}.data_exploration0 h4::after {
    height: 2px;
    width: 50px;
}
}

@media (hover: none) {.data_exploration0 .statistics_value8:hover {
    transform: none;
}.data_exploration0 .statistics_value8:hover div {
    transform: none;
    box-shadow: 
            0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
            0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.data_exploration0 .statistics_value8:hover p {
    transform: none;
}.data_exploration0 .statistics_value8:hover p::after {
    width: 0;
}.data_exploration0 .statistics_value8:hover span {
    transform: none;
}.data_exploration0:hover h4 {
    transform: none;
}}.title_page2 {
    display: flex;
    align-items: center;
    padding: 4rem 2rem;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(214,217,233), rgb(135,153,182,0.5) 80%);
    justify-content: center;
    overflow: hidden;
    position: relative;
}.title_page2 > div {
    z-index: 2;
    position: relative;
    grid-template-columns: 1fr;
    width: 100%;
    display: grid;
    gap: 2.5rem;
    max-width: 1200px;
}.title_page2::before {
    animation: float 15s ease-in-out infinite alternate;
    width: 100%;
    transform: rotate(-5deg);
    background: rgb(175,185,209,0.5);
    left: -50%;
    top: -50%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    content: '';
    height: 100%;
    position: absolute;
    opacity: 0.05;
}.title_page2::after {
    height: 100%;
    transform: rotate(5deg);
    animation: float 20s ease-in-out infinite alternate-reverse;
    bottom: -50%;
    background: rgb(135,153,182,0.5);
    right: -50%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    position: absolute;
    width: 100%;
    opacity: 0.05;
    content: '';
}.title_page2 h1.learning_main2 {
    opacity: 0;
    color: #000000;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    line-height: 1.2;
    animation: fadeUp 0.8s ease-out forwards;
    position: relative;
    font-size: clamp(2.5rem, 5vw, 40px);
    font-weight: 700;
}.title_page2 h1.learning_main2::after {
    bottom: -15px;
    animation: expandWidth 1.5s ease-out forwards 0.5s;
    content: '';
    height: 5px;
    position: absolute;
    box-shadow: 0 4px 10px rgb(175,185,209,0.5);
    left: 0;
    width: 100px;
    background: rgb(175,185,209);
}.title_page2 p {
    margin-bottom: 2rem;
    max-width: 650px;
    line-height: 1.6;
    animation: fadeUp 0.8s ease-out forwards 0.3s;
    transform: translateY(20px);
    color: #000000;
    font-size: clamp(1rem, 3vw, 18px);
    opacity: 0;
}.title_page2 .start_home1 {
    animation: fadeUp 0.8s ease-out forwards 0.5s;
    opacity: 0;
    transform: translateY(20px);
    width: 100%;
    position: relative;
}.title_page2 .learn_learn5 {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    border-radius: 10px;
    height: 350px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1), 
              -15px -15px 30px #ffffff,
              inset 5px 5px 10px rgba(0, 0, 0, 0.05),
              inset -5px -5px 10px rgba(255, 255, 255, 0.5);
    position: relative;
    width: 100%;
}.title_page2 .learn_learn5::before {
    backdrop-filter: blur(3px);
    width: 100%;
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
}.title_page2 .learn_learn5:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15), 
              -20px -20px 40px #ffffff;
    transform: translateY(-10px);
}.title_page2 .learn_learn5 span {
    padding: 2rem;
    left: 0;
    z-index: 2;
    transition: transform 0.5s ease;
    position: absolute;
    bottom: 0;
    right: 0;
}.title_page2 .learn_learn5:hover span {
    transform: translateY(-10px);
}.title_page2 .learn_learn5 h3 {
    color: #ffffff;
    line-height: 1.4;
    font-weight: 600;
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

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

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 100px;
  }
}

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

@media (min-width: 768px) {.title_page2 > div {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.title_page2 h1.learning_main2::after {
    width: 150px;
}@keyframes expandWidth {
    from {
      width: 0;
    }
    to {
      width: 150px;
    }
  }
  
  .title_page2 .learn_learn5 {
    height: 400px;
}
}

@media (max-width: 767px) {.title_page2 {
    padding: 3rem 1.5rem;
}.title_page2 > div {
    gap: 1.5rem;
}.title_page2 h1.learning_main2 {
    margin-bottom: 1rem;
}.title_page2 p {
    margin-bottom: 1.5rem;
}.title_page2 .learn_learn5 {
    height: 280px;
}.title_page2 .learn_learn5 span {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.title_page2 {
    padding: 2rem 1rem;
}.title_page2 h1.learning_main2::after {
    height: 4px;
    bottom: -10px;
}.title_page2 .learn_learn5 {
    height: 250px;
}.title_page2 .learn_learn5 span {
    padding: 1rem;
}}.course_program_description8 {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(214,217,233) 0%, rgba(245, 245, 245, 0.9) 100%);
    position: relative;
    overflow: hidden;
}.course_program_description8::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(175,185,209,0.5) 0%, transparent 40%);
    z-index: 1;
    position: absolute;
    pointer-events: none;
}.course_program_description8::after {
    right: -50px;
    pointer-events: none;
    bottom: -50px;
    width: 300px;
    transform: rotate(-15deg);
    height: 300px;
    content: "";
    border: 4px solid rgb(135,153,182,0.5);
    position: absolute;
    z-index: 0;
}.course_program_description8 .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.course_program_description8 .tech_training2 {
    transform: translateY(30px);
    display: flex;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    flex-direction: column;
    gap: 40px;
}.course_program_description8 .img_grid_wrapper3 {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform: translateX(-20px);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    height: 380px;
}.course_program_description8 .img_grid_wrapper3::before {
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, transparent 60%, rgb(175,185,209,0.5) 100%);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}.course_program_description8 .img_grid_wrapper3::after {
    width: 80px;
    position: absolute;
    background: rgb(135,153,182);
    content: "";
    right: -20px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: float 6s ease-in-out infinite;
    transform: rotate(15deg);
    top: 20px;
    height: 80px;
    z-index: -1;
}.course_program_description8 .insight_box8 {
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    transform: translateY(20px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    padding: 30px;
}.course_program_description8 .insight_box8::before {
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(175,185,209), rgb(135,153,182));
    position: absolute;
    top: 0;
    transition: height 0.6s ease-out;
    width: 5px;
    height: 0;
}.course_program_description8 .insight_box8:hover::before {
    height: 100%;
}.course_program_description8 h3 {
    transform: translateX(0);
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 38px;
    padding-bottom: 15px;
    position: relative;
    transition: transform 0.4s ease-out;
    color: #000000;
}.course_program_description8 h3::after {
    background: rgb(175,185,209);
    position: absolute;
    transition: width 0.4s ease-out;
    left: 0;
    content: "";
    bottom: 0;
    height: 3px;
    width: 80px;
}.course_program_description8 .insight_box8:hover h3 {
    transform: translateX(15px);
}.course_program_description8 .insight_box8:hover h3::after {
    width: 120px;
}.course_program_description8 p.description {
    margin-bottom: 20px;
    opacity: 1;
    font-size: 15px;
    color: #000000;
    position: relative;
    line-height: 1.75;
    display: block;
}.course_program_description8 span.description {
    display: none;
}.course_program_description8 .tech_training2:hover .img_grid_wrapper3 {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.25);
    transform: translateX(0) scale(1.02);
}

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

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

@media (min-width: 768px) {.course_program_description8 .tech_training2 {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}.course_program_description8 .img_grid_wrapper3 {
    flex: 1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 450px;
    transform: translateX(-40px) perspective(1000px) rotateY(-5deg);
}.course_program_description8 .insight_box8 {
    flex: 1.2;
    transform: perspective(1000px) rotateY(2deg);
    padding: 40px;
}.course_program_description8 .tech_training2:hover .img_grid_wrapper3 {
    transform: translateX(-20px) perspective(1000px) rotateY(-2deg) scale(1.03);
}.course_program_description8 .tech_training2:hover .insight_box8 {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.course_program_description8 {
    padding: 150px 0;
}.course_program_description8 .tech_training2 {
    gap: 80px;
}.course_program_description8 .img_grid_wrapper3 {
    height: 520px;
}.course_program_description8 .insight_box8 {
    padding: 50px;
}.course_program_description8 h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 1.1);
}
}

@media (max-width: 767px) {.course_program_description8 {
    padding: 80px 0;
}.course_program_description8 h3 {
    font-size: calc(38px * 0.85);
}.course_program_description8 p.description {
    font-size: calc(15px * 0.95);
}.course_program_description8 .insight_box8 {
    padding: 25px 20px;
}
}

@media (hover: hover) {.course_program_description8 .insight_box8:hover {
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(10px);
}}.id_thankdiv9 {
    background: linear-gradient(135deg, rgb(214,217,233) 0%, rgba(rgb(175,185,209), 0.05) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.id_thankdiv9::before {
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    z-index: 0;
    opacity: 0.8;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(175,185,209), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(135,153,182), 0.05) 0%, transparent 60%);
    position: absolute;
    height: 100%;
}.id_thankdiv9::after {
    z-index: 0;
    right: -5%;
    width: 40%;
    height: 70%;
    background: linear-gradient(45deg, rgba(rgb(175,185,209), 0.03) 0%, rgba(rgb(135,153,182), 0.05) 100%);
    top: -10%;
    animation: float 15s infinite ease-in-out;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 80%);
    transform: rotate(-15deg);
    position: absolute;
    content: "";
}.id_thankdiv9 .container {
    perspective: 1000px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    transform-style: preserve-3d;
    padding: 0 2rem;
}.id_thankdiv9 h2 {
    font-size: 34px;
    max-width: 90%;
    font-family: Arial, sans-serif;
    letter-spacing: -0.02em;
    color: rgb(175,185,209);
    line-height: 1.3;
    text-shadow: 0 2px 15px rgba(#000000, 0.05);
    font-weight: 700;
    position: relative;
    transform: translateZ(10px);
    margin-bottom: 2.5rem;
}.id_thankdiv9 h2::after {
    transform-origin: left center;
    left: 0;
    border-radius: 2px;
    bottom: -0.8rem;
    position: absolute;
    animation: expandWidth 0.8s ease-out forwards;
    background: linear-gradient(90deg, rgb(175,185,209) 0%, rgb(135,153,182) 100%);
    height: 4px;
    width: 5rem;
    content: "";
}.id_thankdiv9 .study_lab5 {
    box-shadow: 
        0 15px 35px rgba(#000000, 0.05),
        0 5px 15px rgba(#000000, 0.03);
    padding: 3rem;
    overflow: hidden;
    border-radius: 15px;
    transform: translateZ(5px);
    background: #ffffff;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.id_thankdiv9 .study_lab5::before {
    left: 0;
    position: absolute;
    height: 6px;
    top: 0;
    background: linear-gradient(90deg, rgb(175,185,209) 0%, rgb(135,153,182) 100%);
    width: 100%;
    content: "";
}.id_thankdiv9 .study_lab5::after {
    bottom: 0;
    background-size: 12px 12px;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgba(rgb(175,185,209), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(175,185,209), 0.03) 25%, transparent 25%);
    right: 0;
    content: "";
    opacity: 0.5;
    width: 40%;
    z-index: -1;
    height: 30%;
}.id_thankdiv9 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.id_thankdiv9 li {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    padding-left: 0;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
}.id_thankdiv9 li::before {
    background: rgb(135,153,182);
    position: absolute;
    height: 8px;
    left: -1.5rem;
    box-shadow: 0 0 0 3px rgba(rgb(135,153,182), 0.1);
    content: "";
    border-radius: 50%;
    width: 8px;
    top: 0.5rem;
}.id_thankdiv9 span {
    color: #000000;
    font-size: calc(15px * 1.05);
    font-family: Arial, sans-serif;
    line-height: 1.7;
    letter-spacing: 0.01em;
    display: block;
    font-weight: 400;
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

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

@media (hover: hover) {.id_thankdiv9 .study_lab5:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
            0 20px 45px rgba(#000000, 0.07),
            0 5px 20px rgba(#000000, 0.05);
}
}

@media (max-width: 992px) {.id_thankdiv9 {
    padding: 5rem 0;
}.id_thankdiv9 h2 {
    font-size: calc(34px * 0.9);
    max-width: 100%;
}.id_thankdiv9 .study_lab5 {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.id_thankdiv9 {
    padding: 4rem 0;
}.id_thankdiv9 h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.8);
}.id_thankdiv9 .study_lab5 {
    padding: 2rem;
}.id_thankdiv9 span {
    font-size: 15px;
    line-height: 1.6;
}
}

@media (max-width: 576px) {.id_thankdiv9 {
    padding: 3rem 0;
}.id_thankdiv9 .container {
    padding: 0 1.5rem;
}.id_thankdiv9 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.7);
}.id_thankdiv9 .study_lab5 {
    padding: 1.5rem;
}.id_thankdiv9 li::before {
    height: 6px;
    left: -1.2rem;
    width: 6px;
}}.secure_hideout8 {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    position: relative;
    overflow: hidden;
    padding: 60px 40px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(175,185,209,0.5) 0%, rgb(135,153,182,0.5) 100%);
}.secure_hideout8 h1, .secure_hideout8 h2, .secure_hideout8 h3, .secure_hideout8 h4, .secure_hideout8 h5, .secure_hideout8 h6 {
    color: #ffffff;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
}.secure_hideout8 h1 {
    font-size: 43px;
    font-weight: 700;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}.secure_hideout8 h2 {
    padding-bottom: 10px;
    font-size: 37px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
}.secure_hideout8 h3 {
    font-size: 37px;
    padding-bottom: 8px;
    font-weight: 600;
}.secure_hideout8 ul, .secure_hideout8 ol {
    list-style: none;
    padding-left: 25px;
    z-index: 1;
    margin-bottom: 25px;
    position: relative;
}.secure_hideout8 li {
    padding-left: 25px;
    font-size: 18px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #ffffff;
}.secure_hideout8 ul li:before, .secure_hideout8 ol li:before {
    height: 12px;
    top: 0.6em;
    left: 0;
    background-color: #ffffff;
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 12px;
}.secure_hideout8 ol {
    counter-reset: item;
}.secure_hideout8 ol li {
    list-style-type: none;
}.secure_hideout8 ol li:before {
    width: 20px;
    border-radius: 50%;
    position: absolute;
    font-size: 19px;
    text-align: center;
    content: counter(item);
    height: 20px;
    counter-increment: item;
    left: 0;
    color: rgb(175,185,209);
    line-height: 20px;
    background-color: #ffffff;
    top: 0;
}.secure_hideout8 p, .secure_hideout8 span {
    margin-bottom: 25px;
    text-align: justify;
    font-size: 18px;
    z-index: 1;
    position: relative;
}.secure_hideout8 div {
    z-index: 1;
    margin-bottom: 30px;
    position: relative;
}
@media only screen and (max-width: 800px) {.secure_hideout8 {
    padding: 40px 20px;
}.secure_hideout8 h1 {
    font-size: calc(22px - 10px);
}.secure_hideout8 h2 {
    font-size: calc(22px - 8px);
}.secure_hideout8 p, .secure_hideout8 li {
    font-size: calc(18px - 2px);
}}.reach_out6 {
    overflow: hidden;
    background: rgb(214,217,233);
    position: relative;
    padding: 100px 0;
}.reach_out6::before {
    width: 100%;
    opacity: 0.05;
    top: 0;
    left: 0;
    background-image: linear-gradient(30deg, rgb(135,153,182,0.5) 12%, transparent 12.5%, transparent 87%, rgb(135,153,182,0.5) 87.5%, rgb(135,153,182,0.5)),
                      linear-gradient(150deg, rgb(135,153,182,0.5) 12%, transparent 12.5%, transparent 87%, rgb(135,153,182,0.5) 87.5%, rgb(135,153,182,0.5)),
                      linear-gradient(30deg, rgb(135,153,182,0.5) 12%, transparent 12.5%, transparent 87%, rgb(135,153,182,0.5) 87.5%, rgb(135,153,182,0.5)),
                      linear-gradient(150deg, rgb(135,153,182,0.5) 12%, transparent 12.5%, transparent 87%, rgb(135,153,182,0.5) 87.5%, rgb(135,153,182,0.5)),
                      linear-gradient(60deg, rgb(175,185,209,0.5) 25%, transparent 25.5%, transparent 75%, rgb(175,185,209,0.5) 75%, rgb(175,185,209,0.5)),
                      linear-gradient(60deg, rgb(175,185,209,0.5) 25%, transparent 25.5%, transparent 75%, rgb(175,185,209,0.5) 75%, rgb(175,185,209,0.5));
    height: 100%;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    position: absolute;
    background-size: 80px 140px;
    content: '';
}.reach_out6 .img_grid_wrapper3 {
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    width: 45%;
    position: absolute;
    left: 0;
    top: 5%;
    height: 90%;
    border-radius: 0 20px 20px 0;
}.reach_out6 .img_grid_wrapper3::after {
    content: '';
    border-radius: 0 20px 20px 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    height: 100%;
}.reach_out6 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
}.reach_out6 h3 {
    font-size: 37px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    color: rgb(175,185,209);
    margin-bottom: 50px;
    text-align: center;
    display: inline-block;
    padding: 10px 30px;
    background: #ffffff;
    position: relative;
}.reach_out6 .connect_query5 {
    overflow: hidden;
    border-radius: 20px;
    width: 60%;
    flex-direction: column;
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    float: right;
    background: #ffffff;
}.reach_out6 .connect_query5::before {
    content: '';
    background: linear-gradient(to right, rgb(175,185,209), rgb(135,153,182));
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}.reach_out6 .support_section6 {
    padding: 40px;
}.reach_out6 form h3 {
    border-bottom: 2px solid rgb(135,153,182,0.5);
    margin-bottom: 30px;
    font-size: 22px;
    text-align: left;
    padding-bottom: 10px;
    box-shadow: none;
    display: block;
    color: #000000;
    width: 100%;
    background: transparent;
    border-radius: 0;
    padding: 0;
}.reach_out6 input[type="text"],
.reach_out6 textarea {
    margin-bottom: 20px;
    background: rgb(214,217,233);
    border: none;
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 15px;
    font-size: 12px;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #000000;
}.reach_out6 input[type="text"]:focus,
.reach_out6 textarea:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(175,185,209);
    outline: none;
}.reach_out6 textarea {
    resize: none;
    height: 130px;
}.reach_out6 .inquiry_reach4 {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.reach_out6 .inquiry_reach4 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.reach_out6 .inquiry_reach4 label {
    font-size: 15px;
    position: relative;
    line-height: 1.5;
    padding-left: 30px;
    color: #000000;
    cursor: pointer;
}.reach_out6 .inquiry_reach4 label::before {
    height: 18px;
    transition: all 0.3s ease;
    width: 18px;
    position: absolute;
    top: 2px;
    left: 0;
    content: '';
    border: 1px solid rgb(175,185,209);
    border-radius: 10px;
}.reach_out6 .inquiry_reach4 input[type="checkbox"]:checked + label::before {
    background: rgb(175,185,209);
}.reach_out6 .inquiry_reach4 input[type="checkbox"]:checked + label::after {
    content: '';
    border-width: 0 2px 2px 0;
    width: 6px;
    height: 9px;
    top: 6px;
    border: solid #ffffff;
    transform: rotate(45deg);
    left: 6px;
    position: absolute;
}.reach_out6 .inquiry_reach4 a {
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(175,185,209);
    text-decoration: none;
}.reach_out6 .inquiry_reach4 a:hover {
    text-decoration: underline;
    color: rgb(135,153,182);
}.reach_out6 .connect_support4 {
    font-size: 20px;
    cursor: pointer;
    border: none;
    font-weight: 600;
    transition: all 0.5s ease;
    background-size: 200% auto;
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(175,185,209), rgb(175,185,209));
}.reach_out6 .connect_support4:hover {
    background-position: right center;
    box-shadow: 0 5px 15px rgb(175,185,209,0.5);
    transform: translateY(-2px);
}.reach_out6 .message_widget8 {
    color: #ffffff;
    padding: 40px;
    background: linear-gradient(135deg, rgb(175,185,209), rgb(135,153,182));
}.reach_out6 .message_widget8 h4 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 600;
    position: relative;
    font-size: 22px;
    margin-bottom: 25px;
}.reach_out6 .message_widget8 h4::after {
    position: absolute;
    background: #ffffff;
    bottom: -8px;
    height: 2px;
    left: 0;
    content: '';
    width: 40px;
}.reach_out6 .help_feedback7 {
    margin: 0;
    list-style: none;
    padding: 0;
}.reach_out6 .help_feedback7 li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}.reach_out6 .help_feedback7 li:hover {
    transform: translateX(5px);
}.reach_out6 .help_feedback7 svg {
    height: 22px;
    margin-top: 3px;
    flex-shrink: 0;
    margin-right: 15px;
    width: 22px;
}.reach_out6 .help_feedback7 svg path {
    fill: #ffffff;
}.reach_out6 .help_feedback7 span {
    color: #ffffff;
    line-height: 1.5;
    font-size: 12px;
    font-family: Arial, sans-serif;
}.reach_out6 .help_feedback7 a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
}.reach_out6 .help_feedback7 a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

@media (max-width: 992px) {.reach_out6 {
    padding: 80px 0;
}.reach_out6 .img_grid_wrapper3 {
    display: none;
}.reach_out6 .connect_query5 {
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
    float: none;
}
}

@media (max-width: 768px) {.reach_out6 {
    padding: 60px 0;
}.reach_out6 h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 40px;
}.reach_out6 .support_section6,
    .reach_out6 .message_widget8 {
    padding: 30px;
}.reach_out6 form h3,
    .reach_out6 .message_widget8 h4 {
    margin-bottom: 20px;
    font-size: calc(22px * 0.9);
}
}

@media (max-width: 576px) {.reach_out6 {
    padding: 40px 0;
}.reach_out6 h3 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.reach_out6 .support_section6,
    .reach_out6 .message_widget8 {
    padding: 25px 20px;
}.reach_out6 input[type="text"],
    .reach_out6 textarea {
    padding: 12px;
    margin-bottom: 15px;
}.reach_out6 textarea {
    height: 110px;
}.reach_out6 .connect_support4 {
    width: 100%;
}}footer {
    width: 100%;
    position: relative;
}footer .site_map5 {
    background-color: #2c3e50;
    font-family: Arial, sans-serif;
    color: #ffffff;
    position: relative;
    padding: 100px 0 30px;
}footer .site_map5::before {
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.1;
    background-size: 60px 60px;
    width: 100%;
    content: "";
}footer .mentor_net3 {
    z-index: 1;
    position: relative;
}footer .talk_contact4 {
    position: relative;
    margin: -70px auto 60px;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .info_item {
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    height: 100px;
    display: flex;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    padding: 0 20px;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    background-color: rgb(175,185,209);
    content: "";
    transition: height 0.3s ease, top 0.3s ease;
    top: 25%;
    left: 0;
    height: 50%;
    width: 6px;
    position: absolute;
}footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .info_item:hover::before {
    top: 0;
    height: 100%;
}footer .info_item svg {
    fill: rgb(175,185,209);
    width: 22px;
    position: relative;
    flex-shrink: 0;
    margin-right: 15px;
    z-index: 1;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #2c3e50;
    font-size: 16px;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
}footer .info_item a:hover {
    color: rgb(175,185,209);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
}footer .top_know9, footer .subscribe_holder {
    padding: 30px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    position: relative;
}footer .top_know9:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .nav_site3 {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .top_know9 svg {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
    height: 45px;
}footer .diploma_cta4 {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .nav_site3 h5 {
    padding-bottom: 10px;
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    grid-column: 1 / -1;
}footer .nav_site3 h5::after {
    left: 0;
    bottom: 0;
    content: "";
    width: 50px;
    position: absolute;
    height: 2px;
    background-color: rgb(175,185,209);
}footer .top_train0 {
    height: 100%;
    padding: 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}footer .top_train0:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .top_train0 a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 8px 0;
    position: relative;
    font-size: 16px;
}footer .top_train0 a:last-child {
    border-bottom: none;
}footer .top_train0 a::before {
    transform: translateX(-10px);
    opacity: 0;
    content: "→";
    position: absolute;
    right: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}footer .top_train0 a:hover {
    color: #ffffff;
    padding-left: 5px;
}footer .top_train0 a:hover::before {
    opacity: 1;
    transform: translateX(0);
}footer .subscribe_holder h5 {
    padding-bottom: 10px;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}footer .subscribe_holder h5::after {
    width: 50px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    background-color: rgb(175,185,209);
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    padding: 15px;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(175,185,209);
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub_agreement1 {
    padding: 15px;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    background-color: rgb(175,185,209);
    border-radius: 10px;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
}footer .sub_agreement1:hover {
    background-color: rgb(135,153,182);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .tutor_match7 {
    margin-top: 50px;
    position: relative;
    text-align: center;
}footer .sponsor_logo1 {
    color: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    padding: 8px 20px;
    background-color: rgba(255, 255, 255, 0.05);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_agreement1 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .nav_site3 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .site_map5 {
    padding: 70px 0 30px;
}footer .talk_contact4 {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .top_know9, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav_site3 h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .tutor_match7 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .site_map5 {
    padding: 50px 0 20px;
}footer .top_train0 {
    padding: 15px;
}footer .nav_site3 h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .input_holder input[type="email"],
    footer .sub_agreement1 {
    padding: 12px;
}
}