/*! CSS Used from: http://localhost:8090/main/css/app.css */
.align-center {
  -webkit-box-pack: center;
  justify-content: center;
}
.align-middle {
  -webkit-box-align: center;
  align-items: center;
}
.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
.row .row {
  max-width: none;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.column,
.columns {
  -webkit-box-flex: 1;
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: 0;
}
@media screen and (min-width: 40em) {
  .column,
  .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.small-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 40em) {
  .medium-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
@media screen and (min-width: 64em) {
  .large-6 {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.shrink {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after {
    content: "";
  }
  p {
    orphans: 3;
    widows: 3;
  }
}
[class^="icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-logo:before {
  content: "";
}
.icon-chevron-right:before {
  content: "";
}
.row .row {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 40em) {
  .row .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.column,
.columns {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 40em) {
  .column,
  .columns {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 64em) {
  .large-shrink {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    max-width: 100%;
  }
}
html,
body,
div,
span,
h1,
p,
a,
main,
header {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
header {
  display: block;
}
body {
  line-height: 1;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}
body {
  position: relative;
  line-height: 1.5;
  color: #000;
  font-family: "Roboto Light";
  font-size: 15px;
  text-align: left;
  background-image: -webkit-linear-gradient(top, #f6f7f8 0%, #fff 100vh);
  background-image: linear-gradient(to bottom, #f6f7f8 0%, #fff 100vh);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6F7F8', endColorstr='#FFFFFFFF', GradientType=0);
}
a {
  outline: 0 none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
}
a {
  cursor: pointer;
  color: #583787;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  color: #352151;
  text-decoration: none;
}
p {
  margin-bottom: 15px;
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
h1,
p,
span {
  -webkit-text-size-adjust: 100%;
}
.text-semi-tall {
  line-height: 1.2 !important;
}
.lead {
  font-size: 17px;
  font-weight: normal;
}
@media screen and (min-width: 40em) {
  .lead {
    font-size: 20px;
  }
}
h1,
.h3 {
  line-height: 1.1;
  font-style: normal;
}
h1 {
  line-height: 1;
  margin-bottom: 15px;
  font-size: 28px;
}
@media screen and (min-width: 40em) {
  h1 {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
@media screen and (min-width: 64em) {
  h1 {
    margin-bottom: 25px;
    font-size: 38px;
  }
}
.h3 {
  margin: 25px 0 15px;
  font-size: 24px;
}
@media screen and (min-width: 40em) {
  .h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 64em) {
  .h3 {
    font-size: 28px;
  }
}
.relative {
  position: relative;
}
.text-center {
  text-align: center;
}
@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
}
.page-wrapper {
  position: relative;
  width: 100%;
}
.page-wrapper.page-layer::before {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main-container {
  float: left;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header .logo-row .column {
    -ms-flex-preferred-size: inherit;
  }
}
.header {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 10px;
  z-index: 4;
}
@media screen and (min-width: 64em) {
  .header {
    padding-top: 0;
  }
}
.header.logo-only {
  margin: 20px 0;
}
.header .column,
.header .columns {
  padding-left: 5px;
  padding-right: 5px;
}
.header .row .row {
  margin-left: -5px;
  margin-right: -5px;
}
.header .header-container > .row {
  padding-left: 5px;
  padding-right: 5px;
}
.logo-column {
  min-width: 220px;
}
.logo-play {
  position: relative;
  display: block;
  min-width: 150px;
  height: 44px;
  line-height: 1;
  margin: 0;
  padding: 10px;
  color: #fff;
  font-size: 25px;
  background: #583787;
  z-index: 1003;
  -webkit-transform: translateZ(0);
  -webkit-transition: 0.2s cubic-bezier(0.5, 0.5, 0.05, 0.95);
  transition: 0.2s cubic-bezier(0.5, 0.5, 0.05, 0.95);
}
.logo-play::before {
  display: block;
}
.logo-play:hover {
  color: #fff;
}
.base-margin-bottom {
  margin-bottom: 44px;
}
.margin-top-5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 39.9375em) {
  .small-no-margin-top {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .small-no-margin-top {
    margin-top: 0 !important;
  }
}
:root {
  --spacing-none: 0;
  --spacing-extra-small: 0.25rem;
  --spacing-small: 0.5rem;
  --spacing-medium: 1rem;
  --spacing-large: 2rem;
  --spacing-extra-large: 4rem;
  --spacing-extra-extra-large: 8rem;
  --spacing-extra-extra-extra-large: 16rem;
}
.link:not(.button) {
  display: inline-block;
}
.link:not(.button) > * {
  display: inline-block;
  vertical-align: middle;
}
.link:not(.button) [class^="icon-"] {
  font-size: 80%;
}
::-ms-clear {
  display: none;
}
:root {
  --spacing-none: 0;
  --spacing-extra-small: 0.25rem;
  --spacing-small: 0.5rem;
  --spacing-medium: 1rem;
  --spacing-large: 2rem;
  --spacing-extra-large: 4rem;
  --spacing-extra-extra-large: 8rem;
  --spacing-extra-extra-extra-large: 16rem;
}
.error-backgrounded {
  position: relative;
  padding-bottom: 44px;
  width: 100%;
  min-height: 100vh;
  background: url("./images/404_mobile_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 30px;
}
@media screen and (max-width: 74.9375em) {
  .error-backgrounded.sms-gate-inactive {
    background-position: center bottom 1vh;
  }
}
@media screen and (min-width: 64em) {
  .error-backgrounded {
    background-image: url("./images/404_bg.png");
    background-position: center top;
  }
}
.error-content {
  position: relative;
  min-height: calc(100vh - 280px);
}
@media screen and (min-width: 64em) {
  .error-content {
    height: calc(100vh - 280px);
  }
}
.error-content .error-header {
  margin: 40px 0;
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "icomoon";
  src: url("./icons/icomoon.ttf") format("truetype"),
    url("./icons/icomoon.woff") format("woff"),
    url("./icons/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Light";
  src: local("roboto light"),
    url("./fonts/roboto/roboto-light.woff2") format("woff2"),
    url("./fonts/roboto/roboto-light.woff") format("woff");
}
@font-face {
  font-family: "Roboto Light";
  src: local("roboto light"),
    url("./fonts/roboto/roboto-light.woff2") format("woff2"),
    url("./fonts/roboto/roboto-light.woff") format("woff");
}
@font-face {
  font-family: "Roboto Light";
  src: local("roboto light"),
    url("./fonts/roboto/roboto-light.woff2") format("woff2"),
    url("./fonts/roboto/roboto-light.woff") format("woff");
}
