* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wrapping-container_46371 {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    width: 13px;
}::-webkit-scrollbar-button {
    border-radius: 0px;
    height: 10px;
}::-webkit-scrollbar-track {
    background: rgb(137,162,188,0.5);
    box-shadow: inset 2px -3px 4px 7px rgba(0, 0, 0, 0.8);
    border-radius: 13.1vh;
}::-webkit-scrollbar-thumb {
    transition: all, background 4.5s cubic-bezier(0.42, 0, 0.58, 1);
    background: rgb(176,192,213,0.5);
    border-radius: 2.5em;
    animation: glow_scrollbar 5.2s ease-out 5;
    box-shadow: -4px -4px 2px 4px rgba(0, 0, 0, 0.4);
}::-webkit-scrollbar-thumb:hover {
    border-color: #ffffff;
    background: rgb(215,222,236);
}::-webkit-scrollbar-thumb:active {
    transform: translateY(1px);
    background: rgb(137,162,188,0.5);
}* {
    scrollbar-width: none;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 3px;
}::-webkit-scrollbar-thumb {
    background: #ffffff;
}}

html,body {
    scroll-behavior: auto;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}header,footer {
    width: 100%;
}.linkedin_ref_07184 {
    flex: 0 0 auto;
}.top_teach_87362 {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    width: 1132px;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.data_exploration_91803 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(215,222,236), rgba(30, 30, 40, 0.7) 85%);
    z-index: 1;
    padding: 80px 0;
    position: relative;
}.data_exploration_91803::before {
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
    animation: gradientShift 15s infinite alternate;
    background: radial-gradient(circle at 20% 30%, rgb(176,192,213,0.5) 0%, transparent 30%),
                radial-gradient(circle at 80% 70%, rgb(137,162,188,0.5) 0%, transparent 30%);
    position: absolute;
    opacity: 0.4;
    left: 0;
}.data_exploration_91803::after {
    height: 100%;
    opacity: 0.03;
    content: "";
    z-index: -1;
    background-size: 100px 100px;
    top: 0;
    position: absolute;
    left: 0;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
}.data_exploration_91803 .container {
    flex-direction: row-reverse;
    padding: 0 20px;
    align-items: center;
    gap: 50px;
    position: relative;
    max-width: 1200px;
    justify-content: space-between;
    margin: 0 auto;
    display: flex;
}.data_exploration_91803 .expert_statistics_62347 {
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    grid-template-columns: repeat(2, 1fr);
    flex: 1;
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15),
                0 5px 15px rgba(0, 0, 0, 0.1),
                inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    display: grid;
    gap: 30px;
}.data_exploration_91803 .expert_statistics_62347::before {
    position: absolute;
    border-radius: calc(16px + 2px);
    content: "";
    left: -2px;
    top: -2px;
    background: linear-gradient(45deg, rgb(176,192,213), rgb(137,162,188), rgb(176,192,213));
    z-index: -1;
    right: -2px;
    bottom: -2px;
    animation: borderGlow 6s linear infinite;
    opacity: 0.6;
}.data_exploration_91803 .expert_statistics_62347:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1),
                inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.data_exploration_91803 .success_factors_04189 {
    padding: 20px 15px;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: relative;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    display: flex;
}.data_exploration_91803 .success_factors_04189::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(176,192,213), rgb(137,162,188));
    width: 100%;
    position: absolute;
    content: "";
    transform: scaleX(0.2);
    transition: transform 0.4s ease;
    bottom: 0;
    transform-origin: left;
    left: 0;
}.data_exploration_91803 .success_factors_04189:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.data_exploration_91803 .success_factors_04189:hover::before {
    transform: scaleX(1);
}.data_exploration_91803 .success_factors_04189 h4 {
    font-size: calc(36px + 0.5rem);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin: 0 0 10px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: rgb(176,192,213);
}.data_exploration_91803 .success_factors_04189 h4::after {
    width: 40px;
    position: absolute;
    background: rgb(137,162,188);
    transform: translateX(-50%);
    left: 50%;
    content: "";
    bottom: -5px;
    border-radius: 2px;
    height: 2px;
}.data_exploration_91803 .success_factors_04189 span {
    transition: opacity 0.3s ease;
    opacity: 0.9;
    max-width: 200px;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
}.data_exploration_91803 .success_factors_04189:hover span {
    opacity: 1;
}.data_exploration_91803 .statistics_gains_97168 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: relative;
    max-width: 500px;
    border-radius: 16px;
    flex: 1;
    background: rgba(0, 0, 0, 0.3);
}.data_exploration_91803 .statistics_benefit_69427 {
    margin: 0 0 25px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: 36px;
    line-height: 1.3;
    padding-bottom: 15px;
}.data_exploration_91803 .statistics_benefit_69427::after {
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(176,192,213), rgb(137,162,188));
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    border-radius: 3px;
}.data_exploration_91803 .boost_experts_63180 {
    max-width: 95%;
    line-height: 1.8;
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    background: rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(176,192,213);
    opacity: 1;
    margin: 0;
    border-radius: 10px;
}.data_exploration_91803 svg {
    height: 24px;
    width: 24px;
    fill: rgb(176,192,213);
    transition: fill 0.3s ease;
}.data_exploration_91803 svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.data_exploration_91803 svg:hover {
    fill: rgb(137,162,188);
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 992px) {.data_exploration_91803 {
    padding: 60px 0;
}.data_exploration_91803 .container {
    flex-direction: column;
    gap: 40px;
}.data_exploration_91803 .expert_statistics_62347 {
    width: 100%;
    transform: perspective(1000px) rotateY(0deg);
}.data_exploration_91803 .statistics_gains_97168 {
    text-align: center;
    max-width: 100%;
    padding: 30px;
}.data_exploration_91803 .statistics_benefit_69427::after {
    transform: translateX(-50%);
    left: 50%;
}.data_exploration_91803 .boost_experts_63180 {
    margin: 0 auto;
    max-width: 90%;
}
}

@media (max-width: 768px) {.data_exploration_91803 {
    padding: 50px 0;
}.data_exploration_91803 .expert_statistics_62347 {
    grid-template-columns: 1fr;
    padding: 30px;
}.data_exploration_91803 .success_factors_04189 {
    padding: 15px;
}.data_exploration_91803 .success_factors_04189 h4 {
    font-size: calc(36px - 0.25rem);
}.data_exploration_91803 .statistics_benefit_69427 {
    margin-bottom: 20px;
    font-size: calc(36px - 0.25rem);
}
}

@media (max-width: 480px) {.data_exploration_91803 {
    padding: 40px 0;
}.data_exploration_91803 .container {
    padding: 0 15px;
}.data_exploration_91803 .expert_statistics_62347 {
    padding: 20px;
}.data_exploration_91803 .statistics_benefit_69427 {
    font-size: calc(36px - 0.5rem);
}.data_exploration_91803 .boost_experts_63180 {
    font-size: calc(16px - 0.1rem);
}}.course_program_info_10863 {
    background: linear-gradient(120deg, rgb(215,222,236) 30%, rgba(245, 248, 255, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.course_program_info_10863::before {
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(176,192,213,0.5), 0.03) 0%, transparent 80%),
    radial-gradient(circle at 80% 70%, rgba(rgb(137,162,188,0.5), 0.04) 0%, transparent 80%);
    top: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
}.course_program_info_10863::after {
    background-size: 30px 30px;
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    position: absolute;
    width: 50%;
    right: 0;
    height: 100%;
    opacity: 0.4;
    content: "";
    background-image: 
    linear-gradient(45deg, rgba(rgb(137,162,188,0.5), 0.02) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(rgb(137,162,188,0.5), 0.02) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(rgb(137,162,188,0.5), 0.02) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(rgb(137,162,188,0.5), 0.02) 75%);
    top: 0;
    z-index: 0;
}.course_program_info_10863 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
}.course_program_info_10863 h2 {
    transition: transform 0.5s ease-out;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    position: relative;
    font-size: 29px;
}.course_program_info_10863 h2::after {
    bottom: -15px;
    background: linear-gradient(90deg, rgb(176,192,213), rgb(137,162,188));
    width: 80px;
    position: absolute;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    content: "";
}.course_program_info_10863 .skill_explorer_45360 {
    perspective: 1000px;
    transform-style: preserve-3d;
    display: flex;
    gap: 40px;
    flex-direction: column;
    position: relative;
}.course_program_info_10863 .background_img_04289 {
    width: 100%;
    transform: translateZ(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    border-radius: 29px;
    height: 350px;
}.course_program_info_10863 .background_img_04289::before {
    height: 100%;
    left: 0;
    background: linear-gradient(
    135deg,
    rgba(rgb(176,192,213,0.5), 0.2),
    rgba(rgb(137,162,188,0.5), 0.3)
  );
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
}.course_program_info_10863 .background_img_04289::after {
    top: -100%;
    content: "";
    left: -100%;
    position: absolute;
    animation: shine 15s infinite alternate;
    transform: rotate(45deg);
    background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    transparent 70%
  );
    width: 50%;
    height: 50%;
    z-index: 2;
    transition: top 7s ease-out, left 7s ease-out;
}.course_program_info_10863 .words_container_81705 {
    background: rgba(#ffffff, 0.98);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    max-height: 400px;
    scrollbar-width: thin;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow-y: auto;
    transform: translateZ(0);
    position: relative;
    padding: 40px 35px;
    scrollbar-color: rgb(137,162,188) rgba(rgb(137,162,188,0.5), 0.1);
    border-radius: 29px;
}.course_program_info_10863 .words_container_81705::before {
    height: 0;
    background: linear-gradient(to bottom, rgb(176,192,213), rgb(137,162,188));
    transition: height 0.7s ease;
    width: 4px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}.course_program_info_10863 .words_container_81705:hover::before {
    height: 100%;
}.course_program_info_10863 .description {
    font-size: 18px;
    position: relative;
    transition: transform 0.3s ease;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000000;
}.course_program_info_10863 .description:last-child {
    margin-bottom: 0;
}.course_program_info_10863 .description::first-letter {
    font-weight: 700;
    color: rgb(176,192,213);
    font-size: 1.5em;
}.course_program_info_10863 .words_container_81705::-webkit-scrollbar {
    width: 6px;
}.course_program_info_10863 .words_container_81705::-webkit-scrollbar-track {
    background: rgba(rgb(137,162,188,0.5), 0.1);
    border-radius: 10px;
}.course_program_info_10863 .words_container_81705::-webkit-scrollbar-thumb {
    background: rgb(137,162,188);
    border-radius: 10px;
}

@keyframes shine {
  0% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 100%;
    left: 100%;
  }
}

