﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}.P-mentor-cta {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: smooth;
}header,footer {
    width: 100%;
}.g-wrapper-template {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}svg {
    height: 30px;
    width: 30px;
}.R-top-lead {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1269px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.i-course-highlights {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(207,220,219) 0%, rgb(172,192,191,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.i-course-highlights::before {
    opacity: 0.05;
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(137,148,146,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(137,148,146,0.5) 12px
    );
    transform: rotate(-5deg);
    left: -5%;
    top: -10%;
}.i-course-highlights .container {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.i-course-highlights .N-knowledge-track {
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
    gap: 3rem;
    animation: fadeInUp 0.8s ease-out forwards;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.i-course-highlights .B-photo-item {
    transform: perspective(1000px) rotateX(2deg) rotateY(-3deg);
    position: relative;
    z-index: 3;
    height: 350px;
    border: none;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    mask-image: linear-gradient(to bottom right, 
        transparent 0%, 
        black 2%, 
        black 98%, 
        transparent 100%);
}.i-course-highlights .B-photo-item:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}.i-course-highlights .B-photo-item::after {
    z-index: 2;
    position: absolute;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(172,192,191,0.5) 100%
    );
    inset: 0;
    transition: opacity 0.3s ease;
    opacity: 0.6;
}.i-course-highlights .B-photo-item:hover::after {
    opacity: 0.4;
}.i-course-highlights .E-text-region {
    border-left: 4px solid rgb(172,192,191);
    backdrop-filter: blur(8px);
    position: relative;
    background: #ffffff;
    transform: translateZ(20px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
}.i-course-highlights .E-text-region::before {
    transform: rotate(45deg);
    left: 20px;
    z-index: -1;
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    background: rgb(172,192,191);
    top: -20px;
}.i-course-highlights h3 {
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: calc(21px * 1.2);
    display: inline-block;
}.i-course-highlights h3::after {
    content: "";
    background: linear-gradient(90deg, rgb(172,192,191) 0%, transparent 100%);
    transition: transform 0.3s ease;
    position: absolute;
    width: 60%;
    bottom: -8px;
    left: 0;
    transform-origin: left;
    height: 3px;
}.i-course-highlights .E-text-region:hover h3::after {
    transform: scaleX(1.2);
}.i-course-highlights .description {
    position: relative;
    color: #000000;
    font-size: 18px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}.i-course-highlights p.description {
    display: block;
}.i-course-highlights span.description {
    display: none;
}.i-course-highlights .description::first-letter {
    font-weight: 700;
    color: rgb(172,192,191);
    padding: 6px;
    line-height: 1;
    margin-right: 8px;
    float: left;
    background: rgb(172,192,191,0.5);
    font-size: 1.5em;
}

@media screen and (min-width: 768px) {.i-course-highlights .N-knowledge-track {
    align-items: center;
    flex-direction: row;
    gap: 4rem;
}.i-course-highlights .B-photo-item {
    height: 450px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-5deg);
    flex: 1;
}.i-course-highlights .E-text-region {
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: perspective(1000px) rotateX(-1deg) rotateY(2deg) translateZ(30px);
    flex: 1.2;
}.i-course-highlights .E-text-region:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px);
}.i-course-highlights h3 {
    font-size: 28px;
}
}

@media screen and (min-width: 992px) {.i-course-highlights {
    padding: 8rem 0;
}.i-course-highlights .B-photo-item {
    flex: 1.2;
    height: 550px;
}.i-course-highlights .E-text-region {
    flex: 1;
    padding: 3rem;
}.i-course-highlights h3 {
    margin-bottom: 2rem;
}.i-course-highlights .description {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}

@media screen and (max-width: 767px) {.i-course-highlights {
    padding: 3rem 0;
}.i-course-highlights .container {
    padding: 0 1.5rem;
}.i-course-highlights .B-photo-item {
    height: 250px;
    margin-bottom: -20px;
}.i-course-highlights .E-text-region {
    padding: 1.8rem;
    z-index: 4;
    transform: translateY(-30px);
}.i-course-highlights h3 {
    margin-bottom: 1rem;
    font-size: calc(20px * 1.2);
}.i-course-highlights .description {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media (hover: hover) {.i-course-highlights .B-photo-item::before {
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
    z-index: 2;
    background: linear-gradient(
            45deg,
            rgb(172,192,191,0.5) 0%,
            transparent 50%,
            rgb(137,148,146,0.5) 100%
        );
}.i-course-highlights .B-photo-item:hover::before {
    opacity: 0.2;
}}.m-cookieNoticeContainer {
    bottom: 0;
    position: fixed;
    z-index: 1050;
    padding: 20px;
    width: 100%;
    overflow: hidden;
    background: rgb(207,220,219);
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(172,192,191);
}.f-learn-agree {
    justify-content: space-between;
    z-index: 1;
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
}.D-cookies-tracking {
    margin-right: 20px;
    flex-shrink: 0;
}#R-popupPrivacyTerms {
    display: none;
}#R-popupPrivacyTerms:checked ~ .m-cookieNoticeContainer {
    visibility: hidden;
    opacity: 0;
}.D-cookies-tracking svg {
    width: 60px;
    height: 60px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(172,192,191);
}.B-cookie-gate {
    margin-right: 20px;
    flex-grow: 1;
}.B-cookie-gate h5 {
    font-weight: 700;
    color: rgb(172,192,191);
    font-size: 19px;
    margin-bottom: 5px;
}.B-cookie-gate p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
}.o-manage-cookies {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    margin-left: 10px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
}.o-manage-cookies {
    color: #ffffff;
    background-color: rgb(172,192,191);
    border: 1px solid rgb(172,192,191);
}.o-manage-cookies:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.m-cookieNoticeContainer p a {
    color: rgb(172,192,191);
    text-decoration: underline;
}.m-cookieNoticeContainer p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.B-cookie-gate h5 {
    font-size: calc(19px - 2px);
}.B-cookie-gate p {
    font-size: calc(14px - 2px);
}.o-manage-cookies {
    font-size: calc(16px - 2px);
    padding: 8px 16px;
}
}
@media (max-width: 800px) {.f-learn-agree {
    flex-direction: column;
    align-items: center;
}.D-cookies-tracking {
    margin-bottom: 15px;
}.B-cookie-gate {
    text-align: center;
    margin-bottom: 20px;
}.o-manage-cookies {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
.K-appContent {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(172,192,191,0.5), rgb(137,148,146) 120%);
}.K-appContent::before {
    content: "";
    background: rgb(255, 255, 255, 0.5);
    right: -10%;
    transform: rotate(-15deg);
    width: 50%;
    top: -10%;
    height: 60%;
    opacity: 0.05;
    position: absolute;
    pointer-events: none;
}.K-appContent::after {
    content: "";
    transform: rotate(10deg);
    left: -5%;
    height: 30%;
    bottom: -5%;
    opacity: 0.1;
    width: 40%;
    pointer-events: none;
    background: rgb(172,192,191);
    position: absolute;
}.K-appContent .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.K-appContent .u-pro-learn {
    transform: translateY(0);
    display: flex;
    position: relative;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    flex-direction: column;
    gap: 40px;
    padding: 60px 50px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
}.K-appContent .u-pro-learn:hover {
    transform: translateY(-5px);
}.K-appContent .u-pro-learn::before {
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    width: 4px;
    background: linear-gradient(to bottom, rgb(172,192,191), rgb(137,148,146));
    top: 0;
}.K-appContent .u-pro-learn div:first-child {
    padding-bottom: 25px;
    position: relative;
}.K-appContent .u-pro-learn div:first-child::after {
    width: 80px;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(172,192,191,0.5);
}.K-appContent .u-pro-learn h5 {
    line-height: 1.4;
    color: #000000;
    transform: translateX(0);
    margin: 0;
    font-size: 21px;
    transition: transform 0.4s ease-out;
    font-weight: 700;
}.K-appContent .u-pro-learn:hover h5 {
    transform: translateX(8px);
}.K-appContent .u-pro-learn div:last-child {
    position: relative;
}.K-appContent .u-pro-learn a {
    text-decoration: none;
    transition: all 0.4s ease;
    display: block;
}.K-appContent .u-pro-learn p {
    line-height: 1.8;
    transition: color 0.3s ease;
    font-size: 14px;
    color: #000000;
    margin: 0;
    position: relative;
    z-index: 1;
    font-family: Arial, sans-serif;
}.K-appContent .u-pro-learn a:hover p {
    color: rgb(172,192,191);
}.K-appContent .u-pro-learn a::before {
    position: absolute;
    width: 40%;
    height: 40%;
    transition: opacity 0.5s ease;
    z-index: 0;
    right: -10px;
    background: linear-gradient(135deg, transparent, rgb(137,148,146,0.5) 60%);
    opacity: 0;
    content: "";
    bottom: -10px;
}.K-appContent .u-pro-learn a:hover::before {
    opacity: 0.1;
}

@media (min-width: 768px) {.K-appContent .u-pro-learn {
    padding: 70px 80px;
}.K-appContent .u-pro-learn::before {
    width: 6px;
}.K-appContent .u-pro-learn div:first-child::after {
    width: 120px;
}
}

@media (max-width: 767px) {.K-appContent {
    padding: 60px 0;
}.K-appContent .u-pro-learn {
    padding: 40px 30px;
    gap: 25px;
}.K-appContent .u-pro-learn h5 {
    font-size: calc(21px - 2px);
}.K-appContent .u-pro-learn p {
    font-size: calc(14px - 1px);
}.K-appContent .u-pro-learn div:first-child {
    padding-bottom: 20px;
}.K-appContent .u-pro-learn div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.K-appContent {
    padding: 40px 0;
}.K-appContent .u-pro-learn {
    gap: 20px;
    padding: 30px 20px;
}.K-appContent .u-pro-learn h5 {
    font-size: calc(21px - 4px);
}
}

@media (prefers-reduced-motion: reduce) {.K-appContent .u-pro-learn,
    .K-appContent .u-pro-learn h5,
    .K-appContent .u-pro-learn a::before,
    .K-appContent .u-pro-learn a p {
    transition: none;
}.K-appContent .u-pro-learn:hover,
    .K-appContent .u-pro-learn:hover h5 {
    transform: none;
}}.T-secure-nest {
    max-width: 1200px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background: rgba(0, 0, 0, 0.5);
    padding: 60px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
}.T-secure-nest h1 {
    margin-bottom: 30px;
    margin-top: 20px;
    border-bottom: 4px solid rgb(172,192,191);
    font-size: 47px;
    font-weight: 700;
    color: rgb(172,192,191);
    padding-bottom: 10px;
}.T-secure-nest h2 {
    margin-top: 30px;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    border-left: 6px solid rgb(137,148,146);
    font-size: 31px;
    color: rgb(137,148,146);
}.T-secure-nest ul {
    list-style-type: none;
    margin: 20px 0;
    padding-left: 0;
}.T-secure-nest ul li::before {
    width: 1em;
    margin-left: -1em;
    display: inline-block;
    color: rgb(172,192,191);
    content: "•";
    font-size: 1.5em;
}.T-secure-nest li {
    border-left: 2px solid rgb(172,192,191,0.5);
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 1.8;
}.T-secure-nest p, .T-secure-nest span, .T-secure-nest div {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #ffffff;
}.T-secure-nest h3, .T-secure-nest h4, .T-secure-nest h5, .T-secure-nest h6 {
    border-left: 5px solid rgb(172,192,191);
    font-weight: 600;
    padding-left: 15px;
    font-size: 19px;
    color: rgb(172,192,191);
    margin-top: 25px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {.T-secure-nest {
    padding: 30px;
}.T-secure-nest h1 {
    font-size: calc(19px - 4px);
}.T-secure-nest h2 {
    font-size: calc(19px - 3px);
}.T-secure-nest h3, .T-secure-nest h4, .T-secure-nest h5, .T-secure-nest h6 {
    font-size: calc(19px - 2px);
}.T-secure-nest p, .T-secure-nest span, .T-secure-nest div, .T-secure-nest li {
    font-size: calc(18px - 2px);
}}.x-title-page {
    width: 100%;
    position: relative;
    overflow: hidden;
}.x-title-page .g-edu-front {
    height: 100vh;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}.x-title-page .g-edu-front::before {
    top: 0;
    position: absolute;
    left: 0;
    animation: gradientFlow 15s infinite alternate;
    background: linear-gradient(135deg, 
    rgb(172,192,191,0.5) 0%, 
    rgba(0,0,0,0.5) 50%, 
    rgb(137,148,146,0.5) 100%);
    height: 100%;
    z-index: 1;
    width: 100%;
    content: "";
}.x-title-page .g-edu-front::after {
    bottom: 0;
    position: absolute;
    height: 35%;
    z-index: 2;
    background: linear-gradient(to top, 
    rgba(0,0,0,0.85) 0%, 
    rgba(0,0,0,0) 100%);
    left: 0;
    width: 100%;
    content: "";
}.x-title-page .i-story-info {
    animation: fadeSlideUp 1.2s ease-out forwards;
    position: relative;
    padding: 3rem;
    max-width: 90%;
    width: 900px;
    z-index: 3;
    transform: translateY(-2rem);
}.x-title-page .i-story-info::before {
    animation: lineReveal 1s ease-out 0.5s forwards;
    width: 60%;
    top: -20px;
    height: 5px;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    background: rgb(172,192,191);
    position: absolute;
    content: "";
}.x-title-page .i-story-info::after {
    animation: lineReveal 1s ease-out 0.8s forwards;
    content: "";
    height: 5px;
    transform: scaleX(0);
    transform-origin: right;
    bottom: -20px;
    position: absolute;
    background: rgb(137,148,146);
    width: 40%;
    right: 0;
}.x-title-page h1 {
    margin-bottom: 1.5rem;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(20px);
    text-shadow: 0 2px 15px rgba(0,0,0,0.3);
    position: relative;
    font-size: clamp(2.5rem, 5vw, 38px);
    animation: textReveal 0.8s ease-out 0.3s forwards;
    color: #ffffff;
    font-weight: 700;
}.x-title-page h1::after {
    animation: lineReveal 1s ease-out 1s forwards;
    height: 3px;
    position: absolute;
    content: "";
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    background: rgb(137,148,146);
    bottom: -10px;
    width: 80px;
}.x-title-page h3 {
    opacity: 0;
    font-size: clamp(1.25rem, 3vw, 21px);
    color: #ffffff;
    text-shadow: 0 1px 10px rgba(0,0,0,0.3);
    max-width: 90%;
    margin-bottom: 2rem;
    line-height: 1.5;
    animation: textReveal 0.8s ease-out 0.6s forwards;
    font-weight: 600;
    transform: translateY(20px);
}.x-title-page p {
    padding-left: 1.5rem;
    font-size: clamp(1rem, 2vw, 14px);
    opacity: 0;
    animation: textReveal 0.8s ease-out 0.9s forwards;
    position: relative;
    font-weight: 400;
    color: #ffffff;
    max-width: 80%;
    transform: translateY(20px);
    line-height: 1.6;
}.x-title-page p::before {
    background: rgb(137,148,146);
    position: absolute;
    height: 0;
    width: 3px;
    left: 0;
    top: 0.5rem;
    animation: verticalLineGrow 0.8s ease-out 1.2s forwards;
    content: "";
}

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

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

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

@keyframes verticalLineGrow {
  from {
    height: 0;
  }
  to {
    height: 80%;
  }
}

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

@media screen and (max-width: 992px) {.x-title-page .g-edu-front {
    height: 90vh;
}.x-title-page .i-story-info {
    padding: 2.5rem 2rem;
    transform: translateY(0);
}
}

@media screen and (max-width: 768px) {.x-title-page .g-edu-front {
    height: 80vh;
}.x-title-page h3, 
  .x-title-page p {
    max-width: 100%;
}.x-title-page .i-story-info {
    width: 100%;
    padding: 2rem 1.5rem;
}
}

@media screen and (max-width: 576px) {.x-title-page .g-edu-front {
    height: 100vh;
    align-items: flex-end;
    padding-bottom: 2rem;
}.x-title-page .i-story-info {
    padding: 1.5rem 1rem;
}.x-title-page p {
    padding-left: 1rem;
}.x-title-page h1::after {
    width: 60px;
}
}

@media (hover: hover) {.x-title-page .g-edu-front:hover::before {
    background: linear-gradient(135deg, 
      rgb(172,192,191,0.5) 10%, 
      rgba(0,0,0,0.5) 60%, 
      rgb(137,148,146,0.5) 90%);
    transition: background 0.8s ease;
}}.e-help-center {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(207,220,219) 0%, rgba(245, 247, 250, 0.9) 100%);
    overflow: hidden;
}.e-help-center::before {
    position: absolute;
    height: 70%;
    opacity: 0.4;
    background: linear-gradient(225deg, rgb(172,192,191,0.5) 0%, transparent 70%);
    width: 40%;
    transform: rotate(-15deg) skewX(15deg);
    content: "";
    z-index: 0;
    animation: float 15s infinite ease-in-out;
    right: -5%;
    top: -10%;
}.e-help-center::after {
    left: -5%;
    height: 60%;
    background: linear-gradient(45deg, rgb(137,148,146,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    animation: float 18s infinite ease-in-out reverse;
    bottom: -5%;
    width: 40%;
    transform: rotate(10deg) skewY(-10deg);
    z-index: 0;
    opacity: 0.3;
}.e-help-center h1 {
    transform: perspective(1000px) rotateX(2deg);
    text-align: center;
    font-size: 43px;
    margin-bottom: 2.5rem;
    z-index: 10;
    font-weight: 700;
    color: #000000;
    position: relative;
}.e-help-center h1::after {
    transform: translateX(-50%) skewX(-15deg);
    content: "";
    left: 50%;
    height: 3px;
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(172,192,191) 0%, rgb(137,148,146) 100%);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    width: 80px;
    position: absolute;
}.e-help-center .container {
    max-width: 1200px;
    z-index: 5;
    margin: 0 auto;
    position: relative;
}.e-help-center .i-message-block {
    backdrop-filter: blur(10px);
    gap: 2.5rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    display: grid;
    transform: perspective(1000px) rotateY(-1deg);
    grid-template-columns: 1fr;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
}.e-help-center .i-message-block:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: perspective(1000px) rotateY(0deg);
}.e-help-center .i-message-block > div {
    position: relative;
    padding-left: 1rem;
}.e-help-center .i-message-block > div::before {
    top: 0;
    width: 3px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(172,192,191) 0%, rgb(137,148,146) 100%);
    content: "";
    transform: scaleY(0.95) translateX(-50%);
    left: 0;
    height: 100%;
}.e-help-center .i-message-block > div:first-child > div {
    position: relative;
    line-height: 1.6;
    color: #000000;
    padding-right: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}.e-help-center h6 {
    gap: 0.5rem;
    display: flex;
    color: #000000;
    font-size: 20px;
    margin-bottom: 0.75rem;
    transition: transform 0.3s ease;
    font-weight: 600;
    transform: translateX(0);
    align-items: center;
}.e-help-center span {
    display: block;
    line-height: 1.5;
    font-size: calc(17px * 0.95);
    margin-left: 1.75rem;
    transition: color 0.3s ease;
    color: #000000;
}.e-help-center .M-msg-team {
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.5rem;
    display: flex;
}.e-help-center .S-contact-help {
    gap: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: calc(17px * 0.95);
    color: #000000;
    overflow: hidden;
    align-items: center;
    padding: 0.5rem 0.75rem;
    position: relative;
    display: flex;
    transform: translateX(0);
}.e-help-center .S-contact-help::before {
    width: 100%;
    left: 0;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left;
    transform: scaleX(0);
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(172,192,191) 0%, rgb(137,148,146) 100%);
}.e-help-center .S-contact-help:hover {
    color: rgb(172,192,191);
    transform: translateX(5px);
}.e-help-center .S-contact-help:hover::before {
    transform: scaleX(1);
}.e-help-center svg {
    height: 20px;
    transition: transform 0.3s ease, fill 0.3s ease;
    flex-shrink: 0;
    width: 20px;
}.e-help-center .S-contact-help:hover svg {
    transform: scale(1.15);
}.e-help-center svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.e-help-center .S-contact-help:hover svg path {
    fill: rgb(172,192,191);
}

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

