
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/* You can add global styles to this file, and also import other style files */
@font-face {
  font-family: DIN, sans-serif;
  src: local(DINCondensed-Bold), url(/path/to/DINCondensed-Bold.woff2) format("woff2"), url(/path/to/DINCondensed-Bold.woff) format("woff"), url(/path/to/DINCondensed-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed; }
@font-face {
  font-family: Lato, sans-serif;
  src: local(Lato-Regular), url(/path/to/Lato-Regular.woff2) format("woff2"), url(/path/to/Lato-Regular.woff) format("woff"), url(/path/to/Lato-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: Lato, sans-serif;
  src: local(Lato-Italic), url(/path/to/Lato-Italic.woff2) format("woff2"), url(/path/to/Lato-Italic.woff) format("woff"), url(/path/to/Lato-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-stretch: normal; }
@font-face {
  font-family: Lato, sans-serif;
  src: local(Lato-SemiBold), url(/path/to/Lato-SemiBold.woff2) format("woff2"), url(/path/to/Lato-SemiBold.woff) format("woff"), url(/path/to/Lato-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: Lato, sans-serif;
  src: local(Lato-Bold), url(/path/to/Lato-Bold.woff2) format("woff2"), url(/path/to/Lato-Bold.woff) format("woff"), url(/path/to/Lato-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: Lato, sans-serif;
  src: local(Lato-ExtraBold), url(/path/to/Lato-ExtraBold.woff2) format("woff2"), url(/path/to/Lato-ExtraBold.woff) format("woff"), url(/path/to/Lato-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }
/* Brand / Error */
/* Brand / Primary */
/* Brand / Secondary */
/* Brand / Success */
/* Brand / Warning */
/* Components */
/* General */
/* Grey Blue */
/* Opacity */
/* System */
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
body {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Roboto", "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  -webkit-transition: background-color 1s ease-in-out;
  transition: background-color 1s ease-in-out; }
body.darken {
    background-color: #ececec; }
.clearfix:after {
  clear: both;
  content: "";
  display: block; }
ul > li {
  font-size: 16px;
  line-height: 1.2; }
img {
  display: inline-block; }
.blog-hero-img {
  cursor: pointer; }
.blog-writer-photo {
  border-radius: 50%;
  margin-bottom: -48px;
  position: relative;
  top: -64px; }
.hero-image {
  bottom: -10px;
  display: block;
  left: 0;
  position: absolute;
  right: 0; }
.footer-image, .header-image {
  min-height: 60vh; }
@media (max-width: 991.99px) {
    .footer-image, .header-image {
      min-height: 40vh; } }
h1, h2, h3, h4, h5, h6 {
  font-family: din-condensed, sans-serif; }
h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
    cursor: default; }
a {
  color: #20AADA;
  text-decoration: none; }
a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #167697;
    text-decoration: underline; }
h4, h3, h2, h1, h5, h6 {
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  padding: 0.75rem 0 0.5rem 0; }
h4 {
  font-size: 1.2rem; }
h3 {
  font-size: 1.44rem; }
h2 {
  font-size: 1.728rem; }
h1 {
  font-size: 2.0736rem; }
h5 {
  color: #20AADA;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase; }
h6 {
  font-size: 0.83333333rem; }
p {
  line-height: 1.2;
  margin-bottom: 0.5rem; }
label {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Roboto", "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.2; }
.text-left {
  text-align: left; }
.text-center {
  text-align: center; }
.text-right {
  text-align: right; }
.text-reverse {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }
.text-spacing-2x {
  letter-spacing: 0.25rem; }
.text-leading-2x {
  line-height: 150%; }
.text-sizing-1-5x {
  font-size: 1.5rem; }
.text-sizing-2x {
  font-size: 2rem; }
.text-thin {
  font-weight: 200; }
.text-semibold {
  font-weight: 600; }
.text-bold {
  font-weight: 700; }
.text-white {
  color: #FFFFFF; }
.text-black {
  color: #000000; }
.text-light {
  color: #d9d9d9; }
.text-medium {
  color: #b3b2b2; }
.text-dark {
  color: #666666; }
.text-primary {
  color: #20AADA; }
.text-secondary {
  color: #000000; }
.text-danger {
  color: #D9534F; }
.text-success {
  color: #5CB85C; }
@media (max-width: 991.99px) {
  .text-sizing-1-5x {
    font-size: 1.125rem; }
  .text-sizing-2x {
    font-size: 1.5em; } }
.full-height-container {
  height: 100vh;
  padding: 0 1rem;
  position: relative;
  width: 100%; }
@media (max-width: 991.99px) {
  .full-height-container {
    height: auto; }
    .full-height-container.no-break {
      height: 100vh; } }
.half-height-container {
  background-position: center;
  height: 50vh;
  padding: 0 1rem;
  position: relative;
  width: 100%; }
.full-width-container {
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  overflow: hidden; }
.full-width-container:after {
    clear: both;
    content: "";
    display: block; }
.bg-black {
  background-color: #000000;
  color: #FFFFFF; }
.bg-primary {
  background-color: #20AADA;
  color: #FFFFFF; }
.bg-light {
  background-color: #e6e5e5; }
.bg-white {
  background-color: #FFFFFF; }
.bg-white .color-change {
    color: black !important; }
.bg-light-custom {
  background-color: #efefef; }
.container {
  margin: 0 auto;
  padding: 0 1rem; }
.container:after {
    clear: both;
    content: "";
    display: block; }
.container {
  width: 94%; }
@media (min-width: 576px) {
  .container {
    width: 90%; } }
@media (min-width: 768px) {
  .container {
    width: 84%; } }
@media (min-width: 992px) {
  .container {
    width: 80%; } }
@media (min-width: 1200px) {
  .container {
    width: 75%; } }
.container-mobile {
  padding: 0 1rem;
  width: 100%; }
.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  position: relative; }
.row:not(:last-child) {
    margin-bottom: 0.75rem; }
.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1; }
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
.col-xs-1 {
  width: 8.33333333%; }
.col-xs-2 {
  width: 16.66666667%; }
.col-xs-3 {
  width: 25%; }
.col-xs-4 {
  width: 33.33333333%; }
.col-xs-5 {
  width: 41.66666667%; }
.col-xs-6 {
  width: 50%; }
.col-xs-7 {
  width: 58.33333333%; }
.col-xs-8 {
  width: 66.66666667%; }
.col-xs-9 {
  width: 75%; }
.col-xs-10 {
  width: 83.33333333%; }
.col-xs-11 {
  width: 91.66666667%; }
.col-xs-12 {
  width: 100%; }
.col-xs-push-1 {
  left: 8.33333333%; }
.col-xs-push-2 {
  left: 16.66666667%; }
.col-xs-push-3 {
  left: 25%; }
.col-xs-push-4 {
  left: 33.33333333%; }
.col-xs-push-5 {
  left: 41.66666667%; }
.col-xs-push-6 {
  left: 50%; }
.col-xs-push-7 {
  left: 58.33333333%; }
.col-xs-push-8 {
  left: 66.66666667%; }
.col-xs-push-9 {
  left: 75%; }
.col-xs-push-10 {
  left: 83.33333333%; }
.col-xs-push-11 {
  left: 91.66666667%; }
.col-xs-push-12 {
  left: 100%; }
@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-12 {
    left: 100%; } }
@media (min-width: 768px) {
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-12 {
    left: 100%; } }
@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-12 {
    left: 100%; } }
@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.33333333%; }
  .col-xl-2 {
    width: 16.66666667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333333%; }
  .col-xl-5 {
    width: 41.66666667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333333%; }
  .col-xl-8 {
    width: 66.66666667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333333%; }
  .col-xl-11 {
    width: 91.66666667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-push-1 {
    left: 8.33333333%; }
  .col-xl-push-2 {
    left: 16.66666667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333333%; }
  .col-xl-push-5 {
    left: 41.66666667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333333%; }
  .col-xl-push-8 {
    left: 66.66666667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333333%; }
  .col-xl-push-11 {
    left: 91.66666667%; }
  .col-xl-push-12 {
    left: 100%; } }
[class*="col-xl-"] {
  margin-bottom: 2rem; }
@media (max-width: 1199.99px) {
  [class*="col-lg-"] {
    margin-bottom: 2rem; } }
@media (max-width: 991.99px) {
  [class*="col-md-"] {
    margin-bottom: 2rem; } }
.show-xs {
  display: block; }
@media (min-width: 576px) {
  .show-sm {
    display: block; } }
@media (min-width: 768px) {
  .show-md {
    display: block; } }
@media (min-width: 992px) {
  .show-lg {
    display: block; } }
@media (min-width: 1200px) {
  .show-xl {
    display: block; } }
@media (max-width: 575.99px) {
  .hide-xs {
    display: none; } }
@media (max-width: 767.99px) {
  .hide-sm {
    display: none; } }
@media (max-width: 991.99px) {
  .hide-md {
    display: none; } }
@media (max-width: 1199.99px) {
  .hide-lg {
    display: none; } }
.hide-xl {
  display: none; }
.navbar,
.footer {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Roboto", "Open Sans", "Helvetica Neue", sans-serif;
  -webkit-box-pack: center;
          justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0.375rem 0;
  position: relative; }
.navbar > .container,
  .footer > .container {
    width: 1250px !important;
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    padding: 0 1rem; }
.navbar .nav-brand,
  .footer .nav-brand {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    padding: 0.5rem 0.625rem;
    margin-right: 0.75rem; }
.navbar .nav-brand img,
    .footer .nav-brand img {
      width: 81px; }
.navbar-collapse,
  .footer-collapse {
    display: -webkit-box;
    display: flex;
    flex-basis: auto;
    -webkit-box-flex: 1;
            flex-grow: 1; }
.navbar-nav,
  .footer-nav {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    list-style: none; }
.navbar-nav > li:not(:last-child),
    .footer-nav > li:not(:last-child) {
      margin-right: 2rem; }
.navbar-nav > li > a,
    .footer-nav > li > a {
      border-bottom: 3px solid transparent;
      display: block;
      font-weight: 500;
      padding: 0.5rem 0;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease;
      text-align: left;
      color: #fafafa;
      font-family: Lato, sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.12;
      letter-spacing: 0.32px; }
.navbar-nav > li:hover > a, .navbar-nav > li:focus > a,
    .footer-nav > li:hover > a,
    .footer-nav > li:focus > a {
      border-bottom: 3px solid #20AADA;
      text-decoration: none;
      outline: none; }
.navbar-nav > li.active > a,
    .footer-nav > li.active > a {
      border-bottom: 3px solid #20AADA;
      outline: none;
      text-decoration: none; }
.navbar-nav > li.active:hover > a, .navbar-nav > li.active:focus > a,
    .footer-nav > li.active:hover > a,
    .footer-nav > li.active:focus > a {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-color: #4d4c4c; }
.navbar.light-nav .nav-brand,
  .footer.light-nav .nav-brand {
    color: #FFFFFF; }
.navbar.light-nav .navbar-nav > li > a,
  .footer.light-nav .navbar-nav > li > a {
    color: #FFFFFF; }
.navbar.light-nav .navbar-nav > li.active > a,
  .footer.light-nav .navbar-nav > li.active > a {
    border-bottom-color: #FFFFFF; }
.navbar.dark,
  .footer.dark {
    background-color: #1a1919; }
.navbar.dark .nav-brand,
    .footer.dark .nav-brand {
      color: #FFFFFF; }
.navbar.dark .navbar-nav > li > a,
    .footer.dark .navbar-nav > li > a {
      color: #FFFFFF; }
.navbar.dark .navbar-nav > li.active > a,
    .footer.dark .navbar-nav > li.active > a {
      background-color: #333333;
      color: #f2f2f2; }
.navbar.dark .navbar-nav > li.active:hover, .navbar.dark .navbar-nav > li.active:focus,
    .footer.dark .navbar-nav > li.active:hover,
    .footer.dark .navbar-nav > li.active:focus {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
.navbar.dark .navbar-nav > li.active:hover > a, .navbar.dark .navbar-nav > li.active:focus > a,
      .footer.dark .navbar-nav > li.active:hover > a,
      .footer.dark .navbar-nav > li.active:focus > a {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #262626;
        color: #f2f2f2; }
.navbar.dark .navbar-nav > li:hover > a, .navbar.dark .navbar-nav > li:focus > a,
    .footer.dark .navbar-nav > li:hover > a,
    .footer.dark .navbar-nav > li:focus > a {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #2d2d2d;
      color: #FFFFFF;
      text-decoration: none; }
.navbar.dark .navbar-nav > li:focus > a,
    .footer.dark .navbar-nav > li:focus > a {
      outline: none; }
.navbar.sticky-navbar,
  .footer.sticky-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 80px;
    border-bottom: solid 1px #ddd;
    background-color: black; }
@media screen and (max-width: 756px) {
      .navbar.sticky-navbar,
      .footer.sticky-navbar {
        background-color: transparent; } }
.navbar.mobile-sticky,
  .footer.mobile-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 74px;
    border-bottom: solid 1px #ddd;
    background-color: white; }
.tabs {
  margin-bottom: 1rem; }
.tabs-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    gap: 24px; }
.tabs-nav > li {
      border-bottom: 3px solid transparent;
      list-style: none;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
.tabs-nav > li > a {
        color: #666666;
        display: block;
        font-weight: bold;
        padding: 0.5rem;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        white-space: nowrap; }
.tabs-nav > li:hover {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-bottom-color: #20AADA; }
.tabs-nav > li:hover > a {
          color: #20AADA;
          text-decoration: none; }
.tabs-nav > li.active {
        border-bottom-color: #20AADA; }
.tabs-nav > li.active > a {
          color: #000000; }
.tabs-nav.white > li > a {
      color: #FFFFFF;
      font-weight: 500; }
.tabs-nav.white > li:hover, .tabs-nav.white > li:focus {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-bottom-color: #000000; }
.tabs-nav.white > li:hover > a, .tabs-nav.white > li:focus > a {
        color: #FFFFFF; }
.tabs-nav.white > li.active {
      border-bottom-color: #000000; }
.tabs-nav.white > li.active > a {
        color: #FFFFFF; }
.tabs-vertical {
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
.menu-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: none; }
@media (max-width: 991.99px) {
  .navbar .nav-brand > img,
  .navbar-mobile .nav-brand > img,
  .footer .nav-brand > img {
    width: 70px; }
  .tabs-nav {
    -webkit-box-pack: unset;
            justify-content: unset; }
  .menu-checkbox:not(:checked) ~ .navbar-mobile {
    display: none; }
  .navbar-mobile {
    background-color: #000000;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
            justify-content: space-between;
    bottom: 0;
    left: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0.375rem 0.5rem 0 0.5rem;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200; }
    .navbar-mobile .container {
      -webkit-box-align: center;
              align-items: center;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      padding: 0 1rem; }
    .navbar-mobile .navbar-nav {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
      .navbar-mobile .navbar-nav > li {
        margin: 0;
        padding: 0; }
        .navbar-mobile .navbar-nav > li > a {
          font-family: din-condensed, sans-serif;
          font-size: 1.5rem; }
        .navbar-mobile .navbar-nav > li.active, .navbar-mobile .navbar-nav > li:hover, .navbar-mobile .navbar-nav > li:focus {
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .navbar-mobile .navbar-nav > li.active > a, .navbar-mobile .navbar-nav > li:hover > a, .navbar-mobile .navbar-nav > li:focus > a {
            border: none;
            color: #20AADA; }
    .navbar-mobile img {
      bottom: -0.55rem;
      position: relative; }
  .footer > .flex-horizontal-center {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: unset;
            justify-content: unset; }
  .footer-nav > li > a {
    font-size: 80%; }
  .footer-nav > li:not(:last-child) {
    margin-right: 0.625rem; } }
.navbar-nav > li > .btn,
.navbar-nav > li > .form-control {
  border-width: 0;
  width: 25em; }
.nav.nav-pills.vertical {
  display: -webkit-box;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column; }
.nav.nav-pills.vertical > li {
    margin-bottom: 0.25rem; }
.nav.nav-pills.vertical > li.active > a {
      background-color: #20AADA;
      color: #f2f2f2; }
.nav.nav-pills.vertical > li.active:hover, .nav.nav-pills.vertical > li.active:focus {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
.nav.nav-pills.vertical > li.active:hover > a, .nav.nav-pills.vertical > li.active:focus > a {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #1d99c4;
        color: #f2f2f2; }
.nav.nav-pills.vertical > li:hover > a, .nav.nav-pills.vertical > li:focus > a {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #e6e5e5;
      color: #20AADA;
      text-decoration: none; }
.nav.nav-pills.vertical > li:focus > a {
      outline: none; }
.nav.nav-pills.vertical > li > a {
      background-color: transparent;
      border-radius: 0.375rem;
      color: #20AADA;
      display: block;
      padding: 0.375rem 0.625rem; }
.nav.nav-pills.horizontal {
  display: -webkit-box;
  display: flex;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
.nav.nav-pills.horizontal > li {
    margin-right: 0.25rem; }
.nav.nav-pills.horizontal > li.active > a {
      background-color: #20AADA;
      color: #f2f2f2; }
.nav.nav-pills.horizontal > li.active:hover, .nav.nav-pills.horizontal > li.active:focus {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
.nav.nav-pills.horizontal > li.active:hover > a, .nav.nav-pills.horizontal > li.active:focus > a {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #1d99c4;
        color: #f2f2f2; }
.nav.nav-pills.horizontal > li:hover > a, .nav.nav-pills.horizontal > li:focus > a {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #e6e5e5;
      color: #20AADA;
      text-decoration: none; }
.nav.nav-pills.horizontal > li:focus > a {
      outline: none; }
.nav.nav-pills.horizontal > li > a {
      background-color: transparent;
      border-radius: 0.375rem;
      color: #20AADA;
      display: block;
      padding: 0.375rem 0.625rem; }
.nav.nav-pills-primary.vertical {
  display: -webkit-box;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column; }
.nav.nav-pills-primary.vertical > li {
    margin-bottom: 0.25rem; }
.nav.nav-pills-primary.vertical > li.active > a {
      background-color: #1b90b9;
      color: #f2f2f2; }
.nav.nav-pills-primary.vertical > li.active:hover, .nav.nav-pills-primary.vertical > li.active:focus {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
.nav.nav-pills-primary.vertical > li.active:hover > a, .nav.nav-pills-primary.vertical > li.active:focus > a {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #187fa2;
        color: #f2f2f2; }
.nav.nav-pills-primary.vertical > li:hover > a, .nav.nav-pills-primary.vertical > li:focus > a {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #1d99c4;
      color: #FFFFFF;
      text-decoration: none; }
.nav.nav-pills-primary.vertical > li:focus > a {
      outline: none; }
.nav.nav-pills-primary.vertical > li > a {
      background-color: transparent;
      border-radius: 0.375rem;
      color: #20AADA;
      display: block;
      padding: 0.375rem 0.625rem; }
.nav.nav-pills-primary.horizontal {
  display: -webkit-box;
  display: flex;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
.nav.nav-pills-primary.horizontal > li {
    margin-right: 0.25rem; }
.nav.nav-pills-primary.horizontal > li.active > a {
      background-color: #1b90b9;
      color: #f2f2f2; }
.nav.nav-pills-primary.horizontal > li.active:hover, .nav.nav-pills-primary.horizontal > li.active:focus {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
.nav.nav-pills-primary.horizontal > li.active:hover > a, .nav.nav-pills-primary.horizontal > li.active:focus > a {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #187fa2;
        color: #f2f2f2; }
.nav.nav-pills-primary.horizontal > li:hover > a, .nav.nav-pills-primary.horizontal > li:focus > a {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #1d99c4;
      color: #FFFFFF;
      text-decoration: none; }
.nav.nav-pills-primary.horizontal > li:focus > a {
      outline: none; }
.nav.nav-pills-primary.horizontal > li > a {
      background-color: transparent;
      border-radius: 0.375rem;
      color: #20AADA;
      display: block;
      padding: 0.375rem 0.625rem; }
.nav.nav-pills-secondary.vertical {
  display: -webkit-box;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column; }
.nav.nav-pills-secondary.vertical > li {
    margin-bottom: 0.25rem; }
.nav.nav-pills-secondary.vertical > li.active > a {
      background-color: black;
      color: #f2f2f2; }
.nav.nav-pills-secondary.vertical > li.active:hover, .nav.nav-pills-secondary.vertical > li.active:focus {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
.nav.nav-pills-secondary.vertical > li.active:hover > a, .nav.nav-pills-secondary.vertical > li.active:focus > a {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: black;
        color: #f2f2f2; }
.nav.nav-pills-secondary.vertical > li:hover > a, .nav.nav-pills-secondary.vertical > li:focus > a {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: black;
      color: #FFFFFF;
      text-decoration: none; }
.nav.nav-pills-secondary.vertical > li:focus > a {
      outline: none; }
.nav.nav-pills-secondary.vertical > li > a {
      background-color: transparent;
      border-radius: 0.375rem;
      color: #666666;
      display: block;
      padding: 0.375rem 0.625rem; }
.nav.nav-pills-secondary.horizontal {
  display: -webkit-box;
  display: flex;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap; }
.nav.nav-pills-secondary.horizontal > li {
    margin-right: 0.25rem; }
.nav.nav-pills-secondary.horizontal > li.active > a {
      background-color: black;
      color: #f2f2f2; }
.nav.nav-pills-secondary.horizontal > li.active:hover, .nav.nav-pills-secondary.horizontal > li.active:focus {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
.nav.nav-pills-secondary.horizontal > li.active:hover > a, .nav.nav-pills-secondary.horizontal > li.active:focus > a {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: black;
        color: #f2f2f2; }
.nav.nav-pills-secondary.horizontal > li:hover > a, .nav.nav-pills-secondary.horizontal > li:focus > a {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: black;
      color: #FFFFFF;
      text-decoration: none; }
.nav.nav-pills-secondary.horizontal > li:focus > a {
      outline: none; }
.nav.nav-pills-secondary.horizontal > li > a {
      background-color: transparent;
      border-radius: 0.375rem;
      color: #666666;
      display: block;
      padding: 0.375rem 0.625rem; }
.nav.nav-tabs {
  border-bottom: 2px solid #cccccc;
  display: -webkit-box;
  display: flex;
  margin-bottom: 1rem; }
.nav.nav-tabs.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
.nav.nav-tabs.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
.nav.nav-tabs.horizontal > li {
      list-style: none; }
.nav.nav-tabs.horizontal > li > a,
      .nav.nav-tabs.horizontal > li span {
        background-color: #f2f2f2;
        border-bottom: 2px solid #cccccc;
        display: block;
        margin-bottom: -2px;
        margin-right: 0.25rem;
        padding: 1rem 2rem;
        -webkit-transition: all ease 300ms;
        transition: all ease 300ms; }
.nav.nav-tabs.horizontal > li > span {
        font-weight: bold; }
.nav.nav-tabs.horizontal > li.active > a {
        background-color: #e6e5e5;
        font-weight: 500; }
.nav.nav-tabs.horizontal > li:hover > a, .nav.nav-tabs.horizontal > li:focus > a {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #ececec;
        text-decoration: none; }
.dropdown {
  position: relative; }
.dropdown > ul.dropdown-menu {
    display: none; }
.dropdown .dropdown-icon {
    margin-left: auto; }
.dropdown:focus > ul.dropdown-menu, .dropdown:hover > ul.dropdown-menu {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;
    border: 1px solid #bfbfbf;
    border-radius: 0.375rem;
    -webkit-filter: drop-shadow(0 2px 2px #cccccc);
            filter: drop-shadow(0 2px 2px #cccccc);
    position: absolute;
    left: 100%;
    top: calc(50% - 1.2em);
    width: 200px;
    z-index: 100;
    display: -webkit-box;
    display: flex;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column; }
.dropdown:focus > ul.dropdown-menu > li.active > a, .dropdown:hover > ul.dropdown-menu > li.active > a {
      background-color: #20AADA;
      color: #f2f2f2; }
.dropdown:focus > ul.dropdown-menu > li.active:hover, .dropdown:focus > ul.dropdown-menu > li.active:focus, .dropdown:hover > ul.dropdown-menu > li.active:hover, .dropdown:hover > ul.dropdown-menu > li.active:focus {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
.dropdown:focus > ul.dropdown-menu > li.active:hover > a, .dropdown:focus > ul.dropdown-menu > li.active:focus > a, .dropdown:hover > ul.dropdown-menu > li.active:hover > a, .dropdown:hover > ul.dropdown-menu > li.active:focus > a {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #1d99c4;
        color: #f2f2f2; }
.dropdown:focus > ul.dropdown-menu > li:hover > a, .dropdown:focus > ul.dropdown-menu > li:focus > a, .dropdown:hover > ul.dropdown-menu > li:hover > a, .dropdown:hover > ul.dropdown-menu > li:focus > a {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #e6e5e5;
      color: #20AADA;
      text-decoration: none; }
.dropdown:focus > ul.dropdown-menu > li:focus > a, .dropdown:hover > ul.dropdown-menu > li:focus > a {
      outline: none; }
.dropdown:focus > ul.dropdown-menu > li > a, .dropdown:hover > ul.dropdown-menu > li > a {
      background-color: transparent;
      border-radius: 0.375rem;
      color: #20AADA;
      display: block;
      padding: 0.375rem 0.625rem; }
.dropdown:focus > ul.dropdown-menu > li > a, .dropdown:hover > ul.dropdown-menu > li > a {
      color: #262626;
      -webkit-box-align: center;
              align-items: center;
      display: -webkit-box;
      display: flex;
      position: relative;
      text-align: left;
      z-index: 100; }
.dropdown:focus > ul.dropdown-menu > li > a > .material-icons, .dropdown:hover > ul.dropdown-menu > li > a > .material-icons {
        color: #20AADA;
        margin-right: 0.5rem; }
.user-nav {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  padding: 0 1rem; }
.user-img {
  border-radius: 100%;
  height: 40px;
  width: 40px; }
.user-link {
  color: #FFFFFF;
  display: block;
  font-size: 0.8rem;
  margin-left: 1rem;
  padding: 0; }
.user-link:hover, .user-link:focus {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #666666;
    text-decoration: none; }
.mobile-nav-spacer {
  height: 74px; }
.side-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
.side-menu > li {
    list-style: none;
    padding: 0; }
.side-menu > li:not(:last-child) {
      margin-bottom: 0.375rem; }
.side-menu > li > a {
      background-color: #FFFFFF;
      box-shadow: 0 0 2px #dfdfdf;
      display: -webkit-box;
      display: flex;
      padding: 0.875rem 1rem;
      -webkit-transition: all ease 300ms;
      transition: all ease 300ms; }
.side-menu > li > a > p {
        color: #262626;
        display: block;
        font-weight: bold;
        margin-bottom: 0;
        margin-left: 1rem;
        line-height: 1.5;
        position: relative; }
.side-menu > li.active > a {
      border-left: 0.5rem solid #20AADA;
      box-shadow: 0 0 2px #bfbfbf; }
.side-menu > li:hover > a, .side-menu > li:focus > a {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #f9f9f9;
      text-decoration: none; }
.side-menu > li:hover > a > p, .side-menu > li:focus > a > p {
        color: #1a1919; }
.form-horizontal > .form-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  margin-bottom: 0.5rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  position: relative; }
.form-horizontal > .form-group .btn {
    margin-bottom: 0; }
.form-horizontal .control-label {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem; }
.form-horizontal .control-label.left {
    text-align: left; }
.form-horizontal .control-label.center {
    text-align: center; }
.form-horizontal .control-label.right {
    text-align: right; }
input.form-control,
select.form-control,
textarea.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border: 1px solid #bfbfbf;
  display: block;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Roboto", "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  padding: 0.5rem 0.5rem;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  width: 100%; }
input.form-control:hover,
  select.form-control:hover,
  textarea.form-control:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #f9f9f9;
    cursor: pointer; }
input.form-control:focus,
  select.form-control:focus,
  textarea.form-control:focus {
    border-color: #20AADA;
    outline: none; }
input.form-control:disabled,
  select.form-control:disabled,
  textarea.form-control:disabled {
    background-color: #e6e5e5;
    cursor: not-allowed; }
input.form-control::-webkit-input-placeholder,
  select.form-control::-webkit-input-placeholder,
  textarea.form-control::-webkit-input-placeholder {
    color: #bfbfbf; }
input.form-control::-moz-placeholder,
  select.form-control::-moz-placeholder,
  textarea.form-control::-moz-placeholder {
    color: #bfbfbf; }
input.form-control::-ms-input-placeholder,
  select.form-control::-ms-input-placeholder,
  textarea.form-control::-ms-input-placeholder {
    color: #bfbfbf; }
input.form-control::placeholder,
  select.form-control::placeholder,
  textarea.form-control::placeholder {
    color: #bfbfbf; }
select.form-control {
  background-image: url('chevron-bottom.708cc3418efd3f1c75e8.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 0.75rem) 0.75rem; }
.box {
  background-color: gray;
  height: 2rem;
  position: relative;
  width: 2rem; }
.box::after {
    content: "\25BC";
    display: block;
    height: 1rem;
    width: 1rem;
    position: absolute;
    left: 0;
    top: 0; }
.indicator {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  font-weight: bold;
  margin: 1.5rem 0;
  padding: 0 0.5rem;
  -webkit-box-pack: center;
          justify-content: center; }
.indicator > .stripe-left, .indicator > .stripe-right {
    background-color: #20AADA;
    height: 4px;
    -webkit-box-flex: 1;
            flex-grow: 1; }
.indicator > .ind-content {
    background-color: #20AADA;
    border-radius: 1.2em;
    color: white;
    padding: 0.25rem 1rem; }
.upload-box {
  -webkit-box-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border: 1px dashed #999999;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0.5rem;
  width: 100%; }
.checkbox {
  margin-bottom: 0.5rem; }
.checkbox > label {
    display: block; }
.checkbox > label > input[type=checkbox] {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      cursor: pointer;
      display: inline-block;
      padding-right: 28px;
      position: relative; }
.checkbox > label > input[type=checkbox]::before {
        background-color: #FFFFFF;
        border: 3px solid #666666;
        border-radius: 4px;
        content: "";
        display: inline-block;
        height: 20px;
        position: absolute;
        top: -18px;
        width: 20px;
        -webkit-transition: border 300ms ease;
        transition: border 300ms ease; }
.checkbox > label > input[type=checkbox]:checked::before {
        border-color: #20AADA;
        background-color: #FFFFFF;
        background-image: url('check.d3f524f3092780d16735.svg');
        background-size: 100%;
        display: block;
        content: "";
        color: #262626;
        fill: #262626;
        font-size: 20px;
        line-height: 0.9; }
.checkbox > label > input[type=checkbox]:disabled::before {
        background-color: #d9d9d9;
        border-color: #a6a6a6;
        cursor: not-allowed; }
.checkbox > label > input[type=checkbox]:disabled:checked::before {
        background-color: #d9d9d9;
        background-image: url('check-disabled.adbc70cfafe95db1f0e7.svg');
        color: #737373; }
.checkbox > label > input[type=checkbox]:focus {
        outline: none; }
@-moz-document url-prefix() {
  .checkbox > label > input[type=checkbox]:checked::before {
    line-height: 0.8; } }
.badge {
  border-radius: 99rem;
  display: inline-block;
  font-size: 0.8rem;
  padding: 0 0.75rem 0.25rem 0.75rem;
  position: relative; }
.badge .material-icons {
    font-size: 1rem;
    position: relative;
    left: 6px;
    top: 3px; }
.badge + .badge {
    margin-left: 0.25rem; }
.badge-lg {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: inline-flex;
  font-size: 1.75rem;
  height: 42px;
  -webkit-box-pack: center;
          justify-content: center;
  width: 42px; }
.badge-primary {
  background-color: #20AADA;
  border: none;
  color: #FFFFFF; }
.badge-secondary {
  background-color: #000000;
  border: none;
  color: #FFFFFF; }
.badge-outline-primary {
  background-color: #FFFFFF;
  border: none;
  color: #20AADA; }
.badge-outline-secondary {
  background-color: #FFFFFF;
  border: none;
  color: #000000; }
.badge-outline-dark {
  background-color: #FFFFFF;
  border: none;
  color: #262626; }
.badge-link-primary {
  background-color: transparent;
  border: none;
  color: #20AADA; }
.badge-link-secondary {
  background-color: transparent;
  border: none;
  color: #000000; }
.badge-default {
  background-color: #FFFFFF;
  border: none;
  color: #262626; }
.badge-black {
  background-color: #000000;
  border: none;
  color: #FFFFFF; }
.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  cursor: pointer;
  display: inline-block;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Roboto", "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  padding: 0.375rem 0.625rem;
  position: relative; }
.btn:focus {
    outline: none; }
.btn-block {
    margin-bottom: 0.5rem;
    width: 100%; }
.btn-xl {
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1rem 1.625rem; }
.btn-lg {
  padding: 0.75rem 1.125rem; }
.btn-md {
  padding: 0.375rem 0.625rem; }
.btn-sm {
  font-size: 0.8rem;
  padding: 0.125rem 0.375rem; }
.btn-block {
  text-align: center;
  width: 100%; }
.btn-rounded {
  border-radius: 99rem; }
.btn-primary {
  background-color: #20AADA;
  border: none;
  color: #FFFFFF; }
.btn-primary:hover, .btn-primary:focus {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #1987ae;
    border-color: #10536b; }
.btn-secondary {
  background-color: #000000;
  border: none;
  color: #FFFFFF; }
.btn-secondary:hover, .btn-secondary:focus {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: black;
    border-color: #333333; }
.btn-outline-primary {
  background-color: #FFFFFF;
  border: none;
  color: #20AADA; }
.btn-outline-primary:hover, .btn-outline-primary:focus {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #20AADA;
    color: #FFFFFF;
    border-color: #1987ae; }
.btn-outline-secondary {
  background-color: #FFFFFF;
  border: none;
  color: #000000; }
.btn-outline-secondary:hover, .btn-outline-secondary:focus {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #000000;
    color: #FFFFFF;
    border-color: black; }
.btn-outline-dark {
  background-color: #FFFFFF;
  border: none;
  color: #262626; }
.btn-outline-dark:hover, .btn-outline-dark:focus {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #262626;
    color: #FFFFFF;
    border-color: #0d0d0d; }
.btn-link-primary {
  background-color: transparent;
  border: none;
  color: #20AADA; }
.btn-link-primary:hover, .btn-link-primary:focus {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #1987ae;
    text-decoration: underline; }
.btn-link-secondary {
  background-color: transparent;
  border: none;
  color: #000000; }
.btn-link-secondary:hover, .btn-link-secondary:focus {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: black;
    text-decoration: underline; }
.btn-default {
  background-color: #FFFFFF;
  border: none;
  color: #262626; }
.btn-default:hover, .btn-default:focus {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #262626;
    color: #FFFFFF;
    border-color: #0d0d0d; }
.btn-black {
  background-color: #000000;
  border: none;
  color: #FFFFFF; }
.btn-black:hover, .btn-black:focus {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: black;
    border-color: rgba(0, 0, 0, 0); }
.btn-group {
  display: -webkit-box;
  display: flex; }
.btn-group > .btn {
    border-radius: 0;
    display: block; }
.btn-group > .btn:not(:last-child) {
      border-right-width: 0; }
.btn-group > .btn:first-child {
      border-radius: 0.375rem 0 0 0.375rem; }
.btn-group > .btn:last-child {
      border-radius: 0 0.375rem 0.375rem 0; }
.btn-toolbar {
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  margin-bottom: 1rem; }
.btn-toolbar > .btn,
  .btn-toolbar > .btn-group {
    margin-right: 0.25rem; }
.btn-back {
  border-radius: 100%;
  color: #20AADA;
  cursor: pointer;
  height: 48px;
  left: -50px;
  position: absolute;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  top: 0.5rem; }
.btn-back > .material-icons {
    font-size: 3rem;
    line-height: 1; }
.btn-back:hover, .btn-back:focus {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;
    -webkit-filter: drop-shadow(0 0 2px #dfdfdf);
            filter: drop-shadow(0 0 2px #dfdfdf); }
.btn-icon {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box !important;
  display: flex !important; }
.btn-icon:hover, .btn-icon:focus {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none; }
.btn-icon > p {
    display: block;
    padding-top: 0.375rem;
    margin-left: 0.5rem; }
[class*="btn-link-"].btn-icon {
  border: 1px solid transparent; }
[class*="btn-link-"].btn-icon:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #dfdfdf; }
.highfive {
  -webkit-box-align: center;
          align-items: center;
  background-image: url('highfive-inactive.7c40f315657d69fbac3c.svg');
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  height: 128px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  width: 128px; }
.highfive:hover, .highfive.active {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url('highfive-active.06653a6c4fd28dee1be5.svg'); }
.btn-primary {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  min-height: 43px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0px 24px;
  border-radius: 3px;
  background-color: #20aada;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  cursor: pointer; }
.btn-secondary {
  height: 43px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0px 24px;
  border-radius: 3px;
  border: solid 2px #20aada;
  background-color: transparent;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #20aada;
  cursor: pointer; }
.btn-secondary.white {
    border: solid 1px #ffffff;
    color: white; }
.table {
  border-collapse: collapse;
  margin-bottom: 1rem;
  width: 100%; }
.table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    border-bottom: 1px solid #d9d9d9;
    padding: 0.375rem 0.5rem;
    text-align: left; }
.table > thead > tr:last-child > th,
  .table > thead > tr:last-child > td {
    border-bottom-width: 2px; }
.table > tbody > tr:last-child > th,
  .table > tbody > tr:last-child > td {
    border-bottom-width: 0; }
.table > tbody + tfoot > tr:first-child > th,
  .table > tbody + tfoot > tr:first-child > td {
    border-top: 1px solid #d9d9d9; }
.table > tfoot > tr:last-child > th,
  .table > tfoot > tr:last-child > td {
    border-bottom-width: 0; }
.table.table-bordered > thead > tr > th,
  .table.table-bordered > thead > tr > td,
  .table.table-bordered > tbody > tr > th,
  .table.table-bordered > tbody > tr > td,
  .table.table-bordered > tfoot > tr > th,
  .table.table-bordered > tfoot > tr > td {
    border: 1px solid #d9d9d9; }
.table.table-bordered > thead > tr:last-child > th,
  .table.table-bordered > thead > tr:last-child > td {
    border-bottom-width: 2px; }
.table.table-striped > tbody > tr:nth-child(odd) > th,
  .table.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #f2f2f2; }
.table.table-striped > tbody > tr:first-child > th,
  .table.table-striped > tbody > tr:first-child > td {
    border-top-width: 2px; }
.table.table-striped > tfoot > tr:first-child > th,
  .table.table-striped > tfoot > tr:first-child > td {
    border-top-width: 2px; }
.table.table-hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
.table.table-hover > tbody > tr:hover,
    .table.table-hover > tfoot > tr:hover {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
.table.table-hover > tbody > tr:hover > th,
      .table.table-hover > tbody > tr:hover > td,
      .table.table-hover > tfoot > tr:hover > th,
      .table.table-hover > tfoot > tr:hover > td {
        background-color: #e6e5e5;
        cursor: pointer; }
.table.table-row-shadow {
    border-collapse: separate;
    border-spacing: 0 0.5rem; }
.table.table-row-shadow > thead > tr > th,
    .table.table-row-shadow > thead > tr > td,
    .table.table-row-shadow > tbody > tr > th,
    .table.table-row-shadow > tbody > tr > td,
    .table.table-row-shadow > tfoot > tr > th,
    .table.table-row-shadow > tfoot > tr > td {
      border-bottom: none;
      padding: 1rem 1rem;
      position: relative;
      z-index: 1; }
.table.table-row-shadow > thead > tr > th {
      color: #20AADA;
      font-size: 0.75rem;
      text-transform: uppercase; }
.table.table-row-shadow > tbody > tr {
      background-color: #FFFFFF;
      box-shadow: 0 0 2px #dfdfdf;
      position: relative;
      cursor: pointer;
      -webkit-transition: all ease 300ms;
      transition: all ease 300ms; }
.table.table-row-shadow > tbody > tr:hover, .table.table-row-shadow > tbody > tr:focus {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        box-shadow: 0 4px 6px #bfbfbf;
        z-index: 1; }
.task-detail {
  background-color: #FFFFFF;
  box-shadow: 0 0 2px #dfdfdf;
  min-height: 15rem;
  padding: 1rem; }
.modal-container {
  -webkit-box-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050; }
.modal {
  max-height: 90vh;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-filter: drop-shadow(0 4px 8px #1a1919);
          filter: drop-shadow(0 4px 8px #1a1919);
  width: 45em; }
.modal-head {
    padding: 0.75rem 1.75rem;
    position: relative; }
.modal-head > h4 {
      font-weight: bold; }
.modal-head > h4 + .btn {
        position: absolute;
        right: 1.75rem;
        top: 1.5rem; }
.modal-head.primary {
      background-color: #20AADA;
      color: #FFFFFF; }
.modal-head.secondary {
      background-color: #000000;
      color: #FFFFFF; }
.modal-body {
    padding: 1.75rem; }
.modal-foot {
    text-align: right;
    padding: 1.75rem; }
.modal-body {
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  overflow: scroll;
  padding: 1.75rem 1.75rem 100px 1.75rem; }
.msg {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem; }
.msg-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
.msg-left .msg-user-img {
      margin-right: 1.5rem; }
.msg-left .msg-time {
      color: #20AADA; }
.msg-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse; }
.msg-right .msg-user-img {
      margin-left: 1.5rem; }
.msg-right .msg-text {
      background-color: #20AADA;
      color: #FFFFFF; }
.msg-user {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5rem;
    padding: 0; }
.msg-user-img {
    width: 40px; }
.msg-text {
    background-color: #FFFFFF;
    border-radius: 1rem;
    -webkit-filter: drop-shadow(0 4px 6px #a6a6a6);
            filter: drop-shadow(0 4px 6px #a6a6a6);
    padding: 1.5rem;
    max-width: 30em; }
.msg-time {
    display: block;
    font-weight: bold;
    margin-top: 1rem;
    padding: 0; }
.msg-box > .form-control {
  border-radius: 0.25rem 0.25rem 0 0;
  border-bottom: 0; }
.msg-box > .msg-toolbar {
  background-color: #FFFFFF;
  border: 1px solid #bfbfbf;
  border-top: 0;
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  padding: 0.75rem; }
.msg-box > .msg-toolbar > a {
    display: block; }
.msg-box > .msg-toolbar > a:not(:last-child) {
      margin-right: 0.5rem; }
.msg-box > .msg-toolbar > .msg-btn {
    margin-left: auto; }
.arrow-point-left, .arrow-point-right, .arrow-point-top, .arrow-point-bottom {
  background-color: #000000;
  border-radius: 2px;
  height: 4px;
  width: 20px;
  position: absolute; }
.arrow-down {
  cursor: pointer;
  position: relative;
  height: 50px;
  width: 30px;
  z-index: 100; }
.arrow-down .arrow-stem {
    background-color: #000000;
    border-radius: 2px;
    height: 50px;
    left: calc(50% - 2px);
    position: absolute;
    width: 4px; }
.arrow-down .arrow-point-left {
    bottom: 6px;
    right: calc(50% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
.arrow-down .arrow-point-right {
    bottom: 6px;
    left: calc(50% - 4px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
.arrow-down:hover {
    -webkit-animation-name: up-down-bounce;
            animation-name: up-down-bounce;
    -webkit-animation-duration: 700ms;
            animation-duration: 700ms;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
.arrow-down.bouncing {
    -webkit-animation-name: up-down-bounce;
            animation-name: up-down-bounce;
    -webkit-animation-duration: 1800ms;
            animation-duration: 1800ms;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
.arrow-right {
  cursor: pointer;
  position: relative;
  height: 40px;
  width: 50px;
  z-index: 100; }
.arrow-right .arrow-stem {
    background-color: #000000;
    border-radius: 2px;
    height: 4px;
    position: absolute;
    top: calc(50% - 2px);
    width: 50px; }
.arrow-right .arrow-point-top {
    right: -1px;
    top: 11px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
.arrow-right .arrow-point-bottom {
    bottom: 11px;
    right: -1px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
.arrow-right:hover {
    -webkit-animation-name: left-to-right;
            animation-name: left-to-right;
    -webkit-animation-duration: 700ms;
            animation-duration: 700ms;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
.arrow-left {
  cursor: pointer;
  position: relative;
  height: 40px;
  width: 50px;
  z-index: 100; }
.arrow-left .arrow-stem {
    background-color: #000000;
    border-radius: 2px;
    height: 4px;
    position: absolute;
    top: calc(50% - 2px);
    width: 50px; }
.arrow-left .arrow-point-top {
    left: -1px;
    top: 11px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
.arrow-left .arrow-point-bottom {
    bottom: 11px;
    left: -1px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
.arrow-left:hover {
    -webkit-animation-name: left-to-right;
            animation-name: left-to-right;
    -webkit-animation-duration: 700ms;
            animation-duration: 700ms;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
.arrow-light .arrow-stem,
.arrow-light .arrow-point-left,
.arrow-light .arrow-point-right,
.arrow-light .arrow-point-top,
.arrow-light .arrow-point-bottom {
  background-color: #b3b2b2; }
@-webkit-keyframes up-down-bounce {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes up-down-bounce {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@-webkit-keyframes left-to-right {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(15px, 0);
            transform: translate(15px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes left-to-right {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(15px, 0);
            transform: translate(15px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
.ml-auto {
  margin-left: auto; }
.mr-auto {
  margin-right: auto; }
.mt-5 {
  margin-top: 0.5rem; }
.n-mt-5 {
  margin-top: -0.5rem; }
.mb-5 {
  margin-bottom: 0.5rem; }
.n-mb-5 {
  margin-bottom: 0rem; }
.mt-10 {
  margin-top: 1rem; }
.n-mt-10 {
  margin-top: -1rem; }
.mb-10 {
  margin-bottom: 1rem; }
.n-mb-10 {
  margin-bottom: -1rem; }
.spacer-1 {
  height: 0.5rem; }
.spacer-2 {
  height: 1rem; }
.spacer-3 {
  height: 1.5rem; }
.spacer-4 {
  height: 2rem; }
.spacer-5 {
  height: 2.5rem; }
.spacer-6 {
  height: 3rem; }
.spacer-7 {
  height: 3.5rem; }
.spacer-8 {
  height: 4rem; }
.spacer-9 {
  height: 4.5rem; }
.spacer-10 {
  height: 5rem; }
.spacer-11 {
  height: 5.5rem; }
.spacer-12 {
  height: 6rem; }
.spacer-13 {
  height: 6.5rem; }
.spacer-14 {
  height: 7rem; }
.rm-m-bottom {
  margin-bottom: 0 !important; }
.b-top {
  border-top: 2px solid #cccccc; }
.b-right {
  border-right: 2px solid #cccccc; }
.b-bottom {
  border-bottom: 2px solid #cccccc; }
.b-left {
  border-left: 2px solid #cccccc; }
.d-inline-block {
  display: inline-block; }
.d-inline-block + [class*=btn-] {
    margin-left: 1rem; }
.d-inline {
  display: inline; }
.d-block {
  display: block; }
.flex {
  display: -webkit-box;
  display: flex; }
.flex-space-between {
  -webkit-box-pack: justify;
          justify-content: space-between; }
.flex-horizontal-left {
  -webkit-box-pack: start;
          justify-content: flex-start; }
.flex-vertical-top {
  -webkit-box-align: start;
          align-items: flex-start; }
.flex-horizontal-center {
  -webkit-box-pack: center;
          justify-content: center; }
.flex-vertical-center {
  -webkit-box-align: center;
          align-items: center; }
.flex-horizontal-right {
  -webkit-box-pack: end;
          justify-content: flex-end; }
.flex-vertical-top {
  -webkit-box-align: end;
          align-items: flex-end; }
.flex-self-v-center {
  align-self: center; }
.flex-self-h-center {
  justify-self: center; }
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
.flex-row-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse; }
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
.flex-column-r {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse; }
.center-content {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
          justify-content: center; }
.padding-sides-2 {
  padding-left: 2rem;
  padding-right: 2rem; }
.padding-sides-5 {
  padding-left: 5rem;
  padding-right: 5rem; }
.padding-sides-10 {
  padding-left: 10rem;
  padding-right: 10rem; }
.padding-t-2 {
  padding-top: 2rem; }
.padding-t-5 {
  padding-top: 5rem; }
.padding-t-10 {
  padding-top: 10rem; }
.padding-b-2 {
  padding-bottom: 2rem; }
.padding-b-5 {
  padding-bottom: 5rem; }
.padding-b-10 {
  padding-bottom: 10rem; }
.padding-tb-2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }
.padding-tb-5 {
  padding-top: 5rem;
  padding-bottom: 5rem; }
.padding-tb-10 {
  padding-top: 10rem;
  padding-bottom: 10rem; }
@media (max-width: 991.99px) {
  .padding-tb-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .overflow-y {
    overflow-y: scroll; }
  .overflow-x {
    overflow-x: scroll;
    width: 100%; } }
@media (max-width: 575.99px) {
  .show-xs {
    display: block; } }
@media (max-width: 767.99px) {
  .show-sm {
    display: block; } }
@media (max-width: 991.99px) {
  .show-md {
    display: block; } }
@media (max-width: 1199.99px) {
  .show-lg {
    display: block; } }
.show-xl {
  display: block; }
.hide-up-xs {
  display: none; }
@media (min-width: 576px) {
  .hide-up-sm {
    display: none; } }
@media (min-width: 768px) {
  .hide-up-md {
    display: none; } }
@media (min-width: 992px) {
  .hide-up-lg {
    display: none; } }
@media (min-width: 1200px) {
  .hide-up-xl {
    display: none; } }
@media (max-width: 575.99px) {
  .hide-down-xs {
    display: none; } }
@media (max-width: 767.99px) {
  .hide-down-sm {
    display: none; } }
@media (max-width: 991.99px) {
  .hide-down-md {
    display: none; } }
@media (max-width: 1199.99px) {
  .hide-down-lg {
    display: none; } }
.hide-down-xl {
  display: none; }
.empire-features {
  -webkit-display: grid;
  -moz-display: grid;
  -ms-display: grid;
  -o-display: grid;
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: 210px auto 210px; }
.empire-building {
  -webkit-box-align: center;
          align-items: center;
  background-image: url('ES-Building.135b87b6ec1ca13e12ec.svg');
  background-repeat: no-repeat;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative; }
.empire-section-1 {
  z-index: 4;
  margin-top: 1px;
  opacity: 1;
  -webkit-animation: empire-building-section-1 20s ease infinite;
          animation: empire-building-section-1 20s ease infinite; }
.empire-section-1-no-anim {
    opacity: 0;
    -webkit-animation: none;
            animation: none; }
.empire-section-1-hover {
    margin-top: 1px;
    opacity: 1;
    -webkit-animation: none;
            animation: none; }
.empire-section-2 {
  z-index: 3;
  margin-left: 3px;
  margin-top: -21px;
  opacity: 0;
  -webkit-animation: empire-building-section-2 20s ease infinite;
          animation: empire-building-section-2 20s ease infinite; }
.empire-section-2-no-anim {
    opacity: 0;
    -webkit-animation: none;
            animation: none; }
.empire-section-2-hover {
    margin-left: 3px;
    margin-top: -21px;
    opacity: 1;
    -webkit-animation: none;
            animation: none; }
.empire-section-3 {
  z-index: 2;
  margin-left: 2px;
  margin-top: -52px;
  opacity: 0;
  -webkit-animation: empire-building-section-3 20s ease infinite;
          animation: empire-building-section-3 20s ease infinite; }
.empire-section-3-no-anim {
    opacity: 0;
    -webkit-animation: none;
            animation: none; }
.empire-section-3-hover {
    margin-left: 2px;
    margin-top: -52px;
    opacity: 1;
    -webkit-animation: none;
            animation: none; }
.empire-section-4 {
  z-index: 1;
  margin-left: 1px;
  margin-top: -60px;
  opacity: 0;
  -webkit-animation: empire-building-section-4 20s ease infinite;
          animation: empire-building-section-4 20s ease infinite; }
.empire-section-4-no-anim {
    opacity: 0;
    -webkit-animation: none;
            animation: none; }
.empire-section-4-hover {
    margin-left: 1px;
    margin-top: -60px;
    opacity: 1;
    -webkit-animation: none;
            animation: none; }
.empire-text {
  padding: 0 0.5rem;
  position: relative;
  text-align: center; }
.empire-info-1 {
  margin-top: 90px;
  opacity: 1;
  -webkit-animation: empire-text-1 20s ease infinite;
          animation: empire-text-1 20s ease infinite; }
.empire-info-1-no-anim {
    margin-top: 90px;
    opacity: 0.4;
    -webkit-animation: none;
            animation: none; }
.empire-info-1-hover {
    margin-top: 90px;
    opacity: 1;
    -webkit-animation: none;
            animation: none; }
.empire-info-2 {
  margin-top: 50px;
  margin-bottom: 20px;
  opacity: 0.4;
  -webkit-animation: empire-text-3 20s ease infinite;
          animation: empire-text-3 20s ease infinite; }
.empire-info-2-no-anim {
    margin-top: 50px;
    margin-bottom: 20px;
    opacity: 0.4;
    -webkit-animation: none;
            animation: none; }
.empire-info-2-hover {
    margin-top: 50px;
    margin-bottom: 20px;
    opacity: 1;
    -webkit-animation: none;
            animation: none; }
.empire-info-3 {
  margin-bottom: 20px;
  opacity: 0.4;
  -webkit-animation: empire-text-2 20s ease infinite;
          animation: empire-text-2 20s ease infinite; }
.empire-info-3-no-anim {
    margin-bottom: 20px;
    opacity: 0.4;
    -webkit-animation: none;
            animation: none; }
.empire-info-3-hover {
    margin-bottom: 20px;
    opacity: 1;
    -webkit-animation: none;
            animation: none; }
.empire-info-4 {
  margin-top: 160px;
  margin-bottom: 20px;
  opacity: 0.4;
  -webkit-animation: empire-text-4 20s ease infinite;
          animation: empire-text-4 20s ease infinite; }
.empire-info-4-no-anim {
    margin-top: 160px;
    margin-bottom: 20px;
    opacity: 0.4;
    -webkit-animation: none;
            animation: none; }
.empire-info-4-hover {
    margin-top: 160px;
    margin-bottom: 20px;
    opacity: 1;
    -webkit-animation: none;
            animation: none; }
.ball-arrow-point {
  border-radius: 4px;
  height: 8px;
  position: absolute;
  width: 8px; }
.ball-arrow-1 {
  border-top: 2px solid #20AADA;
  border-left: 2px solid #20AADA;
  height: 50px;
  position: absolute;
  left: 50%;
  right: -95px;
  top: 25px;
  -webkit-animation: empire-arrow-1 20s ease infinite;
          animation: empire-arrow-1 20s ease infinite; }
.ball-arrow-1 > .ball-arrow-point {
    background-color: #20AADA;
    left: -5px;
    top: calc(100% - 4px);
    -webkit-animation: empire-arrow-ball-1 20s ease infinite;
            animation: empire-arrow-ball-1 20s ease infinite; }
.ball-arrow-1 > .ball-arrow-point-no-anim {
      -webkit-animation: none;
              animation: none;
      background-color: rgba(0, 0, 0, 0.25); }
.ball-arrow-1 > .ball-arrow-point-hover {
      background-color: #20AADA;
      -webkit-animation: none;
              animation: none; }
.ball-arrow-1-no-anim {
    border-top: 2px solid rgba(0, 0, 0, 0.25);
    border-left: 2px solid rgba(0, 0, 0, 0.25);
    -webkit-animation: none;
            animation: none; }
.ball-arrow-1-hover {
    border-top: 2px solid #20AADA;
    border-left: 2px solid #20AADA;
    -webkit-animation: none;
            animation: none; }
.ball-arrow-2 {
  border-bottom: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  height: 50px;
  position: absolute;
  left: 50%;
  right: -27px;
  -webkit-animation: empire-arrow-3 20s ease infinite;
          animation: empire-arrow-3 20s ease infinite; }
.ball-arrow-2 > .ball-arrow-point {
    background-color: #bfbfbf;
    left: -5px;
    bottom: calc(100% - 4px);
    -webkit-animation: empire-arrow-ball-3 20s ease infinite;
            animation: empire-arrow-ball-3 20s ease infinite; }
.ball-arrow-2 > .ball-arrow-point-no-anim {
      -webkit-animation: none;
              animation: none;
      background-color: rgba(0, 0, 0, 0.25); }
.ball-arrow-2 > .ball-arrow-point-hover {
      background-color: #20AADA;
      -webkit-animation: none;
              animation: none; }
.ball-arrow-2-no-anim {
    border-bottom: 2px solid rgba(0, 0, 0, 0.25);
    border-left: 2px solid rgba(0, 0, 0, 0.25);
    -webkit-animation: none;
            animation: none; }
.ball-arrow-2-hover {
    border-bottom: 2px solid #20AADA;
    border-left: 2px solid #20AADA;
    -webkit-animation: none;
            animation: none; }
.ball-arrow-3 {
  border-bottom: 2px solid #bfbfbf;
  border-right: 2px solid #bfbfbf;
  height: 50px;
  position: absolute;
  left: -50px;
  right: 50%;
  -webkit-animation: empire-arrow-2 20s ease infinite;
          animation: empire-arrow-2 20s ease infinite; }
.ball-arrow-3 > .ball-arrow-point {
    background-color: #bfbfbf;
    right: -5px;
    bottom: calc(100% - 4px);
    -webkit-animation: empire-arrow-ball-2 20s ease infinite;
            animation: empire-arrow-ball-2 20s ease infinite; }
.ball-arrow-3 > .ball-arrow-point-no-anim {
      -webkit-animation: none;
              animation: none;
      background-color: rgba(0, 0, 0, 0.25); }
.ball-arrow-3 > .ball-arrow-point-hover {
      background-color: #20AADA;
      -webkit-animation: none;
              animation: none; }
.ball-arrow-3-no-anim {
    border-bottom: 2px solid rgba(0, 0, 0, 0.25);
    border-right: 2px solid rgba(0, 0, 0, 0.25);
    -webkit-animation: none;
            animation: none; }
.ball-arrow-3-hover {
    border-bottom: 2px solid #20AADA;
    border-right: 2px solid #20AADA;
    -webkit-animation: none;
            animation: none; }
.ball-arrow-4 {
  border-bottom: 2px solid #bfbfbf;
  border-right: 2px solid #bfbfbf;
  height: 50px;
  position: absolute;
  left: -16px;
  right: 50%;
  -webkit-animation: empire-arrow-4 20s ease infinite;
          animation: empire-arrow-4 20s ease infinite; }
.ball-arrow-4 > .ball-arrow-point {
    background-color: #bfbfbf;
    right: -5px;
    bottom: calc(100% - 4px);
    -webkit-animation: empire-arrow-ball-4 20s ease infinite;
            animation: empire-arrow-ball-4 20s ease infinite; }
.ball-arrow-4 > .ball-arrow-point-no-anim {
      -webkit-animation: none;
              animation: none;
      background-color: rgba(0, 0, 0, 0.25); }
.ball-arrow-4 > .ball-arrow-point-hover {
      background-color: #20AADA;
      -webkit-animation: none;
              animation: none; }
.ball-arrow-4-no-anim {
    border-bottom: 2px solid rgba(0, 0, 0, 0.25);
    border-right: 2px solid rgba(0, 0, 0, 0.25);
    -webkit-animation: none;
            animation: none; }
.ball-arrow-4-hover {
    border-bottom: 2px solid #20AADA;
    border-right: 2px solid #20AADA;
    -webkit-animation: none;
            animation: none; }
.empire.building-mobile {
  position: relative;
  width: 100%; }
.empire-container {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex; }
.empire-img {
  flex-shrink: 0;
  width: 40%; }
.empire-text {
  font-weight: 300;
  line-height: 150%;
  padding: 0 0.625rem; }
.empire .section-mobile-1 {
  background-color: white; }
.empire .section-mobile-2 {
  background-color: white; }
.empire .section-mobile-3 {
  background-color: white; }
.empire .section-mobile-4 {
  background-color: white; }
.process {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 80vh; }
.process-building-1 {
    background-image: url('empire-process-ghost-1.ac0a5b86340a77c2f22b.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
.process-building-2 {
    background-image: url('empire-process-ghost-2.d4464889cc2e2c204050.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
.process-building-3 {
    background-image: url('empire-process-ghost-3.2e085e03b70abce93f60.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
.process-building-4 {
    background-image: url('empire-process-ghost-4.7a6726b8ed81dec00cf7.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
.process-building-5 {
    background-image: url('empire-process-ghost-5.cf2f62c0b79d7cb9e7d7.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
.process-building-6 {
    background-image: url('empire-process-ghost-6.bedb215f98208b54190e.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
.process-building-7 {
    background-image: url('empire-process-ghost-7.4d5b40e1030a43cdab03.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
.process-building-8 {
    background-image: url('empire-process-ghost-8.13440611f74bf625cc13.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
@-webkit-keyframes empire-text-1 {
  0% {
    opacity: 1; }
  12% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  87% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@keyframes empire-text-1 {
  0% {
    opacity: 1; }
  12% {
    opacity: 1; }
  25% {
    opacity: 0.4; }
  87% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }
@-webkit-keyframes empire-text-2 {
  0% {
    opacity: 0.4; }
  12% {
    opacity: 0.4; }
  25% {
    opacity: 1; }
  37% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 0.4; } }
@keyframes empire-text-2 {
  0% {
    opacity: 0.4; }
  12% {
    opacity: 0.4; }
  25% {
    opacity: 1; }
  37% {
    opacity: 1; }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 0.4; } }
@-webkit-keyframes empire-text-3 {
  0% {
    opacity: 0.4; }
  37% {
    opacity: 0.4; }
  50% {
    opacity: 1; }
  62% {
    opacity: 1; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 0.4; } }
@keyframes empire-text-3 {
  0% {
    opacity: 0.4; }
  37% {
    opacity: 0.4; }
  50% {
    opacity: 1; }
  62% {
    opacity: 1; }
  75% {
    opacity: 0.4; }
  100% {
    opacity: 0.4; } }
@-webkit-keyframes empire-text-4 {
  0% {
    opacity: 0.4; }
  62% {
    opacity: 0.4; }
  75% {
    opacity: 1; }
  87% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }
@keyframes empire-text-4 {
  0% {
    opacity: 0.4; }
  62% {
    opacity: 0.4; }
  75% {
    opacity: 1; }
  87% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }
@-webkit-keyframes empire-arrow-1 {
  0% {
    border-color: #bfbfbf; }
  62% {
    border-color: #bfbfbf; }
  75% {
    border-color: #20AADA; }
  87% {
    border-color: #20AADA; }
  100% {
    border-color: #bfbfbf; } }
@keyframes empire-arrow-1 {
  0% {
    border-color: #bfbfbf; }
  62% {
    border-color: #bfbfbf; }
  75% {
    border-color: #20AADA; }
  87% {
    border-color: #20AADA; }
  100% {
    border-color: #bfbfbf; } }
@-webkit-keyframes empire-arrow-2 {
  0% {
    border-color: #bfbfbf; }
  37% {
    border-color: #bfbfbf; }
  50% {
    border-color: #20AADA; }
  62% {
    border-color: #20AADA; }
  75% {
    border-color: #bfbfbf; }
  100% {
    border-color: #bfbfbf; } }
@keyframes empire-arrow-2 {
  0% {
    border-color: #bfbfbf; }
  37% {
    border-color: #bfbfbf; }
  50% {
    border-color: #20AADA; }
  62% {
    border-color: #20AADA; }
  75% {
    border-color: #bfbfbf; }
  100% {
    border-color: #bfbfbf; } }
@-webkit-keyframes empire-arrow-3 {
  0% {
    border-color: #bfbfbf; }
  12% {
    border-color: #bfbfbf; }
  25% {
    border-color: #20AADA; }
  37% {
    border-color: #20AADA; }
  50% {
    border-color: #bfbfbf; }
  100% {
    border-color: #bfbfbf; } }
@keyframes empire-arrow-3 {
  0% {
    border-color: #bfbfbf; }
  12% {
    border-color: #bfbfbf; }
  25% {
    border-color: #20AADA; }
  37% {
    border-color: #20AADA; }
  50% {
    border-color: #bfbfbf; }
  100% {
    border-color: #bfbfbf; } }
@-webkit-keyframes empire-arrow-4 {
  0% {
    border-color: #20AADA; }
  12% {
    border-color: #20AADA; }
  25% {
    border-color: #bfbfbf; }
  87% {
    border-color: #bfbfbf; }
  100% {
    border-color: #20AADA; } }
@keyframes empire-arrow-4 {
  0% {
    border-color: #20AADA; }
  12% {
    border-color: #20AADA; }
  25% {
    border-color: #bfbfbf; }
  87% {
    border-color: #bfbfbf; }
  100% {
    border-color: #20AADA; } }
@-webkit-keyframes empire-arrow-ball-1 {
  0% {
    background-color: #bfbfbf; }
  62% {
    background-color: #bfbfbf; }
  75% {
    background-color: #20AADA; }
  87% {
    background-color: #20AADA; }
  100% {
    background-color: #bfbfbf; } }
@keyframes empire-arrow-ball-1 {
  0% {
    background-color: #bfbfbf; }
  62% {
    background-color: #bfbfbf; }
  75% {
    background-color: #20AADA; }
  87% {
    background-color: #20AADA; }
  100% {
    background-color: #bfbfbf; } }
@-webkit-keyframes empire-arrow-ball-2 {
  0% {
    background-color: #bfbfbf; }
  37% {
    background-color: #bfbfbf; }
  50% {
    background-color: #20AADA; }
  62% {
    background-color: #20AADA; }
  75% {
    background-color: #bfbfbf; }
  100% {
    background-color: #bfbfbf; } }
@keyframes empire-arrow-ball-2 {
  0% {
    background-color: #bfbfbf; }
  37% {
    background-color: #bfbfbf; }
  50% {
    background-color: #20AADA; }
  62% {
    background-color: #20AADA; }
  75% {
    background-color: #bfbfbf; }
  100% {
    background-color: #bfbfbf; } }
@-webkit-keyframes empire-arrow-ball-3 {
  0% {
    background-color: #bfbfbf; }
  12% {
    background-color: #bfbfbf; }
  25% {
    background-color: #20AADA; }
  37% {
    background-color: #20AADA; }
  50% {
    background-color: #bfbfbf; }
  100% {
    background-color: #bfbfbf; } }
@keyframes empire-arrow-ball-3 {
  0% {
    background-color: #bfbfbf; }
  12% {
    background-color: #bfbfbf; }
  25% {
    background-color: #20AADA; }
  37% {
    background-color: #20AADA; }
  50% {
    background-color: #bfbfbf; }
  100% {
    background-color: #bfbfbf; } }
@-webkit-keyframes empire-arrow-ball-4 {
  0% {
    background-color: #20AADA; }
  12% {
    background-color: #20AADA; }
  25% {
    background-color: #bfbfbf; }
  87% {
    background-color: #bfbfbf; }
  100% {
    background-color: #20AADA; } }
@keyframes empire-arrow-ball-4 {
  0% {
    background-color: #20AADA; }
  12% {
    background-color: #20AADA; }
  25% {
    background-color: #bfbfbf; }
  87% {
    background-color: #bfbfbf; }
  100% {
    background-color: #20AADA; } }
@-webkit-keyframes empire-building-section-1 {
  0% {
    opacity: 0; }
  62% {
    opacity: 0; }
  75% {
    opacity: 1; }
  87% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes empire-building-section-1 {
  0% {
    opacity: 0; }
  62% {
    opacity: 0; }
  75% {
    opacity: 1; }
  87% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes empire-building-section-2 {
  0% {
    opacity: 0; }
  37% {
    opacity: 0; }
  50% {
    opacity: 1; }
  62% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes empire-building-section-2 {
  0% {
    opacity: 0; }
  37% {
    opacity: 0; }
  50% {
    opacity: 1; }
  62% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes empire-building-section-3 {
  0% {
    opacity: 0; }
  12% {
    opacity: 0; }
  25% {
    opacity: 1; }
  37% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes empire-building-section-3 {
  0% {
    opacity: 0; }
  12% {
    opacity: 0; }
  25% {
    opacity: 1; }
  37% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes empire-building-section-4 {
  0% {
    opacity: 1; }
  12% {
    opacity: 1; }
  25% {
    opacity: 0; }
  87% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes empire-building-section-4 {
  0% {
    opacity: 1; }
  12% {
    opacity: 1; }
  25% {
    opacity: 0; }
  87% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes empire-building-mobile-section-1 {
  0% {
    opacity: 0; }
  62% {
    opacity: 0; }
  75% {
    opacity: 1; }
  87% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes empire-building-mobile-section-1 {
  0% {
    opacity: 0; }
  62% {
    opacity: 0; }
  75% {
    opacity: 1; }
  87% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes empire-building-mobile-section-2 {
  0% {
    opacity: 0; }
  37% {
    opacity: 0; }
  50% {
    opacity: 1; }
  62% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes empire-building-mobile-section-2 {
  0% {
    opacity: 0; }
  37% {
    opacity: 0; }
  50% {
    opacity: 1; }
  62% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes empire-building-mobile-section-3 {
  0% {
    opacity: 0; }
  12% {
    opacity: 0; }
  25% {
    opacity: 1; }
  37% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes empire-building-mobile-section-3 {
  0% {
    opacity: 0; }
  12% {
    opacity: 0; }
  25% {
    opacity: 1; }
  37% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes empire-building-mobile-section-4 {
  0% {
    opacity: 1; }
  12% {
    opacity: 1; }
  25% {
    opacity: 0; }
  87% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes empire-building-mobile-section-4 {
  0% {
    opacity: 1; }
  12% {
    opacity: 1; }
  25% {
    opacity: 0; }
  87% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.toaster-icon {
  position: absolute;
  left: 0.0em;
  top: 0.0em;
  font-weight: normal;
  color: #ffffff; }
.toast-title {
  font-weight: bold; }
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
.toast-message a,
  .toast-message label {
    color: #ffffff; }
.toast-message a:hover {
    color: #cccccc;
    text-decoration: none; }
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  z-index: 999; }
.toast-close-button:hover, .toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40); }
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }
.toast-content {
  display: inline-block;
  width: 95%; }
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }
.toast-top-left {
  top: 12px;
  left: 12px; }
.toast-top-center {
  top: 12px; }
.toast-top-right {
  top: 12px;
  right: 12px; }
.toast-bottom-right {
  right: 12px;
  bottom: 12px; }
.toast-bottom-center {
  bottom: 12px; }
.toast-bottom-left {
  bottom: 12px;
  left: 12px; }
.toast-center {
  top: 45%; }
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
  pointer-events: auto; }
#toast-container.toast-center,
#toast-container.toast-top-center,
#toast-container.toast-bottom-center {
  width: 100%;
  pointer-events: none;
  left: 0;
  right: 0; }
#toast-container.toast-center > div,
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  margin: 6px auto;
  pointer-events: auto; }
#toast-container.toast-center > button,
#toast-container.toast-top-center > button,
#toast-container.toast-bottom-center > button {
  pointer-events: auto; }
#toast-container * {
  box-sizing: border-box; }
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }
#toast-container > :hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }
.icon-success {
  width: 35px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }
.icon-error {
  width: 35px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }
.icon-info {
  width: 35px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }
.icon-wait {
  width: 35px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url("data:image/gif;base64,R0lGODlhIAAgAIQAAAQCBISGhMzKzERCROTm5CQiJKyurHx+fPz+/ExOTOzu7Dw+PIyOjCwqLFRWVAwKDIyKjMzOzOzq7CQmJLy6vFRSVPTy9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCQAXACwAAAAAIAAgAAAF3eAljmRpnmh6VRSVqLDpIDTixOdUlFSNUDhSQUAT7ES9GnD0SFQAKWItMqr4bqKHVPDI+WiTkaOFFVlrFe83rDrT0qeIjwrT0iLdU0GOiBxhAA4VeSk6QYeIOAsQEAuJKgw+EI8nA18IA48JBAQvFxCXDI8SNAQikV+iiaQIpheWX5mJmxKeF6g0qpQmA4yOu8C7EwYWCgZswRcTFj4KyMAGlwYxDwcHhCXMXxYxBzQHKNo+3DDeCOAn0V/TddbYJA0K48gAEAFQicMWFsfwNA3JSgAIAAFfwIMIL4QAACH5BAkJABoALAAAAAAgACAAhAQCBIyKjERCRMzOzCQiJPTy9DQyNGRmZMTCxOTm5CwqLHx+fBQWFJyenNTW1Pz6/Dw6PGxubAwKDIyOjNTS1CQmJCwuLPz+/Dw+PHRydAAAAAAAAAAAAAAAAAAAAAAAAAXboCaOZGmeaKoxWcSosMkk15W8cZ7VdZaXkcEgQtrxfD9RhHchima1GwlCGUBSFCaFxMrgRtnLFhWujWHhs2nJc8KoVlWGQnEn7/i8XgOwWAB7JwoONQ4KgSQAZRcOgHgSCwsSIhZMNRZ5CzULIgaWF5h4mhecfIQ8jXmQkiODhYeIiRYGjrG2PxgBARi3IhNMAbcCnwI5BAQpAZ8TIwK6vCQVDwUVKL+WzAANTA210g/VJ8OWxQefByQE4dZMzBoInwh4zrtgn2p725YNthUFTNRuGYB3AYGBHCEAACH5BAkJAB0ALAAAAAAgACAAhAQCBISChFRWVMzKzCQiJOTm5GxqbCwuLJSWlPz6/NTW1AwODJSSlGRmZCwqLOzu7HR2dDQ2NAQGBISGhFxaXNTS1CQmJOzq7GxubDQyNKSmpPz+/Nza3AAAAAAAAAAAAAXfYCeOZGmeaKqurHBdAiuP17Zdc0lMAVHWt9yI8LA9fCPB4xEjARoNSWpis01kBpshFahurqzsZosiGpErScMAUO0maKF8Tq/bTQCIQgFp30cQXhB1BHEcXhx0FgkJFiOHVYlzi42AgoRxeRx8fn+en3UABwedKgsBAwMBCygOCjYKDisLFV4VrCUAtVUKpSZdXl8mB8EbByQWcQPFAyYZxccdB7sV0cvBzbmvvG0LBV4FrFTBYCWuNhyyHRTFFB20trh4BxmdYl4YIqepq0IRxRE+IfDCAFQHARo0NGERAgAh+QQJCQAgACwAAAAAIAAgAIUEAgSEgoRMTkzMyswcHhzk5uR0cnQUFhRcXlwsKiz09vQMCgyMiozU1tQkJiR8fnxkZmT8/vwEBgSEhoRcWlzU0tQkIiT08vR0dnQcGhxkYmQ0MjT8+vwMDgyMjozc2twAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG+UCQcEgsGo/IpHLJXDweC6Z0+IhEHlOjRGIMWLHZoUZx0RQlAajxkFFKFFYFl5m5KNpIySU+X2bIBEoQZBBZGQdMElFhjI2Oj5AgHQEDAw8dQxYeDBaNHRVWVhWYCXsRFwmMXqFWEyAerB6MA6xWA6+xs7URt6VWqIwTu64gDh4eDp6goaORQ5OVAZjO1EgEGhB4RwAYDQ0YAEwIcBEKFEgYrBhLBORxgUYfrB9LELuF8fNDAAaVBuEg7NXCVyRdqHVCGLBiIIQAB1Yc4BXh9uEbwAXuyi2iQI7DuSwHdiFqCEGDtizLRFUDsaGAlQIbVoJYIEDAIiZBAAAh+QQJCQAbACwAAAAAIAAgAIQEAgSMioxcWlz08vQcHhysqqwMDgx8enwsKiykoqRkZmT8+vzEwsQMCgyUlpQkJiS0srQEBgSMjoxcXlz09vQkIiSsrqwUEhQ0MjRsamz8/vwAAAAAAAAAAAAAAAAAAAAF7+AmjmRpnmiqruz2PG0sIssCj4CQJAIgj4/abRNJaI6agu9kCAQaphdJgEQKUIFjgGWsahJYLdf7RTWfLKr3+jsBClVlG5Xb9eb4fImgUBBKDVB4ExRHFGwbGRQLGXMEhUgUfw2QC4IyCmSNDQtHlm2ZXgoiGQsUjW0EnUgLfyKBeYSeiHojfH61uS0GBisVEgEVLRcWRxAXKAgDRwMILMVIECgSVRIrBmS9JtRI1iMVBweuGxerSNolyszOIhjLGs0jEFXSKA8SEkMbcEgWIxfzNBxrw6AKgxIGkM05UOWALhERHJhysOThBgAVWYQAACH5BAkJABkALAAAAAAgACAAhAQGBIyKjERCRMzOzCwuLGRiZPz6/OTm5AwODLSytFRSVNTW1Dw6PHx6fAwKDJSSlERGRNTS1DQyNGxqbPz+/BQSFLy6vFRWVNza3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAXqYCaO5FgFwxBUZeu61ULNFMa+eBvQdJD/owFvFhkBBAwHsBQZUooZyWF2YOQkBNJu6ANMaQeli0AxSEwymi0DcUJeEgPlbEJFAghRe/h+Eeg/Dl9UYks5DF9VhksOAgKFi5GSSwh5kzgVCXIJNxknD5aSCTwJIw8zD5MITpanFKmSCHI8NxUPoJejNKWXLZkznL0vCJ3CxsckDpA/ChYJFzkTBgYTSxc80C4OswbLLhY8Fi/bMwYAJVgl4DTiL9LUJADrFuci1zTZLwD1IwU8BSQuWLCQb1EDHg2QiSDALYvCDAISJLDy8FIIACH5BAkJAB4ALAAAAAAgACAAhAQGBISGhFRSVNTW1CQiJKyqrGRmZOzu7CwuLIyOjGxubPz6/BQSFGRiZOTi5CwqLLy6vDQ2NIyKjFRWVCQmJKyurGxqbPT29DQyNJSSlHRydPz+/BQWFOzq7AAAAAAAAAXhoCeOJElYClGubOs117YtjWuvxCLLi3qbhc6h4FPsdorfiNI5dige43GT9AAkHUcCwCpMNxVP7tgTJY4J1uF7EBl0M8Ooueuo2SOCIkVa11kVX2E2EmgsFH4yBz4uAAkdHVstBAUHQ4xKmZqbnJ2bAhAQAiURGJ4eE0cTIxgzpp0QRxCsrp6xO7MjpaepO6unKxOhv8DFxsfIJBwaChw2DAkZDEocDjIOzi0ZMhlKUjIaLtsb3T8aR+EtDBkJ0yQUBQVQI9XX2ZsDMgMlyxr3mzE2XEgmotCGAARFIHiQ0FMIACH5BAkJABgALAAAAAAgACAAhAQCBISGhDw+POTi5CwuLLS2tPTy9BQSFJyenGRiZDQ2NIyOjLy+vPz6/BweHIyKjFRSVOzq7DQyNLy6vBQWFHRydDw6PPz+/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXXICaOZHkcZaquIjVd10SxtFrAcFGrVhBYIwoON9uNAsOA6DCEFTEKBEKxEjQvAtELNxkpGrAGNfW4Plpb2QgxRKjKzfPoVGLj3CnLNUv7hscpSDhKOxJSgDwPP0ZGAACMjAQFDQYFBJA0BAZDBpeYGBQVFUU3TV2YFAMwAzNgTQ2PkBVDFRiuQ7CYszi1pUOnkKmrM5qcnqiiTwQTDQ2Wn9DR0tPUfRKQEBEREDQSFw3XRhEwEd3f4TvjF+XWKgJ8JNnb0QkwCdUlCzAL+CQODAwc9BtIMAQAOw==") !important; }
.icon-warning {
  width: 35px;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }
.toast {
  position: relative;
  background-color: #030303; }
.toast-success {
  background-color: #51a351; }
.toast-error {
  background-color: #bd362f; }
.toast-info {
  background-color: #2f96b4; }
.toast-wait {
  background-color: #2f96b4; }
.toast-warning {
  background-color: #f89406; }
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.1em;
    top: -0.2em; }
  .toast-content {
    width: 94%; } }
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.1em;
    top: -0.2em; }
  .toast-content {
    width: 94%; } }
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }
app-header-nav {
  z-index: 200;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
.header-nav-container {
  height: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
@media screen and (max-width: 900px) {
    .header-nav-container {
      height: 56px;
      background: transparent; }
      .header-nav-container.open {
        background: black; } }
.header-nav-container .header-nav-content {
    padding: 0 40px;
    width: 1250px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
@media screen and (max-width: 900px) {
      .header-nav-container .header-nav-content {
        padding: 0 16px; } }
.header-nav-container .header-nav-content .left img {
      width: 80px; }
@media screen and (max-width: 900px) {
        .header-nav-container .header-nav-content .left img {
          height: 30px; } }
.header-nav-container .header-nav-content .spacer {
      -webkit-box-flex: 1;
              flex: 1 0 auto; }
.header-nav-container .header-nav-content .right {
      z-index: 300;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      gap: 40px; }
@media screen and (max-width: 900px) {
        .header-nav-container .header-nav-content .right.open {
          height: calc(100dvh - 100px);
          position: absolute;
          top: 56px;
          left: 0;
          bottom: 0;
          right: 0;
          background: black;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column;
          -webkit-box-align: center;
                  align-items: center;
          -webkit-box-pack: center;
                  justify-content: center; } }
@media screen and (max-width: 900px) and (max-height: 750px) {
    .header-nav-container .header-nav-content .right.open {
      gap: 20px; } }
@media screen and (max-width: 900px) {
          .header-nav-container .header-nav-content .right.open .burger-menu {
            top: -40px; }
          .header-nav-container .header-nav-content .right.open .nav-item {
            text-align: center;
            color: #fff;
            font-family: DIN, sans-serif;
            font-size: 40px;
            font-weight: bold;
            font-stretch: condensed;
            line-height: 1;
            letter-spacing: -0.08px; }
          .header-nav-container .header-nav-content .right.open .nav-item, .header-nav-container .header-nav-content .right.open .btn-primary {
            display: -webkit-box;
            display: flex; } }
.header-nav-container .header-nav-content .right .nav-item {
        position: relative;
        cursor: pointer;
        padding: 11px 0;
        text-align: left;
        color: #fafafa;
        font-family: Lato, sans-serif;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.12;
        letter-spacing: 0.32px; }
@media screen and (max-height: 750px) {
          .header-nav-container .header-nav-content .right .nav-item {
            padding: unset; } }
@media screen and (max-width: 900px) {
          .header-nav-container .header-nav-content .right .nav-item {
            display: none; } }
.header-nav-container .header-nav-content .right .nav-item.active {
          border-bottom: solid 2px #0aa9dc; }
.header-nav-container .header-nav-content .right .nav-item:not(.active):after {
          -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
          opacity: 0;
          position: absolute;
          content: "";
          bottom: 0;
          left: 50%;
          width: 0;
          height: 2px;
          background: white; }
.header-nav-container .header-nav-content .right .nav-item:not(.active):hover:after {
          opacity: 1;
          left: 0;
          width: 100%; }
@media screen and (max-width: 900px) {
        .header-nav-container .header-nav-content .right .btn-primary {
          display: none; } }
.header-nav-container .header-nav-content .right .burger-menu {
        cursor: pointer;
        display: none; }
@media screen and (max-width: 900px) {
          .header-nav-container .header-nav-content .right .burger-menu {
            display: block;
            position: absolute;
            top: 16px;
            right: 16px; } }
.header-nav-container .header-nav-content .right .burger-menu img {
          width: 24px;
          height: 24px; }
.hero-section {
  min-height: 100dvh;
  position: relative;
  background: url('/assets/img-hero.png') center no-repeat;
  background-size: cover; }
@media screen and (max-width: 900px) {
    .hero-section {
      background: url('/assets/header-image-mobile.png') center no-repeat;
      background-size: cover; } }
.hero-section .background {
    --x:0;
    --y:0;
    --radius:0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
@media screen and (min-width: 900px) {
      .hero-section .background {
        background-image: radial-gradient(circle at var(--x) var(--y), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) var(--radius)); } }
.hero-section .hero-content {
    position: relative;
    width: 1250px;
    margin: 0 auto;
    padding-bottom: 50px; }
@media screen and (max-width: 1300px) {
      .hero-section .hero-content {
        width: calc(100dvw - 32px); } }
.hero-section .hero-content .text-grid {
      min-height: 60dvh;
      padding-bottom: 90px;
      width: 100%;
      text-transform: uppercase;
      font-family: Roboto,sans-serif;
      font-size: 80px;
      font-weight: 100;
      font-style: normal;
      line-height: 1;
      letter-spacing: -0.16px;
      text-align: left;
      color: #fff;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      gap: 10px; }
@media screen and (max-height: 750px) {
        .hero-section .hero-content .text-grid {
          min-height: 80dvh; } }
@media screen and (max-width: 1200px) {
        .hero-section .hero-content .text-grid {
          font-size: 60px; } }
@media screen and (max-width: 950px) {
        .hero-section .hero-content .text-grid {
          font-size: 40px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column; }
          .hero-section .hero-content .text-grid .right {
            will-change: transform;
            text-align: center;
            margin-top: 0 !important; }
            .hero-section .hero-content .text-grid .right .welcome {
              margin-top: 23px;
              text-align: center !important; }
          .hero-section .hero-content .text-grid br {
            display: none !important; } }
.hero-section .hero-content .text-grid .left {
        will-change: transform;
        overflow: hidden;
        font-weight: 100; }
.hero-section .hero-content .text-grid .left .bold {
          font-weight: 900; }
.hero-section .hero-content .text-grid .middle {
        will-change: transform;
        font-family: Perpetua,serif;
        font-weight: 100; }
.hero-section .hero-content .text-grid .right {
        overflow: hidden;
        margin-top: 30px;
        font-weight: 100; }
.hero-section .hero-content .text-grid .right .bold {
          font-weight: 900; }
.hero-section .hero-content .text-grid .right .welcome {
          text-transform: none;
          text-align: left;
          color: #fff;
          font-family: Lato, sans-serif;
          font-size: 20px;
          line-height: 1.36; }
.hero-section .hero-content .text-grid .right .welcome .grey {
            color: #f5f5f5; }
@media screen and (max-width: 900px) {
            .hero-section .hero-content .text-grid .right .welcome {
              font-weight: 700; } }
@-webkit-keyframes rotate-now {
  from {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg); }
  to {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg); } }
@keyframes rotate-now {
  from {
    -webkit-transform: rotate(-60deg);
            transform: rotate(-60deg); }
  to {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg); } }
.grow {
  will-change: transform;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0.5;
  background: black;
  padding-bottom: 120px;
  padding-top: 50px; }
@media screen and (max-width: 900px) {
    .grow {
      padding-bottom: 80px; } }
.grow .text {
    line-height: 1.1 !important;
    will-change: transform;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-family: DIN, sans-serif;
    font-size: 48px;
    font-weight: bold;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: -0.1px;
    color: #fff; }
@media screen and (max-width: 900px) {
      .grow .text {
        width: 80%;
        font-size: 34px; } }
@media screen and (max-width: 600px) {
      .grow .text {
        width: calc(100% - 32px); } }
@media screen and (max-width: 1050px) {
      .grow .text {
        width: calc(100% - 32px); } }
.grow .text .blue {
      color: #0aa9dc; }
.grow .text .mask {
      will-change: transform;
      font-size: 48px;
      background: rgba(0, 0, 0, 0.5);
      right: 0;
      position: absolute;
      top: 8px;
      width: 100%;
      height: 100%;
      line-height: 1; }
@media screen and (max-width: 900px) {
        .grow .text .mask {
          font-size: 34px;
          top: 3px;
          height: 101%; } }
.brands-header {
  text-align: center;
  color: #fff;
  font-family: DIN, sans-serif;
  font-size: 48px;
  font-weight: bold;
  font-stretch: condensed;
  line-height: 1;
  letter-spacing: -0.1px; }
@media screen and (max-width: 900px) {
    .brands-header {
      font-size: 40px; } }
.brands-header .text-primary {
    color: #0aa9dc; }
.what-we-do-container {
  margin-top: 120px;
  padding-bottom: 120px; }
@media screen and (max-width: 900px) {
    .what-we-do-container {
      margin-top: 80px;
      padding-bottom: 80px; } }
.what-we-do-container .what-we-do-content {
    width: 1250px;
    margin: 0 auto; }
@media screen and (max-width: 1300px) {
      .what-we-do-container .what-we-do-content {
        width: calc(100vw - 32px); } }
.what-we-do-container .what-we-do-content .header {
      text-transform: uppercase;
      text-shadow: -1px -1px 0 #0aa9dc, 1px -1px 0 #0aa9dc, -1px 1px 0 #0aa9dc, 1px 1px 0 #0aa9dc;
      font-family: Roboto,  sans-serif;
      font-size: 120px;
      font-weight: 900;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: center;
      white-space: nowrap; }
@media screen and (max-width: 900px) {
        .what-we-do-container .what-we-do-content .header {
          font-size: 80px; } }
.what-we-do-container .what-we-do-content .header .top {
        will-change: transform;
        text-align: left; }
.what-we-do-container .what-we-do-content .header .bottom {
        will-change: transform;
        text-align: right; }
.what-we-do-container .grid {
    display: grid;
    grid-template-columns: 370px 1fr;
    grid-column-gap: 120px;
    width: 1250px;
    margin: 80px auto 0 auto; }
@media screen and (max-width: 1300px) {
      .what-we-do-container .grid {
        width: calc(100% - 32px); } }
@media screen and (max-width: 1000px) {
      .what-we-do-container .grid {
        grid-column-gap: 40px; } }
@media screen and (max-width: 900px) {
      .what-we-do-container .grid {
        grid-template-columns: 1fr;
        grid-row-gap: 40px; } }
.what-we-do-container .grid .left {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
.what-we-do-container .grid .left .header {
        text-align: left;
        color: #fafafa;
        font-family: DIN, sans-serif;
        font-size: 48px;
        font-weight: bold;
        font-stretch: condensed;
        line-height: 1;
        letter-spacing: -0.1px; }
@media screen and (max-width: 900px) {
          .what-we-do-container .grid .left .header {
            font-size: 40px; } }
.what-we-do-container .grid .left .text {
        margin-top: 8px;
        text-align: left;
        color: #fafafa;
        font-family: Lato, sans-serif;
        font-size: 16px;
        line-height: 1.36; }
@media screen and (max-width: 900px) {
          .what-we-do-container .grid .left .text {
            font-size: 16px; } }
.what-we-do-container .grid .left .spacer {
        -webkit-box-flex: 1;
                flex: 1 0 auto; }
@media screen and (max-width: 900px) {
        .what-we-do-container .grid .left .image {
          display: none; } }
.what-we-do-container .grid .right .item {
      cursor: pointer;
      padding: 0 0 24px 0;
      width: 100%;
      border-bottom: solid 1px #424242; }
.what-we-do-container .grid .right .item:not(:first-child) {
        padding: 24px 0; }
.what-we-do-container .grid .right .item .header {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: justify;
                justify-content: space-between;
        text-align: left;
        color: #fafafa;
        font-family: DIN, sans-serif;
        font-size: 34px;
        font-weight: bold;
        font-stretch: condensed;
        line-height: 1;
        letter-spacing: -0.07px; }
@media screen and (max-width: 900px) {
          .what-we-do-container .grid .right .item .header {
            font-size: 28px; } }
.what-we-do-container .grid .right .item .header .icon {
          cursor: pointer; }
.what-we-do-container .grid .right .item .info {
        opacity: 0;
        height: 0;
        margin-top: 8px;
        text-align: left;
        color: #fafafa;
        font-family: Lato, sans-serif;
        font-size: 16px;
        line-height: 1.36; }
@media screen and (max-width: 900px) {
          .what-we-do-container .grid .right .item .info {
            font-size: 16px; } }
.what-we-do-container .grid .right .item .expand {
        -webkit-transition: all .3s;
        transition: all .3s; }
.what-we-do-container .grid .right .item .expand:hover {
          scale: 1.2; }
.build-container {
  width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 550px 1fr;
  grid-column-gap: 65px;
  -webkit-box-align: center;
          align-items: center; }
@media screen and (max-width: 1300px) {
    .build-container {
      width: calc(100vw - 32px); } }
@media screen and (max-width: 1200px) {
    .build-container {
      grid-template-columns: 350px 1fr; } }
@media screen and (max-width: 900px) {
    .build-container {
      grid-template-columns: 1fr;
      grid-row-gap: 40px; }
      .build-container .right {
        grid-row: 1/span 1; }
      .build-container .left {
        grid-row: 2/span 1; } }
@media screen and (max-width: 900px) {
    .build-container .left {
      text-align: center; } }
.build-container .left img {
    width: 100%; }
@media screen and (max-width: 900px) {
      .build-container .left img {
        width: 50%; } }
@media screen and (max-width: 600px) {
      .build-container .left img {
        width: calc(100% - 32px); } }
.build-container .right .header {
    text-align: left;
    color: #fafafa;
    font-family: DIN, sans-serif;
    font-size: 48px;
    font-weight: bold;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: -0.1px; }
.build-container .right .static-text {
    margin-top: 12px;
    text-align: left;
    color: #fafafa;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 1.36; }
.build-container .right .dynamic-text .item {
    opacity: 0;
    position: relative;
    margin-top: 16px;
    padding: 24px 16px;
    border-radius: 8px;
    background-color: #171717;
    text-align: left;
    color: #fafafa;
    font-family: DIN, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: -0.04px; }
.build-container .right .dynamic-text .item:first-child {
      margin-top: 24px; }
.build-container .right .dynamic-text .item .blue {
      color: #0aa9dc; }
.build-container .right .dynamic-text .item .item-mask {
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
      border-radius: 8px;
      padding: 24px 16px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      background: #fafafa;
      color: #171717; }
.mat-dialog-container {
  background: black !important;
  box-shadow: 0 0 20px #414141 !important; }
.mat-dialog-content {
  padding: 40px 40px !important; }
.contact-container {
  padding: 116px 40px;
  background: black; }
@media screen and (max-width: 900px) {
    .contact-container {
      padding: 80px 24px; } }
.contact-container .contact-content {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    padding: 80px 0;
    border-radius: 8px;
    background-color: #171717; }
.contact-container .contact-content .header {
      text-align: center;
      color: #fff;
      font-family: DIN, sans-serif;
      font-size: 48px;
      font-weight: bold;
      font-stretch: condensed;
      line-height: 1;
      letter-spacing: -0.1px; }
@media screen and (max-width: 900px) {
        .contact-container .contact-content .header {
          font-size: 40px; } }
.contact-container .contact-content .email {
      margin-top: 24px; }
.contact-container .contact-content .email a {
        text-align: center;
        color: #0aa9dc;
        font-family: DIN, sans-serif;
        font-size: 24px;
        font-weight: bold;
        font-stretch: condensed;
        line-height: 1;
        letter-spacing: -0.05px; }
@media screen and (max-width: 900px) {
          .contact-container .contact-content .email a {
            font-size: 22px; } }
.contact-container .contact-content .coffee-image {
      margin-top: 60px;
      cursor: pointer;
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center; }
.contact-container .contact-content .coffee-image .image {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        width: 55.5px;
        height: 55.5px;
        border-radius: 100px;
        background-color: #0aa9dc; }
.contact-container .contact-content .coffee-image .image img {
          z-index: 1;
          -webkit-transition: all .4s;
          transition: all .4s;
          width: 32.2px;
          height: 32.2px; }
.contact-container .contact-content .coffee-image .text {
        z-index: 10;
        position: absolute;
        width: 100px;
        height: 100px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
.contact-container .contact-content .coffee-image .text text {
          -webkit-transform: rotate(-60deg);
                  transform: rotate(-60deg);
          position: absolute;
          -webkit-transform-origin: center;
                  transform-origin: center;
          fill: #ffffff;
          font-family: Roboto Condensed,sans-serif;
          font-weight: normal;
          font-size: 82.5px; }
.contact-container .contact-content .coffee-image .text .circleText {
          position: absolute;
          width: 100px;
          height: 100px;
          overflow: visible;
          -webkit-transform-origin: center center;
                  transform-origin: center center;
          stroke-opacity: 0.5; }
.contact-container .contact-content .coffee-image .text text {
          -webkit-animation-name: rotate-now;
                  animation-name: rotate-now;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-duration: 6s;
                  animation-duration: 6s;
          -webkit-animation-iteration-count: infinite;
                  animation-iteration-count: infinite;
          -webkit-animation-timing-function: linear;
                  animation-timing-function: linear; }
.contact-container .contact-content .coffee-image .text:hover ~ .image img {
          content: url('coffee-cup-2.76b4ec301a3821f958fe.svg'); }
.contact-container .contact-content .coffee-image .text:hover text {
          -webkit-animation-name: unset;
                  animation-name: unset; }
.buttons-container {
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 15px; }
app-footer {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 80px;
  width: 1250px;
  margin: 0 auto; }
@media screen and (max-width: 1300px) {
    app-footer {
      width: calc(100% - 32px); } }
app-footer app-header-nav {
    position: relative; }
@media screen and (max-width: 900px) {
    app-footer {
      height: 120px; }
      app-footer app-header-nav {
        display: none; } }
.brand-image-mobile {
  width: 100%;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.brand-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.image-right {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.image-left {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
@media (max-width: 767px) {
  .image-right {
    width: 300px;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .image-left {
    width: 300px;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .centre-mobile {
    margin: auto; } }
.slick-slide {
  padding: 10px; }
.slick-image {
  height: 300px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
.skyline {
  visibility: hidden; }
.text-leading-2x.text-thin.text-sizing-1-5x.text-center {
  font-size: 18px !important; }
.navbar > .container {
  width: 100%; }
p[class^="empire-info"] {
  font-size: 18px !important; }
@media (min-width: 900px) {
  .margin-neg-top {
    margin-top: -10rem; }
  .margin-neg-top-less {
    margin-top: -10rem; } }
@media (min-width: 1200px) {
  .margin-neg-top {
    margin-top: -10rem; }
  .margin-neg-top-less {
    margin-top: -10rem; } }
@media (min-width: 1800px) {
  .margin-neg-top {
    margin-top: -10rem; }
  .margin-neg-top-less {
    margin-top: -10rem; } }
.slick-dots li button:before {
  font-size: 12px !important; }
.height-half {
  height: 80vh !important; }
.height-auto {
  height: auto !important; }
h1 {
  font-weight: 700 !important; }
.brand-section__row {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  padding: 0 20px;
  -webkit-box-pack: center;
          justify-content: center; }
.brand-image {
  width: 100%;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.heading-font {
  font-family: "din-condensed", sans-serif;
  font-weight: bold; }
.heading-sub {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  max-width: 606px; }
.action-btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 28px; }
@media (max-width: 767px) {
    .action-btns {
      width: 100%; }
      .action-btns .btn-primary,
      .action-btns .btn-secondary {
        width: 100%; } }
.mat-form-field-infix {
  padding: 0 !important;
  border: none !important; }
.cdk-overlay-backdrop {
  background-color: rgba(0, 0, 0, 0.3) !important; }
.hand {
  cursor: pointer; }
.cdk-overlay-pane {
  max-width: 90vw !important;
  max-height: 90vh !important; }
.mb-16 {
  margin-bottom: 16px !important; }
@media (max-width: 767px) {
  .LandbotLivechat {
    margin-bottom: 40px !important; } }
body, html {
  overflow-x: hidden;
  box-sizing: border-box;
  background: black; }
body *, html * {
    box-sizing: border-box; }
body {
  overflow: hidden; }
::-webkit-scrollbar {
  width: 5px;
  height: 5px; }
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px; }
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0aa9dc;
  border-radius: 5px; }
::-webkit-scrollbar-track {
  background: black; }
.cdk-overlay-backdrop {
  pointer-events: unset !important; }
.es-input {
  color: white !important; }

.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-badge-small .mat-badge-content{font-size:6px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto,"Helvetica Neue",sans-serif;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 11.62px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 9.38px/20px Roboto,"Helvetica Neue",sans-serif;margin:0 0 12px}.mat-body-2,.mat-body-strong{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-caption,.mat-small{font:400 12px/20px Roboto,"Helvetica Neue",sans-serif}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto,"Helvetica Neue",sans-serif;margin:0 0 56px;letter-spacing:-.05em}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px;letter-spacing:-.02em}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px;letter-spacing:-.005em}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto,"Helvetica Neue",sans-serif;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-button,.mat-fab,.mat-flat-button,.mat-icon-button,.mat-mini-fab,.mat-raised-button,.mat-stroked-button{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-button-toggle{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-content,.mat-card-subtitle{font-size:14px}.mat-checkbox{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-remove.mat-icon,.mat-chip .mat-chip-trailing-icon.mat-icon{font-size:18px}.mat-table{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif}.mat-expansion-panel-header{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto,"Helvetica Neue",sans-serif}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto,"Helvetica Neue",sans-serif}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-1.34375em) scale(.75);transform:translateY(-1.34375em) scale(.75);width:133.33333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.34374em) scale(.75);transform:translateY(-1.34374em) scale(.75);width:133.33334%}.mat-form-field-label-wrapper{top:-.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.66667em;top:calc(100% - 1.79167em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.001px);-ms-transform:translateY(-1.28125em) scale(.75);width:133.33333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00101px);-ms-transform:translateY(-1.28124em) scale(.75);width:133.33334%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);transform:translateY(-1.28125em) scale(.75) perspective(100px) translateZ(.00102px);-ms-transform:translateY(-1.28123em) scale(.75);width:133.33335%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.54167em;top:calc(100% - 1.66667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-1.28122em) scale(.75);transform:translateY(-1.28122em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.28121em) scale(.75);transform:translateY(-1.28121em) scale(.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.2812em) scale(.75);transform:translateY(-1.2812em) scale(.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-.5em}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-.59375em) scale(.75);transform:translateY(-.59375em) scale(.75);width:133.33333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-.59374em) scale(.75);transform:translateY(-.59374em) scale(.75);width:133.33334%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-.25em}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label{-webkit-transform:translateY(-1.59375em) scale(.75);transform:translateY(-1.59375em) scale(.75);width:133.33333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{-webkit-transform:translateY(-1.59374em) scale(.75);transform:translateY(-1.59374em) scale(.75);width:133.33334%}.mat-grid-tile-footer,.mat-grid-tile-header{font-size:14px}.mat-grid-tile-footer .mat-line,.mat-grid-tile-header .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-footer .mat-line:nth-child(n+2),.mat-grid-tile-header .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-.0625em}.mat-menu-item{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px}.mat-radio-button{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-slider-thumb-label-text{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-stepper-horizontal,.mat-stepper-vertical{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:400}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-tab-label,.mat-tab-link{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto,"Helvetica Neue",sans-serif;margin:0}.mat-tooltip{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-option{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto,"Helvetica Neue",sans-serif}.mat-simple-snackbar{font-family:Roboto,"Helvetica Neue",sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree{font-family:Roboto,"Helvetica Neue",sans-serif}.mat-nested-tree-node,.mat-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;-webkit-transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,-webkit-transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1);transition:opacity,transform 0s cubic-bezier(0,0,.2,1),-webkit-transform 0s cubic-bezier(0,0,.2,1);-webkit-transform:scale(0);transform:scale(0)}@media (-ms-high-contrast:active){.mat-ripple-element{display:none}}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-global-overlay-wrapper,.cdk-overlay-container{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:-webkit-box;display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:-webkit-box;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;-webkit-transition:opacity .4s cubic-bezier(.25,.8,.25,1);transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}@media screen and (-ms-high-contrast:active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}@-webkit-keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-start{/*!*/}@-webkit-keyframes cdk-text-field-autofill-end{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{-webkit-animation-name:cdk-text-field-autofill-start;animation-name:cdk-text-field-autofill-start}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){-webkit-animation-name:cdk-text-field-autofill-end;animation-name:cdk-text-field-autofill-end}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{height:auto!important;overflow:hidden!important;padding:2px 0!important;box-sizing:content-box!important}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-option{color:rgba(0,0,0,.87)}.mat-option:focus:not(.mat-option-disabled),.mat-option:hover:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-optgroup-label{color:rgba(0,0,0,.54)}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox::after{color:#fafafa}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate,.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate{background:#ff4081}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#3f51b5}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-elevation-z0{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-elevation-z1{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-elevation-z2{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-elevation-z3{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-elevation-z4{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-elevation-z5{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12)}.mat-elevation-z6{box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-elevation-z7{box-shadow:0 4px 5px -2px rgba(0,0,0,.2),0 7px 10px 1px rgba(0,0,0,.14),0 2px 16px 1px rgba(0,0,0,.12)}.mat-elevation-z8{box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-elevation-z9{box-shadow:0 5px 6px -3px rgba(0,0,0,.2),0 9px 12px 1px rgba(0,0,0,.14),0 3px 16px 2px rgba(0,0,0,.12)}.mat-elevation-z10{box-shadow:0 6px 6px -3px rgba(0,0,0,.2),0 10px 14px 1px rgba(0,0,0,.14),0 4px 18px 3px rgba(0,0,0,.12)}.mat-elevation-z11{box-shadow:0 6px 7px -4px rgba(0,0,0,.2),0 11px 15px 1px rgba(0,0,0,.14),0 4px 20px 3px rgba(0,0,0,.12)}.mat-elevation-z12{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-elevation-z13{box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12)}.mat-elevation-z14{box-shadow:0 7px 9px -4px rgba(0,0,0,.2),0 14px 21px 2px rgba(0,0,0,.14),0 5px 26px 4px rgba(0,0,0,.12)}.mat-elevation-z15{box-shadow:0 8px 9px -5px rgba(0,0,0,.2),0 15px 22px 2px rgba(0,0,0,.14),0 6px 28px 5px rgba(0,0,0,.12)}.mat-elevation-z16{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-elevation-z17{box-shadow:0 8px 11px -5px rgba(0,0,0,.2),0 17px 26px 2px rgba(0,0,0,.14),0 6px 32px 5px rgba(0,0,0,.12)}.mat-elevation-z18{box-shadow:0 9px 11px -5px rgba(0,0,0,.2),0 18px 28px 2px rgba(0,0,0,.14),0 7px 34px 6px rgba(0,0,0,.12)}.mat-elevation-z19{box-shadow:0 9px 12px -6px rgba(0,0,0,.2),0 19px 29px 2px rgba(0,0,0,.14),0 7px 36px 6px rgba(0,0,0,.12)}.mat-elevation-z20{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 20px 31px 3px rgba(0,0,0,.14),0 8px 38px 7px rgba(0,0,0,.12)}.mat-elevation-z21{box-shadow:0 10px 13px -6px rgba(0,0,0,.2),0 21px 33px 3px rgba(0,0,0,.14),0 8px 40px 7px rgba(0,0,0,.12)}.mat-elevation-z22{box-shadow:0 10px 14px -6px rgba(0,0,0,.2),0 22px 35px 3px rgba(0,0,0,.14),0 8px 42px 7px rgba(0,0,0,.12)}.mat-elevation-z23{box-shadow:0 11px 14px -7px rgba(0,0,0,.2),0 23px 36px 3px rgba(0,0,0,.14),0 9px 44px 8px rgba(0,0,0,.12)}.mat-elevation-z24{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}.mat-badge-content{color:#fff;background:#3f51b5}@media (-ms-high-contrast:active){.mat-badge-content{outline:solid 1px;border-radius:0}}.mat-badge-accent .mat-badge-content{background:#ff4081;color:#fff}.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.mat-badge{position:relative}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out;-webkit-transform:scale(.6);transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.mat-badge-content.mat-badge-active{-webkit-transform:none;transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-bottom-sheet-container{box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);background:#fff;color:rgba(0,0,0,.87)}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:0 0}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#3f51b5}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ff4081}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}.mat-button.mat-accent[disabled],.mat-button.mat-primary[disabled],.mat-button.mat-warn[disabled],.mat-button[disabled][disabled],.mat-icon-button.mat-accent[disabled],.mat-icon-button.mat-primary[disabled],.mat-icon-button.mat-warn[disabled],.mat-icon-button[disabled][disabled],.mat-stroked-button.mat-accent[disabled],.mat-stroked-button.mat-primary[disabled],.mat-stroked-button.mat-warn[disabled],.mat-stroked-button[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#3f51b5}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ff4081}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.mat-button[disabled] .mat-button-focus-overlay,.mat-icon-button[disabled] .mat-button-focus-overlay,.mat-stroked-button[disabled] .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:#000}.mat-stroked-button:not([disabled]){border-color:rgba(0,0,0,.12)}.mat-fab,.mat-flat-button,.mat-mini-fab,.mat-raised-button{color:rgba(0,0,0,.87);background-color:#fff}.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary{color:#fff}.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent{color:#fff}.mat-fab.mat-warn,.mat-flat-button.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn{color:#fff}.mat-fab.mat-accent[disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled]{color:rgba(0,0,0,.26)}.mat-fab.mat-primary,.mat-flat-button.mat-primary,.mat-mini-fab.mat-primary,.mat-raised-button.mat-primary{background-color:#3f51b5}.mat-fab.mat-accent,.mat-flat-button.mat-accent,.mat-mini-fab.mat-accent,.mat-raised-button.mat-accent{background-color:#ff4081}.mat-fab.mat-warn,.mat-flat-button.mat-warn,.mat-mini-fab.mat-warn,.mat-raised-button.mat-warn{background-color:#f44336}.mat-fab.mat-accent[disabled],.mat-fab.mat-primary[disabled],.mat-fab.mat-warn[disabled],.mat-fab[disabled][disabled],.mat-flat-button.mat-accent[disabled],.mat-flat-button.mat-primary[disabled],.mat-flat-button.mat-warn[disabled],.mat-flat-button[disabled][disabled],.mat-mini-fab.mat-accent[disabled],.mat-mini-fab.mat-primary[disabled],.mat-mini-fab.mat-warn[disabled],.mat-mini-fab[disabled][disabled],.mat-raised-button.mat-accent[disabled],.mat-raised-button.mat-primary[disabled],.mat-raised-button.mat-warn[disabled],.mat-raised-button[disabled][disabled]{background-color:rgba(0,0,0,.12)}.mat-fab.mat-primary .mat-ripple-element,.mat-flat-button.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-fab.mat-accent .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-fab.mat-warn .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button:not([class*=mat-elevation-z]),.mat-stroked-button:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.mat-raised-button[disabled]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]),.mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px rgba(0,0,0,.2),0 12px 17px 2px rgba(0,0,0,.14),0 5px 22px 4px rgba(0,0,0,.12)}.mat-fab[disabled]:not([class*=mat-elevation-z]),.mat-mini-fab[disabled]:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-button-toggle-group,.mat-button-toggle-standalone{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard,.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{box-shadow:none}.mat-button-toggle{color:rgba(0,0,0,.38)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.mat-button-toggle-group-appearance-standard,.mat-button-toggle-standalone.mat-button-toggle-appearance-standard{border:solid 1px rgba(0,0,0,.12)}.mat-card{background:#fff;color:rgba(0,0,0,.87)}.mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-card-subtitle{color:rgba(0,0,0,.54)}.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}.mat-checkbox-checkmark{fill:#fafafa}.mat-checkbox-checkmark-path{stroke:#fafafa!important}@media (-ms-high-contrast:black-on-white){.mat-checkbox-checkmark-path{stroke:#000!important}}.mat-checkbox-mixedmark{background-color:#fafafa}.mat-checkbox-checked.mat-primary .mat-checkbox-background,.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background{background-color:#3f51b5}.mat-checkbox-checked.mat-accent .mat-checkbox-background,.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background{background-color:#ff4081}.mat-checkbox-checked.mat-warn .mat-checkbox-background,.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}@media (-ms-high-contrast:active){.mat-checkbox-disabled{opacity:.5}}@media (-ms-high-contrast:active){.mat-checkbox-background{background:0 0}}.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element{background-color:#3f51b5}.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element{background-color:#ff4081}.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element{background-color:#f44336}.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip::after{background:#000}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#3f51b5;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ff4081;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background:rgba(255,255,255,.1)}.mat-table{background:#fff}.mat-table tbody,.mat-table tfoot,.mat-table thead,.mat-table-sticky,[mat-footer-row],[mat-header-row],[mat-row],mat-footer-row,mat-header-row,mat-row{background:inherit}mat-footer-row,mat-header-row,mat-row,td.mat-cell,td.mat-footer-cell,th.mat-header-cell{border-bottom-color:rgba(0,0,0,.12)}.mat-header-cell{color:rgba(0,0,0,.54)}.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button,.mat-datepicker-toggle{color:rgba(0,0,0,.54)}.mat-calendar-table-header{color:rgba(0,0,0,.38)}.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}.mat-calendar-body-label{color:rgba(0,0,0,.54)}.mat-calendar-body-cell-content{color:rgba(0,0,0,.87);border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){color:rgba(0,0,0,.38)}.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected),.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected){background-color:rgba(0,0,0,.04)}.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.38)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected){border-color:rgba(0,0,0,.18)}.mat-calendar-body-selected{background-color:#3f51b5;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(63,81,181,.4)}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);background-color:#fff;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ff4081;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,64,129,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.mat-datepicker-toggle-active{color:#3f51b5}.mat-datepicker-toggle-active.mat-accent{color:#ff4081}.mat-datepicker-toggle-active.mat-warn{color:#f44336}.mat-dialog-container{box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);background:#fff;color:rgba(0,0,0,.87)}.mat-divider{border-top-color:rgba(0,0,0,.12)}.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mat-action-row{border-top-color:rgba(0,0,0,.12)}.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-keyboard-focused,.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]).cdk-program-focused,.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled=true]):hover{background:rgba(0,0,0,.04)}@media (hover:none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}.mat-expansion-indicator::after,.mat-expansion-panel-header-description{color:rgba(0,0,0,.54)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title{color:inherit}.mat-form-field-label{color:rgba(0,0,0,.6)}.mat-hint{color:rgba(0,0,0,.6)}.mat-form-field.mat-focused .mat-form-field-label{color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ff4081}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.mat-focused .mat-form-field-required-marker{color:#ff4081}.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ff4081}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#3f51b5}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#ff4081}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.mat-error{color:#f44336}.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(0,0,0,.42)),color-stop(33%, rgba(0,0,0,.42)),color-stop(0, transparent));background-image:linear-gradient(to right,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:-webkit-gradient(linear,left top, right top,color-stop(0, rgba(0,0,0,.42)),color-stop(33%, rgba(0,0,0,.42)),color-stop(0, transparent));background-image:linear-gradient(to right,rgba(0,0,0,.42) 0,rgba(0,0,0,.42) 33%,transparent 0);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#3f51b5}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ff4081}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}.mat-icon.mat-primary{color:#3f51b5}.mat-icon.mat-accent{color:#ff4081}.mat-icon.mat-warn{color:#f44336}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after,.mat-input-element:disabled{color:rgba(0,0,0,.38)}.mat-input-element{caret-color:#3f51b5}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-accent .mat-input-element{caret-color:#ff4081}.mat-form-field-invalid .mat-input-element,.mat-warn .mat-input-element{caret-color:#f44336}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#f44336}.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}.mat-list-item-disabled{background-color:#eee}.mat-action-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-list-option:focus,.mat-list-option:hover,.mat-nav-list .mat-list-item:focus,.mat-nav-list .mat-list-item:hover{background:rgba(0,0,0,.04)}.mat-menu-panel{background:#fff}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-menu-item{background:0 0;color:rgba(0,0,0,.87)}.mat-menu-item[disabled],.mat-menu-item[disabled]::after{color:rgba(0,0,0,.38)}.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}.mat-menu-item-highlighted:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item:hover:not([disabled]){background:rgba(0,0,0,.04)}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}.mat-progress-bar-background{fill:#c5cae9}.mat-progress-bar-buffer{background-color:#c5cae9}.mat-progress-bar-fill::after{background-color:#3f51b5}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#ff80ab}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#ff80ab}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ff4081}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffcdd2}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffcdd2}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}.mat-progress-spinner circle,.mat-spinner circle{stroke:#3f51b5}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ff4081}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#3f51b5}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#3f51b5}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ff4081}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ff4081}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle,.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element{background-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:rgba(0,0,0,.87)}.mat-select-placeholder{color:rgba(0,0,0,.42)}.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}.mat-select-arrow{color:rgba(0,0,0,.54)}.mat-select-panel{background:#fff}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#3f51b5}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ff4081}.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12)}.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ff4081}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,64,129,.54)}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ff4081}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#3f51b5}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(63,81,181,.54)}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#3f51b5}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(244,67,54,.54)}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);background-color:#fafafa}.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}.mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label,.mat-primary .mat-slider-track-fill{background-color:#3f51b5}.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label,.mat-accent .mat-slider-track-fill{background-color:#ff4081}.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label,.mat-warn .mat-slider-track-fill{background-color:#f44336}.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider-focus-ring{background-color:rgba(255,64,129,.2)}.cdk-focused .mat-slider-track-background,.mat-slider:hover .mat-slider-track-background{background-color:rgba(0,0,0,.38)}.mat-slider-disabled .mat-slider-thumb,.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill{background-color:rgba(0,0,0,.26)}.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb{border-color:rgba(0,0,0,.38)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(0,0,0,.04)}@media (hover:none){.mat-step-header:hover{background:0 0}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#3f51b5;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header::after,.mat-horizontal-stepper-header::before,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}.mat-sort-header-arrow{color:#757575}.mat-tab-header,.mat-tab-nav-bar{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-header,.mat-tab-group-inverted-header .mat-tab-nav-bar{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#3f51b5}.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ff4081}.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-links{background-color:#3f51b5}.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-links{background-color:#ff4081}.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-links{background-color:#f44336}.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}.mat-toolbar.mat-primary{background:#3f51b5;color:#fff}.mat-toolbar.mat-accent{background:#ff4081;color:#fff}.mat-toolbar.mat-warn{background:#f44336;color:#fff}.mat-toolbar .mat-focused .mat-form-field-ripple,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-form-field-underline{background-color:currentColor}.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-select-value{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-tooltip{background:rgba(97,97,97,.9)}.mat-tree{background:#fff}.mat-nested-tree-node,.mat-tree-node{color:rgba(0,0,0,.87)}.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.mat-simple-snackbar-action{color:#ff4081}
