* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    width: 1118px;
    margin: auto;
    max-width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.EkFGI_nav_study {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.jfnmk_online_tools {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.XsCet_viewport-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    padding: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, rgb(98,115,172) 0%, rgb(145,182,197) 100%);
    z-index: 100;
    position: relative;
    overflow: visible;
    margin-top: 0;
}header::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    top: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}header .ZnUSs_main_lead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    padding: 1.2rem 2.5rem;
    position: relative;
}header .WRNva_nav_guide {
    overflow: visible;
    margin-right: 2rem;
    flex: 0 0 auto;
    position: relative;
    padding: 0.5rem;
}header .WRNva_nav_guide::before {
    transition: all 0.3s ease;
    bottom: -5px;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -5px;
    transform: skew(-5deg);
    border: 2px solid #ffffff;
    right: -5px;
    content: '';
}header .WRNva_nav_guide::after {
    bottom: -5px;
    position: absolute;
    content: '';
    z-index: -1;
    transition: all 0.3s ease;
    transform: skew(-5deg);
    border: 2px solid #ffffff;
    left: -5px;
    top: -5px;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    right: -5px;
    opacity: 0;
}header .WRNva_nav_guide:hover::before {
    opacity: 0;
}header .WRNva_nav_guide:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .nigpq_nav_learn {
    transition: all 0.3s ease;
    display: block;
    position: relative;
}header .nigpq_nav_learn:hover {
    transform: scale(1.05);
}header .nigpq_nav_learn img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .eQyBC_first_teach {
    display: flex;
    position: relative;
    padding: 0;
    list-style: none;
    z-index: 2;
    margin: 0;
}header .QpZdC_head_mainbar {
    margin: 0 0.4rem;
    position: relative;
}header .QpZdC_head_mainbar a {
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    justify-content: center;
    height: 40px;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 0 5px #ffffff;
    overflow: hidden;
    z-index: 1;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    align-items: center;
    position: relative;
    display: flex;
    padding: 0 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .QpZdC_head_mainbar a::before {
    right: -2px;
    transform: scale(0.9);
    transition: opacity 0.3s ease;
    position: absolute;
    top: -2px;
    background: #ffffff;
    opacity: 0;
    bottom: -2px;
    content: '';
    z-index: -1;
    left: -2px;
}header .QpZdC_head_mainbar a:hover {
    border-color: #ffffff;
    text-shadow: none;
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    color: rgb(145,182,197);
}header .QpZdC_head_mainbar a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .QpZdC_head_mainbar::after {
    filter: blur(3px);
    opacity: 0;
    left: 10%;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    width: 80%;
    position: absolute;
    content: '';
    bottom: -10px;
    height: 5px;
}header .QpZdC_head_mainbar:hover::after {
    bottom: -5px;
    opacity: 0.5;
}header .ZnUSs_main_lead::before {
    top: 0;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    left: 0;
    height: 1px;
    width: 100%;
}header .ZnUSs_main_lead::after {
    width: 100%;
    left: 0;
    content: '';
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 1px;
}header .EkFGI_nav_study {
    z-index: 1;
    padding-top: 2rem;
    background: rgb(196,208,217);
    position: relative;
}

@media (min-width: 1400px) {header .ZnUSs_main_lead {
    max-width: 1320px;
    margin: 0 auto;
}header .QpZdC_head_mainbar {
    margin: 0 0.6rem;
}header .QpZdC_head_mainbar a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .ZnUSs_main_lead {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .WRNva_nav_guide {
    margin-bottom: 0;
    margin-right: 0;
}header .eQyBC_first_teach {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .QpZdC_head_mainbar a {
    height: 36px;
    font-size: calc(15px - 1px);
    padding: 0 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .ZnUSs_main_lead {
    padding: 0.8rem 1.5rem;
}header .WRNva_nav_guide {
    max-width: 140px;
}header .WRNva_nav_guide::before, 
    header .WRNva_nav_guide::after {
    top: -3px;
    bottom: -3px;
    right: -3px;
    left: -3px;
}header .nigpq_nav_learn img {
    max-height: 35px;
}header .eQyBC_first_teach {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
}header .eQyBC_first_teach::-webkit-scrollbar {
    height: 3px;
}header .eQyBC_first_teach::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .QpZdC_head_mainbar {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .QpZdC_head_mainbar a {
    font-size: calc(15px - 2px);
    white-space: nowrap;
    height: 32px;
    padding: 0 0.8rem;
}header .QpZdC_head_mainbar::after {
    display: none;
}
}

@media (max-width: 479px) {header .ZnUSs_main_lead {
    padding: 0.7rem 1.2rem;
}header .WRNva_nav_guide {
    max-width: 120px;
}header .QpZdC_head_mainbar a {
    height: 30px;
    font-size: calc(15px - 3px);
    padding: 0 0.6rem;
}}.bwGYE_greeting_page {
    min-height: 100vh;
    width: 100%;
    background-color: rgb(196,208,217);
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}.bwGYE_greeting_page::before {
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
    background: 
    linear-gradient(120deg, rgb(145,182,197,0.5) 0%, transparent 30%),
    linear-gradient(240deg, rgb(98,115,172,0.5) 0%, transparent 30%);
    position: absolute;
    content: "";
    pointer-events: none;
}.bwGYE_greeting_page::after {
    z-index: 0;
    width: 100%;
    position: absolute;
    opacity: 0.4;
    background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 21px),
    repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255,255,255,0.03) 20px, rgba(255,255,255,0.03) 21px);
    content: "";
    height: 100%;
}.bwGYE_greeting_page .Kpvwy_page_lead {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    width: 90%;
}.bwGYE_greeting_page .TSwxQ_learn_home {
    padding: 6rem 4rem;
    justify-content: center;
    overflow: hidden;
    display: flex;
    border-radius: 10px;
    position: relative;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.2),
    0 5px 15px rgba(0,0,0,0.1);
    flex-direction: column;
}.bwGYE_greeting_page .TSwxQ_learn_home::before {
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0,0,0,0.85) 100%);
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}.bwGYE_greeting_page .TSwxQ_learn_home::after {
    position: absolute;
    height: 150%;
    left: -25%;
    z-index: 2;
    content: "";
    top: -25%;
    background: radial-gradient(circle at center, transparent 30%, rgba(0,0,0,0.6) 70%);
    width: 150%;
}.bwGYE_greeting_page .TSwxQ_learn_home span {
    z-index: 3;
    transform: translateX(-1rem);
    margin-bottom: 1.5rem;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    position: relative;
    opacity: 0;
}.bwGYE_greeting_page .TSwxQ_learn_home h3 {
    line-height: 1.4;
    font-size: calc(18px * 0.9);
    padding: 0.75rem 1.5rem;
    color: #ffffff;
    backdrop-filter: blur(5px);
    letter-spacing: 0.5px;
    background: linear-gradient(120deg, rgb(145,182,197,0.5) 0%, rgb(98,115,172,0.5) 100%);
    max-width: 80%;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    border-left: 3px solid rgb(145,182,197);
    font-weight: 400;
}.bwGYE_greeting_page .TSwxQ_learn_home h1 {
    font-size: calc(46px * 1.2);
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
    position: relative;
    z-index: 3;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 700;
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    opacity: 0;
    transform: translateY(1rem);
}.bwGYE_greeting_page .TSwxQ_learn_home h1::after {
    transform-origin: left;
    transform: scaleX(0);
    background: rgb(145,182,197);
    width: 80px;
    animation: expandLine 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    left: 0;
    bottom: -15px;
    content: "";
    position: absolute;
    height: 4px;
}.bwGYE_greeting_page .TSwxQ_learn_home > div {
    position: relative;
    transform: translateY(1rem);
    margin-top: 2rem;
    z-index: 3;
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}.bwGYE_greeting_page .TSwxQ_learn_home p {
    color: #ffffff;
    padding-left: 1rem;
    font-weight: 300;
    position: relative;
    line-height: 1.6;
    font-size: calc(17px * 1.2);
    max-width: 80%;
    letter-spacing: 0.3px;
}.bwGYE_greeting_page .TSwxQ_learn_home p::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(145,182,197), rgb(98,115,172));
    height: 100%;
    width: 2px;
    content: "";
    left: 0;
    top: 0;
}@keyframes slideIn {
  from {
    transform: translateX(-1rem);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

.bwGYE_greeting_page .TSwxQ_learn_home:hover::before {
    transition: background 0.5s ease;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 10%,
    rgba(0,0,0,0.8) 100%);
}.bwGYE_greeting_page .TSwxQ_learn_home:hover h1::after {
    transition: background 0.5s ease;
    background: linear-gradient(to right, rgb(145,182,197), rgb(98,115,172));
}

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

@media (max-width: 768px) {.bwGYE_greeting_page .Kpvwy_page_lead {
    transform: perspective(1000px) rotateX(1deg);
    width: 95%;
}.bwGYE_greeting_page .TSwxQ_learn_home {
    padding: 4rem 2rem;
}.bwGYE_greeting_page .TSwxQ_learn_home h1 {
    font-size: 46px;
}.bwGYE_greeting_page .TSwxQ_learn_home h3 {
    font-size: 18px;
    max-width: 100%;
}.bwGYE_greeting_page .TSwxQ_learn_home p {
    font-size: 17px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.bwGYE_greeting_page {
    min-height: 90vh;
}.bwGYE_greeting_page .TSwxQ_learn_home {
    padding: 3rem 1.5rem;
}.bwGYE_greeting_page .TSwxQ_learn_home h1 {
    font-size: calc(46px * 0.9);
}.bwGYE_greeting_page .TSwxQ_learn_home h3 {
    font-size: calc(18px * 0.85);
    padding: 0.5rem 1rem;
}.bwGYE_greeting_page .Kpvwy_page_lead {
    transform: none;
}
}

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

@media (hover: hover) {.bwGYE_greeting_page .TSwxQ_learn_home {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.bwGYE_greeting_page .TSwxQ_learn_home:hover {
    transform: translateY(-5px);
}}.BcJyY_company_overview {
    color: #ffffff;
    overflow: hidden;
    padding: 100px 0 120px;
    isolation: isolate;
    position: relative;
}.BcJyY_company_overview::before {
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}.BcJyY_company_overview::after {
    top: -15%;
    content: "";
    background: rgb(98,115,172);
    right: -10%;
    transform: rotate(-12deg);
    width: 50%;
    height: 140%;
    position: absolute;
    z-index: -1;
    opacity: 0.12;
    animation: shimmer 12s infinite alternate ease-in-out;
}.BcJyY_company_overview h4 {
    text-transform: uppercase;
    opacity: 0;
    text-align: center;
    font-size: calc(20px * 1.2);
    color: rgb(98,115,172);
    position: relative;
    animation: fadeSlideUp 0.8s forwards 0.2s ease-out;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 2rem;
    transform: translateY(20px);
}.BcJyY_company_overview h4::after {
    content: "";
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(98,115,172) 20%, 
        rgb(98,115,172) 80%, 
        transparent);
    width: 60px;
}.BcJyY_company_overview .container {
    width: 90%;
    transform: translateY(40px);
    animation: containerReveal 1s forwards 0.4s ease-out;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    opacity: 0;
}.BcJyY_company_overview .wkgan_text_area {
    backdrop-filter: blur(8px);
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 30px rgba(0, 0, 0, 0.15);
    background: linear-gradient(
        135deg,
        rgba(40, 40, 40, 0.65) 0%,
        rgba(30, 30, 30, 0.78) 100%
    );
    padding: 3.5rem;
    transform: perspective(1000px) rotateY(-1deg);
    transition: transform 0.7s ease-out;
    border-left: 4px solid rgb(98,115,172);
}.BcJyY_company_overview .wkgan_text_area:hover {
    transform: perspective(1000px) rotateY(0);
}.BcJyY_company_overview .wkgan_text_area::before {
    pointer-events: none;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgba(255, 255, 255, 0.05) 100%
    );
}.BcJyY_company_overview h6 {
    color: #ffffff;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.8rem;
    display: inline-block;
    font-size: calc(18px * 1.5);
    animation: slideRight 0.7s forwards 0.8s ease-out;
    transform: translateX(-10px);
    opacity: 0;
}.BcJyY_company_overview h6::after {
    background: rgb(98,115,172);
    position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
    height: 2px;
    width: 0;
    animation: lineGrow 1.2s forwards 1.3s ease-in-out;
}.BcJyY_company_overview .wkgan_text_area div {
    scrollbar-color: rgb(98,115,172) rgba(255, 255, 255, 0.1);
    position: relative;
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 15px;
}.BcJyY_company_overview .wkgan_text_area div::-webkit-scrollbar {
    width: 5px;
}.BcJyY_company_overview .wkgan_text_area div::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}.BcJyY_company_overview .wkgan_text_area div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(98,115,172);
}.BcJyY_company_overview span {
    transform: translateY(20px);
    animation: textReveal 1s forwards 1.2s ease-out;
    display: block;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    position: relative;
    font-size: 14px;
    line-height: 1.8;
}.BcJyY_company_overview span::first-letter {
    font-size: 1.7em;
    color: rgb(98,115,172);
    float: left;
    line-height: 1;
    margin-right: 6px;
    font-weight: 700;
}

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

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

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

