* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}.wrapper-canvas {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}html,body {
    auto
contain
touch-action: none;
    min-height: 100%;
    scroll-behavior: auto;
    scroll-snap-type: none;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.site_prime {
    flex: 1 0 auto;
}.container {
    width: 1136px;
    margin: auto;
    max-width: 100%;
}.glossary {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.ty_section {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,220,223) 0%, rgb(137,151,154,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.ty_section::before {
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(174,185,189,0.5) 0px,
        rgb(174,185,189,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    opacity: 0.1;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    transform: perspective(1000px) rotateX(5deg);
    left: 0;
}.ty_section::after {
    right: -50px;
    opacity: 0.1;
    border-radius: 100px;
    bottom: -50px;
    z-index: 0;
    animation: float 15s ease-in-out infinite;
    content: "";
    width: 300px;
    background: rgb(174,185,189);
    transform: rotate(15deg);
    position: absolute;
    height: 300px;
}.ty_section .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    transform-style: preserve-3d;
    z-index: 2;
    margin: 0 auto;
}.ty_section h2 {
    transform: translateZ(20px);
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    line-height: 1.3;
    font-size: 38px;
    color: #000000;
}.ty_section h2::after {
    width: 80px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    content: "";
    bottom: -15px;
    left: 0;
    height: 4px;
    animation: pulse 3s infinite alternate;
    position: absolute;
    background: rgb(174,185,189);
    transform: translateZ(30px);
}.ty_section .path_creators {
    background: #ffffff;
    padding: 40px;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    border-radius: 8px;
}.ty_section .path_creators::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, rgb(174,185,189) 0%, rgb(137,151,154) 100%);
}.ty_section .path_creators:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.ty_section ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.ty_section li {
    padding-left: 25px;
    position: relative;
}.ty_section li::before {
    content: "";
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    position: absolute;
    background: rgb(174,185,189);
    transform: rotate(45deg);
    animation: spin 12s linear infinite;
}.ty_section span {
    font-size: 13px;
    font-family: Arial, sans-serif;
    display: block;
    color: #000000;
    position: relative;
    line-height: 1.7;
    z-index: 2;
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

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

@media (max-width: 992px) {.ty_section {
    padding: 90px 0;
}.ty_section h2 {
    font-size: calc(38px * 0.9);
}.ty_section .path_creators {
    padding: 30px;
}
}

@media (max-width: 768px) {.ty_section {
    padding: 70px 0;
}.ty_section h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.ty_section h2::after {
    width: 60px;
}.ty_section .path_creators {
    padding: 25px;
    transform: perspective(1000px) rotateY(-1deg);
}.ty_section span {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.ty_section {
    padding: 50px 0;
}.ty_section h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.7);
}.ty_section h2::after {
    height: 3px;
    width: 50px;
}.ty_section .path_creators {
    transform: none;
    padding: 20px;
}.ty_section li {
    padding-left: 20px;
}.ty_section span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}.cookie_dialog_window {
    width: 100%;
    background: rgb(137,151,154);
    bottom: 0;
    border-top: 3px solid rgb(137,151,154);
    padding: 20px 0;
    z-index: 90;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    transform: translateY(100%);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.5s forwards;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#popupCookieConsent {
    display: none;
}#popupCookieConsent:checked ~ .cookie_dialog_window {
    opacity: 0;
    visibility: hidden;
}.cookie_data {
    display: flex;
    gap: 20px;
    padding: 20px 5%;
    justify-content: space-between;
    align-items: center;
}.cookie_dialog_window h5 {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
}.cookie_dialog_window p {
    color: #ffffff;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 12px;
}.data_policy {
    margin-right: 15px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(174,185,189));
}.data_policy svg {
    height: 80px;
    fill: rgb(174,185,189);
    width: 80px;
    transition: transform 0.3s ease-in-out;
}.data_policy:hover svg {
    transform: scale(1.1);
}.user_choices {
    padding: 10px 20px;
    text-decoration: none;
    font-size: 19px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(90deg, rgb(174,185,189), rgb(137,151,154));
    line-height: 40px;
    white-space: nowrap;
    box-shadow: 0 0 15px rgb(174,185,189);
    color: #000000;
    cursor: pointer;
    border-radius: 10px;
    min-width: 140px;
    margin-left: 10px;
    text-align: center;
    flex-shrink: 0;
}.user_choices:hover {
    box-shadow: 0 0 20px rgb(137,151,154);
}.cookie_button.cookie_apply {
    border: 2px solid rgb(137,151,154);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.cookie_apply:hover {
    box-shadow: 0 0 15px rgb(137,151,154);
    background: rgba(0, 0, 0, 0.5);
}.cookie_dialog_window p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(174,185,189);
}.cookie_dialog_window p a:hover {
    color: rgb(137,151,154);
}
@media only screen and (max-width: 1200px) {.cookie_dialog_window {
    padding: 15px 0;
}.cookie_data {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.data_policy {
    display: none;
}.cookie_data {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.cookie_dialog_window h5 {
    font-size: 18px;
    margin-bottom: 5px;
}.cookie_menu {
    margin-bottom: 15px;
}.user_choices {
    margin: 10px 0;
    min-width: 100%;
}}
.user_feedbackxlQ {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,220,223) 0%, rgb(137,151,154,0.5) 100%);
    padding: 6rem 0;
    position: relative;
}.user_feedbackxlQ::before {
    right: -5%;
    opacity: 0.7;
    content: "";
    height: 70%;
    top: -10%;
    position: absolute;
    z-index: 1;
    transform: rotate(-15deg) skewX(15deg);
    pointer-events: none;
    background: linear-gradient(225deg, rgb(174,185,189,0.5) 10%, transparent 70%);
    width: 40%;
}.user_feedbackxlQ::after {
    height: 60%;
    opacity: 0.5;
    position: absolute;
    transform: rotate(10deg) skewX(-10deg);
    pointer-events: none;
    content: "";
    left: -5%;
    width: 35%;
    bottom: -10%;
    z-index: 1;
    background: linear-gradient(45deg, rgb(137,151,154,0.5) 20%, transparent 80%);
}.user_feedbackxlQ .container {
    position: relative;
    max-width: 1200px;
    perspective: 1000px;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
}.user_feedbackxlQ h2 {
    margin-bottom: 3.5rem;
    font-weight: 700;
    transform: translateZ(30px);
    color: #000000;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 35px;
    position: relative;
}.user_feedbackxlQ h2::after {
    content: "";
    bottom: -15px;
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(174,185,189) 0%, rgb(137,151,154) 100%);
    width: 80px;
}.user_feedbackxlQ .user_feedbackBiI {
    perspective: 1000px;
    display: grid;
    padding: 0;
    gap: 2.5rem;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.user_feedbackxlQ .success_ratings {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    background: #ffffff;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 2rem;
    transform: translateZ(0);
    border-radius: 8px;
}.user_feedbackxlQ .success_ratings::before {
    transform-origin: left;
    height: 5px;
    z-index: 2;
    content: "";
    background: linear-gradient(90deg, rgb(174,185,189) 0%, rgb(137,151,154) 100%);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}.user_feedbackxlQ .success_ratings:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) translateZ(30px);
}.user_feedbackxlQ .success_ratings:hover::before {
    transform: scaleX(1);
}.user_feedbackxlQ .success_ratings > div {
    align-items: center;
    margin-bottom: 1.5rem;
    display: flex;
}.user_feedbackxlQ .success_ratings img {
    margin-right: 1rem;
    height: 60px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 3px solid #ffffff;
    border-radius: 50%;
    object-fit: cover;
    width: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.user_feedbackxlQ .success_ratings:hover img {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.1);
}.user_feedbackxlQ .success_ratings h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    transition: transform 0.3s ease, color 0.3s ease;
}.user_feedbackxlQ .success_ratings:hover h4 {
    transform: translateX(5px);
    color: rgb(174,185,189);
}.user_feedbackxlQ .description {
    color: #000000;
    position: relative;
    z-index: 2;
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
}.user_feedbackxlQ .description::before {
    position: absolute;
    opacity: 0.3;
    color: rgb(137,151,154,0.5);
    left: -10px;
    content: "";
    z-index: -1;
    top: -35px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    line-height: 1;
    font-size: 80px;
}.user_feedbackxlQ .success_ratings:hover .description::before {
    opacity: 0.5;
    transform: scale(1.2) rotate(5deg);
}.user_feedbackxlQ a {
    text-decoration: none;
    margin-top: 2.5rem;
    padding: 0.8rem 2rem;
    display: table;
    margin-right: auto;
    border-radius: 4px;
    text-align: center;
    margin-left: auto;
    position: relative;
    z-index: 2;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(174,185,189) 0%, rgb(137,151,154) 100%);
    overflow: hidden;
    color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    font-size: 15px;
}.user_feedbackxlQ a::before {
    width: 100%;
    left: -100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    transition: left 0.6s ease;
    content: "";
    top: 0;
}.user_feedbackxlQ a:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.user_feedbackxlQ a:hover::before {
    left: 100%;
}

