﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.wrapper-section {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.nav-sitebar {
    flex: 1 0 auto;
}.container {
    width: 1121px;
    max-width: 100%;
    margin: auto;
}.equity-info {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    z-index: 100;
    position: relative;
    overflow: visible;
    padding: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgb(156,179,204,0.5) 0%, rgb(202,215,229) 100%);
    margin-top: 0;
}header::before {
    top: 0;
    content: '';
    z-index: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    opacity: 0.4;
}header::after {
    left: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(156,179,204,0.5), 
        transparent
    );
    bottom: 0;
    height: 10px;
    opacity: 0.6;
    width: 100%;
    position: absolute;
}header .head-sitebar {
    align-items: center;
    z-index: 5;
    position: relative;
    padding: 1.3rem 3rem;
    display: flex;
    justify-content: space-between;
}header .head-mainbar {
    padding: 1rem;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    position: relative;
    transition: all 0.6s ease;
    flex: 0 0 auto;
    overflow: hidden;
    margin-right: 2rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
}header .head-mainbar:hover {
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    transform: translateY(-5px);
}header .main-header {
    position: relative;
    transition: all 0.4s ease;
    display: block;
}header .main-header img {
    max-height: 38px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
}header .header-page {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    position: relative;
    z-index: 2;
}header .header-page::before {
    width: 110%;
    top: -5%;
    z-index: -1;
    content: '';
    position: absolute;
    height: 110%;
    background: linear-gradient(135deg, rgb(156,179,204,0.5) 0%, transparent 100%);
    transition: all 0.6s ease;
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    opacity: 0.1;
    left: -5%;
}header .header-page:hover::before {
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    opacity: 0.2;
}header .top-mainbar {
    position: relative;
    margin: 0 0.5rem;
}header .top-mainbar a {
    justify-content: center;
    position: relative;
    color: #000000;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 0.8rem 1.3rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    align-items: center;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    display: flex;
    z-index: 1;
}header .top-mainbar a::before {
    transform: scale(1.1);
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(135deg, rgb(156,179,204,0.5) 0%, rgb(106,145,174,0.5) 100%);
    position: absolute;
    left: 0;
    top: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    opacity: 0;
    content: '';
}header .top-mainbar a:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    color: #ffffff;
}header .top-mainbar a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .top-mainbar::after {
    opacity: 0.7;
    content: '';
    transition: transform 0.4s ease;
    position: absolute;
    transform: translateX(-50%) scale(0);
    background: rgb(156,179,204);
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    bottom: -8px;
}header .top-mainbar:hover::after {
    transform: translateX(-50%) scale(1);
}header .head-sitebar::before {
    filter: blur(30px);
    position: absolute;
    content: '';
    right: -100px;
    width: 200px;
    top: -100px;
    height: 200px;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(156,179,204,0.5) 0%, transparent 70%);
    border-radius: 50%;
}header .head-sitebar::after {
    position: absolute;
    height: 150px;
    opacity: 0.1;
    filter: blur(30px);
    bottom: -75px;
    background: radial-gradient(circle, rgb(106,145,174,0.5) 0%, transparent 70%);
    border-radius: 50%;
    content: '';
    left: -75px;
    width: 150px;
}.nav-sitebar {
    padding-top: 2rem;
    background: rgb(202,215,229);
    position: relative;
    z-index: 1;
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .head-sitebar {
    margin: 0 auto;
    max-width: 1320px;
}header .top-mainbar {
    margin: 0 0.7rem;
}header .top-mainbar a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .head-sitebar {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .head-mainbar {
    margin-bottom: 0;
    margin-right: 0;
    padding: 0.7rem;
}header .header-page {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .top-mainbar a {
    padding: 0.6rem 1rem;
    font-size: calc(15px - 1px);
}header .header-page::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head-sitebar {
    padding: 0.8rem 1.5rem;
}header .head-mainbar {
    padding: 0.6rem;
    max-width: 140px;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
}header .main-header img {
    max-height: 35px;
}header .header-page {
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    overflow-x: auto;
    scrollbar-width: thin;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
}header .header-page::-webkit-scrollbar {
    height: 3px;
}header .header-page::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(156,179,204,0.5);
}header .top-mainbar {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .top-mainbar a {
    padding: 0.5rem 0.8rem;
    font-size: calc(15px - 2px);
    white-space: nowrap;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
}header .top-mainbar::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .head-sitebar {
    padding: 0.7rem 1.2rem;
}header .head-mainbar {
    max-width: 120px;
    padding: 0.5rem;
}header .top-mainbar a {
    padding: 0.4rem 0.6rem;
    font-size: calc(15px - 3px);
}}.thanks-area {
    background: linear-gradient(135deg, rgb(202,215,229), rgb(106,145,174,0.5) 120%);
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}.thanks-area::before {
    z-index: 0;
    opacity: 0.4;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(156,179,204,0.5) 0%, transparent 60%);
}.thanks-area::after {
    bottom: -10%;
    width: 40%;
    right: -5%;
    z-index: 0;
    height: 60%;
    transform: rotate(-15deg);
    animation: float 15s ease-in-out infinite;
    opacity: 0.1;
    position: absolute;
    content: "";
    background: linear-gradient(225deg, rgb(106,145,174) 0%, transparent 70%);
}.thanks-area .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.thanks-area .training-track {
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    transform-origin: center bottom;
    position: relative;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 15px 25px rgba(rgb(106,145,174), 0.05),
              0 5px 10px rgba(rgb(156,179,204), 0.03);
    display: flex;
}.thanks-area .training-track:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
              0 20px 30px rgba(rgb(106,145,174), 0.07),
              0 10px 15px rgba(rgb(156,179,204), 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanks-area .training-track > div:first-child {
    opacity: 0;
    margin-bottom: 2rem;
    animation: slideInLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    padding-left: 1.5rem;
    transform: translateX(-20px);
    border-left: 4px solid rgb(156,179,204);
    position: relative;
}.thanks-area .training-track > div:last-child {
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
}.thanks-area h5 {
    position: relative;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    margin: 0 0 1rem 0;
    font-size: 23px;
    font-family: Arial, sans-serif;
}.thanks-area h5::after {
    height: 3px;
    transform: scaleX(0);
    bottom: -0.75rem;
    content: "";
    left: 0;
    width: 4rem;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(156,179,204), transparent);
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    position: absolute;
}.thanks-area p {
    font-size: 18px;
    margin: 0;
    line-height: 1.7;
    overflow: hidden;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 400;
}.thanks-area a {
    color: inherit;
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
    position: relative;
}.thanks-area a::before {
    height: 100%;
    top: 0;
    width: 0.5rem;
    content: "";
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    position: absolute;
    transform: translateX(-10px);
    left: -2.5rem;
    background: linear-gradient(to bottom, rgb(156,179,204), rgb(106,145,174));
}.thanks-area a:hover {
    transform: translateX(10px);
}.thanks-area a:hover::before {
    transform: translateX(0);
    opacity: 0.7;
}.thanks-area a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(156,179,204,0.5);
}

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

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

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

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