@media (min-width: 768px) {.e-help-center {
    padding: 6rem 3rem;
}.e-help-center h1 {
    font-size: calc(43px * 1.1);
    margin-bottom: 3.5rem;
}.e-help-center .i-message-block {
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    transform: perspective(1500px) rotateY(-2deg);
}.e-help-center .i-message-block > div:first-child {
    grid-column: span 2;
}.e-help-center .i-message-block > div:first-child > div {
    font-size: 1.15rem;
    max-width: 90%;
}.e-help-center h6 {
    font-size: calc(20px * 1.05);
}.e-help-center span {
    font-size: 17px;
}.e-help-center .S-contact-help {
    font-size: 17px;
}.e-help-center svg {
    width: 22px;
    height: 22px;
}
}

@media (min-width: 992px) {.e-help-center {
    padding: 7rem 4rem;
}.e-help-center .i-message-block {
    grid-template-columns: 2fr 1fr 1fr;
    transform: perspective(2000px) rotateY(-3deg);
    gap: 3rem;
}.e-help-center .i-message-block > div:first-child {
    grid-column: 1;
}.e-help-center .M-msg-team {
    gap: 1.25rem;
}.e-help-center h1::after {
    width: 100px;
}
}

@media (hover: none) {.e-help-center .i-message-block {
    transform: none !important;
}.e-help-center .S-contact-help:hover {
    transform: none;
}
}

