* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}.main_top_n {
    flex: 1 0 auto;
}.container {
    width: 1275px;
    margin: auto;
    max-width: 100%;
}header,footer {
    width: 100%;
}.telegram_ref_Q {
    flex: 0 0 auto;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    scroll-behavior: smooth;
    padding: 2px;
    width: 18px;
}::-webkit-scrollbar-button {
    background: rgb(149,175,220,0.5);
    border-radius: 8px;
}::-webkit-scrollbar-track {
    border-radius: 17.2rem;
    background: radial-gradient(circle at center, #ffffff 49%, rgb(255, 255, 255, 0.5) 43%, rgb(149,175,220) 10%, rgb(149,175,220,0.5) 7%, rgb(187,185,232) 44%, rgb(187,185,232,0.5) 68%, rgb(220,237,244) 61%);
}::-webkit-scrollbar-thumb {
    border: 3px groove rgb(255, 255, 255, 0.5);
    box-shadow: -3px -5px 5px 2px rgba(0, 0, 0, 0.7);
    animation: slide_scrollbar 5.4s ease-in 1;
    background: rgb(187,185,232,0.5);
}::-webkit-scrollbar-thumb:hover {
    transform: scale(0.95);
}html {
    scrollbar-color: rgb(187,185,232,0.5) rgb(149,175,220,0.5);
    scrollbar-width: none;
}html,body {
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.container-wrap_p {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.future_attendees_w {
    background-color: rgb(220,237,244);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    z-index: 1;
}.future_attendees_w::before,
.future_attendees_w::after {
    opacity: 0;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(187,185,232) 50%, 
        transparent 80%);
    content: '';
    top: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    z-index: -1;
    animation: beamScan 8s infinite ease-out;
}.future_attendees_w::before {
    animation-delay: 0s;
    left: 25%;
}.future_attendees_w::after {
    right: 25%;
    animation-delay: 4s;
}.future_attendees_w .success_story_P {
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    max-width: 1000px;
}.future_attendees_w .success_story_P::before,
.future_attendees_w .success_story_P::after {
    content: '';
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(149,175,220) 50%, 
        transparent 90%);
    height: 1px;
    opacity: 0;
    width: 100%;
    animation: horizontalBeam 10s infinite ease-out;
    left: 0;
    z-index: -1;
    position: absolute;
}.future_attendees_w .success_story_P::before {
    animation-delay: 2s;
    top: 30%;
}.future_attendees_w .success_story_P::after {
    animation-delay: 6s;
    bottom: 30%;
}.future_attendees_w h3 {
    margin-bottom: 3.5rem;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    font-size: 38px;
    font-weight: 600;
    color: rgb(187,185,232);
}.future_attendees_w h3::after {
    position: absolute;
    width: 100px;
    bottom: -15px;
    content: '';
    opacity: 0.7;
    background: rgb(187,185,232);
    left: 50%;
    animation: pulseLine 4s infinite ease-in-out;
    transform: translateX(-50%) scaleX(0.3);
    height: 2px;
}.future_attendees_w ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 1.2rem;
}.future_attendees_w ul li {
    overflow: hidden;
    padding: 1.3rem 1.5rem;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    color: #000000;
    font-size: 15px;
    display: flex;
    align-items: center;
    font-weight: 400;
}.future_attendees_w ul li::before {
    left: 0;
    transform: scaleY(0);
    top: 0;
    background: linear-gradient(to bottom, 
        rgb(149,175,220,0.5), 
        rgb(187,185,232,0.5));
    width: 3px;
    content: '';
    transition: transform 0.4s ease;
    transform-origin: top;
    position: absolute;
    height: 100%;
    opacity: 0.5;
}.future_attendees_w ul li::after {
    width: 100%;
    z-index: -1;
    transition: transform 0.5s ease;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(187,185,232,0.5) 20%, 
        transparent 80%);
    top: 0;
    height: 100%;
    opacity: 0;
    transform: translateX(-100%);
}.future_attendees_w ul li:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #000000;
}.future_attendees_w ul li:hover::before {
    transform: scaleY(1);
}.future_attendees_w ul li:hover::after {
    transform: translateX(100%);
    opacity: 0.15;
}.future_attendees_w ul li svg {
    flex-shrink: 0;
    position: relative;
    transition: all 0.4s ease;
    width: 28px;
    height: 28px;
    margin-right: 1.5rem;
    z-index: 1;
}.future_attendees_w ul li:hover svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}.future_attendees_w ul li svg path {
    fill: rgb(187,185,232);
    transition: fill 0.4s ease;
}.future_attendees_w ul li:hover svg path {
    animation: flashIcon 1s ease;
    fill: rgb(149,175,220);
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.future_attendees_w::before :nth-child(1) {
    animation-delay: 1s;
}.future_attendees_w::before :nth-child(2) {
    animation-delay: 3s;
}.future_attendees_w::before :nth-child(3) {
    animation-delay: 5s;
}.future_attendees_w ul::before {
    height: 50px;
    border: 1px solid rgb(187,185,232,0.5);
    top: 20px;
    content: '';
    width: 50px;
    position: absolute;
    opacity: 0.2;
    right: 20px;
    border-radius: 50%;
}.future_attendees_w ul::after {
    height: 30px;
    position: absolute;
    left: 20px;
    content: '';
    border-radius: 50%;
    width: 30px;
    bottom: 20px;
    border: 1px solid rgb(149,175,220,0.5);
    opacity: 0.2;
}

@media (max-width: 992px) {.future_attendees_w {
    padding: 4rem 0;
}.future_attendees_w h3 {
    font-size: calc(38px * 0.9);
}.future_attendees_w ul {
    gap: 1rem;
}.future_attendees_w ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.future_attendees_w {
    padding: 3rem 0;
}.future_attendees_w .success_story_P {
    padding: 0 1.5rem;
}.future_attendees_w h3 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.8);
}.future_attendees_w ul {
    gap: 0.8rem;
}.future_attendees_w ul li {
    padding: 1rem;
}.future_attendees_w ul li svg {
    height: 24px;
    margin-right: 1rem;
    width: 24px;
}}.mentorship_profile_v {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(220,237,244) 0%, rgb(187,185,232,0.5) 100%);
    overflow: hidden;
    position: relative;
}.mentorship_profile_v::before {
    background: rgb(149,175,220,0.5);
    filter: blur(20px);
    position: absolute;
    content: "";
    right: -5%;
    width: 30%;
    top: -5%;
    z-index: 0;
    transform: rotate(-15deg) translateZ(0);
    height: 30%;
}.mentorship_profile_v::after {
    bottom: -5%;
    filter: blur(15px);
    height: 25%;
    left: -5%;
    position: absolute;
    width: 25%;
    z-index: 0;
    transform: rotate(15deg) translateZ(0);
    background: rgb(187,185,232,0.5);
    content: "";
}.mentorship_profile_v .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.mentorship_profile_v .student_perspectives_j {
    display: grid;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    grid-template-columns: 1fr;
    padding: 3rem;
    gap: 2.5rem;
}.mentorship_profile_v .student_perspectives_j:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12), 
                0 40px 80px rgba(0, 0, 0, 0.08);
}.mentorship_profile_v .student_perspectives_j > div:first-child {
    overflow: hidden;
    position: relative;
}.mentorship_profile_v .profile_image_P {
    transform: scale(1.05);
    height: 300px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}.mentorship_profile_v .student_perspectives_j:hover .profile_image_P {
    transform: scale(1);
}.mentorship_profile_v .student_perspectives_j > div:nth-child(2) {
    padding-left: 2rem;
    gap: 0.5rem;
    flex-direction: column;
    position: relative;
    display: flex;
}.mentorship_profile_v .student_perspectives_j > div:nth-child(2)::before {
    width: 4px;
    position: absolute;
    height: 70%;
    transform: translateY(-50%);
    content: "";
    top: 50%;
    background: linear-gradient(to bottom, rgb(187,185,232), rgb(149,175,220));
    left: 0;
}.mentorship_profile_v .name {
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    color: #000000;
    font-size: 18px;
}.mentorship_profile_v .name::after {
    left: 0;
    background: rgb(187,185,232);
    position: absolute;
    bottom: -5px;
    width: 0;
    content: "";
    transition: width 0.4s ease-out;
    height: 2px;
}.mentorship_profile_v .student_perspectives_j:hover .name::after {
    width: 100%;
}.mentorship_profile_v .student_perspectives_j > div:nth-child(2) > div {
    font-weight: 600;
    color: rgb(149,175,220);
    letter-spacing: 0.5px;
    opacity: 0.9;
    font-size: calc(14px - 2px);
}.mentorship_profile_v .student_perspectives_j > div:nth-child(3) {
    position: relative;
}.mentorship_profile_v .experience_summary_C {
    position: relative;
    margin: 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
    padding: 1.5rem;
    border-left: 3px solid rgb(187,185,232,0.5);
    background: linear-gradient(to right, rgba(rgb(220,237,244), 0.05), rgba(rgb(220,237,244), 0.02));
}.mentorship_profile_v .experience_summary_C::before {
    content: "";
    position: absolute;
    left: 0.5rem;
    top: -0.5rem;
    color: rgb(187,185,232,0.5);
    line-height: 1;
    opacity: 0.2;
    font-size: 5rem;
    font-family: serif;
}

@media (min-width: 768px) {.mentorship_profile_v {
    padding: 8rem 3rem;
}.mentorship_profile_v .student_perspectives_j {
    gap: 3rem 4rem;
    grid-template-rows: auto 1fr;
    grid-template-columns: minmax(200px, 300px) 1fr;
    padding: 4rem;
}.mentorship_profile_v .student_perspectives_j > div:first-child {
    grid-row: span 2;
}.mentorship_profile_v .profile_image_P {
    height: 100%;
}.mentorship_profile_v .student_perspectives_j > div:nth-child(2) {
    padding-left: 3rem;
}.mentorship_profile_v .experience_summary_C {
    font-size: calc(14px + 1px);
    padding: 2rem;
}
}

@media (min-width: 1024px) {.mentorship_profile_v {
    padding: 10rem 4rem;
}.mentorship_profile_v .student_perspectives_j {
    gap: 4rem 5rem;
    grid-template-columns: minmax(300px, 400px) 1fr;
    padding: 5rem;
}.mentorship_profile_v .name {
    font-size: calc(18px + 2px);
}.mentorship_profile_v .student_perspectives_j > div:nth-child(2) > div {
    font-size: 14px;
}.mentorship_profile_v .experience_summary_C {
    line-height: 1.8;
}.mentorship_profile_v .student_perspectives_j::after {
    opacity: 0.1;
    width: 150px;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgb(187,185,232,0.5) 50%);
    transition: opacity 0.3s ease;
    right: 0;
    height: 150px;
    top: 0;
}.mentorship_profile_v .student_perspectives_j:hover::after {
    opacity: 0.2;
}
}

