style {
    display: none !important;
}

.jumb_to_main,
.skip-link {
    opacity: 0;
    visibility: invisible;
    position: absolute;
    left: 2rem;
    top: 2rem;
    overflow: hidden;
    width: 0;
    height: 0;
    display: block;
}

.jumb_to_main {
    position: fixed;
}

.jumb_to_main:focus,
.jumb_to_main:focus-visible,
.skip-link:focus,
.skip-link:focus-visible {
    opacity: 1;
    visibility: visible;
    z-index: 99999999999999;
    overflow: visible;
    width: fit-content;
    height: auto;
    background-color: #fff;
    color: var(--black, #000);
    padding: 0.5em;
    outline: initial;
    outline: 5px auto -webkit-focus-ring-color;
}
html {
    font-size: 10px;
}
a {
    cursor: pointer;
}