/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-hamburger:before {
    content: ""
}

.fa-close:before {
    content: ""
}

.skip-to-section {
    position: fixed !important;
    top: -100%;
    left: -100%;
    padding: 1rem 3rem;
    box-shadow: inset 0 0 0 0.2rem #FFF;
    color: #FFF;
    background-color: #F16722;
    overflow: hidden;
    height: 0.1rem;
    width: 0.1rem;
    text-transform: uppercase;
}

.skip-to-section:focus {
    height: max-content;
    width: max-content;
    top: 0;
    left: 0;
    z-index: 9999;
}