﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
}.container {
    max-width: 100%;
    width: 1174px;
    margin: auto;
}.container-wrap_l {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    width: 3px;
}::-webkit-scrollbar-track {
    border-radius: 19.1vh;
    background: linear-gradient(34deg, #ffffff 88%, rgb(255, 255, 255, 0.5) 31%, rgb(117,120,132) 18%, rgb(153,157,172) 42%, rgb(153,157,172,0.5) 58%);
    margin: 5px 0;
}::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    border-radius: 8.9em;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(153,157,172);
    border-color: rgb(255, 255, 255, 0.5);
    transform: translateX(-2px);
}::-webkit-scrollbar-thumb:active {
    background: rgb(117,120,132,0.5);
    box-shadow: inset 5px 4px 3px 0px rgba(0, 0, 0, 0.5);
}html {
    scrollbar-color: rgb(117,120,132,0.5) rgb(153,157,172,0.5);
    scrollbar-width: auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.fellow_prog_o {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.site_top_f {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thanksDiv_w {
    overflow: hidden;
    padding: 6rem 0;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(190,194,209) 0%, rgba(rgb(153,157,172,0.5), 0.08) 100%);
}.thanksDiv_w::before {
    content: "";
    animation: orbital 30s infinite linear;
    transform: rotate(-12deg);
    opacity: 0.8;
    top: -50%;
    width: 200%;
    pointer-events: none;
    left: -50%;
    background: radial-gradient(circle at center, rgba(rgb(117,120,132,0.5), 0.03) 0%, transparent 60%);
    height: 200%;
    position: absolute;
}.thanksDiv_w::after {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.4;
    pointer-events: none;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(153,157,172,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(153,157,172,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(153,157,172,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(153,157,172,0.5), 0.05) 1px, transparent 2px);
    background-size: 8rem 8rem;
    left: 0;
    content: "";
}.thanksDiv_w .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    transform-style: preserve-3d;
    margin: 0 auto;
}.thanksDiv_w .knowledge_guides_W {
    transform: translateZ(0);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    padding: 3.5rem;
    gap: 2.5rem;
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    position: relative;
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
    display: flex;
}.thanksDiv_w .knowledge_guides_W:hover {
    transform: translateZ(20px) translateY(-5px);
}.thanksDiv_w .knowledge_guides_W > div:first-child {
    position: relative;
    transform: translateZ(10px);
}.thanksDiv_w .knowledge_guides_W > div:first-child::before {
    transform: translateY(-50%);
    width: 2.5rem;
    background: linear-gradient(90deg, transparent, rgb(153,157,172), transparent);
    height: 2px;
    left: -3.5rem;
    content: "";
    top: 50%;
    position: absolute;
}.thanksDiv_w .knowledge_guides_W > div:last-child {
    transform: translateZ(5px);
    position: relative;
}.thanksDiv_w .knowledge_guides_W > div:last-child::after {
    content: "";
    transform: translateY(-50%);
    position: absolute;
    width: 2.5rem;
    height: 2px;
    bottom: 2rem;
    right: -3.5rem;
    background: linear-gradient(90deg, transparent, rgb(153,157,172), transparent);
}.thanksDiv_w h5 {
    transform: perspective(1000px) rotateX(0deg);
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
    transition: transform 0.5s ease;
    padding-left: 1.5rem;
    position: relative;
    font-size: 23px;
    color: #000000;
}.thanksDiv_w h5::before {
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(rgb(153,157,172,0.5), 0.5);
    height: 0.5rem;
    width: 0.5rem;
    content: "";
    animation: pulse 3s infinite ease-in-out;
    top: 0.5rem;
    position: absolute;
    left: 0;
    background: rgb(153,157,172);
}.thanksDiv_w a {
    transition: transform 0.4s ease-out;
    text-decoration: none;
    display: block;
}.thanksDiv_w a:hover {
    transform: translateX(5px);
}.thanksDiv_w p {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    color: #000000;
    padding: 0 0 0 1.5rem;
    margin: 0;
    border-left: 1px solid rgba(rgb(153,157,172,0.5), 0.2);
    line-height: 1.8;
}

@media (min-width: 768px) {.thanksDiv_w {
    padding: 8rem 0;
}.thanksDiv_w .knowledge_guides_W {
    gap: 3rem;
    padding: 4.5rem;
}.thanksDiv_w h5 {
    padding-left: 2rem;
    font-size: calc(23px * 1.1);
}.thanksDiv_w p {
    padding: 0 0 0 2rem;
    font-size: calc(16px * 1.05);
}.thanksDiv_w .knowledge_guides_W > div:first-child::before {
    width: 4rem;
}.thanksDiv_w .knowledge_guides_W > div:last-child::after {
    width: 4rem;
}
}

@media (min-width: 992px) {.thanksDiv_w {
    padding: 10rem 0;
}.thanksDiv_w .knowledge_guides_W {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.thanksDiv_w .knowledge_guides_W > div:first-child {
    flex: 0 0 40%;
}.thanksDiv_w .knowledge_guides_W > div:last-child {
    flex: 0 0 60%;
}.thanksDiv_w .knowledge_guides_W > div:first-child::before {
    left: auto;
    right: -2rem;
    top: 50%;
    height: 3rem;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(153,157,172), transparent);
}.thanksDiv_w .knowledge_guides_W > div:last-child::after {
    background: linear-gradient(to bottom, transparent, rgb(153,157,172), transparent);
    right: auto;
    width: 2px;
    height: 3rem;
    left: -2rem;
    bottom: 2rem;
}
}

@media (min-width: 1200px) {.thanksDiv_w .knowledge_guides_W {
    gap: 5rem;
    padding: 5rem;
}.thanksDiv_w h5 {
    font-size: calc(23px * 1.2);
}.thanksDiv_w p {
    font-size: calc(16px * 1.1);
}
}

@media (max-width: 767px) {.thanksDiv_w {
    padding: 4rem 0;
}.thanksDiv_w .knowledge_guides_W {
    padding: 2.5rem;
    gap: 2rem;
}.thanksDiv_w h5 {
    font-size: calc(23px * 0.95);
}.thanksDiv_w .knowledge_guides_W > div:first-child::before,
    .thanksDiv_w .knowledge_guides_W > div:last-child::after {
    display: none;
}}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.7; }
}

@keyframes orbital {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}.give_it_a_try_t {
    background: linear-gradient(135deg, rgb(190,194,209) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.give_it_a_try_t::before {
    position: absolute;
    width: 110%;
    top: -5%;
    left: -5%;
    content: "";
    opacity: 0.15;
    background: radial-gradient(circle at 30% 50%, rgb(153,157,172,0.5) 0%, transparent 60%);
    pointer-events: none;
    height: 110%;
    z-index: 0;
}.give_it_a_try_t::after {
    opacity: 0.1;
    bottom: -10%;
    position: absolute;
    height: 60%;
    width: 60%;
    right: -10%;
    background: radial-gradient(circle at center, rgb(117,120,132,0.5) 0%, transparent 70%);
    pointer-events: none;
    content: "";
    z-index: 0;
}.give_it_a_try_t .container {
    padding: 0 2rem;
    flex-direction: column;
    position: relative;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    z-index: 2;
}.give_it_a_try_t h2 {
    opacity: 1;
    color: #000000;
    text-align: center;
    max-width: 800px;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    margin-bottom: 3rem;
    line-height: 1.4;
    position: relative;
    font-size: 31px;
    animation: fadeSlideUp 0.8s ease-out;
    font-weight: 700;
}.give_it_a_try_t .knowledge_guides_W {
    background: linear-gradient(120deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.8) 100%);
    position: relative;
    animation: fadeSlideUp 1s ease-out 0.2s backwards;
    transform: translateY(0);
    align-items: center;
    gap: 2rem;
    border-radius: 4px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05), 
              0 5px 15px rgba(0,0,0,0.03),
              inset 0 0 0 1px rgba(255,255,255,0.2);
    display: flex;
    justify-content: center;
    padding: 2.5rem;
}.give_it_a_try_t .knowledge_guides_W::before {
    content: "";
    border-radius: 4px;
    background: 
    radial-gradient(circle at 20% 20%, rgba(rgb(153,157,172,0.5), 0.05) 0%, transparent 60%),
    radial-gradient(circle at 80% 80%, rgba(rgb(117,120,132,0.5), 0.05) 0%, transparent 60%);
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
}.give_it_a_try_t .knowledge_guides_W > div {
    align-items: center;
    justify-content: center;
    animation: pulseSubtle 4s infinite alternate;
    display: flex;
    transform: translateY(0);
}.give_it_a_try_t svg {
    flex-shrink: 0;
    width: 42px;
    transform: translateY(0) rotate(0);
    height: 42px;
    margin-right: 1rem;
    animation: floatIcon 6s ease-in-out infinite;
    transform-origin: center;
}.give_it_a_try_t svg path {
    fill: rgb(153,157,172);
    transition: fill 0.3s ease;
}.give_it_a_try_t .feedback_request_K {
    border-radius: 3px;
    border: none;
    display: inline-flex;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-decoration: none;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    font-size: 20px;
    padding: 1rem 2.5rem;
    font-weight: 600;
    box-shadow: 0 6px 15px -5px rgba(rgb(153,157,172,0.5), 0.5),
              0 2px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(153,157,172) 0%, rgb(117,120,132) 100%);
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
              box-shadow 0.3s ease;
}.give_it_a_try_t .feedback_request_K::before {
    width: 50%;
    background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
    height: 100%;
    position: absolute;
    content: "";
    left: -75%;
    transform: skewX(-25deg);
    transition: left 0.75s ease-out;
    top: 0;
}.give_it_a_try_t .feedback_request_K:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 20px -5px rgba(rgb(153,157,172,0.5), 0.6),
              0 4px 10px rgba(0, 0, 0, 0.15);
}.give_it_a_try_t .feedback_request_K:hover::before {
    transition: left 0.75s ease-out;
    left: 125%;
}.give_it_a_try_t .feedback_request_K:active {
    box-shadow: 0 3px 10px -5px rgba(rgb(153,157,172,0.5), 0.5),
              0 1px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) scale(0.98);
}.give_it_a_try_t .feedback_request_K:hover + svg path,
.give_it_a_try_t svg:hover path {
    fill: rgb(117,120,132);
}

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

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

