*,
*::after,
*::before {
    box-sizing: border-box;
}


/* A11y */

/* Skip Link */
.skip-link {
    color: white;
    padding: 0.625em 0.9375em;
    text-decoration: none;
    margin-left: 300px;
    margin-top: 30px;
    font-size: 1.1rem;
  }
  
  .skip-link:not(:focus):not(:active) {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  
  .skip-link:focus {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 999;
  }
  
  /* SR-Only */
  .sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }