/* mixins*/
/* misc*/
:root {
  --color-white: #ffffff;
  --color-ss-green: #81c347;
  --color-ss-blue: #2574db;
  --color-ss-upland-blue: #2574db;
  --color-ss-light-blue: #bae1f1;
  --mdc-theme-primary: #2574db;
  --mdc-theme-primary-dark: #128ac4;
  --mdc-theme-primary-light: #8ccee8;
  --mdc-theme-secondary: #81c347;
  --mdc-theme-secondary-dark: #6eb537;
  --mdc-theme-secondary-light: #c0e1a3;
  --mdc-theme-background: #fff;
  --mdc-theme-text-primary-on-primary: #fff;
  --mdc-theme-text-secondary-on-primary: hsla(0, 0%, 100%, 0.7);
  --mdc-theme-text-hint-on-primary: hsla(0, 0%, 100%, 0.5);
  --mdc-theme-text-disabled-on-primary: hsla(0, 0%, 100%, 0.5);
  --mdc-theme-text-icon-on-primary: hsla(0, 0%, 100%, 0.5);
  --mdc-theme-text-primary-on-secondary: #fff;
  --mdc-theme-text-secondary-on-secondary: hsla(0, 0%, 100%, 0.7);
  --mdc-theme-text-hint-on-secondary: hsla(0, 0%, 100%, 0.5);
  --mdc-theme-text-disabled-on-secondary: hsla(0, 0%, 100%, 0.5);
  --mdc-theme-text-icon-on-secondary: hsla(0, 0%, 100%, 0.5);
  --mdc-theme-text-primary-on-background: #707070;
  --mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-light: #707070;
  --mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-dark: #fff;
  --mdc-theme-text-secondary-on-dark: hsla(0, 0%, 100%, 0.7);
  --mdc-theme-text-hint-on-dark: hsla(0, 0%, 100%, 0.5);
  --mdc-theme-text-disabled-on-dark: hsla(0, 0%, 100%, 0.5);
  --mdc-theme-text-icon-on-dark: hsla(0, 0%, 100%, 0.5);
}

* {
  box-sizing: border-box;
}

*,
:after,
:before {
  border: 0 solid #e5e7eb;
}

@supports (-webkit-overflow-scrolling: touch) {
  html,
body {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
}
#ssFrontApp {
  /* domain block imports*/
  /* ui block imports*/
  /* general imports*/
  /**
   * Default Template Styles
   */
  /*!
   * Hamburgers
   * @description Tasty CSS-animated hamburgers
   * @author Jonathan Suh @jonsuh
   * @site https://jonsuh.com/hamburgers
   * @link https://github.com/jonsuh/hamburgers
   */
  /*
     * 3DX
     */
  /*
     * 3DX Reverse
     */
  /*
     * 3DY
     */
  /*
     * 3DY Reverse
     */
  /*
     * 3DXY
     */
  /*
     * 3DXY Reverse
     */
  /*
     * Arrow
     */
  /*
     * Arrow Right
     */
  /*
     * Arrow Alt
     */
  /*
     * Arrow Alt Right
     */
  /*
     * Arrow Turn
     */
  /*
     * Arrow Turn Right
     */
  /*
     * Boring
     */
  /*
     * Collapse
     */
  /*
     * Collapse Reverse
     */
  /*
     * Elastic
     */
  /*
     * Elastic Reverse
     */
  /*
     * Emphatic
     */
  /*
     * Emphatic Reverse
     */
  /*
     * Minus
     */
  /*
     * Slider
     */
  /*
     * Slider Reverse
     */
  /*
     * Spin
     */
  /*
     * Spin Reverse
     */
  /*
     * Spring
     */
  /*
     * Spring Reverse
     */
  /*
     * Stand
     */
  /*
     * Stand Reverse
     */
  /*
     * Squeeze
     */
  /*
     * Vortex
     */
  /*
     * Vortex Reverse
     */
}
#ssFrontApp :root {
  --app-container-max-width: 960px;
}
#ssFrontApp.ssApplicationContainer div.ssTemplatePreset {
  --app-container-max-width: 1500px;
  max-width: 1500px;
}
#ssFrontApp.ssApplicationContainer div.ssTemplatePreset-GraphicHeader {
  --app-container-max-width: 960px;
  max-width: 960px;
}
#ssFrontApp .bracket-header {
  color: #ffffff;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  display: flex;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
#ssFrontApp .bracket-header--in-body {
  color: #707070;
}
@media (min-width: 460px) {
  #ssFrontApp .bracket-header {
    justify-content: flex-start;
    padding: 10px 0;
  }
  #ssFrontApp .bracket-header--in-body {
    padding: 0;
  }
}
#ssFrontApp .bracket-header__navigation-container {
  min-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
}
#ssFrontApp .bracket-header__navigation-link-container {
  text-align: center;
  margin: 1rem 0;
}
#ssFrontApp .bracket-header__round-toggle {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .bracket-header__round-toggle {
    display: none;
  }
}
#ssFrontApp .bracket-header__round-toggle .material-icons {
  font-size: 30px;
  top: 5px;
  color: #707070;
  position: absolute;
  cursor: pointer;
}
#ssFrontApp .bracket-header__round-toggle .material-icons:first-child {
  left: 5px;
}
#ssFrontApp .bracket-header__round-toggle .material-icons:last-child {
  right: 5px;
}
#ssFrontApp .bracket-header__round-information {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ssFrontApp .bracket-header__round-information--desktop {
  display: none;
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .bracket-header__round-information--desktop {
    display: flex;
  }
}
#ssFrontApp .bracket-header__round-selector {
  color: #707070;
  font-size: 13px;
  font-weight: 600;
}
#ssFrontApp .bracket-header__round-status {
  text-align: center;
  padding-bottom: 10px;
  color: #707070;
  font-size: 13px;
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .bracket-header__round-status {
    font-size: 18px;
  }
}
#ssFrontApp .bracket-header .liquid-container {
  width: 100%;
}
#ssFrontApp .bracket-header .hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  z-index: 5;
}
#ssFrontApp .bracket-header .hamburger-box {
  width: 30px;
}
#ssFrontApp .bracket-header .hamburger-inner {
  width: 30px;
}
#ssFrontApp .bracket-header .hamburger-inner:before {
  width: 30px;
}
#ssFrontApp .bracket-header .hamburger-inner:after {
  width: 30px;
}
#ssFrontApp .bracket-header__nav-link {
  padding-left: 10px;
  z-index: 5;
}
#ssFrontApp .menu__text {
  display: inline-block;
  margin-top: 10px;
}
#ssFrontApp .template-color-primary-background-color--darken {
  position: relative;
}
#ssFrontApp .template-color-primary-background-color--darken::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#ssFrontApp .matchup-view {
  background: #ffffff;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
