﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.class-guide {
    flex: 0 0 auto;
}.site-start {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1239px;
}.layer-container {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}::-webkit-scrollbar {
    padding: 1px;
    width: 15px;
}::-webkit-scrollbar-track {
    border: 1px groove rgb(233,236,222);
    margin: 2px 0;
    background: rgb(198,203,183,0.5);
    border-radius: 8px;
}::-webkit-scrollbar-track:active {
    background: rgb(198,203,183,0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 9999px;
    min-height: 58px;
    background: rgb(163,169,144,0.5);
}::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
    border-color: rgb(255, 255, 255, 0.5);
}* {
    scrollbar-color: rgb(198,203,183) #ffffff;
    scrollbar-width: thin;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-suitability {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(163,169,144,0.5) 100%);
}.course-suitability::before {
    position: absolute;
    content: "";
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, 
            rgba(#ffffff, 0.05) 25%, 
            rgba(#ffffff, 0.05) 26%, 
            transparent 27%, transparent 74%, 
            rgba(#ffffff, 0.05) 75%, 
            rgba(#ffffff, 0.05) 76%, transparent 77%, transparent);
    background-size: 40px 40px;
}.course-suitability::after {
    content: "";
    z-index: -1;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 90% 10%, rgba(rgb(198,203,183,0.5), 0.2) 0%, transparent 50%),
        radial-gradient(circle at 10% 90%, rgba(rgb(163,169,144,0.5), 0.2) 0%, transparent 50%);
    position: absolute;
    width: 100%;
    top: 0;
}.course-suitability .pro-classes {
    max-width: 1100px;
    display: flex;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    padding: 0 2rem;
}.course-suitability h3 {
    background: rgba(rgb(198,203,183,0.5), 0.2);
    padding: 1rem 0;
    margin-bottom: 3rem;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(#ffffff, 0.1);
    text-align: right;
    color: #ffffff;
    position: relative;
    display: inline-block;
    border-radius: 10px 0 0 10px;
    align-self: flex-end;
    font-size: 30px;
    padding: 0.8rem 2rem;
}.course-suitability h3::before {
    background: rgb(198,203,183);
    height: 100%;
    content: "";
    position: absolute;
    width: 10px;
    top: 0;
    right: 0;
}.course-suitability h3::after {
    position: absolute;
    background: linear-gradient(
        to left,
        rgb(198,203,183),
        transparent
    );
    bottom: -10px;
    right: 0;
    height: 1px;
    content: "";
    width: 100%;
}.course-suitability ul {
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    grid-template-rows: repeat(2, auto);
    padding: 0;
    display: grid;
    list-style: none;
    gap: 1.5rem;
}.course-suitability li {
    align-items: flex-start;
    position: relative;
    border: 1px solid rgba(#ffffff, 0.1);
    overflow: hidden;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(#ffffff, 0.05);
    transition: all 0.3s ease;
    padding: 1.5rem;
    border-radius: 10px;
    display: flex;
    background: rgba(rgba(0, 0, 0, 0.5), 0.3);
}.course-suitability li::before {
    position: absolute;
    content: "";
    height: 4px;
    width: 100%;
    transition: opacity 0.3s ease;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(
        90deg,
        rgb(198,203,183,0.5),
        rgb(163,169,144,0.5)
    );
}.course-suitability li::after {
    content: "";
    opacity: 0;
    background: 
        linear-gradient(135deg, transparent 50%, rgba(rgb(198,203,183,0.5), 0.2) 50%);
    top: 0;
    height: 30px;
    transition: opacity 0.3s ease;
    position: absolute;
    width: 30px;
    right: 0;
    z-index: 1;
}.course-suitability li:hover {
    border-color: rgba(rgb(198,203,183,0.5), 0.3);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(#ffffff, 0.1);
    transform: translateY(-5px);
}.course-suitability li:hover::before,
.course-suitability li:hover::after {
    opacity: 1;
}.course-suitability li svg {
    width: 32px;
    transition: all 0.3s ease;
    position: relative;
    flex-shrink: 0;
    height: 32px;
    fill: rgb(163,169,144);
    margin-right: 1.2rem;
    top: 2px;
}.course-suitability li svg path {
    fill: rgb(163,169,144);
    transition: fill 0.3s ease;
}.course-suitability li:hover svg {
    transform: scale(1.2);
}.course-suitability li:hover svg path {
    fill: rgb(198,203,183);
}.course-suitability li::before {
    opacity: 0.5;
    content: "";
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(163,169,144),
        transparent
    );
    top: 0;
    left: 0;
    height: 2px;
    transition: opacity 0.3s ease;
    width: 100%;
}.course-suitability li {
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    font-size: 16px;
}

@media (min-width: 992px) {.course-suitability ul {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, 1fr);
}.course-suitability li:first-child {
    grid-column: 1;
    grid-row: 1;
}.course-suitability li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.course-suitability li:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}.course-suitability li:nth-child(4) {
    grid-row: 2;
    grid-column: 1;
}.course-suitability li:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}.course-suitability li:nth-child(6) {
    grid-row: 2;
    grid-column: 3;
}
}

@media (max-width: 991px) {.course-suitability {
    padding: 4rem 0;
}.course-suitability h3 {
    font-size: calc(30px * 0.9);
    padding: 0.7rem 1.5rem;
    margin-bottom: 2.5rem;
}.course-suitability ul {
    gap: 1.2rem;
}
}

@media (max-width: 768px) {.course-suitability {
    padding: 3.5rem 0;
}.course-suitability .pro-classes {
    padding: 0 1.5rem;
}.course-suitability h3 {
    border-radius: 10px;
    width: auto;
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
    align-self: center;
    text-align: center;
    padding: 0.6rem 1.5rem;
}.course-suitability h3::before {
    width: 100%;
    left: 0;
    right: 0;
    top: auto;
    height: 4px;
    bottom: 0;
}.course-suitability h3::after {
    display: none;
}.course-suitability ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}
}

@media (max-width: 480px) {.course-suitability {
    padding: 3rem 0;
}.course-suitability .pro-classes {
    padding: 0 1rem;
}.course-suitability h3 {
    padding: 0.5rem 1.2rem;
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.7);
}.course-suitability li {
    padding: 1.2rem;
}.course-suitability li svg {
    margin-right: 0.8rem;
    width: 28px;
    height: 28px;
}}.title-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,236,222) 0%, rgb(198,203,183,0.5) 100%);
    min-height: 100vh;
}.title-section::before {
    opacity: 0.6;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(198,203,183,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(163,169,144,0.5) 0%, transparent 30%);
}.title-section::after {
    left: 0;
    animation: shimmer 4s infinite linear;
    width: 100%;
    bottom: -5px;
    height: 10px;
    z-index: 2;
    position: absolute;
    background: linear-gradient(90deg, 
    rgb(198,203,183) 0%, 
    rgb(163,169,144) 50%, 
    rgb(198,203,183) 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    content: "";
}.title-section .quick-edu {
    width: 90%;
    justify-content: center;
    z-index: 3;
    align-items: center;
    max-width: 1280px;
    padding: 6rem 0;
    margin: 0 auto;
    display: flex;
    position: relative;
    min-height: 100vh;
}.title-section .quick-edu > div {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg);
}.title-section .quick-edu > div:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title-section .quick-edu > div > div:first-child {
    transform: translateY(20px);
    margin-bottom: 2.5rem;
    opacity: 0;
    position: relative;
    animation: fadeUp 0.8s forwards 0.2s ease-out;
}.title-section h3 {
    font-weight: 600;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    position: relative;
    text-align: center;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    letter-spacing: 0.01em;
    max-width: 90%;
    font-size: calc(23px * 1.05);
    color: #000000;
    border-left: 4px solid rgb(198,203,183);
    margin: 0 auto;
    padding: 1.5rem 2rem;
    backdrop-filter: blur(5px);
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
}.title-section h3::before {
    z-index: -1;
    opacity: 0.05;
    background: rgb(198,203,183,0.5);
    left: 0;
    transform: skewX(-3deg);
    top: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
}.title-section .skill-track {
    opacity: 0;
    border-radius: 25px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
    isolation: isolate;
    position: relative;
    overflow: hidden;
    animation: fadeUp 0.8s forwards 0.4s ease-out;
    transform: translateY(20px);
}.title-section .skill-track::before {
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    mix-blend-mode: color-burn;
    z-index: 1;
    background: linear-gradient(
    135deg, 
    rgb(198,203,183,0.5) 0%,
    transparent 50%,
    rgb(163,169,144,0.5) 100%
  );
    left: 0;
}.title-section .skill-track::after {
    position: absolute;
    background-image: 
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 10px,
      rgba(255,255,255,0.03) 10px,
      rgba(255,255,255,0.03) 20px
    );
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    z-index: 2;
    top: 0;
}.title-section .skill-track > div {
    z-index: 3;
    display: flex;
    background: linear-gradient(to bottom, 
    rgba(0,0,0,0.4) 0%, 
    rgba(0,0,0,0.7) 100%);
    align-items: center;
    position: relative;
    padding: 5rem 2rem;
    flex-direction: column;
    justify-content: center;
    min-height: 50vh;
}.title-section .skill-track p {
    max-width: 80%;
    opacity: 0;
    font-size: calc(18px * 1.1);
    transform: translateY(15px);
    color: #ffffff;
    padding: 0.8rem 0;
    position: relative;
    animation: fadeUp 0.6s forwards 0.7s ease-out;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
    text-align: center;
}.title-section .skill-track p::after {
    background: rgb(163,169,144);
    transform: translateX(-50%);
    left: 50%;
    content: "";
    bottom: 0;
    position: absolute;
    width: 80px;
    height: 2px;
}.title-section .title_style_header {
    opacity: 0;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0.03em;
    text-align: center;
    animation: fadeUp 0.6s forwards 0.9s ease-out;
    transform: translateY(15px);
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    position: relative;
    margin: 1.5rem 0 0;
    color: #ffffff;
}.title-section .title_style_header::before,
.title-section .title_style_header::after {
    width: 80px;
    background: rgb(163,169,144);
    height: 3px;
    border-radius: 2px;
    position: absolute;
    content: "";
}.title-section .title_style_header::before {
    transform: translateY(-50%) scaleX(0);
    transform-origin: right;
    left: -100px;
    top: 50%;
    animation: scaleIn 0.5s forwards 1.2s ease-out;
}.title-section .title_style_header::after {
    animation: scaleIn 0.5s forwards 1.2s ease-out;
    transform-origin: left;
    right: -100px;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
}

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

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

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@media (max-width: 992px) {.title-section .quick-edu {
    padding: 4rem 0;
}.title-section h3 {
    font-size: calc(22px * 1.1);
    padding: 1.2rem 1.5rem;
}.title-section .title_style_header {
    font-size: calc(34px * 1.05);
}.title-section .title_style_header::before {
    width: 60px;
    left: -60px;
}.title-section .title_style_header::after {
    width: 60px;
    right: -60px;
}
}

