.fullhead--single {
    position: relative;
    overflow: hidden;
}

.fullhead--single .single-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body:not(.footer-legacy) footer .footer-widget-area,
body:not(.footer-legacy) footer .footer-widget {
    min-width: 0;
}

body:not(.footer-legacy) footer .footer-widget + .footer-widget {
    margin-top: 40px;
}

body:not(.footer-legacy) footer .footer-widget :is(ul, ol) {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body:not(.footer-legacy) footer .footer-widget :is(p, li) {
    margin: 0;
}

body:not(.footer-legacy) footer .footer-widget :is(a, p, li) {
    overflow-wrap: anywhere;
}

body:not(.footer-legacy) footer .footer-widget :is(img, iframe, input, select, textarea) {
    max-width: 100%;
}

body:not(.footer-legacy) footer .footer-widget img {
    height: auto;
}

.shop-category-filter .news-option-filter__menu {
    max-height: min(420px, 60vh);
    overflow-y: auto;
}

.woo-checkout-page {
    padding-top: 0;
}

.woo-checkout-page .checkout-order {
    padding-top: 0;
}

.woo-checkout-page .woocommerce-order {
    display: grid;
    gap: 32px;
}

.woo-checkout-page .woocommerce-order > p,
.woo-checkout-page .woocommerce-order > section,
.woo-checkout-page .woocommerce-order > ul {
    margin: 0;
}

.woo-checkout-page .woocommerce-thankyou-order-received {
    padding: 28px 32px;
    border-left: 4px solid var(--blue);
    background: var(--grey-light);
    color: var(--blue);
    font-size: 20px;
    line-height: 1.4;
}

.woo-checkout-page .woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 0;
    border: 1px solid var(--border-control);
    list-style: none;
}

.woo-checkout-page .woocommerce-order-overview li {
    min-width: 0;
    padding: 24px;
    border-right: 1px solid var(--border-control);
    color: var(--grey);
    font-size: 13px;
    line-height: 1.4;
}

.woo-checkout-page .woocommerce-order-overview li:last-child {
    border-right: 0;
}

.woo-checkout-page .woocommerce-order-overview strong {
    display: block;
    margin-top: 8px;
    overflow-wrap: anywhere;
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}

.woo-checkout-page .woocommerce-order-details,
.woo-checkout-page .woocommerce-customer-details {
    padding: 40px;
    background: var(--grey-light);
}

.woo-checkout-page .woocommerce-order h2 {
    margin: 0 0 28px;
    color: var(--blue);
    font-size: 28px;
    line-height: 1.1;
    font-weight: 500;
    text-transform: none;
}

.woo-checkout-page .woocommerce-order-details table {
    width: 100%;
    margin: 0;
    border: 0;
    border-collapse: collapse;
}

.woo-checkout-page .woocommerce-order-details th,
.woo-checkout-page .woocommerce-order-details td {
    padding: 18px 16px;
    border: 0;
    border-bottom: 1px solid var(--border-control);
    text-align: left;
}

.woo-checkout-page .woocommerce-order-details th:last-child,
.woo-checkout-page .woocommerce-order-details td:last-child {
    text-align: right;
}

.woo-checkout-page .woocommerce-order-details tfoot tr:last-child th,
.woo-checkout-page .woocommerce-order-details tfoot tr:last-child td {
    border-bottom: 0;
    color: var(--blue);
    font-size: 18px;
}

.woo-checkout-page .woocommerce-customer-details address {
    padding: 24px;
    border: 1px solid var(--border-control);
    background: var(--white);
    font-style: normal;
    line-height: 1.7;
}

.woo-checkout-page .woocommerce-customer-details p:last-child {
    margin-bottom: 0;
}

.woo-checkout-page .woocommerce > .order_details {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100%, 760px);
    margin: 0 auto 32px;
    padding: 0;
    border: 1px solid var(--border-control);
    box-sizing: border-box;
    list-style: none;
}