@media (min-width: 768px) {.course_program_info_10863 {
    padding: 150px 0;
}.course_program_info_10863 h2 {
    font-size: calc(29px * 1.1);
    margin-bottom: 70px;
}.course_program_info_10863 .skill_explorer_45360 {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.course_program_info_10863 .background_img_04289 {
    transform: translateZ(30px) rotateY(-3deg);
    height: 450px;
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
}.course_program_info_10863 .words_container_81705 {
    flex: 0 0 55%;
    max-height: 450px;
    transform: translateZ(10px) rotateY(1deg);
    padding: 50px 45px;
}.course_program_info_10863 .container:hover .background_img_04289 {
    transform: translateZ(40px) rotateY(-5deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}.course_program_info_10863 .container:hover .words_container_81705 {
    transform: translateZ(20px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
}

@media (min-width: 992px) {.course_program_info_10863 h2 {
    font-size: calc(29px * 1.2);
}.course_program_info_10863 .background_img_04289 {
    height: 500px;
    flex: 0 0 40%;
}.course_program_info_10863 .words_container_81705 {
    padding: 60px 50px;
    flex: 0 0 60%;
    max-height: 500px;
}.course_program_info_10863 .description {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.course_program_info_10863 {
    padding: 180px 0;
}.course_program_info_10863 .container {
    padding: 0;
}.course_program_info_10863 h2 {
    margin-bottom: 90px;
    font-size: calc(29px * 1.3);
}.course_program_info_10863 .skill_explorer_45360 {
    gap: 80px;
}.course_program_info_10863 .background_img_04289 {
    clip-path: polygon(0 0, 100% 7%, 93% 100%, 0 93%);
    height: 550px;
}.course_program_info_10863 .words_container_81705 {
    padding: 70px 60px;
    max-height: 550px;
}
}

@media (max-width: 767px) {.course_program_info_10863 {
    padding: 80px 0;
}.course_program_info_10863 h2 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.9);
}.course_program_info_10863 .background_img_04289 {
    margin-bottom: 20px;
    height: 250px;
}.course_program_info_10863 .words_container_81705 {
    padding: 30px 25px;
    max-height: 350px;
}.course_program_info_10863 .description {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.course_program_info_10863 {
    padding: 60px 0;
}.course_program_info_10863 h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.course_program_info_10863 .background_img_04289 {
    height: 200px;
}.course_program_info_10863 .words_container_81705 {
    padding: 25px 20px;
    max-height: 300px;
}.course_program_info_10863 .description {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}}footer {
    width: 100%;
    position: relative;
}.linkedin_ref_07184 {
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 0 0 30px;
}footer .ranking_bar_47039 {
    z-index: 1;
    position: relative;
}footer .get_contactus_80351 {
    padding: 40px 20px;
    position: relative;
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    display: flex;
    margin-bottom: 70px;
    justify-content: center;
    background-color: rgb(137,162,188);
    gap: 20px;
    flex-wrap: wrap;
}footer .get_contactus_80351::after {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    pointer-events: none;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}footer .info_item {
    border-radius: 10px;
    transition: all 0.3s ease;
    flex: 1 1 200px;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    max-width: 300px;
    padding: 10px 20px;
    align-items: center;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}footer .info_item svg {
    flex-shrink: 0;
    margin-right: 15px;
    height: 22px;
    width: 22px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 13px;
    color: #ffffff;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
    margin-top: -30px;
    display: grid;
}footer .text_main_holder::before {
    top: 0;
    content: "";
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    z-index: -1;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    background-color: #ffffff;
}footer .main_site_06423 {
    padding-top: 60px;
    text-align: center;
}footer .main_site_06423 svg {
    margin-bottom: 15px;
    height: 45px;
    width: auto;
}footer .youtube_chan_82456 {
    max-width: 350px;
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    text-align: center;
}footer .head_train_35908 {
    margin: 0 20px;
    position: relative;
    background-color: rgb(215,222,236);
    padding: 30px;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}footer .head_train_35908 h5 {
    font-size: 20px;
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 25px;
}footer .head_train_35908 h5::after {
    height: 2px;
    left: 0;
    width: 100%;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(176,192,213), transparent);
    content: "";
    position: absolute;
}footer .head_lesson_04563 {
    margin-bottom: 25px;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px 30px;
    display: flex;
}footer .head_lesson_04563 a {
    color: #000000;
    transition: all 0.3s ease;
    flex: 1 0 calc(50% - 30px);
    font-size: 13px;
    position: relative;
    text-decoration: none;
    padding: 8px 0;
}footer .head_lesson_04563 a::after {
    position: absolute;
    height: 1px;
    width: 0;
    content: "";
    bottom: 0;
    left: 0;
    background-color: rgb(176,192,213);
    transition: width 0.3s ease;
}footer .head_lesson_04563 a:hover {
    color: rgb(176,192,213);
    padding-left: 5px;
}footer .head_lesson_04563 a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    position: relative;
    padding: 30px;
    margin: 0 20px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
    background-color: rgb(176,192,213);
    color: #ffffff;
}footer .subscribe_holder::before {
    height: 100%;
    width: 100%;
    pointer-events: none;
    content: "";
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 0%, transparent 50%);
    left: 0;
    position: absolute;
    top: 0;
}footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 13px;
}footer .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 15px;
    font-size: 13px;
    border: none;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    outline: none;
}footer .subscribe_tip_75089 {
    padding: 15px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    background-color: #000000;
    color: #ffffff;
}footer .subscribe_tip_75089:hover {
    background-color: rgb(137,162,188);
}footer .encrypt_cta_05683 {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}footer .qna_board_79014 {
    font-size: 12px;
    text-align: center;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .subscribe_tip_75089 {
    white-space: nowrap;
}footer .main_site_06423 {
    padding-top: 80px;
}
}

@media (max-width: 767px) {footer .get_contactus_80351 {
    padding: 30px 15px 50px;
}footer .head_train_35908, footer .subscribe_holder {
    padding: 25px 20px;
    margin: 0 10px;
}footer .encrypt_cta_05683 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .get_contactus_80351 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}footer .head_train_35908 h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .head_lesson_04563 a {
    flex: 1 0 100%;
}footer .input_holder input[type="email"],
    footer .subscribe_tip_75089 {
    padding: 12px;
}}header {
    padding: 1.2rem 0;
    width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    background: linear-gradient(to bottom, rgb(215,222,236), #ffffff);
    z-index: 100;
}header::before {
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(176,192,213,0.5) 65%, 
        rgb(176,192,213,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(137,162,188,0.5) 75%, 
        rgb(137,162,188,0.5) 80%, 
        transparent 80%);
    opacity: 0.5;
    z-index: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
}header .container {
    z-index: 1;
    max-width: 100%;
    padding: 0 3%;
    position: relative;
    margin: 0;
    width: 100%;
}header .head_tutor_75940 {
    gap: 2rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}header .nav_lesson_70128 {
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    display: flex;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
    border-radius: 13px;
    background: linear-gradient(135deg, rgb(176,192,213,0.5), rgb(137,162,188,0.5));
    overflow: hidden;
}header .nav_lesson_70128::before {
    left: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transition: opacity 0.3s ease;
    opacity: 0;
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
}header .nav_lesson_70128:hover::before {
    opacity: 1;
}header .nav_lesson_70128 svg {
    transition: all 0.3s ease;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 150px;
}header .nav_lesson_70128:hover svg {
    transform: scale(1.03);
}header .head_train_35908 {
    display: flex;
    max-width: 800px;
    gap: 0.6rem;
    margin-top: 0.5rem;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .site_main_03914 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 600;
    background: #ffffff;
    padding: 0.6rem 1.2rem;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 19px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    color: #000000;
}header .site_main_03914::before {
    height: 3px;
    position: absolute;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    content: '';
    top: 0;
    transform-origin: left;
    background: linear-gradient(to right, rgb(176,192,213), rgb(137,162,188));
}header .site_main_03914:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(176,192,213);
}header .site_main_03914:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .nav_lesson_70128 {
    padding: 0.5rem 1.2rem;
}header .nav_lesson_70128 svg {
    width: 140px;
}header .head_train_35908 {
    gap: 0.5rem;
}header .site_main_03914 {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .head_tutor_75940 {
    gap: 1.5rem;
}header .nav_lesson_70128 {
    padding: 0.4rem 1rem;
}header .nav_lesson_70128 svg {
    width: 130px;
}header .head_train_35908 {
    gap: 0.5rem;
}header .site_main_03914 {
    padding: 0.5rem 0.9rem;
    font-size: calc(19px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .head_tutor_75940 {
    gap: 1rem;
}header .nav_lesson_70128 svg {
    width: 120px;
}header .head_train_35908 {
    padding-bottom: 10px;
    gap: 0.4rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .head_train_35908::-webkit-scrollbar {
    height: 3px;
}header .head_train_35908::-webkit-scrollbar-thumb {
    background: rgb(176,192,213);
    border-radius: 10px;
}header .site_main_03914 {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 2px;
}}.user_reviews_57216 {
    padding: 100px 0;
    background: rgb(215,222,236);
    position: relative;
    overflow: hidden;
}.user_reviews_57216::before {
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(176,192,213,0.5) 100%);
    z-index: 1;
    height: 100%;
    top: 0;
    content: "";
    opacity: 0.1;
    width: 100%;
    left: 0;
}.user_reviews_57216::after {
    transform: rotate(-3deg);
    background: linear-gradient(90deg, transparent, rgb(176,192,213,0.5), transparent);
    z-index: 1;
    height: 1px;
    top: 30%;
    width: 120%;
    position: absolute;
    left: -10%;
    content: "";
}.user_reviews_57216 .study_growth_24618 {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.user_reviews_57216 h4 {
    position: relative;
    margin-bottom: 70px;
    font-weight: 700;
    transform: skewX(-10deg);
    display: inline-block;
    color: #000000;
    padding-left: 20px;
    font-size: 30px;
}.user_reviews_57216 h4::before {
    background: rgb(176,192,213);
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 5px;
}.user_reviews_57216 h4::after {
    top: 8px;
    position: absolute;
    content: "";
    left: 8px;
    opacity: 0.3;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: rgb(176,192,213,0.5);
}.user_reviews_57216 .learning_feedback_30952 {
    gap: 50px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    position: relative;
    display: grid;
}.user_reviews_57216 .learning_feedback_30952::before {
    width: 200px;
    filter: blur(80px);
    background: rgb(137,162,188,0.5);
    top: -100px;
    right: 10%;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    height: 200px;
    content: "";
    opacity: 0.2;
}.user_reviews_57216 .testimonial_corner_62435 {
    background: #ffffff;
    z-index: 1;
    position: relative;
    padding: 35px 30px;
    transform: translateX(0) translateY(0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.user_reviews_57216 .testimonial_corner_62435::before,
.user_reviews_57216 .testimonial_corner_62435::after {
    content: "";
    z-index: -1;
    opacity: 0;
    position: absolute;
    border-radius: inherit;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.user_reviews_57216 .testimonial_corner_62435::before {
    background: linear-gradient(135deg, rgb(176,192,213,0.5) 0%, rgb(137,162,188,0.5) 100%);
    inset: -5px;
    filter: blur(5px);
}.user_reviews_57216 .testimonial_corner_62435::after {
    background: linear-gradient(225deg, rgb(176,192,213,0.5) 0%, rgb(137,162,188,0.5) 100%);
    filter: blur(10px);
    inset: -10px;
}.user_reviews_57216 .testimonial_corner_62435:hover {
    transform: translateX(-5px) translateY(-5px);
}.user_reviews_57216 .testimonial_corner_62435:hover::before,
.user_reviews_57216 .testimonial_corner_62435:hover::after {
    opacity: 1;
}.user_reviews_57216 .testimonial_corner_62435:nth-child(odd) {
    border-radius: 0 20px 0 20px;
}.user_reviews_57216 .testimonial_corner_62435:nth-child(even) {
    border-radius: 20px 0 20px 0;
}.user_reviews_57216 .background_img_04289 {
    margin: 0 auto 20px;
    width: 100px;
    z-index: 2;
    position: relative;
    height: 100px;
    transition: all 0.5s ease;
}.user_reviews_57216 .background_img_04289::before,
.user_reviews_57216 .background_img_04289::after {
    z-index: -1;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    inset: 0;
    content: "";
    border-radius: inherit;
}.user_reviews_57216 .background_img_04289::before {
    transform: translate(5px, 5px);
    background: linear-gradient(135deg, rgb(176,192,213,0.5) 0%, rgb(137,162,188,0.5) 100%);
}.user_reviews_57216 .background_img_04289::after {
    transform: translate(-5px, -5px);
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(176,192,213,0.5) 0%, rgb(137,162,188,0.5) 100%);
}.user_reviews_57216 .testimonial_corner_62435:hover .background_img_04289::before {
    transform: translate(8px, 8px);
}.user_reviews_57216 .testimonial_corner_62435:hover .background_img_04289::after {
    transform: translate(-8px, -8px);
}.user_reviews_57216 .testimonial_corner_62435:nth-child(odd) .background_img_04289 {
    border-radius: 0 30px 0 30px;
}.user_reviews_57216 .testimonial_corner_62435:nth-child(even) .background_img_04289 {
    border-radius: 30px 0 30px 0;
}.user_reviews_57216 .testimonial_corner_62435 span {
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}.user_reviews_57216 .testimonial_corner_62435 span::after {
    content: "";
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    bottom: -8px;
    background: rgb(176,192,213);
    position: absolute;
}.user_reviews_57216 .testimonial_corner_62435 p {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    text-align: center;
    color: #000000;
    line-height: 1.6;
}.user_reviews_57216 .testimonial_corner_62435 p::first-letter {
    font-weight: 700;
    font-size: 1.2em;
    color: rgb(176,192,213);
}.user_reviews_57216 .testimonial_corner_62435:nth-child(3n+1) {
    transform: rotate(-2deg);
}.user_reviews_57216 .testimonial_corner_62435:nth-child(3n+2) {
    transform: rotate(2deg);
}.user_reviews_57216 .testimonial_corner_62435:nth-child(3n+1):hover,
.user_reviews_57216 .testimonial_corner_62435:nth-child(3n+2):hover {
    transform: translateX(-5px) translateY(-5px) rotate(0);
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 767px) {.user_reviews_57216 {
    padding: 70px 0;
}.user_reviews_57216 h4 {
    text-align: center;
    padding-left: 0;
    transform: none;
    font-size: calc(30px * 0.8);
    margin-bottom: 50px;
    display: block;
}.user_reviews_57216 h4::before {
    left: 50%;
    height: 3px;
    width: 50px;
    bottom: -15px;
    top: auto;
    transform: translateX(-50%);
}.user_reviews_57216 h4::after {
    display: none;
}.user_reviews_57216 .learning_feedback_30952 {
    gap: 40px;
    grid-template-columns: 1fr;
}.user_reviews_57216 .testimonial_corner_62435 {
    padding: 25px 20px;
}.user_reviews_57216 .testimonial_corner_62435:nth-child(3n+1),
    .user_reviews_57216 .testimonial_corner_62435:nth-child(3n+2) {
    transform: none;
}.user_reviews_57216 .background_img_04289 {
    width: 80px;
    height: 80px;
}.user_reviews_57216 .testimonial_corner_62435 span {
    font-size: calc(16px * 0.9);
}.user_reviews_57216 .testimonial_corner_62435 p {
    font-size: calc(16px * 0.9);
}}.thxField_37640 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(176,192,213,0.5) 0%, rgb(215,222,236) 100%);
}.thxField_37640::before {
    top: 0;
    content: "";
    position: absolute;
    pointer-events: none;
    left: 0;
    height: 100%;
    opacity: 0.1;
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgb(137,162,188,0.5) 50px, rgb(137,162,188,0.5) 52px);
    width: 100%;
}.thxField_37640::after {
    position: absolute;
    background: rgb(176,192,213);
    opacity: 0.08;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 250px;
    transform: rotate(15deg);
    z-index: 0;
    right: -20px;
    content: "";
    height: 250px;
    bottom: -20px;
}.thxField_37640 .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.thxField_37640 .study_growth_24618 {
    transform: translateX(0);
    position: relative;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}.thxField_37640 .study_growth_24618:hover {
    transform: translateX(10px);
}.thxField_37640 .study_growth_24618 > div:first-child {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(176,192,213);
    position: relative;
    padding-left: 30px;
    transform-origin: left center;
}.thxField_37640 .study_growth_24618 > div:first-child::before {
    border: 3px solid rgb(176,192,213);
    position: absolute;
    transition: transform 0.4s ease;
    background: #ffffff;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    width: 24px;
    left: -14px;
    content: "";
    height: 24px;
}.thxField_37640 .study_growth_24618:hover > div:first-child::before {
    transform: translateY(-50%) rotate(225deg);
}.thxField_37640 h5 {
    color: #000000;
    margin: 0;
    font-weight: 700;
    position: relative;
    font-size: 18px;
    line-height: 1.4;
}.thxField_37640 .study_growth_24618 > div:last-child {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    padding: 35px 40px;
}.thxField_37640 .study_growth_24618 > div:last-child::before {
    background: linear-gradient(to bottom, rgb(176,192,213), rgb(137,162,188));
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    width: 6px;
}.thxField_37640 .study_growth_24618 > div:last-child:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.thxField_37640 .study_growth_24618 > div:last-child:hover::before {
    width: 10px;
}.thxField_37640 .study_growth_24618 > div:last-child::after {
    top: -30px;
    right: -30px;
    width: 90px;
    height: 90px;
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    background: rgb(137,162,188,0.5);
    content: "";
    opacity: 0.15;
}.thxField_37640 a {
    display: block;
    position: relative;
    text-decoration: none;
    transition: transform 0.3s ease;
    z-index: 1;
}.thxField_37640 a:hover {
    transform: translateX(5px);
}.thxField_37640 p {
    line-height: 1.8;
    z-index: 2;
    position: relative;
    font-size: 14px;
    color: #000000;
    margin: 0;
}

@media (min-width: 768px) {.thxField_37640 {
    padding: 150px 0;
}.thxField_37640 .study_growth_24618 {
    gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
}.thxField_37640 .study_growth_24618 > div:first-child {
    padding-left: 50px;
}.thxField_37640 h5 {
    font-size: calc(18px * 1.2);
    max-width: 90%;
}
}

@media (min-width: 992px) {.thxField_37640 {
    padding: 180px 0;
}.thxField_37640 .study_growth_24618 {
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
}.thxField_37640 .study_growth_24618 > div:first-child {
    transform: translateX(-30px);
}.thxField_37640 .study_growth_24618:hover > div:first-child {
    transform: translateX(-20px);
}.thxField_37640 .study_growth_24618 > div:last-child {
    padding: 50px 60px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.6s ease, box-shadow 0.6s ease;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.thxField_37640 .study_growth_24618 > div:last-child:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.thxField_37640 {
    padding: 80px 0;
}.thxField_37640::after {
    height: 150px;
    width: 150px;
}.thxField_37640 .study_growth_24618 > div:first-child {
    padding-left: 20px;
}.thxField_37640 .study_growth_24618 > div:last-child {
    padding: 25px 30px;
}.thxField_37640 h5 {
    font-size: calc(18px * 0.9);
}.thxField_37640 p {
    font-size: calc(14px * 0.95);
}}.check_it_out_now_41593 {
    z-index: 1;
    background: linear-gradient(to right, rgb(176,192,213), rgb(137,162,188), rgb(176,192,213));
    overflow: hidden;
    background-size: 200% 100%;
    animation: gradientShift 15s ease infinite;
    position: relative;
    padding: 120px 0;
}.check_it_out_now_41593::before {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: 
        repeating-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 10px
        ),
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.05) 0px,
            rgba(255, 255, 255, 0.05) 1px,
            transparent 1px,
            transparent 10px
        );
    content: '';
}.check_it_out_now_41593::after {
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    opacity: 0.3;
    height: 200%;
    width: 200%;
    z-index: -1;
    content: '';
    left: -50%;
    position: absolute;
    animation: rotateLight 40s linear infinite;
    transform-origin: center;
    top: -50%;
}.check_it_out_now_41593 .study_growth_24618 {
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    align-items: center;
    max-width: 1100px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.05);
    padding: 60px;
    justify-content: center;
    box-shadow: 
        0 25px 45px rgba(0, 0, 0, 0.2),
        0 0 30px rgba(255, 255, 255, 0.1);
    flex-direction: column;
}.check_it_out_now_41593 .study_growth_24618::before {
    height: 100%;
    top: 0;
    left: 0;
    animation: shimmerEffect 5s ease-in-out infinite;
    transform: skewX(-45deg) translateX(-150%);
    position: absolute;
    width: 100%;
    content: '';
    background: 
        linear-gradient(
            to right,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
    z-index: -1;
}.check_it_out_now_41593 .study_growth_24618::after {
    opacity: 0.1;
    content: '';
    animation: rotatePrism 20s linear infinite;
    top: -25%;
    position: absolute;
    z-index: -1;
    width: 150%;
    height: 150%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        transparent 0deg,
        rgb(176,192,213,0.5) 90deg,
        transparent 180deg,
        rgb(137,162,188,0.5) 270deg,
        transparent 360deg
    );
    left: -25%;
}.check_it_out_now_41593 h3 {
    font-size: 28px;
    margin-bottom: 60px;
    letter-spacing: 4px;
    animation: floatText 6s ease-in-out infinite;
    color: #ffffff;
    position: relative;
    transform: perspective(500px);
    text-transform: uppercase;
    transform-style: preserve-3d;
    text-align: center;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.check_it_out_now_41593 h3::before {
    bottom: -20px;
    height: 2px;
    content: '';
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    left: 30%;
    box-shadow: 0 0 15px #ffffff;
    width: 40%;
}.check_it_out_now_41593 h3::after {
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    animation: reflectionSweep 8s linear infinite;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    content: '';
}.check_it_out_now_41593 .connect_now_93671 {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
    font-size: 20px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.2);
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    color: rgb(176,192,213);
    z-index: 1;
    transform: translateZ(10px);
    transition: all 0.4s ease;
    display: inline-block;
    padding: 18px 50px;
}.check_it_out_now_41593 .connect_now_93671::before {
    left: 0;
    opacity: 0;
    background: linear-gradient(
        to right,
        rgb(176,192,213),
        rgb(137,162,188)
    );
    top: 0;
    transition: opacity 0.4s ease;
    content: '';
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
}.check_it_out_now_41593 .connect_now_93671::after {
    z-index: 1;
    transform: rotate(30deg);
    height: 300%;
    width: 30%;
    position: absolute;
    top: -100%;
    transition: left 0.7s ease;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    content: '';
    left: -100%;
}.check_it_out_now_41593 .connect_now_93671:hover {
    color: #ffffff;
    transform: translateY(-5px) translateZ(10px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(255, 255, 255, 0.3);
}.check_it_out_now_41593 .connect_now_93671:hover::before {
    opacity: 1;
}.check_it_out_now_41593 .connect_now_93671:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.check_it_out_now_41593 {
    padding: 100px 0;
}.check_it_out_now_41593 .study_growth_24618 {
    max-width: 90%;
    padding: 50px 40px;
}.check_it_out_now_41593 h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 50px;
}.check_it_out_now_41593 .connect_now_93671 {
    padding: 16px 45px;
}
}