@keyframes pulseSubtle {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}

@media screen and (max-width: 991px) {.give_it_a_try_t {
    padding: 5rem 0;
}.give_it_a_try_t h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.9);
}.give_it_a_try_t .knowledge_guides_W {
    padding: 2rem;
}
}

@media screen and (max-width: 768px) {.give_it_a_try_t {
    padding: 4rem 0;
}.give_it_a_try_t h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.give_it_a_try_t .knowledge_guides_W {
    padding: 1.75rem;
    flex-direction: column;
    gap: 1.5rem;
}.give_it_a_try_t svg {
    margin-right: 0;
    height: 36px;
    width: 36px;
    margin-bottom: 0.5rem;
}
}

@media screen and (max-width: 576px) {.give_it_a_try_t {
    padding: 3rem 0;
}.give_it_a_try_t h2 {
    font-size: calc(31px * 0.7);
    line-height: 1.5;
    margin-bottom: 1.5rem;
}.give_it_a_try_t .knowledge_guides_W {
    width: 90%;
    padding: 1.5rem;
}.give_it_a_try_t .feedback_request_K {
    padding: 0.9rem 1.8rem;
    font-size: calc(20px * 0.9);
}}.welcome_page_C {
    height: 100vh;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}.welcome_page_C .img_box_grid_J {
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    top: 0;
    transform: scale(1.05);
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 0;
}.welcome_page_C .img_box_grid_J::after {
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(18, 36, 72, 0.85) 0%, rgba(18, 36, 72, 0.7) 50%, rgba(18, 36, 72, 0.9) 100%);
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
    backdrop-filter: blur(3px);
}.welcome_page_C .knowledge_guides_W {
    z-index: 1;
    margin: 0 auto;
    display: grid;
    position: relative;
    padding: 4rem 2rem;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    max-width: 1200px;
    grid-gap: 3rem;
    align-items: center;
    transform-style: preserve-3d;
    transform: translateZ(0);
}.welcome_page_C h1 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    color: #ffffff;
    margin-bottom: 1.5rem;
    transform: translateX(-50px);
    animation: slideInLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    font-weight: 700;
    opacity: 0;
    position: relative;
    line-height: 1.2;
}.welcome_page_C h1::after {
    height: 4px;
    position: absolute;
    content: '';
    transform: scaleX(0);
    animation: scaleIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    background: rgb(117,120,132);
    transform-origin: left;
    left: 0;
    width: 100px;
    bottom: -15px;
}.welcome_page_C .info_card_l {
    backdrop-filter: blur(10px);
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.08);
    border-left: 3px solid rgb(117,120,132);
    transform: translateX(50px) translateY(0px) translateZ(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 2.5rem;
    animation: slideInRight 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
}.welcome_page_C .info_card_l:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.25);
    transform: translateX(50px) translateY(-10px) translateZ(20px);
}.welcome_page_C .info_card_l p {
    color: #ffffff;
    line-height: 1.6;
    font-weight: 400;
    position: relative;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    margin-bottom: 2rem;
}.welcome_page_C .info_card_l p::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(117,120,132);
}.welcome_page_C .tech_study_I {
    transform: translateY(20px);
    margin: 2rem 0;
    display: flex;
    animation: fadeUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    opacity: 0;
    justify-content: center;
}.welcome_page_C .tech_study_I svg {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 140px;
    height: 140px;
    filter: drop-shadow(0 5px 10px rgba(94, 170, 168, 0.3));
}.welcome_page_C .tech_study_I svg:hover {
    transform: scale(1.08) rotate(2deg);
}.welcome_page_C .tech_study_I svg path {
    fill: rgb(94, 170, 168);
    transition: fill 0.3s ease;
}.welcome_page_C .tech_study_I svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.welcome_page_C .tech_study_I svg:hover path {
    fill: rgb(114, 190, 188);
}.welcome_page_C .tech_study_I svg:hover text {
    fill: rgb(114, 190, 188);
}.welcome_page_C h6 {
    margin-top: 2rem;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    text-align: center;
}.welcome_page_C h6 .feedback_request_K {
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(94, 170, 168, 0.3);
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(117,120,132) 0%, rgb(114, 190, 188) 100%);
    border-radius: 10px;
    padding: 1rem 2.5rem;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}.welcome_page_C h6 .feedback_request_K::before {
    height: 100%;
    top: 0;
    opacity: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    content: '';
    transition: opacity 0.4s ease;
    position: absolute;
    background: linear-gradient(135deg, rgb(114, 190, 188) 0%, rgb(117,120,132) 100%);
}.welcome_page_C h6 .feedback_request_K:hover {
    box-shadow: 0 10px 25px rgba(94, 170, 168, 0.4);
    transform: translateY(-5px);
}.welcome_page_C h6 .feedback_request_K:hover::before {
    opacity: 1;
}

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

@keyframes slideInRight {
    from {
        transform: translateX(50px) translateY(0px) translateZ(0);
        opacity: 0;
    }
    to {
        transform: translateX(0) translateY(0px) translateZ(0);
        opacity: 1;
    }
}

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

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

