* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1194px;
}.page_headerhvBN {
    flex: 1 0 auto;
}.wrapper-capsuleyEUj {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    color: #000000;
    min-height: 100%;
    auto
contain
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    height: 100%;
}.sec_certysuw {
    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;
}}
.title_introsyGr {
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
    position: relative;
}.title_introsyGr .course_openItGS {
    background-position: center center !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100vh;
    display: flex;
    position: relative;
}.title_introsyGr .course_openItGS::before {
    background: linear-gradient(135deg, 
    rgb(180,202,177,0.5) 0%, 
    rgba(0,0,0,0.7) 50%, 
    rgb(141,174,139,0.5) 100%);
    content: "";
    height: 100%;
    left: 0;
    backdrop-filter: blur(5px) saturate(110%);
    z-index: 1;
    top: 0;
    position: absolute;
    width: 100%;
}.title_introsyGr .skill_expertstohr {
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.1);
    gap: calc(15px * 1.618);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 4rem 3rem;
    display: grid;
    border-left: 4px solid rgb(180,202,177);
    box-shadow: 0 25px 45px rgba(0,0,0,0.2);
    position: relative;
    transform: perspective(1000px) rotateY(2deg);
    width: 90%;
    grid-template-columns: 1fr;
    z-index: 2;
}.title_introsyGr .skill_expertstohr:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.title_introsyGr .skill_expertstohr > div {
    overflow: hidden;
    position: relative;
}.title_introsyGr .skill_expertstohr > div:nth-child(1) {
    transform: translateX(-30px);
    opacity: 0;
    animation-delay: 0.2s;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.title_introsyGr .skill_expertstohr > div:nth-child(2) {
    animation-delay: 0.4s;
    transform: translateY(30px);
    opacity: 0;
    animation: slideInUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.title_introsyGr .skill_expertstohr > div:nth-child(3) {
    opacity: 0;
    transform: translateX(30px);
    animation: slideInRight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 0.6s;
}.title_introsyGr p {
    font-weight: 400;
    border-left: 3px solid rgb(141,174,139);
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin: 0;
    font-size: calc(15px * 1.1);
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
}.title_introsyGr .title_style_header {
    font-weight: 700;
    -webkit-background-clip: text !important;
    margin: 0;
    color: transparent;
    font-size: calc(46px * 1.2);
    color: #ffffff;
    letter-spacing: -0.02em;
    position: relative;
    line-height: 1.2;
    background: linear-gradient(120deg, #ffffff 0%, rgb(141,174,139) 100%);
    background-clip: text !important;
    text-shadow: 0 2px 15px rgba(0,0,0,0.3);
}.title_introsyGr .title_style_header::after {
    animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    bottom: -10px;
    border-radius: 2px;
    animation-delay: 1s;
    left: 0;
    background: rgb(180,202,177);
    position: absolute;
    width: 80px;
    transform: scaleX(0);
    content: "";
    height: 4px;
}.title_introsyGr h3 {
    padding-right: 1.5rem;
    border-right: 3px solid rgb(180,202,177);
    font-size: calc(22px * 1.1);
    line-height: 1.5;
    font-weight: 600;
    color: #ffffff;
    opacity: 0.85;
    text-align: right;
    margin: 0;
}

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

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

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

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

@media (min-width: 768px) {.title_introsyGr .skill_expertstohr {
    gap: calc(15px * 2.618);
    grid-template-columns: 1fr;
    transform: perspective(1200px) rotateY(2deg) translateZ(0);
    padding: 5rem 5rem;
}.title_introsyGr .title_style_header {
    font-size: calc(46px * 1.5);
}.title_introsyGr p {
    max-width: 85%;
    font-size: calc(15px * 1.2);
}.title_introsyGr h3 {
    margin-left: auto;
    max-width: 90%;
    font-size: calc(22px * 1.2);
}.title_introsyGr .title_style_header::after {
    width: 120px;
}
}

@media (min-width: 992px) {.title_introsyGr .skill_expertstohr {
    border-left: 5px solid rgb(180,202,177);
    grid-template-columns: 1fr;
    gap: calc(15px * 3);
    padding: 6rem 6rem;
}.title_introsyGr .title_style_header {
    letter-spacing: -0.03em;
    font-size: calc(46px * 1.8);
}.title_introsyGr p {
    padding-left: 2rem;
    border-left: 4px solid rgb(141,174,139);
    font-size: calc(15px * 1.3);
}.title_introsyGr h3 {
    font-size: calc(22px * 1.3);
    border-right: 4px solid rgb(180,202,177);
    padding-right: 2rem;
}.title_introsyGr .title_style_header::after {
    width: 150px;
    height: 5px;
}
}

@media (min-width: 1200px) {.title_introsyGr .skill_expertstohr {
    grid-template-columns: 1fr;
    max-width: 1200px;
    gap: calc(15px * 3.5);
}.title_introsyGr .title_style_header {
    font-size: calc(46px * 2);
}.title_introsyGr .title_style_header::after {
    width: 180px;
}
}

@media (max-width: 767px) {.title_introsyGr .course_openItGS {
    min-height: 100vh;
    height: auto;
}.title_introsyGr .skill_expertstohr {
    gap: calc(15px * 1.2);
    padding: 3rem 1.5rem;
    width: 95%;
    transform: perspective(800px) rotateY(1deg);
}.title_introsyGr .title_style_header {
    font-size: calc(36px);
}.title_introsyGr p {
    padding-left: 1rem;
    font-size: 15px;
    border-left: 2px solid rgb(141,174,139);
}.title_introsyGr h3 {
    font-size: 22px;
    border-right: 2px solid rgb(180,202,177);
    padding-right: 1rem;
}}.secure_pantrymtoq {
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,229,214) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 5rem 2rem;
}.secure_pantrymtoq::before {
    height: 100%;
    width: 30%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(180,202,177,0.5));
    right: 0;
    transform: skewX(-15deg) translateX(20%);
    top: 0;
    opacity: 0.05;
}.secure_pantrymtoq::after {
    background: linear-gradient(90deg, rgb(180,202,177), rgb(141,174,139), rgb(180,202,177));
    width: 100%;
    content: "";
    left: 0;
    bottom: 0;
    opacity: 0.7;
    height: 5px;
    position: absolute;
}.secure_pantrymtoq .container {
    max-width: 1140px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.secure_pantrymtoq h1 {
    font-size: 47px;
    margin-bottom: 2.5rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
}.secure_pantrymtoq h1::after {
    width: 80px;
    height: 4px;
    bottom: 0;
    content: "";
    transform-origin: left;
    left: 0;
    background: linear-gradient(90deg, rgb(180,202,177), rgb(141,174,139));
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
}.secure_pantrymtoq h1:hover::after {
    transform: scaleX(1.5);
}.secure_pantrymtoq h2 {
    position: relative;
    font-size: 38px;
    padding-left: 1rem;
    color: #000000;
    margin: 2.5rem 0 1.5rem;
    font-weight: 600;
}.secure_pantrymtoq h2::before {
    left: 0;
    position: absolute;
    top: 0.25rem;
    content: "";
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(180,202,177), rgb(141,174,139));
    width: 4px;
    bottom: 0.25rem;
}.secure_pantrymtoq h3 {
    margin: 2rem 0 1.2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    font-weight: 600;
    padding-bottom: 0.75rem;
    font-size: calc(38px * 0.85);
}.secure_pantrymtoq h4 {
    color: #000000;
    margin: 1.8rem 0 1rem;
    font-weight: 600;
    font-size: calc(38px * 0.75);
}.secure_pantrymtoq p {
    margin-bottom: 1.5rem;
    line-height: 1.75;
    color: #000000;
    font-size: 14px;
    max-width: 95%;
}.secure_pantrymtoq p strong {
    position: relative;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}.secure_pantrymtoq p strong::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    background: rgb(141,174,139,0.5);
    height: 2px;
    content: "";
    width: 100%;
    opacity: 0.5;
}.secure_pantrymtoq ul {
    margin: 1.5rem 0 2rem;
    list-style: none;
    padding-left: 1.5rem;
}.secure_pantrymtoq li {
    margin-bottom: 1rem;
    line-height: 1.6;
    padding-left: 1.5rem;
    position: relative;
}.secure_pantrymtoq li::before {
    height: 8px;
    opacity: 0.8;
    content: "";
    left: 0;
    background: rgb(141,174,139);
    top: 0.75rem;
    transform: rotate(45deg);
    position: absolute;
    width: 8px;
}.secure_pantrymtoq span {
    max-width: 95%;
    margin-bottom: 1.75rem;
    line-height: 1.7;
    border-left: 2px solid rgb(141,174,139,0.5);
    display: block;
    padding-left: 1rem;
    font-size: 14px;
}

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

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

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