#ssFrontApp .matchup-view__ad-bar {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  margin: 0 auto;
  padding: 15px 15px 0 15px;
}
#ssFrontApp .matchup-view__ad-bar iframe {
  margin: auto;
  width: 100%;
}
#ssFrontApp .matchup-view__iteration-ads {
  width: 100%;
}
#ssFrontApp .matchup-view__ad-label {
  font-size: 10px;
  margin: auto;
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .matchup-view {
    display: flex;
  }
}
#ssFrontApp .matchup-view__entrants-wrapper {
  flex-grow: 1;
  margin-top: 1rem;
  position: relative;
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .matchup-view__entrants-wrapper {
    padding: 30px 0;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
}
#ssFrontApp .matchup-view__navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}
#ssFrontApp .matchup-view__navigation-button {
  display: flex;
  align-items: center;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: var(--font-family-body);
}
#ssFrontApp .matchup-view__progress-container {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 12px;
}
@media only screen and (min-width: 500px) {
  #ssFrontApp .matchup-view__progress-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
  }
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .matchup-view__progress-container--no-navigation-buttons {
    top: 10px;
  }
}
#ssFrontApp .matchup-view__matchup-count {
  text-align: center;
  color: #757575;
  font-size: 13px;
}
#ssFrontApp .matchup-view__thanks.ssTile {
  margin: 15px;
  display: inline-block;
  padding: 2.5rem;
}
#ssFrontApp .matchup-view__thanks-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
#ssFrontApp .matchup-view__thanks-container:not(:last-child) {
  border-bottom: #cfcfcf 1px solid;
}
@media only screen and (max-width: 420px) {
  #ssFrontApp .matchup-view__thanks-container {
    flex-direction: column;
  }
}
#ssFrontApp .matchup-view__success {
  color: #4caf50;
  margin-top: 1rem;
}
#ssFrontApp .matchup-view__thanks-icon {
  color: #4caf50;
  font-size: 82px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 20px;
}
#ssFrontApp .matchup-view__remind-me.ssButton {
  display: flex;
  margin: 25px auto 0;
  align-items: center;
}
#ssFrontApp .matchup-view__remind-me.ssButton i {
  margin-right: 5px;
}
#ssFrontApp .matchup-view__thanks-message {
  font-weight: bold;
  color: #8c8c8c;
  font-size: 29px;
}
@media only screen and (max-width: 420px) {
  #ssFrontApp .matchup-view__thanks-message {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
#ssFrontApp .matchup-view__thanks-cta-container {
  text-align: center;
  padding: 0 1rem;
}
#ssFrontApp .matchup-view__thanks-cta-container a {
  text-transform: uppercase;
  margin: 3rem auto;
  display: inline-block;
  font-size: 20px;
  padding: 15px 40px;
  color: #ffffff;
  border-radius: 5px;
}
#ssFrontApp .matchup-view__thanks-cta-text {
  color: gray;
  padding-left: 5px;
  font-size: 18px;
}
@media only screen and (max-width: 420px) {
  #ssFrontApp .matchup-view__thanks-cta-text {
    text-align: center;
  }
}
#ssFrontApp .matchup-view__bye-info {
  color: #969696;
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
}
#ssFrontApp .matchup-view__round-status {
  color: #707070;
  font-size: 13px;
  text-align: center;
  padding-bottom: 10px;
}
#ssFrontApp .matchup-view__view-bracket {
  color: #707070;
  padding: 10px 0 0 5px;
}
.no-touchevents #ssFrontApp .matchup-view__view-bracket:hover {
  color: #969696;
}
#ssFrontApp .matchup-view:has(.liquid-animating) {
  pointer-events: none;
}
#ssFrontApp .matchup-menu {
  background: #bbbbbb;
  color: #ffffff;
  padding: 0 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .matchup-menu--dropdown {
    display: none;
  }
}
#ssFrontApp .matchup-menu .material-icons {
  font-size: 23px;
  margin-right: 5px;
}
#ssFrontApp .matchup-menu__menu-contents {
  background: #ffffff;
  position: relative;
  border-right: solid 1px #e2e2e2;
  padding: 0 0 20px;
  width: auto;
}
#ssFrontApp .matchup-menu__menu-contents--dropdown {
  padding-bottom: 0;
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .matchup-menu__menu-contents--dropdown {
    display: none;
  }
}
#ssFrontApp .matchup-menu__matchup-label {
  background: #ffffff;
  padding: 5px 5px 5px 30px;
  line-height: 21px;
  border-bottom: solid 1px #bbbbbb;
  opacity: 0.7;
  cursor: pointer;
  justify-content: space-between;
  color: #616161;
}
#ssFrontApp .matchup-menu__matchup-label--selected, .no-touchevents #ssFrontApp .matchup-menu__matchup-label:hover {
  background: #f3f3f3;
  opacity: 1;
}
#ssFrontApp .matchup-menu__menu-entrant-label {
  max-width: 220px;
  margin-left: 13px;
}
#ssFrontApp .matchup-menu__menu-entrant-label--bye {
  font-style: italic;
  color: #9e9e9e;
}
#ssFrontApp .matchup-menu__menu-entrant {
  display: flex;
  align-items: center;
  margin: 5px 0 5px;
  position: relative;
}
#ssFrontApp .matchup-menu__menu-entrant--voted {
  color: #4caf50;
}
#ssFrontApp .matchup-menu__menu-entrant-voted {
  font-size: 14px;
  font-weight: 700;
  margin-left: 4px;
  position: absolute;
  left: -12px;
}
#ssFrontApp .matchup-menu--dropdown {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#ssFrontApp .ssBracket {
  background: #ffffff;
}
#ssFrontApp .bracket-view {
  display: none;
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .bracket-view {
    display: block;
  }
}
#ssFrontApp .bracket-view__frame {
  overflow: scroll;
  background: #ffffff;
}
#ssFrontApp .bracket-view__frame.active {
  cursor: grab;
}
#ssFrontApp .bracket-view__frame.scrolling {
  cursor: grabbing;
}
#ssFrontApp .bracket-view__container--full-width {
  width: 100%;
}
@media only screen and (min-width: 800px) {
  #ssFrontApp .bracket-view__container--centered {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
#ssFrontApp .bracket-view__map {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#ssFrontApp .bracket-view__champion-display {
  width: 55%;
  margin: 2rem auto 0;
  min-width: 390px;
}
#ssFrontApp .bracket-view__navigation-link {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0.8em 2.9em;
  height: 20px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  box-sizing: content-box;
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .bracket-view__navigation-link {
    padding: 0.8em 3.75em;
    font-size: 18px;
  }
}
@media only screen and (min-width: 421px) and (max-width: 465px) {
  #ssFrontApp .bracket-view__navigation-link {
    font-size: 12px;
  }
}
#ssFrontApp .round-view {
  padding-top: 1.5rem;
  background: #ffffff;
  position: relative;
}
#ssFrontApp .round-view__container {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .round-view {
    display: none;
  }
}
#ssFrontApp .bracket-matchup {
  width: calc(100vw - 37px);
  margin: auto;
  padding-bottom: 2rem;
  grid-template-columns: auto calc(100vw - 38px) auto auto;
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .bracket-matchup {
    grid-template-columns: auto auto;
    width: auto;
    padding: 0;
  }
}
#ssFrontApp .bracket-matchup--deep {
  margin-left: -50px;
}
#ssFrontApp .bracket-matchup__entrant-container {
  margin: 0;
  z-index: 2;
  border: 2px solid #cfcfcf;
  border-radius: 12px;
  box-shadow: -1px 0 3px #cfcfcf;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .bracket-matchup__entrant-container {
    width: 215px;
  }
}
#ssFrontApp .bracket-matchup__entrant-container--no-link {
  pointer-events: none;
}
.no-touchevents #ssFrontApp .bracket-matchup__entrant-container--hover:hover {
  border-color: var(--mdc-theme-primary, #00c3c3);
}
#ssFrontApp .bracket-matchup__entrant {
  display: flex;
  align-items: stretch;
  height: 50px;
  position: relative;
  background: #ffffff;
}
#ssFrontApp .bracket-matchup__entrant:nth-child(1) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  border-bottom: solid 1px #cfcfcf;
}
#ssFrontApp .bracket-matchup__entrant:nth-child(2) {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
#ssFrontApp .bracket-matchup__entrant--future {
  background: #e2e2e2;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ssFrontApp .bracket-matchup__entrant--future .material-icons {
  font-size: 30px;
  opacity: 0.5;
}
#ssFrontApp .bracket-matchup__entrant--bye {
  align-items: center;
  padding-left: 1rem;
  background-color: #f3f3f3;
  color: #969696;
}
#ssFrontApp .bracket-matchup__origin-container {
  width: 10px;
  margin-left: -10px;
  position: relative;
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .bracket-matchup__origin-container {
    display: none;
  }
}
#ssFrontApp .bracket-matchup__origin {
  border: 2px solid #cfcfcf;
  border-left: none;
  margin-top: 0;
  margin-left: -10px;
  width: 12px;
  height: 32px;
}
#ssFrontApp .bracket-matchup__origin:first-child {
  border-bottom: none;
}
#ssFrontApp .bracket-matchup__origin:first-child:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 2px;
  top: 30%;
  left: 0;
  background-color: #cfcfcf;
}
#ssFrontApp .bracket-matchup__origin:last-child {
  border-top: none;
  position: absolute;
  bottom: 0;
}
#ssFrontApp .bracket-matchup__origin:last-child:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 2px;
  top: 0;
  left: 2px;
  background-color: #cfcfcf;
  transform: translateX(45%);
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .bracket-matchup__origin {
    display: none;
  }
}
#ssFrontApp .bracket-matchup__bracket-context {
  border: 2px solid #cfcfcf;
  margin-top: 28px;
  margin-left: -2px;
  width: 10px;
  height: 50px;
  position: relative;
}
#ssFrontApp .bracket-matchup__bracket-context:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 2px;
  top: 45%;
  left: 0;
  background-color: #cfcfcf;
  transform: translateX(45%);
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .bracket-matchup__bracket-context {
    display: none;
  }
}
#ssFrontApp .bracket-matchup__entrant-image {
  height: 50px;
  width: 50px;
  margin-right: 10px;
  flex-shrink: 0;
  border-right: 1px solid #cfcfcf;
}
#ssFrontApp .bracket-matchup__image-placeholder {
  text-transform: uppercase;
  font-size: 12px;
  color: #bbbbbb;
  width: 50px;
  text-align: center;
  padding: 7px;
  background: #e2e2e2;
  margin-right: 10px;
}
#ssFrontApp .bracket-matchup__entrant-details {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: space-evenly;
  padding: 7px 0;
  flex-grow: 1;
}
#ssFrontApp .bracket-matchup__entrant-details--no-image {
  margin-left: 10px;
}
#ssFrontApp .bracket-matchup__entrant-name {
  color: #828282;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#ssFrontApp .bracket-matchup__entrant-name--winner {
  font-weight: bold;
}
#ssFrontApp .bracket-matchup__entrant-vote {
  display: flex;
  color: #4caf50;
  align-items: center;
  font-size: 11px;
}
#ssFrontApp .bracket-matchup__entrant-vote .material-icons {
  font-size: 13px;
  margin-right: 5px;
}
#ssFrontApp .bracket-matchup__overlay {
  height: 100%;
  background: #ffffff;
  pointer-events: none;
  position: absolute;
  width: 100%;
  opacity: 0.6;
  top: 0;
}
#ssFrontApp .bracket-matchup__winner {
  display: flex;
  justify-content: center;
}
#ssFrontApp .bracket-matchup__winner .material-icons {
  align-self: center;
  margin-right: 0.5rem;
  font-size: 20px;
}
#ssFrontApp .bracket-matchup__round-label {
  position: absolute;
  top: -20px;
  margin-left: 23px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #707070;
  background: #ffffff;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .bracket-matchup__round-label {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  #ssFrontApp .bracket-matchup__entrant-container {
    width: 225px;
  }
  #ssFrontApp .bracket-matchup__entrant {
    height: 50px;
  }
}
#ssFrontApp .bracket-matchup-tree__item-child {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
#ssFrontApp .bracket-matchup-tree__item-child:before {
  right: 0;
  top: 49%;
  transform: translateX(65%);
  width: 38px;
  height: 1px;
}
#ssFrontApp .bracket-matchup-tree__item-child:after {
  right: -25px;
  height: calc(50% + 22px);
  width: 1px;
  top: 49%;
}
#ssFrontApp .bracket-matchup-tree__item-child:after, #ssFrontApp .bracket-matchup-tree__item-child:before {
  content: "";
  position: absolute;
  background-color: #adadad;
}
#ssFrontApp .bracket-matchup-tree__item-child:last-child:after {
  transform: translateY(-100%);
}
#ssFrontApp .bracket-matchup-tree__item {
  display: flex;
  flex-direction: row-reverse;
}
#ssFrontApp .bracket-matchup-tree__item--full-bracket {
  position: relative;
  padding: 0 2rem 2rem;
}
#ssFrontApp .bracket-matchup-tree__item--full-bracket-mirror {
  flex-direction: row;
}
#ssFrontApp .bracket-matchup-tree__item--full-bracket-mirror .bracket-matchup-tree__item {
  flex-direction: row;
}
#ssFrontApp .bracket-matchup-tree__item--full-bracket-mirror .bracket-matchup-tree__item-parent {
  margin-left: 0;
  margin-right: 10px;
}
#ssFrontApp .bracket-matchup-tree__item--full-bracket-mirror .bracket-matchup-tree__item-child:before, #ssFrontApp .bracket-matchup-tree__item--full-bracket-mirror.bracket-matchup-tree__item--unfolded:before {
  left: 0;
  transform: translateX(-65%);
}
#ssFrontApp .bracket-matchup-tree__item--full-bracket-mirror .bracket-matchup-tree__item-child:after {
  left: -25px;
}
#ssFrontApp .bracket-matchup-tree__item--unfolded:before {
  right: 0;
  top: 50%;
  transform: translateX(65%);
  width: 100px;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #adadad;
}
#ssFrontApp .bracket-matchup-tree__item-children {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#ssFrontApp .bracket-matchup-tree__item-parent {
  margin-left: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
