* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.nav-prime {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1169px;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
}.study-bottom {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}.wrap-container {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.instructor-history {
    perspective: 1000px;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(175,175,178);
}.instructor-history::before {
    transform: skewY(-5deg);
    left: -5%;
    content: "";
    width: 120%;
    height: 120%;
    top: -10%;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(102,102,105,0.5) 0%,
        transparent 40%,
        rgb(138,138,141,0.5) 100%
    );
    z-index: 0;
}.instructor-history .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
}.instructor-history .feedback-stories {
    background-color: rgba(255, 255, 255, 0.95);
    transform: perspective(1000px) rotateY(-2deg);
    display: grid;
    padding: 40px;
    gap: 30px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    border-left: 4px solid rgb(138,138,141);
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
}.instructor-history .feedback-stories:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.07),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}.instructor-history .feedback-stories > div:first-child {
    transform: translateZ(20px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transition: transform 0.4s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    height: 240px;
    position: relative;
}.instructor-history .feedback-stories:hover > div:first-child {
    transform: translateZ(40px) translateY(-5px);
}.instructor-history .feedback-stories .slider {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    height: 100%;
}.instructor-history .feedback-stories:hover .slider {
    transform: scale(1.03);
}.instructor-history .feedback-stories > div:nth-child(2) {
    padding-left: 15px;
    transform: translateZ(10px);
    position: relative;
}.instructor-history .feedback-stories > div:nth-child(2)::before {
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleY(0);
    height: 100%;
    transform-origin: top;
    width: 3px;
    content: "";
    left: 0;
    background: linear-gradient(
        to bottom,
        rgb(138,138,141) 0%,
        rgb(102,102,105) 100%
    );
    position: absolute;
}.instructor-history .feedback-stories:hover > div:nth-child(2)::before {
    transform: scaleY(1);
}.instructor-history .name {
    margin: 0 0 10px;
    position: relative;
    color: #000000;
    display: inline-block;
    font-size: 23px;
    font-weight: 700;
}.instructor-history .name::after {
    position: absolute;
    width: 40%;
    transition: width 0.4s ease;
    height: 2px;
    content: "";
    left: 0;
    bottom: -5px;
    background-color: rgb(138,138,141);
}.instructor-history .feedback-stories:hover .name::after {
    width: 100%;
}.instructor-history .feedback-stories > div:nth-child(2) > div {
    font-size: calc(12px - 2px);
    color: rgb(102,102,105);
    letter-spacing: 0.5px;
    opacity: 0.9;
    margin-top: 5px;
    font-weight: 600;
}.instructor-history .feedback-stories > div:nth-child(3) {
    transform: translateZ(5px);
    position: relative;
    transition: transform 0.4s ease-out;
}.instructor-history .feedback-stories:hover > div:nth-child(3) {
    transform: translateZ(15px);
}.instructor-history .exp-table {
    color: #000000;
    position: relative;
    padding: 20px 10px 20px 25px;
    box-shadow: 
        inset 0 0 0 1px rgba(rgb(138,138,141,0.5), 0.1),
        0 10px 30px rgba(0, 0, 0, 0.03);
    font-size: 12px;
    line-height: 1.8;
    border-radius: 10px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.8);
}.instructor-history .exp-table::before {
    left: 5px;
    position: absolute;
    content: "";
    color: rgb(138,138,141,0.5);
    opacity: 0.4;
    font-size: calc(43px * 1.5);
    line-height: 1;
    top: 10px;
}

@media screen and (min-width: 768px) {.instructor-history {
    padding: 100px 0;
}.instructor-history .feedback-stories {
    grid-template-rows: auto 1fr;
    padding: 50px;
    grid-template-columns: 300px 1fr;
}.instructor-history .feedback-stories > div:first-child {
    grid-row: 1 / span 2;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.instructor-history .feedback-stories > div:nth-child(2) {
    padding-left: 40px;
    grid-column: 2;
    grid-row: 1;
    align-self: start;
}.instructor-history .feedback-stories > div:nth-child(3) {
    grid-row: 2;
    padding-left: 40px;
    grid-column: 2;
}.instructor-history .exp-table {
    padding: 25px 20px 25px 35px;
    font-size: calc(12px + 1px);
}
}

@media screen and (min-width: 992px) {.instructor-history {
    padding: 120px 0;
}.instructor-history .feedback-stories {
    grid-template-columns: 380px 1fr;
    padding: 60px;
    gap: 40px;
    transform: perspective(1200px) rotateY(-3deg);
}.instructor-history .name {
    font-size: calc(23px + 2px);
}.instructor-history .feedback-stories > div:nth-child(2) > div {
    font-size: 12px;
}.instructor-history .exp-table {
    padding: 30px 25px 30px 45px;
    line-height: 1.9;
}.instructor-history .exp-table::before {
    font-size: calc(43px * 2);
}
}

@media (hover: none) {.instructor-history .feedback-stories {
    transform: none !important;
}.instructor-history .feedback-stories > div:first-child,
    .instructor-history .feedback-stories > div:nth-child(3) {
    transform: none !important;
}
}

@media (prefers-reduced-motion) {.instructor-history .feedback-stories,
    .instructor-history .feedback-stories > div,
    .instructor-history .name::after,
    .instructor-history .slider {
    transition: none !important;
    transform: none !important;
}}.find-contact {
    overflow: hidden;
    position: relative;
    padding: 60px 0;
    background: rgb(138,138,141,0.5);
}.find-contact::before {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background-image: 
        radial-gradient(rgb(102,102,105,0.5) 1px, transparent 1px),
        radial-gradient(rgb(138,138,141,0.5) 1px, transparent 1px);
    position: absolute;
    background-position: 0 0, 10px 10px;
    background-size: 20px 20px;
    animation: backgroundFloat 60s linear infinite;
    content: '';
    opacity: 0.05;
}.find-contact::after {
    left: 0;
    opacity: 0.1;
    pointer-events: none;
    background: radial-gradient(circle at 30% 50%, rgb(102,102,105,0.5) 0%, transparent 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
}@keyframes backgroundFloat {
    0% {
        background-position: 0 0, 10px 10px;
    }
    100% {
        background-position: 100px 0, 110px 10px;
    }
}
@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}
.find-contact .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.find-contact .support-now {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    position: relative;
    flex-direction: column;
    background: #ffffff;
    transition: all 0.5s ease;
    overflow: hidden;
    display: flex;
    border-radius: 27px;
}.find-contact .support-now:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}.find-contact .support-now::before {
    content: '';
    width: 5px;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, rgb(138,138,141), rgb(102,102,105));
}.find-contact .contact-widget {
    font-size: 18px;
    color: #000000;
    align-items: center;
    position: relative;
    display: flex;
    margin: 0;
    background: rgb(175,175,178);
    padding: 25px 30px;
    font-weight: 700;
}.find-contact .contact-widget svg {
    stroke-linejoin: round;
    stroke-linecap: round;
    height: 22px;
    width: 22px;
    fill: none;
    stroke: rgb(138,138,141);
    margin-right: 12px;
    stroke-width: 2;
}.find-contact .contact-widget svg path {
    stroke-dasharray: 50;
    animation: drawPath 1.5s forwards ease-out;
    stroke-dashoffset: 50;
}@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}
.find-contact .contact-widget::after {
    height: 3px;
    border-radius: 10px;
    background: rgb(138,138,141);
    position: absolute;
    bottom: 0;
    left: 30px;
    content: '';
    width: 50px;
}.find-contact .slider {
    transform: translateZ(0);
    overflow: hidden;
    position: relative;
    height: 250px;
    width: 100%;
}.find-contact .slider::before {
    position: absolute;
    top: -50%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 60%,
        rgba(255, 255, 255, 0) 100%
    );
    height: 200%;
    width: 200%;
    content: '';
    z-index: 1;
    left: -50%;
    animation: shineEffect 6s infinite linear;
    transform: rotate(30deg);
}.find-contact .slider::after {
    height: 30%;
    content: '';
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent);
    left: 0;
    width: 100%;
    position: absolute;
}@keyframes shineEffect {
    0% {
        transform: rotate(30deg) translate(-100%, -100%);
    }
    100% {
        transform: rotate(30deg) translate(100%, 100%);
    }
}
.find-contact .feedback-form {
    background: #ffffff;
    z-index: 2;
    padding: 30px;
    position: relative;
}.find-contact .feedback-form::before {
    content: '';
    background: rgb(175,175,178);
    border-radius: 0 0 0 100%;
    top: 0;
    z-index: -1;
    right: 0;
    position: absolute;
    opacity: 0.5;
    width: 150px;
    height: 150px;
}.find-contact .feedback-form::after {
    position: absolute;
    width: 100px;
    bottom: 0;
    opacity: 0.2;
    border-radius: 0 0 27px 0;
    background-image: linear-gradient(to right, rgb(175,175,178) 1px, transparent 1px),
                      linear-gradient(to bottom, rgb(175,175,178) 1px, transparent 1px);
    z-index: -1;
    height: 100px;
    background-size: 10px 10px;
    content: '';
    right: 0;
}.find-contact .feedback-form p {
    margin: 0 0 15px;
    display: flex;
    color: #000000;
    align-items: flex-start;
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    line-height: 1.6;
}.find-contact .feedback-form p:last-child {
    margin-bottom: 0;
}.find-contact .feedback-form p svg {
    box-sizing: content-box;
    padding: 4px;
    fill: none;
    transition: all 0.3s ease;
    left: 0;
    position: absolute;
    height: 20px;
    border-radius: 50%;
    stroke: rgb(138,138,141);
    top: 4px;
    background: rgb(138,138,141,0.5);
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-width: 2;
    width: 20px;
}.find-contact .feedback-form p:hover svg {
    background: rgb(102,102,105,0.5);
    transform: scale(1.1);
    stroke: rgb(102,102,105);
}.find-contact .feedback-form p svg path {
    animation: drawSvg 1s forwards ease-out;
    stroke-dashoffset: 30;
    stroke-dasharray: 30;
}.find-contact .feedback-form p:nth-child(1) svg path {
    animation-delay: 0.1s;
}.find-contact .feedback-form p:nth-child(2) svg path {
    animation-delay: 0.2s;
}.find-contact .feedback-form p:nth-child(3) svg path {
    animation-delay: 0.3s;
}.find-contact .feedback-form p:nth-child(4) svg path {
    animation-delay: 0.4s;
}.find-contact .feedback-form p:nth-child(5) svg path {
    animation-delay: 0.5s;
}@keyframes drawSvg {
    to {
        stroke-dashoffset: 0;
    }
}
.find-contact .feedback-form p:not(:last-child)::after {
    background: linear-gradient(to right, rgb(175,175,178) 0%, transparent 100%);
    left: 30px;
    position: absolute;
    bottom: -7px;
    width: calc(100% - 30px);
    height: 1px;
    content: '';
}.find-contact .feedback-form span {
    position: relative;
    font-weight: 400;
    z-index: 1;
}.find-contact .feedback-form span::before {
    width: calc(100% + 6px);
    position: absolute;
    z-index: -1;
    left: -3px;
    height: 4px;
    bottom: -1px;
    content: '';
    transform: skew(-20deg);
    opacity: 0.3;
    background: rgb(138,138,141,0.5);
}.find-contact .feedback-form a {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: rgb(138,138,141);
    transition: all 0.3s ease;
    text-decoration: none;
}.find-contact .feedback-form b {
    font-weight: 700;
    color: rgb(138,138,141);
}.find-contact .contact-today {
    position: relative;
    margin-top: 30px;
    border-top: 1px solid rgb(175,175,178);
    padding-top: 25px;
}.find-contact .contact-today::before {
    position: absolute;
    background: rgb(138,138,141);
    top: -1px;
    width: 50px;
    content: '';
    height: 3px;
    border-radius: 10px;
    left: 0;
}.find-contact .form-edu {
    margin: 0 0 15px;
    display: flex;
    display: inline-block;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    position: relative;
}.find-contact .form-edu svg {
    height: 18px;
    stroke-linejoin: round;
    stroke-linecap: round;
    margin-right: 8px;
    stroke: rgb(102,102,105);
    fill: none;
    width: 18px;
    stroke-width: 2;
}.find-contact .form-edu svg path {
    animation: drawSvg 1s forwards ease-out 0.6s;
    stroke-dasharray: 30;
    stroke-dashoffset: 30;
}.find-contact .form-edu::after {
    bottom: -5px;
    left: 0;
    content: '';
    background: rgb(102,102,105);
    width: 30px;
    position: absolute;
    height: 2px;
    border-radius: 10px;
}.find-contact .connect-section {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    position: relative;
}.find-contact .connect-section::after {
    content: '';
    width: 50px;
    top: -15px;
    border: 1px solid rgb(102,102,105,0.5);
    z-index: -1;
    border-radius: 50%;
    opacity: 0.1;
    height: 50px;
    position: absolute;
    right: -15px;
}.find-contact .contact-form {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    background: rgb(175,175,178);
    padding: 8px 12px;
    transition: all 0.3s ease;
    display: flex;
    overflow: hidden;
    color: #000000;
    position: relative;
    font-size: calc(14px - 2px);
    align-items: center;
    border-radius: 10px;
}.find-contact .contact-form::before {
    width: 3px;
    background: rgb(138,138,141);
    content: '';
    top: 0;
    opacity: 0.7;
    position: absolute;
    left: 0;
    height: 100%;
}.find-contact .contact-form svg {
    margin-right: 6px;
    fill: none;
    stroke: rgb(138,138,141);
    opacity: 0.8;
    width: 14px;
    transition: all 0.3s ease;
    stroke-linejoin: round;
    stroke-width: 2;
    height: 14px;
    stroke-linecap: round;
}.find-contact .contact-form:hover svg {
    opacity: 1;
    transform: rotate(15deg);
    stroke: rgb(102,102,105);
}.find-contact .contact-form:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(138,138,141,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.find-contact .support-now {
    flex-direction: row;
    align-items: stretch;
}.find-contact .slider {
    width: 40%;
    height: auto;
}.find-contact .feedback-form {
    width: 60%;
    padding: 40px;
}.find-contact .contact-widget {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 3;
    left: 20px;
    backdrop-filter: blur(5px);
    top: 20px;
    padding: 15px 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.find-contact .contact-widget svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}.find-contact .contact-widget::after {
    left: 25px;
}.find-contact .feedback-form p svg {
    width: 22px;
    height: 22px;
}.find-contact .form-edu svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}.find-contact .connect-section {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.find-contact .contact-form svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}
}
@media (max-width: 767px) {.find-contact {
    padding: 40px 0;
}.find-contact .container {
    padding: 0 15px;
}.find-contact .support-now {
    flex-direction: column;
}.find-contact .slider {
    height: 200px;
}.find-contact .feedback-form {
    padding: 25px;
}.find-contact .feedback-form p {
    font-size: calc(14px - 1px);
    margin-bottom: 12px;
}.find-contact .connect-section {
    grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {.find-contact {
    padding: 30px 0;
}.find-contact .slider {
    height: 150px;
}.find-contact .feedback-form {
    padding: 20px;
}.find-contact .feedback-form p {
    padding-left: 25px;
}.find-contact .feedback-form p svg {
    top: 3px;
    height: 16px;
    width: 16px;
}.find-contact .contact-today {
    margin-top: 20px;
    padding-top: 20px;
}.find-contact .form-edu svg {
    height: 14px;
    margin-right: 6px;
    width: 14px;
}.find-contact .contact-form svg {
    height: 12px;
    width: 12px;
    margin-right: 5px;
}}.secure-stockade {
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(175,175,178) 0%, rgba(245, 248, 250, 0.9) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.secure-stockade::before {
    position: absolute;
    content: '';
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(138,138,141,0.5), 0.03),
        rgba(rgb(138,138,141,0.5), 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 0;
    left: 0;
}.secure-stockade::after {
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(rgb(138,138,141,0.5), 0.08));
    z-index: 1;
    top: 0;
    width: 15vw;
    content: '';
    height: 100%;
}.secure-stockade .container {
    backdrop-filter: blur(5px);
    transform-origin: left center;
    background: rgba(#ffffff, 0.95);
    position: relative;
    margin: 0 auto;
    transform: perspective(1000px) rotateY(0.5deg);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07);
    border-left: 4px solid rgb(138,138,141);
    z-index: 2;
    max-width: 1140px;
    padding: 0 2rem;
}.secure-stockade h1 {
    color: #000000;
    line-height: 1.2;
    padding: 2rem 0 1rem;
    transform: translateX(-0.5rem);
    letter-spacing: -0.02em;
    position: relative;
    margin: 0 0 2rem;
    font-weight: 700;
    font-size: 41px;
}.secure-stockade h1::after {
    transform-origin: left center;
    height: 3px;
    background: linear-gradient(90deg, rgb(138,138,141), transparent);
    left: 0;
    animation: expandLine 0.8s ease-out forwards;
    content: '';
    width: 6rem;
    bottom: 0;
    position: absolute;
}.secure-stockade h2 {
    margin: 2.5rem 0 1.5rem;
    padding-left: 1rem;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
    position: relative;
    font-size: 35px;
}.secure-stockade h2::before {
    top: 0.25rem;
    width: 3px;
    left: 0;
    content: '';
    background: rgb(138,138,141);
    border-radius: 1px;
    bottom: 0.25rem;
    position: absolute;
}.secure-stockade h3 {
    margin: 2rem 0 1.25rem;
    color: #000000;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    font-weight: 600;
    font-size: calc(35px * 0.85);
}.secure-stockade h4 {
    border-radius: 2px;
    background: rgba(rgb(138,138,141,0.5), 0.08);
    font-size: calc(35px * 0.7);
    color: #000000;
    display: inline-block;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    margin: 1.75rem 0 1rem;
}.secure-stockade p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}.secure-stockade p strong {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    position: relative;
}.secure-stockade p strong::after {
    bottom: -2px;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    background: rgba(rgb(138,138,141,0.5), 0.3);
    height: 2px;
}.secure-stockade ul {
    margin: 1.5rem 0 2rem 0;
    padding-left: 1.25rem;
    list-style-type: none;
}.secure-stockade li {
    line-height: 1.6;
    margin-bottom: 1.25rem;
    position: relative;
    padding-left: 1.75rem;
}.secure-stockade li::before {
    width: 0.75rem;
    position: absolute;
    border: 2px solid rgb(138,138,141);
    transform: rotate(45deg);
    content: '';
    opacity: 0.8;
    left: 0;
    height: 0.75rem;
    top: 0.5rem;
}.secure-stockade span {
    font-size: calc(15px * 0.95);
    margin-bottom: 1.5rem;
    line-height: 1.7;
    background: linear-gradient(to right, rgba(rgb(102,102,105,0.5), 0.05), transparent);
    display: block;
    padding: 1.25rem;
    border-left: 2px solid rgb(102,102,105);
}

@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 6rem;
    }
}

@media (max-width: 991px) {.secure-stockade {
    padding: 4rem 0;
}.secure-stockade .container {
    padding: 2rem;
    transform: perspective(800px) rotateY(0.3deg);
}.secure-stockade h1 {
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.9);
}.secure-stockade h2 {
    margin: 2rem 0 1.25rem;
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 767px) {.secure-stockade {
    padding: 3rem 0;
}.secure-stockade::after {
    width: 10vw;
}.secure-stockade .container {
    padding: 1.5rem;
    transform: none;
}.secure-stockade h1 {
    padding-top: 1rem;
    transform: translateX(0);
    font-size: calc(41px * 0.8);
}.secure-stockade h2 {
    font-size: calc(35px * 0.8);
    padding-left: 0.75rem;
}.secure-stockade h3 {
    font-size: calc(35px * 0.7);
}.secure-stockade h4 {
    font-size: calc(35px * 0.6);
}.secure-stockade ul {
    padding-left: 0.5rem;
}.secure-stockade li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}.secure-stockade span {
    padding: 1rem;
}
}

@media (max-width: 480px) {.secure-stockade {
    padding: 2rem 0;
}.secure-stockade .container {
    border-left-width: 3px;
    padding: 1.25rem;
}.secure-stockade h1 {
    margin-bottom: 1.25rem;
    font-size: calc(41px * 0.7);
}.secure-stockade h1::after {
    width: 4rem;
}.secure-stockade p, .secure-stockade span {
    font-size: calc(15px * 0.95);
}.secure-stockade li {
    font-size: calc(15px * 0.95);
}@keyframes expandLine {
        from {
            width: 0;
        }
        to {
            width: 4rem;
        }
    }
}.meet-us {
    z-index: 1;
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(175,175,178);
}.meet-us::before {
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 5px,
            rgba(rgb(138,138,141,0.5), 0.03) 5px,
            rgba(rgb(138,138,141,0.5), 0.03) 10px
        );
    position: absolute;
    z-index: -1;
    height: 100%;
}.meet-us::after {
    background: radial-gradient(
        circle at top right,
        rgb(138,138,141,0.5) 0%,
        transparent 70%
    );
    left: 0;
    opacity: 0.2;
    top: 0;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
}.meet-us .container {
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
    overflow: visible;
    position: relative;
}.meet-us h2 {
    border-left: 4px solid rgb(138,138,141);
    margin-bottom: 60px;
    padding-left: 20px;
    position: relative;
    color: #000000;
    text-align: left;
    font-weight: 700;
    font-size: 33px;
}.meet-us h2::before {
    content: "01";
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: calc(40px * 1.5);
    left: -10px;
    opacity: 0.05;
    top: -40px;
    position: absolute;
    z-index: -1;
}.meet-us .story-visual {
    display: grid;
    gap: 50px;
    position: relative;
    grid-template-columns: 1fr;
}.meet-us .growth-graph {
    align-items: center;
    grid-template-columns: 3fr 7fr;
    gap: 30px;
    position: relative;
    display: grid;
    padding: 0;
}.meet-us .growth-graph:nth-child(2) {
    margin-right: 50px;
    grid-template-columns: 7fr 3fr;
    margin-left: -50px;
}.meet-us .growth-graph h3 {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    padding: 15px 30px;
    background: linear-gradient(
        135deg, 
        rgb(138,138,141,0.5) 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    color: #000000;
    position: relative;
    font-size: 23px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.meet-us .growth-graph:nth-child(1) h3 {
    grid-row: 1;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 2;
    margin-right: -30px;
    grid-column: 1;
}.meet-us .growth-graph:nth-child(2) h3 {
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
    grid-row: 1;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    background: linear-gradient(
        135deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        rgb(102,102,105,0.5) 100%
    );
    margin-left: -30px;
    grid-column: 2;
    z-index: 2;
}.meet-us .growth-graph p {
    line-height: 1.8;
    padding: 30px;
    z-index: 1;
    position: relative;
    border-radius: 29px;
    color: #000000;
    background: #ffffff;
    font-size: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.meet-us .growth-graph:nth-child(1) p {
    grid-column: 2;
    border-left: 3px solid rgb(138,138,141);
    margin-left: -20px;
    grid-row: 1;
    clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
}.meet-us .growth-graph:nth-child(2) p {
    margin-right: -20px;
    grid-column: 1;
    text-align: right;
    grid-row: 1;
    border-right: 3px solid rgb(102,102,105);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
}.meet-us .growth-graph:nth-child(1)::before {
    opacity: 0.2;
    border-radius: 50%;
    top: 50%;
    height: 200px;
    position: absolute;
    z-index: 0;
    width: 200px;
    right: -100px;
    transform: translateY(-50%);
    border: 1px dashed rgb(138,138,141,0.5);
    content: "";
    animation: rotate 30s linear infinite;
}.meet-us .growth-graph:nth-child(2)::before {
    left: -100px;
    z-index: 0;
    opacity: 0.2;
    position: absolute;
    content: "";
    height: 200px;
    width: 200px;
    animation: rotate 30s linear infinite reverse;
    top: 50%;
    border: 1px dashed rgb(102,102,105,0.5);
    transform: translateY(-50%);
    border-radius: 50%;
}.meet-us::before {
    content: "";
    height: 5px;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(138,138,141) 0%, 
        rgb(138,138,141) 20%, 
        transparent 20%, 
        transparent 40%,
        rgb(102,102,105) 40%, 
        rgb(102,102,105) 60%,
        transparent 60%,
        transparent 80%,
        rgb(138,138,141) 80%,
        rgb(138,138,141) 100%
    );
    bottom: 0;
}

@keyframes rotate {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media screen and (max-width: 1200px) {.meet-us .growth-graph:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
}
}

@media screen and (max-width: 992px) {.meet-us {
    padding: 80px 0;
}.meet-us h2 {
    margin-bottom: 50px;
}.meet-us .growth-graph,
    .meet-us .growth-graph:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
    gap: 20px;
    grid-template-columns: 1fr;
}.meet-us .growth-graph:nth-child(1) h3,
    .meet-us .growth-graph:nth-child(2) h3 {
    justify-self: center;
    margin: 0;
    grid-row: 1;
    grid-column: 1;
    width: 80%;
}.meet-us .growth-graph:nth-child(1) p,
    .meet-us .growth-graph:nth-child(2) p {
    clip-path: none;
    grid-column: 1;
    text-align: left;
    margin: 0;
    border: none;
    border-top: 3px solid rgb(138,138,141);
    grid-row: 2;
}.meet-us .growth-graph:nth-child(2) p {
    border-top: 3px solid rgb(102,102,105);
}.meet-us .growth-graph::before {
    display: none;
}
}

@media screen and (max-width: 768px) {.meet-us {
    padding: 60px 0;
}.meet-us h2 {
    font-size: calc(33px * 0.9);
    padding-left: 15px;
    margin-bottom: 40px;
}.meet-us h2::before {
    top: -30px;
    font-size: calc(40px * 1.2);
}.meet-us .growth-graph h3 {
    font-size: calc(23px * 0.9);
    padding: 12px 20px;
    width: 90%;
}.meet-us .growth-graph p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
    padding: 20px;
}
}