@media screen and (max-width: 480px) {.secure_pantrymtoq {
    padding: 2.5rem 1rem;
}.secure_pantrymtoq h1::after {
    width: 60px;
}.secure_pantrymtoq h2::before {
    width: 3px;
}.secure_pantrymtoq li {
    padding-left: 1.25rem;
}.secure_pantrymtoq p,
    .secure_pantrymtoq span,
    .secure_pantrymtoq li {
    max-width: 100%;
}}.cookieNoticePromptPanelJCvT {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgb(217,229,214);
    border-top: 2px solid rgb(180,202,177);
    z-index: 90;
}.secure_cookiesUvqC {
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
    align-items: center;
}.cookieNoticePromptPanelJCvT h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookie_alert_noticeyMmX {
    display: none;
}#cookie_alert_noticeyMmX:checked ~ .cookieNoticePromptPanelJCvT {
    visibility: hidden;
    opacity: 0;
}.cookieNoticePromptPanelJCvT p {
    font-size: 18px;
}.cookie_nonewADJ {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_nonewADJ svg, .cookie_nonewADJ svg path, .cookie_nonewADJ img {
    width: 100px;
    height: 100px;
    fill: rgb(180,202,177);
}.consent_panelhNSZ {
    margin-left: 10px;
    text-decoration: none;
    font-size: 24px;
    white-space: nowrap;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(180,202,177);
    min-width: 120px;
    line-height: 35px;
    color: rgb(180,202,177);
    text-align: center;
    cursor: pointer;
}.cookieNoticePromptPanelJCvT p a {
    color: rgb(180,202,177);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookieNoticePromptPanelJCvT {
    padding: 20px;
}}

.wrapper-capsuleyEUj .cookieNoticePromptPanelJCvT {
    padding: 40px 0;
    border: none;
    box-shadow: rgb(141,174,139,0.5) 0px 0px 40px 39px;
    background: rgb(141,174,139);
}.wrapper-capsuleyEUj .consent_panelhNSZ {
    margin-left: 30px;
    font-weight: 400;
    border: none;
    font-size: 20px;
    padding: 10px;
    background: rgb(180,202,177);
    color: #ffffff;
}.wrapper-capsuleyEUj .cookie_hideZdSy h5, .wrapper-capsuleyEUj .cookie_hideZdSy p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookie_nonewADJ {
    display: none;
}.secure_cookiesUvqC {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieNoticePromptPanelJCvT h5 {
    text-align: center;
}.cookieNoticePromptPanelJCvT p {
    text-align: center;
}.cookie_hideZdSy {
    margin-bottom: 20px;
}body .wrapper-capsuleyEUj .consent_panelhNSZ {
    margin-bottom: 10px;
    margin-left: 0;
}}.course_program_detailsNXqO {
    background-color: rgb(217,229,214);
    overflow: hidden;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    display: flex;
}.course_program_detailsNXqO .learn_careerWxNa {
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}.course_program_detailsNXqO .lesson_routekLeS {
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    height: 100%;
    display: flex;
    width: calc(100% * var(--slide-count, 5));
}.course_program_detailsNXqO .learn_careerWxNa:hover .lesson_routekLeS {
    animation-play-state: paused;
}.course_program_detailsNXqO .education_flowXxHO {
    position: relative;
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    overflow: hidden;
}.course_program_detailsNXqO .education_flowXxHO::before {
    bottom: 0;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    transition: opacity 0.5s ease;
    background: linear-gradient(
        135deg,
        rgb(180,202,177,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(141,174,139,0.5) 100%
    );
    opacity: 0.8;
    position: absolute;
}.course_program_detailsNXqO .education_flowXxHO:hover::before {
    opacity: 0.4;
}.course_program_detailsNXqO .education_flowXxHO img {
    transition: transform 0.7s ease-out;
    object-fit: cover;
    filter: brightness(0.85) contrast(1.1);
    height: 100%;
    transform: scale(1.05);
    width: 100%;
}.course_program_detailsNXqO .education_flowXxHO:hover img {
    transform: scale(1);
    filter: brightness(0.95) contrast(1.05);
}.course_program_detailsNXqO .container {
    padding: 4rem 2rem;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
    margin: auto;
}.course_program_detailsNXqO .success_pathtBfo {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin-right: 5%;
}.course_program_detailsNXqO .job_trainingcNEG {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                0 1px 3px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    border-radius: 14px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0);
    padding: 3rem;
    backdrop-filter: blur(8px);
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    overflow: hidden;
}.course_program_detailsNXqO .job_trainingcNEG::before {
    height: 3px;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        rgb(180,202,177) 0%,
        rgb(141,174,139) 100%
    );
    content: "";
    width: 100%;
}.course_program_detailsNXqO .job_trainingcNEG::after {
    right: 0;
    width: 50%;
    bottom: 0;
    height: 1px;
    position: absolute;
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(180,202,177,0.5) 100%
    );
}.course_program_detailsNXqO .job_trainingcNEG:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 
                0 2px 5px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    transform: translateY(-5px);
}.course_program_detailsNXqO .job_trainingcNEG h3 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 28px;
}.course_program_detailsNXqO .job_trainingcNEG h3::after {
    height: 2px;
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    background-color: rgb(180,202,177);
    width: 40%;
    left: 0;
    bottom: -8px;
}.course_program_detailsNXqO .job_trainingcNEG:hover h3::after {
    width: 60%;
}.course_program_detailsNXqO .job_trainingcNEG p {
    font-weight: 300;
    opacity: 0.8;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 2rem;
}.course_program_detailsNXqO .job_trainingcNEG .help_linksacRq {
    box-shadow: 0 4px 15px rgb(180,202,177,0.5);
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    font-size: 15px;
    border-radius: 10px;
    padding: 0.85rem 2rem;
    position: relative;
    background: linear-gradient(
        45deg,
        rgb(180,202,177) 0%,
        rgb(141,174,139) 100%
    );
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}.course_program_detailsNXqO .job_trainingcNEG .help_linksacRq::before {
    transition: opacity 0.3s ease;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgb(141,174,139) 0%,
        rgb(180,202,177) 100%
    );
    width: 100%;
    left: 0;
    opacity: 0;
}.course_program_detailsNXqO .job_trainingcNEG .help_linksacRq:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(180,202,177,0.5);
}.course_program_detailsNXqO .job_trainingcNEG .help_linksacRq:hover::before {
    opacity: 1;
}@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

.course_program_detailsNXqO::before {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, 
                transparent 0%,
                rgba(0, 0, 0, 0.5) 70%);
    top: 0;
    content: "";
    z-index: 1;
}

@media (max-width: 992px) {.course_program_detailsNXqO .container {
    padding: 3rem 1.5rem;
    justify-content: center;
}.course_program_detailsNXqO .success_pathtBfo {
    max-width: 540px;
    margin-right: 0;
}.course_program_detailsNXqO .job_trainingcNEG {
    padding: 2.5rem;
}.course_program_detailsNXqO .job_trainingcNEG h3 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.course_program_detailsNXqO .container {
    padding-bottom: 4rem;
    padding-top: 4rem;
}.course_program_detailsNXqO .job_trainingcNEG {
    padding: 2rem;
}.course_program_detailsNXqO .job_trainingcNEG h3 {
    font-size: calc(28px * 0.8);
    margin-bottom: 1.2rem;
}.course_program_detailsNXqO .job_trainingcNEG p {
    margin-bottom: 1.5rem;
}.course_program_detailsNXqO .job_trainingcNEG .help_linksacRq {
    padding: 0.75rem 1.75rem;
}
    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        45% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        50% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        70% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        75% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        95% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 576px) {.course_program_detailsNXqO .lesson_routekLeS {
    animation-duration: 20s;
}.course_program_detailsNXqO .container {
    padding: 3rem 1rem;
}.course_program_detailsNXqO .job_trainingcNEG {
    padding: 1.5rem;
}.course_program_detailsNXqO .job_trainingcNEG h3 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1rem;
}.course_program_detailsNXqO .job_trainingcNEG p {
    font-size: calc(18px * 0.9);
    margin-bottom: 1.25rem;
}.course_program_detailsNXqO .job_trainingcNEG .help_linksacRq {
    font-size: calc(15px * 0.9);
    padding: 0.65rem 1.5rem;
}}