@media (max-width: 767px) {.mentorship_profile_v {
    padding: 4rem 1.5rem;
}.mentorship_profile_v .student_perspectives_j {
    padding: 2rem;
    gap: 2rem;
}.mentorship_profile_v .profile_image_P {
    height: 250px;
}.mentorship_profile_v .name {
    font-size: calc(18px - 1px);
}.mentorship_profile_v .student_perspectives_j > div:nth-child(2) > div {
    font-size: calc(14px - 3px);
}.mentorship_profile_v .experience_summary_C {
    font-size: calc(14px - 1px);
    padding: 1rem;
}}.secure_sanctum_j {
    width: 100%;
    height: auto;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 15px rgb(187,185,232,0.5), 0 0 30px rgb(149,175,220,0.5);
    overflow: hidden;
    padding: 40px;
    color: #ffffff;
}.secure_sanctum_j h1 {
    font-size: 44px;
    border-bottom: 2px solid rgb(187,185,232);
    margin-bottom: 25px;
    text-shadow: 0 0 10px rgb(187,185,232,0.5);
    color: rgb(187,185,232);
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-top: 40px;
    font-weight: 700;
}.secure_sanctum_j h2 {
    font-weight: 600;
    border-bottom: 1px solid rgb(149,175,220);
    font-size: 30px;
    padding-bottom: 5px;
    text-shadow: 0 0 10px rgb(149,175,220,0.5);
    margin-top: 30px;
    margin-bottom: 20px;
    color: rgb(149,175,220);
}.secure_sanctum_j h3, .secure_sanctum_j h4, .secure_sanctum_j h5, .secure_sanctum_j h6 {
    margin-top: 25px;
    color: rgb(187,185,232);
    font-size: 22px;
    font-weight: 600;
    text-shadow: 0 0 5px rgb(187,185,232,0.5);
    margin-bottom: 15px;
}.secure_sanctum_j ul, .secure_sanctum_j ol {
    padding: 15px 0;
    list-style-position: inside;
    padding-left: 20px;
}.secure_sanctum_j li {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #000000;
    text-shadow: 0 0 5px rgb(187,185,232,0.5);
    font-weight: 400;
    font-size: 15px;
}.secure_sanctum_j section {
    background: rgb(220,237,244);
    padding: 20px;
    box-shadow: 0 0 15px rgb(187,185,232,0.5);
    margin-top: 20px;
    border-radius: 10px;
}.secure_sanctum_j p, .secure_sanctum_j span, .secure_sanctum_j div {
    font-size: 15px;
    text-shadow: 0 0 5px rgb(187,185,232,0.5);
    line-height: 1.8;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 300;
}

@media only screen and (max-width: 800px) {.secure_sanctum_j {
    padding: 20px 10px;
}.secure_sanctum_j h1 {
    font-size: calc(22px * 0.8);
}.secure_sanctum_j h2 {
    font-size: calc(22px * 0.8);
}.secure_sanctum_j h3, .secure_sanctum_j h4, .secure_sanctum_j h5, .secure_sanctum_j h6 {
    font-size: calc(22px * 0.8);
}.secure_sanctum_j p, .secure_sanctum_j span, .secure_sanctum_j div {
    font-size: calc(15px * 0.9);
}}.about_this_H {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.about_this_H::before {
    content: "";
    background: linear-gradient(135deg, rgb(149,175,220,0.5), rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    top: 0;
}.about_this_H::after {
    z-index: 1;
    animation: float 15s ease-in-out infinite;
    transform: rotate(15deg);
    height: 200px;
    top: -50px;
    width: 200px;
    right: -50px;
    content: "";
    background: rgb(187,185,232);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.1;
    position: absolute;
}.about_this_H .container {
    padding: 0 30px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.about_this_H .info_section_H {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    padding: 50px;
    transform: perspective(1000px) rotateY(1deg);
    transition: transform 0.5s ease-out;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.07);
}.about_this_H .info_section_H:hover {
    transform: perspective(1000px) rotateY(0deg);
}.about_this_H .info_section_H::before {
    content: "";
    top: 0;
    left: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(187,185,232), rgb(149,175,220));
    position: absolute;
    height: 100%;
}.about_this_H h1 {
    padding-bottom: 15px;
    transform: translateX(-10px);
    animation: slideIn 0.8s 0.2s forwards ease-out;
    position: relative;
    font-size: 48px;
    opacity: 0;
    color: #000000;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
    font-weight: 700;
}.about_this_H h1::after {
    left: 0;
    width: 80px;
    height: 3px;
    bottom: 0;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(187,185,232);
}.about_this_H .info_section_H:hover h1::after {
    width: 120px;
}.about_this_H ul {
    list-style: none;
    animation: fadeUp 1s 0.5s forwards ease-out;
    margin: 0;
    padding: 0;
    transform: translateY(20px);
    opacity: 0;
}.about_this_H li {
    margin-bottom: 20px;
}.about_this_H h4 {
    letter-spacing: 0.5px;
    color: rgb(187,185,232);
    display: inline-block;
    margin-bottom: 15px;
    font-size: 23px;
    position: relative;
    font-weight: 600;
}.about_this_H h4::before {
    height: 1px;
    content: "";
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    background: rgb(187,185,232,0.5);
    transform-origin: left;
    left: 0;
    bottom: -5px;
}.about_this_H .info_section_H:hover h4::before {
    transform: scaleX(1);
}.about_this_H span {
    position: relative;
    text-align: justify;
    column-count: 2;
    column-gap: 40px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000000;
    line-height: 1.8;
    display: block;
}.about_this_H span::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(149,175,220);
}

@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@media (max-width: 1200px) {.about_this_H {
    padding: 100px 0;
}.about_this_H .info_section_H {
    padding: 40px;
}
}