@media screen and (max-width: 768px) {.check_it_out_now_41593 {
    padding: 80px 0;
}.check_it_out_now_41593 .study_growth_24618 {
    padding: 40px 30px;
}.check_it_out_now_41593 h3 {
    margin-bottom: 45px;
    letter-spacing: 3px;
    font-size: calc(28px * 0.8);
}.check_it_out_now_41593 h3::before {
    width: 30%;
    left: 35%;
}.check_it_out_now_41593 .connect_now_93671 {
    font-size: calc(20px * 0.95);
    padding: 15px 40px;
    letter-spacing: 2px;
}
}

@media screen and (max-width: 576px) {.check_it_out_now_41593 {
    padding: 60px 0;
}.check_it_out_now_41593 .study_growth_24618 {
    padding: 30px 20px;
}.check_it_out_now_41593 h3 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.7);
    letter-spacing: 2px;
}.check_it_out_now_41593 h3::before {
    bottom: -15px;
    width: 25%;
    left: 37.5%;
}.check_it_out_now_41593 .connect_now_93671 {
    letter-spacing: 1px;
    font-size: calc(20px * 0.9);
    padding: 12px 35px;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateLight {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmerEffect {
    0% {
        transform: skewX(-45deg) translateX(-150%);
    }
    50% {
        transform: skewX(-45deg) translateX(150%);
    }
    100% {
        transform: skewX(-45deg) translateX(-150%);
    }
}

@keyframes rotatePrism {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatText {
    0%, 100% {
        transform: perspective(500px) translateZ(0);
        text-shadow: 0 0 10px #ffffff;
    }
    50% {
        transform: perspective(500px) translateZ(20px);
        text-shadow: 0 0 25px #ffffff;
    }
}

@keyframes reflectionSweep {
    0% {
        transform: translateX(-100%) skewX(-45deg);
    }
    100% {
        transform: translateX(100%) skewX(-45deg);
    }
}.contact_form_box_34270 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.contact_form_box_34270::before {
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    z-index: 1;
    width: 100%;
    background: rgb(137,162,188,0.5);
}.contact_form_box_34270 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1400px;
}.contact_form_box_34270 .connect_grid_38296 {
    grid-template-rows: auto auto;
    gap: 0;
    grid-template-columns: 1fr;
    display: grid;
}.contact_form_box_34270 .request_box_86342 {
    display: flex;
    padding: 60px 50px;
    flex-wrap: wrap;
    background: #ffffff;
    justify-content: space-between;
    grid-row: 2;
    border-radius: 0 0 30px 30px;
}.contact_form_box_34270 .request_box_86342 h3 {
    width: 100%;
    position: relative;
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
    font-size: 37px;
}.contact_form_box_34270 .request_box_86342 h3::after {
    width: 80px;
    left: 50%;
    position: absolute;
    bottom: -15px;
    background: rgb(176,192,213);
    transform: translateX(-50%);
    content: '';
    height: 3px;
}.contact_form_box_34270 .request_box_86342 div {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    background: rgb(215,222,236);
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 0 0 calc(50% - 20px);
}.contact_form_box_34270 .request_box_86342 div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.contact_form_box_34270 .request_box_86342 svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.contact_form_box_34270 .request_box_86342 svg path {
    fill: rgb(176,192,213);
}.contact_form_box_34270 .request_box_86342 span {
    color: #000000;
    font-size: 14px;
}.contact_form_box_34270 .request_box_86342 a {
    color: rgb(176,192,213);
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_form_box_34270 .request_box_86342 a:hover {
    color: rgb(137,162,188);
}.contact_form_box_34270 .help_request_56034 {
    background: rgb(176,192,213);
    position: relative;
    overflow: hidden;
    padding: 0;
    grid-row: 1;
    border-radius: 30px 30px 0 0;
}.contact_form_box_34270 .help_request_56034::before {
    opacity: 0.2;
    border-radius: 50%;
    right: -50px;
    background: rgb(137,162,188);
    height: 150px;
    top: -50px;
    position: absolute;
    content: '';
    width: 150px;
}.contact_form_box_34270 .help_request_56034::after {
    height: 200px;
    opacity: 0.1;
    bottom: -80px;
    position: absolute;
    border-radius: 50%;
    background: rgb(137,162,188);
    left: -80px;
    content: '';
    width: 200px;
}.contact_form_box_34270 form {
    z-index: 1;
    padding: 60px 50px;
    position: relative;
}.contact_form_box_34270 form h3 {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 37px;
    position: relative;
    color: #ffffff;
    text-align: center;
}.contact_form_box_34270 form h3::after {
    background: #ffffff;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    content: '';
    position: absolute;
    width: 80px;
}.contact_form_box_34270 form input[type="text"],
.contact_form_box_34270 form input[type="email"] {
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 18px 20px;
    color: #ffffff;
    width: 100%;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}.contact_form_box_34270 form input[type="text"]:focus,
.contact_form_box_34270 form input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.2);
    outline: none;
}.contact_form_box_34270 form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.contact_form_box_34270 .message_links_26981 {
    margin: 25px 0 30px;
    align-items: flex-start;
    display: flex;
}.contact_form_box_34270 .message_links_26981 input[type="checkbox"] {
    width: 22px;
    position: relative;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    margin-right: 15px;
    -webkit-appearance: none;
    height: 22px;
    flex-shrink: 0;
}.contact_form_box_34270 .message_links_26981 input[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}.contact_form_box_34270 .message_links_26981 input[type="checkbox"]:checked::before {
    height: 10px;
    width: 6px;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    border: solid rgb(176,192,213);
    border-width: 0 2px 2px 0;
    left: 7px;
    top: 4px;
}.contact_form_box_34270 .message_links_26981 label {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}.contact_form_box_34270 .message_links_26981 a {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.3s ease;
}.contact_form_box_34270 .message_links_26981 a:hover {
    opacity: 0.8;
    border-bottom-color: #ffffff;
}.contact_form_box_34270 .help_map_53891 {
    padding: 18px 20px;
    font-weight: 700;
    color: rgb(176,192,213);
    background: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    font-size: 14px;
}.contact_form_box_34270 .help_map_53891:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(215,222,236);
    transform: translateY(-3px);
}