.course_program_detailsNXqO .lesson_routekLeS::before {
    animation: set-slide-count 0.1s forwards;
    width: 1px;
    position: fixed;
    height: 1px;
    content: "";
}@keyframes set-slide-count {
    to {
        --slide-count: attr(data-slides integer);
    }
}

.course_program_detailsNXqO .education_flowXxHO:nth-child(1) {
    --slide-color: rgb(180,202,177);
}.course_program_detailsNXqO .education_flowXxHO:nth-child(2) {
    --slide-color: rgb(141,174,139);
}.course_program_detailsNXqO .education_flowXxHO:nth-child(3) {
    --slide-color: rgb(180,202,177);
}.course_program_detailsNXqO .education_flowXxHO:nth-child(4) {
    --slide-color: rgb(141,174,139);
}.course_program_detailsNXqO .education_flowXxHO:nth-child(5) {
    --slide-color: rgb(180,202,177);
}.course_program_detailsNXqO .education_flowXxHO::after {
    position: absolute;
    mix-blend-mode: soft-light;
    content: "";
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        var(--slide-color, rgb(180,202,177)) 150%
    );
    width: 100%;
}.course_program_detailsNXqO .education_flowXxHO:hover::after {
    opacity: 0.5;
}.connect_with_usUFth {
    z-index: 1;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(217,229,214);
    position: relative;
}.connect_with_usUFth::before {
    position: absolute;
    left: 0;
    z-index: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    opacity: 0.5;
    top: 0;
    background-blend-mode: multiply;
}.connect_with_usUFth .image_panelRdMA {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0.07;
    left: 0;
    filter: contrast(1.2) saturate(0.8);
    width: 100%;
    height: 100%;
}.connect_with_usUFth .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.connect_with_usUFth h3 {
    font-weight: 300;
    position: relative;
    color: #000000;
    margin-bottom: 70px;
    letter-spacing: 1px;
    font-size: 34px;
    font-family: Arial, sans-serif;
    text-align: center;
}.connect_with_usUFth .query_messageQjHi {
    display: flex;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}.connect_with_usUFth .query_helpilHW {
    z-index: 1;
    flex-direction: column;
    flex: 1 1 55%;
    display: flex;
    background: #ffffff;
    position: relative;
    padding: 80px;
    justify-content: center;
}.connect_with_usUFth .query_helpilHW::before {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    left: 0;
    width: 100%;
    top: 0;
    content: '';
    z-index: -1;
    position: absolute;
}.connect_with_usUFth .query_helpilHW #contact {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}.connect_with_usUFth .query_helpilHW h3 {
    color: #000000;
    text-align: center;
    font-weight: 300;
    margin-bottom: 40px;
    font-size: 20px;
}.connect_with_usUFth .query_helpilHW input[type="text"],
.connect_with_usUFth .query_helpilHW textarea {
    margin-bottom: 30px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    width: 100%;
    transition: all 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    border: none;
    font-size: 14px;
    padding: 20px 25px;
    background-color: rgba(0, 0, 0, 0.03);
}.connect_with_usUFth .query_helpilHW textarea {
    resize: vertical;
    padding-top: 25px;
    border-radius: 25px;
    height: 150px;
}.connect_with_usUFth .query_helpilHW input[type="text"]:focus,
.connect_with_usUFth .query_helpilHW textarea:focus {
    background-color: rgba(0, 0, 0, 0.015);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(180,202,177,0.5);
    outline: none;
}.connect_with_usUFth .query_helpilHW .request_mapCkMO {
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.connect_with_usUFth .query_helpilHW .request_mapCkMO input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_with_usUFth .query_helpilHW .request_mapCkMO label {
    color: #000000;
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    font-size: calc(14px - 2px);
    padding-left: 35px;
}.connect_with_usUFth .query_helpilHW .request_mapCkMO label::before {
    background-color: transparent;
    height: 22px;
    transition: all 0.3s ease;
    border-radius: 50%;
    width: 22px;
    content: '';
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 2px;
    left: 0;
}.connect_with_usUFth .query_helpilHW .request_mapCkMO input[type="checkbox"]:checked + label::before {
    background-color: rgb(180,202,177);
    border-color: rgb(180,202,177);
}.connect_with_usUFth .query_helpilHW .request_mapCkMO input[type="checkbox"]:checked + label::after {
    width: 8px;
    left: 7px;
    border-left: 2px solid #ffffff;
    content: '';
    transform: rotate(-45deg);
    border-bottom: 2px solid #ffffff;
    height: 5px;
    top: 10px;
    position: absolute;
}.connect_with_usUFth .query_helpilHW .request_mapCkMO a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(180,202,177);
    font-weight: 600;
}.connect_with_usUFth .query_helpilHW .request_mapCkMO a:hover {
    color: rgb(141,174,139);
}.connect_with_usUFth .query_helpilHW .help_linksacRq {
    transition: all 0.3s ease;
    border: none;
    position: relative;
    border-radius: 50px;
    background: rgb(180,202,177);
    overflow: hidden;
    display: block;
    padding: 18px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 19px;
    cursor: pointer;
    color: #ffffff;
}.connect_with_usUFth .query_helpilHW .help_linksacRq::before {
    top: 0;
    transition: all 0.6s ease;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    left: -100%;
}.connect_with_usUFth .query_helpilHW .help_linksacRq:hover {
    background: rgb(141,174,139);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(180,202,177,0.5);
}.connect_with_usUFth .query_helpilHW .help_linksacRq:hover::before {
    left: 100%;
}.connect_with_usUFth .query_requestSbtI {
    justify-content: center;
    flex-direction: column;
    position: relative;
    display: flex;
    overflow: hidden;
    flex: 1 1 45%;
    padding: 80px 60px;
    background: linear-gradient(135deg, rgb(180,202,177) 0%, rgb(141,174,139) 100%);
}.connect_with_usUFth .query_requestSbtI::before {
    background-size: 250px 250px;
    content: '';
    top: -50%;
    opacity: 0.7;
    position: absolute;
    height: 200%;
    z-index: 0;
    width: 200%;
    left: -50%;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
}.connect_with_usUFth .query_requestSbtI h4 {
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    z-index: 1;
    margin-bottom: 50px;
    position: relative;
}.connect_with_usUFth .query_requestSbtI .inquiry_inquiryGPAi {
    z-index: 1;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 300px;
}.connect_with_usUFth .query_requestSbtI .inquiry_inquiryGPAi li {
    position: relative;
    display: flex;
    margin-bottom: 35px;
    align-items: center;
    transition: transform 0.3s ease;
}.connect_with_usUFth .query_requestSbtI .inquiry_inquiryGPAi li:last-child {
    margin-bottom: 0;
}.connect_with_usUFth .query_requestSbtI .inquiry_inquiryGPAi li:hover {
    transform: translateX(5px);
}.connect_with_usUFth .query_requestSbtI .inquiry_inquiryGPAi li svg {
    opacity: 0.9;
    height: 22px;
    width: 22px;
    margin-right: 20px;
    flex-shrink: 0;
}.connect_with_usUFth .query_requestSbtI .inquiry_inquiryGPAi li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.connect_with_usUFth .query_requestSbtI .inquiry_inquiryGPAi li span {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
    position: relative;
}.connect_with_usUFth .query_requestSbtI .inquiry_inquiryGPAi li span::after {
    bottom: -8px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    left: 0;
    content: '';
    width: 0;
    transition: width 0.3s ease;
    height: 1px;
}.connect_with_usUFth .query_requestSbtI .inquiry_inquiryGPAi li:hover span::after {
    width: 100%;
}.connect_with_usUFth .query_requestSbtI .inquiry_inquiryGPAi li a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.connect_with_usUFth .query_requestSbtI .inquiry_inquiryGPAi li a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.connect_with_usUFth {
    padding: 80px 0;
}.connect_with_usUFth .query_messageQjHi {
    flex-direction: column;
}.connect_with_usUFth .query_helpilHW,
    .connect_with_usUFth .query_requestSbtI {
    padding: 60px 40px;
    flex: 1 1 100%;
}
}

