* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1224px;
    margin: auto;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-padding {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.main-info {
    flex: 1 0 auto;
}.lang-learn {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    scroll-behavior: smooth;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header .nav-train {
    align-items: center;
    position: relative;
    padding: 1.5rem;
    background: linear-gradient(to right, rgb(131,153,197) 0%, rgb(173,185,218,0.5) 100%);
    z-index: 99;
    border-radius: 0;
    box-shadow: 0 0 20px 2px rgb(173,185,218,0.5);
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: space-between;
    left: 0;
}header .nav-train::before {
    z-index: -1;
    animation: backgroundShift 20s linear infinite;
    width: 200%;
    top: -50%;
    left: -50%;
    content: "";
    position: absolute;
    height: 200%;
    background-size: 15px 15px;
    background: radial-gradient(circle, rgb(131,153,197,0.5) 1%, transparent 10%);
    opacity: 0.3;
}header .nav-train::after {
    background-size: 200% 200%;
    top: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(45deg, transparent 48%, rgb(131,153,197) 49%, rgb(131,153,197) 51%, transparent 52%);
    opacity: 0.1;
    position: absolute;
    animation: gradientSlide 5s ease infinite;
    width: 100%;
    height: 100%;
    left: 0;
}header .nav-train .header-top {
    overflow: visible;
    position: relative;
}header .nav-train .header-top::after {
    background: rgb(131,153,197);
    left: 0;
    bottom: -8px;
    animation: neonPulse 3s infinite alternate;
    content: "";
    position: absolute;
    width: 100%;
    box-shadow: 0 0 8px 2px rgb(131,153,197);
    transform-origin: left;
    height: 2px;
    transform: scaleX(0);
}header .nav-train .header-top .nav-info {
    position: relative;
    transition: all 0.5s ease;
    transform: perspective(800px) rotateY(0deg);
    display: block;
}header .nav-train .header-top .nav-info:hover {
    transform: perspective(800px) rotateY(15deg);
}header .nav-train .header-top svg {
    width: 120px;
    filter: drop-shadow(0 0 5px rgb(131,153,197,0.5));
    height: auto;
}header .nav-train .head-know {
    padding: 0;
    position: relative;
    list-style: none;
    perspective: 800px;
    margin: 0;
    display: flex;
}header .nav-train .head-know::before {
    animation: neonPulse 4s infinite alternate-reverse;
    height: 2px;
    transform: scaleX(0.5);
    top: 105%;
    box-shadow: 0 0 10px 2px rgb(173,185,218);
    content: "";
    width: 100%;
    position: absolute;
    background: rgb(173,185,218);
    left: 0;
}header .nav-train .main-site {
    margin: 0 0.5rem;
    transform: translateZ(0);
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.3s ease;
}header .nav-train .main-site:hover {
    transform: translateZ(20px);
}header .nav-train .main-site a {
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-decoration: none;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 16px;
    display: block;
    padding: 0.5rem 1rem;
    position: relative;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}header .nav-train .main-site a::before {
    top: 0;
    border-radius: 10px;
    left: 0;
    z-index: -1;
    content: "";
    width: 100%;
    transform: scale(0.9);
    background: rgb(173,185,218,0.5);
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: 100%;
}header .nav-train .main-site a:hover {
    border: 1px solid rgb(131,153,197,0.5);
    color: rgb(131,153,197);
    text-shadow: 0 0 5px rgb(131,153,197,0.5);
}header .nav-train .main-site a:hover::before {
    opacity: 0.2;
    transform: scale(1);
}

@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

@media (max-width: 992px) {header .nav-train {
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    flex-direction: column;
    box-sizing: border-box;
    padding: 1rem;
}header .nav-train .header-top {
    margin-bottom: 1.5rem;
}header .nav-train .head-know {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .nav-train .head-know::before {
    top: auto;
    bottom: -10px;
}header .nav-train .main-site {
    margin: 0.25rem 0.5rem;
}
}

@media (max-width: 576px) {header .nav-train {
    padding: 0.75rem;
}header .nav-train .head-know {
    align-items: center;
    flex-direction: column;
}header .nav-train .main-site {
    text-align: center;
    margin: 0.25rem 0;
    width: 100%;
}header .nav-train .header-top svg {
    width: 100px;
}header .nav-train .header-top::after {
    left: 10%;
    width: 80%;
}}.find-contact {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(173,185,218,0.5) 0%, rgb(131,153,197,0.5) 100%);
    overflow: hidden;
    position: relative;
}.find-contact::before {
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.03) 1px, transparent 2px),
        radial-gradient(circle at 50% 70%, rgba(255, 255, 255, 0.05) 1px, transparent 3px),
        radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.04) 1px, transparent 2px);
    bottom: 0;
    background-position: 0 0, 25px 25px, 15px 15px;
    right: 0;
    animation: backgroundShift 40s linear infinite;
    background-size: 50px 50px, 80px 80px, 60px 60px;
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0, 25px 25px, 15px 15px;
    }
    50% {
        background-position: 25px 25px, 50px 50px, 30px 30px;
    }
    100% {
        background-position: 0 0, 25px 25px, 15px 15px;
    }
}
.find-contact::after {
    left: 0;
    right: 0;
    position: absolute;
    content: '';
    animation: glowingBorder 4s ease-in-out infinite;
    height: 3px;
    z-index: 2;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(131,153,197), transparent);
}@keyframes glowingBorder {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}
.find-contact .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    max-width: 1200px;
}.find-contact .assist-support {
    position: relative;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.07);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    align-items: center;
    display: flex;
    transform: translateY(0);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.find-contact .assist-support:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.find-contact .assist-support::before {
    background-size: 200% 200%;
    animation: gradientBorder 8s ease infinite;
    left: -5px;
    z-index: -1;
    right: -5px;
    background: linear-gradient(45deg, rgb(173,185,218), rgb(131,153,197), rgb(173,185,218));
    content: '';
    border-radius: calc(10px + 5px);
    top: -5px;
    bottom: -5px;
    opacity: 0.6;
    position: absolute;
}@keyframes gradientBorder {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.find-contact h3 {
    font-weight: 700;
    padding-bottom: 15px;
    color: #ffffff;
    justify-content: center;
    position: relative;
    text-align: center;
    font-size: 35px;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}.find-contact h3 svg {
    fill: #ffffff;
    animation: floatIcon 3s ease-in-out infinite;
    stroke: rgb(131,153,197);
    filter: drop-shadow(0 0 5px rgb(131,153,197));
    height: 30px;
    stroke-width: 0.8;
    width: 30px;
    margin-right: 12px;
}@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-5px) scale(1.05);
    }
}
.find-contact h3 svg path {
    stroke-dasharray: 100;
    stroke: rgb(131,153,197);
    fill-opacity: 0.9;
    stroke-dashoffset: 100;
    animation: drawPath 3s ease-in-out forwards infinite;
    stroke-width: 0.8;
    fill: rgb(173,185,218);
}@keyframes drawPath {
    0% {
        stroke-dashoffset: 100;
        fill-opacity: 0.2;
    }
    50% {
        stroke-dashoffset: 0;
        fill-opacity: 0.9;
    }
    100% {
        stroke-dashoffset: 100;
        fill-opacity: 0.2;
    }
}
.find-contact h3::after {
    content: '';
    position: absolute;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(173,185,218), rgb(131,153,197));
    bottom: 0;
    width: 80px;
    border-radius: 10px;
}.find-contact .contact-question {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    max-width: 800px;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.6;
    opacity: 0.9;
}.find-contact .write-experts {
    gap: 30px;
    position: relative;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    display: grid;
}.find-contact .write-experts::before {
    opacity: 0.7;
    width: 30px;
    position: absolute;
    border-top: 2px solid rgb(173,185,218);
    border-left: 2px solid rgb(173,185,218);
    content: '';
    height: 30px;
    top: -15px;
    left: -15px;
}.find-contact .write-experts::after {
    bottom: -15px;
    position: absolute;
    width: 30px;
    border-bottom: 2px solid rgb(131,153,197);
    border-right: 2px solid rgb(131,153,197);
    opacity: 0.7;
    content: '';
    height: 30px;
    right: -15px;
}.find-contact .write-experts > span {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: row;
    padding: 20px;
    display: flex;
    position: relative;
    border-radius: 10px;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.find-contact .write-experts > span:hover {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.find-contact .write-experts > span::before {
    border-radius: 10px 0 0 10px;
    background: linear-gradient(180deg, rgb(173,185,218), transparent);
    width: 3px;
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
}.find-contact .write-experts > span p {
    margin-bottom: 5px;
    display: flex;
    font-weight: 400;
    font-size: 17px;
    align-items: center;
    color: #ffffff;
}.find-contact .write-experts svg {
    width: 22px;
    margin: 0 10px;
    height: 22px;
    fill: #ffffff;
    transition: all 0.3s ease;
}.find-contact .write-experts svg path {
    fill: #ffffff;
}.find-contact .write-experts > span > span {
    font-weight: 600;
    color: #ffffff;
    position: relative;
    display: block;
    font-size: calc(17px + 1px);
}.find-contact .write-experts > span a {
    display: inline-flex;
    color: #ffffff;
    text-decoration: none;
    padding-right: 5px;
    align-items: center;
    transition: color 0.3s ease;
    position: relative;
}.find-contact .write-experts > span a::after {
    transition: width 0.3s ease;
    background: rgb(131,153,197);
    bottom: -2px;
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    left: 0;
}.find-contact .write-experts > span a:hover {
    color: rgb(131,153,197);
}.find-contact .write-experts > span a:hover::after {
    width: 100%;
}.find-contact .edu-asknow {
    grid-column: 1 / -1;
    padding: 25px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}.find-contact .edu-asknow::before {
    position: absolute;
    bottom: -50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    right: -50px;
    content: '';
    opacity: 0.3;
    background: radial-gradient(circle, rgb(131,153,197,0.5) 0%, transparent 70%);
}.find-contact .edu-asknow h4 {
    align-items: center;
    display: flex;
    font-weight: 600;
    color: #ffffff;
    padding-left: 15px;
    position: relative;
    margin-bottom: 15px;
    font-size: 21px;
}.find-contact .edu-asknow h4 svg {
    width: 26px;
    stroke-width: 0.5;
    height: 26px;
    margin-right: 10px;
    animation: clockSpin 10s linear infinite;
    fill: rgb(173,185,218);
    stroke: rgb(131,153,197);
}@keyframes clockSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.find-contact .edu-asknow h4 svg path {
    fill-opacity: 0.9;
    stroke-linejoin: round;
    fill: rgb(173,185,218);
    transition: all 0.3s ease;
    stroke: rgb(131,153,197);
    transform-origin: center center;
    stroke-linecap: round;
    stroke-width: 0.5;
}.find-contact .edu-asknow h4:hover svg path {
    stroke-dashoffset: 25;
    fill-opacity: 0.7;
    stroke-dasharray: 50;
    fill: rgb(131,153,197);
    stroke-width: 0.8;
}.find-contact .edu-asknow h4::before {
    border-radius: 10px;
    width: 5px;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    height: 70%;
    background: rgb(131,153,197);
    content: '';
    position: absolute;
}.find-contact .edu-asknow span {
    margin-bottom: 8px;
    color: #ffffff;
    display: flex;
    transition: all 0.3s ease;
    padding-left: 15px;
    position: relative;
    opacity: 0.9;
    align-items: center;
    font-size: 17px;
}.find-contact .edu-asknow span svg {
    fill: rgb(173,185,218);
    width: 18px;
    transition: all 0.3s ease;
    stroke: rgb(131,153,197);
    stroke-width: 0.3;
    height: 18px;
    opacity: 0.8;
    margin-right: 10px;
}.find-contact .edu-asknow span:hover {
    transform: translateX(5px);
    opacity: 1;
}.find-contact .edu-asknow span:hover svg {
    fill: rgb(131,153,197);
    opacity: 1;
    transform: rotate(15deg);
}.find-contact .edu-asknow span svg path {
    fill-opacity: 0.8;
    fill: rgb(173,185,218);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 20;
    stroke-dashoffset: 20;
    transition: all 0.4s ease;
    stroke: rgb(131,153,197);
}.find-contact .edu-asknow span:hover svg path {
    stroke: rgb(131,153,197);
    fill: rgb(131,153,197);
    fill-opacity: 1;
    stroke-dashoffset: 0;
}.find-contact .edu-asknow span::before {
    top: 50%;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    content: '';
    height: 5px;
    background: rgb(173,185,218);
    transform: translateY(-50%);
}
@media (max-width: 991px) {.find-contact {
    padding: 60px 0;
}.find-contact .assist-support {
    padding: 30px;
}.find-contact h3 {
    font-size: calc(35px - 4px);
}.find-contact h3 svg {
    width: 26px;
    margin-right: 10px;
    height: 26px;
}.find-contact .write-experts {
    gap: 20px;
    grid-template-columns: 1fr;
}.find-contact .write-experts > span p svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}.find-contact .edu-asknow h4 svg {
    height: 22px;
    width: 22px;
}.find-contact .edu-asknow span svg {
    width: 16px;
    height: 16px;
}
}
@media (max-width: 767px) {.find-contact {
    padding: 50px 0;
}.find-contact .assist-support {
    padding: 25px;
}.find-contact h3 {
    margin-bottom: 20px;
    font-size: calc(35px - 6px);
}.find-contact h3 svg {
    height: 24px;
    width: 24px;
    margin-right: 8px;
}.find-contact .contact-question {
    font-size: calc(17px - 1px);
    margin-bottom: 30px;
}.find-contact .write-experts > span {
    padding: 15px;
}.find-contact .write-experts > span p svg {
    margin-right: 8px;
    height: 18px;
    width: 18px;
}.find-contact .write-experts > span a svg {
    height: 16px;
    margin-right: 6px;
    width: 16px;
}.find-contact .edu-asknow {
    padding: 20px;
}.find-contact .edu-asknow h4 svg {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}.find-contact .edu-asknow span svg {
    margin-right: 8px;
    height: 14px;
    width: 14px;
}.find-contact .write-experts::before,
    .find-contact .write-experts::after {
    height: 20px;
    width: 20px;
}
}
@media (max-width: 479px) {.find-contact {
    padding: 40px 0;
}.find-contact .assist-support {
    padding: 20px;
}.find-contact h3 {
    margin-bottom: 15px;
    font-size: calc(35px - 8px);
    padding-bottom: 10px;
}.find-contact h3 svg {
    width: 20px;
    margin-right: 6px;
    height: 20px;
}.find-contact h3::after {
    height: 2px;
    width: 60px;
}.find-contact .contact-question {
    margin-bottom: 25px;
    font-size: calc(17px - 2px);
}.find-contact .write-experts {
    gap: 15px;
}.find-contact .write-experts > span {
    padding: 12px;
}.find-contact .write-experts > span p,
    .find-contact .write-experts > span > span {
    font-size: calc(17px - 1px);
}.find-contact .write-experts > span p svg {
    width: 16px;
    margin-right: 6px;
    height: 16px;
}.find-contact .write-experts > span a svg {
    margin-right: 5px;
    height: 14px;
    width: 14px;
}.find-contact .edu-asknow h4 {
    font-size: calc(21px - 2px);
    margin-bottom: 10px;
}.find-contact .edu-asknow h4 svg {
    margin-right: 6px;
    height: 18px;
    width: 18px;
}.find-contact .edu-asknow span {
    margin-bottom: 5px;
    font-size: calc(17px - 2px);
}.find-contact .edu-asknow span svg {
    margin-right: 6px;
    width: 12px;
    height: 12px;
}.find-contact .write-experts::before,
    .find-contact .write-experts::after {
    display: none;
}
}
@media (hover: none) {.find-contact .assist-support:hover,
    .find-contact .write-experts > span:hover {
    box-shadow: none;
    transform: none;
}.find-contact .write-experts > span a:hover {
    color: #ffffff;
}.find-contact .write-experts > span a:hover::after {
    width: 0;
}}.trackingNoticeModal {
    z-index: 1050;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    align-items: center;
    display: flex;
    text-align: center;
    padding: 20px;
    font-family: Arial, sans-serif;
    background: rgb(214,221,239);
    flex-direction: column;
    bottom: 20px;
    border-radius: 10px;
    width: 90%;
    left: 50%;
    max-width: 600px;
    transform: translateX(-50%);
    position: fixed;
    overflow: hidden;
}.manage-cookies {
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
}.user-safety {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.user-safety svg, .user-safety svg path, .user-safety img {
    width: 80px;
    fill: rgb(173,185,218);
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.trackingNoticeModal h5 {
    margin-bottom: 10px;
    font-weight: 700;
    color: rgb(173,185,218);
    font-size: 24px;
}.trackingNoticeModal p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 20px;
}.privacy-gate {
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    background: rgb(173,185,218);
    display: inline-block;
    border-radius: 10px;
    width: calc(50% - 10px);
    text-align: center;
    color: #ffffff;
    margin: 5px;
    cursor: pointer;
    padding: 10px 20px;
}.privacy-gate:hover {
    transform: translateY(-3px);
    background: rgb(131,153,197);
}.cookie_button.cookie-tips {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie-tips:hover {
    background: rgb(131,153,197,0.5);
}.trackingNoticeModal p a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(173,185,218);
}.trackingNoticeModal p a:hover {
    color: rgb(131,153,197);
}
@media only screen and (max-width: 600px) {.trackingNoticeModal {
    transform: none;
    left: 0;
    bottom: 0;
    border-radius: 0;
    width: 100%;
}.manage-cookies {
    padding: 15px;
}.user-safety svg {
    width: 50px;
    height: 50px;
}.trackingNoticeModal h5 {
    font-size: calc(24px - 2px);
}.trackingNoticeModal p {
    font-size: calc(15px - 2px);
}.privacy-gate {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(16px - 2px);
}}
#cookie-window-box {
    display: none;
}#cookie-window-box:checked ~ .trackingNoticeModal {
    opacity: 0;
    visibility: hidden;
}.future-attendees {
    position: relative;
    overflow: hidden;
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
    padding: 120px 0;
}.future-attendees::before {
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.15;
    position: absolute;
    content: '';
    background: 
        radial-gradient(circle at 20% 20%, rgb(173,185,218,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(131,153,197,0.5) 0%, transparent 40%);
}.future-attendees::after {
    opacity: 0.05;
    position: absolute;
    left: 0;
    z-index: 2;
    content: '';
    width: 100%;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(173,185,218,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(131,153,197,0.5) 49%, transparent 51%);
    height: 100%;
    top: 0;
}.future-attendees .study-pro {
    max-width: 1200px;
    z-index: 10;
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    text-align: center;
}.future-attendees h3 {
    font-size: 30px;
    position: relative;
    margin-bottom: 70px;
    color: #000000;
    padding: 0 20px;
    font-weight: 700;
    display: inline-block;
}.future-attendees h3::before,
.future-attendees h3::after {
    position: absolute;
    transform: translateY(-50%);
    height: 2px;
    background: linear-gradient(90deg, rgb(173,185,218), rgb(131,153,197));
    content: '';
    top: 50%;
    width: 40px;
}.future-attendees h3::before {
    left: -60px;
}.future-attendees h3::after {
    right: -60px;
}.future-attendees ul {
    list-style: none;
    gap: 40px;
    padding: 0;
    margin: 0;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}.future-attendees ul li {
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: left;
    background-color: #ffffff;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    min-width: 280px;
    z-index: 1;
    overflow: hidden;
    padding: 40px 30px;
    width: calc(33.333% - 27px);
    position: relative;
    border-radius: 15px;
    gap: 20px;
    align-items: flex-start;
    display: flex;
}.future-attendees ul li::before {
    content: '';
    transition: opacity 0.4s ease;
    background: linear-gradient(90deg, rgb(173,185,218), rgb(131,153,197));
    height: 5px;
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
}.future-attendees ul li::after {
    left: -50px;
    opacity: 0.1;
    border-radius: 50%;
    width: 100px;
    z-index: -1;
    background: rgb(173,185,218,0.5);
    height: 100px;
    transition: all 0.6s ease;
    bottom: -50px;
    content: '';
    position: absolute;
}.future-attendees ul li:hover {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-15px);
}.future-attendees ul li:hover::before {
    opacity: 1;
}.future-attendees ul li:hover::after {
    opacity: 0.05;
    transform: scale(6);
}.future-attendees ul li svg {
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    transition: all 0.5s ease;
}.future-attendees ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.future-attendees ul li svg path {
    transition: fill 0.5s ease;
    fill: rgb(173,185,218);
}.future-attendees ul li:hover svg path {
    fill: rgb(131,153,197);
}@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.future-attendees ul li {
    animation: slideInBottom 0.6s forwards;
    opacity: 0;
}.future-attendees ul li:nth-child(1) {
    animation-delay: 0.1s;
}.future-attendees ul li:nth-child(2) {
    animation-delay: 0.25s;
}.future-attendees ul li:nth-child(3) {
    animation-delay: 0.4s;
}.future-attendees ul li:nth-child(4) {
    animation-delay: 0.55s;
}.future-attendees ul li:nth-child(5) {
    animation-delay: 0.7s;
}.future-attendees ul li:nth-child(6) {
    animation-delay: 0.85s;
}.future-attendees ul li:nth-child(3n+1) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
    animation-delay: 0.1s, 2s;
}.future-attendees ul li:nth-child(3n+2) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
    animation-delay: 0.25s, 3s;
}.future-attendees ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
    animation-delay: 0.4s, 4s;
}