#ssFrontApp .bracket-matchup-tree__item-parent--round-1 {
  margin-left: 0;
}
#ssFrontApp .bracket-matchup-tree__item-parent--round-1:after {
  display: none;
}
#ssFrontApp .bracket-matchup-tree__container {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
}
@media only screen and (min-width: 800px) {
  #ssFrontApp .bracket-matchup-tree__item--2-entrants, #ssFrontApp .bracket-matchup-tree__item--4-entrants, #ssFrontApp .bracket-matchup-tree__item--8-entrants {
    align-self: center;
  }
}
@media only screen and (min-width: 420px) and (max-width: 680px) {
  #ssFrontApp .bracket-matchup-tree__item--8-entrants .bracket-matchup--deep {
    margin-left: -130px;
  }
}
@media only screen and (min-width: 1510px) {
  #ssFrontApp .bracket-matchup-tree__item--16-entrants .bracket-matchup--deep {
    margin-left: -140px;
  }
  #ssFrontApp .bracket-matchup-tree__item--16-entrants.bracket-matchup-tree__item--full-bracket-mirror .bracket-matchup--deep {
    margin-right: -140px;
    margin-left: 0;
  }
  #ssFrontApp .bracket-matchup-tree__item--32-entrants .bracket-matchup--deep {
    margin-left: -165px;
  }
  #ssFrontApp .bracket-matchup-tree__item--32-entrants.bracket-matchup-tree__item--full-bracket-mirror .bracket-matchup--deep {
    margin-right: -165px;
    margin-left: 0;
  }
  #ssFrontApp .bracket-matchup-tree__item--64-entrants .bracket-matchup--deep {
    margin-left: -185px;
  }
  #ssFrontApp .bracket-matchup-tree__item--64-entrants.bracket-matchup-tree__item--full-bracket-mirror .bracket-matchup--deep {
    margin-right: -185px;
    margin-left: 0;
  }
  #ssFrontApp .bracket-matchup-tree__item--32-entrants .bracket-matchup__entrant-container, #ssFrontApp .bracket-matchup-tree__item--64-entrants .bracket-matchup__entrant-container {
    width: 215px;
  }
}
@media only screen and (min-width: 1000px) {
  #ssFrontApp .bracket-matchup-tree__item--4-entrants .bracket-matchup__entrant-container {
    width: 365px;
  }
}
#ssFrontApp .matchup-entrants {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto auto auto auto;
  -ms-grid-columns: 50% 50%;
  -ms-grid-rows: auto auto auto auto auto;
  color: #707070;
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  width: 90%;
  margin: 12px auto 40px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .matchup-entrants--no-navigation-buttons {
    margin: 40px auto;
  }
}
#ssFrontApp .matchup-entrants--champion-display {
  margin-top: 15px;
  margin-bottom: 0;
}
#ssFrontApp .matchup-entrants__image-overlay {
  position: absolute;
  pointer-events: none;
  height: 100%;
  width: 100%;
  top: 0;
  background: black;
  opacity: 0;
}
#ssFrontApp .matchup-entrants__image-container-1 {
  border-right: 0.5px solid #cfcfcf;
  position: relative;
  grid-column: 1/2;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}
#ssFrontApp .matchup-entrants__image-container-2 {
  border-left: 0.5px solid #cfcfcf;
  grid-column: 2/2;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}