@media (max-width: 768px) {.connect_with_usUFth {
    padding: 60px 0;
}.connect_with_usUFth h3 {
    margin-bottom: 50px;
    font-size: calc(34px - 4px);
}.connect_with_usUFth .query_helpilHW h3,
    .connect_with_usUFth .query_requestSbtI h4 {
    font-size: calc(20px - 2px);
    margin-bottom: 30px;
}.connect_with_usUFth .query_helpilHW input[type="text"],
    .connect_with_usUFth .query_helpilHW textarea {
    margin-bottom: 20px;
    padding: 16px 20px;
}.connect_with_usUFth .query_helpilHW textarea {
    height: 120px;
}.connect_with_usUFth .query_helpilHW .help_linksacRq {
    padding: 16px;
}.connect_with_usUFth .query_requestSbtI .inquiry_inquiryGPAi li {
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.connect_with_usUFth {
    padding: 50px 0;
}.connect_with_usUFth .query_helpilHW,
    .connect_with_usUFth .query_requestSbtI {
    padding: 40px 25px;
}.connect_with_usUFth h3 {
    font-size: calc(34px - 6px);
}.connect_with_usUFth .query_helpilHW .request_mapCkMO label {
    font-size: calc(14px - 3px);
}.connect_with_usUFth .query_messageQjHi {
    border-radius: 20px;
}.connect_with_usUFth .query_helpilHW input[type="text"],
    .connect_with_usUFth .query_helpilHW textarea {
    border-radius: 25px;
}.connect_with_usUFth .query_helpilHW textarea {
    border-radius: 20px;
}}.our_storyVsST {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding: 120px 0;
}.our_storyVsST::before {
    content: "";
    box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.1);
    left: 0;
    z-index: -1;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(180,202,177,0.5), rgb(141,174,139,0.5));
    top: 0;
    opacity: 0.85;
}.our_storyVsST::after {
    height: 200%;
    opacity: 0.06;
    content: "";
    animation: lightShift 15s infinite alternate ease-in-out;
    background: radial-gradient(circle at center, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    top: -50%;
    right: -50%;
    position: absolute;
    width: 100%;
    z-index: -1;
    transform: rotate(35deg);
}.our_storyVsST .container {
    padding: 0 20px;
    z-index: 1;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 2rem;
    max-width: 1200px;
}.our_storyVsST h2 {
    letter-spacing: 0.5px;
    font-size: calc(29px * 1.2);
    animation: slideInTitle 1s cubic-bezier(0.17, 0.67, 0.31, 0.95) forwards;
    transform-origin: left center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-weight: 700;
}.our_storyVsST h2::after {
    content: "";
    animation: lineExpand 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.31, 0.95);
    width: 80px;
    bottom: -12px;
    background: rgb(141,174,139);
    transform-origin: left;
    box-shadow: 0 2px 10px rgb(141,174,139,0.5);
    left: 0;
    transform: scaleX(0);
    position: absolute;
    height: 4px;
}.our_storyVsST .text_textGAjV {
    opacity: 0;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.25),
        -15px -15px 30px rgba(255, 255, 255, 0.05),
        inset 2px 2px 3px rgba(255, 255, 255, 0.1),
        inset -2px -2px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateY(30px);
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.5s ease-out;
    animation: floatIn 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.31, 0.95);
    backdrop-filter: blur(10px);
}.our_storyVsST .text_textGAjV::before {
    left: -100px;
    opacity: 0.2;
    border-radius: 50%;
    width: 200px;
    background: linear-gradient(135deg, rgb(141,174,139,0.5), transparent);
    height: 200px;
    top: -100px;
    content: "";
    position: absolute;
    z-index: -1;
}.our_storyVsST .text_textGAjV > div {
    padding: 35px;
    position: relative;
}.our_storyVsST .text_textGAjV p {
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    font-size: calc(17px * 1.4);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    font-weight: 600;
    color: #ffffff;
}.our_storyVsST .text_textGAjV p::after {
    position: absolute;
    height: 3px;
    left: 0;
    content: "";
    bottom: -10px;
    width: 40px;
    opacity: 0.8;
    background: rgb(141,174,139);
}.our_storyVsST .text_textGAjV div div {
    position: relative;
    font-size: 17px;
    column-count: 1;
    opacity: 0.95;
    line-height: 1.8;
    color: #ffffff;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    column-gap: 40px;
    z-index: 2;
}

@media (min-width: 768px) {.our_storyVsST {
    padding: 150px 0;
}.our_storyVsST .text_textGAjV div div {
    column-count: 2;
}.our_storyVsST h2 {
    grid-column: 1 / -1;
    font-size: calc(29px * 1.5);
}
}

@media (min-width: 1024px) {.our_storyVsST {
    padding: 180px 0;
}.our_storyVsST .container {
    grid-template-columns: 1fr;
    gap: 3rem;
}.our_storyVsST .text_textGAjV {
    box-shadow: 
            20px 20px 40px rgba(0, 0, 0, 0.2),
            -20px -20px 40px rgba(255, 255, 255, 0.03),
            inset 2px 2px 5px rgba(255, 255, 255, 0.1),
            inset -2px -2px 5px rgba(0, 0, 0, 0.1);
}.our_storyVsST .text_textGAjV:hover {
    box-shadow: 
            25px 25px 50px rgba(0, 0, 0, 0.25),
            -25px -25px 50px rgba(255, 255, 255, 0.05),
            inset 2px 2px 5px rgba(255, 255, 255, 0.1),
            inset -2px -2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.our_storyVsST .text_textGAjV div div {
    column-count: 2;
}}

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

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

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

@keyframes lightShift {
    0% {
        transform: rotate(35deg) translateX(0);
        opacity: 0.06;
    }
    50% {
        opacity: 0.08;
    }
    100% {
        transform: rotate(35deg) translateX(50px);
        opacity: 0.06;
    }
}.thanksGridJgIq {
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(217,229,214) 0%, rgba(245, 245, 245, 0.9) 100%);
}.thanksGridJgIq::before {
    transform: translateZ(-20px);
    height: 100%;
    animation: patternMove 30s linear infinite;
    width: 100%;
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(141,174,139,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(141,174,139,0.5) 11px
    );
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
}.thanksGridJgIq::after {
    height: 100%;
    animation: gradientPulse 15s ease-in-out infinite alternate;
    width: 100%;
    top: -50%;
    opacity: 0.15;
    right: -50%;
    content: "";
    background: radial-gradient(
        circle at center,
        rgb(180,202,177,0.5) 0%,
        transparent 70%
    );
    transform: rotate(-15deg) scale(2);
    z-index: 0;
    position: absolute;
}.thanksGridJgIq .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
}.thanksGridJgIq h2 {
    opacity: 0;
    animation: titleEntrance 1.2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
    line-height: 1.4;
    color: #000000;
    letter-spacing: 0.5px;
    font-weight: 700;
    position: relative;
    transform: translateZ(30px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    font-size: 34px;
    text-align: center;
    margin-bottom: 40px;
}.thanksGridJgIq h2::after {
    bottom: -15px;
    height: 3px;
    transform-origin: center;
    animation: underlineExpand 1.5s ease-out forwards 0.5s;
    width: 150px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(141,174,139), transparent);
    left: 50%;
    position: absolute;
    opacity: 0;
}.thanksGridJgIq .success_pathtBfo {
    position: relative;
    transform: translateZ(15px) rotateX(2deg);
    opacity: 0;
    margin-top: 20px;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    border-radius: 11px;
    background: #ffffff;
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
}.thanksGridJgIq .success_pathtBfo::before {
    opacity: 0.1;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(141,174,139,0.5) 0%, transparent 70%);
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    z-index: -1;
}.thanksGridJgIq .success_pathtBfo::after {
    bottom: 0;
    border-radius: 50%;
    right: 0;
    width: 180px;
    background: radial-gradient(circle at center, rgb(180,202,177,0.5), transparent 70%);
    z-index: -1;
    height: 180px;
    content: "";
    animation: glowPulse 8s ease-in-out infinite alternate;
    opacity: 0.2;
    transform: translate(40%, 40%);
    position: absolute;
}.thanksGridJgIq ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.thanksGridJgIq li {
    border-radius: 0 10px 10px 0;
    opacity: 0;
    background: linear-gradient(to right, rgba(245, 245, 245, 0.5) 0%, transparent 100%);
    animation: itemSlideIn 0.8s ease-out forwards 0.6s;
    border-left: 3px solid rgb(141,174,139);
    position: relative;
    transform: translateX(-20px);
    padding: 20px 15px 20px 35px;
    margin-bottom: 15px;
}.thanksGridJgIq li::before {
    border: 3px solid rgb(141,174,139);
    background-color: #ffffff;
    animation: pulseDot 3s infinite;
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    position: absolute;
    transform: translateY(-50%);
    height: 15px;
    top: 50%;
    width: 15px;
    left: -9px;
    content: "";
    border-radius: 50%;
}.thanksGridJgIq span {
    color: #000000;
    transform: translateY(15px);
    animation: textFadeIn 1s ease-out forwards 0.8s;
    font-size: calc(18px * 1.05);
    line-height: 1.7;
    display: block;
    opacity: 0;
    font-family: Arial, sans-serif;
}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes gradientPulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-14deg) scale(2.1);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(2);
    }
}

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