@media (prefers-reduced-motion) {.e-help-center::before,
    .e-help-center::after {
    animation: none;
}.e-help-center .i-message-block,
    .e-help-center .i-message-block:hover {
    transition: none;
}}header .top_plank {
    background: rgb(172,192,191);
    color:  #ffffff;
}header .top_plank .j-learning-plank div svg, header .top_plank .j-learning-plank div svg path {
    fill: #ffffff;
}header .top_plank .j-learning-plank div span {
    color: #ffffff;
}header .top_plank .j-learning-plank {
    justify-content: flex-start;
    display: flex;
    width: 100%;
    line-height: 21px;
    flex-wrap: wrap;
    font-size: 14px;
    align-items: center;
    padding: 15px 0 10px 0;
}header .top_plank .j-learning-plank div {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .j-learning-plank div img, header .top_plank .j-learning-plank div svg {
    height: 16px;
    width: 16px;
    margin-right: 8px;
}.z-get-in-touch {
    padding: 100px 0;
    position: relative;
    background: rgb(207,220,219);
    overflow: hidden;
}.z-get-in-touch::before {
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(172,192,191,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(137,148,146,0.5) 0%, transparent 30%);
    background: rgb(207,220,219);
    z-index: 1;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
}.z-get-in-touch::after {
    position: absolute;
    animation: backgroundMove 30s infinite linear;
    width: 100%;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    height: 100%;
    content: "";
    background-image: 
        repeating-linear-gradient(45deg, rgb(172,192,191,0.5) 0, rgb(172,192,191,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(137,148,146,0.5) 0, rgb(137,148,146,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(172,192,191,0.5), transparent 70%),
        linear-gradient(180deg, rgb(137,148,146,0.5), transparent 70%);
    top: 0;
    background-position: 0 0, 0 0, 0 0, 0 0;
    opacity: 0.2;
    z-index: 1;
    left: 0;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.z-get-in-touch .container {
    z-index: 2;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
}.z-get-in-touch h2 {
    position: relative;
    font-size: 47px;
    margin-bottom: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    color: #000000;
}.z-get-in-touch h2::before {
    width: 100px;
    left: calc(50% - 50px);
    background: rgb(172,192,191);
    content: "";
    bottom: -15px;
    position: absolute;
    height: 2px;
    box-shadow: 
        0 0 5px rgb(172,192,191),
        0 0 10px rgb(172,192,191),
        0 0 15px rgb(172,192,191);
}.z-get-in-touch .n-help-links {
    border-radius: 12px;
    position: relative;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(172,192,191,0.5);
    overflow: hidden;
}.z-get-in-touch .n-help-links::before {
    z-index: 3;
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.2;
    content: "";
    border-radius: 12px;
    border: 1px solid rgb(172,192,191);
}.z-get-in-touch .B-photo-item {
    flex: 0 0 45%;
    overflow: hidden;
    position: relative;
    min-height: 550px;
}.z-get-in-touch .B-photo-item::before {
    z-index: 1;
    inset: 0;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}.z-get-in-touch .B-photo-item::after {
    position: absolute;
    opacity: 0.7;
    z-index: 2;
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(172,192,191,0.5) 100%);
    content: "";
}.z-get-in-touch .S-query-query {
    position: relative;
    flex: 0 0 55%;
    background: #ffffff;
    padding: 60px;
}.z-get-in-touch .S-query-query::before {
    height: 200px;
    width: 200px;
    opacity: 0.3;
    position: absolute;
    top: -100px;
    z-index: 0;
    content: "";
    background: rgb(172,192,191,0.5);
    filter: blur(100px);
    right: -100px;
}.z-get-in-touch .S-query-query::after {
    bottom: -75px;
    content: "";
    opacity: 0.3;
    position: absolute;
    filter: blur(80px);
    height: 150px;
    left: -75px;
    z-index: 0;
    width: 150px;
    background: rgb(137,148,146,0.5);
}.z-get-in-touch form {
    position: relative;
    z-index: 2;
}.z-get-in-touch form h3 {
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 40px;
}.z-get-in-touch form h3::after {
    bottom: -15px;
    background: rgb(172,192,191);
    box-shadow: 
        0 0 5px rgb(172,192,191,0.5),
        0 0 10px rgb(172,192,191,0.5);
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
    left: 0;
}.z-get-in-touch form input[type="text"] {
    width: 100%;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    border-radius: 8px;
    padding: 18px 25px;
    color: #000000;
    font-size: 17px;
    border: 1px solid rgb(172,192,191,0.5);
    background: rgb(207,220,219);
}.z-get-in-touch form input[type="text"]:focus {
    border-color: rgb(172,192,191);
    outline: none;
    box-shadow: 
        0 0 0 1px rgb(172,192,191),
        0 0 5px rgb(172,192,191,0.5);
}.z-get-in-touch form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.z-get-in-touch .M-query-inquiry {
    position: relative;
    margin-bottom: 35px;
}.z-get-in-touch .M-query-inquiry input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.z-get-in-touch .M-query-inquiry label {
    padding-left: 35px;
    font-size: 14px;
    cursor: pointer;
    color: #000000;
    line-height: 1.5;
    position: relative;
}.z-get-in-touch .M-query-inquiry label::before {
    border: 1px solid rgb(172,192,191,0.5);
    height: 22px;
    left: 0;
    border-radius: 4px;
    top: 0;
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    background: rgb(207,220,219);
    width: 22px;
}.z-get-in-touch .M-query-inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(172,192,191);
    border-color: rgb(172,192,191);
    box-shadow: 0 0 5px rgb(172,192,191,0.5);
}.z-get-in-touch .M-query-inquiry input[type="checkbox"]:checked + label::after {
    content: "";
    width: 6px;
    border-width: 0 2px 2px 0;
    top: 4px;
    position: absolute;
    transform: rotate(45deg);
    left: 8px;
    border: solid #ffffff;
    height: 12px;
}.z-get-in-touch .M-query-inquiry label a {
    color: rgb(172,192,191);
    position: relative;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}.z-get-in-touch .M-query-inquiry label a::after {
    left: 0;
    transition: transform 0.3s ease;
    height: 1px;
    bottom: -1px;
    content: "";
    transform-origin: right;
    transform: scaleX(0);
    background: rgb(172,192,191);
    position: absolute;
    width: 100%;
}.z-get-in-touch .M-query-inquiry label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.z-get-in-touch .f-message-feedback {
    letter-spacing: 1px;
    background: rgb(172,192,191);
    position: relative;
    box-shadow: 
        0 5px 15px rgb(172,192,191,0.5),
        0 0 0 1px rgb(172,192,191);
    transition: all 0.3s ease;
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    border: none;
    padding: 18px 30px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 20px;
}.z-get-in-touch .f-message-feedback::before {
    content: "";
    z-index: -1;
    top: 0;
    position: absolute;
    height: 100%;
    background: rgb(137,148,146);
    transform-origin: right;
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    left: 0;
}.z-get-in-touch .f-message-feedback:hover {
    box-shadow: 
        0 5px 20px rgb(137,148,146,0.5),
        0 0 0 1px rgb(137,148,146);
}.z-get-in-touch .f-message-feedback:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.z-get-in-touch svg {
    fill: rgb(172,192,191);
    filter: drop-shadow(0 0 2px rgb(172,192,191,0.5));
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
}.z-get-in-touch svg path {
    transition: all 0.3s ease;
    fill: rgb(172,192,191);
}.z-get-in-touch svg:hover,
.z-get-in-touch svg:hover path {
    filter: drop-shadow(0 0 3px rgb(137,148,146,0.5));
    transform: translateY(-2px);
    fill: rgb(137,148,146);
}

@media (max-width: 1024px) {.z-get-in-touch {
    padding: 80px 0;
}.z-get-in-touch .B-photo-item {
    min-height: 500px;
}.z-get-in-touch .S-query-query {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.z-get-in-touch {
    padding: 60px 0;
}.z-get-in-touch h2 {
    margin-bottom: 40px;
    font-size: calc(47px * 0.8);
}.z-get-in-touch .n-help-links {
    flex-direction: column;
}.z-get-in-touch .B-photo-item {
    width: 100%;
    min-height: 300px;
}.z-get-in-touch .S-query-query {
    padding: 40px 30px;
    width: 100%;
}.z-get-in-touch form h3 {
    margin-bottom: 30px;
}.z-get-in-touch form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.z-get-in-touch .M-query-inquiry {
    margin-bottom: 25px;
}.z-get-in-touch .f-message-feedback {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.z-get-in-touch {
    padding: 50px 0;
}.z-get-in-touch h2 {
    font-size: calc(47px * 0.7);
    margin-bottom: 30px;
}.z-get-in-touch .B-photo-item {
    min-height: 200px;
}.z-get-in-touch .S-query-query {
    padding: 30px 20px;
}.z-get-in-touch form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.z-get-in-touch form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.z-get-in-touch .M-query-inquiry {
    margin-bottom: 20px;
}.z-get-in-touch .M-query-inquiry label {
    font-size: calc(14px * 0.9);
}.z-get-in-touch .f-message-feedback {
    padding: 12px 20px;
}}.l-our-story {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.l-our-story::before {
    left: 0;
    right: 0;
    content: "";
    bottom: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(30, 50, 80, 0.85), rgba(15, 25, 40, 0.95));
    z-index: 1;
    position: absolute;
}.l-our-story::after {
    position: absolute;
    height: 200%;
    transform: rotate(30deg);
    background: linear-gradient(145deg, rgb(172,192,191,0.5), transparent);
    z-index: 2;
    right: -30%;
    top: -50%;
    pointer-events: none;
    width: 80%;
    content: "";
}.l-our-story .container {
    position: relative;
    z-index: 5;
    transform-style: preserve-3d;
    perspective: 1200px;
}.l-our-story h2 {
    transform: translateZ(40px);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 50px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    font-size: calc(33px * 1.2);
}.l-our-story h2::after {
    bottom: -15px;
    box-shadow: 5px 5px 15px rgba(rgb(172,192,191,0.5), 0.3);
    content: "";
    width: 80px;
    left: 0;
    height: 4px;
    position: absolute;
    transform: skewX(-20deg);
    background: rgb(172,192,191);
}.l-our-story .E-text-region {
    transform: translateZ(20px) perspective(1000px) rotateY(-2deg);
    padding: 40px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
}.l-our-story .E-text-region::before {
    left: 0;
    content: "";
    transform: translateZ(-10px);
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(137,148,146,0.5), transparent);
    width: 100%;
    z-index: -1;
    opacity: 0.1;
}.l-our-story .E-text-region > div {
    z-index: 2;
    position: relative;
}.l-our-story .E-text-region > div::before {
    top: 0;
    width: 5px;
    background: rgb(137,148,146);
    content: "";
    left: -60px;
    position: absolute;
    transform: skewY(-45deg) translateZ(-5px);
    height: 100%;
}.l-our-story .E-text-region p {
    color: rgb(172,192,191);
    position: relative;
    font-size: calc(13px * 1.5);
    margin-bottom: 20px;
    transform: translateZ(10px);
    font-weight: 600;
}.l-our-story .E-text-region p::after {
    bottom: -8px;
    position: absolute;
    left: 0;
    background: rgb(137,148,146);
    content: "";
    width: 40px;
    height: 2px;
}.l-our-story .E-text-region div div {
    column-count: 2;
    color: #000000;
    transform: translateZ(5px);
    font-size: 13px;
    position: relative;
    text-align: justify;
    column-gap: 40px;
    line-height: 1.8;
}

@media (hover: hover) {.l-our-story .E-text-region:hover {
    transform: translateZ(30px) perspective(1000px) rotateY(0deg);
}
}

@media (max-width: 1200px) {.l-our-story {
    padding: 100px 0;
}.l-our-story .E-text-region {
    padding: 35px;
}
}

@media (max-width: 992px) {.l-our-story h2 {
    margin-bottom: 40px;
    font-size: 33px;
}.l-our-story .E-text-region div div {
    column-count: 2;
}.l-our-story::after {
    top: -30%;
    right: -40%;
    width: 100%;
}
}

@media (max-width: 768px) {.l-our-story {
    padding: 80px 0;
}.l-our-story .E-text-region {
    transform: translateZ(10px) perspective(1000px) rotateY(-1deg);
    padding: 30px;
}.l-our-story .E-text-region div div {
    column-count: 1;
}.l-our-story .E-text-region > div::before {
    left: -30px;
}
}

@media (max-width: 576px) {.l-our-story {
    padding: 60px 0;
}.l-our-story h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}.l-our-story h2::after {
    width: 60px;
    bottom: -10px;
    height: 3px;
}.l-our-story .E-text-region {
    transform: none;
    padding: 25px 20px;
}.l-our-story .E-text-region p {
    font-size: calc(13px * 1.2);
}.l-our-story .E-text-region > div::before {
    display: none;
}.l-our-story::after {
    display: none;
}}.g-testimonials {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(207,220,219) 0%, rgb(137,148,146,0.5) 100%);
}.g-testimonials::before {
    width: 100%;
    background: 
        radial-gradient(circle at 15% 25%, rgb(172,192,191,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 75%, rgb(137,148,146,0.5) 0%, transparent 40%);
    z-index: 0;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.15;
    position: absolute;
}.g-testimonials::after {
    height: 35%;
    width: 35%;
    background: rgb(172,192,191,0.5);
    top: -10%;
    clip-path: polygon(0 0, 100% 25%, 75% 100%, 25% 70%);
    right: -10%;
    transform: rotate(-15deg);
    z-index: 0;
    content: "";
    position: absolute;
    opacity: 0.08;
}.g-testimonials .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}.g-testimonials h2 {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    font-size: 38px;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 3.5rem;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,0.05);
    font-weight: 700;
}.g-testimonials h2::after {
    background: linear-gradient(90deg, transparent, rgb(172,192,191), transparent);
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    position: absolute;
    bottom: -15px;
    content: "";
    left: 50%;
}.g-testimonials .t-learner-stories {
    list-style: none;
    display: grid;
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.g-testimonials .E-rating-views {
    z-index: 1;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-radius: 4px;
    position: relative;
    background: #ffffff;
}.g-testimonials .E-rating-views::before {
    height: 0;
    position: absolute;
    content: "";
    width: 4px;
    background: linear-gradient(to bottom, rgb(172,192,191), rgb(137,148,146));
    z-index: -1;
    top: 0;
    transition: height 0.6s ease;
    left: 0;
}.g-testimonials .E-rating-views:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}.g-testimonials .E-rating-views:hover::before {
    height: 100%;
}.g-testimonials .E-rating-views > div {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}.g-testimonials .E-rating-views img {
    object-fit: cover;
    border-radius: 50%;
    width: 60px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border: 3px solid rgba(rgb(172,192,191,0.5), 0.1);
    transition: transform 0.3s ease, border-color 0.3s ease;
    height: 60px;
}.g-testimonials .E-rating-views:hover img {
    border-color: rgb(172,192,191,0.5);
    transform: scale(1.05);
}.g-testimonials .E-rating-views h4 {
    font-size: calc(19px - 2px);
    font-weight: 600;
    transition: transform 0.3s ease;
    margin: 0 0 0 15px;
    position: relative;
    color: #000000;
}.g-testimonials .E-rating-views:hover h4 {
    transform: translateX(5px);
}.g-testimonials .E-rating-views h4::after {
    background: rgb(172,192,191);
    transition: width 0.4s ease;
    width: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    content: "";
}.g-testimonials .E-rating-views:hover h4::after {
    width: 80%;
}.g-testimonials .E-rating-views .description {
    position: relative;
    color: #000000;
    margin: 0;
    z-index: 1;
    line-height: 1.6;
    font-size: 18px;
}.g-testimonials .E-rating-views .description::before {
    content: "";
    position: absolute;
    color: rgb(172,192,191,0.5);
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-size: 100px;
    z-index: -1;
    opacity: 0.1;
    top: -30px;
    left: -10px;
}.g-testimonials .E-rating-views:hover .description::before {
    opacity: 0.15;
    transform: scale(1.1) rotate(5deg);
}.g-testimonials a {
    display: inline-block;
    border-radius: 3px;
    background: linear-gradient(45deg, rgb(172,192,191), rgb(137,148,146));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    position: relative;
    padding: 12px 30px;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(rgb(172,192,191,0.5), 0.3);
    margin: 40px auto 0;
    overflow: hidden;
    color: #ffffff;
    transform: translateX(-50%);
    left: 50%;
}.g-testimonials a:hover {
    box-shadow: 0 8px 25px rgba(rgb(172,192,191,0.5), 0.4);
    transform: translateY(-3px) translateX(-50%);
}.g-testimonials a::before {
    transition: left 0.6s ease;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    z-index: -1;
}.g-testimonials a:hover::before {
    left: 100%;
}

