* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.nav-main-key {
    flex: 1 0 auto;
}.wrap-structure-key {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.fund-cta-key {
    flex: 0 0 auto;
}.container {
    width: 1271px;
    margin: auto;
    max-width: 100%;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.reach-out-keyqeT {
    background: rgb(183,194,215);
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
    position: relative;
}.reach-out-keyqeT::before {
    height: 100%;
    width: 100%;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    left: 0;
    background-blend-mode: multiply;
    position: absolute;
    opacity: 0.5;
    content: '';
    top: 0;
    z-index: 0;
}.reach-out-keyqeT .shot-key {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: contrast(1.2) saturate(0.8);
    opacity: 0.07;
    z-index: 0;
    height: 100%;
}.reach-out-keyqeT .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.reach-out-keyqeT h3 {
    font-size: 35px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    color: #000000;
    margin-bottom: 70px;
}.reach-out-keyqeT .request-info-key {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    border-radius: 30px;
}.reach-out-keyqeT .connect-panel-key {
    z-index: 1;
    justify-content: center;
    display: flex;
    padding: 80px;
    background: #ffffff;
    position: relative;
    flex: 1 1 55%;
    flex-direction: column;
}.reach-out-keyqeT .connect-panel-key::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    position: absolute;
    content: '';
    left: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
}.reach-out-keyqeT .connect-panel-key #contact {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}.reach-out-keyqeT .connect-panel-key h3 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 24px;
    color: #000000;
}.reach-out-keyqeT .connect-panel-key input[type="text"],
.reach-out-keyqeT .connect-panel-key textarea {
    background-color: rgba(0, 0, 0, 0.03);
    border: none;
    padding: 20px 25px;
    margin-bottom: 30px;
    border-radius: 50px;
    width: 100%;
    transition: all 0.3s ease;
    color: #000000;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    font-size: 13px;
    font-family: Arial, sans-serif;
}.reach-out-keyqeT .connect-panel-key textarea {
    border-radius: 25px;
    padding-top: 25px;
    resize: vertical;
    height: 150px;
}.reach-out-keyqeT .connect-panel-key input[type="text"]:focus,
.reach-out-keyqeT .connect-panel-key textarea:focus {
    background-color: rgba(0, 0, 0, 0.015);
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(146,157,178,0.5);
}.reach-out-keyqeT .connect-panel-key .help-query-key {
    align-items: flex-start;
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
}.reach-out-keyqeT .connect-panel-key .help-query-key input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.reach-out-keyqeT .connect-panel-key .help-query-key label {
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
    position: relative;
    cursor: pointer;
    font-size: calc(13px - 2px);
}.reach-out-keyqeT .connect-panel-key .help-query-key label::before {
    left: 0;
    height: 22px;
    content: '';
    width: 22px;
    background-color: transparent;
    top: 2px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}.reach-out-keyqeT .connect-panel-key .help-query-key input[type="checkbox"]:checked + label::before {
    border-color: rgb(146,157,178);
    background-color: rgb(146,157,178);
}.reach-out-keyqeT .connect-panel-key .help-query-key input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg);
    width: 8px;
    border-left: 2px solid #ffffff;
    top: 10px;
    position: absolute;
    content: '';
    border-bottom: 2px solid #ffffff;
    left: 7px;
    height: 5px;
}.reach-out-keyqeT .connect-panel-key .help-query-key a {
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
    color: rgb(146,157,178);
}.reach-out-keyqeT .connect-panel-key .help-query-key a:hover {
    color: rgb(110,120,135);
}.reach-out-keyqeT .connect-panel-key .inquiry-links-key {
    font-size: 16px;
    color: #ffffff;
    padding: 18px;
    display: block;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    border: none;
    transition: all 0.3s ease;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 auto;
    background: rgb(146,157,178);
}.reach-out-keyqeT .connect-panel-key .inquiry-links-key::before {
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    width: 100%;
    transition: all 0.6s ease;
    content: '';
    top: 0;
    left: -100%;
    position: absolute;
    height: 100%;
}.reach-out-keyqeT .connect-panel-key .inquiry-links-key:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(146,157,178,0.5);
    background: rgb(110,120,135);
}.reach-out-keyqeT .connect-panel-key .inquiry-links-key:hover::before {
    left: 100%;
}.reach-out-keyqeT .query-help-key {
    position: relative;
    background: linear-gradient(135deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
    overflow: hidden;
    flex: 1 1 45%;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
    display: flex;
}.reach-out-keyqeT .query-help-key::before {
    left: -50%;
    background-size: 250px 250px;
    width: 200%;
    height: 200%;
    position: absolute;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    content: '';
    opacity: 0.7;
    top: -50%;
    z-index: 0;
}.reach-out-keyqeT .query-help-key h4 {
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 50px;
    z-index: 1;
}.reach-out-keyqeT .query-help-key .support-feedback-key {
    list-style: none;
    position: relative;
    max-width: 300px;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
}.reach-out-keyqeT .query-help-key .support-feedback-key li {
    position: relative;
    display: flex;
    margin-bottom: 35px;
    transition: transform 0.3s ease;
    align-items: center;
}.reach-out-keyqeT .query-help-key .support-feedback-key li:last-child {
    margin-bottom: 0;
}.reach-out-keyqeT .query-help-key .support-feedback-key li:hover {
    transform: translateX(5px);
}.reach-out-keyqeT .query-help-key .support-feedback-key li svg {
    opacity: 0.9;
    width: 22px;
    margin-right: 20px;
    height: 22px;
    flex-shrink: 0;
}.reach-out-keyqeT .query-help-key .support-feedback-key li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.reach-out-keyqeT .query-help-key .support-feedback-key li span {
    line-height: 1.5;
    font-size: 13px;
    position: relative;
    color: #ffffff;
}.reach-out-keyqeT .query-help-key .support-feedback-key li span::after {
    content: '';
    height: 1px;
    transition: width 0.3s ease;
    bottom: -8px;
    background: rgba(255, 255, 255, 0.3);
    width: 0;
    left: 0;
    position: absolute;
}.reach-out-keyqeT .query-help-key .support-feedback-key li:hover span::after {
    width: 100%;
}.reach-out-keyqeT .query-help-key .support-feedback-key li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.reach-out-keyqeT .query-help-key .support-feedback-key li a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.reach-out-keyqeT {
    padding: 80px 0;
}.reach-out-keyqeT .request-info-key {
    flex-direction: column;
}.reach-out-keyqeT .connect-panel-key,
    .reach-out-keyqeT .query-help-key {
    flex: 1 1 100%;
    padding: 60px 40px;
}
}