@media (max-width: 992px) {.welcome_page_C .knowledge_guides_W {
    padding: 3rem 1.5rem;
    grid-gap: 2rem;
    grid-template-columns: 1fr;
}.welcome_page_C h1 {
    text-align: center;
}.welcome_page_C h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes scaleIn {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .welcome_page_C .info_card_l {
    transform: translateX(0) translateY(30px);
}.welcome_page_C .info_card_l:hover {
    transform: translateX(0) translateY(20px) translateZ(10px);
}
    
    @keyframes slideInRight {
        from {
            transform: translateX(0) translateY(30px);
            opacity: 0;
        }
        to {
            transform: translateX(0) translateY(0);
            opacity: 1;
        }
    }
}

@media (max-width: 768px) {.welcome_page_C {
    min-height: 100vh;
    height: auto;
}.welcome_page_C .knowledge_guides_W {
    padding: 6rem 1rem 3rem;
}.welcome_page_C h1 {
    font-size: clamp(2rem, 5vw, 2.5rem);
}.welcome_page_C .info_card_l {
    padding: 1.5rem;
}.welcome_page_C .tech_study_I svg {
    height: 120px;
    width: 120px;
}.welcome_page_C h6 .feedback_request_K {
    padding: 0.8rem 2rem;
}
}

@media (max-width: 480px) {.welcome_page_C .img_box_grid_J::after {
    background: linear-gradient(135deg, rgba(18, 36, 72, 0.9) 0%, rgba(18, 36, 72, 0.85) 100%);
}.welcome_page_C h1 {
    font-size: 1.8rem;
}.welcome_page_C .info_card_l p {
    font-size: 1rem;
}.welcome_page_C .tech_study_I svg {
    height: 100px;
    width: 100px;
}.welcome_page_C h6 .feedback_request_K {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
}}.tariff_grid_o {
    background: rgb(190,194,209);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.tariff_grid_o::before {
    right: -50px;
    animation: float-effect 12s infinite alternate ease-in-out;
    height: 300px;
    background: rgb(153,157,172,0.5);
    width: 300px;
    top: -50px;
    content: "";
    position: absolute;
    filter: blur(80px);
    z-index: 0;
}.tariff_grid_o::after {
    background: rgb(117,120,132,0.5);
    bottom: -50px;
    z-index: 0;
    content: "";
    height: 250px;
    width: 250px;
    position: absolute;
    filter: blur(60px);
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    left: -50px;
}.tariff_grid_o .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.tariff_grid_o .value_rates_T {
    gap: 60px;
    flex-direction: column;
    display: flex;
}.tariff_grid_o .package_rates_B {
    max-width: 700px;
    padding: 0 20px;
    order: -1;
    margin: 0 auto;
    position: relative;
    text-align: center;
}.tariff_grid_o .package_rates_B h2 {
    display: inline-block;
    font-size: 29px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}.tariff_grid_o .package_rates_B h2::after {
    position: absolute;
    width: 80px;
    left: 50%;
    background: rgb(153,157,172);
    bottom: -10px;
    height: 3px;
    content: "";
    transform: translateX(-50%);
}.tariff_grid_o .access_rates_m {
    opacity: 0.85;
    line-height: 1.6;
    margin-bottom: 0;
    color: #000000;
    font-size: 12px;
}.tariff_grid_o .access_plans_F {
    gap: 30px;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.tariff_grid_o .plan_details_U {
    text-decoration: none;
    transform-style: preserve-3d;
    height: 100%;
    position: relative;
    color: inherit;
    perspective: 1000px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.tariff_grid_o .plan_details_U:hover {
    transform: translateY(-10px) scale(1.02);
}.tariff_grid_o .price_panel_w {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
    flex-direction: column;
    transition: box-shadow 0.4s ease;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    background: #ffffff;
    transform-style: preserve-3d;
}.tariff_grid_o .plan_details_U:hover .price_panel_w {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(153,157,172,0.5);
}.tariff_grid_o .learning_fees_S {
    overflow: hidden;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    display: flex;
    padding: 30px;
    z-index: 2;
}.tariff_grid_o .learning_fees_S::before {
    content: "";
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(153,157,172), rgb(117,120,132));
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    height: 5px;
    transition: transform 0.5s ease;
}.tariff_grid_o .plan_details_U:hover .learning_fees_S::before {
    transform: scaleX(1);
}.tariff_grid_o .learning_fees_S h3 {
    font-weight: 700;
    transition: transform 0.4s ease, color 0.3s ease;
    white-space: normal;
    font-size: calc(21px + 2px);
    color: #000000;
    overflow-wrap: break-word;
    margin-bottom: 10px;
    word-break: break-word;
}.tariff_grid_o .plan_details_U:hover .learning_fees_S h3 {
    transform: translateX(5px);
    color: rgb(153,157,172);
}.tariff_grid_o .indv_sub_K {
    display: block;
    font-size: 21px;
    margin: 10px 0 20px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    font-weight: 700;
    color: rgb(117,120,132);
    transition: transform 0.4s ease;
    position: relative;
}.tariff_grid_o .indv_sub_K::before {
    transition: width 0.4s ease;
    background: rgb(117,120,132,0.5);
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
    width: 40px;
    bottom: -8px;
}.tariff_grid_o .plan_details_U:hover .indv_sub_K::before {
    width: 80px;
}.tariff_grid_o .learning_fees_S p {
    transition: color 0.3s ease;
    font-size: calc(12px - 1px);
    line-height: 1.6;
    flex-grow: 1;
    white-space: normal;
    overflow-wrap: break-word;
    color: #000000;
    word-break: break-word;
    margin-bottom: 0;
}.tariff_grid_o .img_box_grid_J {
    transition: transform 0.6s ease, filter 0.6s ease;
    height: 200px;
    position: relative;
    overflow: hidden;
    transform: translateZ(-10px);
}.tariff_grid_o .img_box_grid_J::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    inset: 0;
    content: "";
    position: absolute;
    transition: opacity 0.5s ease;
    opacity: 0.6;
}.tariff_grid_o .plan_details_U:hover .img_box_grid_J {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.tariff_grid_o .plan_details_U:hover .img_box_grid_J::after {
    opacity: 0.4;
}.tariff_grid_o .plan_details_U::after {
    opacity: 0;
    height: 15px;
    content: "";
    left: 30px;
    position: absolute;
    top: 100%;
    z-index: -1;
    filter: blur(10px);
    right: 30px;
    border-radius: 50%;
    transition: opacity 0.4s ease;
    background: rgb(153,157,172,0.5);
}.tariff_grid_o .plan_details_U:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.tariff_grid_o .value_rates_T {
    flex-direction: row;
    align-items: center;
}.tariff_grid_o .package_rates_B {
    text-align: left;
    order: 0;
    flex: 0 0 30%;
    padding-right: 40px;
}.tariff_grid_o .package_rates_B h2::after {
    transform: none;
    left: 0;
}.tariff_grid_o .access_plans_F {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.tariff_grid_o .access_plans_F {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.tariff_grid_o .learning_fees_S {
    padding: 35px;
}.tariff_grid_o .img_box_grid_J {
    height: 220px;
}
}

@media (max-width: 991px) {.tariff_grid_o {
    padding: 80px 0;
}.tariff_grid_o .package_rates_B {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.tariff_grid_o {
    padding: 60px 0;
}.tariff_grid_o .access_plans_F {
    grid-template-columns: 1fr;
    gap: 25px;
}.tariff_grid_o .package_rates_B h2 {
    font-size: calc(29px - 4px);
}.tariff_grid_o .img_box_grid_J {
    height: 180px;
}.tariff_grid_o .learning_fees_S {
    padding: 25px;
}
}

@media (max-width: 480px) {.tariff_grid_o {
    padding: 50px 0;
}.tariff_grid_o .learning_fees_S h3 {
    font-size: 21px;
}.tariff_grid_o .indv_sub_K {
    font-size: calc(21px - 2px);
}.tariff_grid_o .img_box_grid_J {
    height: 160px;
}.tariff_grid_o .learning_fees_S {
    padding: 20px;
}}.client_opinions_W {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(190,194,209) 0%, rgba(245, 247, 250, 1) 100%);
    position: relative;
    padding: 6rem 0;
}.client_opinions_W::before {
    opacity: 0.07;
    content: "";
    transform: rotate(-15deg);
    right: -10%;
    width: 45%;
    pointer-events: none;
    position: absolute;
    top: -5%;
    background: linear-gradient(120deg, rgb(153,157,172,0.5) 20%, transparent 80%);
    height: 35%;
}.client_opinions_W::after {
    height: 3px;
    opacity: 0.3;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(153,157,172), transparent);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}.client_opinions_W .container {
    z-index: 2;
    position: relative;
}.client_opinions_W h2 {
    margin-bottom: 3.5rem;
    color: #000000;
    font-size: 29px;
    text-align: left;
    line-height: 1.2;
    position: relative;
    font-weight: 700;
    max-width: 75%;
    transform: translateX(-0.5rem);
    letter-spacing: -0.02em;
}.client_opinions_W h2::after {
    transform: scaleX(1);
    height: 3px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left center;
    left: 0;
    position: absolute;
    width: 4rem;
    bottom: -0.75rem;
    background-color: rgb(153,157,172);
    content: "";
}.client_opinions_W h2:hover::after {
    transform: scaleX(1.5);
}.client_opinions_W .review_views_v {
    gap: 2rem;
    display: grid;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    perspective: 1000px;
}.client_opinions_W .learner_quotes_u {
    transform: translateY(0) rotateX(0);
    border-left: 3px solid rgb(153,157,172);
    position: relative;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.03);
    background: #ffffff;
}.client_opinions_W .learner_quotes_u:hover {
    transform: translateY(-10px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09), 0 2px 6px rgba(0, 0, 0, 0.04);
    border-left-width: 5px;
}.client_opinions_W .learner_quotes_u::before {
    opacity: 0.12;
    line-height: 0.6;
    position: absolute;
    font-family: serif;
    transition: transform 0.3s ease, opacity 0.3s ease;
    color: rgb(153,157,172);
    font-size: 5rem;
    top: 1rem;
    content: "";
    right: 1.5rem;
}.client_opinions_W .learner_quotes_u:hover::before {
    opacity: 0.2;
    transform: scale(1.2) translateY(-5px);
}.client_opinions_W .learner_quotes_u > div {
    margin-bottom: 1.25rem;
    align-items: center;
    display: flex;
}.client_opinions_W .learner_quotes_u img {
    transform: translateZ(0);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.9);
    width: 3.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-right: 1rem;
    object-fit: cover;
    height: 3.5rem;
}.client_opinions_W .learner_quotes_u:hover img {
    transform: scale(1.1) translateZ(0);
}.client_opinions_W .learner_quotes_u h4 {
    font-size: 1.125rem;
    position: relative;
    margin: 0;
    font-weight: 600;
    transition: transform 0.3s ease;
    color: #000000;
}.client_opinions_W .learner_quotes_u:hover h4 {
    transform: translateX(3px);
}.client_opinions_W .learner_quotes_u h4::after {
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -0.5rem;
    background-color: rgb(153,157,172);
    width: 0;
    content: "";
    transition: width 0.3s ease-out;
}.client_opinions_W .learner_quotes_u:hover h4::after {
    width: 100%;
}.client_opinions_W .learner_quotes_u .description {
    font-weight: 400;
    position: relative;
    line-height: 1.6;
    overflow: hidden;
    color: #000000;
    margin: 0;
    font-size: 13px;
}.client_opinions_W .learner_quotes_u .description::before {
    background: linear-gradient(to top, #ffffff, transparent);
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: height 0.3s ease, opacity 0.3s ease;
    height: 0;
    opacity: 0;
    z-index: 1;
}.client_opinions_W a {
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    background-color: rgb(153,157,172);
    margin-top: 3rem;
    border: none;
    position: relative;
    transform: translateZ(0);
    display: inline-block;
    z-index: 1;
    text-align: center;
    padding: 0.75rem 2rem;
    color: #ffffff;
}.client_opinions_W a::before {
    transform: translateX(-100%);
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.15) 50%, transparent 100%);
    height: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    transition: transform 0.6s ease;
    left: 0;
}.client_opinions_W a:hover::before {
    transform: translateX(100%);
}