@media (max-width: 768px) {.title-section .quick-edu {
    padding: 3.5rem 0;
    width: 95%;
}.title-section h3 {
    font-size: 22px;
    padding: 1rem;
    max-width: 100%;
}.title-section .skill-track > div {
    min-height: 40vh;
    padding: 4rem 1rem;
}.title-section .skill-track p {
    max-width: 100%;
    font-size: 18px;
}.title-section .title_style_header {
    font-size: 34px;
}.title-section .title_style_header::before,
  .title-section .title_style_header::after {
    display: none;
}
}

@media (max-width: 576px) {.title-section {
    min-height: 80vh;
}.title-section .quick-edu {
    min-height: 80vh;
    padding: 2rem 0;
}.title-section .quick-edu > div > div:first-child {
    margin-bottom: 1.5rem;
}.title-section h3 {
    padding: 0.8rem;
    font-size: calc(18px * 1.1);
    border-left-width: 3px;
}.title-section .skill-track > div {
    padding: 3rem 1rem;
    min-height: 30vh;
}.title-section .skill-track p {
    margin-bottom: 1rem;
    font-size: calc(18px * 0.95);
}.title-section .skill-track p::after {
    width: 50px;
    height: 1px;
}.title-section .title_style_header {
    margin-top: 0.8rem;
    font-size: calc(34px * 0.85);
}}.cookie-notice-banner {
    background: rgb(233,236,222);
    bottom: 0;
    position: fixed;
    width: 100%;
    border-top: 2px solid rgb(198,203,183);
    z-index: 90;
}.data-notice {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}#overlayCookieInfo {
    display: none;
}#overlayCookieInfo:checked ~ .cookie-notice-banner {
    visibility: hidden;
    opacity: 0;
}.cookie-notice-banner h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie-notice-banner p {
    font-size: 18px;
}.edu-consent {
    flex-shrink: 0;
    margin-right: 10px;
}.edu-consent svg, .edu-consent svg path, .edu-consent img {
    width: 100px;
    height: 100px;
    fill: rgb(198,203,183);
}.cookie-confirm {
    white-space: nowrap;
    margin-left: 10px;
    cursor: pointer;
    text-decoration: none;
    flex-shrink: 0;
    color: rgb(198,203,183);
    font-size: 24px;
    border-bottom: 2px solid rgb(198,203,183);
    text-align: center;
    line-height: 35px;
    min-width: 120px;
}.cookie-notice-banner p a {
    text-decoration: none;
    color: rgb(198,203,183);
}
@media only screen and (max-width: 1200px) {.cookie-notice-banner {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.edu-consent {
    display: none;
}.data-notice {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie-notice-banner h5 {
    text-align: center;
}.cookie-notice-banner p {
    text-align: center;
}.cookie-box {
    margin-bottom: 20px;
}body .layer-container .cookie-confirm {
    margin-bottom: 10px;
    margin-left: 0;
}}
.layer-container .cookie-notice-banner {
    border: none;
    box-shadow: rgb(198,203,183,0.5) 0px 0px 40px 39px;
    background: #ffffff;
}.layer-container .cookie-confirm {
    padding: 10px;
    margin-left: 30px;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    background: rgb(198,203,183);
    border: none;
}.layer-container .edu-consent {
    justify-content: center;
    align-items: center;
    background:rgb(198,203,183);
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}.layer-container .edu-consent svg, .layer-container .edu-consent svg path, .layer-container .edu-consent img {
    width: 40px;
    height: 40px;
    fill:#000000;
}.layer-container .cookie-box h5, .layer-container .cookie-box p {
    color: #000000;
}
@media only screen and (max-width: 800px){.layer-container .edu-consent {
    margin-bottom: 14px;
    margin: 0;
}}.connect-form {
    min-height: 650px;
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    padding: 0;
}.connect-form::before {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: rgb(198,203,183,0.5);
    inset: 0;
}.connect-form .container {
    position: relative;
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}.connect-form .support-support {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}.connect-form .reach-support {
    background-color: transparent;
    position: relative;
    flex-wrap: wrap;
    padding: 40px 20px 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: flex-start;
}.connect-form .reach-support h3 {
    padding-bottom: 15px;
    font-size: 28px;
    width: 100%;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    text-align: center;
}.connect-form .reach-support h3::after {
    background-color: rgb(163,169,144);
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
    bottom: 0;
    content: '';
    height: 3px;
}.connect-form .reach-support div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    flex: 1 0 calc(50% - 30px);
    background-color: #ffffff;
    max-width: 220px;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: center;
    padding: 20px;
    justify-content: center;
    min-height: 140px;
    border-radius: 13px;
}.connect-form .reach-support div:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}.connect-form .reach-support div svg {
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
}.connect-form .reach-support div svg path {
    fill: rgb(163,169,144);
}.connect-form .reach-support div span {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 13px;
    color: #000000;
}.connect-form .reach-support div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.connect-form .reach-support div span a:hover {
    color: rgb(163,169,144);
}.connect-form .request-list {
    position: relative;
    border-radius: 13px;
    transform: translateY(50px);
    background-color: #ffffff;
    max-width: 550px;
    z-index: 2;
    padding: 40px 30px;
    margin: 0 auto;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}.connect-form .request-list::before {
    z-index: -1;
    height: 30px;
    transform: translateX(-50%) rotate(45deg);
    top: -15px;
    background-color: #ffffff;
    width: 30px;
    left: 50%;
    border-radius: 3px;
    content: '';
    position: absolute;
}.connect-form .request-list h3 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: rgb(198,203,183);
    margin-bottom: 25px;
}.connect-form .request-list form {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}.connect-form .request-list input[type="text"],
.connect-form .request-list input[type="email"] {
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 13px;
    border: 1px solid rgb(233,236,222);
    color: #000000;
    flex: 1 0 100%;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    height: 50px;
    background-color: transparent;
}.connect-form .request-list input[type="text"]:focus,
.connect-form .request-list input[type="email"]:focus {
    outline: none;
    border-color: rgb(163,169,144);
    box-shadow: 0 0 0 3px rgb(163,169,144,0.5);
}.connect-form .request-list input::placeholder {
    color: #000000;
    opacity: 0.6;
}.connect-form .request-list .query-reach {
    display: flex;
    margin-top: 5px;
    align-items: flex-start;
    flex: 1 0 100%;
}.connect-form .request-list .query-reach input[type="checkbox"] {
    -webkit-appearance: none;
    border-radius: 4px;
    position: relative;
    height: 20px;
    cursor: pointer;
    margin-right: 10px;
    appearance: none;
    border: 2px solid rgb(233,236,222);
    transition: background-color 0.3s ease, border-color 0.3s ease;
    margin-top: 3px;
    width: 20px;
    flex-shrink: 0;
}.connect-form .request-list .query-reach input[type="checkbox"]:checked {
    border-color: rgb(163,169,144);
    background-color: rgb(163,169,144);
}.connect-form .request-list .query-reach input[type="checkbox"]:checked::before {
    color: #ffffff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '✓';
    font-size: 12px;
    position: absolute;
}.connect-form .request-list .query-reach label {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
}.connect-form .request-list .query-reach label a {
    transition: color 0.3s ease;
    color: rgb(163,169,144);
    text-decoration: none;
}.connect-form .request-list .query-reach label a:hover {
    color: rgb(198,203,183);
}.connect-form .request-list .message-support {
    height: 50px;
    margin-top: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(163,169,144), rgb(198,203,183));
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    border: none;
    width: 100%;
    box-shadow: 0 5px 15px rgb(163,169,144,0.5);
    font-size: 16px;
}.connect-form .request-list .message-support:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgb(198,203,183,0.5);
}