@media (max-width: 1024px) {.user_feedbackxlQ {
    padding: 5rem 0;
}.user_feedbackxlQ .user_feedbackBiI {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.user_feedbackxlQ h2 {
    margin-bottom: 3rem;
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 768px) {.user_feedbackxlQ {
    padding: 4rem 0;
}.user_feedbackxlQ .container {
    padding: 0 1.5rem;
}.user_feedbackxlQ .user_feedbackBiI {
    gap: 1.8rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user_feedbackxlQ h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.85);
}.user_feedbackxlQ .success_ratings {
    padding: 1.8rem;
}
}

@media (max-width: 576px) {.user_feedbackxlQ {
    padding: 3.5rem 0;
}.user_feedbackxlQ .container {
    padding: 0 1rem;
}.user_feedbackxlQ .user_feedbackBiI {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.user_feedbackxlQ h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
}.user_feedbackxlQ .success_ratings img {
    width: 50px;
    height: 50px;
}.user_feedbackxlQ .success_ratings {
    padding: 1.5rem;
}.user_feedbackxlQ .description::before {
    top: -25px;
    font-size: 60px;
}
}

@media (prefers-reduced-motion: reduce) {.user_feedbackxlQ .success_ratings,
    .user_feedbackxlQ .success_ratings::before,
    .user_feedbackxlQ .success_ratings img,
    .user_feedbackxlQ .success_ratings h4,
    .user_feedbackxlQ .description::before,
    .user_feedbackxlQ a,
    .user_feedbackxlQ a::before {
    transition: none;
}}.privacy_parapet {
    height: auto;
    width: 100%;
    overflow: hidden;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}.privacy_parapet h1 {
    text-transform: uppercase;
    margin-top: 40px;
    color: #ffffff;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-bottom: 25px;
    font-size: 47px;
}.privacy_parapet h2 {
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    font-size: 32px;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
    margin-top: 35px;
}.privacy_parapet h4,.privacy_parapet h3, .privacy_parapet h5 {
    color: #ffffff;
}.privacy_parapet ul {
    list-style-type: none;
    padding-left: 0;
}.privacy_parapet li {
    transition: background 0.3s ease;
    color: #000000;
    background: rgb(174,185,189,0.5);
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}.privacy_parapet li:hover {
    color: #ffffff;
    background: rgb(174,185,189);
}.privacy_parapet div {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    padding: 15px;
    font-size: 16px;
    background: rgb(211,220,223);
    margin-bottom: 20px;
    color: #000000;
}.privacy_parapet p, .privacy_parapet span {
    line-height: 1.8;
    margin-bottom: 10px;
    color: rgb(255, 255, 255, 0.5);
}
@media only screen and (max-width: 800px) {.privacy_parapet {
    padding: 20px;
}.privacy_parapet h1 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: calc(24px - 4px);
}.privacy_parapet h2 {
    margin-bottom: 15px;
    font-size: calc(24px - 4px);
    margin-top: 25px;
}.privacy_parapet li {
    margin-bottom: 10px;
    padding: 8px;
}.privacy_parapet div {
    padding: 10px;
}}.course_highlights {
    align-items: center;
    background-color: rgb(211,220,223);
    position: relative;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
}.course_highlights .container {
    position: relative;
    width: 100%;
    z-index: 10;
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}.course_highlights .path_creators {
    align-items: center;
    position: relative;
    flex-direction: column;
    display: flex;
    flex-direction: column;
}.course_highlights .coding_expert {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}.course_highlights .coding_expert::before {
    content: '';
    top: -50px;
    left: -30px;
    z-index: -1;
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    background-color: rgb(174,185,189);
}.course_highlights .coding_expert::after {
    z-index: -1;
    opacity: 0.1;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    right: -20px;
    position: absolute;
    content: '';
    bottom: -30px;
    background-color: rgb(137,151,154);
}.course_highlights .coding_expert h3 {
    color: rgb(174,185,189);
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
}.course_highlights .coding_expert h3::after {
    width: 80px;
    border-radius: 2px;
    left: 50%;
    content: '';
    height: 4px;
    position: absolute;
    background-color: rgb(174,185,189);
    transform: translateX(-50%);
    bottom: -15px;
}.course_highlights .coding_expert p {
    margin-bottom: 2.5rem;
    color: #000000;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    line-height: 1.8;
}.course_highlights .coding_expert .inquiry_request {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background-color: rgb(174,185,189);
    border-radius: 50px;
    overflow: hidden;
    padding: 1rem 2.5rem;
    transition: all 0.3s ease;
    z-index: 1;
    font-weight: 600;
    position: relative;
    text-decoration: none;
}.course_highlights .coding_expert .inquiry_request::before {
    border-radius: 50px;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    background-color: rgb(137,151,154);
    transition: transform 0.4s ease;
    transform: translateY(100%);
    position: absolute;
    top: 0;
    z-index: -1;
}.course_highlights .coding_expert .inquiry_request:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
}.course_highlights .coding_expert .inquiry_request:hover::before {
    transform: translateY(0);
}.course_highlights .training_track {
    margin-top: 3rem;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 500px;
}.course_highlights .training_track::before {
    background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.4) 0%,
                transparent 40%,
                transparent 60%,
                rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
    content: '';
    z-index: 5;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
}.course_highlights .education {
    display: flex;
    height: 100%;
    width: 500%;
    animation: carousel-slide 25s ease-in-out infinite;
}.course_highlights .training_track:hover .education {
    animation-play-state: paused;
}.course_highlights .learn_challenge {
    height: 100%;
    width: 20%;
    position: relative;
}.course_highlights .learn_challenge img {
    transition: transform 0.5s ease;
    height: 100%;
    width: 100%;
    object-fit: cover;
}.course_highlights .learn_challenge:hover img {
    transform: scale(1.05);
}.course_highlights .feature-item {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    padding: 25px;
    width: calc(33.333% - 20px);
    min-width: 250px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    border-radius: 10px;
}.course_highlights .feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

@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_highlights .training_track {
    height: 350px;
}.course_highlights .coding_expert h3 {
    font-size: calc(38px * 0.9);
}.course_highlights .feature-item {
    width: calc(50% - 15px);
}
}

