.footer {
    background-color: rgb(var(--color-page-background));
}

.section-footer-padding {
    margin-top: var(--section-vertical-gap);
    padding-top: calc(var(--padding-top) / 2);
    padding-bottom: calc(var(--padding-bottom) / 2);
}

@media (min-width: 960px) {
    .section-footer-padding {
        padding-left: var(--padding-left);
        padding-right: var(--padding-right);
    }
}

.footer-block:empty {
    display: none;
}

@media (min-width: 960px) {
    .footer-block .footer-block--subscribe .footer-letter-form {
        width: 100% !important;
        max-width: 590px;
    }

    .footer-block .footer-block--subscribe .footer-block__heading {
        margin-top: 15px;
    }
}

@media (max-width: 959px) {
    .footer-block .footer-block--subscribe .field {
        margin-bottom: 0;
    }
}

.footer-block__heading {
    font-weight: 500;
}

.footer-block--full {
    margin-top: 40px;
    margin-bottom: 20px;
}

@media (max-width: 959px) {
    .footer-block--full {
        margin-top: 20px;
    }
}

.footer-block--full {
    width: 100%;
}

.footer-block--full .footer-block-image img {
    width: 100%;
    height: auto;
    display: block;
}

.footer-block__details-content.rte,
.footer-block__details-content>li {
    margin-top: 15px;
}

.footer-block__details-content a {
    opacity: 0.7;
}

footer-menu {
    display: flex;
    flex-direction: column;
}

.footer__blocks-wrapper .footer__list-social {
    margin-top: 15px;
    grid-column-gap: 8px;
}

@media (min-width: 960px) {
    .footer__blocks-wrapper .footer__list-social {
        grid-column-gap: var(--block-media-icon-padding);
    }
}

.footer__blocks-wrapper .footer__list-social {
    grid-row-gap: 15px;
}

.footer__blocks-wrapper .footer__list-social a svg,
.footer__blocks-wrapper .footer__list-social img {
    width: 25px;
    height: 25px;
}

@media (min-width: 960px) {

    .footer__blocks-wrapper .footer__list-social a svg,
    .footer__blocks-wrapper .footer__list-social img {
        width: var(--block-media-icon-width);
        height: var(--block-media-icon-width);
    }
}

.footer__blocks-wrapper .footer-block--subscribe {
    width: 100% !important;
}

@media (min-width: 960px) {
    .footer__blocks-wrapper .footer-letter-form {
        display: flex;
    }

    .footer__blocks-wrapper .footer-letter-form .field {
        max-width: 590px;
    }
}

@media (min-width: 960px) {
    .footer-block {
        min-width: 200px;
    }

    .footer-block--list .footer-block__heading svg {
        display: none;
    }

    /* Center menu blocks (e.g. About/Support) within their own column without moving the parent/grid */
    .footer__blocks-wrapper .footer-block--list {
        align-items: center;
    }

    .footer__blocks-wrapper .footer-block--list .footer-block__heading,
    .footer__blocks-wrapper .footer-block--list .footer-block__details-content,
    .footer__blocks-wrapper .footer-block--list .footer-block__details-content li {
        text-align: center;
    }

    .footer_content_center .footer__blocks-wrapper .footer-block__heading,
    .footer_content_center .footer__blocks-wrapper .footer-block__details-content,
    .footer_content_center .footer__blocks-wrapper .footer-block__details-content li {
        text-align: center;
    }

    .footer_content_center .footer__blocks-wrapper .footer-letter-form {
        justify-content: center;
    }

    .footer_content_center .footer__blocks-wrapper .footer__conact-block,
    .footer_content_center .footer__blocks-wrapper .footer__list-social {
        justify-content: center;
    }

    .footer_content_right .footer__blocks-wrapper .footer-block__heading,
    .footer_content_right .footer__blocks-wrapper .footer-block__details-content,
    .footer_content_right .footer__blocks-wrapper .footer-block__details-content li {
        text-align: right;
    }

    .footer_content_right .footer__blocks-wrapper .footer-letter-form {
        justify-content: flex-end;
    }

    .footer_content_right .footer__blocks-wrapper .footer__conact-block,
    .footer_content_right .footer__blocks-wrapper .footer__list-social {
        justify-content: flex-end;
    }
}

.footer_content_right .content_vertical {
    align-items: flex-end;
}

.footer_content_right .footer__copyright {
    text-align: right;
}

.footer_content_right .copyright-menu-box {
    justify-content: flex-end;
}

@media (max-width: 959px) {
    .footer_content_right .footer__content-bottom-wrapper {
        align-items: flex-end;
    }

    .footer_content_right .footer__payment {
        justify-content: flex-end;
    }
}

.footer_content_left .content_vertical {
    align-items: flex-start;
}

.footer_content_left .copyright-menu-box {
    justify-content: flex-start;
}

.footer_content_left .footer__copyright {
    text-align: left;
}

@media (max-width: 959px) {
    .footer_content_left .footer__content-bottom-wrapper {
        align-items: flex-start;
    }

    .footer_content_left .footer__payment {
        justify-content: flex-start;
    }
}

@media (max-width: 959px) {
    .footer-block {
        position: relative;
        padding-bottom: var(--grid-vertical-space);
    }

    .footer-block::after {
        position: absolute;
        content: " ";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(var(--color-text), 0.1);
    }

    footer-menu {
        overflow: hidden;
        position: relative;
        padding-bottom: 20px;
    }

    footer-menu .footer-block__heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    footer-menu .footer-block__details-content {
        height: 0;
        opacity: 0;
    }

    footer-menu .icon-arrow {
        display: inline-block;
    }

    footer-menu .icon-minus {
        display: none;
    }

    footer-menu[open] .footer-block__details-content {
        opacity: 1;
        height: auto;
    }

    footer-menu[open] .icon-arrow {
        display: none;
    }

    footer-menu[open] .icon-minus {
        display: inline-block;
    }
}

.footer-block__details-content .list-menu__item--active,
.footer-block__details-content .list-menu__item--link:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
    color: rgba(var(--color-text));
    opacity: 1;
}

.footer-block-image>img {
    height: auto;
    object-fit: cover;
    object-fit: center center;
}

@media (max-width: 959px) {
    .footer-block-image {
        text-align: left !important;
    }
}

.footer__copyright {
    text-align: center;
    margin-top: 10px;
}