@keyframes lineGrow {
    to {
        width: 100%;
    }
}

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

@keyframes shimmer {
    0%, 100% {
        opacity: 0.12;
        transform: rotate(-12deg) translateX(0);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-12deg) translateX(5%);
    }
}

@media screen and (max-width: 1200px) {.BcJyY_company_overview {
    padding: 80px 0 100px;
}.BcJyY_company_overview .wkgan_text_area {
    padding: 2.8rem;
}
}

@media screen and (max-width: 992px) {.BcJyY_company_overview h4 {
    font-size: calc(20px * 1.1);
}.BcJyY_company_overview h6 {
    font-size: calc(18px * 1.3);
}.BcJyY_company_overview .wkgan_text_area {
    transform: perspective(1000px) rotateY(0);
    padding: 2.5rem;
}.BcJyY_company_overview .wkgan_text_area div {
    max-height: 350px;
}
}

@media screen and (max-width: 768px) {.BcJyY_company_overview {
    padding: 70px 0 80px;
}.BcJyY_company_overview h4 {
    font-size: 20px;
    letter-spacing: 2px;
}.BcJyY_company_overview h6 {
    font-size: 18px;
    margin-bottom: 1.5rem;
}.BcJyY_company_overview .wkgan_text_area {
    padding: 2rem;
    border-left-width: 3px;
}.BcJyY_company_overview::after {
    top: -5%;
    width: 70%;
    right: -20%;
    height: 100%;
}
}