@media (max-width: 768px) {.reach-out-keyqeT {
    padding: 60px 0;
}.reach-out-keyqeT h3 {
    margin-bottom: 50px;
    font-size: calc(35px - 4px);
}.reach-out-keyqeT .connect-panel-key h3,
    .reach-out-keyqeT .query-help-key h4 {
    font-size: calc(24px - 2px);
    margin-bottom: 30px;
}.reach-out-keyqeT .connect-panel-key input[type="text"],
    .reach-out-keyqeT .connect-panel-key textarea {
    padding: 16px 20px;
    margin-bottom: 20px;
}.reach-out-keyqeT .connect-panel-key textarea {
    height: 120px;
}.reach-out-keyqeT .connect-panel-key .inquiry-links-key {
    padding: 16px;
}.reach-out-keyqeT .query-help-key .support-feedback-key li {
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.reach-out-keyqeT {
    padding: 50px 0;
}.reach-out-keyqeT .connect-panel-key,
    .reach-out-keyqeT .query-help-key {
    padding: 40px 25px;
}.reach-out-keyqeT h3 {
    font-size: calc(35px - 6px);
}.reach-out-keyqeT .connect-panel-key .help-query-key label {
    font-size: calc(13px - 3px);
}.reach-out-keyqeT .request-info-key {
    border-radius: 20px;
}.reach-out-keyqeT .connect-panel-key input[type="text"],
    .reach-out-keyqeT .connect-panel-key textarea {
    border-radius: 25px;
}.reach-out-keyqeT .connect-panel-key textarea {
    border-radius: 20px;
}}.primary-page-key {
    display: flex;
    padding: 2rem;
    justify-content: center;
    background: linear-gradient(135deg, rgb(146,157,178,0.5), rgb(183,194,215));
    position: relative;
    overflow: hidden;
    align-items: center;
    min-height: 100vh;
}.primary-page-key::before {
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(45deg, transparent 30%, rgb(110,120,135,0.5) 100%);
    width: 100%;
}.primary-page-key::after {
    height: 45%;
    width: 45%;
    transform: rotate(15deg);
    z-index: 1;
    background: rgb(146,157,178);
    top: -10%;
    content: "";
    right: -10%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.15;
    position: absolute;
    animation: float 15s infinite ease-in-out alternate;
}.primary-page-key .learning-intro-key {
    z-index: 2;
    position: relative;
    width: 90%;
    max-width: 1200px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
}.primary-page-key .learning-intro-key > div:first-child {
    position: relative;
    opacity: 0;
    border-left: 4px solid rgb(146,157,178);
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    transform: translateX(-30px);
    background: rgba(255, 255, 255, 0.1);
    animation: slideInLeft 0.8s 0.2s forwards ease-out;
}.primary-page-key .learning-intro-key > div:first-child::before {
    left: -4px;
    content: "";
    background: rgb(146,157,178);
    bottom: -8px;
    height: 4px;
    width: 70px;
    position: absolute;
}.primary-page-key .learning-intro-key > div:first-child p {
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    font-size: calc(18px * 1.1);
    color: #000000;
    letter-spacing: 0.02em;
    font-weight: 600;
}.primary-page-key .edu-commit-key {
    animation: slideInUp 0.8s 0.4s forwards ease-out;
    transform: translateY(30px);
    position: relative;
    opacity: 0;
}.primary-page-key .edu-commit-key > div {
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.primary-page-key .edu-commit-key > div::before {
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgba(#000000, 0.5), rgba(rgb(146,157,178), 0.7));
    width: 100%;
}.primary-page-key .edu-commit-key h3 {
    margin-bottom: 2rem;
    line-height: 1.4;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: calc(21px * 1.05);
    position: relative;
    font-weight: 400;
    color: #ffffff;
    z-index: 2;
}.primary-page-key .edu-commit-key > div > div {
    transform: translateX(0);
    z-index: 2;
    background: rgba(255, 255, 255, 0.15);
    border-left: 3px solid rgb(110,120,135);
    padding: 2rem;
    backdrop-filter: blur(8px);
    transition: transform 0.4s ease;
    position: relative;
}.primary-page-key .edu-commit-key > div > div:hover {
    transform: translateX(10px);
}.primary-page-key .title_style_header {
    letter-spacing: -0.01em;
    font-size: calc(38px * 1.2);
    transition: transform 0.3s ease;
    color: #ffffff;
    transform: translateY(0);
    line-height: 1.2;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
}.primary-page-key .edu-commit-key > div > div:hover .title_style_header {
    transform: translateY(-5px);
}

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

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

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

@media (min-width: 768px) {.primary-page-key {
    padding: 4rem;
}.primary-page-key .learning-intro-key {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.primary-page-key .learning-intro-key > div:first-child {
    align-items: center;
    display: flex;
    padding: 2rem;
}.primary-page-key .learning-intro-key > div:first-child p {
    font-size: calc(18px * 1.2);
}.primary-page-key .edu-commit-key > div {
    padding: 3rem;
}.primary-page-key .edu-commit-key h3 {
    margin-bottom: 2.5rem;
    font-size: calc(21px * 1.1);
}.primary-page-key .title_style_header {
    font-size: calc(38px * 1.3);
}
}

@media (min-width: 1200px) {.primary-page-key .learning-intro-key {
    grid-template-columns: 1fr 2.5fr;
}.primary-page-key .learning-intro-key > div:first-child {
    transform: translateX(-50px);
    opacity: 0;
    animation: slideInLeft 1s 0.3s forwards ease-out;
}.primary-page-key .edu-commit-key {
    animation: slideInUp 1s 0.5s forwards ease-out;
    transform: translateY(50px);
}.primary-page-key .edu-commit-key > div {
    padding: 4rem;
}.primary-page-key .edu-commit-key > div > div {
    padding: 2.5rem;
}.primary-page-key .title_style_header {
    font-size: calc(38px * 1.5);
}
}

@media (max-width: 767px) {.primary-page-key {
    padding: 2rem 1rem;
}.primary-page-key .learning-intro-key > div:first-child {
    padding: 1rem;
}.primary-page-key .edu-commit-key > div {
    padding: 1.5rem;
}.primary-page-key .edu-commit-key h3 {
    margin-bottom: 1.5rem;
    font-size: 21px;
}.primary-page-key .edu-commit-key > div > div {
    padding: 1.5rem;
}.primary-page-key .title_style_header {
    font-size: 34px;
}}.data-overview-key {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: rgb(183,194,215);
}.data-overview-key::before {
    left: 0;
    z-index: 0;
    opacity: 0.07;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(146,157,178,0.5) 0,
        rgb(146,157,178,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
}.data-overview-key::after {
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(110,120,135,0.5) 0,
        rgb(110,120,135,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    z-index: 0;
    content: "";
    height: 100%;
    position: absolute;
    opacity: 0.07;
    top: 0;
}.data-overview-key .container {
    position: relative;
    justify-content: space-between;
    padding: 0 1.5rem;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    max-width: 1200px;
    z-index: 1;
    gap: 3rem;
    align-items: center;
}.data-overview-key .statistics-gain-key {
    display: grid;
    transform: rotate(-3deg);
    flex: 0 0 60%;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    grid-template-rows: repeat(2, 1fr);
}.data-overview-key .fast-upgrade-key {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    border-radius: 0 23px 23px 0;
    -webkit-backdrop-filter: blur(10px);
    border-left: 3px solid rgb(146,157,178);
    padding: 2rem;
    position: relative;
    background: linear-gradient(to right, rgb(146,157,178,0.5) 0%, transparent 100%);
}.data-overview-key .fast-upgrade-key:nth-child(even) {
    border-left: none;
    text-align: right;
    background: linear-gradient(to left, rgb(110,120,135,0.5) 0%, transparent 100%);
    transform: translateX(1.5rem) translateZ(0);
    border-radius: 23px 0 0 23px;
    border-right: 3px solid rgb(110,120,135);
}.data-overview-key .fast-upgrade-key:hover {
    transform: scale(1.05) translateZ(0);
    z-index: 5;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.data-overview-key .fast-upgrade-key:nth-child(even):hover {
    transform: translateX(1.5rem) scale(1.05) translateZ(0);
}.data-overview-key .fast-upgrade-key h4 {
    font-size: calc(30px * 1.3);
    line-height: 1;
    font-weight: 700;
    color: rgb(146,157,178);
    margin: 0 0 0.5rem 0;
}.data-overview-key .fast-upgrade-key:nth-child(even) h4 {
    color: rgb(110,120,135);
}.data-overview-key .fast-upgrade-key span {
    display: block;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}.data-overview-key .statistics-wins-key {
    flex: 0 0 35%;
    padding-left: 3rem;
    position: relative;
}.data-overview-key .statistics-wins-key::before {
    content: "";
    height: 100%;
    width: 5px;
    left: 0;
    background: linear-gradient(to bottom, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
    top: 0;
    position: absolute;
    border-radius: 10px;
}.data-overview-key .knowledge-boosters-key {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin: 0 0 2rem 0;
    line-height: 1.3;
    color: #000000;
}.data-overview-key .knowledge-boosters-key::after {
    bottom: -0.8rem;
    background: rgb(110,120,135);
    left: 0;
    width: 80px;
    height: 2px;
    content: "";
    opacity: 0.7;
    position: absolute;
}.data-overview-key .statistics-zone-key {
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    margin: 0;
    line-height: 1.8;
}.data-overview-key svg {
    transition: transform 0.3s ease;
    fill: rgb(146,157,178);
    height: 24px;
    margin-bottom: 0.5rem;
    width: 24px;
}.data-overview-key .fast-upgrade-key:nth-child(even) svg {
    margin-left: auto;
    fill: rgb(110,120,135);
}.data-overview-key svg path {
    fill: inherit;
}.data-overview-key .fast-upgrade-key:hover svg {
    transform: rotateY(180deg);
}

@media (max-width: 1024px) {.data-overview-key {
    padding: 5rem 0;
}.data-overview-key .container {
    flex-direction: column;
    gap: 4rem;
}.data-overview-key .statistics-gain-key {
    width: 100%;
    flex: 0 0 100%;
    transform: rotate(0deg);
}.data-overview-key .statistics-wins-key {
    padding-left: 0;
    padding-top: 3rem;
    text-align: center;
    flex: 0 0 100%;
    width: 100%;
}.data-overview-key .statistics-wins-key::before {
    width: 80px;
    transform: translateX(-50%);
    top: 0;
    height: 5px;
    left: 50%;
    background: linear-gradient(to right, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
}.data-overview-key .knowledge-boosters-key {
    text-align: center;
}.data-overview-key .knowledge-boosters-key::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 768px) {.data-overview-key {
    padding: 4rem 0;
}.data-overview-key .statistics-gain-key {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.data-overview-key .fast-upgrade-key {
    border-left: 5px solid rgb(146,157,178);
    max-width: 100%;
}.data-overview-key .fast-upgrade-key:nth-child(even) {
    transform: translateX(0);
    border-radius: 0 23px 23px 0;
    background: linear-gradient(to right, rgb(110,120,135,0.5) 0%, transparent 100%);
    text-align: left;
    border-left: 5px solid rgb(110,120,135);
    border-right: none;
}.data-overview-key .fast-upgrade-key:nth-child(even):hover {
    transform: scale(1.05) translateZ(0);
}.data-overview-key .fast-upgrade-key:nth-child(even) svg {
    margin-left: 0;
}.data-overview-key .fast-upgrade-key h4 {
    font-size: calc(30px * 1.1);
}.data-overview-key .fast-upgrade-key span {
    font-size: calc(14px * 0.9);
}.data-overview-key .statistics-wins-key {
    padding-top: 2rem;
}.data-overview-key .knowledge-boosters-key {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.9);
}.data-overview-key .statistics-zone-key {
    line-height: 1.7;
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 480px) {.data-overview-key {
    padding: 3rem 0;
}.data-overview-key .container {
    gap: 3rem;
    padding: 0 1rem;
}.data-overview-key .fast-upgrade-key {
    padding: 1.5rem;
}.data-overview-key .fast-upgrade-key h4 {
    font-size: 30px;
}.data-overview-key .fast-upgrade-key span {
    font-size: calc(14px * 0.85);
}.data-overview-key .knowledge-boosters-key {
    margin-bottom: 1.2rem;
    font-size: calc(30px * 0.8);
}.data-overview-key .statistics-zone-key {
    line-height: 1.6;
    font-size: calc(14px * 0.85);
}.data-overview-key .statistics-wins-key::before {
    height: 4px;
    width: 60px;
}}.secure-grotto-key {
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #000000;
    background-color: #ffffff;
    padding: 60px;
    margin-bottom: 30px;
}.secure-grotto-key h1 {
    font-weight: 700;
    z-index: 2;
    color: rgb(146,157,178);
    position: relative;
    margin-bottom: 30px;
    grid-column: span 2;
    font-size: 40px;
}.secure-grotto-key h2 {
    z-index: 2;
    padding-left: 10px;
    color: rgb(110,120,135);
    font-size: 30px;
    font-weight: 600;
    position: relative;
    margin: 20px 0;
    border-left: 5px solid rgb(146,157,178);
}.secure-grotto-key ul,
.secure-grotto-key ol {
    position: relative;
    margin: 20px 0;
    z-index: 2;
    padding: 0 0 0 20px;
}.secure-grotto-key ul {
    list-style-type: disc;
}.secure-grotto-key ol {
    list-style-type: decimal;
}.secure-grotto-key li {
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgb(110,120,135,0.5);
    padding-bottom: 5px;
}.secure-grotto-key p {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #000000;
    font-size: 16px;
    position: relative;
    z-index: 2;
}.secure-grotto-key > div {
    padding: 30px;
    border-radius: 10px;
    z-index: 2;
    background-color: rgb(183,194,215);
    position: relative;
    border: 1px solid rgb(146,157,178,0.5);
}.secure-grotto-key span {
    padding: 5px;
    border-radius: 10px;
    color: rgb(110,120,135);
    position: relative;
    background: rgb(146,157,178,0.5);
    font-weight: 600;
    z-index: 2;
}.secure-grotto-key::before,
.secure-grotto-key::after {
    z-index: 1;
    background: rgb(146,157,178,0.5);
    border-radius: 50%;
    content: "";
    position: absolute;
    display: block;
}.secure-grotto-key::before {
    top: -100px;
    width: 200px;
    left: -100px;
    height: 200px;
}.secure-grotto-key::after {
    right: -150px;
    bottom: -150px;
    height: 300px;
    width: 300px;
}

@media only screen and (max-width: 800px) {.secure-grotto-key {
    padding: 30px;
    gap: 20px;
    grid-template-columns: 1fr;
}.secure-grotto-key h1 {
    font-size: calc(22px * 0.8);
    grid-column: span 1;
}.secure-grotto-key h2 {
    font-size: calc(22px * 0.8);
}.secure-grotto-key ul,
    .secure-grotto-key ol {
    padding-left: 15px;
}.secure-grotto-key > div {
    padding: 20px;
}.secure-grotto-key::before {
    height: 100px;
    top: -50px;
    width: 100px;
    left: -50px;
}.secure-grotto-key::after {
    bottom: -75px;
    height: 150px;
    right: -75px;
    width: 150px;
}}.fund-cta-key {
    z-index: 1;
    position: relative;
    color: #ffffff;
    padding: 6rem 0 4rem;
}.fund-cta-key::before {
    background: #000000;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    opacity: 0.85;
    height: 100%;
}.fund-cta-key::after {
    top: 0;
    left: 0;
    z-index: -1;
    animation: gridAnimate 15s linear infinite;
    height: 100%;
    background: 
        linear-gradient(rgba(rgb(146,157,178), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(146,157,178), 0.2) 1px, transparent 1px);
    width: 100%;
    background-size: 30px 30px;
    position: absolute;
    content: "";
    background-position: center;
    opacity: 0.15;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.fund-cta-key .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
    display: grid;
}.fund-cta-key .company_holder {
    position: relative;
    grid-column: 1 / 5;
    grid-row: 1;
}.fund-cta-key .company_holder::before {
    content: "";
    width: 60px;
    left: -20px;
    border-top: 2px solid rgb(146,157,178);
    opacity: 0.7;
    height: 60px;
    top: -20px;
    border-left: 2px solid rgb(146,157,178);
    position: absolute;
}.fund-cta-key .company_holder::after {
    border-bottom: 2px solid rgb(146,157,178);
    height: 60px;
    position: absolute;
    right: -20px;
    width: 60px;
    bottom: -20px;
    border-right: 2px solid rgb(146,157,178);
    opacity: 0.7;
    content: "";
}.fund-cta-key .company_holder h3 {
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #ffffff, rgb(146,157,178));
    display: inline-block;
    font-weight: 700;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 37px;
    position: relative;
}.fund-cta-key .company_holder h3::after {
    left: 0;
    content: "";
    box-shadow: 0 0 10px rgb(146,157,178);
    position: absolute;
    width: 30%;
    bottom: -5px;
    background: rgb(146,157,178);
    height: 2px;
}.fund-cta-key .review-block-key {
    opacity: 0.8;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 1.5rem;
    color: #ffffff;
}.fund-cta-key .skill-test-key {
    grid-column: 6 / 13;
    display: flex;
    grid-row: 1;
    justify-content: flex-end;
}.fund-cta-key .nav-sitebar-key {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 3rem;
}.fund-cta-key .head-learn-key {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    position: relative;
    padding: 1.5rem;
}.fund-cta-key .head-learn-key:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}.fund-cta-key .head-learn-key::before {
    transition: height 0.3s ease;
    width: 3px;
    position: absolute;
    left: 0;
    height: 0;
    background: rgb(146,157,178);
    content: "";
    top: 0;
}.fund-cta-key .head-learn-key:hover::before {
    height: 100%;
}.fund-cta-key .head-learn-key h5 {
    color: rgb(110,120,135);
    padding-left: 1rem;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 23px;
    position: relative;
}.fund-cta-key .head-learn-key h5::before {
    width: 5px;
    top: 50%;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    height: 5px;
    background: rgb(146,157,178);
    box-shadow: 0 0 10px rgb(146,157,178);
    content: "";
}.fund-cta-key .head-learn-key .nav-sitebar-key {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}.fund-cta-key .head-learn-key .nav-sitebar-key a {
    opacity: 0.7;
    overflow: hidden;
    font-size: 12px;
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    z-index: 1;
    padding: 0.4rem 1rem;
    text-decoration: none;
}.fund-cta-key .head-learn-key .nav-sitebar-key a::before {
    content: "";
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgba(rgb(146,157,178,0.5), 0.1), transparent);
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    height: 100%;
    z-index: -1;
    top: 0;
    width: 100%;
}.fund-cta-key .head-learn-key .nav-sitebar-key a:hover {
    opacity: 1;
    padding-left: 1.5rem;
    color: #ffffff;
}.fund-cta-key .head-learn-key .nav-sitebar-key a:hover::before {
    transform: translateX(0);
}.referral-prog-key {
    margin-top: 4rem;
    grid-column: 1 / 13;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    grid-row: 2;
}.referral-prog-key::before {
    width: 60%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(146,157,178), transparent);
    top: 0;
    left: 50%;
    height: 1px;
    transform: translateX(-50%);
}.referral-prog-key .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.referral-prog-key .student-aid-key {
    opacity: 0.7;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: center;
}

@media screen and (max-width: 992px) {.fund-cta-key .container {
    grid-template-columns: repeat(1, 1fr);
}.fund-cta-key .company_holder {
    grid-column: 1;
    grid-row: 1;
}.fund-cta-key .skill-test-key {
    grid-column: 1;
    margin-top: 2rem;
    grid-row: 2;
}.referral-prog-key {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.fund-cta-key {
    padding: 4rem 0 3rem;
}.fund-cta-key .nav-sitebar-key {
    gap: 2rem;
    grid-template-columns: 1fr;
}.fund-cta-key .head-learn-key {
    padding: 1.2rem;
}.fund-cta-key .head-learn-key h5 {
    font-size: calc(23px * 0.9);
}.fund-cta-key .company_holder::before,
    .fund-cta-key .company_holder::after {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.fund-cta-key {
    padding: 3rem 0 2rem;
}.fund-cta-key .company_holder h3 {
    font-size: calc(37px * 0.9);
}.fund-cta-key .review-block-key {
    font-size: calc(12px * 0.9);
}.fund-cta-key .head-learn-key .nav-sitebar-key a {
    font-size: calc(12px * 0.9);
}.referral-prog-key {
    padding: 1rem 0;
    margin-top: 2rem;
}}.program-overview-key {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,194,215) 0%, rgba(0, 0, 0, 0.5) 100%);
}.program-overview-key::before {
    border-radius: 50%;
    right: -50px;
    animation: floatEffect 15s infinite alternate ease-in-out;
    content: "";
    opacity: 0.3;
    position: absolute;
    top: -50px;
    background: radial-gradient(circle, rgb(146,157,178,0.5) 0%, transparent 70%);
    height: 200px;
    width: 200px;
}.program-overview-key::after {
    opacity: 0.2;
    width: 150px;
    bottom: -30px;
    background: radial-gradient(circle, rgb(110,120,135,0.5) 0%, transparent 70%);
    height: 150px;
    content: "";
    position: absolute;
    animation: floatEffect 12s infinite alternate-reverse ease-in-out;
    left: -30px;
}.program-overview-key .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.program-overview-key .tech-learn-key {
    position: relative;
    perspective: 1000px;
    grid-template-columns: 1fr;
    display: grid;
    transform-style: preserve-3d;
    gap: 40px;
}.program-overview-key .shot-key {
    height: 350px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-out;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateZ(20px) rotateX(2deg);
    position: relative;
}.program-overview-key .shot-key::before {
    opacity: 0.6;
    content: "";
    background: linear-gradient(to right, rgb(146,157,178,0.5) 0%, transparent 50%);
    left: 0;
    mix-blend-mode: overlay;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}.program-overview-key .shot-key::after {
    position: absolute;
    animation: orbitEffect 20s infinite linear;
    left: -50%;
    height: 200%;
    width: 200%;
    content: "";
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
    top: -50%;
}.program-overview-key .text-capsule-key {
    transform: translateZ(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.4s ease-out;
    padding: 30px;
    backdrop-filter: blur(5px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}.program-overview-key .text-capsule-key:hover {
    transform: translateZ(15px);
}.program-overview-key h3 {
    font-size: calc(23px * 1.1);
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    line-height: 1.4;
    color: rgb(146,157,178);
    position: relative;
    font-weight: 600;
}.program-overview-key h3::after {
    transition: transform 0.4s ease-out;
    height: 3px;
    left: 0;
    content: "";
    transform: scaleX(1);
    transform-origin: left;
    width: 60px;
    position: absolute;
    background: linear-gradient(90deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
    bottom: -10px;
}.program-overview-key .text-capsule-key:hover h3::after {
    transform: scaleX(1.5);
}.program-overview-key .description {
    scrollbar-width: thin;
    color: #000000;
    line-height: 1.8;
    max-height: 300px;
    overflow-y: auto;
    position: relative;
    font-size: 16px;
    scrollbar-color: rgb(110,120,135,0.5) transparent;
    margin-bottom: 20px;
}.program-overview-key .description::-webkit-scrollbar {
    width: 6px;
}.program-overview-key .description::-webkit-scrollbar-track {
    background: transparent;
}.program-overview-key .description::-webkit-scrollbar-thumb {
    background-color: rgb(110,120,135,0.5);
    border-radius: 20px;
}.program-overview-key p.description {
    display: block;
}.program-overview-key span.description {
    display: none;
}.program-overview-key .tech-learn-key div {
    position: relative;
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(20px, 20px);
    }
}

@keyframes orbitEffect {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {.program-overview-key .tech-learn-key {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}.program-overview-key .shot-key {
    transform: translateZ(30px) rotateY(-3deg);
    height: 450px;
}.program-overview-key h3 {
    font-size: 34px;
    margin-bottom: 30px;
}.program-overview-key h3::after {
    width: 80px;
}.program-overview-key .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program-overview-key {
    padding: 150px 0;
}.program-overview-key .container {
    padding: 0 40px;
}.program-overview-key .tech-learn-key {
    gap: 80px;
}.program-overview-key .shot-key {
    transform: translateZ(40px) rotateY(-5deg);
    height: 500px;
}.program-overview-key .text-capsule-key {
    transform: translateZ(20px) rotateY(2deg);
    padding: 40px;
}.program-overview-key .text-capsule-key:hover {
    transform: translateZ(25px) rotateY(2deg);
}.program-overview-key .description {
    max-height: 400px;
    font-size: calc(16px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.program-overview-key .shot-key {
    height: 550px;
}.program-overview-key .tech-learn-key {
    gap: 100px;
}.program-overview-key .description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.program-overview-key {
    padding: 80px 0;
}.program-overview-key .container {
    padding: 0 15px;
}.program-overview-key .text-capsule-key {
    padding: 25px 20px;
}.program-overview-key h3 {
    font-size: 17px;
    margin-bottom: 20px;
}.program-overview-key .description {
    max-height: 250px;
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}}.mentorship-profile-key {
    position: relative;
    padding: 6rem 2rem;
    background: rgb(183,194,215);
    overflow: hidden;
}.mentorship-profile-key::before {
    height: 1px;
    top: 40%;
    left: 0;
    background: linear-gradient(to right, transparent, rgb(146,157,178,0.5), transparent);
    animation: lineExpand 5s ease-in-out infinite alternate;
    position: absolute;
    transform-origin: left center;
    width: 40%;
    content: "";
}.mentorship-profile-key::after {
    background: linear-gradient(to left, transparent, rgb(110,120,135,0.5), transparent);
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    right: 0;
    position: absolute;
    height: 1px;
    bottom: 40%;
    content: "";
    transform-origin: right center;
    width: 40%;
}.mentorship-profile-key .user-testimonials-key {
    max-width: 1100px;
    position: relative;
    z-index: 1;
    gap: 4rem;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 2fr;
}.mentorship-profile-key .shot-key {
    transform: scale(1);
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    border-radius: 0;
    filter: grayscale(100%);
    width: 100%;
    height: 400px;
    overflow: hidden;
}.mentorship-profile-key .shot-key::after {
    background: linear-gradient(135deg, rgb(146,157,178,0.5) 0%, transparent 50%);
    opacity: 0.5;
    top: 0;
    position: absolute;
    height: 100%;
    mix-blend-mode: overlay;
    width: 100%;
    transition: all 0.7s ease;
    left: 0;
    content: "";
}.mentorship-profile-key .employee-content-key {
    justify-content: center;
    opacity: 0.9;
    flex-direction: column;
    display: flex;
    transition: all 0.7s ease;
    position: relative;
}.mentorship-profile-key .employee-content-key::before {
    position: absolute;
    left: -2rem;
    width: 1px;
    content: "";
    top: 15%;
    height: 70%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
}.mentorship-profile-key .name {
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    transform: translateX(0);
    transition: all 0.5s ease;
    position: relative;
    font-size: calc(48px * 1.2);
}.mentorship-profile-key .name::after {
    height: 2px;
    transform-origin: left;
    content: "";
    transform: scaleX(0);
    left: 0;
    width: 50px;
    transition: transform 0.5s ease 0.2s;
    background: rgb(146,157,178);
    position: absolute;
    bottom: -0.5rem;
}.mentorship-profile-key .employee-content-key div:nth-child(2) {
    text-transform: uppercase;
    margin-bottom: 3rem;
    color: rgb(110,120,135);
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 300;
    transform: translateX(0);
    transition: all 0.5s ease 0.1s;
}.mentorship-profile-key .exp-projects-key {
    font-size: 21px;
    position: relative;
    transform: translateX(0);
    color: #000000;
    padding-left: 2rem;
    transition: all 0.5s ease 0.2s;
    line-height: 1.8;
    font-weight: 300;
}.mentorship-profile-key .exp-projects-key::before {
    left: 0;
    top: -1rem;
    content: "";
    position: absolute;
    color: rgb(146,157,178,0.5);
    font-size: 4rem;
    line-height: 1;
    font-family: serif;
}.mentorship-profile-key .user-testimonials-key:hover .shot-key {
    transform: scale(1.05);
    filter: grayscale(0%);
}.mentorship-profile-key .user-testimonials-key:hover .shot-key::after {
    opacity: 0.3;
}.mentorship-profile-key .user-testimonials-key:hover .name {
    transform: translateX(10px);
}.mentorship-profile-key .user-testimonials-key:hover .name::after {
    transform: scaleX(1);
}.mentorship-profile-key .user-testimonials-key:hover .employee-content-key div:nth-child(2) {
    transform: translateX(20px);
}.mentorship-profile-key .user-testimonials-key:hover .exp-projects-key {
    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) {.mentorship-profile-key .user-testimonials-key {
    grid-template-columns: 1fr;
    gap: 3rem;
}.mentorship-profile-key .shot-key {
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    margin: 0 auto;
    width: 80%;
    height: 350px;
}.mentorship-profile-key .employee-content-key::before {
    top: -1.5rem;
    height: 1px;
    width: 60%;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    left: 20%;
}.mentorship-profile-key .user-testimonials-key:hover .name,
    .mentorship-profile-key .user-testimonials-key:hover .employee-content-key div:nth-child(2),
    .mentorship-profile-key .user-testimonials-key:hover .exp-projects-key {
    transform: translateX(0);
}}header {
    backdrop-filter: blur(10px);
    position: fixed;
    left: 0;
    transition: all 0.5s ease;
    top: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 100;
}header::before {
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(146,157,178,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(110,120,135,0.5) 0%, transparent 20%);
    animation: pulse 15s infinite alternate;
    left: 0;
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    opacity: 0.3;
}header .container {
    position: relative;
    padding: 1rem 2rem;
}header .main-know-key {
    z-index: 2;
    align-items: center;
    position: relative;
    justify-content: space-between;
    display: flex;
}header .head-learn-key {
    align-items: center;
    display: flex;
    gap: 2rem;
    position: relative;
}header .head-learn-key::before {
    background: linear-gradient(90deg, transparent 0%, rgb(146,157,178,0.5) 50%, transparent 100%);
    width: calc(100% + 60px);
    height: calc(100% + 30px);
    left: -30px;
    position: absolute;
    z-index: -1;
    transform: skewX(-15deg);
    border-radius: 17px;
    content: "";
    top: -15px;
    opacity: 0.1;
}header .main-master-key {
    position: relative;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: 600;
    padding: 0.5rem 0;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}header .main-master-key::before {
    transition: width 0.3s ease;
    position: absolute;
    background: linear-gradient(to right, rgb(146,157,178), rgb(110,120,135));
    content: "";
    height: 2px;
    left: 0;
    width: 0;
    bottom: 0;
}header .main-master-key:hover {
    color: rgb(146,157,178);
    transform: translateY(-2px);
}header .main-master-key:hover::before {
    width: 100%;
}header .header-sitebar-key {
    text-decoration: none;
    align-items: center;
    position: relative;
    display: flex;
    z-index: 2;
}header .header-sitebar-key svg {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    transition: all 0.3s ease;
    width: auto;
    height: 40px;
}header .header-sitebar-key:hover svg {
    filter: drop-shadow(0 0 12px rgb(146,157,178,0.5));
    transform: scale(1.05);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@media (max-width: 991px) {header .container {
    padding: 0.8rem 1.5rem;
}header .head-learn-key {
    gap: 1.5rem;
}header .main-master-key {
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header {
    position: relative;
}header .main-know-key {
    padding: 1rem 0;
    gap: 1rem;
    flex-direction: column-reverse;
}header .header-sitebar-key {
    margin-bottom: 0.5rem;
}header .head-learn-key {
    width: 100%;
    overflow-x: auto;
    mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
    padding: 0.5rem 0;
    justify-content: flex-start;
}header .head-learn-key::before {
    display: none;
}header .main-master-key {
    padding: 0.5rem 1rem;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}header .main-master-key::before {
    display: none;
}}.plan-key {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(183,194,215) 0%, rgb(110,120,135,0.5) 100%);
    overflow: hidden;
}.plan-key::before {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(146,157,178), 0.03) 40px, rgba(rgb(146,157,178), 0.03) 80px);
    width: 100%;
    z-index: 1;
    pointer-events: none;
}.plan-key .container {
    padding: 0 1.5rem;
    max-width: 1320px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.plan-key .premium-grid-key {
    flex-direction: column-reverse;
    display: flex;
    gap: 2.5rem;
}.plan-key .learning-cost-key {
    z-index: 3;
    background: rgba(#ffffff, 0.9);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 2rem;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    max-width: 600px;
    margin: 0 auto;
}.plan-key .learning-cost-key:hover {
    transform: translateY(-5px);
}.plan-key .learning-cost-key h2 {
    line-height: 1.3;
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    font-size: 28px;
}.plan-key .learning-cost-key h2::after {
    width: 80px;
    position: absolute;
    height: 3px;
    background: rgb(146,157,178);
    transition: transform 0.5s ease;
    transform-origin: left;
    bottom: -10px;
    content: "";
    left: 0;
    transform: scaleX(1);
}.plan-key .learning-cost-key:hover h2::after {
    transform: scaleX(1.5);
}.plan-key .pricing-deals-key {
    margin-top: 1.5rem;
    color: #000000;
    max-width: 100%;
    line-height: 1.6;
    word-break: break-word;
    font-size: 18px;
    overflow-wrap: break-word;
}.plan-key .learning-deals-key {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
}.plan-key .study-offers-key {
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}.plan-key .study-offers-key:hover {
    transform: translateY(-8px);
}.plan-key .study-sub-key {
    position: relative;
    transition: box-shadow 0.4s ease;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    height: 100%;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}.plan-key .study-offers-key:hover .study-sub-key {
    box-shadow: 0 15px 35px rgba(rgb(146,157,178,0.5), 0.15);
}.plan-key .price-view-key {
    padding: 2rem;
    flex-grow: 1;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}.plan-key .price-view-key h3 {
    line-height: 1.3;
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(21px + 0.1rem);
    font-weight: 600;
    color: #000000;
}.plan-key .access-plans-key {
    display: block;
    position: relative;
    margin: 0.5rem 0 1.25rem;
    color: rgb(146,157,178);
    font-size: calc(21px + 0.3rem);
    font-weight: 700;
}.plan-key .access-plans-key::before {
    bottom: -10px;
    left: 0;
    background: rgb(110,120,135);
    width: 40px;
    position: absolute;
    height: 2px;
    content: "";
}.plan-key .price-view-key p {
    overflow-wrap: break-word;
    margin-top: 1.5rem;
    word-break: break-word;
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
    flex-grow: 1;
}.plan-key .shot-key {
    height: 220px;
    width: 100%;
    transition: transform 0.6s ease-out;
    position: relative;
    transform: scale(1);
}.plan-key .shot-key::after {
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    z-index: 1;
}.plan-key .study-offers-key:hover .shot-key {
    transform: scale(1.05);
}

@media (min-width: 768px) {.plan-key .learning-deals-key {
    grid-template-columns: repeat(2, 1fr);
}.plan-key .learning-cost-key {
    padding: 3rem;
}
}

@media (min-width: 992px) {.plan-key .premium-grid-key {
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}.plan-key .learning-cost-key {
    width: 35%;
    margin: 0;
}.plan-key .learning-deals-key {
    width: 65%;
}
}

@media (min-width: 1200px) {.plan-key .learning-deals-key {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan-key .price-view-key {
    padding: 2.5rem;
}.plan-key .learning-cost-key h2 {
    font-size: calc(28px + 0.2rem);
}.plan-key .shot-key {
    height: 250px;
}
}

@media (max-width: 767px) {.plan-key {
    padding: 4rem 0;
}.plan-key .price-view-key {
    padding: 1.5rem;
    min-height: 240px;
}.plan-key .shot-key {
    height: 180px;
}.plan-key .learning-cost-key {
    padding: 1.5rem;
}.plan-key .learning-cost-key h2 {
    font-size: calc(28px - 0.2rem);
}.plan-key .pricing-deals-key {
    font-size: calc(18px - 0.1rem);
}}.aspiring-learners-key {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(183,194,215) 0%, rgb(146,157,178,0.5) 100%);
    overflow: hidden;
}.aspiring-learners-key::before {
    position: absolute;
    top: 50%;
    width: 500px;
    height: 500px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    animation: rotate 20s linear infinite;
    content: "";
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}.aspiring-learners-key::after {
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    content: "";
    border-radius: 50%;
    border: 4px dotted rgb(146,157,178,0.5);
    position: absolute;
    height: 800px;
    animation: rotate-reverse 30s linear infinite;
}@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotate-reverse {
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to { transform: translate(-50%, -50%) rotate(0deg); }
}

.aspiring-learners-key .why-mission-key {
    position: relative;
    max-width: 1200px;
    padding: 2rem;
    border-radius: 18px;
    z-index: 5;
    margin: 0 auto;
}.aspiring-learners-key .why-mission-key::before {
    filter: blur(50px);
    transform: translate(-50%, -50%);
    content: "";
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(110,120,135,0.5) 0%, transparent 70%);
    z-index: -1;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    animation: pulse 8s ease-in-out infinite alternate;
    position: absolute;
}@keyframes pulse {
    0% { opacity: 0.3; transform: translate(-50%, -50%) scale(0.8); }
    100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); }
}

.aspiring-learners-key h3 {
    z-index: 10;
    font-weight: 700;
    margin-bottom: 4rem;
    font-size: 38px;
    position: relative;
    text-align: center;
    color: #ffffff;
}.aspiring-learners-key h3::after {
    animation: glow 3s infinite alternate;
    width: 150px;
    left: 50%;
    background: rgb(146,157,178);
    height: 3px;
    bottom: -15px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    box-shadow: 0 0 15px rgb(146,157,178);
    border-radius: 50px;
}@keyframes glow {
    0% { box-shadow: 0 0 5px rgb(146,157,178); }
    100% { box-shadow: 0 0 20px rgb(146,157,178), 0 0 40px rgb(146,157,178,0.5); }
}

.aspiring-learners-key ul {
    padding: 0;
    position: relative;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2.5rem;
}.aspiring-learners-key li {
    backdrop-filter: blur(10px);
    overflow: hidden;
    font-size: 12px;
    padding: 1.5rem 2rem;
    color: #ffffff;
    border-radius: 50px;
    transition: all 0.4s ease;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    position: relative;
}.aspiring-learners-key li::before {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    z-index: -1;
    content: "";
}.aspiring-learners-key li::after {
    opacity: 0;
    position: absolute;
    width: 50px;
    animation: data-stream 5s infinite;
    height: 150%;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    z-index: 0;
    transform: rotate(20deg) translateX(-150px);
    animation-delay: calc(var(--i, 0) * 1s);
}.aspiring-learners-key li:nth-child(1) {
    --i: 0;
}.aspiring-learners-key li:nth-child(2) {
    --i: 1;
}.aspiring-learners-key li:nth-child(3) {
    --i: 2;
}.aspiring-learners-key li:nth-child(4) {
    --i: 3;
}.aspiring-learners-key li:nth-child(5) {
    --i: 4;
}.aspiring-learners-key li:nth-child(6) {
    --i: 5;
}.aspiring-learners-key li:nth-child(7) {
    --i: 6;
}.aspiring-learners-key li:nth-child(8) {
    --i: 7;
}.aspiring-learners-key li:nth-child(9) {
    --i: 8;
}.aspiring-learners-key li:nth-child(10) {
    --i: 9;
}@keyframes data-stream {
    0% { transform: rotate(20deg) translateX(-150px); opacity: 0; }
    20% { opacity: 0.5; }
    100% { transform: rotate(20deg) translateX(500px); opacity: 0; }
}

.aspiring-learners-key li:hover {
    transform: translateY(-5px);
    border-color: rgb(110,120,135);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}.aspiring-learners-key svg {
    transition: all 0.4s ease;
    position: relative;
    width: 30px;
    margin-right: 1.5rem;
    height: 30px;
    z-index: 2;
}.aspiring-learners-key svg path {
    transition: all 0.4s ease;
    fill: rgb(110,120,135);
}.aspiring-learners-key li:hover svg {
    transform: rotate(15deg);
}.aspiring-learners-key li:hover svg path {
    fill: rgb(146,157,178);
}

@media (max-width: 1200px) {.aspiring-learners-key::before {
    height: 400px;
    width: 400px;
}.aspiring-learners-key::after {
    width: 600px;
    height: 600px;
}
}

@media (max-width: 992px) {.aspiring-learners-key {
    padding: 4rem 1.5rem;
}.aspiring-learners-key ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.aspiring-learners-key li {
    padding: 1.25rem 1.5rem;
}
}

@media (max-width: 768px) {.aspiring-learners-key {
    padding: 3.5rem 1.5rem;
}.aspiring-learners-key ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.aspiring-learners-key::before {
    width: 300px;
    height: 300px;
}.aspiring-learners-key::after {
    height: 450px;
    width: 450px;
}.aspiring-learners-key h3 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 576px) {.aspiring-learners-key {
    padding: 3rem 1rem;
}.aspiring-learners-key .why-mission-key {
    padding: 1.5rem 1rem;
}.aspiring-learners-key h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 3rem;
}.aspiring-learners-key li {
    padding: 1rem 1.25rem;
}.aspiring-learners-key svg {
    height: 25px;
    margin-right: 1rem;
    width: 25px;
}}.cookie-overlay-dialog-key {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
    z-index: 1050;
    overflow: hidden;
    bottom: 20px;
    position: fixed;
    background: #ffffff;
    font-family: Arial, sans-serif;
    width: 90%;
    border-radius: 15px;
    left: 50%;
    max-width: 500px;
}.data-consent-key {
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}.cookie-gate-key {
    margin-bottom: 20px;
}.cookie-gate-key svg, .cookie-gate-key svg path, .cookie-gate-key img {
    height: 60px;
    fill: rgb(146,157,178);
    width: 60px;
}.cookie-overlay-dialog-key h5 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    color: rgb(146,157,178);
    font-weight: 700;
}.cookie-overlay-dialog-key p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000000;
}.cookie-customize-key {
    width: calc(50% - 10px);
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    transition: background 0.3s ease-in-out;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    margin: 5px;
    background: rgb(146,157,178);
    border-radius: 10px;
    padding: 10px 20px;
}.cookie-customize-key:hover {
    background: rgb(110,120,135);
}.cookie_button.privacy-gate-key {
    background: rgb(110,120,135);
}.cookie_button.privacy-gate-key:hover {
    background: rgb(110,120,135,0.5);
}.cookie-overlay-dialog-key p a {
    color: rgb(146,157,178);
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}.cookie-overlay-dialog-key p a:hover {
    color: rgb(110,120,135);
}#usageNoticeDialog-key {
    display: none;
}#usageNoticeDialog-key:checked ~ .cookie-overlay-dialog-key {
    visibility: hidden;
    opacity: 0;
}.thanksBox-key {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(183,194,215) 0%, rgb(146,157,178,0.5) 100%);
    overflow: hidden;
    position: relative;
}.thanksBox-key::before {
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(230deg, rgb(110,120,135,0.5) 10%, transparent 80%);
    z-index: 1;
    right: 0;
    content: "";
    width: 40%;
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}.thanksBox-key::after {
    border-radius: 50%;
    left: -5rem;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(146,157,178,0.5) 0%, transparent 70%);
    filter: blur(30px);
    bottom: -5rem;
    animation: pulse 8s infinite ease-in-out;
    height: 20rem;
    width: 20rem;
    z-index: 0;
}.thanksBox-key .container {
    padding: 0 2rem;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.thanksBox-key h2 {
    margin-bottom: 3rem;
    color: #000000;
    transform-origin: left center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    animation: slideInTitle 0.8s ease-out forwards;
    font-size: 30px;
    max-width: 90%;
    position: relative;
}.thanksBox-key h2::after {
    background: linear-gradient(90deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
    bottom: -1rem;
    position: absolute;
    height: 0.3rem;
    transform: scaleX(0);
    left: 0;
    content: "";
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 6rem;
    transform-origin: left;
}.thanksBox-key .why-mission-key {
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    background: #ffffff;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
    padding: 3rem;
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.thanksBox-key .why-mission-key::before {
    top: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    z-index: -1;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(110,120,135,0.5) 150%);
}.thanksBox-key ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thanksBox-key li {
    padding-left: 2rem;
    position: relative;
}.thanksBox-key li::before {
    transform: rotate(45deg) scale(0);
    width: 0.6rem;
    background: rgb(146,157,178);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: 0;
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    height: 0.6rem;
    top: 0.5rem;
}.thanksBox-key span {
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-size: 16px;
    display: block;
}

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

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

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

@keyframes scaleIn {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.thanksBox-key {
    padding: 4rem 0;
}.thanksBox-key h2 {
    max-width: 100%;
    font-size: calc(30px * 0.9);
}.thanksBox-key .why-mission-key {
    padding: 2.5rem;
}.thanksBox-key::before {
    width: 30%;
}
}

@media (max-width: 768px) {.thanksBox-key {
    padding: 3.5rem 0;
}.thanksBox-key h2 {
    line-height: 1.4;
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.8);
}.thanksBox-key .why-mission-key {
    padding: 2rem;
}.thanksBox-key .container {
    transform: perspective(1000px) rotateX(1deg);
}.thanksBox-key::before {
    width: 25%;
}.thanksBox-key li::before {
    top: 0.4rem;
}
}

@media (max-width: 576px) {.thanksBox-key {
    padding: 3rem 0;
}.thanksBox-key h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 2rem;
}.thanksBox-key h2::after {
    height: 0.25rem;
    width: 5rem;
    bottom: -0.75rem;
}.thanksBox-key .why-mission-key {
    padding: 1.5rem;
}.thanksBox-key .container {
    transform: none;
    padding: 0 1.5rem;
}.thanksBox-key::before {
    display: none;
}.thanksBox-key li {
    padding-left: 1.5rem;
}.thanksBox-key li::before {
    top: 0.4rem;
    height: 0.5rem;
    width: 0.5rem;
}.thanksBox-key span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}}.meet-us-key {
    position: relative;
    background-color: rgb(183,194,215);
    isolation: isolate;
    overflow: hidden;
    padding: 150px 0;
}.meet-us-key::before {
    position: absolute;
    background: 
        linear-gradient(120deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(240deg, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0) 20%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0) 10%),
        radial-gradient(circle at 15% 15%, rgb(146,157,178,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(110,120,135,0.5) 0%, transparent 25%);
    content: "";
    z-index: -2;
    inset: 0;
    opacity: 0.8;
}.meet-us-key::after {
    pointer-events: none;
    background-size: 20px 20px;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.03;
}.meet-us-key .container {
    padding: 0 30px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
}.meet-us-key .container::before {
    top: -120px;
    content: "";
    background-size: 200px 200px;
    position: absolute;
    right: -100px;
    animation: pulseCircles 8s infinite alternate ease-in-out;
    background: 
        radial-gradient(circle, transparent 30%, rgb(146,157,178,0.5) 30%, rgb(146,157,178,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(146,157,178,0.5) 36%, rgb(146,157,178,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(146,157,178,0.5) 43%, rgb(146,157,178,0.5) 45%, transparent 45%);
    background-repeat: no-repeat;
    z-index: -1;
    width: 200px;
    opacity: 0.3;
    height: 200px;
}.meet-us-key .container::after {
    background: 
        radial-gradient(circle, transparent 30%, rgb(110,120,135,0.5) 30%, rgb(110,120,135,0.5) 32%, transparent 32%),
        radial-gradient(circle, transparent 36%, rgb(110,120,135,0.5) 36%, rgb(110,120,135,0.5) 38%, transparent 38%),
        radial-gradient(circle, transparent 43%, rgb(110,120,135,0.5) 43%, rgb(110,120,135,0.5) 45%, transparent 45%);
    left: -70px;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: 150px 150px;
    bottom: -100px;
    position: absolute;
    animation: pulseCircles 8s infinite alternate-reverse ease-in-out;
    opacity: 0.3;
    z-index: -1;
    content: "";
}@keyframes pulseCircles {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}

.meet-us-key .why-mission-key {
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.01);
    overflow: hidden;
    border-radius: 21px;
    display: flex;
    box-shadow: 
        0 20px 80px -20px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 0 20px rgba(0, 0, 0, 0.02);
}.meet-us-key .why-mission-key::before,
.meet-us-key .why-mission-key::after {
    background: conic-gradient(
        transparent 0deg,
        transparent 30deg,
        rgb(146,157,178,0.5) 40deg,
        rgb(146,157,178,0.5) 60deg,
        transparent 70deg,
        transparent 120deg,
        rgb(110,120,135,0.5) 130deg,
        rgb(110,120,135,0.5) 150deg,
        transparent 160deg,
        transparent 210deg,
        rgb(146,157,178,0.5) 220deg,
        rgb(146,157,178,0.5) 240deg,
        transparent 250deg,
        transparent 300deg,
        rgb(110,120,135,0.5) 310deg,
        rgb(110,120,135,0.5) 330deg,
        transparent 340deg
    );
    height: 500px;
    top: 50%;
    width: 500px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 0;
    opacity: 0.05;
    content: "";
    position: absolute;
    left: 50%;
}.meet-us-key .why-mission-key::before {
    animation: rotateConic 60s linear infinite;
}.meet-us-key .why-mission-key::after {
    animation: rotateConic 40s linear infinite reverse;
    opacity: 0.03;
    filter: blur(5px);
}@keyframes rotateConic {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.meet-us-key .instructor-bio-key {
    align-items: center;
    flex-direction: column;
    padding: 60px 0;
    z-index: 2;
    background: linear-gradient(
        -45deg, 
        transparent, 
        rgba(255, 255, 255, 0.02) 30%, 
        rgba(255, 255, 255, 0.03) 50%, 
        rgba(255, 255, 255, 0.02) 70%, 
        transparent
    );
    position: relative;
    justify-content: center;
    width: 35%;
    display: flex;
}.meet-us-key .instructor-bio-key::before {
    content: "";
    opacity: 0.6;
    position: absolute;
    width: 60px;
    top: 30px;
    left: 30px;
    height: 60px;
    z-index: 1;
    border-left: 2px solid rgb(146,157,178,0.5);
    border-top: 2px solid rgb(146,157,178,0.5);
}.meet-us-key .instructor-bio-key::after {
    bottom: 30px;
    opacity: 0.6;
    height: 60px;
    right: 30px;
    border-bottom: 2px solid rgb(146,157,178,0.5);
    border-right: 2px solid rgb(146,157,178,0.5);
    content: "";
    z-index: 1;
    position: absolute;
    width: 60px;
}.meet-us-key .instructor-bio-key .shot-key {
    transform: perspective(1000px) rotateY(5deg);
    height: 320px;
    z-index: 2;
    position: relative;
    overflow: hidden;
    width: 240px;
    border-radius: 21px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
}.meet-us-key .instructor-bio-key .shot-key::before {
    background: linear-gradient(
        to bottom,
        transparent 60%,
        rgba(0, 0, 0, 0.4) 100%
    );
    content: "";
    inset: 0;
    z-index: 1;
    position: absolute;
}.meet-us-key .instructor-bio-key .shot-key::after {
    height: 200%;
    transform: rotate(30deg);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    top: -100%;
    z-index: 2;
    animation: reflectionSweep 7s infinite cubic-bezier(0.5, 0, 0.5, 1);
    content: "";
    width: 40%;
    left: -20%;
    position: absolute;
}@keyframes reflectionSweep {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(500%);
    }
}

.meet-us-key .instructor-bio-key:hover .shot-key {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.meet-us-key .teach-style-key {
    border-radius: 10px;
    transform: translateY(-30px) translateX(40px);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
    color: #ffffff;
    background: rgb(146,157,178);
    position: relative;
    z-index: 3;
}.meet-us-key .teach-style-key::before {
    height: 100%;
    top: 0;
    content: "";
    width: 4px;
    position: absolute;
    opacity: 0.8;
    left: 0;
    background: rgb(110,120,135);
}.meet-us-key .teach-style-key::after {
    position: absolute;
    width: 30%;
    bottom: 0;
    height: 3px;
    content: "";
    transition: width 0.3s ease;
    left: 0;
    opacity: 0.8;
    background: rgb(110,120,135);
}.meet-us-key .instructor-bio-key:hover .teach-style-key {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-35px) translateX(30px);
}.meet-us-key .instructor-bio-key:hover .teach-style-key::after {
    width: 70%;
}.meet-us-key .learn-culture-key {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
    position: relative;
}.meet-us-key .success-metric-key {
    margin: 0;
    font-size: 17px;
    opacity: 0.9;
}.meet-us-key .text-capsule-key {
    padding: 60px;
    width: 65%;
    position: relative;
    background: linear-gradient(
        45deg, 
        rgba(255, 255, 255, 0.03) 0%, 
        transparent 50%, 
        rgba(255, 255, 255, 0.02) 100%
    );
    z-index: 2;
}.meet-us-key .text-capsule-key::before {
    position: absolute;
    width: 1px;
    left: 0;
    top: 0;
    opacity: 0.4;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent,
        rgb(146,157,178,0.5),
        rgb(110,120,135,0.5),
        transparent
    );
    height: 100%;
}.meet-us-key .text-capsule-key::after {
    height: 1px;
    transform: translateY(120px);
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: linear-gradient(
        to right,
        transparent,
        rgb(110,120,135,0.5) 50%,
        transparent
    );
    width: 80%;
    opacity: 0.2;
}.meet-us-key .impact-facts-key {
    margin-bottom: 25px;
    position: relative;
    align-items: center;
    display: flex;
}.meet-us-key .impact-facts-key::before {
    width: 100%;
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    background: linear-gradient(
        to right,
        rgb(146,157,178,0.5),
        transparent 80%
    );
    height: 1px;
    opacity: 0.3;
}.meet-us-key .impact-facts-key svg {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    height: 45px;
    position: relative;
    fill: rgb(146,157,178);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-right: 15px;
    width: 45px;
}.meet-us-key .impact-facts-key svg::before {
    position: absolute;
    transform: scale(0.8);
    content: "";
    opacity: 0;
    border: 1px dashed rgb(146,157,178,0.5);
    inset: -5px;
    transition: all 0.3s ease;
    border-radius: 50%;
}.meet-us-key .impact-facts-key:hover svg {
    transform: translateY(-5px) rotate(10deg);
}.meet-us-key .impact-facts-key svg path {
    transition: fill 0.3s ease;
    fill: rgb(146,157,178);
}.meet-us-key .impact-facts-key:hover svg path {
    fill: rgb(110,120,135);
}.meet-us-key h2 {
    margin: 0 0 30px 0;
    padding-bottom: 15px;
    font-size: 28px;
    position: relative;
    font-weight: 700;
    color: #000000;
}.meet-us-key h2::before {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.2;
    height: 1px;
    background: linear-gradient(
        to right,
        rgb(146,157,178,0.5) 0%,
        transparent 80%
    );
    bottom: 0;
}.meet-us-key h2::after {
    height: 3px;
    position: absolute;
    bottom: 0;
    width: 60px;
    content: "";
    transition: width 0.3s ease;
    background: linear-gradient(
        to right,
        rgb(146,157,178) 0%,
        rgb(110,120,135) 100%
    );
    left: 0;
    border-radius: 3px;
}.meet-us-key .text-capsule-key:hover h2::after {
    width: 100px;
}.meet-us-key p {
    line-height: 1.8;
    position: relative;
    padding-left: 20px;
    margin: 0;
    font-size: 17px;
    color: #000000;
}.meet-us-key p::before {
    left: 0;
    background: linear-gradient(
        to bottom,
        rgb(146,157,178,0.5),
        rgb(110,120,135,0.5)
    );
    position: absolute;
    opacity: 0.3;
    height: 100%;
    content: "";
    top: 0;
    width: 2px;
}.meet-us-key p::after {
    height: 1px;
    opacity: 0.1;
    bottom: 10px;
    background: linear-gradient(
        to right,
        transparent,
        rgb(110,120,135,0.5)
    );
    right: 0;
    position: absolute;
    content: "";
    width: 30%;
}

@media (max-width: 1024px) {.meet-us-key {
    padding: 100px 0;
}.meet-us-key .why-mission-key {
    flex-direction: column;
}.meet-us-key .instructor-bio-key,
    .meet-us-key .text-capsule-key {
    width: 100%;
    padding: 40px;
}.meet-us-key .instructor-bio-key {
    padding-bottom: 60px;
    display: flex;
    gap: 30px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}.meet-us-key .instructor-bio-key .shot-key {
    margin-bottom: 0;
    width: 180px;
    height: 240px;
}.meet-us-key .teach-style-key {
    flex: 1;
    transform: translateY(0) translateX(0);
}.meet-us-key .instructor-bio-key:hover .teach-style-key {
    transform: translateY(0) translateX(0);
}.meet-us-key .text-capsule-key::before {
    background: linear-gradient(
            to right,
            transparent,
            rgb(146,157,178,0.5),
            rgb(110,120,135,0.5),
            transparent
        );
    width: 100%;
    height: 1px;
}
}

@media (max-width: 768px) {.meet-us-key {
    padding: 80px 0;
}.meet-us-key .instructor-bio-key {
    flex-direction: column;
    padding: 30px;
    padding-bottom: 60px;
}.meet-us-key .instructor-bio-key .shot-key {
    height: 270px;
    margin-bottom: 20px;
    width: 200px;
}.meet-us-key .teach-style-key {
    width: 90%;
    text-align: center;
}.meet-us-key .teach-style-key::before {
    width: 100%;
    height: 4px;
}.meet-us-key .teach-style-key::after {
    left: 50%;
    transform: translateX(-50%);
}.meet-us-key .text-capsule-key {
    padding: 30px;
}.meet-us-key h2 {
    text-align: center;
}.meet-us-key h2::after {
    transform: translateX(-50%);
    left: 50%;
}.meet-us-key .text-capsule-key:hover h2::after {
    width: 80px;
}.meet-us-key p {
    padding-left: 0;
    text-align: center;
}.meet-us-key p::before {
    display: none;
}
}

@media (max-width: 480px) {.meet-us-key {
    padding: 60px 0;
}.meet-us-key .container {
    padding: 0 20px;
}.meet-us-key .instructor-bio-key {
    padding: 25px;
    padding-bottom: 50px;
}.meet-us-key .instructor-bio-key .shot-key {
    width: 160px;
    height: 220px;
}.meet-us-key .teach-style-key {
    width: 100%;
    padding: 15px 20px;
}.meet-us-key .text-capsule-key {
    padding: 25px 20px;
}.meet-us-key h2 {
    font-size: calc(28px * 0.85);
    margin-bottom: 20px;
}.meet-us-key .impact-facts-key {
    margin-bottom: 20px;
    align-items: center;
    flex-direction: column;
}.meet-us-key .impact-facts-key svg {
    margin-bottom: 10px;
    margin-right: 0;
}
}