#ssFrontApp .matchup-entrants__image-container--clickable {
  cursor: pointer;
  position: relative;
}
.no-touchevents #ssFrontApp .matchup-entrants__image-container--clickable:hover .matchup-entrants__image-overlay {
  opacity: 0.2;
  transition: 0.25s;
}
#ssFrontApp .matchup-entrants__image-container--no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 130px;
}
#ssFrontApp .matchup-entrants__image-container--hide-image {
  height: 0;
  min-height: initial;
  padding: 0;
}
#ssFrontApp .matchup-entrants__image {
  width: 100%;
  height: auto;
  display: block;
}
#ssFrontApp .matchup-entrants__name {
  font-weight: 700;
  padding: 10px 25px 20px;
  margin-top: 10px;
  font-size: 16px;
  word-break: break-word;
  grid-row: 2/3;
  -ms-grid-row: 2;
}
#ssFrontApp .matchup-entrants__name--centered {
  text-align: center;
  margin-top: 0;
  padding: 25px 20px 20px;
}
#ssFrontApp .matchup-entrants__name--no-image-and-has-icon {
  padding-top: 55px;
}
#ssFrontApp .matchup-entrants__caption {
  padding: 0 25px 1rem;
  font-size: 15px;
  word-break: break-word;
  grid-row: 4/5;
  -ms-grid-row: 4;
}
#ssFrontApp .matchup-entrants__caption--empty {
  padding-bottom: 0;
}
#ssFrontApp .matchup-entrants__caption a {
  color: revert;
  text-decoration: underline;
}
#ssFrontApp .matchup-entrants__read-more {
  cursor: pointer;
  display: inline-block;
}
#ssFrontApp .matchup-entrants__name-1, #ssFrontApp .matchup-entrants__caption-1, #ssFrontApp .matchup-entrants__vote-1 {
  border-right: 0.5px solid #cfcfcf;
  grid-column: 1/2;
  -ms-grid-column: 1;
}
#ssFrontApp .matchup-entrants__name-2, #ssFrontApp .matchup-entrants__caption-2, #ssFrontApp .matchup-entrants__vote-2 {
  border-left: 0.5px solid #cfcfcf;
  grid-column: 2/3;
  -ms-grid-column: 2;
}
#ssFrontApp .matchup-entrants__registration-form {
  padding: 20px;
  grid-column: 1/3;
  grid-row: 5/6;
  z-index: 2;
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 6;
}
#ssFrontApp .matchup-entrants__image-placeholder-text {
  text-transform: uppercase;
  font-size: 30px;
  color: #bbbbbb;
}
#ssFrontApp .matchup-entrants__image-placeholder-text i {
  font-size: 80px;
}
#ssFrontApp .matchup-entrants__winner, #ssFrontApp .matchup-entrants__voted {
  font-size: 40px;
  left: -9px;
  top: -3px;
  position: absolute;
  background: white;
  color: #4caf50;
  border-radius: 50px;
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .matchup-entrants__winner, #ssFrontApp .matchup-entrants__voted {
    font-size: 60px;
    left: -20px;
    top: -15px;
  }
}
#ssFrontApp .matchup-entrants__winner--final {
  color: #ffffff;
  padding: 5px;
  border: solid #ffffff 5px;
  left: -15px;
  top: -15px;
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .matchup-entrants__winner--final {
    left: -30px;
    top: -30px;
  }
}
#ssFrontApp .matchup-entrants__winner--right, #ssFrontApp .matchup-entrants__voted--right {
  left: auto;
  right: -9px;
}
@media only screen and (min-width: 421px) {
  #ssFrontApp .matchup-entrants__winner--right, #ssFrontApp .matchup-entrants__voted--right {
    right: -20px;
  }
}
#ssFrontApp .matchup-entrants__vs-container {
  position: absolute;
  pointer-events: none;
  width: 200%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  bottom: -15px;
  left: 0;
  font-size: 15px;
  z-index: 2;
}
#ssFrontApp .matchup-entrants__vs-container--only-images {
  bottom: 45px;
}
#ssFrontApp .matchup-entrants__vs-container--only-titles {
  bottom: -55px;
}
#ssFrontApp .matchup-entrants__vs-container--titles-and-captions {
  bottom: -75px;
}
#ssFrontApp .matchup-entrants__vs {
  background: #ffffff;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  box-shadow: 1px 2px 4px #9e9e9e;
  display: flex;
  align-items: center;
  padding: 8px;
  font-weight: 700;
  box-sizing: content-box;
}
#ssFrontApp .matchup-entrants__vote {
  padding-bottom: 1rem;
  grid-row: 5/6;
  -ms-grid-row: 5;
}
#ssFrontApp .matchup-entrants__vote-button-container {
  width: 80%;
  margin: 0.5rem auto 0;
}
#ssFrontApp .matchup-entrants__vote-button-container--error {
  text-align: center;
  color: #f44336;
}
#ssFrontApp .matchup-entrants__loser-overlay {
  background: #ffffff;
  position: absolute;
  opacity: 0.7;
  width: 50%;
  height: 100%;
  pointer-events: none;
}
#ssFrontApp .matchup-entrants__loser-overlay--right {
  right: 0;
}
#ssFrontApp .matchup-entrants__bye-container {
  grid-column: 2/3;
  -ms-grid-column: 2;
  grid-row: 1/6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  background-color: #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}
#ssFrontApp .ssBracketShare {
  background: #ffffff;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #9e9e9e;
  margin: 4px auto;
}
#ssFrontApp .ssBracketShare .ssShareListCompact.ssShareList {
  justify-content: center;
}
#ssFrontApp .ssShareList .ssShareLink {
  color: #ffffff;
  text-decoration: none;
}
#ssFrontApp .ssShareList .ssShareLink.ssShareLinkFacebook {
  background-color: #284c8c;
}
#ssFrontApp .ssShareList .ssShareLink.ssShareLinkTwitter {
  background-color: #212121;
}
#ssFrontApp .ssShareList .ssShareLink.ssShareLinkGoogleplus {
  background-color: #dd4b39;
}
#ssFrontApp .ssShareList .ssShareLink.ssShareLinkEmail {
  background-color: #9e9e9e;
}
#ssFrontApp .ssShareList .ssShareLink.ssShareLinkPinterest {
  background-color: #cb2027;
}
#ssFrontApp .ssShareList.ssShareListSmall {
  display: grid;
  grid-auto-columns: 1fr;
  grid-gap: 8px;
  margin: 8px 0 0;
}
#ssFrontApp .ssShareList.ssShareListSmall .ssShareListItem {
  grid-row: 1;
}
#ssFrontApp .ssShareList.ssShareListSmall i {
  font-size: 16px;
}
#ssFrontApp .ssShareList.ssShareListSmall .ssShareLink {
  display: block;
  width: 100%;
  padding: 4px 8px;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
}
#ssFrontApp .ssShareList.ssShareListCompact {
  display: inline;
  white-space: nowrap;
}
#ssFrontApp .ssShareList.ssShareListCompact .ssShareListItem {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}
#ssFrontApp .ssShareList.ssShareListCompact .ssShareLink {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 100%;
  font-size: 16px;
}
#ssFrontApp .ssShareList.ssShareListCompact i {
  font-size: 16px;
}
#ssFrontApp .ssShareList.ssShareListCompact .ssShareLinkText {
  /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
#ssFrontApp .ssShareList.ssShareListCompact.ssShareListConsumer {
  display: block;
  padding-top: 20px;
  text-align: left;
}
#ssFrontApp .ssShareList .ssShareText {
  font-size: 13px;
}
#ssFrontApp .vote-button {
  background: #4caf50;
  border-radius: 5px;
  color: #ffffff;
  padding: 5px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-touchevents #ssFrontApp .vote-button:hover {
  background: #3d8b40;
}
#ssFrontApp .vote-button--voted {
  background: #ffffff;
  color: #4caf50;
  pointer-events: none;
}
#ssFrontApp .vote-button--voted i {
  margin-right: 10px;
}
#ssFrontApp .vote-button--change {
  background: #ffffff;
  color: #4caf50;
  border: solid 1px #4caf50;
}
#ssFrontApp .vote-button--disabled {
  pointer-events: none;
}
.no-touchevents #ssFrontApp .vote-button--change:hover {
  background: #4caf50;
  color: #ffffff;
}
#ssFrontApp .vote-button .ssIcon-spinner {
  font-size: 16px;
}
#ssFrontApp .ssTemplatePreset,
#ssFrontApp .ssAppContentAreaContentNew {
  /* Remove default button styles*/
  /**
  * Container for links to be used by web crawlers.
  */
}
#ssFrontApp .ssTemplatePreset .ssTemplatePreset,
#ssFrontApp .ssAppContentAreaContentNew .ssTemplatePreset {
  background-color: #ffffff;
}
#ssFrontApp .ssTemplatePreset .ssTemplatePreset:before, #ssFrontApp .ssTemplatePreset .ssTemplatePreset:after,
#ssFrontApp .ssAppContentAreaContentNew .ssTemplatePreset:before,
#ssFrontApp .ssAppContentAreaContentNew .ssTemplatePreset:after {
  content: " ";
  display: table;
}
#ssFrontApp .ssTemplatePreset .ssTemplatePreset:after,
#ssFrontApp .ssAppContentAreaContentNew .ssTemplatePreset:after {
  clear: both;
}
#ssFrontApp .ssTemplatePreset .ssTemplatePreset .ssModal,
#ssFrontApp .ssTemplatePreset .ssAppContentAreaContentNew .ssModal,
#ssFrontApp .ssAppContentAreaContentNew .ssTemplatePreset .ssModal,
#ssFrontApp .ssAppContentAreaContentNew .ssAppContentAreaContentNew .ssModal {
  position: absolute;
  top: 1em;
}
#ssFrontApp .ssTemplatePreset .ssLegalLinks,
#ssFrontApp .ssTemplatePreset .ssLegalLinks li,
#ssFrontApp .ssTemplatePreset .ssPoweredBy,
#ssFrontApp .ssAppContentAreaContentNew .ssLegalLinks,
#ssFrontApp .ssAppContentAreaContentNew .ssLegalLinks li,
#ssFrontApp .ssAppContentAreaContentNew .ssPoweredBy {
  padding: 0;
  list-style: none;
  display: inline;
  font-size: 13px;
  float: left;
  margin: 0 0.5em 1em;
}
#ssFrontApp .ssTemplatePreset .ssPoweredBy,
#ssFrontApp .ssAppContentAreaContentNew .ssPoweredBy {
  float: right;
  margin-right: 0.5em;
  margin-top: 4px;
  color: #757575;
}
#ssFrontApp .ssTemplatePreset .ssLegalLinks li,
#ssFrontApp .ssAppContentAreaContentNew .ssLegalLinks li {
  margin-top: 8px;
  margin-bottom: 8px;
}
#ssFrontApp .ssTemplatePreset a,
#ssFrontApp .ssAppContentAreaContentNew a {
  text-decoration: none;
}
#ssFrontApp .ssTemplatePreset button,
#ssFrontApp .ssAppContentAreaContentNew button {
  border: none;
  background: none;
  font-size: inherit;
}
#ssFrontApp .ssTemplatePreset .accessibility-links,
#ssFrontApp .ssAppContentAreaContentNew .accessibility-links {
  display: none;
}
#ssFrontApp .finals-label {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 19px;
  color: #707070;
}
#ssFrontApp .round-view .finals-label {
  margin-bottom: 15px;
}
#ssFrontApp .ssUGCGallery {
  border-bottom: 1px solid #e2e2e2;
}
#ssFrontApp .hamburger {
  padding: 10px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