.footer-block--newsletter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 960px) {
    .footer-block--newsletter {
        justify-content: space-between;
    }

    .footer-block--newsletter .field {
        margin-bottom: 0;
    }

    .footer-block--newsletter.content-align-row {
        flex-direction: column;
        justify-content: center;
    }

    .footer-block--newsletter.content-align-row .footer__list-social {
        margin-top: 20px;
    }

    .footer-block--newsletter.content-align-col {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .footer-block--newsletter.content-align-col .footer-block--subscribe {
        max-width: 100%;
        width: 65%;
        margin-right: 40px;
    }

    .footer-block--newsletter.content-align-col .footer__list-social {
        min-width: 300px;
    }
}

.footer-letter-media-up {
    margin-top: 0 !important;
}

@media (min-width: 960px) {
    .footer-block--newsletter {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .content-align-row .footer-block--subscribe {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content-align-row .footer-block--subscribe .footer-block__heading {
        text-align: center;
    }

    .footer-block--subscribe .footer-letter-form {
        width: 396px;
    }

    .footer-block--subscribe {
        flex-shrink: 0;
    }

    .footer-block--subscribe.letter-size--middle .footer-block__heading {
        margin-bottom: 20px;
    }

    .footer-block--subscribe.letter-size--middle .footer-letter-form {
        width: 490px;
    }

    .footer-block--subscribe.letter-size--large .footer-block__heading {
        margin-bottom: 24px;
    }

    .footer-block--subscribe.letter-size--large .footer-letter-form {
        width: 590px;
    }
}

@media (max-width: 959px) {
    .footer-block--newsletter {
        margin-top: 20px;
    }

    .footer-block--subscribe {
        width: 100%;
    }

    .footer-block--newsletter .field {
        width: 100%;
    }

    .footer__list-social {
        margin-bottom: 20px;
    }
}

.footer-block--subscribe .footer-block__heading {
    margin-bottom: 15px;
}

.footer-block--subscribe .footer-letter-logo {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
}

.footer_content_center .footer-block--subscribe .footer-letter-logo {
    justify-content: center;
}

.footer_content_right .footer-block--subscribe .footer-letter-logo {
    justify-content: flex-end;
}

.footer-block--subscribe .footer-letter-logo__img {
    width: 100%;
    max-width: 180px;
    height: auto;
}

.footer-block--subscribe .footer-letter-logo__text {
    display: inline-block;
}

.footer__list-social {
    display: flex;
    grid-column-gap: 8px;
}

@media (min-width: 960px) {
    .footer__list-social {
        grid-column-gap: var(--media-icon-padding);
    }
}

.footer__list-social {
    grid-row-gap: 15px;
    flex-wrap: wrap;
}

.footer__list-social a svg,
.footer__list-social a img {
    transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 25px;
    height: 25px;
}

@media (min-width: 960px) {

    .footer__list-social a svg,
    .footer__list-social a img {
        width: var(--media-icon-width);
        height: var(--media-icon-width);
    }
}


.copyright-menu-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.copyright-menu-box .line {
    padding: 0 10px;
}

.copyright-menu-box .footer-menu--item {
    flex-shrink: 0;
    flex-wrap: wrap;
}

.copyright-menu-box .footer-menu--item:hover a {
    text-decoration: underline;
    text-underline-offset: 6px;
}

@media (min-width: 960px) {
    .footer__content-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .content_vertical {
        flex-direction: column;
    }

    .corner-content__left {
        flex-direction: row-reverse;
        display: flex;
    }

    .corner-content__left .copyright-menu-box {
        margin-left: 10px;
    }
}

@media (max-width: 959px) {
    .footer__content-bottom {
        flex-direction: column-reverse;
        display: flex;
        row-gap: 20px;
    }

    .copyright__content {
        margin-top: 8px;
    }
}

.footer__content-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer__column--info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

/* @media (--pc) {
  .footer__column--info {
    max-width: 30%;
  }
} */
@media (max-width: 959px) {}

@keyframes animateLocalization {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(-10px);
    }
}

.footer__localization form {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.footer__localization .dropdown-menu__list-wrapper {
    opacity: 1;
    animation: animateLocalization 200ms ease;
    transform: translateY(-10px);
}

.footer__payment {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.footer__payment>svg {
    height: 22px;
    width: 35px;
}

@media (max-width: 959px) {
    .footer__content-bottom-wrapper {
        flex-direction: column;
    }

    .footer__column--info {
        align-items: center;
    }

    .footer__copyright {
        margin-top: 0px;
    }

    .footer__payment {
        justify-content: center;
    }

    .footer__localization form {
        gap: 6px;
    }

    .footer__localization dropdown-menu:last-child .dropdown-menu__list-wrapper {
        right: 0;
    }
}

.footer__conact-block {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.footer__conact-block svg {
    color: rgb(var(--color-text));
    width: 20px;
    height: 20px;
}

.footer__conact-block .footer__conact-text {
    margin-left: 20px;
}

.footer__conact-block .footer__conact-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.footer__conact-block .footer__conact-icon .logo-list-icon {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

@media (max-width: 959px) {
    .footer__list-social {
        flex-wrap: wrap;
        gap: 14px;
    }

    .footer__list-social a svg {
        width: 32px;
        height: 32px;
    }
}

.footer .newsletter-form__button {
    padding: 6px;
}

/* Whispart fixed footer migrated from the former injected footer module. */
#whispart-ultimate-footer {
    --whispart-bg-primary: rgb(246, 246, 246);
    --whispart-bg-tertiary: rgb(232, 232, 232);
    --whispart-text-primary: #111111;
    --whispart-text-secondary: #111111;
    --whispart-text-muted: #111111;
    --whispart-border: rgba(17, 17, 17, 0.14);
    --whispart-border-light: rgba(17, 17, 17, 0.1);
    --font-body: 'Jost', sans-serif;
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 2rem;
    --space-lg: 4rem;
    --space-xl: 6rem;

    font-family: var(--font-body) !important;
    background: var(--whispart-bg-primary) !important;
    color: var(--whispart-text-primary) !important;
    width: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 10;
    box-sizing: border-box;
    clear: both;
    transform: none !important;
    -webkit-transform: none !important;
    backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important;
}

#whispart-ultimate-footer * {
    box-sizing: border-box;
}

#whispart-ultimate-footer,
#whispart-ultimate-footer .whispart-footer__navigation,
#whispart-ultimate-footer .whispart-footer__legal {
    background-color: var(--whispart-bg-primary) !important;
}

#whispart-ultimate-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--whispart-bg-primary);
    pointer-events: none;
}

#whispart-ultimate-footer .whispart-subscribe__form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 380px;
    min-height: 42px;
    margin: 2.35rem auto 0;
    background: transparent;
    padding: 0 0 0.55rem;
    border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

#whispart-ultimate-footer .whispart-subscribe__form--compact {
    max-width: 380px;
}

#whispart-ultimate-footer .whispart-subscribe__input {
    flex: 1;
    min-width: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--whispart-text-primary);
    font-size: 0.82rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
    outline: none;
}

#whispart-ultimate-footer .whispart-subscribe__input::placeholder {
    color: rgba(17, 17, 17, 0.45);
    opacity: 1;
}

#whispart-ultimate-footer .whispart-subscribe__divider {
    width: 0;
    height: 1rem;
    margin: 0 1.15rem;
    border: none;
    border-left: 1px solid rgba(17, 17, 17, 0.12);
    padding: 0;
    background: none;
    flex-shrink: 0;
    box-sizing: content-box;
}