@media (max-width: 992px) {.about_this_H h1 {
    font-size: calc(48px * 0.9);
}.about_this_H span {
    column-count: 1;
}.about_this_H .info_section_H {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (max-width: 768px) {.about_this_H {
    padding: 80px 0;
}.about_this_H .info_section_H {
    padding: 30px;
}.about_this_H h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 20px;
}.about_this_H span {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.about_this_H {
    padding: 60px 0;
}.about_this_H .info_section_H {
    padding: 25px 20px;
}.about_this_H h1 {
    font-size: calc(48px * 0.7);
}.about_this_H span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.about_this_H .info_section_H::before {
    width: 3px;
}
}

@media (max-width: 480px) {.about_this_H {
    padding: 50px 0;
}.about_this_H .container {
    padding: 0 15px;
}.about_this_H h1 {
    margin-bottom: 15px;
    padding-bottom: 10px;
}.about_this_H h1::after {
    width: 60px;
    height: 2px;
}.about_this_H .info_section_H:hover h1::after {
    width: 90px;
}
}

@media (prefers-reduced-motion: reduce) {.about_this_H .info_section_H,
  .about_this_H h1,
  .about_this_H ul,
  .about_this_H h4::before,
  .about_this_H::after {
    transform: none;
    transition: none;
    animation: none;
}}.access_now_U {
    overflow: hidden;
    position: relative;
    background: linear-gradient(140deg, rgb(220,237,244) 0%, #ffffff 100%);
    padding: 130px 0;
}.access_now_U::before {
    z-index: 1;
    position: absolute;
    left: 0;
    content: '';
    height: 100%;
    background-size: 20px 20px;
    top: 0;
    width: 100%;
    opacity: 0.08;
    background-image: 
        linear-gradient(to right, rgb(187,185,232,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(187,185,232,0.5) 1px, transparent 1px);
}.access_now_U .success_story_P {
    z-index: 10;
    border-radius: 15px;
    display: flex;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    flex-direction: row;
    background: #ffffff;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
    position: relative;
}.access_now_U .success_story_P::before {
    height: 100%;
    content: '';
    border-radius: 15px;
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent 96%, rgb(187,185,232) 96%, rgb(187,185,232) 100%);
    position: absolute;
    top: 0;
    z-index: -1;
}.access_now_U .container p {
    color: #000000;
    position: relative;
    font-size: 29px;
    flex: 0 0 65%;
    font-weight: 700;
    line-height: 1.4;
    z-index: 5;
    margin: 0;
}.access_now_U .support_widget_t {
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(187,185,232,0.5) 0%, transparent 100%);
    transition: all 0.4s ease;
    font-weight: 600;
    flex: 0 0 30%;
    height: 80px;
    font-size: 16px;
    border: 2px solid rgb(187,185,232);
    overflow: hidden;
    color: rgb(187,185,232);
    border-radius: 6px;
    text-decoration: none;
    z-index: 5;
    position: relative;
    display: flex;
}.access_now_U .support_widget_t::before {
    transition: transform 0.4s ease;
    background: rgb(187,185,232);
    content: '';
    left: -2px;
    z-index: -1;
    width: calc(100% + 4px);
    position: absolute;
    height: calc(100% + 4px);
    top: -2px;
    transform: translateX(-100%);
}.access_now_U .support_widget_t:hover {
    box-shadow: 0 10px 30px rgb(187,185,232,0.5);
    color: #ffffff;
}.access_now_U .support_widget_t:hover::before {
    transform: translateX(0);
}.access_now_U::after {
    right: -200px;
    width: 400px;
    background: radial-gradient(circle, rgb(187,185,232,0.5) 0%, transparent 70%);
    position: absolute;
    content: '';
    z-index: 1;
    opacity: 0.4;
    top: -200px;
    height: 400px;
}.access_now_U .success_story_P::after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    content: '';
    background: #ffffff;
    bottom: -15px;
    left: 60px;
    border: 2px solid rgb(187,185,232);
}

@media (max-width: 991px) {.access_now_U {
    padding: 100px 0;
}.access_now_U .success_story_P {
    padding: 40px;
}.access_now_U .container p {
    font-size: calc(21px * 1.2);
}.access_now_U .support_widget_t {
    height: 70px;
}.access_now_U .success_story_P::after {
    bottom: -12px;
    height: 25px;
    left: 40px;
    width: 25px;
}
}

@media (max-width: 767px) {.access_now_U {
    padding: 80px 0;
}.access_now_U .success_story_P {
    flex-direction: column;
    padding: 30px;
    gap: 40px;
}.access_now_U .container p {
    font-size: 21px;
    width: 100%;
    flex: none;
}.access_now_U .support_widget_t {
    width: 100%;
    height: 60px;
    flex: none;
}.access_now_U .success_story_P::after {
    left: 30px;
    height: 20px;
    bottom: -10px;
    width: 20px;
}
}

@media (max-width: 480px) {.access_now_U {
    padding: 60px 0;
}.access_now_U .success_story_P {
    padding: 25px;
    gap: 30px;
}.access_now_U .container p {
    font-size: calc(12px * 1.2);
}.access_now_U .support_widget_t {
    height: 50px;
    font-size: calc(16px * 0.9);
}}.course_program_details_Q {
    position: relative;
    padding: 120px 0;
    background: rgb(220,237,244);
    overflow: hidden;
}.course_program_details_Q::before {
    background-size: 20px 20px;
    content: "";
    top: 0;
    width: 100%;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(187,185,232,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(187,185,232,0.5) 100%);
    opacity: 0.15;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 1;
    animation: gridMove 40s linear infinite;
}.course_program_details_Q::after {
    left: 0;
    height: 100%;
    opacity: 0.2;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 20%, rgb(187,185,232,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(149,175,220,0.5) 0%, transparent 40%);
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.course_program_details_Q .container {
    padding: 0 20px;
    align-items: center;
    flex-direction: column;
    display: flex;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.course_program_details_Q .knowledge_map_V {
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    position: relative;
    max-width: 900px;
}.course_program_details_Q .info_section_H {
    background: rgba(255, 255, 255, 0.02);
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 3;
}.course_program_details_Q .info_section_H::before {
    border: 1px solid rgb(187,185,232,0.5);
    border-radius: 17px;
    width: 100%;
    position: absolute;
    opacity: 0.3;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    content: "";
}.course_program_details_Q .info_section_H::after {
    left: calc(50% - 30px);
    background: linear-gradient(to right, rgb(187,185,232), rgb(149,175,220));
    top: -15px;
    position: absolute;
    content: "";
    height: 3px;
    width: 60px;
}.course_program_details_Q .info_section_H h2 {
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 34px;
}.course_program_details_Q .info_section_H h2::after {
    left: calc(50% - 40px);
    width: 80px;
    bottom: -10px;
    background: rgb(187,185,232,0.5);
    content: "";
    height: 2px;
    position: absolute;
}.course_program_details_Q .info_section_H .description {
    margin-right: auto;
    max-width: 800px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 18px;
    margin-left: auto;
}.course_program_details_Q .info_section_H .description:last-child {
    margin-bottom: 0;
}.course_program_details_Q .profile_image_P {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    border-radius: 17px;
    height: 450px;
}.course_program_details_Q .container::before {
    opacity: 0.05;
    background-image: 
        linear-gradient(to right, rgb(187,185,232,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(187,185,232,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(187,185,232,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(149,175,220,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(187,185,232,0.5) 2px, transparent 2px);
    left: 0;
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    animation: circuitPulse 8s infinite alternate;
    z-index: 0;
    height: 100%;
}@keyframes circuitPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.07;
    }
}

.course_program_details_Q .knowledge_map_V::before {
    top: -100px;
    opacity: 0.2;
    position: absolute;
    left: -100px;
    height: calc(100% + 200px);
    background-size: 600px 600px;
    width: calc(100% + 200px);
    content: "";
    z-index: 0;
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(187,185,232,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(149,175,220,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(187,185,232,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(149,175,220,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(187,185,232,0.5) 1px, transparent 1px);
    animation: floatParticles 40s linear infinite;
}@keyframes floatParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600px 600px;
    }
}

.course_program_details_Q .knowledge_map_V::after {
    bottom: -30px;
    width: 100px;
    left: calc(50% - 50px);
    background: linear-gradient(to right, transparent, rgb(149,175,220,0.5), transparent);
    position: absolute;
    content: "";
    height: 2px;
}.course_program_details_Q .container::after {
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.03;
    animation: hexMove 60s linear infinite;
    background-image: 
        repeating-linear-gradient(60deg, rgb(187,185,232,0.5) 0, rgb(187,185,232,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(187,185,232,0.5) 0, rgb(187,185,232,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(187,185,232,0.5) 0, rgb(187,185,232,0.5) 1px, transparent 1px, transparent 30px);
    background-size: 50px 86.6px;
    height: 100%;
    z-index: 0;
    content: "";
    position: absolute;
}@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}

@keyframes techPulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course_program_details_Q .profile_image_P::after {
    animation: borderGlow 4s infinite alternate;
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_program_details_Q .info_section_H h2 {
    animation: reveal 0.8s forwards;
}.course_program_details_Q .info_section_H .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}.course_program_details_Q .info_section_H .description:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}

@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}

@media (min-width: 992px) {.course_program_details_Q .knowledge_map_V {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
    grid-template-rows: auto auto;
}.course_program_details_Q .info_section_H {
    margin-top: -80px;
    grid-row: 2;
    z-index: 4;
}.course_program_details_Q .profile_image_P {
    grid-row: 1;
    height: 500px;
}
}

@media (max-width: 991px) {.course_program_details_Q {
    padding: 80px 0;
}.course_program_details_Q .knowledge_map_V {
    gap: 40px;
}.course_program_details_Q .info_section_H {
    padding: 30px;
}.course_program_details_Q .profile_image_P {
    height: 400px;
}
}

@media (max-width: 768px) {.course_program_details_Q {
    padding: 60px 0;
}.course_program_details_Q .info_section_H {
    padding: 25px;
}.course_program_details_Q .profile_image_P {
    height: 350px;
}.course_program_details_Q .info_section_H h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 576px) {.course_program_details_Q {
    padding: 50px 0;
}.course_program_details_Q .info_section_H {
    padding: 20px;
}.course_program_details_Q .profile_image_P {
    height: 300px;
}.course_program_details_Q .info_section_H h2 {
    font-size: calc(34px * 0.8);
}.course_program_details_Q .info_section_H .description {
    font-size: calc(18px * 0.95);
}
}

@media (min-width: 992px) {.course_program_details_Q .info_section_H:hover {
    transition: transform 0.3s ease;
    transform: translateY(-5px);
}.course_program_details_Q .info_section_H:hover::before {
    opacity: 0.5;
    transition: all 0.3s ease;
    border-color: rgb(187,185,232);
}.course_program_details_Q .profile_image_P:hover::after {
    transition: opacity 0.3s ease;
    opacity: 0.8;
}}
.gratPage_c {
    background: linear-gradient(135deg, rgb(220,237,244) 0%, rgb(149,175,220,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.gratPage_c::before {
    width: 300px;
    top: -10%;
    content: "";
    filter: blur(40px);
    opacity: 0.6;
    animation: float 15s infinite ease-in-out;
    height: 300px;
    position: absolute;
    background: radial-gradient(circle, rgb(187,185,232,0.5) 0%, transparent 70%);
    right: -5%;
}.gratPage_c::after {
    width: 250px;
    filter: blur(30px);
    animation: float 12s infinite ease-in-out reverse;
    opacity: 0.6;
    height: 250px;
    content: "";
    bottom: -5%;
    position: absolute;
    background: radial-gradient(circle, rgb(149,175,220,0.5) 0%, transparent 70%);
    left: -5%;
}.gratPage_c .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.gratPage_c h2 {
    font-family: Arial, sans-serif;
    font-size: clamp(28px, 5vw, 32px);
    line-height: 1.3;
    color: rgb(187,185,232);
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 40px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    position: relative;
}.gratPage_c h2::before {
    height: 3px;
    animation: expand 1.5s ease-out forwards;
    left: 0;
    content: "";
    bottom: -12px;
    transform-origin: left;
    width: 80px;
    background: linear-gradient(90deg, rgb(187,185,232) 0%, rgb(149,175,220) 100%);
    position: absolute;
}.gratPage_c .success_story_P {
    backdrop-filter: blur(10px);
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    position: relative;
}.gratPage_c .success_story_P:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.gratPage_c .success_story_P::before {
    z-index: -1;
    filter: blur(15px);
    position: absolute;
    top: -5px;
    left: -5px;
    content: "";
    right: -5px;
    bottom: -5px;
    opacity: 0.5;
    animation: pulse 4s infinite alternate;
    background: linear-gradient(135deg, rgb(187,185,232,0.5), transparent, rgb(149,175,220,0.5));
}.gratPage_c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.gratPage_c li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
}.gratPage_c li::before {
    transform: rotate(45deg);
    width: 8px;
    content: "";
    background: rgb(187,185,232);
    animation: pulse 4s infinite alternate;
    position: absolute;
    height: 8px;
    left: 0;
    top: 12px;
}.gratPage_c span {
    animation: fadeIn 1s ease-out forwards;
    display: block;
    line-height: 1.8;
    color: #000000;
    position: relative;
    overflow: hidden;
    font-size: 17px;
    font-family: Arial, sans-serif;
}

@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}

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

@keyframes pulse {
    0% { opacity: 0.5; }
    100% { opacity: 0.9; }
}

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

@media (max-width: 991px) {.gratPage_c {
    padding: 90px 0;
}.gratPage_c .success_story_P {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (max-width: 767px) {.gratPage_c {
    padding: 70px 0;
}.gratPage_c h2 {
    margin-bottom: 30px;
}.gratPage_c .success_story_P {
    transform: none;
    padding: 25px;
}.gratPage_c .success_story_P:hover {
    transform: translateY(-3px);
}.gratPage_c h2::before {
    width: 60px;
    bottom: -10px;
}
}

@media (max-width: 575px) {.gratPage_c {
    padding: 50px 0;
}.gratPage_c h2 {
    margin-bottom: 25px;
    font-size: 24px;
}.gratPage_c .success_story_P {
    padding: 20px;
}.gratPage_c li {
    padding-left: 20px;
}.gratPage_c span {
    font-size: calc(17px - 1px);
    line-height: 1.6;
}.gratPage_c h2::before {
    width: 50px;
    height: 2px;
}}.telegram_ref_Q {
    position: relative;
    padding: 6rem 0 4rem;
    z-index: 1;
    color: #ffffff;
}.telegram_ref_Q::before {
    left: 0;
    background: #000000;
    opacity: 0.85;
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
}.telegram_ref_Q::after {
    background-position: center;
    background: 
        linear-gradient(rgba(rgb(187,185,232), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(187,185,232), 0.2) 1px, transparent 1px);
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    background-size: 30px 30px;
    height: 100%;
    content: "";
    opacity: 0.15;
    animation: gridAnimate 15s linear infinite;
    left: 0;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.telegram_ref_Q .container {
    grid-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
}.telegram_ref_Q .company_holder {
    grid-column: 1 / 5;
    position: relative;
    grid-row: 1;
}.telegram_ref_Q .company_holder::before {
    opacity: 0.7;
    height: 60px;
    position: absolute;
    border-left: 2px solid rgb(187,185,232);
    border-top: 2px solid rgb(187,185,232);
    left: -20px;
    top: -20px;
    width: 60px;
    content: "";
}.telegram_ref_Q .company_holder::after {
    width: 60px;
    right: -20px;
    opacity: 0.7;
    bottom: -20px;
    border-right: 2px solid rgb(187,185,232);
    height: 60px;
    border-bottom: 2px solid rgb(187,185,232);
    position: absolute;
    content: "";
}.telegram_ref_Q .company_holder h3 {
    margin-bottom: 1.5rem;
    position: relative;
    background: linear-gradient(90deg, #ffffff, rgb(187,185,232));
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    display: inline-block;
    -webkit-background-clip: text !important;
    font-size: 28px;
}.telegram_ref_Q .company_holder h3::after {
    position: absolute;
    content: "";
    bottom: -5px;
    height: 2px;
    width: 30%;
    background: rgb(187,185,232);
    left: 0;
    box-shadow: 0 0 10px rgb(187,185,232);
}.telegram_ref_Q .peer_help_Z {
    font-size: 12px;
    margin-top: 1.5rem;
    line-height: 1.6;
    opacity: 0.8;
    color: #ffffff;
}.telegram_ref_Q .whatsapp_grp_m {
    display: flex;
    grid-column: 6 / 13;
    justify-content: flex-end;
    grid-row: 1;
}.telegram_ref_Q .nav_class_d {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 3rem;
}.telegram_ref_Q .header_lesson_I {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(4px);
}.telegram_ref_Q .header_lesson_I:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}.telegram_ref_Q .header_lesson_I::before {
    content: "";
    background: rgb(187,185,232);
    transition: height 0.3s ease;
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    position: absolute;
}.telegram_ref_Q .header_lesson_I:hover::before {
    height: 100%;
}.telegram_ref_Q .header_lesson_I h5 {
    color: rgb(149,175,220);
    letter-spacing: 1px;
    padding-left: 1rem;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 20px;
}.telegram_ref_Q .header_lesson_I h5::before {
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 5px;
    position: absolute;
    background: rgb(187,185,232);
    height: 5px;
    box-shadow: 0 0 10px rgb(187,185,232);
    content: "";
    top: 50%;
}.telegram_ref_Q .header_lesson_I .nav_class_d {
    gap: 0.7rem;
    flex-direction: column;
    display: flex;
}.telegram_ref_Q .header_lesson_I .nav_class_d a {
    color: #ffffff;
    overflow: hidden;
    opacity: 0.7;
    transition: all 0.3s ease;
    font-size: 12px;
    border-radius: 10px;
    z-index: 1;
    padding: 0.4rem 1rem;
    position: relative;
    text-decoration: none;
}.telegram_ref_Q .header_lesson_I .nav_class_d a::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(rgb(187,185,232,0.5), 0.1), transparent);
    top: 0;
    z-index: -1;
    transform: translateX(-100%);
    content: "";
    height: 100%;
    left: 0;
    transition: transform 0.3s ease;
}.telegram_ref_Q .header_lesson_I .nav_class_d a:hover {
    padding-left: 1.5rem;
    opacity: 1;
    color: #ffffff;
}.telegram_ref_Q .header_lesson_I .nav_class_d a:hover::before {
    transform: translateX(0);
}.cert_display_P {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    margin-top: 4rem;
    grid-row: 2;
    padding: 1.5rem 0;
    background: rgba(0, 0, 0, 0.5);
    grid-column: 1 / 13;
}.cert_display_P::before {
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(187,185,232), transparent);
    top: 0;
    position: absolute;
    height: 1px;
    left: 50%;
    content: "";
    width: 60%;
}.cert_display_P .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.cert_display_P .equity_pledge_Q {
    opacity: 0.7;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 992px) {.telegram_ref_Q .container {
    grid-template-columns: repeat(1, 1fr);
}.telegram_ref_Q .company_holder {
    grid-row: 1;
    grid-column: 1;
}.telegram_ref_Q .whatsapp_grp_m {
    grid-column: 1;
    grid-row: 2;
    margin-top: 2rem;
}.cert_display_P {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.telegram_ref_Q {
    padding: 4rem 0 3rem;
}.telegram_ref_Q .nav_class_d {
    grid-template-columns: 1fr;
    gap: 2rem;
}.telegram_ref_Q .header_lesson_I {
    padding: 1.2rem;
}.telegram_ref_Q .header_lesson_I h5 {
    font-size: calc(20px * 0.9);
}.telegram_ref_Q .company_holder::before,
    .telegram_ref_Q .company_holder::after {
    width: 40px;
    height: 40px;
}
}

@media screen and (max-width: 576px) {.telegram_ref_Q {
    padding: 3rem 0 2rem;
}.telegram_ref_Q .company_holder h3 {
    font-size: calc(28px * 0.9);
}.telegram_ref_Q .peer_help_Z {
    font-size: calc(12px * 0.9);
}.telegram_ref_Q .header_lesson_I .nav_class_d a {
    font-size: calc(12px * 0.9);
}.cert_display_P {
    margin-top: 2rem;
    padding: 1rem 0;
}}.welcome_board_M {
    width: 100%;
    perspective: 1000px;
    background: rgb(220,237,244);
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}.welcome_board_M .edu_start_A {
    position: relative;
    transform-style: preserve-3d;
    height: 100%;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.welcome_board_M .page_open_D {
    flex-direction: column;
    padding: 5rem;
    position: relative;
    justify-content: center;
    display: flex;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    overflow: hidden;
    align-items: flex-start;
    height: 100vh;
}.welcome_board_M .page_open_D::before {
    transform: translateZ(-10px);
    background: linear-gradient(
    135deg,
    rgba(rgb(187,185,232), 0.92),
    rgba(rgb(149,175,220), 0.85)
  );
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    backdrop-filter: blur(8px);
    bottom: 0;
    left: 0;
}.welcome_board_M .page_open_D::after {
    z-index: 2;
    pointer-events: none;
    height: 110%;
    width: 110%;
    top: -5%;
    content: "";
    transform: translateZ(5px);
    left: -5%;
    background: linear-gradient(
    45deg,
    rgb(187,185,232,0.5),
    transparent 60%
  );
    position: absolute;
}.welcome_board_M .page_open_D span {
    margin-bottom: 1.5rem;
    max-width: 650px;
    opacity: 0.9;
    display: block;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 10;
    transform: translateZ(30px);
    position: relative;
    transform-origin: left center;
}.welcome_board_M .page_open_D h3 {
    border-left: 4px solid rgb(149,175,220);
    background: rgba(#000000, 0.3);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    padding: 1rem 1.5rem;
    font-weight: 600;
    backdrop-filter: blur(5px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.01em;
    line-height: 1.4;
    color: #ffffff;
    font-size: calc(18px * 1.05);
}.welcome_board_M .page_open_D h1 {
    z-index: 10;
    position: relative;
    transform-origin: left center;
    font-weight: 700;
    max-width: 80%;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(50px);
    line-height: 1.2;
    color: #ffffff;
    margin: 0.5rem 0 1.5rem;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    letter-spacing: -0.02em;
    font-size: 46px;
}.welcome_board_M .page_open_D h1::after {
    left: 0;
    transform-origin: left bottom;
    width: 80px;
    height: 5px;
    transform: skewX(-15deg);
    position: absolute;
    bottom: -15px;
    content: "";
    transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgb(149,175,220);
}.welcome_board_M .page_open_D div {
    opacity: 0.95;
    transform: translateZ(40px);
    z-index: 10;
    position: relative;
    transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-top: 2rem;
    perspective: 500px;
}.welcome_board_M .page_open_D div div {
    backdrop-filter: blur(10px);
    padding: 1.5rem 2rem;
    margin: 0;
    border-left: 2px solid rgb(149,175,220);
    border-radius: 0 10px 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.05)
  );
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    max-width: 550px;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    transform: translateZ(10px) rotateY(-5deg);
}.welcome_board_M .page_open_D p {
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    font-size: calc(13px * 1.15);
    letter-spacing: 0.02em;
    line-height: 1.6;
}.welcome_board_M:hover .page_open_D h1::after {
    width: 120px;
}.welcome_board_M:hover .page_open_D div div {
    transform: translateZ(10px) rotateY(-2deg);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.2);
}.welcome_board_M:hover .page_open_D span {
    transform: translateZ(35px);
}.welcome_board_M:hover .page_open_D h1 {
    transform: translateZ(55px);
}

@media (max-width: 1200px) {.welcome_board_M .page_open_D {
    padding: 4rem;
}.welcome_board_M .page_open_D h1 {
    max-width: 90%;
    font-size: calc(46px * 0.9);
}.welcome_board_M .page_open_D h3 {
    font-size: 18px;
}.welcome_board_M .page_open_D div div {
    max-width: 500px;
}
}

@media (max-width: 992px) {.welcome_board_M .page_open_D {
    justify-content: center;
    padding: 3rem;
    align-items: center;
}.welcome_board_M .page_open_D h1 {
    text-align: center;
    max-width: 100%;
    font-size: calc(46px * 0.8);
}.welcome_board_M .page_open_D h1::after {
    left: 50%;
    transform: translateX(-50%) skewX(-15deg);
}.welcome_board_M .page_open_D span {
    text-align: center;
    align-self: center;
}.welcome_board_M .page_open_D h3 {
    text-align: center;
    font-size: calc(18px * 0.95);
}.welcome_board_M .page_open_D div {
    align-self: center;
}.welcome_board_M .page_open_D div div {
    border-bottom: 2px solid rgb(149,175,220);
    transform: translateZ(10px);
    border-left: none;
    padding: 1.25rem 1.5rem;
    border-radius: 10px;
}.welcome_board_M .page_open_D p {
    text-align: center;
    font-size: calc(13px * 1.05);
}.welcome_board_M:hover .page_open_D div div {
    transform: translateZ(15px);
}
}

@media (max-width: 768px) {.welcome_board_M .page_open_D {
    padding: 2rem;
    height: 100vh;
}.welcome_board_M .page_open_D h1 {
    font-size: calc(46px * 0.7);
    margin: 1rem 0;
    line-height: 1.3;
}.welcome_board_M .page_open_D h3 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    font-size: calc(18px * 0.9);
    padding: 0.75rem 1rem;
}.welcome_board_M .page_open_D div {
    margin-top: 1.5rem;
}.welcome_board_M .page_open_D div div {
    max-width: 90%;
    padding: 1rem 1.25rem;
}.welcome_board_M .page_open_D p {
    font-size: 13px;
}
}

@media (max-width: 576px) {.welcome_board_M .page_open_D {
    padding: 1.5rem;
    transform: none !important;
}.welcome_board_M .page_open_D span,
  .welcome_board_M .page_open_D h1,
  .welcome_board_M .page_open_D div {
    transform: none !important;
    max-width: 100%;
}.welcome_board_M .page_open_D h1 {
    font-size: calc(46px * 0.6);
}.welcome_board_M .page_open_D h3 {
    padding: 0.75rem;
    font-size: calc(18px * 0.85);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
}.welcome_board_M .page_open_D div div {
    max-width: 100%;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
}.welcome_board_M .page_open_D p {
    font-size: calc(13px * 0.95);
}.welcome_board_M:hover .page_open_D h1::after {
    width: 80px;
}
}

@media (prefers-reduced-motion) {.welcome_board_M .page_open_D,
  .welcome_board_M .page_open_D span,
  .welcome_board_M .page_open_D h1,
  .welcome_board_M .page_open_D div,
  .welcome_board_M .page_open_D div div {
    transform: none !important;
    transition: none;
}.welcome_board_M:hover .page_open_D span,
  .welcome_board_M:hover .page_open_D h1,
  .welcome_board_M:hover .page_open_D div div {
    transform: none !important;
}}.contact_T {
    background: rgb(220,237,244);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}.contact_T::before {
    top: 0;
    height: 100%;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 48%, rgba(rgb(187,185,232), 0.05) 49%, rgba(rgb(187,185,232), 0.05) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgba(rgb(149,175,220), 0.05) 49%, rgba(rgb(149,175,220), 0.05) 51%, transparent 52%);
    position: absolute;
    width: 100%;
    background-size: 40px 40px;
    z-index: 0;
    content: "";
}.contact_T .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.contact_T h2 {
    margin-bottom: 50px;
    padding-bottom: 15px;
    font-size: 37px;
    color: #000000;
    border-bottom: 3px solid rgb(187,185,232);
    font-weight: 700;
    display: inline-block;
    position: relative;
}.contact_T .reach_reach_q {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    display: flex;
}.contact_T .profile_image_P {
    flex: 0 0 45%;
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    position: relative;
    min-height: 550px;
}.contact_T .message_feedback_x {
    background: #ffffff;
    flex: 0 0 55%;
    position: relative;
    padding: 60px;
}.contact_T .message_feedback_x::before {
    top: 0;
    z-index: -1;
    width: 100%;
    background-position: 0 0, 15px 15px;
    height: 100%;
    opacity: 0.1;
    content: "";
    background-size: 30px 30px;
    background: 
        linear-gradient(135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
        linear-gradient(-135deg, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%);
    left: 0;
    position: absolute;
}.contact_T #contact {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.contact_T h3 {
    color: rgb(187,185,232);
    font-weight: 700;
    position: relative;
    font-size: 19px;
    margin-bottom: 30px;
}.contact_T input[type="text"] {
    font-size: 18px;
    border: none;
    padding: 15px 20px;
    width: 100%;
    color: #000000;
    border-left: 3px solid rgb(187,185,232);
    border-radius: 0 10px 10px 0;
    background: rgb(220,237,244);
    transition: all 0.3s ease;
}.contact_T input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-left-color: rgb(149,175,220);
    outline: none;
}.contact_T input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}.contact_T .query_links_R {
    display: flex;
    margin-top: 10px;
    gap: 12px;
    align-items: flex-start;
}.contact_T .query_links_R input[type="checkbox"] {
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 3px;
    height: 22px;
    width: 22px;
    background: rgb(220,237,244);
    border: 2px solid rgb(220,237,244);
    appearance: none;
    position: relative;
    border-radius: 4px;
}.contact_T .query_links_R input[type="checkbox"]:checked {
    border-color: rgb(187,185,232);
    background: rgb(187,185,232);
}.contact_T .query_links_R input[type="checkbox"]:checked::after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(45deg);
    content: "";
    top: 40%;
    width: 5px;
    left: 50%;
    height: 10px;
    position: absolute;
}.contact_T .query_links_R label {
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
}.contact_T .query_links_R a {
    position: relative;
    text-decoration: none;
    color: rgb(187,185,232);
    transition: all 0.3s ease;
}.contact_T .query_links_R a:hover {
    color: rgb(149,175,220);
}.contact_T .query_links_R a::after {
    height: 1px;
    width: 100%;
    transition: all 0.3s ease;
    bottom: -2px;
    left: 0;
    background: rgb(187,185,232);
    content: "";
    position: absolute;
}.contact_T .query_links_R a:hover::after {
    height: 2px;
    background: rgb(149,175,220);
}.contact_T .support_widget_t {
    padding: 15px 35px;
    font-weight: 600;
    border: none;
    background: rgb(187,185,232);
    font-size: 18px;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    align-self: flex-start;
    color: #ffffff;
    margin-top: 15px;
}.contact_T .support_widget_t::after {
    border-radius: 50%;
    width: 0;
    top: 50%;
    height: 0;
    transition: all 0.6s ease;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    content: "";
}.contact_T .support_widget_t:hover {
    background: rgb(149,175,220);
}.contact_T .support_widget_t:hover::after {
    height: 300%;
    width: 300%;
}.contact_T svg {
    width: 20px;
    transition: all 0.3s ease;
    height: 20px;
    fill: rgb(187,185,232);
}.contact_T svg path {
    fill: rgb(187,185,232);
    transition: all 0.3s ease;
}.contact_T svg:hover {
    fill: rgb(149,175,220);
}.contact_T svg:hover path {
    fill: rgb(149,175,220);
}

@media (max-width: 992px) {.contact_T {
    padding: 70px 0;
}.contact_T .reach_reach_q {
    flex-direction: column;
}.contact_T .profile_image_P {
    min-height: 300px;
    flex: 0 0 auto;
}.contact_T .message_feedback_x {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}

@media (max-width: 768px) {.contact_T {
    padding: 60px 0;
}.contact_T h2 {
    font-size: calc(37px - 4px);
    margin-bottom: 40px;
}.contact_T .message_feedback_x {
    padding: 35px 25px 45px;
}.contact_T #contact {
    gap: 20px;
}.contact_T .profile_image_P {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_T {
    padding: 50px 0;
}.contact_T .container {
    padding: 0 15px;
}.contact_T h2 {
    font-size: calc(37px - 6px);
    margin-bottom: 30px;
}.contact_T .message_feedback_x {
    padding: 30px 20px 40px;
}.contact_T .support_widget_t {
    width: 100%;
}.contact_T .profile_image_P {
    min-height: 200px;
}}.pricing_structure_l {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: rgb(220,237,244);
}.pricing_structure_l::before {
    z-index: 0;
    content: "";
    opacity: 0.08;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(187,185,232,0.5), rgb(149,175,220,0.5));
    position: absolute;
    left: 0;
}.pricing_structure_l .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1320px;
    position: relative;
    padding: 0 15px;
}.pricing_structure_l .class_cost_X {
    flex-direction: column-reverse;
    gap: 60px;
    display: flex;
}.pricing_structure_l .bundle_rate_i {
    max-width: 800px;
    padding: 0 20px;
    text-align: center;
    margin: 0 auto;
}.pricing_structure_l .bundle_rate_i h2 {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    font-size: 30px;
    display: inline-block;
    color: #000000;
}.pricing_structure_l .bundle_rate_i h2::after {
    border-radius: 3px;
    background: linear-gradient(90deg, rgb(187,185,232), rgb(149,175,220));
    bottom: -10px;
    left: 50%;
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    content: "";
}.pricing_structure_l .group_plans_H {
    margin-top: 20px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    color: #000000;
    line-height: 1.7;
}.pricing_structure_l .pricing_deals_j {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 30px;
}.pricing_structure_l .pricing_fees_T {
    z-index: 1;
    display: block;
    text-decoration: none;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.pricing_structure_l .pricing_fees_T:hover {
    transform: translateY(-8px);
}.pricing_structure_l .study_offers_K {
    display: flex;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    overflow: hidden;
    height: 100%;
    border-radius: 16px;
    position: relative;
    transition: all 0.4s ease;
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    flex-direction: column;
}.pricing_structure_l .pricing_fees_T:hover .study_offers_K {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}.pricing_structure_l .package_pricing_k {
    flex: 1;
    position: relative;
    padding: 30px;
    z-index: 2;
}.pricing_structure_l .package_pricing_k h3 {
    color: #000000;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    font-size: 23px;
}.pricing_structure_l .package_pricing_k h3::after {
    width: 40px;
    position: absolute;
    bottom: 0;
    background: rgb(187,185,232);
    border-radius: 2px;
    content: "";
    transition: width 0.3s ease;
    height: 3px;
    left: 0;
}.pricing_structure_l .pricing_fees_T:hover .package_pricing_k h3::after {
    width: 60px;
}.pricing_structure_l .study_pricing_E {
    font-weight: 700;
    color: rgb(187,185,232);
    color: transparent;
    margin-bottom: 20px;
    background-clip: text !important;
    display: inline-block;
    background: linear-gradient(135deg, rgb(187,185,232), rgb(149,175,220));
    -webkit-background-clip: text !important;
    font-size: 1.8rem;
    position: relative;
}.pricing_structure_l .study_pricing_E::before {
    left: 0;
    background: linear-gradient(90deg, rgb(187,185,232,0.5), transparent);
    content: "";
    height: 1px;
    position: absolute;
    bottom: -5px;
    width: 100%;
}.pricing_structure_l .package_pricing_k p {
    position: relative;
    color: #000000;
    line-height: 1.6;
    word-break: break-word;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    font-size: calc(16px - 2px);
}.pricing_structure_l .profile_image_P {
    width: 100%;
    position: relative;
    border-radius: 0 0 12px 12px;
    height: 220px;
    overflow: hidden;
    transition: all 0.5s ease;
}.pricing_structure_l .profile_image_P::after {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    top: 0;
    transition: opacity 0.3s ease;
    opacity: 0.6;
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
}.pricing_structure_l .pricing_fees_T:hover .profile_image_P::after {
    opacity: 0.3;
}

@media (min-width: 768px) {.pricing_structure_l .pricing_deals_j {
    grid-template-columns: repeat(2, 1fr);
}.pricing_structure_l .study_offers_K {
    height: 100%;
}.pricing_structure_l .profile_image_P {
    height: 240px;
}
}

@media (min-width: 992px) {.pricing_structure_l {
    padding: 160px 0;
}.pricing_structure_l .class_cost_X {
    gap: 80px;
    flex-direction: row;
    align-items: center;
}.pricing_structure_l .bundle_rate_i {
    flex: 0 0 30%;
    text-align: left;
    padding: 0;
}.pricing_structure_l .bundle_rate_i h2 {
    font-size: calc(30px + 4px);
}.pricing_structure_l .bundle_rate_i h2::after {
    transform: none;
    left: 0;
}.pricing_structure_l .group_plans_H {
    margin-left: 0;
}.pricing_structure_l .pricing_deals_j {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing_structure_l .pricing_deals_j {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_structure_l .package_pricing_k {
    padding: 40px;
}.pricing_structure_l .profile_image_P {
    height: 260px;
}.pricing_structure_l .pricing_fees_T:nth-child(odd) {
    transform: translateY(20px);
}.pricing_structure_l .pricing_fees_T:nth-child(odd):hover {
    transform: translateY(12px);
}.pricing_structure_l .pricing_fees_T:nth-child(even):hover {
    transform: translateY(-8px);
}
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}

@media (prefers-reduced-motion: no-preference) {.pricing_structure_l .pricing_fees_T:active .study_offers_K {
    transition: transform 0.2s ease;
    transform: scale(0.98);
}
}

@media (max-width: 767px) {.pricing_structure_l {
    padding: 80px 0;
}.pricing_structure_l .class_cost_X {
    gap: 40px;
}.pricing_structure_l .bundle_rate_i h2 {
    font-size: calc(30px - 4px);
}.pricing_structure_l .profile_image_P {
    height: 200px;
}.pricing_structure_l .package_pricing_k {
    padding: 25px;
}.pricing_structure_l .study_pricing_E {
    font-size: 1.5rem;
}}.service_connect_F {
    position: relative;
    background: linear-gradient(120deg, rgb(220,237,244) 0%, rgb(187,185,232,0.5) 30%, rgb(220,237,244) 70%);
    padding: 8rem 0;
    z-index: 1;
    overflow: hidden;
}.service_connect_F::before {
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 100% 100%, 30px 30px;
    animation: backgroundPulse 15s infinite alternate;
    z-index: -1;
    position: absolute;
    background: 
        radial-gradient(circle at 75% 25%, rgb(149,175,220,0.5) 0%, transparent 50%),
        linear-gradient(45deg, transparent 48%, rgba(255, 255, 255, 0.03) 50%, transparent 52%) rgb(220,237,244);
    left: 0;
    content: "";
}@keyframes backgroundPulse {
    0% {
        opacity: 0.3;
        background-position: 0% 0%, 0px 0px;
    }
    50% {
        opacity: 0.7;
        background-position: 0% 0%, 15px 15px;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 0%, 0px 0px;
    }
}

.service_connect_F::after {
    width: 100%;
    content: "";
    height: 300px;
    background: 
        linear-gradient(0deg, rgb(187,185,232,0.5) 0%, transparent 100%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    position: absolute;
    pointer-events: none;
    z-index: -2;
    bottom: 0;
    left: 0;
}.service_connect_F .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
}.service_connect_F .connect_now_Z {
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 1.5rem;
    position: relative;
    grid-template-rows: auto auto;
    grid-template-areas: 
        "info photo details"
        "info photo details";
    display: grid;
}.service_connect_F .edu_ask_C {
    border-radius: 0;
    flex-direction: column;
    backdrop-filter: blur(10px);
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.service_connect_F .edu_ask_C:first-child {
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    border-radius: 17px 0 0 17px;
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15);
    grid-area: info;
    padding: 3rem;
}.service_connect_F .edu_ask_C:nth-child(2) {
    grid-area: photo;
    border-radius: 0;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0% 100%);
    padding: 0;
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.service_connect_F .contact_tile.edu_asknow_n {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0 17px 17px 0;
    grid-area: details;
    padding: 3rem;
}.service_connect_F .edu_ask_C h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 2rem;
    position: relative;
}.service_connect_F .edu_ask_C h2::after {
    bottom: 0;
    height: 4px;
    background: rgb(187,185,232);
    position: absolute;
    width: 50px;
    content: "";
    border-radius: 10px;
    left: 0;
}.service_connect_F .send_message_O {
    font-weight: 700;
    letter-spacing: 0.5px;
    color: rgb(187,185,232);
    margin-bottom: 1.5rem;
    font-size: calc(17px * 1.3);
}.service_connect_F .ask_for_help_Y {
    line-height: 1.8;
    border-left: 2px solid rgb(187,185,232,0.5);
    margin-bottom: 2rem;
    position: relative;
    padding-left: 15px;
    color: #000000;
}.service_connect_F .edu_ask_C p {
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
    gap: 1rem;
    color: #000000;
    display: flex;
}.service_connect_F .edu_ask_C p span {
    font-weight: 600;
    color: #ffffff;
}.service_connect_F .get_connected_a {
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 3px solid rgb(187,185,232);
    margin-top: 2.5rem;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}.service_connect_F .get_connected_a::before {
    background: linear-gradient(to bottom, rgb(187,185,232) 0%, transparent 100%);
    content: "";
    bottom: 0;
    border-radius: 0 10px 10px 0;
    width: 5px;
    top: 0;
    right: 0;
    position: absolute;
}.service_connect_F .get_connected_a h3 {
    color: #ffffff;
    font-size: 20px;
    align-items: center;
    font-weight: 600;
    margin-bottom: 1.2rem;
    display: flex;
}.service_connect_F .get_connected_a h3::before {
    content: "";
    border-radius: 50%;
    border: 2px solid rgb(187,185,232);
    width: 15px;
    height: 15px;
    animation: pulse 2s infinite;
    margin-right: 10px;
    display: inline-block;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(187,185,232,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.service_connect_F .edu_mentor_L {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
}.service_connect_F .edu_mentor_L span {
    position: relative;
    color: #000000;
    font-size: calc(17px * 0.9);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    transition: all 0.3s ease;
    align-items: center;
    display: flex;
    overflow: hidden;
    padding: 0.6rem 1rem;
}.service_connect_F .edu_mentor_L span::before {
    content: "";
    opacity: 0.6;
    height: 100%;
    width: 3px;
    position: absolute;
    left: 0;
    background: rgb(149,175,220);
    top: 0;
}.service_connect_F .edu_mentor_L span:hover {
    transform: translateX(5px);
    color: #ffffff;
    background: rgb(187,185,232,0.5);
}.service_connect_F .edu_ask_C .profile_image_P {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100%;
}.service_connect_F .edu_ask_C .profile_image_P::before {
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(187,185,232,0.5) 0%, transparent 100%);
    position: absolute;
}.service_connect_F .edu_ask_C .profile_image_P::after {
    top: 0;
    background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 5px, transparent 5px, transparent 10px);
    z-index: 2;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
}.service_connect_F .edu_asknow_n {
    justify-content: center;
    display: flex;
    flex-direction: column;
}.service_connect_F .edu_asknow_n a {
    flex-direction: column;
    text-decoration: none;
    border-right: 3px solid rgb(187,185,232);
    overflow: hidden;
    display: flex;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
}.service_connect_F .edu_asknow_n a::before {
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    width: 3px;
    background: rgb(187,185,232);
    right: -3px;
    transition: all 0.3s ease;
}.service_connect_F .edu_asknow_n a::after {
    background: linear-gradient(90deg, rgb(187,185,232,0.5) 0%, transparent 100%);
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    transition: width 0.3s ease;
    top: 0;
    opacity: 0.1;
    height: 100%;
}.service_connect_F .edu_asknow_n a:hover::after {
    width: 100%;
}.service_connect_F .edu_asknow_n a:hover {
    transform: translateX(-10px);
}.service_connect_F .edu_asknow_n a span {
    padding-left: 20px;
    font-size: calc(17px * 0.9);
    position: relative;
    margin-bottom: 0.6rem;
    color: #000000;
}.service_connect_F .edu_asknow_n a span::before {
    transform: translateY(-50%);
    width: 10px;
    content: "";
    top: 50%;
    position: absolute;
    left: 0;
    background: rgb(187,185,232);
    height: 2px;
}.service_connect_F .edu_asknow_n a p {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
    transition: all 0.3s ease;
    font-size: calc(17px * 1.1);
}.service_connect_F .edu_asknow_n a:hover p {
    color: rgb(187,185,232);
}.service_connect_F svg {
    transition: all 0.3s ease;
    fill: none;
    height: 22px;
    width: 22px;
}.service_connect_F svg path {
    stroke: rgb(187,185,232);
    stroke-width: 2;
    transition: all 0.3s ease;
}.service_connect_F .edu_asknow_n a:hover svg {
    transform: rotate(10deg) scale(1.2);
}.service_connect_F .edu_asknow_n a:hover svg path {
    stroke: rgb(149,175,220);
}

@media (max-width: 1024px) {.service_connect_F {
    padding: 6rem 0;
}.service_connect_F .connect_now_Z {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: 
            "info info"
            "photo details";
}.service_connect_F .edu_ask_C:first-child {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
    border-radius: 17px 17px 0 0;
}.service_connect_F .edu_ask_C:nth-child(2) {
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0 0 0 17px;
}.service_connect_F .contact_tile.edu_asknow_n {
    border-radius: 0 0 17px 0;
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.service_connect_F {
    padding: 4rem 0;
}.service_connect_F .connect_now_Z {
    grid-template-columns: 1fr;
    grid-template-areas: 
            "query_query_K"
            "profile_image_P"
            "details";
    grid-template-rows: auto auto auto;
}.service_connect_F .edu_ask_C:first-child {
    border-radius: 17px 17px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}.service_connect_F .edu_ask_C:nth-child(2) {
    border-radius: 0;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
    min-height: 250px;
}.service_connect_F .contact_tile.edu_asknow_n {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0 0 17px 17px;
}.service_connect_F .edu_asknow_n a {
    margin-bottom: 1rem;
}.service_connect_F .edu_mentor_L {
    grid-template-columns: 1fr;
}
}

@media (max-width: 575px) {.service_connect_F {
    padding: 3rem 0;
}.service_connect_F .edu_ask_C:first-child,
    .service_connect_F .contact_tile.edu_asknow_n {
    padding: 2rem 1.5rem;
}.service_connect_F .edu_ask_C:first-child {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
}.service_connect_F .edu_ask_C:nth-child(2) {
    min-height: 200px;
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
}.service_connect_F .contact_tile.edu_asknow_n {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
}.service_connect_F .get_connected_a {
    padding: 1rem;
    margin-top: 2rem;
}.service_connect_F .edu_asknow_n a {
    padding: 1rem;
}}.quantitative_data_H {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,237,244) 0%, rgba(245, 247, 250, 0.9) 100%);
    position: relative;
}.quantitative_data_H::before {
    filter: blur(40px);
    opacity: 0.4;
    z-index: 0;
    height: 40vw;
    transform: rotate(-15deg);
    position: absolute;
    background: linear-gradient(to bottom right, rgb(149,175,220,0.5), transparent);
    right: -10%;
    content: "";
    top: -20%;
    width: 40vw;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}.quantitative_data_H::after {
    background: linear-gradient(to top left, rgb(187,185,232,0.5), transparent);
    transform: rotate(25deg);
    left: -5%;
    position: absolute;
    content: "";
    width: 30vw;
    z-index: 0;
    filter: blur(35px);
    height: 30vw;
    opacity: 0.3;
    bottom: -10%;
    border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
}.quantitative_data_H .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}.quantitative_data_H ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
    display: grid;
    gap: 2rem;
    padding: 0;
}.quantitative_data_H .pro_statistics_l {
    transform-style: preserve-3d;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    box-shadow: 
    0 10px 30px -15px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05),
    inset 0 1px 1px rgba(255, 255, 255, 0.8);
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    padding: 2rem;
    overflow: hidden;
    position: relative;
}.quantitative_data_H .pro_statistics_l::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(105deg, transparent 60%, rgba(255, 255, 255, 0.2) 100%);
    content: "";
}.quantitative_data_H .pro_statistics_l:nth-child(odd)::after {
    border-top-right-radius: 10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(187,185,232), transparent);
    bottom: 0;
    content: "";
    height: 6px;
    width: 40%;
    left: 0;
}.quantitative_data_H .pro_statistics_l:nth-child(even)::after {
    height: 6px;
    right: 0;
    border-top-left-radius: 10px;
    width: 40%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(149,175,220));
    position: absolute;
    bottom: 0;
}.quantitative_data_H .pro_statistics_l:hover {
    transform: perspective(1000px) rotateX(0) translateY(-5px) translateZ(0);
    box-shadow: 
    0 20px 40px -20px rgba(0, 0, 0, 0.15),
    0 8px 12px -5px rgba(0, 0, 0, 0.08),
    inset 0 1px 1px rgba(255, 255, 255, 0.9);
}.quantitative_data_H .pro_statistics_l div {
    z-index: 2;
    gap: 0.5rem;
    display: flex;
    transition: transform 0.3s ease;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
}.quantitative_data_H .pro_statistics_l p {
    color: rgb(187,185,232);
    line-height: 1.2;
    font-family: Arial, sans-serif;
    margin: 0;
    font-weight: 700;
    transition: all 0.3s ease;
    position: relative;
    font-size: calc(28px * 1.2);
}.quantitative_data_H .pro_statistics_l p::after {
    content: "";
    bottom: -5px;
    left: 0;
    background: linear-gradient(90deg, rgb(187,185,232), rgb(149,175,220));
    height: 3px;
    width: 0;
    transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
}.quantitative_data_H .pro_statistics_l:hover p::after {
    width: 100%;
}.quantitative_data_H .pro_statistics_l span {
    line-height: 1.5;
    font-weight: 400;
    max-width: 90%;
    font-size: 13px;
    transition: all 0.3s ease;
    color: #000000;
    opacity: 0.9;
}.quantitative_data_H .pro_statistics_l:hover span {
    opacity: 1;
    transform: translateY(2px);
}.quantitative_data_H h4 {
    margin-top: 4rem;
    transform: translateY(0);
    font-size: 22px;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
    color: #000000;
    font-weight: 600;
    transition: transform 0.4s ease;
}.quantitative_data_H h4::before {
    bottom: 0;
    width: 60px;
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(187,185,232), rgb(149,175,220));
    content: "";
    left: 50%;
    position: absolute;
    transition: width 0.4s ease;
}.quantitative_data_H:hover h4 {
    transform: translateY(-5px);
}.quantitative_data_H:hover h4::before {
    width: 120px;
}

@media (min-width: 768px) {.quantitative_data_H ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.quantitative_data_H .pro_statistics_l {
    padding: 2.5rem 2rem;
}.quantitative_data_H .pro_statistics_l p {
    font-size: calc(28px * 1.4);
}
}

@media (min-width: 992px) {.quantitative_data_H {
    padding: 8rem 0;
}.quantitative_data_H ul {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}.quantitative_data_H .pro_statistics_l {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.quantitative_data_H .pro_statistics_l:hover {
    transform: perspective(1200px) rotateX(2deg) translateY(-10px) translateZ(10px);
}.quantitative_data_H h4 {
    margin-top: 5rem;
    font-size: calc(22px * 1.1);
}
}

@media (max-width: 767px) {.quantitative_data_H {
    padding: 4rem 0;
}.quantitative_data_H ul {
    gap: 1.5rem;
}.quantitative_data_H .pro_statistics_l {
    transform: none;
    padding: 1.5rem;
}.quantitative_data_H .pro_statistics_l:hover {
    transform: translateY(-5px);
}.quantitative_data_H .pro_statistics_l p {
    font-size: calc(28px * 1.1);
}.quantitative_data_H h4 {
    font-size: 20px;
    margin-top: 3rem;
}
}

@media (max-width: 480px) {.quantitative_data_H {
    padding: 3rem 0;
}.quantitative_data_H ul {
    grid-template-columns: 1fr;
}.quantitative_data_H .container {
    padding: 0 1rem;
}}.stay_updated_Q {
    padding: 5rem 2rem;
    overflow: hidden;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
    position: relative;
    background: linear-gradient(135deg, rgb(149,175,220,0.5), rgb(149,175,220) 70%);
}.stay_updated_Q::before {
    right: -50%;
    height: 200%;
    animation: lightShift 8s infinite alternate ease-in-out;
    content: "";
    width: 100%;
    opacity: 0.3;
    background: linear-gradient(45deg, transparent 30%, rgb(187,185,232,0.5) 70%, transparent 90%);
    transform: rotate(15deg) translateZ(0);
    position: absolute;
    top: -50%;
    pointer-events: none;
}.stay_updated_Q::after {
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(187,185,232), rgb(149,175,220), rgb(187,185,232));
    bottom: -2px;
    width: 100%;
    height: 6px;
    transform-origin: left center;
    position: absolute;
    animation: borderPulse 4s infinite ease-in-out;
}.stay_updated_Q .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.stay_updated_Q .success_story_P {
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(187,185,232);
    flex-direction: column;
    padding: 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
}.stay_updated_Q .success_story_P:hover {
    transform: perspective(1000px) rotateY(0deg);
}.stay_updated_Q h4 {
    line-height: 1.4;
    font-weight: 600;
    position: relative;
    margin: 0 0 2rem;
    color: #000000;
    max-width: 90%;
    font-family: Arial, sans-serif;
    font-size: 20px;
}.stay_updated_Q h4::after {
    content: "";
    left: 0;
    position: absolute;
    height: 3px;
    transition: width 0.3s ease-out;
    transform-origin: left center;
    width: 60px;
    bottom: -10px;
    background: rgb(187,185,232);
}.stay_updated_Q .success_story_P:hover h4::after {
    width: 100px;
}.stay_updated_Q .input_holder {
    position: relative;
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}.stay_updated_Q .input_holder span {
    position: relative;
    flex: 1 1 250px;
}.stay_updated_Q .input_holder span:first-child {
    flex: 1 1 350px;
}.stay_updated_Q input[type="email"] {
    color: #000000;
    border: 1px solid transparent;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    width: 100%;
    background: rgba(240, 240, 245, 0.8);
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    font-size: 16px;
}.stay_updated_Q input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-color: rgb(187,185,232);
}.stay_updated_Q input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}.stay_updated_Q input[type="email"]:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.5;
}.stay_updated_Q .subscribe_widget_L {
    background: linear-gradient(135deg, rgb(187,185,232), rgb(149,175,220));
    position: relative;
    color: #ffffff;
    width: 100%;
    overflow: hidden;
    font-weight: 600;
    font-size: 19px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 1.25rem 1.5rem;
}.stay_updated_Q .subscribe_widget_L::before {
    top: -50%;
    height: 200%;
    pointer-events: none;
    animation: buttonShine 3s infinite ease-in-out;
    content: "";
    transform: rotate(30deg);
    width: 200%;
    left: -50%;
    position: absolute;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}.stay_updated_Q .subscribe_widget_L:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.stay_updated_Q .subscribe_widget_L:active {
    transform: translateY(1px);
}