@media (min-width: 768px) {.client_opinions_W .review_views_v {
    grid-template-columns: repeat(2, 1fr);
}.client_opinions_W .learner_quotes_u:nth-child(even) {
    transform: translateY(25px);
}.client_opinions_W .learner_quotes_u:nth-child(even):hover {
    transform: translateY(15px) rotateX(2deg);
}.client_opinions_W .learner_quotes_u:nth-child(4n+1)::before,
  .client_opinions_W .learner_quotes_u:nth-child(4n+4)::before {
    left: 1.5rem;
    right: auto;
}
}

@media (min-width: 992px) {.client_opinions_W {
    padding: 8rem 0;
}.client_opinions_W h2 {
    font-size: calc(29px * 1.1);
    max-width: 60%;
}.client_opinions_W .review_views_v {
    grid-template-columns: repeat(3, 1fr);
}.client_opinions_W .learner_quotes_u:nth-child(3n+1) {
    transform: translateY(0);
}.client_opinions_W .learner_quotes_u:nth-child(3n+2) {
    transform: translateY(20px);
}.client_opinions_W .learner_quotes_u:nth-child(3n+3) {
    transform: translateY(40px);
}.client_opinions_W .learner_quotes_u:nth-child(3n+1):hover {
    transform: translateY(-10px) rotateX(2deg);
}.client_opinions_W .learner_quotes_u:nth-child(3n+2):hover {
    transform: translateY(10px) rotateX(2deg);
}.client_opinions_W .learner_quotes_u:nth-child(3n+3):hover {
    transform: translateY(30px) rotateX(2deg);
}
}

@media (min-width: 1200px) {.client_opinions_W .review_views_v {
    grid-template-columns: repeat(4, 1fr);
}.client_opinions_W .learner_quotes_u:nth-child(4n+1) {
    transform: translateY(0);
}.client_opinions_W .learner_quotes_u:nth-child(4n+2) {
    transform: translateY(15px);
}.client_opinions_W .learner_quotes_u:nth-child(4n+3) {
    transform: translateY(30px);
}.client_opinions_W .learner_quotes_u:nth-child(4n+4) {
    transform: translateY(45px);
}.client_opinions_W .learner_quotes_u:nth-child(4n+1):hover {
    transform: translateY(-10px) rotateX(2deg);
}.client_opinions_W .learner_quotes_u:nth-child(4n+2):hover {
    transform: translateY(5px) rotateX(2deg);
}.client_opinions_W .learner_quotes_u:nth-child(4n+3):hover {
    transform: translateY(20px) rotateX(2deg);
}.client_opinions_W .learner_quotes_u:nth-child(4n+4):hover {
    transform: translateY(35px) rotateX(2deg);
}
}