@media (max-width: 992px) {.future-attendees {
    padding: 90px 0;
}.future-attendees h3 {
    margin-bottom: 60px;
}.future-attendees h3::before,
    .future-attendees h3::after {
    width: 30px;
}.future-attendees h3::before {
    left: -40px;
}.future-attendees h3::after {
    right: -40px;
}.future-attendees ul {
    gap: 30px;
}.future-attendees ul li {
    padding: 35px 25px;
    width: calc(50% - 15px);
}
}

@media (max-width: 768px) {.future-attendees ul li {
    width: 100%;
    max-width: 400px;
}.future-attendees ul li:nth-child(3n+1),
    .future-attendees ul li:nth-child(3n+2),
    .future-attendees ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.future-attendees {
    padding: 70px 0;
}.future-attendees h3 {
    margin-bottom: 50px;
    font-size: calc(30px * 0.9);
}.future-attendees h3::before,
    .future-attendees h3::after {
    display: none;
}.future-attendees ul {
    gap: 25px;
}.future-attendees ul li {
    padding: 30px 20px;
}.future-attendees ul li svg {
    height: 40px;
    width: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.future-attendees ul li {
    animation: none;
    opacity: 1;
}.future-attendees ul li:hover {
    transform: none;
}.future-attendees ul li:hover svg {
    transform: none;
}}.training-results {
    padding: 8rem 2rem;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,221,239) 0%, rgb(131,153,197,0.5) 100%);
}.training-results::before {
    top: 0;
    background-image: radial-gradient(circle at 80% 20%, rgb(173,185,218,0.5) 0%, transparent 60%);
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    content: "";
    left: 0;
    position: absolute;
}.training-results::after {
    background: linear-gradient(45deg, rgb(131,153,197,0.5) 0%, transparent 70%);
    width: 20rem;
    right: -5rem;
    height: 20rem;
    content: "";
    filter: blur(5rem);
    position: absolute;
    z-index: 0;
    pointer-events: none;
    bottom: -5rem;
}.training-results h5 {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    text-align: center;
    margin-left: auto;
    max-width: 80%;
    margin-right: auto;
    transform: translateY(0);
    line-height: 1.5;
    font-size: 19px;
    z-index: 2;
    color: #000000;
    margin-bottom: 4rem;
    position: relative;
    font-weight: 700;
}.training-results h5::after {
    left: 50%;
    content: "";
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(173,185,218) 0%, rgb(131,153,197) 100%);
    transform: translateX(-50%);
    height: 0.25rem;
    width: 6rem;
    bottom: -1rem;
    position: absolute;
}.training-results .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.training-results .study-pro {
    position: relative;
    gap: 3rem;
    flex-direction: column;
    padding: 1rem;
    display: flex;
}.training-results .study-pro > div:first-child {
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    order: 1;
    position: relative;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
}.training-results .study-pro > div:first-child::before {
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(173,185,218,0.5) 100%);
    position: absolute;
    opacity: 0.4;
    height: 100%;
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
    pointer-events: none;
}.training-results .study-pro > div:first-child:hover {
    transform: perspective(1000px) rotateY(0deg);
}.training-results .image-holder {
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 100%;
    display: block;
    width: 100%;
    transform: scale(1.05);
}.training-results .study-pro > div:first-child:hover .image-holder {
    transform: scale(1);
}.training-results .note-holder {
    order: 2;
    position: relative;
    padding: 1rem;
}.training-results .note-holder::before {
    z-index: -1;
    position: absolute;
    filter: blur(2rem);
    left: -1rem;
    top: -3rem;
    pointer-events: none;
    content: "";
    height: 8rem;
    width: 8rem;
    background: radial-gradient(circle, rgb(131,153,197,0.5) 0%, transparent 70%);
}.training-results ul {
    list-style: none;
    grid-template-columns: 1fr;
    gap: 1.75rem;
    display: grid;
    margin: 0;
    padding: 0;
}.training-results li {
    transition: transform 0.4s ease-out;
    padding-left: 3rem;
    transform: translateX(0);
    position: relative;
}.training-results li:hover {
    transform: translateX(0.5rem);
}.training-results li div {
    position: relative;
}.training-results li p {
    font-size: 16px;
    display: flex;
    margin: 0;
    color: #000000;
    position: relative;
    align-items: flex-start;
    line-height: 1.6;
}.training-results li p svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    position: absolute;
    width: 1.75rem;
    top: 0.125rem;
    left: -3rem;
    height: 1.75rem;
    transition: transform 0.3s ease;
}.training-results li:hover p svg {
    transform: rotate(10deg) scale(1.1);
}.training-results li p svg path {
    fill: rgb(173,185,218);
    transition: fill 0.3s ease;
}.training-results li:hover p svg path {
    fill: rgb(131,153,197);
}.training-results li:nth-child(odd) {
    transform: translateX(0);
}.training-results li:nth-child(odd):hover {
    transform: translateX(0.5rem);
}.training-results li:nth-child(even) {
    transform: translateX(0);
}.training-results li:nth-child(even):hover {
    transform: translateX(0.5rem);
}