@media screen and (min-width: 992px) {.connect-form {
    padding: 100px 0;
    min-height: 700px;
}.connect-form .support-support {
    flex-direction: row;
    align-items: center;
}.connect-form .reach-support {
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    width: 65%;
    margin-left: auto;
    padding: 60px 0 60px 120px;
}.connect-form .reach-support h3 {
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
}.connect-form .reach-support h3::after {
    left: 0;
    transform: none;
}.connect-form .reach-support div {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    margin: 0;
}.connect-form .request-list {
    padding: 40px;
    margin: 0;
    width: 45%;
    z-index: 3;
    left: 0;
    max-width: 450px;
    position: absolute;
}.connect-form .request-list::before {
    left: -15px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}
}

@media screen and (min-width: 1200px) {.connect-form .reach-support {
    padding-left: 200px;
    width: 70%;
}.connect-form .request-list {
    max-width: 480px;
    width: 40%;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.connect-form {
    padding: 80px 0 120px;
}.connect-form .reach-support {
    justify-content: space-between;
    padding: 0 20px 120px;
}.connect-form .reach-support div {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
}

@media screen and (max-width: 767px) {.connect-form {
    padding: 60px 0 120px;
}.connect-form .reach-support {
    padding: 0 20px 120px;
}.connect-form .reach-support h3 {
    font-size: calc(20px + 2px);
}.connect-form .reach-support div {
    max-width: 280px;
    min-height: 120px;
    margin-bottom: 0;
    flex: 0 0 100%;
}.connect-form .reach-support div svg {
    height: 30px;
    width: 30px;
}.connect-form .request-list {
    padding: 30px 25px;
}
}

@media screen and (max-width: 480px) {.connect-form {
    padding: 40px 0 100px;
}.connect-form .reach-support {
    gap: 20px;
}.connect-form .reach-support div {
    min-height: auto;
    padding: 20px 15px;
}}.class-guide {
    color: #ffffff;
    position: relative;
    background-color: rgb(163,169,144);
    font-family: Arial, sans-serif;
    padding: 0;
}.class-guide .container {
    z-index: 2;
    position: relative;
}.class-guide .sustain-cta {
    display: flex;
    flex-direction: column;
}.class-guide .edu-ask {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    background-color: rgb(198,203,183);
    padding: 3rem 1.5rem 5rem;
    grid-template-columns: repeat(4, 1fr);
    z-index: 3;
    position: relative;
    margin-bottom: -2rem;
    display: grid;
}.class-guide .edu-ask::before {
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    content: '';
    top: 0;
    position: absolute;
}.class-guide .info_item {
    transition: transform 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
}.class-guide .info_item:hover {
    transform: translateX(10px);
}.class-guide .info_item p,
.class-guide .info_item a {
    transition: all 0.3s ease;
    display: flex;
    color: #ffffff;
    font-size: 12px;
    gap: 0.75rem;
    text-decoration: none;
    align-items: center;
}.class-guide .info_item svg {
    fill: #ffffff;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}.class-guide .info_item:hover svg {
    transform: scale(1.2);
}.class-guide .text_main_holder {
    z-index: 2;
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
    gap: 0;
    position: relative;
}.class-guide .main-info {
    position: relative;
    gap: 1.5rem;
    flex-direction: column;
    padding: 4rem 2rem 3rem;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    display: flex;
    z-index: 4;
    background-color: rgb(163,169,144);
}.class-guide .main-info svg {
    transition: all 0.3s ease;
    height: auto;
    max-width: 150px;
    filter: brightness(0) invert(1);
}.class-guide .main-info:hover svg {
    transform: scale(1.05);
}.class-guide .twitter-cta {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
    color: #ffffff;
}.class-guide .main-navbar {
    position: relative;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    flex-direction: column;
    z-index: 2;
    gap: 2rem;
    background-color: #000000;
    display: flex;
    padding: 5rem 2rem 3rem;
}.class-guide .main-navbar::before {
    position: absolute;
    content: '';
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}.class-guide .main-navbar h5 {
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}.class-guide .main-navbar h5::after {
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    height: 3px;
    width: 40px;
    content: '';
    background-color: rgb(198,203,183);
}.class-guide .nav-expert {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    display: grid;
}.class-guide .nav-expert:not(:last-child) {
    margin-bottom: 1rem;
}.class-guide .nav-expert a {
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    opacity: 0.8;
    color: #ffffff;
    position: relative;
    font-size: 12px;
    text-decoration: none;
}.class-guide .nav-expert a::before {
    background-color: rgb(198,203,183);
    width: 0;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
}.class-guide .nav-expert a:hover {
    padding-left: 10px;
    opacity: 1;
}.class-guide .nav-expert a:hover::before {
    width: 30px;
}.class-guide .subscribe_holder {
    padding: 4rem 2rem 3rem;
    gap: 1.5rem;
    display: flex;
    position: relative;
    background-color: rgb(163,169,144);
    flex-direction: column;
    z-index: 3;
}.class-guide .subscribe_holder::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    position: absolute;
    height: 100%;
    content: '';
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
}.class-guide .subscribe_holder h5 {
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
}.class-guide .subscribe_holder p {
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    font-size: 12px;
}.class-guide .input_holder {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}.class-guide .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    padding: 1rem 1.25rem;
    color: #ffffff;
    border-radius: 10px;
}.class-guide .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}.class-guide .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.class-guide .sub-objective {
    overflow: hidden;
    padding: 1rem 1.25rem;
    background-color: rgb(198,203,183);
    font-weight: 600;
    border: none;
    position: relative;
    font-size: 17px;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
}.class-guide .sub-objective::before {
    content: '';
    transition: left 0.5s ease;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    left: -100%;
    width: 100%;
}.class-guide .sub-objective:hover {
    background-color: rgb(198,203,183,0.5);
}.class-guide .sub-objective:hover::before {
    left: 100%;
}.class-guide .access-cta {
    margin-top: 0;
    padding: 6rem 0 2rem;
    position: relative;
    background-color: rgb(163,169,144);
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    text-align: center;
    z-index: 1;
}.class-guide .access-cta::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    z-index: -1;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}.class-guide .intern-ship {
    opacity: 0.7;
    color: #ffffff;
    font-size: 15px;
}