@media (max-width: 767px) {.client_opinions_W {
    padding: 4rem 0;
}.client_opinions_W h2 {
    font-size: calc(29px * 0.85);
    max-width: 100%;
    margin-bottom: 2.5rem;
}.client_opinions_W .review_views_v {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.client_opinions_W .learner_quotes_u {
    padding: 1.5rem;
}.client_opinions_W .learner_quotes_u > div {
    margin-bottom: 1rem;
}.client_opinions_W .learner_quotes_u img {
    width: 3rem;
    height: 3rem;
}.client_opinions_W a {
    margin-top: 2rem;
    width: 100%;
}
}

@media (max-width: 480px) {.client_opinions_W h2 {
    font-size: calc(29px * 0.75);
}.client_opinions_W .learner_quotes_u {
    padding: 1.25rem;
}.client_opinions_W .learner_quotes_u::before {
    font-size: 4rem;
}.client_opinions_W .learner_quotes_u img {
    width: 2.5rem;
    height: 2.5rem;
}.client_opinions_W .learner_quotes_u h4 {
    font-size: 1rem;
}.client_opinions_W .learner_quotes_u .description {
    font-size: calc(13px * 0.95);
}}footer {
    width: 100%;
    position: relative;
}footer .fellow_prog_o {
    background:rgb(117,120,132);
    font-family: Arial, sans-serif;
    position: relative;
    padding: 250px 0 30px;
    color: #ffffff;
}footer .fellow_prog_o::before {
    background: linear-gradient(90deg, rgb(153,157,172) 25%, rgb(117,120,132) 25%, rgb(117,120,132) 50%, rgb(153,157,172) 50%, rgb(153,157,172) 75%, rgb(117,120,132) 75%);
    width: 100%;
    top: 0;
    height: 20px;
    left: 0;
    content: "";
    position: absolute;
}footer .quiz_links_v {
    position: relative;
    z-index: 1;
}footer .submit_request_y {
    position: absolute;
    padding: 0;
    margin-bottom: 50px;
    display: flex;
    top: -120px;
    overflow: hidden;
    right: 0;
    justify-content: space-between;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border-radius: 12px;
    flex-wrap: wrap;
    left: 0;
}footer .info_item {
    position: relative;
    align-items: center;
    display: flex;
    flex: 1 1 250px;
    transition: all 0.3s ease;
    justify-content: flex-start;
    padding: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    bottom: 0;
    background-color: rgb(153,157,172);
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    width: 22px;
    fill: rgb(153,157,172);
    flex-shrink: 0;
    height: 22px;
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    transition: all 0.3s ease;
    color: #000000;
    font-size: 13px;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(153,157,172);
}footer .text_main_holder {
    margin-top: 100px;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr;
}footer .main_primary_Z {
    position: relative;
    padding: 0 25px;
}footer .main_primary_Z svg {
    width: auto;
    margin-bottom: 20px;
    height: 45px;
    filter: brightness(0) invert(1);
}footer .faq_block_V {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    max-width: 350px;
}footer .nav_info_M {
    padding: 0 25px;
    position: relative;
}footer .nav_info_M h5 {
    font-weight: 600;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-bottom: 10px;
    font-size: 18px;
    margin-bottom: 25px;
    color: #ffffff;
}footer .nav_info_M h5::after {
    bottom: -2px;
    position: absolute;
    width: 60px;
    content: "";
    left: 0;
    background-color: rgb(153,157,172);
    height: 2px;
}footer .nav_block_o {
    flex-wrap: wrap;
    margin-bottom: 20px;
    display: flex;
}footer .nav_block_o a {
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    margin: 5px 8px 5px 0;
    font-size: 13px;
    transition: all 0.3s ease;
    border-radius: 20px;
    padding: 8px 16px;
    text-decoration: none;
}footer .nav_block_o a:hover {
    transform: translateY(-3px);
    background-color: rgb(153,157,172);
    color: #ffffff;
}footer .subscribe_holder {
    background-color: rgb(117,120,132,0.5);
    border-radius: 12px;
    padding: 30px 25px;
    position: relative;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}footer .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
}footer .input_holder::before {
    width: 50px;
    height: 50px;
    opacity: 0.1;
    position: absolute;
    background-color: rgb(153,157,172);
    top: -10px;
    content: "";
    right: -10px;
    border-radius: 50%;
    z-index: -1;
}footer .input_holder::after {
    position: absolute;
    z-index: -1;
    left: -10px;
    height: 70px;
    content: "";
    width: 70px;
    background-color: rgb(117,120,132);
    opacity: 0.1;
    bottom: -20px;
    border-radius: 50%;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    font-size: 13px;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    color: rgb(117,120,132);
    padding: 15px;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}footer .sub_focus_J {
    position: relative;
    font-size: 19px;
    background-color: rgb(153,157,172);
    transition: all 0.3s ease;
    font-weight: 600;
    border: none;
    padding: 15px;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
}footer .sub_focus_J::before {
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    content: "";
    height: 100%;
    transition: left 0.7s ease;
}footer .sub_focus_J:hover {
    background-color: rgb(117,120,132);
}footer .sub_focus_J:hover::before {
    left: 100%;
}footer .login_footer_Q {
    text-align: center;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 50px;
}footer .chrome_ext_z {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

@media (min-width: 768px) {footer .fellow_prog_o {
    padding-top: 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_focus_J {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .submit_request_y {
    top: 0;
    margin-bottom: 80px;
    position: relative;
}footer .fellow_prog_o {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-right: none;
}footer .info_item:last-child {
    border-bottom: none;
}footer .nav_info_M, footer .subscribe_holder, footer .main_primary_Z {
    padding: 20px;
}footer .login_footer_Q {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .nav_info_M h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
    margin-bottom: 20px;
}footer .nav_block_o a {
    padding: 6px 12px;
    font-size: calc(13px - 1px);
}footer .input_holder input[type="email"],
    footer .sub_focus_J {
    padding: 12px;
}}.instructor_profile_w {
    background: rgb(190,194,209);
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
}.instructor_profile_w::before {
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(153,157,172,0.5), transparent);
    animation: lineExpand 5s ease-in-out infinite alternate;
    top: 40%;
    height: 1px;
    content: "";
    left: 0;
    width: 40%;
    transform-origin: left center;
}.instructor_profile_w::after {
    height: 1px;
    content: "";
    bottom: 40%;
    background: linear-gradient(to left, transparent, rgb(117,120,132,0.5), transparent);
    width: 40%;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    position: absolute;
    right: 0;
    transform-origin: right center;
}.instructor_profile_w .learner_quotes_u {
    z-index: 1;
    max-width: 1100px;
    position: relative;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    display: grid;
    margin: 0 auto;
}.instructor_profile_w .img_box_grid_J {
    height: 400px;
    position: relative;
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scale(1);
    filter: grayscale(100%);
    overflow: hidden;
    width: 100%;
    border-radius: 0;
}.instructor_profile_w .img_box_grid_J::after {
    top: 0;
    transition: all 0.7s ease;
    position: absolute;
    width: 100%;
    left: 0;
    mix-blend-mode: overlay;
    opacity: 0.5;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(153,157,172,0.5) 0%, transparent 50%);
}.instructor_profile_w .career_wrap_V {
    transition: all 0.7s ease;
    justify-content: center;
    display: flex;
    flex-direction: column;
    position: relative;
    opacity: 0.9;
}.instructor_profile_w .career_wrap_V::before {
    position: absolute;
    width: 1px;
    left: -2rem;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    top: 15%;
    content: "";
    height: 70%;
}.instructor_profile_w .name {
    position: relative;
    transform: translateX(0);
    margin-bottom: 1rem;
    font-size: calc(42px * 1.2);
    transition: all 0.5s ease;
    font-weight: 700;
    color: #000000;
}.instructor_profile_w .name::after {
    background: rgb(153,157,172);
    bottom: -0.5rem;
    height: 2px;
    transition: transform 0.5s ease 0.2s;
    transform-origin: left;
    content: "";
    width: 50px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
}.instructor_profile_w .career_wrap_V div:nth-child(2) {
    color: rgb(117,120,132);
    transform: translateX(0);
    font-size: 18px;
    font-weight: 300;
    transition: all 0.5s ease 0.1s;
    letter-spacing: 2px;
    margin-bottom: 3rem;
    text-transform: uppercase;
}.instructor_profile_w .emp_block_h {
    position: relative;
    color: #000000;
    padding-left: 2rem;
    font-weight: 300;
    transition: all 0.5s ease 0.2s;
    font-size: 20px;
    transform: translateX(0);
    line-height: 1.8;
}.instructor_profile_w .emp_block_h::before {
    position: absolute;
    color: rgb(153,157,172,0.5);
    top: -1rem;
    content: "";
    font-size: 4rem;
    left: 0;
    line-height: 1;
    font-family: serif;
}.instructor_profile_w .learner_quotes_u:hover .img_box_grid_J {
    transform: scale(1.05);
    filter: grayscale(0%);
}.instructor_profile_w .learner_quotes_u:hover .img_box_grid_J::after {
    opacity: 0.3;
}.instructor_profile_w .learner_quotes_u:hover .name {
    transform: translateX(10px);
}.instructor_profile_w .learner_quotes_u:hover .name::after {
    transform: scaleX(1);
}.instructor_profile_w .learner_quotes_u:hover .career_wrap_V div:nth-child(2) {
    transform: translateX(20px);
}.instructor_profile_w .learner_quotes_u:hover .emp_block_h {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.instructor_profile_w .learner_quotes_u {
    grid-template-columns: 1fr;
    gap: 3rem;
}.instructor_profile_w .img_box_grid_J {
    margin: 0 auto;
    height: 350px;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    width: 80%;
}.instructor_profile_w .career_wrap_V::before {
    width: 60%;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: 20%;
    top: -1.5rem;
    height: 1px;
}.instructor_profile_w .learner_quotes_u:hover .name,
    .instructor_profile_w .learner_quotes_u:hover .career_wrap_V div:nth-child(2),
    .instructor_profile_w .learner_quotes_u:hover .emp_block_h {
    transform: translateX(0);
}}header {
    z-index: 99;
    background: linear-gradient(135deg, rgb(153,157,172,0.5) 0%, rgb(117,120,132) 100%);
    width: 100%;
    position: relative;
    overflow: visible;
}header::before {
    background: linear-gradient(145deg, rgb(117,120,132,0.5) 0%, transparent 70%);
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: -1;
    top: 0;
    height: 100%;
}header .main_mentor_Z {
    padding: 20px 15px;
    flex-direction: row;
    position: relative;
    display: flex;
    transform: none;
    justify-content: space-between;
    z-index: 5;
    align-items: center;
}header .main_mentor_Z .main_primary_Z {
    transition: transform 0.4s ease;
    margin-right: 10px;
    transform: translateX(0);
}header .main_mentor_Z .main_primary_Z:hover {
    transform: scale(1.05);
}header .main_mentor_Z .main_primary_Z .first_pagebar_F {
    display: inline-block;
}header .main_mentor_Z .main_primary_Z .first_pagebar_F svg {
    height: 50px;
    width: auto;
}header .main_mentor_Z .nav_info_M {
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 20px 30px;
    border-radius: 22px;
    display: flex;
    position: relative;
    padding: 0;
    list-style: none;
    transform: none;
    flex-wrap: wrap;
}header .main_mentor_Z .nav_info_M::before {
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    transform: rotate(-2deg) scale(1.03);
    position: absolute;
    height: 100%;
    border-radius: 22px;
    left: 0;
    z-index: -1;
    content: "";
}header .main_mentor_Z .nav_info_M .top_nav_G {
    position: relative;
    margin: 0 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .main_mentor_Z .nav_info_M .top_nav_G:hover {
    transform: translateY(-3px) scale(1.05);
}header .main_mentor_Z .nav_info_M .top_nav_G a {
    padding: 8px 5px;
    font-size: 13px;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-weight: 600;
}header .main_mentor_Z .nav_info_M .top_nav_G a::after {
    height: 2px;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    width: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgb(117,120,132), transparent);
    transition: transform 0.4s ease;
}header .main_mentor_Z .nav_info_M .top_nav_G:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .main_mentor_Z {
    align-items: center;
    flex-direction: column;
}header .main_mentor_Z .main_primary_Z {
    margin-right: 0;
    margin-bottom: 15px;
}header .main_mentor_Z .nav_info_M {
    width: 100%;
    padding: 15px;
    justify-content: center;
}header .main_mentor_Z .nav_info_M .top_nav_G {
    margin: 5px 15px 5px 0;
}header .main_mentor_Z .nav_info_M .top_nav_G a {
    font-size: calc(13px - 2px);
    padding: 5px;
}}.contact_form_box_W {
    background: rgb(190,194,209);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.contact_form_box_W::before {
    position: absolute;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(153,157,172,0.5) 0%, transparent 50%, rgb(117,120,132,0.5) 100%);
    z-index: 1;
}.contact_form_box_W::after {
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 30% 70%, rgb(153,157,172,0.5) 0%, transparent 30%);
    animation: pulse 15s infinite alternate;
}.contact_form_box_W .container {
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.contact_form_box_W h3 {
    margin-bottom: 40px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    position: relative;
    font-size: 36px;
}.contact_form_box_W h3::after {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    bottom: -15px;
    height: 3px;
    position: absolute;
    width: 80px;
    content: "";
    background: rgb(153,157,172);
}.contact_form_box_W .img_box_grid_J {
    opacity: 0.1;
    top: 0;
    position: absolute;
    left: 0;
    filter: grayscale(40%) contrast(120%);
    width: 100%;
    height: 100%;
    z-index: 0;
}.contact_form_box_W .img_box_grid_J::after {
    background: linear-gradient(to right, rgb(153,157,172,0.5) 0%, transparent 100%);
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
}.help_inquiry_i {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    display: flex;
    z-index: 10;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    justify-content: space-between;
}.help_inquiry_i::before {
    left: 0;
    content: "";
    z-index: 1;
    width: 10px;
    position: absolute;
    background: rgb(153,157,172);
    height: 100%;
    top: 0;
}.help_inquiry_i .inquiry_reach_M {
    padding: 50px;
    flex: 0 0 60%;
    position: relative;
}.help_inquiry_i .inquiry_reach_M::before {
    position: absolute;
    right: 0;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(117,120,132,0.5), transparent);
    top: 0;
    height: 100%;
    width: 1px;
}.help_inquiry_i .inquiry_reach_M h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 30px;
    text-align: left;
    color: #000000;
}.help_inquiry_i .inquiry_reach_M h3::after {
    transform: none;
    left: 0;
    width: 60px;
}.help_inquiry_i .inquiry_reach_M form {
    flex-direction: column;
    display: flex;
}.help_inquiry_i .inquiry_reach_M input[type="text"],
.help_inquiry_i .inquiry_reach_M textarea {
    border-radius: 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}.help_inquiry_i .inquiry_reach_M input[type="text"]:focus,