@media (min-width: 768px) {.training-results {
    padding: 10rem 3rem;
}.training-results h5 {
    font-size: calc(19px * 1.2);
    max-width: 70%;
}.training-results .study-pro {
    flex-direction: row;
    gap: 5rem;
    align-items: center;
}.training-results .study-pro > div:first-child {
    flex: 0 0 45%;
    order: 0;
    transform: perspective(1000px) rotateY(-8deg);
}.training-results .note-holder {
    padding-right: 2rem;
    flex: 0 0 50%;
}.training-results ul {
    gap: 2rem 3rem;
    grid-template-columns: repeat(2, 1fr);
}.training-results li:nth-child(odd) {
    transform: translateY(-0.5rem);
}.training-results li:nth-child(odd):hover {
    transform: translateY(-0.5rem) translateX(0.5rem);
}.training-results li:nth-child(even) {
    transform: translateY(0.5rem);
}.training-results li:nth-child(even):hover {
    transform: translateY(0.5rem) translateX(0.5rem);
}
}

@media (min-width: 992px) {.training-results {
    padding: 12rem 4rem;
}.training-results h5 {
    font-size: calc(19px * 1.4);
    max-width: 60%;
}.training-results .study-pro {
    gap: 8rem;
}.training-results .study-pro > div:first-child {
    flex: 0 0 40%;
}.training-results .note-holder {
    flex: 0 0 55%;
}.training-results li p {
    font-size: calc(16px * 1.05);
}.training-results li p svg {
    width: 2rem;
    height: 2rem;
}
}

@media (min-width: 1200px) {.training-results .study-pro > div:first-child::after {
    z-index: -1;
    background: linear-gradient(45deg, rgb(173,185,218,0.5) 0%, rgb(131,153,197,0.5) 100%);
    opacity: 0.7;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    right: -2rem;
    border-radius: 10px;
    bottom: -2rem;
    width: 70%;
    position: absolute;
    height: 70%;
    transform: rotate(-5deg);
    content: "";
    filter: blur(1rem);
}.training-results .study-pro > div:first-child:hover::after {
    transform: rotate(0deg);
}.training-results ul {
    gap: 3rem 4rem;
}
}

@media (max-width: 767px) {.training-results {
    padding: 6rem 1.5rem;
}.training-results h5 {
    max-width: 100%;
    font-size: calc(19px * 0.9);
    margin-bottom: 3rem;
}.training-results li {
    margin-bottom: 1.25rem;
}.training-results li p {
    font-size: calc(16px * 0.95);
}}.contact-information {
    padding: 100px 0;
    background-color: rgb(214,221,239);
    overflow: hidden;
    position: relative;
}.contact-information::before {
    content: "";
    opacity: 0.15;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(120deg, rgb(173,185,218,0.5) 0%, transparent 75%);
    position: absolute;
    left: 0;
}.contact-information::after {
    width: 70%;
    background: linear-gradient(240deg, rgb(131,153,197,0.5) 0%, transparent 70%);
    opacity: 0.1;
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    height: 70%;
}.contact-information .container {
    padding: 0 30px;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.contact-information h2 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
    text-align: center;
    font-size: 30px;
}.contact-information .support-query {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    border-radius: 11px;
    flex-direction: row-reverse;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.contact-information .image-holder {
    min-height: 500px;
    overflow: hidden;
    flex: 0 0 40%;
    position: relative;
}.contact-information .image-holder::after {
    right: 0;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    left: 0;
    position: absolute;
    bottom: 0;
}.contact-information .reach-map {
    flex: 0 0 60%;
    position: relative;
    padding: 60px;
}.contact-information .reach-map::before {
    position: absolute;
    border-radius: 2.5px;
    left: 0;
    content: "";
    top: 40px;
    width: 5px;
    height: calc(100% - 80px);
    background: linear-gradient(to bottom, rgb(173,185,218), rgb(131,153,197));
}.contact-information form {
    width: 100%;
    padding-left: 25px;
}.contact-information form h3 {
    font-weight: 600;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 35px;
}.contact-information form input[type="text"] {
    border: none;
    width: 100%;
    background: rgb(214,221,239);
    padding: 18px 25px;
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}.contact-information form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(173,185,218,0.5);
    outline: none;
    background: rgba(rgb(173,185,218), 0.05);
}.contact-information form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.contact-information .connect-map {
    align-items: flex-start;
    display: flex;
    margin: 10px 0 30px;
}.contact-information .connect-map input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-information .connect-map label {
    cursor: pointer;
    position: relative;
    color: #000000;
    padding-left: 35px;
    line-height: 1.5;
    font-size: 14px;
}.contact-information .connect-map label::before {
    left: 0;
    height: 22px;
    top: 2px;
    border-radius: 10px;
    width: 22px;
    content: "";
    transition: all 0.2s ease;
    position: absolute;
    border: 2px solid rgb(173,185,218,0.5);
}.contact-information .connect-map input[type="checkbox"]:checked + label::before {
    border-color: rgb(173,185,218);
    background-color: rgb(173,185,218);
}.contact-information .connect-map input[type="checkbox"]:checked + label::after {
    width: 6px;
    border-right: 2px solid #ffffff;
    top: 9px;
    left: 8px;
    content: "";
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    height: 11px;
    position: absolute;
}.contact-information .connect-map label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(173,185,218);
}.contact-information .connect-map label a:hover {
    color: rgb(131,153,197);
    text-decoration: underline;
}.contact-information form .support-form {
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border: none;
    padding: 15px 35px;
    font-weight: 600;
    background: linear-gradient(45deg, rgb(173,185,218), rgb(131,153,197));
    overflow: hidden;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-radius: 10px;
}.contact-information form .support-form::before {
    width: 120%;
    height: 120%;
    top: -10%;
    content: "";
    transform: rotate(45deg) translateX(-200%);
    position: absolute;
    left: -10%;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.2);
}.contact-information form .support-form:hover {
    box-shadow: 0 8px 15px rgba(rgb(173,185,218), 0.3);
    transform: translateY(-2px);
}.contact-information form .support-form:hover::before {
    transform: rotate(45deg) translateX(200%);
}.contact-information svg {
    fill: rgb(173,185,218);
    width: 22px;
    height: 22px;
}.contact-information svg path {
    transition: fill 0.3s ease;
    fill: rgb(173,185,218);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.contact-information .reach-map {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.contact-information .image-holder {
    flex: 0 0 100%;
    min-height: 300px;
}.contact-information .reach-map {
    flex: 0 0 100%;
}.contact-information .reach-map::before {
    background: linear-gradient(to right, rgb(173,185,218), rgb(131,153,197));
    height: 5px;
    top: 0;
    left: 40px;
    width: calc(100% - 80px);
}.contact-information form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.contact-information {
    padding: 70px 0;
}.contact-information .image-holder {
    min-height: 250px;
}.contact-information .reach-map {
    padding: 40px 30px;
}.contact-information .reach-map::before {
    left: 30px;
    width: calc(100% - 60px);
}
}

@media screen and (max-width: 480px) {.contact-information {
    padding: 50px 0;
}.contact-information h2 {
    font-size: calc(30px * 0.8);
}.contact-information .image-holder {
    min-height: 200px;
}.contact-information .reach-map {
    padding: 30px 20px;
}.contact-information .reach-map::before {
    width: calc(100% - 40px);
    left: 20px;
}.contact-information form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.contact-information form input[type="text"] {
    padding: 15px 20px;
}.contact-information form .support-form {
    text-align: center;
    width: 100%;
}}footer {
    position: relative;
}footer::before {
    top: 0;
    left: 0;
    content: '';
    right: 0;
    background: linear-gradient(45deg, rgb(131,153,197,0.5) 0%, rgb(173,185,218,0.5) 100%);
    z-index: 1;
    position: absolute;
    bottom: 0;
}.lang-learn {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0 40px;
    color: #ffffff;
    z-index: 2;
}.lang-learn .container {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}.lang-learn .company_holder {
    grid-column: 1 / 5;
    z-index: 3;
    position: relative;
}.lang-learn .company_holder h3 {
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 31px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    color: #ffffff;
}.lang-learn .company_holder h3::after {
    height: 4px;
    content: '';
    border-radius: 10px;
    bottom: 0;
    left: 0;
    width: 40px;
    position: absolute;
    background: rgb(173,185,218);
}.lang-learn .cert-block {
    border-left: 4px solid rgb(173,185,218);
    margin-top: 25px;
    padding: 20px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.1);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    border-radius: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-size: 15px;
}.lang-learn .teach-supp {
    grid-column: 5 / 13;
    position: relative;
}.lang-learn .nav-master {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    display: grid;
}.lang-learn .head-know {
    position: relative;
}.lang-learn .head-know h5 {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
}.lang-learn .head-know h5::before {
    content: '';
    border-radius: 50%;
    left: -15px;
    height: 8px;
    top: 50%;
    background: rgb(173,185,218);
    width: 8px;
    transform: translateY(-50%);
    position: absolute;
}.lang-learn .head-know .nav-master {
    gap: 15px;
    display: flex;
    flex-direction: column;
}.lang-learn .head-know .nav-master a {
    text-decoration: none;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 8px 15px;
    border-radius: 10px;
    font-size: 15px;
    z-index: 1;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}.lang-learn .head-know .nav-master a::before {
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    width: 3px;
    transition: all 0.3s ease;
    left: 0;
    background: rgb(173,185,218);
    z-index: -1;
}.lang-learn .head-know .nav-master a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.lang-learn .head-know .nav-master a:hover::before {
    background: rgb(173,185,218,0.5);
    width: 100%;
}.workshop-cta {
    position: relative;
    padding: 20px 0;
    margin-top: 60px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}.workshop-cta::before {
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    top: 0;
    height: 1px;
    position: absolute;
    right: 15%;
    opacity: 0.2;
    left: 15%;
}.workshop-cta .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.workshop-cta .template-cta {
    text-align: center;
    font-size: 16px;
    opacity: 0.8;
    color: #ffffff;
    letter-spacing: 0.5px;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    z-index: 1;
    bottom: 0;
    right: 0;
    top: 0;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    left: 0;
    position: absolute;
}