@keyframes lightShift {
    0% {
        opacity: 0.2;
        transform: rotate(15deg) translateX(-10%) translateZ(0);
    }
    100% {
        opacity: 0.4;
        transform: rotate(15deg) translateX(10%) translateZ(0);
    }
}

@keyframes borderPulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

@keyframes buttonShine {
    0% {
        transform: rotate(30deg) translate(-100%, -100%);
    }
    100% {
        transform: rotate(30deg) translate(100%, 100%);
    }
}

@media (min-width: 768px) {.stay_updated_Q {
    padding: 7rem 3rem;
}.stay_updated_Q .success_story_P {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    padding: 4rem;
}.stay_updated_Q h4 {
    flex: 1;
    margin: 0;
}.stay_updated_Q .input_holder {
    flex: 1;
    margin-left: 2rem;
}
}

@media (max-width: 767px) {.stay_updated_Q {
    padding: 4rem 1.5rem;
}.stay_updated_Q .success_story_P {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateY(-1deg);
}.stay_updated_Q h4 {
    font-size: calc(20px * 0.9);
    max-width: 100%;
}.stay_updated_Q .input_holder {
    margin-top: 2rem;
}.stay_updated_Q input[type="email"],
    .stay_updated_Q .subscribe_widget_L {
    padding: 1rem 1.2rem;
}
}

@media (max-width: 480px) {.stay_updated_Q {
    padding: 3rem 1rem;
}.stay_updated_Q .success_story_P {
    padding: 2rem 1.5rem;
}.stay_updated_Q h4 {
    font-size: calc(20px * 0.85);
}.stay_updated_Q input[type="email"],
    .stay_updated_Q .subscribe_widget_L {
    padding: 0.9rem 1rem;
}.stay_updated_Q .input_holder span {
    flex: 1 1 100%;
}}header {
    z-index: 99;
    position: relative;
    background: rgb(220,237,244);
    width: 100%;
    overflow: visible;
}header::before {
    position: absolute;
    opacity: 0.2;
    content: "";
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(187,185,232,0.5) 0%, transparent 70%);
    width: 100%;
    left: 0;
}header .top_mainbar_x {
    position: relative;
    padding: 25px 30px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}header .top_mainbar_x::before {
    position: absolute;
    height: 5px;
    top: -10px;
    content: "";
    filter: blur(5px);
    width: 30%;
    left: 10%;
    background: linear-gradient(90deg, rgb(187,185,232), transparent);
}header .top_mainbar_x::after {
    height: 5px;
    position: absolute;
    right: 10%;
    bottom: -10px;
    background: linear-gradient(90deg, transparent, rgb(149,175,220));
    content: "";
    filter: blur(5px);
    width: 30%;
}header .top_mainbar_x .main_pagewrap_Y {
    padding: 5px;
    z-index: 2;
    position: relative;
}header .top_mainbar_x .main_pagewrap_Y::before {
    opacity: 0;
    left: -5px;
    filter: blur(15px);
    width: calc(100% + 10px);
    top: -5px;
    height: calc(100% + 10px);
    transition: opacity 0.3s ease;
    z-index: -1;
    content: "";
    background: linear-gradient(135deg, rgb(187,185,232), rgb(149,175,220));
    position: absolute;
}header .top_mainbar_x .main_pagewrap_Y:hover::before {
    opacity: 0.7;
}header .top_mainbar_x .main_pagewrap_Y .head_core_G {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
}header .top_mainbar_x .main_pagewrap_Y:hover .head_core_G {
    transform: scale(1.05);
}header .top_mainbar_x .main_pagewrap_Y .head_core_G svg {
    height: 45px;
    width: auto;
}header .top_mainbar_x .header_lesson_I {
    padding: 10px;
    position: relative;
    margin: 0;
    list-style: none;
    display: flex;
    border-radius: 30px;
}header .top_mainbar_x .header_lesson_I::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    backdrop-filter: blur(5px);
    border-radius: 30px;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    z-index: -1;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
}header .top_mainbar_x .header_lesson_I .head_edu_v {
    margin: 0 3px;
    position: relative;
}header .top_mainbar_x .header_lesson_I .head_edu_v a {
    color: #000000;
    overflow: hidden;
    position: relative;
    padding: 8px 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    z-index: 1;
    font-family: Arial, sans-serif;
    display: block;
    border-radius: 10px;
}header .top_mainbar_x .header_lesson_I .head_edu_v a::before {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    z-index: -1;
    transition: opacity 0.3s ease;
    left: 0;
    background: linear-gradient(135deg, rgb(187,185,232), rgb(149,175,220));
    opacity: 0;
}header .top_mainbar_x .header_lesson_I .head_edu_v a::after {
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    z-index: -1;
    opacity: 0;
    left: 50%;
    position: absolute;
    width: 150%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    height: 150%;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    content: "";
}header .top_mainbar_x .header_lesson_I .head_edu_v:hover a::before {
    opacity: 1;
}header .top_mainbar_x .header_lesson_I .head_edu_v:hover a {
    color: #ffffff;
}header .top_mainbar_x .header_lesson_I .head_edu_v:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}header .top_mainbar_x .header_lesson_I .head_edu_v:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(187,185,232), rgb(149,175,220));
}header .top_mainbar_x .header_lesson_I .head_edu_v:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(187,185,232), rgb(149,175,220));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(187,185,232), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(187,185,232), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(187,185,232), 0);
    }
}