@media (max-width: 1200px) {.class-guide .edu-ask {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.class-guide .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.class-guide .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.class-guide .text_main_holder {
    grid-template-columns: 1fr;
}.class-guide .main-info,
    .class-guide .main-navbar,
    .class-guide .subscribe_holder {
    clip-path: none;
}.class-guide .main-navbar {
    padding: 3rem 2rem;
}.class-guide .main-info {
    text-align: center;
    padding: 3rem 2rem;
    align-items: center;
}.class-guide .subscribe_holder {
    padding: 3rem 2rem;
}.class-guide .access-cta {
    padding: 3rem 0 2rem;
    clip-path: none;
}
}

@media (max-width: 768px) {.class-guide .edu-ask {
    clip-path: none;
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding: 2.5rem 1.5rem 3rem;
}.class-guide .nav-expert {
    grid-template-columns: 1fr;
}.class-guide .main-navbar h5,
    .class-guide .subscribe_holder h5 {
    display: block;
    text-align: center;
}.class-guide .main-navbar h5::after {
    transform: translateX(-50%);
    left: 50%;
}.class-guide .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.class-guide .main-info,
    .class-guide .main-navbar,
    .class-guide .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.class-guide .access-cta {
    padding: 2.5rem 0 1.5rem;
}.class-guide .info_item {
    padding: 0.5rem 0;
}.class-guide .info_item p,
    .class-guide .info_item a {
    justify-content: center;
}}.tariff-plan {
    background: linear-gradient(135deg, rgb(233,236,222) 0%, #ffffff 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.tariff-plan::before {
    background: linear-gradient(45deg, rgb(198,203,183,0.5) 0%, transparent 40%);
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
}.tariff-plan .container {
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.tariff-plan .pro-fees {
    flex-direction: column;
    display: flex;
}.tariff-plan .basic-rates {
    text-align: center;
    margin-bottom: 3rem;
    margin-right: auto;
    order: 1;
    max-width: 800px;
    margin-left: auto;
}.tariff-plan .basic-rates h2 {
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    font-size: 29px;
    display: inline-block;
    position: relative;
}.tariff-plan .basic-rates h2::after {
    position: absolute;
    left: 50%;
    height: 3px;
    background: rgb(198,203,183);
    width: 80px;
    transform: translateX(-50%);
    bottom: -10px;
    content: "";
}.tariff-plan .learning-plan {
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    max-width: 600px;
    overflow-wrap: break-word;
    margin: 0 auto;
    word-break: break-word;
}.tariff-plan .price-panel {
    gap: 2rem;
    order: 2;
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.tariff-plan .program-rate {
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    display: block;
    position: relative;
    height: 100%;
}.tariff-plan .program-rate:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.tariff-plan .premium-plan {
    display: flex;
    flex-direction: column;
    height: 100%;
}.tariff-plan .cost-deals {
    display: flex;
    overflow-wrap: break-word;
    position: relative;
    flex-direction: column;
    z-index: 1;
    word-break: break-word;
    flex-grow: 1;
    padding: 2rem;
}.tariff-plan .cost-deals::before {
    content: "";
    opacity: 0.7;
    z-index: -1;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}.tariff-plan .cost-deals h3 {
    color: #000000;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    position: relative;
    font-weight: 700;
    font-size: calc(19px * 1.2);
}.tariff-plan .cost-deals h3::after {
    bottom: 0;
    transition: width 0.3s ease;
    background: rgb(163,169,144);
    left: 0;
    height: 2px;
    position: absolute;
    content: "";
    width: 40px;
}.tariff-plan .program-rate:hover .cost-deals h3::after {
    width: 80px;
}.tariff-plan .pricing-card {
    position: relative;
    color: rgb(198,203,183);
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
    font-size: calc(19px * 1.5);
}.tariff-plan .pricing-card::before {
    content: "";
    position: absolute;
    background: rgb(198,203,183);
    left: 0;
    bottom: -5px;
    width: 0;
    transition: width 0.3s ease;
    height: 2px;
}.tariff-plan .program-rate:hover .pricing-card::before {
    width: 100%;
}.tariff-plan .cost-deals p {
    word-break: break-word;
    color: #000000;
    margin-top: auto;
    overflow-wrap: break-word;
    font-size: 17px;
    line-height: 1.6;
}.tariff-plan .post-thumbnail {
    position: relative;
    height: 200px;
    overflow: hidden;
    transition: transform 0.5s ease;
}.tariff-plan .post-thumbnail::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    height: 100%;
}.tariff-plan .program-rate:hover .post-thumbnail {
    transform: scale(1.05);
}.tariff-plan .program-rate:nth-child(odd) .premium-plan {
    flex-direction: column-reverse;
}.tariff-plan .program-rate:nth-child(3n+1) {
    border-top: 3px solid rgb(198,203,183);
}.tariff-plan .program-rate:nth-child(3n+2) {
    border-top: 3px solid rgb(163,169,144);
}.tariff-plan .program-rate:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.tariff-plan .pro-fees {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
}.tariff-plan .basic-rates {
    order: 2;
    flex: 0 0 30%;
    text-align: left;
    margin-bottom: 0;
}.tariff-plan .basic-rates h2 {
    text-align: left;
}.tariff-plan .basic-rates h2::after {
    transform: none;
    left: 0;
}.tariff-plan .learning-plan {
    margin: 0;
    text-align: left;
}.tariff-plan .price-panel {
    order: 1;
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.tariff-plan .price-panel {
    grid-template-columns: repeat(2, 1fr);
}.tariff-plan .program-rate:nth-child(4n+1) {
    transform: translateY(20px);
}.tariff-plan .program-rate:nth-child(4n+3) {
    transform: translateY(-20px);
}.tariff-plan .program-rate:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.tariff-plan {
    padding: 4rem 0;
}.tariff-plan .cost-deals {
    padding: 1.5rem;
}.tariff-plan .cost-deals h3 {
    font-size: 19px;
}.tariff-plan .pricing-card {
    font-size: 19px;
}.tariff-plan .cost-deals p {
    max-height: 150px;
    overflow-y: auto;
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}.tariff-plan .post-thumbnail {
    height: 150px;
}
}

@media (max-width: 480px) {.tariff-plan .price-panel {
    grid-template-columns: 1fr;
}.tariff-plan .basic-rates h2 {
    font-size: calc(29px * 0.8);
}.tariff-plan .learning-plan {
    font-size: calc(17px * 0.9);
}.tariff-plan .cost-deals p {
    max-height: 120px;
}}.program-information {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,236,222) 0%, #ffffff 65%, rgb(198,203,183,0.5) 100%);
}.program-information::before {
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at 20% 30%, rgb(163,169,144,0.5) 0%, transparent 60%);
    height: 100%;
    pointer-events: none;
    z-index: 0;
    left: 0;
    content: "";
    top: 0;
}.program-information::after {
    height: 240px;
    background: linear-gradient(225deg, rgb(198,203,183) 0%, rgb(163,169,144) 100%);
    z-index: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    opacity: 0.07;
    position: absolute;
    bottom: -20px;
    right: -20px;
    transform: rotate(15deg);
    width: 240px;
}.program-information .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}.program-information h2 {
    margin-bottom: 3.5rem;
    transform: translateX(-0.5rem);
    position: relative;
    font-weight: 700;
    max-width: 85%;
    font-size: 31px;
    color: #000000;
}.program-information h2::after {
    bottom: -1rem;
    height: 0.25rem;
    width: 8rem;
    left: 0;
    background: linear-gradient(90deg, rgb(198,203,183) 0%, rgb(163,169,144) 100%);
    content: "";
    position: absolute;
}.program-information .program-path {
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
    display: grid;
}.program-information .post-thumbnail {
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 400px;
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
}.program-information .post-thumbnail::before {
    left: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
}.program-information .post-thumbnail:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program-information .text-cloud {
    position: relative;
    scrollbar-width: thin;
    padding-right: 1.5rem;
    max-height: 400px;
    overflow-y: auto;
}.program-information .text-cloud::-webkit-scrollbar {
    width: 4px;
}.program-information .text-cloud::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}.program-information .text-cloud::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(198,203,183,0.5);
}.program-information .description {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    position: relative;
    font-size: 12px;
    color: #000000;
    margin-bottom: 1.5rem;
}.program-information .description:first-of-type::first-letter {
    padding: 0.1em 0.1em 0 0;
    font-size: 3.5em;
    margin-right: 0.1em;
    color: rgb(198,203,183);
    font-weight: 700;
    line-height: 0.8;
    float: left;
}.program-information .description:last-of-type {
    padding-left: 1.5rem;
    position: relative;
    border-left: 3px solid rgb(163,169,144,0.5);
}