@media screen and (max-width: 576px) {.BcJyY_company_overview {
    padding: 60px 0 70px;
}.BcJyY_company_overview .container {
    width: 92%;
}.BcJyY_company_overview h4::after {
    bottom: -10px;
    width: 40px;
}.BcJyY_company_overview .wkgan_text_area {
    border-left-width: 2px;
    padding: 1.8rem 1.5rem;
}.BcJyY_company_overview span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.BcJyY_company_overview .wkgan_text_area div {
    padding-right: 10px;
    max-height: 300px;
}.BcJyY_company_overview::after {
    opacity: 0.08;
}}.Gijwr_gratBox {
    position: relative;
    background: linear-gradient(135deg, rgb(196,208,217) 0%, rgb(98,115,172,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
}.Gijwr_gratBox::before {
    background: radial-gradient(circle, rgb(145,182,197,0.5) 0%, transparent 70%);
    right: -5%;
    opacity: 0.6;
    height: 300px;
    filter: blur(40px);
    position: absolute;
    content: "";
    animation: float 15s infinite ease-in-out;
    top: -10%;
    width: 300px;
}.Gijwr_gratBox::after {
    animation: float 12s infinite ease-in-out reverse;
    bottom: -5%;
    left: -5%;
    background: radial-gradient(circle, rgb(98,115,172,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.6;
    width: 250px;
    content: "";
    filter: blur(30px);
    height: 250px;
}.Gijwr_gratBox .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.Gijwr_gratBox h2 {
    line-height: 1.3;
    font-family: Arial, sans-serif;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 40px;
    font-size: clamp(28px, 5vw, 31px);
    color: rgb(145,182,197);
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
}.Gijwr_gratBox h2::before {
    width: 80px;
    background: linear-gradient(90deg, rgb(145,182,197) 0%, rgb(98,115,172) 100%);
    animation: expand 1.5s ease-out forwards;
    height: 3px;
    transform-origin: left;
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
}.Gijwr_gratBox .LjZdq_impact_numbers {
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    position: relative;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    padding: 40px;
}.Gijwr_gratBox .LjZdq_impact_numbers:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}.Gijwr_gratBox .LjZdq_impact_numbers::before {
    background: linear-gradient(135deg, rgb(145,182,197,0.5), transparent, rgb(98,115,172,0.5));
    right: -5px;
    content: "";
    position: absolute;
    animation: pulse 4s infinite alternate;
    top: -5px;
    filter: blur(15px);
    bottom: -5px;
    left: -5px;
    opacity: 0.5;
    z-index: -1;
}.Gijwr_gratBox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.Gijwr_gratBox li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}.Gijwr_gratBox li::before {
    content: "";
    height: 8px;
    left: 0;
    top: 12px;
    animation: pulse 4s infinite alternate;
    position: absolute;
    width: 8px;
    transform: rotate(45deg);
    background: rgb(145,182,197);
}.Gijwr_gratBox span {
    display: block;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    animation: fadeIn 1s ease-out forwards;
    overflow: hidden;
    font-size: 17px;
    color: #000000;
    position: relative;
}

@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) {.Gijwr_gratBox {
    padding: 90px 0;
}.Gijwr_gratBox .LjZdq_impact_numbers {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}
}

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

@media (max-width: 575px) {.Gijwr_gratBox {
    padding: 50px 0;
}.Gijwr_gratBox h2 {
    font-size: 24px;
    margin-bottom: 25px;
}.Gijwr_gratBox .LjZdq_impact_numbers {
    padding: 20px;
}.Gijwr_gratBox li {
    padding-left: 20px;
}.Gijwr_gratBox span {
    line-height: 1.6;
    font-size: calc(17px - 1px);
}.Gijwr_gratBox h2::before {
    width: 50px;
    height: 2px;
}}.tTIhe_cookie_overlay_window {
    z-index: 90;
    bottom: 0;
    background: rgb(196,208,217);
    position: fixed;
    width: 100%;
    border-top: 2px solid rgb(145,182,197);
}.FTpkB_data_policy {
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
}#GSint_cookieDisclosureBox {
    display: none;
}#GSint_cookieDisclosureBox:checked ~ .tTIhe_cookie_overlay_window {
    opacity: 0;
    visibility: hidden;
}.tTIhe_cookie_overlay_window h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.tTIhe_cookie_overlay_window p {
    font-size: 18px;
}.gbdvS_visitor_controls {
    flex-shrink: 0;
    margin-right: 10px;
}.gbdvS_visitor_controls svg, .gbdvS_visitor_controls svg path, .gbdvS_visitor_controls img {
    height: 100px;
    fill: rgb(145,182,197);
    width: 100px;
}.arWHM_cookie_customize {
    font-size: 24px;
    flex-shrink: 0;
    text-align: center;
    white-space: nowrap;
    margin-left: 10px;
    text-decoration: none;
    border-bottom: 2px solid rgb(145,182,197);
    cursor: pointer;
    color: rgb(145,182,197);
    min-width: 120px;
    line-height: 35px;
}.tTIhe_cookie_overlay_window p a {
    text-decoration: none;
    color: rgb(145,182,197);
}
@media only screen and (max-width: 1200px) {.tTIhe_cookie_overlay_window {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.gbdvS_visitor_controls {
    display: none;
}.FTpkB_data_policy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.tTIhe_cookie_overlay_window h5 {
    text-align: center;
}.tTIhe_cookie_overlay_window p {
    text-align: center;
}.lXyCk_data_control {
    margin-bottom: 20px;
}body .XsCet_viewport-container .arWHM_cookie_customize {
    margin-left: 0;
    margin-bottom: 10px;
}}
.XsCet_viewport-container .tTIhe_cookie_overlay_window {
    background: #ffffff;
    box-shadow: rgb(145,182,197,0.5) 0px 0px 40px 39px;
    border: none;
}.XsCet_viewport-container .arWHM_cookie_customize {
    font-weight: 400;
    background: rgb(145,182,197);
    padding: 10px;
    border: none;
    font-size: 20px;
    margin-left: 30px;
    color: #ffffff;
}.XsCet_viewport-container .gbdvS_visitor_controls {
    border-radius: 50%;
    background:rgb(145,182,197);
    width: 80px;
    justify-content: center;
    height: 80px;
    display: flex;
    align-items: center;
}.XsCet_viewport-container .gbdvS_visitor_controls svg, .XsCet_viewport-container .gbdvS_visitor_controls svg path, .XsCet_viewport-container .gbdvS_visitor_controls img {
    height: 40px;
    fill:#000000;
    width: 40px;
}.XsCet_viewport-container .lXyCk_data_control h5, .XsCet_viewport-container .lXyCk_data_control p {
    color: #000000;
}
@media only screen and (max-width: 800px){.XsCet_viewport-container .gbdvS_visitor_controls {
    margin-bottom: 14px;
    margin: 0;
}}.PgOXU_program_offerings {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(196,208,217);
}.PgOXU_program_offerings::before {
    height: 100%;
    content: "";
    opacity: 0.4;
    left: 0;
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(145,182,197,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(98,115,172,0.5) 0%, transparent 40%);
    top: 0;
    z-index: 0;
}.PgOXU_program_offerings::after {
    top: 0;
    opacity: 0.2;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    animation: gridMove 20s linear infinite;
    z-index: 0;
}.PgOXU_program_offerings .container {
    z-index: 1;
    position: relative;
}.PgOXU_program_offerings .LjZdq_impact_numbers {
    flex-direction: column;
    position: relative;
    justify-content: center;
    min-height: 500px;
    display: flex;
    align-items: center;
}.PgOXU_program_offerings .XlGhr_image_section {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}.PgOXU_program_offerings .XlGhr_image_section::before {
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
}.PgOXU_program_offerings .BiMsW_knowledge_flow {
    grid-template-columns: 60% 40%;
    z-index: 2;
    position: relative;
    grid-template-areas: 
        "logo logo"
        "title photo1"
        "desc photo2";
    gap: 30px;
    display: grid;
    width: 100%;
    grid-template-rows: auto auto 1fr;
}.PgOXU_program_offerings .WRNva_nav_guide {
    justify-content: center;
    border-radius: 50%;
    grid-area: logo;
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: flex;
    z-index: 10;
    box-shadow: 
        0px 10px 30px rgba(0, 0, 0, 0.1),
        0px 4px 10px rgb(145,182,197,0.5);
    height: 80px;
    margin-bottom: 20px;
    justify-self: center;
    position: relative;
    align-items: center;
    width: 80px;
}.PgOXU_program_offerings .WRNva_nav_guide::before {
    right: -8px;
    border-radius: 50%;
    background: conic-gradient(
        from 0deg, 
        rgb(145,182,197,0.5), 
        rgb(98,115,172,0.5), 
        rgb(145,182,197,0.5)
    );
    bottom: -8px;
    top: -8px;
    content: "";
    left: -8px;
    position: absolute;
    opacity: 0.6;
    z-index: -1;
    animation: spin 10s linear infinite;
}.PgOXU_program_offerings .WRNva_nav_guide::after {
    bottom: -15px;
    animation: pulse 4s ease-in-out infinite;
    left: -15px;
    border: 1px solid rgb(145,182,197,0.5);
    content: "";
    top: -15px;
    right: -15px;
    position: absolute;
    opacity: 0.3;
    border-radius: 50%;
    z-index: -2;
}.PgOXU_program_offerings .WRNva_nav_guide:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 
        0px 15px 40px rgba(0, 0, 0, 0.15),
        0px 6px 15px rgb(145,182,197,0.5);
}.PgOXU_program_offerings .WRNva_nav_guide svg {
    transition: transform 0.5s ease;
    width: 45px;
    height: 45px;
}.PgOXU_program_offerings .WRNva_nav_guide:hover svg {
    transform: rotate(-10deg);
}.PgOXU_program_offerings .WRNva_nav_guide svg path {
    fill: rgb(145,182,197);
    transition: fill 0.3s ease;
}.PgOXU_program_offerings .WRNva_nav_guide:hover svg path {
    fill: rgb(98,115,172);
}.PgOXU_program_offerings h3 {
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 17px 17px 0;
    padding: 30px 40px;
    grid-area: title;
    font-weight: 700;
    transform: translateX(-5%);
    background: #ffffff;
    color: #000000;
    transition: all 0.5s ease;
    z-index: 5;
    margin: 0;
    position: relative;
    font-size: 34px;
}.PgOXU_program_offerings h3::before {
    z-index: -1;
    bottom: 10px;
    right: 10px;
    border-radius: 0 10px 10px 0;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    top: 10px;
    position: absolute;
    border: 1px dashed rgb(145,182,197,0.5);
    left: 10px;
    content: "";
    opacity: 0.5;
}.PgOXU_program_offerings h3::after {
    width: 60px;
    transition: width 0.4s ease;
    bottom: 15px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(145,182,197), rgb(98,115,172));
    position: absolute;
    left: 40px;
    height: 3px;
    content: "";
}.PgOXU_program_offerings .BiMsW_knowledge_flow:hover h3 {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0%);
}.PgOXU_program_offerings .BiMsW_knowledge_flow:hover h3::after {
    width: 100px;
}.PgOXU_program_offerings p {
    line-height: 1.8;
    background: #ffffff;
    padding: 35px 40px;
    border-radius: 0 17px 17px 0;
    transition: all 0.5s ease 0.1s;
    z-index: 4;
    transform: translateX(-10%);
    position: relative;
    padding-right: 70px;
    color: #000000;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    grid-area: desc;
    margin: 0;
    font-size: 16px;
}.PgOXU_program_offerings p::before {
    left: 10px;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    bottom: 10px;
    right: 10px;
    border-radius: 0 10px 10px 0;
    position: absolute;
    content: "";
    top: 10px;
    z-index: -1;
    opacity: 0.5;
    border: 1px dashed rgb(98,115,172,0.5);
}.PgOXU_program_offerings .BiMsW_knowledge_flow:hover p {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(-5%);
}.PgOXU_program_offerings .XlGhr_image_section::after {
    top: 0;
    opacity: 0.5;
    mix-blend-mode: multiply;
    transition: opacity 0.5s ease;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    position: absolute;
}.PgOXU_program_offerings .BiMsW_knowledge_flow::after {
    transform: translateX(15%);
    background-size: cover;
    height: 100%;
    background: inherit;
    background-position: center bottom;
    content: "";
    grid-area: photo2;
    transition: all 0.5s ease 0.1s;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 2;
    border-radius: 17px 0 0 17px;
}.PgOXU_program_offerings .BiMsW_knowledge_flow:hover::before {
    transform: translateX(5%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}.PgOXU_program_offerings .BiMsW_knowledge_flow:hover::after {
    transform: translateX(10%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.PgOXU_program_offerings {
    padding: 80px 0;
}.PgOXU_program_offerings .BiMsW_knowledge_flow {
    gap: 25px;
    grid-template-columns: 55% 45%;
}.PgOXU_program_offerings h3 {
    font-size: calc(34px - 2px);
    padding: 25px 35px;
}.PgOXU_program_offerings p {
    padding: 30px 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.PgOXU_program_offerings {
    padding: 70px 0;
}.PgOXU_program_offerings .LjZdq_impact_numbers {
    min-height: auto;
}.PgOXU_program_offerings .BiMsW_knowledge_flow {
    gap: 20px;
    grid-template-rows: auto auto auto 250px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
            "logo logo"
            "title title"
            "desc desc"
            "photo1 photo2";
}.PgOXU_program_offerings h3 {
    padding: 25px 30px;
    border-radius: 17px;
    font-size: calc(34px - 4px);
    transform: none;
    clip-path: none;
}.PgOXU_program_offerings h3::before {
    border-radius: 10px;
    clip-path: none;
}.PgOXU_program_offerings p {
    clip-path: none;
    border-radius: 17px;
    padding: 25px 30px;
    transform: none;
}.PgOXU_program_offerings p::before {
    clip-path: none;
    border-radius: 10px;
}.PgOXU_program_offerings .BiMsW_knowledge_flow::before,
    .PgOXU_program_offerings .BiMsW_knowledge_flow::after {
    transform: none;
    border-radius: 17px;
    height: 250px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
}.PgOXU_program_offerings .BiMsW_knowledge_flow::after {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}.PgOXU_program_offerings .BiMsW_knowledge_flow:hover h3,
    .PgOXU_program_offerings .BiMsW_knowledge_flow:hover p,
    .PgOXU_program_offerings .BiMsW_knowledge_flow:hover::before,
    .PgOXU_program_offerings .BiMsW_knowledge_flow:hover::after {
    transform: none;
}.PgOXU_program_offerings .WRNva_nav_guide {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}.PgOXU_program_offerings .WRNva_nav_guide svg {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 767px) {.PgOXU_program_offerings {
    padding: 60px 0;
}.PgOXU_program_offerings .LjZdq_impact_numbers {
    min-height: auto;
}.PgOXU_program_offerings .BiMsW_knowledge_flow {
    grid-template-areas: 
            "logo"
            "title"
            "desc"
            "photo1";
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 200px;
}.PgOXU_program_offerings h3 {
    padding: 20px 25px;
    clip-path: none;
    font-size: calc(34px - 6px);
    transform: none;
    border-radius: 17px;
}.PgOXU_program_offerings h3::before {
    display: none;
}.PgOXU_program_offerings h3::after {
    bottom: 10px;
    width: 50px;
    height: 2px;
    left: 25px;
}.PgOXU_program_offerings p {
    padding: 20px 25px;
    transform: none;
    font-size: calc(16px - 1px);
    line-height: 1.6;
    clip-path: none;
    border-radius: 17px;
}.PgOXU_program_offerings p::before {
    display: none;
}.PgOXU_program_offerings .BiMsW_knowledge_flow::before {
    height: 200px;
    border-radius: 17px;
    clip-path: none;
    transform: none;
}.PgOXU_program_offerings .BiMsW_knowledge_flow::after {
    display: none;
}.PgOXU_program_offerings .BiMsW_knowledge_flow:hover h3,
    .PgOXU_program_offerings .BiMsW_knowledge_flow:hover p,
    .PgOXU_program_offerings .BiMsW_knowledge_flow:hover::before {
    transform: none;
}.PgOXU_program_offerings .WRNva_nav_guide {
    margin-bottom: 10px;
    height: 60px;
    width: 60px;
}.PgOXU_program_offerings .WRNva_nav_guide::before,
    .PgOXU_program_offerings .WRNva_nav_guide::after {
    display: none;
}.PgOXU_program_offerings .WRNva_nav_guide svg {
    height: 35px;
    width: 35px;
}}.crFmz_statistics_information {
    background-color: rgb(196,208,217);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.crFmz_statistics_information::before {
    width: 100%;
    opacity: 0.6;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 90%, rgb(145,182,197,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 10%, rgb(98,115,172,0.5) 0%, transparent 40%);
    content: "";
}.crFmz_statistics_information .container {
    align-items: center;
    position: relative;
    display: flex;
    z-index: 2;
    flex-direction: column;
}.crFmz_statistics_information .xuTjL_statistics_upgrade {
    position: relative;
    max-width: 600px;
    margin-bottom: 80px;
    text-align: center;
    padding: 0 20px;
}.crFmz_statistics_information .xuTjL_statistics_upgrade::before {
    transform: translateX(-50%);
    content: "";
    left: 50%;
    height: 30px;
    position: absolute;
    background-color: rgb(145,182,197);
    bottom: -40px;
    width: 2px;
}.crFmz_statistics_information .xuTjL_statistics_upgrade::after {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    bottom: -40px;
    background-color: rgb(145,182,197);
    position: absolute;
}.crFmz_statistics_information .ZaXvN_statistics_advantages {
    position: relative;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 15px;
    color: #000000;
    margin-bottom: 25px;
    font-size: 36px;
}.crFmz_statistics_information .ZaXvN_statistics_advantages::after {
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, transparent, rgb(145,182,197), transparent);
    position: absolute;
    width: 80%;
    left: 50%;
    height: 3px;
    bottom: 0;
}.crFmz_statistics_information .DMBJi_expert_benefits {
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
}.crFmz_statistics_information .scYQZ_fast_benefits {
    width: 100%;
    justify-content: center;
    position: relative;
    display: flex;
}.crFmz_statistics_information .EuheF_class_statistics {
    transform-style: preserve-3d;
    z-index: 3;
    height: 330px;
    width: 25%;
    background-color: transparent;
    perspective: 1000px;
    position: relative;
}.crFmz_statistics_information .EuheF_class_statistics:nth-child(even) {
    margin-top: 60px;
}.crFmz_statistics_information .EuheF_class_statistics::before {
    position: absolute;
    height: 100%;
    transform: translateZ(-10px);
    z-index: -1;
    top: 0;
    content: "";
    border-radius: 27px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    left: 0;
    width: 100%;
}.crFmz_statistics_information .EuheF_class_statistics::after {
    z-index: -1;
    border-radius: calc(27px - 15px);
    left: 15px;
    border: 2px dashed rgb(145,182,197,0.5);
    content: "";
    bottom: 15px;
    top: 15px;
    right: 15px;
    opacity: 0.5;
    position: absolute;
}.crFmz_statistics_information .EuheF_class_statistics h4 {
    font-weight: 700;
    left: 50%;
    color: #000000;
    transform: translate(-50%, -50%);
    z-index: 3;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    font-size: 4rem;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
}.crFmz_statistics_information .EuheF_class_statistics:hover h4 {
    color: rgb(145,182,197);
    transform: translate(-50%, -50%) scale(1.1);
}.crFmz_statistics_information .EuheF_class_statistics span {
    bottom: 40px;
    z-index: 3;
    width: 100%;
    padding: 0 20px;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #000000;
}.crFmz_statistics_information .EuheF_class_statistics:hover span {
    transform: translateY(-10px);
}.crFmz_statistics_information svg {
    opacity: 0.7;
    z-index: 2;
    position: absolute;
    height: 40px;
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
}.crFmz_statistics_information svg path {
    fill: rgb(145,182,197);
}

@media (max-width: 1200px) {.crFmz_statistics_information .EuheF_class_statistics {
    width: calc(25% - 20px);
    margin: 0 10px;
    height: 300px;
}.crFmz_statistics_information .EuheF_class_statistics h4 {
    font-size: 3.5rem;
}
}

@media (max-width: 992px) {.crFmz_statistics_information {
    padding: 90px 0;
}.crFmz_statistics_information .xuTjL_statistics_upgrade {
    margin-bottom: 60px;
}.crFmz_statistics_information .scYQZ_fast_benefits {
    flex-wrap: wrap;
}.crFmz_statistics_information .EuheF_class_statistics {
    width: calc(50% - 20px);
    height: 260px;
    margin: 10px !important;
}.crFmz_statistics_information .EuheF_class_statistics h4 {
    font-size: 3rem;
}.crFmz_statistics_information .EuheF_class_statistics:nth-child(even) {
    margin-top: 0;
}
}

@media (max-width: 767px) {.crFmz_statistics_information {
    padding: 70px 0;
}.crFmz_statistics_information .xuTjL_statistics_upgrade {
    margin-bottom: 50px;
}.crFmz_statistics_information .ZaXvN_statistics_advantages {
    font-size: calc(36px * 0.9);
}.crFmz_statistics_information .EuheF_class_statistics {
    height: 240px;
}.crFmz_statistics_information .EuheF_class_statistics h4 {
    font-size: 2.8rem;
}.crFmz_statistics_information .EuheF_class_statistics span {
    font-size: calc(14px * 0.9);
    bottom: 30px;
}.crFmz_statistics_information svg {
    height: 30px;
    width: 30px;
    top: 30px;
}
}

@media (max-width: 576px) {.crFmz_statistics_information {
    padding: 60px 0;
}.crFmz_statistics_information .xuTjL_statistics_upgrade {
    margin-bottom: 40px;
}.crFmz_statistics_information .scYQZ_fast_benefits {
    flex-direction: column;
    align-items: center;
}.crFmz_statistics_information .EuheF_class_statistics {
    height: 200px;
    width: 90%;
    max-width: 300px;
    margin: 10px 0 !important;
}.crFmz_statistics_information .EuheF_class_statistics h4 {
    font-size: 2.5rem;
}.crFmz_statistics_information .EuheF_class_statistics span {
    bottom: 25px;
}}

@keyframes float {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.8;
    }
}.vKeZw_secure_depot {
    background-color: rgb(196,208,217);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 2em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.vKeZw_secure_depot h1 {
    font-size: 42px;
    font-weight: 700;
    color: rgb(145,182,197);
    margin-bottom: 1em;
    text-align: center;
}.vKeZw_secure_depot h2 {
    margin-bottom: 0.75em;
    font-size: 32px;
    font-weight: 600;
    color: rgb(98,115,172);
}.vKeZw_secure_depot h3,
.vKeZw_secure_depot h4,
.vKeZw_secure_depot h5,
.vKeZw_secure_depot h6 {
    margin-bottom: 0.5em;
}.vKeZw_secure_depot h3 {
    color: rgb(145,182,197);
    font-size: calc(20px - 0.2em);
    font-weight: 400;
}.vKeZw_secure_depot h4 {
    font-size: calc(20px - 0.4em);
    color: rgb(98,115,172);
    font-weight: 400;
}.vKeZw_secure_depot h5 {
    color: #000000;
    font-weight: 300;
    font-size: 20px;
}.vKeZw_secure_depot h6 {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
    font-size: 20px;
}.vKeZw_secure_depot ul {
    padding-left: 1.5em;
    list-style-type: disc;
    margin-bottom: 1em;
}.vKeZw_secure_depot ol {
    list-style-type: decimal;
    margin-bottom: 1em;
    padding-left: 1.5em;
}.vKeZw_secure_depot li {
    font-size: 14px;
    margin-bottom: 0.5em;
}.vKeZw_secure_depot p {
    font-size: 14px;
    margin-bottom: 1em;
    line-height: 1.6;
}.vKeZw_secure_depot span {
    color: rgb(145,182,197);
    font-weight: 600;
}.vKeZw_secure_depot div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {.vKeZw_secure_depot {
    padding: 1em;
    border-radius: 10px;
}.vKeZw_secure_depot h1 {
    font-size: calc(20px - 0.5em);
}.vKeZw_secure_depot h2 {
    font-size: calc(20px - 0.4em);
}.vKeZw_secure_depot p,
    .vKeZw_secure_depot li {
    font-size: calc(14px - 0.2em);
}}
.vKeZw_secure_depot h1::after {
    height: 4px;
    content: "";
    margin: 0.5em auto 0;
    background-color: rgb(145,182,197);
    border-radius: 10px;
    display: block;
    width: 60px;
}.vKeZw_secure_depot h2::after {
    content: "";
    background-color: rgb(98,115,172);
    display: block;
    width: 40px;
    margin: 0.5em auto 0;
    height: 3px;
    border-radius: 10px;
}.vKeZw_secure_depot ul li::before {
    display: inline-block;
    color: rgb(145,182,197);
    margin-left: -1em;
    font-weight: 700;
    content: "•";
    width: 1em;
}.vKeZw_secure_depot ol li::before {
    color: rgb(98,115,172);
    font-weight: 700;
}.vKeZw_secure_depot a {
    text-decoration: underline;
    color: rgb(145,182,197);
}.vKeZw_secure_depot a:hover {
    color: rgb(98,115,172);
    text-decoration: none;
}.vKeZw_secure_depot blockquote {
    font-style: italic;
    padding: 1em;
    margin: 1em 0;
    background-color: rgb(145,182,197,0.5);
    border-left: 5px solid rgb(145,182,197);
}.ViNJd_academic_expertise {
    background: linear-gradient(170deg, rgb(196,208,217) 0%, rgb(145,182,197,0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.ViNJd_academic_expertise::before {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.04;
    position: absolute;
    left: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(145,182,197,0.5) 20px,
            rgb(145,182,197,0.5) 21px
        );
    top: 0;
}.ViNJd_academic_expertise::after {
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 30%, rgb(145,182,197,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(98,115,172,0.5) 0%, transparent 40%);
    height: 100%;
    filter: blur(80px);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
}.ViNJd_academic_expertise .container {
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.ViNJd_academic_expertise .dQkoD_testimonial_track {
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    align-items: center;
    max-width: 1000px;
}.ViNJd_academic_expertise .dQkoD_testimonial_track::before {
    width: 500px;
    animation: orbit 20s linear infinite;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    height: 500px;
    border-radius: 50%;
    content: "";
    border: 1px solid rgb(145,182,197,0.5);
    left: 50%;
    opacity: 0.2;
}.ViNJd_academic_expertise .dQkoD_testimonial_track::after {
    content: "";
    animation: orbit 15s linear infinite reverse;
    position: absolute;
    left: 50%;
    height: 400px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    border-radius: 50%;
    border: 1px dashed rgb(98,115,172,0.5);
    opacity: 0.15;
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ViNJd_academic_expertise .XlGhr_image_section {
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 5;
    width: 240px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    border-radius: 50%;
    position: relative;
    height: 240px;
}.ViNJd_academic_expertise .XlGhr_image_section::before {
    content: "";
    inset: -30px;
    animation: spin 12s linear infinite;
    z-index: -1;
    opacity: 0.4;
    border-radius: 50%;
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(145,182,197,0.5) 90deg,
        transparent 180deg,
        rgb(98,115,172,0.5) 270deg,
        transparent 360deg
    );
    position: absolute;
}.ViNJd_academic_expertise .XlGhr_image_section::after {
    inset: 0;
    z-index: 2;
    content: "";
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    border-radius: 50%;
    position: absolute;
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ViNJd_academic_expertise .name {
    background-clip: text !important;
    text-fill-color: transparent;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(145,182,197) 100%
    );
    margin-bottom: 15px;
    font-size: 40px;
    transition: all 0.3s ease;
    position: relative;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: #000000;
    z-index: 3;
}.ViNJd_academic_expertise .name::after {
    content: "";
    transition: width 0.4s ease;
    transform: translateX(-50%);
    width: 0;
    position: absolute;
    height: 2px;
    left: 50%;
    background: linear-gradient(
        to right,
        rgb(145,182,197) 0%,
        rgb(98,115,172) 100%
    );
    bottom: -8px;
}.ViNJd_academic_expertise .dQkoD_testimonial_track:hover .name::after {
    width: 80px;
}.ViNJd_academic_expertise .dQkoD_testimonial_track span:not(.name) {
    background: rgba(255, 255, 255, 0.1);
    color: rgb(98,115,172);
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    font-weight: 600;
    border-radius: 30px;
    z-index: 3;
    padding: 8px 20px;
    font-size: 17px;
    backdrop-filter: blur(5px);
    text-transform: uppercase;
    opacity: 0.9;
    transition: all 0.3s ease;
    letter-spacing: 2px;
}.ViNJd_academic_expertise .dQkoD_testimonial_track:hover span:not(.name) {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
}.ViNJd_academic_expertise .bknPp_work_content {
    z-index: 3;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    border-radius: 18px;
    max-width: 650px;
    font-size: 18px;
    background: #ffffff;
    position: relative;
    color: #000000;
    margin: 0;
    text-align: center;
    padding: 35px 45px;
    line-height: 1.8;
}.ViNJd_academic_expertise .bknPp_work_content::before,
.ViNJd_academic_expertise .bknPp_work_content::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
}.ViNJd_academic_expertise .bknPp_work_content::before {
    border-top: 2px solid rgb(145,182,197);
    border-left: 2px solid rgb(145,182,197);
    left: 25px;
    top: 25px;
}.ViNJd_academic_expertise .bknPp_work_content::after {
    border-right: 2px solid rgb(98,115,172);
    border-bottom: 2px solid rgb(98,115,172);
    right: 25px;
    bottom: 25px;
}.ViNJd_academic_expertise .dQkoD_testimonial_track:hover .XlGhr_image_section {
    transform: scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {.ViNJd_academic_expertise {
    padding: 90px 0;
}.ViNJd_academic_expertise .XlGhr_image_section {
    width: 200px;
    margin-bottom: 25px;
    height: 200px;
}.ViNJd_academic_expertise .dQkoD_testimonial_track::before {
    width: 400px;
    height: 400px;
}.ViNJd_academic_expertise .dQkoD_testimonial_track::after {
    height: 320px;
    width: 320px;
}.ViNJd_academic_expertise .name {
    font-size: calc(40px * 0.9);
}.ViNJd_academic_expertise .bknPp_work_content {
    max-width: 600px;
    padding: 30px 35px;
}
}

@media (max-width: 767px) {.ViNJd_academic_expertise {
    padding: 70px 0;
}.ViNJd_academic_expertise .XlGhr_image_section {
    height: 180px;
    margin-bottom: 20px;
    width: 180px;
}.ViNJd_academic_expertise .dQkoD_testimonial_track::before {
    width: 320px;
    height: 320px;
}.ViNJd_academic_expertise .dQkoD_testimonial_track::after {
    height: 260px;
    width: 260px;
}.ViNJd_academic_expertise .name {
    font-size: calc(40px * 0.8);
}.ViNJd_academic_expertise .dQkoD_testimonial_track span:not(.name) {
    font-size: calc(17px * 0.95);
    margin-bottom: 25px;
    padding: 6px 16px;
}.ViNJd_academic_expertise .bknPp_work_content {
    max-width: 100%;
    padding: 25px 30px;
    font-size: calc(18px * 0.95);
}.ViNJd_academic_expertise .bknPp_work_content::before,
    .ViNJd_academic_expertise .bknPp_work_content::after {
    height: 8px;
    width: 8px;
}.ViNJd_academic_expertise .bknPp_work_content::before {
    top: 20px;
    left: 20px;
}.ViNJd_academic_expertise .bknPp_work_content::after {
    bottom: 20px;
    right: 20px;
}
}

@media (max-width: 575px) {.ViNJd_academic_expertise {
    padding: 50px 0;
}.ViNJd_academic_expertise .XlGhr_image_section {
    height: 150px;
    margin-bottom: 18px;
    width: 150px;
}.ViNJd_academic_expertise .dQkoD_testimonial_track::before {
    width: 260px;
    height: 260px;
}.ViNJd_academic_expertise .dQkoD_testimonial_track::after {
    width: 200px;
    height: 200px;
}.ViNJd_academic_expertise .name {
    font-size: calc(40px * 0.7);
}.ViNJd_academic_expertise .dQkoD_testimonial_track span:not(.name) {
    margin-bottom: 20px;
    letter-spacing: 1px;
    padding: 5px 12px;
    font-size: calc(17px * 0.9);
}.ViNJd_academic_expertise .bknPp_work_content {
    padding: 20px 25px;
    font-size: calc(18px * 0.9);
}.ViNJd_academic_expertise .bknPp_work_content::before,
    .ViNJd_academic_expertise .bknPp_work_content::after {
    width: 6px;
    height: 6px;
}.ViNJd_academic_expertise .bknPp_work_content::before {
    left: 15px;
    top: 15px;
}.ViNJd_academic_expertise .bknPp_work_content::after {
    right: 15px;
    bottom: 15px;
}}footer {
    position: relative;
    width: 100%;
}.jfnmk_online_tools {
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 70px 0 30px;
    position: relative;
    background-color: #ffffff;
}.jfnmk_online_tools::before {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(145,182,197), rgb(98,115,172));
    content: "";
    width: 100%;
    height: 5px;
}footer .urqLC_law_res {
    display: grid;
    gap: 60px;
}footer .InwRb_send_request {
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 40px;
    display: flex;
}footer .info_item {
    margin-bottom: 15px;
    position: relative;
    margin-right: 30px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    fill: rgb(145,182,197);
    position: relative;
    top: 3px;
    height: 18px;
    margin-right: 10px;
    width: 18px;
}footer .info_item p,
footer .info_item a {
    color: #000000;
    text-decoration: none;
    letter-spacing: 0.3px;
    font-size: 13px;
    transition: color 0.2s ease;
}footer .info_item a:hover {
    color: rgb(145,182,197);
}footer .text_main_holder {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .WRNva_nav_guide {
    margin-bottom: 15px;
}footer .WRNva_nav_guide svg {
    height: 40px;
    margin-bottom: 20px;
    width: auto;
}footer .FUcSe_conduct_code {
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
    max-width: 350px;
}footer .eQyBC_first_teach h5 {
    position: relative;
    margin-bottom: 25px;
    font-weight: 600;
    color: #000000;
    font-size: 23px;
}footer .eQyBC_first_teach h5::after {
    width: 30px;
    bottom: -8px;
    content: "";
    height: 2px;
    position: absolute;
    background-color: rgb(145,182,197);
    left: 0;
}footer .Dzftl_head_primary {
    margin-bottom: 30px;
}footer .Dzftl_head_primary a {
    font-size: 13px;
    transition: transform 0.2s ease, color 0.2s ease;
    margin-bottom: 12px;
    color: #000000;
    text-decoration: none;
    display: block;
}footer .Dzftl_head_primary a:hover {
    color: rgb(145,182,197);
    transform: translateX(5px);
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.02);
    padding: 30px;
    border-radius: 10px;
}footer .subscribe_holder h5 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
    font-size: 23px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
}footer .input_holder {
    gap: 10px;
    display: flex;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    transition: border-color 0.3s ease;
    color: #000000;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(145,182,197);
    outline: none;
}footer .PRawT_sub_authorization {
    cursor: pointer;
    border: none;
    transition: background-color 0.3s ease;
    padding: 14px 20px;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    font-size: 20px;
    background-color: rgb(145,182,197);
    text-align: center;
}footer .PRawT_sub_authorization:hover {
    background-color: rgb(98,115,172);
}footer .aXgGi_media_kit {
    margin-top: 50px;
}footer .NwoxP_alumni_net {
    font-size: 16px;
    color: #000000;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .PRawT_sub_authorization {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .jfnmk_online_tools {
    padding: 50px 0 30px;
}footer .InwRb_send_request {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .aXgGi_media_kit {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .jfnmk_online_tools {
    padding: 40px 0 20px;
}footer .urqLC_law_res {
    gap: 40px;
}footer .eQyBC_first_teach h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.OBtoS_plan_list_item {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.OBtoS_plan_list_item::before {
    content: "";
    z-index: 1;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}.OBtoS_plan_list_item .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.OBtoS_plan_list_item .sdLiM_value_deals {
    position: relative;
}.OBtoS_plan_list_item h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px;
    transform: perspective(1000px) translateZ(20px);
    position: relative;
    font-weight: 700;
    font-size: 38px;
}.OBtoS_plan_list_item h2::after {
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(98,115,172), rgb(145,182,197));
    border-radius: 3px;
    content: "";
    position: absolute;
    height: 3px;
}.OBtoS_plan_list_item .FDBej_learn_offers {
    max-width: 700px;
    text-align: center;
    position: relative;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    font-size: calc(13px + 2px);
    line-height: 1.6;
}.OBtoS_plan_list_item .yPeNX_price_schemes {
    display: grid;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.OBtoS_plan_list_item .yPeNX_price_schemes li {
    transition: transform 0.4s ease;
    perspective: 1000px;
    transform-style: preserve-3d;
}.OBtoS_plan_list_item .oRNDe_rate_choice {
    border-radius: 12px;
    text-decoration: none;
    height: 100%;
    display: block;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
}.OBtoS_plan_list_item .oRNDe_rate_choice::before {
    transform: scaleX(0.7);
    transform-origin: left;
    height: 5px;
    width: 100%;
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(98,115,172), rgb(145,182,197));
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}.OBtoS_plan_list_item .tulQm_learning_cost {
    z-index: 1;
    position: relative;
    padding: 30px 25px;
    height: 100%;
}.OBtoS_plan_list_item .QgMYN_cost_card {
    position: relative;
    z-index: 2;
}.OBtoS_plan_list_item .oRNDe_rate_choice h4 {
    color: #ffffff;
    margin-top: 0;
    font-size: calc(20px - 2px);
    position: relative;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}.OBtoS_plan_list_item .oRNDe_rate_choice h4::before {
    border-top: 2px solid rgb(98,115,172);
    width: 30px;
    position: absolute;
    border-left: 2px solid rgb(98,115,172);
    left: -10px;
    opacity: 0.6;
    height: 30px;
    top: -10px;
    content: "";
    transition: all 0.3s ease;
}.OBtoS_plan_list_item .oRNDe_rate_choice p {
    overflow-y: auto;
    word-break: normal;
    overflow-wrap: break-word;
    line-height: 1.6;
    hyphens: auto;
    max-height: 250px;
    margin-bottom: 25px;
    color: rgb(255, 255, 255, 0.5);
    font-size: 13px;
    padding-right: 10px;
}.OBtoS_plan_list_item .oRNDe_rate_choice p::-webkit-scrollbar {
    width: 4px;
}.OBtoS_plan_list_item .oRNDe_rate_choice p::-webkit-scrollbar-thumb {
    background: rgb(98,115,172,0.5);
    border-radius: 10px;
}.OBtoS_plan_list_item .cMNeL_learning_plan {
    font-size: calc(20px + 4px);
    padding: 10px 20px;
    position: relative;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(rgb(98,115,172,0.5), 0.1), rgba(rgb(145,182,197,0.5), 0.2));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    display: inline-block;
    font-weight: 700;
}.OBtoS_plan_list_item .cMNeL_learning_plan::before {
    right: 10px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(98,115,172), transparent);
    left: 10px;
    position: absolute;
    bottom: -3px;
    content: "";
}.OBtoS_plan_list_item .oRNDe_rate_choice:hover {
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.OBtoS_plan_list_item .oRNDe_rate_choice:hover::before {
    transform: scaleX(1);
}.OBtoS_plan_list_item .oRNDe_rate_choice:hover h4 {
    transform: translateX(5px);
}.OBtoS_plan_list_item .oRNDe_rate_choice:hover h4::before {
    transform: scale(1.1);
    opacity: 1;
}.OBtoS_plan_list_item .oRNDe_rate_choice:hover .cMNeL_learning_plan {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
}

@media (max-width: 992px) {.OBtoS_plan_list_item {
    padding: 80px 0;
}.OBtoS_plan_list_item h2 {
    font-size: calc(38px - 4px);
}.OBtoS_plan_list_item .FDBej_learn_offers {
    margin-bottom: 40px;
    font-size: 13px;
}.OBtoS_plan_list_item .yPeNX_price_schemes {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.OBtoS_plan_list_item {
    padding: 60px 0;
}.OBtoS_plan_list_item h2 {
    font-size: calc(38px - 6px);
}.OBtoS_plan_list_item .FDBej_learn_offers {
    margin-bottom: 30px;
    font-size: calc(13px - 1px);
}.OBtoS_plan_list_item .yPeNX_price_schemes {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.OBtoS_plan_list_item .oRNDe_rate_choice h4 {
    font-size: 20px;
}.OBtoS_plan_list_item .oRNDe_rate_choice p {
    font-size: calc(13px - 1px);
    max-height: 180px;
}.OBtoS_plan_list_item .cMNeL_learning_plan {
    font-size: 20px;
}
}

@media (max-width: 480px) {.OBtoS_plan_list_item {
    padding: 50px 0;
}.OBtoS_plan_list_item h2 {
    font-size: calc(38px - 8px);
}.OBtoS_plan_list_item .FDBej_learn_offers {
    font-size: calc(13px - 2px);
}.OBtoS_plan_list_item .tulQm_learning_cost {
    padding: 25px 20px;
}.OBtoS_plan_list_item .oRNDe_rate_choice h4 {
    font-size: calc(20px - 2px);
}.OBtoS_plan_list_item .cMNeL_learning_plan {
    padding: 8px 15px;
    font-size: calc(20px - 2px);
}}.mIMFG_start_now {
    position: relative;
    background: linear-gradient(165deg, rgb(145,182,197) 0%, rgb(98,115,172) 100%);
    z-index: 1;
    overflow: hidden;
    padding: 130px 0;
}.mIMFG_start_now::before {
    background-color: rgba(255, 255, 255, 0.02);
    width: 100%;
    backdrop-filter: blur(100px);
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    content: '';
    z-index: -1;
}.mIMFG_start_now::after {
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%
    );
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    top: 0;
    content: '';
}.mIMFG_start_now .LjZdq_impact_numbers {
    margin: 0 auto;
    z-index: 2;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.06);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 80px 60px;
    display: flex;
    max-width: 800px;
    flex-direction: column;
}.mIMFG_start_now .LjZdq_impact_numbers::before {
    height: 100%;
    z-index: -1;
    content: '';
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.05) 100%
    );
    left: 0;
}.mIMFG_start_now .LjZdq_impact_numbers::after {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    bottom: 0;
    content: '';
}.mIMFG_start_now .LjZdq_impact_numbers:hover {
    box-shadow: 
        0 35px 60px rgba(0, 0, 0, 0.2),
        0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.mIMFG_start_now h3 {
    font-family: Arial, sans-serif;
    font-size: 28px;
    position: relative;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 8px;
    transition: all 0.4s ease;
    margin-bottom: 60px;
    opacity: 0.9;
    text-align: center;
    font-weight: 300;
}.mIMFG_start_now h3::before {
    position: absolute;
    bottom: -25px;
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(-50%);
    height: 1px;
    width: 40px;
    left: 50%;
    content: '';
}.mIMFG_start_now h3::after {
    left: 50%;
    height: 6px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    width: 6px;
    background: #ffffff;
    transform: translateX(-50%);
    border-radius: 50%;
    position: absolute;
    bottom: -27px;
    content: '';
}.mIMFG_start_now .EimOf_assist_team {
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    z-index: 1;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.95);
    font-size: 19px;
    overflow: hidden;
    color: rgb(145,182,197);
    position: relative;
    text-decoration: none;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 16px 50px;
    font-weight: 400;
    display: inline-block;
}.mIMFG_start_now .EimOf_assist_team::before {
    content: '';
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
    background: linear-gradient(
        to right,
        rgb(145,182,197),
        rgb(98,115,172)
    );
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}.mIMFG_start_now .EimOf_assist_team::after {
    width: 0;
    border-radius: 50%;
    transition: width 0.6s ease, height 0.6s ease;
    height: 0;
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.3);
    left: 50%;
    z-index: -1;
}.mIMFG_start_now .EimOf_assist_team:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 8px 20px rgba(0, 0, 0, 0.1);
}.mIMFG_start_now .EimOf_assist_team:hover::before {
    opacity: 1;
}.mIMFG_start_now .EimOf_assist_team:hover::after {
    width: 300px;
    opacity: 0;
    transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease 0.2s;
    height: 300px;
}

@media screen and (max-width: 992px) {.mIMFG_start_now {
    padding: 110px 0;
}.mIMFG_start_now .LjZdq_impact_numbers {
    padding: 70px 50px;
    max-width: 85%;
}.mIMFG_start_now h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 55px;
    letter-spacing: 6px;
}.mIMFG_start_now .EimOf_assist_team {
    font-size: calc(19px * 0.95);
    letter-spacing: 2.5px;
    padding: 14px 45px;
}
}

