<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#rs-header button,
#rs-header input,
#rs-header optgroup,
#rs-header select,
#rs-header textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
#rs-header button,
#rs-header input {
  overflow: visible;
}
#rs-header button,
#rs-header select {
  text-transform: none;
}
#rs-header [type="button"],
#rs-header [type="reset"],
#rs-header [type="submit"],
#rs-header button {
  -webkit-appearance: button;
}
#rs-header [type="button"]::-moz-focus-inner,
#rs-header [type="reset"]::-moz-focus-inner,
#rs-header [type="submit"]::-moz-focus-inner,
#rs-header button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
#rs-header [type="button"]:-moz-focusring,
#rs-header [type="reset"]:-moz-focusring,
#rs-header [type="submit"]:-moz-focusring,
#rs-header button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
#rs-header fieldset {
  padding: 0.35em 0.75em 0.625em;
}
#rs-header legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
#rs-header [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
#rs-header [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#rs-header {
  background: #e01100;
  color: #fff;
  font: 4.444444vw "Source Sans Pro", sans-serif;
  line-height: 1;
  position: relative;
}
@media only screen and (min-width: 360px) {
  #rs-header {
    font-size: 16px;
  }
}
#rs-header a {
  text-decoration: none;
}
#rs-header .wrap {
  padding: 0em 0.625em;
  max-width: 62.5em;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
#rs-header h1 {
  font-size: 1em;
  font-weight: 400;
  margin: 0.625em 0;
}
#rs-header h1 span {
  display: inline-block;
  vertical-align: middle;
}
#rs-header h1 a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 0.625em; /* 10px */
  margin: -0.625em 0; /* 10px */
}
#rs-header h1 a:hover {
  background: #b80900;
}
#rs-header h1 a svg {
  display: block;
  width: 1.875em; /* 30px */
  height: 1.875em; /* 30px */
  fill: #fff;
}
#rs-header h1 a .wordmark {
  font-size: 1.375em; /* 22px */
  line-height: 1.36363636; /* 30px */
  letter-spacing: 0.0272727em; /* 0.6px */
}
#rs-header .search-and-auth {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.625em;
  width: 20.375em; /* 326px */
}
#rs-header form {
  position: relative;
  display: block;
}
#rs-header form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
#rs-header form legend,
#rs-header .visuallyhidden {
  display: block;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
#rs-header form input {
  line-height: 1.125em; /* 18px */
  border: 0;
  padding: 0.25em 0.25em 0.25em 1.75em; /* 4px 4px 4px 28px; */
  margin: 0;
  color: #474747;
  width: 100%;
  height: 1.625em; /* 26px */
  border-radius: 0.25em;
  box-sizing: border-box;
}
#rs-header form button {
  border: 0;
  background: none;
  padding: 0.375em; /* 6px */
  position: absolute;
  left: 0;
  top: 0;
}
#rs-header form button svg {
  display: block;
  height: 1em;
  width: 1em;
}
#rs-header form button:hover svg path {
  fill: #474747;
}
#rs-header form button:hover svg circle {
  stroke: #474747;
}
#rs-header #rs-auth-menu {
  display: none;
}
@media only screen and (min-width: 720px) {
  #rs-header .wrap {
    text-align: right;
  }
  #rs-header h1 {
    position: absolute;
    left: 0;
  }
  #rs-header .search-and-auth {
    margin: 0;
    width: 18em;
  }
  #rs-header form {
    display: inline-block;
    vertical-align: top;
    margin: 0.75em 0; /* 12px 0 */
    margin-right: 0.625em; /* 10px */
    width: 13em; /* 208px */
  }
  #rs-header #rs-auth-menu {
    display: inline-block;
  }
}
#rs-header #rs-auth-menu {
  position: relative;
  vertical-align: top;
}
.dropdown.closed {
  display: none;
}
#rs-header #rs-auth-menu span.loading {
  display: inline-block;
  vertical-align: top;
  background: #ac1114;
  width: 1em;
  height: 1em;
  margin: 1.0625em 0; /* 17px 0 */
  border-radius: 0.125em; /* 2px */
  animation: auth-loading-slide-in 5s linear;
  overflow: hidden;
}
@keyframes auth-loading-slide-in {
  0% {
    width: 0;
  }
  90% {
    width: 0;
  }
  100% {
    width: 1em;
  }
}
#rs-header #rs-auth-menu span.loading span.sq {
  border: 0.125em solid #f3aca8; /* 2px */
  width: 0.375em; /* 6px */
  height: 0.375em; /* 6px */
  display: block;
  margin: 0.1875em; /* 3px */
  animation: auth-loading-spin 2s linear infinite;
}
@keyframes auth-loading-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#rs-header button.auth-button {
  background: #ac1114;
  line-height: 1;
  border: none;
  font-size: 0.75em; /* 12px */
  padding: 0.5em; /* 6px */
  margin: 1em 0; /* 12px 0 */
  border-radius: 0.333333em; /* 4px */
}
#rs-header button.auth-button.open {
  border-radius: 0.333333em 0.333333em 0 0; /* 4px */
}
#rs-header button.auth-button svg.user-icon {
  fill: #f3aca8;
}
#rs-header button.auth-button svg.arrow {
  stroke: #f3aca8;
}
#rs-header button.auth-button:hover svg.user-icon {
  fill: #fff;
}
#rs-header button.auth-button:hover svg.arrow {
  stroke: #fff;
}
#rs-header button.auth-button.closed svg.arrow .arrow-down,
#rs-header button.auth-button.open svg.arrow .arrow-right {
  opacity: 0;
}
#rs-header #rs-auth-menu a.sign-in-button {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875em; /* 14px */
  margin: 0.785714em 0; /* 11px 0 */
  padding: 0.428571em 0.642857em; /* 6px 9px */
  border: 0.071429em solid #f3aca8; /* 1px */
  border-radius: 0.142857em; /* 2px */
  background-color: #f33223;
  color: #fff;
  font-weight: 300;
}
#rs-header #rs-auth-menu a.sign-in-button:hover {
  background-color: #b70900;
}
#rs-header #rs-auth-menu .dropdown {
  position: absolute;
  z-index: 100;
  font-size: 0.75em; /* 12px */
  top: 3.166667em; /* 38px */
  right: 0;
  background: #ac1114;
  text-align: left;
}
#rs-header #rs-auth-menu .dropdown ul {
  margin: 0;
  padding: 0.5em 1em;
}
#rs-header #rs-auth-menu .dropdown ul li {
  display: block;
  padding: 0.5em 0;
  border-top: 1px solid #780000;
  white-space: nowrap;
}
#rs-header #rs-auth-menu .dropdown ul li:first-child {
  border: none;
}
#rs-header #rs-auth-menu .dropdown ul li a {
  color: #f3aca8;
}
#rs-header #rs-auth-menu .dropdown ul li a:hover {
  color: #fff;
}
</pre></body></html>