@media (min-width: 768px) {.program-information {
    padding: 8rem 0;
}.program-information h2 {
    font-size: calc(31px * 1.1);
    margin-bottom: 4rem;
    max-width: 75%;
}.program-information h2::after {
    width: 12rem;
}.program-information .program-path {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.program-information .post-thumbnail {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 500px;
}.program-information .text-cloud {
    max-height: 500px;
}
}

@media (min-width: 992px) {.program-information {
    padding: 10rem 0;
}.program-information::before {
    background: radial-gradient(circle at 20% 30%, rgb(163,169,144,0.5) 0%, transparent 70%);
}.program-information h2 {
    font-size: calc(31px * 1.2);
    max-width: 70%;
}.program-information .program-path {
    gap: 5rem;
}.program-information .post-thumbnail {
    height: 600px;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
}.program-information .text-cloud {
    padding-top: 2rem;
    max-height: 600px;
}.program-information .description {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}

@media (min-width: 1200px) {.program-information .container {
    padding: 0 2rem;
}.program-information h2 {
    max-width: 65%;
    font-size: calc(31px * 1.3);
    transform: translateX(-1rem);
}.program-information .program-path {
    gap: 6rem;
}.program-information .post-thumbnail {
    transform: perspective(1200px) rotateY(-8deg) translateZ(0);
}.program-information .post-thumbnail:hover {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0) scale(1.02);
}
}

@media (max-width: 767px) {.program-information {
    padding: 4rem 0;
}.program-information h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2.5rem;
    max-width: 100%;
}.program-information h2::after {
    height: 0.2rem;
    width: 6rem;
}.program-information .post-thumbnail {
    height: 300px;
}.program-information .text-cloud {
    max-height: 350px;
}.program-information .description {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}}.secure-nook {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: rgb(233,236,222);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 2em;
}.secure-nook h1 {
    color: rgb(198,203,183);
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 1em;
    text-align: center;
}.secure-nook h2 {
    font-size: 36px;
    margin-bottom: 0.75em;
    font-weight: 600;
    color: rgb(163,169,144);
}.secure-nook h3,
.secure-nook h4,
.secure-nook h5,
.secure-nook h6 {
    margin-bottom: 0.5em;
}.secure-nook h3 {
    color: rgb(198,203,183);
    font-weight: 400;
    font-size: calc(21px - 0.2em);
}.secure-nook h4 {
    font-size: calc(21px - 0.4em);
    font-weight: 400;
    color: rgb(163,169,144);
}.secure-nook h5 {
    font-weight: 300;
    font-size: 21px;
    color: #000000;
}.secure-nook h6 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 19px;
    font-weight: 300;
}.secure-nook ul {
    padding-left: 1.5em;
    margin-bottom: 1em;
    list-style-type: disc;
}.secure-nook ol {
    padding-left: 1.5em;
    margin-bottom: 1em;
    list-style-type: decimal;
}.secure-nook li {
    margin-bottom: 0.5em;
    font-size: 13px;
}.secure-nook p {
    margin-bottom: 1em;
    font-size: 13px;
    line-height: 1.6;
}.secure-nook span {
    color: rgb(198,203,183);
    font-weight: 600;
}.secure-nook div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {.secure-nook {
    padding: 1em;
    border-radius: 10px;
}.secure-nook h1 {
    font-size: calc(21px - 0.5em);
}.secure-nook h2 {
    font-size: calc(21px - 0.4em);
}.secure-nook p,
    .secure-nook li {
    font-size: calc(13px - 0.2em);
}}
.secure-nook h1::after {
    width: 60px;
    border-radius: 10px;
    height: 4px;
    background-color: rgb(198,203,183);
    display: block;
    margin: 0.5em auto 0;
    content: "";
}.secure-nook h2::after {
    content: "";
    display: block;
    border-radius: 10px;
    margin: 0.5em auto 0;
    background-color: rgb(163,169,144);
    height: 3px;
    width: 40px;
}.secure-nook ul li::before {
    width: 1em;
    margin-left: -1em;
    font-weight: 700;
    content: "•";
    display: inline-block;
    color: rgb(198,203,183);
}.secure-nook ol li::before {
    color: rgb(163,169,144);
    font-weight: 700;
}.secure-nook a {
    color: rgb(198,203,183);
    text-decoration: underline;
}.secure-nook a:hover {
    color: rgb(163,169,144);
    text-decoration: none;
}.secure-nook blockquote {
    border-left: 5px solid rgb(198,203,183);
    padding: 1em;
    font-style: italic;
    margin: 1em 0;
    background-color: rgb(198,203,183,0.5);
}.register-now {
    overflow: hidden;
    background: linear-gradient(125deg, rgb(163,169,144) 0%, rgb(198,203,183) 100%);
    padding: 120px 0;
    z-index: 1;
    position: relative;
}.register-now::before {
    animation: rotatePortal 20s linear infinite;
    opacity: 0.05;
    top: 0;
    background: repeating-conic-gradient(
        from 0deg at 50% 50%,
        rgb(198,203,183,0.5) 0deg,
        transparent 5deg,
        transparent 55deg,
        rgb(198,203,183,0.5) 60deg
    );
    content: '';
    height: 100%;
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
}.register-now::after {
    animation: rotatePortalReverse 30s linear infinite;
    top: -50%;
    position: absolute;
    opacity: 0.1;
    height: 200%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(163,169,144) 0deg,
        rgb(198,203,183) 120deg,
        rgb(163,169,144) 240deg,
        rgb(198,203,183) 360deg
    );
    left: -50%;
    z-index: -2;
    content: '';
    width: 200%;
}.register-now .pro-classes {
    padding: 60px 40px;
    max-width: 1000px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    border-radius: 13px;
    justify-content: center;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    z-index: 2;
}.register-now .pro-classes::before {
    animation: gradientFlow 8s ease infinite;
    opacity: 0.2;
    content: '';
    filter: blur(20px);
    bottom: -10px;
    top: -10px;
    right: -10px;
    background: linear-gradient(45deg, 
        rgb(198,203,183,0.5), 
        rgb(163,169,144,0.5), 
        rgb(198,203,183,0.5)
    );
    position: absolute;
    z-index: -1;
    left: -10px;
}.register-now .pro-classes::after {
    content: '';
    width: 100%;
    height: 100%;
    background-size: 40px 40px;
    animation: gridScale 15s ease infinite;
    opacity: 0.2;
    left: 0;
    background: 
        linear-gradient(0deg, 
            transparent 49.5%, 
            rgba(255, 255, 255, 0.1) 50%, 
            transparent 50.5%),
        linear-gradient(90deg, 
            transparent 49.5%, 
            rgba(255, 255, 255, 0.1) 50%, 
            transparent 50.5%);
    z-index: -1;
    top: 0;
    position: absolute;
}.register-now h3 {
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #ffffff;
    font-size: 34px;
    text-shadow: 0 0 10px #ffffff;
    text-align: center;
    position: relative;
    font-family: Arial, sans-serif;
}.register-now h3::before {
    animation: pulseGlow 4s ease-in-out infinite;
    background: radial-gradient(
        circle at center,
        #ffffff 0%,
        transparent 70%
    );
    width: 100%;
    position: absolute;
    content: '';
    filter: blur(15px);
    left: 0;
    opacity: 0.1;
    z-index: -1;
    height: 100%;
    top: 0;
}.register-now h3::after {
    height: 60px;
    width: 60px;
    opacity: 0.1;
    transform: translateX(-50%);
    border-radius: 50%;
    bottom: -80px;
    left: 50%;
    animation: pulseCircle 4s ease-in-out infinite;
    box-shadow: 0 0 20px #ffffff;
    position: absolute;
    content: '';
    border: 1px solid #ffffff;
}.register-now .connect-section {
    color: rgb(198,203,183);
    overflow: hidden;
    padding: 20px 55px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.4s ease;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    z-index: 1;
    margin-top: 30px;
    font-size: 18px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.15),
        0 0 15px #ffffff;
    border-radius: 13px;
    letter-spacing: 3px;
}.register-now .connect-section::before {
    top: 0;
    position: absolute;
    width: 100%;
    background: radial-gradient(
        circle at center,
        #ffffff 0%,
        transparent 70%
    );
    left: 0;
    transition: opacity 0.4s ease;
    height: 100%;
    z-index: -1;
    opacity: 0;
    content: '';
}.register-now .connect-section::after {
    background: linear-gradient(
        to bottom,
        transparent,
        #ffffff,
        transparent
    );
    opacity: 0;
    width: 15px;
    top: -100%;
    z-index: -1;
    transform: translateX(-50%) rotate(20deg);
    left: 50%;
    position: absolute;
    height: 300%;
    transition: all 0.6s ease;
    content: '';
}.register-now .connect-section:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 30px #ffffff;
    color: rgb(198,203,183);
    transform: translateY(-5px) scale(1.05);
}.register-now .connect-section:hover::before {
    opacity: 0.5;
    animation: pulseGlow 2s ease-in-out infinite;
}.register-now .connect-section:hover::after {
    animation: lightBeam 1.5s ease-in-out;
    opacity: 0.6;
}