@media (max-width: 992px) {.lang-learn .container {
    grid-template-columns: repeat(1, 1fr);
}.lang-learn .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.lang-learn .teach-supp {
    grid-column: 1 / -1;
}.lang-learn .nav-master {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.lang-learn {
    padding: 60px 0 30px;
}.lang-learn .nav-master {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.lang-learn .head-know {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.lang-learn::before {
    background: linear-gradient(90deg, rgb(173,185,218), rgb(131,153,197), rgb(173,185,218));
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    height: 5px;
    content: '';
    animation: gradientShift 5s infinite;
    background-size: 200% 200%;
}.lang-learn .company_holder::after {
    border-radius: 50%;
    top: 40px;
    z-index: -1;
    opacity: 0.4;
    right: -50px;
    filter: blur(60px);
    height: 150px;
    content: '';
    background: rgb(173,185,218,0.5);
    width: 150px;
    position: absolute;
}.lang-learn .company_holder::before {
    background: rgb(131,153,197,0.5);
    position: absolute;
    filter: blur(40px);
    opacity: 0.3;
    bottom: 0;
    height: 100px;
    width: 100px;
    left: -30px;
    border-radius: 50%;
    z-index: -1;
    content: '';
}.lang-learn .teach-supp::after {
    position: absolute;
    z-index: -1;
    top: -20px;
    background: rgb(173,185,218,0.5);
    width: 120px;
    filter: blur(50px);
    height: 120px;
    right: 100px;
    opacity: 0.2;
    border-radius: 50%;
    content: '';
}.lang-learn .teach-supp::before {
    bottom: -50px;
    position: absolute;
    content: '';
    background: rgb(131,153,197,0.5);
    filter: blur(70px);
    height: 180px;
    opacity: 0.25;
    z-index: -1;
    left: 80px;
    border-radius: 50%;
    width: 180px;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.lang-learn .head-know {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    animation: borderPulse 4s infinite;
}.lang-learn .head-know h5 {
    letter-spacing: 0.5px;
}.lang-learn .head-know h5::after {
    background: rgb(131,153,197);
    width: 30px;
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    content: '';
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.workshop-cta {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    animation: movingGradient 10s ease infinite;
    background-size: 200% 200%;
}.gratSection {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,221,239) 0%, rgb(131,153,197,0.5) 100%);
    padding: 4rem 0;
    position: relative;
}.gratSection::before {
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    z-index: 1;
    pointer-events: none;
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgb(173,185,218,0.5) 0%, transparent 50%);
}.gratSection::after {
    bottom: -5rem;
    opacity: 0.15;
    width: 15rem;
    z-index: 0;
    right: -5rem;
    transform: rotate(-15deg);
    content: "";
    height: 15rem;
    position: absolute;
    background: linear-gradient(225deg, rgb(131,153,197) 0%, transparent 70%);
}.gratSection .container {
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 2;
}.gratSection .study-pro {
    flex-direction: column;
    display: flex;
    gap: 2.5rem;
    animation: slide-in 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-20px);
    opacity: 0;
    position: relative;
}.gratSection .study-pro > div:first-child {
    transition: transform 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
}.gratSection .study-pro > div:first-child::before {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: -2rem;
    content: "";
    width: 0.5rem;
    background: rgb(173,185,218);
    height: 50%;
}.gratSection .study-pro > div:last-child {
    backdrop-filter: blur(10px);
    transform: translateY(15px);
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1), 
                0 20px 40px -20px rgba(0, 0, 0, 0.15);
    animation: fade-up 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
}.gratSection .study-pro > div:last-child::after {
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    animation: line-grow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 4px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, rgb(173,185,218), rgb(131,153,197));
}.gratSection h5 {
    color: #000000;
    transform: translateY(0);
    font-size: 23px;
    font-weight: 700;
    padding-left: 1rem;
    position: relative;
    margin: 0;
    line-height: 1.4;
    transition: transform 0.4s ease;
}.gratSection p {
    margin: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    position: relative;
    line-height: 1.8;
}.gratSection a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.gratSection a:hover {
    transform: translateY(-5px);
}.gratSection a:hover p {
    color: rgb(173,185,218);
}.gratSection a:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgb(173,185,218,0.5);
}