#whispart-ultimate-footer .whispart-subscribe__button {
    padding: 0;
    border: none;
    background: none;
    color: var(--whispart-text-muted);
    cursor: pointer;
    flex-shrink: 0;
    font-family: 'Jost', sans-serif;
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    opacity: 0.72;
    white-space: nowrap;
    transition: opacity 125ms ease, color 125ms ease;
}

#whispart-ultimate-footer .whispart-subscribe__button:hover {
    color: var(--whispart-text-primary);
    opacity: 1;
}

#whispart-ultimate-footer .whispart-subscribe__success {
    display: none;
    margin: 0.4rem auto 0;
    color: var(--whispart-text-primary);
    font-size: 0.76rem;
    line-height: 1.5;
    text-align: center;
}

#whispart-ultimate-footer .whispart-subscribe__success--show {
    display: block;
    color: #2e7d32;
    font-weight: 500;
}

#whispart-ultimate-footer .whispart-subscribe__line {
    display: none;
}

#whispart-ultimate-footer .whispart-footer__navigation {
    padding: 5rem 5vw;
    background: var(--whispart-bg-primary);
    border-top: 1px solid var(--whispart-border);
}

#whispart-ultimate-footer .whispart-footer__nav-grid {
    display: grid;
    grid-template-columns: minmax(340px, 1.34fr) repeat(3, minmax(160px, 1fr));
    column-gap: clamp(3rem, 5vw, 6rem);
    row-gap: var(--space-lg);
    max-width: 1400px;
    margin: 0 auto;
}

#whispart-ultimate-footer .whispart-footer__brand-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 310px;
    padding-right: clamp(3rem, 5vw, 5.5rem);
    border-right: 1px solid var(--whispart-border-light);
}

#whispart-ultimate-footer .whispart-footer__brand-lockup {
    width: min(100%, 390px);
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-14px);
}

#whispart-ultimate-footer .whispart-footer__brand-link {
    display: block !important;
    width: 101px;
    max-width: 100%;
    text-align: center;
}

#whispart-ultimate-footer .whispart-custom-logo {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

#whispart-ultimate-footer .whispart-footer__social {
    display: flex;
    gap: var(--space-sm);
    flex-wrap: wrap;
}

#whispart-ultimate-footer .whispart-social__link {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(17, 17, 17, 0.28);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whispart-text-secondary);
    text-decoration: none;
    transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
    font-size: 0.85rem;
}

#whispart-ultimate-footer .whispart-social__link:hover {
    border-color: var(--whispart-text-primary);
    background-color: var(--whispart-text-primary);
    color: #e2e2de;
}

#whispart-ultimate-footer .whispart-social__link:hover svg,
#whispart-ultimate-footer .whispart-social__link:hover svg path {
    color: #e2e2de !important;
    fill: #e2e2de !important;
}

#whispart-ultimate-footer .whispart-social__link:hover .whispart-social__icon {
    background-color: #e2e2de !important;
}

#whispart-ultimate-footer .whispart-social__link svg,
#whispart-ultimate-footer .whispart-social__link svg path {
    transition: color 150ms ease, fill 150ms ease;
}

#whispart-ultimate-footer .whispart-social__link svg {
    width: 18px !important;
    height: 18px !important;
    fill: currentColor !important;
}

#whispart-ultimate-footer .whispart-social__link img {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain;
    filter: brightness(0) !important;
    opacity: 1 !important;
}

#whispart-ultimate-footer .whispart-social__icon {
    width: 18px;
    height: 18px;
    display: block;
    background-color: currentColor;
    transition: background-color 150ms ease;
}

#whispart-ultimate-footer .whispart-footer__copyright-group {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    flex-wrap: wrap;
}

#whispart-ultimate-footer #whispart-social-container {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 100%;
    margin: 0;
    gap: 0.85rem;
}

#whispart-ultimate-footer #whispart-social-container .whispart-social__link {
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #3f3f3c;
    cursor: pointer;
    transition: none;
}

#whispart-ultimate-footer #whispart-social-container .whispart-social__link:hover {
    border-color: transparent;
    background: transparent;
    color: #3f3f3c;
    transform: none;
}

#whispart-ultimate-footer #whispart-social-container .whispart-social__link:hover svg,
#whispart-ultimate-footer #whispart-social-container .whispart-social__link:hover svg path {
    color: #3f3f3c !important;
    fill: #3f3f3c !important;
}

#whispart-ultimate-footer #whispart-social-container .whispart-social__link img {
    filter: brightness(0) !important;
    opacity: 0.75 !important;
    transition: none !important;
}

