.header__wrapper-logo .header-brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    color: #42985f;
    text-decoration: none;
}

.header__wrapper-logo .header-brand:hover {
    color: #42985f;
}

.header__wrapper-logo .header-brand__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .9rem 1.8rem;
    border-radius: 1.2rem;
    background: #42985f;
    transition: padding .5s, border-radius .5s;
}

.header__wrapper-logo .header-brand__icon img {
    display: block;
    width: 4.5rem;
    height: auto;
    transition: width .5s;
}

.header__wrapper-logo .header-brand__name {
    display: block;
    margin-left: 1.5rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #42985f;
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1.2;
    transition: font-size .5s;
}

.header__wrapper-logo .header-brand__badge {
    display: block;
    margin: .3rem 0 0 1.2rem;
    padding: .4rem .8rem;
    border: 1px solid #d9efe1;
    border-radius: .6rem;
    background: #f3fbf6;
    color: #42985f;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
}

.header.scroll .header__wrapper-logo .header-brand__icon {
    padding: .9rem 1rem;
    border-radius: 1rem;
}

.header.scroll .header__wrapper-logo .header-brand__icon img {
    width: 2.5rem;
}

.header.scroll .header__wrapper-logo .header-brand__name {
    padding: 0;
    border-radius: 0;
    background: transparent;
    font-size: 1.8rem;
}

.footer__bottom a {
    color: #fff !important;
    text-decoration: underline !important;
}

.footer__bottom a:hover {
    text-decoration: none !important;
}

.footer__bottom .container {
    align-items: center;
}

.footer__bottom-age {
    flex: 0 0 auto;
}

.footer__bottom-age img {
    display: block;
    width: 4.4rem;
    height: auto;
}

.footer__bottom-content {
    min-width: 0;
    flex: 1 1 auto;
}

.footer__bottom-copyright {
    display: none;
}

.footer__bottom-disclaimer {
    margin: 0;
}

@media only screen and (max-width: 760px) {
    .header__wrapper-logo .header-brand__badge {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .header__wrapper-logo .header-brand__icon {
        padding: .9rem 1.5rem;
    }

    .header__wrapper-logo .header-brand__icon img {
        width: 3rem;
    }

    .header__wrapper-logo .header-brand__name {
        margin-left: 1rem;
        padding: 0;
        border-radius: 0;
        background: transparent;
        font-size: 2rem;
    }

    .footer__main-city {
        grid-auto-columns: minmax(0, 1fr);
        column-gap: 1rem;
    }

    .footer__main-city a {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .footer__bottom {
        padding: 1.8rem 0 calc(2rem + env(safe-area-inset-bottom));
    }

    .footer__bottom .container {
        display: grid;
        grid-template-columns: 4.4rem minmax(0, 1fr);
        align-items: start;
        gap: 1.2rem;
    }

    .footer__bottom-age {
        grid-column: 1;
    }

    .footer__bottom-content {
        grid-column: 2;
    }

    .footer__bottom .container .footer__bottom-copyright {
        display: block;
        margin: 0 0 .8rem;
        font-weight: 700;
        line-height: 1.3;
    }

    .footer__bottom .container .footer__bottom-disclaimer {
        margin: 0;
        line-height: 1.45;
    }
}
