.menu__link.is-active {
    color: #346ecb!important;
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container,
.container--fluid,
.header__container,
.footer__container,
.footer__col,
.footer__info {
    max-width: 100%;
}

.decision-section__video > div {
    width: 100%;
    max-width: 550px !important;
    margin: 0 auto 1rem !important;
}

button.menu__link.menu__link--install {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8deea;
    border-radius: 12px;
    background-color: #fff;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: 1.2;
    padding: 10px 18px;
    transition: color .2s ease, border-color .2s ease, box-shadow .2s ease;
    white-space: nowrap;
}

button.menu__link.menu__link--install:hover {
    border-color: #346ecb;
    color: #346ecb;
}

[data-pwa-install-button][hidden] {
    display: none !important;
}

.footer-menu__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.footer-menu__actions .mobile-nav-menu__button {
    flex: 0 1 220px;
}

.footer__dev {
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .footer__col--4 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer__info {
        width: 100%;
        text-align: center;
    }

    .footer__dev {
        justify-content: center;
        gap: 12px;
    }

    .footer-menu__actions {
        gap: 12px;
    }

    .footer-menu__actions .mobile-nav-menu__button {
        flex-basis: 100%;
        max-width: 220px;
    }
}