@media (min-width: 768px) {.thanks-area {
    padding: 8rem 3rem;
}.thanks-area .training-track {
    padding: 4.5rem 5rem;
    margin: 0 5rem;
}.thanks-area .training-track > div:first-child {
    border-left-width: 6px;
    margin-bottom: 3rem;
    padding-left: 2rem;
}.thanks-area h5 {
    font-size: calc(23px * 1.1);
}.thanks-area p {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 992px) {.thanks-area .training-track {
    margin: 0 auto;
    align-items: center;
    flex-direction: row;
}.thanks-area .training-track > div:first-child {
    margin-bottom: 0;
    margin-right: 5rem;
    flex: 0 0 40%;
}.thanks-area .training-track > div:last-child {
    flex: 0 0 60%;
}.thanks-area h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.thanks-area {
    padding: 4rem 1.5rem;
}.thanks-area .training-track {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thanks-area h5 {
    font-size: calc(23px * 0.9);
}.thanks-area p {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.thanks-area a::before {
    width: 0.3rem;
    left: -1.5rem;
}}.title-opener {
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
    padding: 2rem;
    background: linear-gradient(135deg, #000000 0%, rgb(156,179,204) 75%, rgb(106,145,174) 100%);
    position: relative;
    display: flex;
}.title-opener::before {
    left: 0;
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03),
    rgba(255, 255, 255, 0.03) 2px,
    transparent 2px,
    transparent 8px
  );
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    content: "";
}.title-opener::after {
    content: "";
    z-index: 0;
    background: radial-gradient(circle at center, rgb(156,179,204,0.5) 0%, transparent 60%);
    left: -50%;
    width: 200%;
    position: absolute;
    animation: rotate 120s linear infinite;
    top: -50%;
    opacity: 0.4;
    height: 200%;
}.title-opener .master-studyfast {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    transform: translateY(0);
    width: 100%;
    animation: fadeIn 1.2s ease-out forwards;
}.title-opener .master-studyfast > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.title-opener .master-studyfast > div > div:first-child {
    backdrop-filter: blur(12px);
    border-left: 4px solid rgb(106,145,174);
    background: rgba(255, 255, 255, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 2rem;
}.title-opener h3 {
    font-size: calc(20px * 1.1);
    margin: 0;
    animation: slideUp 0.8s ease-out 0.2s both;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.title-opener .edu-leadership {
    overflow: hidden;
    transform: perspective(1000px) rotateX(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
    height: 380px;
    position: relative;
}.title-opener .edu-leadership::before {
    background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.6) 60%,
    rgba(0, 0, 0, 0.8) 100%
  );
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
}.title-opener .edu-leadership > div {
    height: 100%;
    z-index: 2;
    justify-content: flex-end;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
}.title-opener .edu-leadership p {
    animation: slideRight 0.7s ease-out 0.5s both;
    margin-bottom: 1rem;
    color: #ffffff;
    letter-spacing: 0.01em;
    border-left: 3px solid rgb(106,145,174);
    padding-left: 1rem;
    line-height: 1.6;
    font-weight: 400;
    max-width: 90%;
    font-size: calc(13px * 1.2);
}.title-opener .title_style_header {
    line-height: 1.1;
    animation: slideUp 0.8s ease-out 0.7s both;
    max-width: 95%;
    margin: 0.5rem 0 0;
    font-size: 45px;
    padding-bottom: 0.5rem;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.03em;
    color: #ffffff;
}.title-opener .title_style_header::after {
    bottom: 0;
    width: 80px;
    position: absolute;
    content: "";
    animation: expandWidth 1.2s ease-out 1s forwards;
    background: linear-gradient(90deg, rgb(106,145,174), transparent);
    left: 0;
    height: 4px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

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

@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 80px;
  }
}

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

@media (min-width: 768px) {.title-opener .master-studyfast > div {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 3rem;
}.title-opener h3 {
    font-size: 20px;
}.title-opener .edu-leadership {
    height: 420px;
}.title-opener .title_style_header {
    font-size: calc(45px * 1.1);
}
}

@media (min-width: 992px) {.title-opener {
    padding: 3rem;
}.title-opener .master-studyfast > div {
    gap: 4rem;
    grid-template-columns: 0.35fr 0.65fr;
}.title-opener .master-studyfast > div > div:first-child {
    padding: 2.5rem;
}.title-opener h3 {
    font-size: calc(20px * 1.1);
}.title-opener .edu-leadership {
    height: 450px;
}.title-opener .edu-leadership > div {
    padding: 3rem;
}.title-opener .edu-leadership p {
    max-width: 80%;
    font-size: calc(13px * 1.3);
}.title-opener .title_style_header {
    font-size: calc(45px * 1.2);
    max-width: 90%;
}.title-opener .title_style_header::after {
    width: 100px;
}
  
  @keyframes expandWidth {
    from {
      width: 0;
    }
    to {
      width: 100px;
    }
  }
}

@media (max-width: 767px) {.title-opener {
    padding: 1.5rem;
}.title-opener .master-studyfast > div {
    gap: 2rem;
}.title-opener .master-studyfast > div > div:first-child {
    padding: 1.5rem;
}.title-opener h3 {
    font-size: calc(20px * 0.9);
}.title-opener .edu-leadership {
    height: 320px;
}.title-opener .edu-leadership > div {
    padding: 1.5rem;
}.title-opener .edu-leadership p {
    font-size: 13px;
    max-width: 100%;
}.title-opener .title_style_header {
    max-width: 100%;
    font-size: calc(45px * 0.9);
}}.contact-section {
    overflow: hidden;
    background: rgb(202,215,229);
    position: relative;
    padding: 120px 0;
}.contact-section::before {
    left: 0;
    opacity: 0.4;
    top: 0;
    background: linear-gradient(180deg, rgb(106,145,174,0.5) 0%, transparent 100%);
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
}.contact-section::after {
    content: "";
    left: 0;
    background: linear-gradient(0deg, rgb(202,215,229) 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 200px;
    width: 100%;
}.contact-section .img-grid-wrapper {
    position: absolute;
    opacity: 0.12;
    filter: grayscale(100%) contrast(120%);
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}.contact-section .container {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.contact-section h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: 32px;
}.inquiry-box {
    display: flex;
    gap: 0;
    z-index: 10;
    position: relative;
}.inquiry-box .connect-list {
    flex: 0 0 58%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 1;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 60px;
    background: #ffffff;
    position: relative;
}.inquiry-box .connect-list h3 {
    font-weight: 600;
    text-align: left;
    color: #000000;
    font-size: 20px;
    margin-bottom: 40px;
    text-transform: none;
}.inquiry-box .connect-list h3::before,
.inquiry-box .connect-list h3::after {
    content: none;
}.inquiry-box .connect-list form {
    flex-direction: column;
    display: flex;
}.inquiry-box .connect-list input[type="text"],
.inquiry-box .connect-list textarea {
    margin-bottom: 25px;
    width: 100%;
    background: rgba(245, 245, 245, 0.5);
    font-family: Arial, sans-serif;
    font-size: 17px;
    padding: 16px 20px;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}.inquiry-box .connect-list input[type="text"]:focus,
.inquiry-box .connect-list textarea:focus {
    background: rgba(245, 245, 245, 0.8);
    outline: none;
    border-bottom-color: rgb(156,179,204);
}.inquiry-box .connect-list textarea {
    min-height: 150px;
    resize: vertical;
}.inquiry-box .connect-list .query-list {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 30px;
}.inquiry-box .connect-list .query-list input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.inquiry-box .connect-list .query-list label {
    font-size: calc(17px - 2px);
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
}.inquiry-box .connect-list .query-list label::before {
    top: 2px;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    height: 22px;
    left: 0;
    width: 22px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    background: rgba(245, 245, 245, 0.5);
}.inquiry-box .connect-list .query-list input[type="checkbox"]:checked + label::before {
    background: rgb(156,179,204);
    border-bottom-color: rgb(156,179,204);
}.inquiry-box .connect-list .query-list input[type="checkbox"]:checked + label::after {
    position: absolute;
    left: 8px;
    border: solid #ffffff;
    transform: rotate(45deg);
    top: 4px;
    border-width: 0 2px 2px 0;
    width: 6px;
    content: "";
    height: 12px;
}.inquiry-box .connect-list .query-list a {
    border-bottom: 1px dashed rgb(156,179,204);
    text-decoration: none;
    color: rgb(156,179,204);
    transition: all 0.3s ease;
    font-weight: 600;
}.inquiry-box .connect-list .query-list a:hover {
    border-bottom-color: rgb(106,145,174);
    color: rgb(106,145,174);
}.inquiry-box .connect-list .request-feedback {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    color: #000000;
    position: relative;
    align-self: flex-start;
    border-bottom: 2px solid rgb(156,179,204);
    background: transparent;
    display: inline-block;
    letter-spacing: 1px;
    border: none;
    padding: 15px 35px;
    transition: all 0.3s ease;
}.inquiry-box .connect-list .request-feedback::before {
    background: rgb(156,179,204);
    width: 100%;
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -2px;
    content: "";
    height: 2px;
    z-index: -1;
}.inquiry-box .connect-list .request-feedback:hover {
    color: #ffffff;
}.inquiry-box .connect-list .request-feedback:hover::before {
    height: 100%;
}.inquiry-box .reach-request {
    flex: 0 0 42%;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    margin-left: -40px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 0;
    padding: 60px;
}.inquiry-box .reach-request::before {
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
}.inquiry-box .reach-request h4 {
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.inquiry-box .reach-request .help-feedback {
    list-style: none;
    margin: 0;
    padding: 0;
}.inquiry-box .reach-request .help-feedback li {
    position: relative;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 30px;
    margin-bottom: 30px;
    z-index: 1;
    align-items: center;
}.inquiry-box .reach-request .help-feedback li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}.inquiry-box .reach-request .help-feedback li svg {
    margin-right: 20px;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
}.inquiry-box .reach-request .help-feedback li svg path {
    fill: rgb(156,179,204);
    transition: all 0.3s ease;
}.inquiry-box .reach-request .help-feedback li:hover svg path {
    fill: #ffffff;
}.inquiry-box .reach-request .help-feedback li span {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}.inquiry-box .reach-request .help-feedback li a {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}.inquiry-box .reach-request .help-feedback li a:hover {
    color: rgb(156,179,204);
}

@media screen and (max-width: 992px) {.contact-section {
    padding: 80px 0;
}.inquiry-box {
    flex-direction: column;
}.inquiry-box .connect-list {
    clip-path: none;
    width: 100%;
}.inquiry-box .reach-request {
    margin-left: 0;
    width: 100%;
    clip-path: none;
}
}

@media screen and (max-width: 768px) {.contact-section {
    padding: 60px 0;
}.contact-section h3 {
    font-size: calc(32px - 4px);
}.inquiry-box .connect-list,
    .inquiry-box .reach-request {
    padding: 40px 30px;
}.inquiry-box .connect-list .request-feedback {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact-section {
    padding: 40px 0;
}.inquiry-box .connect-list,
    .inquiry-box .reach-request {
    padding: 30px 20px;
}.inquiry-box .connect-list h3,
    .inquiry-box .reach-request h4 {
    font-size: calc(20px - 2px);
}}.cookie-warning-window {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 20px 0;
    border-top: 2px solid rgb(156,179,204);
    z-index: 90;
    background: rgb(106,145,174);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    transition: all 0.3s ease-in-out;
}.user-dialog {
    max-width: 1200px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    display: flex;
    align-items: center;
    padding: 20px 30px;
}.cookie-warning-window h5 {
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
    font-weight: 700;
}.cookie-warning-window p {
    max-width: 500px;
    font-size: 12px;
    color: #ffffff;
}.cookies-tracking {
    flex-shrink: 0;
    margin-right: 20px;
}.cookies-tracking svg, .cookies-tracking svg path {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(156,179,204);
}.cookies-tracking:hover svg {
    transform: rotate(10deg);
}.online-cookies {
    border-radius: 10px;
    background: rgb(156,179,204);
    box-shadow: rgb(156,179,204,0.5) 0px 4px 10px 0px;
    color: #ffffff;
    margin-left: 20px;
    cursor: pointer;
    line-height: 35px;
    font-size: 15px;
    padding: 10px 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-decoration: none;
}.cookie_button.track-manage {
    background: rgb(156,179,204);
}.cookie_button.track-switch {
    background: rgb(106,145,174);
}.online-cookies:hover {
    box-shadow: rgb(156,179,204,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.cookie-warning-window p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    color: rgb(156,179,204);
}.cookie-warning-window p a:hover {
    color: rgb(106,145,174);
}.wrapper-section .cookie-warning-window {
    background: rgb(106,145,174);
    border: none;
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
}.wrapper-section .online-cookies {
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    background: rgb(156,179,204);
    font-size: 15px;
    margin-left: 30px;
    font-weight: 400;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    padding: 10px;
}.wrapper-section .tracking-policy h5, .wrapper-section .tracking-policy p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.cookie-warning-window {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookies-tracking {
    display: none;
}.user-dialog {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie-warning-window h5 {
    text-align: center;
}.cookie-warning-window p {
    text-align: center;
}.tracking-policy {
    text-align: center;
    margin-bottom: 20px;
}.online-cookies {
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
#cookie-popuppanel {
    display: none;
}#cookie-popuppanel:checked ~ .cookie-warning-window {
    visibility: hidden;
    opacity: 0;
}.training-method {
    overflow: hidden;
    z-index: 1;
    padding: 120px 0;
    background: rgb(202,215,229);
    position: relative;
}.training-method::before {
    transform: rotate(-30deg);
    content: "";
    position: absolute;
    z-index: -1;
    height: 200%;
    animation: shape-rotate 40s linear infinite;
    left: -20%;
    width: 60%;
    top: -50%;
    background: rgb(156,179,204,0.5);
}.training-method::after {
    position: absolute;
    bottom: -20%;
    z-index: -1;
    width: 40%;
    right: -10%;
    height: 60%;
    background: rgb(106,145,174,0.5);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    animation: shape-pulse 15s ease-in-out infinite alternate;
    content: "";
}.training-method .container {
    display: grid;
    margin: 0 auto;
    z-index: 2;
    grid-gap: 50px;
    grid-template-columns: 2fr 3fr;
    align-items: center;
    max-width: 1200px;
    position: relative;
}.training-method .training-track {
    position: relative;
    padding: 0;
}.training-method .training-track::before {
    content: "";
    height: 20px;
    opacity: 0.5;
    transform: rotate(-2deg);
    left: -10%;
    background: linear-gradient(90deg, transparent, rgb(156,179,204), transparent);
    animation: line-slide 10s ease-in-out infinite alternate;
    width: 120%;
    top: -80px;
    position: absolute;
}.training-method .training-track::after {
    content: "";
    width: 120%;
    animation: line-slide 10s ease-in-out infinite alternate-reverse;
    background: linear-gradient(90deg, transparent, rgb(106,145,174), transparent);
    opacity: 0.5;
    transform: rotate(2deg);
    bottom: -80px;
    right: -10%;
    height: 20px;
    position: absolute;
}.training-method h3 {
    font-size: 41px;
    opacity: 0;
    text-align: right;
    line-height: 1.2;
    z-index: 2;
    border-right: 4px solid rgb(156,179,204);
    margin-right: -40px;
    position: relative;
    color: #000000;
    transform: translateX(-50px);
    grid-column: 1;
    font-weight: 700;
    padding-right: 40px;
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.training-method h3::before {
    z-index: -1;
    height: 40px;
    position: absolute;
    border: 4px solid rgb(106,145,174);
    content: "";
    animation: square-rotate 6s linear infinite;
    width: 40px;
    right: -22px;
    top: -10px;
}.training-method h3::after {
    position: absolute;
    background: rgb(156,179,204);
    content: "";
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: circle-pulse 4s ease-in-out infinite;
    bottom: -10px;
}.training-method span {
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    text-align: left;
    font-size: 12px;
    position: relative;
    padding-left: 30px;
    grid-column: 2;
    color: #000000;
    transform: translateX(50px);
    line-height: 1.8;
    opacity: 0;
}.training-method span::before {
    z-index: -1;
    animation: border-dance 20s linear infinite;
    content: "";
    pointer-events: none;
    left: 15px;
    position: absolute;
    top: 15px;
    height: 100%;
    width: 100%;
    border: 1px dashed rgb(156,179,204,0.5);
}

@keyframes shape-rotate {
    0% {
        transform: rotate(-30deg);
    }
    100% {
        transform: rotate(330deg);
    }
}

@keyframes shape-pulse {
    0% {
        transform: scale(1) translateX(0);
    }
    100% {
        transform: scale(1.2) translateX(-20px);
    }
}

@keyframes line-slide {
    0% {
        transform: translateX(-10%) rotate(-2deg);
    }
    100% {
        transform: translateX(10%) rotate(-2deg);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes square-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes circle-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
}

@keyframes border-dance {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.training-method {
    padding: 90px 20px;
}.training-method .container {
    grid-gap: 30px;
}.training-method h3 {
    padding-right: 20px;
    margin-right: -20px;
    font-size: calc(41px - 6px);
}.training-method h3::before {
    width: 30px;
    height: 30px;
    right: -17px;
}.training-method span {
    padding-left: 20px;
}.training-method .training-track::before,
    .training-method .training-track::after {
    height: 15px;
}
}

@media (max-width: 767px) {.training-method {
    padding: 70px 15px;
}.training-method .container {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.training-method h3 {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 4px solid rgb(156,179,204);
}.training-method h3::before {
    top: auto;
    right: auto;
    left: 20px;
    bottom: -17px;
}.training-method h3::after {
    right: auto;
    bottom: -8px;
    left: calc(100% - 30px);
}.training-method span {
    padding-left: 0;
    text-align: center;
    animation-name: slide-in-mobile;
}.training-method span::before {
    border-top: none;
    border: 1px dashed rgb(156,179,204,0.5);
    left: 0;
}.training-method .training-track::before {
    top: -20px;
    transform: rotate(0);
}.training-method .training-track::after {
    bottom: -20px;
    transform: rotate(0);
}
    
    @keyframes slide-in {
        0% {
            opacity: 0;
            transform: translateY(-30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    @keyframes slide-in-mobile {
        0% {
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 479px) {.training-method {
    padding: 50px 10px;
}.training-method h3 {
    padding-bottom: 15px;
    font-size: calc(41px - 12px);
}.training-method h3::before {
    width: 20px;
    bottom: -12px;
    left: 10px;
    height: 20px;
}.training-method h3::after {
    height: 15px;
    left: calc(100% - 20px);
    width: 15px;
}.training-method span {
    font-size: calc(12px - 1px);
    line-height: 1.6;
}.training-method .training-track::before,
    .training-method .training-track::after {
    height: 10px;
}}.tariff-option {
    background: linear-gradient(135deg, rgb(202,215,229) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
}.tariff-option::before {
    opacity: 0.1;
    z-index: 0;
    top: -10%;
    content: "";
    position: absolute;
    right: -5%;
    border-radius: 10px;
    width: 40%;
    background: linear-gradient(120deg, rgb(156,179,204,0.5) 20%, rgb(106,145,174,0.5) 80%);
    height: 70%;
    transform: rotate(-15deg);
}.tariff-option::after {
    bottom: -5%;
    z-index: 0;
    position: absolute;
    transform: rotate(10deg);
    height: 50%;
    border-radius: 10px;
    left: -3%;
    content: "";
    opacity: 0.08;
    width: 35%;
    background: linear-gradient(45deg, rgb(106,145,174,0.5) 30%, rgb(156,179,204,0.5) 70%);
}.tariff-option .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 2rem;
}.tariff-option .learning-fee {
    display: flex;
    flex-direction: column;
}.tariff-option .enroll-cost {
    position: relative;
    margin-bottom: 3.5rem;
    text-align: center;
    order: 1;
}.tariff-option .enroll-cost h2 {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 38px;
}.tariff-option .enroll-cost h2::after {
    transform: translateX(-50%);
    width: 70%;
    content: "";
    height: 3px;
    bottom: -0.75rem;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(156,179,204), transparent);
    left: 50%;
}.tariff-option .training-sub {
    line-height: 1.6;
    margin: 0 auto;
    font-size: 16px;
    max-width: 800px;
    color: #000000;
}.tariff-option .fee-deals {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    order: 2;
    gap: 2rem;
    display: grid;
    width: 100%;
}.tariff-option .fee-options {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    height: 100%;
    position: relative;
    text-decoration: none;
    color: #000000;
}.tariff-option .fee-options:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.tariff-option .fee-options::before {
    transform: translateY(-5px);
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(156,179,204), rgb(106,145,174));
    height: 5px;
    width: 100%;
    transition: transform 0.3s ease;
}.tariff-option .fee-options:hover::before {
    transform: translateY(0);
}.tariff-option .pricing-block {
    flex-direction: column;
    box-sizing: border-box;
    height: 100%;
    display: flex;
}.tariff-option .trial-rates {
    flex-direction: column;
    display: flex;
    padding: 2rem 1.75rem;
    position: relative;
    flex: 1;
}.tariff-option .trial-rates h3 {
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
    font-size: calc(20px * 1.1);
    display: inline-block;
}.tariff-option .trial-rates .learning-rates {
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: calc(20px * 1.3);
    position: relative;
    color: rgb(156,179,204);
}.tariff-option .trial-rates .learning-rates::after {
    position: absolute;
    background: rgb(156,179,204,0.5);
    width: 40px;
    left: 0;
    height: 2px;
    bottom: -0.75rem;
    content: "";
}.tariff-option .trial-rates p {
    margin-bottom: 1.5rem;
    flex-grow: 1;
    color: #000000;
    font-size: 16px;
    line-height: 1.65;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}.tariff-option .img-grid-wrapper {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s ease;
    height: 180px;
    width: 100%;
}.tariff-option .img-grid-wrapper::after {
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
}.tariff-option .fee-options:hover .img-grid-wrapper {
    transform: scale(1.05);
}.tariff-option .fee-options:nth-child(odd) .trial-rates::before {
    content: "";
    position: absolute;
    opacity: 0.1;
    right: 1rem;
    border-radius: 50%;
    top: 1rem;
    background: rgb(156,179,204,0.5);
    height: 2.5rem;
    width: 2.5rem;
    z-index: -1;
}.tariff-option .fee-options:nth-child(even) .trial-rates::before {
    background: rgb(106,145,174,0.5);
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: -1;
    opacity: 0.1;
    width: 2.5rem;
    content: "";
    border-radius: 50%;
    height: 2.5rem;
}

@media (min-width: 992px) {.tariff-option .learning-fee {
    flex-direction: row;
}.tariff-option .enroll-cost {
    flex-direction: column;
    padding-left: 3rem;
    margin-bottom: 0;
    flex: 0 0 30%;
    order: 2;
    justify-content: center;
    text-align: left;
    display: flex;
}.tariff-option .enroll-cost h2 {
    text-align: left;
    margin-bottom: 2rem;
}.tariff-option .enroll-cost h2::after {
    transform: none;
    left: 0;
    width: 40%;
}.tariff-option .training-sub {
    text-align: left;
    margin: 0;
}.tariff-option .fee-deals {
    flex: 0 0 70%;
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.tariff-option {
    padding: 5rem 0;
}.tariff-option .fee-options {
    margin-bottom: 1.5rem;
}.tariff-option .enroll-cost {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.tariff-option {
    padding: 4rem 0;
}.tariff-option .enroll-cost h2 {
    font-size: calc(38px * 0.9);
}.tariff-option .trial-rates h3 {
    font-size: 20px;
}.tariff-option .trial-rates .learning-rates {
    font-size: calc(20px * 1.15);
}.tariff-option .img-grid-wrapper {
    height: 160px;
}
}

@media (max-width: 575px) {.tariff-option {
    padding: 3rem 0;
}.tariff-option .container {
    padding: 0 1.5rem;
}.tariff-option .fee-deals {
    gap: 1.5rem;
}.tariff-option .trial-rates {
    padding: 1.5rem;
}.tariff-option .img-grid-wrapper {
    height: 140px;
}
}

@media (hover: none) {.tariff-option .fee-options:hover {
    transform: none;
}.tariff-option .fee-options:hover .img-grid-wrapper {
    transform: none;
}}footer {
    margin-top: 0;
    position: relative;
    background-color: #000000;
}footer::before {
    left: 0;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(156,179,204,0.5) 50%,
    #000000 100%);
    width: 100%;
    z-index: 1;
    content: "";
    height: 100%;
    opacity: 0.9;
    top: 0;
    position: absolute;
}.equity-info {
    position: relative;
    padding: 60px 0 40px;
    z-index: 5;
    background-color: transparent;
}.equity-info .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    position: relative;
    display: grid;
}.equity-info .company_holder {
    border-radius: 10px;
    grid-column: span 4;
    position: relative;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
}.equity-info .company_holder h3 {
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    font-size: 31px;
    font-weight: 700;
    color: #ffffff;
}.equity-info .company_holder h3::after {
    position: absolute;
    width: 100%;
    height: 2px;
    content: "";
    background: rgb(156,179,204);
    bottom: -8px;
    left: 0;
}.equity-info .review-block {
    opacity: 0.8;
    line-height: 1.6;
    color: #ffffff;
    font-size: 13px;
}.equity-info .lesson-cta {
    grid-gap: 30px;
    grid-column: span 8;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.equity-info .header-page {
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
}.equity-info .header-page h5 {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 19px;
    color: #ffffff;
    position: relative;
}.equity-info .header-page h5::after {
    bottom: -8px;
    background: rgb(106,145,174);
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
}.equity-info .header-page .nav-header {
    grid-gap: 15px;
    display: grid;
}.equity-info .header-page .nav-header a {
    position: relative;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    display: block;
    opacity: 0.8;
    padding-left: 15px;
}.equity-info .header-page .nav-header a::before {
    width: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
    height: 6px;
    top: 50%;
    position: absolute;
    background: rgb(106,145,174);
    left: 0;
    content: "";
}.equity-info .header-page .nav-header a:hover {
    transform: translateX(5px);
    opacity: 1;
    color: rgb(156,179,204);
}.skill-links {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    position: relative;
    padding: 25px 0;
}.skill-links .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.skill-links .facebook-cta {
    font-size: 13px;
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 991px) {.equity-info .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.equity-info .company_holder {
    grid-column: span 12;
}.equity-info .lesson-cta {
    grid-column: span 12;
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 767px) {.equity-info {
    padding: 40px 0 30px;
}.equity-info .lesson-cta {
    grid-template-columns: 1fr;
}.equity-info .company_holder {
    padding: 25px;
}.equity-info .header-page {
    padding: 25px;
}.equity-info .company_holder h3 {
    font-size: calc(31px - 2px);
}.equity-info .header-page h5 {
    font-size: calc(19px - 1px);
}
}

@media (max-width: 575px) {.equity-info {
    padding: 30px 0 20px;
}.equity-info .company_holder,
  .equity-info .header-page {
    padding: 20px;
}.equity-info .company_holder h3 {
    font-size: calc(31px - 4px);
}.skill-links {
    padding: 20px 0;
}}

.equity-info .company_holder:hover,
.equity-info .header-page:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}.equity-info .container::before {
    background: 
    linear-gradient(to right, rgb(156,179,204,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(156,179,204,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    pointer-events: none;
    content: "";
    top: 0;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
}.equity-info .company_holder::before {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 5px;
    opacity: 0.5;
    content: "";
    background: rgb(156,179,204);
}.equity-info .header-page::before {
    opacity: 0.5;
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    background: rgb(106,145,174);
}footer::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right,
    rgb(156,179,204),
    rgb(106,145,174),
    rgb(156,179,204));
    height: 5px;
    z-index: 2;
    opacity: 0.3;
    left: 0;
    width: 100%;
    content: "";
}.equity-info .nav-header {
    position: relative;
}.equity-info .nav-header::after {
    bottom: -15px;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.2;
    content: "";
    background: rgb(106,145,174,0.5);
    height: 1px;
}.equity-info .header-page h5,
.equity-info .company_holder h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}.equity-info .header-page:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}.equity-info .header-page:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.skill-links .facebook-cta {
    position: relative;
    display: inline-block;
}.skill-links .facebook-cta::before {
    content: "";
    left: -40px;
    transform: translateY(-50%);
    position: absolute;
    width: 30px;
    background: rgb(156,179,204);
    height: 1px;
    top: 50%;
    opacity: 0.5;
}.skill-links .facebook-cta::after {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    background: rgb(156,179,204);
    position: absolute;
    height: 1px;
    opacity: 0.5;
    right: -40px;
}.learning-profits {
    background: linear-gradient(135deg, rgb(202,215,229) 0%, rgba(240, 240, 255, 0.9) 100%);
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}.learning-profits::before {
    z-index: 0;
    right: -10%;
    background: radial-gradient(circle, rgb(156,179,204,0.5) 0%, transparent 70%);
    content: "";
    height: 500px;
    top: -10%;
    position: absolute;
    width: 500px;
    opacity: 0.2;
}.learning-profits::after {
    position: absolute;
    background: radial-gradient(circle, rgb(106,145,174,0.5) 0%, transparent 70%);
    content: "";
    height: 400px;
    bottom: -10%;
    opacity: 0.2;
    width: 400px;
    left: -10%;
    z-index: 0;
}.learning-profits .container {
    z-index: 1;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}.learning-profits .img-grid-wrapper {
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    max-height: 500px;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    height: auto;
    width: 100%;
}.learning-profits .img-grid-wrapper:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.learning-profits .training-track {
    position: relative;
    padding: 40px 0;
}.learning-profits .text-wrapper {
    position: relative;
    padding: 30px;
    transform: translateY(0);
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.learning-profits .text-wrapper:hover {
    transform: translateY(-5px);
}.learning-profits h1 {
    font-weight: 700;
    font-size: 43px;
    margin-bottom: 30px;
    line-height: 1.3;
    position: relative;
    color: #000000;
}.learning-profits h1::after {
    content: "";
    height: 3px;
    bottom: -10px;
    left: 0;
    background: linear-gradient(90deg, rgb(156,179,204) 0%, rgb(106,145,174) 100%);
    width: 80px;
    position: absolute;
}.learning-profits ul {
    padding: 0;
    list-style: none;
    margin: 0;
    gap: 20px;
    grid-template-columns: 1fr;
    display: grid;
}.learning-profits li {
    border-left: 3px solid rgb(156,179,204);
    align-items: flex-start;
    transition: all 0.3s ease;
    padding: 16px 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: translateX(0);
    display: flex;
}.learning-profits li:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
    border-left-color: rgb(106,145,174);
    transform: translateX(5px);
}.learning-profits li p {
    display: flex;
    color: #000000;
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    align-items: center;
}.learning-profits svg {
    flex-shrink: 0;
    transform: scale(1);
    height: 24px;
    transition: transform 0.3s ease;
    width: 24px;
    margin-right: 15px;
}.learning-profits li:hover svg {
    transform: scale(1.1);
}.learning-profits svg path {
    transition: fill 0.3s ease;
    fill: rgb(156,179,204);
}.learning-profits li:hover svg path {
    fill: rgb(106,145,174);
}.learning-profits li:nth-child(odd) {
    transform: translateX(-5px);
}.learning-profits li:nth-child(odd):hover {
    transform: translateX(0);
}.learning-profits li:nth-child(even) {
    border-left-color: rgb(106,145,174);
}.learning-profits li:nth-child(even):hover {
    border-left-color: rgb(156,179,204);
}

@media (min-width: 992px) {.learning-profits {
    padding: 150px 0;
}.learning-profits .container {
    align-items: center;
    grid-template-columns: 45% 55%;
}.learning-profits .img-grid-wrapper {
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
    transform: perspective(1000px) rotateY(-5deg);
    order: 2;
}.learning-profits .img-grid-wrapper:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-10px);
}.learning-profits .training-track {
    order: 1;
    padding: 0;
}.learning-profits .text-wrapper {
    z-index: 2;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    margin-right: -100px;
    padding: 50px;
}.learning-profits h1 {
    font-size: calc(43px * 1.1);
}.learning-profits ul {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.learning-profits {
    padding: 80px 0;
}.learning-profits .text-wrapper {
    margin-top: -60px;
    z-index: 2;
}.learning-profits h1 {
    font-size: calc(43px * 0.9);
}
}

@media (max-width: 767px) {.learning-profits {
    padding: 60px 0;
}.learning-profits .img-grid-wrapper {
    max-height: 350px;
}.learning-profits .text-wrapper {
    padding: 25px 20px;
}.learning-profits h1 {
    margin-bottom: 25px;
    font-size: calc(43px * 0.8);
}.learning-profits li {
    padding: 12px 15px;
}.learning-profits svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
}

@media (max-width: 576px) {.learning-profits {
    padding: 50px 0;
}.learning-profits .img-grid-wrapper {
    max-height: 250px;
}.learning-profits h1 {
    font-size: calc(43px * 0.7);
}.learning-profits li p {
    font-size: calc(17px * 0.9);
}}.teacher-profile {
    background: linear-gradient(135deg, rgb(202,215,229) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.teacher-profile::before {
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(106,145,174,0.5) 0px,
        rgb(106,145,174,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    z-index: 1;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}.teacher-profile::after {
    position: absolute;
    width: 80%;
    background: radial-gradient(
        ellipse at center,
        rgb(156,179,204,0.5) 0%,
        transparent 70%
    );
    transform: rotate(-15deg);
    z-index: 1;
    height: 200%;
    right: -25%;
    opacity: 0.1;
    top: -50%;
    content: "";
}.teacher-profile .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.teacher-profile .feedback-ratings {
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateY(0deg);
    position: relative;
    padding: 3rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    display: grid;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2rem;
}.teacher-profile .feedback-ratings:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}.teacher-profile .feedback-ratings::before {
    position: absolute;
    background: linear-gradient(to bottom, rgb(156,179,204), rgb(106,145,174));
    height: 100%;
    transform-origin: top;
    top: 0;
    width: 5px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform: scaleY(0);
}.teacher-profile .feedback-ratings:hover::before {
    transform: scaleY(1);
}.teacher-profile .img-grid-wrapper {
    transform: rotate(-3deg) translateY(0);
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 6px solid #ffffff;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
}.teacher-profile .feedback-ratings:hover .img-grid-wrapper {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.teacher-profile .img-grid-wrapper::after {
    width: 100%;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}.teacher-profile .name {
    width: 100%;
    display: inline-block;
    margin: 0.5rem 0;
    font-size: calc(24px * 1.1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    position: relative;
    font-weight: 700;
    color: rgb(156,179,204);
    text-align: center;
}.teacher-profile .feedback-ratings:hover .name {
    transform: translateY(-5px);
}.teacher-profile .name::after {
    left: 50%;
    content: "";
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-50%) scaleX(0.5);
    bottom: -5px;
    position: absolute;
    background: rgb(106,145,174);
    height: 2px;
    width: 80px;
}.teacher-profile .feedback-ratings:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.teacher-profile .feedback-ratings div:nth-child(2) div {
    font-size: calc(16px * 1.05);
    color: rgb(106,145,174);
    transform: translateY(0);
    font-style: italic;
    margin-top: 0.5rem;
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}.teacher-profile .feedback-ratings:hover div:nth-child(2) div {
    transform: translateY(-3px);
}.teacher-profile .work-milestones {
    text-align: justify;
    padding: 1.5rem 0.5rem 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: 1.5rem 0 0;
    transition: opacity 0.4s ease;
    opacity: 0.95;
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-size: 16px;
}.teacher-profile .feedback-ratings:hover .work-milestones {
    opacity: 1;
}.teacher-profile .work-milestones::before {
    font-size: 4rem;
    font-family: serif;
    transform: translateX(-50%);
    text-shadow: 2px 2px 0 #ffffff;
    line-height: 1;
    left: 50%;
    position: absolute;
    color: rgb(156,179,204,0.5);
    top: -0.5rem;
    content: "";
}

@media (min-width: 768px) {.teacher-profile .feedback-ratings {
    gap: 2.5rem;
    padding: 3.5rem;
    grid-template-columns: auto 1fr;
}.teacher-profile .img-grid-wrapper {
    height: 200px;
    margin: 0;
    width: 200px;
}.teacher-profile .name {
    text-align: left;
}.teacher-profile .name::after {
    left: 0;
    transform: translateX(0) scaleX(0.5);
}.teacher-profile .feedback-ratings:hover .name::after {
    transform: translateX(0) scaleX(1);
}.teacher-profile .feedback-ratings div:nth-child(2) div {
    text-align: left;
}.teacher-profile .feedback-ratings div:nth-child(3) {
    grid-column: span 2;
}.teacher-profile .work-milestones {
    padding: 2rem 1rem 0.5rem;
}.teacher-profile .work-milestones::before {
    left: 1rem;
    transform: translateX(0);
}
}

@media (min-width: 992px) {.teacher-profile {
    padding: 150px 0;
}.teacher-profile .feedback-ratings {
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: 220px 1fr 2fr;
}.teacher-profile .feedback-ratings div:nth-child(1) {
    grid-row: span 2;
}.teacher-profile .feedback-ratings div:nth-child(3) {
    grid-row: span 2;
    grid-column: 3;
}.teacher-profile .img-grid-wrapper {
    height: 280px;
    width: 220px;
}.teacher-profile .work-milestones {
    height: 100%;
    padding: 0 0 0 3rem;
    margin: 0;
    border-top: none;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}.teacher-profile .work-milestones::before {
    top: 1rem;
    left: 1rem;
}
}

@media (min-width: 1200px) {.teacher-profile .feedback-ratings {
    padding: 5rem;
    grid-template-columns: 250px 1fr 2.5fr;
    gap: 3.5rem;
}.teacher-profile .img-grid-wrapper {
    width: 250px;
    height: 320px;
}.teacher-profile .name {
    font-size: calc(24px * 1.2);
}.teacher-profile .feedback-ratings div:nth-child(2) div {
    margin-top: 0.75rem;
    font-size: calc(16px * 1.1);
}.teacher-profile .work-milestones {
    font-size: calc(16px * 1.05);
    padding: 0 0 0 4rem;
    line-height: 1.9;
}}.secure-grotto {
    font-family: Arial, sans-serif;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 30px;
}.secure-grotto h1 {
    padding-bottom: 10px;
    color: rgb(156,179,204);
    border-bottom: 2px solid rgb(156,179,204);
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 46px;
}.secure-grotto h2 {
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px solid #000000;
    margin-bottom: 15px;
    margin-top: 25px;
    color: #000000;
    font-size: 38px;
}.secure-grotto ul, .secure-grotto ol {
    padding-left: 20px;
    margin: 20px 0;
    list-style-position: inside;
}.secure-grotto ul li, .secure-grotto ol li {
    color: #000000;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
}.secure-grotto p, .secure-grotto span, .secure-grotto div {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
}

@media only screen and (max-width: 800px) {.secure-grotto {
    padding: 20px 10px;
}.secure-grotto h1 {
    margin-bottom: 15px;
    font-size: 38px;
}.secure-grotto h2 {
    font-size: 22px;
    margin-bottom: 10px;
}.secure-grotto ul li, .secure-grotto ol li {
    font-size: 13px;
}}

.secure-grotto h3, .secure-grotto h4, .secure-grotto h5, .secure-grotto h6 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 20px;
}.secure-grotto section {
    background: rgb(202,215,229);
    padding: 20px;
    border-radius: 10px;
}.secure-grotto a {
    transition: color 0.3s ease;
    color: rgb(156,179,204);
    text-decoration: none;
}@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.secure-grotto h1, .secure-grotto h2, .secure-grotto h3, .secure-grotto h4, .secure-grotto h5, .secure-grotto h6 {
    animation: fadeIn 0.6s ease-in-out;
}.our-mission {
    padding: 7rem 0 5rem;
    background: linear-gradient(135deg, rgb(202,215,229) 0%, rgba(240, 245, 255, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.our-mission::before {
    height: 70%;
    background: linear-gradient(225deg, rgb(156,179,204,0.5) 10%, transparent 70%);
    top: -10%;
    filter: blur(35px);
    width: 40%;
    position: absolute;
    transform: rotate(-15deg) skewX(5deg);
    z-index: 0;
    right: -5%;
    opacity: 0.6;
    content: "";
}.our-mission::after {
    content: "";
    transform: rotate(15deg) skewX(-5deg);
    left: -5%;
    opacity: 0.5;
    z-index: 0;
    bottom: -10%;
    height: 60%;
    position: absolute;
    filter: blur(25px);
    background: linear-gradient(45deg, rgb(106,145,174,0.5) 10%, transparent 70%);
    width: 35%;
}.our-mission .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}.our-mission h1 {
    font-weight: 700;
    transform: translateX(2rem);
    margin-bottom: 3rem;
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: 42px;
}.our-mission h1::before {
    transform: scaleX(0.9);
    transform-origin: left;
    content: "";
    height: 4px;
    left: 0;
    width: 40%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    bottom: -12px;
    background: linear-gradient(90deg, rgb(156,179,204) 0%, rgb(106,145,174) 100%);
}.our-mission h1:hover::before {
    transform: scaleX(1.2);
}.our-mission .quick-mastery {
    margin-top: 2rem;
}.our-mission .quick-mastery ul {
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    gap: 3rem;
    padding: 0;
    display: grid;
}.our-mission .expert-guides {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03),
                inset 0 0 0 1px rgba(255, 255, 255, 0.9);
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    border-radius: 10px;
    padding: 2.5rem;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.4s ease;
}.our-mission .expert-guides:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05),
                inset 0 0 0 1px rgba(255, 255, 255, 0.95);
    transform: translateY(-5px);
}.our-mission .expert-guides::before {
    height: 4px;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgb(156,179,204) 0%, rgb(106,145,174) 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: right;
    position: absolute;
    content: "";
    transform: scaleX(0.3);
}.our-mission .expert-guides:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.our-mission .expert-guides:nth-child(even)::before {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(106,145,174) 0%, rgb(156,179,204) 100%);
}.our-mission .expert-guides:nth-child(even):hover::before {
    transform-origin: right;
}.our-mission .expert-guides h4 {
    transform: translateY(0);
    font-size: calc(21px * 1.1);
    display: inline-block;
    margin-bottom: 1.5rem;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #000000;
    position: relative;
    font-weight: 600;
}.our-mission .expert-guides:hover h4 {
    transform: translateY(-3px);
}.our-mission .expert-guides h4::after {
    left: 0;
    transition: width 0.3s ease;
    bottom: -8px;
    height: 2px;
    position: absolute;
    background: rgb(156,179,204);
    width: 30px;
    content: "";
}.our-mission .expert-guides:hover h4::after {
    width: 70px;
}.our-mission .expert-guides:nth-child(even) h4::after {
    background: rgb(106,145,174);
}.our-mission .expert-guides div {
    max-height: 200px;
    color: #000000;
    font-weight: 400;
    padding-right: 10px;
    position: relative;
    font-size: 15px;
    overflow-y: auto;
    line-height: 1.75;
}.our-mission .expert-guides div::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.05);
    width: 4px;
}.our-mission .expert-guides div::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, rgb(156,179,204,0.5), rgb(106,145,174,0.5));
    border-radius: 10px;
}.our-mission .expert-guides:nth-child(1) {
    transform: translateX(-20px);
    z-index: 2;
}.our-mission .expert-guides:nth-child(2) {
    z-index: 1;
    transform: translateX(20px);
}.our-mission .expert-guides:hover:nth-child(1) {
    transform: translateX(-15px) translateY(-5px);
}.our-mission .expert-guides:hover:nth-child(2) {
    transform: translateX(15px) translateY(-5px);
}

@media (min-width: 768px) {.our-mission .quick-mastery ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.our-mission h1 {
    margin-bottom: 4rem;
    font-size: calc(42px * 1.1);
}.our-mission .expert-guides {
    padding: 3rem;
}.our-mission .expert-guides div {
    max-height: 300px;
}
}

@media (min-width: 992px) {.our-mission {
    padding: 9rem 0 7rem;
}.our-mission h1 {
    font-size: calc(42px * 1.2);
}.our-mission .expert-guides {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                    box-shadow 0.5s ease;
}.our-mission .expert-guides:nth-child(1) {
    transform: translateX(-40px) rotate(-1deg);
}.our-mission .expert-guides:nth-child(2) {
    transform: translateX(40px) rotate(1deg);
}.our-mission .expert-guides:hover:nth-child(1) {
    transform: translateX(-30px) translateY(-8px) rotate(0deg);
}.our-mission .expert-guides:hover:nth-child(2) {
    transform: translateX(30px) translateY(-8px) rotate(0deg);
}.our-mission .expert-guides div {
    max-height: 350px;
}
}

@media (max-width: 767px) {.our-mission {
    padding: 5rem 0 3rem;
}.our-mission h1 {
    font-size: calc(42px * 0.9);
    margin-bottom: 2rem;
    transform: translateX(0);
}.our-mission .expert-guides {
    margin-bottom: 1.5rem;
    padding: 1.75rem;
}.our-mission .expert-guides:nth-child(1),
    .our-mission .expert-guides:nth-child(2) {
    transform: none;
}.our-mission .expert-guides:hover:nth-child(1),
    .our-mission .expert-guides:hover:nth-child(2) {
    transform: translateY(-3px);
}.our-mission .expert-guides div {
    font-size: calc(15px * 0.95);
    max-height: 150px;
    line-height: 1.6;
}}.course-summary {
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
    background: linear-gradient(145deg, rgb(202,215,229) 0%, rgba(245, 245, 250, 0.95) 100%);
}.course-summary::before {
    z-index: 0;
    background-size: 40px 40px;
    content: "";
    background-image: 
        linear-gradient(30deg, rgba(rgb(156,179,204,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(156,179,204,0.5), 0.03) 1px, transparent 1px);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}.course-summary::after {
    z-index: 0;
    width: 300px;
    top: -5%;
    right: -5%;
    position: absolute;
    filter: blur(80px);
    border-radius: 50%;
    content: "";
    background: linear-gradient(225deg, rgb(156,179,204) 0%, rgba(rgb(156,179,204,0.5), 0.4) 70%);
    height: 300px;
    opacity: 0.2;
}.course-summary .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}.course-summary h2 {
    transform: translateX(-8px);
    max-width: 90%;
    font-size: 29px;
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
    position: relative;
}.course-summary h2::before {
    left: -15px;
    height: 60%;
    content: "";
    width: 6px;
    transform: translateY(-50%);
    background-color: rgb(156,179,204);
    position: absolute;
    top: 50%;
}.course-summary .skill-master {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.course-summary .img-grid-wrapper {
    border: 1px solid rgba(rgb(156,179,204,0.5), 0.15);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.06),
        0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.03);
    overflow: hidden;
    height: 360px;
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
}.course-summary .img-grid-wrapper::before {
    z-index: 1;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(rgb(156,179,204,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgba(0, 0, 0, 0.5), 0.2) 100%
    );
    left: 0;
    content: "";
    width: 100%;
}.course-summary .img-grid-wrapper:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(5px);
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course-summary .text-wrapper {
    scrollbar-width: thin;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.03),
        0 1px 8px rgba(rgba(0, 0, 0, 0.5), 0.01);
    background: #ffffff;
    max-height: 500px;
    padding: 20px;
    position: relative;
    overflow-y: auto;
    scrollbar-color: rgb(156,179,204) rgba(rgb(156,179,204,0.5), 0.1);
    transform: translateY(-5px);
}.course-summary .text-wrapper::-webkit-scrollbar {
    width: 6px;
}.course-summary .text-wrapper::-webkit-scrollbar-track {
    background: rgba(rgb(156,179,204,0.5), 0.1);
    border-radius: 10px;
}.course-summary .text-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(156,179,204);
}.course-summary .description {
    line-height: 1.7;
    margin-bottom: 20px;
    font-size: 12px;
    border-left: 2px solid rgba(rgb(156,179,204,0.5), 0.3);
    padding-left: 15px;
    position: relative;
    color: #000000;
}.course-summary .description:last-child {
    margin-bottom: 0;
}.course-summary .description::before {
    left: -2px;
    animation: lineGrow 2.5s ease-out forwards;
    height: 0;
    background-color: rgb(156,179,204);
    position: absolute;
    width: 2px;
    top: 0;
    content: "";
}

@keyframes lineGrow {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@media (min-width: 768px) {.course-summary {
    padding: 150px 0 100px;
}.course-summary .skill-master {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
}.course-summary h2 {
    margin-bottom: 60px;
    font-size: calc(29px * 1.1);
    max-width: 70%;
}.course-summary .img-grid-wrapper {
    height: 450px;
}.course-summary .text-wrapper {
    max-height: 450px;
    padding: 30px;
}
}

@media (min-width: 992px) {.course-summary {
    padding: 180px 0 120px;
}.course-summary h2 {
    max-width: 60%;
    font-size: calc(29px * 1.2);
    transform: translateX(-20px);
}.course-summary h2::before {
    left: -30px;
    width: 8px;
}.course-summary .skill-master {
    gap: 80px;
}.course-summary .img-grid-wrapper {
    height: 520px;
}.course-summary .text-wrapper {
    max-height: 520px;
    padding: 40px;
}.course-summary .description {
    padding-left: 25px;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.course-summary .container {
    padding: 0 40px;
}.course-summary .skill-master {
    gap: 100px;
}.course-summary .img-grid-wrapper {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.course-summary .img-grid-wrapper:hover {
    transform: perspective(1200px) rotateY(0deg) translateZ(10px);
}.course-summary .text-wrapper {
    transform: translateY(-10px);
}
}

@media (max-width: 767px) {.course-summary {
    padding: 80px 0 60px;
}.course-summary h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
    max-width: 100%;
}.course-summary .img-grid-wrapper {
    height: 280px;
}.course-summary .text-wrapper {
    padding: 15px;
    max-height: 400px;
}.course-summary .description {
    font-size: calc(12px * 0.95);
}}.sign-up-now {
    padding: 130px 0;
    z-index: 1;
    background: linear-gradient(165deg, rgb(156,179,204) 0%, rgb(106,145,174) 100%);
    position: relative;
    overflow: hidden;
}.sign-up-now::before {
    left: 0;
    background-color: rgba(255, 255, 255, 0.02);
    top: 0;
    z-index: -1;
    width: 100%;
    content: '';
    backdrop-filter: blur(100px);
    position: absolute;
    height: 100%;
}.sign-up-now::after {
    top: 0;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 60%
    );
    content: '';
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
}.sign-up-now .training-track {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(0, 0, 0, 0.1);
    align-items: center;
    z-index: 2;
    overflow: hidden;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    justify-content: center;
    padding: 80px 60px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    display: flex;
    position: relative;
    border-radius: 16px;
    max-width: 800px;
    margin: 0 auto;
}.sign-up-now .training-track::before {
    position: absolute;
    top: 0;
    content: '';
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.05) 100%
    );
    z-index: -1;
    width: 100%;
    left: 0;
    height: 100%;
}.sign-up-now .training-track::after {
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    content: '';
    height: 1px;
}.sign-up-now .training-track:hover {
    box-shadow: 
        0 35px 60px rgba(0, 0, 0, 0.2),
        0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.sign-up-now h3 {
    font-weight: 300;
    font-size: 31px;
    position: relative;
    opacity: 0.9;
    margin-bottom: 60px;
    letter-spacing: 8px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.4s ease;
    text-align: center;
}.sign-up-now h3::before {
    bottom: -25px;
    content: '';
    width: 40px;
    transform: translateX(-50%);
    left: 50%;
    height: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
}.sign-up-now h3::after {
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    position: absolute;
    height: 6px;
    background: #ffffff;
    content: '';
}.sign-up-now .connect-today {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    letter-spacing: 3px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    z-index: 1;
    color: rgb(156,179,204);
    padding: 16px 50px;
    font-weight: 400;
}.sign-up-now .connect-today::before {
    opacity: 0;
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    background: linear-gradient(
        to right,
        rgb(156,179,204),
        rgb(106,145,174)
    );
    transition: opacity 0.4s ease;
    width: 100%;
}.sign-up-now .connect-today::after {
    border-radius: 50%;
    left: 50%;
    content: '';
    position: absolute;
    top: 50%;
    z-index: -1;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    transition: width 0.6s ease, height 0.6s ease;
    transform: translate(-50%, -50%);
    width: 0;
}.sign-up-now .connect-today:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 8px 20px rgba(0, 0, 0, 0.1);
}.sign-up-now .connect-today:hover::before {
    opacity: 1;
}.sign-up-now .connect-today:hover::after {
    transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease 0.2s;
    width: 300px;
    height: 300px;
    opacity: 0;
}

@media screen and (max-width: 992px) {.sign-up-now {
    padding: 110px 0;
}.sign-up-now .training-track {
    max-width: 85%;
    padding: 70px 50px;
}.sign-up-now h3 {
    letter-spacing: 6px;
    font-size: calc(31px * 0.9);
    margin-bottom: 55px;
}.sign-up-now .connect-today {
    letter-spacing: 2.5px;
    padding: 14px 45px;
    font-size: calc(18px * 0.95);
}
}

@media screen and (max-width: 768px) {.sign-up-now {
    padding: 90px 0;
}.sign-up-now .training-track {
    padding: 60px 40px;
}.sign-up-now h3 {
    letter-spacing: 5px;
    margin-bottom: 50px;
    font-size: calc(31px * 0.8);
}.sign-up-now h3::before {
    bottom: -20px;
    width: 35px;
}.sign-up-now h3::after {
    bottom: -22px;
    height: 5px;
    width: 5px;
}.sign-up-now .connect-today {
    font-size: calc(18px * 0.9);
    letter-spacing: 2px;
    padding: 12px 40px;
}
}

@media screen and (max-width: 576px) {.sign-up-now {
    padding: 70px 0;
}.sign-up-now .training-track {
    padding: 50px 30px;
}.sign-up-now h3 {
    letter-spacing: 4px;
    margin-bottom: 45px;
    font-size: calc(31px * 0.7);
}.sign-up-now h3::before {
    width: 30px;
    bottom: -15px;
}.sign-up-now h3::after {
    bottom: -17px;
    height: 4px;
    width: 4px;
}.sign-up-now .connect-today {
    letter-spacing: 1.5px;
    font-size: calc(18px * 0.85);
    padding: 10px 35px;
}
}