.help_inquiry_i .inquiry_reach_M textarea:focus {
    border-color: rgb(153,157,172);
    outline: none;
    box-shadow: 0 0 0 3px rgb(153,157,172,0.5);
}.help_inquiry_i .inquiry_reach_M textarea {
    min-height: 150px;
    resize: vertical;
}.help_inquiry_i .inquiry_reach_M .support_reach_i {
    display: flex;
    position: relative;
    align-items: flex-start;
    margin-bottom: 30px;
}.help_inquiry_i .inquiry_reach_M .support_reach_i input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.help_inquiry_i .inquiry_reach_M .support_reach_i label {
    position: relative;
    cursor: pointer;
    font-size: calc(17px - 2px);
    color: #000000;
    padding-left: 30px;
    line-height: 1.5;
}.help_inquiry_i .inquiry_reach_M .support_reach_i label::before {
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    border-radius: 10px;
    height: 20px;
    content: "";
    transition: all 0.3s ease;
    top: 2px;
    width: 20px;
    left: 0;
}.help_inquiry_i .inquiry_reach_M .support_reach_i input[type="checkbox"]:checked + label::before {
    border-color: rgb(153,157,172);
    background: rgb(153,157,172);
}.help_inquiry_i .inquiry_reach_M .support_reach_i input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    position: absolute;
    border-width: 0 2px 2px 0;
    top: 4px;
    height: 12px;
    content: "";
    width: 6px;
    left: 7px;
    border: solid #ffffff;
}.help_inquiry_i .inquiry_reach_M .support_reach_i a {
    text-decoration: none;
    color: rgb(153,157,172);
    font-weight: 600;
    transition: all 0.3s ease;
}.help_inquiry_i .inquiry_reach_M .support_reach_i a:hover {
    text-decoration: underline;
}.help_inquiry_i .inquiry_reach_M .feedback_request_K {
    position: relative;
    background: rgb(153,157,172);
    z-index: 1;
    font-size: 17px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    align-self: flex-start;
    padding: 15px 30px;
    font-weight: 600;
}.help_inquiry_i .inquiry_reach_M .feedback_request_K::before {
    height: 100%;
    left: -100%;
    transition: all 0.5s ease;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    content: "";
    background: rgb(117,120,132);
}.help_inquiry_i .inquiry_reach_M .feedback_request_K:hover::before {
    left: 0;
}.help_inquiry_i .inquiry_reach_M .feedback_request_K:hover {
    box-shadow: 0 10px 20px rgb(153,157,172,0.5);
    transform: translateY(-2px);
}.help_inquiry_i .feedback_message_y {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(153,157,172,0.5) 0%, rgb(190,194,209) 100%);
    padding: 50px;
    position: relative;
    flex: 0 0 40%;
}.help_inquiry_i .feedback_message_y::before {
    top: -50%;
    animation: rotate 30s linear infinite;
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    background: radial-gradient(circle, rgb(153,157,172,0.5) 0%, transparent 70%);
    right: -50%;
}.help_inquiry_i .feedback_message_y h4 {
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 22px;
}.help_inquiry_i .feedback_message_y h4::after {
    height: 3px;
    bottom: -15px;
    left: 0;
    width: 60px;
    position: absolute;
    background: rgb(153,157,172);
    border-radius: 10px;
    content: "";
}.help_inquiry_i .feedback_message_y .inquiry_widget_N {
    margin: 0;
    list-style: none;
    padding: 0;
}.help_inquiry_i .feedback_message_y .inquiry_widget_N li {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.help_inquiry_i .feedback_message_y .inquiry_widget_N li:last-child {
    margin-bottom: 0;
}.help_inquiry_i .feedback_message_y .inquiry_widget_N li svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
    flex-shrink: 0;
}.help_inquiry_i .feedback_message_y .inquiry_widget_N li svg path {
    fill: rgb(153,157,172);
    transition: all 0.3s ease;
}.help_inquiry_i .feedback_message_y .inquiry_widget_N li:hover svg path {
    fill: rgb(117,120,132);
}.help_inquiry_i .feedback_message_y .inquiry_widget_N li span {
    line-height: 1.5;
    font-size: 17px;
    color: #000000;
}.help_inquiry_i .feedback_message_y .inquiry_widget_N li a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}.help_inquiry_i .feedback_message_y .inquiry_widget_N li a:hover {
    color: rgb(153,157,172);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.contact_form_box_W {
    padding: 80px 0;
}.help_inquiry_i {
    flex-direction: column;
}.help_inquiry_i .inquiry_reach_M,
    .help_inquiry_i .feedback_message_y {
    width: 100%;
    flex: 0 0 100%;
}.help_inquiry_i .inquiry_reach_M::before {
    width: 100%;
    height: 1px;
    top: auto;
    background: linear-gradient(to right, transparent, rgb(117,120,132,0.5), transparent);
    bottom: 0;
    right: 0;
}
}