#ssFrontApp .hamburger:hover {
  opacity: 0.7;
}
#ssFrontApp .hamburger.is-active:hover {
  opacity: 0.7;
}
#ssFrontApp .hamburger.is-active .hamburger-inner,
#ssFrontApp .hamburger.is-active .hamburger-inner::before,
#ssFrontApp .hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}
#ssFrontApp .hamburger-box {
  width: 35px;
  height: 15px;
  display: inline-block;
  position: relative;
}
#ssFrontApp .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
#ssFrontApp .hamburger-inner,
#ssFrontApp .hamburger-inner::before,
#ssFrontApp .hamburger-inner::after {
  width: 22px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
#ssFrontApp .hamburger-inner::before,
#ssFrontApp .hamburger-inner::after {
  content: "";
  display: block;
}
#ssFrontApp .hamburger-inner::before {
  top: -10px;
}
#ssFrontApp .hamburger-inner::after {
  bottom: -10px;
}
#ssFrontApp .hamburger--3dx .hamburger-box {
  perspective: 80px;
}
#ssFrontApp .hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#ssFrontApp .hamburger--3dx .hamburger-inner::before,
#ssFrontApp .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#ssFrontApp .hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
#ssFrontApp .hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
#ssFrontApp .hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
#ssFrontApp .hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
#ssFrontApp .hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#ssFrontApp .hamburger--3dx-r .hamburger-inner::before,
#ssFrontApp .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#ssFrontApp .hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
#ssFrontApp .hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
#ssFrontApp .hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
#ssFrontApp .hamburger--3dy .hamburger-box {
  perspective: 80px;
}
#ssFrontApp .hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#ssFrontApp .hamburger--3dy .hamburger-inner::before,
#ssFrontApp .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#ssFrontApp .hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
#ssFrontApp .hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
#ssFrontApp .hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
#ssFrontApp .hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
#ssFrontApp .hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#ssFrontApp .hamburger--3dy-r .hamburger-inner::before,
#ssFrontApp .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#ssFrontApp .hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
#ssFrontApp .hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
#ssFrontApp .hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
#ssFrontApp .hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
#ssFrontApp .hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#ssFrontApp .hamburger--3dxy .hamburger-inner::before,
#ssFrontApp .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#ssFrontApp .hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
#ssFrontApp .hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
#ssFrontApp .hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
#ssFrontApp .hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
#ssFrontApp .hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#ssFrontApp .hamburger--3dxy-r .hamburger-inner::before,
#ssFrontApp .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#ssFrontApp .hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
#ssFrontApp .hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
#ssFrontApp .hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
#ssFrontApp .hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
#ssFrontApp .hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
#ssFrontApp .hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
#ssFrontApp .hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
#ssFrontApp .hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#ssFrontApp .hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#ssFrontApp .hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
#ssFrontApp .hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
#ssFrontApp .hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#ssFrontApp .hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#ssFrontApp .hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
#ssFrontApp .hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
#ssFrontApp .hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
#ssFrontApp .hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
#ssFrontApp .hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
#ssFrontApp .hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
#ssFrontApp .hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
#ssFrontApp .hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
#ssFrontApp .hamburger--boring .hamburger-inner,
#ssFrontApp .hamburger--boring .hamburger-inner::before,
#ssFrontApp .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
#ssFrontApp .hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
#ssFrontApp .hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
#ssFrontApp .hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
#ssFrontApp .hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
#ssFrontApp .hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ssFrontApp .hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
#ssFrontApp .hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ssFrontApp .hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
#ssFrontApp .hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ssFrontApp .hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
#ssFrontApp .hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ssFrontApp .hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#ssFrontApp .hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
#ssFrontApp .hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#ssFrontApp .hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
#ssFrontApp .hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
#ssFrontApp .hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
#ssFrontApp .hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#ssFrontApp .hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
#ssFrontApp .hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#ssFrontApp .hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
#ssFrontApp .hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
#ssFrontApp .hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
#ssFrontApp .hamburger--emphatic {
  overflow: hidden;
}
#ssFrontApp .hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
#ssFrontApp .hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
#ssFrontApp .hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
#ssFrontApp .hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
#ssFrontApp .hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#ssFrontApp .hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#ssFrontApp .hamburger--emphatic-r {
  overflow: hidden;
}
#ssFrontApp .hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
#ssFrontApp .hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
#ssFrontApp .hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
#ssFrontApp .hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
#ssFrontApp .hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#ssFrontApp .hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#ssFrontApp .hamburger--minus .hamburger-inner::before,
#ssFrontApp .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
#ssFrontApp .hamburger--minus.is-active .hamburger-inner::before,
#ssFrontApp .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
#ssFrontApp .hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
#ssFrontApp .hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
#ssFrontApp .hamburger--slider .hamburger-inner {
  top: 2px;
}
#ssFrontApp .hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
#ssFrontApp .hamburger--slider .hamburger-inner::after {
  top: 20px;
}
#ssFrontApp .hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
#ssFrontApp .hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
#ssFrontApp .hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
#ssFrontApp .hamburger--slider-r .hamburger-inner {
  top: 2px;
}
#ssFrontApp .hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
#ssFrontApp .hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
#ssFrontApp .hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
#ssFrontApp .hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
#ssFrontApp .hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
#ssFrontApp .hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
#ssFrontApp .hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ssFrontApp .hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
#ssFrontApp .hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ssFrontApp .hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
#ssFrontApp .hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ssFrontApp .hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
#ssFrontApp .hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ssFrontApp .hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
#ssFrontApp .hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
#ssFrontApp .hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
#ssFrontApp .hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
#ssFrontApp .hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
#ssFrontApp .hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ssFrontApp .hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
#ssFrontApp .hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ssFrontApp .hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
#ssFrontApp .hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
#ssFrontApp .hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ssFrontApp .hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ssFrontApp .hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
#ssFrontApp .hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
#ssFrontApp .hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ssFrontApp .hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ssFrontApp .hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
#ssFrontApp .hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#ssFrontApp .hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ssFrontApp .hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
#ssFrontApp .hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#ssFrontApp .hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#ssFrontApp .hamburger--vortex .hamburger-inner::before,
#ssFrontApp .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
#ssFrontApp .hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
#ssFrontApp .hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
#ssFrontApp .hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#ssFrontApp .hamburger--vortex.is-active .hamburger-inner::before,
#ssFrontApp .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
#ssFrontApp .hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
#ssFrontApp .hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
#ssFrontApp .hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#ssFrontApp .hamburger--vortex-r .hamburger-inner::before,
#ssFrontApp .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
#ssFrontApp .hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
#ssFrontApp .hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
#ssFrontApp .hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#ssFrontApp .hamburger--vortex-r.is-active .hamburger-inner::before,
#ssFrontApp .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
#ssFrontApp .hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
#ssFrontApp .hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