@media (min-width: 992px) {.contact_form_box_34270 form {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}.contact_form_box_34270 form h3 {
    grid-column: span 2;
}.contact_form_box_34270 .message_links_26981 {
    grid-column: span 2;
}.contact_form_box_34270 .help_map_53891 {
    grid-column: span 2;
}
}

@media (max-width: 992px) {.contact_form_box_34270 {
    padding: 90px 0;
}.contact_form_box_34270 .help_request_56034,
    .contact_form_box_34270 .request_box_86342 {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_form_box_34270 {
    padding: 70px 0;
}.contact_form_box_34270 .request_box_86342 div {
    flex: 0 0 100%;
}.contact_form_box_34270 .help_request_56034,
    .contact_form_box_34270 .request_box_86342 {
    padding: 40px 30px;
}.contact_form_box_34270 .request_box_86342 h3,
    .contact_form_box_34270 form h3 {
    margin-bottom: 35px;
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 576px) {.contact_form_box_34270 {
    padding: 50px 0;
}.contact_form_box_34270 .help_request_56034,
    .contact_form_box_34270 .request_box_86342 {
    padding: 30px 25px;
}.contact_form_box_34270 .request_box_86342 h3,
    .contact_form_box_34270 form h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.85);
}.contact_form_box_34270 form input[type="text"],
    .contact_form_box_34270 form input[type="email"] {
    padding: 15px;
}}.pricing_column_47195 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.pricing_column_47195::before {
    left: 0;
    bottom: 0;
    position: absolute;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(176,192,213,0.5) 100%);
    content: "";
    right: 0;
    z-index: 1;
    top: 0;
}.pricing_column_47195 .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    max-width: 1400px;
}.pricing_column_47195 .group_plans_16354 {
    align-items: center;
    flex-direction: column;
    display: flex;
}.pricing_column_47195 h2 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    text-align: center;
    transform: translateY(0);
    color: #ffffff;
    animation: fadeSlideDown 0.8s ease-out forwards;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 38px;
}.pricing_column_47195 h2::after {
    bottom: -15px;
    left: 50%;
    background: rgb(176,192,213);
    content: "";
    position: absolute;
    transform: translateX(-50%) scaleX(0);
    animation: expandLine 1.2s 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 80px;
    height: 3px;
}.pricing_column_47195 .deal_grid_56709 {
    text-align: center;
    line-height: 1.6;
    opacity: 0;
    color: #ffffff;
    margin: 0 auto 60px;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    max-width: 700px;
    transform: translateY(20px);
    font-size: calc(15px * 1.1);
}.pricing_column_47195 .rate_schemes_87496 {
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    gap: 30px;
    list-style: none;
    perspective: 1000px;
    display: grid;
    margin: 0;
}.pricing_column_47195 .rate_schemes_87496 li {
    transform: translateY(30px) rotateX(10deg);
    opacity: 0;
    animation: cardReveal 0.7s cubic-bezier(0.2, 1, 0.3, 1) forwards;
}.pricing_column_47195 .rate_schemes_87496 li:nth-child(1) {
    animation-delay: 0.4s;
}.pricing_column_47195 .rate_schemes_87496 li:nth-child(2) {
    animation-delay: 0.6s;
}.pricing_column_47195 .rate_schemes_87496 li:nth-child(3) {
    animation-delay: 0.8s;
}.pricing_column_47195 .rate_schemes_87496 li:nth-child(4) {
    animation-delay: 1s;
}.pricing_column_47195 .discount_plan_49568 {
    transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    color: #000000;
    display: block;
    text-decoration: none;
    will-change: transform;
    height: 100%;
}.pricing_column_47195 .discount_plan_49568:hover {
    transform: translateY(-12px);
}.pricing_column_47195 .edu_rates_05492 {
    height: 100%;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    background: #ffffff;
    border-radius: 24px;
    transition: box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.2, 1, 0.3, 1);
    overflow: hidden;
}.pricing_column_47195 .discount_plan_49568:hover .edu_rates_05492 {
    box-shadow: 0 25px 45px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.12);
}.pricing_column_47195 .edu_rates_05492::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(176,192,213) 0%, rgb(137,162,188) 100%);
    left: 0;
    content: "";
    transition: transform 0.5s cubic-bezier(0.3, 0.7, 0.4, 1.5);
    height: 6px;
    top: 0;
    transform-origin: right;
    transform: scaleX(0);
    width: 100%;
}.pricing_column_47195 .discount_plan_49568:hover .edu_rates_05492::before {
    transform-origin: left;
    transform: scaleX(1);
}.pricing_column_47195 .monthly_rate_60193 {
    position: relative;
    padding: 35px 30px;
}.pricing_column_47195 .monthly_rate_60193 h4 {
    color: #000000;
    position: relative;
    transition: color 0.35s ease;
    font-size: calc(24px * 1.1);
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: 700;
}.pricing_column_47195 .discount_plan_49568:hover .monthly_rate_60193 h4 {
    color: rgb(176,192,213);
}.pricing_column_47195 .monthly_rate_60193 h4::after {
    left: 0;
    background: rgb(176,192,213,0.5);
    content: "";
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 2px;
    transition: width 0.35s ease, background 0.35s ease;
}.pricing_column_47195 .discount_plan_49568:hover .monthly_rate_60193 h4::after {
    background: rgb(176,192,213);
    width: 75px;
}.pricing_column_47195 .monthly_rate_60193 p {
    padding-right: 15px;
    position: relative;
    overflow-y: auto;
    line-height: 1.7;
    margin-bottom: 30px;
    max-height: 150px;
    color: #000000;
    font-size: 15px;
}.pricing_column_47195 .monthly_rate_60193 p::-webkit-scrollbar {
    width: 6px;
}.pricing_column_47195 .monthly_rate_60193 p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.05);
}.pricing_column_47195 .monthly_rate_60193 p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    transition: background 0.3s ease;
    background: rgb(176,192,213,0.5);
}.pricing_column_47195 .discount_plan_49568:hover .monthly_rate_60193 p::-webkit-scrollbar-thumb {
    background: rgb(176,192,213);
}.pricing_column_47195 .qtr_cost_31879 {
    align-items: center;
    overflow: hidden;
    padding: 12px 20px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(137,162,188,0.5) 0%, rgb(176,192,213) 100%);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    justify-content: center;
    font-size: calc(24px * 1.2);
    font-weight: 700;
    color: #ffffff;
}.pricing_column_47195 .discount_plan_49568:hover .qtr_cost_31879 {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}.pricing_column_47195 .qtr_cost_31879::before {
    width: 100%;
    transform: translateX(-100%);
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    top: 0;
    transition: transform 0.6s ease;
}.pricing_column_47195 .discount_plan_49568:hover .qtr_cost_31879::before {
    transform: translateX(100%);
}

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

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes cardReveal {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.pricing_column_47195 {
    padding: 100px 0;
}.pricing_column_47195 .rate_schemes_87496 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.pricing_column_47195 {
    padding: 80px 0;
}.pricing_column_47195 h2 {
    font-size: calc(38px * 0.9);
}.pricing_column_47195 .deal_grid_56709 {
    font-size: 15px;
    margin-bottom: 50px;
}.pricing_column_47195 .rate_schemes_87496 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.pricing_column_47195 .monthly_rate_60193 {
    padding: 25px 20px;
}
}