@media screen and (max-width: 768px) {.contact_form_box_W {
    padding: 60px 0;
}.contact_form_box_W h3 {
    font-size: calc(36px - 4px);
}.help_inquiry_i .inquiry_reach_M,
    .help_inquiry_i .feedback_message_y {
    padding: 30px;
}.help_inquiry_i .inquiry_reach_M h3,
    .help_inquiry_i .feedback_message_y h4 {
    font-size: calc(22px - 2px);
}.help_inquiry_i .inquiry_reach_M input[type="text"],
    .help_inquiry_i .inquiry_reach_M textarea {
    padding: 12px 15px;
}.help_inquiry_i .inquiry_reach_M .feedback_request_K {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact_form_box_W {
    padding: 40px 0;
}.help_inquiry_i .inquiry_reach_M,
    .help_inquiry_i .feedback_message_y {
    padding: 20px;
}.help_inquiry_i .feedback_message_y .inquiry_widget_N li {
    flex-direction: column;
}.help_inquiry_i .feedback_message_y .inquiry_widget_N li svg {
    margin-bottom: 10px;
}}.secure_enclosure_C {
    background-color: rgb(190,194,209);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 60px;
    color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
    line-height: 1.8;
}.secure_enclosure_C::before {
    height: 200px;
    z-index: 0;
    right: -50px;
    opacity: 0.1;
    top: -50px;
    width: 200px;
    background: radial-gradient(circle, rgb(153,157,172), transparent);
    content: '';
    position: absolute;
}.secure_enclosure_C::after {
    bottom: -50px;
    opacity: 0.1;
    left: -50px;
    background: radial-gradient(circle, rgb(117,120,132), transparent);
    content: '';
    height: 300px;
    z-index: 0;
    position: absolute;
    width: 300px;
}.secure_enclosure_C h1 {
    grid-column: span 2;
    font-weight: 700;
    margin-bottom: 30px;
    z-index: 1;
    border-bottom: 2px solid rgb(153,157,172);
    font-size: 44px;
    color: rgb(153,157,172);
    padding-bottom: 15px;
    position: relative;
}.secure_enclosure_C h2 {
    position: relative;
    font-size: 37px;
    z-index: 1;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgb(117,120,132);
    margin-top: 35px;
}.secure_enclosure_C h3,
.secure_enclosure_C h4,
.secure_enclosure_C h5,
.secure_enclosure_C h6 {
    margin-top: 30px;
    font-weight: 400;
    color: rgb(153,157,172);
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
}.secure_enclosure_C h3 {
    font-size: calc(18px - 0.2rem);
}.secure_enclosure_C h4 {
    font-size: 18px;
}.secure_enclosure_C h5 {
    font-size: calc(18px - 0.2rem);
}.secure_enclosure_C h6 {
    font-size: 20px;
}.secure_enclosure_C ul,
.secure_enclosure_C ol {
    position: relative;
    margin-top: 15px;
    z-index: 1;
    padding-left: 20px;
}.secure_enclosure_C li {
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 1.7;
    z-index: 1;
    border-left: 3px solid rgb(117,120,132);
    position: relative;
}.secure_enclosure_C > div {
    z-index: 1;
    margin-bottom: 25px;
    position: relative;
}.secure_enclosure_C p {
    z-index: 1;
    font-size: 14px;
    position: relative;
    margin-bottom: 25px;
}.secure_enclosure_C span {
    color: rgb(153,157,172);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {.secure_enclosure_C {
    padding: 30px;
    grid-template-columns: 1fr;
    border-radius: 10px;
}.secure_enclosure_C h1 {
    font-size: calc(18px - 0.5rem);
    grid-column: span 1;
}.secure_enclosure_C h2 {
    font-size: calc(18px - 0.4rem);
}.secure_enclosure_C p {
    font-size: calc(14px - 0.2rem);
}}
.secure_enclosure_C hr {
    border: none;
    margin: 40px 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
}.secure_enclosure_C section {
    padding-top: 25px;
    margin: 50px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
}.course_features_f {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(190,194,209) 0%, rgb(153,157,172,0.5) 100%);
}.course_features_f::before {
    opacity: 0.04;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(153,157,172,0.5),
        rgb(153,157,172,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    top: 0;
    left: 0;
}.course_features_f .container {
    z-index: 2;
    position: relative;
}.course_features_f .class_plan_Q {
    position: relative;
    gap: 0;
    grid-template-columns: 1fr;
    display: grid;
}.course_features_f .info_card_l {
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    transition: transform 0.4s ease;
    position: relative;
    transform: translateY(0);
    background: #ffffff;
    border-radius: 14px;
}.course_features_f .info_card_l:hover {
    transform: translateY(-10px);
}.course_features_f .info_card_l::before {
    height: 8rem;
    right: 3rem;
    z-index: -1;
    border-radius: 50%;
    content: "";
    width: 8rem;
    position: absolute;
    opacity: 0.6;
    top: -4rem;
    background: rgb(117,120,132,0.5);
}.course_features_f .info_card_l h2 {
    animation: fadeInUp 0.8s ease forwards;
    display: inline-block;
    font-weight: 700;
    color: rgb(153,157,172);
    position: relative;
    font-size: 29px;
    margin-bottom: 2rem;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_features_f .info_card_l h2::after {
    transition: width 0.4s ease;
    position: absolute;
    bottom: -10px;
    background: rgb(117,120,132);
    width: 3rem;
    height: 4px;
    border-radius: 10px;
    left: 0;
    content: "";
}.course_features_f .info_card_l:hover h2::after {
    width: 100%;
}.course_features_f .info_card_l .description {
    animation-delay: 0.2s;
    opacity: 0;
    padding-left: 1rem;
    margin-bottom: 1.2rem;
    animation: fadeInUp 0.8s ease forwards;
    font-size: 12px;
    color: #000000;
    position: relative;
    line-height: 1.7;
}.course_features_f .info_card_l .description:last-of-type {
    margin-bottom: 0;
    animation-delay: 0.4s;
    font-weight: 600;
}.course_features_f .info_card_l .description::before {
    left: 0;
    content: "";
    width: 4px;
    height: 4px;
    top: 0.5rem;
    border-radius: 50%;
    position: absolute;
    background: rgb(117,120,132);
}.course_features_f .img_box_grid_J {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    z-index: 2;
    height: 320px;
    margin-top: -2rem;
    position: relative;
    border-radius: 0;
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
}.course_features_f .img_box_grid_J:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.course_features_f .img_box_grid_J::after {
    background: linear-gradient(
        to bottom right,
        rgb(153,157,172,0.5) 0%,
        transparent 40%
    );
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
}

@media (min-width: 768px) {.course_features_f .class_plan_Q {
    gap: 2rem;
    grid-template-columns: 1.2fr 0.8fr;
}.course_features_f .info_card_l {
    grid-column: 1 / 2;
    align-self: center;
    margin-right: -4rem;
}.course_features_f .img_box_grid_J {
    height: 400px;
    grid-column: 2 / 3;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    margin-top: 0;
}.course_features_f .img_box_grid_J::before {
    filter: blur(15px);
    background: rgb(117,120,132);
    width: 60%;
    position: absolute;
    content: "";
    bottom: -20px;
    height: 20px;
    opacity: 0.4;
    z-index: -1;
    left: 20px;
}
}

@media (min-width: 992px) {.course_features_f .class_plan_Q {
    grid-template-columns: 1.2fr 0.8fr;
}.course_features_f .info_card_l {
    padding: 3rem;
}.course_features_f .img_box_grid_J {
    height: 450px;
    margin-top: 3rem;
}.course_features_f .info_card_l::after {
    background: rgb(153,157,172,0.5);
    left: 25%;
    border-radius: 50%;
    content: "";
    bottom: -3rem;
    position: absolute;
    opacity: 0.4;
    width: 6rem;
    z-index: -1;
    height: 6rem;
}
}

@media (max-width: 767px) {.course_features_f {
    padding: 4rem 0;
}.course_features_f .img_box_grid_J {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}.our_story_J {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.our_story_J::before {
    position: absolute;
    content: "";
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(153,157,172,0.5) 0%, rgba(0,0,0,0.65) 100%);
}.our_story_J::after {
    right: -10%;
    opacity: 0.2;
    animation: floatElement 15s ease-in-out infinite alternate;
    position: absolute;
    top: -10%;
    z-index: 2;
    width: 50%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    content: "";
    background: linear-gradient(45deg, rgb(117,120,132,0.5) 0%, rgb(153,157,172,0.5) 100%);
    height: 70%;
}.our_story_J .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 5;
    max-width: 1200px;
}.our_story_J .info_card_l {
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    backdrop-filter: blur(8px);
    padding: 40px;
    transition: transform 0.5s ease-in-out;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}.our_story_J .info_card_l:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_story_J .info_card_l::before {
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(153,157,172), rgb(117,120,132));
    transform: scaleY(0.95);
    content: "";
    width: 4px;
    left: 0;
}.our_story_J h1 {
    display: inline-block;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 39px;
}.our_story_J h1::after {
    position: absolute;
    width: 60%;
    transition: width 0.3s ease-in-out;
    left: 0;
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(153,157,172), transparent);
    height: 3px;
}.our_story_J h1:hover::after {
    width: 100%;
}.our_story_J ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.our_story_J ul li {
    margin-bottom: 20px;
    position: relative;
}.our_story_J h4 {
    transition: padding-left 0.3s ease;
    position: relative;
    margin-bottom: 15px;
    padding-left: 0;
    font-size: calc(18px + 2px);
    color: rgb(117,120,132);
    font-weight: 600;
}.our_story_J h4:hover {
    padding-left: 15px;
}.our_story_J h4::before {
    height: 8px;
    left: -15px;
    position: absolute;
    transition: transform 0.3s ease;
    transform: translateY(-50%) scale(0);
    content: "";
    top: 50%;
    background-color: rgb(153,157,172);
    width: 8px;
}.our_story_J h4:hover::before {
    transform: translateY(-50%) scale(1);
}.our_story_J span {
    font-size: 14px;
    text-align: justify;
    color: #000000;
    display: block;
    font-family: Arial, sans-serif;
    padding: 10px 0;
    position: relative;
    column-count: 1;
    column-gap: 30px;
    line-height: 1.7;
}

@keyframes floatElement {
    0% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(1deg); }
    100% { transform: translateY(5px) rotate(-1deg); }
}

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