@keyframes underlineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 150px;
        opacity: 1;
    }
}

@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}

@keyframes glowPulse {
    0% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
    50% {
        opacity: 0.3;
        transform: translate(40%, 40%) scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: translate(40%, 40%) scale(1);
    }
}

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

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

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}

@media (max-width: 992px) {.thanksGridJgIq {
    padding: 60px 0;
}.thanksGridJgIq h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.9);
}.thanksGridJgIq .success_pathtBfo {
    padding: 30px;
}
}

@media (max-width: 768px) {.thanksGridJgIq {
    padding: 50px 0;
}.thanksGridJgIq h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 25px;
}.thanksGridJgIq .success_pathtBfo {
    transform: translateZ(10px) rotateX(1deg);
    padding: 25px;
}.thanksGridJgIq span {
    font-size: 18px;
}.thanksGridJgIq li {
    padding: 15px 10px 15px 25px;
}
}

@media (max-width: 576px) {.thanksGridJgIq {
    padding: 40px 0;
}.thanksGridJgIq h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 20px;
    line-height: 1.5;
}.thanksGridJgIq h2::after {
    bottom: -10px;
    width: 100px;
}.thanksGridJgIq .success_pathtBfo {
    margin-top: 15px;
    padding: 20px;
    transform: translateZ(5px) rotateX(0.5deg);
}.thanksGridJgIq li {
    margin-bottom: 10px;
    padding: 12px 10px 12px 20px;
}.thanksGridJgIq li::before {
    width: 12px;
    left: -7px;
    height: 12px;
}.thanksGridJgIq span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}.prospective_memberswCvo {
    position: relative;
    overflow: hidden;
    background-color: #edf0f8;
    padding: 100px 0;
}.prospective_memberswCvo::before {
    top: 0;
    opacity: 0.4;
    position: absolute;
    content: '';
    z-index: 1;
    height: 100%;
    left: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
}.prospective_memberswCvo .success_pathtBfo {
    padding: 0 30px;
    text-align: center;
    max-width: 1200px;
    z-index: 10;
    position: relative;
    margin: 0 auto;
}.prospective_memberswCvo h3 {
    display: inline-block;
    position: relative;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 60px;
    border-radius: 15px;
    padding: 20px 40px;
    background-color: #edf0f8;
    color: #000000;
}.prospective_memberswCvo h3::after {
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(180,202,177), rgb(141,174,139));
    content: '';
    border-radius: 10px;
    bottom: -15px;
    width: 60px;
    transform: translateX(-50%);
    height: 5px;
}.prospective_memberswCvo ul {
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    gap: 35px;
}.prospective_memberswCvo ul li {
    width: calc(33.333% - 24px);
    border-radius: 20px;
    position: relative;
    transition: all 0.4s ease;
    background-color: #edf0f8;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    display: flex;
    gap: 20px;
    min-width: 280px;
    padding: 35px 30px;
    text-align: left;
    align-items: flex-start;
}.prospective_memberswCvo ul li:hover {
    transform: translateY(-5px);
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
}.prospective_memberswCvo ul li::before {
    content: '';
    top: 15px;
    opacity: 0.5;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(180,202,177), rgb(141,174,139));
    position: absolute;
    height: 12px;
    transition: opacity 0.3s ease;
    width: 12px;
    right: 15px;
}.prospective_memberswCvo ul li:hover::before {
    opacity: 1;
}.prospective_memberswCvo ul li svg {
    border-radius: 12px;
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease;
    height: 50px;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    width: 50px;
    padding: 10px;
    flex-shrink: 0;
}.prospective_memberswCvo ul li:hover svg {
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
    transform: scale(1.05);
}.prospective_memberswCvo ul li svg path {
    fill: rgb(180,202,177);
    transition: fill 0.4s ease;
}.prospective_memberswCvo ul li:hover svg path {
    fill: rgb(141,174,139);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prospective_memberswCvo ul li {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}.prospective_memberswCvo ul li:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_memberswCvo ul li:nth-child(2) {
    animation-delay: 0.2s;
}.prospective_memberswCvo ul li:nth-child(3) {
    animation-delay: 0.3s;
}.prospective_memberswCvo ul li:nth-child(4) {
    animation-delay: 0.4s;
}.prospective_memberswCvo ul li:nth-child(5) {
    animation-delay: 0.5s;
}.prospective_memberswCvo ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.prospective_memberswCvo {
    padding: 80px 0;
}.prospective_memberswCvo h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.prospective_memberswCvo ul {
    gap: 25px;
}.prospective_memberswCvo ul li {
    width: calc(50% - 13px);
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.prospective_memberswCvo ul li {
    max-width: 400px;
    width: 100%;
}
}

@media (max-width: 576px) {.prospective_memberswCvo {
    padding: 60px 0;
}.prospective_memberswCvo h3 {
    padding: 15px 20px;
    margin-bottom: 40px;
    font-size: calc(31px * 0.85);
}.prospective_memberswCvo ul li {
    gap: 15px;
    padding: 25px 20px;
}.prospective_memberswCvo ul li svg {
    padding: 8px;
    height: 40px;
    width: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.prospective_memberswCvo ul li {
    animation: none;
    opacity: 1;
}.prospective_memberswCvo ul li:hover {
    transform: none;
}}.plan_selectionodvG {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    color: #ffffff;
}.plan_selectionodvG::before {
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    top: 0;
    width: 100%;
}.plan_selectionodvG .container {
    padding: 0 15px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.plan_selectionodvG .access_plansmSiB {
    position: relative;
}.plan_selectionodvG h2 {
    font-size: calc(28px * 1.2);
    text-align: center;
    animation: fadeInUp 0.8s forwards 0.3s;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    transform: translateY(10px);
    opacity: 0;
}.plan_selectionodvG .study_costsSfCk {
    text-align: center;
    animation: fadeInUp 0.8s forwards 0.5s;
    opacity: 0;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    transform: translateY(10px);
    font-size: calc(12px * 1.1);
    margin: 0 auto 40px;
    max-width: 700px;
}.plan_selectionodvG .price_viewDezU {
    gap: 30px;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    list-style: none;
    display: grid;
}.plan_selectionodvG .price_viewDezU li {
    animation: fadeInUp 0.8s forwards;
    transform: translateY(20px);
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    height: 100%;
    opacity: 0;
}.plan_selectionodvG .price_viewDezU li:nth-child(1) {
    --i: 1;
}.plan_selectionodvG .price_viewDezU li:nth-child(2) {
    --i: 2;
}.plan_selectionodvG .price_viewDezU li:nth-child(3) {
    --i: 3;
}.plan_selectionodvG .price_viewDezU li:nth-child(4) {
    --i: 4;
}.plan_selectionodvG .package_dealsdZkp {
    color: inherit;
    display: block;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}.plan_selectionodvG .package_dealsdZkp:hover {
    transform: translateY(-10px);
}.plan_selectionodvG .pricing_listKHCI {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    border-left: 3px solid rgb(180,202,177);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 30px;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    transition: all 0.4s ease;
}.plan_selectionodvG .package_dealsdZkp:hover .pricing_listKHCI {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
}.plan_selectionodvG .pricing_listKHCI::before {
    left: 0;
    top: 0;
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    background: linear-gradient(to right, 
        rgb(180,202,177), 
        rgb(141,174,139));
    transform: scaleX(0);
    position: absolute;
    transform-origin: left;
    content: "";
}.plan_selectionodvG .package_dealsdZkp:hover .pricing_listKHCI::before {
    transform: scaleX(1);
}.plan_selectionodvG .learning_costHYUB {
    flex-direction: column;
    height: 100%;
    display: flex;
}.plan_selectionodvG .learning_costHYUB h4 {
    color: #ffffff;
    position: relative;
    font-size: calc(24px * 1.1);
    padding-bottom: 15px;
    font-weight: 700;
    margin: 0 0 20px;
}.plan_selectionodvG .learning_costHYUB h4::after {
    bottom: 0;
    background: rgb(180,202,177);
    position: absolute;
    height: 3px;
    transition: width 0.4s ease;
    width: 40px;
    content: "";
    left: 0;
}.plan_selectionodvG .package_dealsdZkp:hover .learning_costHYUB h4::after {
    width: 60px;
}.plan_selectionodvG .learning_costHYUB p {
    margin: 0 0 25px;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    flex-grow: 1;
    font-size: 12px;
}.plan_selectionodvG .learning_feehjzv {
    display: block;
    font-weight: 700;
    font-size: calc(24px * 1.2);
    color: rgb(141,174,139);
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
    padding-top: 15px;
    margin-top: auto;
    transition: color 0.3s ease;
}.plan_selectionodvG .package_dealsdZkp:hover .learning_feehjzv {
    color: rgb(180,202,177);
}

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

@media (max-width: 991px) {.plan_selectionodvG {
    padding: 80px 0;
}.plan_selectionodvG h2 {
    font-size: 28px;
}.plan_selectionodvG .study_costsSfCk {
    font-size: 12px;
    margin-bottom: 30px;
}.plan_selectionodvG .price_viewDezU {
    gap: 20px;
}.plan_selectionodvG .pricing_listKHCI {
    padding: 25px;
}
}

@media (max-width: 767px) {.plan_selectionodvG {
    padding: 60px 0;
}.plan_selectionodvG .price_viewDezU {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.plan_selectionodvG .learning_costHYUB h4 {
    font-size: 24px;
}.plan_selectionodvG .learning_feehjzv {
    font-size: 24px;
}
}

@media (max-width: 480px) {.plan_selectionodvG {
    padding: 50px 0;
}.plan_selectionodvG h2 {
    font-size: calc(28px * 0.9);
}.plan_selectionodvG .study_costsSfCk {
    font-size: calc(12px * 0.9);
}.plan_selectionodvG .pricing_listKHCI {
    padding: 20px;
}}.followxarV {
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(217,229,214) 100%);
    position: relative;
    padding: 5rem 2rem;
    perspective: 1000px;
}.followxarV::before {
    position: absolute;
    height: 200%;
    opacity: 0.05;
    animation: grid-move 20s linear infinite;
    width: 200%;
    left: -50%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(141,174,139,0.5) 10px,
        rgb(141,174,139,0.5) 11px
    );
    top: -50%;
    content: "";
}@keyframes grid-move {
    0% {
        transform: translateZ(-100px) rotate(0deg);
    }
    100% {
        transform: translateZ(-100px) rotate(360deg);
    }
}

.followxarV .success_pathtBfo {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.followxarV .inquiry_supportltbf {
    transition: transform 0.5s ease;
    margin: 0 auto;
    transform: rotateY(-5deg);
    box-shadow: 
        0 0 20px rgb(180,202,177,0.5),
        0 0 40px rgb(141,174,139,0.5);
    background: rgb(217,229,214);
    max-width: 650px;
    padding: 3rem;
    position: relative;
    border: 1px solid rgb(180,202,177,0.5);
    border-radius: 17px;
}.followxarV .inquiry_supportltbf:hover {
    transform: rotateY(0deg);
}.followxarV .inquiry_supportltbf::before {
    background-repeat: repeat-y, repeat-x;
    border-radius: 17px;
    width: 100%;
    content: "";
    opacity: 0.5;
    height: 100%;
    top: 0;
    background-position: 0 0, 0 0;
    background-size: 2px 100%, 100% 2px;
    position: absolute;
    animation: border-pulse 3s infinite alternate;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 50%, rgb(180,202,177,0.5) 50%),
        linear-gradient(0deg, transparent 50%, rgb(141,174,139,0.5) 50%);
    pointer-events: none;
}@keyframes border-pulse {
    0% {
        opacity: 0.3;
        filter: hue-rotate(0deg);
    }
    100% {
        opacity: 0.7;
        filter: hue-rotate(90deg);
    }
}

.followxarV h3 {
    left: 50%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 23px;
    color: rgb(180,202,177);
    border-bottom: 2px solid rgb(141,174,139);
    padding-bottom: 0.5rem;
    transform: translateX(-50%);
    text-shadow: 0 0 10px rgb(180,202,177,0.5);
    text-align: center;
    font-weight: 700;
}.followxarV .input_holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}.followxarV input[type="email"] {
    font-family: Arial, sans-serif;
    min-width: 250px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    flex: 1;
    transition: all 0.3s ease;
    border: 1px solid rgb(141,174,139,0.5);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    padding: 1rem 1.5rem;
    font-size: 18px;
    border-radius: 10px;
}.followxarV input[type="email"]:focus {
    box-shadow: 
        inset 0 0 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgb(180,202,177,0.5);
    border-color: rgb(180,202,177);
    outline: none;
}.followxarV input[type="email"]::placeholder {
    opacity: 0.7;
    color: #ffffff;
}.followxarV input[type="submit"] {
    position: relative;
    color: #ffffff;
    z-index: 1;
    font-size: 17px;
    border: none;
    cursor: pointer;
    padding: 1rem 2rem;
    background: rgb(180,202,177);
    transition: all 0.3s ease;
    font-weight: 600;
    overflow: hidden;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
}.followxarV input[type="submit"]:hover {
    box-shadow: 0 0 20px rgb(180,202,177);
}.followxarV input[type="submit"]::before {
    height: 200%;
    left: -50%;
    background: linear-gradient(45deg, rgb(180,202,177), rgb(141,174,139), rgb(180,202,177));
    transform: rotate(45deg);
    top: -50%;
    width: 200%;
    content: "";
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: -1;
    opacity: 0;
}.followxarV input[type="submit"]:hover::before {
    animation: rotate-bg 2s linear infinite;
    opacity: 1;
}

@keyframes rotate-bg {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 768px) {.followxarV {
    padding: 3rem 1.5rem;
}.followxarV .inquiry_supportltbf {
    transform: none;
    padding: 2rem;
}.followxarV h3 {
    font-size: calc(23px * 0.9);
}.followxarV .input_holder {
    flex-direction: column;
}.followxarV input[type="email"],
    .followxarV input[type="submit"] {
    width: 100%;
}
}

@media (max-width: 480px) {.followxarV {
    padding: 2rem 1rem;
}.followxarV .inquiry_supportltbf {
    padding: 1.5rem;
}.followxarV h3 {
    font-size: calc(23px * 0.8);
    letter-spacing: 1px;
}.followxarV input[type="email"] {
    padding: 0.8rem 1rem;
}.followxarV input[type="submit"] {
    padding: 0.8rem 1.5rem;
}}footer {
    width: 100%;
    position: relative;
}footer .sec_certysuw {
    background-color: #2c3e50;
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
}footer .sec_certysuw::before {
    background-size: 60px 60px;
    top: 0;
    height: 100%;
    opacity: 0.1;
    left: 0;
    content: "";
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    width: 100%;
    position: absolute;
}footer .app_storeRCAh {
    z-index: 1;
    position: relative;
}footer .contact_usLHcd {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    position: relative;
    margin: -70px auto 60px;
    display: grid;
}footer .info_item {
    align-items: center;
    padding: 0 20px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: #ffffff;
    height: 100px;
    display: flex;
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    transition: height 0.3s ease, top 0.3s ease;
    width: 6px;
    background-color: rgb(180,202,177);
    top: 25%;
    left: 0;
    height: 50%;
    position: absolute;
    content: "";
}footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    width: 22px;
    z-index: 1;
    height: 22px;
    margin-right: 15px;
    flex-shrink: 0;
    position: relative;
    fill: rgb(180,202,177);
}footer .info_item p,
footer .info_item a {
    color: #2c3e50;
    z-index: 1;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}footer .info_item a:hover {
    color: rgb(180,202,177);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
    position: relative;
}footer .main_skillCwvn, footer .subscribe_holder {
    transition: all 0.3s ease;
    padding: 30px;
    border-radius: 17px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
}footer .main_skillCwvn:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .header_primarykXxb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}footer .main_skillCwvn svg {
    margin-bottom: 20px;
    width: auto;
    filter: brightness(0) invert(1);
    height: 45px;
}footer .footer_workshopsWQdR {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .header_primarykXxb h5 {
    margin-bottom: 20px;
    font-size: 19px;
    position: relative;
    font-weight: 600;
    grid-column: 1 / -1;
    color: #ffffff;
    padding-bottom: 10px;
}footer .header_primarykXxb h5::after {
    height: 2px;
    bottom: 0;
    background-color: rgb(180,202,177);
    width: 50px;
    left: 0;
    position: absolute;
    content: "";
}footer .main_siteSdHE {
    border-radius: 17px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
}footer .main_siteSdHE:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .main_siteSdHE a {
    transition: all 0.3s ease;
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 0;
    display: block;
}footer .main_siteSdHE a:last-child {
    border-bottom: none;
}footer .main_siteSdHE a::before {
    opacity: 0;
    right: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
    position: absolute;
    content: "→";
}footer .main_siteSdHE a:hover {
    padding-left: 5px;
    color: #ffffff;
}footer .main_siteSdHE a:hover::before {
    opacity: 1;
    transform: translateX(0);
}footer .subscribe_holder h5 {
    position: relative;
    margin-bottom: 15px;
    color: #ffffff;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 19px;
}footer .subscribe_holder h5::after {
    left: 0;
    height: 2px;
    bottom: 0;
    background-color: rgb(180,202,177);
    content: "";
    position: absolute;
    width: 50px;
}footer .subscribe_holder p {
    font-size: 16px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(180,202,177);
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .signup_blockxoZL {
    cursor: pointer;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    background-color: rgb(180,202,177);
    padding: 15px;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.3s ease;
}footer .signup_blockxoZL:hover {
    transform: translateY(-3px);
    background-color: rgb(141,174,139);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .art_portalPGXp {
    margin-top: 50px;
    position: relative;
    text-align: center;
}footer .lesson_ctaIwHV {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .signup_blockxoZL {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .header_primarykXxb {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .sec_certysuw {
    padding: 70px 0 30px;
}footer .contact_usLHcd {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .main_skillCwvn, footer .subscribe_holder {
    padding: 25px 20px;
}footer .header_primarykXxb h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .art_portalPGXp {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .sec_certysuw {
    padding: 50px 0 20px;
}footer .main_siteSdHE {
    padding: 15px;
}footer .header_primarykXxb h5, footer .subscribe_holder h5 {
    font-size: calc(19px - 2px);
}footer .input_holder input[type="email"],
    footer .signup_blockxoZL {
    padding: 12px;
}}.teacher_profilewKFG {
    background-color: rgb(217,229,214);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.teacher_profilewKFG::before {
    left: 0;
    right: 0;
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(315deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0;
    bottom: 0;
    background-size: 30px 30px;
    top: 0;
    opacity: 0.6;
    z-index: 1;
    content: "";
    position: absolute;
}.teacher_profilewKFG .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.teacher_profilewKFG .success_voicesgCNc {
    display: grid;
    border-radius: 16px;
    padding: 3rem;
    background: linear-gradient(145deg, #ffffff, rgb(217,229,214));
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.5),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    grid-template-columns: 1fr;
}.teacher_profilewKFG .success_voicesgCNc:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.12),
        -25px -25px 70px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.teacher_profilewKFG .image_panelRdMA {
    border-radius: 16px;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.25),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    width: 150px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(30px);
    height: 150px;
    margin: 0 auto;
}.teacher_profilewKFG .success_voicesgCNc:hover .image_panelRdMA {
    transform: translateZ(50px) scale(1.05);
}.teacher_profilewKFG .name {
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.02em;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin-bottom: 0.5rem;
    font-size: calc(20px * 1.1);
    transform: translateZ(20px);
    color: rgb(180,202,177);
}.teacher_profilewKFG .success_voicesgCNc:hover .name {
    transform: translateZ(30px);
}.teacher_profilewKFG .success_voicesgCNc div:nth-child(2) div {
    font-weight: 600;
    color: rgb(141,174,139);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
    transform: translateZ(15px);
    font-size: calc(18px * 0.95);
    margin-bottom: 1rem;
    text-align: center;
}.teacher_profilewKFG .success_voicesgCNc:hover div:nth-child(2) div {
    transform: translateZ(25px);
}.teacher_profilewKFG .career_containerLgZO {
    transform: translateZ(10px);
    color: #000000;
    line-height: 1.7;
    backdrop-filter: blur(5px);
    position: relative;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.08),
        -6px -6px 12px rgba(255, 255, 255, 0.5),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    font-size: 18px;
    background: linear-gradient(145deg, rgba(255,255,255,0.65), rgba(255,255,255,0.35));
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    border-radius: 12px;
}.teacher_profilewKFG .success_voicesgCNc:hover .career_containerLgZO {
    transform: translateZ(20px);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
}.teacher_profilewKFG .career_containerLgZO::before {
    position: absolute;
    left: 1rem;
    font-size: 5rem;
    transition: all 0.4s ease;
    line-height: 1;
    top: -1.5rem;
    content: "";
    opacity: 0.3;
    font-family: serif;
    color: rgb(180,202,177,0.5);
}.teacher_profilewKFG .success_voicesgCNc:hover .career_containerLgZO::before {
    transform: scale(1.1) translateY(-5px);
    opacity: 0.5;
}

@media (min-width: 768px) {.teacher_profilewKFG {
    padding: 8rem 0;
}.teacher_profilewKFG .success_voicesgCNc {
    gap: 3rem;
    grid-template-columns: auto 1fr 2fr;
    align-items: center;
    padding: 4rem;
}.teacher_profilewKFG .image_panelRdMA {
    width: 180px;
    margin: 0;
    height: 180px;
}.teacher_profilewKFG .name {
    text-align: left;
    font-size: calc(20px * 1.2);
}.teacher_profilewKFG .success_voicesgCNc div:nth-child(2) div {
    font-size: 18px;
    text-align: left;
}.teacher_profilewKFG .career_containerLgZO {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.teacher_profilewKFG {
    padding: 10rem 0;
}.teacher_profilewKFG .container {
    padding: 0 3rem;
}.teacher_profilewKFG .success_voicesgCNc {
    padding: 5rem;
    gap: 4rem;
}.teacher_profilewKFG .image_panelRdMA {
    width: 220px;
    height: 220px;
}.teacher_profilewKFG .name {
    font-size: calc(20px * 1.3);
    margin-bottom: 0.75rem;
}.teacher_profilewKFG .success_voicesgCNc div:nth-child(2) div {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 1.05);
}.teacher_profilewKFG .career_containerLgZO {
    font-size: calc(18px * 1.1);
    line-height: 1.9;
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.teacher_profilewKFG .success_voicesgCNc {
    padding: 2.5rem 1.5rem;
}.teacher_profilewKFG .image_panelRdMA {
    height: 120px;
    width: 120px;
}.teacher_profilewKFG .name {
    margin-top: 1rem;
}.teacher_profilewKFG .career_containerLgZO {
    padding: 1.5rem;
}}.join_nowTqEp {
    background: linear-gradient(135deg, rgb(141,174,139) 0%, rgb(180,202,177) 100%);
    perspective: 1000px;
    transform-style: preserve-3d;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.join_nowTqEp::before {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 2px,
    transparent 2px,
    transparent 10px
  );
    height: 100%;
    content: "";
    left: 0;
}.join_nowTqEp::after {
    right: -50px;
    z-index: 0;
    bottom: -50px;
    content: "";
    background: radial-gradient(circle, rgb(141,174,139,0.5) 0%, transparent 70%);
    position: absolute;
    border-radius: 50%;
    animation: pulse 8s infinite alternate ease-in-out;
    width: 300px;
    height: 300px;
}.join_nowTqEp .container {
    max-width: 1200px;
    position: relative;
    transform: translateZ(0);
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    grid-gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}.join_nowTqEp h2 {
    line-height: 1.3;
    position: relative;
    font-size: 30px;
    opacity: 0;
    color: #ffffff;
    transform: translateX(-20px);
    margin: 0;
    animation: slideInText 0.8s 0.2s forwards ease-out;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-weight: 700;
}.join_nowTqEp .success_pathtBfo {
    padding: 30px 40px;
    transform: translateX(-20px) rotateY(-5deg);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: #ffffff;
    opacity: 0;
    display: flex;
    animation: slideInHolder 0.8s 0.4s forwards ease-out;
    justify-content: flex-start;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    align-items: center;
}.join_nowTqEp .success_pathtBfo::before {
    top: 0;
    transform: scaleY(0);
    height: 100%;
    transform-origin: bottom;
    background: rgb(141,174,139);
    width: 5px;
    animation: growVertical 0.6s 1s forwards ease-out;
    content: "";
    position: absolute;
    left: 0;
}.join_nowTqEp svg {
    flex-shrink: 0;
    height: 48px;
    margin-right: 30px;
    transition: transform 0.3s ease;
    width: 48px;
    transform: translateY(10px) scale(1);
}.join_nowTqEp svg path {
    fill: rgb(141,174,139);
    transition: fill 0.3s ease;
}.join_nowTqEp .success_pathtBfo:hover svg {
    transform: translateY(0) scale(1.1) rotate(5deg);
}.join_nowTqEp .success_pathtBfo:hover svg path {
    fill: rgb(180,202,177);
}.join_nowTqEp .success_pathtBfo div {
    flex-grow: 1;
}.join_nowTqEp .help_linksacRq {
    position: relative;
    display: inline-block;
    z-index: 1;
    background: linear-gradient(135deg, rgb(141,174,139) 0%, rgb(180,202,177) 100%);
    font-size: 17px;
    font-family: Arial, sans-serif;
    padding: 15px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}.join_nowTqEp .help_linksacRq::before {
    position: absolute;
    z-index: -1;
    content: "";
    transition: left 0.7s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    top: 0;
    width: 100%;
}.join_nowTqEp .help_linksacRq::after {
    position: absolute;
    width: 100%;
    content: "";
    height: 3px;
    transform: scaleX(0);
    background: #ffffff;
    left: 0;
    transform-origin: right;
    transition: transform 0.4s ease;
    bottom: 0;
}.join_nowTqEp .help_linksacRq:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}.join_nowTqEp .help_linksacRq:hover::before {
    left: 100%;
}.join_nowTqEp .help_linksacRq:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

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

@keyframes slideInHolder {
  0% {
    transform: translateX(-20px) rotateY(-5deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotateY(0);
    opacity: 1;
  }
}

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

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}

@media (min-width: 768px) {.join_nowTqEp {
    padding: 100px 0;
}.join_nowTqEp .container {
    align-items: center;
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
}.join_nowTqEp h2 {
    font-size: calc(30px * 1.1);
    transform: translateX(-30px);
}.join_nowTqEp .success_pathtBfo {
    padding: 40px 50px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}
}

@media (min-width: 992px) {.join_nowTqEp {
    padding: 120px 0;
}.join_nowTqEp::before {
    background-size: 20px 20px;
}.join_nowTqEp .container {
    grid-gap: 80px;
}.join_nowTqEp h2 {
    font-size: calc(30px * 1.2);
    line-height: 1.2;
}.join_nowTqEp .success_pathtBfo {
    padding: 50px 60px;
}.join_nowTqEp svg {
    width: 60px;
    height: 60px;
    margin-right: 40px;
}.join_nowTqEp .help_linksacRq {
    font-size: calc(17px * 1.1);
    padding: 18px 36px;
}
}

@media (max-width: 767px) {.join_nowTqEp {
    padding: 60px 0;
}.join_nowTqEp h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.join_nowTqEp .success_pathtBfo {
    align-items: flex-start;
    flex-direction: column;
    padding: 25px 30px;
}.join_nowTqEp svg {
    margin-right: 0;
    margin-bottom: 20px;
}.join_nowTqEp .help_linksacRq {
    padding: 12px 24px;
    width: 100%;
    text-align: center;
    font-size: calc(17px * 0.9);
}}header {
    position: relative;
    overflow: visible;
    width: 100%;
    background: rgb(217,229,214);
    z-index: 99;
}header::before {
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.2;
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(180,202,177,0.5) 0%, transparent 70%);
    width: 100%;
}header .top_navbarpjrJ {
    justify-content: space-between;
    position: relative;
    align-items: center;
    padding: 25px 30px;
    display: flex;
}header .top_navbarpjrJ::before {
    left: 10%;
    height: 5px;
    background: linear-gradient(90deg, rgb(180,202,177), transparent);
    filter: blur(5px);
    width: 30%;
    top: -10px;
    content: "";
    position: absolute;
}header .top_navbarpjrJ::after {
    filter: blur(5px);
    height: 5px;
    right: 10%;
    bottom: -10px;
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(141,174,139));
    position: absolute;
    content: "";
}header .top_navbarpjrJ .main_skillCwvn {
    padding: 5px;
    position: relative;
    z-index: 2;
}header .top_navbarpjrJ .main_skillCwvn::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(180,202,177), rgb(141,174,139));
    transition: opacity 0.3s ease;
    filter: blur(15px);
    left: -5px;
    z-index: -1;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    opacity: 0;
    content: "";
}header .top_navbarpjrJ .main_skillCwvn:hover::before {
    opacity: 0.7;
}header .top_navbarpjrJ .main_skillCwvn .header_proHDYr {
    transition: transform 0.3s ease;
    display: block;
    position: relative;
}header .top_navbarpjrJ .main_skillCwvn:hover .header_proHDYr {
    transform: scale(1.05);
}header .top_navbarpjrJ .main_skillCwvn .header_proHDYr svg {
    width: auto;
    height: 45px;
}header .top_navbarpjrJ .header_primarykXxb {
    list-style: none;
    margin: 0;
    display: flex;
    padding: 10px;
    position: relative;
    border-radius: 25px;
}header .top_navbarpjrJ .header_primarykXxb::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    opacity: 0.1;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    border-radius: 25px;
    backdrop-filter: blur(5px);
    z-index: -1;
    width: 100%;
    height: 100%;
}header .top_navbarpjrJ .header_primarykXxb .top_pagebarhelt {
    position: relative;
    margin: 0 3px;
}header .top_navbarpjrJ .header_primarykXxb .top_pagebarhelt a {
    z-index: 1;
    font-size: 18px;
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    font-weight: 600;
    padding: 8px 15px;
}header .top_navbarpjrJ .header_primarykXxb .top_pagebarhelt a::before {
    transition: opacity 0.3s ease;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(180,202,177), rgb(141,174,139));
    z-index: -1;
    content: "";
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}header .top_navbarpjrJ .header_primarykXxb .top_pagebarhelt a::after {
    content: "";
    top: 50%;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    left: 50%;
    opacity: 0;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    width: 150%;
    z-index: -1;
    height: 150%;
    transform: translate(-50%, -50%) scale(0);
}header .top_navbarpjrJ .header_primarykXxb .top_pagebarhelt:hover a::before {
    opacity: 1;
}header .top_navbarpjrJ .header_primarykXxb .top_pagebarhelt:hover a {
    color: #ffffff;
}header .top_navbarpjrJ .header_primarykXxb .top_pagebarhelt:active a::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
}header .top_navbarpjrJ .header_primarykXxb .top_pagebarhelt:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(180,202,177), rgb(141,174,139));
}header .top_navbarpjrJ .header_primarykXxb .top_pagebarhelt:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(180,202,177), rgb(141,174,139));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(180,202,177), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(180,202,177), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(180,202,177), 0);
    }
}

@media (max-width: 992px) {header .top_navbarpjrJ {
    flex-direction: column;
    padding: 20px 15px;
}header .top_navbarpjrJ .main_skillCwvn {
    margin-bottom: 15px;
}header .top_navbarpjrJ .header_primarykXxb {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .top_navbarpjrJ .header_primarykXxb .top_pagebarhelt {
    margin: 3px;
}header .top_navbarpjrJ .header_primarykXxb .top_pagebarhelt a {
    padding: 6px 12px;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header .top_navbarpjrJ {
    padding: 15px 10px;
}header .top_navbarpjrJ .main_skillCwvn .header_proHDYr svg {
    height: 40px;
}header .top_navbarpjrJ .header_primarykXxb {
    padding: 5px;
}header .top_navbarpjrJ .header_primarykXxb .top_pagebarhelt a {
    font-size: calc(18px - 2px);
    padding: 5px 10px;
}
}