* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: var(--surface-raised);
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-primary);
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.ss-touch * {
  background-attachment: scroll !important;
}
.ss-block {
  display: block;
}
.ss-inline-block {
  max-width: 100%;
  display: inline-block;
}
.ss-clearfix:before,
.ss-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.ss-clearfix:after {
  clear: both;
}
.ss-hidden {
  display: none;
}
.ss-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: var(--border-focus);
  color: var(--surface-raised);
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.ss-button {
  -webkit-appearance: button;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid var(--border-subtle);
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.ss-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.ss-embed:before,
.ss-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.ss-embed:after {
  clear: both;
}
.ss-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.ss-video iframe,
.ss-video object,
.ss-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.ss-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: var(--surface-shell);
}
.ss-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: color-mix(in srgb, var(--feedback-danger-fg) 7%, var(--surface-raised));
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.ss-input,
.ss-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--text-primary);
  vertical-align: middle;
  background-color: var(--surface-raised);
  border: 1px solid var(--border-subtle);
}
.ss-input::placeholder,
.ss-select::placeholder {
  color: var(--text-subtle);
}
.ss-input:focus,
.ss-select:focus {
  border-color: var(--border-focus);
  outline: 0;
}
.ss-input[disabled],
.ss-select[disabled],
.ss-input[readonly],
.ss-select[readonly],
fieldset[disabled] .ss-input,
fieldset[disabled] .ss-select {
  cursor: not-allowed;
}
.ss-input[disabled]:not(.ss-input-disabled),
.ss-select[disabled]:not(.ss-input-disabled),
.ss-input[readonly],
.ss-select[readonly],
fieldset[disabled]:not(.ss-input-disabled) .ss-input,
fieldset[disabled]:not(.ss-input-disabled) .ss-select {
  background-color: var(--surface-shell);
}
textarea.ss-input,
textarea.ss-select {
  height: auto;
}
.ss-select {
  background-color: var(--surface-shell);
}
.ss-select[multiple] {
  height: auto;
}
.ss-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.ss-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.ss-radio:before,
.ss-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.ss-radio:after {
  clear: both;
}
.ss-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.ss-radio-input {
  margin-top: 3px;
}
.ss-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.ss-container:before,
.ss-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.ss-container:after {
  clear: both;
}
.ss-container .ss-row {
  margin-left: -10px;
  margin-right: -10px;
}
.ss-row:before,
.ss-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.ss-row:after {
  clear: both;
}
.ss-row .ss-row {
  margin-left: 0;
  margin-right: 0;
}
.ss-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.ss-col .ss-col {
  padding-left: 0;
  padding-right: 0;
}
.ss-col-1 {
  width: 8.33333333%;
}
.ss-col-2 {
  width: 16.66666667%;
}
.ss-col-3 {
  width: 25%;
}
.ss-col-4 {
  width: 33.33333333%;
}
.ss-col-5 {
  width: 41.66666667%;
}
.ss-col-6 {
  width: 50%;
}
.ss-col-7 {
  width: 58.33333333%;
}
.ss-col-8 {
  width: 66.66666667%;
}
.ss-col-9 {
  width: 75%;
}
.ss-col-10 {
  width: 83.33333333%;
}
.ss-col-11 {
  width: 91.66666667%;
}
.ss-col-12 {
  width: 100%;
}
.ss-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .ss-container {
    max-width: 728px;
  }
  .ss-hidden-main {
    display: inherit !important;
  }
  .ss-hidden-medium {
    display: none !important;
  }
  .ss-col-medium-1 {
    width: 8.33333333%;
  }
  .ss-col-medium-2 {
    width: 16.66666667%;
  }
  .ss-col-medium-3 {
    width: 25%;
  }
  .ss-col-medium-4 {
    width: 33.33333333%;
  }
  .ss-col-medium-5 {
    width: 41.66666667%;
  }
  .ss-col-medium-6 {
    width: 50%;
  }
  .ss-col-medium-7 {
    width: 58.33333333%;
  }
  .ss-col-medium-8 {
    width: 66.66666667%;
  }
  .ss-col-medium-9 {
    width: 75%;
  }
  .ss-col-medium-10 {
    width: 83.33333333%;
  }
  .ss-col-medium-11 {
    width: 91.66666667%;
  }
  .ss-col-medium-12 {
    width: 100%;
  }
  .ss-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .ss-hidden-main {
    display: inherit !important;
    display: inherit !important;
  }
  .ss-hidden-medium {
    display: inherit !important;
    display: inherit !important;
  }
  .ss-hidden-small {
    display: none !important;
    display: inherit !important;
  }
  .ss-row,
  .ss-container .ss-row {
    margin-left: 0;
    margin-right: 0;
  }
  .ss-col {
    width: 100%;
    left: auto;
    right: auto;
    width: 100%;
  }
  .ss-col-small-1 {
    width: 8.33333333%;
  }
  .ss-col-small-2 {
    width: 16.66666667%;
  }
  .ss-col-small-3 {
    width: 25%;
  }
  .ss-col-small-4 {
    width: 33.33333333%;
  }
  .ss-col-small-5 {
    width: 41.66666667%;
  }
  .ss-col-small-6 {
    width: 50%;
  }
  .ss-col-small-7 {
    width: 58.33333333%;
  }
  .ss-col-small-8 {
    width: 66.66666667%;
  }
  .ss-col-small-9 {
    width: 75%;
  }
  .ss-col-small-10 {
    width: 83.33333333%;
  }
  .ss-col-small-11 {
    width: 91.66666667%;
  }
  .ss-col-small-12 {
    width: 100%;
  }
  .ss-container {
    max-width: none;
  }
  .ss-hidden-tiny {
    display: none !important;
  }
  .ss-col-tiny-1 {
    width: 8.33333333%;
  }
  .ss-col-tiny-2 {
    width: 16.66666667%;
  }
  .ss-col-tiny-3 {
    width: 25%;
  }
  .ss-col-tiny-4 {
    width: 33.33333333%;
  }
  .ss-col-tiny-5 {
    width: 41.66666667%;
  }
  .ss-col-tiny-6 {
    width: 50%;
  }
  .ss-col-tiny-7 {
    width: 58.33333333%;
  }
  .ss-col-tiny-8 {
    width: 66.66666667%;
  }
  .ss-col-tiny-9 {
    width: 75%;
  }
  .ss-col-tiny-10 {
    width: 83.33333333%;
  }
  .ss-col-tiny-11 {
    width: 91.66666667%;
  }
  .ss-col-tiny-12 {
    width: 100%;
  }
}
.ss-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: var(--surface-shell);
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.ss-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.ss-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.ss-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.ss-slider-nav.ss-round > div {
  border-radius: 100%;
}
.ss-slider-nav.ss-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.ss-slider-nav.ss-shadow > div {
  box-shadow: 0 0 3px rgba(18, 18, 14, 0.4);
}
.ss-slider-nav-invert {
  color: var(--surface-raised);
}
.ss-slider-nav-invert > div {
  background-color: rgba(18, 18, 14, 0.4);
}
.ss-slider-nav-invert > div.ss-active {
  background-color: var(--text-primary);
}
.ss-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.ss-slider-dot.ss-active {
  background-color: var(--surface-raised);
}
.ss-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px var(--surface-raised);
}
.ss-slider-dot:focus.ss-active {
  box-shadow: none;
}
.ss-slider-arrow-left,
.ss-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: var(--surface-raised);
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.ss-slider-arrow-left:focus,
.ss-slider-arrow-right:focus {
  outline: 0;
}
.ss-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.ss-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.ss-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ss-slider-force-show {
  display: block !important;
}
.ss-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.ss-dropdown-btn,
.ss-dropdown-toggle,
.ss-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: var(--text-primary);
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.ss-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.ss-dropdown-toggle:focus {
  outline: 0;
}
.ss-dropdown-list {
  position: absolute;
  background: var(--surface-shell);
  display: none;
  min-width: 100%;
}
.ss-dropdown-list.ss--open {
  display: block;
}
.ss-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: var(--text-primary);
}
.ss-dropdown-link.ss--current {
  color: var(--accent-hover);
}
.ss-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .ss-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.ss-nav {
  position: relative;
  background: var(--surface-shell);
  z-index: 1000;
}
.ss-nav:before,
.ss-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.ss-nav:after {
  clear: both;
}
.ss-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: var(--text-primary);
}
.ss-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: var(--text-primary);
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.ss-nav-link.ss--current {
  color: var(--accent-hover);
}
.ss-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--border-strong);
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.ss--nav-link-open {
  display: block;
  position: relative;
}
.ss-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.ss-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.ss-nav[data-animation='over-left'] .ss-nav-overlay {
  width: auto;
}
.ss-nav[data-animation='over-left'] .ss-nav-overlay,
.ss-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.ss-nav[data-animation='over-right'] .ss-nav-overlay {
  width: auto;
}
.ss-nav[data-animation='over-right'] .ss-nav-overlay,
.ss-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.ss-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.ss-nav-button:focus {
  outline: 0;
}
.ss-nav-button.ss--open {
  background-color: var(--border-strong);
  color: var(--surface-raised);
}
.ss-nav[data-collapse='all'] .ss-nav-menu {
  display: none;
}
.ss-nav[data-collapse='all'] .ss-nav-button {
  display: block;
}
.ss--nav-dropdown-open {
  display: block;
}
.ss--nav-dropdown-toggle-open {
  display: block;
}
.ss--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .ss-nav[data-collapse='medium'] .ss-nav-menu {
    display: none;
  }
  .ss-nav[data-collapse='medium'] .ss-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .ss-nav[data-collapse='small'] .ss-nav-menu {
    display: none;
  }
  .ss-nav[data-collapse='small'] .ss-nav-button {
    display: block;
  }
  .ss-nav-brand {
    padding-left: 10px;
  }
  .ss-nav[data-collapse='tiny'] .ss-nav-menu {
    display: none;
  }
  .ss-nav[data-collapse='tiny'] .ss-nav-button {
    display: block;
  }
}