@media (min-width: 768px) {.our_story_J .info_card_l {
    width: 90%;
    margin-left: 5%;
}.our_story_J span {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_story_J {
    padding: 150px 0;
}.our_story_J .info_card_l {
    margin-left: 10%;
    width: 80%;
}.our_story_J span {
    column-count: 2;
}.our_story_J h1 {
    font-size: calc(39px + 5px);
}
}

@media (max-width: 767px) {.our_story_J {
    padding: 80px 0;
}.our_story_J .info_card_l {
    transform: perspective(800px) rotateY(0deg);
    padding: 25px;
}.our_story_J h1 {
    font-size: calc(39px - 4px);
}.our_story_J h4 {
    font-size: 18px;
}.our_story_J span {
    font-size: calc(14px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.our_story_J {
    padding: 60px 0;
}.our_story_J .info_card_l {
    padding: 20px 15px;
}.our_story_J h1 {
    margin-bottom: 20px;
    font-size: calc(39px - 6px);
}.our_story_J h4 {
    font-size: calc(18px - 2px);
    margin-bottom: 10px;
}.our_story_J span {
    line-height: 1.5;
    font-size: calc(14px - 2px);
}}.data_overview_L {
    overflow: hidden;
    isolation: isolate;
    position: relative;
    padding: 130px 0 160px;
    color: #ffffff;
}.data_overview_L::before {
    content: '';
    opacity: 0.92;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -3;
    background-color: #000000;
    height: 100%;
}.data_overview_L::after {
    left: 0;
    z-index: -2;
    background: radial-gradient(ellipse at bottom right, rgb(153,157,172,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at top left, rgb(117,120,132,0.5) 0%, transparent 60%);
    position: absolute;
    height: 100%;
    opacity: 0.4;
    content: '';
    width: 100%;
    top: 0;
}.data_overview_L .container {
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}.data_overview_L .benefits_track_v {
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
}.data_overview_L .learn_statistics_B {
    z-index: 2;
    position: relative;
}.data_overview_L .learn_statistics_B svg {
    width: 100px;
    filter: drop-shadow(0 0 15px rgb(153,157,172,0.5));
    fill: rgb(153,157,172);
    height: 100px;
}.data_overview_L .learn_statistics_B svg path {
    stroke: #ffffff;
    fill: rgb(153,157,172);
    stroke-width: 0.5;
}.data_overview_L .top_statistics_h {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-size: 35px;
    font-weight: 700;
}.data_overview_L .top_statistics_h::after {
    position: absolute;
    background: linear-gradient(to right, rgb(153,157,172), rgb(117,120,132));
    bottom: 0;
    width: 60px;
    content: '';
    height: 3px;
    left: 0;
    border-radius: 3px;
}.data_overview_L .success_factors_f {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.9;
    position: relative;
    max-width: 90%;
}.data_overview_L .statistics_tracks_K {
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    display: flex;
}.data_overview_L .advantage_statistics_I {
    overflow: hidden;
    transform: translateY(0);
    margin: 10px;
    border-radius: 30px 30px 30px 0;
    position: relative;
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    flex: 1 1 calc(25% - 20px);
    min-width: 220px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px;
}.data_overview_L .advantage_statistics_I:nth-child(even) {
    border-radius: 30px 30px 0 30px;
}.data_overview_L .advantage_statistics_I:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    transform: translateY(-10px);
}.data_overview_L .advantage_statistics_I::before {
    opacity: 0.2;
    top: -50px;
    background: linear-gradient(to right, rgb(153,157,172,0.5), transparent);
    border-radius: 50%;
    transition: all 0.4s ease;
    content: '';
    position: absolute;
    width: 100px;
    right: -50px;
    height: 100px;
}.data_overview_L .advantage_statistics_I:hover::before {
    transform: scale(1.2);
    opacity: 0.4;
}.data_overview_L .statistics_extra_G {
    margin-bottom: 20px;
}.data_overview_L .statistics_extra_G svg {
    filter: drop-shadow(0 0 5px rgb(153,157,172,0.5));
    width: 40px;
    height: 40px;
    fill: rgb(153,157,172);
}.data_overview_L .statistics_extra_G svg path {
    stroke-width: 0.5;
    fill: rgb(153,157,172);
    stroke: #ffffff;
}.data_overview_L .advantage_statistics_I span {
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
}.data_overview_L .advantage_statistics_I p {
    opacity: 0.9;
    font-size: calc(16px * 0.9);
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}.data_overview_L .statistics_tracks_K::after {
    background: rgb(153,157,172,0.5);
    border-radius: 50%;
    left: -10%;
    opacity: 0.05;
    content: '';
    height: 120px;
    position: absolute;
    width: 120%;
}.data_overview_L .statistics_tracks_K::after {
    background: rgb(117,120,132,0.5);
    top: -70px;
}

@media screen and (max-width: 992px) {.data_overview_L {
    padding: 100px 0 120px;
}.data_overview_L .top_statistics_h {
    text-align: center;
}.data_overview_L .top_statistics_h::after {
    left: 50%;
    transform: translateX(-50%);
}.data_overview_L .success_factors_f {
    max-width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 768px) {.data_overview_L {
    padding: 80px 0 100px;
}.data_overview_L .learn_statistics_B svg {
    width: 80px;
    height: 80px;
}.data_overview_L .top_statistics_h {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: calc(35px * 0.9);
}.data_overview_L .success_factors_f {
    font-size: calc(16px * 0.95);
}.data_overview_L .advantage_statistics_I {
    min-width: 200px;
    flex: 1 1 calc(50% - 20px);
}
}

@media screen and (max-width: 576px) {.data_overview_L {
    padding: 60px 0 80px;
}.data_overview_L .learn_statistics_B svg {
    height: 70px;
    width: 70px;
}.data_overview_L .top_statistics_h {
    font-size: calc(35px * 0.8);
}.data_overview_L .advantage_statistics_I {
    flex: 1 1 100%;
    margin: 7px 0;
}.data_overview_L .advantage_statistics_I span {
    font-size: calc(22px * 0.95);
}}

.data_overview_L .advantage_statistics_I::after {
    border-radius: 50%;
    bottom: -15px;
    height: 30px;
    left: -15px;
    opacity: 0.2;
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgb(117,120,132,0.5), transparent);
    width: 30px;
    transition: all 0.4s ease;
}.data_overview_L .advantage_statistics_I:hover::after {
    opacity: 0.4;
    transform: scale(1.2);
}.data_overview_L .advantage_statistics_I:nth-child(1) {
    transform: rotate(-2deg);
}.data_overview_L .advantage_statistics_I:nth-child(2) {
    transform: rotate(1deg);
}.data_overview_L .advantage_statistics_I:nth-child(3) {
    transform: rotate(-1deg);
}.data_overview_L .advantage_statistics_I:nth-child(4) {
    transform: rotate(2deg);
}.data_overview_L .advantage_statistics_I:hover {
    transform: translateY(-10px) rotate(0deg);
}.data_overview_L .stat_item_inner {
    transform: rotate(0deg);
}.cookieNotificationBar_s {
    width: 100%;
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    justify-content: center;
    border-top: 3px solid rgb(153,157,172);
    overflow: hidden;
    bottom: 0;
    display: flex;
    padding: 1rem 0;
    position: fixed;
    background: rgb(190,194,209);
    align-items: center;
}#cookiePromptModal_r {
    display: none;
}#cookiePromptModal_r:checked ~ .cookieNotificationBar_s {
    visibility: hidden;
    opacity: 0;
}.cookieNotificationBar_s .container {
    display: flex;
    gap: 1rem;
    position: relative;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
    flex-wrap: wrap;
    padding: 0 15px;
    align-items: center;
}.cookie_confirm_G {
    align-items: center;
    flex-shrink: 0;
    margin-right: 1rem;
    display: flex;
}.cookie_confirm_G svg {
    fill: rgb(153,157,172);
    width: 50px;
    height: 50px;
}.data_accept_S {
    min-width: 300px;
    flex: 1;
    margin-bottom: 20px;
}.data_accept_S h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.5rem;
    color: rgb(153,157,172);
}.data_accept_S p {
    font-size: 1rem;
    color: #000000;
}.cookie_tips_T {
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    background: rgb(153,157,172);
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    color: #ffffff;
    display: inline-block;
}.cookie_button.cookies_overview_z {
    background: rgb(153,157,172);
}.cookie_button.cookie_box_m {
    margin-left: 0.5rem;
    background: #000000;
}.cookie_tips_T:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.cookie_box_m:hover {
    background: rgb(153,157,172);
}.cookieNotificationBar_s p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(153,157,172);
}.cookieNotificationBar_s p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookieNotificationBar_s .container {
    align-items: center;
    flex-direction: column;
}.cookie_confirm_G {
    margin-right: 0;
    margin-bottom: 1rem;
}.data_accept_S {
    text-align: center;
    margin-bottom: 1rem;
}.cookie_button.cookie_box_m {
    margin-left: 0;
    margin-top: 0.5rem;
}
}