@media (max-width: 991px) {.g-testimonials {
    padding: 5rem 0;
}.g-testimonials h2 {
    font-size: calc(38px - 4px);
    margin-bottom: 3rem;
}.g-testimonials .t-learner-stories {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.g-testimonials {
    padding: 4rem 0;
}.g-testimonials h2 {
    margin-bottom: 2.5rem;
    transform: none;
    font-size: calc(38px - 6px);
}.g-testimonials .t-learner-stories {
    gap: 20px;
    grid-template-columns: 1fr;
}.g-testimonials .E-rating-views {
    padding: 25px 20px;
}.g-testimonials .E-rating-views img {
    height: 50px;
    width: 50px;
}
}

@media (max-width: 480px) {.g-testimonials {
    padding: 3rem 0;
}.g-testimonials h2 {
    font-size: calc(38px - 8px);
    margin-bottom: 2rem;
}.g-testimonials .E-rating-views {
    padding: 20px 15px;
}.g-testimonials .E-rating-views img {
    width: 45px;
    height: 45px;
}.g-testimonials a {
    padding: 10px 25px;
    margin-top: 30px;
}
}

@media (min-width: 1200px) {.g-testimonials .t-learner-stories {
    grid-template-columns: repeat(4, 1fr);
}.g-testimonials .E-rating-views:nth-child(even) {
    transform: translateY(15px);
}.g-testimonials .E-rating-views:nth-child(even):hover {
    transform: translateY(7px);
}
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-7px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: no-preference) {.g-testimonials .E-rating-views:nth-child(3n+1) {
    animation: float 8s ease-in-out infinite;
}.g-testimonials .E-rating-views:nth-child(3n+2) {
    animation-delay: 0.5s;
    animation: float 9s ease-in-out infinite;
}.g-testimonials .E-rating-views:nth-child(3n+3) {
    animation: float 10s ease-in-out infinite;
    animation-delay: 1s;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    bottom: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(172,192,191,0.5) 35%, rgb(137,148,146,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    top: 0;
    animation: gradientFlow 20s ease infinite;
    position: absolute;
    opacity: 0.75;
    z-index: -1;
    right: 0;
    left: 0;
    background-size: 300% 300%;
}footer::after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(172,192,191,0.5) 25%, rgb(172,192,191,0.5) 26%, transparent 27%, transparent 74%, rgb(137,148,146,0.5) 75%, rgb(137,148,146,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(172,192,191,0.5) 25%, rgb(172,192,191,0.5) 26%, transparent 27%, transparent 74%, rgb(137,148,146,0.5) 75%, rgb(137,148,146,0.5) 76%, transparent 77%, transparent);
    opacity: 0.15;
    top: 0;
    position: absolute;
    background-size: 50px 50px;
    z-index: -1;
}.P-mentor-cta {
    padding: 4rem 0 2.5rem;
    position: relative;
    color: #ffffff;
}.P-mentor-cta::before {
    opacity: 0.8;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(172,192,191), rgb(137,148,146), transparent);
    box-shadow: 0 0 20px rgb(172,192,191,0.5);
    position: absolute;
    height: 2px;
    width: 100%;
}.P-mentor-cta .container {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 3rem;
    flex-wrap: wrap;
}.P-mentor-cta .company_holder {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 17px;
    backdrop-filter: blur(8px);
    padding: 2rem;
    transition: all 0.4s ease;
    flex: 1 1 350px;
    overflow: hidden;
    position: relative;
}.P-mentor-cta .company_holder::before {
    background: linear-gradient(90deg, transparent, rgb(172,192,191), transparent);
    width: 200%;
    top: 0;
    transform: translateY(-1px);
    left: -50%;
    content: "";
    height: 1px;
    position: absolute;
}.P-mentor-cta .company_holder::after {
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(137,148,146), transparent);
    position: absolute;
    height: 1px;
    width: 100%;
    transform: translateY(1px);
}.P-mentor-cta .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(172,192,191,0.5);
    transform: translateY(-5px);
}.P-mentor-cta .company_holder h3 {
    position: relative;
    text-shadow: 0 0 15px rgb(172,192,191,0.5);
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    display: inline-block;
    margin: 0 0 1.5rem;
    font-size: 31px;
}.P-mentor-cta .company_holder h3::after {
    background: linear-gradient(90deg, rgb(172,192,191), rgb(137,148,146));
    position: absolute;
    box-shadow: 0 0 10px rgb(172,192,191);
    content: "";
    transition: width 0.3s ease-out;
    left: 0;
    width: 50px;
    bottom: -8px;
    height: 3px;
    border-radius: 10px;
}.P-mentor-cta .company_holder:hover h3::after {
    width: 100%;
}.P-mentor-cta .j-footer-careers {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.85;
    text-shadow: 0 0 10px #000000;
    max-width: 100%;
}.P-mentor-cta .l-discuss-cta {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.P-mentor-cta .s-nav-sitebar {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.P-mentor-cta .J-top-guide {
    padding: 2rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 17px;
    min-width: 250px;
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
    overflow: hidden;
}.P-mentor-cta .J-top-guide::before {
    position: absolute;
    transform: translateY(-1px);
    background: linear-gradient(90deg, transparent, rgb(137,148,146), transparent);
    content: "";
    top: 0;
    left: -50%;
    height: 1px;
    width: 200%;
}.P-mentor-cta .J-top-guide::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(172,192,191), transparent);
    position: absolute;
    bottom: 0;
    transform: translateY(1px);
    width: 100%;
    left: 0;
    height: 1px;
}.P-mentor-cta .J-top-guide:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(137,148,146,0.5);
    transform: translateY(-5px);
}.P-mentor-cta .J-top-guide h5 {
    margin: 0 0 1.5rem;
    letter-spacing: 0.5px;
    position: relative;
    text-shadow: 0 0 15px rgb(137,148,146,0.5);
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
}.P-mentor-cta .J-top-guide h5::after {
    left: 0;
    width: 40px;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(137,148,146), rgb(172,192,191));
    box-shadow: 0 0 10px rgb(137,148,146);
    content: "";
    height: 3px;
    bottom: -8px;
    transition: width 0.3s ease-out;
}.P-mentor-cta .J-top-guide:hover h5::after {
    width: 100%;
}.P-mentor-cta .J-top-guide .s-nav-sitebar {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.P-mentor-cta .J-top-guide .s-nav-sitebar a {
    display: block;
    transition: all 0.3s ease;
    color: #ffffff;
    opacity: 0.8;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    text-shadow: 0 0 5px #000000;
    padding: 0.5rem 1rem;
}.P-mentor-cta .J-top-guide .s-nav-sitebar a::before {
    border-radius: 10px;
    top: 0;
    position: absolute;
    background: linear-gradient(180deg, rgb(172,192,191), rgb(137,148,146));
    width: 3px;
    z-index: -1;
    transition: all 0.3s ease;
    height: 100%;
    left: 0;
    content: "";
    opacity: 0.5;
}.P-mentor-cta .J-top-guide .s-nav-sitebar a::after {
    height: 100%;
    transition: all 0.3s ease;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 0;
    opacity: 0;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}.P-mentor-cta .J-top-guide .s-nav-sitebar a:hover {
    opacity: 1;
    text-shadow: 0 0 10px rgb(137,148,146,0.5);
    color: #ffffff;
    padding-left: 1.5rem;
}.P-mentor-cta .J-top-guide .s-nav-sitebar a:hover::before {
    box-shadow: 0 0 10px rgb(172,192,191);
    opacity: 1;
    width: 5px;
}.P-mentor-cta .J-top-guide .s-nav-sitebar a:hover::after {
    width: 100%;
    opacity: 0.2;
}.O-policy-links {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 2rem;
    padding: 2rem 0;
}.O-policy-links::before {
    background: linear-gradient(90deg, transparent, rgb(172,192,191), rgb(137,148,146), transparent);
    opacity: 0.5;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 1px;
    content: "";
}.O-policy-links .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.O-policy-links .P-webinar-cta {
    letter-spacing: 0.5px;
    text-align: center;
    opacity: 0.7;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    text-shadow: 0 0 5px #000000;
    font-size: 15px;
}.O-policy-links .P-webinar-cta:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(137,148,146,0.5);
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.P-mentor-cta .container {
    gap: 2rem;
}.P-mentor-cta .company_holder {
    flex: 1 1 320px;
}.P-mentor-cta .l-discuss-cta {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}

@media (max-width: 992px) {.P-mentor-cta {
    padding: 3.5rem 0 2rem;
}.P-mentor-cta .container {
    flex-direction: column;
    gap: 2rem;
}.P-mentor-cta .company_holder,
    .P-mentor-cta .l-discuss-cta {
    min-width: 100%;
    flex: 1 1 100%;
}.P-mentor-cta .J-top-guide {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}

@media (max-width: 768px) {.P-mentor-cta {
    padding: 3rem 0 1.5rem;
}.P-mentor-cta .company_holder,
    .P-mentor-cta .J-top-guide {
    padding: 1.5rem;
}.P-mentor-cta .s-nav-sitebar {
    gap: 1.5rem;
}.P-mentor-cta .company_holder h3 {
    font-size: calc(31px - 2px);
}.P-mentor-cta .J-top-guide h5 {
    font-size: calc(19px - 1px);
}.P-mentor-cta .company_holder:hover,
    .P-mentor-cta .J-top-guide:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.P-mentor-cta {
    padding: 2.5rem 0 1rem;
}.P-mentor-cta .s-nav-sitebar {
    gap: 1rem;
}.P-mentor-cta .J-top-guide {
    min-width: 100%;
    flex: 1 1 100%;
}.P-mentor-cta .J-top-guide .s-nav-sitebar a {
    padding: 0.4rem 0.8rem;
}.P-mentor-cta .J-top-guide .s-nav-sitebar a:hover {
    padding-left: 1.2rem;
}.O-policy-links {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.P-mentor-cta .company_holder:hover,
    .P-mentor-cta .J-top-guide:hover {
    transform: translateY(-2px);
}}header {
    position: relative;
    margin-top: 0;
    background: rgb(137,148,146);
    padding: 0;
    z-index: 100;
    overflow: visible;
}header::before {
    content: '';
    left: 0;
    z-index: 0;
    background-size: 20px 20px;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
}header::after {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: 
        linear-gradient(to right, transparent 0%, rgb(137,148,146,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(137,148,146,0.5) 50%, transparent 100%);
    content: '';
    z-index: 0;
}header .I-nav-prime {
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    padding: 1.3rem 2.5rem;
    position: relative;
    display: flex;
}header .g-top-navbar {
    transition: all 0.3s ease;
    overflow: hidden;
    border-left: 3px solid rgb(172,192,191);
    position: relative;
    padding: 0.5rem 0.7rem;
    flex: 0 0 auto;
    z-index: 2;
    margin-right: 2rem;
}header .g-top-navbar::before {
    width: 100%;
    transition: all 0.4s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    transform: scaleX(0);
    height: 100%;
}header .g-top-navbar:hover {
    box-shadow: 5px 0 15px -5px rgb(172,192,191);
    transform: translateX(5px);
}header .g-top-navbar:hover::before {
    opacity: 1;
    transform: scaleX(1);
}header .m-main-site {
    display: block;
    transition: all 0.3s ease;
    position: relative;
}header .m-main-site::after {
    height: 10px;
    background: rgb(172,192,191);
    right: -5px;
    opacity: 0;
    content: '';
    transition: all 0.3s ease;
    position: absolute;
    width: 10px;
    bottom: -5px;
}header .m-main-site:hover::after {
    opacity: 1;
}header .m-main-site img {
    filter: brightness(1.1);
    max-height: 40px;
}header .J-top-guide {
    display: flex;
    z-index: 2;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}header .J-top-guide::before {
    height: 1px;
    width: 40px;
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    background: rgb(172,192,191);
}header .j-head-mentor {
    position: relative;
    margin: 0 1px;
}header .j-head-mentor a {
    color: #ffffff;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    padding: 0 1.2rem;
    transition: all 0.3s ease;
    height: 45px;
    justify-content: center;
    z-index: 1;
    align-items: center;
    border-right: 1px solid transparent;
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    border-left: 1px solid transparent;
    display: flex;
}header .j-head-mentor a::before {
    z-index: -1;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(172,192,191);
    position: absolute;
    content: '';
    transition: transform 0.3s ease;
    left: 0;
    transform: translateX(-100%);
}header .j-head-mentor a:hover {
    border-left-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}header .j-head-mentor a:hover::before {
    transform: translateX(0);
}header .j-head-mentor a::after {
    transition: transform 0.3s ease;
    width: 100%;
    height: 2px;
    background: rgb(172,192,191);
    position: absolute;
    content: '';
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    top: 0;
}header .j-head-mentor a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}header .j-head-mentor::before {
    content: '';
    top: 50%;
    width: 5px;
    position: absolute;
    left: -10px;
    background: rgb(172,192,191);
    transform: translateY(-50%) scale(0);
    height: 5px;
    transition: transform 0.3s ease;
}header .j-head-mentor:hover::before {
    transform: translateY(-50%) scale(1);
}header .I-nav-prime::before {
    width: 30px;
    left: 20px;
    background: rgb(172,192,191);
    top: 20px;
    height: 1px;
    content: '';
    position: absolute;
}header .I-nav-prime::after {
    top: 20px;
    width: 1px;
    background: rgb(172,192,191);
    left: 20px;
    position: absolute;
    content: '';
    height: 30px;
}.R-top-lead {
    position: relative;
    padding-top: 2rem;
    background: rgb(207,220,219);
    z-index: 1;
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .j-head-mentor:last-child::after {
    position: absolute;
    color: rgb(172,192,191);
    transform: translateY(-50%);
    right: -10px;
    content: '|';
    animation: typingCursor 1s infinite;
    top: 50%;
    font-weight: 700;
}

@media (min-width: 1400px) {header .I-nav-prime {
    margin: 0 auto;
    max-width: 1320px;
}header .j-head-mentor {
    margin: 0 2px;
}header .j-head-mentor a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .I-nav-prime {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .g-top-navbar {
    margin-bottom: 0;
    margin-right: 0;
}header .J-top-guide {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .J-top-guide::before {
    display: none;
}header .j-head-mentor a {
    font-size: calc(16px - 1px);
    padding: 0 1rem;
    height: 40px;
}header .j-head-mentor::before {
    display: none;
}header .I-nav-prime::before,
    header .I-nav-prime::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .I-nav-prime {
    padding: 0.8rem 1.5rem;
}header .g-top-navbar {
    max-width: 140px;
    padding: 0.4rem 0.6rem;
}header .m-main-site img {
    max-height: 35px;
}header .J-top-guide {
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
    scrollbar-width: thin;
}header .J-top-guide::-webkit-scrollbar {
    height: 3px;
}header .J-top-guide::-webkit-scrollbar-thumb {
    background: rgb(172,192,191);
    border-radius: 10px;
}header .j-head-mentor {
    margin: 0;
    flex: 0 0 auto;
}header .j-head-mentor a {
    letter-spacing: 0.5px;
    height: 35px;
    font-size: calc(16px - 2px);
    padding: 0 0.8rem;
    white-space: nowrap;
}header .j-head-mentor:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .I-nav-prime {
    padding: 0.7rem 1.2rem;
}header .g-top-navbar {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .j-head-mentor a {
    padding: 0 0.6rem;
    font-size: calc(16px - 3px);
    height: 32px;
}}.V-academic-experience {
    overflow: hidden;
    padding: 8rem 0;
    min-height: 700px;
    position: relative;
    background: linear-gradient(150deg, rgb(207,220,219) 0%, #000000 100%);
}.V-academic-experience::before {
    opacity: 0.1;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(172,192,191,0.5) 85%, rgb(172,192,191,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(137,148,146,0.5) 85%, rgb(137,148,146,0.5) 88%, transparent 88%);
    z-index: 1;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    animation: gridFlow 20s linear infinite;
    content: "";
    background-size: 150px 150px;
}.V-academic-experience .container {
    max-width: 1300px;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
}.V-academic-experience .E-rating-views {
    background: transparent;
    min-height: 580px;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    position: relative;
    grid-template-columns: 45% 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 20px 30px;
    display: grid;
}.V-academic-experience .E-rating-views::before {
    height: 90%;
    filter: blur(40px);
    top: 50%;
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    border-radius: 26px;
    position: absolute;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
    right: 0;
    background: linear-gradient(90deg, rgb(172,192,191,0.5) 0%, transparent 50%);
    opacity: 0.3;
    content: "";
}.V-academic-experience .E-rating-views::after {
    backdrop-filter: blur(15px);
    z-index: -2;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    top: 0;
    left: 0;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    height: 100%;
    border-radius: 26px;
}.V-academic-experience .B-photo-item {
    grid-area: photo;
    z-index: 2;
    position: relative;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    filter: contrast(1.1) brightness(1.05);
    height: 100%;
    transform: scale(1);
    border-radius: 26px 0 0 26px;
}.V-academic-experience .E-rating-views:hover .B-photo-item {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}.V-academic-experience .B-photo-item::before {
    height: 100%;
    z-index: 3;
    animation: pulseOpacity 3s ease-in-out infinite;
    position: absolute;
    top: 0;
    background: rgb(172,192,191);
    content: "";
    width: 10px;
    left: 0;
    opacity: 0.7;
}.V-academic-experience .name {
    color: #ffffff;
    font-size: 31px;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    margin-top: 80px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    grid-area: name;
    align-self: end;
    transform: translateX(0);
    padding-bottom: 10px;
    z-index: 3;
}.V-academic-experience .E-rating-views:hover .name {
    transform: translateX(15px);
}.V-academic-experience .name::after {
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(172,192,191);
    width: 0;
    transition: width 0.5s ease;
}.V-academic-experience .E-rating-views:hover .name::after {
    width: 60%;
}.V-academic-experience .E-rating-views span:not(.name) {
    display: inline-block;
    border-radius: 10px;
    color: rgb(137,148,146);
    align-self: start;
    font-size: 19px;
    position: relative;
    grid-area: job;
    backdrop-filter: blur(5px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    z-index: 3;
    padding: 0.6rem 1.2rem;
    transform: translateX(0);
    background: rgba(0, 0, 0, 0.2);
    font-weight: 600;
}.V-academic-experience .E-rating-views:hover span:not(.name) {
    background: rgba(0, 0, 0, 0.3);
    transform: translateX(15px);
}.V-academic-experience .a-work-skills {
    align-self: start;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    transform: translateY(0);
    font-size: 14px;
    width: 95%;
    grid-area: quote;
    border-left: 4px solid rgb(137,148,146);
    z-index: 2;
    line-height: 1.8;
    padding: 2rem;
    margin-right: 0;
    color: #ffffff;
    border-radius: 26px;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}.V-academic-experience .E-rating-views:hover .a-work-skills {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.V-academic-experience .container::after {
    animation: pulseGlow 10s ease-in-out infinite alternate;
    background: radial-gradient(circle, rgb(137,148,146,0.5) 0%, transparent 70%);
    filter: blur(70px);
    position: absolute;
    opacity: 0.3;
    bottom: -150px;
    content: "";
    height: 300px;
    z-index: -1;
    right: -150px;
    width: 300px;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.V-academic-experience .E-rating-views {
    grid-template-columns: 1fr;
    grid-template-areas:
            "B-photo-item"
            "name"
            "H-past-experience"
            "a-work-skills";
    gap: 20px;
    grid-template-rows: auto auto auto auto;
}.V-academic-experience .B-photo-item {
    height: 350px;
    border-radius: 26px 26px 0 0;
}.V-academic-experience .B-photo-item::before {
    height: 10px;
    width: 100%;
}.V-academic-experience .name {
    text-align: center;
    margin-top: 0;
}.V-academic-experience .name::after {
    left: 50%;
    transform: translateX(-50%);
}.V-academic-experience .E-rating-views:hover .name {
    transform: translateY(-5px);
}.V-academic-experience .E-rating-views span:not(.name) {
    margin: 0 auto;
}.V-academic-experience .E-rating-views:hover span:not(.name) {
    transform: translateY(-5px);
}.V-academic-experience .a-work-skills {
    border-left: none;
    border-top: 4px solid rgb(137,148,146);
    margin: 0 auto;
    width: 90%;
}.V-academic-experience .E-rating-views:hover .a-work-skills {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.V-academic-experience {
    padding: 5rem 0;
}.V-academic-experience .B-photo-item {
    height: 250px;
}.V-academic-experience .name {
    font-size: 19px;
}.V-academic-experience .E-rating-views span:not(.name) {
    font-size: 14px;
    padding: 0.5rem 1rem;
}.V-academic-experience .a-work-skills {
    padding: 1.5rem;
    width: 95%;
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}}.m-tariff-container {
    position: relative;
    background: linear-gradient(135deg, rgb(207,220,219) 0%, rgb(137,148,146,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.m-tariff-container::before {
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    left: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(172,192,191), 0.03) 40px, rgba(rgb(172,192,191), 0.03) 80px);
    content: "";
    position: absolute;
}.m-tariff-container .container {
    max-width: 1320px;
    padding: 0 1.5rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.m-tariff-container .e-study-sub {
    gap: 2.5rem;
    flex-direction: column-reverse;
    display: flex;
}.m-tariff-container .x-study-rates {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
    padding: 2rem;
    background: rgba(#ffffff, 0.9);
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 600px;
    transform: translateY(0);
}.m-tariff-container .x-study-rates:hover {
    transform: translateY(-5px);
}.m-tariff-container .x-study-rates h2 {
    position: relative;
    margin-bottom: 1rem;
    font-size: 31px;
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
}.m-tariff-container .x-study-rates h2::after {
    left: 0;
    position: absolute;
    bottom: -10px;
    transition: transform 0.5s ease;
    content: "";
    background: rgb(172,192,191);
    height: 3px;
    transform: scaleX(1);
    transform-origin: left;
    width: 80px;
}.m-tariff-container .x-study-rates:hover h2::after {
    transform: scaleX(1.5);
}.m-tariff-container .d-learning-deals {
    max-width: 100%;
    margin-top: 1.5rem;
    overflow-wrap: break-word;
    color: #000000;
    word-break: break-word;
    font-size: 12px;
    line-height: 1.6;
}.m-tariff-container .d-annual-fee {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
}.m-tariff-container .V-pricing-block {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    height: 100%;
}.m-tariff-container .V-pricing-block:hover {
    transform: translateY(-8px);
}.m-tariff-container .M-fee-structure {
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.4s ease;
}.m-tariff-container .V-pricing-block:hover .M-fee-structure {
    box-shadow: 0 15px 35px rgba(rgb(172,192,191,0.5), 0.15);
}.m-tariff-container .B-fee-board {
    padding: 2rem;
    flex-grow: 1;
    flex-direction: column;
    min-height: 280px;
    display: flex;
}.m-tariff-container .B-fee-board h3 {
    line-height: 1.3;
    font-weight: 600;
    font-size: calc(22px + 0.1rem);
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
}.m-tariff-container .g-study-fees {
    font-size: calc(22px + 0.3rem);
    display: block;
    margin: 0.5rem 0 1.25rem;
    font-weight: 700;
    color: rgb(172,192,191);
    position: relative;
}.m-tariff-container .g-study-fees::before {
    position: absolute;
    background: rgb(137,148,146);
    height: 2px;
    width: 40px;
    content: "";
    bottom: -10px;
    left: 0;
}.m-tariff-container .B-fee-board p {
    color: #000000;
    word-break: break-word;
    margin-top: 1.5rem;
    font-size: 12px;
    overflow-wrap: break-word;
    flex-grow: 1;
    line-height: 1.6;
}.m-tariff-container .B-photo-item {
    position: relative;
    transform: scale(1);
    height: 220px;
    transition: transform 0.6s ease-out;
    width: 100%;
}.m-tariff-container .B-photo-item::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    width: 100%;
}.m-tariff-container .V-pricing-block:hover .B-photo-item {
    transform: scale(1.05);
}

@media (min-width: 768px) {.m-tariff-container .d-annual-fee {
    grid-template-columns: repeat(2, 1fr);
}.m-tariff-container .x-study-rates {
    padding: 3rem;
}
}

@media (min-width: 992px) {.m-tariff-container .e-study-sub {
    flex-direction: row;
    gap: 3rem;
    align-items: center;
}.m-tariff-container .x-study-rates {
    width: 35%;
    margin: 0;
}.m-tariff-container .d-annual-fee {
    width: 65%;
}
}

@media (min-width: 1200px) {.m-tariff-container .d-annual-fee {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.m-tariff-container .B-fee-board {
    padding: 2.5rem;
}.m-tariff-container .x-study-rates h2 {
    font-size: calc(31px + 0.2rem);
}.m-tariff-container .B-photo-item {
    height: 250px;
}
}

@media (max-width: 767px) {.m-tariff-container {
    padding: 4rem 0;
}.m-tariff-container .B-fee-board {
    padding: 1.5rem;
    min-height: 240px;
}.m-tariff-container .B-photo-item {
    height: 180px;
}.m-tariff-container .x-study-rates {
    padding: 1.5rem;
}.m-tariff-container .x-study-rates h2 {
    font-size: calc(31px - 0.2rem);
}.m-tariff-container .d-learning-deals {
    font-size: calc(12px - 0.1rem);
}
}