.woo-checkout-page .woocommerce > .order_details li {
    min-width: 0;
    padding: 18px;
    border-right: 1px solid var(--border-control);
    box-sizing: border-box;
    color: var(--grey);
    font-size: 13px;
    line-height: 1.4;
}

.woo-checkout-page .woocommerce > .order_details li:last-child {
    border-right: 0;
}

.woo-checkout-page .woocommerce > .order_details strong {
    display: block;
    margin-top: 6px;
    overflow-wrap: anywhere;
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
}

.woo-checkout-page .woocommerce > .tmg {
    width: min(100%, 760px);
    max-width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.45;
}

.woo-checkout-page .tmg > h3 {
    margin: 0 0 8px;
    color: var(--blue);
    font-size: 30px;
    line-height: 1.15;
    font-weight: 500;
}

.woo-checkout-page .tmg > p {
    margin: 0;
    color: var(--grey);
    font-size: 14px;
    line-height: 1.4;
}

.woo-checkout-page .tmg #tmg_ps_payment_systems {
    width: 100%;
    height: auto;
    padding: 20px 0 0;
    box-sizing: border-box;
}

.woo-checkout-page .tmg #tmg_ps_payment_systems .tmg_ps_payment_option {
    display: grid;
    grid-template-columns: 152px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 112px;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-control);
    box-sizing: border-box;
}

.woo-checkout-page .tmg .tmg_ps_payment_option > input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    opacity: 0;
}

.woo-checkout-page .tmg .tmg_ps_paysys {
    position: static;
    grid-column: 1;
    width: 150px;
    height: 70px;
    margin: 0;
    border: 1px solid var(--border-control);
    background: var(--white);
    box-sizing: border-box;
    cursor: pointer;
}

.woo-checkout-page .tmg .tmg_ps_paysys.active {
    border: 2px solid var(--blue);
}

.woo-checkout-page .tmg .tmg_ps_paysys img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.woo-checkout-page .tmg .tmg_ps_paysys_desc {
    float: none;
    grid-column: 2;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.woo-checkout-page .tmg .tmg_ps_paysys_desc h3 {
    margin: 0 0 8px;
    color: var(--blue);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.woo-checkout-page .tmg .tmg_ps_paysys_desc p {
    margin: 0 0 4px;
    color: var(--grey-dark-alt);
    font-size: 14px;
    line-height: 1.4;
}

.woo-checkout-page .tmg .tmg_ps_paysys_desc .tmg_comment {
    margin-bottom: 0;
    color: var(--grey);
    font-size: 12px;
}

.woo-checkout-page .tmg #tmg_ps_form_next {
    width: 100%;
    height: auto;
    margin: 24px 0 0;
    text-align: right;
}

.woo-checkout-page .tmg #tmg_ps_next_button {
    min-width: 132px;
    width: auto;
    height: auto;
    min-height: 42px;
    margin: 0;
    padding: 8px 20px;
    border: 1px solid var(--blue);
    border-radius: 24px;
    background: var(--blue);
    color: var(--white);
    font: inherit;
    font-size: 16px;
    cursor: pointer;
}

.woo-checkout-page .tmg #tmg_ps_next_button:hover,
.woo-checkout-page .tmg #tmg_ps_next_button:focus-visible {
    background: var(--white);
    color: var(--blue);
    outline: none;
}