@media (max-width: 767px) {.pricing_column_47195 {
    padding: 60px 0;
}.pricing_column_47195 h2 {
    font-size: calc(38px * 0.8);
}.pricing_column_47195 .deal_grid_56709 {
    font-size: calc(15px * 0.95);
    margin-bottom: 40px;
}.pricing_column_47195 .rate_schemes_87496 {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.pricing_column_47195 .monthly_rate_60193 p {
    max-height: none;
}
}

@media (max-width: 480px) {.pricing_column_47195 {
    padding: 50px 0;
}.pricing_column_47195 h2 {
    font-size: calc(38px * 0.7);
}.pricing_column_47195 .monthly_rate_60193 {
    padding: 20px 18px;
}.pricing_column_47195 .qtr_cost_31879 {
    padding: 10px 15px;
    font-size: calc(24px * 1.1);
}}.prospective_students_68514 {
    position: relative;
    overflow: hidden;
    background: rgb(215,222,236);
    padding: 100px 0;
}.prospective_students_68514::before {
    z-index: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(176,192,213,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(137,162,188,0.5) 0%, transparent 40%);
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    opacity: 0.2;
    height: 100%;
}.prospective_students_68514 .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.prospective_students_68514 .study_growth_24618 {
    border-radius: 16px;
    padding: 50px;
    position: relative;
    background: rgb(215,222,236);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
}.prospective_students_68514 h4 {
    font-weight: 700;
    position: relative;
    text-align: center;
    color: #000000;
    font-size: 36px;
    margin-bottom: 50px;
}.prospective_students_68514 h4::after {
    width: 80px;
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
    height: 4px;
    border-radius: 2px;
    left: 50%;
    background: linear-gradient(90deg, rgb(176,192,213), rgb(137,162,188));
}.prospective_students_68514 div {
    gap: 30px;
    flex-wrap: wrap;
    display: flex;
}.prospective_students_68514 div p {
    border-radius: 16px;
    align-items: center;
    padding: 25px;
    display: flex;
    line-height: 1.6;
    color: #000000;
    background: rgb(215,222,236);
    min-width: 250px;
    position: relative;
    font-size: 18px;
    margin: 0;
    flex: 1 1 calc(33.333% - 20px);
    overflow: hidden;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}.prospective_students_68514 div p:hover {
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}.prospective_students_68514 div p::before {
    border-radius: 5px 0 0 5px;
    top: 0;
    position: absolute;
    background: linear-gradient(180deg, rgb(176,192,213), rgb(137,162,188));
    height: 100%;
    width: 5px;
    opacity: 0.7;
    left: 0;
    content: "";
}.prospective_students_68514 div p svg {
    padding: 8px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    height: 40px;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: rgb(215,222,236);
    margin-right: 20px;
    width: 40px;
    min-width: 40px;
}.prospective_students_68514 div p:hover svg {
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: rotate(10deg);
}.prospective_students_68514 div p svg path {
    fill: rgb(176,192,213);
    transition: fill 0.3s ease;
}.prospective_students_68514 div p:hover svg path {
    fill: rgb(137,162,188);
}

@media (max-width: 1100px) {.prospective_students_68514 div p {
    flex: 1 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.prospective_students_68514 {
    padding: 80px 0;
}.prospective_students_68514 .study_growth_24618 {
    padding: 40px 30px;
}.prospective_students_68514 h4 {
    font-size: calc(36px - 2px);
    margin-bottom: 40px;
}.prospective_students_68514 div {
    gap: 20px;
}.prospective_students_68514 div p {
    padding: 20px;
}.prospective_students_68514 div p svg {
    width: 35px;
    margin-right: 15px;
    height: 35px;
    min-width: 35px;
}
}

@media (max-width: 767px) {.prospective_students_68514 {
    padding: 60px 0;
}.prospective_students_68514 .study_growth_24618 {
    padding: 30px 20px;
}.prospective_students_68514 h4 {
    font-size: calc(36px - 4px);
    margin-bottom: 35px;
}.prospective_students_68514 div p {
    padding: 18px;
    flex: 1 1 100%;
}.prospective_students_68514 div p svg {
    margin-right: 15px;
    padding: 6px;
    height: 30px;
    min-width: 30px;
    width: 30px;
}
}

@media (max-width: 479px) {.prospective_students_68514 {
    padding: 40px 0;
}.prospective_students_68514 .study_growth_24618 {
    padding: 25px 15px;
}.prospective_students_68514 h4 {
    margin-bottom: 30px;
    font-size: calc(36px - 6px);
}.prospective_students_68514 div {
    gap: 15px;
}.prospective_students_68514 div p {
    font-size: calc(18px - 1px);
    padding: 15px;
}.prospective_students_68514 div p svg {
    padding: 5px;
    width: 26px;
    min-width: 26px;
    height: 26px;
    margin-right: 12px;
}}.welcome_page_84239 {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(215,222,236), #ffffff 90%);
}.welcome_page_84239::before {
    height: 100%;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgba(94,170,168,0.1) 5px, transparent 60px),
        radial-gradient(circle at 80% 70%, rgba(94,170,168,0.1) 10px, transparent 80px),
        linear-gradient(45deg, rgba(94,170,168,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(94,170,168,0.05) 25%, transparent 25%) 20px 20px;
    width: 100%;
    position: absolute;
    left: 0;
    background-size: 40px 40px;
    top: 0;
    animation: backgroundShift 30s infinite alternate ease-in-out;
    z-index: 0;
}.welcome_page_84239 .study_growth_24618 {
    position: relative;
    gap: 2rem;
    max-width: 1400px;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr;
    padding: 2rem;
    z-index: 1;
    perspective: 1000px;
}.welcome_page_84239 .words_container_81705 {
    background: linear-gradient(
        to right,
        rgba(255,255,255,0.8),
        rgba(255,255,255,0.95)
    );
    position: relative;
    align-items: flex-start;
    display: flex;
    padding: 2rem;
    box-shadow: 
        0 20px 30px -15px rgba(0,0,0,0.15),
        0 10px 15px -10px rgba(0,0,0,0.05);
    z-index: 2;
    flex-direction: column;
    animation: slideInLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    backdrop-filter: blur(5px);
    border-left: 3px solid rgb(176,192,213);
    justify-content: center;
    transform: translateZ(0);
}.welcome_page_84239 h1 {
    color: #000000;
    margin-bottom: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateX(0);
    position: relative;
    line-height: 1.2;
    font-size: 45px;
    font-weight: 700;
}.welcome_page_84239 h1::after {
    height: 3px;
    transition: transform 0.5s ease;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0.7);
    width: 80px;
    background: rgb(176,192,213);
    bottom: -10px;
    content: "";
    left: 0;
}.welcome_page_84239 .words_container_81705:hover h1 {
    transform: translateX(5px);
}.welcome_page_84239 .words_container_81705:hover h1::after {
    transform: scaleX(1);
}.welcome_page_84239 .start_home_01837 {
    align-items: flex-start;
    margin-bottom: 2rem;
    flex-direction: column;
    display: flex;
    position: relative;
}.welcome_page_84239 .start_home_01837 p {
    position: relative;
    line-height: 1.6;
    max-width: 600px;
    color: #000000;
    font-size: calc(14px * 1.1);
    z-index: 2;
    margin-top: 1.5rem;
}.welcome_page_84239 svg {
    height: 100px;
    transform: translateY(0);
    margin-bottom: 1rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100px;
    filter: drop-shadow(0 5px 10px rgba(94,170,168,0.3));
}.welcome_page_84239 .words_container_81705:hover svg {
    transform: translateY(-5px) rotate(3deg);
}.welcome_page_84239 svg path {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
}.welcome_page_84239 svg text {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
    font-weight: 700;
}.welcome_page_84239 .words_container_81705:hover svg path,
.welcome_page_84239 .words_container_81705:hover svg text {
    fill: rgb(176,192,213);
}.welcome_page_84239 ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}.welcome_page_84239 ul li {
    margin-right: 1rem;
}.welcome_page_84239 .help_map_53891 {
    position: relative;
    background: linear-gradient(135deg, rgb(176,192,213), rgba(94,170,168,1));
    border: none;
    border-radius: 10px;
    box-shadow: 
        0 5px 15px -5px rgba(94,170,168,0.5),
        0 3px 8px -3px rgba(0,0,0,0.2);
    font-size: 16px;
    padding: 0.8rem 2rem;
    color: #ffffff;
    transform: translateY(0) scale(1);
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    transition: 
        transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        box-shadow 0.3s ease;
    z-index: 1;
}.welcome_page_84239 .help_map_53891::before {
    position: absolute;
    transition: left 0.5s ease;
    top: 0;
    transform: skewX(-25deg);
    left: -100%;
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,0.2), rgba(255,255,255,0));
    height: 100%;
    width: 100%;
    z-index: -1;
}.welcome_page_84239 .help_map_53891:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 
        0 8px 20px -5px rgba(94,170,168,0.6),
        0 4px 10px -2px rgba(0,0,0,0.2);
}.welcome_page_84239 .help_map_53891:hover::before {
    left: 100%;
}.welcome_page_84239 .background_img_04289 {
    transition: transform 0.5s ease;
    animation: slideInRight 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s both;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 320px;
    width: 100%;
    box-shadow: 
        0 20px 40px -20px rgba(0,0,0,0.5),
        0 10px 20px -10px rgba(0,0,0,0.3);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.welcome_page_84239 .background_img_04289::before {
    transition: opacity 0.3s ease;
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(94,170,168,0.3),
        rgba(0,0,0,0.1)
    );
    height: 100%;
    content: "";
}.welcome_page_84239 .background_img_04289:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}.welcome_page_84239 .background_img_04289:hover::before {
    opacity: 0.8;
}

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

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

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (min-width: 768px) {.welcome_page_84239 .study_growth_24618 {
    height: 100vh;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 3rem;
}.welcome_page_84239 .words_container_81705 {
    padding: 3rem;
}.welcome_page_84239 h1 {
    font-size: calc(45px * 1.2);
}.welcome_page_84239 .background_img_04289 {
    height: 450px;
    clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
}.welcome_page_84239 svg {
    height: 120px;
    width: 120px;
}
}

