@font-face {
  font-family: FiraSansExtraLight;
  src: url("FiraSansExtraLight.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: FiraSansRegular;
  font-weight: bold;
  src: url("FiraSansRegular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: FiraSansMedium;
  font-weight: bold;
  src: url("FiraSansMedium.otf") format("opentype");
  font-display: swap;
}
html,
body {
  height: 100%;
  margin: 0;
  font-family: 'FiraSansExtraLight', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
  background: #3E3E3E;
}
body .skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000000;
  color: white;
  padding: 8px;
  z-index: 100;
}
body .skip-link:focus {
  top: 0;
}
promo-header {
  background-color: #4F4F4F;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #313131;
}
promo-header promo-content {
  flex-grow: 99;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #A8A8A8;
}
promo-header promo-content a {
  color: #FFC000;
  font-weight: bold;
  text-decoration: none;
}
promo-header promo-content promo-flag {
  background: repeating-linear-gradient(-45deg, #00000000 0 22px, #ffd700 22px, #ffd700 32px, #0057b7 32px, #0057b7 42px, #00000000 0 62px);
}
promo-header img#close-handle-promo {
  cursor: pointer;
}
site-header {
  background-color: #4F4F4F;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow-x: auto;
}
site-header a.header-link {
  text-decoration: none;
  color: #FFFEFA;
  margin: 0 10px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}
site-header a.header-link.active {
  background-color: #313131;
}
@media (min-width: 800.001px) and (orientation: landscape) {
  body {
    display: flex;
    height: 100vh;
    flex-direction: column;
    margin: 0;
  }
  promo-header {
    height: 50px;
    display: flex;
    flex-direction: row;
  }
  promo-header promo-content promo-flag {
    width: 120px;
    margin-right: 30px;
    background: repeating-linear-gradient(-45deg, #00000000 0 36px, #ffd700 36px, #ffd700 56px, #0057b7 56px, #0057b7 76px, #00000000 0 106px);
  }
  promo-header promo-content promo-text {
    text-align: center;
  }
  promo-header img#close-handle-promo {
    align-self: center;
    padding-right: 10px;
    height: 20px;
  }
  site-header {
    height: 50px;
  }
  site-header header-link {
    font-size: 1.5em;
  }
  back-to-top-footer {
    display: none;
  }
}
@media (max-width: 800px), (orientation: portrait) {
  promo-header {
    height: 60px;
    display: flex;
    flex-direction: row;
  }
  promo-header promo-content promo-flag {
    width: 75px;
    background: repeating-linear-gradient(-45deg, #00000000 0 42px, #ffd700 42px, #ffd700 57px, #0057b7 57px, #0057b7 72px, #00000000 0 82px);
  }
  promo-header promo-content promo-text {
    flex-grow: 99;
    font-size: 13px;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
  }
  promo-header img#close-handle-promo {
    padding-top: 5.5px;
    padding-right: 10px;
    height: 20px;
  }
  site-header {
    width: 100%;
    height: 50px;
  }
  site-header header-link {
    font-size: 1em;
  }
  back-to-top-footer {
    background-color: #3E3E3E;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    cursor: pointer;
  }
  back-to-top-footer back-to-top {
    width: 150px;
    display: block;
    position: relative;
    text-align: center;
    color: #A8A8A8;
    top: -40px;
  }
  back-to-top-footer back-to-top img {
    width: 60px;
    height: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