@keyframes slide-in {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media (min-width: 768px) {.gratSection {
    padding: 6rem 0;
}.gratSection .study-pro {
    gap: 3.5rem;
}.gratSection .study-pro > div:first-child::before {
    height: 70%;
    width: 0.6rem;
}.gratSection h5 {
    font-size: calc(23px * 1.2);
    padding-left: 1.5rem;
}.gratSection .study-pro > div:last-child {
    margin-left: 3rem;
    max-width: 90%;
    padding: 3rem;
}
}

@media (min-width: 992px) {.gratSection {
    padding: 8rem 0;
}.gratSection .container {
    padding: 0 2rem;
}.gratSection .study-pro {
    gap: 4rem;
}.gratSection .study-pro > div:first-child {
    padding-left: 2rem;
}.gratSection .study-pro > div:first-child::before {
    width: 0.7rem;
    left: 0;
}.gratSection h5 {
    font-size: calc(23px * 1.4);
    padding-left: 2rem;
}.gratSection .study-pro > div:last-child {
    max-width: 80%;
    margin-left: 6rem;
    padding: 4rem;
}.gratSection p {
    line-height: 1.9;
    font-size: calc(18px * 1.1);
}
}

@media (min-width: 1200px) {.gratSection .study-pro > div:last-child {
    margin-left: 8rem;
    max-width: 75%;
    padding: 4.5rem;
}.gratSection h5 {
    font-size: calc(23px * 1.5);
}
}

@media (max-width: 767px) {.gratSection {
    padding: 3rem 0;
}.gratSection .study-pro > div:first-child::before {
    width: 0.4rem;
    left: -1rem;
}.gratSection h5 {
    font-size: calc(23px * 0.9);
    padding-left: 0.75rem;
}.gratSection .study-pro > div:last-child {
    padding: 1.75rem;
}}.education-history {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(to bottom, rgb(214,221,239), rgb(173,185,218,0.5) 120%);
}.education-history::before {
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(131,153,197,0.5) 0,
        rgb(131,153,197,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    content: "";
    opacity: 0.3;
}.education-history .learner-feedback {
    display: flex;
    position: relative;
    transform: translateY(0);
    z-index: 2;
    margin: 0 auto;
    max-width: 500px;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    flex-direction: column;
}.education-history .learner-feedback:hover {
    transform: translateY(-15px);
}.education-history .image-holder {
    height: 350px;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    border-radius: 20px 20px 0 0;
    z-index: 3;
    width: 80%;
    position: relative;
    transition: all 0.5s ease;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    margin: 0 auto;
}.education-history .image-holder::after {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(173,185,218,0.5) 100%);
}.education-history .learner-feedback:hover .image-holder {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.education-history .career-timeline {
    padding: 70px 2rem 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: translateZ(0);
    margin-top: -50px;
    border-radius: 20px;
    position: relative;
    transition: transform 0.5s ease;
    z-index: 2;
    background: #ffffff;
}.education-history .career-timeline::before {
    right: 0;
    position: absolute;
    height: 6px;
    animation: gradient-shift 8s infinite alternate;
    border-radius: 10px 10px 0 0;
    left: 0;
    background: linear-gradient(90deg, 
                rgb(173,185,218), 
                rgb(131,153,197), 
                rgb(173,185,218));
    top: 0;
    content: "";
    background-size: 200% 100%;
}.education-history .career-timeline::after {
    animation: float-blob 10s infinite alternate;
    width: 60px;
    border-radius: 20% 40% 50% 30%;
    opacity: 0.2;
    content: "";
    height: 60px;
    position: absolute;
    right: 20px;
    background: rgb(131,153,197,0.5);
    filter: blur(15px);
    bottom: 20px;
}.education-history .name {
    transform: translateY(0);
    font-size: 34px;
    transition: all 0.3s ease;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-family: Arial, sans-serif;
    color: rgb(173,185,218);
    opacity: 0.9;
}.education-history .career-timeline > div:nth-child(2) {
    position: relative;
    font-size: 18px;
    padding-bottom: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    opacity: 0.8;
    transition: all 0.4s ease 0.1s;
    color: rgb(131,153,197);
    transform: translateY(0);
}.education-history .career-timeline > div:nth-child(2)::after {
    transition: width 0.4s ease;
    width: 40px;
    height: 3px;
    content: "";
    bottom: 0;
    left: 0;
    background: rgb(131,153,197,0.5);
    position: absolute;
}.education-history .learner-feedback:hover .career-timeline > div:nth-child(2)::after {
    width: 100px;
}.education-history .emp-highlights {
    font-style: italic;
    border-left: 3px solid rgb(131,153,197,0.5);
    line-height: 1.7;
    transition: all 0.5s ease 0.2s;
    font-size: 16px;
    padding: 1rem 0 0 1.5rem;
    color: #000000;
    opacity: 0.7;
    position: relative;
    transform: translateY(10px);
}.education-history .learner-feedback:hover .emp-highlights {
    transform: translateY(0);
    opacity: 1;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.education-history .image-holder {
    width: 100%;
    height: 250px;
}}.join-now {
    background: linear-gradient(120deg, rgb(173,185,218) 0%, rgb(131,153,197) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 110px 0;
}.join-now::before {
    background: 
        repeating-linear-gradient(
            45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        );
    opacity: 0.05;
    width: 100%;
    top: 0;
    content: '';
    left: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
}.join-now::after {
    left: -50%;
    content: '';
    width: 200%;
    animation: rotateRays 30s linear infinite;
    top: -50%;
    opacity: 0.1;
    position: absolute;
    height: 200%;
    z-index: -1;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(173,185,218) 0deg,
        rgb(131,153,197) 120deg,
        rgb(173,185,218) 240deg,
        rgb(131,153,197) 360deg
    );
}.join-now .study-pro {
    display: flex;
    border-radius: 30px;
    backdrop-filter: blur(10px);
    padding: 60px 40px;
    z-index: 2;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1000px;
    position: relative;
}.join-now .study-pro::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    animation: pulseRadial 15s ease-in-out infinite alternate;
    z-index: -1;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 41px
        );
    left: 0;
    top: 0;
}.join-now .study-pro::after {
    left: 0;
    content: '';
    animation: scanBottom 4s ease-in-out infinite;
    z-index: 1;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    bottom: 0;
    height: 1px;
    width: 100%;
}.join-now h3 {
    text-transform: uppercase;
    animation: pulseText 4s ease-in-out infinite alternate;
    font-size: 29px;
    color: #ffffff;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    text-align: center;
    position: relative;
}.join-now h3::before {
    width: 70px;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    transform: translateX(-50%);
    bottom: -15px;
    content: '';
    left: 50%;
    height: 2px;
    position: absolute;
    box-shadow: 0 0 10px #ffffff;
}.join-now h3::after {
    left: -10%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 10%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 90%
    );
    width: 120%;
    bottom: -25px;
    position: absolute;
    content: '';
}.join-now .quick-request {
    position: relative;
    font-weight: 600;
    transition: all 0.4s ease;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    color: rgb(173,185,218);
    font-size: 15px;
    background: #ffffff;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    z-index: 1;
    padding: 16px 45px;
    display: inline-block;
}.join-now .quick-request::before {
    left: 0;
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(
        45deg,
        rgb(173,185,218),
        rgb(131,153,197)
    );
    position: absolute;
    transition: opacity 0.4s ease;
}.join-now .quick-request::after {
    z-index: 1;
    width: 30%;
    position: absolute;
    transform: rotate(25deg);
    transition: all 0.6s ease;
    content: '';
    top: -100%;
    height: 300%;
    left: -100%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
}.join-now .quick-request:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 25px rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
    color: #ffffff;
}.join-now .quick-request:hover::before {
    opacity: 1;
}.join-now .quick-request:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.join-now {
    padding: 90px 0;
}.join-now .study-pro {
    padding: 50px 30px;
    max-width: 90%;
}.join-now h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 45px;
}.join-now h3::before {
    width: 60px;
}.join-now .quick-request {
    font-size: calc(15px * 0.95);
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.join-now {
    padding: 70px 0;
}.join-now .study-pro {
    padding: 40px 25px;
}.join-now h3 {
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: calc(29px * 0.8);
}.join-now h3::before {
    bottom: -12px;
    width: 50px;
}.join-now h3::after {
    bottom: -20px;
}.join-now .quick-request {
    font-size: calc(15px * 0.9);
    letter-spacing: 1.5px;
    padding: 12px 35px;
}
}

@media screen and (max-width: 576px) {.join-now {
    padding: 60px 0;
}.join-now .study-pro {
    padding: 30px 20px;
}.join-now h3 {
    letter-spacing: 1.5px;
    font-size: calc(29px * 0.7);
    margin-bottom: 35px;
}.join-now h3::before {
    width: 40px;
    bottom: -10px;
}.join-now h3::after {
    bottom: -18px;
}.join-now .quick-request {
    letter-spacing: 1px;
    font-size: calc(15px * 0.85);
    padding: 10px 30px;
}}

@keyframes rotateRays {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
    50% {
        opacity: 0.5;
        background-size: 90px 90px;
    }
    100% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
}

@keyframes scanBottom {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes pulseText {
    0% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
    50% {
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4);
    }
    100% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
}.opening-page {
    padding: 2rem;
    justify-content: center;
    display: flex;
    align-items: center;
    min-height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}.opening-page::before {
    content: "";
    right: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.6) 50%, 
    rgba(0, 0, 0, 0.4) 100%);
    bottom: 0;
    position: absolute;
    top: 0;
}.opening-page::after {
    bottom: 0;
    position: absolute;
    mix-blend-mode: overlay;
    left: 0;
    animation: backgroundPulse 8s infinite alternate ease-in-out;
    top: 0;
    background: linear-gradient(to bottom, 
    rgb(173,185,218,0.5) 0%, 
    transparent 20%, 
    transparent 80%, 
    rgb(131,153,197,0.5) 100%);
    content: "";
    right: 0;
    z-index: 2;
    opacity: 0.4;
}.opening-page > div {
    max-width: 1200px;
    display: flex;
    transform: translateY(-2vh);
    gap: 3rem;
    z-index: 5;
    position: relative;
    width: 100%;
    flex-direction: column;
}.opening-page > div > div:first-child {
    position: relative;
    padding-left: 4vw;
}.opening-page > div > div:first-child::before {
    width: 8px;
    transform-origin: top;
    height: 120%;
    top: 50%;
    animation: lineReveal 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: linear-gradient(to bottom, rgb(173,185,218), rgb(131,153,197));
    transform: translateY(-50%) scaleY(0);
    left: 0;
    position: absolute;
}.opening-page .title_style_header {
    font-size: clamp(2.5rem, 5vw, 40px);
    transform: translateX(-20px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    animation: slideIn 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    opacity: 0;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    margin: 0;
}.opening-page .course-first {
    animation: floatIn 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(30px);
    display: grid;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    opacity: 0;
    backdrop-filter: blur(12px);
    padding: 2.5rem;
    gap: 2rem;
    border-left: 4px solid rgb(131,153,197);
}.opening-page .knowledge-guides {
    position: relative;
}.opening-page .knowledge-guides h3 {
    margin: 0 0 0.5rem;
    padding-bottom: 1rem;
    position: relative;
    font-weight: 600;
    font-size: clamp(1.2rem, 3vw, 18px);
    line-height: 1.4;
    color: #ffffff;
}.opening-page .knowledge-guides h3::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(173,185,218), rgb(131,153,197));
    position: absolute;
    bottom: 0;
    width: 0;
    content: "";
    left: 0;
    animation: lineGrow 1.5s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.opening-page .course-first div:last-child span {
    overflow: hidden;
    position: relative;
    display: inline-block;
}.opening-page .course-first p {
    font-size: clamp(1rem, 2vw, 12px);
    position: relative;
    opacity: 0;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
    color: #ffffff;
    animation: fadeIn 1s 1.5s forwards ease-out;
}.opening-page .course-first div:last-child span::before {
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    transform: scaleX(1);
    left: 0;
    z-index: 1;
    animation: revealText 1.2s 1.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: right;
    background: rgb(131,153,197);
}