@media screen and (max-width: 992px) {.register-now {
    padding: 100px 0;
}.register-now .pro-classes {
    max-width: 90%;
    padding: 50px 30px;
}.register-now h3 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.9);
}.register-now h3::after {
    bottom: -70px;
    width: 50px;
    height: 50px;
}.register-now .connect-section {
    margin-top: 25px;
    padding: 18px 50px;
}
}

@media screen and (max-width: 768px) {.register-now {
    padding: 80px 0;
}.register-now .pro-classes {
    padding: 40px 25px;
}.register-now h3 {
    letter-spacing: 3px;
    margin-bottom: 45px;
    font-size: calc(34px * 0.8);
}.register-now h3::after {
    height: 40px;
    width: 40px;
    bottom: -60px;
}.register-now .connect-section {
    margin-top: 20px;
    padding: 16px 45px;
    font-size: calc(18px * 0.95);
    letter-spacing: 2px;
}
}

@media screen and (max-width: 576px) {.register-now {
    padding: 60px 0;
}.register-now .pro-classes {
    padding: 30px 20px;
}.register-now h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(34px * 0.7);
}.register-now h3::after {
    width: 30px;
    bottom: -50px;
    height: 30px;
}.register-now .connect-section {
    margin-top: 15px;
    letter-spacing: 1px;
    padding: 14px 35px;
    font-size: calc(18px * 0.9);
}}

@keyframes rotatePortal {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.05);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes rotatePortalReverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gridScale {
    0% {
        background-size: 40px 40px;
        opacity: 0.1;
    }
    50% {
        background-size: 45px 45px;
        opacity: 0.2;
    }
    100% {
        background-size: 40px 40px;
        opacity: 0.1;
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        filter: blur(15px);
    }
    50% {
        opacity: 0.2;
        filter: blur(20px);
    }
    100% {
        opacity: 0.1;
        filter: blur(15px);
    }
}

@keyframes pulseCircle {
    0% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.2;
    }
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }
}

@keyframes lightBeam {
    0% {
        opacity: 0;
        transform: translateX(-50%) rotate(20deg);
    }
    25% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        transform: translateX(300%) rotate(20deg);
    }
}.mentorship-profile {
    padding: 5rem 2rem;
    background: rgb(233,236,222);
    position: relative;
    overflow: hidden;
}.mentorship-profile::before {
    background: linear-gradient(120deg, transparent 30%, rgb(198,203,183,0.5) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    content: "";
}.mentorship-profile::after {
    opacity: 0.5;
    right: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 70%;
    width: 40%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    content: "";
    background: rgb(163,169,144,0.5);
}.mentorship-profile .learning-testimonials {
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 1.5fr;
    max-width: 1200px;
    gap: 3rem;
    z-index: 2;
    position: relative;
}.mentorship-profile .post-thumbnail {
    aspect-ratio: 3/4;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    overflow: hidden;
    position: relative;
    filter: grayscale(100%);
    border-radius: 0;
}.mentorship-profile .post-thumbnail::before {
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(198,203,183,0.5) 100%);
}.mentorship-profile .post-thumbnail:hover {
    filter: grayscale(0%);
    transform: scale(1.03);
}.mentorship-profile .employee-details {
    display: flex;
    padding: 2rem;
    flex-direction: column;
    position: relative;
    justify-content: center;
}.mentorship-profile .employee-details::before {
    width: 2px;
    transition: height 0.8s ease-out;
    position: absolute;
    content: "";
    height: 0;
    left: 0;
    top: 0;
    background: rgb(198,203,183);
}.mentorship-profile .learning-testimonials:hover .employee-details::before {
    height: 100%;
}.mentorship-profile .name {
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 46px;
    font-weight: 700;
    color: #000000;
    overflow: hidden;
}.mentorship-profile .name::after {
    bottom: 0;
    background: rgb(163,169,144);
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    transform: translateX(-101%);
    height: 1px;
    transition: transform 0.6s ease-out 0.2s;
}.mentorship-profile .learning-testimonials:hover .name::after {
    transform: translateX(0);
}.mentorship-profile .employee-details > div:nth-child(2) {
    text-transform: uppercase;
    color: rgb(163,169,144);
    font-weight: 400;
    letter-spacing: 3px;
    opacity: 0;
    font-size: 20px;
    transform: translateY(20px);
    margin-bottom: 2.5rem;
    transition: all 0.5s ease-out 0.4s;
}.mentorship-profile .learning-testimonials:hover .employee-details > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}.mentorship-profile .work-section {
    opacity: 0;
    transform: translateY(20px);
    font-weight: 300;
    font-size: 12px;
    position: relative;
    transition: all 0.5s ease-out 0.6s;
    padding: 0 0 0 20px;
    line-height: 1.8;
    color: #000000;
}.mentorship-profile .learning-testimonials:hover .work-section {
    opacity: 1;
    transform: translateY(0);
}.mentorship-profile .work-section::first-letter {
    font-size: 1.5em;
    font-weight: 700;
    color: rgb(198,203,183);
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.mentorship-profile:hover .name {
    overflow: hidden;
    white-space: nowrap;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
}

@media (max-width: 992px) {.mentorship-profile .learning-testimonials {
    grid-template-columns: 1fr;
    gap: 2rem;
}.mentorship-profile .post-thumbnail {
    max-height: 300px;
    aspect-ratio: 16/9;
}.mentorship-profile .employee-details {
    padding: 1rem 0;
}.mentorship-profile .employee-details::before {
    transition: width 0.8s ease-out;
    height: 2px;
    width: 0;
}.mentorship-profile .learning-testimonials:hover .employee-details::before {
    width: 100%;
    height: 2px;
}}.about-this {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}.about-this::before {
    height: 50%;
    transform: skewY(-6deg) translateY(-30%);
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    background: rgb(198,203,183);
    left: 0;
}.about-this .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.about-this .pro-classes {
    flex-wrap: wrap;
    display: flex;
    position: relative;
    gap: 40px;
}.about-this .knowledge-sessions {
    flex: 0 0 300px;
    position: relative;
    text-align: center;
}.about-this .post-thumbnail {
    border: 8px solid #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    height: 220px;
    z-index: 3;
    width: 220px;
    margin: 0 auto 25px;
    border-radius: 50%;
}.about-this .study-studio {
    margin-bottom: 20px;
}.about-this .why-trust {
    font-weight: 700;
    margin-bottom: 8px;
    color: #000000;
    font-size: 18px;
}.about-this .skill-studio {
    color: rgb(198,203,183);
    padding: 0 15px;
    font-size: 12px;
    position: relative;
    display: inline-block;
    font-weight: 600;
}.about-this .skill-studio::before,
.about-this .skill-studio::after {
    width: 30px;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    background-color: rgb(198,203,183,0.5);
}.about-this .skill-studio::before {
    left: -30px;
}.about-this .skill-studio::after {
    right: -30px;
}.about-this .text-cloud {
    flex: 1;
    min-width: 300px;
    position: relative;
    border-radius: 17px;
    background-color: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    padding: 50px;
}.about-this .text-cloud::before {
    left: 30px;
    border-top: 4px solid rgb(198,203,183,0.5);
    position: absolute;
    content: '';
    top: 30px;
    border-left: 4px solid rgb(198,203,183,0.5);
    width: 60px;
    height: 60px;
    opacity: 0.5;
}.about-this .text-cloud::after {
    border-right: 4px solid rgb(163,169,144,0.5);
    opacity: 0.5;
    bottom: 30px;
    border-bottom: 4px solid rgb(163,169,144,0.5);
    position: absolute;
    width: 60px;
    content: '';
    height: 60px;
    right: 30px;
}.about-this .study-guide {
    font-weight: 600;
    color: #000000;
    align-items: center;
    font-size: 22px;
    margin-bottom: 25px;
    display: flex;
}.about-this .study-guide svg {
    height: 35px;
    margin-right: 10px;
    fill: rgb(198,203,183);
    width: 35px;
}.about-this .study-guide svg path {
    fill: rgb(198,203,183);
}.about-this h2 {
    font-size: 32px;
    position: relative;
    color: #000000;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 30px;
}.about-this h2::after {
    width: 70px;
    left: 0;
    bottom: 0;
    height: 3px;
    background: rgb(198,203,183);
    position: absolute;
    content: '';
}.about-this p {
    position: relative;
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
}.about-this p::first-line {
    font-weight: 600;
    color: #000000;
}

@media (max-width: 992px) {.about-this {
    padding: 80px 0;
}.about-this .knowledge-sessions {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.about-this .text-cloud {
    padding: 40px;
    flex: 0 0 100%;
}.about-this .text-cloud::before,
    .about-this .text-cloud::after {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 768px) {.about-this {
    padding: 60px 0;
}.about-this .post-thumbnail {
    height: 180px;
    border-width: 6px;
    width: 180px;
}.about-this .text-cloud {
    padding: 30px;
}.about-this h2 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.9);
}.about-this .text-cloud::before,
    .about-this .text-cloud::after {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 480px) {.about-this {
    padding: 40px 0;
}.about-this .post-thumbnail {
    margin-bottom: 20px;
    border-width: 5px;
    width: 150px;
    height: 150px;
}.about-this .why-trust {
    font-size: calc(18px * 0.9);
}.about-this .skill-studio {
    padding: 0 10px;
    font-size: calc(12px * 0.9);
}.about-this .skill-studio::before,
    .about-this .skill-studio::after {
    width: 20px;
}.about-this .skill-studio::before {
    left: -20px;
}.about-this .skill-studio::after {
    right: -20px;
}.about-this .text-cloud {
    padding: 25px 20px;
}.about-this h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(32px * 0.8);
}.about-this p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.about-this .study-guide {
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
}.about-this .study-guide svg {
    width: 30px;
    height: 30px;
}.about-this .text-cloud::before,
    .about-this .text-cloud::after {
    border-width: 3px;
    width: 25px;
    height: 25px;
}}.metrics-summary {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(163,169,144,0.5) 0%, rgb(198,203,183,0.5) 100%);
}.metrics-summary::before {
    content: "";
    position: absolute;
    opacity: 0.08;
    z-index: 0;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(163,169,144) 0%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgb(198,203,183) 0%, transparent 4%),
        radial-gradient(circle at 40% 80%, rgb(163,169,144) 0%, transparent 6%);
}.metrics-summary::after {
    z-index: 0;
    filter: blur(30px);
    opacity: 0.2;
    width: 45%;
    content: "";
    height: 45%;
    background: linear-gradient(45deg, rgb(198,203,183,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    top: -10%;
    right: -10%;
    position: absolute;
}.metrics-summary h3 {
    position: relative;
    opacity: 0;
    color: #000000;
    font-size: 34px;
    margin-bottom: 3.5rem;
    font-weight: 600;
    text-align: center;
    transform: translateY(10px);
    z-index: 2;
    animation: fadeInUp 0.8s 0.2s forwards;
}.metrics-summary h3::after {
    width: 80px;
    bottom: -12px;
    transform: translateX(-50%) scaleX(0);
    content: "";
    left: 50%;
    animation: expandLine 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(163,169,144) 0%, rgb(198,203,183) 100%);
}.metrics-summary .container {
    z-index: 2;
    position: relative;
}.metrics-summary ul {
    gap: 30px;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style-type: none;
    display: grid;
}.metrics-summary .statistics-upgrade {
    transform: translateY(20px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05), 
                0 3px 6px rgba(0, 0, 0, 0.02);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    border-left: 3px solid rgb(163,169,144);
    background: rgba(255, 255, 255, 0.85);
    animation: fadeInUp 0.8s forwards;
    height: 100%;
    position: relative;
    opacity: 0;
    padding: 1.8rem;
    backdrop-filter: blur(10px);
    animation-delay: calc(0.15s * var(--i, 0));
}.metrics-summary li:nth-child(1) {
    --i: 1;
}.metrics-summary li:nth-child(2) {
    --i: 2;
}.metrics-summary li:nth-child(3) {
    --i: 3;
}.metrics-summary li:nth-child(4) {
    --i: 4;
}.metrics-summary li:nth-child(5) {
    --i: 5;
}.metrics-summary li:nth-child(6) {
    --i: 6;
}.metrics-summary li:nth-child(7) {
    --i: 7;
}.metrics-summary .statistics-upgrade::before {
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(198,203,183,0.5), 0.05) 100%);
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
}.metrics-summary .statistics-upgrade:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    transform: translateY(-5px) scale(1.02);
}.metrics-summary .statistics-upgrade:hover::after {
    opacity: 1;
    transform: scaleX(1);
}.metrics-summary .statistics-upgrade::after {
    background: linear-gradient(90deg, rgb(163,169,144) 0%, rgb(198,203,183) 100%);
    bottom: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    width: 100%;
    transform: scaleX(0.6);
    height: 3px;
    content: "";
    transform-origin: left;
}.metrics-summary .statistics-upgrade span {
    margin-bottom: 1rem;
    font-weight: 600;
    padding-left: 1.2rem;
    transition: transform 0.3s ease;
    display: block;
    transform: translateX(0);
    font-size: calc(15px * 1.1);
    position: relative;
    color: rgb(163,169,144);
}.metrics-summary .statistics-upgrade:hover span {
    transform: translateX(5px);
}.metrics-summary .statistics-upgrade span::before {
    left: 0;
    top: 50%;
    transition: all 0.3s ease;
    border-radius: 50%;
    background: rgb(198,203,183);
    transform: translateY(-50%);
    position: absolute;
    width: 6px;
    content: "";
    height: 6px;
}.metrics-summary .statistics-upgrade:hover span::before {
    transform: translateY(-50%) scale(1.3);
    background: rgb(163,169,144);
}.metrics-summary .statistics-upgrade p {
    color: rgb(198,203,183);
    font-size: calc(42px * 1.2);
    display: inline-block;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    position: relative;
}.metrics-summary .statistics-upgrade p::after {
    left: 0;
    opacity: 0.3;
    content: "";
    transform: scaleX(0);
    bottom: 5px;
    background: linear-gradient(90deg, rgb(163,169,144,0.5) 0%, transparent 100%);
    height: 4px;
    width: 100%;
    position: absolute;
    transform-origin: left;
    transition: transform 0.5s ease;
}.metrics-summary .statistics-upgrade:hover p::after {
    transform: scaleX(1);
}

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