:root {
  --colors-black: black;
  --colors-white: white;
  --colors-primary: var(--mdc-theme-primary, #0c5cc5);
  --colors-primary-faded: var(--mdc-theme-primary-faded, #e2eefd);
  --colors-primary-text: var(--mdc-theme-text-primary-on-primary, #16191d);
  --colors-primary-text-invert: var(--mdc-theme-text-primary-on-primary-invert, #16191d);
  --colors-secondary: var(--mdc-theme-secondary);
  --colors-secondary-faded: var(--mdc-theme-secondary-faded);
  --colors-secondary-text: var(--mdc-theme-on-secondary);
  --colors-gray-50: #f1f3f3;
  --colors-gray-100: #e0e3e6;
  --colors-gray-150: #d4d9dd;
  --colors-gray-170: #ced3d9;
  --colors-gray-200: #bfc6ce;
  --colors-gray-300: #9fa9b7;
  --colors-gray-400: #838fa0;
  --colors-gray-450: #757575;
  --colors-gray-500: #6b7786;
  --colors-gray-550: #5e6978;
  --colors-gray-600: #525c69;
  --colors-gray-700: #3d454f;
  --colors-gray-800: #252b31;
  --colors-gray-900: #16191d;
  --colors-gray-950: #0b0c0f;
  --colors-blue-50: #f0f6fe;
  --colors-blue-100: #e2eefd;
  --colors-blue-150: #c5ddfb;
  --colors-blue-200: #bcd8fc;
  --colors-blue-250: #9ac3f9;
  --colors-blue-300: #7eb1f4;
  --colors-blue-400: #4a8fea;
  --colors-blue-500: #2574db;
  --colors-blue-550: #1666d0;
  --colors-blue-600: #0c5cc5;
  --colors-blue-700: #0049a9;
  --colors-blue-800: #003a86;
  --colors-blue-900: #002a61;
  --colors-blue-950: #001633;
  --colors-green-100: #e3fac3;
  --colors-green-300: #b9f467;
  --colors-green-400: #4caf50;
  --colors-green-500: #76ca02;
  --colors-green-600: #4baf50;
  --colors-green-700: #4caf50;
  --colors-green-800: #3c6600;
  --colors-green-900: #1f3600;
  --colors-red-100: #ffb7ce;
  --colors-red-300: #fa578b;
  --colors-red-500: #e60c51;
  --colors-red-700: #c2003d;
  --colors-red-800: #93002f;
  --colors-red-900: #63001f;
  --colors-yellow-100: #ffe3a6;
  --colors-yellow-300: #f9b625;
  --colors-yellow-500: #e39b00;
  --colors-yellow-700: #bb8000;
  --colors-yellow-800: #875c00;
  --colors-yellow-900: #523800;
  --colors-purple-100: #f3c6ff;
  --colors-purple-300: #dc73f9;
  --colors-purple-500: #bb30e2;
  --colors-purple-700: #910ab7;
  --colors-purple-800: #640080;
  --colors-purple-900: #380047;
  --colors-teal-100: #e1f9ff;
  --colors-teal-300: #9be5fa;
  --colors-teal-500: #5fcae7;
  --colors-teal-700: #36a6c5;
  --colors-teal-800: #1f7e98;
  --colors-teal-900: #12586b;
  --colors-sky-500: #2196f3;
  --colors-neutral-200: #eeeeee;
  --font-family-body: "Open Sans", sans-serif;
}

#ssFrontApp {
  --colors-black: black;
  --colors-white: white;
  --colors-primary: var(--mdc-theme-primary, #0c5cc5);
  --colors-primary-faded: var(--mdc-theme-primary-faded, #e2eefd);
  --colors-primary-text: var(--mdc-theme-text-primary-on-primary, #16191d);
  --colors-primary-text-invert: var(--mdc-theme-text-primary-on-primary-invert, #16191d);
  --colors-secondary: var(--mdc-theme-secondary);
  --colors-secondary-faded: var(--mdc-theme-secondary-faded);
  --colors-secondary-text: var(--mdc-theme-on-secondary);
  --colors-gray-50: #f1f3f3;
  --colors-gray-100: #e0e3e6;
  --colors-gray-150: #d4d9dd;
  --colors-gray-170: #ced3d9;
  --colors-gray-200: #bfc6ce;
  --colors-gray-300: #9fa9b7;
  --colors-gray-400: #838fa0;
  --colors-gray-450: #757575;
  --colors-gray-500: #6b7786;
  --colors-gray-550: #5e6978;
  --colors-gray-600: #525c69;
  --colors-gray-700: #3d454f;
  --colors-gray-800: #252b31;
  --colors-gray-900: #16191d;
  --colors-gray-950: #0b0c0f;
  --colors-blue-50: #f0f6fe;
  --colors-blue-100: #e2eefd;
  --colors-blue-150: #c5ddfb;
  --colors-blue-200: #bcd8fc;
  --colors-blue-250: #9ac3f9;
  --colors-blue-300: #7eb1f4;
  --colors-blue-400: #4a8fea;
  --colors-blue-500: #2574db;
  --colors-blue-550: #1666d0;
  --colors-blue-600: #0c5cc5;
  --colors-blue-700: #0049a9;
  --colors-blue-800: #003a86;
  --colors-blue-900: #002a61;
  --colors-blue-950: #001633;
  --colors-green-100: #e3fac3;
  --colors-green-300: #b9f467;
  --colors-green-400: #4caf50;
  --colors-green-500: #76ca02;
  --colors-green-600: #4baf50;
  --colors-green-700: #4caf50;
  --colors-green-800: #3c6600;
  --colors-green-900: #1f3600;
  --colors-red-100: #ffb7ce;
  --colors-red-300: #fa578b;
  --colors-red-500: #e60c51;
  --colors-red-700: #c2003d;
  --colors-red-800: #93002f;
  --colors-red-900: #63001f;
  --colors-yellow-100: #ffe3a6;
  --colors-yellow-300: #f9b625;
  --colors-yellow-500: #e39b00;
  --colors-yellow-700: #bb8000;
  --colors-yellow-800: #875c00;
  --colors-yellow-900: #523800;
  --colors-purple-100: #f3c6ff;
  --colors-purple-300: #dc73f9;
  --colors-purple-500: #bb30e2;
  --colors-purple-700: #910ab7;
  --colors-purple-800: #640080;
  --colors-purple-900: #380047;
  --colors-teal-100: #e1f9ff;
  --colors-teal-300: #9be5fa;
  --colors-teal-500: #5fcae7;
  --colors-teal-700: #36a6c5;
  --colors-teal-800: #1f7e98;
  --colors-teal-900: #12586b;
  --colors-sky-500: #2196f3;
  --colors-neutral-200: #eeeeee;
  --font-family-body: "Open Sans", sans-serif;
}

.ssAppContentAreaContent {
  font-family: var(--font-family-body);
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(147 197 253 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: var(--colors-gray-500);
  --tw-prose-headings: var(--colors-gray-700);
  --tw-prose-lead: var(--colors-gray-400);
  --tw-prose-links: var(--colors-gray-700);
  --tw-prose-bold: var(--colors-gray-700);
  --tw-prose-counters: var(--colors-gray-500);
  --tw-prose-bullets: var(--colors-gray-300);
  --tw-prose-hr: var(--colors-gray-200);
  --tw-prose-quotes: var(--colors-gray-700);
  --tw-prose-quote-borders: var(--colors-gray-200);
  --tw-prose-captions: var(--colors-gray-500);
  --tw-prose-kbd: var(--colors-gray-700);
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: var(--colors-gray-700);
  --tw-prose-pre-code: var(--colors-gray-200);
  --tw-prose-pre-bg: var(--colors-gray-800);
  --tw-prose-th-borders: var(--colors-gray-300);
  --tw-prose-td-borders: var(--colors-gray-200);
  --tw-prose-invert-body: var(--colors-gray-300);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: var(--colors-gray-400);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: var(--colors-gray-400);
  --tw-prose-invert-bullets: var(--colors-gray-400);
  --tw-prose-invert-hr: var(--colors-gray-500);
  --tw-prose-invert-quotes: var(--colors-gray-100);
  --tw-prose-invert-quote-borders: var(--colors-gray-500);
  --tw-prose-invert-captions: var(--colors-gray-400);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: var(--colors-gray-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--colors-gray-400);
  --tw-prose-invert-td-borders: var(--colors-gray-500);
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
#ssFrontApp :is(.sr-only) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#ssFrontApp :is(.pointer-events-none) {
  pointer-events: none;
}
#ssFrontApp :is(.visible) {
  visibility: visible;
}
#ssFrontApp :is(.invisible) {
  visibility: hidden;
}
#ssFrontApp :is(.static) {
  position: static;
}
#ssFrontApp :is(.fixed) {
  position: fixed;
}
#ssFrontApp :is(.absolute) {
  position: absolute;
}
#ssFrontApp :is(.relative) {
  position: relative;
}
#ssFrontApp :is(.sticky) {
  position: sticky;
}
#ssFrontApp :is(.-bottom-4) {
  bottom: -1rem;
}
#ssFrontApp :is(.bottom-0) {
  bottom: 0px;
}
#ssFrontApp :is(.bottom-8) {
  bottom: 2rem;
}
#ssFrontApp :is(.left-0) {
  left: 0px;
}
#ssFrontApp :is(.left-1\/2) {
  left: 50%;
}
#ssFrontApp :is(.right-0) {
  right: 0px;
}
#ssFrontApp :is(.right-3) {
  right: 0.75rem;
}
#ssFrontApp :is(.top-0) {
  top: 0px;
}
#ssFrontApp :is(.top-1) {
  top: 0.25rem;
}
#ssFrontApp :is(.top-8) {
  top: 2rem;
}
#ssFrontApp :is(.z-10) {
  z-index: 10;
}
#ssFrontApp :is(.z-5) {
  z-index: 5;
}
#ssFrontApp :is(.col-start-1) {
  grid-column-start: 1;
}
#ssFrontApp :is(.col-end-auto) {
  grid-column-end: auto;
}
#ssFrontApp :is(.row-start-1) {
  grid-row-start: 1;
}
#ssFrontApp :is(.row-end-auto) {
  grid-row-end: auto;
}
#ssFrontApp :is(.m-4) {
  margin: 1rem;
}
#ssFrontApp :is(.m-auto) {
  margin: auto;
}
#ssFrontApp :is(.my-4) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#ssFrontApp :is(.\!mb-0) {
  margin-bottom: 0px !important;
}
#ssFrontApp :is(.\!mb-4) {
  margin-bottom: 1rem !important;
}
#ssFrontApp :is(.mb-0) {
  margin-bottom: 0px;
}
#ssFrontApp :is(.mb-4) {
  margin-bottom: 1rem;
}
#ssFrontApp :is(.ml-1) {
  margin-left: 0.25rem;
}
#ssFrontApp :is(.ml-2) {
  margin-left: 0.5rem;
}
#ssFrontApp :is(.ml-auto) {
  margin-left: auto;
}
#ssFrontApp :is(.mt-1) {
  margin-top: 0.25rem;
}
#ssFrontApp :is(.mt-2) {
  margin-top: 0.5rem;
}
#ssFrontApp :is(.mt-4) {
  margin-top: 1rem;
}
#ssFrontApp :is(.mt-8) {
  margin-top: 2rem;
}
#ssFrontApp :is(.mt-9) {
  margin-top: 2.25rem;
}
#ssFrontApp :is(.block) {
  display: block;
}
#ssFrontApp :is(.inline-block) {
  display: inline-block;
}
#ssFrontApp :is(.inline) {
  display: inline;
}
#ssFrontApp :is(.\!flex) {
  display: flex !important;
}
#ssFrontApp :is(.flex) {
  display: flex;
}
#ssFrontApp :is(.inline-flex) {
  display: inline-flex;
}
#ssFrontApp :is(.grid) {
  display: grid;
}
#ssFrontApp :is(.\!contents) {
  display: contents !important;
}
#ssFrontApp :is(.contents) {
  display: contents;
}
#ssFrontApp :is(.hidden) {
  display: none;
}
#ssFrontApp :is(.aspect-square) {
  aspect-ratio: 1 / 1;
}
#ssFrontApp :is(.h-10) {
  height: 2.5rem;
}
#ssFrontApp :is(.h-16) {
  height: 4rem;
}
#ssFrontApp :is(.h-24) {
  height: 6rem;
}
#ssFrontApp :is(.h-3) {
  height: 0.75rem;
}
#ssFrontApp :is(.h-4) {
  height: 1rem;
}
#ssFrontApp :is(.h-5) {
  height: 1.25rem;
}
#ssFrontApp :is(.h-6) {
  height: 1.5rem;
}
#ssFrontApp :is(.h-9) {
  height: 2.25rem;
}
#ssFrontApp :is(.h-full) {
  height: 100%;
}
#ssFrontApp :is(.min-h-full) {
  min-height: 100%;
}
#ssFrontApp :is(.\!w-auto) {
  width: auto !important;
}
#ssFrontApp :is(.w-10) {
  width: 2.5rem;
}
#ssFrontApp :is(.w-16) {
  width: 4rem;
}
#ssFrontApp :is(.w-20) {
  width: 5rem;
}
#ssFrontApp :is(.w-5) {
  width: 1.25rem;
}
#ssFrontApp :is(.w-6) {
  width: 1.5rem;
}
#ssFrontApp :is(.w-64) {
  width: 16rem;
}
#ssFrontApp :is(.w-\[calc\(100\%-50px\)\]) {
  width: calc(100% - 50px);
}
#ssFrontApp :is(.w-full) {
  width: 100%;
}
#ssFrontApp :is(.max-w-\[320px\]) {
  max-width: 320px;
}
#ssFrontApp :is(.max-w-\[728px\]) {
  max-width: 728px;
}
#ssFrontApp :is(.max-w-full) {
  max-width: 100%;
}
#ssFrontApp :is(.max-w-xs) {
  max-width: 20rem;
}
#ssFrontApp :is(.flex-auto) {
  flex: 1 1 auto;
}
#ssFrontApp :is(.flex-shrink) {
  flex-shrink: 1;
}
#ssFrontApp :is(.flex-shrink-0) {
  flex-shrink: 0;
}
#ssFrontApp :is(.grow) {
  flex-grow: 1;
}
#ssFrontApp :is(.-translate-x-1\/2) {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#ssFrontApp :is(.translate-x-5) {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
#ssFrontApp :is(.animate-ping) {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
#ssFrontApp :is(.\!cursor-not-allowed) {
  cursor: not-allowed !important;
}
#ssFrontApp :is(.cursor-pointer) {
  cursor: pointer;
}
#ssFrontApp :is(.resize) {
  resize: both;
}
#ssFrontApp :is(.flex-row) {
  flex-direction: row;
}
#ssFrontApp :is(.\!flex-col) {
  flex-direction: column !important;
}
#ssFrontApp :is(.flex-col) {
  flex-direction: column;
}
#ssFrontApp :is(.\!items-center) {
  align-items: center !important;
}
#ssFrontApp :is(.items-center) {
  align-items: center;
}
#ssFrontApp :is(.\!justify-center) {
  justify-content: center !important;
}
#ssFrontApp :is(.justify-center) {
  justify-content: center;
}
#ssFrontApp :is(.\!gap-4) {
  gap: 1rem !important;
}
#ssFrontApp :is(.gap-1) {
  gap: 0.25rem;
}
#ssFrontApp :is(.gap-3) {
  gap: 0.75rem;
}
#ssFrontApp :is(.gap-4) {
  gap: 1rem;
}
#ssFrontApp :is(.gap-6) {
  gap: 1.5rem;
}
#ssFrontApp :is(.gap-9) {
  gap: 2.25rem;
}
#ssFrontApp :is(.overflow-hidden) {
  overflow: hidden;
}
#ssFrontApp :is(.overflow-y-auto) {
  overflow-y: auto;
}
#ssFrontApp :is(.truncate) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ssFrontApp :is(.rounded) {
  border-radius: 0.25rem;
}
#ssFrontApp :is(.rounded-2xl) {
  border-radius: 1rem;
}
#ssFrontApp :is(.rounded-\[14px\]) {
  border-radius: 14px;
}
#ssFrontApp :is(.rounded-full) {
  border-radius: 9999px;
}
#ssFrontApp :is(.rounded-lg) {
  border-radius: 0.5rem;
}
#ssFrontApp :is(.rounded-none) {
  border-radius: 0px;
}
#ssFrontApp :is(.border) {
  border-width: 1px;
}
#ssFrontApp :is(.border-2) {
  border-width: 2px;
}
#ssFrontApp :is(.border-\[8px\]) {
  border-width: 8px;
}
#ssFrontApp :is(.\!border-t-0) {
  border-top-width: 0px !important;
}
#ssFrontApp :is(.border-solid) {
  border-style: solid;
}
#ssFrontApp :is(.border-dashed) {
  border-style: dashed;
}
#ssFrontApp :is(.border-none) {
  border-style: none;
}
#ssFrontApp :is(.border-gray-50) {
  border-color: var(--colors-gray-50);
}
#ssFrontApp :is(.border-gray-500) {
  border-color: var(--colors-gray-500);
}
#ssFrontApp :is(.border-primary) {
  border-color: var(--colors-primary);
}
#ssFrontApp :is(.border-transparent) {
  border-color: transparent;
}
#ssFrontApp :is(.border-t-one-blue-950\/90) {
  border-top-color: rgb(0 22 51 / 0.9);
}
#ssFrontApp :is(.\!bg-gray-100) {
  background-color: var(--colors-gray-100) !important;
}
#ssFrontApp :is(.\!bg-green-400) {
  background-color: var(--colors-green-400) !important;
}
#ssFrontApp :is(.\!bg-green-600) {
  background-color: var(--colors-green-600) !important;
}
#ssFrontApp :is(.\!bg-white) {
  background-color: var(--colors-white) !important;
}
#ssFrontApp :is(.bg-gray-150) {
  background-color: var(--colors-gray-150);
}
#ssFrontApp :is(.bg-gray-400) {
  background-color: var(--colors-gray-400);
}
#ssFrontApp :is(.bg-gray-50) {
  background-color: var(--colors-gray-50);
}
#ssFrontApp :is(.bg-gray-700) {
  background-color: var(--colors-gray-700);
}
#ssFrontApp :is(.bg-one-blue-950\/90) {
  background-color: rgb(0 22 51 / 0.9);
}
#ssFrontApp :is(.bg-primary) {
  background-color: var(--colors-primary);
}
#ssFrontApp :is(.bg-white) {
  background-color: var(--colors-white);
}
#ssFrontApp :is(.fill-gray-500) {
  fill: var(--colors-gray-500);
}
#ssFrontApp :is(.object-cover) {
  -o-object-fit: cover;
     object-fit: cover;
}
#ssFrontApp :is(.p-0) {
  padding: 0px;
}
#ssFrontApp :is(.p-4) {
  padding: 1rem;
}
#ssFrontApp :is(.\!px-0) {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#ssFrontApp :is(.px-1) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
#ssFrontApp :is(.px-3) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#ssFrontApp :is(.py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#ssFrontApp :is(.py-3) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#ssFrontApp :is(.pb-0) {
  padding-bottom: 0px;
}
#ssFrontApp :is(.pb-2) {
  padding-bottom: 0.5rem;
}
#ssFrontApp :is(.pr-4) {
  padding-right: 1rem;
}
#ssFrontApp :is(.pt-1) {
  padding-top: 0.25rem;
}
#ssFrontApp :is(.text-left) {
  text-align: left;
}
#ssFrontApp :is(.text-center) {
  text-align: center;
}
#ssFrontApp :is(.font-body) {
  font-family: var(--font-family-body);
}
#ssFrontApp :is(.text-3xl) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
#ssFrontApp :is(.text-\[10px\]) {
  font-size: 10px;
}
#ssFrontApp :is(.text-\[18px\]) {
  font-size: 18px;
}
#ssFrontApp :is(.text-lg) {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#ssFrontApp :is(.text-sm) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#ssFrontApp :is(.text-xs) {
  font-size: 0.75rem;
  line-height: 1rem;
}
#ssFrontApp :is(.font-bold) {
  font-weight: 700;
}
#ssFrontApp :is(.font-semibold) {
  font-weight: 600;
}
#ssFrontApp :is(.uppercase) {
  text-transform: uppercase;
}
#ssFrontApp :is(.capitalize) {
  text-transform: capitalize;
}
#ssFrontApp :is(.\!normal-case) {
  text-transform: none !important;
}
#ssFrontApp :is(.leading-6) {
  line-height: 1.5rem;
}
#ssFrontApp :is(.leading-\[0\]) {
  line-height: 0;
}
#ssFrontApp :is(.leading-none) {
  line-height: 1;
}
#ssFrontApp :is(.tracking-wide) {
  letter-spacing: 0.025em;
}
#ssFrontApp :is(.\!text-gray-450) {
  color: var(--colors-gray-450) !important;
}
#ssFrontApp :is(.\!text-gray-500) {
  color: var(--colors-gray-500) !important;
}
#ssFrontApp :is(.text-black) {
  color: var(--colors-black);
}
#ssFrontApp :is(.text-gray-300) {
  color: var(--colors-gray-300);
}
#ssFrontApp :is(.text-gray-450) {
  color: var(--colors-gray-450);
}
#ssFrontApp :is(.text-gray-500) {
  color: var(--colors-gray-500);
}
#ssFrontApp :is(.text-gray-800) {
  color: var(--colors-gray-800);
}
#ssFrontApp :is(.text-green-400) {
  color: var(--colors-green-400);
}
#ssFrontApp :is(.text-green-700) {
  color: var(--colors-green-700);
}
#ssFrontApp :is(.text-one-blue-100) {
  --tw-text-opacity: 1;
  color: rgb(226 238 253 / var(--tw-text-opacity));
}
#ssFrontApp :is(.text-primary-text) {
  color: var(--colors-primary-text);
}
#ssFrontApp :is(.text-transparent) {
  color: transparent;
}
#ssFrontApp :is(.text-white) {
  color: var(--colors-white);
}
#ssFrontApp :is(.opacity-50) {
  opacity: 0.5;
}
#ssFrontApp :is(.opacity-80) {
  opacity: 0.8;
}
#ssFrontApp :is(.shadow-md) {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#ssFrontApp :is(.filter) {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#ssFrontApp :is(.transition) {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#ssFrontApp :is(.transition-all) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#ssFrontApp :is(.transition-colors) {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#ssFrontApp :is(.transition-transform) {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#ssFrontApp :is(.duration-200) {
  transition-duration: 200ms;
}
#ssFrontApp :is(.ease-in-out) {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#ssFrontApp :is(.hover\:\!bg-transparent:hover) {
  background-color: transparent !important;
}
#ssFrontApp :is(.hover\:bg-gray-300:hover) {
  background-color: var(--colors-gray-300);
}
#ssFrontApp :is(.hover\:\!text-gray-500:hover) {
  color: var(--colors-gray-500) !important;
}
#ssFrontApp :is(.hover\:ring-4:hover) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
#ssFrontApp :is(.hover\:ring-gray-50:hover) {
  --tw-ring-color: var(--colors-gray-50);
}
#ssFrontApp :is(.hover\:ring-primary-faded:hover) {
  --tw-ring-color: var(--colors-primary-faded);
}
#ssFrontApp :is(.hover\:brightness-110:hover) {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#ssFrontApp :is(.focus\:outline-none:focus) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#ssFrontApp :is(.group\/body:hover .group-hover\/body\:-translate-y-2) {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#ssFrontApp :is(.group\/body:hover .group-hover\/body\:opacity-0) {
  opacity: 0;
}
@media (min-width: 460px) {
  #ssFrontApp :is(.xs\:w-40) {
    width: 10rem;
  }
}
@media (min-width: 640px) {
  #ssFrontApp :is(.sm\:w-60) {
    width: 15rem;
  }
}
@media (min-width: 768px) {
  #ssFrontApp :is(.md\:mb-3) {
    margin-bottom: 0.75rem;
  }
  #ssFrontApp :is(.md\:ml-auto) {
    margin-left: auto;
  }
  #ssFrontApp :is(.md\:mt-0) {
    margin-top: 0px;
  }
  #ssFrontApp :is(.md\:w-80) {
    width: 20rem;
  }
  #ssFrontApp :is(.md\:items-start) {
    align-items: flex-start;
  }
}
#ssFrontApp :is(.\[\&_\.mdc-list-item\]\:font-body .mdc-list-item) {
  font-family: var(--font-family-body);
}
#ssFrontApp :is(.\[\&_span\]\:border-green-600 span) {
  border-color: var(--colors-green-600);
}