@media (max-width: 767px) {.course_highlights .container {
    padding: 3rem 1.5rem;
}.course_highlights .training_track {
    height: 300px;
    margin-top: 2rem;
}.course_highlights .coding_expert h3 {
    font-size: calc(38px * 0.8);
}.course_highlights .feature-item {
    min-width: 100%;
    padding: 20px;
}.course_highlights .education {
    width: 600%;
    animation-duration: 20s;
}.course_highlights .learn_challenge {
    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_highlights .training_track {
    height: 250px;
}.course_highlights .coding_expert .inquiry_request {
    padding: 0.8rem 2rem;
}}.attempt_now {
    overflow: hidden;
    position: relative;
    background: linear-gradient(160deg, rgb(211,220,223) 0%, #ffffff 100%);
    padding: 120px 0;
}.attempt_now::before {
    z-index: 1;
    height: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(174,185,189,0.5) 0%, transparent 30%, transparent 70%, rgb(137,151,154,0.5) 100%);
    content: '';
    width: 100%;
    top: 0;
    opacity: 0.1;
    position: absolute;
}.attempt_now .path_creators {
    gap: 40px;
    position: relative;
    z-index: 10;
    display: grid;
    margin: 0 auto;
    transform: skewY(-2deg);
    grid-template-columns: 2fr 1fr;
    max-width: 1000px;
}.attempt_now .container p {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    color: #000000;
    background: #ffffff;
    line-height: 1.4;
    padding: 50px;
    margin: 0;
    border-radius: 10px;
    position: relative;
    font-size: 36px;
    z-index: 5;
    font-weight: 700;
    transform: skewY(2deg);
}.attempt_now .inquiry_request {
    position: relative;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    background: rgb(174,185,189);
    overflow: hidden;
    transition: all 0.4s ease;
    color: #ffffff;
    text-decoration: none;
    z-index: 5;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    transform: skewY(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.attempt_now .inquiry_request::before {
    position: absolute;
    top: 0;
    background: rgb(137,151,154);
    z-index: -1;
    opacity: 0;
    height: 100%;
    left: 0;
    width: 100%;
    content: '';
    transition: opacity 0.4s ease;
}.attempt_now .inquiry_request::after {
    width: 30px;
    position: absolute;
    height: 200%;
    transform: rotate(20deg);
    transition: left 0.6s ease;
    left: -100px;
    background: rgba(255, 255, 255, 0.2);
    top: -50%;
    content: '';
}.attempt_now .inquiry_request:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: skewY(2deg) translateY(-5px);
}.attempt_now .inquiry_request:hover::before {
    opacity: 1;
}.attempt_now .inquiry_request:hover::after {
    left: 200%;
}.attempt_now .container p::before {
    height: 60%;
    left: 0;
    top: 20%;
    width: 6px;
    border-radius: 0 3px 3px 0;
    background: rgb(174,185,189);
    position: absolute;
    content: '';
}.attempt_now::after {
    content: '';
    opacity: 0.1;
    background: 
        radial-gradient(circle at 80% 20%, rgb(174,185,189,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(137,151,154,0.5) 0%, transparent 50%);
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}.attempt_now .path_creators::after {
    border: 2px dashed rgb(174,185,189,0.5);
    content: '';
    top: -50px;
    opacity: 0.4;
    position: absolute;
    height: 100px;
    right: -50px;
    border-radius: 50%;
    z-index: -1;
    width: 100px;
    transform: skewY(2deg);
}

@media (max-width: 991px) {.attempt_now {
    padding: 100px 0;
}.attempt_now .path_creators {
    gap: 30px;
}.attempt_now .container p {
    font-size: calc(24px * 1.2);
    padding: 40px;
}.attempt_now .container p::before {
    width: 5px;
}
}

@media (max-width: 767px) {.attempt_now {
    padding: 80px 0;
}.attempt_now .path_creators {
    gap: 25px;
    grid-template-columns: 1fr;
}.attempt_now .container p {
    font-size: 24px;
    padding: 30px;
}.attempt_now .inquiry_request {
    height: 80px;
}.attempt_now .container p::before {
    width: 4px;
}
}

@media (max-width: 480px) {.attempt_now {
    padding: 60px 0;
}.attempt_now .path_creators {
    transform: skewY(-1deg);
}.attempt_now .container p {
    transform: skewY(1deg);
    font-size: calc(13px * 1.2);
    padding: 25px;
}.attempt_now .inquiry_request {
    transform: skewY(1deg);
    height: 60px;
    font-size: calc(14px * 0.9);
}.attempt_now .inquiry_request:hover {
    transform: skewY(1deg) translateY(-3px);
}}footer {
    position: relative;
    width: 100%;
}.glossary {
    position: relative;
    background-color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #ffffff;
    padding: 80px 0 30px;
}.glossary::before {
    content: "";
    transform: rotate(45deg);
    right: -100px;
    width: 500px;
    opacity: 0.4;
    position: absolute;
    height: 500px;
    top: -100px;
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
}.glossary::after {
    left: -50px;
    height: 300px;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(137,151,154,0.5) 15px,
        rgb(137,151,154,0.5) 30px
    );
    transform: rotate(30deg);
    opacity: 0.2;
    content: "";
    bottom: -50px;
    width: 300px;
}footer .flag_content {
    position: relative;
    z-index: 1;
}footer .get_in_touch {
    padding: 30px;
    gap: 20px;
    margin-bottom: 60px;
    background-color: rgba(255, 255, 255, 0.05);
    border-left: 4px solid rgb(174,185,189);
    border-radius: 0 14px 14px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}footer .info_item {
    display: flex;
    align-items: center;
}footer .info_item svg {
    height: 20px;
    margin-right: 15px;
    flex-shrink: 0;
    fill: rgb(174,185,189);
    width: 20px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-weight: 300;
    font-size: 15px;
    transition: color 0.3s ease;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(174,185,189);
}footer .text_main_holder {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr;
}footer .first_section {
    position: relative;
}footer .first_section::after {
    background-color: rgb(174,185,189);
    content: "";
    position: absolute;
    width: 30%;
    left: 0;
    height: 3px;
    bottom: -30px;
}footer .first_section svg {
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
}footer .cheat_sheet {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    max-width: 330px;
    line-height: 1.6;
}footer .top_expert {
    position: relative;
}footer .top_expert h5 {
    font-weight: 700;
    font-size: 21px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 25px;
}footer .top_expert h5::after {
    background-color: rgb(174,185,189);
    left: 0;
    width: 40px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: -10px;
}footer .main_start {
    margin-bottom: 30px;
}footer .main_start a {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 15px;
    display: block;
    transition: all 0.3s ease;
    padding: 8px 0;
    text-decoration: none;
    margin-bottom: 12px;
}footer .main_start a:hover {
    color: #ffffff;
    border-bottom-color: rgb(174,185,189,0.5);
    padding-left: 10px;
}footer .subscribe_holder {
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    padding: 35px;
}footer .subscribe_holder::before {
    right: 0;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(174,185,189,0.5), transparent);
    bottom: 0;
    left: 0;
    opacity: 0.1;
    border-radius: 14px;
}footer .subscribe_holder h5 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 21px;
    color: #ffffff;
    letter-spacing: 1px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.7;
}footer .input_holder {
    display: flex;
    gap: 15px;
    position: relative;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(174,185,189);
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .instant_learn {
    letter-spacing: 1px;
    font-weight: 600;
    background-color: rgb(174,185,189);
    transition: all 0.3s ease;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    padding: 15px 20px;
    display: inline-block;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
}footer .instant_learn::after {
    height: 300px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    left: -100px;
    transition: all 0.7s ease;
    position: absolute;
    transform: rotate(45deg);
    top: -100px;
}footer .instant_learn:hover {
    background-color: rgb(137,151,154);
}footer .instant_learn:hover::after {
    left: 120%;
}footer .blog_ref {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .faq_block {
    text-align: center;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
    align-items: stretch;
}footer .instant_learn {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .glossary {
    padding: 60px 0 30px;
}footer .get_in_touch {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    padding: 20px;
}footer .top_expert h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .top_expert h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .blog_ref {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .glossary {
    padding: 50px 0 20px;
}footer .get_in_touch {
    padding: 15px;
    margin-bottom: 30px;
}footer .first_section::after {
    width: 50px;
}footer .top_expert h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
}footer .subscribe_holder p, footer .main_start a, footer .info_item p, footer .info_item a {
    font-size: calc(15px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .instant_learn {
    padding: 12px 15px;
}}.teaching_experience {
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
    background-color: rgb(211,220,223);
}.teaching_experience::before {
    height: 300px;
    width: 300px;
    top: -100px;
    content: "";
    right: -100px;
    background: rgb(174,185,189,0.5);
    z-index: 0;
    border-radius: 50%;
    filter: blur(120px);
    position: absolute;
}.teaching_experience::after {
    left: -80px;
    position: absolute;
    filter: blur(100px);
    width: 250px;
    bottom: -80px;
    height: 250px;
    z-index: 0;
    border-radius: 50%;
    content: "";
    background: rgb(137,151,154,0.5);
}.teaching_experience .success_ratings {
    z-index: 2;
    gap: 0;
    border-radius: 30px;
    margin: 0 auto;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    display: grid;
    max-width: 1100px;
    grid-template-columns: 1fr 1.2fr;
    position: relative;
    overflow: visible;
    background: #ffffff;
}.teaching_experience .responsive_img {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: translateX(-30px) translateY(-30px);
    border-radius: 30px 0 0 30px;
    height: 500px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}.teaching_experience .responsive_img::before {
    border-radius: 30px;
    height: 100%;
    z-index: -1;
    top: 30px;
    width: 100%;
    background: rgb(174,185,189,0.5);
    content: "";
    left: 30px;
    position: absolute;
}.teaching_experience .career_table {
    display: flex;
    justify-content: center;
    padding: 4rem 3rem;
    flex-direction: column;
}.teaching_experience .name {
    color: #000000;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 45px;
    letter-spacing: -0.5px;
}.teaching_experience .career_table > div:nth-child(2) {
    position: relative;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    display: inline-block;
    padding-bottom: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(174,185,189);
    font-size: 23px;
}.teaching_experience .career_table > div:nth-child(2)::after {
    left: 0;
    height: 2px;
    content: "";
    background: rgb(137,151,154);
    position: absolute;
    bottom: 0;
    width: 60px;
}.teaching_experience .work_details {
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    font-style: italic;
    font-weight: 300;
    font-size: calc(14px * 1.1);
}.teaching_experience .work_details::before {
    font-family: serif;
    position: absolute;
    font-size: 5rem;
    top: -2.5rem;
    content: "";
    color: rgb(137,151,154,0.5);
    left: -2rem;
    z-index: -1;
}.teaching_experience .success_ratings:hover .responsive_img {
    transform: translateX(-20px) translateY(-40px);
}@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(174,185,189,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

.teaching_experience .success_ratings:hover .name {
    background: linear-gradient(90deg, rgb(174,185,189), rgb(137,151,154));
    background-clip: text !important;
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 992px) {.teaching_experience .success_ratings {
    grid-template-columns: 1fr;
    max-width: 90%;
}.teaching_experience .responsive_img {
    transform: translateY(-30px);
    border-radius: 30px 30px 0 0;
    height: 400px;
}.teaching_experience .responsive_img::before {
    top: 30px;
    left: 0;
    width: 100%;
}.teaching_experience .career_table {
    padding: 1rem 2rem 3rem;
}.teaching_experience .success_ratings:hover .responsive_img {
    transform: translateY(-40px);
}
}

@media (max-width: 576px) {.teaching_experience {
    padding: 4rem 1rem;
}.teaching_experience .success_ratings {
    max-width: 100%;
}.teaching_experience .responsive_img {
    height: 320px;
    transform: translateY(-20px);
}.teaching_experience .responsive_img::before {
    top: 20px;
}.teaching_experience .career_table {
    padding: 0.5rem 1.5rem 2.5rem;
}.teaching_experience .name {
    font-size: calc(29px);
}.teaching_experience .career_table > div:nth-child(2) {
    font-size: 14px;
    letter-spacing: 1px;
}.teaching_experience .work_details {
    font-size: 14px;
}.teaching_experience .success_ratings:hover .responsive_img {
    transform: translateY(-25px);
}}header {
    z-index: 1000;
    overflow: hidden;
    background: 
        linear-gradient(170deg, 
            #000000 0%,
            rgb(174,185,189,0.5) 100%);
    width: 100%;
    background: #000000;
    position: fixed;
    left: 0;
    top: 0;
}header::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    opacity: 0.03;
    z-index: 1;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgb(137,151,154,0.5) 10px,
            rgb(137,151,154,0.5) 11px
        );
}header::after {
    top: 0;
    animation: gradient-shift 8s linear infinite;
    z-index: 5;
    background-size: 200% 100%;
    width: 100%;
    position: absolute;
    height: 5px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, 
        rgb(174,185,189),
        rgb(137,151,154),
        rgb(174,185,189));
}header .container {
    position: relative;
    flex-direction: column;
    padding: 0;
    display: flex;
    align-items: center;
}header .header_mentor {
    display: flex;
    position: relative;
    z-index: 2;
    padding-top: 1.5rem;
    width: 100%;
    flex-direction: column;
    align-items: center;
}header .site_study {
    display: flex;
    padding: 0.5rem 2rem;
    justify-content: center;
    text-decoration: none;
    z-index: 3;
    position: relative;
    margin-bottom: 2rem;
}header .site_study::before {
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(137,151,154,0.5) 20%,
        rgb(137,151,154) 50%,
        rgb(137,151,154,0.5) 80%,
        transparent 100%);
    width: 160%;
    left: -30%;
    position: absolute;
    height: 1px;
}header .site_study::after {
    border-radius: 50%;
    opacity: 0.5;
    background: rgb(174,185,189,0.5);
    z-index: -1;
    position: absolute;
    content: "";
    animation: orb-float 5s ease-in-out infinite alternate;
    width: 40px;
    height: 40px;
    filter: blur(20px);
}header .site_study svg {
    z-index: 2;
    position: relative;
    height: 48px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 8px rgb(174,185,189,0.5));
    width: auto;
}header .site_study:hover svg {
    filter: drop-shadow(0 0 12px rgb(174,185,189));
    transform: scale(1.08);
}header .top_expert {
    position: relative;
    overflow-x: auto;
    gap: 1rem;
    padding: 1rem 0;
    width: 100vw;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, 
        transparent 0%,
        #000 5%,
        #000 95%,
        transparent 100%);
    justify-content: center;
    background: linear-gradient(to bottom, 
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    display: flex;
}header .top_expert::-webkit-scrollbar {
    display: none;
}header .top_expert::before {
    height: 1px;
    width: 100%;
    position: absolute;
    background: rgb(174,185,189,0.5);
    content: "";
    left: 0;
    top: 0;
}header .main_edu {
    text-decoration: none;
    letter-spacing: 0.5px;
    border: 1px solid rgb(174,185,189,0.5);
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    padding: 0.6rem 1.8rem;
    border-radius: 13px;
    font-weight: 400;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease;
    color: #ffffff;
}header .main_edu::before {
    opacity: 0.5;
    height: 100%;
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg,
        transparent,
        rgb(137,151,154,0.5),
        transparent);
    content: "";
    transition: left 0.5s ease;
}header .main_edu::after {
    box-shadow: 0 0 10px rgb(137,151,154);
    transform: translateY(-50%) scale(0);
    position: absolute;
    transition: transform 0.3s ease;
    content: "";
    top: 50%;
    background: rgb(137,151,154);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    right: 12px;
}header .main_edu:hover {
    transform: translateY(-2px);
    border-color: rgb(137,151,154);
    box-shadow: 0 0 15px rgb(174,185,189,0.5),
                inset 0 0 10px rgb(174,185,189,0.5);
    color: rgb(137,151,154);
}header .main_edu:hover::before {
    left: 100%;
}header .main_edu:hover::after {
    transform: translateY(-50%) scale(1);
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}