@media (max-width: 992px) {header .top_mainbar_x {
    flex-direction: column;
    padding: 20px 15px;
}header .top_mainbar_x .main_pagewrap_Y {
    margin-bottom: 15px;
}header .top_mainbar_x .header_lesson_I {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .top_mainbar_x .header_lesson_I .head_edu_v {
    margin: 3px;
}header .top_mainbar_x .header_lesson_I .head_edu_v a {
    padding: 6px 12px;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header .top_mainbar_x {
    padding: 15px 10px;
}header .top_mainbar_x .main_pagewrap_Y .head_core_G svg {
    height: 40px;
}header .top_mainbar_x .header_lesson_I {
    padding: 5px;
}header .top_mainbar_x .header_lesson_I .head_edu_v a {
    font-size: calc(18px - 2px);
    padding: 5px 10px;
}}.cookie_window_overlay_n {
    background: #ffffff;
    bottom: 20px;
    overflow: hidden;
    width: 90%;
    font-family: Arial, sans-serif;
    z-index: 1050;
    border-radius: 27px;
    transform: translateX(-50%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    max-width: 500px;
    left: 50%;
    position: fixed;
}.learn_agree_C {
    align-items: center;
    display: flex;
    padding: 20px;
    flex-direction: column;
}.user_tracker_T {
    margin-bottom: 20px;
}.user_tracker_T svg, .user_tracker_T svg path, .user_tracker_T img {
    height: 60px;
    fill: rgb(187,185,232);
    width: 60px;
}.cookie_window_overlay_n h5 {
    color: rgb(187,185,232);
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    font-size: 19px;
}.cookie_window_overlay_n p {
    font-size: 15px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}.cookie_compl_H {
    color: #ffffff;
    background: rgb(187,185,232);
    margin: 5px;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: calc(50% - 10px);
    display: inline-block;
    transition: background 0.3s ease-in-out;
    padding: 10px 20px;
    border-radius: 10px;
}.cookie_compl_H:hover {
    background: rgb(149,175,220);
}.cookie_button.visitor_confirm_L {
    background: rgb(149,175,220);
}.cookie_button.visitor_confirm_L:hover {
    background: rgb(149,175,220,0.5);
}.cookie_window_overlay_n p a {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgb(187,185,232);
}.cookie_window_overlay_n p a:hover {
    color: rgb(149,175,220);
}#cookie_alert_banner_E {
    display: none;
}#cookie_alert_banner_E:checked ~ .cookie_window_overlay_n {
    visibility: hidden;
    opacity: 0;
}.course_benefits_R {
    perspective: 1000px;
    padding: 150px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(220,237,244), #ffffff);
}.course_benefits_R::before {
    right: -100px;
    filter: blur(100px);
    top: -100px;
    height: 400px;
    position: absolute;
    width: 400px;
    background: rgb(187,185,232,0.5);
    z-index: 1;
    border-radius: 50%;
    opacity: 0.6;
    content: '';
}.course_benefits_R::after {
    height: 300px;
    bottom: -100px;
    border-radius: 50%;
    background: rgb(149,175,220,0.5);
    position: absolute;
    filter: blur(80px);
    width: 300px;
    content: '';
    z-index: 1;
    opacity: 0.5;
    left: -100px;
}.course_benefits_R .success_story_P {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 1300px;
}.course_benefits_R .profile_image_P {
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.2);
    left: -5%;
    transition: transform 0.6s ease;
    position: absolute;
    border-radius: 0 100px 100px 0;
    top: -5%;
    width: 42%;
    transform: rotateY(15deg);
    height: 110%;
    z-index: 3;
    transform-style: preserve-3d;
}.course_benefits_R .profile_image_P:hover {
    transform: rotateY(0deg);
}.course_benefits_R .profile_image_P::before {
    border-radius: inherit;
    content: '';
    inset: 0;
    background: linear-gradient(135deg, rgb(187,185,232,0.5) 0%, transparent 70%);
    z-index: 1;
    position: absolute;
}.course_benefits_R .info_section_H {
    position: relative;
    z-index: 4;
    width: 60%;
    padding-right: 20px;
    margin-left: auto;
}.course_benefits_R h2 {
    padding-bottom: 20px;
    width: fit-content;
    color: #000000;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    border-bottom: 3px solid rgb(187,185,232);
    font-size: 34px;
}.course_benefits_R h2::after {
    right: 0;
    content: '';
    width: 15px;
    position: absolute;
    border-radius: 50%;
    height: 15px;
    background: rgb(187,185,232);
    bottom: -9px;
}.course_benefits_R .text_main_holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    transform-style: preserve-3d;
    gap: 30px;
}.course_benefits_R .text_main_holder > div {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    position: relative;
    transform: rotateY(-5deg);
    display: flex;
    gap: 15px;
    transition: all 0.4s ease;
    flex-direction: column;
    z-index: 1;
}.course_benefits_R .text_main_holder > div:nth-child(even) {
    transform: rotateY(5deg);
}.course_benefits_R .text_main_holder > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
    transform: rotateY(0) translateZ(20px);
}.course_benefits_R .text_main_holder > div::before {
    top: 0;
    height: 100%;
    content: '';
    left: 0;
    width: 100%;
    border-radius: inherit;
    z-index: -1;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(187,185,232,0.5) 0%, transparent 80%);
    position: absolute;
    opacity: 0;
}.course_benefits_R .text_main_holder > div:hover::before {
    opacity: 1;
}.course_benefits_R .text_main_holder svg {
    height: 60px;
    transform: translateZ(10px);
    width: 60px;
    transition: transform 0.4s ease;
}.course_benefits_R .text_main_holder > div:hover svg {
    transform: translateZ(30px) scale(1.1);
}.course_benefits_R .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(187,185,232);
}.course_benefits_R .text_main_holder > div:hover svg path {
    fill: rgb(149,175,220);
}.course_benefits_R .text_main_holder p {
    transition: transform 0.4s ease;
    line-height: 1.6;
    color: #000000;
    transform: translateZ(5px);
    margin: 0;
    font-size: 17px;
}.course_benefits_R .text_main_holder > div:hover p {
    transform: translateZ(25px);
}