@keyframes expandLine {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}

@media screen and (max-width: 992px) {.metrics-summary {
    padding: 60px 0;
}.metrics-summary h3 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
}.metrics-summary ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.metrics-summary .statistics-upgrade {
    padding: 1.5rem;
}.metrics-summary .statistics-upgrade p {
    font-size: calc(42px * 1);
}
}

@media screen and (max-width: 768px) {.metrics-summary {
    padding: 50px 0;
}.metrics-summary h3 {
    font-size: calc(34px * 0.85);
    margin-bottom: 2rem;
}.metrics-summary ul {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.metrics-summary .statistics-upgrade span {
    font-size: 15px;
}.metrics-summary .statistics-upgrade p {
    font-size: calc(34px * 1.2);
}
}

@media screen and (max-width: 576px) {.metrics-summary {
    padding: 40px 0;
}.metrics-summary h3 {
    font-size: calc(34px * 0.8);
}.metrics-summary ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.metrics-summary .statistics-upgrade {
    padding: 1.2rem;
}.metrics-summary .statistics-upgrade p {
    font-size: calc(34px * 1.1);
}.metrics-summary h3::after {
    width: 60px;
}}.education-framework {
    overflow: hidden;
    position: relative;
    background: linear-gradient(170deg, rgb(233,236,222), #ffffff);
    padding: 7rem 1.5rem;
}.education-framework::before {
    width: 100%;
    z-index: 0;
    background-image: radial-gradient(circle at 10% 20%, rgb(198,203,183,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
}.education-framework::after {
    width: 100%;
    opacity: 0.3;
    content: "";
    z-index: 0;
    height: 100%;
    position: absolute;
    background-image: radial-gradient(circle at 90% 80%, rgb(163,169,144,0.5) 0%, transparent 40%);
    right: 0;
    bottom: 0;
}.education-framework .pro-classes {
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    max-width: 850px;
    border-radius: 10px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.2);
    gap: 4px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.education-framework h3 {
    font-weight: 700;
    font-size: 37px;
    animation: tabSlideDown 0.6s ease-out forwards;
    margin: 0;
    background: linear-gradient(90deg, rgb(198,203,183), rgb(163,169,144));
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    position: relative;
    padding: 1.5rem 2rem;
    text-align: left;
}.education-framework h3::before {
    top: 50%;
    width: 20px;
    border-radius: 50%;
    right: 2rem;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    animation: pulse 2s infinite;
    height: 20px;
    content: "";
    transform: translateY(-50%);
    position: absolute;
}.education-framework h3::after {
    height: 100%;
    position: absolute;
    border-radius: inherit;
    animation: shine 3s infinite ease-in-out;
    width: 100%;
    top: 0;
    content: "";
    background: 
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.1) 0%, 
            rgba(255, 255, 255, 0) 50%, 
            rgba(255, 255, 255, 0.1) 100%
        );
    left: 0;
}.education-framework span {
    line-height: 1.8;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    background: #ffffff;
    font-size: 15px;
    color: #000000;
    animation: tabContent 0.8s 0.3s ease-out forwards;
    position: relative;
    padding: 2rem;
    transform-origin: top center;
}.education-framework span::before {
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(
        90deg,
        rgb(198,203,183,0.5),
        rgb(163,169,144,0.5)
    );
    position: absolute;
    height: 5px;
}.education-framework span::after {
    border: 2px solid rgb(198,203,183,0.5);
    right: 1rem;
    bottom: 1rem;
    border-radius: 50%;
    background: 
        linear-gradient(
            45deg,
            transparent 45%,
            rgb(198,203,183) 45%,
            rgb(198,203,183) 55%,
            transparent 55%
        );
    animation: rotate 15s linear infinite;
    height: 40px;
    width: 40px;
    content: "";
    position: absolute;
    background-size: 10px 10px;
    opacity: 0.3;
}

@keyframes tabSlideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes tabContent {
    from {
        opacity: 0;
        transform: scaleY(0.8);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 0.8;
        transform: translateY(-50%) scale(1.1);
    }
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.education-framework {
    padding: 6rem 1.5rem;
}.education-framework h3 {
    font-size: calc(37px * 0.9);
    padding: 1.3rem 2rem;
}.education-framework span {
    padding: 1.8rem;
}.education-framework h3::before {
    width: 16px;
    height: 16px;
}
}

@media (max-width: 768px) {.education-framework {
    padding: 5rem 1rem;
}.education-framework h3 {
    text-align: center;
    padding: 1.2rem 1.5rem;
    font-size: calc(37px * 0.8);
}.education-framework span {
    padding: 1.5rem;
    font-size: calc(15px * 0.95);
}.education-framework h3::before {
    height: 14px;
    width: 14px;
    right: 1.5rem;
}.education-framework span::after {
    height: 30px;
    width: 30px;
}}header {
    background: linear-gradient(135deg, rgb(198,203,183,0.5) 0%, rgb(163,169,144) 100%);
    position: relative;
    width: 100%;
    z-index: 99;
    overflow: visible;
}header::before {
    height: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(145deg, rgb(163,169,144,0.5) 0%, transparent 70%);
    top: 0;
    content: "";
    width: 100%;
}header .head-sitewrap {
    transform: none;
    padding: 20px 15px;
    justify-content: space-between;
    z-index: 5;
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
}header .head-sitewrap .main-info {
    transition: transform 0.4s ease;
    transform: translateX(0);
    margin-right: 10px;
}header .head-sitewrap .main-info:hover {
    transform: scale(1.05);
}header .head-sitewrap .main-info .top-study {
    display: inline-block;
}header .head-sitewrap .main-info .top-study svg {
    height: 50px;
    width: auto;
}header .head-sitewrap .main-navbar {
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    transform: none;
    display: flex;
    padding: 20px 30px;
    margin: 0;
    list-style: none;
    border-radius: 13px;
    background: rgba(0, 0, 0, 0.5);
}header .head-sitewrap .main-navbar::before {
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    border-radius: 13px;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotate(-2deg) scale(1.03);
    content: "";
}header .head-sitewrap .main-navbar .header-top {
    position: relative;
    margin: 0 12px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .head-sitewrap .main-navbar .header-top:hover {
    transform: translateY(-3px) scale(1.05);
}header .head-sitewrap .main-navbar .header-top a {
    overflow: hidden;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: 18px;
    display: block;
    position: relative;
    color: #ffffff;
    padding: 8px 5px;
    text-decoration: none;
}header .head-sitewrap .main-navbar .header-top a::after {
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    height: 2px;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(163,169,144), transparent);
    bottom: 0;
}header .head-sitewrap .main-navbar .header-top:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .head-sitewrap {
    flex-direction: column;
    align-items: center;
}header .head-sitewrap .main-info {
    margin-bottom: 15px;
    margin-right: 0;
}header .head-sitewrap .main-navbar {
    width: 100%;
    justify-content: center;
    padding: 15px;
}header .head-sitewrap .main-navbar .header-top {
    margin: 5px 15px 5px 0;
}header .head-sitewrap .main-navbar .header-top a {
    padding: 5px;
    font-size: calc(18px - 2px);
}}.gratContent {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,236,222) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}.gratContent::before {
    z-index: 0;
    position: absolute;
    animation: patternShift 60s linear infinite;
    left: 0;
    background-size: 20px 20px;
    content: "";
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-image: 
        linear-gradient(45deg, rgba(rgb(198,203,183,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(198,203,183,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(198,203,183,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(198,203,183,0.5), 0.05) 75%);
    top: 0;
    width: 100%;
    height: 100%;
}.gratContent::after {
    height: 50%;
    position: absolute;
    animation: floatGlow 15s ease-in-out infinite alternate;
    top: -10%;
    opacity: 0.25;
    filter: blur(70px);
    right: -5%;
    background: linear-gradient(145deg, rgb(198,203,183,0.5), rgb(163,169,144,0.5));
    z-index: 0;
    width: 30%;
    content: "";
}.gratContent .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transform: translateZ(0);
}.gratContent h2 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 3rem;
    position: relative;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -0.01em;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 28px;
    transform: perspective(1000px) translateZ(0);
}.gratContent h2::after {
    position: absolute;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 2px 10px rgba(rgb(198,203,183,0.5), 0.2);
    height: 3px;
    background: linear-gradient(90deg, rgb(198,203,183), rgb(163,169,144));
    width: 6rem;
    bottom: -1rem;
    transform: translateX(-50%) scaleX(0.8);
    left: 50%;
}.gratContent:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.gratContent .pro-classes {
    padding: 3rem 2.5rem;
    background: #ffffff;
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(0);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
}.gratContent .pro-classes::before {
    height: 5px;
    background: linear-gradient(90deg, rgb(198,203,183), rgb(163,169,144), rgb(198,203,183));
    right: -2px;
    position: absolute;
    animation: gradientMove 6s linear infinite;
    left: -2px;
    z-index: 1;
    top: -2px;
    background-size: 200% 100%;
    content: "";
}.gratContent .pro-classes::after {
    height: 30%;
    left: 0;
    position: absolute;
    z-index: 0;
    background: linear-gradient(180deg, transparent, rgba(rgb(233,236,222), 0.05));
    bottom: 0;
    content: "";
    width: 100%;
}.gratContent:hover .pro-classes {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
}.gratContent ul {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
    list-style: none;
}.gratContent li {
    z-index: 2;
    position: relative;
}.gratContent li::before {
    left: -1rem;
    background-image: radial-gradient(circle, rgb(163,169,144,0.5) 0%, transparent 70%);
    position: absolute;
    height: 2rem;
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0.3;
    content: "";
    transform: scale(0.8);
    width: 2rem;
    z-index: -1;
    top: -0.5rem;
}.gratContent:hover li::before {
    transform: scale(1.2);
    opacity: 0.5;
}.gratContent span {
    font-size: 12px;
    padding: 0.5rem 0;
    display: block;
    transition: color 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    position: relative;
}.gratContent span::first-letter {
    font-size: 1.5em;
    font-weight: 600;
    color: rgb(198,203,183);
}

@keyframes gradientMove {
    0% { background-position: 0 0; }
    100% { background-position: 200% 0; }
}

@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}

@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}

@media (max-width: 991px) {.gratContent {
    padding: 4rem 0;
}.gratContent h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
}.gratContent .pro-classes {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.gratContent {
    padding: 3.5rem 0;
}.gratContent h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
    line-height: 1.4;
}.gratContent h2::after {
    width: 5rem;
    bottom: -0.8rem;
}.gratContent .pro-classes {
    padding: 2rem 1.5rem;
}.gratContent span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 575px) {.gratContent {
    padding: 3rem 0;
}.gratContent h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.8rem;
}.gratContent h2::after {
    width: 4rem;
}.gratContent .pro-classes {
    padding: 1.5rem 1.25rem;
}.gratContent span {
    font-size: calc(12px * 0.9);
    line-height: 1.5;
}.gratContent li::before {
    left: -0.5rem;
    top: -0.3rem;
    height: 1.5rem;
    width: 1.5rem;
}
}