@keyframes orb-float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(30px, 10px);
    }
}

@media (max-width: 991px) {header .site_study {
    margin-bottom: 1.5rem;
}header .site_study svg {
    height: 42px;
}header .main_edu {
    font-size: calc(13px - 1px);
    padding: 0.5rem 1.5rem;
}
}

@media (max-width: 767px) {header .header_mentor {
    padding-top: 1rem;
}header .site_study {
    margin-bottom: 1rem;
}header .site_study svg {
    height: 36px;
}header .top_expert {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .main_edu {
    margin: 0 0.2rem;
    font-size: calc(13px - 2px);
    padding: 0.4rem 1.2rem;
}header .main_edu:first-child {
    margin-left: 1rem;
}header .main_edu:last-child {
    margin-right: 1rem;
}header .main_edu::after {
    right: 8px;
    width: 6px;
    height: 6px;
}}.sign_up {
    position: relative;
    background: linear-gradient(135deg, rgb(211,220,223) 0%, rgb(137,151,154,0.5) 100%);
    padding: 6rem 0;
    overflow: hidden;
}.sign_up::before {
    z-index: 1;
    right: -10%;
    height: 200%;
    position: absolute;
    transform: rotate(-15deg);
    background: linear-gradient(120deg, rgb(174,185,189,0.5) 0%, transparent 60%);
    top: -20%;
    width: 70%;
    content: "";
}.sign_up::after {
    z-index: 1;
    transform: rotate(20deg);
    width: 45%;
    bottom: -30%;
    background: linear-gradient(240deg, rgb(137,151,154,0.5) 0%, transparent 70%);
    content: "";
    height: 150%;
    position: absolute;
    left: -5%;
}.sign_up .container {
    max-width: 1140px;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.sign_up .path_creators {
    background: rgba(255, 255, 255, 0.8);
    padding: 3rem;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.sign_up .path_creators:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.sign_up h3 {
    color: #000000;
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    max-width: 85%;
    font-size: 22px;
    margin-bottom: 2rem;
    z-index: 3;
    font-family: Arial, sans-serif;
}.sign_up h3::after {
    content: "";
    transition: transform 0.5s ease;
    position: absolute;
    left: 0;
    transform-origin: left;
    background: rgb(174,185,189);
    height: 3px;
    transform: scaleX(1);
    width: 60px;
    bottom: -10px;
}.sign_up .path_creators:hover h3::after {
    transform: scaleX(1.5);
}.sign_up .input_holder {
    max-width: 600px;
    align-items: stretch;
    display: flex;
    flex-direction: row;
    margin-top: 1.5rem;
    z-index: 3;
    position: relative;
}.sign_up .input_holder div {
    flex: 1;
    position: relative;
    margin-right: 15px;
}.sign_up .input_holder div::before {
    transform: scaleX(0);
    position: absolute;
    content: "";
    transition: transform 0.3s ease;
    transform-origin: left;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(174,185,189) 0%, rgb(137,151,154) 100%);
}.sign_up .input_holder div:focus-within::before {
    transform: scaleX(1);
}.sign_up input[type="email"] {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    color: #000000;
    width: 100%;
    transition: all 0.3s ease;
    outline: none;
    font-family: Arial, sans-serif;
    font-size: calc(18px * 0.95);
}.sign_up input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(rgb(174,185,189,0.5), 0.1);
    border-color: rgb(174,185,189);
    transform: translateY(-2px);
}.sign_up input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(rgba(0, 0, 0, 0.5), 0.5);
}.sign_up input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.sign_up .instant_learn {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    background: linear-gradient(135deg, rgb(174,185,189) 0%, rgb(137,151,154) 100%);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 12px 28px;
    border: none;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
}.sign_up .instant_learn::before {
    top: 0;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
    transition: all 0.6s ease;
    content: "";
}.sign_up .instant_learn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(rgb(174,185,189,0.5), 0.3);
}.sign_up .instant_learn:hover::before {
    left: 100%;
}.sign_up .instant_learn:active {
    box-shadow: 0 2px 10px rgba(rgb(174,185,189,0.5), 0.2);
    transform: translateY(0);
}