@media (min-width: 992px) {.welcome_page_84239 .study_growth_24618 {
    gap: 4rem;
    grid-template-columns: 55% 45%;
}.welcome_page_84239 .words_container_81705 {
    padding: 4rem;
}.welcome_page_84239 h1 {
    font-size: calc(45px * 1.4);
}.welcome_page_84239 .start_home_01837 p {
    font-size: calc(14px * 1.2);
}.welcome_page_84239 .background_img_04289 {
    clip-path: polygon(10% 0%, 100% 5%, 90% 100%, 0% 95%);
    box-shadow: 
            30px 30px 60px -20px rgba(0,0,0,0.3),
            15px 15px 30px -10px rgba(0,0,0,0.2);
    height: 550px;
    transform: perspective(1200px) rotateY(-5deg);
}.welcome_page_84239 .background_img_04289:hover {
    transform: perspective(1200px) rotateY(-2deg);
}.welcome_page_84239 svg {
    width: 140px;
    height: 140px;
}
}

@media (min-width: 1200px) {.welcome_page_84239 .study_growth_24618 {
    padding: 5rem;
}.welcome_page_84239 .words_container_81705 {
    transform: translateZ(20px);
}.welcome_page_84239 h1 {
    font-size: calc(45px * 1.5);
}.welcome_page_84239 .background_img_04289 {
    height: 600px;
}
}

@media (max-width: 767px) {.welcome_page_84239 {
    padding: 3rem 0;
}.welcome_page_84239 .words_container_81705 {
    align-items: center;
    padding: 2rem 1.5rem;
    text-align: center;
}.welcome_page_84239 h1 {
    font-size: calc(45px * 0.9);
}.welcome_page_84239 h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
}.welcome_page_84239 .words_container_81705:hover h1::after {
    transform: translateX(-50%) scaleX(1);
}.welcome_page_84239 .start_home_01837 {
    align-items: center;
}.welcome_page_84239 ul {
    justify-content: center;
}}.education_framework_15946 {
    position: relative;
    background: linear-gradient(135deg, rgb(215,222,236) 0%, rgb(176,192,213,0.5) 100%);
    overflow: hidden;
    padding: 8rem 0;
    perspective: 1000px;
}.education_framework_15946::before {
    filter: blur(20px);
    height: 120%;
    position: absolute;
    background: linear-gradient(45deg, rgb(137,162,188,0.5) 0%, rgb(176,192,213,0.5) 100%);
    z-index: 0;
    right: -5%;
    content: "";
    top: -10%;
    transform: rotate(-15deg) translateZ(-50px);
    pointer-events: none;
    width: 40%;
    opacity: 0.3;
}.education_framework_15946::after {
    z-index: 0;
    width: 35%;
    content: "";
    position: absolute;
    left: -2%;
    height: 70%;
    background: linear-gradient(-45deg, rgb(176,192,213) 0%, transparent 70%);
    opacity: 0.15;
    bottom: -5%;
    transform: rotate(10deg) translateZ(-30px);
    pointer-events: none;
}.education_framework_15946 .container {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
}.education_framework_15946 .study_growth_24618 {
    display: flex;
    justify-content: center;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(20px);
    align-items: center;
}.education_framework_15946 .study_growth_24618:hover {
    transform: translateZ(40px) scale(1.02);
}.education_framework_15946 .study_growth_24618 > div {
    border-left: 5px solid rgb(176,192,213);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem 3.5rem;
    max-width: 800px;
    background: #ffffff;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5),
                0 -5px 20px -5px rgba(0, 0, 0, 0.5);
}.education_framework_15946 .study_growth_24618 > div:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5),
                0 -10px 25px -5px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.education_framework_15946 .study_growth_24618 > div::before {
    top: -2px;
    bottom: -2px;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(176,192,213), rgb(137,162,188));
    transform: translateZ(-10px);
    z-index: -1;
    opacity: 0.1;
    left: -2px;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 100%, 80% 90%, 0 90%);
    right: -2px;
    position: absolute;
}.education_framework_15946 .study_growth_24618 > div:hover::before {
    opacity: 0.2;
}.education_framework_15946 h3 {
    transform: translateZ(10px);
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
    font-size: calc(34px * 0.85);
    font-weight: 700;
}.education_framework_15946 h3::after {
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(90deg, rgb(176,192,213), rgb(137,162,188));
    left: 0;
    position: absolute;
    transform: scaleX(0.8) translateZ(5px);
    content: "";
    height: 3px;
    width: 6rem;
    bottom: 0;
}.education_framework_15946 .study_growth_24618 > div:hover h3::after {
    transform: scaleX(1) translateZ(5px);
}.education_framework_15946 p {
    position: relative;
    margin-bottom: 0;
    color: #000000;
    transform: translateZ(5px);
    line-height: 1.7;
    font-size: 15px;
}.education_framework_15946 p span {
    position: relative;
    transition: opacity 0.3s ease;
    display: block;
    opacity: 0.9;
}.education_framework_15946 p span:hover {
    opacity: 1;
}.education_framework_15946 p span::first-letter {
    font-weight: 600;
    font-size: 1.25em;
    color: rgb(176,192,213);
}

@media screen and (max-width: 991px) {.education_framework_15946 {
    padding: 6rem 0;
}.education_framework_15946 .study_growth_24618 > div {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
}.education_framework_15946 h3 {
    font-size: calc(34px * 0.75);
}
}