@media screen and (max-width: 576px) {.meet-us {
    padding: 50px 0;
}.meet-us .container {
    padding: 0 15px;
}.meet-us h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.meet-us h2::before {
    top: -25px;
    left: -5px;
    font-size: calc(40px);
}.meet-us .story-visual {
    gap: 40px;
}.meet-us .growth-graph h3 {
    font-size: calc(23px * 0.85);
    padding: 10px 15px;
    width: 100%;
}.meet-us .growth-graph p {
    line-height: 1.6;
    padding: 15px;
    font-size: calc(17px * 0.9);
}}header {
    background: rgb(175,175,178);
    position: relative;
    padding: 1.2rem 0;
    z-index: 100;
}header::before {
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(138,138,141,0.5) 0%, 
        transparent 50%, 
        rgb(102,102,105,0.5) 100%);
    opacity: 0.5;
    content: '';
    top: 0;
    width: 100%;
}header .container {
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}header .first-lesson {
    gap: 1rem;
    padding: 1rem;
    border-radius: 26px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    background: #ffffff;
    align-items: center;
}header .top-class {
    justify-content: center;
    text-decoration: none;
    display: flex;
    padding: 0.5rem 1rem;
    position: relative;
    margin-bottom: 0.5rem;
}header .top-class::before {
    position: absolute;
    height: 1px;
    left: 0;
    content: '';
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(138,138,141,0.5), 
        rgb(102,102,105,0.5), 
        rgb(138,138,141,0.5), 
        transparent);
    bottom: 0;
}header .top-class svg {
    width: 160px;
    transition: all 0.3s ease;
    height: auto;
}header .top-class:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(138,138,141,0.5));
}header .head-lesson {
    background: rgb(175,175,178);
    display: flex;
    padding: 0.6rem;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 0.4rem;
    border-radius: 10px;
}header .top-guide {
    border-radius: 10px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    z-index: 1;
    color: #000000;
}header .top-guide::before {
    opacity: 0;
    width: 100%;
    content: '';
    background: linear-gradient(135deg, rgb(138,138,141), rgb(102,102,105));
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease;
    position: absolute;
}header .top-guide:hover {
    color: #ffffff;
}header .top-guide:hover::before {
    opacity: 1;
}header .top-guide::after {
    height: 2px;
    bottom: 0;
    background: linear-gradient(to right, rgb(138,138,141), rgb(102,102,105));
    left: 0;
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.3s ease;
    content: '';
    transform-origin: left;
    position: absolute;
}header .top-guide:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .first-lesson {
    gap: 0.8rem;
    padding: 0.8rem;
}header .top-class svg {
    width: 140px;
}header .head-lesson {
    padding: 0.5rem;
}header .top-guide {
    padding: 0.4rem 0.8rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .first-lesson {
    padding: 0.7rem;
    gap: 0.7rem;
}header .top-class svg {
    width: 120px;
}header .head-lesson {
    padding: 0.4rem;
    gap: 0.3rem;
}header .top-guide {
    padding: 0.3rem 0.7rem;
    font-size: calc(16px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .first-lesson {
    padding: 0.6rem;
    gap: 0.6rem;
}header .top-class svg {
    width: 110px;
}header .head-lesson {
    padding: 0.4rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .head-lesson::-webkit-scrollbar {
    height: 2px;
}header .head-lesson::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(138,138,141);
}header .top-guide {
    flex-shrink: 0;
    white-space: nowrap;
}}.homepage {
    background: linear-gradient(135deg, rgb(175,175,178), rgba(0, 0, 0, 0.5));
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    min-height: 100vh;
    padding: 6rem 2rem;
    overflow: hidden;
}.homepage::before {
    content: "";
    z-index: 1;
    left: 0;
    bottom: 0;
    background: 
    radial-gradient(circle at 10% 30%, transparent 20%, rgb(138,138,141,0.5) 21%, transparent 22%),
    radial-gradient(circle at 90% 70%, transparent 10%, rgb(102,102,105,0.5) 11%, transparent 12%);
    transform: perspective(1000px) rotateX(5deg);
    position: absolute;
    background-size: 40px 40px, 60px 60px;
    right: 0;
    top: 0;
    pointer-events: none;
    opacity: 0.1;
}.homepage .online-skills {
    transform: perspective(1000px) rotateX(0);
    width: 100%;
    position: relative;
    animation: titleHolderEnter 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform-style: preserve-3d;
    z-index: 2;
    max-width: 1200px;
}.homepage .online-skills > div {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
}.homepage .online-skills > div > div:first-child {
    transform: translateY(20px);
    position: relative;
    animation: elementFadeUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s forwards;
    opacity: 0;
}.homepage .online-skills > div > div:first-child > div {
    padding: 1.5rem 2rem;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.05),
              inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateZ(20px);
}.homepage h3 {
    letter-spacing: -0.01em;
    font-size: calc(24px * 1.05);
    line-height: 1.4;
    position: relative;
    color: rgb(138,138,141);
    font-weight: 600;
    margin: 0;
}.homepage h3::before {
    height: 60%;
    width: 10px;
    position: absolute;
    left: -2rem;
    transform: translateY(-50%);
    content: "";
    background: linear-gradient(to bottom, rgb(102,102,105), rgb(138,138,141));
    top: 50%;
}.homepage .skill-guides {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 10px 20px rgba(0, 0, 0, 0.1);
    animation: elementFadeUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s forwards;
    border-radius: 10px;
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    overflow: hidden;
}.homepage .skill-guides::before {
    bottom: 0;
    top: 0;
    content: "";
    background: linear-gradient(135deg, 
              rgba(#000000, 0.85), 
              rgba(#000000, 0.4));
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
}.homepage .skill-guides > div {
    position: relative;
    justify-content: center;
    transform-style: preserve-3d;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    padding: 5rem 3rem;
}.homepage .skill-guides > div > div {
    margin-bottom: 1.5rem;
    animation: elementFadeUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.8s forwards;
    position: relative;
    opacity: 0;
    transform: translateZ(30px) translateY(20px);
}.homepage .skill-guides p {
    position: relative;
    letter-spacing: 0.02em;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    padding-left: 1.5rem;
    color: #ffffff;
    line-height: 1.5;
}.homepage .skill-guides p::before {
    content: "";
    box-shadow: 0 0 10px rgb(102,102,105);
    transform: translateY(-50%);
    top: 50%;
    background: rgb(102,102,105);
    border-radius: 50%;
    height: 6px;
    position: absolute;
    left: 0;
    width: 6px;
}.homepage .title_style_header {
    transform: translateZ(40px) translateY(20px);
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1.2;
    opacity: 0;
    font-size: calc(47px * 1.1);
    position: relative;
    animation: elementFadeUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 1s forwards;
}.homepage .title_style_header::after {
    bottom: -15px;
    animation: lineExpand 1.2s cubic-bezier(0.23, 1, 0.32, 1) 1.2s forwards;
    height: 4px;
    content: "";
    width: 80px;
    transform-origin: left center;
    background: linear-gradient(to right, rgb(102,102,105), transparent);
    left: 0;
    position: absolute;
}@keyframes titleHolderEnter {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateX(5deg) translateY(30px);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateX(0) translateY(0);
  }
}

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

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


.homepage .skill-guides:hover {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0) scale(1.02);
}.homepage .skill-guides:hover::before {
    transition: background 0.6s ease;
    background: linear-gradient(135deg, 
              rgba(#000000, 0.8), 
              rgba(#000000, 0.35));
}.homepage .skill-guides:hover .title_style_header {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(45px);
}


@media (min-width: 768px) {.homepage {
    padding: 8rem 4rem;
}.homepage .online-skills > div {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 2fr;
}.homepage h3 {
    font-size: 24px;
}.homepage .skill-guides > div {
    min-height: 400px;
    padding: 6rem 4rem;
}.homepage .title_style_header {
    font-size: 47px;
}
}

@media (min-width: 992px) {.homepage .online-skills > div {
    gap: 5rem;
}.homepage h3 {
    font-size: calc(24px * 1.1);
}.homepage .skill-guides > div {
    min-height: 450px;
    padding: 7rem 5rem;
}.homepage .title_style_header {
    font-size: calc(47px * 1.2);
}.homepage .skill-guides p {
    font-size: calc(14px * 1.1);
}
}

@media (max-width: 767px) {.homepage {
    padding: 4rem 1.5rem;
}.homepage .online-skills > div {
    gap: 2rem;
}.homepage h3 {
    font-size: calc(24px * 0.9);
}.homepage .skill-guides > div {
    min-height: 250px;
    padding: 4rem 2rem;
}.homepage .title_style_header {
    font-size: calc(47px * 0.85);
}.homepage .skill-guides p {
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 480px) {.homepage {
    padding: 3rem 1rem;
}.homepage .online-skills > div > div:first-child > div {
    padding: 1.25rem 1.5rem;
}.homepage h3 {
    font-size: calc(24px * 0.85);
}.homepage h3::before {
    width: 6px;
    left: -1.5rem;
}.homepage .skill-guides > div {
    padding: 3rem 1.5rem;
}.homepage .title_style_header {
    font-size: calc(47px * 0.75);
}}.newsletter {
    background: linear-gradient(135deg, rgb(175,175,178) 0%, rgb(138,138,141,0.5) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
}.newsletter::before {
    height: 100%;
    right: 0;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
    z-index: 1;
    position: absolute;
    content: "";
    opacity: 0.7;
    width: 30%;
    top: 0;
    background: linear-gradient(45deg, transparent, rgb(102,102,105,0.5), transparent);
}.newsletter::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(138,138,141), rgb(102,102,105), rgb(138,138,141));
    left: 0;
    content: "";
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 5px;
}.newsletter .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.newsletter .learning-creators {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    transition: transform 0.4s ease-out;
    transform: perspective(1000px) rotateX(2deg);
}.newsletter .learning-creators:hover {
    transform: perspective(1000px) rotateX(0);
}.newsletter h3 {
    font-weight: 600;
    position: relative;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.5;
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    margin: 0;
    font-size: 21px;
    color: #000000;
}.newsletter h3::after {
    position: absolute;
    transform: scaleX(0);
    content: "";
    bottom: -15px;
    background: rgb(138,138,141);
    transform-origin: left;
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    left: 0;
    width: 80px;
}.newsletter .learning-creators:hover h3 {
    transform: translateY(-5px);
}.newsletter .learning-creators:hover h3::after {
    transform: scaleX(1);
}.newsletter .input_holder {
    border-left: 3px solid rgb(138,138,141);
    gap: 1.5rem;
    padding: 2rem;
    transform: translateY(0);
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    flex-direction: column;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    position: relative;
    display: flex;
}.newsletter .input_holder:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}.newsletter .input_holder div {
    position: relative;
    width: 100%;
}.newsletter .input_holder div::before {
    height: 0;
    background: rgb(102,102,105);
    width: 5px;
    content: "";
    left: -10px;
    transition: height 0.3s ease, top 0.3s ease;
    top: 50%;
    z-index: 2;
    position: absolute;
}.newsletter .input_holder div:hover::before {
    top: 20%;
    height: 60%;
}.newsletter input[type="email"] {
    transition: all 0.3s ease;
    outline: none;
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
    border: 1px solid #e0e0e0;
    padding: 1.2rem 1.5rem;
    background: #ffffff;
    width: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 15px;
}.newsletter input[type="email"]:focus {
    border-color: rgb(138,138,141);
    box-shadow: inset 0 0 0 1px rgb(138,138,141,0.5);
}.newsletter input[type="email"]::placeholder {
    color: #999;
    transition: opacity 0.3s ease;
    opacity: 0.7;
}.newsletter input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.newsletter .subscribe-tip {
    cursor: pointer;
    position: relative;
    outline: none;
    overflow: hidden;
    color: #ffffff;
    padding: 1rem 2rem;
    border: none;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(138,138,141) 0%, rgb(102,102,105) 100%);
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.5s ease;
    align-self: flex-start;
    font-size: 18px;
}.newsletter .subscribe-tip::before {
    width: 100%;
    left: -100%;
    top: 0;
    content: "";
    position: absolute;
    transition: left 0.7s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.newsletter .subscribe-tip:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(rgb(138,138,141,0.5), 0.4);
}.newsletter .subscribe-tip:hover::before {
    left: 100%;
}.newsletter .subscribe-tip:active {
    transform: translateY(1px);
}

@media (min-width: 768px) {.newsletter {
    padding: 6rem 3rem;
}.newsletter .learning-creators {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.newsletter h3 {
    font-size: calc(21px * 1.1);
}.newsletter .input_holder {
    align-items: stretch;
    flex-direction: row;
}.newsletter .input_holder div {
    flex: 1;
}.newsletter .subscribe-tip {
    margin-left: 1rem;
}
}

@media (max-width: 767px) {.newsletter {
    padding: 4rem 1.5rem;
}.newsletter::before {
    width: 50%;
}.newsletter h3 {
    text-align: center;
}.newsletter h3::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.newsletter .learning-creators:hover h3::after {
    transform: translateX(-50%) scaleX(1);
}.newsletter .subscribe-tip {
    width: 100%;
    margin-top: 0.5rem;
}
}

@media (max-width: 480px) {.newsletter {
    padding: 3rem 1rem;
}.newsletter h3 {
    font-size: calc(21px * 0.9);
}.newsletter .input_holder {
    padding: 1.5rem;
}.newsletter input[type="email"] {
    padding: 1rem;
}}.user-comments {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(175,175,178) 0%, #ffffff 100%);
}.user-comments::before {
    position: absolute;
    opacity: 0.2;
    width: 40%;
    transform: rotate(-15deg);
    content: "";
    right: -10%;
    background: radial-gradient(ellipse at center, rgb(138,138,141,0.5) 0%, transparent 70%);
    z-index: 1;
    top: -5%;
    height: 70%;
}.user-comments::after {
    transform: rotate(15deg);
    height: 70%;
    position: absolute;
    bottom: -5%;
    width: 50%;
    opacity: 0.15;
    content: "";
    left: -10%;
    z-index: 1;
    background: radial-gradient(ellipse at center, rgb(102,102,105,0.5) 0%, transparent 70%);
}.user-comments .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}.user-comments h2 {
    font-size: 37px;
    color: #000000;
    margin-bottom: 3rem;
    text-align: left;
    font-weight: 700;
    transform: translateX(1rem);
    position: relative;
}.user-comments h2::after {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 0.25rem;
    width: 6rem;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(138,138,141) 0%, rgb(102,102,105) 100%);
    left: 0;
    bottom: -0.8rem;
    transform: scaleX(1);
    position: absolute;
}.user-comments .learner-voices {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
    padding: 0;
    margin: 0;
    list-style: none;
}.user-comments .feedback-stories {
    position: relative;
    flex-direction: column;
    background: #ffffff;
    height: 100%;
    padding: 2rem;
    display: flex;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
}.user-comments .feedback-stories::before {
    content: "";
    color: rgb(138,138,141,0.5);
    opacity: 0.1;
    font-family: serif;
    position: absolute;
    line-height: 1;
    right: 1rem;
    z-index: 0;
    top: -2rem;
    font-size: 10rem;
}.user-comments .feedback-stories:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.user-comments .feedback-stories div {
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 1.5rem;
    z-index: 2;
}.user-comments .feedback-stories div::after {
    position: absolute;
    bottom: -0.75rem;
    background: linear-gradient(90deg, rgb(102,102,105) 0%, transparent 100%);
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    width: 40%;
}.user-comments .feedback-stories:hover div::after {
    width: 70%;
}.user-comments .feedback-stories img {
    height: 60px;
    object-fit: cover;
    width: 60px;
    margin-right: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease;
    border-radius: 50%;
    border: 3px solid #ffffff;
}.user-comments .feedback-stories:hover img {
    transform: scale(1.05);
}.user-comments .feedback-stories h4 {
    font-size: 20px;
    margin: 0;
    transition: transform 0.3s ease;
    color: #000000;
    font-weight: 600;
}.user-comments .feedback-stories:hover h4 {
    transform: translateX(0.5rem);
    color: rgb(138,138,141);
}.user-comments .feedback-stories .description {
    z-index: 2;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    position: relative;
    line-height: 1.6;
}.user-comments a {
    text-decoration: none;
    color: #000000;
    border: 2px solid rgb(138,138,141);
    margin-top: 3rem;
    font-size: 15px;
    overflow: hidden;
    padding: 1rem 2rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: inline-block;
    z-index: 2;
    font-weight: 600;
    background: transparent;
}.user-comments a::before {
    top: 0;
    transition: width 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 0;
    background: rgb(138,138,141);
    content: "";
    left: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
}.user-comments a:hover {
    color: #ffffff;
}.user-comments a:hover::before {
    width: 100%;
}

@media (max-width: 992px) {.user-comments {
    padding: 5rem 0;
}.user-comments .learner-voices {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.user-comments .feedback-stories {
    padding: 1.5rem;
}.user-comments h2 {
    transform: translateX(0);
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 768px) {.user-comments {
    padding: 4rem 0;
}.user-comments .learner-voices {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user-comments .feedback-stories {
    padding: 1.25rem;
}.user-comments .feedback-stories img {
    height: 50px;
    width: 50px;
}.user-comments h2 {
    font-size: calc(37px * 0.8);
    margin-bottom: 2rem;
}.user-comments h2::after {
    width: 5rem;
}
}

@media (max-width: 576px) {.user-comments {
    padding: 3rem 0;
}.user-comments .learner-voices {
    gap: 1rem;
    grid-template-columns: 1fr;
}.user-comments .feedback-stories {
    padding: 1.25rem;
}.user-comments .feedback-stories::before {
    font-size: 8rem;
}.user-comments .feedback-stories img {
    width: 45px;
    height: 45px;
}.user-comments h2 {
    text-align: center;
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
}.user-comments h2::after {
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
}.user-comments a {
    text-align: center;
    margin: 2rem auto 0;
    width: 80%;
    display: block;
}}.attempt-now {
    background: linear-gradient(120deg, rgb(102,102,105,0.5) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.attempt-now::before {
    content: '';
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: 1;
    width: 80%;
    opacity: 0.1;
    height: 200%;
    position: absolute;
    background: rgb(138,138,141,0.5);
    right: -20%;
    transform: rotate(-15deg);
    top: -50%;
}.attempt-now::after {
    width: 60%;
    opacity: 0.1;
    left: -10%;
    content: '';
    transform: rotate(15deg);
    height: 150%;
    bottom: -30%;
    z-index: 1;
    position: absolute;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    background: rgb(102,102,105,0.5);
}.attempt-now .learning-creators {
    position: relative;
    padding: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    flex-direction: column;
}.attempt-now .container p {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    font-weight: 700;
    max-width: 800px;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    padding: 40px 60px;
    position: relative;
    line-height: 1.4;
    z-index: 5;
    color: #000000;
    background: #ffffff;
    margin: 0 0 60px 0;
    font-size: 28px;
    text-align: center;
}.attempt-now .support-help {
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 20px 50px;
    font-size: 19px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(138,138,141), rgb(102,102,105));
    color: #ffffff;
    z-index: 5;
    font-weight: 600;
    transition: all 0.4s ease;
}.attempt-now .support-help::before {
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, rgb(102,102,105), rgb(138,138,141));
    opacity: 0;
    position: absolute;
    width: 100%;
    transition: opacity 0.4s ease;
}.attempt-now .support-help:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) scale(1.05);
}.attempt-now .support-help:hover::before {
    opacity: 1;
}.attempt-now .container p::before {
    position: absolute;
    top: -10%;
    opacity: 0.4;
    background: #ffffff;
    left: -20%;
    content: '';
    animation: morph 8s ease-in-out infinite;
    width: 140%;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    z-index: -1;
    height: 120%;
}.attempt-now .support-help::after {
    top: 0;
    content: '';
    left: -100px;
    transform: skewX(-15deg);
    position: absolute;
    animation: shine 6s infinite;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    height: 100%;
    width: 30px;
}

@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (max-width: 991px) {.attempt-now {
    padding: 90px 0;
}.attempt-now .container p {
    margin-bottom: 50px;
    font-size: calc(18px * 1.2);
    padding: 35px 50px;
}.attempt-now .support-help {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.attempt-now {
    padding: 70px 0;
}.attempt-now .container p {
    padding: 30px 40px;
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
    font-size: 18px;
    margin-bottom: 40px;
}.attempt-now .support-help {
    padding: 15px 35px;
}.attempt-now .container p::before {
    animation: none;
}
}

@media (max-width: 480px) {.attempt-now {
    padding: 50px 0;
}.attempt-now .container p {
    padding: 25px 30px;
    border-radius: 30px;
    font-size: calc(17px * 1.2);
    margin-bottom: 30px;
}.attempt-now .support-help {
    padding: 12px 30px;
    font-size: calc(19px * 0.9);
}}.contact-section {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(
        -45deg, 
        rgb(175,175,178) 0%, 
        rgb(102,102,105,0.5) 100%
    );
    overflow: hidden;
}.contact-section .container {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1400px;
}.contact-section .support-grid {
    box-shadow: 0 25px 50px rgb(138,138,141,0.5);
    overflow: hidden;
    align-items: stretch;
    display: flex;
    position: relative;
    background: rgb(102,102,105,0.5);
    border-radius: 24px;
}.contact-section .slider {
    transform: skew(-10deg);
    margin-left: -5%;
    position: relative;
    z-index: 2;
    min-height: 600px;
    flex: 0 0 45%;
}.contact-section .slider::before {
    background: linear-gradient(
        135deg, 
        rgb(138,138,141,0.5) 0%, 
        rgb(102,102,105,0.5) 100%
    );
    z-index: 1;
    transform: skew(10deg);
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    width: 120%;
}.contact-section .connect-panel {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 4rem 3rem 4rem 10%;
    flex: 0 0 55%;
    z-index: 3;
    position: relative;
}.contact-section h2 {
    font-weight: 700;
    padding-left: 2rem;
    color: #ffffff;
    position: relative;
    text-align: left;
    margin-bottom: 2.5rem;
    font-size: 43px;
}.contact-section h2::before {
    width: 1rem;
    position: absolute;
    box-shadow: 0 0 15px rgb(138,138,141,0.5);
    left: 0;
    transform: translateY(-50%);
    height: 1rem;
    border-radius: 50%;
    content: '';
    background: rgb(138,138,141);
    top: 50%;
}.contact-section .connect-panel h3 {
    position: relative;
    margin-bottom: 2rem;
    font-weight: 600;
    padding-bottom: 1rem;
    color: #ffffff;
    font-size: 35px;
}.contact-section .connect-panel h3::after {
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    content: '';
    background: rgb(138,138,141);
    width: 50px;
}.contact-section .connect-panel form {
    display: grid;
    gap: 1.5rem;
}.contact-section .connect-panel input:not([type="checkbox"]):not([type="submit"]) {
    padding: 1rem 1.5rem;
    border-radius: 10px;
    color: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    font-size: 15px;
    outline: none;
    position: relative;
    background: rgb(102,102,105,0.5);
    border: 1px solid rgb(138,138,141,0.5);
}.contact-section .connect-panel input:not([type="checkbox"]):not([type="submit"])::after {
    width: 0;
    left: 0;
    height: 2px;
    position: absolute;
    content: '';
    transition: width 0.3s ease;
    background: rgb(138,138,141);
    bottom: -2px;
}.contact-section .connect-panel input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(138,138,141,0.5);
    border-color: rgb(138,138,141);
}.contact-section .connect-panel input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact-section .connect-panel .help-feedback {
    gap: 1rem;
    align-items: center;
    display: flex;
}.contact-section .connect-panel .help-feedback input[type="checkbox"] {
    border: 2px solid rgb(138,138,141,0.5);
    cursor: pointer;
    height: 22px;
    background: rgb(102,102,105,0.5);
    position: relative;
    transition: all 0.3s ease;
    width: 22px;
    appearance: none;
    border-radius: 10px;
}.contact-section .connect-panel .help-feedback input[type="checkbox"]:checked {
    background: rgb(138,138,141);
    border-color: rgb(138,138,141);
}.contact-section .connect-panel .help-feedback input[type="checkbox"]:checked::after {
    color: #ffffff;
    content: '✔';
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    top: 50%;
    position: absolute;
}.contact-section .connect-panel .help-feedback label {
    align-items: center;
    font-size: 15px;
    display: flex;
    color: #ffffff;
}.contact-section .connect-panel .help-feedback a {
    text-decoration: none;
    color: rgb(138,138,141);
    margin-left: 0.3rem;
    transition: color 0.3s ease;
}.contact-section .connect-panel .help-feedback a:hover {
    text-decoration: underline;
}.contact-section .connect-panel .support-help {
    padding: 1rem;
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgb(138,138,141);
    border-radius: 10px;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
}.contact-section .connect-panel .support-help::before {
    width: 200%;
    position: absolute;
    top: -50%;
    content: '';
    transform: rotate(-45deg);
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(138,138,141,0.5), 
        transparent
    );
    transition: all 0.5s ease;
    opacity: 0;
    height: 200%;
    left: -50%;
}.contact-section .connect-panel .support-help:hover::before {
    opacity: 1;
}.contact-section .connect-panel .support-help:hover {
    box-shadow: 0 10px 20px rgb(138,138,141,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.contact-section .slider {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact-section .support-grid {
    flex-direction: column;
}.contact-section .slider {
    transform: none;
    margin-left: 0;
    min-height: 300px;
    flex: 0 0 100%;
}.contact-section .slider::before {
    transform: none;
    width: 100%;
}.contact-section .connect-panel {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.contact-section {
    padding: 3rem 0;
}.contact-section h2 {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    font-size: calc(43px * 0.8);
}.contact-section h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.contact-section .connect-panel h3 {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 0.9);
}.contact-section .connect-panel input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact-section .support-grid {
    border-radius: 0;
}.contact-section .connect-panel {
    padding: 2rem 1.5rem;
}}footer {
    background-color: #000000;
    position: relative;
    margin-top: 0;
}footer::before {
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.9;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(138,138,141,0.5) 50%,
    #000000 100%);
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
}.study-bottom {
    z-index: 5;
    padding: 60px 0 40px;
    position: relative;
    background-color: transparent;
}.study-bottom .container {
    display: grid;
    position: relative;
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
}.study-bottom .company_holder {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 30px;
    grid-column: span 4;
}.study-bottom .company_holder h3 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 34px;
}.study-bottom .company_holder h3::after {
    height: 2px;
    background: rgb(138,138,141);
    content: "";
    bottom: -8px;
    width: 100%;
    left: 0;
    position: absolute;
}.study-bottom .donate-btn {
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.8;
    font-size: 18px;
}.study-bottom .goal-footer {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    grid-column: span 8;
    display: grid;
}.study-bottom .head-lesson {
    padding: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
}.study-bottom .head-lesson h5 {
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
}.study-bottom .head-lesson h5::after {
    content: "";
    left: 0;
    position: absolute;
    height: 2px;
    bottom: -8px;
    width: 100%;
    background: rgb(102,102,105);
}.study-bottom .head-lesson .nav-guide {
    grid-gap: 15px;
    display: grid;
}.study-bottom .head-lesson .nav-guide a {
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    position: relative;
    font-size: 18px;
    display: block;
    padding-left: 15px;
    opacity: 0.8;
}.study-bottom .head-lesson .nav-guide a::before {
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 6px;
    background: rgb(102,102,105);
    content: "";
    width: 6px;
    left: 0;
}.study-bottom .head-lesson .nav-guide a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(138,138,141);
}.level-up {
    margin-top: 40px;
    z-index: 5;
    padding: 25px 0;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
}.level-up .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.level-up .sustain-cta {
    color: #ffffff;
    opacity: 0.7;
    text-align: center;
    font-size: 12px;
}

@media (max-width: 991px) {.study-bottom .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.study-bottom .company_holder {
    grid-column: span 12;
}.study-bottom .goal-footer {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.study-bottom {
    padding: 40px 0 30px;
}.study-bottom .goal-footer {
    grid-template-columns: 1fr;
}.study-bottom .company_holder {
    padding: 25px;
}.study-bottom .head-lesson {
    padding: 25px;
}.study-bottom .company_holder h3 {
    font-size: calc(34px - 2px);
}.study-bottom .head-lesson h5 {
    font-size: calc(20px - 1px);
}
}

@media (max-width: 575px) {.study-bottom {
    padding: 30px 0 20px;
}.study-bottom .company_holder,
  .study-bottom .head-lesson {
    padding: 20px;
}.study-bottom .company_holder h3 {
    font-size: calc(34px - 4px);
}.level-up {
    padding: 20px 0;
}}

.study-bottom .company_holder:hover,
.study-bottom .head-lesson:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}.study-bottom .container::before {
    background: 
    linear-gradient(to right, rgb(138,138,141,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(138,138,141,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    content: "";
    opacity: 0.05;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    pointer-events: none;
    z-index: -1;
}.study-bottom .company_holder::before {
    opacity: 0.5;
    left: 0;
    position: absolute;
    background: rgb(138,138,141);
    width: 5px;
    top: 0;
    height: 100%;
    content: "";
}.study-bottom .head-lesson::before {
    width: 5px;
    content: "";
    background: rgb(102,102,105);
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.5;
    top: 0;
}footer::after {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 5px;
    background: linear-gradient(to right,
    rgb(138,138,141),
    rgb(102,102,105),
    rgb(138,138,141));
    left: 0;
    content: "";
    opacity: 0.3;
}.study-bottom .nav-guide {
    position: relative;
}.study-bottom .nav-guide::after {
    left: 0;
    opacity: 0.2;
    content: "";
    width: 100%;
    position: absolute;
    background: rgb(102,102,105,0.5);
    height: 1px;
    bottom: -15px;
}.study-bottom .head-lesson h5,
.study-bottom .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}.study-bottom .head-lesson:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}.study-bottom .head-lesson:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.level-up .sustain-cta {
    display: inline-block;
    position: relative;
}.level-up .sustain-cta::before {
    width: 30px;
    position: absolute;
    opacity: 0.5;
    left: -40px;
    height: 1px;
    top: 50%;
    background: rgb(138,138,141);
    transform: translateY(-50%);
    content: "";
}.level-up .sustain-cta::after {
    opacity: 0.5;
    content: "";
    background: rgb(138,138,141);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    right: -40px;
}.future-members {
    overflow: hidden;
    position: relative;
    background: #f9f9f9;
    padding: 120px 0;
}.future-members::before {
    content: '';
    z-index: 1;
    background-color: rgb(138,138,141,0.5);
    width: 6px;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
}.future-members .learning-creators {
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0 30px;
    z-index: 10;
    max-width: 1000px;
}.future-members h3 {
    margin-bottom: 80px;
    display: inline-block;
    color: #000000;
    background-color: #f9f9f9;
    font-size: 34px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    border: 3px solid rgb(138,138,141,0.5);
    font-weight: 700;
    padding: 0 30px;
}.future-members ul {
    display: flex;
    position: relative;
    gap: 50px;
    padding: 0;
    list-style: none;
    margin: 0;
    flex-direction: column;
    align-items: center;
}.future-members ul li {
    background-color: #ffffff;
    max-width: 500px;
    text-align: left;
    transition: all 0.4s ease;
    padding: 30px;
    width: 100%;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
    gap: 20px;
    display: flex;
    position: relative;
    border-radius: 20px;
}.future-members ul li::before {
    transform: translateX(-50%);
    background-color: #ffffff;
    border: 6px solid rgb(138,138,141,0.5);
    content: '';
    position: absolute;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 50px;
    left: 50%;
    height: 50px;
    transition: all 0.4s ease;
    top: -25px;
    z-index: 5;
    border-radius: 50%;
}.future-members ul li:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
}.future-members ul li:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.future-members ul li:hover::before {
    border-color: #ffffff;
    background-color: rgb(138,138,141,0.5);
}.future-members ul li svg {
    background-color: rgb(138,138,141,0.5);
    height: 60px;
    border-radius: 50%;
    width: 60px;
    flex-shrink: 0;
    padding: 12px;
    transition: all 0.4s ease;
}.future-members ul li:hover svg {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: rotate(360deg);
    background-color: #ffffff;
}.future-members ul li svg path {
    transition: fill 0.4s ease;
    fill: #ffffff;
}.future-members ul li:hover svg path {
    fill: rgb(138,138,141);
}@keyframes fadeInFromTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.future-members ul li {
    opacity: 0;
    animation: fadeInFromTop 0.6s ease forwards;
}.future-members ul li:nth-child(1) {
    animation-delay: 0.1s;
}.future-members ul li:nth-child(2) {
    animation-delay: 0.3s;
}.future-members ul li:nth-child(3) {
    animation-delay: 0.5s;
}.future-members ul li:nth-child(4) {
    animation-delay: 0.7s;
}.future-members ul li:nth-child(5) {
    animation-delay: 0.9s;
}.future-members ul li:nth-child(6) {
    animation-delay: 1.1s;
}

@media (max-width: 992px) {.future-members {
    padding: 90px 0;
}.future-members h3 {
    margin-bottom: 60px;
}.future-members ul {
    gap: 60px;
}.future-members ul li {
    padding: 25px;
}.future-members ul li svg {
    height: 50px;
    padding: 10px;
    width: 50px;
}
}

@media (max-width: 768px) {.future-members ul li,
    .future-members ul li:nth-child(even) {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.future-members ul li::before {
    top: -30px;
}
}

@media (max-width: 576px) {.future-members {
    padding: 70px 0;
}.future-members h3 {
    font-size: calc(34px * 0.85);
    padding: 0 20px;
    margin-bottom: 50px;
}.future-members ul {
    gap: 50px;
}.future-members ul li {
    padding: 20px;
}.future-members ul li::before {
    width: 40px;
    height: 40px;
    top: -25px;
}.future-members ul li svg {
    height: 45px;
    width: 45px;
    padding: 8px;
}
}

@media (prefers-reduced-motion: reduce) {.future-members ul li {
    animation: none;
    opacity: 1;
}.future-members ul li:hover {
    transform: none;
}.future-members ul li:hover svg {
    transform: none;
}}.education-framework {
    align-items: center;
    min-height: 75vh;
    overflow: hidden;
    justify-content: center;
    display: flex;
    position: relative;
    background: rgb(175,175,178);
}.education-framework::before {
    background: 
        linear-gradient(135deg, rgb(138,138,141,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(102,102,105,0.5) 0%, transparent 50%);
    z-index: 1;
    left: 0;
    position: absolute;
    opacity: 0.5;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
}.education-framework::after {
    top: 5%;
    left: 5%;
    opacity: 0.2;
    width: 90%;
    content: "";
    height: 90%;
    animation: gridMove 30s linear infinite;
    z-index: 1;
    background-image: 
        linear-gradient(to right, rgb(138,138,141,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(102,102,105,0.5) 1px, transparent 1px);
    transform: perspective(500px) rotateX(10deg);
    background-size: 40px 40px;
    position: absolute;
    transform-origin: center center;
}.education-framework .container {
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 0 2rem;
    align-items: center;
    display: flex;
    z-index: 5;
    max-width: 1200px;
}.education-framework .learning-creators {
    background: #ffffff;
    max-width: 900px;
    display: flex;
    overflow: hidden;
    width: 100%;
    border-radius: 14px;
    position: relative;
    gap: 3rem;
    padding: 4rem;
    flex-direction: column;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.education-framework .learning-creators::before {
    z-index: 1;
    content: "";
    border-image: linear-gradient(45deg, 
        rgb(138,138,141,0.5) 0%, 
        transparent 25%, 
        rgb(102,102,105,0.5) 50%, 
        transparent 75%, 
        rgb(138,138,141,0.5) 100%
    ) 1;
    inset: 10px;
    position: absolute;
    border: 1px solid;
    animation: borderFlowInner 6s linear infinite;
}.education-framework .learning-creators::after {
    animation: rotateDash 15s linear infinite;
    content: "";
    opacity: 0.3;
    z-index: 1;
    position: absolute;
    inset: 20px;
    border: 1px dashed rgb(138,138,141,0.5);
}.education-framework h3 {
    padding-bottom: 1.5rem;
    text-align: left;
    overflow: hidden;
    font-weight: 700;
    z-index: 2;
    position: relative;
    color: rgb(138,138,141);
    font-size: 35px;
}.education-framework h3::before {
    position: absolute;
    height: 4px;
    animation: lineGrow 4s ease-in-out infinite;
    background: linear-gradient(90deg, rgb(138,138,141), rgb(102,102,105));
    width: 0;
    content: "";
    bottom: 0;
    left: 0;
}.education-framework h3::after {
    bottom: 0;
    left: 0;
    opacity: 0.5;
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(138,138,141,0.5) 20%,
        rgb(102,102,105,0.5) 80%,
        transparent 100%
    );
}.education-framework span {
    z-index: 2;
    position: relative;
    line-height: 1.8;
    padding-right: 2rem;
    padding-left: 2rem;
    color: #000000;
    position: relative;
    font-size: 12px;
}.education-framework span::before {
    top: 0;
    height: 100%;
    width: 5px;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(138,138,141,0.5), transparent);
}.education-framework span::after {
    width: 5px;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(102,102,105,0.5));
    content: "";
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes borderFlowInner {
    0% {
        border-image-source: linear-gradient(45deg, 
            rgb(138,138,141,0.5) 0%, 
            transparent 25%, 
            rgb(102,102,105,0.5) 50%, 
            transparent 75%, 
            rgb(138,138,141,0.5) 100%
        );
    }
    50% {
        border-image-source: linear-gradient(45deg, 
            rgb(102,102,105,0.5) 0%, 
            transparent 25%, 
            rgb(138,138,141,0.5) 50%, 
            transparent 75%, 
            rgb(102,102,105,0.5) 100%
        );
    }
    100% {
        border-image-source: linear-gradient(45deg, 
            rgb(138,138,141,0.5) 0%, 
            transparent 25%, 
            rgb(102,102,105,0.5) 50%, 
            transparent 75%, 
            rgb(138,138,141,0.5) 100%
        );
    }
}

@keyframes rotateDash {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes lineGrow {
    0%, 100% {
        width: 0;
    }
    50% {
        width: 100%;
    }
}

@media (max-width: 992px) {.education-framework .container {
    padding: 3rem 1.5rem;
}.education-framework .learning-creators {
    padding: 3rem;
}.education-framework h3 {
    text-align: center;
    font-size: calc(35px * 0.9);
}.education-framework span {
    font-size: calc(12px * 0.95);
}.education-framework .learning-creators::after {
    inset: 15px;
}
}

@media (max-width: 768px) {.education-framework {
    padding: 4rem 0;
    min-height: auto;
}.education-framework .container {
    padding: 0 1.2rem;
}.education-framework .learning-creators {
    gap: 2rem;
    padding: 2.5rem;
}.education-framework h3 {
    font-size: calc(35px * 0.8);
    padding-bottom: 1.2rem;
}.education-framework span {
    font-size: calc(12px * 0.9);
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}.education-framework .learning-creators::before {
    inset: 8px;
}.education-framework .learning-creators::after {
    inset: 12px;
}
}

@media (max-width: 576px) {.education-framework {
    padding: 3rem 0;
}.education-framework .container {
    padding: 0 1rem;
}.education-framework .learning-creators {
    gap: 1.5rem;
    padding: 2rem;
}.education-framework h3 {
    padding-bottom: 1rem;
    font-size: calc(35px * 0.7);
}.education-framework span {
    font-size: calc(12px * 0.85);
    padding-left: 1rem;
    padding-right: 1rem;
}.education-framework span::before,
    .education-framework span::after {
    width: 3px;
}.education-framework .learning-creators::before {
    inset: 5px;
}.education-framework .learning-creators::after {
    inset: 10px;
}}.cookieNotificationPanel {
    bottom: 0;
    z-index: 90;
    position: fixed;
    width: 100%;
    background: rgb(175,175,178);
    border-top: 3px solid rgb(138,138,141);
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
}.cookie-confirm {
    max-width: 1200px;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
    padding: 0 20px;
    margin: auto;
    align-items: center;
}#cookiePromptModal {
    display: none;
}#cookiePromptModal:checked ~ .cookieNotificationPanel {
    visibility: hidden;
    opacity: 0;
}.cookieNotificationPanel h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 23px;
    color: rgb(138,138,141);
    font-weight: 700;
    margin-bottom: 6px;
}.cookieNotificationPanel p {
    color: #000000;
    font-size: 13px;
    max-width: 500px;
}.cookie-overlay {
    flex-shrink: 0;
    margin-right: 20px;
}.cookie-overlay svg, .cookie-overlay svg path {
    fill: rgb(138,138,141);
    height: 80px;
    width: 80px;
}.cookie-user {
    text-align: center;
    transition: border 0.2s;
    font-weight: 600;
    font-size: 20px;
    padding: 12px 24px;
    background: rgb(138,138,141);
    margin-left: 10px;
    border-radius: 10px;
    text-transform: uppercase;
    min-width: 140px;
    flex-shrink: 0;
    color: #ffffff;
    border: 2px solid transparent;
    text-decoration: none;
}.cookie_button.cookie-edu {
    background: rgb(138,138,141);
}.cookie_button.cookie-disclaimer {
    background: rgb(102,102,105);
}.cookie-user:hover {
    border: 2px solid #ffffff;
}.cookieNotificationPanel p a {
    font-weight: 700;
    color: rgb(138,138,141);
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {.cookie-confirm {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.cookie-overlay {
    display: none;
}.cookie-confirm {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}.cookieNotificationPanel h5, .cookieNotificationPanel p {
    text-align: center;
}.data-approve {
    margin-bottom: 20px;
}.cookie-user {
    margin-top: 10px;
    max-width: 300px;
    width: 100%;
    margin-left: 0;
}}
.wrap-container .cookieNotificationPanel {
    background: rgb(102,102,105);
    padding: 30px 0;
    border: none;
}.wrap-container .cookie-user {
    border: none;
    color: #ffffff;
    font-weight: 600;
    margin-left: 0;
    background: rgb(138,138,141);
    border-radius: 10px;
    font-size: 20px;
}.wrap-container .data-approve h5, .wrap-container .data-approve p {
    color: #ffffff;
}.pricing-kit {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(175,175,178) 0%, #ffffff 100%);
    padding: 6rem 0;
}.pricing-kit::before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    background: linear-gradient(45deg, rgb(138,138,141,0.5) 0%, transparent 40%);
    top: 0;
    left: 0;
    width: 100%;
}.pricing-kit .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.pricing-kit .learning-packages {
    flex-direction: column;
    display: flex;
}.pricing-kit .fee-choices {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3rem;
    order: 1;
    text-align: center;
}.pricing-kit .fee-choices h2 {
    position: relative;
    color: #000000;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
}.pricing-kit .fee-choices h2::after {
    left: 50%;
    bottom: -10px;
    position: absolute;
    content: "";
    width: 80px;
    background: rgb(138,138,141);
    transform: translateX(-50%);
    height: 3px;
}.pricing-kit .package-rates {
    color: #000000;
    overflow-wrap: break-word;
    max-width: 600px;
    word-break: break-word;
    line-height: 1.6;
    margin: 0 auto;
    font-size: 18px;
}.pricing-kit .learn-pricing {
    display: grid;
    gap: 2rem;
    order: 2;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 2rem;
}.pricing-kit .learn-fees {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    height: 100%;
    display: block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
}.pricing-kit .learn-fees:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.pricing-kit .pricing-catalog {
    flex-direction: column;
    height: 100%;
    display: flex;
}.pricing-kit .premium-plan {
    display: flex;
    flex-direction: column;
    overflow-wrap: break-word;
    flex-grow: 1;
    position: relative;
    word-break: break-word;
    padding: 2rem;
    z-index: 1;
}.pricing-kit .premium-plan::before {
    content: "";
    opacity: 0.7;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
}.pricing-kit .premium-plan h3 {
    font-size: calc(21px * 1.2);
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}.pricing-kit .premium-plan h3::after {
    height: 2px;
    background: rgb(102,102,105);
    left: 0;
    content: "";
    width: 40px;
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
}.pricing-kit .learn-fees:hover .premium-plan h3::after {
    width: 80px;
}.pricing-kit .cost-breakdown {
    font-weight: 700;
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    font-size: calc(21px * 1.5);
    color: rgb(138,138,141);
}.pricing-kit .cost-breakdown::before {
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    bottom: -5px;
    height: 2px;
    background: rgb(138,138,141);
    content: "";
    position: absolute;
}.pricing-kit .learn-fees:hover .cost-breakdown::before {
    width: 100%;
}.pricing-kit .premium-plan p {
    color: #000000;
    margin-top: auto;
    font-size: 18px;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
}.pricing-kit .slider {
    overflow: hidden;
    transition: transform 0.5s ease;
    position: relative;
    height: 200px;
}.pricing-kit .slider::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
}.pricing-kit .learn-fees:hover .slider {
    transform: scale(1.05);
}.pricing-kit .learn-fees:nth-child(odd) .pricing-catalog {
    flex-direction: column-reverse;
}.pricing-kit .learn-fees:nth-child(3n+1) {
    border-top: 3px solid rgb(138,138,141);
}.pricing-kit .learn-fees:nth-child(3n+2) {
    border-top: 3px solid rgb(102,102,105);
}.pricing-kit .learn-fees:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.pricing-kit .learning-packages {
    gap: 4rem;
    align-items: center;
    flex-direction: row;
}.pricing-kit .fee-choices {
    text-align: left;
    margin-bottom: 0;
    flex: 0 0 30%;
    order: 2;
}.pricing-kit .fee-choices h2 {
    text-align: left;
}.pricing-kit .fee-choices h2::after {
    left: 0;
    transform: none;
}.pricing-kit .package-rates {
    text-align: left;
    margin: 0;
}.pricing-kit .learn-pricing {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 65%;
}
}

@media (min-width: 992px) {.pricing-kit .learn-pricing {
    grid-template-columns: repeat(2, 1fr);
}.pricing-kit .learn-fees:nth-child(4n+1) {
    transform: translateY(20px);
}.pricing-kit .learn-fees:nth-child(4n+3) {
    transform: translateY(-20px);
}.pricing-kit .learn-fees:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.pricing-kit {
    padding: 4rem 0;
}.pricing-kit .premium-plan {
    padding: 1.5rem;
}.pricing-kit .premium-plan h3 {
    font-size: 21px;
}.pricing-kit .cost-breakdown {
    font-size: 21px;
}.pricing-kit .premium-plan p {
    max-height: 150px;
    line-height: 1.5;
    overflow-y: auto;
    font-size: calc(18px * 0.9);
}.pricing-kit .slider {
    height: 150px;
}
}

@media (max-width: 480px) {.pricing-kit .learn-pricing {
    grid-template-columns: 1fr;
}.pricing-kit .fee-choices h2 {
    font-size: calc(31px * 0.8);
}.pricing-kit .package-rates {
    font-size: calc(18px * 0.9);
}.pricing-kit .premium-plan p {
    max-height: 120px;
}}.course-program-description {
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background-color: rgb(175,175,178);
    display: grid;
    grid-template-rows: 1fr;
}.course-program-description .knowledge-map {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    height: 100%;
    width: 100%;
    z-index: 1;
}.course-program-description .knowledge-map::before {
    z-index: 5;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, 
                rgba(0, 0, 0, 0.6) 70%,
                transparent 100%);
    content: '';
    position: absolute;
    top: 0;
}.course-program-description .career-lab {
    height: 100%;
    display: flex;
    width: 500%;
    animation: carousel-slide 25s ease-in-out infinite;
}.course-program-description .knowledge-map:hover .career-lab {
    animation-play-state: paused;
}.course-program-description .coding-expert {
    height: 100%;
    width: 20%;
    position: relative;
}.course-program-description .coding-expert img {
    object-fit: cover;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    height: 100%;
}.course-program-description .coding-expert:hover img {
    transform: scale(1.05);
}.course-program-description .container {
    position: relative;
    justify-content: flex-end;
    grid-column: 1 / 3;
    padding: 0;
    height: 100%;
    align-items: center;
    display: flex;
    z-index: 10;
    grid-row: 1;
    width: 100%;
}.course-program-description .learning-creators {
    position: relative;
    margin-right: 5%;
    width: 55%;
    padding: 0;
}.course-program-description .lesson-route {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 3.5rem;
    overflow: hidden;
    width: 100%;
    max-width: 700px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.course-program-description .lesson-route:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.course-program-description .lesson-route::before {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 1;
    content: '';
    background-color: rgb(175,175,178);
    left: 0;
    border-radius: 10px;
    z-index: -1;
}.course-program-description .lesson-route::after {
    left: 0;
    height: 100%;
    width: 5px;
    position: absolute;
    background: linear-gradient(to bottom,
                rgb(138,138,141) 0%,
                rgb(102,102,105) 100%);
    top: 0;
    content: '';
}.course-program-description .lesson-route h3 {
    padding-left: 1.5rem;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    letter-spacing: 1px;
    color: rgb(138,138,141);
    margin-bottom: 1.5rem;
    font-size: 34px;
}.course-program-description .lesson-route h3::after {
    content: '';
    background-color: rgb(102,102,105);
    position: absolute;
    width: 50px;
    bottom: -0.5rem;
    left: 1.5rem;
    height: 3px;
}.course-program-description .lesson-route p {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
}.course-program-description .lesson-route .support-help {
    position: relative;
    transition: all 0.3s ease;
    margin-left: 1.5rem;
    padding: 0.8rem 2rem;
    color: rgb(138,138,141);
    text-decoration: none;
    border: 2px solid rgb(138,138,141);
    font-weight: 600;
    border-radius: 10px;
    font-size: 18px;
    background-color: transparent;
    overflow: hidden;
    letter-spacing: 0.5px;
    display: inline-block;
}.course-program-description .lesson-route .support-help::before {
    background-color: rgb(138,138,141);
    width: 100%;
    transition: all 0.3s ease;
    left: -100%;
    z-index: -1;
    top: 0;
    content: '';
    position: absolute;
    height: 100%;
}.course-program-description .lesson-route .support-help:hover {
    box-shadow: 0 5px 15px rgba(rgb(138,138,141), 0.3);
    transform: translateY(-2px);
    color: #ffffff;
}.course-program-description .lesson-route .support-help:hover::before {
    left: 0;
}.course-program-description .lesson-route .support-help:active {
    box-shadow: 0 2px 5px rgba(rgb(138,138,141), 0.2);
    transform: translateY(0);
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media (max-width: 991px) {.course-program-description {
    flex-direction: column;
    min-height: auto;
    display: flex;
}.course-program-description .knowledge-map {
    width: 100%;
    height: 400px;
}.course-program-description .knowledge-map::before {
    background: linear-gradient(to bottom, 
                    rgba(0, 0, 0, 0.6) 0%,
                    transparent 100%);
}.course-program-description .container {
    position: relative;
    padding: 3rem 1rem;
}.course-program-description .learning-creators {
    width: 100%;
    margin-right: 0;
}.course-program-description .lesson-route {
    max-width: 100%;
}
}

@media (max-width: 767px) {.course-program-description .knowledge-map {
    height: 350px;
}.course-program-description .lesson-route h3 {
    font-size: calc(34px * 0.9);
}.course-program-description .career-lab {
    animation-duration: 20s;
    width: 600%;
}.course-program-description .coding-expert {
    width: 16.6667%;
}
    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {.course-program-description .knowledge-map {
    height: 300px;
}.course-program-description .lesson-route {
    padding: 2rem 1.5rem;
}.course-program-description .lesson-route h3 {
    padding-left: 1rem;
}.course-program-description .lesson-route p {
    padding-left: 1rem;
}.course-program-description .lesson-route .support-help {
    margin-left: 1rem;
}}.thxContent {
    justify-content: center;
    display: flex;
    position: relative;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(138,138,141,0.5), rgb(102,102,105,0.5));
    overflow: hidden;
    align-items: center;
    min-height: 70vh;
}.thxContent::before {
    content: "";
    left: 0;
    height: 100%;
    transform-origin: center;
    animation: pulse 15s ease-in-out infinite alternate;
    background: radial-gradient(circle at 30% 70%, rgb(138,138,141,0.5) 0%, transparent 60%);
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
}.thxContent::after {
    content: "";
    z-index: 0;
    height: 50%;
    position: absolute;
    bottom: -5%;
    right: -5%;
    animation: float 20s ease-in-out infinite;
    background: radial-gradient(circle, rgb(102,102,105,0.5) 0%, transparent 70%);
    width: 50%;
}.thxContent .container {
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
}.thxContent .learning-creators {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    grid-template-columns: 1fr;
    transform: translateZ(0);
    gap: 2.5rem;
    padding: 3.5rem;
    display: grid;
    position: relative;
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.85);
}.thxContent .learning-creators:hover {
    transform: translateZ(30px) scale(1.02);
}.thxContent .learning-creators > div:first-child {
    position: relative;
    border-left: 4px solid rgb(138,138,141);
    padding-left: 2.5rem;
}.thxContent .learning-creators > div:first-child::before {
    top: 50%;
    height: 26px;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    left: -15px;
    animation: pulse 3s infinite alternate;
    background: rgb(138,138,141);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(rgb(138,138,141), 0.5);
    width: 26px;
}.thxContent h5 {
    font-size: calc(23px * 1.2);
    font-weight: 700;
    line-height: 1.4;
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transform: translateX(0);
    color: #000000;
    transition: transform 0.4s ease-out;
    opacity: 0;
    margin: 0;
}.thxContent .learning-creators > div:nth-child(2) {
    position: relative;
    opacity: 0;
    animation: fadeIn 0.8s 0.4s ease-out forwards;
    transition: transform 0.3s ease;
}.thxContent .learning-creators > div:nth-child(2)::before {
    top: -10px;
    background: linear-gradient(90deg, rgb(138,138,141), transparent);
    position: absolute;
    width: 70%;
    left: 0;
    height: 1px;
    content: "";
}.thxContent a {
    text-decoration: none;
    display: block;
    transition: transform 0.4s ease-out;
    transform: translateY(0);
}.thxContent a:hover {
    transform: translateY(-5px);
}.thxContent p {
    position: relative;
    line-height: 1.8;
    font-size: 16px;
    hyphens: auto;
    margin: 0;
    padding: 1rem 0;
    color: #000000;
}.thxContent p::after {
    height: 2px;
    transform-origin: right;
    transform: scaleX(0);
    width: 35%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    bottom: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(102,102,105));
}.thxContent a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