@keyframes lineReveal {
  0% {
    transform: translateY(-50%) scaleY(0);
  }
  100% {
    transform: translateY(-50%) scaleY(1);
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes revealText {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

@keyframes backgroundPulse {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.6;
  }
}

@media (min-width: 768px) {.opening-page > div {
    gap: 5rem;
}.opening-page .course-first {
    grid-template-columns: 2fr 1fr;
    align-items: center;
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}.opening-page > div > div:first-child {
    padding-left: 5vw;
}.opening-page > div > div:first-child::before {
    width: 12px;
}
}

@media (min-width: 992px) {.opening-page {
    padding: 0;
}.opening-page > div {
    max-width: 1400px;
}.opening-page .course-first {
    padding: 4rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.opening-page .title_style_header {
    max-width: 80%;
}.opening-page .course-first div:last-child {
    padding-left: 2rem;
    position: relative;
}.opening-page .course-first div:last-child::before {
    width: 3px;
    background: rgb(173,185,218);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    height: 70%;
    content: "";
}
}

@media (min-width: 1200px) {.opening-page > div {
    transform: translateY(-5vh);
}.opening-page .course-first {
    grid-template-columns: 3fr 1fr;
}.opening-page > div > div:first-child::before {
    width: 15px;
}
}

@media (hover: hover) {.opening-page .course-first:hover {
    box-shadow: 
      0 25px 50px rgba(0, 0, 0, 0.25),
      0 0 0 1px rgba(255, 255, 255, 0.08);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion) {.opening-page::after,
  .opening-page > div > div:first-child::before,
  .opening-page .title_style_header,
  .opening-page .course-first,
  .opening-page .knowledge-guides h3::after,
  .opening-page .course-first p,
  .opening-page .course-first div:last-child span::before {
    animation: none;
    opacity: 1;
    transform: none;
}.opening-page .knowledge-guides h3::after {
    width: 80px;
}}.course-methodology {
    position: relative;
    background: linear-gradient(135deg, rgb(214,221,239) 0%, rgba(245, 245, 250, 0.9) 100%);
    z-index: 1;
    padding: 6rem 0;
    overflow: hidden;
}.course-methodology::before {
    background: linear-gradient(45deg, rgb(173,185,218,0.5) 0%, rgb(131,153,197,0.5) 100%);
    right: -100px;
    opacity: 0.15;
    filter: blur(60px);
    width: 300px;
    position: absolute;
    z-index: -1;
    top: -100px;
    animation: float 15s infinite ease-in-out;
    height: 300px;
    border-radius: 50%;
    content: "";
}.course-methodology::after {
    position: absolute;
    opacity: 0.1;
    width: 200px;
    left: -50px;
    animation: morph 20s infinite alternate ease-in-out;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: blur(40px);
    content: "";
    z-index: -1;
    height: 200px;
    background: linear-gradient(225deg, rgb(131,153,197,0.5) 0%, rgb(173,185,218,0.5) 100%);
    bottom: -50px;
}.course-methodology .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
    z-index: 2;
    position: relative;
}.course-methodology .study-pro {
    display: flex;
    perspective: 1000px;
    justify-content: center;
    align-items: center;
}.course-methodology .study-pro > div {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), 
                box-shadow 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    max-width: 850px;
    transform: translateY(0) rotateX(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.02);
    width: 100%;
    border-left: 4px solid rgb(173,185,218);
    background: #ffffff;
    padding: 3.5rem;
}.course-methodology .study-pro > div:hover {
    transform: translateY(-5px) rotateX(2deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
                0 1px 5px rgba(0, 0, 0, 0.03);
}.course-methodology .study-pro > div::before {
    height: 40px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgb(173,185,218);
    transform: scale(0);
    position: absolute;
    left: -20px;
    border-radius: 50%;
    opacity: 0.9;
    content: "";
    top: 20px;
    width: 40px;
}.course-methodology .study-pro > div:hover::before {
    transform: scale(1);
}.course-methodology h3 {
    font-weight: 700;
    letter-spacing: -0.5px;
    font-family: Arial, sans-serif;
    padding-bottom: 0.75rem;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.85);
    color: #000000;
    line-height: 1.3;
}.course-methodology h3::after {
    bottom: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(173,185,218) 0%, rgb(131,153,197) 100%);
    width: 60px;
    content: "";
    height: 3px;
    transform: scaleX(1);
    left: 0;
}.course-methodology .study-pro > div:hover h3::after {
    transform: scaleX(1.5);
}.course-methodology p {
    margin-bottom: 0;
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    font-weight: 400;
    font-family: Arial, sans-serif;
    position: relative;
}.course-methodology p span {
    position: relative;
    transition: opacity 0.3s ease;
    opacity: 0.95;
    display: inline-block;
}.course-methodology p span::before {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform-origin: left;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(131,153,197,0.5), transparent);
    bottom: -3px;
    opacity: 0;
    transform: scaleX(0);
    position: absolute;
    content: "";
    height: 1px;
}.course-methodology .study-pro > div:hover p span::before {
    opacity: 0.7;
    transform: scaleX(1);
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(10px, 40px);
    }
    75% {
        transform: translate(30px, 10px);
    }
}

@keyframes morph {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 50% 50% 30% 70% / 50% 30% 70% 50%;
    }
    50% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    75% {
        border-radius: 40% 60% 70% 30% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 992px) {.course-methodology {
    padding: 5rem 0;
}.course-methodology .study-pro > div {
    padding: 2.5rem;
}.course-methodology h3 {
    font-size: calc(35px * 0.75);
}
}

