<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------------- */
.footer-wrapper button.button-link.go-to-top:active,
.footer-wrapper button.button-link.go-to-top:focus,
button.button-link.inTheMiddle:active,
button.button-link.inTheMiddle:focus {
    border: none !important;
    outline: none !important;
}

html,
body {
    overflow-x: clip;
}
/*
.hub-header__title {
    height: calc(103px * var(--SCALE-TITLE));
}

.hub-header__title span:last-child {
    color: #B40024 !important;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    font-size: calc(60px * var(--SCALE-TITLE));
}

.hub-header__title span {
    line-height: calc(105px * var(--SCALE-TITLE));
}

.hub-header__title small {
    right: calc(424px * var(--SCALE-TITLE));
    bottom: unset;
    top: calc(7px * var(--SCALE-TITLE));
}

.hub-SEO__text a {
    text-decoration: underline;
}

.hub-explore__static-concerns a,
.hub-SEO-concerns a {
    text-transform: none;
}


iPhone 11, 12, 13, 13 Min, and 13 Pro Max
@media (max-width: 480px) {
    .hub-header {
        padding: 21px;
        padding-top: 0;
    }

    .hub-header__title span {
        font-size: calc(60px * var(--SCALE-TITLE));
    }

    .hub-header__title span:last-child {
        font-size: calc(48px * var(--SCALE-TITLE));
    }

    .hub-header__title small {
        right: calc(312px * var(--SCALE-TITLE));
        top: calc(13px * var(--SCALE-TITLE));
    }
}*/</pre></body></html>