@media (max-width: 768px) {.sign_up {
    padding: 4rem 0;
}.sign_up .path_creators {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.sign_up h3 {
    max-width: 100%;
    margin-bottom: 1.5rem;
    font-size: calc(22px * 0.9);
}.sign_up .input_holder {
    max-width: 100%;
    flex-direction: column;
}.sign_up .input_holder div {
    margin-right: 0;
    margin-bottom: 15px;
}.sign_up .instant_learn {
    width: 100%;
    padding: 14px 20px;
}
}

@media (max-width: 480px) {.sign_up {
    padding: 3rem 0;
}.sign_up .path_creators {
    padding: 1.5rem;
}.sign_up h3 {
    font-size: calc(22px * 0.8);
}.sign_up h3::after {
    width: 40px;
}.sign_up input[type="email"] {
    padding: 12px 15px;
}
}

@media (min-width: 1200px) {.sign_up .path_creators {
    margin: 0 auto;
    padding: 4rem;
    max-width: 90%;
}.sign_up h3 {
    max-width: 75%;
}.sign_up .input_holder {
    max-width: 700px;
}}.price_combo {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.price_combo::before {
    right: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
}.price_combo .container {
    z-index: 2;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.price_combo .pricing_deals {
    position: relative;
}.price_combo h2 {
    margin-bottom: 20px;
    transform: translateZ(0);
    font-size: 38px;
    position: relative;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
}.price_combo h2::after {
    width: 80px;
    background: linear-gradient(90deg, rgb(174,185,189) 0%, rgb(137,151,154) 100%);
    height: 3px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
}.price_combo .offer_box {
    max-width: 700px;
    text-align: center;
    margin: 0 auto 60px;
    color: #ffffff;
    line-height: 1.6;
    font-size: 18px;
    opacity: 0.9;
}.price_combo .cost_options {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
    gap: 30px;
    margin: 0;
    display: grid;
}.price_combo .cost_options li {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.price_combo .cost_options li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.price_combo .learning_price {
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
    height: 100%;
    position: relative;
}.price_combo .discount_grid {
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    backdrop-filter: blur(10px);
    padding: 40px 25px;
    border-top: 3px solid rgb(174,185,189);
    height: 100%;
    position: relative;
}.price_combo .learning_price:hover .discount_grid {
    box-shadow: 0 20px 30px rgba(0,0,0,0.3);
    border-top-color: rgb(137,151,154);
    background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
}.price_combo .discount_grid::before {
    width: 200%;
    opacity: 0;
    top: -50%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    transform: rotate(45deg);
    position: absolute;
    height: 200%;
    content: "";
    left: -50%;
    pointer-events: none;
    transition: opacity 0.5s ease;
}.price_combo .learning_price:hover .discount_grid::before {
    opacity: 1;
}.price_combo .plan_fee {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}.price_combo .plan_fee h4 {
    position: relative;
    margin: 0 0 15px;
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
}.price_combo .plan_fee h4::after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
    background: rgb(174,185,189);
    bottom: -8px;
    width: 40px;
}.price_combo .learning_price:hover .plan_fee h4::after {
    background: rgb(137,151,154);
    width: 60px;
}.price_combo .plan_fee p {
    flex-grow: 1;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.7;
    margin: 0 0 30px;
    overflow-wrap: break-word;
    font-size: calc(18px - 2px);
    hyphens: auto;
    color: #ffffff;
    opacity: 0.8;
}.price_combo .fee_choices {
    transform: translateZ(0);
    font-size: calc(21px + 2px);
    display: inline-block;
    background: linear-gradient(135deg, rgb(174,185,189) 0%, rgb(137,151,154) 100%);
    align-self: flex-start;
    transition: all 0.3s ease;
    position: relative;
    padding: 10px 15px;
    color: #ffffff;
    margin-top: auto;
    font-weight: 700;
}.price_combo .fee_choices::before {
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgb(174,185,189,0.5) 0%, rgb(137,151,154,0.5) 100%);
    transition: opacity 0.3s ease;
    content: "";
    bottom: 0;
    opacity: 0;
}.price_combo .learning_price:hover .fee_choices::before {
    opacity: 1;
}

@media (max-width: 991px) {.price_combo {
    padding: 80px 0;
}.price_combo .cost_options {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.price_combo .discount_grid {
    padding: 30px 20px;
}
}

@media (max-width: 767px) {.price_combo {
    padding: 60px 0;
}.price_combo h2 {
    font-size: calc(38px - 4px);
}.price_combo .offer_box {
    font-size: calc(18px - 1px);
    margin-bottom: 40px;
}.price_combo .cost_options {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.price_combo .plan_fee h4 {
    font-size: calc(21px - 1px);
}.price_combo .plan_fee p {
    font-size: calc(18px - 3px);
}.price_combo .fee_choices {
    font-size: calc(21px);
}
}

@media (max-width: 480px) {.price_combo {
    padding: 50px 0;
}.price_combo h2 {
    font-size: calc(38px - 6px);
}.price_combo .discount_grid {
    padding: 25px 15px;
}.price_combo .cost_options li:hover {
    transform: translateY(-5px);
}}.company_info {
    padding: 100px 0 80px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}.company_info::before {
    left: 0;
    opacity: 0.85;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(174,185,189,0.5), rgba(0, 0, 0, 0.5));
    z-index: -1;
    top: 0;
}.company_info::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -50px;
    opacity: 0.2;
    width: 250px;
    animation: float 15s infinite ease-in-out;
    right: -50px;
    height: 250px;
    transform: rotate(15deg);
    border: 2px solid rgb(137,151,154);
}.company_info h4 {
    font-weight: 700;
    text-align: center;
    transform: translateY(20px);
    margin-bottom: 40px;
    position: relative;
    font-size: calc(20px * 1.2);
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    animation: fadeInUp 0.8s 0.2s forwards;
    opacity: 0;
}.company_info h4::after {
    bottom: -15px;
    content: "";
    height: 3px;
    background: rgb(137,151,154);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
}.company_info .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.company_info .paragraph_wrap {
    position: relative;
    padding: 50px;
    animation: fadeInUp 0.8s 0.4s forwards;
    opacity: 0;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateY(30px);
}.company_info .paragraph_wrap::before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(174,185,189), rgb(137,151,154));
    width: 5px;
    left: 0;
}.company_info .paragraph_wrap h6 {
    animation: fadeInRight 0.8s 0.6s forwards;
    font-family: Arial, sans-serif;
    font-size: calc(17px * 1.3);
    position: relative;
    margin-bottom: 25px;
    transform: translateX(-10px);
    color: rgb(174,185,189);
    padding-bottom: 15px;
    opacity: 0;
    font-weight: 700;
}.company_info .paragraph_wrap h6::after {
    position: absolute;
    bottom: 0;
    background: rgb(137,151,154);
    content: "";
    height: 2px;
    width: 80px;
    left: 0;
}.company_info .paragraph_wrap div {
    position: relative;
    z-index: 1;
}.company_info .paragraph_wrap span {
    line-height: 1.8;
    position: relative;
    display: block;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    opacity: 0;
    color: #000000;
    animation: fadeInUp 0.8s 0.8s forwards;
    font-size: 14px;
}.company_info .paragraph_wrap::after {
    width: 100px;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgb(137,151,154,0.5) 50%);
    z-index: 0;
    content: "";
    right: 0;
    height: 100px;
    bottom: 0;
}

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

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

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

@media (max-width: 992px) {.company_info {
    padding: 80px 0 60px;
}.company_info .paragraph_wrap {
    padding: 40px 30px;
}.company_info h4 {
    font-size: calc(20px * 1.1);
}.company_info .paragraph_wrap h6 {
    font-size: calc(17px * 1.2);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.company_info {
    padding: 60px 0 40px;
}.company_info .paragraph_wrap {
    padding: 30px 25px;
}.company_info h4 {
    font-size: 20px;
    margin-bottom: 30px;
}.company_info .paragraph_wrap h6 {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}.company_info .paragraph_wrap span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.company_info::after {
    height: 180px;
    width: 180px;
}
}

@media (max-width: 576px) {.company_info {
    padding: 50px 0 30px;
}.company_info .paragraph_wrap {
    padding: 25px 20px;
}.company_info h4 {
    letter-spacing: 2px;
    font-size: calc(20px * 0.9);
}.company_info h4::after {
    width: 40px;
    bottom: -10px;
}.company_info .paragraph_wrap h6 {
    font-size: calc(17px * 0.95);
}.company_info .paragraph_wrap span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.company_info::after {
    bottom: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
}}.connect_form {
    background: rgb(211,220,223);
    position: relative;
    overflow: hidden;
    padding: 90px 0;
}.connect_form::before {
    content: '';
    position: absolute;
    height: 100%;
    opacity: 0.2;
    left: 0;
    top: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(174,185,189,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(137,151,154,0.5) 0%, transparent 60%);
}.connect_form::after {
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    top: 0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
}.connect_form .responsive_img {
    border-radius: 100px 0 0 100px;
    top: 2.5%;
    position: absolute;
    z-index: 1;
    height: 95%;
    width: 45%;
    right: 0;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
}.connect_form .responsive_img::after {
    left: 0;
    border-radius: 100px 0 0 100px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    content: '';
    background: linear-gradient(to right, rgb(174,185,189,0.5), transparent 70%);
}.connect_form .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.connect_form h3 {
    font-size: 34px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
    color: #000000;
}.connect_form .query_box {
    background: #ffffff;
    position: relative;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
}.connect_form .query_box::before {
    height: 200px;
    opacity: 0.05;
    content: '';
    left: -100px;
    width: 200px;
    background: rgb(174,185,189,0.5);
    top: -100px;
    border-radius: 50%;
    position: absolute;
}.connect_form .query_box::after {
    width: 150px;
    bottom: -75px;
    content: '';
    border-radius: 50%;
    height: 150px;
    right: -75px;
    background: rgb(137,151,154,0.5);
    position: absolute;
    opacity: 0.05;
}.connect_form .support_widget {
    width: 60%;
    padding: 50px;
    position: relative;
}.connect_form form h3 {
    color: rgb(174,185,189);
    text-align: left;
    margin-bottom: 30px;
    font-size: 23px;
}.connect_form form h3::before,
.connect_form form h3::after {
    display: none;
}.connect_form input[type="text"],
.connect_form textarea {
    background: rgba(245, 245, 245, 0.5);
    color: #000000;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 17px;
    padding: 15px 25px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}.connect_form input[type="text"]:focus,
.connect_form textarea:focus {
    background: rgba(255, 255, 255, 1);
    outline: none;
    border-color: rgb(174,185,189,0.5);
    box-shadow: 0 0 15px rgb(174,185,189,0.5);
}.connect_form textarea {
    border-radius: 20px;
    resize: none;
    height: 140px;
}.connect_form .support_grid {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.connect_form .support_grid input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_form .support_grid label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}.connect_form .support_grid label::before {
    transition: all 0.3s ease;
    border: 2px solid rgb(174,185,189,0.5);
    left: 0;
    position: absolute;
    background: #ffffff;
    width: 22px;
    top: 2px;
    border-radius: 50%;
    height: 22px;
    content: '';
}.connect_form .support_grid input[type="checkbox"]:checked + label::before {
    border-color: rgb(174,185,189);
    background: rgb(174,185,189);
}.connect_form .support_grid input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    transform: rotate(45deg);
    height: 10px;
    width: 6px;
    left: 8px;
    content: '';
    top: 6px;
}.connect_form .support_grid a {
    color: rgb(174,185,189);
    text-decoration: none;
    transition: all 0.3s ease;
}.connect_form .support_grid a:hover {
    color: rgb(137,151,154);
}.connect_form .inquiry_request {
    border: none;
    position: relative;
    padding: 15px 40px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: rgb(174,185,189);
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    border-radius: 50px;
    font-size: 19px;
    color: #ffffff;
}.connect_form .inquiry_request::before {
    height: 100%;
    width: 100%;
    content: '';
    z-index: -1;
    border-radius: 50px;
    background: rgb(137,151,154);
    transition: all 0.5s ease;
    transform: translateY(100%);
    position: absolute;
    top: 0;
    left: 0;
}.connect_form .inquiry_request:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(174,185,189,0.5);
}.connect_form .inquiry_request:hover::before {
    transform: translateY(0);
}.connect_form .contact_query {
    padding: 50px;
    top: 50%;
    flex-direction: column;
    right: 0;
    display: flex;
    border-radius: 70px 0 0 70px;
    justify-content: center;
    z-index: 3;
    transform: translateY(-50%);
    position: absolute;
    background: linear-gradient(135deg, rgb(174,185,189), rgb(137,151,154));
    width: 40%;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
}.connect_form .contact_query::before {
    position: absolute;
    left: 0;
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    border-radius: 70px 0 0 70px;
}.connect_form .contact_query h4 {
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 23px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.connect_form .contact_query h4::after {
    content: '';
    height: 3px;
    bottom: -10px;
    position: absolute;
    width: 40px;
    background: #ffffff;
    border-radius: 3px;
    left: 0;
}.connect_form .message_help {
    padding: 0;
    margin: 0;
    list-style: none;
}.connect_form .message_help li {
    padding: 5px;
    align-items: flex-start;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 25px;
    display: flex;
}.connect_form .message_help li:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.connect_form .message_help svg {
    height: 24px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    margin-top: 3px;
    margin-right: 15px;
    width: 24px;
}.connect_form .message_help li:hover svg {
    transform: scale(1.2);
}.connect_form .message_help svg path {
    fill: #ffffff;
}.connect_form .message_help span {
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.6;
}.connect_form .message_help a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.connect_form .message_help a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.connect_form .query_box {
    width: 70%;
}.connect_form .contact_query {
    width: 35%;
}
}