@media (max-width: 768px) {.course-methodology {
    padding: 4rem 0;
}.course-methodology .study-pro > div {
    padding: 2rem;
    border-left-width: 3px;
}.course-methodology h3 {
    margin-bottom: 1.25rem;
    font-size: calc(35px * 0.7);
    padding-bottom: 0.65rem;
}.course-methodology h3::after {
    height: 2px;
    width: 50px;
}.course-methodology p {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.course-methodology {
    padding: 3rem 0;
}.course-methodology .study-pro > div {
    padding: 1.75rem;
    border-left-width: 2px;
}.course-methodology h3 {
    margin-bottom: 1rem;
    font-size: calc(35px * 0.65);
    padding-bottom: 0.5rem;
}.course-methodology h3::after {
    width: 40px;
}.course-methodology p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.course-methodology .study-pro > div::before {
    top: 15px;
    width: 30px;
    height: 30px;
    left: -15px;
}}.course-program-info {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(214,221,239) 0%, rgb(131,153,197,0.5) 100%);
}.course-program-info::before {
    transform: rotate(-15deg);
    position: absolute;
    top: -5%;
    width: 300px;
    opacity: 0.1;
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    animation: floatElement 15s infinite ease-in-out;
    background: linear-gradient(225deg, rgb(173,185,218) 0%, rgb(173,185,218,0.5) 70%);
    z-index: 1;
    height: 300px;
    content: "";
    right: -5%;
}.course-program-info::after {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(131,153,197) 0%, rgb(131,153,197,0.5) 70%);
    z-index: 1;
    bottom: -8%;
    left: -3%;
    transform: rotate(10deg);
    opacity: 0.1;
    height: 250px;
    width: 250px;
    animation: floatElement 18s infinite ease-in-out reverse;
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
}.course-program-info .container {
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.course-program-info .training-guide {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 3rem;
}.course-program-info .image-holder {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 350px;
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.course-program-info .image-holder::before {
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
    top: 0;
    z-index: 1;
    height: 100%;
}.course-program-info .image-holder::after {
    width: 60px;
    top: -15px;
    position: absolute;
    z-index: 2;
    border-top: 4px solid rgb(173,185,218);
    content: "";
    opacity: 0.7;
    right: -15px;
    border-right: 4px solid rgb(173,185,218);
    height: 60px;
}.course-program-info .image-holder:hover {
    transform: perspective(1000px) rotateY(0);
}.course-program-info .note-holder {
    justify-content: center;
    flex-direction: column;
    position: relative;
    display: flex;
}.course-program-info .note-holder::before {
    top: 10%;
    position: absolute;
    transform-origin: top;
    width: 5px;
    height: 80%;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    content: "";
    background: linear-gradient(to bottom, rgb(173,185,218), rgb(131,153,197));
    transform: scaleY(0);
    left: -20px;
}.course-program-info h3 {
    margin-bottom: 1.5rem;
    color: rgb(173,185,218);
    transform: translateY(20px);
    font-weight: 700;
    font-size: calc(24px * 1.1);
    position: relative;
    animation: fadeSlideUp 0.8s forwards 0.3s;
    padding-left: 1rem;
    opacity: 0;
}.course-program-info h3::before {
    top: 50%;
    background-color: rgb(131,153,197);
    content: "";
    width: 0.4rem;
    left: 0;
    transform: translateY(-50%);
    height: 0.4rem;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.course-program-info .description {
    line-height: 1.8;
    animation: fadeSlideUp 0.8s forwards 0.5s;
    color: #000000;
    opacity: 0;
    margin-bottom: 1.2rem;
    transform: translateY(20px);
    font-size: 14px;
    position: relative;
}.course-program-info p.description {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(131,153,197) transparent;
    max-height: 400px;
    position: relative;
    padding-right: 1rem;
    display: block;
}.course-program-info p.description::-webkit-scrollbar {
    width: 6px;
}.course-program-info p.description::-webkit-scrollbar-track {
    background: transparent;
}.course-program-info p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(131,153,197,0.5);
}.course-program-info span.description {
    display: none;
}

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

@keyframes lineGrow {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes floatElement {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}

@media (min-width: 768px) {.course-program-info .training-guide {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course-program-info .image-holder {
    height: 450px;
}.course-program-info h3 {
    font-size: calc(24px * 1.2);
    padding-left: 1.5rem;
}.course-program-info h3::before {
    height: 0.6rem;
    width: 0.6rem;
}.course-program-info .note-holder::before {
    left: -30px;
}
}

@media (min-width: 992px) {.course-program-info {
    padding: 9rem 0;
}.course-program-info .image-holder {
    height: 500px;
}.course-program-info .note-holder {
    padding-right: 2rem;
}.course-program-info .note-holder::before {
    left: -40px;
}.course-program-info h3 {
    font-size: calc(28px * 0.7);
    margin-bottom: 2rem;
}.course-program-info .description {
    font-size: calc(14px * 1.05);
}.course-program-info p.description {
    max-height: 450px;
}
}

@media (min-width: 1200px) {.course-program-info .training-guide {
    gap: 6rem;
}.course-program-info .image-holder {
    transform: perspective(1500px) rotateY(3deg);
    height: 550px;
}.course-program-info .image-holder:hover {
    transform: perspective(1500px) rotateY(0);
}.course-program-info h3 {
    font-size: calc(28px * 0.8);
}.course-program-info p.description {
    max-height: 500px;
}
}

@media (max-width: 767px) {.course-program-info {
    padding: 5rem 0;
}.course-program-info .image-holder {
    height: 280px;
    margin-bottom: 1rem;
}.course-program-info h3 {
    font-size: calc(24px * 1);
    margin-bottom: 1rem;
}.course-program-info .note-holder::before {
    left: -15px;
}.course-program-info p.description {
    max-height: 350px;
}}.privacy-block {
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    color: #000000;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(214,221,239) 0%, rgba(245, 247, 250, 0.95) 100%);
}.privacy-block::before {
    opacity: 0.05;
    position: absolute;
    top: 0;
    transform: skewX(-15deg) translateX(20%);
    background: linear-gradient(90deg, transparent, rgb(173,185,218,0.5));
    width: 30%;
    right: 0;
    content: "";
    height: 100%;
}.privacy-block::after {
    width: 100%;
    bottom: 0;
    height: 5px;
    position: absolute;
    opacity: 0.7;
    content: "";
    background: linear-gradient(90deg, rgb(173,185,218), rgb(131,153,197), rgb(173,185,218));
    left: 0;
}.privacy-block .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1140px;
}.privacy-block h1 {
    transform: translateX(-0.5rem);
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 2.5rem;
    font-size: 42px;
    padding-bottom: 1rem;
}.privacy-block h1::after {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(173,185,218), rgb(131,153,197));
    bottom: 0;
    height: 4px;
    width: 80px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    content: "";
    left: 0;
}.privacy-block h1:hover::after {
    transform: scaleX(1.5);
}.privacy-block h2 {
    color: #000000;
    margin: 2.5rem 0 1.5rem;
    position: relative;
    padding-left: 1rem;
    font-size: 30px;
    font-weight: 600;
}.privacy-block h2::before {
    border-radius: 10px;
    content: "";
    left: 0;
    width: 4px;
    position: absolute;
    top: 0.25rem;
    bottom: 0.25rem;
    background: linear-gradient(to bottom, rgb(173,185,218), rgb(131,153,197));
}.privacy-block h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 600;
    font-size: calc(30px * 0.85);
    padding-bottom: 0.75rem;
    color: #000000;
    margin: 2rem 0 1.2rem;
}.privacy-block h4 {
    margin: 1.8rem 0 1rem;
    color: #000000;
    font-size: calc(30px * 0.75);
    font-weight: 600;
}.privacy-block p {
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 13px;
    line-height: 1.75;
    max-width: 95%;
}.privacy-block p strong {
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 600;
}.privacy-block p strong::after {
    width: 100%;
    content: "";
    left: 0;
    background: rgb(131,153,197,0.5);
    position: absolute;
    bottom: -2px;
    height: 2px;
    opacity: 0.5;
}.privacy-block ul {
    padding-left: 1.5rem;
    list-style: none;
    margin: 1.5rem 0 2rem;
}.privacy-block li {
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.6;
    margin-bottom: 1rem;
}.privacy-block li::before {
    content: "";
    height: 8px;
    width: 8px;
    left: 0;
    position: absolute;
    opacity: 0.8;
    top: 0.75rem;
    transform: rotate(45deg);
    background: rgb(131,153,197);
}.privacy-block span {
    max-width: 95%;
    font-size: 13px;
    border-left: 2px solid rgb(131,153,197,0.5);
    display: block;
    margin-bottom: 1.75rem;
    line-height: 1.7;
    padding-left: 1rem;
}

@media screen and (min-width: 1200px) {.privacy-block {
    padding: 7rem 3rem;
}.privacy-block .container {
    gap: 0.5rem;
    grid-template-columns: 1fr;
    display: grid;
}.privacy-block h1 {
    grid-column: 1 / -1;
    transform: translateX(-1rem);
    font-size: calc(42px * 1.2);
}.privacy-block h1::after {
    width: 120px;
}.privacy-block h2, 
    .privacy-block h3, 
    .privacy-block h4 {
    grid-column: 1 / -1;
}.privacy-block p, 
    .privacy-block ul,
    .privacy-block span {
    max-width: 85%;
}
}

@media screen and (max-width: 991px) {.privacy-block {
    padding: 4rem 1.5rem;
}.privacy-block h1 {
    font-size: calc(42px * 0.9);
}.privacy-block h2 {
    font-size: calc(30px * 0.9);
}.privacy-block::before {
    width: 50%;
}
}

@media screen and (max-width: 767px) {.privacy-block {
    padding: 3rem 1rem;
}.privacy-block h1 {
    margin-bottom: 1.5rem;
    font-size: calc(42px * 0.8);
}.privacy-block h2 {
    margin: 2rem 0 1rem;
    font-size: calc(30px * 0.8);
}.privacy-block h3 {
    font-size: calc(30px * 0.7);
}.privacy-block h4 {
    font-size: calc(30px * 0.6);
}.privacy-block p,
    .privacy-block span,
    .privacy-block li {
    font-size: calc(13px * 0.95);
}.privacy-block ul {
    padding-left: 0.5rem;
}.privacy-block span {
    padding-left: 0.75rem;
}
}

@media screen and (max-width: 480px) {.privacy-block {
    padding: 2.5rem 1rem;
}.privacy-block h1::after {
    width: 60px;
}.privacy-block h2::before {
    width: 3px;
}.privacy-block li {
    padding-left: 1.25rem;
}.privacy-block p,
    .privacy-block span,
    .privacy-block li {
    max-width: 100%;
}}.pricing-panel {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background-color: rgb(214,221,239);
}.pricing-panel::before {
    pointer-events: none;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(173,185,218,0.5) 0%, transparent 70%);
}.pricing-panel::after {
    pointer-events: none;
    width: 20rem;
    opacity: 0.15;
    z-index: 1;
    background: linear-gradient(225deg, rgb(131,153,197) 0%, transparent 80%);
    transform: rotate(-15deg);
    right: -5rem;
    bottom: -5rem;
    position: absolute;
    content: "";
    height: 20rem;
}.pricing-panel .container {
    max-width: 1400px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.pricing-panel .study-rates {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
}.pricing-panel .lesson-plans {
    position: relative;
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 4px solid rgb(173,185,218);
    padding: 2rem;
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.pricing-panel .lesson-plans::before {
    transform: rotate(45deg);
    width: 40px;
    height: 40px;
    background-color: rgb(173,185,218);
    left: -20px;
    z-index: -1;
    content: "";
    position: absolute;
    top: 20px;
}.pricing-panel .lesson-plans h2 {
    font-weight: 700;
    font-size: 32px;
    transform: perspective(800px) translateZ(30px);
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
}.pricing-panel .lesson-plans h2::after {
    height: 3px;
    left: 0;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(173,185,218), rgb(131,153,197));
    position: absolute;
    width: 80px;
}.pricing-panel .lesson-plans .premium-cost {
    color: #000000;
    max-width: 80%;
    line-height: 1.6;
    font-size: 17px;
}.pricing-panel .learning-price {
    display: grid;
    gap: 2rem;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing-panel .pricing-rates {
    display: block;
    transition: all 0.4s ease;
    text-decoration: none;
    transform-style: preserve-3d;
    color: inherit;
    position: relative;
}.pricing-panel .pricing-rates:hover {
    transform: translateY(-10px);
}.pricing-panel .premium-grid {
    border-radius: 10px;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    transform: translateZ(0);
    display: flex;
    background-color: #ffffff;
    position: relative;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}.pricing-panel .pricing-rates:hover .premium-grid {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(173,185,218,0.5);
}.pricing-panel .pricing-rates:nth-child(odd) .premium-grid {
    transform: rotate(-1deg);
}.pricing-panel .pricing-rates:nth-child(even) .premium-grid {
    transform: rotate(1deg);
}.pricing-panel .pricing-rates:hover .premium-grid {
    transform: rotate(0) translateZ(20px);
}.pricing-panel .trial-rates {
    overflow-wrap: break-word;
    display: flex;
    position: relative;
    flex: 1;
    flex-direction: column;
    z-index: 2;
    word-break: break-word;
    padding: 2rem;
}.pricing-panel .trial-rates::before {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    width: 100%;
    left: 0;
    content: "";
    z-index: -1;
    height: 100%;
    position: absolute;
    top: 0;
}.pricing-panel .trial-rates h3 {
    font-weight: 600;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    transform: translateZ(10px);
    font-size: calc(24px * 1.2);
    transition: transform 0.3s ease;
}.pricing-panel .pricing-rates:hover .trial-rates h3 {
    transform: translateZ(25px);
}.pricing-panel .trial-rates h3::after {
    position: absolute;
    left: 0;
    content: "";
    background: rgb(173,185,218);
    width: 40px;
    height: 3px;
    transition: width 0.3s ease;
    bottom: -8px;
}.pricing-panel .pricing-rates:hover .trial-rates h3::after {
    width: 60px;
}.pricing-panel .payment-plans {
    font-weight: 700;
    position: relative;
    font-size: calc(24px * 1.8);
    transform: translateZ(15px);
    color: rgb(173,185,218);
    margin: 0.5rem 0 1.5rem;
    display: block;
}.pricing-panel .payment-plans::before {
    left: 0;
    background: linear-gradient(90deg, rgb(173,185,218,0.5), transparent);
    position: absolute;
    bottom: -8px;
    content: "";
    height: 2px;
    width: 80px;
}.pricing-panel .trial-rates p {
    font-size: 17px;
    flex: 1;
    margin-top: 1rem;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    color: #000000;
}.pricing-panel .image-holder {
    position: relative;
    transition: transform 0.5s ease;
    overflow: hidden;
    width: 100%;
    transform: translateZ(0);
    height: 200px;
}.pricing-panel .pricing-rates:hover .image-holder {
    transform: scale(1.05) translateZ(0);
}.pricing-panel .image-holder::after {
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    height: 50%;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}.pricing-panel .image-holder::before {
    left: 0;
    background: rgb(173,185,218);
    z-index: 1;
    opacity: 0.15;
    position: absolute;
    top: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
    content: "";
}.pricing-panel .pricing-rates:hover .image-holder::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.pricing-panel .study-rates {
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
}.pricing-panel .lesson-plans {
    padding: 3rem;
}.pricing-panel .learning-price {
    grid-row: 1;
    grid-column: 1;
}.pricing-panel .lesson-plans {
    position: sticky;
    grid-column: 2;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    align-self: start;
    top: 2rem;
    grid-row: 1;
}.pricing-panel .lesson-plans:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.pricing-panel .learning-price {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing-panel .trial-rates {
    min-height: 300px;
}
}

@media (max-width: 991px) {.pricing-panel {
    padding: 4rem 0;
}.pricing-panel .lesson-plans {
    order: -1;
}.pricing-panel .lesson-plans h2 {
    font-size: calc(32px * 0.9);
}.pricing-panel .lesson-plans .premium-cost {
    max-width: 100%;
}
}

@media (max-width: 767px) {.pricing-panel {
    padding: 3rem 0;
}.pricing-panel .container {
    padding: 0 1.5rem;
}.pricing-panel .learning-price {
    grid-template-columns: 1fr;
}.pricing-panel .lesson-plans h2 {
    font-size: calc(32px * 0.8);
}.pricing-panel .trial-rates {
    padding: 1.5rem;
}.pricing-panel .payment-plans {
    font-size: calc(24px * 1.5);
}.pricing-panel .image-holder {
    height: 180px;
}
}

@media (max-width: 480px) {.pricing-panel .trial-rates p {
    font-size: calc(17px * 0.9);
}.pricing-panel .trial-rates h3 {
    font-size: 24px;
}.pricing-panel .payment-plans {
    font-size: calc(24px * 1.3);
}.pricing-panel .image-holder {
    height: 160px;
}}.metrics-summary {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
    background: linear-gradient(120deg, #000000 0%, rgba(26, 32, 44, 1) 100%);
}.metrics-summary::before {
    content: '';
    bottom: 0;
    z-index: -1;
    top: 0;
    opacity: 0.3;
    left: 0;
    right: 0;
    position: absolute;
}.metrics-summary::after {
    opacity: 0.05;
    height: 100%;
    animation: patternMove 100s linear infinite;
    width: 100%;
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    background-size: 60px 60px;
    content: '';
    background-image: linear-gradient(135deg, rgb(173,185,218,0.5) 25%, transparent 25%, transparent 50%, rgb(173,185,218,0.5) 50%, rgb(173,185,218,0.5) 75%, transparent 75%, transparent);
}@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.metrics-summary .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    max-width: 1200px;
    gap: 50px;
}.metrics-summary .statistics-value {
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(30, 41, 59, 0.8) 0%, rgba(15, 23, 42, 0.85) 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    padding: 50px;
    order: 1;
    overflow: hidden;
}.metrics-summary .statistics-value::before {
    filter: blur(70px);
    background: rgb(173,185,218,0.5);
    border-radius: 50%;
    right: -30px;
    position: absolute;
    height: 100px;
    top: -30px;
    width: 100px;
    opacity: 0.4;
    content: '';
}.metrics-summary .statistics-value::after {
    position: absolute;
    filter: blur(50px);
    border-radius: 50%;
    left: -30px;
    opacity: 0.4;
    bottom: -30px;
    height: 80px;
    content: '';
    width: 80px;
    background: rgb(131,153,197,0.5);
}.metrics-summary .value-statistics {
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
    font-size: 37px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}.metrics-summary .value-statistics::after {
    bottom: 0;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(173,185,218), rgb(131,153,197));
    left: 0;
    width: 70px;
    height: 3px;
    position: absolute;
    content: '';
}.metrics-summary .statistics-support {
    font-size: 17px;
    color: #ffffff;
    margin: 0;
    opacity: 0.85;
    line-height: 1.8;
}.metrics-summary .knowledge-upgrade {
    flex-direction: column;
    z-index: 2;
    position: relative;
    gap: 25px;
    display: flex;
    order: 2;
}.metrics-summary .key-statistics {
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    justify-content: flex-start;
    transition: all 0.4s ease;
    border-left: 4px solid rgb(173,185,218);
    overflow: hidden;
    border-radius: 14px;
    background: rgba(30, 41, 59, 0.7);
    display: flex;
    align-items: center;
    position: relative;
}.metrics-summary .key-statistics:nth-child(2n) {
    border-left-color: rgb(131,153,197);
    transform: translateX(40px);
}.metrics-summary .key-statistics:nth-child(3n) {
    border-left-color: rgb(173,185,218,0.5);
    transform: translateX(20px);
}.metrics-summary .key-statistics:nth-child(4n) {
    transform: translateX(60px);
    border-left-color: rgb(131,153,197,0.5);
}.metrics-summary .key-statistics:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-left-width: 6px;
    transform: translateX(0) translateY(-5px);
    background: linear-gradient(135deg, rgba(45, 55, 72, 0.85) 0%, rgba(30, 41, 59, 0.9) 100%);
}.metrics-summary .key-statistics h4 {
    font-weight: 700;
    margin: 0;
    animation: countUp 2.5s ease-out forwards;
    font-size: 40px;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    min-width: 120px;
    background: linear-gradient(135deg, rgb(173,185,218) 30%, rgb(131,153,197) 100%);
    position: relative;
    -webkit-background-clip: text !important;
}@keyframes countUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.metrics-summary .key-statistics span {
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.3s ease;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    font-size: 17px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1.4;
    padding-left: 20px;
    margin-left: 20px;
}.metrics-summary .key-statistics:hover span {
    opacity: 1;
    color: #ffffff;
}.metrics-summary .key-statistics::before {
    background: linear-gradient(135deg, transparent 30%, rgb(173,185,218,0.5) 100%);
    right: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
}.metrics-summary .key-statistics:hover::before {
    opacity: 0.05;
}.metrics-summary .key-statistics svg {
    fill: rgb(173,185,218);
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
    margin-right: 20px;
}.metrics-summary .key-statistics:nth-child(2n) svg {
    fill: rgb(131,153,197);
}.metrics-summary .key-statistics svg path {
    transition: all 0.3s ease;
    fill: inherit;
}.metrics-summary .key-statistics:hover svg {
    transform: scale(1.1);
}

