@media only screen and (max-width: 1023px) {
    .footer-row-middle,
    .footer-row-up,
    .footer-row-down {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-row-middle .footer-column,
    .footer-row-up .footer-column,
    .footer-row-down .footer-column {
        min-width: 100%;
    }
    footer#footer .footer-row-up .footer-column.telephone {
        text-align: center;
        margin-top: 20px;
    }

    footer#footer .footer-row-down {
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    footer#footer .footer-row-down .footer-column small {
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-top: 40px;
    }
    footer#footer .footer-row-down .footer-column ul {
        text-align: center;
        margin-top: 20px;
    }
    footer hr {
        display: none;
    }
    .mobile-menu-body ul.menu,
    .footer-row-middle ul.menu {
        display: none;
    }
    .footer-collapsed-button svg {
        margin-left: auto;
        display: block;
    }
    footer#footer .footer-row-middle .footer-column {
        border-bottom: 1px solid #1f1f1f;
        padding: 10px 0;
    }
    footer#footer .footer-row-middle .footer-column:first-child {
        border-top: 1px solid #1f1f1f;
    }
    h4.footer-collapsed-button:after {
        content: '+';
        display: block;
        margin-left: auto;
        font-weight: var(--font-weight-thin);
        color: var(--color-primary);
        transition: .3s all ease;
    }

    .footer-row-middle h4.footer-collapsed-button.active {
        color: #00fab3;
    }
    .mobile-menu-body h4.footer-collapsed-button.active {
        color: var(--color-primary);
        border-bottom: 0px solid #e1e1e1;
    }
    h4.footer-collapsed-button.active:after {
        content: '-';
    }
    button.footer-collapsed-button.active svg > line:first-child {
        transform: rotate(90deg);
    }
    header .header-content {
        padding: 20px;
    }
    header .header-content a.logo {
        margin-right: auto;
    }
    header .header-content a.logo svg {
        height: 40px;
        width: auto;
    }
    header .header-content span.toogle {
        display: block;
    }
    header .header-content span.toogle svg {
        height: 30px;
        width: 30px;
        stroke: var(--color-primary);
    }
    header a.telephone-link,
    header nav {
        display: none;
    }
    .mobile-menu {
        position: fixed;
        z-index: 99;
        background: var(--color-white);
        width: 100%;
        max-width: 100%;
        height: 100dvh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        visibility: visible;
        left: -100%;
        top: 0;
        transition: .3s all ease;
        overflow-y: auto;
    }
    body.menu-is-open,
    body.menu-is-open html {
        overflow: hidden;
        height: 100%;
    }

    body.menu-is-open .mobile-menu {
        left: 0;
    }
    .mobile-menu .mobile-menu-header {
        padding: 40px;
        background: #f3f3f3;
        display: flex;
        align-items: center;
    }
    .mobile-menu .mobile-menu-header button.close-menu {
        display: flex;
        margin-left: auto;
        background: transparent;
        border: none;
    }
    .mobile-menu-body {
        padding: 40px;
    }
    .mobile-menu-body h4 {
        font-size: 28px;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
        padding: 20px 0;
    }
    .mobile-menu-body ul {
        padding: 0;
        list-style: none;
        margin: 0 0 20px 0;
    }
    .mobile-menu-body ul li a {
        color: var(--color-black);
        text-decoration: none;
        padding: 10px 0;
        display: flex;
        align-items: center;
        font-weight: 500;
    }
    .mobile-menu-body ul li a:after {
        content: '';
        display: block;
        background-color: transparent;
        width: 12px;
        height: 12px;
        border-radius: 3px;
        border-color: #bdbdbd;
        border-style: solid;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg);
        margin-right: 0;
        margin-left: auto;
        transition: .3s all ease;
    }
    .mobile-menu .mobile-menu-footer {
        padding: 40px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 20px;
        margin-top: auto
    }
    .mobile-menu .mobile-menu-footer .telephone-link {
        margin-left: 0;
        margin-right: auto;
    }
    .welcome-section .wrapper {
        flex-direction: column;
    }
    .welcome-section .wrapper .column {
        min-width: 100%;
    }
    .welcome-section .column h1.hero-title {
        font-size: 3rem;
    }
    .welcome-section .bg-blur-black {
        padding: 20px;
        margin-top: 85px;
    }
    .welcome-section a.c2a {
        display: block;
        text-align: center;
    }
    .welcome-section small {
        width: 100%;
    }

    .section-how-works .wrapper .steps {
        flex-direction: column;
    }
    .section-how-works .wrapper .steps .wp-block-group {
        min-width: 100%;
    }
    .section-programs {
        padding: 20px;
    }

    .section-programs .programs-wrapper {
        grid-template-columns: 1fr;
    }

    .section-programs .single-program .single-program-down, .single-program-up {
        padding: 40px 20px;
    }


    .section-programs ul.tab-buttons li span {
        padding: 14px;
        font-size: var(--font-size-body-s);
    }
    .tab-content {
        box-sizing: border-box;
    }
    .section-contact .form-wrapper {
        flex-direction: column;
        border-radius: 30px;
        gap: 2px;
    }
    .section-contact .form-wrapper .form-group {
        min-width: 100%;
    }
    .section-contact .form-wrapper .form-group:first-child p span input {
        border-radius: 50px;
        border-right: 0px solid #c2c2c2;
    }
    .section-contact .form-wrapper .form-group p span input {
        border-radius: 50px;
    }
    .section-contact .form-wrapper .form-group .request-call {
        border-radius: 50px;
    }
    .section-contact .form-wrapper .form-group span.wpcf7-not-valid-tip {
        position: relative;
    }

    .mobile-header {
        padding: 1rem;
        flex-direction: column;
        justify-content: start;
        background-position: center;
        background-size: cover;
        margin-top: 2rem;
    }

    .mobile-header .mobile-inner {
        flex-direction: column;
        margin-top: 4rem;
        width: 100%;
    }

    .mobile-header .mobile-content {
        padding: 1.5rem;
        max-width: 100%;
        border-radius: 24px;
    }

    .mobile-header .mobile-title {
        font-size: var(--font-size-2xl);
    }

    .mobile-header .mobile-description {
        font-size: var(--font-size-body-xs);
    }

    .mobile-header .mobile-price {
    }

    .mobile-header .mobile-price-tag {
        top: 0.5rem;
        right: -0.5rem;
        transform: scale(0.8);
        padding: 2px;
        border-radius: 8px;
        z-index: 2;
    }

    .mobile-header .mobile-price-tag .mobile-price-tag-subtitle {
        font-size: var(--font-size-md);
    }

    .mobile-services {
        padding: 2rem 1.5rem;
    }

    .mobile-services .mobile-label {
        text-align: center;
    }

    .mobile-services .mobile-title {
        font-size: var(--font-size-lg);
        line-height: 1;
        text-align: center;
    }

    .mobile-services .mobile-cards-wrapper {
        flex-direction: column;
        align-items: center;
        margin-top: 2rem;
        gap: 4rem;
    }

    .mobile-services .mobile-card {
        width: 100%;
        min-width: 100%;
        min-height: auto;
    }

    .mobile-services .mobile-card-icon {
        margin: 0;
    }

    .mobile-services .mobile-card-icon-bg {
        width: 135px;
        height: 135px;
        background-color: var(--color-primary);
        -webkit-mask-image: var(--icon);
        mask-image: var(--icon);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-size: contain;
        -webkit-mask-size: contain;
        mask-position: center;
        -webkit-mask-position: center;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 0;
    }

    .mobile-promo {
        flex-direction: column;
        padding: 3rem 1rem;
    }

    .mobile-promo .mobile-inner {
        flex-direction: column;
        gap: 1rem;
    }

    .mobile-promo .mobile-column {
        width: 100%;
    }

    .mobile-promo .mobile-content {
        padding: 0;
        border-radius: 20px;
        z-index: 2;
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    .mobile-promo .mobile-title {
        font-size: var(--font-size-lg);
        line-height: 1;
    }

    .mobile-promo .mobile-description {
        max-width: 100%;
    }

    .mobile-promo .mobile-image {
        justify-content: center;
    }

    .mobile-promo .mobile-image img {
        max-height: 400px;
    }

    .combo-header {
        padding: 1rem;
        flex-direction: column;
        justify-content: start;
        background-position: center;
        background-size: cover;
        margin-top: 2rem;
    }

    .combo-header .combo-inner {
        flex-direction: column;
        margin-top: 4rem;
        width: 100%;
    }

    .combo-header .combo-content {
        padding: 1.5rem;
        max-width: 100%;
        border-radius: 24px;
    }

    .combo-header .combo-label {
        max-width: 60%;
    }

    .combo-header .combo-title {
        font-size: var(--font-size-2xl);
    }

    .combo-header .combo-description {
        font-size: var(--font-size-body-xs);
    }

    .combo-header .combo-price {
    }

    .combo-header .combo-price-tag {
        top: 0.5rem;
        right: -0.5rem;
        transform: scale(0.8);
        padding: 2px;
        border-radius: 8px;
        z-index: 2;
    }

    .combo-header .combo-price-tag .combo-price-tag-subtitle {
        font-size: var(--font-size-md);
    }

    .combo-extra-features {
        padding: 2rem 1rem 0 1rem;
    }

    .combo-extra-features .combo-inner {
        flex-direction: column;
    }

    .combo-extra-features .combo-title {
        font-size: var(--font-size-lg);
    }

    .combo-extra-features .combo-features {
        display: flex;
        flex-direction: column;
    }

    .combo-services {
        padding: 2rem 1.5rem;
    }

    .combo-services .combo-label {
        text-align: center;
    }

    .combo-services .combo-title {
        font-size: var(--font-size-lg);
        line-height: 1;
        text-align: center;
    }

    .combo-services .combo-cards-wrapper {
        flex-direction: column;
        align-items: center;
        margin-top: 2rem;
        gap: 6rem;
    }

    .combo-services .combo-card {
        width: 100%;
        min-width: 100%;
        min-height: auto;
    }

    .combo-services .combo-card-icon {
        margin: 0;
    }

    .combo-services .combo-card-icon-bg {
        width: 135px;
        height: 135px;
        background-color: var(--color-primary);
        -webkit-mask-image: var(--icon);
        mask-image: var(--icon);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-size: contain;
        -webkit-mask-size: contain;
        mask-position: center;
        -webkit-mask-position: center;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 0;
    }


    .combo-promo {
        flex-direction: column;
        padding: 3rem 1rem;
    }

    .combo-promo .combo-inner {
        flex-direction: column;
        gap: 1rem;
    }

    .combo-promo .combo-column {
        width: 100%;
    }

    .combo-promo .combo-content {
        padding: 0;
        border-radius: 20px;
        z-index: 2;
    }

    .combo-promo .combo-title {
        font-size: var(--font-size-lg);
        line-height: 1;
    }

    .combo-promo .combo-description {
        max-width: 100%;
    }

    .combo-promo .combo-image {
        justify-content: center;
    }

    .combo-promo .combo-image img {
        max-height: 400px;
    }

    .fixedline-header {
        padding: 1rem;
        flex-direction: column;
        justify-content: start;
        background-position: center;
        background-size: cover;
        margin-top: 2rem;
    }

    .fixedline-header .fixedline-inner {
        flex-direction: column;
        margin-top: 4rem;
        width: 100%;
    }

    .fixedline-header .fixedline-content {
        padding: 1.5rem;
        max-width: 100%;
        border-radius: 24px;
    }

    .fixedline-header .fixedline-label {

        max-width: 60%;
    }

    .fixedline-header .fixedline-title {
        font-size: var(--font-size-2xl);
    }

    .fixedline-header .fixedline-description {
        font-size: var(--font-size-body-xs);
    }

    .fixedline-header .fixedline-price {
    }

    .fixedline-header .fixedline-price-tag {
        top: 0.5rem;
        right: -0.5rem;
        transform: scale(0.8);
        padding: 2px;
        border-radius: 8px;
        z-index: 2;
    }

    .fixedline-header .fixedline-price-tag .fixedline-price-tag-subtitle {
        font-size: var(--font-size-md);
    }

    .fixedline-extra-features {
        padding: 2rem 1rem 0 1rem;
    }

    .fixedline-extra-features .fixedline-inner {
        flex-direction: column;
    }

    .fixedline-extra-features .fixedline-title {
        font-size: var(--font-size-lg);
    }

    .fixedline-extra-features .fixedline-features {
        display: flex;
        flex-direction: column;
    }

    .fixedline-services {
        padding: 2rem 1.5rem;
    }

    .fixedline-services .fixedline-label {
        text-align: center;
    }

    .fixedline-services .fixedline-title {
        font-size: var(--font-size-lg);
        line-height: 1;
        text-align: center;
    }

    .fixedline-services .fixedline-cards-wrapper {
        flex-direction: column;
        align-items: center;
        margin-top: 2rem;
        gap: 6rem;
    }

    .fixedline-services .fixedline-card {
        width: 100%;
        min-width: 100%;
        min-height: auto;
    }

    .fixedline-services .fixedline-card-icon {
        margin: 0;
    }

    .fixedline-services .fixedline-card-icon-bg {
        width: 135px;
        height: 135px;
        background-color: var(--color-primary);
        -webkit-mask-image: var(--icon);
        mask-image: var(--icon);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-size: contain;
        -webkit-mask-size: contain;
        mask-position: center;
        -webkit-mask-position: center;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 0;
    }

    .fixedline-promo {
        flex-direction: column;
        padding: 3rem 1rem;
    }

    .fixedline-promo .fixedline-inner {
        flex-direction: column;
        gap: 1rem;
    }

    .fixedline-promo .fixedline-column {
        width: 100%;
    }

    .fixedline-promo .fixedline-content {
        padding: 0;
        border-radius: 20px;
        z-index: 2;
    }

    .fixedline-promo .fixedline-title {
        font-size: var(--font-size-lg);
        line-height: 1;
    }

    .fixedline-promo .fixedline-description {
        max-width: 100%;
    }

    .fixedline-promo .fixedline-image {
        justify-content: center;
    }

    .fixedline-promo .fixedline-image img {
        max-height: 400px;
    }

    .tv-header {
        padding: 1rem;
        flex-direction: column;
        justify-content: start;
        background-position: center;
        background-size: cover;
    }

    .tv-header .tv-inner {
        flex-direction: column;
        width: 100%;
    }

    .tv-header .tv-content {
        padding: 1.5rem;
        max-width: 100%;
        border-radius: 24px;
    }

    .tv-header .tv-label {
        max-width: 60%;
    }

    .tv-header .tv-title {
        font-size: var(--font-size-2xl);
    }

    .tv-header .tv-description {
        font-size: var(--font-size-body-xs);
    }

    .tv-header .tv-price {
    }

    .tv-header .tv-price-tag {
        top: 0.5rem;
        right: -0.5rem;
        transform: scale(0.8);
        padding: 2px;
        border-radius: 8px;
        z-index: 2;
    }

    .tv-header .tv-price-tag .tv-price-tag-subtitle {
        font-size: var(--font-size-md);
    }

    .tv-extra-features {
        padding: 2rem 1rem 0 1rem;
    }

    .tv-extra-features .tv-inner {
        flex-direction: column;
    }

    .tv-extra-features .tv-title {
        font-size: var(--font-size-lg);
    }

    .tv-extra-features .tv-features {
        display: flex;
        flex-direction: column;
    }

    .tv-services {
        padding: 2rem 1.5rem;
    }

    .tv-services .tv-label {
      text-align: center;
    }

    .tv-services .tv-title {
        font-size: var(--font-size-lg);
        line-height: 1;
        text-align: center;
    }

    .tv-services .tv-cards-wrapper {
        flex-direction: column;
        align-items: center;
        margin-top: 2rem;
        gap: 6rem;
    }

    .tv-services .tv-card {
        width: 100%;
        min-width: 100%;
        min-height: auto;
    }

    .tv-services .tv-card-icon {
        margin: 0;
    }

    .tv-services .tv-card-icon-bg {
        width: 135px;
        height: 135px;
        background-color: var(--color-primary);
        -webkit-mask-image: var(--icon);
        mask-image: var(--icon);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-size: contain;
        -webkit-mask-size: contain;
        mask-position: center;
        -webkit-mask-position: center;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        z-index: 0;
    }


    .tv-promo {
        flex-direction: column;
        padding: 3rem 1rem;
    }

    .tv-promo .tv-inner {
        flex-direction: column;
        gap: 1rem;
    }

    .tv-promo .tv-column {
        width: 100%;
    }

    .tv-promo .tv-content {
        z-index: 2;
        padding: 0;
        border-radius: 20px;
    }

    .tv-promo .tv-title {
        font-size: var(--font-size-lg);
        line-height: 1;
    }

    .tv-promo .tv-description {
        max-width: 100%;
    }

    .tv-promo .tv-image {
        justify-content: center;
    }

    .tv-promo .tv-image img {
        max-height: 400px;
    }

    .student-promo {
        padding: 4rem 2rem;
    }

    .student-promo .student-inner {
        flex-direction: column;
    }

    .student-promo .student-column {
        width: 100%;
    }

    .student-promo .student-content {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
    }

    .student-promo .student-title {
        text-align: center;
        font-size: var(--font-size-lg);
        margin: 0;
    }

    .student-promo .student-description {
        margin: 0;
    }

    .exit-popup-box {
        padding: 1rem;
        width: 85%;
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .exit-popup-close{
        right: -0.2rem;
        top: -0.2rem;
    }

    .exit-popup-title {
        text-align: center;
        font-size: var(--font-size-md);
    }

    .exit-popup-label {
        text-align: center;
        font-size: var(--font-size-body);
        width: max-content;
        margin-top: 1rem;
    }

    .custom-404 .icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .custom-404 h1 {
        font-size: var(--font-size-xl);
    }

    .contact-form{
        padding: 30px 30px 60px 30px;
    }

   .splide__arrow {
       height: 2.5rem !important;
       width: 2.5rem !important;
       border: 5px solid rgba(0, 0, 0, 0.2) !important;
   }

    .splide__arrow--next {
        right: -1rem !important;
    }
    .splide__arrow--prev {
        left: -1rem !important;
    }

    mark {
        word-break: break-word;
        overflow-wrap: break-word;
        word-wrap: break-word;
        line-break: anywhere;
    }

    figure {
        margin: 0;
    }

    .wp-block-table {
        overflow-x: auto;
        width: 100%;
    }

    .wp-block-table table {
        min-width: 600px;
        width: 100%;
        border-collapse: collapse;
    }

    .section-faqs .faq-item .faq-question:hover {
        color: var(--color-black);
        padding: 20px;
    }
}

@media (min-width: 769px) {
    .splide.few-slides .splide__list {
        display: flex !important;
        justify-content: center;
        gap: 1rem;
        transform: translateX(0) !important;
    }

    .splide.few-slides .splide__arrows {
        display: none;
    }
}