@media (max-width: 600px) {
    .woo-checkout-page .woocommerce > .order_details {
        grid-template-columns: 1fr;
    }

    .woo-checkout-page .woocommerce > .order_details li {
        border-right: 0;
        border-bottom: 1px solid var(--border-control);
    }

    .woo-checkout-page .woocommerce > .order_details li:last-child {
        border-bottom: 0;
    }

    .woo-checkout-page .woocommerce > .tmg {
        font-size: 15px;
    }

    .woo-checkout-page .tmg > h3 {
        font-size: 24px;
    }

    .woo-checkout-page .tmg #tmg_ps_payment_systems .tmg_ps_payment_option {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 20px 0;
    }

    .woo-checkout-page .tmg .tmg_ps_paysys,
    .woo-checkout-page .tmg .tmg_ps_paysys_desc {
        grid-column: 1;
    }

    .woo-checkout-page .tmg .tmg_ps_paysys {
        justify-self: start;
    }

    .woo-checkout-page .tmg #tmg_ps_next_button {
        width: 100%;
    }
}
/* Keep the footer copyright separated even on templates with cached base CSS. */
body:not(.footer-legacy) footer .footer-widget .copyright {
    margin-top: 60px;
}

.schedule-widget-section {
    position: relative;
    z-index: 1;
    display: block;
    clear: both;
    padding: 72px 0 96px;
    background: var(--white);
}

.schedule-widget-section #schedule-app {
    width: 100%;
    max-width: 100%;
}

#schedule-app.sa-is-welcome {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

#schedule-app.sa-is-welcome .sa-topbar,
#schedule-app.sa-is-welcome .sa-nav-area {
    display: none;
}

#schedule-app.sa-is-welcome .sa-shell {
    min-height: 0;
}

#schedule-app.sa-is-welcome .sa-main {
    padding: 0 !important;
}

#schedule-app.sa-is-welcome .sa-faculty-screen {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: start;
    min-height: 0;
    padding: 0;
}

#schedule-app.sa-is-welcome .sa-faculty-title {
    margin: 0;
    color: var(--blue);
    font: 400 clamp(36px, 4vw, 56px)/1.08 "Inter Tight", sans-serif;
    text-align: left;
}

#schedule-app.sa-is-welcome .sa-faculty-subtitle {
    margin: 16px 0 0;
    color: var(--grey-dark);
    font: 400 18px/1.4 "Inter Tight", sans-serif;
    text-align: left;
}

#schedule-app.sa-is-welcome .sa-faculty-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
    max-width: none;
    margin-top: 40px;
}

#schedule-app.sa-is-welcome .sa-fac-btn {
    min-height: 120px;
    padding: 24px;
    border: 1px solid rgba(33, 47, 138, .22);
    border-radius: 4px;
    background: var(--grey-light);
    box-shadow: none;
    transition: border-color .2s ease, background-color .2s ease;
}

#schedule-app.sa-is-welcome .sa-fac-btn:hover,
#schedule-app.sa-is-welcome .sa-fac-btn:focus-visible {
    border-color: var(--blue);
    background: var(--white);
    box-shadow: none;
    transform: none;
}

#schedule-app.sa-is-welcome .sa-fac-short {
    font: 500 22px/1.15 "Inter Tight", sans-serif;
}

#schedule-app.sa-is-welcome .sa-fac-name {
    margin-top: 6px;
    font: 400 16px/1.35 "Inter Tight", sans-serif;
    text-align: left;
}

#schedule-app.sa-is-welcome .sa-fac-icon {
    width: 56px;
    height: 56px;
    border-radius: 4px;
}

@media (max-width: 620px) {
    body:not(.footer-legacy) footer .footer-widget .copyright {
        margin-top: 0;
    }
}

@media screen and (max-width: 700px) {
    .schedule-widget-section {
        padding: 40px 0 56px;
    }

    #schedule-app.sa-is-welcome .sa-faculty-screen {
        padding: 0;
    }

    #schedule-app.sa-is-welcome .sa-faculty-title {
        font-size: 36px;
    }

    #schedule-app.sa-is-welcome .sa-faculty-subtitle {
        font-size: 16px;
    }

    #schedule-app.sa-is-welcome .sa-faculty-grid {
        grid-template-columns: minmax(0, 1fr);
        margin-top: 28px;
    }

    #schedule-app.sa-is-welcome .sa-fac-btn {
        min-height: 104px;
        padding: 20px;
    }
}