@media (max-width: 992px) {.connect_form .responsive_img {
    display: none;
}.connect_form .container {
    flex-direction: column;
    display: flex;
    align-items: center;
}.connect_form .query_box {
    max-width: 600px;
    width: 100%;
    flex-direction: column;
}.connect_form .contact_query {
    border-radius: 20px;
    position: relative;
    transform: none;
    right: auto;
    max-width: 600px;
    top: auto;
    width: 100%;
    margin-top: 30px;
}.connect_form .contact_query::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.connect_form {
    padding: 70px 0;
}.connect_form h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 40px;
}.connect_form .support_widget,
    .connect_form .contact_query {
    padding: 30px;
}
}

@media (max-width: 576px) {.connect_form {
    padding: 50px 0;
}.connect_form h3 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.8);
}.connect_form .support_widget,
    .connect_form .contact_query {
    padding: 25px 20px;
}.connect_form input[type="text"],
    .connect_form textarea {
    margin-bottom: 15px;
    padding: 12px 20px;
}.connect_form .inquiry_request {
    width: 100%;
    padding: 12px;
}}.opening_board {
    padding: 2rem;
    min-height: 100vh;
    justify-content: center;
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, rgb(174,185,189,0.5), rgb(211,220,223));
    display: flex;
    align-items: center;
    overflow: hidden;
}.opening_board > div {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
}.opening_board .academy_track {
    transform: translateY(0);
    position: relative;
    margin-bottom: 2rem;
    opacity: 1;
    animation: fadeSlideUp 0.8s ease-out;
}.opening_board .edu_base {
    font-size: 42px;
    position: relative;
    padding-bottom: 0.5rem;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000000;
    overflow: hidden;
}.opening_board .edu_base::after {
    left: 0;
    height: 4px;
    bottom: 0;
    width: 100%;
    content: '';
    animation: slideRight 1.2s 0.5s forwards;
    transform: translateX(-100%);
    position: absolute;
    background: linear-gradient(90deg, rgb(174,185,189), rgb(137,151,154));
}.opening_board .main_front {
    overflow: hidden;
    position: relative;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    animation: fadeSlideUp 0.8s 0.3s ease-out both;
    border-radius: 16px;
}.opening_board .main_front::before {
    bottom: 0;
    content: '';
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
}.opening_board .main_front > div {
    color: #ffffff;
    max-width: 80%;
    padding: 3rem;
    z-index: 2;
    position: relative;
}.opening_board .main_front p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    position: relative;
    opacity: 0;
    line-height: 1.6;
    animation: fadeSlideUp 0.8s 0.6s forwards;
    font-size: calc(18px * 1.2);
    transform: translateY(20px);
    margin-bottom: 2rem;
}.opening_board .main_front h3 {
    border-left: 4px solid rgb(174,185,189);
    line-height: 1.4;
    margin-top: 1.5rem;
    font-size: 24px;
    transform: translateY(20px);
    background: rgba(var(--primary-color-rgb, 0, 102, 204), 0.2);
    backdrop-filter: blur(10px);
    opacity: 0;
    animation: fadeSlideUp 0.8s 0.9s forwards;
    padding: 1.2rem;
    font-weight: 600;
}@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideRight {
  to {
    transform: translateX(0);
  }
}

.opening_board::after {
    background: radial-gradient(circle, rgb(137,151,154,0.5), transparent 70%);
    animation: floatGradient 15s infinite alternate ease-in-out;
    top: -10%;
    height: 40%;
    width: 40%;
    right: -10%;
    z-index: 1;
    position: absolute;
    content: '';
}.opening_board::before {
    left: -10%;
    bottom: -10%;
    z-index: 1;
    position: absolute;
    animation: floatGradient 20s infinite alternate-reverse ease-in-out;
    background: radial-gradient(circle, rgb(174,185,189,0.5), transparent 70%);
    width: 50%;
    content: '';
    height: 50%;
}@keyframes floatGradient {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5%, 5%);
  }
  100% {
    transform: translate(0%, 10%);
  }
}