@media screen and (max-width: 768px) {.mIMFG_start_now {
    padding: 90px 0;
}.mIMFG_start_now .LjZdq_impact_numbers {
    padding: 60px 40px;
}.mIMFG_start_now h3 {
    margin-bottom: 50px;
    font-size: calc(28px * 0.8);
    letter-spacing: 5px;
}.mIMFG_start_now h3::before {
    width: 35px;
    bottom: -20px;
}.mIMFG_start_now h3::after {
    height: 5px;
    bottom: -22px;
    width: 5px;
}.mIMFG_start_now .EimOf_assist_team {
    letter-spacing: 2px;
    padding: 12px 40px;
    font-size: calc(19px * 0.9);
}
}

@media screen and (max-width: 576px) {.mIMFG_start_now {
    padding: 70px 0;
}.mIMFG_start_now .LjZdq_impact_numbers {
    padding: 50px 30px;
}.mIMFG_start_now h3 {
    margin-bottom: 45px;
    letter-spacing: 4px;
    font-size: calc(28px * 0.7);
}.mIMFG_start_now h3::before {
    bottom: -15px;
    width: 30px;
}.mIMFG_start_now h3::after {
    width: 4px;
    bottom: -17px;
    height: 4px;
}.mIMFG_start_now .EimOf_assist_team {
    font-size: calc(19px * 0.85);
    letter-spacing: 1.5px;
    padding: 10px 35px;
}}.cWDFi_contact_us {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}.cWDFi_contact_us::before {
    background-size: 20px 20px;
    width: 100%;
    z-index: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
}.cWDFi_contact_us .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.cWDFi_contact_us h2 {
    position: relative;
    text-align: left;
    margin-bottom: 50px;
    padding-left: 20px;
    border-left: 5px solid rgb(145,182,197);
    font-weight: 700;
    color: #000000;
    font-size: 36px;
}.cWDFi_contact_us .kbTPr_query_message {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: row-reverse;
    display: flex;
    overflow: hidden;
    border-radius: 16px;
    background: #ffffff;
}.cWDFi_contact_us .XlGhr_image_section {
    flex: 0 0 40%;
    min-height: 500px;
    position: relative;
}.cWDFi_contact_us .XlGhr_image_section::before {
    background: rgb(145,182,197,0.5);
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
    mix-blend-mode: multiply;
    height: 100%;
    top: 0;
}.cWDFi_contact_us .WaHMr_support_help {
    position: relative;
    flex: 0 0 60%;
    padding: 60px;
}.cWDFi_contact_us .WaHMr_support_help::after {
    content: "";
    right: 0;
    background: rgb(196,208,217);
    border-radius: 0 0 0 100%;
    width: 150px;
    top: 0;
    z-index: -1;
    position: absolute;
    height: 150px;
}.cWDFi_contact_us #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}.cWDFi_contact_us h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
}.cWDFi_contact_us h3::after {
    background: rgb(145,182,197);
    position: absolute;
    height: 2px;
    width: 40px;
    bottom: -10px;
    left: 0;
    content: "";
}.cWDFi_contact_us input[type="text"] {
    background: rgb(196,208,217);
    border: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    padding: 18px 20px;
    width: 100%;
    border-radius: 10px;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 15px;
}.cWDFi_contact_us input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(145,182,197,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
}.cWDFi_contact_us input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.cWDFi_contact_us .TPyCp_message_feedback {
    gap: 12px;
    margin-top: 5px;
    align-items: center;
    display: flex;
}.cWDFi_contact_us .TPyCp_message_feedback input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    appearance: none;
    border: 2px solid rgb(196,208,217);
    transition: all 0.2s ease;
    width: 22px;
    height: 22px;
    border-radius: 10px;
}.cWDFi_contact_us .TPyCp_message_feedback input[type="checkbox"]:checked {
    border-color: rgb(145,182,197);
    background: rgb(145,182,197);
}.cWDFi_contact_us .TPyCp_message_feedback input[type="checkbox"]:checked::after {
    height: 11px;
    border: solid #ffffff;
    left: 7px;
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    content: "";
    border-width: 0 2px 2px 0;
    width: 6px;
}.cWDFi_contact_us .TPyCp_message_feedback label {
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
}.cWDFi_contact_us .TPyCp_message_feedback a {
    transition: all 0.3s ease;
    color: rgb(145,182,197);
    text-decoration: none;
    position: relative;
}.cWDFi_contact_us .TPyCp_message_feedback a:hover {
    color: rgb(98,115,172);
}.cWDFi_contact_us .TPyCp_message_feedback a::after {
    width: 100%;
    content: "";
    left: 0;
    height: 1px;
    transition: all 0.3s ease;
    background: rgb(145,182,197);
    position: absolute;
    bottom: -2px;
}.cWDFi_contact_us .TPyCp_message_feedback a:hover::after {
    background: rgb(98,115,172);
}.cWDFi_contact_us .jMVCy_support_links {
    font-size: 20px;
    border-radius: 16px;
    cursor: pointer;
    align-self: flex-start;
    color: #ffffff;
    background: rgb(145,182,197);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(145,182,197,0.5);
    border: none;
    margin-top: 20px;
    font-weight: 600;
    padding: 18px 40px;
}.cWDFi_contact_us .jMVCy_support_links:hover {
    transform: translateY(-2px);
    background: rgb(98,115,172);
    box-shadow: 0 7px 20px rgb(98,115,172,0.5);
}.cWDFi_contact_us svg {
    transition: all 0.3s ease;
    height: 20px;
    width: 20px;
    fill: rgb(145,182,197);
}.cWDFi_contact_us svg path {
    fill: rgb(145,182,197);
    transition: all 0.3s ease;
}.cWDFi_contact_us svg:hover {
    fill: rgb(98,115,172);
}.cWDFi_contact_us svg:hover path {
    fill: rgb(98,115,172);
}