@media (max-width: 1200px) {.metrics-summary .container {
    gap: 30px;
}.metrics-summary .statistics-value {
    padding: 40px;
}.metrics-summary .key-statistics {
    padding: 25px;
}.metrics-summary .key-statistics h4 {
    font-size: 36px;
    min-width: 100px;
}.metrics-summary .key-statistics:nth-child(2n) {
    transform: translateX(30px);
}.metrics-summary .key-statistics:nth-child(3n) {
    transform: translateX(15px);
}.metrics-summary .key-statistics:nth-child(4n) {
    transform: translateX(45px);
}
}

@media (max-width: 992px) {.metrics-summary {
    padding: 80px 0;
}.metrics-summary .container {
    grid-template-columns: 1fr;
    gap: 50px;
}.metrics-summary .statistics-value {
    order: 2;
}.metrics-summary .knowledge-upgrade {
    order: 1;
}.metrics-summary .key-statistics:nth-child(2n),
    .metrics-summary .key-statistics:nth-child(3n),
    .metrics-summary .key-statistics:nth-child(4n) {
    transform: translateX(0);
}.metrics-summary .key-statistics:nth-child(odd) {
    transform: translateX(-20px);
}.metrics-summary .key-statistics:nth-child(even) {
    transform: translateX(20px);
}.metrics-summary .key-statistics:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 768px) {.metrics-summary {
    padding: 60px 0;
}.metrics-summary .container {
    padding: 0 15px;
    gap: 40px;
}.metrics-summary .statistics-value {
    padding: 30px 25px;
}.metrics-summary .value-statistics {
    font-size: calc(37px * 0.9);
    margin-bottom: 20px;
}.metrics-summary .key-statistics {
    padding: 20px;
}.metrics-summary .key-statistics h4 {
    font-size: 32px;
    min-width: 90px;
}.metrics-summary .key-statistics span {
    padding-left: 15px;
    font-size: calc(17px * 0.95);
    margin-left: 15px;
}.metrics-summary .key-statistics svg {
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
}

@media (max-width: 480px) {.metrics-summary {
    padding: 50px 0;
}.metrics-summary .statistics-value {
    padding: 25px 20px;
}.metrics-summary .value-statistics {
    padding-bottom: 12px;
    font-size: calc(37px * 0.8);
    margin-bottom: 15px;
}.metrics-summary .statistics-support {
    line-height: 1.7;
    font-size: calc(17px * 0.9);
}.metrics-summary .key-statistics {
    align-items: flex-start;
    padding: 15px;
    flex-direction: column;
}.metrics-summary .key-statistics:nth-child(odd),
    .metrics-summary .key-statistics:nth-child(even) {
    transform: translateX(0);
}.metrics-summary .key-statistics h4 {
    margin-bottom: 5px;
    font-size: 28px;
}.metrics-summary .key-statistics span {
    border-left: none;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 0;
    font-size: calc(17px * 0.9);
}.metrics-summary .key-statistics svg {
    margin-bottom: 10px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}}.company-info {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.4);
}.company-info::before {
    position: absolute;
    content: "";
    z-index: 1;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(2px);
    top: 0;
    background: linear-gradient(135deg, 
        rgb(173,185,218,0.5) 0%,
        rgba(0, 0, 0, 0.75) 100%);
    right: 0;
}.company-info::after {
    top: -50%;
    transform: rotate(45deg);
    height: 200%;
    opacity: 0.15;
    pointer-events: none;
    background: radial-gradient(circle at center, rgb(131,153,197,0.5) 0%, transparent 60%);
    content: "";
    right: -50%;
    width: 100%;
    z-index: 2;
    animation: shimmer 15s infinite alternate;
    position: absolute;
}.company-info .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
}.company-info .note-holder {
    padding: 3.5rem;
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
    mask-image: linear-gradient(to bottom, 
        rgba(0, 0, 0, 1) 98%, 
        rgba(0, 0, 0, 0) 100%);
}.company-info .note-holder:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company-info .note-holder::before {
    animation: gradient-shift 8s ease infinite;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(173,185,218) 0%, 
        rgb(131,153,197) 50%, 
        rgb(173,185,218) 100%);
    position: absolute;
    content: "";
    top: 0;
    height: 8px;
    left: 0;
    background-size: 200% 100%;
}.company-info .note-holder::after {
    right: 20px;
    animation: rotate 30s linear infinite;
    width: 120px;
    border: 2px solid rgb(131,153,197,0.5);
    top: 20px;
    transform: rotate(45deg);
    z-index: -1;
    content: "";
    height: 120px;
    position: absolute;
    opacity: 0.2;
}.company-info h1 {
    margin-bottom: 2rem;
    display: inline-block;
    font-size: 41px;
    text-transform: uppercase;
    position: relative;
    color: rgb(173,185,218);
    letter-spacing: 2px;
    font-weight: 700;
}.company-info h1::after {
    height: 3px;
    bottom: -10px;
    background-color: rgb(131,153,197);
    transition: width 0.4s ease;
    left: 0;
    content: "";
    position: absolute;
    width: 40%;
}.company-info .note-holder:hover h1::after {
    width: 100%;
}.company-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.company-info ul li {
    margin-bottom: 1rem;
}.company-info ul li:last-child {
    margin-bottom: 0;
}.company-info h4 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: calc(22px * 1.1);
    position: relative;
}.company-info span {
    padding-left: 0;
    font-family: Arial, sans-serif;
    text-align: justify;
    color: #000000;
    display: block;
    hyphens: auto;
    font-size: 18px;
    line-height: 1.8;
    column-gap: 2.5rem;
    position: relative;
    column-count: 2;
}.company-info span::first-letter {
    line-height: 0.8;
    font-weight: 700;
    font-size: 2.5em;
    float: left;
    color: rgb(173,185,218);
    margin-right: 0.1em;
}

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

@keyframes shimmer {
    0% {
        opacity: 0.05;
        transform: rotate(45deg) translate(-5%, -5%);
    }
    100% {
        opacity: 0.2;
        transform: rotate(45deg) translate(5%, 5%);
    }
}

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

@media (max-width: 1200px) {.company-info {
    padding: 100px 0;
}.company-info .note-holder {
    transform: perspective(1000px) rotateY(1deg);
    padding: 3rem;
}.company-info span {
    column-count: 2;
}
}

@media (max-width: 992px) {.company-info {
    padding: 80px 0;
}.company-info .note-holder {
    transform: none;
    padding: 2.5rem;
}.company-info h1 {
    font-size: calc(41px * 0.9);
}.company-info span {
    column-count: 2;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 768px) {.company-info {
    padding: 60px 0;
}.company-info .note-holder {
    padding: 2rem;
}.company-info h1 {
    font-size: calc(41px * 0.8);
}.company-info span {
    font-size: calc(18px * 0.9);
    column-count: 1;
}.company-info .note-holder::after {
    top: 15px;
    height: 80px;
    width: 80px;
    right: 15px;
}
}

@media (max-width: 576px) {.company-info {
    padding: 50px 0;
}.company-info .note-holder {
    padding: 1.5rem;
}.company-info h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 1.5rem;
}.company-info h4 {
    font-size: calc(22px * 1);
}.company-info span {
    font-size: calc(18px * 0.85);
    line-height: 1.6;
}.company-info span::first-letter {
    font-size: 2em;
}.company-info .note-holder::before {
    height: 5px;
}.company-info .note-holder::after {
    display: none;
}
}

@media (max-width: 380px) {.company-info {
    padding: 40px 0;
}.company-info .note-holder {
    padding: 1.25rem;
}.company-info h1 {
    margin-bottom: 1.25rem;
    font-size: calc(41px * 0.6);
}.company-info span {
    line-height: 1.5;
    font-size: calc(18px * 0.8);
}
}