.opening_board .main_front:hover {
    transition: all 0.5s ease;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {.opening_board {
    padding: 1.5rem;
}.opening_board .edu_base {
    font-size: calc(42px * 0.85);
}.opening_board .main_front > div {
    max-width: 90%;
    padding: 2rem;
}.opening_board .main_front p {
    font-size: 18px;
}.opening_board .main_front h3 {
    font-size: calc(24px * 0.9);
    padding: 1rem;
}
}

@media (max-width: 768px) {.opening_board {
    padding: 3rem 1rem;
    min-height: auto;
}.opening_board .academy_track {
    margin-bottom: 1.5rem;
}.opening_board .edu_base {
    font-size: calc(42px * 0.7);
    margin-bottom: 1rem;
}.opening_board .main_front > div {
    padding: 1.5rem;
    max-width: 100%;
}.opening_board .main_front p {
    margin-bottom: 1rem;
    font-size: calc(18px * 0.9);
}.opening_board .main_front h3 {
    padding: 0.8rem;
    font-size: calc(24px * 0.8);
}
}

@media (max-width: 576px) {.opening_board {
    padding: 2rem 0.75rem;
}.opening_board .edu_base {
    font-size: calc(42px * 0.6);
}.opening_board .main_front > div {
    padding: 1.2rem;
}.opening_board .main_front p {
    font-size: calc(18px * 0.85);
}.opening_board .main_front h3 {
    padding: 0.7rem;
    font-size: calc(24px * 0.7);
}}.future_learners {
    padding: 120px 0 100px;
    background: rgb(211,220,223);
    overflow: hidden;
    perspective: 1000px;
    position: relative;
}.future_learners::before {
    position: absolute;
    top: -10%;
    right: -5%;
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgb(174,185,189,0.5), rgb(137,151,154,0.5));
    filter: blur(60px);
    opacity: 0.6;
    content: '';
    height: 600px;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    width: 600px;
    animation: rotateBlob 20s infinite linear;
}@keyframes rotateBlob {
    0% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
    50% {
        border-radius: 45% 55% 52% 48% / 56% 48% 52% 44%;
        transform: rotate(10deg);
    }
    100% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
}

.future_learners .container {
    max-width: 1200px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
    padding: 0 15px;
}.future_learners .path_creators {
    z-index: 2;
    position: relative;
    padding: 0;
    flex-direction: column;
    display: flex;
}.future_learners h4 {
    padding-left: 35px;
    margin-bottom: 70px;
    transform: translateZ(40px);
    max-width: 700px;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 47px;
}.future_learners h4::before {
    border-radius: 10px;
    content: '';
    background: rgb(174,185,189);
    left: 0;
    position: absolute;
    top: 15px;
    width: 8px;
    height: calc(100% - 20px);
}.future_learners h4::after {
    width: 120px;
    height: 3px;
    left: 30px;
    position: absolute;
    content: '';
    bottom: -15px;
    border-radius: 10px;
    background: rgb(137,151,154);
}.future_learners div > div {
    display: grid;
    transform-style: preserve-3d;
    gap: 25px;
    grid-auto-rows: minmax(100px, auto);
    grid-template-columns: repeat(12, 1fr);
}.future_learners p {
    background: #ffffff;
    display: flex;
    overflow: hidden;
    padding: 30px;
    border-radius: 28px;
    align-items: flex-start;
    margin: 0;
    font-size: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    color: #000000;
    position: relative;
    line-height: 1.6;
    transform: translateZ(0);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}.future_learners p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateZ(20px);
}.future_learners p svg {
    margin-right: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 30px;
    margin-top: 3px;
    width: 30px;
}.future_learners p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.future_learners p svg path {
    fill: rgb(174,185,189);
    transition: fill 0.3s ease;
}.future_learners p:hover svg path {
    fill: rgb(137,151,154);
}.future_learners p::after {
    content: '';
    width: 100%;
    bottom: 0;
    height: 4px;
    position: absolute;
    transition: transform 0.4s ease;
    transform: scaleX(0);
    transform-origin: left;
    left: 0;
    background: linear-gradient(90deg, rgb(174,185,189), rgb(137,151,154));
}.future_learners p:hover::after {
    transform: scaleX(1);
}.future_learners p:nth-child(1) {
    grid-column: 1 / span 6;
    grid-row: 1;
    z-index: 5;
}.future_learners p:nth-child(2) {
    grid-row: 1;
    z-index: 4;
    grid-column: 8 / span 5;
}.future_learners p:nth-child(3) {
    z-index: 6;
    grid-row: 2;
    grid-column: 3 / span 6;
}.future_learners p:nth-child(4) {
    grid-column: 1 / span 4;
    grid-row: 3;
    z-index: 3;
}.future_learners p:nth-child(5) {
    grid-column: 6 / span 7;
    z-index: 2;
    grid-row: 3;
}.future_learners p:nth-child(6) {
    grid-column: 2 / span 5;
    grid-row: 4;
    z-index: 1;
}.future_learners p:nth-child(7) {
    z-index: 1;
    grid-column: 8 / span 5;
    grid-row: 4;
}.future_learners p:nth-child(8) {
    grid-column: 4 / span 6;
    z-index: 1;
    grid-row: 5;
}@keyframes float-in {
    0% {
        opacity: 0;
        transform: translateY(50px) translateZ(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.future_learners p {
    opacity: 0;
    animation: float-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.future_learners p:nth-child(1) {
    animation-delay: 0.1s;
}.future_learners p:nth-child(2) {
    animation-delay: 0.3s;
}.future_learners p:nth-child(3) {
    animation-delay: 0.5s;
}.future_learners p:nth-child(4) {
    animation-delay: 0.7s;
}.future_learners p:nth-child(5) {
    animation-delay: 0.9s;
}.future_learners p:nth-child(6) {
    animation-delay: 1.1s;
}.future_learners p:nth-child(7) {
    animation-delay: 1.3s;
}.future_learners p:nth-child(8) {
    animation-delay: 1.5s;
}

@media screen and (max-width: 1200px) {.future_learners p:nth-child(1) {
    grid-column: 1 / span 7;
}.future_learners p:nth-child(2) {
    grid-column: 8 / span 5;
}.future_learners p:nth-child(3) {
    grid-column: 2 / span 7;
}.future_learners p:nth-child(4) {
    grid-column: 1 / span 5;
}.future_learners p:nth-child(5) {
    grid-column: 6 / span 7;
}
}

@media screen and (max-width: 992px) {.future_learners {
    padding: 90px 0 80px;
}.future_learners h4 {
    margin-bottom: 60px;
    font-size: calc(47px * 0.85);
}.future_learners div > div {
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
}.future_learners p {
    padding: 25px;
}.future_learners p:nth-child(1) {
    grid-column: 1 / span 4;
}.future_learners p:nth-child(2) {
    grid-column: 5 / span 4;
}.future_learners p:nth-child(3) {
    grid-column: 2 / span 6;
}.future_learners p:nth-child(4) {
    grid-column: 1 / span 3;
}.future_learners p:nth-child(5) {
    grid-column: 4 / span 5;
}.future_learners p:nth-child(6) {
    grid-column: 2 / span 6;
}.future_learners p:nth-child(7) {
    grid-column: 1 / span 4;
}.future_learners p:nth-child(8) {
    grid-column: 5 / span 4;
}
}

@media screen and (max-width: 768px) {.future_learners {
    padding: 80px 0 70px;
}.future_learners h4 {
    padding-left: 25px;
    font-size: calc(47px * 0.7);
    margin-bottom: 50px;
}.future_learners h4::before {
    width: 6px;
}.future_learners div > div {
    grid-template-columns: 1fr;
    gap: 15px;
}.future_learners p {
    grid-row: auto !important;
    grid-column: 1 !important;
    padding: 20px;
}.future_learners p svg {
    margin-right: 15px;
    height: 25px;
    width: 25px;
}
}