@media (max-width: 1200px) {.course_benefits_R .profile_image_P {
    width: 35%;
}.course_benefits_R .info_section_H {
    width: 65%;
}
}

@media (max-width: 992px) {.course_benefits_R {
    padding: 100px 0;
}.course_benefits_R .success_story_P {
    padding: 0 20px;
    flex-direction: column;
}.course_benefits_R .profile_image_P {
    height: 400px;
    position: relative;
    left: 0;
    border-radius: 18px;
    transform: rotateY(0);
    width: 90%;
    top: 0;
    margin: 0 auto 50px;
}.course_benefits_R .info_section_H {
    padding: 0;
    width: 100%;
    margin: 0;
}.course_benefits_R .text_main_holder {
    grid-template-columns: 1fr;
}.course_benefits_R .text_main_holder > div,
    .course_benefits_R .text_main_holder > div:nth-child(even) {
    transform: rotateY(0);
}
}

@media (max-width: 576px) {.course_benefits_R {
    padding: 80px 0;
}.course_benefits_R .profile_image_P {
    height: 300px;
}.course_benefits_R h2 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.85);
}.course_benefits_R .text_main_holder > div {
    padding: 20px;
}.course_benefits_R .text_main_holder svg {
    height: 50px;
    width: 50px;
}
}