@media screen and (max-width: 767px) {.education_framework_15946 {
    padding: 5rem 0;
}.education_framework_15946::before,
    .education_framework_15946::after {
    width: 60%;
}.education_framework_15946 .study_growth_24618 > div {
    transform: perspective(800px) rotateY(0deg);
    padding: 2rem;
}.education_framework_15946 h3 {
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
    font-size: calc(34px * 0.7);
}.education_framework_15946 p {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}

@media screen and (max-width: 575px) {.education_framework_15946 {
    padding: 4rem 0;
}.education_framework_15946 .container {
    padding: 0 1.5rem;
}.education_framework_15946 .study_growth_24618 > div {
    padding: 1.75rem;
    border-left: 4px solid rgb(176,192,213);
}.education_framework_15946 h3 {
    padding-bottom: 0.7rem;
    font-size: calc(34px * 0.65);
    margin-bottom: 1rem;
}.education_framework_15946 h3::after {
    width: 4rem;
    height: 2px;
}.education_framework_15946 p {
    font-size: calc(15px * 0.9);
    line-height: 1.5;
}}.secure_oasis_13876 {
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 40px;
    background-color: rgb(215,222,236);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}.secure_oasis_13876::before {
    height: 120px;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    width: 120px;
    content: '';
    top: 0;
    left: 50%;
    background-color: rgb(176,192,213);
    transform: translateX(-50%);
}.secure_oasis_13876 h1 {
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    font-size: calc(21px * 1.2);
    font-family: Arial, sans-serif;
    color: #000000;
}.secure_oasis_13876 h1::after {
    height: 3px;
    width: 40%;
    left: 0;
    background-color: rgb(176,192,213);
    position: absolute;
    bottom: -8px;
    content: '';
}.secure_oasis_13876 h2 {
    font-size: calc(21px * 1.2);
    font-weight: 700;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    color: rgb(137,162,188);
}.secure_oasis_13876 h3, .secure_oasis_13876 h4, .secure_oasis_13876 h5, .secure_oasis_13876 h6 {
    margin: 1rem 0;
}.secure_oasis_13876 ul {
    padding: 0;
    list-style-type: none;
    margin: 20px 0;
}.secure_oasis_13876 li {
    position: relative;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    padding-left: 20px;
    font-family: Arial, sans-serif;
}.secure_oasis_13876 li::before {
    color: rgb(176,192,213);
    content: "\2022";
    left: 0;
    position: absolute;
}
@media only screen and (max-width: 800px) {.secure_oasis_13876 {
    padding: 30px;
}.secure_oasis_13876 h1 {
    font-size: 34px;
}.secure_oasis_13876 h2 {
    font-size: 21px;
}.secure_oasis_13876 li {
    font-size: 13px;
}}.mentorship_experience_25418 {
    overflow: hidden;
    background: linear-gradient(125deg, #000000 0%, rgb(215,222,236) 100%);
    padding: 120px 0;
    position: relative;
}.mentorship_experience_25418::before {
    position: absolute;
    top: 0;
    left: 0;
    animation: pulse 20s infinite alternate;
    content: "";
    height: 100%;
    width: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(176,192,213,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(137,162,188,0.5) 0%, transparent 30%);
}.mentorship_experience_25418 .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    perspective: 1200px;
    max-width: 1200px;
    padding: 0 20px;
}.mentorship_experience_25418 .testimonial_corner_62435 {
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    transform: rotateY(-10deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: auto auto auto;
    transform-style: preserve-3d;
    gap: 10px 30px;
    position: relative;
}.mentorship_experience_25418 .testimonial_corner_62435:hover {
    transform: rotateY(0deg) translateZ(10px);
}.mentorship_experience_25418 .career_table_91873 {
    font-size: 17px;
    margin: 0;
    grid-area: quote;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(176,192,213,0.5);
    line-height: 1.7;
    font-weight: 300;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    transform: translateZ(20px);
    color: #ffffff;
    padding: 50px 40px;
    backdrop-filter: blur(10px);
    z-index: 1;
    position: relative;
    border-radius: 30px;
}.mentorship_experience_25418 .career_table_91873::before {
    left: 20px;
    font-size: calc(41px * 2);
    position: absolute;
    line-height: 1;
    content: "";
    top: 15px;
    color: rgb(176,192,213);
}.mentorship_experience_25418 .background_img_04289 {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(176,192,213,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 280px;
    border-radius: 10px;
    grid-area: photo;
    transform: translateZ(40px);
}.mentorship_experience_25418 .testimonial_corner_62435:hover .background_img_04289 {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(176,192,213,0.5);
}.mentorship_experience_25418 .name {
    border-radius: 10px;
    transition: transform 0.3s ease;
    z-index: 2;
    color: #ffffff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    grid-area: name;
    font-weight: 700;
    transform: translateZ(30px);
    font-size: 24px;
    margin: 0;
    background: rgb(176,192,213);
}.mentorship_experience_25418 .testimonial_corner_62435:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.mentorship_experience_25418 .testimonial_corner_62435 > span:not(.name) {
    z-index: 2;
    border-radius: 10px;
    background: #ffffff;
    grid-area: job;
    font-weight: 600;
    transform: translateZ(25px);
    padding: 10px 15px;
    color: rgb(137,162,188);
    transition: transform 0.3s ease;
    font-size: 17px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}.mentorship_experience_25418 .testimonial_corner_62435:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.mentorship_experience_25418 {
    padding: 80px 0;
}.mentorship_experience_25418 .testimonial_corner_62435 {
    transform: none;
    grid-template-rows: auto auto auto auto;
    gap: 15px;
    grid-template-areas:
      "background_img_04289"
      "name"
      "employee_details_10746"
      "career_table_91873";
    grid-template-columns: 1fr;
}.mentorship_experience_25418 .career_table_91873,
  .mentorship_experience_25418 .background_img_04289,
  .mentorship_experience_25418 .name,
  .mentorship_experience_25418 .testimonial_corner_62435 > span:not(.name) {
    transform: none;
}.mentorship_experience_25418 .testimonial_corner_62435:hover .career_table_91873,
  .mentorship_experience_25418 .testimonial_corner_62435:hover .background_img_04289,
  .mentorship_experience_25418 .testimonial_corner_62435:hover .name,
  .mentorship_experience_25418 .testimonial_corner_62435:hover > span:not(.name) {
    transform: none;
}.mentorship_experience_25418 .background_img_04289 {
    width: 90%;
    margin: 0 auto;
    height: 240px;
}.mentorship_experience_25418 .career_table_91873 {
    padding: 30px;
}.mentorship_experience_25418 .name,
  .mentorship_experience_25418 .testimonial_corner_62435 > span:not(.name) {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
}

@media (max-width: 576px) {.mentorship_experience_25418 {
    padding: 60px 0;
}.mentorship_experience_25418 .background_img_04289 {
    width: 100%;
    height: 200px;
}.mentorship_experience_25418 .career_table_91873 {
    padding: 25px 20px;
    font-size: calc(17px * 0.95);
}.mentorship_experience_25418 .name {
    font-size: calc(24px * 0.9);
}.mentorship_experience_25418 .testimonial_corner_62435 > span:not(.name) {
    font-size: calc(17px * 0.9);
}}.company_overview_69104 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.company_overview_69104::before {
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.85;
    width: 100%;
    left: 0;
    background: #000000;
    content: "";
    z-index: 1;
}.company_overview_69104::after {
    content: "";
    opacity: 0.15;
    z-index: 2;
    width: 250px;
    background: rgb(176,192,213);
    filter: blur(40px);
    bottom: -50px;
    height: 250px;
    border-radius: 50%;
    right: -50px;
    position: absolute;
    animation: float 10s ease-in-out infinite;
}.company_overview_69104 .container {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 20px;
    position: relative;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    padding: 40px;
    z-index: 3;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}.company_overview_69104 h2 {
    display: inline-block;
    margin-bottom: 30px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 30px;
    position: relative;
}.company_overview_69104 h2::after {
    left: 0;
    transition: width 0.5s ease;
    border-radius: 10px;
    position: absolute;
    bottom: -10px;
    content: "";
    box-shadow: 0 0 15px rgb(176,192,213);
    height: 4px;
    background: rgb(176,192,213);
    width: 60px;
}.company_overview_69104:hover h2::after {
    width: 100%;
}.company_overview_69104 .words_container_81705 {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.25);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.03);
}.company_overview_69104 .words_container_81705:hover {
    transform: translateY(-10px);
}.company_overview_69104 .words_container_81705 > div {
    padding: 30px;
    width: 100%;
}.company_overview_69104 .words_container_81705 p {
    background: linear-gradient(135deg, #ffffff, rgb(137,162,188));
    font-weight: 600;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    font-size: calc(15px * 1.4);
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    -webkit-background-clip: text !important;
}.company_overview_69104 .words_container_81705 p::before {
    left: -10px;
    top: 0;
    border-radius: 10px;
    content: "";
    position: absolute;
    width: 4px;
    background: rgb(176,192,213);
    height: 100%;
}.company_overview_69104 .words_container_81705 div div {
    color: rgb(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    box-shadow: 
        inset 5px 5px 10px rgba(0, 0, 0, 0.2),
        inset -5px -5px 10px rgba(255, 255, 255, 0.05);
    font-size: 15px;
    text-align: justify;
    line-height: 1.8;
    position: relative;
    border-radius: 10px;
}.company_overview_69104 .words_container_81705 div div::first-letter {
    color: rgb(176,192,213);
    float: left;
    margin-right: 10px;
    line-height: 1;
    font-weight: 700;
    font-size: calc(15px * 2.5);
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

@media (min-width: 768px) {.company_overview_69104 {
    padding: 150px 0;
}.company_overview_69104 .container {
    padding: 60px;
    transform: perspective(1000px) rotateX(2deg);
}.company_overview_69104 h2 {
    margin-bottom: 50px;
    font-size: calc(30px * 1.2);
}.company_overview_69104 .words_container_81705 {
    flex-direction: row;
    box-shadow: 
            inset 3px 3px 7px rgba(255, 255, 255, 0.05),
            inset -3px -3px 7px rgba(0, 0, 0, 0.25),
            10px 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
}.company_overview_69104 .words_container_81705 > div {
    padding: 40px;
}.company_overview_69104 .words_container_81705 p {
    margin-bottom: 30px;
    font-size: calc(15px * 1.8);
}.company_overview_69104 .words_container_81705 div div {
    padding: 30px;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    column-count: 2;
    column-gap: 40px;
}
}

@media (max-width: 767px) {.company_overview_69104 {
    padding: 80px 0;
}.company_overview_69104 .container {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}.company_overview_69104 h2 {
    margin-bottom: 30px;
    font-size: 30px;
}.company_overview_69104 .words_container_81705 > div {
    padding: 20px;
}.company_overview_69104 .words_container_81705 p {
    font-size: calc(15px * 1.2);
    margin-bottom: 15px;
}.company_overview_69104 .words_container_81705 div div {
    font-size: calc(15px * 0.9);
    padding: 15px;
}
}

@media (max-width: 480px) {.company_overview_69104 {
    padding: 60px 0;
}.company_overview_69104 .container {
    padding: 20px;
    transform: none;
}.company_overview_69104 h2 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.9);
}.company_overview_69104 .words_container_81705 > div {
    padding: 15px;
}.company_overview_69104 .words_container_81705 p {
    margin-bottom: 10px;
    font-size: 15px;
}.company_overview_69104 .words_container_81705 div div {
    padding: 10px;
    font-size: calc(15px * 0.85);
}}.cookie_panel_overlay_06894 {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    position: fixed;
    bottom: 0;
    animation: slideUp 0.5s forwards;
    padding: 20px 0;
    width: 100%;
    background: rgb(137,162,188);
    border-top: 3px solid rgb(137,162,188);
    transition: transform 0.3s ease-in-out;
    z-index: 90;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookieConsentAlert_83420 {
    display: none;
}#cookieConsentAlert_83420:checked ~ .cookie_panel_overlay_06894 {
    opacity: 0;
    visibility: hidden;
}.cookie_list_20964 {
    display: flex;
    gap: 20px;
    padding: 20px 5%;
    align-items: center;
    justify-content: space-between;
}.cookie_panel_overlay_06894 h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: Arial, sans-serif;
}.cookie_panel_overlay_06894 p {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.cookie_ack_91057 {
    filter: drop-shadow(0 0 10px rgb(176,192,213));
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 15px;
}.cookie_ack_91057 svg {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(176,192,213);
}.cookie_ack_91057:hover svg {
    transform: scale(1.1);
}.cookie_tips_80749 {
    box-shadow: 0 0 15px rgb(176,192,213);
    white-space: nowrap;
    min-width: 140px;
    text-align: center;
    color: #000000;
    background: linear-gradient(90deg, rgb(176,192,213), rgb(137,162,188));
    line-height: 40px;
    flex-shrink: 0;
    margin-left: 10px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 14px;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 10px 20px;
}.cookie_tips_80749:hover {
    box-shadow: 0 0 20px rgb(137,162,188);
}.cookie_button.user_alert_60482 {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(137,162,188);
    color: #ffffff;
}.cookie_button.user_alert_60482:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(137,162,188);
}.cookie_panel_overlay_06894 p a {
    text-decoration: none;
    color: rgb(176,192,213);
    transition: color 0.3s ease;
}.cookie_panel_overlay_06894 p a:hover {
    color: rgb(137,162,188);
}
@media only screen and (max-width: 1200px) {.cookie_panel_overlay_06894 {
    padding: 15px 0;
}.cookie_list_20964 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie_ack_91057 {
    display: none;
}.cookie_list_20964 {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie_panel_overlay_06894 h5 {
    margin-bottom: 5px;
    font-size: 20px;
}.cookies_tracking_45312 {
    margin-bottom: 15px;
}.cookie_tips_80749 {
    min-width: 100%;
    margin: 10px 0;
}
}