@media (max-width: 992px) {.cWDFi_contact_us .kbTPr_query_message {
    flex-direction: column;
}.cWDFi_contact_us .XlGhr_image_section {
    flex: 0 0 auto;
    order: 1;
    min-height: 300px;
}.cWDFi_contact_us .WaHMr_support_help {
    flex: 0 0 auto;
    padding: 50px 40px;
    order: 2;
}.cWDFi_contact_us h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.cWDFi_contact_us {
    padding: 60px 0;
}.cWDFi_contact_us h2 {
    font-size: calc(36px - 4px);
    margin-bottom: 30px;
}.cWDFi_contact_us .WaHMr_support_help {
    padding: 40px 30px;
}.cWDFi_contact_us #contact {
    gap: 25px;
}.cWDFi_contact_us .XlGhr_image_section {
    min-height: 250px;
}
}

@media (max-width: 576px) {.cWDFi_contact_us {
    padding: 40px 0;
}.cWDFi_contact_us .container {
    padding: 0 15px;
}.cWDFi_contact_us h2 {
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: calc(36px - 6px);
}.cWDFi_contact_us .WaHMr_support_help {
    padding: 30px 20px;
}.cWDFi_contact_us #contact {
    gap: 20px;
}.cWDFi_contact_us input[type="text"] {
    padding: 15px;
}.cWDFi_contact_us .jMVCy_support_links {
    width: 100%;
    padding: 15px 20px;
}.cWDFi_contact_us .XlGhr_image_section {
    min-height: 200px;
}
}