@keyframes float {
    0% { transform: translateY(0) rotate(0); }
    50% { transform: translateY(-30px) rotate(5deg); }
    100% { transform: translateY(0) rotate(0); }
}

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

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

@media (min-width: 768px) {.thxContent {
    padding: 8rem 3rem;
}.thxContent .learning-creators {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    gap: 3.5rem;
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
}.thxContent h5 {
    font-size: calc(23px * 1.4);
}.thxContent .learning-creators > div:first-child::after {
    background: linear-gradient(to bottom, transparent, rgb(138,138,141,0.5), transparent);
    width: 1px;
    position: absolute;
    top: 50%;
    height: 80%;
    content: "";
    right: -3.5rem;
    transform: translateY(-50%);
}.thxContent .learning-creators > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.thxContent .learning-creators {
    gap: 5rem;
    padding: 5rem;
}.thxContent h5 {
    font-size: calc(23px * 1.5);
}.thxContent .learning-creators > div:first-child {
    padding-left: 3rem;
    border-left-width: 5px;
}.thxContent p {
    font-size: calc(16px * 1.1);
}.thxContent .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.thxContent {
    padding: 4rem 1.5rem;
}.thxContent .learning-creators {
    padding: 2.5rem 2rem;
}.thxContent h5 {
    font-size: 23px;
}.thxContent p {
    font-size: calc(16px * 0.95);
}
}

@media (hover: hover) {.thxContent .learning-creators:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.thxContent .learning-creators,
    .thxContent a,
    .thxContent h5,
    .thxContent::before,
    .thxContent::after {
    animation: none;
    transition: none;
}.thxContent .learning-creators > div:first-child::before {
    animation: none;
}.thxContent .learning-creators > div:nth-child(2) {
    opacity: 1;
}.thxContent h5 {
    opacity: 1;
}
}