#whispart-ultimate-footer .whispart-footer__nav-col {
    padding-left: var(--space-md);
}

#whispart-ultimate-footer .whispart-footer__nav-title {
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #2A2A2A;
    font-family: 'Jost', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

#whispart-ultimate-footer .whispart-footer__nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#whispart-ultimate-footer .whispart-footer__nav-item {
    margin-bottom: var(--space-xs);
}

#whispart-ultimate-footer .whispart-footer__nav-link {
    color: var(--whispart-text-secondary);
    text-decoration: none;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    display: inline-block;
    position: relative;
    padding: 0.3rem 0;
    transition: color 0.3s ease;
}

#whispart-ultimate-footer .whispart-footer__nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.45);
    transition: width 0.3s ease;
}

#whispart-ultimate-footer .whispart-footer__nav-link:hover {
    color: var(--whispart-text-primary);
}

#whispart-ultimate-footer .whispart-footer__nav-link:hover::after {
    width: 100%;
}

#whispart-ultimate-footer .whispart-footer__exhibition {
    background: var(--whispart-bg-tertiary);
    padding: 1.45rem 5vw;
    border-top: 1px solid var(--whispart-border);
    border-bottom: 1px solid var(--whispart-border);
}

#whispart-ultimate-footer .whispart-footer__policy-links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    gap: clamp(1rem, 2.5vw, 3rem);
}

#whispart-ultimate-footer .whispart-footer__policy-link {
    color: var(--whispart-text-primary);
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1.45;
    text-align: center;
    text-decoration: none;
    justify-self: center;
}

#whispart-ultimate-footer .whispart-footer__policy-link:hover {
    color: var(--whispart-text-primary);
    text-decoration: underline;
    text-underline-offset: 4px;
}

#whispart-ultimate-footer .whispart-footer__legal {
    background: var(--whispart-bg-primary);
    padding: 2rem 5vw;
}

#whispart-ultimate-footer .whispart-footer__legal-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-sm);
    font-size: 0.75rem;
    color: var(--whispart-text-muted);
    letter-spacing: 0.05em;
}

#whispart-ultimate-footer .whispart-footer__right-section {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

#whispart-ultimate-footer .whispart-social__link:hover img {
    filter: brightness(0) invert(1) brightness(0.72) !important;
    opacity: 1 !important;
}

#whispart-ultimate-footer #whispart-social-container .whispart-social__link:hover img {
    filter: brightness(0) !important;
    opacity: 0.75 !important;
}

@media (max-width: 1024px) {
    #whispart-ultimate-footer .whispart-footer__nav-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }

    #whispart-ultimate-footer .whispart-footer__brand-col {
        grid-column: 1 / -1;
        border-right: none;
        border-bottom: 1px solid var(--whispart-border-light);
        padding-bottom: 3rem;
        padding-right: 0;
        min-height: auto;
        align-items: center;
        text-align: center;
    }

    #whispart-ultimate-footer .whispart-footer__brand-lockup {
        transform: none;
    }
}

@media (max-width: 640px) {
    #whispart-ultimate-footer .whispart-footer__navigation {
        padding: 3.35rem 4vw 0;
    }

    #whispart-ultimate-footer .whispart-footer__nav-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    #whispart-ultimate-footer .whispart-footer__nav-col {
        padding-left: 0;
        border-bottom: 1px solid var(--whispart-border-light);
        padding-bottom: 2rem;
    }

    #whispart-ultimate-footer .whispart-footer__nav-col:last-child {
        border-bottom: 0;
        padding-bottom: 2.35rem;
    }

    #whispart-ultimate-footer .whispart-footer__brand-link {
        width: 75px;
        transform: translateY(-20px);
    }

    #whispart-ultimate-footer .whispart-footer__brand-col {
        border-bottom: 0;
        justify-content: center;
        min-height: 285px;
        padding-bottom: 0;
    }

    #whispart-ultimate-footer .whispart-footer__policy-links {
        grid-template-columns: 1fr;
        gap: 1rem;
        text-align: center;
    }

    #whispart-ultimate-footer .whispart-footer__policy-link {
        font-size: 0.82rem;
    }

    #whispart-ultimate-footer .whispart-footer__legal-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    #whispart-ultimate-footer .whispart-footer__copyright-group {
        justify-content: center;
    }

    #whispart-ultimate-footer .whispart-subscribe__form {
        width: 100%;
        max-width: 292px;
        margin: 2.55rem auto 0;
    }

    #whispart-ultimate-footer .whispart-footer__right-section {
        flex-direction: column;
        gap: 1.5rem !important;
    }
}

/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */