@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
html[theme=autraq] {
  @-ms-viewport {
    html[theme=autraq] {
      width: device-width;
    }
  }
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 1rem 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 1rem 0;
    }
    to {
      background-position: 0 0;
    }
  }
  /**
  GENERIC UL LAYOUT
   */
  /**
  PROFILE PICTURE
   */
}
html[theme=autraq] :root {
  --blue: #0FC0FC;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #5EC9AC;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #20c997;
  --secondary: #0FC0FC;
  --success: #375863;
  --info: #D05E55;
  --warning: #B20B36;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-xsm: 380px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
html[theme=autraq] *,
html[theme=autraq] *::before,
html[theme=autraq] *::after {
  box-sizing: border-box;
}
html[theme=autraq] html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[theme=autraq] article, html[theme=autraq] aside, html[theme=autraq] dialog, html[theme=autraq] figcaption, html[theme=autraq] figure, html[theme=autraq] footer, html[theme=autraq] header, html[theme=autraq] hgroup, html[theme=autraq] main, html[theme=autraq] nav, html[theme=autraq] section {
  display: block;
}
html[theme=autraq] body {
  margin: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: white;
}
html[theme=autraq] [tabindex="-1"]:focus {
  outline: 0 !important;
}
html[theme=autraq] hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
html[theme=autraq] h1, html[theme=autraq] h2, html[theme=autraq] h3, html[theme=autraq] h4, html[theme=autraq] h5, html[theme=autraq] h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
html[theme=autraq] p {
  margin-top: 0;
  margin-bottom: 1rem;
}
html[theme=autraq] abbr[title],
html[theme=autraq] abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
html[theme=autraq] address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
html[theme=autraq] ol,
html[theme=autraq] ul,
html[theme=autraq] dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
html[theme=autraq] ol ol,
html[theme=autraq] ul ul,
html[theme=autraq] ol ul,
html[theme=autraq] ul ol {
  margin-bottom: 0;
}
html[theme=autraq] dt {
  font-weight: 700;
}
html[theme=autraq] dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
html[theme=autraq] blockquote {
  margin: 0 0 1rem;
}
html[theme=autraq] dfn {
  font-style: italic;
}
html[theme=autraq] b,
html[theme=autraq] strong {
  font-weight: bolder;
}
html[theme=autraq] small {
  font-size: 80%;
}
html[theme=autraq] sub,
html[theme=autraq] sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
html[theme=autraq] sub {
  bottom: -0.25em;
}
html[theme=autraq] sup {
  top: -0.5em;
}
html[theme=autraq] a {
  color: #20c997;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
html[theme=autraq] a:hover {
  color: #158765;
  text-decoration: underline;
}
html[theme=autraq] a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
html[theme=autraq] a:not([href]):not([tabindex]):hover, html[theme=autraq] a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
html[theme=autraq] a:not([href]):not([tabindex]):focus {
  outline: 0;
}
html[theme=autraq] pre,
html[theme=autraq] code,
html[theme=autraq] kbd,
html[theme=autraq] samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
html[theme=autraq] pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
html[theme=autraq] figure {
  margin: 0 0 1rem;
}
html[theme=autraq] img {
  vertical-align: middle;
  border-style: none;
}
html[theme=autraq] svg:not(:root) {
  overflow: hidden;
}
html[theme=autraq] table {
  border-collapse: collapse;
}
html[theme=autraq] caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
html[theme=autraq] th {
  text-align: inherit;
}
html[theme=autraq] label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
html[theme=autraq] button {
  border-radius: 0;
}
html[theme=autraq] button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
html[theme=autraq] input,
html[theme=autraq] button,
html[theme=autraq] select,
html[theme=autraq] optgroup,
html[theme=autraq] textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
html[theme=autraq] button,
html[theme=autraq] input {
  overflow: visible;
}
html[theme=autraq] button,
html[theme=autraq] select {
  text-transform: none;
}
html[theme=autraq] button,
html[theme=autraq] html [type=button],
html[theme=autraq] [type=reset],
html[theme=autraq] [type=submit] {
  -webkit-appearance: button;
}
html[theme=autraq] button::-moz-focus-inner,
html[theme=autraq] [type=button]::-moz-focus-inner,
html[theme=autraq] [type=reset]::-moz-focus-inner,
html[theme=autraq] [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
html[theme=autraq] input[type=radio],
html[theme=autraq] input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
html[theme=autraq] input[type=date],
html[theme=autraq] input[type=time],
html[theme=autraq] input[type=datetime-local],
html[theme=autraq] input[type=month] {
  -webkit-appearance: listbox;
}
html[theme=autraq] textarea {
  overflow: auto;
  resize: vertical;
}
html[theme=autraq] fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
html[theme=autraq] legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
html[theme=autraq] progress {
  vertical-align: baseline;
}
html[theme=autraq] [type=number]::-webkit-inner-spin-button,
html[theme=autraq] [type=number]::-webkit-outer-spin-button {
  height: auto;
}
html[theme=autraq] [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
html[theme=autraq] [type=search]::-webkit-search-cancel-button,
html[theme=autraq] [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html[theme=autraq] ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
html[theme=autraq] output {
  display: inline-block;
}
html[theme=autraq] summary {
  display: list-item;
  cursor: pointer;
}
html[theme=autraq] template {
  display: none;
}
html[theme=autraq] [hidden] {
  display: none !important;
}
html[theme=autraq] h1, html[theme=autraq] h2, html[theme=autraq] h3, html[theme=autraq] h4, html[theme=autraq] h5, html[theme=autraq] h6,
html[theme=autraq] .h1, html[theme=autraq] .h2, html[theme=autraq] .h3, html[theme=autraq] .h4, html[theme=autraq] .h5, html[theme=autraq] .h6 {
  margin-bottom: 0.5rem;
  font-family: "futura-pt", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
}
html[theme=autraq] h1, html[theme=autraq] .h1 {
  font-size: 2.25rem;
}
html[theme=autraq] h2, html[theme=autraq] .h2 {
  font-size: 1.8rem;
}
html[theme=autraq] h3, html[theme=autraq] .h3 {
  font-size: 1.575rem;
}
html[theme=autraq] h4, html[theme=autraq] .h4 {
  font-size: 1.35rem;
}
html[theme=autraq] h5, html[theme=autraq] .h5 {
  font-size: 1.125rem;
}
html[theme=autraq] h6, html[theme=autraq] .h6 {
  font-size: 0.9rem;
}
html[theme=autraq] .lead {
  font-size: 1.125rem;
  font-weight: 300;
}
html[theme=autraq] .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
html[theme=autraq] .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
html[theme=autraq] .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
html[theme=autraq] .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
html[theme=autraq] hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
html[theme=autraq] small,
html[theme=autraq] .small {
  font-size: 80%;
  font-weight: 400;
}
html[theme=autraq] mark,
html[theme=autraq] .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
html[theme=autraq] .list-unstyled {
  padding-left: 0;
  list-style: none;
}
html[theme=autraq] .list-inline {
  padding-left: 0;
  list-style: none;
}
html[theme=autraq] .list-inline-item {
  display: inline-block;
}
html[theme=autraq] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
html[theme=autraq] .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
html[theme=autraq] .blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
html[theme=autraq] .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
html[theme=autraq] .blockquote-footer::before {
  content: "— ";
}
html[theme=autraq] .img-fluid {
  max-width: 100%;
  height: auto;
}
html[theme=autraq] .img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0rem;
  max-width: 100%;
  height: auto;
}
html[theme=autraq] .figure {
  display: inline-block;
}
html[theme=autraq] .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
html[theme=autraq] .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
html[theme=autraq] code,
html[theme=autraq] kbd,
html[theme=autraq] pre,
html[theme=autraq] samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
html[theme=autraq] code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > html[theme=autraq] code {
  color: inherit;
}
html[theme=autraq] kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0rem;
}
html[theme=autraq] kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
html[theme=autraq] pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
html[theme=autraq] pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
html[theme=autraq] .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
html[theme=autraq] .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 380px) {
  html[theme=autraq] .container {
    max-width: 380px;
  }
}
@media (min-width: 576px) {
  html[theme=autraq] .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  html[theme=autraq] .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  html[theme=autraq] .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  html[theme=autraq] .container {
    max-width: 1140px;
  }
}
html[theme=autraq] .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
html[theme=autraq] .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
html[theme=autraq] .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
html[theme=autraq] .no-gutters > .col,
html[theme=autraq] .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
html[theme=autraq] .col-xl,
html[theme=autraq] .col-xl-auto, html[theme=autraq] .col-xl-12, html[theme=autraq] .col-xl-11, html[theme=autraq] .col-xl-10, html[theme=autraq] .col-xl-9, html[theme=autraq] .col-xl-8, html[theme=autraq] .col-xl-7, html[theme=autraq] .col-xl-6, html[theme=autraq] .col-xl-5, html[theme=autraq] .col-xl-4, html[theme=autraq] .col-xl-3, html[theme=autraq] .col-xl-2, html[theme=autraq] .col-xl-1, html[theme=autraq] .col-lg,
html[theme=autraq] .col-lg-auto, html[theme=autraq] .col-lg-12, html[theme=autraq] .col-lg-11, html[theme=autraq] .col-lg-10, html[theme=autraq] .col-lg-9, html[theme=autraq] .col-lg-8, html[theme=autraq] .col-lg-7, html[theme=autraq] .col-lg-6, html[theme=autraq] .col-lg-5, html[theme=autraq] .col-lg-4, html[theme=autraq] .col-lg-3, html[theme=autraq] .col-lg-2, html[theme=autraq] .col-lg-1, html[theme=autraq] .col-md,
html[theme=autraq] .col-md-auto, html[theme=autraq] .col-md-12, html[theme=autraq] .col-md-11, html[theme=autraq] .col-md-10, html[theme=autraq] .col-md-9, html[theme=autraq] .col-md-8, html[theme=autraq] .col-md-7, html[theme=autraq] .col-md-6, html[theme=autraq] .col-md-5, html[theme=autraq] .col-md-4, html[theme=autraq] .col-md-3, html[theme=autraq] .col-md-2, html[theme=autraq] .col-md-1, html[theme=autraq] .col-sm,
html[theme=autraq] .col-sm-auto, html[theme=autraq] .col-sm-12, html[theme=autraq] .col-sm-11, html[theme=autraq] .col-sm-10, html[theme=autraq] .col-sm-9, html[theme=autraq] .col-sm-8, html[theme=autraq] .col-sm-7, html[theme=autraq] .col-sm-6, html[theme=autraq] .col-sm-5, html[theme=autraq] .col-sm-4, html[theme=autraq] .col-sm-3, html[theme=autraq] .col-sm-2, html[theme=autraq] .col-sm-1, html[theme=autraq] .col-xsm,
html[theme=autraq] .col-xsm-auto, html[theme=autraq] .col-xsm-12, html[theme=autraq] .col-xsm-11, html[theme=autraq] .col-xsm-10, html[theme=autraq] .col-xsm-9, html[theme=autraq] .col-xsm-8, html[theme=autraq] .col-xsm-7, html[theme=autraq] .col-xsm-6, html[theme=autraq] .col-xsm-5, html[theme=autraq] .col-xsm-4, html[theme=autraq] .col-xsm-3, html[theme=autraq] .col-xsm-2, html[theme=autraq] .col-xsm-1, html[theme=autraq] .col,
html[theme=autraq] .col-auto, html[theme=autraq] .col-12, html[theme=autraq] .col-11, html[theme=autraq] .col-10, html[theme=autraq] .col-9, html[theme=autraq] .col-8, html[theme=autraq] .col-7, html[theme=autraq] .col-6, html[theme=autraq] .col-5, html[theme=autraq] .col-4, html[theme=autraq] .col-3, html[theme=autraq] .col-2, html[theme=autraq] .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
html[theme=autraq] .col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}
html[theme=autraq] .col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html[theme=autraq] .col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
html[theme=autraq] .col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
html[theme=autraq] .col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}
html[theme=autraq] .col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
html[theme=autraq] .col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
html[theme=autraq] .col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
html[theme=autraq] .col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
html[theme=autraq] .col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
html[theme=autraq] .col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}
html[theme=autraq] .col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
html[theme=autraq] .col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
html[theme=autraq] .col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
html[theme=autraq] .order-first {
  -webkit-box-ordinal-group: 0;
          order: -1;
}
html[theme=autraq] .order-last {
  -webkit-box-ordinal-group: 14;
          order: 13;
}
html[theme=autraq] .order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0;
}
html[theme=autraq] .order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}
html[theme=autraq] .order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
html[theme=autraq] .order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}
html[theme=autraq] .order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}
html[theme=autraq] .order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}
html[theme=autraq] .order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}
html[theme=autraq] .order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7;
}
html[theme=autraq] .order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8;
}
html[theme=autraq] .order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9;
}
html[theme=autraq] .order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10;
}
html[theme=autraq] .order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11;
}
html[theme=autraq] .order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12;
}
html[theme=autraq] .offset-1 {
  margin-left: 8.3333333333%;
}
html[theme=autraq] .offset-2 {
  margin-left: 16.6666666667%;
}
html[theme=autraq] .offset-3 {
  margin-left: 25%;
}
html[theme=autraq] .offset-4 {
  margin-left: 33.3333333333%;
}
html[theme=autraq] .offset-5 {
  margin-left: 41.6666666667%;
}
html[theme=autraq] .offset-6 {
  margin-left: 50%;
}
html[theme=autraq] .offset-7 {
  margin-left: 58.3333333333%;
}
html[theme=autraq] .offset-8 {
  margin-left: 66.6666666667%;
}
html[theme=autraq] .offset-9 {
  margin-left: 75%;
}
html[theme=autraq] .offset-10 {
  margin-left: 83.3333333333%;
}
html[theme=autraq] .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 380px) {
  html[theme=autraq] .col-xsm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  html[theme=autraq] .col-xsm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html[theme=autraq] .col-xsm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html[theme=autraq] .col-xsm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html[theme=autraq] .col-xsm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  html[theme=autraq] .col-xsm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html[theme=autraq] .col-xsm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html[theme=autraq] .col-xsm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  html[theme=autraq] .col-xsm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html[theme=autraq] .col-xsm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html[theme=autraq] .col-xsm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  html[theme=autraq] .col-xsm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html[theme=autraq] .col-xsm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html[theme=autraq] .col-xsm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  html[theme=autraq] .order-xsm-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  html[theme=autraq] .order-xsm-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  html[theme=autraq] .order-xsm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  html[theme=autraq] .order-xsm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  html[theme=autraq] .order-xsm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  html[theme=autraq] .order-xsm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  html[theme=autraq] .order-xsm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  html[theme=autraq] .order-xsm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  html[theme=autraq] .order-xsm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  html[theme=autraq] .order-xsm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  html[theme=autraq] .order-xsm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  html[theme=autraq] .order-xsm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  html[theme=autraq] .order-xsm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  html[theme=autraq] .order-xsm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  html[theme=autraq] .order-xsm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  html[theme=autraq] .offset-xsm-0 {
    margin-left: 0;
  }
  html[theme=autraq] .offset-xsm-1 {
    margin-left: 8.3333333333%;
  }
  html[theme=autraq] .offset-xsm-2 {
    margin-left: 16.6666666667%;
  }
  html[theme=autraq] .offset-xsm-3 {
    margin-left: 25%;
  }
  html[theme=autraq] .offset-xsm-4 {
    margin-left: 33.3333333333%;
  }
  html[theme=autraq] .offset-xsm-5 {
    margin-left: 41.6666666667%;
  }
  html[theme=autraq] .offset-xsm-6 {
    margin-left: 50%;
  }
  html[theme=autraq] .offset-xsm-7 {
    margin-left: 58.3333333333%;
  }
  html[theme=autraq] .offset-xsm-8 {
    margin-left: 66.6666666667%;
  }
  html[theme=autraq] .offset-xsm-9 {
    margin-left: 75%;
  }
  html[theme=autraq] .offset-xsm-10 {
    margin-left: 83.3333333333%;
  }
  html[theme=autraq] .offset-xsm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  html[theme=autraq] .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  html[theme=autraq] .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html[theme=autraq] .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html[theme=autraq] .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html[theme=autraq] .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  html[theme=autraq] .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html[theme=autraq] .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html[theme=autraq] .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  html[theme=autraq] .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html[theme=autraq] .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html[theme=autraq] .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  html[theme=autraq] .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html[theme=autraq] .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html[theme=autraq] .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  html[theme=autraq] .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  html[theme=autraq] .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  html[theme=autraq] .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  html[theme=autraq] .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  html[theme=autraq] .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  html[theme=autraq] .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  html[theme=autraq] .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  html[theme=autraq] .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  html[theme=autraq] .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  html[theme=autraq] .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  html[theme=autraq] .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  html[theme=autraq] .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  html[theme=autraq] .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  html[theme=autraq] .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  html[theme=autraq] .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  html[theme=autraq] .offset-sm-0 {
    margin-left: 0;
  }
  html[theme=autraq] .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  html[theme=autraq] .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  html[theme=autraq] .offset-sm-3 {
    margin-left: 25%;
  }
  html[theme=autraq] .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  html[theme=autraq] .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  html[theme=autraq] .offset-sm-6 {
    margin-left: 50%;
  }
  html[theme=autraq] .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  html[theme=autraq] .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  html[theme=autraq] .offset-sm-9 {
    margin-left: 75%;
  }
  html[theme=autraq] .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  html[theme=autraq] .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  html[theme=autraq] .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  html[theme=autraq] .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html[theme=autraq] .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html[theme=autraq] .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html[theme=autraq] .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  html[theme=autraq] .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html[theme=autraq] .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html[theme=autraq] .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  html[theme=autraq] .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html[theme=autraq] .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html[theme=autraq] .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  html[theme=autraq] .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html[theme=autraq] .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html[theme=autraq] .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  html[theme=autraq] .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  html[theme=autraq] .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  html[theme=autraq] .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  html[theme=autraq] .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  html[theme=autraq] .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  html[theme=autraq] .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  html[theme=autraq] .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  html[theme=autraq] .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  html[theme=autraq] .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  html[theme=autraq] .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  html[theme=autraq] .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  html[theme=autraq] .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  html[theme=autraq] .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  html[theme=autraq] .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  html[theme=autraq] .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  html[theme=autraq] .offset-md-0 {
    margin-left: 0;
  }
  html[theme=autraq] .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  html[theme=autraq] .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  html[theme=autraq] .offset-md-3 {
    margin-left: 25%;
  }
  html[theme=autraq] .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  html[theme=autraq] .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  html[theme=autraq] .offset-md-6 {
    margin-left: 50%;
  }
  html[theme=autraq] .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  html[theme=autraq] .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  html[theme=autraq] .offset-md-9 {
    margin-left: 75%;
  }
  html[theme=autraq] .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  html[theme=autraq] .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  html[theme=autraq] .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  html[theme=autraq] .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html[theme=autraq] .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html[theme=autraq] .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html[theme=autraq] .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  html[theme=autraq] .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html[theme=autraq] .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html[theme=autraq] .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  html[theme=autraq] .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html[theme=autraq] .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html[theme=autraq] .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  html[theme=autraq] .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html[theme=autraq] .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html[theme=autraq] .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  html[theme=autraq] .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  html[theme=autraq] .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  html[theme=autraq] .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  html[theme=autraq] .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  html[theme=autraq] .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  html[theme=autraq] .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  html[theme=autraq] .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  html[theme=autraq] .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  html[theme=autraq] .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  html[theme=autraq] .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  html[theme=autraq] .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  html[theme=autraq] .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  html[theme=autraq] .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  html[theme=autraq] .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  html[theme=autraq] .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  html[theme=autraq] .offset-lg-0 {
    margin-left: 0;
  }
  html[theme=autraq] .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  html[theme=autraq] .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  html[theme=autraq] .offset-lg-3 {
    margin-left: 25%;
  }
  html[theme=autraq] .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  html[theme=autraq] .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  html[theme=autraq] .offset-lg-6 {
    margin-left: 50%;
  }
  html[theme=autraq] .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  html[theme=autraq] .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  html[theme=autraq] .offset-lg-9 {
    margin-left: 75%;
  }
  html[theme=autraq] .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  html[theme=autraq] .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  html[theme=autraq] .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  html[theme=autraq] .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html[theme=autraq] .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html[theme=autraq] .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html[theme=autraq] .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  html[theme=autraq] .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html[theme=autraq] .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html[theme=autraq] .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  html[theme=autraq] .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html[theme=autraq] .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html[theme=autraq] .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  html[theme=autraq] .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html[theme=autraq] .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html[theme=autraq] .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  html[theme=autraq] .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  html[theme=autraq] .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  html[theme=autraq] .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  html[theme=autraq] .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  html[theme=autraq] .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  html[theme=autraq] .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  html[theme=autraq] .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  html[theme=autraq] .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  html[theme=autraq] .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  html[theme=autraq] .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  html[theme=autraq] .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  html[theme=autraq] .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  html[theme=autraq] .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  html[theme=autraq] .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  html[theme=autraq] .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  html[theme=autraq] .offset-xl-0 {
    margin-left: 0;
  }
  html[theme=autraq] .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  html[theme=autraq] .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  html[theme=autraq] .offset-xl-3 {
    margin-left: 25%;
  }
  html[theme=autraq] .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  html[theme=autraq] .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  html[theme=autraq] .offset-xl-6 {
    margin-left: 50%;
  }
  html[theme=autraq] .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  html[theme=autraq] .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  html[theme=autraq] .offset-xl-9 {
    margin-left: 75%;
  }
  html[theme=autraq] .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  html[theme=autraq] .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
html[theme=autraq] .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
html[theme=autraq] .table th,
html[theme=autraq] .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
html[theme=autraq] .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
html[theme=autraq] .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
html[theme=autraq] .table .table {
  background-color: white;
}
html[theme=autraq] .table-sm th,
html[theme=autraq] .table-sm td {
  padding: 0.3rem;
}
html[theme=autraq] .table-bordered {
  border: 1px solid #dee2e6;
}
html[theme=autraq] .table-bordered th,
html[theme=autraq] .table-bordered td {
  border: 1px solid #dee2e6;
}
html[theme=autraq] .table-bordered thead th,
html[theme=autraq] .table-bordered thead td {
  border-bottom-width: 2px;
}
html[theme=autraq] .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
html[theme=autraq] .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
html[theme=autraq] .table-primary,
html[theme=autraq] .table-primary > th,
html[theme=autraq] .table-primary > td {
  background-color: #c1f0e2;
}
html[theme=autraq] .table-hover .table-primary:hover {
  background-color: #acebd8;
}
html[theme=autraq] .table-hover .table-primary:hover > td,
html[theme=autraq] .table-hover .table-primary:hover > th {
  background-color: #acebd8;
}
html[theme=autraq] .table-secondary,
html[theme=autraq] .table-secondary > th,
html[theme=autraq] .table-secondary > td {
  background-color: #bcedfe;
}
html[theme=autraq] .table-hover .table-secondary:hover {
  background-color: #a3e6fe;
}
html[theme=autraq] .table-hover .table-secondary:hover > td,
html[theme=autraq] .table-hover .table-secondary:hover > th {
  background-color: #a3e6fe;
}
html[theme=autraq] .table-success,
html[theme=autraq] .table-success > th,
html[theme=autraq] .table-success > td {
  background-color: #c7d0d3;
}
html[theme=autraq] .table-hover .table-success:hover {
  background-color: #b9c4c8;
}
html[theme=autraq] .table-hover .table-success:hover > td,
html[theme=autraq] .table-hover .table-success:hover > th {
  background-color: #b9c4c8;
}
html[theme=autraq] .table-info,
html[theme=autraq] .table-info > th,
html[theme=autraq] .table-info > td {
  background-color: #f2d2cf;
}
html[theme=autraq] .table-hover .table-info:hover {
  background-color: #edbfbb;
}
html[theme=autraq] .table-hover .table-info:hover > td,
html[theme=autraq] .table-hover .table-info:hover > th {
  background-color: #edbfbb;
}
html[theme=autraq] .table-warning,
html[theme=autraq] .table-warning > th,
html[theme=autraq] .table-warning > td {
  background-color: #e9bbc7;
}
html[theme=autraq] .table-hover .table-warning:hover {
  background-color: #e3a8b7;
}
html[theme=autraq] .table-hover .table-warning:hover > td,
html[theme=autraq] .table-hover .table-warning:hover > th {
  background-color: #e3a8b7;
}
html[theme=autraq] .table-danger,
html[theme=autraq] .table-danger > th,
html[theme=autraq] .table-danger > td {
  background-color: #f5c6cb;
}
html[theme=autraq] .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
html[theme=autraq] .table-hover .table-danger:hover > td,
html[theme=autraq] .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
html[theme=autraq] .table-light,
html[theme=autraq] .table-light > th,
html[theme=autraq] .table-light > td {
  background-color: #fdfdfe;
}
html[theme=autraq] .table-hover .table-light:hover {
  background-color: #ececf6;
}
html[theme=autraq] .table-hover .table-light:hover > td,
html[theme=autraq] .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
html[theme=autraq] .table-dark,
html[theme=autraq] .table-dark > th,
html[theme=autraq] .table-dark > td {
  background-color: #c6c8ca;
}
html[theme=autraq] .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
html[theme=autraq] .table-hover .table-dark:hover > td,
html[theme=autraq] .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
html[theme=autraq] .table-active,
html[theme=autraq] .table-active > th,
html[theme=autraq] .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
html[theme=autraq] .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
html[theme=autraq] .table-hover .table-active:hover > td,
html[theme=autraq] .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
html[theme=autraq] .table .thead-dark th {
  color: white;
  background-color: #212529;
  border-color: #32383e;
}
html[theme=autraq] .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
html[theme=autraq] .table-dark {
  color: white;
  background-color: #212529;
}
html[theme=autraq] .table-dark th,
html[theme=autraq] .table-dark td,
html[theme=autraq] .table-dark thead th {
  border-color: #32383e;
}
html[theme=autraq] .table-dark.table-bordered {
  border: 0;
}
html[theme=autraq] .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
html[theme=autraq] .table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 379.98px) {
  html[theme=autraq] .table-responsive-xsm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  html[theme=autraq] .table-responsive-xsm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 575.98px) {
  html[theme=autraq] .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  html[theme=autraq] .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  html[theme=autraq] .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  html[theme=autraq] .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  html[theme=autraq] .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  html[theme=autraq] .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  html[theme=autraq] .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  html[theme=autraq] .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
html[theme=autraq] .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
html[theme=autraq] .table-responsive > .table-bordered {
  border: 0;
}
html[theme=autraq] .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html[theme=autraq] .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
html[theme=autraq] .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #7eeaca;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.25);
}
html[theme=autraq] .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
html[theme=autraq] .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
html[theme=autraq] .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
html[theme=autraq] .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
html[theme=autraq] .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
html[theme=autraq] .form-control:disabled, html[theme=autraq] .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
html[theme=autraq] select.form-control:not([size]):not([multiple]) {
  height: calc(2.1rem + 2px);
}
html[theme=autraq] select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
html[theme=autraq] .form-control-file,
html[theme=autraq] .form-control-range {
  display: block;
  width: 100%;
}
html[theme=autraq] .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
html[theme=autraq] .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}
html[theme=autraq] .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5;
}
html[theme=autraq] .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
html[theme=autraq] .form-control-plaintext.form-control-sm, html[theme=autraq] html[theme=generic] .input-group-sm > .form-control-plaintext.form-control, html[theme=autraq] .input-group-sm > .form-control-plaintext.form-control,
html[theme=autraq] .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
html[theme=autraq] .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
html[theme=autraq] .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
html[theme=autraq] .input-group-sm > .input-group-append > .form-control-plaintext.btn, html[theme=autraq] .form-control-plaintext.form-control-lg, html[theme=autraq] html[theme=generic] .input-group-lg > .form-control-plaintext.form-control, html[theme=autraq] .input-group-lg > .form-control-plaintext.form-control,
html[theme=autraq] .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
html[theme=autraq] .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
html[theme=autraq] .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
html[theme=autraq] .input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}
html[theme=autraq] .form-control-sm, html[theme=autraq] html[theme=generic] .input-group-sm > .form-control, html[theme=autraq] .input-group-sm > .form-control,
html[theme=autraq] .input-group-sm > .input-group-prepend > .input-group-text,
html[theme=autraq] .input-group-sm > .input-group-append > .input-group-text,
html[theme=autraq] .input-group-sm > .input-group-prepend > .btn,
html[theme=autraq] .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0rem;
}
html[theme=autraq] select.form-control-sm:not([size]):not([multiple]), html[theme=autraq] html[theme=generic] .input-group-sm > select.form-control:not([size]):not([multiple]), html[theme=autraq] .input-group-sm > select.form-control:not([size]):not([multiple]),
html[theme=autraq] .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
html[theme=autraq] .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
html[theme=autraq] .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
html[theme=autraq] .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.68125rem + 2px);
}
html[theme=autraq] .form-control-lg, html[theme=autraq] html[theme=generic] .input-group-lg > .form-control, html[theme=autraq] .input-group-lg > .form-control,
html[theme=autraq] .input-group-lg > .input-group-prepend > .input-group-text,
html[theme=autraq] .input-group-lg > .input-group-append > .input-group-text,
html[theme=autraq] .input-group-lg > .input-group-prepend > .btn,
html[theme=autraq] .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0rem;
}
html[theme=autraq] select.form-control-lg:not([size]):not([multiple]), html[theme=autraq] html[theme=generic] .input-group-lg > select.form-control:not([size]):not([multiple]), html[theme=autraq] .input-group-lg > select.form-control:not([size]):not([multiple]),
html[theme=autraq] .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
html[theme=autraq] .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
html[theme=autraq] .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
html[theme=autraq] .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.6875rem + 2px);
}
html[theme=autraq] .form-group {
  margin-bottom: 1rem;
}
html[theme=autraq] .form-text {
  display: block;
  margin-top: 0.25rem;
}
html[theme=autraq] .form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
html[theme=autraq] .form-row > .col,
html[theme=autraq] .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
html[theme=autraq] .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
html[theme=autraq] .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
html[theme=autraq] .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
html[theme=autraq] .form-check-label {
  margin-bottom: 0;
}
html[theme=autraq] .form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
html[theme=autraq] .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
html[theme=autraq] .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #375863;
}
html[theme=autraq] .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(55, 88, 99, 0.8);
  border-radius: 0.2rem;
}
.was-validated html[theme=autraq] .form-control:valid, html[theme=autraq] .form-control.is-valid,
.was-validated html[theme=autraq] .custom-select:valid,
html[theme=autraq] .custom-select.is-valid {
  border-color: #375863;
}
.was-validated html[theme=autraq] .form-control:valid:focus, html[theme=autraq] .form-control.is-valid:focus,
.was-validated html[theme=autraq] .custom-select:valid:focus,
html[theme=autraq] .custom-select.is-valid:focus {
  border-color: #375863;
  box-shadow: 0 0 0 0.2rem rgba(55, 88, 99, 0.25);
}
.was-validated html[theme=autraq] .form-control:valid ~ .valid-feedback,
.was-validated html[theme=autraq] .form-control:valid ~ .valid-tooltip, html[theme=autraq] .form-control.is-valid ~ .valid-feedback,
html[theme=autraq] .form-control.is-valid ~ .valid-tooltip,
.was-validated html[theme=autraq] .custom-select:valid ~ .valid-feedback,
.was-validated html[theme=autraq] .custom-select:valid ~ .valid-tooltip,
html[theme=autraq] .custom-select.is-valid ~ .valid-feedback,
html[theme=autraq] .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated html[theme=autraq] .form-check-input:valid ~ .form-check-label, html[theme=autraq] .form-check-input.is-valid ~ .form-check-label {
  color: #375863;
}
.was-validated html[theme=autraq] .form-check-input:valid ~ .valid-feedback,
.was-validated html[theme=autraq] .form-check-input:valid ~ .valid-tooltip, html[theme=autraq] .form-check-input.is-valid ~ .valid-feedback,
html[theme=autraq] .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated html[theme=autraq] .custom-control-input:valid ~ .custom-control-label, html[theme=autraq] .custom-control-input.is-valid ~ .custom-control-label {
  color: #375863;
}
.was-validated html[theme=autraq] .custom-control-input:valid ~ .custom-control-label::before, html[theme=autraq] .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #6c9dad;
}
.was-validated html[theme=autraq] .custom-control-input:valid ~ .valid-feedback,
.was-validated html[theme=autraq] .custom-control-input:valid ~ .valid-tooltip, html[theme=autraq] .custom-control-input.is-valid ~ .valid-feedback,
html[theme=autraq] .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated html[theme=autraq] .custom-control-input:valid:checked ~ .custom-control-label::before, html[theme=autraq] .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #497584;
}
.was-validated html[theme=autraq] .custom-control-input:valid:focus ~ .custom-control-label::before, html[theme=autraq] .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(55, 88, 99, 0.25);
}
.was-validated html[theme=autraq] .custom-file-input:valid ~ .custom-file-label, html[theme=autraq] .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #375863;
}
.was-validated html[theme=autraq] .custom-file-input:valid ~ .custom-file-label::before, html[theme=autraq] .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated html[theme=autraq] .custom-file-input:valid ~ .valid-feedback,
.was-validated html[theme=autraq] .custom-file-input:valid ~ .valid-tooltip, html[theme=autraq] .custom-file-input.is-valid ~ .valid-feedback,
html[theme=autraq] .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated html[theme=autraq] .custom-file-input:valid:focus ~ .custom-file-label, html[theme=autraq] .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(55, 88, 99, 0.25);
}
html[theme=autraq] .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
html[theme=autraq] .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}
.was-validated html[theme=autraq] .form-control:invalid, html[theme=autraq] .form-control.is-invalid,
.was-validated html[theme=autraq] .custom-select:invalid,
html[theme=autraq] .custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated html[theme=autraq] .form-control:invalid:focus, html[theme=autraq] .form-control.is-invalid:focus,
.was-validated html[theme=autraq] .custom-select:invalid:focus,
html[theme=autraq] .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated html[theme=autraq] .form-control:invalid ~ .invalid-feedback,
.was-validated html[theme=autraq] .form-control:invalid ~ .invalid-tooltip, html[theme=autraq] .form-control.is-invalid ~ .invalid-feedback,
html[theme=autraq] .form-control.is-invalid ~ .invalid-tooltip,
.was-validated html[theme=autraq] .custom-select:invalid ~ .invalid-feedback,
.was-validated html[theme=autraq] .custom-select:invalid ~ .invalid-tooltip,
html[theme=autraq] .custom-select.is-invalid ~ .invalid-feedback,
html[theme=autraq] .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated html[theme=autraq] .form-check-input:invalid ~ .form-check-label, html[theme=autraq] .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated html[theme=autraq] .form-check-input:invalid ~ .invalid-feedback,
.was-validated html[theme=autraq] .form-check-input:invalid ~ .invalid-tooltip, html[theme=autraq] .form-check-input.is-invalid ~ .invalid-feedback,
html[theme=autraq] .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated html[theme=autraq] .custom-control-input:invalid ~ .custom-control-label, html[theme=autraq] .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated html[theme=autraq] .custom-control-input:invalid ~ .custom-control-label::before, html[theme=autraq] .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated html[theme=autraq] .custom-control-input:invalid ~ .invalid-feedback,
.was-validated html[theme=autraq] .custom-control-input:invalid ~ .invalid-tooltip, html[theme=autraq] .custom-control-input.is-invalid ~ .invalid-feedback,
html[theme=autraq] .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated html[theme=autraq] .custom-control-input:invalid:checked ~ .custom-control-label::before, html[theme=autraq] .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated html[theme=autraq] .custom-control-input:invalid:focus ~ .custom-control-label::before, html[theme=autraq] .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated html[theme=autraq] .custom-file-input:invalid ~ .custom-file-label, html[theme=autraq] .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated html[theme=autraq] .custom-file-input:invalid ~ .custom-file-label::before, html[theme=autraq] .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated html[theme=autraq] .custom-file-input:invalid ~ .invalid-feedback,
.was-validated html[theme=autraq] .custom-file-input:invalid ~ .invalid-tooltip, html[theme=autraq] .custom-file-input.is-invalid ~ .invalid-feedback,
html[theme=autraq] .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated html[theme=autraq] .custom-file-input:invalid:focus ~ .custom-file-label, html[theme=autraq] .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
html[theme=autraq] .form-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
}
html[theme=autraq] .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  html[theme=autraq] .form-inline label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  html[theme=autraq] .form-inline .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  html[theme=autraq] .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  html[theme=autraq] .form-inline .form-control-plaintext {
    display: inline-block;
  }
  html[theme=autraq] .form-inline .input-group {
    width: auto;
  }
  html[theme=autraq] .form-inline .form-check {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  html[theme=autraq] .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  html[theme=autraq] .form-inline .custom-control {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  html[theme=autraq] .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
html[theme=autraq] .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html[theme=autraq] .btn:hover, html[theme=autraq] .btn:focus {
  text-decoration: none;
}
html[theme=autraq] .btn:focus, html[theme=autraq] .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.25);
}
html[theme=autraq] .btn.disabled, html[theme=autraq] .btn:disabled {
  opacity: 0.65;
}
html[theme=autraq] .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
html[theme=autraq] .btn:not(:disabled):not(.disabled):active, html[theme=autraq] .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
html[theme=autraq] a.btn.disabled,
html[theme=autraq] fieldset:disabled a.btn {
  pointer-events: none;
}
html[theme=autraq] .btn-primary {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
html[theme=autraq] .btn-primary:hover {
  color: #fff;
  background-color: #1ba87e;
  border-color: #199d76;
}
html[theme=autraq] .btn-primary:focus, html[theme=autraq] .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}
html[theme=autraq] .btn-primary.disabled, html[theme=autraq] .btn-primary:disabled {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
html[theme=autraq] .btn-primary:not(:disabled):not(.disabled):active, html[theme=autraq] .btn-primary:not(:disabled):not(.disabled).active, .show > html[theme=autraq] .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #199d76;
  border-color: #17926e;
}
html[theme=autraq] .btn-primary:not(:disabled):not(.disabled):active:focus, html[theme=autraq] .btn-primary:not(:disabled):not(.disabled).active:focus, .show > html[theme=autraq] .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}
html[theme=autraq] .btn-secondary {
  color: #fff;
  background-color: #0FC0FC;
  border-color: #0FC0FC;
}
html[theme=autraq] .btn-secondary:hover {
  color: #fff;
  background-color: #03a9e2;
  border-color: #03a0d5;
}
html[theme=autraq] .btn-secondary:focus, html[theme=autraq] .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 192, 252, 0.5);
}
html[theme=autraq] .btn-secondary.disabled, html[theme=autraq] .btn-secondary:disabled {
  color: #fff;
  background-color: #0FC0FC;
  border-color: #0FC0FC;
}
html[theme=autraq] .btn-secondary:not(:disabled):not(.disabled):active, html[theme=autraq] .btn-secondary:not(:disabled):not(.disabled).active, .show > html[theme=autraq] .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #03a0d5;
  border-color: #0397c9;
}
html[theme=autraq] .btn-secondary:not(:disabled):not(.disabled):active:focus, html[theme=autraq] .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > html[theme=autraq] .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 192, 252, 0.5);
}
html[theme=autraq] .btn-success {
  color: #fff;
  background-color: #375863;
  border-color: #375863;
}
html[theme=autraq] .btn-success:hover {
  color: #fff;
  background-color: #29424a;
  border-color: #253b42;
}
html[theme=autraq] .btn-success:focus, html[theme=autraq] .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 88, 99, 0.5);
}
html[theme=autraq] .btn-success.disabled, html[theme=autraq] .btn-success:disabled {
  color: #fff;
  background-color: #375863;
  border-color: #375863;
}
html[theme=autraq] .btn-success:not(:disabled):not(.disabled):active, html[theme=autraq] .btn-success:not(:disabled):not(.disabled).active, .show > html[theme=autraq] .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #253b42;
  border-color: #20343a;
}
html[theme=autraq] .btn-success:not(:disabled):not(.disabled):active:focus, html[theme=autraq] .btn-success:not(:disabled):not(.disabled).active:focus, .show > html[theme=autraq] .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 88, 99, 0.5);
}
html[theme=autraq] .btn-info {
  color: #fff;
  background-color: #D05E55;
  border-color: #D05E55;
}
html[theme=autraq] .btn-info:hover {
  color: #fff;
  background-color: #c84237;
  border-color: #be3e34;
}
html[theme=autraq] .btn-info:focus, html[theme=autraq] .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 94, 85, 0.5);
}
html[theme=autraq] .btn-info.disabled, html[theme=autraq] .btn-info:disabled {
  color: #fff;
  background-color: #D05E55;
  border-color: #D05E55;
}
html[theme=autraq] .btn-info:not(:disabled):not(.disabled):active, html[theme=autraq] .btn-info:not(:disabled):not(.disabled).active, .show > html[theme=autraq] .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #be3e34;
  border-color: #b43b32;
}
html[theme=autraq] .btn-info:not(:disabled):not(.disabled):active:focus, html[theme=autraq] .btn-info:not(:disabled):not(.disabled).active:focus, .show > html[theme=autraq] .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 94, 85, 0.5);
}
html[theme=autraq] .btn-warning {
  color: #fff;
  background-color: #B20B36;
  border-color: #B20B36;
}
html[theme=autraq] .btn-warning:hover {
  color: #fff;
  background-color: #8e092b;
  border-color: #820827;
}
html[theme=autraq] .btn-warning:focus, html[theme=autraq] .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 11, 54, 0.5);
}
html[theme=autraq] .btn-warning.disabled, html[theme=autraq] .btn-warning:disabled {
  color: #fff;
  background-color: #B20B36;
  border-color: #B20B36;
}
html[theme=autraq] .btn-warning:not(:disabled):not(.disabled):active, html[theme=autraq] .btn-warning:not(:disabled):not(.disabled).active, .show > html[theme=autraq] .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #820827;
  border-color: #760724;
}
html[theme=autraq] .btn-warning:not(:disabled):not(.disabled):active:focus, html[theme=autraq] .btn-warning:not(:disabled):not(.disabled).active:focus, .show > html[theme=autraq] .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 11, 54, 0.5);
}
html[theme=autraq] .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
html[theme=autraq] .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
html[theme=autraq] .btn-danger:focus, html[theme=autraq] .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
html[theme=autraq] .btn-danger.disabled, html[theme=autraq] .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
html[theme=autraq] .btn-danger:not(:disabled):not(.disabled):active, html[theme=autraq] .btn-danger:not(:disabled):not(.disabled).active, .show > html[theme=autraq] .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
html[theme=autraq] .btn-danger:not(:disabled):not(.disabled):active:focus, html[theme=autraq] .btn-danger:not(:disabled):not(.disabled).active:focus, .show > html[theme=autraq] .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
html[theme=autraq] .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
html[theme=autraq] .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
html[theme=autraq] .btn-light:focus, html[theme=autraq] .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
html[theme=autraq] .btn-light.disabled, html[theme=autraq] .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
html[theme=autraq] .btn-light:not(:disabled):not(.disabled):active, html[theme=autraq] .btn-light:not(:disabled):not(.disabled).active, .show > html[theme=autraq] .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
html[theme=autraq] .btn-light:not(:disabled):not(.disabled):active:focus, html[theme=autraq] .btn-light:not(:disabled):not(.disabled).active:focus, .show > html[theme=autraq] .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
html[theme=autraq] .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
html[theme=autraq] .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
html[theme=autraq] .btn-dark:focus, html[theme=autraq] .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
html[theme=autraq] .btn-dark.disabled, html[theme=autraq] .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
html[theme=autraq] .btn-dark:not(:disabled):not(.disabled):active, html[theme=autraq] .btn-dark:not(:disabled):not(.disabled).active, .show > html[theme=autraq] .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
html[theme=autraq] .btn-dark:not(:disabled):not(.disabled):active:focus, html[theme=autraq] .btn-dark:not(:disabled):not(.disabled).active:focus, .show > html[theme=autraq] .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
html[theme=autraq] .btn-outline-primary {
  color: #20c997;
  background-color: transparent;
  background-image: none;
  border-color: #20c997;
}
html[theme=autraq] .btn-outline-primary:hover {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
html[theme=autraq] .btn-outline-primary:focus, html[theme=autraq] .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}
html[theme=autraq] .btn-outline-primary.disabled, html[theme=autraq] .btn-outline-primary:disabled {
  color: #20c997;
  background-color: transparent;
}
html[theme=autraq] .btn-outline-primary:not(:disabled):not(.disabled):active, html[theme=autraq] .btn-outline-primary:not(:disabled):not(.disabled).active, .show > html[theme=autraq] .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
html[theme=autraq] .btn-outline-primary:not(:disabled):not(.disabled):active:focus, html[theme=autraq] .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > html[theme=autraq] .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}
html[theme=autraq] .btn-outline-secondary {
  color: #0FC0FC;
  background-color: transparent;
  background-image: none;
  border-color: #0FC0FC;
}
html[theme=autraq] .btn-outline-secondary:hover {
  color: #fff;
  background-color: #0FC0FC;
  border-color: #0FC0FC;
}
html[theme=autraq] .btn-outline-secondary:focus, html[theme=autraq] .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 192, 252, 0.5);
}
html[theme=autraq] .btn-outline-secondary.disabled, html[theme=autraq] .btn-outline-secondary:disabled {
  color: #0FC0FC;
  background-color: transparent;
}
html[theme=autraq] .btn-outline-secondary:not(:disabled):not(.disabled):active, html[theme=autraq] .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > html[theme=autraq] .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0FC0FC;
  border-color: #0FC0FC;
}
html[theme=autraq] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, html[theme=autraq] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > html[theme=autraq] .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 192, 252, 0.5);
}
html[theme=autraq] .btn-outline-success {
  color: #375863;
  background-color: transparent;
  background-image: none;
  border-color: #375863;
}
html[theme=autraq] .btn-outline-success:hover {
  color: #fff;
  background-color: #375863;
  border-color: #375863;
}
html[theme=autraq] .btn-outline-success:focus, html[theme=autraq] .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 88, 99, 0.5);
}
html[theme=autraq] .btn-outline-success.disabled, html[theme=autraq] .btn-outline-success:disabled {
  color: #375863;
  background-color: transparent;
}
html[theme=autraq] .btn-outline-success:not(:disabled):not(.disabled):active, html[theme=autraq] .btn-outline-success:not(:disabled):not(.disabled).active, .show > html[theme=autraq] .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #375863;
  border-color: #375863;
}
html[theme=autraq] .btn-outline-success:not(:disabled):not(.disabled):active:focus, html[theme=autraq] .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > html[theme=autraq] .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 88, 99, 0.5);
}
html[theme=autraq] .btn-outline-info {
  color: #D05E55;
  background-color: transparent;
  background-image: none;
  border-color: #D05E55;
}
html[theme=autraq] .btn-outline-info:hover {
  color: #fff;
  background-color: #D05E55;
  border-color: #D05E55;
}
html[theme=autraq] .btn-outline-info:focus, html[theme=autraq] .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 94, 85, 0.5);
}
html[theme=autraq] .btn-outline-info.disabled, html[theme=autraq] .btn-outline-info:disabled {
  color: #D05E55;
  background-color: transparent;
}
html[theme=autraq] .btn-outline-info:not(:disabled):not(.disabled):active, html[theme=autraq] .btn-outline-info:not(:disabled):not(.disabled).active, .show > html[theme=autraq] .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #D05E55;
  border-color: #D05E55;
}
html[theme=autraq] .btn-outline-info:not(:disabled):not(.disabled):active:focus, html[theme=autraq] .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > html[theme=autraq] .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 94, 85, 0.5);
}
html[theme=autraq] .btn-outline-warning {
  color: #B20B36;
  background-color: transparent;
  background-image: none;
  border-color: #B20B36;
}
html[theme=autraq] .btn-outline-warning:hover {
  color: #fff;
  background-color: #B20B36;
  border-color: #B20B36;
}
html[theme=autraq] .btn-outline-warning:focus, html[theme=autraq] .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 11, 54, 0.5);
}
html[theme=autraq] .btn-outline-warning.disabled, html[theme=autraq] .btn-outline-warning:disabled {
  color: #B20B36;
  background-color: transparent;
}
html[theme=autraq] .btn-outline-warning:not(:disabled):not(.disabled):active, html[theme=autraq] .btn-outline-warning:not(:disabled):not(.disabled).active, .show > html[theme=autraq] .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #B20B36;
  border-color: #B20B36;
}
html[theme=autraq] .btn-outline-warning:not(:disabled):not(.disabled):active:focus, html[theme=autraq] .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > html[theme=autraq] .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 11, 54, 0.5);
}
html[theme=autraq] .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
html[theme=autraq] .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
html[theme=autraq] .btn-outline-danger:focus, html[theme=autraq] .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
html[theme=autraq] .btn-outline-danger.disabled, html[theme=autraq] .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
html[theme=autraq] .btn-outline-danger:not(:disabled):not(.disabled):active, html[theme=autraq] .btn-outline-danger:not(:disabled):not(.disabled).active, .show > html[theme=autraq] .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
html[theme=autraq] .btn-outline-danger:not(:disabled):not(.disabled):active:focus, html[theme=autraq] .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > html[theme=autraq] .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
html[theme=autraq] .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
html[theme=autraq] .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
html[theme=autraq] .btn-outline-light:focus, html[theme=autraq] .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
html[theme=autraq] .btn-outline-light.disabled, html[theme=autraq] .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
html[theme=autraq] .btn-outline-light:not(:disabled):not(.disabled):active, html[theme=autraq] .btn-outline-light:not(:disabled):not(.disabled).active, .show > html[theme=autraq] .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
html[theme=autraq] .btn-outline-light:not(:disabled):not(.disabled):active:focus, html[theme=autraq] .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > html[theme=autraq] .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
html[theme=autraq] .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
html[theme=autraq] .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
html[theme=autraq] .btn-outline-dark:focus, html[theme=autraq] .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
html[theme=autraq] .btn-outline-dark.disabled, html[theme=autraq] .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
html[theme=autraq] .btn-outline-dark:not(:disabled):not(.disabled):active, html[theme=autraq] .btn-outline-dark:not(:disabled):not(.disabled).active, .show > html[theme=autraq] .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
html[theme=autraq] .btn-outline-dark:not(:disabled):not(.disabled):active:focus, html[theme=autraq] .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > html[theme=autraq] .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
html[theme=autraq] .btn-link {
  font-weight: 400;
  color: #20c997;
  background-color: transparent;
}
html[theme=autraq] .btn-link:hover {
  color: #158765;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
html[theme=autraq] .btn-link:focus, html[theme=autraq] .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
html[theme=autraq] .btn-link:disabled, html[theme=autraq] .btn-link.disabled {
  color: #6c757d;
}
html[theme=autraq] .btn-lg, html[theme=autraq] html[theme=generic] .btn-group-lg > .btn, html[theme=autraq] .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
html[theme=autraq] .btn-sm, html[theme=autraq] html[theme=generic] .btn-group-sm > .btn, html[theme=autraq] .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
html[theme=autraq] .btn-block {
  display: block;
  width: 100%;
}
html[theme=autraq] .btn-block + .btn-block {
  margin-top: 0.5rem;
}
html[theme=autraq] input[type=submit].btn-block,
html[theme=autraq] input[type=reset].btn-block,
html[theme=autraq] input[type=button].btn-block {
  width: 100%;
}
html[theme=autraq] .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
html[theme=autraq] .fade.show {
  opacity: 1;
}
html[theme=autraq] .collapse {
  display: none;
}
html[theme=autraq] .collapse.show {
  display: block;
}
html[theme=autraq] tr.collapse.show {
  display: table-row;
}
html[theme=autraq] tbody.collapse.show {
  display: table-row-group;
}
html[theme=autraq] .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
html[theme=autraq] .dropup,
html[theme=autraq] .dropdown {
  position: relative;
}
html[theme=autraq] .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
html[theme=autraq] .dropdown-toggle:empty::after {
  margin-left: 0;
}
html[theme=autraq] .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
}
html[theme=autraq] .dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
html[theme=autraq] .dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
html[theme=autraq] .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
html[theme=autraq] .dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
html[theme=autraq] .dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
html[theme=autraq] .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
html[theme=autraq] .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
html[theme=autraq] .dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
html[theme=autraq] .dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
html[theme=autraq] .dropleft .dropdown-toggle::after {
  display: none;
}
html[theme=autraq] .dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
html[theme=autraq] .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
html[theme=autraq] .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
html[theme=autraq] .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
html[theme=autraq] .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
html[theme=autraq] .dropdown-item:hover, html[theme=autraq] .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
html[theme=autraq] .dropdown-item.active, html[theme=autraq] .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #20c997;
}
html[theme=autraq] .dropdown-item.disabled, html[theme=autraq] .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
html[theme=autraq] .dropdown-menu.show {
  display: block;
}
html[theme=autraq] .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #6c757d;
  white-space: nowrap;
}
html[theme=autraq] .btn-group,
html[theme=autraq] .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}
html[theme=autraq] .btn-group > .btn,
html[theme=autraq] .btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}
html[theme=autraq] .btn-group > .btn:hover,
html[theme=autraq] .btn-group-vertical > .btn:hover {
  z-index: 1;
}
html[theme=autraq] .btn-group > .btn:focus, html[theme=autraq] .btn-group > .btn:active, html[theme=autraq] .btn-group > .btn.active,
html[theme=autraq] .btn-group-vertical > .btn:focus,
html[theme=autraq] .btn-group-vertical > .btn:active,
html[theme=autraq] .btn-group-vertical > .btn.active {
  z-index: 1;
}
html[theme=autraq] .btn-group .btn + .btn,
html[theme=autraq] .btn-group .btn + .btn-group,
html[theme=autraq] .btn-group .btn-group + .btn,
html[theme=autraq] .btn-group .btn-group + .btn-group,
html[theme=autraq] .btn-group-vertical .btn + .btn,
html[theme=autraq] .btn-group-vertical .btn + .btn-group,
html[theme=autraq] .btn-group-vertical .btn-group + .btn,
html[theme=autraq] .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
html[theme=autraq] .btn-toolbar {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
html[theme=autraq] .btn-toolbar .input-group {
  width: auto;
}
html[theme=autraq] .btn-group > .btn:first-child {
  margin-left: 0;
}
html[theme=autraq] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
html[theme=autraq] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[theme=autraq] .btn-group > .btn:not(:first-child),
html[theme=autraq] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[theme=autraq] .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
html[theme=autraq] .dropdown-toggle-split::after {
  margin-left: 0;
}
html[theme=autraq] .btn-sm + .dropdown-toggle-split, html[theme=autraq] .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
html[theme=autraq] .btn-lg + .dropdown-toggle-split, html[theme=autraq] .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
html[theme=autraq] .btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}
html[theme=autraq] .btn-group-vertical .btn,
html[theme=autraq] .btn-group-vertical .btn-group {
  width: 100%;
}
html[theme=autraq] .btn-group-vertical > .btn + .btn,
html[theme=autraq] .btn-group-vertical > .btn + .btn-group,
html[theme=autraq] .btn-group-vertical > .btn-group + .btn,
html[theme=autraq] .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
html[theme=autraq] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
html[theme=autraq] .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
html[theme=autraq] .btn-group-vertical > .btn:not(:first-child),
html[theme=autraq] .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html[theme=autraq] .btn-group-toggle > .btn,
html[theme=autraq] .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
html[theme=autraq] .btn-group-toggle > .btn input[type=radio],
html[theme=autraq] .btn-group-toggle > .btn input[type=checkbox],
html[theme=autraq] .btn-group-toggle > .btn-group > .btn input[type=radio],
html[theme=autraq] .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
html[theme=autraq] .input-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}
html[theme=autraq] .input-group > .form-control,
html[theme=autraq] .input-group > .custom-select,
html[theme=autraq] .input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
html[theme=autraq] .input-group > .form-control:focus,
html[theme=autraq] .input-group > .custom-select:focus,
html[theme=autraq] .input-group > .custom-file:focus {
  z-index: 3;
}
html[theme=autraq] .input-group > .form-control + .form-control,
html[theme=autraq] .input-group > .form-control + .custom-select,
html[theme=autraq] .input-group > .form-control + .custom-file,
html[theme=autraq] .input-group > .custom-select + .form-control,
html[theme=autraq] .input-group > .custom-select + .custom-select,
html[theme=autraq] .input-group > .custom-select + .custom-file,
html[theme=autraq] .input-group > .custom-file + .form-control,
html[theme=autraq] .input-group > .custom-file + .custom-select,
html[theme=autraq] .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
html[theme=autraq] .input-group > .form-control:not(:last-child),
html[theme=autraq] .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[theme=autraq] .input-group > .form-control:not(:first-child),
html[theme=autraq] .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[theme=autraq] .input-group > .custom-file {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
html[theme=autraq] .input-group > .custom-file:not(:last-child) .custom-file-label, html[theme=autraq] .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[theme=autraq] .input-group > .custom-file:not(:first-child) .custom-file-label, html[theme=autraq] .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[theme=autraq] .input-group-prepend,
html[theme=autraq] .input-group-append {
  display: -webkit-box;
  display: flex;
}
html[theme=autraq] .input-group-prepend .btn,
html[theme=autraq] .input-group-append .btn {
  position: relative;
  z-index: 2;
}
html[theme=autraq] .input-group-prepend .btn + .btn,
html[theme=autraq] .input-group-prepend .btn + .input-group-text,
html[theme=autraq] .input-group-prepend .input-group-text + .input-group-text,
html[theme=autraq] .input-group-prepend .input-group-text + .btn,
html[theme=autraq] .input-group-append .btn + .btn,
html[theme=autraq] .input-group-append .btn + .input-group-text,
html[theme=autraq] .input-group-append .input-group-text + .input-group-text,
html[theme=autraq] .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
html[theme=autraq] .input-group-prepend {
  margin-right: -1px;
}
html[theme=autraq] .input-group-append {
  margin-left: -1px;
}
html[theme=autraq] .input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0rem;
}
html[theme=autraq] .input-group-text input[type=radio],
html[theme=autraq] .input-group-text input[type=checkbox] {
  margin-top: 0;
}
html[theme=autraq] .input-group > .input-group-prepend > .btn,
html[theme=autraq] .input-group > .input-group-prepend > .input-group-text,
html[theme=autraq] .input-group > .input-group-append:not(:last-child) > .btn,
html[theme=autraq] .input-group > .input-group-append:not(:last-child) > .input-group-text,
html[theme=autraq] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
html[theme=autraq] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[theme=autraq] .input-group > .input-group-append > .btn,
html[theme=autraq] .input-group > .input-group-append > .input-group-text,
html[theme=autraq] .input-group > .input-group-prepend:not(:first-child) > .btn,
html[theme=autraq] .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
html[theme=autraq] .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
html[theme=autraq] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[theme=autraq] .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
html[theme=autraq] .custom-control-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}
html[theme=autraq] .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
html[theme=autraq] .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #20c997;
}
html[theme=autraq] .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(32, 201, 151, 0.25);
}
html[theme=autraq] .custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #aaf1dc;
}
html[theme=autraq] .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
html[theme=autraq] .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
html[theme=autraq] .custom-control-label {
  margin-bottom: 0;
}
html[theme=autraq] .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
html[theme=autraq] .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
html[theme=autraq] .custom-checkbox .custom-control-label::before {
  border-radius: 0rem;
}
html[theme=autraq] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #20c997;
}
html[theme=autraq] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
html[theme=autraq] .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #20c997;
}
html[theme=autraq] .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
html[theme=autraq] .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 201, 151, 0.5);
}
html[theme=autraq] .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(32, 201, 151, 0.5);
}
html[theme=autraq] .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
html[theme=autraq] .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #20c997;
}
html[theme=autraq] .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
html[theme=autraq] .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 201, 151, 0.5);
}
html[theme=autraq] .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.1rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
html[theme=autraq] .custom-select:focus {
  border-color: #7eeaca;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(126, 234, 202, 0.5);
}
html[theme=autraq] .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
html[theme=autraq] .custom-select[multiple], html[theme=autraq] .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
html[theme=autraq] .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
html[theme=autraq] .custom-select::-ms-expand {
  opacity: 0;
}
html[theme=autraq] .custom-select-sm {
  height: calc(1.68125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
html[theme=autraq] .custom-select-lg {
  height: calc(2.6875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
html[theme=autraq] .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.1rem + 2px);
  margin-bottom: 0;
}
html[theme=autraq] .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.1rem + 2px);
  margin: 0;
  opacity: 0;
}
html[theme=autraq] .custom-file-input:focus ~ .custom-file-control {
  border-color: #7eeaca;
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.25);
}
html[theme=autraq] .custom-file-input:focus ~ .custom-file-control::before {
  border-color: #7eeaca;
}
html[theme=autraq] .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
html[theme=autraq] .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.1rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0rem;
}
html[theme=autraq] .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.1rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0rem 0rem 0;
}
html[theme=autraq] .nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
html[theme=autraq] .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
html[theme=autraq] .nav-link:hover, html[theme=autraq] .nav-link:focus {
  text-decoration: none;
}
html[theme=autraq] .nav-link.disabled {
  color: #6c757d;
}
html[theme=autraq] .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
html[theme=autraq] .nav-tabs .nav-item {
  margin-bottom: -1px;
}
html[theme=autraq] .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
html[theme=autraq] .nav-tabs .nav-link:hover, html[theme=autraq] .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
html[theme=autraq] .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
html[theme=autraq] .nav-tabs .nav-link.active,
html[theme=autraq] .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: white;
  border-color: #dee2e6 #dee2e6 white;
}
html[theme=autraq] .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html[theme=autraq] .nav-pills .nav-link {
  border-radius: 0rem;
}
html[theme=autraq] .nav-pills .nav-link.active,
html[theme=autraq] .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #20c997;
}
html[theme=autraq] .nav-fill .nav-item {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center;
}
html[theme=autraq] .nav-justified .nav-item {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}
html[theme=autraq] .tab-content > .tab-pane {
  display: none;
}
html[theme=autraq] .tab-content > .active {
  display: block;
}
html[theme=autraq] .navbar {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
html[theme=autraq] .navbar > .container,
html[theme=autraq] .navbar > .container-fluid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
html[theme=autraq] .navbar-brand {
  display: inline-block;
  padding-top: 0.33125rem;
  padding-bottom: 0.33125rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
html[theme=autraq] .navbar-brand:hover, html[theme=autraq] .navbar-brand:focus {
  text-decoration: none;
}
html[theme=autraq] .navbar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
html[theme=autraq] .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
html[theme=autraq] .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
html[theme=autraq] .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
html[theme=autraq] .navbar-collapse {
  flex-basis: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
          align-items: center;
}
html[theme=autraq] .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
html[theme=autraq] .navbar-toggler:hover, html[theme=autraq] .navbar-toggler:focus {
  text-decoration: none;
}
html[theme=autraq] .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
html[theme=autraq] .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 379.98px) {
  html[theme=autraq] .navbar-expand-xsm > .container,
html[theme=autraq] .navbar-expand-xsm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 380px) {
  html[theme=autraq] .navbar-expand-xsm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  html[theme=autraq] .navbar-expand-xsm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  html[theme=autraq] .navbar-expand-xsm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[theme=autraq] .navbar-expand-xsm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  html[theme=autraq] .navbar-expand-xsm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[theme=autraq] .navbar-expand-xsm > .container,
html[theme=autraq] .navbar-expand-xsm > .container-fluid {
    flex-wrap: nowrap;
  }
  html[theme=autraq] .navbar-expand-xsm .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  html[theme=autraq] .navbar-expand-xsm .navbar-toggler {
    display: none;
  }
  html[theme=autraq] .navbar-expand-xsm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 575.98px) {
  html[theme=autraq] .navbar-expand-sm > .container,
html[theme=autraq] .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  html[theme=autraq] .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  html[theme=autraq] .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  html[theme=autraq] .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[theme=autraq] .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  html[theme=autraq] .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[theme=autraq] .navbar-expand-sm > .container,
html[theme=autraq] .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  html[theme=autraq] .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  html[theme=autraq] .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  html[theme=autraq] .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  html[theme=autraq] .navbar-expand-md > .container,
html[theme=autraq] .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  html[theme=autraq] .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  html[theme=autraq] .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  html[theme=autraq] .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[theme=autraq] .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  html[theme=autraq] .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[theme=autraq] .navbar-expand-md > .container,
html[theme=autraq] .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  html[theme=autraq] .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  html[theme=autraq] .navbar-expand-md .navbar-toggler {
    display: none;
  }
  html[theme=autraq] .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  html[theme=autraq] .navbar-expand-lg > .container,
html[theme=autraq] .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  html[theme=autraq] .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  html[theme=autraq] .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  html[theme=autraq] .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[theme=autraq] .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  html[theme=autraq] .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[theme=autraq] .navbar-expand-lg > .container,
html[theme=autraq] .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  html[theme=autraq] .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  html[theme=autraq] .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  html[theme=autraq] .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  html[theme=autraq] .navbar-expand-xl > .container,
html[theme=autraq] .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  html[theme=autraq] .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  html[theme=autraq] .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  html[theme=autraq] .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[theme=autraq] .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  html[theme=autraq] .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[theme=autraq] .navbar-expand-xl > .container,
html[theme=autraq] .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  html[theme=autraq] .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  html[theme=autraq] .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  html[theme=autraq] .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
html[theme=autraq] .navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
html[theme=autraq] .navbar-expand > .container,
html[theme=autraq] .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
html[theme=autraq] .navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
html[theme=autraq] .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
html[theme=autraq] .navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
html[theme=autraq] .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
html[theme=autraq] .navbar-expand > .container,
html[theme=autraq] .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
html[theme=autraq] .navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: flex !important;
  flex-basis: auto;
}
html[theme=autraq] .navbar-expand .navbar-toggler {
  display: none;
}
html[theme=autraq] .navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
html[theme=autraq] .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
html[theme=autraq] .navbar-light .navbar-brand:hover, html[theme=autraq] .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
html[theme=autraq] .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
html[theme=autraq] .navbar-light .navbar-nav .nav-link:hover, html[theme=autraq] .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
html[theme=autraq] .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
html[theme=autraq] .navbar-light .navbar-nav .show > .nav-link,
html[theme=autraq] .navbar-light .navbar-nav .active > .nav-link,
html[theme=autraq] .navbar-light .navbar-nav .nav-link.show,
html[theme=autraq] .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
html[theme=autraq] .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
html[theme=autraq] .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
html[theme=autraq] .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
html[theme=autraq] .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
html[theme=autraq] .navbar-light .navbar-text a:hover, html[theme=autraq] .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
html[theme=autraq] .navbar-dark .navbar-brand {
  color: #fff;
}
html[theme=autraq] .navbar-dark .navbar-brand:hover, html[theme=autraq] .navbar-dark .navbar-brand:focus {
  color: #fff;
}
html[theme=autraq] .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
html[theme=autraq] .navbar-dark .navbar-nav .nav-link:hover, html[theme=autraq] .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
html[theme=autraq] .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
html[theme=autraq] .navbar-dark .navbar-nav .show > .nav-link,
html[theme=autraq] .navbar-dark .navbar-nav .active > .nav-link,
html[theme=autraq] .navbar-dark .navbar-nav .nav-link.show,
html[theme=autraq] .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
html[theme=autraq] .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
html[theme=autraq] .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
html[theme=autraq] .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
html[theme=autraq] .navbar-dark .navbar-text a {
  color: #fff;
}
html[theme=autraq] .navbar-dark .navbar-text a:hover, html[theme=autraq] .navbar-dark .navbar-text a:focus {
  color: #fff;
}
html[theme=autraq] .card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0rem;
}
html[theme=autraq] .card > hr {
  margin-right: 0;
  margin-left: 0;
}
html[theme=autraq] .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
html[theme=autraq] .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
html[theme=autraq] .card-body {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.25rem;
}
html[theme=autraq] .card-title {
  margin-bottom: 0.75rem;
}
html[theme=autraq] .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
html[theme=autraq] .card-text:last-child {
  margin-bottom: 0;
}
html[theme=autraq] .card-link:hover {
  text-decoration: none;
}
html[theme=autraq] .card-link + .card-link {
  margin-left: 1.25rem;
}
html[theme=autraq] .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
html[theme=autraq] .card-header:first-child {
  border-radius: calc(0rem - 1px) calc(0rem - 1px) 0 0;
}
html[theme=autraq] .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
html[theme=autraq] .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
html[theme=autraq] .card-footer:last-child {
  border-radius: 0 0 calc(0rem - 1px) calc(0rem - 1px);
}
html[theme=autraq] .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
html[theme=autraq] .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
html[theme=autraq] .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
html[theme=autraq] .card-img {
  width: 100%;
  border-radius: calc(0rem - 1px);
}
html[theme=autraq] .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0rem - 1px);
  border-top-right-radius: calc(0rem - 1px);
}
html[theme=autraq] .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0rem - 1px);
  border-bottom-left-radius: calc(0rem - 1px);
}
html[theme=autraq] .card-deck {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
html[theme=autraq] .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  html[theme=autraq] .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  html[theme=autraq] .card-deck .card {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
html[theme=autraq] .card-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
html[theme=autraq] .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  html[theme=autraq] .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  html[theme=autraq] .card-group > .card {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  html[theme=autraq] .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  html[theme=autraq] .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  html[theme=autraq] .card-group > .card:first-child .card-img-top,
html[theme=autraq] .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  html[theme=autraq] .card-group > .card:first-child .card-img-bottom,
html[theme=autraq] .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  html[theme=autraq] .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  html[theme=autraq] .card-group > .card:last-child .card-img-top,
html[theme=autraq] .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  html[theme=autraq] .card-group > .card:last-child .card-img-bottom,
html[theme=autraq] .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  html[theme=autraq] .card-group > .card:only-child {
    border-radius: 0rem;
  }
  html[theme=autraq] .card-group > .card:only-child .card-img-top,
html[theme=autraq] .card-group > .card:only-child .card-header {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
  }
  html[theme=autraq] .card-group > .card:only-child .card-img-bottom,
html[theme=autraq] .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
  }
  html[theme=autraq] .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  html[theme=autraq] .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
html[theme=autraq] .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
html[theme=autraq] .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
html[theme=autraq] .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
html[theme=autraq] .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  html[theme=autraq] .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  html[theme=autraq] .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
html[theme=autraq] .breadcrumb {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0rem;
}
html[theme=autraq] .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
html[theme=autraq] .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
html[theme=autraq] .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
html[theme=autraq] .breadcrumb-item.active {
  color: #6c757d;
}
html[theme=autraq] .pagination {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0rem;
}
html[theme=autraq] .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #20c997;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
html[theme=autraq] .page-link:hover {
  color: #158765;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
html[theme=autraq] .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.25);
}
html[theme=autraq] .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
html[theme=autraq] .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
html[theme=autraq] .page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
html[theme=autraq] .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
html[theme=autraq] .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
html[theme=autraq] .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
html[theme=autraq] .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
html[theme=autraq] .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
html[theme=autraq] .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}
html[theme=autraq] .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
html[theme=autraq] .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
html[theme=autraq] .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0rem;
}
html[theme=autraq] .badge:empty {
  display: none;
}
html[theme=autraq] .btn .badge {
  position: relative;
  top: -1px;
}
html[theme=autraq] .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
html[theme=autraq] .badge-primary {
  color: #fff;
  background-color: #20c997;
}
html[theme=autraq] .badge-primary[href]:hover, html[theme=autraq] .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #199d76;
}
html[theme=autraq] .badge-secondary {
  color: #fff;
  background-color: #0FC0FC;
}
html[theme=autraq] .badge-secondary[href]:hover, html[theme=autraq] .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #03a0d5;
}
html[theme=autraq] .badge-success {
  color: #fff;
  background-color: #375863;
}
html[theme=autraq] .badge-success[href]:hover, html[theme=autraq] .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #253b42;
}
html[theme=autraq] .badge-info {
  color: #fff;
  background-color: #D05E55;
}
html[theme=autraq] .badge-info[href]:hover, html[theme=autraq] .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #be3e34;
}
html[theme=autraq] .badge-warning {
  color: #fff;
  background-color: #B20B36;
}
html[theme=autraq] .badge-warning[href]:hover, html[theme=autraq] .badge-warning[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #820827;
}
html[theme=autraq] .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
html[theme=autraq] .badge-danger[href]:hover, html[theme=autraq] .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
html[theme=autraq] .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
html[theme=autraq] .badge-light[href]:hover, html[theme=autraq] .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
html[theme=autraq] .badge-dark {
  color: #fff;
  background-color: #343a40;
}
html[theme=autraq] .badge-dark[href]:hover, html[theme=autraq] .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
html[theme=autraq] .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0rem;
}
@media (min-width: 576px) {
  html[theme=autraq] .jumbotron {
    padding: 4rem 2rem;
  }
}
html[theme=autraq] .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
html[theme=autraq] .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0rem;
}
html[theme=autraq] .alert-heading {
  color: inherit;
}
html[theme=autraq] .alert-link {
  font-weight: 700;
}
html[theme=autraq] .alert-dismissible {
  padding-right: 3.85rem;
}
html[theme=autraq] .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
html[theme=autraq] .alert-primary {
  color: #11694f;
  background-color: #d2f4ea;
  border-color: #c1f0e2;
}
html[theme=autraq] .alert-primary hr {
  border-top-color: #acebd8;
}
html[theme=autraq] .alert-primary .alert-link {
  color: #0a3d2e;
}
html[theme=autraq] .alert-secondary {
  color: #086483;
  background-color: #cff2fe;
  border-color: #bcedfe;
}
html[theme=autraq] .alert-secondary hr {
  border-top-color: #a3e6fe;
}
html[theme=autraq] .alert-secondary .alert-link {
  color: #053f53;
}
html[theme=autraq] .alert-success {
  color: #1d2e33;
  background-color: #d7dee0;
  border-color: #c7d0d3;
}
html[theme=autraq] .alert-success hr {
  border-top-color: #b9c4c8;
}
html[theme=autraq] .alert-success .alert-link {
  color: #0b1112;
}
html[theme=autraq] .alert-info {
  color: #6c312c;
  background-color: #f6dfdd;
  border-color: #f2d2cf;
}
html[theme=autraq] .alert-info hr {
  border-top-color: #edbfbb;
}
html[theme=autraq] .alert-info .alert-link {
  color: #48211d;
}
html[theme=autraq] .alert-warning {
  color: #5d061c;
  background-color: #f0ced7;
  border-color: #e9bbc7;
}
html[theme=autraq] .alert-warning hr {
  border-top-color: #e3a8b7;
}
html[theme=autraq] .alert-warning .alert-link {
  color: #2d030e;
}
html[theme=autraq] .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
html[theme=autraq] .alert-danger hr {
  border-top-color: #f1b0b7;
}
html[theme=autraq] .alert-danger .alert-link {
  color: #491217;
}
html[theme=autraq] .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
html[theme=autraq] .alert-light hr {
  border-top-color: #ececf6;
}
html[theme=autraq] .alert-light .alert-link {
  color: #686868;
}
html[theme=autraq] .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
html[theme=autraq] .alert-dark hr {
  border-top-color: #b9bbbe;
}
html[theme=autraq] .alert-dark .alert-link {
  color: #040505;
}
html[theme=autraq] .progress {
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0rem;
}
html[theme=autraq] .progress-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #20c997;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
html[theme=autraq] .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
html[theme=autraq] .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
html[theme=autraq] .media {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}
html[theme=autraq] .media-body {
  -webkit-box-flex: 1;
          flex: 1;
}
html[theme=autraq] .list-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
html[theme=autraq] .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
html[theme=autraq] .list-group-item-action:hover, html[theme=autraq] .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
html[theme=autraq] .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
html[theme=autraq] .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
html[theme=autraq] .list-group-item:first-child {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
html[theme=autraq] .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
html[theme=autraq] .list-group-item:hover, html[theme=autraq] .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
html[theme=autraq] .list-group-item.disabled, html[theme=autraq] .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
html[theme=autraq] .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
html[theme=autraq] .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
html[theme=autraq] .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
html[theme=autraq] .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
html[theme=autraq] .list-group-item-primary {
  color: #11694f;
  background-color: #c1f0e2;
}
html[theme=autraq] .list-group-item-primary.list-group-item-action:hover, html[theme=autraq] .list-group-item-primary.list-group-item-action:focus {
  color: #11694f;
  background-color: #acebd8;
}
html[theme=autraq] .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #11694f;
  border-color: #11694f;
}
html[theme=autraq] .list-group-item-secondary {
  color: #086483;
  background-color: #bcedfe;
}
html[theme=autraq] .list-group-item-secondary.list-group-item-action:hover, html[theme=autraq] .list-group-item-secondary.list-group-item-action:focus {
  color: #086483;
  background-color: #a3e6fe;
}
html[theme=autraq] .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #086483;
  border-color: #086483;
}
html[theme=autraq] .list-group-item-success {
  color: #1d2e33;
  background-color: #c7d0d3;
}
html[theme=autraq] .list-group-item-success.list-group-item-action:hover, html[theme=autraq] .list-group-item-success.list-group-item-action:focus {
  color: #1d2e33;
  background-color: #b9c4c8;
}
html[theme=autraq] .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1d2e33;
  border-color: #1d2e33;
}
html[theme=autraq] .list-group-item-info {
  color: #6c312c;
  background-color: #f2d2cf;
}
html[theme=autraq] .list-group-item-info.list-group-item-action:hover, html[theme=autraq] .list-group-item-info.list-group-item-action:focus {
  color: #6c312c;
  background-color: #edbfbb;
}
html[theme=autraq] .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #6c312c;
  border-color: #6c312c;
}
html[theme=autraq] .list-group-item-warning {
  color: #5d061c;
  background-color: #e9bbc7;
}
html[theme=autraq] .list-group-item-warning.list-group-item-action:hover, html[theme=autraq] .list-group-item-warning.list-group-item-action:focus {
  color: #5d061c;
  background-color: #e3a8b7;
}
html[theme=autraq] .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #5d061c;
  border-color: #5d061c;
}
html[theme=autraq] .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
html[theme=autraq] .list-group-item-danger.list-group-item-action:hover, html[theme=autraq] .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
html[theme=autraq] .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
html[theme=autraq] .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
html[theme=autraq] .list-group-item-light.list-group-item-action:hover, html[theme=autraq] .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
html[theme=autraq] .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
html[theme=autraq] .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
html[theme=autraq] .list-group-item-dark.list-group-item-action:hover, html[theme=autraq] .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
html[theme=autraq] .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
html[theme=autraq] .close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
html[theme=autraq] .close:hover, html[theme=autraq] .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
html[theme=autraq] .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
html[theme=autraq] button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
html[theme=autraq] .modal-open {
  overflow: hidden;
}
html[theme=autraq] .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open html[theme=autraq] .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
html[theme=autraq] .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade html[theme=autraq] .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.show html[theme=autraq] .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
html[theme=autraq] .modal-dialog-centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
html[theme=autraq] .modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0rem;
  outline: 0;
}
html[theme=autraq] .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
html[theme=autraq] .modal-backdrop.fade {
  opacity: 0;
}
html[theme=autraq] .modal-backdrop.show {
  opacity: 0.5;
}
html[theme=autraq] .modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
html[theme=autraq] .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
html[theme=autraq] .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
html[theme=autraq] .modal-body {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1rem;
}
html[theme=autraq] .modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
html[theme=autraq] .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
html[theme=autraq] .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
html[theme=autraq] .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  html[theme=autraq] .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  html[theme=autraq] .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  html[theme=autraq] .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  html[theme=autraq] .modal-lg {
    max-width: 800px;
  }
}
html[theme=autraq] .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}
html[theme=autraq] .tooltip.show {
  opacity: 0.9;
}
html[theme=autraq] .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
html[theme=autraq] .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
html[theme=autraq] .bs-tooltip-top, html[theme=autraq] .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
html[theme=autraq] .bs-tooltip-top .arrow, html[theme=autraq] .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
html[theme=autraq] .bs-tooltip-top .arrow::before, html[theme=autraq] .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
html[theme=autraq] .bs-tooltip-right, html[theme=autraq] .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
html[theme=autraq] .bs-tooltip-right .arrow, html[theme=autraq] .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
html[theme=autraq] .bs-tooltip-right .arrow::before, html[theme=autraq] .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
html[theme=autraq] .bs-tooltip-bottom, html[theme=autraq] .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
html[theme=autraq] .bs-tooltip-bottom .arrow, html[theme=autraq] .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
html[theme=autraq] .bs-tooltip-bottom .arrow::before, html[theme=autraq] .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
html[theme=autraq] .bs-tooltip-left, html[theme=autraq] .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
html[theme=autraq] .bs-tooltip-left .arrow, html[theme=autraq] .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
html[theme=autraq] .bs-tooltip-left .arrow::before, html[theme=autraq] .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
html[theme=autraq] .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0rem;
}
html[theme=autraq] .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0rem;
}
html[theme=autraq] .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0rem;
}
html[theme=autraq] .popover .arrow::before, html[theme=autraq] .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
html[theme=autraq] .bs-popover-top, html[theme=autraq] .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
html[theme=autraq] .bs-popover-top .arrow, html[theme=autraq] .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
html[theme=autraq] .bs-popover-top .arrow::before, html[theme=autraq] .bs-popover-auto[x-placement^=top] .arrow::before,
html[theme=autraq] .bs-popover-top .arrow::after,
html[theme=autraq] .bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
html[theme=autraq] .bs-popover-top .arrow::before, html[theme=autraq] .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
html[theme=autraq] .bs-popover-top .arrow::after, html[theme=autraq] .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
html[theme=autraq] .bs-popover-right, html[theme=autraq] .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
html[theme=autraq] .bs-popover-right .arrow, html[theme=autraq] .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0rem 0;
}
html[theme=autraq] .bs-popover-right .arrow::before, html[theme=autraq] .bs-popover-auto[x-placement^=right] .arrow::before,
html[theme=autraq] .bs-popover-right .arrow::after,
html[theme=autraq] .bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
html[theme=autraq] .bs-popover-right .arrow::before, html[theme=autraq] .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
html[theme=autraq] .bs-popover-right .arrow::after, html[theme=autraq] .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
html[theme=autraq] .bs-popover-bottom, html[theme=autraq] .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
html[theme=autraq] .bs-popover-bottom .arrow, html[theme=autraq] .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
html[theme=autraq] .bs-popover-bottom .arrow::before, html[theme=autraq] .bs-popover-auto[x-placement^=bottom] .arrow::before,
html[theme=autraq] .bs-popover-bottom .arrow::after,
html[theme=autraq] .bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
html[theme=autraq] .bs-popover-bottom .arrow::before, html[theme=autraq] .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
html[theme=autraq] .bs-popover-bottom .arrow::after, html[theme=autraq] .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
html[theme=autraq] .bs-popover-bottom .popover-header::before, html[theme=autraq] .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
html[theme=autraq] .bs-popover-left, html[theme=autraq] .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
html[theme=autraq] .bs-popover-left .arrow, html[theme=autraq] .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0rem 0;
}
html[theme=autraq] .bs-popover-left .arrow::before, html[theme=autraq] .bs-popover-auto[x-placement^=left] .arrow::before,
html[theme=autraq] .bs-popover-left .arrow::after,
html[theme=autraq] .bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
html[theme=autraq] .bs-popover-left .arrow::before, html[theme=autraq] .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
html[theme=autraq] .bs-popover-left .arrow::after, html[theme=autraq] .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
html[theme=autraq] .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0rem - 1px);
  border-top-right-radius: calc(0rem - 1px);
}
html[theme=autraq] .popover-header:empty {
  display: none;
}
html[theme=autraq] .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
html[theme=autraq] .carousel {
  position: relative;
}
html[theme=autraq] .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
html[theme=autraq] .carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
html[theme=autraq] .carousel-item.active,
html[theme=autraq] .carousel-item-next,
html[theme=autraq] .carousel-item-prev {
  display: block;
}
html[theme=autraq] .carousel-item-next,
html[theme=autraq] .carousel-item-prev {
  position: absolute;
  top: 0;
}
html[theme=autraq] .carousel-item-next.carousel-item-left,
html[theme=autraq] .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  html[theme=autraq] .carousel-item-next.carousel-item-left,
html[theme=autraq] .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
html[theme=autraq] .carousel-item-next,
html[theme=autraq] .active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  html[theme=autraq] .carousel-item-next,
html[theme=autraq] .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
html[theme=autraq] .carousel-item-prev,
html[theme=autraq] .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  html[theme=autraq] .carousel-item-prev,
html[theme=autraq] .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
html[theme=autraq] .carousel-control-prev,
html[theme=autraq] .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
html[theme=autraq] .carousel-control-prev:hover, html[theme=autraq] .carousel-control-prev:focus,
html[theme=autraq] .carousel-control-next:hover,
html[theme=autraq] .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
html[theme=autraq] .carousel-control-prev {
  left: 0;
}
html[theme=autraq] .carousel-control-next {
  right: 0;
}
html[theme=autraq] .carousel-control-prev-icon,
html[theme=autraq] .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
html[theme=autraq] .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
html[theme=autraq] .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
html[theme=autraq] .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
html[theme=autraq] .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
html[theme=autraq] .carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
html[theme=autraq] .carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
html[theme=autraq] .carousel-indicators .active {
  background-color: #fff;
}
html[theme=autraq] .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
html[theme=autraq] .align-baseline {
  vertical-align: baseline !important;
}
html[theme=autraq] .align-top {
  vertical-align: top !important;
}
html[theme=autraq] .align-middle {
  vertical-align: middle !important;
}
html[theme=autraq] .align-bottom {
  vertical-align: bottom !important;
}
html[theme=autraq] .align-text-bottom {
  vertical-align: text-bottom !important;
}
html[theme=autraq] .align-text-top {
  vertical-align: text-top !important;
}
html[theme=autraq] .bg-primary {
  background-color: #20c997 !important;
}
html[theme=autraq] a.bg-primary:hover, html[theme=autraq] a.bg-primary:focus,
html[theme=autraq] button.bg-primary:hover,
html[theme=autraq] button.bg-primary:focus {
  background-color: #199d76 !important;
}
html[theme=autraq] .bg-secondary {
  background-color: #0FC0FC !important;
}
html[theme=autraq] a.bg-secondary:hover, html[theme=autraq] a.bg-secondary:focus,
html[theme=autraq] button.bg-secondary:hover,
html[theme=autraq] button.bg-secondary:focus {
  background-color: #03a0d5 !important;
}
html[theme=autraq] .bg-success {
  background-color: #375863 !important;
}
html[theme=autraq] a.bg-success:hover, html[theme=autraq] a.bg-success:focus,
html[theme=autraq] button.bg-success:hover,
html[theme=autraq] button.bg-success:focus {
  background-color: #253b42 !important;
}
html[theme=autraq] .bg-info {
  background-color: #D05E55 !important;
}
html[theme=autraq] a.bg-info:hover, html[theme=autraq] a.bg-info:focus,
html[theme=autraq] button.bg-info:hover,
html[theme=autraq] button.bg-info:focus {
  background-color: #be3e34 !important;
}
html[theme=autraq] .bg-warning {
  background-color: #B20B36 !important;
}
html[theme=autraq] a.bg-warning:hover, html[theme=autraq] a.bg-warning:focus,
html[theme=autraq] button.bg-warning:hover,
html[theme=autraq] button.bg-warning:focus {
  background-color: #820827 !important;
}
html[theme=autraq] .bg-danger {
  background-color: #dc3545 !important;
}
html[theme=autraq] a.bg-danger:hover, html[theme=autraq] a.bg-danger:focus,
html[theme=autraq] button.bg-danger:hover,
html[theme=autraq] button.bg-danger:focus {
  background-color: #bd2130 !important;
}
html[theme=autraq] .bg-light {
  background-color: #f8f9fa !important;
}
html[theme=autraq] a.bg-light:hover, html[theme=autraq] a.bg-light:focus,
html[theme=autraq] button.bg-light:hover,
html[theme=autraq] button.bg-light:focus {
  background-color: #dae0e5 !important;
}
html[theme=autraq] .bg-dark {
  background-color: #343a40 !important;
}
html[theme=autraq] a.bg-dark:hover, html[theme=autraq] a.bg-dark:focus,
html[theme=autraq] button.bg-dark:hover,
html[theme=autraq] button.bg-dark:focus {
  background-color: #1d2124 !important;
}
html[theme=autraq] .bg-white {
  background-color: #fff !important;
}
html[theme=autraq] .bg-transparent {
  background-color: transparent !important;
}
html[theme=autraq] .border {
  border: 1px solid #dee2e6 !important;
}
html[theme=autraq] .border-top {
  border-top: 1px solid #dee2e6 !important;
}
html[theme=autraq] .border-right {
  border-right: 1px solid #dee2e6 !important;
}
html[theme=autraq] .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
html[theme=autraq] .border-left {
  border-left: 1px solid #dee2e6 !important;
}
html[theme=autraq] .border-0 {
  border: 0 !important;
}
html[theme=autraq] .border-top-0 {
  border-top: 0 !important;
}
html[theme=autraq] .border-right-0 {
  border-right: 0 !important;
}
html[theme=autraq] .border-bottom-0 {
  border-bottom: 0 !important;
}
html[theme=autraq] .border-left-0 {
  border-left: 0 !important;
}
html[theme=autraq] .border-primary {
  border-color: #20c997 !important;
}
html[theme=autraq] .border-secondary {
  border-color: #0FC0FC !important;
}
html[theme=autraq] .border-success {
  border-color: #375863 !important;
}
html[theme=autraq] .border-info {
  border-color: #D05E55 !important;
}
html[theme=autraq] .border-warning {
  border-color: #B20B36 !important;
}
html[theme=autraq] .border-danger {
  border-color: #dc3545 !important;
}
html[theme=autraq] .border-light {
  border-color: #f8f9fa !important;
}
html[theme=autraq] .border-dark {
  border-color: #343a40 !important;
}
html[theme=autraq] .border-white {
  border-color: #fff !important;
}
html[theme=autraq] .rounded {
  border-radius: 0rem !important;
}
html[theme=autraq] .rounded-top {
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
}
html[theme=autraq] .rounded-right {
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
}
html[theme=autraq] .rounded-bottom {
  border-bottom-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
}
html[theme=autraq] .rounded-left {
  border-top-left-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
}
html[theme=autraq] .rounded-circle {
  border-radius: 50% !important;
}
html[theme=autraq] .rounded-0 {
  border-radius: 0 !important;
}
html[theme=autraq] .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
html[theme=autraq] .d-none {
  display: none !important;
}
html[theme=autraq] .d-inline {
  display: inline !important;
}
html[theme=autraq] .d-inline-block {
  display: inline-block !important;
}
html[theme=autraq] .d-block {
  display: block !important;
}
html[theme=autraq] .d-table {
  display: table !important;
}
html[theme=autraq] .d-table-row {
  display: table-row !important;
}
html[theme=autraq] .d-table-cell {
  display: table-cell !important;
}
html[theme=autraq] .d-flex {
  display: -webkit-box !important;
  display: flex !important;
}
html[theme=autraq] .d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
@media (min-width: 380px) {
  html[theme=autraq] .d-xsm-none {
    display: none !important;
  }
  html[theme=autraq] .d-xsm-inline {
    display: inline !important;
  }
  html[theme=autraq] .d-xsm-inline-block {
    display: inline-block !important;
  }
  html[theme=autraq] .d-xsm-block {
    display: block !important;
  }
  html[theme=autraq] .d-xsm-table {
    display: table !important;
  }
  html[theme=autraq] .d-xsm-table-row {
    display: table-row !important;
  }
  html[theme=autraq] .d-xsm-table-cell {
    display: table-cell !important;
  }
  html[theme=autraq] .d-xsm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  html[theme=autraq] .d-xsm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  html[theme=autraq] .d-sm-none {
    display: none !important;
  }
  html[theme=autraq] .d-sm-inline {
    display: inline !important;
  }
  html[theme=autraq] .d-sm-inline-block {
    display: inline-block !important;
  }
  html[theme=autraq] .d-sm-block {
    display: block !important;
  }
  html[theme=autraq] .d-sm-table {
    display: table !important;
  }
  html[theme=autraq] .d-sm-table-row {
    display: table-row !important;
  }
  html[theme=autraq] .d-sm-table-cell {
    display: table-cell !important;
  }
  html[theme=autraq] .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  html[theme=autraq] .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  html[theme=autraq] .d-md-none {
    display: none !important;
  }
  html[theme=autraq] .d-md-inline {
    display: inline !important;
  }
  html[theme=autraq] .d-md-inline-block {
    display: inline-block !important;
  }
  html[theme=autraq] .d-md-block {
    display: block !important;
  }
  html[theme=autraq] .d-md-table {
    display: table !important;
  }
  html[theme=autraq] .d-md-table-row {
    display: table-row !important;
  }
  html[theme=autraq] .d-md-table-cell {
    display: table-cell !important;
  }
  html[theme=autraq] .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  html[theme=autraq] .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  html[theme=autraq] .d-lg-none {
    display: none !important;
  }
  html[theme=autraq] .d-lg-inline {
    display: inline !important;
  }
  html[theme=autraq] .d-lg-inline-block {
    display: inline-block !important;
  }
  html[theme=autraq] .d-lg-block {
    display: block !important;
  }
  html[theme=autraq] .d-lg-table {
    display: table !important;
  }
  html[theme=autraq] .d-lg-table-row {
    display: table-row !important;
  }
  html[theme=autraq] .d-lg-table-cell {
    display: table-cell !important;
  }
  html[theme=autraq] .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  html[theme=autraq] .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  html[theme=autraq] .d-xl-none {
    display: none !important;
  }
  html[theme=autraq] .d-xl-inline {
    display: inline !important;
  }
  html[theme=autraq] .d-xl-inline-block {
    display: inline-block !important;
  }
  html[theme=autraq] .d-xl-block {
    display: block !important;
  }
  html[theme=autraq] .d-xl-table {
    display: table !important;
  }
  html[theme=autraq] .d-xl-table-row {
    display: table-row !important;
  }
  html[theme=autraq] .d-xl-table-cell {
    display: table-cell !important;
  }
  html[theme=autraq] .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  html[theme=autraq] .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  html[theme=autraq] .d-print-none {
    display: none !important;
  }
  html[theme=autraq] .d-print-inline {
    display: inline !important;
  }
  html[theme=autraq] .d-print-inline-block {
    display: inline-block !important;
  }
  html[theme=autraq] .d-print-block {
    display: block !important;
  }
  html[theme=autraq] .d-print-table {
    display: table !important;
  }
  html[theme=autraq] .d-print-table-row {
    display: table-row !important;
  }
  html[theme=autraq] .d-print-table-cell {
    display: table-cell !important;
  }
  html[theme=autraq] .d-print-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  html[theme=autraq] .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
html[theme=autraq] .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
html[theme=autraq] .embed-responsive::before {
  display: block;
  content: "";
}
html[theme=autraq] .embed-responsive .embed-responsive-item,
html[theme=autraq] .embed-responsive iframe,
html[theme=autraq] .embed-responsive embed,
html[theme=autraq] .embed-responsive object,
html[theme=autraq] .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
html[theme=autraq] .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
html[theme=autraq] .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
html[theme=autraq] .embed-responsive-4by3::before {
  padding-top: 75%;
}
html[theme=autraq] .embed-responsive-1by1::before {
  padding-top: 100%;
}
html[theme=autraq] .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}
html[theme=autraq] .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}
html[theme=autraq] .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}
html[theme=autraq] .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}
html[theme=autraq] .flex-wrap {
  flex-wrap: wrap !important;
}
html[theme=autraq] .flex-nowrap {
  flex-wrap: nowrap !important;
}
html[theme=autraq] .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
html[theme=autraq] .justify-content-start {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}
html[theme=autraq] .justify-content-end {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}
html[theme=autraq] .justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}
html[theme=autraq] .justify-content-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}
html[theme=autraq] .justify-content-around {
  justify-content: space-around !important;
}
html[theme=autraq] .align-items-start {
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}
html[theme=autraq] .align-items-end {
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}
html[theme=autraq] .align-items-center {
  -webkit-box-align: center !important;
          align-items: center !important;
}
html[theme=autraq] .align-items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}
html[theme=autraq] .align-items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}
html[theme=autraq] .align-content-start {
  align-content: flex-start !important;
}
html[theme=autraq] .align-content-end {
  align-content: flex-end !important;
}
html[theme=autraq] .align-content-center {
  align-content: center !important;
}
html[theme=autraq] .align-content-between {
  align-content: space-between !important;
}
html[theme=autraq] .align-content-around {
  align-content: space-around !important;
}
html[theme=autraq] .align-content-stretch {
  align-content: stretch !important;
}
html[theme=autraq] .align-self-auto {
  align-self: auto !important;
}
html[theme=autraq] .align-self-start {
  align-self: flex-start !important;
}
html[theme=autraq] .align-self-end {
  align-self: flex-end !important;
}
html[theme=autraq] .align-self-center {
  align-self: center !important;
}
html[theme=autraq] .align-self-baseline {
  align-self: baseline !important;
}
html[theme=autraq] .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 380px) {
  html[theme=autraq] .flex-xsm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  html[theme=autraq] .flex-xsm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  html[theme=autraq] .flex-xsm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  html[theme=autraq] .flex-xsm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  html[theme=autraq] .flex-xsm-wrap {
    flex-wrap: wrap !important;
  }
  html[theme=autraq] .flex-xsm-nowrap {
    flex-wrap: nowrap !important;
  }
  html[theme=autraq] .flex-xsm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[theme=autraq] .justify-content-xsm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  html[theme=autraq] .justify-content-xsm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  html[theme=autraq] .justify-content-xsm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  html[theme=autraq] .justify-content-xsm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  html[theme=autraq] .justify-content-xsm-around {
    justify-content: space-around !important;
  }
  html[theme=autraq] .align-items-xsm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  html[theme=autraq] .align-items-xsm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  html[theme=autraq] .align-items-xsm-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  html[theme=autraq] .align-items-xsm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  html[theme=autraq] .align-items-xsm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  html[theme=autraq] .align-content-xsm-start {
    align-content: flex-start !important;
  }
  html[theme=autraq] .align-content-xsm-end {
    align-content: flex-end !important;
  }
  html[theme=autraq] .align-content-xsm-center {
    align-content: center !important;
  }
  html[theme=autraq] .align-content-xsm-between {
    align-content: space-between !important;
  }
  html[theme=autraq] .align-content-xsm-around {
    align-content: space-around !important;
  }
  html[theme=autraq] .align-content-xsm-stretch {
    align-content: stretch !important;
  }
  html[theme=autraq] .align-self-xsm-auto {
    align-self: auto !important;
  }
  html[theme=autraq] .align-self-xsm-start {
    align-self: flex-start !important;
  }
  html[theme=autraq] .align-self-xsm-end {
    align-self: flex-end !important;
  }
  html[theme=autraq] .align-self-xsm-center {
    align-self: center !important;
  }
  html[theme=autraq] .align-self-xsm-baseline {
    align-self: baseline !important;
  }
  html[theme=autraq] .align-self-xsm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  html[theme=autraq] .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  html[theme=autraq] .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  html[theme=autraq] .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  html[theme=autraq] .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  html[theme=autraq] .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  html[theme=autraq] .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  html[theme=autraq] .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[theme=autraq] .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  html[theme=autraq] .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  html[theme=autraq] .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  html[theme=autraq] .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  html[theme=autraq] .justify-content-sm-around {
    justify-content: space-around !important;
  }
  html[theme=autraq] .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  html[theme=autraq] .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  html[theme=autraq] .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  html[theme=autraq] .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  html[theme=autraq] .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  html[theme=autraq] .align-content-sm-start {
    align-content: flex-start !important;
  }
  html[theme=autraq] .align-content-sm-end {
    align-content: flex-end !important;
  }
  html[theme=autraq] .align-content-sm-center {
    align-content: center !important;
  }
  html[theme=autraq] .align-content-sm-between {
    align-content: space-between !important;
  }
  html[theme=autraq] .align-content-sm-around {
    align-content: space-around !important;
  }
  html[theme=autraq] .align-content-sm-stretch {
    align-content: stretch !important;
  }
  html[theme=autraq] .align-self-sm-auto {
    align-self: auto !important;
  }
  html[theme=autraq] .align-self-sm-start {
    align-self: flex-start !important;
  }
  html[theme=autraq] .align-self-sm-end {
    align-self: flex-end !important;
  }
  html[theme=autraq] .align-self-sm-center {
    align-self: center !important;
  }
  html[theme=autraq] .align-self-sm-baseline {
    align-self: baseline !important;
  }
  html[theme=autraq] .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  html[theme=autraq] .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  html[theme=autraq] .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  html[theme=autraq] .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  html[theme=autraq] .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  html[theme=autraq] .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  html[theme=autraq] .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  html[theme=autraq] .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[theme=autraq] .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  html[theme=autraq] .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  html[theme=autraq] .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  html[theme=autraq] .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  html[theme=autraq] .justify-content-md-around {
    justify-content: space-around !important;
  }
  html[theme=autraq] .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  html[theme=autraq] .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  html[theme=autraq] .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  html[theme=autraq] .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  html[theme=autraq] .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  html[theme=autraq] .align-content-md-start {
    align-content: flex-start !important;
  }
  html[theme=autraq] .align-content-md-end {
    align-content: flex-end !important;
  }
  html[theme=autraq] .align-content-md-center {
    align-content: center !important;
  }
  html[theme=autraq] .align-content-md-between {
    align-content: space-between !important;
  }
  html[theme=autraq] .align-content-md-around {
    align-content: space-around !important;
  }
  html[theme=autraq] .align-content-md-stretch {
    align-content: stretch !important;
  }
  html[theme=autraq] .align-self-md-auto {
    align-self: auto !important;
  }
  html[theme=autraq] .align-self-md-start {
    align-self: flex-start !important;
  }
  html[theme=autraq] .align-self-md-end {
    align-self: flex-end !important;
  }
  html[theme=autraq] .align-self-md-center {
    align-self: center !important;
  }
  html[theme=autraq] .align-self-md-baseline {
    align-self: baseline !important;
  }
  html[theme=autraq] .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  html[theme=autraq] .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  html[theme=autraq] .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  html[theme=autraq] .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  html[theme=autraq] .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  html[theme=autraq] .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  html[theme=autraq] .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  html[theme=autraq] .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[theme=autraq] .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  html[theme=autraq] .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  html[theme=autraq] .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  html[theme=autraq] .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  html[theme=autraq] .justify-content-lg-around {
    justify-content: space-around !important;
  }
  html[theme=autraq] .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  html[theme=autraq] .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  html[theme=autraq] .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  html[theme=autraq] .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  html[theme=autraq] .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  html[theme=autraq] .align-content-lg-start {
    align-content: flex-start !important;
  }
  html[theme=autraq] .align-content-lg-end {
    align-content: flex-end !important;
  }
  html[theme=autraq] .align-content-lg-center {
    align-content: center !important;
  }
  html[theme=autraq] .align-content-lg-between {
    align-content: space-between !important;
  }
  html[theme=autraq] .align-content-lg-around {
    align-content: space-around !important;
  }
  html[theme=autraq] .align-content-lg-stretch {
    align-content: stretch !important;
  }
  html[theme=autraq] .align-self-lg-auto {
    align-self: auto !important;
  }
  html[theme=autraq] .align-self-lg-start {
    align-self: flex-start !important;
  }
  html[theme=autraq] .align-self-lg-end {
    align-self: flex-end !important;
  }
  html[theme=autraq] .align-self-lg-center {
    align-self: center !important;
  }
  html[theme=autraq] .align-self-lg-baseline {
    align-self: baseline !important;
  }
  html[theme=autraq] .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  html[theme=autraq] .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  html[theme=autraq] .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  html[theme=autraq] .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  html[theme=autraq] .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  html[theme=autraq] .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  html[theme=autraq] .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  html[theme=autraq] .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[theme=autraq] .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  html[theme=autraq] .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  html[theme=autraq] .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  html[theme=autraq] .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  html[theme=autraq] .justify-content-xl-around {
    justify-content: space-around !important;
  }
  html[theme=autraq] .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  html[theme=autraq] .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  html[theme=autraq] .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  html[theme=autraq] .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  html[theme=autraq] .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  html[theme=autraq] .align-content-xl-start {
    align-content: flex-start !important;
  }
  html[theme=autraq] .align-content-xl-end {
    align-content: flex-end !important;
  }
  html[theme=autraq] .align-content-xl-center {
    align-content: center !important;
  }
  html[theme=autraq] .align-content-xl-between {
    align-content: space-between !important;
  }
  html[theme=autraq] .align-content-xl-around {
    align-content: space-around !important;
  }
  html[theme=autraq] .align-content-xl-stretch {
    align-content: stretch !important;
  }
  html[theme=autraq] .align-self-xl-auto {
    align-self: auto !important;
  }
  html[theme=autraq] .align-self-xl-start {
    align-self: flex-start !important;
  }
  html[theme=autraq] .align-self-xl-end {
    align-self: flex-end !important;
  }
  html[theme=autraq] .align-self-xl-center {
    align-self: center !important;
  }
  html[theme=autraq] .align-self-xl-baseline {
    align-self: baseline !important;
  }
  html[theme=autraq] .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
html[theme=autraq] .float-left {
  float: left !important;
}
html[theme=autraq] .float-right {
  float: right !important;
}
html[theme=autraq] .float-none {
  float: none !important;
}
@media (min-width: 380px) {
  html[theme=autraq] .float-xsm-left {
    float: left !important;
  }
  html[theme=autraq] .float-xsm-right {
    float: right !important;
  }
  html[theme=autraq] .float-xsm-none {
    float: none !important;
  }
}
@media (min-width: 576px) {
  html[theme=autraq] .float-sm-left {
    float: left !important;
  }
  html[theme=autraq] .float-sm-right {
    float: right !important;
  }
  html[theme=autraq] .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  html[theme=autraq] .float-md-left {
    float: left !important;
  }
  html[theme=autraq] .float-md-right {
    float: right !important;
  }
  html[theme=autraq] .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  html[theme=autraq] .float-lg-left {
    float: left !important;
  }
  html[theme=autraq] .float-lg-right {
    float: right !important;
  }
  html[theme=autraq] .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  html[theme=autraq] .float-xl-left {
    float: left !important;
  }
  html[theme=autraq] .float-xl-right {
    float: right !important;
  }
  html[theme=autraq] .float-xl-none {
    float: none !important;
  }
}
html[theme=autraq] .position-static {
  position: static !important;
}
html[theme=autraq] .position-relative {
  position: relative !important;
}
html[theme=autraq] .position-absolute {
  position: absolute !important;
}
html[theme=autraq] .position-fixed {
  position: fixed !important;
}
html[theme=autraq] .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
html[theme=autraq] .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
html[theme=autraq] .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  html[theme=autraq] .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
html[theme=autraq] .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}
html[theme=autraq] .sr-only-focusable:active, html[theme=autraq] .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}
html[theme=autraq] .w-25 {
  width: 25% !important;
}
html[theme=autraq] .w-50 {
  width: 50% !important;
}
html[theme=autraq] .w-75 {
  width: 75% !important;
}
html[theme=autraq] .w-100 {
  width: 100% !important;
}
html[theme=autraq] .h-25 {
  height: 25% !important;
}
html[theme=autraq] .h-50 {
  height: 50% !important;
}
html[theme=autraq] .h-75 {
  height: 75% !important;
}
html[theme=autraq] .h-100 {
  height: 100% !important;
}
html[theme=autraq] .mw-100 {
  max-width: 100% !important;
}
html[theme=autraq] .mh-100 {
  max-height: 100% !important;
}
html[theme=autraq] .m-0 {
  margin: 0 !important;
}
html[theme=autraq] .mt-0,
html[theme=autraq] .my-0 {
  margin-top: 0 !important;
}
html[theme=autraq] .mr-0,
html[theme=autraq] .mx-0 {
  margin-right: 0 !important;
}
html[theme=autraq] .mb-0,
html[theme=autraq] .my-0 {
  margin-bottom: 0 !important;
}
html[theme=autraq] .ml-0,
html[theme=autraq] .mx-0 {
  margin-left: 0 !important;
}
html[theme=autraq] .m-1 {
  margin: 0.25rem !important;
}
html[theme=autraq] .mt-1,
html[theme=autraq] .my-1 {
  margin-top: 0.25rem !important;
}
html[theme=autraq] .mr-1,
html[theme=autraq] .mx-1 {
  margin-right: 0.25rem !important;
}
html[theme=autraq] .mb-1,
html[theme=autraq] .my-1 {
  margin-bottom: 0.25rem !important;
}
html[theme=autraq] .ml-1,
html[theme=autraq] .mx-1 {
  margin-left: 0.25rem !important;
}
html[theme=autraq] .m-2 {
  margin: 0.5rem !important;
}
html[theme=autraq] .mt-2,
html[theme=autraq] .my-2 {
  margin-top: 0.5rem !important;
}
html[theme=autraq] .mr-2,
html[theme=autraq] .mx-2 {
  margin-right: 0.5rem !important;
}
html[theme=autraq] .mb-2,
html[theme=autraq] .my-2 {
  margin-bottom: 0.5rem !important;
}
html[theme=autraq] .ml-2,
html[theme=autraq] .mx-2 {
  margin-left: 0.5rem !important;
}
html[theme=autraq] .m-3 {
  margin: 1rem !important;
}
html[theme=autraq] .mt-3,
html[theme=autraq] .my-3 {
  margin-top: 1rem !important;
}
html[theme=autraq] .mr-3,
html[theme=autraq] .mx-3 {
  margin-right: 1rem !important;
}
html[theme=autraq] .mb-3,
html[theme=autraq] .my-3 {
  margin-bottom: 1rem !important;
}
html[theme=autraq] .ml-3,
html[theme=autraq] .mx-3 {
  margin-left: 1rem !important;
}
html[theme=autraq] .m-4 {
  margin: 1.5rem !important;
}
html[theme=autraq] .mt-4,
html[theme=autraq] .my-4 {
  margin-top: 1.5rem !important;
}
html[theme=autraq] .mr-4,
html[theme=autraq] .mx-4 {
  margin-right: 1.5rem !important;
}
html[theme=autraq] .mb-4,
html[theme=autraq] .my-4 {
  margin-bottom: 1.5rem !important;
}
html[theme=autraq] .ml-4,
html[theme=autraq] .mx-4 {
  margin-left: 1.5rem !important;
}
html[theme=autraq] .m-5 {
  margin: 3rem !important;
}
html[theme=autraq] .mt-5,
html[theme=autraq] .my-5 {
  margin-top: 3rem !important;
}
html[theme=autraq] .mr-5,
html[theme=autraq] .mx-5 {
  margin-right: 3rem !important;
}
html[theme=autraq] .mb-5,
html[theme=autraq] .my-5 {
  margin-bottom: 3rem !important;
}
html[theme=autraq] .ml-5,
html[theme=autraq] .mx-5 {
  margin-left: 3rem !important;
}
html[theme=autraq] .p-0 {
  padding: 0 !important;
}
html[theme=autraq] .pt-0,
html[theme=autraq] .py-0 {
  padding-top: 0 !important;
}
html[theme=autraq] .pr-0,
html[theme=autraq] .px-0 {
  padding-right: 0 !important;
}
html[theme=autraq] .pb-0,
html[theme=autraq] .py-0 {
  padding-bottom: 0 !important;
}
html[theme=autraq] .pl-0,
html[theme=autraq] .px-0 {
  padding-left: 0 !important;
}
html[theme=autraq] .p-1 {
  padding: 0.25rem !important;
}
html[theme=autraq] .pt-1,
html[theme=autraq] .py-1 {
  padding-top: 0.25rem !important;
}
html[theme=autraq] .pr-1,
html[theme=autraq] .px-1 {
  padding-right: 0.25rem !important;
}
html[theme=autraq] .pb-1,
html[theme=autraq] .py-1 {
  padding-bottom: 0.25rem !important;
}
html[theme=autraq] .pl-1,
html[theme=autraq] .px-1 {
  padding-left: 0.25rem !important;
}
html[theme=autraq] .p-2 {
  padding: 0.5rem !important;
}
html[theme=autraq] .pt-2,
html[theme=autraq] .py-2 {
  padding-top: 0.5rem !important;
}
html[theme=autraq] .pr-2,
html[theme=autraq] .px-2 {
  padding-right: 0.5rem !important;
}
html[theme=autraq] .pb-2,
html[theme=autraq] .py-2 {
  padding-bottom: 0.5rem !important;
}
html[theme=autraq] .pl-2,
html[theme=autraq] .px-2 {
  padding-left: 0.5rem !important;
}
html[theme=autraq] .p-3 {
  padding: 1rem !important;
}
html[theme=autraq] .pt-3,
html[theme=autraq] .py-3 {
  padding-top: 1rem !important;
}
html[theme=autraq] .pr-3,
html[theme=autraq] .px-3 {
  padding-right: 1rem !important;
}
html[theme=autraq] .pb-3,
html[theme=autraq] .py-3 {
  padding-bottom: 1rem !important;
}
html[theme=autraq] .pl-3,
html[theme=autraq] .px-3 {
  padding-left: 1rem !important;
}
html[theme=autraq] .p-4 {
  padding: 1.5rem !important;
}
html[theme=autraq] .pt-4,
html[theme=autraq] .py-4 {
  padding-top: 1.5rem !important;
}
html[theme=autraq] .pr-4,
html[theme=autraq] .px-4 {
  padding-right: 1.5rem !important;
}
html[theme=autraq] .pb-4,
html[theme=autraq] .py-4 {
  padding-bottom: 1.5rem !important;
}
html[theme=autraq] .pl-4,
html[theme=autraq] .px-4 {
  padding-left: 1.5rem !important;
}
html[theme=autraq] .p-5 {
  padding: 3rem !important;
}
html[theme=autraq] .pt-5,
html[theme=autraq] .py-5 {
  padding-top: 3rem !important;
}
html[theme=autraq] .pr-5,
html[theme=autraq] .px-5 {
  padding-right: 3rem !important;
}
html[theme=autraq] .pb-5,
html[theme=autraq] .py-5 {
  padding-bottom: 3rem !important;
}
html[theme=autraq] .pl-5,
html[theme=autraq] .px-5 {
  padding-left: 3rem !important;
}
html[theme=autraq] .m-auto {
  margin: auto !important;
}
html[theme=autraq] .mt-auto,
html[theme=autraq] .my-auto {
  margin-top: auto !important;
}
html[theme=autraq] .mr-auto,
html[theme=autraq] .mx-auto {
  margin-right: auto !important;
}
html[theme=autraq] .mb-auto,
html[theme=autraq] .my-auto {
  margin-bottom: auto !important;
}
html[theme=autraq] .ml-auto,
html[theme=autraq] .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 380px) {
  html[theme=autraq] .m-xsm-0 {
    margin: 0 !important;
  }
  html[theme=autraq] .mt-xsm-0,
html[theme=autraq] .my-xsm-0 {
    margin-top: 0 !important;
  }
  html[theme=autraq] .mr-xsm-0,
html[theme=autraq] .mx-xsm-0 {
    margin-right: 0 !important;
  }
  html[theme=autraq] .mb-xsm-0,
html[theme=autraq] .my-xsm-0 {
    margin-bottom: 0 !important;
  }
  html[theme=autraq] .ml-xsm-0,
html[theme=autraq] .mx-xsm-0 {
    margin-left: 0 !important;
  }
  html[theme=autraq] .m-xsm-1 {
    margin: 0.25rem !important;
  }
  html[theme=autraq] .mt-xsm-1,
html[theme=autraq] .my-xsm-1 {
    margin-top: 0.25rem !important;
  }
  html[theme=autraq] .mr-xsm-1,
html[theme=autraq] .mx-xsm-1 {
    margin-right: 0.25rem !important;
  }
  html[theme=autraq] .mb-xsm-1,
html[theme=autraq] .my-xsm-1 {
    margin-bottom: 0.25rem !important;
  }
  html[theme=autraq] .ml-xsm-1,
html[theme=autraq] .mx-xsm-1 {
    margin-left: 0.25rem !important;
  }
  html[theme=autraq] .m-xsm-2 {
    margin: 0.5rem !important;
  }
  html[theme=autraq] .mt-xsm-2,
html[theme=autraq] .my-xsm-2 {
    margin-top: 0.5rem !important;
  }
  html[theme=autraq] .mr-xsm-2,
html[theme=autraq] .mx-xsm-2 {
    margin-right: 0.5rem !important;
  }
  html[theme=autraq] .mb-xsm-2,
html[theme=autraq] .my-xsm-2 {
    margin-bottom: 0.5rem !important;
  }
  html[theme=autraq] .ml-xsm-2,
html[theme=autraq] .mx-xsm-2 {
    margin-left: 0.5rem !important;
  }
  html[theme=autraq] .m-xsm-3 {
    margin: 1rem !important;
  }
  html[theme=autraq] .mt-xsm-3,
html[theme=autraq] .my-xsm-3 {
    margin-top: 1rem !important;
  }
  html[theme=autraq] .mr-xsm-3,
html[theme=autraq] .mx-xsm-3 {
    margin-right: 1rem !important;
  }
  html[theme=autraq] .mb-xsm-3,
html[theme=autraq] .my-xsm-3 {
    margin-bottom: 1rem !important;
  }
  html[theme=autraq] .ml-xsm-3,
html[theme=autraq] .mx-xsm-3 {
    margin-left: 1rem !important;
  }
  html[theme=autraq] .m-xsm-4 {
    margin: 1.5rem !important;
  }
  html[theme=autraq] .mt-xsm-4,
html[theme=autraq] .my-xsm-4 {
    margin-top: 1.5rem !important;
  }
  html[theme=autraq] .mr-xsm-4,
html[theme=autraq] .mx-xsm-4 {
    margin-right: 1.5rem !important;
  }
  html[theme=autraq] .mb-xsm-4,
html[theme=autraq] .my-xsm-4 {
    margin-bottom: 1.5rem !important;
  }
  html[theme=autraq] .ml-xsm-4,
html[theme=autraq] .mx-xsm-4 {
    margin-left: 1.5rem !important;
  }
  html[theme=autraq] .m-xsm-5 {
    margin: 3rem !important;
  }
  html[theme=autraq] .mt-xsm-5,
html[theme=autraq] .my-xsm-5 {
    margin-top: 3rem !important;
  }
  html[theme=autraq] .mr-xsm-5,
html[theme=autraq] .mx-xsm-5 {
    margin-right: 3rem !important;
  }
  html[theme=autraq] .mb-xsm-5,
html[theme=autraq] .my-xsm-5 {
    margin-bottom: 3rem !important;
  }
  html[theme=autraq] .ml-xsm-5,
html[theme=autraq] .mx-xsm-5 {
    margin-left: 3rem !important;
  }
  html[theme=autraq] .p-xsm-0 {
    padding: 0 !important;
  }
  html[theme=autraq] .pt-xsm-0,
html[theme=autraq] .py-xsm-0 {
    padding-top: 0 !important;
  }
  html[theme=autraq] .pr-xsm-0,
html[theme=autraq] .px-xsm-0 {
    padding-right: 0 !important;
  }
  html[theme=autraq] .pb-xsm-0,
html[theme=autraq] .py-xsm-0 {
    padding-bottom: 0 !important;
  }
  html[theme=autraq] .pl-xsm-0,
html[theme=autraq] .px-xsm-0 {
    padding-left: 0 !important;
  }
  html[theme=autraq] .p-xsm-1 {
    padding: 0.25rem !important;
  }
  html[theme=autraq] .pt-xsm-1,
html[theme=autraq] .py-xsm-1 {
    padding-top: 0.25rem !important;
  }
  html[theme=autraq] .pr-xsm-1,
html[theme=autraq] .px-xsm-1 {
    padding-right: 0.25rem !important;
  }
  html[theme=autraq] .pb-xsm-1,
html[theme=autraq] .py-xsm-1 {
    padding-bottom: 0.25rem !important;
  }
  html[theme=autraq] .pl-xsm-1,
html[theme=autraq] .px-xsm-1 {
    padding-left: 0.25rem !important;
  }
  html[theme=autraq] .p-xsm-2 {
    padding: 0.5rem !important;
  }
  html[theme=autraq] .pt-xsm-2,
html[theme=autraq] .py-xsm-2 {
    padding-top: 0.5rem !important;
  }
  html[theme=autraq] .pr-xsm-2,
html[theme=autraq] .px-xsm-2 {
    padding-right: 0.5rem !important;
  }
  html[theme=autraq] .pb-xsm-2,
html[theme=autraq] .py-xsm-2 {
    padding-bottom: 0.5rem !important;
  }
  html[theme=autraq] .pl-xsm-2,
html[theme=autraq] .px-xsm-2 {
    padding-left: 0.5rem !important;
  }
  html[theme=autraq] .p-xsm-3 {
    padding: 1rem !important;
  }
  html[theme=autraq] .pt-xsm-3,
html[theme=autraq] .py-xsm-3 {
    padding-top: 1rem !important;
  }
  html[theme=autraq] .pr-xsm-3,
html[theme=autraq] .px-xsm-3 {
    padding-right: 1rem !important;
  }
  html[theme=autraq] .pb-xsm-3,
html[theme=autraq] .py-xsm-3 {
    padding-bottom: 1rem !important;
  }
  html[theme=autraq] .pl-xsm-3,
html[theme=autraq] .px-xsm-3 {
    padding-left: 1rem !important;
  }
  html[theme=autraq] .p-xsm-4 {
    padding: 1.5rem !important;
  }
  html[theme=autraq] .pt-xsm-4,
html[theme=autraq] .py-xsm-4 {
    padding-top: 1.5rem !important;
  }
  html[theme=autraq] .pr-xsm-4,
html[theme=autraq] .px-xsm-4 {
    padding-right: 1.5rem !important;
  }
  html[theme=autraq] .pb-xsm-4,
html[theme=autraq] .py-xsm-4 {
    padding-bottom: 1.5rem !important;
  }
  html[theme=autraq] .pl-xsm-4,
html[theme=autraq] .px-xsm-4 {
    padding-left: 1.5rem !important;
  }
  html[theme=autraq] .p-xsm-5 {
    padding: 3rem !important;
  }
  html[theme=autraq] .pt-xsm-5,
html[theme=autraq] .py-xsm-5 {
    padding-top: 3rem !important;
  }
  html[theme=autraq] .pr-xsm-5,
html[theme=autraq] .px-xsm-5 {
    padding-right: 3rem !important;
  }
  html[theme=autraq] .pb-xsm-5,
html[theme=autraq] .py-xsm-5 {
    padding-bottom: 3rem !important;
  }
  html[theme=autraq] .pl-xsm-5,
html[theme=autraq] .px-xsm-5 {
    padding-left: 3rem !important;
  }
  html[theme=autraq] .m-xsm-auto {
    margin: auto !important;
  }
  html[theme=autraq] .mt-xsm-auto,
html[theme=autraq] .my-xsm-auto {
    margin-top: auto !important;
  }
  html[theme=autraq] .mr-xsm-auto,
html[theme=autraq] .mx-xsm-auto {
    margin-right: auto !important;
  }
  html[theme=autraq] .mb-xsm-auto,
html[theme=autraq] .my-xsm-auto {
    margin-bottom: auto !important;
  }
  html[theme=autraq] .ml-xsm-auto,
html[theme=autraq] .mx-xsm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  html[theme=autraq] .m-sm-0 {
    margin: 0 !important;
  }
  html[theme=autraq] .mt-sm-0,
html[theme=autraq] .my-sm-0 {
    margin-top: 0 !important;
  }
  html[theme=autraq] .mr-sm-0,
html[theme=autraq] .mx-sm-0 {
    margin-right: 0 !important;
  }
  html[theme=autraq] .mb-sm-0,
html[theme=autraq] .my-sm-0 {
    margin-bottom: 0 !important;
  }
  html[theme=autraq] .ml-sm-0,
html[theme=autraq] .mx-sm-0 {
    margin-left: 0 !important;
  }
  html[theme=autraq] .m-sm-1 {
    margin: 0.25rem !important;
  }
  html[theme=autraq] .mt-sm-1,
html[theme=autraq] .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  html[theme=autraq] .mr-sm-1,
html[theme=autraq] .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  html[theme=autraq] .mb-sm-1,
html[theme=autraq] .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  html[theme=autraq] .ml-sm-1,
html[theme=autraq] .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  html[theme=autraq] .m-sm-2 {
    margin: 0.5rem !important;
  }
  html[theme=autraq] .mt-sm-2,
html[theme=autraq] .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  html[theme=autraq] .mr-sm-2,
html[theme=autraq] .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  html[theme=autraq] .mb-sm-2,
html[theme=autraq] .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  html[theme=autraq] .ml-sm-2,
html[theme=autraq] .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  html[theme=autraq] .m-sm-3 {
    margin: 1rem !important;
  }
  html[theme=autraq] .mt-sm-3,
html[theme=autraq] .my-sm-3 {
    margin-top: 1rem !important;
  }
  html[theme=autraq] .mr-sm-3,
html[theme=autraq] .mx-sm-3 {
    margin-right: 1rem !important;
  }
  html[theme=autraq] .mb-sm-3,
html[theme=autraq] .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  html[theme=autraq] .ml-sm-3,
html[theme=autraq] .mx-sm-3 {
    margin-left: 1rem !important;
  }
  html[theme=autraq] .m-sm-4 {
    margin: 1.5rem !important;
  }
  html[theme=autraq] .mt-sm-4,
html[theme=autraq] .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  html[theme=autraq] .mr-sm-4,
html[theme=autraq] .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  html[theme=autraq] .mb-sm-4,
html[theme=autraq] .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  html[theme=autraq] .ml-sm-4,
html[theme=autraq] .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  html[theme=autraq] .m-sm-5 {
    margin: 3rem !important;
  }
  html[theme=autraq] .mt-sm-5,
html[theme=autraq] .my-sm-5 {
    margin-top: 3rem !important;
  }
  html[theme=autraq] .mr-sm-5,
html[theme=autraq] .mx-sm-5 {
    margin-right: 3rem !important;
  }
  html[theme=autraq] .mb-sm-5,
html[theme=autraq] .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  html[theme=autraq] .ml-sm-5,
html[theme=autraq] .mx-sm-5 {
    margin-left: 3rem !important;
  }
  html[theme=autraq] .p-sm-0 {
    padding: 0 !important;
  }
  html[theme=autraq] .pt-sm-0,
html[theme=autraq] .py-sm-0 {
    padding-top: 0 !important;
  }
  html[theme=autraq] .pr-sm-0,
html[theme=autraq] .px-sm-0 {
    padding-right: 0 !important;
  }
  html[theme=autraq] .pb-sm-0,
html[theme=autraq] .py-sm-0 {
    padding-bottom: 0 !important;
  }
  html[theme=autraq] .pl-sm-0,
html[theme=autraq] .px-sm-0 {
    padding-left: 0 !important;
  }
  html[theme=autraq] .p-sm-1 {
    padding: 0.25rem !important;
  }
  html[theme=autraq] .pt-sm-1,
html[theme=autraq] .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  html[theme=autraq] .pr-sm-1,
html[theme=autraq] .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  html[theme=autraq] .pb-sm-1,
html[theme=autraq] .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  html[theme=autraq] .pl-sm-1,
html[theme=autraq] .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  html[theme=autraq] .p-sm-2 {
    padding: 0.5rem !important;
  }
  html[theme=autraq] .pt-sm-2,
html[theme=autraq] .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  html[theme=autraq] .pr-sm-2,
html[theme=autraq] .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  html[theme=autraq] .pb-sm-2,
html[theme=autraq] .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  html[theme=autraq] .pl-sm-2,
html[theme=autraq] .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  html[theme=autraq] .p-sm-3 {
    padding: 1rem !important;
  }
  html[theme=autraq] .pt-sm-3,
html[theme=autraq] .py-sm-3 {
    padding-top: 1rem !important;
  }
  html[theme=autraq] .pr-sm-3,
html[theme=autraq] .px-sm-3 {
    padding-right: 1rem !important;
  }
  html[theme=autraq] .pb-sm-3,
html[theme=autraq] .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  html[theme=autraq] .pl-sm-3,
html[theme=autraq] .px-sm-3 {
    padding-left: 1rem !important;
  }
  html[theme=autraq] .p-sm-4 {
    padding: 1.5rem !important;
  }
  html[theme=autraq] .pt-sm-4,
html[theme=autraq] .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  html[theme=autraq] .pr-sm-4,
html[theme=autraq] .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  html[theme=autraq] .pb-sm-4,
html[theme=autraq] .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  html[theme=autraq] .pl-sm-4,
html[theme=autraq] .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  html[theme=autraq] .p-sm-5 {
    padding: 3rem !important;
  }
  html[theme=autraq] .pt-sm-5,
html[theme=autraq] .py-sm-5 {
    padding-top: 3rem !important;
  }
  html[theme=autraq] .pr-sm-5,
html[theme=autraq] .px-sm-5 {
    padding-right: 3rem !important;
  }
  html[theme=autraq] .pb-sm-5,
html[theme=autraq] .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  html[theme=autraq] .pl-sm-5,
html[theme=autraq] .px-sm-5 {
    padding-left: 3rem !important;
  }
  html[theme=autraq] .m-sm-auto {
    margin: auto !important;
  }
  html[theme=autraq] .mt-sm-auto,
html[theme=autraq] .my-sm-auto {
    margin-top: auto !important;
  }
  html[theme=autraq] .mr-sm-auto,
html[theme=autraq] .mx-sm-auto {
    margin-right: auto !important;
  }
  html[theme=autraq] .mb-sm-auto,
html[theme=autraq] .my-sm-auto {
    margin-bottom: auto !important;
  }
  html[theme=autraq] .ml-sm-auto,
html[theme=autraq] .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  html[theme=autraq] .m-md-0 {
    margin: 0 !important;
  }
  html[theme=autraq] .mt-md-0,
html[theme=autraq] .my-md-0 {
    margin-top: 0 !important;
  }
  html[theme=autraq] .mr-md-0,
html[theme=autraq] .mx-md-0 {
    margin-right: 0 !important;
  }
  html[theme=autraq] .mb-md-0,
html[theme=autraq] .my-md-0 {
    margin-bottom: 0 !important;
  }
  html[theme=autraq] .ml-md-0,
html[theme=autraq] .mx-md-0 {
    margin-left: 0 !important;
  }
  html[theme=autraq] .m-md-1 {
    margin: 0.25rem !important;
  }
  html[theme=autraq] .mt-md-1,
html[theme=autraq] .my-md-1 {
    margin-top: 0.25rem !important;
  }
  html[theme=autraq] .mr-md-1,
html[theme=autraq] .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  html[theme=autraq] .mb-md-1,
html[theme=autraq] .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  html[theme=autraq] .ml-md-1,
html[theme=autraq] .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  html[theme=autraq] .m-md-2 {
    margin: 0.5rem !important;
  }
  html[theme=autraq] .mt-md-2,
html[theme=autraq] .my-md-2 {
    margin-top: 0.5rem !important;
  }
  html[theme=autraq] .mr-md-2,
html[theme=autraq] .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  html[theme=autraq] .mb-md-2,
html[theme=autraq] .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  html[theme=autraq] .ml-md-2,
html[theme=autraq] .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  html[theme=autraq] .m-md-3 {
    margin: 1rem !important;
  }
  html[theme=autraq] .mt-md-3,
html[theme=autraq] .my-md-3 {
    margin-top: 1rem !important;
  }
  html[theme=autraq] .mr-md-3,
html[theme=autraq] .mx-md-3 {
    margin-right: 1rem !important;
  }
  html[theme=autraq] .mb-md-3,
html[theme=autraq] .my-md-3 {
    margin-bottom: 1rem !important;
  }
  html[theme=autraq] .ml-md-3,
html[theme=autraq] .mx-md-3 {
    margin-left: 1rem !important;
  }
  html[theme=autraq] .m-md-4 {
    margin: 1.5rem !important;
  }
  html[theme=autraq] .mt-md-4,
html[theme=autraq] .my-md-4 {
    margin-top: 1.5rem !important;
  }
  html[theme=autraq] .mr-md-4,
html[theme=autraq] .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  html[theme=autraq] .mb-md-4,
html[theme=autraq] .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  html[theme=autraq] .ml-md-4,
html[theme=autraq] .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  html[theme=autraq] .m-md-5 {
    margin: 3rem !important;
  }
  html[theme=autraq] .mt-md-5,
html[theme=autraq] .my-md-5 {
    margin-top: 3rem !important;
  }
  html[theme=autraq] .mr-md-5,
html[theme=autraq] .mx-md-5 {
    margin-right: 3rem !important;
  }
  html[theme=autraq] .mb-md-5,
html[theme=autraq] .my-md-5 {
    margin-bottom: 3rem !important;
  }
  html[theme=autraq] .ml-md-5,
html[theme=autraq] .mx-md-5 {
    margin-left: 3rem !important;
  }
  html[theme=autraq] .p-md-0 {
    padding: 0 !important;
  }
  html[theme=autraq] .pt-md-0,
html[theme=autraq] .py-md-0 {
    padding-top: 0 !important;
  }
  html[theme=autraq] .pr-md-0,
html[theme=autraq] .px-md-0 {
    padding-right: 0 !important;
  }
  html[theme=autraq] .pb-md-0,
html[theme=autraq] .py-md-0 {
    padding-bottom: 0 !important;
  }
  html[theme=autraq] .pl-md-0,
html[theme=autraq] .px-md-0 {
    padding-left: 0 !important;
  }
  html[theme=autraq] .p-md-1 {
    padding: 0.25rem !important;
  }
  html[theme=autraq] .pt-md-1,
html[theme=autraq] .py-md-1 {
    padding-top: 0.25rem !important;
  }
  html[theme=autraq] .pr-md-1,
html[theme=autraq] .px-md-1 {
    padding-right: 0.25rem !important;
  }
  html[theme=autraq] .pb-md-1,
html[theme=autraq] .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  html[theme=autraq] .pl-md-1,
html[theme=autraq] .px-md-1 {
    padding-left: 0.25rem !important;
  }
  html[theme=autraq] .p-md-2 {
    padding: 0.5rem !important;
  }
  html[theme=autraq] .pt-md-2,
html[theme=autraq] .py-md-2 {
    padding-top: 0.5rem !important;
  }
  html[theme=autraq] .pr-md-2,
html[theme=autraq] .px-md-2 {
    padding-right: 0.5rem !important;
  }
  html[theme=autraq] .pb-md-2,
html[theme=autraq] .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  html[theme=autraq] .pl-md-2,
html[theme=autraq] .px-md-2 {
    padding-left: 0.5rem !important;
  }
  html[theme=autraq] .p-md-3 {
    padding: 1rem !important;
  }
  html[theme=autraq] .pt-md-3,
html[theme=autraq] .py-md-3 {
    padding-top: 1rem !important;
  }
  html[theme=autraq] .pr-md-3,
html[theme=autraq] .px-md-3 {
    padding-right: 1rem !important;
  }
  html[theme=autraq] .pb-md-3,
html[theme=autraq] .py-md-3 {
    padding-bottom: 1rem !important;
  }
  html[theme=autraq] .pl-md-3,
html[theme=autraq] .px-md-3 {
    padding-left: 1rem !important;
  }
  html[theme=autraq] .p-md-4 {
    padding: 1.5rem !important;
  }
  html[theme=autraq] .pt-md-4,
html[theme=autraq] .py-md-4 {
    padding-top: 1.5rem !important;
  }
  html[theme=autraq] .pr-md-4,
html[theme=autraq] .px-md-4 {
    padding-right: 1.5rem !important;
  }
  html[theme=autraq] .pb-md-4,
html[theme=autraq] .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  html[theme=autraq] .pl-md-4,
html[theme=autraq] .px-md-4 {
    padding-left: 1.5rem !important;
  }
  html[theme=autraq] .p-md-5 {
    padding: 3rem !important;
  }
  html[theme=autraq] .pt-md-5,
html[theme=autraq] .py-md-5 {
    padding-top: 3rem !important;
  }
  html[theme=autraq] .pr-md-5,
html[theme=autraq] .px-md-5 {
    padding-right: 3rem !important;
  }
  html[theme=autraq] .pb-md-5,
html[theme=autraq] .py-md-5 {
    padding-bottom: 3rem !important;
  }
  html[theme=autraq] .pl-md-5,
html[theme=autraq] .px-md-5 {
    padding-left: 3rem !important;
  }
  html[theme=autraq] .m-md-auto {
    margin: auto !important;
  }
  html[theme=autraq] .mt-md-auto,
html[theme=autraq] .my-md-auto {
    margin-top: auto !important;
  }
  html[theme=autraq] .mr-md-auto,
html[theme=autraq] .mx-md-auto {
    margin-right: auto !important;
  }
  html[theme=autraq] .mb-md-auto,
html[theme=autraq] .my-md-auto {
    margin-bottom: auto !important;
  }
  html[theme=autraq] .ml-md-auto,
html[theme=autraq] .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  html[theme=autraq] .m-lg-0 {
    margin: 0 !important;
  }
  html[theme=autraq] .mt-lg-0,
html[theme=autraq] .my-lg-0 {
    margin-top: 0 !important;
  }
  html[theme=autraq] .mr-lg-0,
html[theme=autraq] .mx-lg-0 {
    margin-right: 0 !important;
  }
  html[theme=autraq] .mb-lg-0,
html[theme=autraq] .my-lg-0 {
    margin-bottom: 0 !important;
  }
  html[theme=autraq] .ml-lg-0,
html[theme=autraq] .mx-lg-0 {
    margin-left: 0 !important;
  }
  html[theme=autraq] .m-lg-1 {
    margin: 0.25rem !important;
  }
  html[theme=autraq] .mt-lg-1,
html[theme=autraq] .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  html[theme=autraq] .mr-lg-1,
html[theme=autraq] .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  html[theme=autraq] .mb-lg-1,
html[theme=autraq] .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  html[theme=autraq] .ml-lg-1,
html[theme=autraq] .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  html[theme=autraq] .m-lg-2 {
    margin: 0.5rem !important;
  }
  html[theme=autraq] .mt-lg-2,
html[theme=autraq] .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  html[theme=autraq] .mr-lg-2,
html[theme=autraq] .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  html[theme=autraq] .mb-lg-2,
html[theme=autraq] .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  html[theme=autraq] .ml-lg-2,
html[theme=autraq] .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  html[theme=autraq] .m-lg-3 {
    margin: 1rem !important;
  }
  html[theme=autraq] .mt-lg-3,
html[theme=autraq] .my-lg-3 {
    margin-top: 1rem !important;
  }
  html[theme=autraq] .mr-lg-3,
html[theme=autraq] .mx-lg-3 {
    margin-right: 1rem !important;
  }
  html[theme=autraq] .mb-lg-3,
html[theme=autraq] .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  html[theme=autraq] .ml-lg-3,
html[theme=autraq] .mx-lg-3 {
    margin-left: 1rem !important;
  }
  html[theme=autraq] .m-lg-4 {
    margin: 1.5rem !important;
  }
  html[theme=autraq] .mt-lg-4,
html[theme=autraq] .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  html[theme=autraq] .mr-lg-4,
html[theme=autraq] .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  html[theme=autraq] .mb-lg-4,
html[theme=autraq] .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  html[theme=autraq] .ml-lg-4,
html[theme=autraq] .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  html[theme=autraq] .m-lg-5 {
    margin: 3rem !important;
  }
  html[theme=autraq] .mt-lg-5,
html[theme=autraq] .my-lg-5 {
    margin-top: 3rem !important;
  }
  html[theme=autraq] .mr-lg-5,
html[theme=autraq] .mx-lg-5 {
    margin-right: 3rem !important;
  }
  html[theme=autraq] .mb-lg-5,
html[theme=autraq] .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  html[theme=autraq] .ml-lg-5,
html[theme=autraq] .mx-lg-5 {
    margin-left: 3rem !important;
  }
  html[theme=autraq] .p-lg-0 {
    padding: 0 !important;
  }
  html[theme=autraq] .pt-lg-0,
html[theme=autraq] .py-lg-0 {
    padding-top: 0 !important;
  }
  html[theme=autraq] .pr-lg-0,
html[theme=autraq] .px-lg-0 {
    padding-right: 0 !important;
  }
  html[theme=autraq] .pb-lg-0,
html[theme=autraq] .py-lg-0 {
    padding-bottom: 0 !important;
  }
  html[theme=autraq] .pl-lg-0,
html[theme=autraq] .px-lg-0 {
    padding-left: 0 !important;
  }
  html[theme=autraq] .p-lg-1 {
    padding: 0.25rem !important;
  }
  html[theme=autraq] .pt-lg-1,
html[theme=autraq] .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  html[theme=autraq] .pr-lg-1,
html[theme=autraq] .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  html[theme=autraq] .pb-lg-1,
html[theme=autraq] .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  html[theme=autraq] .pl-lg-1,
html[theme=autraq] .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  html[theme=autraq] .p-lg-2 {
    padding: 0.5rem !important;
  }
  html[theme=autraq] .pt-lg-2,
html[theme=autraq] .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  html[theme=autraq] .pr-lg-2,
html[theme=autraq] .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  html[theme=autraq] .pb-lg-2,
html[theme=autraq] .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  html[theme=autraq] .pl-lg-2,
html[theme=autraq] .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  html[theme=autraq] .p-lg-3 {
    padding: 1rem !important;
  }
  html[theme=autraq] .pt-lg-3,
html[theme=autraq] .py-lg-3 {
    padding-top: 1rem !important;
  }
  html[theme=autraq] .pr-lg-3,
html[theme=autraq] .px-lg-3 {
    padding-right: 1rem !important;
  }
  html[theme=autraq] .pb-lg-3,
html[theme=autraq] .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  html[theme=autraq] .pl-lg-3,
html[theme=autraq] .px-lg-3 {
    padding-left: 1rem !important;
  }
  html[theme=autraq] .p-lg-4 {
    padding: 1.5rem !important;
  }
  html[theme=autraq] .pt-lg-4,
html[theme=autraq] .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  html[theme=autraq] .pr-lg-4,
html[theme=autraq] .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  html[theme=autraq] .pb-lg-4,
html[theme=autraq] .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  html[theme=autraq] .pl-lg-4,
html[theme=autraq] .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  html[theme=autraq] .p-lg-5 {
    padding: 3rem !important;
  }
  html[theme=autraq] .pt-lg-5,
html[theme=autraq] .py-lg-5 {
    padding-top: 3rem !important;
  }
  html[theme=autraq] .pr-lg-5,
html[theme=autraq] .px-lg-5 {
    padding-right: 3rem !important;
  }
  html[theme=autraq] .pb-lg-5,
html[theme=autraq] .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  html[theme=autraq] .pl-lg-5,
html[theme=autraq] .px-lg-5 {
    padding-left: 3rem !important;
  }
  html[theme=autraq] .m-lg-auto {
    margin: auto !important;
  }
  html[theme=autraq] .mt-lg-auto,
html[theme=autraq] .my-lg-auto {
    margin-top: auto !important;
  }
  html[theme=autraq] .mr-lg-auto,
html[theme=autraq] .mx-lg-auto {
    margin-right: auto !important;
  }
  html[theme=autraq] .mb-lg-auto,
html[theme=autraq] .my-lg-auto {
    margin-bottom: auto !important;
  }
  html[theme=autraq] .ml-lg-auto,
html[theme=autraq] .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  html[theme=autraq] .m-xl-0 {
    margin: 0 !important;
  }
  html[theme=autraq] .mt-xl-0,
html[theme=autraq] .my-xl-0 {
    margin-top: 0 !important;
  }
  html[theme=autraq] .mr-xl-0,
html[theme=autraq] .mx-xl-0 {
    margin-right: 0 !important;
  }
  html[theme=autraq] .mb-xl-0,
html[theme=autraq] .my-xl-0 {
    margin-bottom: 0 !important;
  }
  html[theme=autraq] .ml-xl-0,
html[theme=autraq] .mx-xl-0 {
    margin-left: 0 !important;
  }
  html[theme=autraq] .m-xl-1 {
    margin: 0.25rem !important;
  }
  html[theme=autraq] .mt-xl-1,
html[theme=autraq] .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  html[theme=autraq] .mr-xl-1,
html[theme=autraq] .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  html[theme=autraq] .mb-xl-1,
html[theme=autraq] .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  html[theme=autraq] .ml-xl-1,
html[theme=autraq] .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  html[theme=autraq] .m-xl-2 {
    margin: 0.5rem !important;
  }
  html[theme=autraq] .mt-xl-2,
html[theme=autraq] .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  html[theme=autraq] .mr-xl-2,
html[theme=autraq] .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  html[theme=autraq] .mb-xl-2,
html[theme=autraq] .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  html[theme=autraq] .ml-xl-2,
html[theme=autraq] .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  html[theme=autraq] .m-xl-3 {
    margin: 1rem !important;
  }
  html[theme=autraq] .mt-xl-3,
html[theme=autraq] .my-xl-3 {
    margin-top: 1rem !important;
  }
  html[theme=autraq] .mr-xl-3,
html[theme=autraq] .mx-xl-3 {
    margin-right: 1rem !important;
  }
  html[theme=autraq] .mb-xl-3,
html[theme=autraq] .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  html[theme=autraq] .ml-xl-3,
html[theme=autraq] .mx-xl-3 {
    margin-left: 1rem !important;
  }
  html[theme=autraq] .m-xl-4 {
    margin: 1.5rem !important;
  }
  html[theme=autraq] .mt-xl-4,
html[theme=autraq] .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  html[theme=autraq] .mr-xl-4,
html[theme=autraq] .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  html[theme=autraq] .mb-xl-4,
html[theme=autraq] .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  html[theme=autraq] .ml-xl-4,
html[theme=autraq] .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  html[theme=autraq] .m-xl-5 {
    margin: 3rem !important;
  }
  html[theme=autraq] .mt-xl-5,
html[theme=autraq] .my-xl-5 {
    margin-top: 3rem !important;
  }
  html[theme=autraq] .mr-xl-5,
html[theme=autraq] .mx-xl-5 {
    margin-right: 3rem !important;
  }
  html[theme=autraq] .mb-xl-5,
html[theme=autraq] .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  html[theme=autraq] .ml-xl-5,
html[theme=autraq] .mx-xl-5 {
    margin-left: 3rem !important;
  }
  html[theme=autraq] .p-xl-0 {
    padding: 0 !important;
  }
  html[theme=autraq] .pt-xl-0,
html[theme=autraq] .py-xl-0 {
    padding-top: 0 !important;
  }
  html[theme=autraq] .pr-xl-0,
html[theme=autraq] .px-xl-0 {
    padding-right: 0 !important;
  }
  html[theme=autraq] .pb-xl-0,
html[theme=autraq] .py-xl-0 {
    padding-bottom: 0 !important;
  }
  html[theme=autraq] .pl-xl-0,
html[theme=autraq] .px-xl-0 {
    padding-left: 0 !important;
  }
  html[theme=autraq] .p-xl-1 {
    padding: 0.25rem !important;
  }
  html[theme=autraq] .pt-xl-1,
html[theme=autraq] .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  html[theme=autraq] .pr-xl-1,
html[theme=autraq] .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  html[theme=autraq] .pb-xl-1,
html[theme=autraq] .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  html[theme=autraq] .pl-xl-1,
html[theme=autraq] .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  html[theme=autraq] .p-xl-2 {
    padding: 0.5rem !important;
  }
  html[theme=autraq] .pt-xl-2,
html[theme=autraq] .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  html[theme=autraq] .pr-xl-2,
html[theme=autraq] .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  html[theme=autraq] .pb-xl-2,
html[theme=autraq] .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  html[theme=autraq] .pl-xl-2,
html[theme=autraq] .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  html[theme=autraq] .p-xl-3 {
    padding: 1rem !important;
  }
  html[theme=autraq] .pt-xl-3,
html[theme=autraq] .py-xl-3 {
    padding-top: 1rem !important;
  }
  html[theme=autraq] .pr-xl-3,
html[theme=autraq] .px-xl-3 {
    padding-right: 1rem !important;
  }
  html[theme=autraq] .pb-xl-3,
html[theme=autraq] .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  html[theme=autraq] .pl-xl-3,
html[theme=autraq] .px-xl-3 {
    padding-left: 1rem !important;
  }
  html[theme=autraq] .p-xl-4 {
    padding: 1.5rem !important;
  }
  html[theme=autraq] .pt-xl-4,
html[theme=autraq] .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  html[theme=autraq] .pr-xl-4,
html[theme=autraq] .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  html[theme=autraq] .pb-xl-4,
html[theme=autraq] .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  html[theme=autraq] .pl-xl-4,
html[theme=autraq] .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  html[theme=autraq] .p-xl-5 {
    padding: 3rem !important;
  }
  html[theme=autraq] .pt-xl-5,
html[theme=autraq] .py-xl-5 {
    padding-top: 3rem !important;
  }
  html[theme=autraq] .pr-xl-5,
html[theme=autraq] .px-xl-5 {
    padding-right: 3rem !important;
  }
  html[theme=autraq] .pb-xl-5,
html[theme=autraq] .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  html[theme=autraq] .pl-xl-5,
html[theme=autraq] .px-xl-5 {
    padding-left: 3rem !important;
  }
  html[theme=autraq] .m-xl-auto {
    margin: auto !important;
  }
  html[theme=autraq] .mt-xl-auto,
html[theme=autraq] .my-xl-auto {
    margin-top: auto !important;
  }
  html[theme=autraq] .mr-xl-auto,
html[theme=autraq] .mx-xl-auto {
    margin-right: auto !important;
  }
  html[theme=autraq] .mb-xl-auto,
html[theme=autraq] .my-xl-auto {
    margin-bottom: auto !important;
  }
  html[theme=autraq] .ml-xl-auto,
html[theme=autraq] .mx-xl-auto {
    margin-left: auto !important;
  }
}
html[theme=autraq] .text-justify {
  text-align: justify !important;
}
html[theme=autraq] .text-nowrap {
  white-space: nowrap !important;
}
html[theme=autraq] .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html[theme=autraq] .text-left {
  text-align: left !important;
}
html[theme=autraq] .text-right {
  text-align: right !important;
}
html[theme=autraq] .text-center {
  text-align: center !important;
}
@media (min-width: 380px) {
  html[theme=autraq] .text-xsm-left {
    text-align: left !important;
  }
  html[theme=autraq] .text-xsm-right {
    text-align: right !important;
  }
  html[theme=autraq] .text-xsm-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  html[theme=autraq] .text-sm-left {
    text-align: left !important;
  }
  html[theme=autraq] .text-sm-right {
    text-align: right !important;
  }
  html[theme=autraq] .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  html[theme=autraq] .text-md-left {
    text-align: left !important;
  }
  html[theme=autraq] .text-md-right {
    text-align: right !important;
  }
  html[theme=autraq] .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  html[theme=autraq] .text-lg-left {
    text-align: left !important;
  }
  html[theme=autraq] .text-lg-right {
    text-align: right !important;
  }
  html[theme=autraq] .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  html[theme=autraq] .text-xl-left {
    text-align: left !important;
  }
  html[theme=autraq] .text-xl-right {
    text-align: right !important;
  }
  html[theme=autraq] .text-xl-center {
    text-align: center !important;
  }
}
html[theme=autraq] .text-lowercase {
  text-transform: lowercase !important;
}
html[theme=autraq] .text-uppercase {
  text-transform: uppercase !important;
}
html[theme=autraq] .text-capitalize {
  text-transform: capitalize !important;
}
html[theme=autraq] .font-weight-light {
  font-weight: 300 !important;
}
html[theme=autraq] .font-weight-normal {
  font-weight: 400 !important;
}
html[theme=autraq] .font-weight-bold {
  font-weight: 700 !important;
}
html[theme=autraq] .font-italic {
  font-style: italic !important;
}
html[theme=autraq] .text-white {
  color: #fff !important;
}
html[theme=autraq] .text-primary {
  color: #20c997 !important;
}
html[theme=autraq] a.text-primary:hover, html[theme=autraq] a.text-primary:focus {
  color: #199d76 !important;
}
html[theme=autraq] .text-secondary {
  color: #0FC0FC !important;
}
html[theme=autraq] a.text-secondary:hover, html[theme=autraq] a.text-secondary:focus {
  color: #03a0d5 !important;
}
html[theme=autraq] .text-success {
  color: #375863 !important;
}
html[theme=autraq] a.text-success:hover, html[theme=autraq] a.text-success:focus {
  color: #253b42 !important;
}
html[theme=autraq] .text-info {
  color: #D05E55 !important;
}
html[theme=autraq] a.text-info:hover, html[theme=autraq] a.text-info:focus {
  color: #be3e34 !important;
}
html[theme=autraq] .text-warning {
  color: #B20B36 !important;
}
html[theme=autraq] a.text-warning:hover, html[theme=autraq] a.text-warning:focus {
  color: #820827 !important;
}
html[theme=autraq] .text-danger {
  color: #dc3545 !important;
}
html[theme=autraq] a.text-danger:hover, html[theme=autraq] a.text-danger:focus {
  color: #bd2130 !important;
}
html[theme=autraq] .text-light {
  color: #f8f9fa !important;
}
html[theme=autraq] a.text-light:hover, html[theme=autraq] a.text-light:focus {
  color: #dae0e5 !important;
}
html[theme=autraq] .text-dark {
  color: #343a40 !important;
}
html[theme=autraq] a.text-dark:hover, html[theme=autraq] a.text-dark:focus {
  color: #1d2124 !important;
}
html[theme=autraq] .text-muted {
  color: #6c757d !important;
}
html[theme=autraq] .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
html[theme=autraq] .visible {
  visibility: visible !important;
}
html[theme=autraq] .invisible {
  visibility: hidden !important;
}
html[theme=autraq] ul.no-bullets {
  list-style-type: none;
}
html[theme=autraq] .autraq-underline {
  position: relative;
  display: inline-block;
}
html[theme=autraq] .autraq-underline:after {
  content: "";
  position: absolute;
  border-bottom: 0.05em solid #20c997;
  width: 95%;
  left: 2.5%;
  bottom: -0.05em;
  -webkit-transition: 1s cubic-bezier(0.4, 1.81, 0.44, 0.91) -webkit-transform;
  transition: 1s cubic-bezier(0.4, 1.81, 0.44, 0.91) -webkit-transform;
  transition: 1s cubic-bezier(0.4, 1.81, 0.44, 0.91) transform;
  transition: 1s cubic-bezier(0.4, 1.81, 0.44, 0.91) transform, 1s cubic-bezier(0.4, 1.81, 0.44, 0.91) -webkit-transform;
}
html[theme=autraq] span.address {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.8em;
}
html[theme=autraq] ul.press-list {
  list-style-type: none;
  margin: 2em 0px;
  padding: 0px;
}
html[theme=autraq] ul.press-list li {
  margin: 0.3em 0px;
}
html[theme=autraq] ul.press-list li .key {
  font-weight: 500;
  margin-right: 7px;
  color: #495057;
  border-bottom: 1px solid #20c997;
}
html[theme=autraq] ul.press-list li .value {
  font-weight: 400;
}
html[theme=autraq] .profile-picture-sm {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 0px 17px 4px rgba(0, 0, 0, 0.1);
}
html[theme=autraq] .user-card {
  text-align: center;
  display: inline-block;
  margin: 10px;
}
html[theme=autraq] footer {
  margin-bottom: 40px;
  background-color: white;
}
html[theme=autraq] footer .footer-logo {
  height: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
html[theme=autraq] footer .footer-cta, html[theme=autraq] footer .footer-legal {
  text-align: center;
  margin: 20px;
}
html[theme=autraq] footer .footer-legal a {
  margin: auto 10px;
}
html[theme=autraq] footer img {
  display: block;
  margin: 0px 1em;
  width: 100px;
}
html[theme=autraq] #menu {
  position: relative;
}
html[theme=autraq] #menu .button-container {
  height: 60px;
}
html[theme=autraq] #menu .link-container {
  overflow: hidden;
  max-height: 400px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  background-color: #20c997;
}
html[theme=autraq] #menu .link-container .links {
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.81, 0.44, 0.91);
  transition: all 0.5s cubic-bezier(0.4, 1.81, 0.44, 0.91);
}
html[theme=autraq] #menu .link-container.collapsed {
  max-height: 0;
  -webkit-transition: max-height 0.25s ease-out;
  transition: max-height 0.25s ease-out;
}
html[theme=autraq] #menu .link-container.collapsed .links {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
html[theme=autraq] #menu .link-container .links {
  margin: 1rem;
  color: white;
  font-size: 1.3em;
  font-weight: 500;
  font-family: "brandon-grotesque", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
html[theme=autraq] #menu .link-container .links a {
  color: white;
}
html[theme=autraq] #menu .link-container .links table {
  margin: auto;
}
html[theme=autraq] #menu .link-container .links table tr td:first-child {
  padding: 0.5rem;
}
html[theme=autraq] main {
  min-height: calc(100vh - (40px + 60px));
}
html[theme=autraq] main.has-no-menu {
  min-height: calc(100vh - (40px ));
}
html[theme=autraq] .product-container .background {
  background-color: #20c997;
  height: 10vh;
  width: 100%;
  position: absolute;
  z-index: -1;
}
@media (min-width: 576px) {
  html[theme=autraq] .product-container #general-background {
    background-color: #20c997;
  }
}
html[theme=autraq] .product-container #general {
  background-color: white;
  -webkit-transition: 2s cubic-bezier(0.4, 1.81, 0.44, 0.91) -webkit-transform;
  transition: 2s cubic-bezier(0.4, 1.81, 0.44, 0.91) -webkit-transform;
  transition: 2s cubic-bezier(0.4, 1.81, 0.44, 0.91) transform;
  transition: 2s cubic-bezier(0.4, 1.81, 0.44, 0.91) transform, 2s cubic-bezier(0.4, 1.81, 0.44, 0.91) -webkit-transform;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
html[theme=autraq] .product-container #general.loaded {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media (min-width: 576px) {
  html[theme=autraq] .product-container #general {
    box-shadow: 0px 0px 50px 15px rgba(0, 0, 0, 0.02);
    margin-bottom: 40px;
  }
  html[theme=autraq] .product-container #general.loaded {
    -webkit-transform: translateY(40px) !important;
            transform: translateY(40px) !important;
  }
}
html[theme=autraq] .product-container #general .brand .logo {
  padding: 0px;
  text-align: center;
}
html[theme=autraq] .product-container #general .brand .logo.moooi {
  background-color: black;
}
@media (max-width: 767.98px) {
  html[theme=autraq] .product-container #general .brand img {
    width: 100%;
  }
}
html[theme=autraq] .product-container #general .title-container h1 {
  margin-top: 1rem;
  margin-bottom: 0px;
  text-align: center;
  font-size: 3em;
  font-weight: 100;
  font-family: "brandon-grotesque", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-family: "futura-pt";
}
html[theme=autraq] .product-container #general .title-container .product-address-container {
  margin-bottom: 1rem;
  text-align: center;
  color: #495057;
  font-size: 0.8em;
}
@media (max-width: 767.98px) {
  html[theme=autraq] .product-container #general .title-container h1 {
    margin-top: 2rem;
  }
  html[theme=autraq] .product-container #general .title-container .product-address-container {
    margin-bottom: 2rem;
  }
}
html[theme=autraq] .product-container #general .general-image-container {
  padding: 0px;
  text-align: center;
}
html[theme=autraq] .product-container #general .general-image-container img {
  max-height: 400px;
  max-width: 100%;
}
html[theme=autraq] .product-container #general .general-content-container > div {
  margin: 2rem 1rem;
}
html[theme=autraq] .product-container #general .general-content-container .downloads a {
  margin-bottom: 5px;
}
html[theme=autraq] .product-container .timeline .time-piece {
  position: relative;
  height: 170px;
}
@media (max-width: 767.98px) {
  html[theme=autraq] .product-container .timeline .time-piece {
    font-size: 0.8em;
  }
  html[theme=autraq] .product-container .timeline .time-piece .address-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
  }
}
html[theme=autraq] .product-container .timeline .time-piece .address-container {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.7em;
}
html[theme=autraq] .product-container .timeline .time-piece.solo {
  height: 10px;
}
html[theme=autraq] .product-container .timeline .time-piece .line {
  width: 7px;
  background-color: #20c997;
  margin: 0px auto;
  padding: 0px;
  height: 100%;
}
html[theme=autraq] .product-container .timeline .time-piece .bullet {
  left: calc(50% - 13px);
  top: calc(50% - 13px);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background-color: white;
  border: 9px solid #20c997;
  position: absolute;
  z-index: 100;
}
html[theme=autraq] .product-container .timeline .time-piece .part-left {
  position: absolute;
  right: calc(50% + 33px);
  top: calc(50% - 13px);
}
html[theme=autraq] .product-container .timeline .time-piece .part-left .action {
  border-radius: 5px;
  padding: 2px 7px;
  text-transform: lowercase;
  font-weight: 400;
  font-size: 1em;
}
html[theme=autraq] .product-container .timeline .time-piece .part-left .date {
  color: #adb5bd;
  font-weight: 300;
  position: absolute;
  white-space: nowrap;
  right: 0px;
}
html[theme=autraq] .product-container .timeline .time-piece .part-right {
  position: absolute;
  left: calc(50% + 33px);
  top: calc(50% - 13px);
  border-radius: 10px;
}
html[theme=autraq] .product-container .timeline .time-piece .part-right.with-logo {
  position: absolute;
  left: calc(50% + 33px);
  top: calc(50% - 55px);
}
html[theme=autraq] .product-container .timeline .time-piece .part-right.with-logo .logo {
  padding: 10px;
  border-radius: 10px;
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
html[theme=autraq] .product-container .timeline .time-piece .part-right.with-logo .logo img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 10px;
}
html[theme=autraq] .product-container .timeline .time-piece .part-right .name {
  font-weight: 400;
  font-size: 1.1em;
  letter-spacing: 0.03em;
}
html[theme=autraq] .product-container .wikis h2 {
  cursor: pointer;
}
html[theme=autraq] .product-container .wikis h2 .arrow {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: 50% 60%;
          transform-origin: 50% 60%;
}
html[theme=autraq] .product-container .wikis h2 .arrow.down {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
html[theme=autraq] .product-container .wikis .content {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  font-size: 0px;
  margin: auto;
}
html[theme=autraq] .product-container .wikis .content img {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  width: 0%;
  max-width: 300px;
  margin-bottom: 1rem;
}
html[theme=autraq] .product-container .wikis .content.open {
  font-size: inherit;
}
html[theme=autraq] .product-container .wikis .content.open img {
  width: 100%;
}
html[theme=autraq] .product-container .images {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
html[theme=autraq] .product-container .images img {
  max-height: 150px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
html[theme=autraq] #product-container {
  background-color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /**
  globals
   */
}
html[theme=autraq] #product-container h1 {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-size: 2em;
  color: #343a40;
}
html[theme=autraq] #product-container h2 {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  font-size: 2em;
}
html[theme=autraq] #product-container h3 {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1rem;
}
html[theme=autraq] #product-container div.subtitle {
  font-size: 1em;
  font-weight: 400;
}
html[theme=autraq] #product-container input {
  font-size: 1.3em;
  padding: 5px 20px;
  font-weight: 500;
  border: 0px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
}
html[theme=autraq] #product-container input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
html[theme=autraq] #product-container input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
html[theme=autraq] #product-container input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
html[theme=autraq] #product-container input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
html[theme=autraq] #product-container input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
html[theme=autraq] #product-container input:focus {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid white;
}
html[theme=autraq] #product-container .module-card {
  border-left: 5px solid var(--main-color);
  position: relative;
}
html[theme=autraq] #product-container .general-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
}
html[theme=autraq] #product-container .general-actions .general-action-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 2rem 0;
}
html[theme=autraq] #product-container .general-actions .general-action-button a, html[theme=autraq] #product-container .general-actions .general-action-button span {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #343a40;
}
html[theme=autraq] #product-container .general-actions .general-action-button a:active, html[theme=autraq] #product-container .general-actions .general-action-button span:active {
  text-decoration: none;
}
html[theme=autraq] #product-container .general-actions .general-action-button a:hover, html[theme=autraq] #product-container .general-actions .general-action-button span:hover {
  text-decoration: none;
}
@media (hover: none) {
  html[theme=autraq] #product-container .general-actions .general-action-button a:active .bullet, html[theme=autraq] #product-container .general-actions .general-action-button span:active .bullet {
    box-shadow: 0px 0px 0px 30px var(--main-color-light);
  }
}
@media (hover: hover) {
  html[theme=autraq] #product-container .general-actions .general-action-button a:hover .bullet, html[theme=autraq] #product-container .general-actions .general-action-button span:hover .bullet {
    box-shadow: 0px 0px 0px 30px var(--main-color-light);
  }
}
html[theme=autraq] #product-container .general-actions .general-action-button a .bullet, html[theme=autraq] #product-container .general-actions .general-action-button span .bullet {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: white;
  background-color: var(--main-color);
  border-radius: 30px;
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
html[theme=autraq] #product-container .general-actions .general-action-button a .bullet i, html[theme=autraq] #product-container .general-actions .general-action-button span .bullet i {
  font-size: 1.7em;
}
html[theme=autraq] #product-container .general-actions .general-action-button .sub {
  font-weight: 600;
  padding-top: 10px;
  font-size: 0.9em;
  text-transform: uppercase;
}
html[theme=autraq] #product-container img.circle-150 {
  width: 150px;
  height: 150px;
  border-radius: 75px;
}
html[theme=autraq] #product-container img.circle-75 {
  width: 76px;
  height: 76px;
  border-radius: 38px;
}
html[theme=autraq] #product-header .header-image-container {
  background-color: var(--main-color);
  height: calc(30vh + 100px);
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: -1;
}
html[theme=autraq] #product-header .header-image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
html[theme=autraq] #product-header .header-part-two {
  z-index: 5;
  text-align: center;
  margin-top: 100px;
  background-color: #f8f9fa;
}
html[theme=autraq] #product-header .header-part-two img.logo-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100px;
  height: 100px;
  box-shadow: 0px 0px 17px 4px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin-top: -50px;
  -webkit-transition: all 1s cubic-bezier(0.4, 1.81, 0.44, 0.91);
  transition: all 1s cubic-bezier(0.4, 1.81, 0.44, 0.91);
  -webkit-transform: scale(0) rotate(0deg) translateY(150px);
          transform: scale(0) rotate(0deg) translateY(150px);
}
html[theme=autraq] #product-header .header-part-two img.logo-image.active {
  -webkit-transform: scale(1) rotate(0deg) translateY(0px);
          transform: scale(1) rotate(0deg) translateY(0px);
}
html[theme=autraq] #product-header .header-part-two .text-container {
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
}
@media (min-width: 576px) {
  html[theme=autraq] #product-header .header-part-two .text-container {
    text-align: center;
    padding-left: 0px;
  }
}
html[theme=autraq] #product-header .header-part-two .text-container .mini-info-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
html[theme=autraq] #product-info {
  /**
  MOVER
   */
  /**
  NAVIGATOR
   */
  /**
  SCROLLABLE CONTAINER
   */
}
html[theme=autraq] #product-info #mover {
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.81, 0.44, 0.91);
  transition: all 0.5s cubic-bezier(0.4, 1.81, 0.44, 0.91);
  width: 70px;
  padding-top: 5px;
  border-bottom: 2px solid var(--main-color);
}
html[theme=autraq] #product-info .navigator {
  padding-top: 2em;
  background-color: #f8f9fa;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
}
html[theme=autraq] #product-info .navigator ul {
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin: 0px;
  padding: 0px;
  justify-content: space-around;
}
html[theme=autraq] #product-info .navigator ul li {
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 0rem;
  margin: 1rem 0;
  text-transform: uppercase;
}
@media (hover: none) {
  html[theme=autraq] #product-info .navigator ul li:active i {
    box-shadow: 0px 0px 0px 30px var(--main-color-light);
  }
}
@media (hover: hover) {
  html[theme=autraq] #product-info .navigator ul li:hover i {
    box-shadow: 0px 0px 0px 30px var(--main-color-light);
  }
}
html[theme=autraq] #product-info .navigator ul li i {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: auto;
  display: block;
  text-align: center;
  font-size: 1.7rem !important;
  padding-top: 0.45em;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: var(--main-color);
  color: white;
  margin-bottom: 0.4em;
}
@media (min-width: 300px) {
  html[theme=autraq] #product-info .navigator ul li {
    font-size: 0.6rem;
  }
}
@media (min-width: 380px) {
  html[theme=autraq] #product-info .navigator ul li {
    font-size: 0.7rem;
    font-weight: 500;
  }
}
@media (min-width: 576px) {
  html[theme=autraq] #product-info .navigator ul li {
    font-size: 0.8rem;
    font-weight: 500;
  }
}
html[theme=autraq] #product-info #content-container {
  overflow: hidden;
}
html[theme=autraq] #product-info #content-container .content-scroller {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  margin-left: 0vw;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  width: 400vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
html[theme=autraq] #product-info #content-container .content-scroller .container #product-summary .stats-container {
  font-weight: 400;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
html[theme=autraq] #product-info #content-container .content-scroller .container #product-summary .stats-container .stats-block {
  margin: 10px;
}
html[theme=autraq] #product-info #product-summary .user-card {
  vertical-align: middle;
}
html[theme=autraq] #product-blockchain {
  margin: 3rem 0 0 0;
}
html[theme=autraq] #product-blockchain .blockchain-container {
  background-color: #495057;
  color: white;
  overflow-y: auto;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  padding: 60px 0 25px 0;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .spacer-left {
  margin-right: auto;
  padding-left: 25px;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .spacer-right {
  margin-left: auto;
  padding-right: 25px;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity {
  text-align: center;
  position: relative;
  white-space: nowrap;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity::before {
  left: calc(50% - 10px);
  position: absolute;
  content: "";
  border-radius: 10px;
  background-color: var(--main-color);
  width: 20px;
  height: 20px;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity .title {
  color: var(--main-color);
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
  text-transform: lowercase;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity .date {
  margin-top: 10px;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity .by {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
  margin: auto;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity:not(.last):not(.first) {
  margin-right: 50px;
  margin-left: 50px;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity:not(.last):not(.first)::after {
  top: 9px;
  left: -50px;
  position: absolute;
  right: -50px;
  content: "";
  background-color: var(--main-color);
  height: 2px;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity.first {
  margin-right: 50px;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity.first::after {
  top: 9px;
  left: calc(50%);
  position: absolute;
  right: -50px;
  content: "";
  background-color: var(--main-color);
  height: 2px;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity.created:not(.first)::before {
  z-index: 2;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity.created:not(.first)::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #6c757d), color-stop(50%, var(--main-color)));
  background: linear-gradient(to right, #6c757d 50%, var(--main-color) 50% 100%);
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity.source {
  color: #6c757d;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity.source .title {
  color: #adb5bd;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity.source::before {
  background-color: #6c757d;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity.source::after {
  background-color: #6c757d !important;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity.last {
  margin-left: 50px;
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity.last::before {
  left: calc(50% - 10px);
}
html[theme=autraq] #product-blockchain .blockchain-container .scroller .activity.last::after {
  top: 9px;
  left: -50px;
  position: absolute;
  right: calc(50%);
  content: "";
  background-color: var(--main-color);
  height: 2px;
}
html[theme=autraq] #product-blockchain .blockchain-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #f8f9fa;
}
html[theme=autraq] #product-blockchain .blockchain-actions .blockchain-action-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 2rem 0;
}
html[theme=autraq] #product-blockchain .blockchain-actions .blockchain-action-button a, html[theme=autraq] #product-blockchain .blockchain-actions .blockchain-action-button span {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #343a40;
}
html[theme=autraq] #product-blockchain .blockchain-actions .blockchain-action-button a:active, html[theme=autraq] #product-blockchain .blockchain-actions .blockchain-action-button span:active {
  text-decoration: none;
}
html[theme=autraq] #product-blockchain .blockchain-actions .blockchain-action-button a:hover, html[theme=autraq] #product-blockchain .blockchain-actions .blockchain-action-button span:hover {
  text-decoration: none;
}
@media (hover: none) {
  html[theme=autraq] #product-blockchain .blockchain-actions .blockchain-action-button a:active .bullet, html[theme=autraq] #product-blockchain .blockchain-actions .blockchain-action-button span:active .bullet {
    box-shadow: 0px 0px 0px 30px var(--main-color-light);
  }
}
@media (hover: hover) {
  html[theme=autraq] #product-blockchain .blockchain-actions .blockchain-action-button a:hover .bullet, html[theme=autraq] #product-blockchain .blockchain-actions .blockchain-action-button span:hover .bullet {
    box-shadow: 0px 0px 0px 30px var(--main-color-light);
  }
}
html[theme=autraq] #product-blockchain .blockchain-actions .blockchain-action-button a .bullet, html[theme=autraq] #product-blockchain .blockchain-actions .blockchain-action-button span .bullet {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #f8f9fa;
  background-color: var(--main-color);
  border-radius: 40px;
  width: 80px;
  height: 80px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
html[theme=autraq] #product-blockchain .blockchain-actions .blockchain-action-button a .bullet i, html[theme=autraq] #product-blockchain .blockchain-actions .blockchain-action-button span .bullet i {
  font-size: 2em;
}
html[theme=autraq] #product-blockchain .blockchain-actions .blockchain-action-button .sub {
  font-weight: 600;
  padding-top: 10px;
  font-size: 0.9em;
  text-transform: uppercase;
}
html[theme=autraq] #blockchain-claims span.key {
  font-weight: 500;
}
html[theme=autraq] #blockchain-claims .claim-container .title {
  font-size: 1.2em;
  font-weight: 500;
}
html[theme=autraq] #blockchain-claims .claim-container img.location {
  width: 150px;
  height: 150px;
  border-radius: 75px;
}
html[theme=autraq] #blockchain-claims .claim-container.general-container {
  border-left: 4px solid var(--main-color);
}
html[theme=autraq] #product-modules .module {
  margin: 3rem 0;
}
html[theme=autraq] #product-container {
  --main-color: #20c997;
  --main-color-light: #aaf1dc;
}
html[theme=autraq] #product-container .btn.btn-primary {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: white;
}
html[theme=autraq] #product-container .btn.btn-primary:hover, html[theme=autraq] #product-container .btn.btn-primary:active, html[theme=autraq] #product-container .btn.btn-primary:focus {
  background-color: var(--main-color-light);
  border-color: var(--main-color-light) !important;
  outline: 0 !important;
  box-shadow: none !important;
}
html[theme=autraq] #product-container .btn-outline-primary {
  color: var(--main-color);
  border-color: var(--main-color);
}
html[theme=autraq] #product-container .btn-outline-primary:hover, html[theme=autraq] #product-container .btn-outline-primary:active, html[theme=autraq] #product-container .btn-outline-primary:focus {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: white;
  outline: none;
  box-shadow: none !important;
}
html[theme=autraq] #product-container li .key {
  border-bottom: 1px solid var(--main-color);
}
html[theme=autraq] #login-component .login-box .container {
  margin-top: 50px;
}
html[theme=autraq] #login-component .login-box .container p {
  color: white;
  font-size: 1.1em;
  font-weight: bold;
}
html[theme=autraq] #login-component .login-box .container input {
  background-color: inherit;
  color: white;
  border: none;
  border-bottom: 2px solid white;
  padding: 5px 0px;
  font-size: 1.2em;
}
html[theme=autraq] #login-component .login-box::before {
  content: "";
  position: absolute;
  top: 100%;
  height: 100%;
  width: 300vw;
  left: -100vw;
  background-color: #20c997;
  border-radius: 50%;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  z-index: -1;
}
html[theme=autraq] #login-component .login-box.loaded::before {
  top: 0%;
}
html[theme=autraq] #register-component .register-box .container {
  margin-top: 50px;
}
html[theme=autraq] #register-component .register-box .container p {
  color: white;
  font-size: 1.1em;
  font-weight: bold;
}
html[theme=autraq] #register-component .register-box .container input {
  background-color: inherit;
  color: white;
  border: none;
  border-bottom: 2px solid white;
  padding: 5px 0px;
  font-size: 1.2em;
}
html[theme=autraq] #register-component .register-box::before {
  content: "";
  position: absolute;
  top: 100%;
  height: 100%;
  width: 300vw;
  left: -100vw;
  background-color: #20c997;
  border-radius: 50%;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  z-index: -1;
}
html[theme=autraq] #register-component .register-box.loaded::before {
  top: 0%;
}
html[theme=autraq] #toaster {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999999;
}
html[theme=autraq] #toaster .toast {
  margin: 20px;
  width: calc(100% - 40px );
  max-width: 500px;
  background-color: #343a40;
  opacity: 0.9;
  z-index: 1000;
  padding: 20px;
  color: white;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  display: block;
  box-shadow: 0 0 30px rgba(1, 1, 1, 0.2);
}
html[theme=autraq] .autraq-modal {
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  box-shadow: 0px 0px 0px 100px rgba(0, 0, 0, 0);
  display: block;
  position: fixed;
  top: 20vh;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: white;
  padding: 20px;
  z-index: 8000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all cubic-bezier(0.3, 0.69, 0.59, 1.18) 0.3s;
  transition: all cubic-bezier(0.3, 0.69, 0.59, 1.18) 0.3s;
}
html[theme=autraq] .autraq-modal::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -20vh;
  right: 0px;
  height: 20vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 7999;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
html[theme=autraq] .autraq-modal.open {
  -webkit-transform: translateY(0vh);
          transform: translateY(0vh);
}
html[theme=autraq] .autraq-modal.open::before {
  opacity: 1;
}
html[theme=generic] {
  @-ms-viewport {
    html[theme=generic] {
      width: device-width;
    }
  }
  @-webkit-keyframes progress-bar-stripes {
    from {
      background-position: 1rem 0;
    }
    to {
      background-position: 0 0;
    }
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 1rem 0;
    }
    to {
      background-position: 0 0;
    }
  }
  /**
  GENERIC UL LAYOUT
   */
  /**
  PROFILE PICTURE
   */
}
html[theme=generic] :root {
  --blue: #0FC0FC;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #5EC9AC;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #20c997;
  --secondary: #0FC0FC;
  --success: #375863;
  --info: #D05E55;
  --warning: #B20B36;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-xsm: 380px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
html[theme=generic] *,
html[theme=generic] *::before,
html[theme=generic] *::after {
  box-sizing: border-box;
}
html[theme=generic] html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html[theme=generic] article, html[theme=generic] aside, html[theme=generic] dialog, html[theme=generic] figcaption, html[theme=generic] figure, html[theme=generic] footer, html[theme=generic] header, html[theme=generic] hgroup, html[theme=generic] main, html[theme=generic] nav, html[theme=generic] section {
  display: block;
}
html[theme=generic] body {
  margin: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: white;
}
html[theme=generic] [tabindex="-1"]:focus {
  outline: 0 !important;
}
html[theme=generic] hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
html[theme=generic] h1, html[theme=generic] h2, html[theme=generic] h3, html[theme=generic] h4, html[theme=generic] h5, html[theme=generic] h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
html[theme=generic] p {
  margin-top: 0;
  margin-bottom: 1rem;
}
html[theme=generic] abbr[title],
html[theme=generic] abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
html[theme=generic] address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
html[theme=generic] ol,
html[theme=generic] ul,
html[theme=generic] dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
html[theme=generic] ol ol,
html[theme=generic] ul ul,
html[theme=generic] ol ul,
html[theme=generic] ul ol {
  margin-bottom: 0;
}
html[theme=generic] dt {
  font-weight: 700;
}
html[theme=generic] dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
html[theme=generic] blockquote {
  margin: 0 0 1rem;
}
html[theme=generic] dfn {
  font-style: italic;
}
html[theme=generic] b,
html[theme=generic] strong {
  font-weight: bolder;
}
html[theme=generic] small {
  font-size: 80%;
}
html[theme=generic] sub,
html[theme=generic] sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
html[theme=generic] sub {
  bottom: -0.25em;
}
html[theme=generic] sup {
  top: -0.5em;
}
html[theme=generic] a {
  color: #20c997;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
html[theme=generic] a:hover {
  color: #158765;
  text-decoration: underline;
}
html[theme=generic] a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
html[theme=generic] a:not([href]):not([tabindex]):hover, html[theme=generic] a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
html[theme=generic] a:not([href]):not([tabindex]):focus {
  outline: 0;
}
html[theme=generic] pre,
html[theme=generic] code,
html[theme=generic] kbd,
html[theme=generic] samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
html[theme=generic] pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
html[theme=generic] figure {
  margin: 0 0 1rem;
}
html[theme=generic] img {
  vertical-align: middle;
  border-style: none;
}
html[theme=generic] svg:not(:root) {
  overflow: hidden;
}
html[theme=generic] table {
  border-collapse: collapse;
}
html[theme=generic] caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
html[theme=generic] th {
  text-align: inherit;
}
html[theme=generic] label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
html[theme=generic] button {
  border-radius: 0;
}
html[theme=generic] button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
html[theme=generic] input,
html[theme=generic] button,
html[theme=generic] select,
html[theme=generic] optgroup,
html[theme=generic] textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
html[theme=generic] button,
html[theme=generic] input {
  overflow: visible;
}
html[theme=generic] button,
html[theme=generic] select {
  text-transform: none;
}
html[theme=generic] button,
html[theme=generic] html [type=button],
html[theme=generic] [type=reset],
html[theme=generic] [type=submit] {
  -webkit-appearance: button;
}
html[theme=generic] button::-moz-focus-inner,
html[theme=generic] [type=button]::-moz-focus-inner,
html[theme=generic] [type=reset]::-moz-focus-inner,
html[theme=generic] [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
html[theme=generic] input[type=radio],
html[theme=generic] input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
html[theme=generic] input[type=date],
html[theme=generic] input[type=time],
html[theme=generic] input[type=datetime-local],
html[theme=generic] input[type=month] {
  -webkit-appearance: listbox;
}
html[theme=generic] textarea {
  overflow: auto;
  resize: vertical;
}
html[theme=generic] fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
html[theme=generic] legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
html[theme=generic] progress {
  vertical-align: baseline;
}
html[theme=generic] [type=number]::-webkit-inner-spin-button,
html[theme=generic] [type=number]::-webkit-outer-spin-button {
  height: auto;
}
html[theme=generic] [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
html[theme=generic] [type=search]::-webkit-search-cancel-button,
html[theme=generic] [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html[theme=generic] ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
html[theme=generic] output {
  display: inline-block;
}
html[theme=generic] summary {
  display: list-item;
  cursor: pointer;
}
html[theme=generic] template {
  display: none;
}
html[theme=generic] [hidden] {
  display: none !important;
}
html[theme=generic] h1, html[theme=generic] h2, html[theme=generic] h3, html[theme=generic] h4, html[theme=generic] h5, html[theme=generic] h6,
html[theme=generic] .h1, html[theme=generic] .h2, html[theme=generic] .h3, html[theme=generic] .h4, html[theme=generic] .h5, html[theme=generic] .h6 {
  margin-bottom: 0.5rem;
  font-family: "futura-pt", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  line-height: 1.2;
  color: inherit;
}
html[theme=generic] h1, html[theme=generic] .h1 {
  font-size: 2.25rem;
}
html[theme=generic] h2, html[theme=generic] .h2 {
  font-size: 1.8rem;
}
html[theme=generic] h3, html[theme=generic] .h3 {
  font-size: 1.575rem;
}
html[theme=generic] h4, html[theme=generic] .h4 {
  font-size: 1.35rem;
}
html[theme=generic] h5, html[theme=generic] .h5 {
  font-size: 1.125rem;
}
html[theme=generic] h6, html[theme=generic] .h6 {
  font-size: 0.9rem;
}
html[theme=generic] .lead {
  font-size: 1.125rem;
  font-weight: 300;
}
html[theme=generic] .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
html[theme=generic] .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
html[theme=generic] .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
html[theme=generic] .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
html[theme=generic] hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
html[theme=generic] small,
html[theme=generic] .small {
  font-size: 80%;
  font-weight: 400;
}
html[theme=generic] mark,
html[theme=generic] .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
html[theme=generic] .list-unstyled {
  padding-left: 0;
  list-style: none;
}
html[theme=generic] .list-inline {
  padding-left: 0;
  list-style: none;
}
html[theme=generic] .list-inline-item {
  display: inline-block;
}
html[theme=generic] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
html[theme=generic] .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
html[theme=generic] .blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}
html[theme=generic] .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
html[theme=generic] .blockquote-footer::before {
  content: "— ";
}
html[theme=generic] .img-fluid {
  max-width: 100%;
  height: auto;
}
html[theme=generic] .img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0rem;
  max-width: 100%;
  height: auto;
}
html[theme=generic] .figure {
  display: inline-block;
}
html[theme=generic] .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
html[theme=generic] .figure-caption {
  font-size: 90%;
  color: #6c757d;
}
html[theme=generic] code,
html[theme=generic] kbd,
html[theme=generic] pre,
html[theme=generic] samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
html[theme=generic] code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > html[theme=generic] code {
  color: inherit;
}
html[theme=generic] kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0rem;
}
html[theme=generic] kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
html[theme=generic] pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
html[theme=generic] pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
html[theme=generic] .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
html[theme=generic] .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 380px) {
  html[theme=generic] .container {
    max-width: 380px;
  }
}
@media (min-width: 576px) {
  html[theme=generic] .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  html[theme=generic] .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  html[theme=generic] .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  html[theme=generic] .container {
    max-width: 1140px;
  }
}
html[theme=generic] .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
html[theme=generic] .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
html[theme=generic] .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
html[theme=generic] .no-gutters > .col,
html[theme=generic] .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
html[theme=generic] .col-xl,
html[theme=generic] .col-xl-auto, html[theme=generic] .col-xl-12, html[theme=generic] .col-xl-11, html[theme=generic] .col-xl-10, html[theme=generic] .col-xl-9, html[theme=generic] .col-xl-8, html[theme=generic] .col-xl-7, html[theme=generic] .col-xl-6, html[theme=generic] .col-xl-5, html[theme=generic] .col-xl-4, html[theme=generic] .col-xl-3, html[theme=generic] .col-xl-2, html[theme=generic] .col-xl-1, html[theme=generic] .col-lg,
html[theme=generic] .col-lg-auto, html[theme=generic] .col-lg-12, html[theme=generic] .col-lg-11, html[theme=generic] .col-lg-10, html[theme=generic] .col-lg-9, html[theme=generic] .col-lg-8, html[theme=generic] .col-lg-7, html[theme=generic] .col-lg-6, html[theme=generic] .col-lg-5, html[theme=generic] .col-lg-4, html[theme=generic] .col-lg-3, html[theme=generic] .col-lg-2, html[theme=generic] .col-lg-1, html[theme=generic] .col-md,
html[theme=generic] .col-md-auto, html[theme=generic] .col-md-12, html[theme=generic] .col-md-11, html[theme=generic] .col-md-10, html[theme=generic] .col-md-9, html[theme=generic] .col-md-8, html[theme=generic] .col-md-7, html[theme=generic] .col-md-6, html[theme=generic] .col-md-5, html[theme=generic] .col-md-4, html[theme=generic] .col-md-3, html[theme=generic] .col-md-2, html[theme=generic] .col-md-1, html[theme=generic] .col-sm,
html[theme=generic] .col-sm-auto, html[theme=generic] .col-sm-12, html[theme=generic] .col-sm-11, html[theme=generic] .col-sm-10, html[theme=generic] .col-sm-9, html[theme=generic] .col-sm-8, html[theme=generic] .col-sm-7, html[theme=generic] .col-sm-6, html[theme=generic] .col-sm-5, html[theme=generic] .col-sm-4, html[theme=generic] .col-sm-3, html[theme=generic] .col-sm-2, html[theme=generic] .col-sm-1, html[theme=generic] .col-xsm,
html[theme=generic] .col-xsm-auto, html[theme=generic] .col-xsm-12, html[theme=generic] .col-xsm-11, html[theme=generic] .col-xsm-10, html[theme=generic] .col-xsm-9, html[theme=generic] .col-xsm-8, html[theme=generic] .col-xsm-7, html[theme=generic] .col-xsm-6, html[theme=generic] .col-xsm-5, html[theme=generic] .col-xsm-4, html[theme=generic] .col-xsm-3, html[theme=generic] .col-xsm-2, html[theme=generic] .col-xsm-1, html[theme=generic] .col,
html[theme=generic] .col-auto, html[theme=generic] .col-12, html[theme=generic] .col-11, html[theme=generic] .col-10, html[theme=generic] .col-9, html[theme=generic] .col-8, html[theme=generic] .col-7, html[theme=generic] .col-6, html[theme=generic] .col-5, html[theme=generic] .col-4, html[theme=generic] .col-3, html[theme=generic] .col-2, html[theme=generic] .col-1, html[theme=generic] html[theme=autraq] .col-1, html[theme=autraq] html[theme=generic] .col-1, html[theme=generic] html[theme=autraq] .col-2, html[theme=autraq] html[theme=generic] .col-2, html[theme=generic] html[theme=autraq] .col-3, html[theme=autraq] html[theme=generic] .col-3, html[theme=generic] html[theme=autraq] .col-4, html[theme=autraq] html[theme=generic] .col-4, html[theme=generic] html[theme=autraq] .col-5, html[theme=autraq] html[theme=generic] .col-5, html[theme=generic] html[theme=autraq] .col-6, html[theme=autraq] html[theme=generic] .col-6, html[theme=generic] html[theme=autraq] .col-7, html[theme=autraq] html[theme=generic] .col-7, html[theme=generic] html[theme=autraq] .col-8, html[theme=autraq] html[theme=generic] .col-8, html[theme=generic] html[theme=autraq] .col-9, html[theme=autraq] html[theme=generic] .col-9, html[theme=generic] html[theme=autraq] .col-10, html[theme=autraq] html[theme=generic] .col-10, html[theme=generic] html[theme=autraq] .col-11, html[theme=autraq] html[theme=generic] .col-11, html[theme=generic] html[theme=autraq] .col-12, html[theme=autraq] html[theme=generic] .col-12, html[theme=generic] html[theme=autraq] .col, html[theme=autraq] html[theme=generic] .col,
html[theme=generic] html[theme=autraq] .col-auto,
html[theme=autraq] html[theme=generic] .col-auto, html[theme=generic] html[theme=autraq] .col-xsm-1, html[theme=autraq] html[theme=generic] .col-xsm-1, html[theme=generic] html[theme=autraq] .col-xsm-2, html[theme=autraq] html[theme=generic] .col-xsm-2, html[theme=generic] html[theme=autraq] .col-xsm-3, html[theme=autraq] html[theme=generic] .col-xsm-3, html[theme=generic] html[theme=autraq] .col-xsm-4, html[theme=autraq] html[theme=generic] .col-xsm-4, html[theme=generic] html[theme=autraq] .col-xsm-5, html[theme=autraq] html[theme=generic] .col-xsm-5, html[theme=generic] html[theme=autraq] .col-xsm-6, html[theme=autraq] html[theme=generic] .col-xsm-6, html[theme=generic] html[theme=autraq] .col-xsm-7, html[theme=autraq] html[theme=generic] .col-xsm-7, html[theme=generic] html[theme=autraq] .col-xsm-8, html[theme=autraq] html[theme=generic] .col-xsm-8, html[theme=generic] html[theme=autraq] .col-xsm-9, html[theme=autraq] html[theme=generic] .col-xsm-9, html[theme=generic] html[theme=autraq] .col-xsm-10, html[theme=autraq] html[theme=generic] .col-xsm-10, html[theme=generic] html[theme=autraq] .col-xsm-11, html[theme=autraq] html[theme=generic] .col-xsm-11, html[theme=generic] html[theme=autraq] .col-xsm-12, html[theme=autraq] html[theme=generic] .col-xsm-12, html[theme=generic] html[theme=autraq] .col-xsm, html[theme=autraq] html[theme=generic] .col-xsm,
html[theme=generic] html[theme=autraq] .col-xsm-auto,
html[theme=autraq] html[theme=generic] .col-xsm-auto, html[theme=generic] html[theme=autraq] .col-sm-1, html[theme=autraq] html[theme=generic] .col-sm-1, html[theme=generic] html[theme=autraq] .col-sm-2, html[theme=autraq] html[theme=generic] .col-sm-2, html[theme=generic] html[theme=autraq] .col-sm-3, html[theme=autraq] html[theme=generic] .col-sm-3, html[theme=generic] html[theme=autraq] .col-sm-4, html[theme=autraq] html[theme=generic] .col-sm-4, html[theme=generic] html[theme=autraq] .col-sm-5, html[theme=autraq] html[theme=generic] .col-sm-5, html[theme=generic] html[theme=autraq] .col-sm-6, html[theme=autraq] html[theme=generic] .col-sm-6, html[theme=generic] html[theme=autraq] .col-sm-7, html[theme=autraq] html[theme=generic] .col-sm-7, html[theme=generic] html[theme=autraq] .col-sm-8, html[theme=autraq] html[theme=generic] .col-sm-8, html[theme=generic] html[theme=autraq] .col-sm-9, html[theme=autraq] html[theme=generic] .col-sm-9, html[theme=generic] html[theme=autraq] .col-sm-10, html[theme=autraq] html[theme=generic] .col-sm-10, html[theme=generic] html[theme=autraq] .col-sm-11, html[theme=autraq] html[theme=generic] .col-sm-11, html[theme=generic] html[theme=autraq] .col-sm-12, html[theme=autraq] html[theme=generic] .col-sm-12, html[theme=generic] html[theme=autraq] .col-sm, html[theme=autraq] html[theme=generic] .col-sm,
html[theme=generic] html[theme=autraq] .col-sm-auto,
html[theme=autraq] html[theme=generic] .col-sm-auto, html[theme=generic] html[theme=autraq] .col-md-1, html[theme=autraq] html[theme=generic] .col-md-1, html[theme=generic] html[theme=autraq] .col-md-2, html[theme=autraq] html[theme=generic] .col-md-2, html[theme=generic] html[theme=autraq] .col-md-3, html[theme=autraq] html[theme=generic] .col-md-3, html[theme=generic] html[theme=autraq] .col-md-4, html[theme=autraq] html[theme=generic] .col-md-4, html[theme=generic] html[theme=autraq] .col-md-5, html[theme=autraq] html[theme=generic] .col-md-5, html[theme=generic] html[theme=autraq] .col-md-6, html[theme=autraq] html[theme=generic] .col-md-6, html[theme=generic] html[theme=autraq] .col-md-7, html[theme=autraq] html[theme=generic] .col-md-7, html[theme=generic] html[theme=autraq] .col-md-8, html[theme=autraq] html[theme=generic] .col-md-8, html[theme=generic] html[theme=autraq] .col-md-9, html[theme=autraq] html[theme=generic] .col-md-9, html[theme=generic] html[theme=autraq] .col-md-10, html[theme=autraq] html[theme=generic] .col-md-10, html[theme=generic] html[theme=autraq] .col-md-11, html[theme=autraq] html[theme=generic] .col-md-11, html[theme=generic] html[theme=autraq] .col-md-12, html[theme=autraq] html[theme=generic] .col-md-12, html[theme=generic] html[theme=autraq] .col-md, html[theme=autraq] html[theme=generic] .col-md,
html[theme=generic] html[theme=autraq] .col-md-auto,
html[theme=autraq] html[theme=generic] .col-md-auto, html[theme=generic] html[theme=autraq] .col-lg-1, html[theme=autraq] html[theme=generic] .col-lg-1, html[theme=generic] html[theme=autraq] .col-lg-2, html[theme=autraq] html[theme=generic] .col-lg-2, html[theme=generic] html[theme=autraq] .col-lg-3, html[theme=autraq] html[theme=generic] .col-lg-3, html[theme=generic] html[theme=autraq] .col-lg-4, html[theme=autraq] html[theme=generic] .col-lg-4, html[theme=generic] html[theme=autraq] .col-lg-5, html[theme=autraq] html[theme=generic] .col-lg-5, html[theme=generic] html[theme=autraq] .col-lg-6, html[theme=autraq] html[theme=generic] .col-lg-6, html[theme=generic] html[theme=autraq] .col-lg-7, html[theme=autraq] html[theme=generic] .col-lg-7, html[theme=generic] html[theme=autraq] .col-lg-8, html[theme=autraq] html[theme=generic] .col-lg-8, html[theme=generic] html[theme=autraq] .col-lg-9, html[theme=autraq] html[theme=generic] .col-lg-9, html[theme=generic] html[theme=autraq] .col-lg-10, html[theme=autraq] html[theme=generic] .col-lg-10, html[theme=generic] html[theme=autraq] .col-lg-11, html[theme=autraq] html[theme=generic] .col-lg-11, html[theme=generic] html[theme=autraq] .col-lg-12, html[theme=autraq] html[theme=generic] .col-lg-12, html[theme=generic] html[theme=autraq] .col-lg, html[theme=autraq] html[theme=generic] .col-lg,
html[theme=generic] html[theme=autraq] .col-lg-auto,
html[theme=autraq] html[theme=generic] .col-lg-auto, html[theme=generic] html[theme=autraq] .col-xl-1, html[theme=autraq] html[theme=generic] .col-xl-1, html[theme=generic] html[theme=autraq] .col-xl-2, html[theme=autraq] html[theme=generic] .col-xl-2, html[theme=generic] html[theme=autraq] .col-xl-3, html[theme=autraq] html[theme=generic] .col-xl-3, html[theme=generic] html[theme=autraq] .col-xl-4, html[theme=autraq] html[theme=generic] .col-xl-4, html[theme=generic] html[theme=autraq] .col-xl-5, html[theme=autraq] html[theme=generic] .col-xl-5, html[theme=generic] html[theme=autraq] .col-xl-6, html[theme=autraq] html[theme=generic] .col-xl-6, html[theme=generic] html[theme=autraq] .col-xl-7, html[theme=autraq] html[theme=generic] .col-xl-7, html[theme=generic] html[theme=autraq] .col-xl-8, html[theme=autraq] html[theme=generic] .col-xl-8, html[theme=generic] html[theme=autraq] .col-xl-9, html[theme=autraq] html[theme=generic] .col-xl-9, html[theme=generic] html[theme=autraq] .col-xl-10, html[theme=autraq] html[theme=generic] .col-xl-10, html[theme=generic] html[theme=autraq] .col-xl-11, html[theme=autraq] html[theme=generic] .col-xl-11, html[theme=generic] html[theme=autraq] .col-xl-12, html[theme=autraq] html[theme=generic] .col-xl-12, html[theme=generic] html[theme=autraq] .col-xl, html[theme=autraq] html[theme=generic] .col-xl,
html[theme=generic] html[theme=autraq] .col-xl-auto,
html[theme=autraq] html[theme=generic] .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
html[theme=generic] .col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}
html[theme=generic] .col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}
html[theme=generic] .col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
html[theme=generic] .col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
html[theme=generic] .col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}
html[theme=generic] .col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
html[theme=generic] .col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
html[theme=generic] .col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
html[theme=generic] .col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
html[theme=generic] .col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
html[theme=generic] .col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}
html[theme=generic] .col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
html[theme=generic] .col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
html[theme=generic] .col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
html[theme=generic] .order-first {
  -webkit-box-ordinal-group: 0;
          order: -1;
}
html[theme=generic] .order-last {
  -webkit-box-ordinal-group: 14;
          order: 13;
}
html[theme=generic] .order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0;
}
html[theme=generic] .order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}
html[theme=generic] .order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
html[theme=generic] .order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}
html[theme=generic] .order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}
html[theme=generic] .order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}
html[theme=generic] .order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}
html[theme=generic] .order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7;
}
html[theme=generic] .order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8;
}
html[theme=generic] .order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9;
}
html[theme=generic] .order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10;
}
html[theme=generic] .order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11;
}
html[theme=generic] .order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12;
}
html[theme=generic] .offset-1 {
  margin-left: 8.3333333333%;
}
html[theme=generic] .offset-2 {
  margin-left: 16.6666666667%;
}
html[theme=generic] .offset-3 {
  margin-left: 25%;
}
html[theme=generic] .offset-4 {
  margin-left: 33.3333333333%;
}
html[theme=generic] .offset-5 {
  margin-left: 41.6666666667%;
}
html[theme=generic] .offset-6 {
  margin-left: 50%;
}
html[theme=generic] .offset-7 {
  margin-left: 58.3333333333%;
}
html[theme=generic] .offset-8 {
  margin-left: 66.6666666667%;
}
html[theme=generic] .offset-9 {
  margin-left: 75%;
}
html[theme=generic] .offset-10 {
  margin-left: 83.3333333333%;
}
html[theme=generic] .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 380px) {
  html[theme=generic] .col-xsm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  html[theme=generic] .col-xsm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html[theme=generic] .col-xsm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html[theme=generic] .col-xsm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html[theme=generic] .col-xsm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  html[theme=generic] .col-xsm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html[theme=generic] .col-xsm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html[theme=generic] .col-xsm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  html[theme=generic] .col-xsm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html[theme=generic] .col-xsm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html[theme=generic] .col-xsm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  html[theme=generic] .col-xsm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html[theme=generic] .col-xsm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html[theme=generic] .col-xsm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  html[theme=generic] .order-xsm-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  html[theme=generic] .order-xsm-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  html[theme=generic] .order-xsm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  html[theme=generic] .order-xsm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  html[theme=generic] .order-xsm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  html[theme=generic] .order-xsm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  html[theme=generic] .order-xsm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  html[theme=generic] .order-xsm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  html[theme=generic] .order-xsm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  html[theme=generic] .order-xsm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  html[theme=generic] .order-xsm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  html[theme=generic] .order-xsm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  html[theme=generic] .order-xsm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  html[theme=generic] .order-xsm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  html[theme=generic] .order-xsm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  html[theme=generic] .offset-xsm-0 {
    margin-left: 0;
  }
  html[theme=generic] .offset-xsm-1 {
    margin-left: 8.3333333333%;
  }
  html[theme=generic] .offset-xsm-2 {
    margin-left: 16.6666666667%;
  }
  html[theme=generic] .offset-xsm-3 {
    margin-left: 25%;
  }
  html[theme=generic] .offset-xsm-4 {
    margin-left: 33.3333333333%;
  }
  html[theme=generic] .offset-xsm-5 {
    margin-left: 41.6666666667%;
  }
  html[theme=generic] .offset-xsm-6 {
    margin-left: 50%;
  }
  html[theme=generic] .offset-xsm-7 {
    margin-left: 58.3333333333%;
  }
  html[theme=generic] .offset-xsm-8 {
    margin-left: 66.6666666667%;
  }
  html[theme=generic] .offset-xsm-9 {
    margin-left: 75%;
  }
  html[theme=generic] .offset-xsm-10 {
    margin-left: 83.3333333333%;
  }
  html[theme=generic] .offset-xsm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  html[theme=generic] .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  html[theme=generic] .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html[theme=generic] .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html[theme=generic] .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html[theme=generic] .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  html[theme=generic] .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html[theme=generic] .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html[theme=generic] .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  html[theme=generic] .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html[theme=generic] .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html[theme=generic] .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  html[theme=generic] .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html[theme=generic] .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html[theme=generic] .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  html[theme=generic] .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  html[theme=generic] .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  html[theme=generic] .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  html[theme=generic] .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  html[theme=generic] .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  html[theme=generic] .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  html[theme=generic] .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  html[theme=generic] .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  html[theme=generic] .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  html[theme=generic] .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  html[theme=generic] .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  html[theme=generic] .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  html[theme=generic] .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  html[theme=generic] .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  html[theme=generic] .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  html[theme=generic] .offset-sm-0 {
    margin-left: 0;
  }
  html[theme=generic] .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  html[theme=generic] .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  html[theme=generic] .offset-sm-3 {
    margin-left: 25%;
  }
  html[theme=generic] .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  html[theme=generic] .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  html[theme=generic] .offset-sm-6 {
    margin-left: 50%;
  }
  html[theme=generic] .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  html[theme=generic] .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  html[theme=generic] .offset-sm-9 {
    margin-left: 75%;
  }
  html[theme=generic] .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  html[theme=generic] .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  html[theme=generic] .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  html[theme=generic] .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html[theme=generic] .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html[theme=generic] .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html[theme=generic] .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  html[theme=generic] .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html[theme=generic] .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html[theme=generic] .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  html[theme=generic] .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html[theme=generic] .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html[theme=generic] .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  html[theme=generic] .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html[theme=generic] .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html[theme=generic] .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  html[theme=generic] .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  html[theme=generic] .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  html[theme=generic] .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  html[theme=generic] .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  html[theme=generic] .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  html[theme=generic] .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  html[theme=generic] .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  html[theme=generic] .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  html[theme=generic] .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  html[theme=generic] .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  html[theme=generic] .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  html[theme=generic] .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  html[theme=generic] .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  html[theme=generic] .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  html[theme=generic] .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  html[theme=generic] .offset-md-0 {
    margin-left: 0;
  }
  html[theme=generic] .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  html[theme=generic] .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  html[theme=generic] .offset-md-3 {
    margin-left: 25%;
  }
  html[theme=generic] .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  html[theme=generic] .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  html[theme=generic] .offset-md-6 {
    margin-left: 50%;
  }
  html[theme=generic] .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  html[theme=generic] .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  html[theme=generic] .offset-md-9 {
    margin-left: 75%;
  }
  html[theme=generic] .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  html[theme=generic] .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  html[theme=generic] .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  html[theme=generic] .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html[theme=generic] .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html[theme=generic] .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html[theme=generic] .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  html[theme=generic] .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html[theme=generic] .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html[theme=generic] .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  html[theme=generic] .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html[theme=generic] .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html[theme=generic] .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  html[theme=generic] .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html[theme=generic] .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html[theme=generic] .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  html[theme=generic] .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  html[theme=generic] .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  html[theme=generic] .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  html[theme=generic] .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  html[theme=generic] .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  html[theme=generic] .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  html[theme=generic] .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  html[theme=generic] .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  html[theme=generic] .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  html[theme=generic] .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  html[theme=generic] .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  html[theme=generic] .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  html[theme=generic] .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  html[theme=generic] .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  html[theme=generic] .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  html[theme=generic] .offset-lg-0 {
    margin-left: 0;
  }
  html[theme=generic] .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  html[theme=generic] .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  html[theme=generic] .offset-lg-3 {
    margin-left: 25%;
  }
  html[theme=generic] .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  html[theme=generic] .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  html[theme=generic] .offset-lg-6 {
    margin-left: 50%;
  }
  html[theme=generic] .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  html[theme=generic] .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  html[theme=generic] .offset-lg-9 {
    margin-left: 75%;
  }
  html[theme=generic] .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  html[theme=generic] .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  html[theme=generic] .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  html[theme=generic] .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  html[theme=generic] .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html[theme=generic] .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html[theme=generic] .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  html[theme=generic] .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html[theme=generic] .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html[theme=generic] .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  html[theme=generic] .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html[theme=generic] .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html[theme=generic] .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  html[theme=generic] .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html[theme=generic] .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html[theme=generic] .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  html[theme=generic] .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  html[theme=generic] .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  html[theme=generic] .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  html[theme=generic] .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  html[theme=generic] .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  html[theme=generic] .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  html[theme=generic] .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  html[theme=generic] .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  html[theme=generic] .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  html[theme=generic] .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  html[theme=generic] .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  html[theme=generic] .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  html[theme=generic] .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  html[theme=generic] .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  html[theme=generic] .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  html[theme=generic] .offset-xl-0 {
    margin-left: 0;
  }
  html[theme=generic] .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  html[theme=generic] .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  html[theme=generic] .offset-xl-3 {
    margin-left: 25%;
  }
  html[theme=generic] .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  html[theme=generic] .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  html[theme=generic] .offset-xl-6 {
    margin-left: 50%;
  }
  html[theme=generic] .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  html[theme=generic] .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  html[theme=generic] .offset-xl-9 {
    margin-left: 75%;
  }
  html[theme=generic] .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  html[theme=generic] .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
html[theme=generic] .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
html[theme=generic] .table th,
html[theme=generic] .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
html[theme=generic] .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
html[theme=generic] .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
html[theme=generic] .table .table {
  background-color: white;
}
html[theme=generic] .table-sm th,
html[theme=generic] .table-sm td {
  padding: 0.3rem;
}
html[theme=generic] .table-bordered {
  border: 1px solid #dee2e6;
}
html[theme=generic] .table-bordered th,
html[theme=generic] .table-bordered td {
  border: 1px solid #dee2e6;
}
html[theme=generic] .table-bordered thead th,
html[theme=generic] .table-bordered thead td {
  border-bottom-width: 2px;
}
html[theme=generic] .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
html[theme=generic] .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
html[theme=generic] .table-primary,
html[theme=generic] .table-primary > th,
html[theme=generic] .table-primary > td {
  background-color: #c1f0e2;
}
html[theme=generic] .table-hover .table-primary:hover {
  background-color: #acebd8;
}
html[theme=generic] .table-hover .table-primary:hover > td,
html[theme=generic] .table-hover .table-primary:hover > th {
  background-color: #acebd8;
}
html[theme=generic] .table-secondary,
html[theme=generic] .table-secondary > th,
html[theme=generic] .table-secondary > td {
  background-color: #bcedfe;
}
html[theme=generic] .table-hover .table-secondary:hover {
  background-color: #a3e6fe;
}
html[theme=generic] .table-hover .table-secondary:hover > td,
html[theme=generic] .table-hover .table-secondary:hover > th {
  background-color: #a3e6fe;
}
html[theme=generic] .table-success,
html[theme=generic] .table-success > th,
html[theme=generic] .table-success > td {
  background-color: #c7d0d3;
}
html[theme=generic] .table-hover .table-success:hover {
  background-color: #b9c4c8;
}
html[theme=generic] .table-hover .table-success:hover > td,
html[theme=generic] .table-hover .table-success:hover > th {
  background-color: #b9c4c8;
}
html[theme=generic] .table-info,
html[theme=generic] .table-info > th,
html[theme=generic] .table-info > td {
  background-color: #f2d2cf;
}
html[theme=generic] .table-hover .table-info:hover {
  background-color: #edbfbb;
}
html[theme=generic] .table-hover .table-info:hover > td,
html[theme=generic] .table-hover .table-info:hover > th {
  background-color: #edbfbb;
}
html[theme=generic] .table-warning,
html[theme=generic] .table-warning > th,
html[theme=generic] .table-warning > td {
  background-color: #e9bbc7;
}
html[theme=generic] .table-hover .table-warning:hover {
  background-color: #e3a8b7;
}
html[theme=generic] .table-hover .table-warning:hover > td,
html[theme=generic] .table-hover .table-warning:hover > th {
  background-color: #e3a8b7;
}
html[theme=generic] .table-danger,
html[theme=generic] .table-danger > th,
html[theme=generic] .table-danger > td {
  background-color: #f5c6cb;
}
html[theme=generic] .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
html[theme=generic] .table-hover .table-danger:hover > td,
html[theme=generic] .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
html[theme=generic] .table-light,
html[theme=generic] .table-light > th,
html[theme=generic] .table-light > td {
  background-color: #fdfdfe;
}
html[theme=generic] .table-hover .table-light:hover {
  background-color: #ececf6;
}
html[theme=generic] .table-hover .table-light:hover > td,
html[theme=generic] .table-hover .table-light:hover > th {
  background-color: #ececf6;
}
html[theme=generic] .table-dark,
html[theme=generic] .table-dark > th,
html[theme=generic] .table-dark > td {
  background-color: #c6c8ca;
}
html[theme=generic] .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
html[theme=generic] .table-hover .table-dark:hover > td,
html[theme=generic] .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
html[theme=generic] .table-active,
html[theme=generic] .table-active > th,
html[theme=generic] .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
html[theme=generic] .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
html[theme=generic] .table-hover .table-active:hover > td,
html[theme=generic] .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
html[theme=generic] .table .thead-dark th {
  color: white;
  background-color: #212529;
  border-color: #32383e;
}
html[theme=generic] .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
html[theme=generic] .table-dark {
  color: white;
  background-color: #212529;
}
html[theme=generic] .table-dark th,
html[theme=generic] .table-dark td,
html[theme=generic] .table-dark thead th {
  border-color: #32383e;
}
html[theme=generic] .table-dark.table-bordered {
  border: 0;
}
html[theme=generic] .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
html[theme=generic] .table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 379.98px) {
  html[theme=generic] .table-responsive-xsm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  html[theme=generic] .table-responsive-xsm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 575.98px) {
  html[theme=generic] .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  html[theme=generic] .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  html[theme=generic] .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  html[theme=generic] .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  html[theme=generic] .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  html[theme=generic] .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  html[theme=generic] .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  html[theme=generic] .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
html[theme=generic] .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
html[theme=generic] .table-responsive > .table-bordered {
  border: 0;
}
html[theme=generic] .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html[theme=generic] .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
html[theme=generic] .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #7eeaca;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.25);
}
html[theme=generic] .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
html[theme=generic] .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
html[theme=generic] .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
html[theme=generic] .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
html[theme=generic] .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
html[theme=generic] .form-control:disabled, html[theme=generic] .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
html[theme=generic] select.form-control:not([size]):not([multiple]) {
  height: calc(2.1rem + 2px);
}
html[theme=generic] select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
html[theme=generic] .form-control-file,
html[theme=generic] .form-control-range {
  display: block;
  width: 100%;
}
html[theme=generic] .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
html[theme=generic] .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}
html[theme=generic] .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5;
}
html[theme=generic] .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
html[theme=generic] .form-control-plaintext.form-control-sm, html[theme=generic] .input-group-sm > .form-control-plaintext.form-control,
html[theme=generic] .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
html[theme=generic] .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
html[theme=generic] .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
html[theme=generic] .input-group-sm > .input-group-append > .form-control-plaintext.btn, html[theme=generic] html[theme=autraq] .input-group-sm > .form-control-plaintext.form-control, html[theme=generic] .form-control-plaintext.form-control-lg, html[theme=generic] .input-group-lg > .form-control-plaintext.form-control,
html[theme=generic] .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
html[theme=generic] .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
html[theme=generic] .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
html[theme=generic] .input-group-lg > .input-group-append > .form-control-plaintext.btn, html[theme=generic] html[theme=autraq] .input-group-lg > .form-control-plaintext.form-control {
  padding-right: 0;
  padding-left: 0;
}
html[theme=generic] .form-control-sm, html[theme=generic] .input-group-sm > .form-control,
html[theme=generic] .input-group-sm > .input-group-prepend > .input-group-text,
html[theme=generic] .input-group-sm > .input-group-append > .input-group-text,
html[theme=generic] .input-group-sm > .input-group-prepend > .btn,
html[theme=generic] .input-group-sm > .input-group-append > .btn, html[theme=generic] html[theme=autraq] .input-group-sm > .form-control {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0rem;
}
html[theme=generic] select.form-control-sm:not([size]):not([multiple]), html[theme=generic] .input-group-sm > select.form-control:not([size]):not([multiple]),
html[theme=generic] .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
html[theme=generic] .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
html[theme=generic] .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
html[theme=generic] .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), html[theme=generic] html[theme=autraq] .input-group-sm > select.form-control:not([size]):not([multiple]) {
  height: calc(1.68125rem + 2px);
}
html[theme=generic] .form-control-lg, html[theme=generic] .input-group-lg > .form-control,
html[theme=generic] .input-group-lg > .input-group-prepend > .input-group-text,
html[theme=generic] .input-group-lg > .input-group-append > .input-group-text,
html[theme=generic] .input-group-lg > .input-group-prepend > .btn,
html[theme=generic] .input-group-lg > .input-group-append > .btn, html[theme=generic] html[theme=autraq] .input-group-lg > .form-control {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0rem;
}
html[theme=generic] select.form-control-lg:not([size]):not([multiple]), html[theme=generic] .input-group-lg > select.form-control:not([size]):not([multiple]),
html[theme=generic] .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
html[theme=generic] .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
html[theme=generic] .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
html[theme=generic] .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), html[theme=generic] html[theme=autraq] .input-group-lg > select.form-control:not([size]):not([multiple]) {
  height: calc(2.6875rem + 2px);
}
html[theme=generic] .form-group {
  margin-bottom: 1rem;
}
html[theme=generic] .form-text {
  display: block;
  margin-top: 0.25rem;
}
html[theme=generic] .form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
html[theme=generic] .form-row > .col,
html[theme=generic] .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
html[theme=generic] .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
html[theme=generic] .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
html[theme=generic] .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
html[theme=generic] .form-check-label {
  margin-bottom: 0;
}
html[theme=generic] .form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
html[theme=generic] .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
html[theme=generic] .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #375863;
}
html[theme=generic] .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(55, 88, 99, 0.8);
  border-radius: 0.2rem;
}
.was-validated html[theme=generic] .form-control:valid, html[theme=generic] .form-control.is-valid,
.was-validated html[theme=generic] .custom-select:valid,
html[theme=generic] .custom-select.is-valid {
  border-color: #375863;
}
.was-validated html[theme=generic] .form-control:valid:focus, html[theme=generic] .form-control.is-valid:focus,
.was-validated html[theme=generic] .custom-select:valid:focus,
html[theme=generic] .custom-select.is-valid:focus {
  border-color: #375863;
  box-shadow: 0 0 0 0.2rem rgba(55, 88, 99, 0.25);
}
.was-validated html[theme=generic] .form-control:valid ~ .valid-feedback,
.was-validated html[theme=generic] .form-control:valid ~ .valid-tooltip, html[theme=generic] .form-control.is-valid ~ .valid-feedback,
html[theme=generic] .form-control.is-valid ~ .valid-tooltip,
.was-validated html[theme=generic] .custom-select:valid ~ .valid-feedback,
.was-validated html[theme=generic] .custom-select:valid ~ .valid-tooltip,
html[theme=generic] .custom-select.is-valid ~ .valid-feedback,
html[theme=generic] .custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated html[theme=generic] .form-check-input:valid ~ .form-check-label, html[theme=generic] .form-check-input.is-valid ~ .form-check-label {
  color: #375863;
}
.was-validated html[theme=generic] .form-check-input:valid ~ .valid-feedback,
.was-validated html[theme=generic] .form-check-input:valid ~ .valid-tooltip, html[theme=generic] .form-check-input.is-valid ~ .valid-feedback,
html[theme=generic] .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated html[theme=generic] .custom-control-input:valid ~ .custom-control-label, html[theme=generic] .custom-control-input.is-valid ~ .custom-control-label {
  color: #375863;
}
.was-validated html[theme=generic] .custom-control-input:valid ~ .custom-control-label::before, html[theme=generic] .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #6c9dad;
}
.was-validated html[theme=generic] .custom-control-input:valid ~ .valid-feedback,
.was-validated html[theme=generic] .custom-control-input:valid ~ .valid-tooltip, html[theme=generic] .custom-control-input.is-valid ~ .valid-feedback,
html[theme=generic] .custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated html[theme=generic] .custom-control-input:valid:checked ~ .custom-control-label::before, html[theme=generic] .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #497584;
}
.was-validated html[theme=generic] .custom-control-input:valid:focus ~ .custom-control-label::before, html[theme=generic] .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(55, 88, 99, 0.25);
}
.was-validated html[theme=generic] .custom-file-input:valid ~ .custom-file-label, html[theme=generic] .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #375863;
}
.was-validated html[theme=generic] .custom-file-input:valid ~ .custom-file-label::before, html[theme=generic] .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated html[theme=generic] .custom-file-input:valid ~ .valid-feedback,
.was-validated html[theme=generic] .custom-file-input:valid ~ .valid-tooltip, html[theme=generic] .custom-file-input.is-valid ~ .valid-feedback,
html[theme=generic] .custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated html[theme=generic] .custom-file-input:valid:focus ~ .custom-file-label, html[theme=generic] .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(55, 88, 99, 0.25);
}
html[theme=generic] .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
html[theme=generic] .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}
.was-validated html[theme=generic] .form-control:invalid, html[theme=generic] .form-control.is-invalid,
.was-validated html[theme=generic] .custom-select:invalid,
html[theme=generic] .custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated html[theme=generic] .form-control:invalid:focus, html[theme=generic] .form-control.is-invalid:focus,
.was-validated html[theme=generic] .custom-select:invalid:focus,
html[theme=generic] .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated html[theme=generic] .form-control:invalid ~ .invalid-feedback,
.was-validated html[theme=generic] .form-control:invalid ~ .invalid-tooltip, html[theme=generic] .form-control.is-invalid ~ .invalid-feedback,
html[theme=generic] .form-control.is-invalid ~ .invalid-tooltip,
.was-validated html[theme=generic] .custom-select:invalid ~ .invalid-feedback,
.was-validated html[theme=generic] .custom-select:invalid ~ .invalid-tooltip,
html[theme=generic] .custom-select.is-invalid ~ .invalid-feedback,
html[theme=generic] .custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated html[theme=generic] .form-check-input:invalid ~ .form-check-label, html[theme=generic] .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated html[theme=generic] .form-check-input:invalid ~ .invalid-feedback,
.was-validated html[theme=generic] .form-check-input:invalid ~ .invalid-tooltip, html[theme=generic] .form-check-input.is-invalid ~ .invalid-feedback,
html[theme=generic] .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated html[theme=generic] .custom-control-input:invalid ~ .custom-control-label, html[theme=generic] .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated html[theme=generic] .custom-control-input:invalid ~ .custom-control-label::before, html[theme=generic] .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated html[theme=generic] .custom-control-input:invalid ~ .invalid-feedback,
.was-validated html[theme=generic] .custom-control-input:invalid ~ .invalid-tooltip, html[theme=generic] .custom-control-input.is-invalid ~ .invalid-feedback,
html[theme=generic] .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated html[theme=generic] .custom-control-input:invalid:checked ~ .custom-control-label::before, html[theme=generic] .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated html[theme=generic] .custom-control-input:invalid:focus ~ .custom-control-label::before, html[theme=generic] .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated html[theme=generic] .custom-file-input:invalid ~ .custom-file-label, html[theme=generic] .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated html[theme=generic] .custom-file-input:invalid ~ .custom-file-label::before, html[theme=generic] .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated html[theme=generic] .custom-file-input:invalid ~ .invalid-feedback,
.was-validated html[theme=generic] .custom-file-input:invalid ~ .invalid-tooltip, html[theme=generic] .custom-file-input.is-invalid ~ .invalid-feedback,
html[theme=generic] .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated html[theme=generic] .custom-file-input:invalid:focus ~ .custom-file-label, html[theme=generic] .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
html[theme=generic] .form-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
}
html[theme=generic] .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  html[theme=generic] .form-inline label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  html[theme=generic] .form-inline .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  html[theme=generic] .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  html[theme=generic] .form-inline .form-control-plaintext {
    display: inline-block;
  }
  html[theme=generic] .form-inline .input-group {
    width: auto;
  }
  html[theme=generic] .form-inline .form-check {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  html[theme=generic] .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  html[theme=generic] .form-inline .custom-control {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  html[theme=generic] .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
html[theme=generic] .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
html[theme=generic] .btn:hover, html[theme=generic] .btn:focus {
  text-decoration: none;
}
html[theme=generic] .btn:focus, html[theme=generic] .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.25);
}
html[theme=generic] .btn.disabled, html[theme=generic] .btn:disabled {
  opacity: 0.65;
}
html[theme=generic] .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
html[theme=generic] .btn:not(:disabled):not(.disabled):active, html[theme=generic] .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
html[theme=generic] a.btn.disabled,
html[theme=generic] fieldset:disabled a.btn {
  pointer-events: none;
}
html[theme=generic] .btn-primary {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
html[theme=generic] .btn-primary:hover {
  color: #fff;
  background-color: #1ba87e;
  border-color: #199d76;
}
html[theme=generic] .btn-primary:focus, html[theme=generic] .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}
html[theme=generic] .btn-primary.disabled, html[theme=generic] .btn-primary:disabled {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
html[theme=generic] .btn-primary:not(:disabled):not(.disabled):active, html[theme=generic] .btn-primary:not(:disabled):not(.disabled).active, .show > html[theme=generic] .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #199d76;
  border-color: #17926e;
}
html[theme=generic] .btn-primary:not(:disabled):not(.disabled):active:focus, html[theme=generic] .btn-primary:not(:disabled):not(.disabled).active:focus, .show > html[theme=generic] .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}
html[theme=generic] .btn-secondary {
  color: #fff;
  background-color: #0FC0FC;
  border-color: #0FC0FC;
}
html[theme=generic] .btn-secondary:hover {
  color: #fff;
  background-color: #03a9e2;
  border-color: #03a0d5;
}
html[theme=generic] .btn-secondary:focus, html[theme=generic] .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 192, 252, 0.5);
}
html[theme=generic] .btn-secondary.disabled, html[theme=generic] .btn-secondary:disabled {
  color: #fff;
  background-color: #0FC0FC;
  border-color: #0FC0FC;
}
html[theme=generic] .btn-secondary:not(:disabled):not(.disabled):active, html[theme=generic] .btn-secondary:not(:disabled):not(.disabled).active, .show > html[theme=generic] .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #03a0d5;
  border-color: #0397c9;
}
html[theme=generic] .btn-secondary:not(:disabled):not(.disabled):active:focus, html[theme=generic] .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > html[theme=generic] .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 192, 252, 0.5);
}
html[theme=generic] .btn-success {
  color: #fff;
  background-color: #375863;
  border-color: #375863;
}
html[theme=generic] .btn-success:hover {
  color: #fff;
  background-color: #29424a;
  border-color: #253b42;
}
html[theme=generic] .btn-success:focus, html[theme=generic] .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 88, 99, 0.5);
}
html[theme=generic] .btn-success.disabled, html[theme=generic] .btn-success:disabled {
  color: #fff;
  background-color: #375863;
  border-color: #375863;
}
html[theme=generic] .btn-success:not(:disabled):not(.disabled):active, html[theme=generic] .btn-success:not(:disabled):not(.disabled).active, .show > html[theme=generic] .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #253b42;
  border-color: #20343a;
}
html[theme=generic] .btn-success:not(:disabled):not(.disabled):active:focus, html[theme=generic] .btn-success:not(:disabled):not(.disabled).active:focus, .show > html[theme=generic] .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 88, 99, 0.5);
}
html[theme=generic] .btn-info {
  color: #fff;
  background-color: #D05E55;
  border-color: #D05E55;
}
html[theme=generic] .btn-info:hover {
  color: #fff;
  background-color: #c84237;
  border-color: #be3e34;
}
html[theme=generic] .btn-info:focus, html[theme=generic] .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 94, 85, 0.5);
}
html[theme=generic] .btn-info.disabled, html[theme=generic] .btn-info:disabled {
  color: #fff;
  background-color: #D05E55;
  border-color: #D05E55;
}
html[theme=generic] .btn-info:not(:disabled):not(.disabled):active, html[theme=generic] .btn-info:not(:disabled):not(.disabled).active, .show > html[theme=generic] .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #be3e34;
  border-color: #b43b32;
}
html[theme=generic] .btn-info:not(:disabled):not(.disabled):active:focus, html[theme=generic] .btn-info:not(:disabled):not(.disabled).active:focus, .show > html[theme=generic] .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 94, 85, 0.5);
}
html[theme=generic] .btn-warning {
  color: #fff;
  background-color: #B20B36;
  border-color: #B20B36;
}
html[theme=generic] .btn-warning:hover {
  color: #fff;
  background-color: #8e092b;
  border-color: #820827;
}
html[theme=generic] .btn-warning:focus, html[theme=generic] .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 11, 54, 0.5);
}
html[theme=generic] .btn-warning.disabled, html[theme=generic] .btn-warning:disabled {
  color: #fff;
  background-color: #B20B36;
  border-color: #B20B36;
}
html[theme=generic] .btn-warning:not(:disabled):not(.disabled):active, html[theme=generic] .btn-warning:not(:disabled):not(.disabled).active, .show > html[theme=generic] .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #820827;
  border-color: #760724;
}
html[theme=generic] .btn-warning:not(:disabled):not(.disabled):active:focus, html[theme=generic] .btn-warning:not(:disabled):not(.disabled).active:focus, .show > html[theme=generic] .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 11, 54, 0.5);
}
html[theme=generic] .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
html[theme=generic] .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
html[theme=generic] .btn-danger:focus, html[theme=generic] .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
html[theme=generic] .btn-danger.disabled, html[theme=generic] .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
html[theme=generic] .btn-danger:not(:disabled):not(.disabled):active, html[theme=generic] .btn-danger:not(:disabled):not(.disabled).active, .show > html[theme=generic] .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
html[theme=generic] .btn-danger:not(:disabled):not(.disabled):active:focus, html[theme=generic] .btn-danger:not(:disabled):not(.disabled).active:focus, .show > html[theme=generic] .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
html[theme=generic] .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
html[theme=generic] .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
html[theme=generic] .btn-light:focus, html[theme=generic] .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
html[theme=generic] .btn-light.disabled, html[theme=generic] .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
html[theme=generic] .btn-light:not(:disabled):not(.disabled):active, html[theme=generic] .btn-light:not(:disabled):not(.disabled).active, .show > html[theme=generic] .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
html[theme=generic] .btn-light:not(:disabled):not(.disabled):active:focus, html[theme=generic] .btn-light:not(:disabled):not(.disabled).active:focus, .show > html[theme=generic] .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
html[theme=generic] .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
html[theme=generic] .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
html[theme=generic] .btn-dark:focus, html[theme=generic] .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
html[theme=generic] .btn-dark.disabled, html[theme=generic] .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
html[theme=generic] .btn-dark:not(:disabled):not(.disabled):active, html[theme=generic] .btn-dark:not(:disabled):not(.disabled).active, .show > html[theme=generic] .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
html[theme=generic] .btn-dark:not(:disabled):not(.disabled):active:focus, html[theme=generic] .btn-dark:not(:disabled):not(.disabled).active:focus, .show > html[theme=generic] .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
html[theme=generic] .btn-outline-primary {
  color: #20c997;
  background-color: transparent;
  background-image: none;
  border-color: #20c997;
}
html[theme=generic] .btn-outline-primary:hover {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
html[theme=generic] .btn-outline-primary:focus, html[theme=generic] .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}
html[theme=generic] .btn-outline-primary.disabled, html[theme=generic] .btn-outline-primary:disabled {
  color: #20c997;
  background-color: transparent;
}
html[theme=generic] .btn-outline-primary:not(:disabled):not(.disabled):active, html[theme=generic] .btn-outline-primary:not(:disabled):not(.disabled).active, .show > html[theme=generic] .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
html[theme=generic] .btn-outline-primary:not(:disabled):not(.disabled):active:focus, html[theme=generic] .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > html[theme=generic] .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.5);
}
html[theme=generic] .btn-outline-secondary {
  color: #0FC0FC;
  background-color: transparent;
  background-image: none;
  border-color: #0FC0FC;
}
html[theme=generic] .btn-outline-secondary:hover {
  color: #fff;
  background-color: #0FC0FC;
  border-color: #0FC0FC;
}
html[theme=generic] .btn-outline-secondary:focus, html[theme=generic] .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 192, 252, 0.5);
}
html[theme=generic] .btn-outline-secondary.disabled, html[theme=generic] .btn-outline-secondary:disabled {
  color: #0FC0FC;
  background-color: transparent;
}
html[theme=generic] .btn-outline-secondary:not(:disabled):not(.disabled):active, html[theme=generic] .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > html[theme=generic] .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0FC0FC;
  border-color: #0FC0FC;
}
html[theme=generic] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, html[theme=generic] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > html[theme=generic] .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 192, 252, 0.5);
}
html[theme=generic] .btn-outline-success {
  color: #375863;
  background-color: transparent;
  background-image: none;
  border-color: #375863;
}
html[theme=generic] .btn-outline-success:hover {
  color: #fff;
  background-color: #375863;
  border-color: #375863;
}
html[theme=generic] .btn-outline-success:focus, html[theme=generic] .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 88, 99, 0.5);
}
html[theme=generic] .btn-outline-success.disabled, html[theme=generic] .btn-outline-success:disabled {
  color: #375863;
  background-color: transparent;
}
html[theme=generic] .btn-outline-success:not(:disabled):not(.disabled):active, html[theme=generic] .btn-outline-success:not(:disabled):not(.disabled).active, .show > html[theme=generic] .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #375863;
  border-color: #375863;
}
html[theme=generic] .btn-outline-success:not(:disabled):not(.disabled):active:focus, html[theme=generic] .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > html[theme=generic] .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 88, 99, 0.5);
}
html[theme=generic] .btn-outline-info {
  color: #D05E55;
  background-color: transparent;
  background-image: none;
  border-color: #D05E55;
}
html[theme=generic] .btn-outline-info:hover {
  color: #fff;
  background-color: #D05E55;
  border-color: #D05E55;
}
html[theme=generic] .btn-outline-info:focus, html[theme=generic] .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 94, 85, 0.5);
}
html[theme=generic] .btn-outline-info.disabled, html[theme=generic] .btn-outline-info:disabled {
  color: #D05E55;
  background-color: transparent;
}
html[theme=generic] .btn-outline-info:not(:disabled):not(.disabled):active, html[theme=generic] .btn-outline-info:not(:disabled):not(.disabled).active, .show > html[theme=generic] .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #D05E55;
  border-color: #D05E55;
}
html[theme=generic] .btn-outline-info:not(:disabled):not(.disabled):active:focus, html[theme=generic] .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > html[theme=generic] .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 94, 85, 0.5);
}
html[theme=generic] .btn-outline-warning {
  color: #B20B36;
  background-color: transparent;
  background-image: none;
  border-color: #B20B36;
}
html[theme=generic] .btn-outline-warning:hover {
  color: #fff;
  background-color: #B20B36;
  border-color: #B20B36;
}
html[theme=generic] .btn-outline-warning:focus, html[theme=generic] .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 11, 54, 0.5);
}
html[theme=generic] .btn-outline-warning.disabled, html[theme=generic] .btn-outline-warning:disabled {
  color: #B20B36;
  background-color: transparent;
}
html[theme=generic] .btn-outline-warning:not(:disabled):not(.disabled):active, html[theme=generic] .btn-outline-warning:not(:disabled):not(.disabled).active, .show > html[theme=generic] .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #B20B36;
  border-color: #B20B36;
}
html[theme=generic] .btn-outline-warning:not(:disabled):not(.disabled):active:focus, html[theme=generic] .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > html[theme=generic] .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 11, 54, 0.5);
}
html[theme=generic] .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
html[theme=generic] .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
html[theme=generic] .btn-outline-danger:focus, html[theme=generic] .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
html[theme=generic] .btn-outline-danger.disabled, html[theme=generic] .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
html[theme=generic] .btn-outline-danger:not(:disabled):not(.disabled):active, html[theme=generic] .btn-outline-danger:not(:disabled):not(.disabled).active, .show > html[theme=generic] .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
html[theme=generic] .btn-outline-danger:not(:disabled):not(.disabled):active:focus, html[theme=generic] .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > html[theme=generic] .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
html[theme=generic] .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
html[theme=generic] .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
html[theme=generic] .btn-outline-light:focus, html[theme=generic] .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
html[theme=generic] .btn-outline-light.disabled, html[theme=generic] .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
html[theme=generic] .btn-outline-light:not(:disabled):not(.disabled):active, html[theme=generic] .btn-outline-light:not(:disabled):not(.disabled).active, .show > html[theme=generic] .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
html[theme=generic] .btn-outline-light:not(:disabled):not(.disabled):active:focus, html[theme=generic] .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > html[theme=generic] .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
html[theme=generic] .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
html[theme=generic] .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
html[theme=generic] .btn-outline-dark:focus, html[theme=generic] .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
html[theme=generic] .btn-outline-dark.disabled, html[theme=generic] .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
html[theme=generic] .btn-outline-dark:not(:disabled):not(.disabled):active, html[theme=generic] .btn-outline-dark:not(:disabled):not(.disabled).active, .show > html[theme=generic] .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
html[theme=generic] .btn-outline-dark:not(:disabled):not(.disabled):active:focus, html[theme=generic] .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > html[theme=generic] .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
html[theme=generic] .btn-link {
  font-weight: 400;
  color: #20c997;
  background-color: transparent;
}
html[theme=generic] .btn-link:hover {
  color: #158765;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
html[theme=generic] .btn-link:focus, html[theme=generic] .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
html[theme=generic] .btn-link:disabled, html[theme=generic] .btn-link.disabled {
  color: #6c757d;
}
html[theme=generic] .btn-lg, html[theme=generic] .btn-group-lg > .btn, html[theme=generic] html[theme=autraq] .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
html[theme=generic] .btn-sm, html[theme=generic] .btn-group-sm > .btn, html[theme=generic] html[theme=autraq] .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
html[theme=generic] .btn-block {
  display: block;
  width: 100%;
}
html[theme=generic] .btn-block + .btn-block {
  margin-top: 0.5rem;
}
html[theme=generic] input[type=submit].btn-block,
html[theme=generic] input[type=reset].btn-block,
html[theme=generic] input[type=button].btn-block {
  width: 100%;
}
html[theme=generic] .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
html[theme=generic] .fade.show {
  opacity: 1;
}
html[theme=generic] .collapse {
  display: none;
}
html[theme=generic] .collapse.show {
  display: block;
}
html[theme=generic] tr.collapse.show {
  display: table-row;
}
html[theme=generic] tbody.collapse.show {
  display: table-row-group;
}
html[theme=generic] .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
html[theme=generic] .dropup,
html[theme=generic] .dropdown {
  position: relative;
}
html[theme=generic] .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
html[theme=generic] .dropdown-toggle:empty::after {
  margin-left: 0;
}
html[theme=generic] .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
}
html[theme=generic] .dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
html[theme=generic] .dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
html[theme=generic] .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
html[theme=generic] .dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
html[theme=generic] .dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
html[theme=generic] .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
html[theme=generic] .dropright .dropdown-toggle::after {
  vertical-align: 0;
}
html[theme=generic] .dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
html[theme=generic] .dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
html[theme=generic] .dropleft .dropdown-toggle::after {
  display: none;
}
html[theme=generic] .dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
html[theme=generic] .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
html[theme=generic] .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
html[theme=generic] .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
html[theme=generic] .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
html[theme=generic] .dropdown-item:hover, html[theme=generic] .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
html[theme=generic] .dropdown-item.active, html[theme=generic] .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #20c997;
}
html[theme=generic] .dropdown-item.disabled, html[theme=generic] .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
html[theme=generic] .dropdown-menu.show {
  display: block;
}
html[theme=generic] .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #6c757d;
  white-space: nowrap;
}
html[theme=generic] .btn-group,
html[theme=generic] .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}
html[theme=generic] .btn-group > .btn,
html[theme=generic] .btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
}
html[theme=generic] .btn-group > .btn:hover,
html[theme=generic] .btn-group-vertical > .btn:hover {
  z-index: 1;
}
html[theme=generic] .btn-group > .btn:focus, html[theme=generic] .btn-group > .btn:active, html[theme=generic] .btn-group > .btn.active,
html[theme=generic] .btn-group-vertical > .btn:focus,
html[theme=generic] .btn-group-vertical > .btn:active,
html[theme=generic] .btn-group-vertical > .btn.active {
  z-index: 1;
}
html[theme=generic] .btn-group .btn + .btn,
html[theme=generic] .btn-group .btn + .btn-group,
html[theme=generic] .btn-group .btn-group + .btn,
html[theme=generic] .btn-group .btn-group + .btn-group,
html[theme=generic] .btn-group-vertical .btn + .btn,
html[theme=generic] .btn-group-vertical .btn + .btn-group,
html[theme=generic] .btn-group-vertical .btn-group + .btn,
html[theme=generic] .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
html[theme=generic] .btn-toolbar {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
html[theme=generic] .btn-toolbar .input-group {
  width: auto;
}
html[theme=generic] .btn-group > .btn:first-child {
  margin-left: 0;
}
html[theme=generic] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
html[theme=generic] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[theme=generic] .btn-group > .btn:not(:first-child),
html[theme=generic] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[theme=generic] .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
html[theme=generic] .dropdown-toggle-split::after {
  margin-left: 0;
}
html[theme=generic] .btn-sm + .dropdown-toggle-split, html[theme=generic] .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
html[theme=generic] .btn-lg + .dropdown-toggle-split, html[theme=generic] .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
html[theme=generic] .btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}
html[theme=generic] .btn-group-vertical .btn,
html[theme=generic] .btn-group-vertical .btn-group {
  width: 100%;
}
html[theme=generic] .btn-group-vertical > .btn + .btn,
html[theme=generic] .btn-group-vertical > .btn + .btn-group,
html[theme=generic] .btn-group-vertical > .btn-group + .btn,
html[theme=generic] .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
html[theme=generic] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
html[theme=generic] .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
html[theme=generic] .btn-group-vertical > .btn:not(:first-child),
html[theme=generic] .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html[theme=generic] .btn-group-toggle > .btn,
html[theme=generic] .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
html[theme=generic] .btn-group-toggle > .btn input[type=radio],
html[theme=generic] .btn-group-toggle > .btn input[type=checkbox],
html[theme=generic] .btn-group-toggle > .btn-group > .btn input[type=radio],
html[theme=generic] .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
html[theme=generic] .input-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}
html[theme=generic] .input-group > .form-control,
html[theme=generic] .input-group > .custom-select,
html[theme=generic] .input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
html[theme=generic] .input-group > .form-control:focus,
html[theme=generic] .input-group > .custom-select:focus,
html[theme=generic] .input-group > .custom-file:focus {
  z-index: 3;
}
html[theme=generic] .input-group > .form-control + .form-control,
html[theme=generic] .input-group > .form-control + .custom-select,
html[theme=generic] .input-group > .form-control + .custom-file,
html[theme=generic] .input-group > .custom-select + .form-control,
html[theme=generic] .input-group > .custom-select + .custom-select,
html[theme=generic] .input-group > .custom-select + .custom-file,
html[theme=generic] .input-group > .custom-file + .form-control,
html[theme=generic] .input-group > .custom-file + .custom-select,
html[theme=generic] .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
html[theme=generic] .input-group > .form-control:not(:last-child),
html[theme=generic] .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[theme=generic] .input-group > .form-control:not(:first-child),
html[theme=generic] .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[theme=generic] .input-group > .custom-file {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
html[theme=generic] .input-group > .custom-file:not(:last-child) .custom-file-label, html[theme=generic] .input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[theme=generic] .input-group > .custom-file:not(:first-child) .custom-file-label, html[theme=generic] .input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[theme=generic] .input-group-prepend,
html[theme=generic] .input-group-append {
  display: -webkit-box;
  display: flex;
}
html[theme=generic] .input-group-prepend .btn,
html[theme=generic] .input-group-append .btn {
  position: relative;
  z-index: 2;
}
html[theme=generic] .input-group-prepend .btn + .btn,
html[theme=generic] .input-group-prepend .btn + .input-group-text,
html[theme=generic] .input-group-prepend .input-group-text + .input-group-text,
html[theme=generic] .input-group-prepend .input-group-text + .btn,
html[theme=generic] .input-group-append .btn + .btn,
html[theme=generic] .input-group-append .btn + .input-group-text,
html[theme=generic] .input-group-append .input-group-text + .input-group-text,
html[theme=generic] .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
html[theme=generic] .input-group-prepend {
  margin-right: -1px;
}
html[theme=generic] .input-group-append {
  margin-left: -1px;
}
html[theme=generic] .input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0rem;
}
html[theme=generic] .input-group-text input[type=radio],
html[theme=generic] .input-group-text input[type=checkbox] {
  margin-top: 0;
}
html[theme=generic] .input-group > .input-group-prepend > .btn,
html[theme=generic] .input-group > .input-group-prepend > .input-group-text,
html[theme=generic] .input-group > .input-group-append:not(:last-child) > .btn,
html[theme=generic] .input-group > .input-group-append:not(:last-child) > .input-group-text,
html[theme=generic] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
html[theme=generic] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
html[theme=generic] .input-group > .input-group-append > .btn,
html[theme=generic] .input-group > .input-group-append > .input-group-text,
html[theme=generic] .input-group > .input-group-prepend:not(:first-child) > .btn,
html[theme=generic] .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
html[theme=generic] .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
html[theme=generic] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
html[theme=generic] .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
html[theme=generic] .custom-control-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}
html[theme=generic] .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
html[theme=generic] .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #20c997;
}
html[theme=generic] .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(32, 201, 151, 0.25);
}
html[theme=generic] .custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #aaf1dc;
}
html[theme=generic] .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
html[theme=generic] .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
html[theme=generic] .custom-control-label {
  margin-bottom: 0;
}
html[theme=generic] .custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
html[theme=generic] .custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
html[theme=generic] .custom-checkbox .custom-control-label::before {
  border-radius: 0rem;
}
html[theme=generic] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #20c997;
}
html[theme=generic] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
html[theme=generic] .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #20c997;
}
html[theme=generic] .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
html[theme=generic] .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 201, 151, 0.5);
}
html[theme=generic] .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(32, 201, 151, 0.5);
}
html[theme=generic] .custom-radio .custom-control-label::before {
  border-radius: 50%;
}
html[theme=generic] .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #20c997;
}
html[theme=generic] .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
html[theme=generic] .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 201, 151, 0.5);
}
html[theme=generic] .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.1rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
html[theme=generic] .custom-select:focus {
  border-color: #7eeaca;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(126, 234, 202, 0.5);
}
html[theme=generic] .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
html[theme=generic] .custom-select[multiple], html[theme=generic] .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
html[theme=generic] .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
html[theme=generic] .custom-select::-ms-expand {
  opacity: 0;
}
html[theme=generic] .custom-select-sm {
  height: calc(1.68125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
html[theme=generic] .custom-select-lg {
  height: calc(2.6875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
html[theme=generic] .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.1rem + 2px);
  margin-bottom: 0;
}
html[theme=generic] .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.1rem + 2px);
  margin: 0;
  opacity: 0;
}
html[theme=generic] .custom-file-input:focus ~ .custom-file-control {
  border-color: #7eeaca;
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.25);
}
html[theme=generic] .custom-file-input:focus ~ .custom-file-control::before {
  border-color: #7eeaca;
}
html[theme=generic] .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
html[theme=generic] .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.1rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0rem;
}
html[theme=generic] .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.1rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0rem 0rem 0;
}
html[theme=generic] .nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
html[theme=generic] .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
html[theme=generic] .nav-link:hover, html[theme=generic] .nav-link:focus {
  text-decoration: none;
}
html[theme=generic] .nav-link.disabled {
  color: #6c757d;
}
html[theme=generic] .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
html[theme=generic] .nav-tabs .nav-item {
  margin-bottom: -1px;
}
html[theme=generic] .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
html[theme=generic] .nav-tabs .nav-link:hover, html[theme=generic] .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
html[theme=generic] .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
html[theme=generic] .nav-tabs .nav-link.active,
html[theme=generic] .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: white;
  border-color: #dee2e6 #dee2e6 white;
}
html[theme=generic] .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
html[theme=generic] .nav-pills .nav-link {
  border-radius: 0rem;
}
html[theme=generic] .nav-pills .nav-link.active,
html[theme=generic] .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #20c997;
}
html[theme=generic] .nav-fill .nav-item {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center;
}
html[theme=generic] .nav-justified .nav-item {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}
html[theme=generic] .tab-content > .tab-pane {
  display: none;
}
html[theme=generic] .tab-content > .active {
  display: block;
}
html[theme=generic] .navbar {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
html[theme=generic] .navbar > .container,
html[theme=generic] .navbar > .container-fluid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
html[theme=generic] .navbar-brand {
  display: inline-block;
  padding-top: 0.33125rem;
  padding-bottom: 0.33125rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
html[theme=generic] .navbar-brand:hover, html[theme=generic] .navbar-brand:focus {
  text-decoration: none;
}
html[theme=generic] .navbar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
html[theme=generic] .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
html[theme=generic] .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
html[theme=generic] .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
html[theme=generic] .navbar-collapse {
  flex-basis: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
          align-items: center;
}
html[theme=generic] .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
html[theme=generic] .navbar-toggler:hover, html[theme=generic] .navbar-toggler:focus {
  text-decoration: none;
}
html[theme=generic] .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
html[theme=generic] .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 379.98px) {
  html[theme=generic] .navbar-expand-xsm > .container,
html[theme=generic] .navbar-expand-xsm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 380px) {
  html[theme=generic] .navbar-expand-xsm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  html[theme=generic] .navbar-expand-xsm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  html[theme=generic] .navbar-expand-xsm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[theme=generic] .navbar-expand-xsm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  html[theme=generic] .navbar-expand-xsm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[theme=generic] .navbar-expand-xsm > .container,
html[theme=generic] .navbar-expand-xsm > .container-fluid {
    flex-wrap: nowrap;
  }
  html[theme=generic] .navbar-expand-xsm .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  html[theme=generic] .navbar-expand-xsm .navbar-toggler {
    display: none;
  }
  html[theme=generic] .navbar-expand-xsm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 575.98px) {
  html[theme=generic] .navbar-expand-sm > .container,
html[theme=generic] .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  html[theme=generic] .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  html[theme=generic] .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  html[theme=generic] .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[theme=generic] .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  html[theme=generic] .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[theme=generic] .navbar-expand-sm > .container,
html[theme=generic] .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  html[theme=generic] .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  html[theme=generic] .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  html[theme=generic] .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  html[theme=generic] .navbar-expand-md > .container,
html[theme=generic] .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  html[theme=generic] .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  html[theme=generic] .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  html[theme=generic] .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[theme=generic] .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  html[theme=generic] .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[theme=generic] .navbar-expand-md > .container,
html[theme=generic] .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  html[theme=generic] .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  html[theme=generic] .navbar-expand-md .navbar-toggler {
    display: none;
  }
  html[theme=generic] .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 991.98px) {
  html[theme=generic] .navbar-expand-lg > .container,
html[theme=generic] .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  html[theme=generic] .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  html[theme=generic] .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  html[theme=generic] .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[theme=generic] .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  html[theme=generic] .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[theme=generic] .navbar-expand-lg > .container,
html[theme=generic] .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  html[theme=generic] .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  html[theme=generic] .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  html[theme=generic] .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
@media (max-width: 1199.98px) {
  html[theme=generic] .navbar-expand-xl > .container,
html[theme=generic] .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  html[theme=generic] .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  html[theme=generic] .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  html[theme=generic] .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  html[theme=generic] .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  html[theme=generic] .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  html[theme=generic] .navbar-expand-xl > .container,
html[theme=generic] .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  html[theme=generic] .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  html[theme=generic] .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  html[theme=generic] .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}
html[theme=generic] .navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
html[theme=generic] .navbar-expand > .container,
html[theme=generic] .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
html[theme=generic] .navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
html[theme=generic] .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
html[theme=generic] .navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
html[theme=generic] .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
html[theme=generic] .navbar-expand > .container,
html[theme=generic] .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
html[theme=generic] .navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: flex !important;
  flex-basis: auto;
}
html[theme=generic] .navbar-expand .navbar-toggler {
  display: none;
}
html[theme=generic] .navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
html[theme=generic] .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
html[theme=generic] .navbar-light .navbar-brand:hover, html[theme=generic] .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
html[theme=generic] .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
html[theme=generic] .navbar-light .navbar-nav .nav-link:hover, html[theme=generic] .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
html[theme=generic] .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
html[theme=generic] .navbar-light .navbar-nav .show > .nav-link,
html[theme=generic] .navbar-light .navbar-nav .active > .nav-link,
html[theme=generic] .navbar-light .navbar-nav .nav-link.show,
html[theme=generic] .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
html[theme=generic] .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
html[theme=generic] .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
html[theme=generic] .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
html[theme=generic] .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
html[theme=generic] .navbar-light .navbar-text a:hover, html[theme=generic] .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
html[theme=generic] .navbar-dark .navbar-brand {
  color: #fff;
}
html[theme=generic] .navbar-dark .navbar-brand:hover, html[theme=generic] .navbar-dark .navbar-brand:focus {
  color: #fff;
}
html[theme=generic] .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
html[theme=generic] .navbar-dark .navbar-nav .nav-link:hover, html[theme=generic] .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
html[theme=generic] .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
html[theme=generic] .navbar-dark .navbar-nav .show > .nav-link,
html[theme=generic] .navbar-dark .navbar-nav .active > .nav-link,
html[theme=generic] .navbar-dark .navbar-nav .nav-link.show,
html[theme=generic] .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
html[theme=generic] .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
html[theme=generic] .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
html[theme=generic] .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
html[theme=generic] .navbar-dark .navbar-text a {
  color: #fff;
}
html[theme=generic] .navbar-dark .navbar-text a:hover, html[theme=generic] .navbar-dark .navbar-text a:focus {
  color: #fff;
}
html[theme=generic] .card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0rem;
}
html[theme=generic] .card > hr {
  margin-right: 0;
  margin-left: 0;
}
html[theme=generic] .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
html[theme=generic] .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
html[theme=generic] .card-body {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.25rem;
}
html[theme=generic] .card-title {
  margin-bottom: 0.75rem;
}
html[theme=generic] .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
html[theme=generic] .card-text:last-child {
  margin-bottom: 0;
}
html[theme=generic] .card-link:hover {
  text-decoration: none;
}
html[theme=generic] .card-link + .card-link {
  margin-left: 1.25rem;
}
html[theme=generic] .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
html[theme=generic] .card-header:first-child {
  border-radius: calc(0rem - 1px) calc(0rem - 1px) 0 0;
}
html[theme=generic] .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
html[theme=generic] .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
html[theme=generic] .card-footer:last-child {
  border-radius: 0 0 calc(0rem - 1px) calc(0rem - 1px);
}
html[theme=generic] .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
html[theme=generic] .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
html[theme=generic] .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
html[theme=generic] .card-img {
  width: 100%;
  border-radius: calc(0rem - 1px);
}
html[theme=generic] .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0rem - 1px);
  border-top-right-radius: calc(0rem - 1px);
}
html[theme=generic] .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0rem - 1px);
  border-bottom-left-radius: calc(0rem - 1px);
}
html[theme=generic] .card-deck {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
html[theme=generic] .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  html[theme=generic] .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  html[theme=generic] .card-deck .card {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
html[theme=generic] .card-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
html[theme=generic] .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  html[theme=generic] .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  html[theme=generic] .card-group > .card {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  html[theme=generic] .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  html[theme=generic] .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  html[theme=generic] .card-group > .card:first-child .card-img-top,
html[theme=generic] .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  html[theme=generic] .card-group > .card:first-child .card-img-bottom,
html[theme=generic] .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  html[theme=generic] .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  html[theme=generic] .card-group > .card:last-child .card-img-top,
html[theme=generic] .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  html[theme=generic] .card-group > .card:last-child .card-img-bottom,
html[theme=generic] .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  html[theme=generic] .card-group > .card:only-child {
    border-radius: 0rem;
  }
  html[theme=generic] .card-group > .card:only-child .card-img-top,
html[theme=generic] .card-group > .card:only-child .card-header {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
  }
  html[theme=generic] .card-group > .card:only-child .card-img-bottom,
html[theme=generic] .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
  }
  html[theme=generic] .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  html[theme=generic] .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
html[theme=generic] .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
html[theme=generic] .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
html[theme=generic] .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
html[theme=generic] .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  html[theme=generic] .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  html[theme=generic] .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
html[theme=generic] .breadcrumb {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0rem;
}
html[theme=generic] .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}
html[theme=generic] .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
html[theme=generic] .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
html[theme=generic] .breadcrumb-item.active {
  color: #6c757d;
}
html[theme=generic] .pagination {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0rem;
}
html[theme=generic] .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #20c997;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
html[theme=generic] .page-link:hover {
  color: #158765;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
html[theme=generic] .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.25);
}
html[theme=generic] .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
html[theme=generic] .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
html[theme=generic] .page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
html[theme=generic] .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
html[theme=generic] .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
html[theme=generic] .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
html[theme=generic] .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
html[theme=generic] .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
html[theme=generic] .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}
html[theme=generic] .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
html[theme=generic] .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
html[theme=generic] .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0rem;
}
html[theme=generic] .badge:empty {
  display: none;
}
html[theme=generic] .btn .badge {
  position: relative;
  top: -1px;
}
html[theme=generic] .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
html[theme=generic] .badge-primary {
  color: #fff;
  background-color: #20c997;
}
html[theme=generic] .badge-primary[href]:hover, html[theme=generic] .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #199d76;
}
html[theme=generic] .badge-secondary {
  color: #fff;
  background-color: #0FC0FC;
}
html[theme=generic] .badge-secondary[href]:hover, html[theme=generic] .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #03a0d5;
}
html[theme=generic] .badge-success {
  color: #fff;
  background-color: #375863;
}
html[theme=generic] .badge-success[href]:hover, html[theme=generic] .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #253b42;
}
html[theme=generic] .badge-info {
  color: #fff;
  background-color: #D05E55;
}
html[theme=generic] .badge-info[href]:hover, html[theme=generic] .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #be3e34;
}
html[theme=generic] .badge-warning {
  color: #fff;
  background-color: #B20B36;
}
html[theme=generic] .badge-warning[href]:hover, html[theme=generic] .badge-warning[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #820827;
}
html[theme=generic] .badge-danger {
  color: #fff;
  background-color: #dc3545;
}
html[theme=generic] .badge-danger[href]:hover, html[theme=generic] .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
html[theme=generic] .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
html[theme=generic] .badge-light[href]:hover, html[theme=generic] .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
html[theme=generic] .badge-dark {
  color: #fff;
  background-color: #343a40;
}
html[theme=generic] .badge-dark[href]:hover, html[theme=generic] .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
html[theme=generic] .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0rem;
}
@media (min-width: 576px) {
  html[theme=generic] .jumbotron {
    padding: 4rem 2rem;
  }
}
html[theme=generic] .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
html[theme=generic] .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0rem;
}
html[theme=generic] .alert-heading {
  color: inherit;
}
html[theme=generic] .alert-link {
  font-weight: 700;
}
html[theme=generic] .alert-dismissible {
  padding-right: 3.85rem;
}
html[theme=generic] .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
html[theme=generic] .alert-primary {
  color: #11694f;
  background-color: #d2f4ea;
  border-color: #c1f0e2;
}
html[theme=generic] .alert-primary hr {
  border-top-color: #acebd8;
}
html[theme=generic] .alert-primary .alert-link {
  color: #0a3d2e;
}
html[theme=generic] .alert-secondary {
  color: #086483;
  background-color: #cff2fe;
  border-color: #bcedfe;
}
html[theme=generic] .alert-secondary hr {
  border-top-color: #a3e6fe;
}
html[theme=generic] .alert-secondary .alert-link {
  color: #053f53;
}
html[theme=generic] .alert-success {
  color: #1d2e33;
  background-color: #d7dee0;
  border-color: #c7d0d3;
}
html[theme=generic] .alert-success hr {
  border-top-color: #b9c4c8;
}
html[theme=generic] .alert-success .alert-link {
  color: #0b1112;
}
html[theme=generic] .alert-info {
  color: #6c312c;
  background-color: #f6dfdd;
  border-color: #f2d2cf;
}
html[theme=generic] .alert-info hr {
  border-top-color: #edbfbb;
}
html[theme=generic] .alert-info .alert-link {
  color: #48211d;
}
html[theme=generic] .alert-warning {
  color: #5d061c;
  background-color: #f0ced7;
  border-color: #e9bbc7;
}
html[theme=generic] .alert-warning hr {
  border-top-color: #e3a8b7;
}
html[theme=generic] .alert-warning .alert-link {
  color: #2d030e;
}
html[theme=generic] .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
html[theme=generic] .alert-danger hr {
  border-top-color: #f1b0b7;
}
html[theme=generic] .alert-danger .alert-link {
  color: #491217;
}
html[theme=generic] .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
html[theme=generic] .alert-light hr {
  border-top-color: #ececf6;
}
html[theme=generic] .alert-light .alert-link {
  color: #686868;
}
html[theme=generic] .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
html[theme=generic] .alert-dark hr {
  border-top-color: #b9bbbe;
}
html[theme=generic] .alert-dark .alert-link {
  color: #040505;
}
html[theme=generic] .progress {
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0rem;
}
html[theme=generic] .progress-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #20c997;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
html[theme=generic] .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
html[theme=generic] .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
html[theme=generic] .media {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}
html[theme=generic] .media-body {
  -webkit-box-flex: 1;
          flex: 1;
}
html[theme=generic] .list-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
html[theme=generic] .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
html[theme=generic] .list-group-item-action:hover, html[theme=generic] .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
html[theme=generic] .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
html[theme=generic] .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
html[theme=generic] .list-group-item:first-child {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
html[theme=generic] .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
html[theme=generic] .list-group-item:hover, html[theme=generic] .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
html[theme=generic] .list-group-item.disabled, html[theme=generic] .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
html[theme=generic] .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
html[theme=generic] .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
html[theme=generic] .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
html[theme=generic] .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
html[theme=generic] .list-group-item-primary {
  color: #11694f;
  background-color: #c1f0e2;
}
html[theme=generic] .list-group-item-primary.list-group-item-action:hover, html[theme=generic] .list-group-item-primary.list-group-item-action:focus {
  color: #11694f;
  background-color: #acebd8;
}
html[theme=generic] .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #11694f;
  border-color: #11694f;
}
html[theme=generic] .list-group-item-secondary {
  color: #086483;
  background-color: #bcedfe;
}
html[theme=generic] .list-group-item-secondary.list-group-item-action:hover, html[theme=generic] .list-group-item-secondary.list-group-item-action:focus {
  color: #086483;
  background-color: #a3e6fe;
}
html[theme=generic] .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #086483;
  border-color: #086483;
}
html[theme=generic] .list-group-item-success {
  color: #1d2e33;
  background-color: #c7d0d3;
}
html[theme=generic] .list-group-item-success.list-group-item-action:hover, html[theme=generic] .list-group-item-success.list-group-item-action:focus {
  color: #1d2e33;
  background-color: #b9c4c8;
}
html[theme=generic] .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1d2e33;
  border-color: #1d2e33;
}
html[theme=generic] .list-group-item-info {
  color: #6c312c;
  background-color: #f2d2cf;
}
html[theme=generic] .list-group-item-info.list-group-item-action:hover, html[theme=generic] .list-group-item-info.list-group-item-action:focus {
  color: #6c312c;
  background-color: #edbfbb;
}
html[theme=generic] .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #6c312c;
  border-color: #6c312c;
}
html[theme=generic] .list-group-item-warning {
  color: #5d061c;
  background-color: #e9bbc7;
}
html[theme=generic] .list-group-item-warning.list-group-item-action:hover, html[theme=generic] .list-group-item-warning.list-group-item-action:focus {
  color: #5d061c;
  background-color: #e3a8b7;
}
html[theme=generic] .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #5d061c;
  border-color: #5d061c;
}
html[theme=generic] .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
html[theme=generic] .list-group-item-danger.list-group-item-action:hover, html[theme=generic] .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
html[theme=generic] .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
html[theme=generic] .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
html[theme=generic] .list-group-item-light.list-group-item-action:hover, html[theme=generic] .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
html[theme=generic] .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
html[theme=generic] .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
html[theme=generic] .list-group-item-dark.list-group-item-action:hover, html[theme=generic] .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
html[theme=generic] .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
html[theme=generic] .close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
html[theme=generic] .close:hover, html[theme=generic] .close:focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
html[theme=generic] .close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
html[theme=generic] button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
html[theme=generic] .modal-open {
  overflow: hidden;
}
html[theme=generic] .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open html[theme=generic] .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
html[theme=generic] .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade html[theme=generic] .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.show html[theme=generic] .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
html[theme=generic] .modal-dialog-centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
html[theme=generic] .modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0rem;
  outline: 0;
}
html[theme=generic] .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
html[theme=generic] .modal-backdrop.fade {
  opacity: 0;
}
html[theme=generic] .modal-backdrop.show {
  opacity: 0.5;
}
html[theme=generic] .modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}
html[theme=generic] .modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
html[theme=generic] .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
html[theme=generic] .modal-body {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1rem;
}
html[theme=generic] .modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
html[theme=generic] .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
html[theme=generic] .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
html[theme=generic] .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  html[theme=generic] .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  html[theme=generic] .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  html[theme=generic] .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  html[theme=generic] .modal-lg {
    max-width: 800px;
  }
}
html[theme=generic] .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}
html[theme=generic] .tooltip.show {
  opacity: 0.9;
}
html[theme=generic] .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
html[theme=generic] .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
html[theme=generic] .bs-tooltip-top, html[theme=generic] .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
html[theme=generic] .bs-tooltip-top .arrow, html[theme=generic] .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
html[theme=generic] .bs-tooltip-top .arrow::before, html[theme=generic] .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
html[theme=generic] .bs-tooltip-right, html[theme=generic] .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
html[theme=generic] .bs-tooltip-right .arrow, html[theme=generic] .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
html[theme=generic] .bs-tooltip-right .arrow::before, html[theme=generic] .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
html[theme=generic] .bs-tooltip-bottom, html[theme=generic] .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
html[theme=generic] .bs-tooltip-bottom .arrow, html[theme=generic] .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
html[theme=generic] .bs-tooltip-bottom .arrow::before, html[theme=generic] .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
html[theme=generic] .bs-tooltip-left, html[theme=generic] .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
html[theme=generic] .bs-tooltip-left .arrow, html[theme=generic] .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
html[theme=generic] .bs-tooltip-left .arrow::before, html[theme=generic] .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
html[theme=generic] .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0rem;
}
html[theme=generic] .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0rem;
}
html[theme=generic] .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0rem;
}
html[theme=generic] .popover .arrow::before, html[theme=generic] .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
html[theme=generic] .bs-popover-top, html[theme=generic] .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
html[theme=generic] .bs-popover-top .arrow, html[theme=generic] .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
html[theme=generic] .bs-popover-top .arrow::before, html[theme=generic] .bs-popover-auto[x-placement^=top] .arrow::before,
html[theme=generic] .bs-popover-top .arrow::after,
html[theme=generic] .bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
html[theme=generic] .bs-popover-top .arrow::before, html[theme=generic] .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
html[theme=generic] .bs-popover-top .arrow::after, html[theme=generic] .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
html[theme=generic] .bs-popover-right, html[theme=generic] .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
html[theme=generic] .bs-popover-right .arrow, html[theme=generic] .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0rem 0;
}
html[theme=generic] .bs-popover-right .arrow::before, html[theme=generic] .bs-popover-auto[x-placement^=right] .arrow::before,
html[theme=generic] .bs-popover-right .arrow::after,
html[theme=generic] .bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
html[theme=generic] .bs-popover-right .arrow::before, html[theme=generic] .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
html[theme=generic] .bs-popover-right .arrow::after, html[theme=generic] .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
html[theme=generic] .bs-popover-bottom, html[theme=generic] .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
html[theme=generic] .bs-popover-bottom .arrow, html[theme=generic] .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
html[theme=generic] .bs-popover-bottom .arrow::before, html[theme=generic] .bs-popover-auto[x-placement^=bottom] .arrow::before,
html[theme=generic] .bs-popover-bottom .arrow::after,
html[theme=generic] .bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
html[theme=generic] .bs-popover-bottom .arrow::before, html[theme=generic] .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
html[theme=generic] .bs-popover-bottom .arrow::after, html[theme=generic] .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
html[theme=generic] .bs-popover-bottom .popover-header::before, html[theme=generic] .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
html[theme=generic] .bs-popover-left, html[theme=generic] .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
html[theme=generic] .bs-popover-left .arrow, html[theme=generic] .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0rem 0;
}
html[theme=generic] .bs-popover-left .arrow::before, html[theme=generic] .bs-popover-auto[x-placement^=left] .arrow::before,
html[theme=generic] .bs-popover-left .arrow::after,
html[theme=generic] .bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
html[theme=generic] .bs-popover-left .arrow::before, html[theme=generic] .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
html[theme=generic] .bs-popover-left .arrow::after, html[theme=generic] .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
html[theme=generic] .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0rem - 1px);
  border-top-right-radius: calc(0rem - 1px);
}
html[theme=generic] .popover-header:empty {
  display: none;
}
html[theme=generic] .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
html[theme=generic] .carousel {
  position: relative;
}
html[theme=generic] .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
html[theme=generic] .carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
html[theme=generic] .carousel-item.active,
html[theme=generic] .carousel-item-next,
html[theme=generic] .carousel-item-prev {
  display: block;
}
html[theme=generic] .carousel-item-next,
html[theme=generic] .carousel-item-prev {
  position: absolute;
  top: 0;
}
html[theme=generic] .carousel-item-next.carousel-item-left,
html[theme=generic] .carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  html[theme=generic] .carousel-item-next.carousel-item-left,
html[theme=generic] .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
html[theme=generic] .carousel-item-next,
html[theme=generic] .active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  html[theme=generic] .carousel-item-next,
html[theme=generic] .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
html[theme=generic] .carousel-item-prev,
html[theme=generic] .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  html[theme=generic] .carousel-item-prev,
html[theme=generic] .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
html[theme=generic] .carousel-control-prev,
html[theme=generic] .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
html[theme=generic] .carousel-control-prev:hover, html[theme=generic] .carousel-control-prev:focus,
html[theme=generic] .carousel-control-next:hover,
html[theme=generic] .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
html[theme=generic] .carousel-control-prev {
  left: 0;
}
html[theme=generic] .carousel-control-next {
  right: 0;
}
html[theme=generic] .carousel-control-prev-icon,
html[theme=generic] .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
html[theme=generic] .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
html[theme=generic] .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
html[theme=generic] .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
html[theme=generic] .carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
html[theme=generic] .carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
html[theme=generic] .carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
html[theme=generic] .carousel-indicators .active {
  background-color: #fff;
}
html[theme=generic] .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
html[theme=generic] .align-baseline {
  vertical-align: baseline !important;
}
html[theme=generic] .align-top {
  vertical-align: top !important;
}
html[theme=generic] .align-middle {
  vertical-align: middle !important;
}
html[theme=generic] .align-bottom {
  vertical-align: bottom !important;
}
html[theme=generic] .align-text-bottom {
  vertical-align: text-bottom !important;
}
html[theme=generic] .align-text-top {
  vertical-align: text-top !important;
}
html[theme=generic] .bg-primary {
  background-color: #20c997 !important;
}
html[theme=generic] a.bg-primary:hover, html[theme=generic] a.bg-primary:focus,
html[theme=generic] button.bg-primary:hover,
html[theme=generic] button.bg-primary:focus {
  background-color: #199d76 !important;
}
html[theme=generic] .bg-secondary {
  background-color: #0FC0FC !important;
}
html[theme=generic] a.bg-secondary:hover, html[theme=generic] a.bg-secondary:focus,
html[theme=generic] button.bg-secondary:hover,
html[theme=generic] button.bg-secondary:focus {
  background-color: #03a0d5 !important;
}
html[theme=generic] .bg-success {
  background-color: #375863 !important;
}
html[theme=generic] a.bg-success:hover, html[theme=generic] a.bg-success:focus,
html[theme=generic] button.bg-success:hover,
html[theme=generic] button.bg-success:focus {
  background-color: #253b42 !important;
}
html[theme=generic] .bg-info {
  background-color: #D05E55 !important;
}
html[theme=generic] a.bg-info:hover, html[theme=generic] a.bg-info:focus,
html[theme=generic] button.bg-info:hover,
html[theme=generic] button.bg-info:focus {
  background-color: #be3e34 !important;
}
html[theme=generic] .bg-warning {
  background-color: #B20B36 !important;
}
html[theme=generic] a.bg-warning:hover, html[theme=generic] a.bg-warning:focus,
html[theme=generic] button.bg-warning:hover,
html[theme=generic] button.bg-warning:focus {
  background-color: #820827 !important;
}
html[theme=generic] .bg-danger {
  background-color: #dc3545 !important;
}
html[theme=generic] a.bg-danger:hover, html[theme=generic] a.bg-danger:focus,
html[theme=generic] button.bg-danger:hover,
html[theme=generic] button.bg-danger:focus {
  background-color: #bd2130 !important;
}
html[theme=generic] .bg-light {
  background-color: #f8f9fa !important;
}
html[theme=generic] a.bg-light:hover, html[theme=generic] a.bg-light:focus,
html[theme=generic] button.bg-light:hover,
html[theme=generic] button.bg-light:focus {
  background-color: #dae0e5 !important;
}
html[theme=generic] .bg-dark {
  background-color: #343a40 !important;
}
html[theme=generic] a.bg-dark:hover, html[theme=generic] a.bg-dark:focus,
html[theme=generic] button.bg-dark:hover,
html[theme=generic] button.bg-dark:focus {
  background-color: #1d2124 !important;
}
html[theme=generic] .bg-white {
  background-color: #fff !important;
}
html[theme=generic] .bg-transparent {
  background-color: transparent !important;
}
html[theme=generic] .border {
  border: 1px solid #dee2e6 !important;
}
html[theme=generic] .border-top {
  border-top: 1px solid #dee2e6 !important;
}
html[theme=generic] .border-right {
  border-right: 1px solid #dee2e6 !important;
}
html[theme=generic] .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
html[theme=generic] .border-left {
  border-left: 1px solid #dee2e6 !important;
}
html[theme=generic] .border-0 {
  border: 0 !important;
}
html[theme=generic] .border-top-0 {
  border-top: 0 !important;
}
html[theme=generic] .border-right-0 {
  border-right: 0 !important;
}
html[theme=generic] .border-bottom-0 {
  border-bottom: 0 !important;
}
html[theme=generic] .border-left-0 {
  border-left: 0 !important;
}
html[theme=generic] .border-primary {
  border-color: #20c997 !important;
}
html[theme=generic] .border-secondary {
  border-color: #0FC0FC !important;
}
html[theme=generic] .border-success {
  border-color: #375863 !important;
}
html[theme=generic] .border-info {
  border-color: #D05E55 !important;
}
html[theme=generic] .border-warning {
  border-color: #B20B36 !important;
}
html[theme=generic] .border-danger {
  border-color: #dc3545 !important;
}
html[theme=generic] .border-light {
  border-color: #f8f9fa !important;
}
html[theme=generic] .border-dark {
  border-color: #343a40 !important;
}
html[theme=generic] .border-white {
  border-color: #fff !important;
}
html[theme=generic] .rounded {
  border-radius: 0rem !important;
}
html[theme=generic] .rounded-top {
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important;
}
html[theme=generic] .rounded-right {
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
}
html[theme=generic] .rounded-bottom {
  border-bottom-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
}
html[theme=generic] .rounded-left {
  border-top-left-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
}
html[theme=generic] .rounded-circle {
  border-radius: 50% !important;
}
html[theme=generic] .rounded-0 {
  border-radius: 0 !important;
}
html[theme=generic] .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
html[theme=generic] .d-none {
  display: none !important;
}
html[theme=generic] .d-inline {
  display: inline !important;
}
html[theme=generic] .d-inline-block {
  display: inline-block !important;
}
html[theme=generic] .d-block {
  display: block !important;
}
html[theme=generic] .d-table {
  display: table !important;
}
html[theme=generic] .d-table-row {
  display: table-row !important;
}
html[theme=generic] .d-table-cell {
  display: table-cell !important;
}
html[theme=generic] .d-flex {
  display: -webkit-box !important;
  display: flex !important;
}
html[theme=generic] .d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
@media (min-width: 380px) {
  html[theme=generic] .d-xsm-none {
    display: none !important;
  }
  html[theme=generic] .d-xsm-inline {
    display: inline !important;
  }
  html[theme=generic] .d-xsm-inline-block {
    display: inline-block !important;
  }
  html[theme=generic] .d-xsm-block {
    display: block !important;
  }
  html[theme=generic] .d-xsm-table {
    display: table !important;
  }
  html[theme=generic] .d-xsm-table-row {
    display: table-row !important;
  }
  html[theme=generic] .d-xsm-table-cell {
    display: table-cell !important;
  }
  html[theme=generic] .d-xsm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  html[theme=generic] .d-xsm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  html[theme=generic] .d-sm-none {
    display: none !important;
  }
  html[theme=generic] .d-sm-inline {
    display: inline !important;
  }
  html[theme=generic] .d-sm-inline-block {
    display: inline-block !important;
  }
  html[theme=generic] .d-sm-block {
    display: block !important;
  }
  html[theme=generic] .d-sm-table {
    display: table !important;
  }
  html[theme=generic] .d-sm-table-row {
    display: table-row !important;
  }
  html[theme=generic] .d-sm-table-cell {
    display: table-cell !important;
  }
  html[theme=generic] .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  html[theme=generic] .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  html[theme=generic] .d-md-none {
    display: none !important;
  }
  html[theme=generic] .d-md-inline {
    display: inline !important;
  }
  html[theme=generic] .d-md-inline-block {
    display: inline-block !important;
  }
  html[theme=generic] .d-md-block {
    display: block !important;
  }
  html[theme=generic] .d-md-table {
    display: table !important;
  }
  html[theme=generic] .d-md-table-row {
    display: table-row !important;
  }
  html[theme=generic] .d-md-table-cell {
    display: table-cell !important;
  }
  html[theme=generic] .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  html[theme=generic] .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  html[theme=generic] .d-lg-none {
    display: none !important;
  }
  html[theme=generic] .d-lg-inline {
    display: inline !important;
  }
  html[theme=generic] .d-lg-inline-block {
    display: inline-block !important;
  }
  html[theme=generic] .d-lg-block {
    display: block !important;
  }
  html[theme=generic] .d-lg-table {
    display: table !important;
  }
  html[theme=generic] .d-lg-table-row {
    display: table-row !important;
  }
  html[theme=generic] .d-lg-table-cell {
    display: table-cell !important;
  }
  html[theme=generic] .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  html[theme=generic] .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  html[theme=generic] .d-xl-none {
    display: none !important;
  }
  html[theme=generic] .d-xl-inline {
    display: inline !important;
  }
  html[theme=generic] .d-xl-inline-block {
    display: inline-block !important;
  }
  html[theme=generic] .d-xl-block {
    display: block !important;
  }
  html[theme=generic] .d-xl-table {
    display: table !important;
  }
  html[theme=generic] .d-xl-table-row {
    display: table-row !important;
  }
  html[theme=generic] .d-xl-table-cell {
    display: table-cell !important;
  }
  html[theme=generic] .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  html[theme=generic] .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  html[theme=generic] .d-print-none {
    display: none !important;
  }
  html[theme=generic] .d-print-inline {
    display: inline !important;
  }
  html[theme=generic] .d-print-inline-block {
    display: inline-block !important;
  }
  html[theme=generic] .d-print-block {
    display: block !important;
  }
  html[theme=generic] .d-print-table {
    display: table !important;
  }
  html[theme=generic] .d-print-table-row {
    display: table-row !important;
  }
  html[theme=generic] .d-print-table-cell {
    display: table-cell !important;
  }
  html[theme=generic] .d-print-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  html[theme=generic] .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
html[theme=generic] .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
html[theme=generic] .embed-responsive::before {
  display: block;
  content: "";
}
html[theme=generic] .embed-responsive .embed-responsive-item,
html[theme=generic] .embed-responsive iframe,
html[theme=generic] .embed-responsive embed,
html[theme=generic] .embed-responsive object,
html[theme=generic] .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
html[theme=generic] .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
html[theme=generic] .embed-responsive-16by9::before {
  padding-top: 56.25%;
}
html[theme=generic] .embed-responsive-4by3::before {
  padding-top: 75%;
}
html[theme=generic] .embed-responsive-1by1::before {
  padding-top: 100%;
}
html[theme=generic] .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}
html[theme=generic] .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}
html[theme=generic] .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}
html[theme=generic] .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}
html[theme=generic] .flex-wrap {
  flex-wrap: wrap !important;
}
html[theme=generic] .flex-nowrap {
  flex-wrap: nowrap !important;
}
html[theme=generic] .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
html[theme=generic] .justify-content-start {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}
html[theme=generic] .justify-content-end {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}
html[theme=generic] .justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}
html[theme=generic] .justify-content-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}
html[theme=generic] .justify-content-around {
  justify-content: space-around !important;
}
html[theme=generic] .align-items-start {
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}
html[theme=generic] .align-items-end {
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}
html[theme=generic] .align-items-center {
  -webkit-box-align: center !important;
          align-items: center !important;
}
html[theme=generic] .align-items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}
html[theme=generic] .align-items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}
html[theme=generic] .align-content-start {
  align-content: flex-start !important;
}
html[theme=generic] .align-content-end {
  align-content: flex-end !important;
}
html[theme=generic] .align-content-center {
  align-content: center !important;
}
html[theme=generic] .align-content-between {
  align-content: space-between !important;
}
html[theme=generic] .align-content-around {
  align-content: space-around !important;
}
html[theme=generic] .align-content-stretch {
  align-content: stretch !important;
}
html[theme=generic] .align-self-auto {
  align-self: auto !important;
}
html[theme=generic] .align-self-start {
  align-self: flex-start !important;
}
html[theme=generic] .align-self-end {
  align-self: flex-end !important;
}
html[theme=generic] .align-self-center {
  align-self: center !important;
}
html[theme=generic] .align-self-baseline {
  align-self: baseline !important;
}
html[theme=generic] .align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 380px) {
  html[theme=generic] .flex-xsm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  html[theme=generic] .flex-xsm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  html[theme=generic] .flex-xsm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  html[theme=generic] .flex-xsm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  html[theme=generic] .flex-xsm-wrap {
    flex-wrap: wrap !important;
  }
  html[theme=generic] .flex-xsm-nowrap {
    flex-wrap: nowrap !important;
  }
  html[theme=generic] .flex-xsm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[theme=generic] .justify-content-xsm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  html[theme=generic] .justify-content-xsm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  html[theme=generic] .justify-content-xsm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  html[theme=generic] .justify-content-xsm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  html[theme=generic] .justify-content-xsm-around {
    justify-content: space-around !important;
  }
  html[theme=generic] .align-items-xsm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  html[theme=generic] .align-items-xsm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  html[theme=generic] .align-items-xsm-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  html[theme=generic] .align-items-xsm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  html[theme=generic] .align-items-xsm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  html[theme=generic] .align-content-xsm-start {
    align-content: flex-start !important;
  }
  html[theme=generic] .align-content-xsm-end {
    align-content: flex-end !important;
  }
  html[theme=generic] .align-content-xsm-center {
    align-content: center !important;
  }
  html[theme=generic] .align-content-xsm-between {
    align-content: space-between !important;
  }
  html[theme=generic] .align-content-xsm-around {
    align-content: space-around !important;
  }
  html[theme=generic] .align-content-xsm-stretch {
    align-content: stretch !important;
  }
  html[theme=generic] .align-self-xsm-auto {
    align-self: auto !important;
  }
  html[theme=generic] .align-self-xsm-start {
    align-self: flex-start !important;
  }
  html[theme=generic] .align-self-xsm-end {
    align-self: flex-end !important;
  }
  html[theme=generic] .align-self-xsm-center {
    align-self: center !important;
  }
  html[theme=generic] .align-self-xsm-baseline {
    align-self: baseline !important;
  }
  html[theme=generic] .align-self-xsm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  html[theme=generic] .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  html[theme=generic] .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  html[theme=generic] .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  html[theme=generic] .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  html[theme=generic] .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  html[theme=generic] .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  html[theme=generic] .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[theme=generic] .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  html[theme=generic] .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  html[theme=generic] .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  html[theme=generic] .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  html[theme=generic] .justify-content-sm-around {
    justify-content: space-around !important;
  }
  html[theme=generic] .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  html[theme=generic] .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  html[theme=generic] .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  html[theme=generic] .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  html[theme=generic] .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  html[theme=generic] .align-content-sm-start {
    align-content: flex-start !important;
  }
  html[theme=generic] .align-content-sm-end {
    align-content: flex-end !important;
  }
  html[theme=generic] .align-content-sm-center {
    align-content: center !important;
  }
  html[theme=generic] .align-content-sm-between {
    align-content: space-between !important;
  }
  html[theme=generic] .align-content-sm-around {
    align-content: space-around !important;
  }
  html[theme=generic] .align-content-sm-stretch {
    align-content: stretch !important;
  }
  html[theme=generic] .align-self-sm-auto {
    align-self: auto !important;
  }
  html[theme=generic] .align-self-sm-start {
    align-self: flex-start !important;
  }
  html[theme=generic] .align-self-sm-end {
    align-self: flex-end !important;
  }
  html[theme=generic] .align-self-sm-center {
    align-self: center !important;
  }
  html[theme=generic] .align-self-sm-baseline {
    align-self: baseline !important;
  }
  html[theme=generic] .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  html[theme=generic] .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  html[theme=generic] .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  html[theme=generic] .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  html[theme=generic] .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  html[theme=generic] .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  html[theme=generic] .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  html[theme=generic] .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[theme=generic] .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  html[theme=generic] .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  html[theme=generic] .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  html[theme=generic] .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  html[theme=generic] .justify-content-md-around {
    justify-content: space-around !important;
  }
  html[theme=generic] .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  html[theme=generic] .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  html[theme=generic] .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  html[theme=generic] .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  html[theme=generic] .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  html[theme=generic] .align-content-md-start {
    align-content: flex-start !important;
  }
  html[theme=generic] .align-content-md-end {
    align-content: flex-end !important;
  }
  html[theme=generic] .align-content-md-center {
    align-content: center !important;
  }
  html[theme=generic] .align-content-md-between {
    align-content: space-between !important;
  }
  html[theme=generic] .align-content-md-around {
    align-content: space-around !important;
  }
  html[theme=generic] .align-content-md-stretch {
    align-content: stretch !important;
  }
  html[theme=generic] .align-self-md-auto {
    align-self: auto !important;
  }
  html[theme=generic] .align-self-md-start {
    align-self: flex-start !important;
  }
  html[theme=generic] .align-self-md-end {
    align-self: flex-end !important;
  }
  html[theme=generic] .align-self-md-center {
    align-self: center !important;
  }
  html[theme=generic] .align-self-md-baseline {
    align-self: baseline !important;
  }
  html[theme=generic] .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  html[theme=generic] .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  html[theme=generic] .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  html[theme=generic] .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  html[theme=generic] .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  html[theme=generic] .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  html[theme=generic] .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  html[theme=generic] .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[theme=generic] .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  html[theme=generic] .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  html[theme=generic] .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  html[theme=generic] .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  html[theme=generic] .justify-content-lg-around {
    justify-content: space-around !important;
  }
  html[theme=generic] .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  html[theme=generic] .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  html[theme=generic] .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  html[theme=generic] .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  html[theme=generic] .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  html[theme=generic] .align-content-lg-start {
    align-content: flex-start !important;
  }
  html[theme=generic] .align-content-lg-end {
    align-content: flex-end !important;
  }
  html[theme=generic] .align-content-lg-center {
    align-content: center !important;
  }
  html[theme=generic] .align-content-lg-between {
    align-content: space-between !important;
  }
  html[theme=generic] .align-content-lg-around {
    align-content: space-around !important;
  }
  html[theme=generic] .align-content-lg-stretch {
    align-content: stretch !important;
  }
  html[theme=generic] .align-self-lg-auto {
    align-self: auto !important;
  }
  html[theme=generic] .align-self-lg-start {
    align-self: flex-start !important;
  }
  html[theme=generic] .align-self-lg-end {
    align-self: flex-end !important;
  }
  html[theme=generic] .align-self-lg-center {
    align-self: center !important;
  }
  html[theme=generic] .align-self-lg-baseline {
    align-self: baseline !important;
  }
  html[theme=generic] .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  html[theme=generic] .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  html[theme=generic] .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  html[theme=generic] .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  html[theme=generic] .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  html[theme=generic] .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  html[theme=generic] .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  html[theme=generic] .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  html[theme=generic] .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  html[theme=generic] .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  html[theme=generic] .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  html[theme=generic] .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  html[theme=generic] .justify-content-xl-around {
    justify-content: space-around !important;
  }
  html[theme=generic] .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  html[theme=generic] .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  html[theme=generic] .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  html[theme=generic] .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  html[theme=generic] .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  html[theme=generic] .align-content-xl-start {
    align-content: flex-start !important;
  }
  html[theme=generic] .align-content-xl-end {
    align-content: flex-end !important;
  }
  html[theme=generic] .align-content-xl-center {
    align-content: center !important;
  }
  html[theme=generic] .align-content-xl-between {
    align-content: space-between !important;
  }
  html[theme=generic] .align-content-xl-around {
    align-content: space-around !important;
  }
  html[theme=generic] .align-content-xl-stretch {
    align-content: stretch !important;
  }
  html[theme=generic] .align-self-xl-auto {
    align-self: auto !important;
  }
  html[theme=generic] .align-self-xl-start {
    align-self: flex-start !important;
  }
  html[theme=generic] .align-self-xl-end {
    align-self: flex-end !important;
  }
  html[theme=generic] .align-self-xl-center {
    align-self: center !important;
  }
  html[theme=generic] .align-self-xl-baseline {
    align-self: baseline !important;
  }
  html[theme=generic] .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
html[theme=generic] .float-left {
  float: left !important;
}
html[theme=generic] .float-right {
  float: right !important;
}
html[theme=generic] .float-none {
  float: none !important;
}
@media (min-width: 380px) {
  html[theme=generic] .float-xsm-left {
    float: left !important;
  }
  html[theme=generic] .float-xsm-right {
    float: right !important;
  }
  html[theme=generic] .float-xsm-none {
    float: none !important;
  }
}
@media (min-width: 576px) {
  html[theme=generic] .float-sm-left {
    float: left !important;
  }
  html[theme=generic] .float-sm-right {
    float: right !important;
  }
  html[theme=generic] .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  html[theme=generic] .float-md-left {
    float: left !important;
  }
  html[theme=generic] .float-md-right {
    float: right !important;
  }
  html[theme=generic] .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  html[theme=generic] .float-lg-left {
    float: left !important;
  }
  html[theme=generic] .float-lg-right {
    float: right !important;
  }
  html[theme=generic] .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  html[theme=generic] .float-xl-left {
    float: left !important;
  }
  html[theme=generic] .float-xl-right {
    float: right !important;
  }
  html[theme=generic] .float-xl-none {
    float: none !important;
  }
}
html[theme=generic] .position-static {
  position: static !important;
}
html[theme=generic] .position-relative {
  position: relative !important;
}
html[theme=generic] .position-absolute {
  position: absolute !important;
}
html[theme=generic] .position-fixed {
  position: fixed !important;
}
html[theme=generic] .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
html[theme=generic] .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
html[theme=generic] .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  html[theme=generic] .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
html[theme=generic] .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}
html[theme=generic] .sr-only-focusable:active, html[theme=generic] .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}
html[theme=generic] .w-25 {
  width: 25% !important;
}
html[theme=generic] .w-50 {
  width: 50% !important;
}
html[theme=generic] .w-75 {
  width: 75% !important;
}
html[theme=generic] .w-100 {
  width: 100% !important;
}
html[theme=generic] .h-25 {
  height: 25% !important;
}
html[theme=generic] .h-50 {
  height: 50% !important;
}
html[theme=generic] .h-75 {
  height: 75% !important;
}
html[theme=generic] .h-100 {
  height: 100% !important;
}
html[theme=generic] .mw-100 {
  max-width: 100% !important;
}
html[theme=generic] .mh-100 {
  max-height: 100% !important;
}
html[theme=generic] .m-0 {
  margin: 0 !important;
}
html[theme=generic] .mt-0,
html[theme=generic] .my-0 {
  margin-top: 0 !important;
}
html[theme=generic] .mr-0,
html[theme=generic] .mx-0 {
  margin-right: 0 !important;
}
html[theme=generic] .mb-0,
html[theme=generic] .my-0 {
  margin-bottom: 0 !important;
}
html[theme=generic] .ml-0,
html[theme=generic] .mx-0 {
  margin-left: 0 !important;
}
html[theme=generic] .m-1 {
  margin: 0.25rem !important;
}
html[theme=generic] .mt-1,
html[theme=generic] .my-1 {
  margin-top: 0.25rem !important;
}
html[theme=generic] .mr-1,
html[theme=generic] .mx-1 {
  margin-right: 0.25rem !important;
}
html[theme=generic] .mb-1,
html[theme=generic] .my-1 {
  margin-bottom: 0.25rem !important;
}
html[theme=generic] .ml-1,
html[theme=generic] .mx-1 {
  margin-left: 0.25rem !important;
}
html[theme=generic] .m-2 {
  margin: 0.5rem !important;
}
html[theme=generic] .mt-2,
html[theme=generic] .my-2 {
  margin-top: 0.5rem !important;
}
html[theme=generic] .mr-2,
html[theme=generic] .mx-2 {
  margin-right: 0.5rem !important;
}
html[theme=generic] .mb-2,
html[theme=generic] .my-2 {
  margin-bottom: 0.5rem !important;
}
html[theme=generic] .ml-2,
html[theme=generic] .mx-2 {
  margin-left: 0.5rem !important;
}
html[theme=generic] .m-3 {
  margin: 1rem !important;
}
html[theme=generic] .mt-3,
html[theme=generic] .my-3 {
  margin-top: 1rem !important;
}
html[theme=generic] .mr-3,
html[theme=generic] .mx-3 {
  margin-right: 1rem !important;
}
html[theme=generic] .mb-3,
html[theme=generic] .my-3 {
  margin-bottom: 1rem !important;
}
html[theme=generic] .ml-3,
html[theme=generic] .mx-3 {
  margin-left: 1rem !important;
}
html[theme=generic] .m-4 {
  margin: 1.5rem !important;
}
html[theme=generic] .mt-4,
html[theme=generic] .my-4 {
  margin-top: 1.5rem !important;
}
html[theme=generic] .mr-4,
html[theme=generic] .mx-4 {
  margin-right: 1.5rem !important;
}
html[theme=generic] .mb-4,
html[theme=generic] .my-4 {
  margin-bottom: 1.5rem !important;
}
html[theme=generic] .ml-4,
html[theme=generic] .mx-4 {
  margin-left: 1.5rem !important;
}
html[theme=generic] .m-5 {
  margin: 3rem !important;
}
html[theme=generic] .mt-5,
html[theme=generic] .my-5 {
  margin-top: 3rem !important;
}
html[theme=generic] .mr-5,
html[theme=generic] .mx-5 {
  margin-right: 3rem !important;
}
html[theme=generic] .mb-5,
html[theme=generic] .my-5 {
  margin-bottom: 3rem !important;
}
html[theme=generic] .ml-5,
html[theme=generic] .mx-5 {
  margin-left: 3rem !important;
}
html[theme=generic] .p-0 {
  padding: 0 !important;
}
html[theme=generic] .pt-0,
html[theme=generic] .py-0 {
  padding-top: 0 !important;
}
html[theme=generic] .pr-0,
html[theme=generic] .px-0 {
  padding-right: 0 !important;
}
html[theme=generic] .pb-0,
html[theme=generic] .py-0 {
  padding-bottom: 0 !important;
}
html[theme=generic] .pl-0,
html[theme=generic] .px-0 {
  padding-left: 0 !important;
}
html[theme=generic] .p-1 {
  padding: 0.25rem !important;
}
html[theme=generic] .pt-1,
html[theme=generic] .py-1 {
  padding-top: 0.25rem !important;
}
html[theme=generic] .pr-1,
html[theme=generic] .px-1 {
  padding-right: 0.25rem !important;
}
html[theme=generic] .pb-1,
html[theme=generic] .py-1 {
  padding-bottom: 0.25rem !important;
}
html[theme=generic] .pl-1,
html[theme=generic] .px-1 {
  padding-left: 0.25rem !important;
}
html[theme=generic] .p-2 {
  padding: 0.5rem !important;
}
html[theme=generic] .pt-2,
html[theme=generic] .py-2 {
  padding-top: 0.5rem !important;
}
html[theme=generic] .pr-2,
html[theme=generic] .px-2 {
  padding-right: 0.5rem !important;
}
html[theme=generic] .pb-2,
html[theme=generic] .py-2 {
  padding-bottom: 0.5rem !important;
}
html[theme=generic] .pl-2,
html[theme=generic] .px-2 {
  padding-left: 0.5rem !important;
}
html[theme=generic] .p-3 {
  padding: 1rem !important;
}
html[theme=generic] .pt-3,
html[theme=generic] .py-3 {
  padding-top: 1rem !important;
}
html[theme=generic] .pr-3,
html[theme=generic] .px-3 {
  padding-right: 1rem !important;
}
html[theme=generic] .pb-3,
html[theme=generic] .py-3 {
  padding-bottom: 1rem !important;
}
html[theme=generic] .pl-3,
html[theme=generic] .px-3 {
  padding-left: 1rem !important;
}
html[theme=generic] .p-4 {
  padding: 1.5rem !important;
}
html[theme=generic] .pt-4,
html[theme=generic] .py-4 {
  padding-top: 1.5rem !important;
}
html[theme=generic] .pr-4,
html[theme=generic] .px-4 {
  padding-right: 1.5rem !important;
}
html[theme=generic] .pb-4,
html[theme=generic] .py-4 {
  padding-bottom: 1.5rem !important;
}
html[theme=generic] .pl-4,
html[theme=generic] .px-4 {
  padding-left: 1.5rem !important;
}
html[theme=generic] .p-5 {
  padding: 3rem !important;
}
html[theme=generic] .pt-5,
html[theme=generic] .py-5 {
  padding-top: 3rem !important;
}
html[theme=generic] .pr-5,
html[theme=generic] .px-5 {
  padding-right: 3rem !important;
}
html[theme=generic] .pb-5,
html[theme=generic] .py-5 {
  padding-bottom: 3rem !important;
}
html[theme=generic] .pl-5,
html[theme=generic] .px-5 {
  padding-left: 3rem !important;
}
html[theme=generic] .m-auto {
  margin: auto !important;
}
html[theme=generic] .mt-auto,
html[theme=generic] .my-auto {
  margin-top: auto !important;
}
html[theme=generic] .mr-auto,
html[theme=generic] .mx-auto {
  margin-right: auto !important;
}
html[theme=generic] .mb-auto,
html[theme=generic] .my-auto {
  margin-bottom: auto !important;
}
html[theme=generic] .ml-auto,
html[theme=generic] .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 380px) {
  html[theme=generic] .m-xsm-0 {
    margin: 0 !important;
  }
  html[theme=generic] .mt-xsm-0,
html[theme=generic] .my-xsm-0 {
    margin-top: 0 !important;
  }
  html[theme=generic] .mr-xsm-0,
html[theme=generic] .mx-xsm-0 {
    margin-right: 0 !important;
  }
  html[theme=generic] .mb-xsm-0,
html[theme=generic] .my-xsm-0 {
    margin-bottom: 0 !important;
  }
  html[theme=generic] .ml-xsm-0,
html[theme=generic] .mx-xsm-0 {
    margin-left: 0 !important;
  }
  html[theme=generic] .m-xsm-1 {
    margin: 0.25rem !important;
  }
  html[theme=generic] .mt-xsm-1,
html[theme=generic] .my-xsm-1 {
    margin-top: 0.25rem !important;
  }
  html[theme=generic] .mr-xsm-1,
html[theme=generic] .mx-xsm-1 {
    margin-right: 0.25rem !important;
  }
  html[theme=generic] .mb-xsm-1,
html[theme=generic] .my-xsm-1 {
    margin-bottom: 0.25rem !important;
  }
  html[theme=generic] .ml-xsm-1,
html[theme=generic] .mx-xsm-1 {
    margin-left: 0.25rem !important;
  }
  html[theme=generic] .m-xsm-2 {
    margin: 0.5rem !important;
  }
  html[theme=generic] .mt-xsm-2,
html[theme=generic] .my-xsm-2 {
    margin-top: 0.5rem !important;
  }
  html[theme=generic] .mr-xsm-2,
html[theme=generic] .mx-xsm-2 {
    margin-right: 0.5rem !important;
  }
  html[theme=generic] .mb-xsm-2,
html[theme=generic] .my-xsm-2 {
    margin-bottom: 0.5rem !important;
  }
  html[theme=generic] .ml-xsm-2,
html[theme=generic] .mx-xsm-2 {
    margin-left: 0.5rem !important;
  }
  html[theme=generic] .m-xsm-3 {
    margin: 1rem !important;
  }
  html[theme=generic] .mt-xsm-3,
html[theme=generic] .my-xsm-3 {
    margin-top: 1rem !important;
  }
  html[theme=generic] .mr-xsm-3,
html[theme=generic] .mx-xsm-3 {
    margin-right: 1rem !important;
  }
  html[theme=generic] .mb-xsm-3,
html[theme=generic] .my-xsm-3 {
    margin-bottom: 1rem !important;
  }
  html[theme=generic] .ml-xsm-3,
html[theme=generic] .mx-xsm-3 {
    margin-left: 1rem !important;
  }
  html[theme=generic] .m-xsm-4 {
    margin: 1.5rem !important;
  }
  html[theme=generic] .mt-xsm-4,
html[theme=generic] .my-xsm-4 {
    margin-top: 1.5rem !important;
  }
  html[theme=generic] .mr-xsm-4,
html[theme=generic] .mx-xsm-4 {
    margin-right: 1.5rem !important;
  }
  html[theme=generic] .mb-xsm-4,
html[theme=generic] .my-xsm-4 {
    margin-bottom: 1.5rem !important;
  }
  html[theme=generic] .ml-xsm-4,
html[theme=generic] .mx-xsm-4 {
    margin-left: 1.5rem !important;
  }
  html[theme=generic] .m-xsm-5 {
    margin: 3rem !important;
  }
  html[theme=generic] .mt-xsm-5,
html[theme=generic] .my-xsm-5 {
    margin-top: 3rem !important;
  }
  html[theme=generic] .mr-xsm-5,
html[theme=generic] .mx-xsm-5 {
    margin-right: 3rem !important;
  }
  html[theme=generic] .mb-xsm-5,
html[theme=generic] .my-xsm-5 {
    margin-bottom: 3rem !important;
  }
  html[theme=generic] .ml-xsm-5,
html[theme=generic] .mx-xsm-5 {
    margin-left: 3rem !important;
  }
  html[theme=generic] .p-xsm-0 {
    padding: 0 !important;
  }
  html[theme=generic] .pt-xsm-0,
html[theme=generic] .py-xsm-0 {
    padding-top: 0 !important;
  }
  html[theme=generic] .pr-xsm-0,
html[theme=generic] .px-xsm-0 {
    padding-right: 0 !important;
  }
  html[theme=generic] .pb-xsm-0,
html[theme=generic] .py-xsm-0 {
    padding-bottom: 0 !important;
  }
  html[theme=generic] .pl-xsm-0,
html[theme=generic] .px-xsm-0 {
    padding-left: 0 !important;
  }
  html[theme=generic] .p-xsm-1 {
    padding: 0.25rem !important;
  }
  html[theme=generic] .pt-xsm-1,
html[theme=generic] .py-xsm-1 {
    padding-top: 0.25rem !important;
  }
  html[theme=generic] .pr-xsm-1,
html[theme=generic] .px-xsm-1 {
    padding-right: 0.25rem !important;
  }
  html[theme=generic] .pb-xsm-1,
html[theme=generic] .py-xsm-1 {
    padding-bottom: 0.25rem !important;
  }
  html[theme=generic] .pl-xsm-1,
html[theme=generic] .px-xsm-1 {
    padding-left: 0.25rem !important;
  }
  html[theme=generic] .p-xsm-2 {
    padding: 0.5rem !important;
  }
  html[theme=generic] .pt-xsm-2,
html[theme=generic] .py-xsm-2 {
    padding-top: 0.5rem !important;
  }
  html[theme=generic] .pr-xsm-2,
html[theme=generic] .px-xsm-2 {
    padding-right: 0.5rem !important;
  }
  html[theme=generic] .pb-xsm-2,
html[theme=generic] .py-xsm-2 {
    padding-bottom: 0.5rem !important;
  }
  html[theme=generic] .pl-xsm-2,
html[theme=generic] .px-xsm-2 {
    padding-left: 0.5rem !important;
  }
  html[theme=generic] .p-xsm-3 {
    padding: 1rem !important;
  }
  html[theme=generic] .pt-xsm-3,
html[theme=generic] .py-xsm-3 {
    padding-top: 1rem !important;
  }
  html[theme=generic] .pr-xsm-3,
html[theme=generic] .px-xsm-3 {
    padding-right: 1rem !important;
  }
  html[theme=generic] .pb-xsm-3,
html[theme=generic] .py-xsm-3 {
    padding-bottom: 1rem !important;
  }
  html[theme=generic] .pl-xsm-3,
html[theme=generic] .px-xsm-3 {
    padding-left: 1rem !important;
  }
  html[theme=generic] .p-xsm-4 {
    padding: 1.5rem !important;
  }
  html[theme=generic] .pt-xsm-4,
html[theme=generic] .py-xsm-4 {
    padding-top: 1.5rem !important;
  }
  html[theme=generic] .pr-xsm-4,
html[theme=generic] .px-xsm-4 {
    padding-right: 1.5rem !important;
  }
  html[theme=generic] .pb-xsm-4,
html[theme=generic] .py-xsm-4 {
    padding-bottom: 1.5rem !important;
  }
  html[theme=generic] .pl-xsm-4,
html[theme=generic] .px-xsm-4 {
    padding-left: 1.5rem !important;
  }
  html[theme=generic] .p-xsm-5 {
    padding: 3rem !important;
  }
  html[theme=generic] .pt-xsm-5,
html[theme=generic] .py-xsm-5 {
    padding-top: 3rem !important;
  }
  html[theme=generic] .pr-xsm-5,
html[theme=generic] .px-xsm-5 {
    padding-right: 3rem !important;
  }
  html[theme=generic] .pb-xsm-5,
html[theme=generic] .py-xsm-5 {
    padding-bottom: 3rem !important;
  }
  html[theme=generic] .pl-xsm-5,
html[theme=generic] .px-xsm-5 {
    padding-left: 3rem !important;
  }
  html[theme=generic] .m-xsm-auto {
    margin: auto !important;
  }
  html[theme=generic] .mt-xsm-auto,
html[theme=generic] .my-xsm-auto {
    margin-top: auto !important;
  }
  html[theme=generic] .mr-xsm-auto,
html[theme=generic] .mx-xsm-auto {
    margin-right: auto !important;
  }
  html[theme=generic] .mb-xsm-auto,
html[theme=generic] .my-xsm-auto {
    margin-bottom: auto !important;
  }
  html[theme=generic] .ml-xsm-auto,
html[theme=generic] .mx-xsm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  html[theme=generic] .m-sm-0 {
    margin: 0 !important;
  }
  html[theme=generic] .mt-sm-0,
html[theme=generic] .my-sm-0 {
    margin-top: 0 !important;
  }
  html[theme=generic] .mr-sm-0,
html[theme=generic] .mx-sm-0 {
    margin-right: 0 !important;
  }
  html[theme=generic] .mb-sm-0,
html[theme=generic] .my-sm-0 {
    margin-bottom: 0 !important;
  }
  html[theme=generic] .ml-sm-0,
html[theme=generic] .mx-sm-0 {
    margin-left: 0 !important;
  }
  html[theme=generic] .m-sm-1 {
    margin: 0.25rem !important;
  }
  html[theme=generic] .mt-sm-1,
html[theme=generic] .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  html[theme=generic] .mr-sm-1,
html[theme=generic] .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  html[theme=generic] .mb-sm-1,
html[theme=generic] .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  html[theme=generic] .ml-sm-1,
html[theme=generic] .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  html[theme=generic] .m-sm-2 {
    margin: 0.5rem !important;
  }
  html[theme=generic] .mt-sm-2,
html[theme=generic] .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  html[theme=generic] .mr-sm-2,
html[theme=generic] .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  html[theme=generic] .mb-sm-2,
html[theme=generic] .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  html[theme=generic] .ml-sm-2,
html[theme=generic] .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  html[theme=generic] .m-sm-3 {
    margin: 1rem !important;
  }
  html[theme=generic] .mt-sm-3,
html[theme=generic] .my-sm-3 {
    margin-top: 1rem !important;
  }
  html[theme=generic] .mr-sm-3,
html[theme=generic] .mx-sm-3 {
    margin-right: 1rem !important;
  }
  html[theme=generic] .mb-sm-3,
html[theme=generic] .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  html[theme=generic] .ml-sm-3,
html[theme=generic] .mx-sm-3 {
    margin-left: 1rem !important;
  }
  html[theme=generic] .m-sm-4 {
    margin: 1.5rem !important;
  }
  html[theme=generic] .mt-sm-4,
html[theme=generic] .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  html[theme=generic] .mr-sm-4,
html[theme=generic] .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  html[theme=generic] .mb-sm-4,
html[theme=generic] .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  html[theme=generic] .ml-sm-4,
html[theme=generic] .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  html[theme=generic] .m-sm-5 {
    margin: 3rem !important;
  }
  html[theme=generic] .mt-sm-5,
html[theme=generic] .my-sm-5 {
    margin-top: 3rem !important;
  }
  html[theme=generic] .mr-sm-5,
html[theme=generic] .mx-sm-5 {
    margin-right: 3rem !important;
  }
  html[theme=generic] .mb-sm-5,
html[theme=generic] .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  html[theme=generic] .ml-sm-5,
html[theme=generic] .mx-sm-5 {
    margin-left: 3rem !important;
  }
  html[theme=generic] .p-sm-0 {
    padding: 0 !important;
  }
  html[theme=generic] .pt-sm-0,
html[theme=generic] .py-sm-0 {
    padding-top: 0 !important;
  }
  html[theme=generic] .pr-sm-0,
html[theme=generic] .px-sm-0 {
    padding-right: 0 !important;
  }
  html[theme=generic] .pb-sm-0,
html[theme=generic] .py-sm-0 {
    padding-bottom: 0 !important;
  }
  html[theme=generic] .pl-sm-0,
html[theme=generic] .px-sm-0 {
    padding-left: 0 !important;
  }
  html[theme=generic] .p-sm-1 {
    padding: 0.25rem !important;
  }
  html[theme=generic] .pt-sm-1,
html[theme=generic] .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  html[theme=generic] .pr-sm-1,
html[theme=generic] .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  html[theme=generic] .pb-sm-1,
html[theme=generic] .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  html[theme=generic] .pl-sm-1,
html[theme=generic] .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  html[theme=generic] .p-sm-2 {
    padding: 0.5rem !important;
  }
  html[theme=generic] .pt-sm-2,
html[theme=generic] .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  html[theme=generic] .pr-sm-2,
html[theme=generic] .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  html[theme=generic] .pb-sm-2,
html[theme=generic] .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  html[theme=generic] .pl-sm-2,
html[theme=generic] .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  html[theme=generic] .p-sm-3 {
    padding: 1rem !important;
  }
  html[theme=generic] .pt-sm-3,
html[theme=generic] .py-sm-3 {
    padding-top: 1rem !important;
  }
  html[theme=generic] .pr-sm-3,
html[theme=generic] .px-sm-3 {
    padding-right: 1rem !important;
  }
  html[theme=generic] .pb-sm-3,
html[theme=generic] .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  html[theme=generic] .pl-sm-3,
html[theme=generic] .px-sm-3 {
    padding-left: 1rem !important;
  }
  html[theme=generic] .p-sm-4 {
    padding: 1.5rem !important;
  }
  html[theme=generic] .pt-sm-4,
html[theme=generic] .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  html[theme=generic] .pr-sm-4,
html[theme=generic] .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  html[theme=generic] .pb-sm-4,
html[theme=generic] .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  html[theme=generic] .pl-sm-4,
html[theme=generic] .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  html[theme=generic] .p-sm-5 {
    padding: 3rem !important;
  }
  html[theme=generic] .pt-sm-5,
html[theme=generic] .py-sm-5 {
    padding-top: 3rem !important;
  }
  html[theme=generic] .pr-sm-5,
html[theme=generic] .px-sm-5 {
    padding-right: 3rem !important;
  }
  html[theme=generic] .pb-sm-5,
html[theme=generic] .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  html[theme=generic] .pl-sm-5,
html[theme=generic] .px-sm-5 {
    padding-left: 3rem !important;
  }
  html[theme=generic] .m-sm-auto {
    margin: auto !important;
  }
  html[theme=generic] .mt-sm-auto,
html[theme=generic] .my-sm-auto {
    margin-top: auto !important;
  }
  html[theme=generic] .mr-sm-auto,
html[theme=generic] .mx-sm-auto {
    margin-right: auto !important;
  }
  html[theme=generic] .mb-sm-auto,
html[theme=generic] .my-sm-auto {
    margin-bottom: auto !important;
  }
  html[theme=generic] .ml-sm-auto,
html[theme=generic] .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  html[theme=generic] .m-md-0 {
    margin: 0 !important;
  }
  html[theme=generic] .mt-md-0,
html[theme=generic] .my-md-0 {
    margin-top: 0 !important;
  }
  html[theme=generic] .mr-md-0,
html[theme=generic] .mx-md-0 {
    margin-right: 0 !important;
  }
  html[theme=generic] .mb-md-0,
html[theme=generic] .my-md-0 {
    margin-bottom: 0 !important;
  }
  html[theme=generic] .ml-md-0,
html[theme=generic] .mx-md-0 {
    margin-left: 0 !important;
  }
  html[theme=generic] .m-md-1 {
    margin: 0.25rem !important;
  }
  html[theme=generic] .mt-md-1,
html[theme=generic] .my-md-1 {
    margin-top: 0.25rem !important;
  }
  html[theme=generic] .mr-md-1,
html[theme=generic] .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  html[theme=generic] .mb-md-1,
html[theme=generic] .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  html[theme=generic] .ml-md-1,
html[theme=generic] .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  html[theme=generic] .m-md-2 {
    margin: 0.5rem !important;
  }
  html[theme=generic] .mt-md-2,
html[theme=generic] .my-md-2 {
    margin-top: 0.5rem !important;
  }
  html[theme=generic] .mr-md-2,
html[theme=generic] .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  html[theme=generic] .mb-md-2,
html[theme=generic] .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  html[theme=generic] .ml-md-2,
html[theme=generic] .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  html[theme=generic] .m-md-3 {
    margin: 1rem !important;
  }
  html[theme=generic] .mt-md-3,
html[theme=generic] .my-md-3 {
    margin-top: 1rem !important;
  }
  html[theme=generic] .mr-md-3,
html[theme=generic] .mx-md-3 {
    margin-right: 1rem !important;
  }
  html[theme=generic] .mb-md-3,
html[theme=generic] .my-md-3 {
    margin-bottom: 1rem !important;
  }
  html[theme=generic] .ml-md-3,
html[theme=generic] .mx-md-3 {
    margin-left: 1rem !important;
  }
  html[theme=generic] .m-md-4 {
    margin: 1.5rem !important;
  }
  html[theme=generic] .mt-md-4,
html[theme=generic] .my-md-4 {
    margin-top: 1.5rem !important;
  }
  html[theme=generic] .mr-md-4,
html[theme=generic] .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  html[theme=generic] .mb-md-4,
html[theme=generic] .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  html[theme=generic] .ml-md-4,
html[theme=generic] .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  html[theme=generic] .m-md-5 {
    margin: 3rem !important;
  }
  html[theme=generic] .mt-md-5,
html[theme=generic] .my-md-5 {
    margin-top: 3rem !important;
  }
  html[theme=generic] .mr-md-5,
html[theme=generic] .mx-md-5 {
    margin-right: 3rem !important;
  }
  html[theme=generic] .mb-md-5,
html[theme=generic] .my-md-5 {
    margin-bottom: 3rem !important;
  }
  html[theme=generic] .ml-md-5,
html[theme=generic] .mx-md-5 {
    margin-left: 3rem !important;
  }
  html[theme=generic] .p-md-0 {
    padding: 0 !important;
  }
  html[theme=generic] .pt-md-0,
html[theme=generic] .py-md-0 {
    padding-top: 0 !important;
  }
  html[theme=generic] .pr-md-0,
html[theme=generic] .px-md-0 {
    padding-right: 0 !important;
  }
  html[theme=generic] .pb-md-0,
html[theme=generic] .py-md-0 {
    padding-bottom: 0 !important;
  }
  html[theme=generic] .pl-md-0,
html[theme=generic] .px-md-0 {
    padding-left: 0 !important;
  }
  html[theme=generic] .p-md-1 {
    padding: 0.25rem !important;
  }
  html[theme=generic] .pt-md-1,
html[theme=generic] .py-md-1 {
    padding-top: 0.25rem !important;
  }
  html[theme=generic] .pr-md-1,
html[theme=generic] .px-md-1 {
    padding-right: 0.25rem !important;
  }
  html[theme=generic] .pb-md-1,
html[theme=generic] .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  html[theme=generic] .pl-md-1,
html[theme=generic] .px-md-1 {
    padding-left: 0.25rem !important;
  }
  html[theme=generic] .p-md-2 {
    padding: 0.5rem !important;
  }
  html[theme=generic] .pt-md-2,
html[theme=generic] .py-md-2 {
    padding-top: 0.5rem !important;
  }
  html[theme=generic] .pr-md-2,
html[theme=generic] .px-md-2 {
    padding-right: 0.5rem !important;
  }
  html[theme=generic] .pb-md-2,
html[theme=generic] .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  html[theme=generic] .pl-md-2,
html[theme=generic] .px-md-2 {
    padding-left: 0.5rem !important;
  }
  html[theme=generic] .p-md-3 {
    padding: 1rem !important;
  }
  html[theme=generic] .pt-md-3,
html[theme=generic] .py-md-3 {
    padding-top: 1rem !important;
  }
  html[theme=generic] .pr-md-3,
html[theme=generic] .px-md-3 {
    padding-right: 1rem !important;
  }
  html[theme=generic] .pb-md-3,
html[theme=generic] .py-md-3 {
    padding-bottom: 1rem !important;
  }
  html[theme=generic] .pl-md-3,
html[theme=generic] .px-md-3 {
    padding-left: 1rem !important;
  }
  html[theme=generic] .p-md-4 {
    padding: 1.5rem !important;
  }
  html[theme=generic] .pt-md-4,
html[theme=generic] .py-md-4 {
    padding-top: 1.5rem !important;
  }
  html[theme=generic] .pr-md-4,
html[theme=generic] .px-md-4 {
    padding-right: 1.5rem !important;
  }
  html[theme=generic] .pb-md-4,
html[theme=generic] .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  html[theme=generic] .pl-md-4,
html[theme=generic] .px-md-4 {
    padding-left: 1.5rem !important;
  }
  html[theme=generic] .p-md-5 {
    padding: 3rem !important;
  }
  html[theme=generic] .pt-md-5,
html[theme=generic] .py-md-5 {
    padding-top: 3rem !important;
  }
  html[theme=generic] .pr-md-5,
html[theme=generic] .px-md-5 {
    padding-right: 3rem !important;
  }
  html[theme=generic] .pb-md-5,
html[theme=generic] .py-md-5 {
    padding-bottom: 3rem !important;
  }
  html[theme=generic] .pl-md-5,
html[theme=generic] .px-md-5 {
    padding-left: 3rem !important;
  }
  html[theme=generic] .m-md-auto {
    margin: auto !important;
  }
  html[theme=generic] .mt-md-auto,
html[theme=generic] .my-md-auto {
    margin-top: auto !important;
  }
  html[theme=generic] .mr-md-auto,
html[theme=generic] .mx-md-auto {
    margin-right: auto !important;
  }
  html[theme=generic] .mb-md-auto,
html[theme=generic] .my-md-auto {
    margin-bottom: auto !important;
  }
  html[theme=generic] .ml-md-auto,
html[theme=generic] .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  html[theme=generic] .m-lg-0 {
    margin: 0 !important;
  }
  html[theme=generic] .mt-lg-0,
html[theme=generic] .my-lg-0 {
    margin-top: 0 !important;
  }
  html[theme=generic] .mr-lg-0,
html[theme=generic] .mx-lg-0 {
    margin-right: 0 !important;
  }
  html[theme=generic] .mb-lg-0,
html[theme=generic] .my-lg-0 {
    margin-bottom: 0 !important;
  }
  html[theme=generic] .ml-lg-0,
html[theme=generic] .mx-lg-0 {
    margin-left: 0 !important;
  }
  html[theme=generic] .m-lg-1 {
    margin: 0.25rem !important;
  }
  html[theme=generic] .mt-lg-1,
html[theme=generic] .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  html[theme=generic] .mr-lg-1,
html[theme=generic] .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  html[theme=generic] .mb-lg-1,
html[theme=generic] .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  html[theme=generic] .ml-lg-1,
html[theme=generic] .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  html[theme=generic] .m-lg-2 {
    margin: 0.5rem !important;
  }
  html[theme=generic] .mt-lg-2,
html[theme=generic] .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  html[theme=generic] .mr-lg-2,
html[theme=generic] .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  html[theme=generic] .mb-lg-2,
html[theme=generic] .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  html[theme=generic] .ml-lg-2,
html[theme=generic] .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  html[theme=generic] .m-lg-3 {
    margin: 1rem !important;
  }
  html[theme=generic] .mt-lg-3,
html[theme=generic] .my-lg-3 {
    margin-top: 1rem !important;
  }
  html[theme=generic] .mr-lg-3,
html[theme=generic] .mx-lg-3 {
    margin-right: 1rem !important;
  }
  html[theme=generic] .mb-lg-3,
html[theme=generic] .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  html[theme=generic] .ml-lg-3,
html[theme=generic] .mx-lg-3 {
    margin-left: 1rem !important;
  }
  html[theme=generic] .m-lg-4 {
    margin: 1.5rem !important;
  }
  html[theme=generic] .mt-lg-4,
html[theme=generic] .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  html[theme=generic] .mr-lg-4,
html[theme=generic] .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  html[theme=generic] .mb-lg-4,
html[theme=generic] .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  html[theme=generic] .ml-lg-4,
html[theme=generic] .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  html[theme=generic] .m-lg-5 {
    margin: 3rem !important;
  }
  html[theme=generic] .mt-lg-5,
html[theme=generic] .my-lg-5 {
    margin-top: 3rem !important;
  }
  html[theme=generic] .mr-lg-5,
html[theme=generic] .mx-lg-5 {
    margin-right: 3rem !important;
  }
  html[theme=generic] .mb-lg-5,
html[theme=generic] .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  html[theme=generic] .ml-lg-5,
html[theme=generic] .mx-lg-5 {
    margin-left: 3rem !important;
  }
  html[theme=generic] .p-lg-0 {
    padding: 0 !important;
  }
  html[theme=generic] .pt-lg-0,
html[theme=generic] .py-lg-0 {
    padding-top: 0 !important;
  }
  html[theme=generic] .pr-lg-0,
html[theme=generic] .px-lg-0 {
    padding-right: 0 !important;
  }
  html[theme=generic] .pb-lg-0,
html[theme=generic] .py-lg-0 {
    padding-bottom: 0 !important;
  }
  html[theme=generic] .pl-lg-0,
html[theme=generic] .px-lg-0 {
    padding-left: 0 !important;
  }
  html[theme=generic] .p-lg-1 {
    padding: 0.25rem !important;
  }
  html[theme=generic] .pt-lg-1,
html[theme=generic] .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  html[theme=generic] .pr-lg-1,
html[theme=generic] .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  html[theme=generic] .pb-lg-1,
html[theme=generic] .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  html[theme=generic] .pl-lg-1,
html[theme=generic] .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  html[theme=generic] .p-lg-2 {
    padding: 0.5rem !important;
  }
  html[theme=generic] .pt-lg-2,
html[theme=generic] .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  html[theme=generic] .pr-lg-2,
html[theme=generic] .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  html[theme=generic] .pb-lg-2,
html[theme=generic] .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  html[theme=generic] .pl-lg-2,
html[theme=generic] .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  html[theme=generic] .p-lg-3 {
    padding: 1rem !important;
  }
  html[theme=generic] .pt-lg-3,
html[theme=generic] .py-lg-3 {
    padding-top: 1rem !important;
  }
  html[theme=generic] .pr-lg-3,
html[theme=generic] .px-lg-3 {
    padding-right: 1rem !important;
  }
  html[theme=generic] .pb-lg-3,
html[theme=generic] .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  html[theme=generic] .pl-lg-3,
html[theme=generic] .px-lg-3 {
    padding-left: 1rem !important;
  }
  html[theme=generic] .p-lg-4 {
    padding: 1.5rem !important;
  }
  html[theme=generic] .pt-lg-4,
html[theme=generic] .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  html[theme=generic] .pr-lg-4,
html[theme=generic] .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  html[theme=generic] .pb-lg-4,
html[theme=generic] .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  html[theme=generic] .pl-lg-4,
html[theme=generic] .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  html[theme=generic] .p-lg-5 {
    padding: 3rem !important;
  }
  html[theme=generic] .pt-lg-5,
html[theme=generic] .py-lg-5 {
    padding-top: 3rem !important;
  }
  html[theme=generic] .pr-lg-5,
html[theme=generic] .px-lg-5 {
    padding-right: 3rem !important;
  }
  html[theme=generic] .pb-lg-5,
html[theme=generic] .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  html[theme=generic] .pl-lg-5,
html[theme=generic] .px-lg-5 {
    padding-left: 3rem !important;
  }
  html[theme=generic] .m-lg-auto {
    margin: auto !important;
  }
  html[theme=generic] .mt-lg-auto,
html[theme=generic] .my-lg-auto {
    margin-top: auto !important;
  }
  html[theme=generic] .mr-lg-auto,
html[theme=generic] .mx-lg-auto {
    margin-right: auto !important;
  }
  html[theme=generic] .mb-lg-auto,
html[theme=generic] .my-lg-auto {
    margin-bottom: auto !important;
  }
  html[theme=generic] .ml-lg-auto,
html[theme=generic] .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  html[theme=generic] .m-xl-0 {
    margin: 0 !important;
  }
  html[theme=generic] .mt-xl-0,
html[theme=generic] .my-xl-0 {
    margin-top: 0 !important;
  }
  html[theme=generic] .mr-xl-0,
html[theme=generic] .mx-xl-0 {
    margin-right: 0 !important;
  }
  html[theme=generic] .mb-xl-0,
html[theme=generic] .my-xl-0 {
    margin-bottom: 0 !important;
  }
  html[theme=generic] .ml-xl-0,
html[theme=generic] .mx-xl-0 {
    margin-left: 0 !important;
  }
  html[theme=generic] .m-xl-1 {
    margin: 0.25rem !important;
  }
  html[theme=generic] .mt-xl-1,
html[theme=generic] .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  html[theme=generic] .mr-xl-1,
html[theme=generic] .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  html[theme=generic] .mb-xl-1,
html[theme=generic] .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  html[theme=generic] .ml-xl-1,
html[theme=generic] .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  html[theme=generic] .m-xl-2 {
    margin: 0.5rem !important;
  }
  html[theme=generic] .mt-xl-2,
html[theme=generic] .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  html[theme=generic] .mr-xl-2,
html[theme=generic] .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  html[theme=generic] .mb-xl-2,
html[theme=generic] .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  html[theme=generic] .ml-xl-2,
html[theme=generic] .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  html[theme=generic] .m-xl-3 {
    margin: 1rem !important;
  }
  html[theme=generic] .mt-xl-3,
html[theme=generic] .my-xl-3 {
    margin-top: 1rem !important;
  }
  html[theme=generic] .mr-xl-3,
html[theme=generic] .mx-xl-3 {
    margin-right: 1rem !important;
  }
  html[theme=generic] .mb-xl-3,
html[theme=generic] .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  html[theme=generic] .ml-xl-3,
html[theme=generic] .mx-xl-3 {
    margin-left: 1rem !important;
  }
  html[theme=generic] .m-xl-4 {
    margin: 1.5rem !important;
  }
  html[theme=generic] .mt-xl-4,
html[theme=generic] .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  html[theme=generic] .mr-xl-4,
html[theme=generic] .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  html[theme=generic] .mb-xl-4,
html[theme=generic] .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  html[theme=generic] .ml-xl-4,
html[theme=generic] .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  html[theme=generic] .m-xl-5 {
    margin: 3rem !important;
  }
  html[theme=generic] .mt-xl-5,
html[theme=generic] .my-xl-5 {
    margin-top: 3rem !important;
  }
  html[theme=generic] .mr-xl-5,
html[theme=generic] .mx-xl-5 {
    margin-right: 3rem !important;
  }
  html[theme=generic] .mb-xl-5,
html[theme=generic] .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  html[theme=generic] .ml-xl-5,
html[theme=generic] .mx-xl-5 {
    margin-left: 3rem !important;
  }
  html[theme=generic] .p-xl-0 {
    padding: 0 !important;
  }
  html[theme=generic] .pt-xl-0,
html[theme=generic] .py-xl-0 {
    padding-top: 0 !important;
  }
  html[theme=generic] .pr-xl-0,
html[theme=generic] .px-xl-0 {
    padding-right: 0 !important;
  }
  html[theme=generic] .pb-xl-0,
html[theme=generic] .py-xl-0 {
    padding-bottom: 0 !important;
  }
  html[theme=generic] .pl-xl-0,
html[theme=generic] .px-xl-0 {
    padding-left: 0 !important;
  }
  html[theme=generic] .p-xl-1 {
    padding: 0.25rem !important;
  }
  html[theme=generic] .pt-xl-1,
html[theme=generic] .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  html[theme=generic] .pr-xl-1,
html[theme=generic] .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  html[theme=generic] .pb-xl-1,
html[theme=generic] .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  html[theme=generic] .pl-xl-1,
html[theme=generic] .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  html[theme=generic] .p-xl-2 {
    padding: 0.5rem !important;
  }
  html[theme=generic] .pt-xl-2,
html[theme=generic] .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  html[theme=generic] .pr-xl-2,
html[theme=generic] .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  html[theme=generic] .pb-xl-2,
html[theme=generic] .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  html[theme=generic] .pl-xl-2,
html[theme=generic] .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  html[theme=generic] .p-xl-3 {
    padding: 1rem !important;
  }
  html[theme=generic] .pt-xl-3,
html[theme=generic] .py-xl-3 {
    padding-top: 1rem !important;
  }
  html[theme=generic] .pr-xl-3,
html[theme=generic] .px-xl-3 {
    padding-right: 1rem !important;
  }
  html[theme=generic] .pb-xl-3,
html[theme=generic] .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  html[theme=generic] .pl-xl-3,
html[theme=generic] .px-xl-3 {
    padding-left: 1rem !important;
  }
  html[theme=generic] .p-xl-4 {
    padding: 1.5rem !important;
  }
  html[theme=generic] .pt-xl-4,
html[theme=generic] .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  html[theme=generic] .pr-xl-4,
html[theme=generic] .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  html[theme=generic] .pb-xl-4,
html[theme=generic] .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  html[theme=generic] .pl-xl-4,
html[theme=generic] .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  html[theme=generic] .p-xl-5 {
    padding: 3rem !important;
  }
  html[theme=generic] .pt-xl-5,
html[theme=generic] .py-xl-5 {
    padding-top: 3rem !important;
  }
  html[theme=generic] .pr-xl-5,
html[theme=generic] .px-xl-5 {
    padding-right: 3rem !important;
  }
  html[theme=generic] .pb-xl-5,
html[theme=generic] .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  html[theme=generic] .pl-xl-5,
html[theme=generic] .px-xl-5 {
    padding-left: 3rem !important;
  }
  html[theme=generic] .m-xl-auto {
    margin: auto !important;
  }
  html[theme=generic] .mt-xl-auto,
html[theme=generic] .my-xl-auto {
    margin-top: auto !important;
  }
  html[theme=generic] .mr-xl-auto,
html[theme=generic] .mx-xl-auto {
    margin-right: auto !important;
  }
  html[theme=generic] .mb-xl-auto,
html[theme=generic] .my-xl-auto {
    margin-bottom: auto !important;
  }
  html[theme=generic] .ml-xl-auto,
html[theme=generic] .mx-xl-auto {
    margin-left: auto !important;
  }
}
html[theme=generic] .text-justify {
  text-align: justify !important;
}
html[theme=generic] .text-nowrap {
  white-space: nowrap !important;
}
html[theme=generic] .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html[theme=generic] .text-left {
  text-align: left !important;
}
html[theme=generic] .text-right {
  text-align: right !important;
}
html[theme=generic] .text-center {
  text-align: center !important;
}
@media (min-width: 380px) {
  html[theme=generic] .text-xsm-left {
    text-align: left !important;
  }
  html[theme=generic] .text-xsm-right {
    text-align: right !important;
  }
  html[theme=generic] .text-xsm-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  html[theme=generic] .text-sm-left {
    text-align: left !important;
  }
  html[theme=generic] .text-sm-right {
    text-align: right !important;
  }
  html[theme=generic] .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  html[theme=generic] .text-md-left {
    text-align: left !important;
  }
  html[theme=generic] .text-md-right {
    text-align: right !important;
  }
  html[theme=generic] .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  html[theme=generic] .text-lg-left {
    text-align: left !important;
  }
  html[theme=generic] .text-lg-right {
    text-align: right !important;
  }
  html[theme=generic] .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  html[theme=generic] .text-xl-left {
    text-align: left !important;
  }
  html[theme=generic] .text-xl-right {
    text-align: right !important;
  }
  html[theme=generic] .text-xl-center {
    text-align: center !important;
  }
}
html[theme=generic] .text-lowercase {
  text-transform: lowercase !important;
}
html[theme=generic] .text-uppercase {
  text-transform: uppercase !important;
}
html[theme=generic] .text-capitalize {
  text-transform: capitalize !important;
}
html[theme=generic] .font-weight-light {
  font-weight: 300 !important;
}
html[theme=generic] .font-weight-normal {
  font-weight: 400 !important;
}
html[theme=generic] .font-weight-bold {
  font-weight: 700 !important;
}
html[theme=generic] .font-italic {
  font-style: italic !important;
}
html[theme=generic] .text-white {
  color: #fff !important;
}
html[theme=generic] .text-primary {
  color: #20c997 !important;
}
html[theme=generic] a.text-primary:hover, html[theme=generic] a.text-primary:focus {
  color: #199d76 !important;
}
html[theme=generic] .text-secondary {
  color: #0FC0FC !important;
}
html[theme=generic] a.text-secondary:hover, html[theme=generic] a.text-secondary:focus {
  color: #03a0d5 !important;
}
html[theme=generic] .text-success {
  color: #375863 !important;
}
html[theme=generic] a.text-success:hover, html[theme=generic] a.text-success:focus {
  color: #253b42 !important;
}
html[theme=generic] .text-info {
  color: #D05E55 !important;
}
html[theme=generic] a.text-info:hover, html[theme=generic] a.text-info:focus {
  color: #be3e34 !important;
}
html[theme=generic] .text-warning {
  color: #B20B36 !important;
}
html[theme=generic] a.text-warning:hover, html[theme=generic] a.text-warning:focus {
  color: #820827 !important;
}
html[theme=generic] .text-danger {
  color: #dc3545 !important;
}
html[theme=generic] a.text-danger:hover, html[theme=generic] a.text-danger:focus {
  color: #bd2130 !important;
}
html[theme=generic] .text-light {
  color: #f8f9fa !important;
}
html[theme=generic] a.text-light:hover, html[theme=generic] a.text-light:focus {
  color: #dae0e5 !important;
}
html[theme=generic] .text-dark {
  color: #343a40 !important;
}
html[theme=generic] a.text-dark:hover, html[theme=generic] a.text-dark:focus {
  color: #1d2124 !important;
}
html[theme=generic] .text-muted {
  color: #6c757d !important;
}
html[theme=generic] .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
html[theme=generic] .visible {
  visibility: visible !important;
}
html[theme=generic] .invisible {
  visibility: hidden !important;
}
html[theme=generic] ul.no-bullets {
  list-style-type: none;
}
html[theme=generic] .autraq-underline {
  position: relative;
  display: inline-block;
}
html[theme=generic] .autraq-underline:after {
  content: "";
  position: absolute;
  border-bottom: 0.05em solid #20c997;
  width: 95%;
  left: 2.5%;
  bottom: -0.05em;
  -webkit-transition: 1s cubic-bezier(0.4, 1.81, 0.44, 0.91) -webkit-transform;
  transition: 1s cubic-bezier(0.4, 1.81, 0.44, 0.91) -webkit-transform;
  transition: 1s cubic-bezier(0.4, 1.81, 0.44, 0.91) transform;
  transition: 1s cubic-bezier(0.4, 1.81, 0.44, 0.91) transform, 1s cubic-bezier(0.4, 1.81, 0.44, 0.91) -webkit-transform;
}
html[theme=generic] span.address {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.8em;
}
html[theme=generic] ul.press-list {
  list-style-type: none;
  margin: 2em 0px;
  padding: 0px;
}
html[theme=generic] ul.press-list li {
  margin: 0.3em 0px;
}
html[theme=generic] ul.press-list li .key {
  font-weight: 500;
  margin-right: 7px;
  color: #495057;
  border-bottom: 1px solid #20c997;
}
html[theme=generic] ul.press-list li .value {
  font-weight: 400;
}
html[theme=generic] .profile-picture-sm {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 0px 17px 4px rgba(0, 0, 0, 0.1);
}
html[theme=generic] .user-card {
  text-align: center;
  display: inline-block;
  margin: 10px;
}
html[theme=generic] .product-container .background {
  background-color: #20c997;
  height: 10vh;
  width: 100%;
  position: absolute;
  z-index: -1;
}
@media (min-width: 576px) {
  html[theme=generic] .product-container #general-background {
    background-color: #20c997;
  }
}
html[theme=generic] .product-container #general {
  background-color: white;
  -webkit-transition: 2s cubic-bezier(0.4, 1.81, 0.44, 0.91) -webkit-transform;
  transition: 2s cubic-bezier(0.4, 1.81, 0.44, 0.91) -webkit-transform;
  transition: 2s cubic-bezier(0.4, 1.81, 0.44, 0.91) transform;
  transition: 2s cubic-bezier(0.4, 1.81, 0.44, 0.91) transform, 2s cubic-bezier(0.4, 1.81, 0.44, 0.91) -webkit-transform;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
html[theme=generic] .product-container #general.loaded {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media (min-width: 576px) {
  html[theme=generic] .product-container #general {
    box-shadow: 0px 0px 50px 15px rgba(0, 0, 0, 0.02);
    margin-bottom: 40px;
  }
  html[theme=generic] .product-container #general.loaded {
    -webkit-transform: translateY(40px) !important;
            transform: translateY(40px) !important;
  }
}
html[theme=generic] .product-container #general .brand .logo {
  padding: 0px;
  text-align: center;
}
html[theme=generic] .product-container #general .brand .logo.moooi {
  background-color: black;
}
@media (max-width: 767.98px) {
  html[theme=generic] .product-container #general .brand img {
    width: 100%;
  }
}
html[theme=generic] .product-container #general .title-container h1 {
  margin-top: 1rem;
  margin-bottom: 0px;
  text-align: center;
  font-size: 3em;
  font-weight: 100;
  font-family: "brandon-grotesque", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-family: "futura-pt";
}
html[theme=generic] .product-container #general .title-container .product-address-container {
  margin-bottom: 1rem;
  text-align: center;
  color: #495057;
  font-size: 0.8em;
}
@media (max-width: 767.98px) {
  html[theme=generic] .product-container #general .title-container h1 {
    margin-top: 2rem;
  }
  html[theme=generic] .product-container #general .title-container .product-address-container {
    margin-bottom: 2rem;
  }
}
html[theme=generic] .product-container #general .general-image-container {
  padding: 0px;
  text-align: center;
}
html[theme=generic] .product-container #general .general-image-container img {
  max-height: 400px;
  max-width: 100%;
}
html[theme=generic] .product-container #general .general-content-container > div {
  margin: 2rem 1rem;
}
html[theme=generic] .product-container #general .general-content-container .downloads a {
  margin-bottom: 5px;
}
html[theme=generic] .product-container .timeline .time-piece {
  position: relative;
  height: 170px;
}
@media (max-width: 767.98px) {
  html[theme=generic] .product-container .timeline .time-piece {
    font-size: 0.8em;
  }
  html[theme=generic] .product-container .timeline .time-piece .address-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
  }
}
html[theme=generic] .product-container .timeline .time-piece .address-container {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.7em;
}
html[theme=generic] .product-container .timeline .time-piece.solo {
  height: 10px;
}
html[theme=generic] .product-container .timeline .time-piece .line {
  width: 7px;
  background-color: #20c997;
  margin: 0px auto;
  padding: 0px;
  height: 100%;
}
html[theme=generic] .product-container .timeline .time-piece .bullet {
  left: calc(50% - 13px);
  top: calc(50% - 13px);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background-color: white;
  border: 9px solid #20c997;
  position: absolute;
  z-index: 100;
}
html[theme=generic] .product-container .timeline .time-piece .part-left {
  position: absolute;
  right: calc(50% + 33px);
  top: calc(50% - 13px);
}
html[theme=generic] .product-container .timeline .time-piece .part-left .action {
  border-radius: 5px;
  padding: 2px 7px;
  text-transform: lowercase;
  font-weight: 400;
  font-size: 1em;
}
html[theme=generic] .product-container .timeline .time-piece .part-left .date {
  color: #adb5bd;
  font-weight: 300;
  position: absolute;
  white-space: nowrap;
  right: 0px;
}
html[theme=generic] .product-container .timeline .time-piece .part-right {
  position: absolute;
  left: calc(50% + 33px);
  top: calc(50% - 13px);
  border-radius: 10px;
}
html[theme=generic] .product-container .timeline .time-piece .part-right.with-logo {
  position: absolute;
  left: calc(50% + 33px);
  top: calc(50% - 55px);
}
html[theme=generic] .product-container .timeline .time-piece .part-right.with-logo .logo {
  padding: 10px;
  border-radius: 10px;
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
html[theme=generic] .product-container .timeline .time-piece .part-right.with-logo .logo img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 10px;
}
html[theme=generic] .product-container .timeline .time-piece .part-right .name {
  font-weight: 400;
  font-size: 1.1em;
  letter-spacing: 0.03em;
}
html[theme=generic] .product-container .wikis h2 {
  cursor: pointer;
}
html[theme=generic] .product-container .wikis h2 .arrow {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  -webkit-transform-origin: 50% 60%;
          transform-origin: 50% 60%;
}
html[theme=generic] .product-container .wikis h2 .arrow.down {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
html[theme=generic] .product-container .wikis .content {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  font-size: 0px;
  margin: auto;
}
html[theme=generic] .product-container .wikis .content img {
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  width: 0%;
  max-width: 300px;
  margin-bottom: 1rem;
}
html[theme=generic] .product-container .wikis .content.open {
  font-size: inherit;
}
html[theme=generic] .product-container .wikis .content.open img {
  width: 100%;
}
html[theme=generic] .product-container .images {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
html[theme=generic] .product-container .images img {
  max-height: 150px;
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}
.enter-animation.fade-in-up {
  -webkit-transition: 1s ease-out all;
  transition: 1s ease-out all;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.enter-animation.fade-in-up.animate {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.enter-animation.fade-in {
  -webkit-transition: 1s ease-out all;
  transition: 1s ease-out all;
  opacity: 0;
}
.enter-animation.fade-in.animate {
  opacity: 1;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
          transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}
.fa-accessible-icon:before {
  content: "";
}
.fa-accusoft:before {
  content: "";
}
.fa-acquisitions-incorporated:before {
  content: "";
}
.fa-ad:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-card:before {
  content: "";
}
.fa-adjust:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-adobe:before {
  content: "";
}
.fa-adversal:before {
  content: "";
}
.fa-affiliatetheme:before {
  content: "";
}
.fa-air-freshener:before {
  content: "";
}
.fa-airbnb:before {
  content: "";
}
.fa-algolia:before {
  content: "";
}
.fa-align-center:before {
  content: "";
}
.fa-align-justify:before {
  content: "";
}
.fa-align-left:before {
  content: "";
}
.fa-align-right:before {
  content: "";
}
.fa-alipay:before {
  content: "";
}
.fa-allergies:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-amazon-pay:before {
  content: "";
}
.fa-ambulance:before {
  content: "";
}
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-amilia:before {
  content: "";
}
.fa-anchor:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-angle-double-down:before {
  content: "";
}
.fa-angle-double-left:before {
  content: "";
}
.fa-angle-double-right:before {
  content: "";
}
.fa-angle-double-up:before {
  content: "";
}
.fa-angle-down:before {
  content: "";
}
.fa-angle-left:before {
  content: "";
}
.fa-angle-right:before {
  content: "";
}
.fa-angle-up:before {
  content: "";
}
.fa-angry:before {
  content: "";
}
.fa-angrycreative:before {
  content: "";
}
.fa-angular:before {
  content: "";
}
.fa-ankh:before {
  content: "";
}
.fa-app-store:before {
  content: "";
}
.fa-app-store-ios:before {
  content: "";
}
.fa-apper:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-apple-alt:before {
  content: "";
}
.fa-apple-pay:before {
  content: "";
}
.fa-archive:before {
  content: "";
}
.fa-archway:before {
  content: "";
}
.fa-arrow-alt-circle-down:before {
  content: "";
}
.fa-arrow-alt-circle-left:before {
  content: "";
}
.fa-arrow-alt-circle-right:before {
  content: "";
}
.fa-arrow-alt-circle-up:before {
  content: "";
}
.fa-arrow-circle-down:before {
  content: "";
}
.fa-arrow-circle-left:before {
  content: "";
}
.fa-arrow-circle-right:before {
  content: "";
}
.fa-arrow-circle-up:before {
  content: "";
}
.fa-arrow-down:before {
  content: "";
}
.fa-arrow-left:before {
  content: "";
}
.fa-arrow-right:before {
  content: "";
}
.fa-arrow-up:before {
  content: "";
}
.fa-arrows-alt:before {
  content: "";
}
.fa-arrows-alt-h:before {
  content: "";
}
.fa-arrows-alt-v:before {
  content: "";
}
.fa-artstation:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asterisk:before {
  content: "";
}
.fa-asymmetrik:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-atlas:before {
  content: "";
}
.fa-atlassian:before {
  content: "";
}
.fa-atom:before {
  content: "";
}
.fa-audible:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-autoprefixer:before {
  content: "";
}
.fa-avianex:before {
  content: "";
}
.fa-aviato:before {
  content: "";
}
.fa-award:before {
  content: "";
}
.fa-aws:before {
  content: "";
}
.fa-baby:before {
  content: "";
}
.fa-baby-carriage:before {
  content: "";
}
.fa-backspace:before {
  content: "";
}
.fa-backward:before {
  content: "";
}
.fa-bacon:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-balance-scale-left:before {
  content: "";
}
.fa-balance-scale-right:before {
  content: "";
}
.fa-ban:before {
  content: "";
}
.fa-band-aid:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-barcode:before {
  content: "";
}
.fa-bars:before {
  content: "";
}
.fa-baseball-ball:before {
  content: "";
}
.fa-basketball-ball:before {
  content: "";
}
.fa-bath:before {
  content: "";
}
.fa-battery-empty:before {
  content: "";
}
.fa-battery-full:before {
  content: "";
}
.fa-battery-half:before {
  content: "";
}
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battle-net:before {
  content: "";
}
.fa-bed:before {
  content: "";
}
.fa-beer:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-bell:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bezier-curve:before {
  content: "";
}
.fa-bible:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-biking:before {
  content: "";
}
.fa-bimobject:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-biohazard:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-bitcoin:before {
  content: "";
}
.fa-bity:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-blackberry:before {
  content: "";
}
.fa-blender:before {
  content: "";
}
.fa-blender-phone:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-blog:before {
  content: "";
}
.fa-blogger:before {
  content: "";
}
.fa-blogger-b:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-bold:before {
  content: "";
}
.fa-bolt:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-bone:before {
  content: "";
}
.fa-bong:before {
  content: "";
}
.fa-book:before {
  content: "";
}
.fa-book-dead:before {
  content: "";
}
.fa-book-medical:before {
  content: "";
}
.fa-book-open:before {
  content: "";
}
.fa-book-reader:before {
  content: "";
}
.fa-bookmark:before {
  content: "";
}
.fa-bootstrap:before {
  content: "";
}
.fa-border-all:before {
  content: "";
}
.fa-border-none:before {
  content: "";
}
.fa-border-style:before {
  content: "";
}
.fa-bowling-ball:before {
  content: "";
}
.fa-box:before {
  content: "";
}
.fa-box-open:before {
  content: "";
}
.fa-boxes:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-brain:before {
  content: "";
}
.fa-bread-slice:before {
  content: "";
}
.fa-briefcase:before {
  content: "";
}
.fa-briefcase-medical:before {
  content: "";
}
.fa-broadcast-tower:before {
  content: "";
}
.fa-broom:before {
  content: "";
}
.fa-brush:before {
  content: "";
}
.fa-btc:before {
  content: "";
}
.fa-buffer:before {
  content: "";
}
.fa-bug:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-bullhorn:before {
  content: "";
}
.fa-bullseye:before {
  content: "";
}
.fa-burn:before {
  content: "";
}
.fa-buromobelexperte:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-bus-alt:before {
  content: "";
}
.fa-business-time:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-calendar:before {
  content: "";
}
.fa-calendar-alt:before {
  content: "";
}
.fa-calendar-check:before {
  content: "";
}
.fa-calendar-day:before {
  content: "";
}
.fa-calendar-minus:before {
  content: "";
}
.fa-calendar-plus:before {
  content: "";
}
.fa-calendar-times:before {
  content: "";
}
.fa-calendar-week:before {
  content: "";
}
.fa-camera:before {
  content: "";
}
.fa-camera-retro:before {
  content: "";
}
.fa-campground:before {
  content: "";
}
.fa-canadian-maple-leaf:before {
  content: "";
}
.fa-candy-cane:before {
  content: "";
}
.fa-cannabis:before {
  content: "";
}
.fa-capsules:before {
  content: "";
}
.fa-car:before {
  content: "";
}
.fa-car-alt:before {
  content: "";
}
.fa-car-battery:before {
  content: "";
}
.fa-car-crash:before {
  content: "";
}
.fa-car-side:before {
  content: "";
}
.fa-caret-down:before {
  content: "";
}
.fa-caret-left:before {
  content: "";
}
.fa-caret-right:before {
  content: "";
}
.fa-caret-square-down:before {
  content: "";
}
.fa-caret-square-left:before {
  content: "";
}
.fa-caret-square-right:before {
  content: "";
}
.fa-caret-square-up:before {
  content: "";
}
.fa-caret-up:before {
  content: "";
}
.fa-carrot:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cash-register:before {
  content: "";
}
.fa-cat:before {
  content: "";
}
.fa-cc-amazon-pay:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-apple-pay:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-centercode:before {
  content: "";
}
.fa-centos:before {
  content: "";
}
.fa-certificate:before {
  content: "";
}
.fa-chair:before {
  content: "";
}
.fa-chalkboard:before {
  content: "";
}
.fa-chalkboard-teacher:before {
  content: "";
}
.fa-charging-station:before {
  content: "";
}
.fa-chart-area:before {
  content: "";
}
.fa-chart-bar:before {
  content: "";
}
.fa-chart-line:before {
  content: "";
}
.fa-chart-pie:before {
  content: "";
}
.fa-check:before {
  content: "";
}
.fa-check-circle:before {
  content: "";
}
.fa-check-double:before {
  content: "";
}
.fa-check-square:before {
  content: "";
}
.fa-cheese:before {
  content: "";
}
.fa-chess:before {
  content: "";
}
.fa-chess-bishop:before {
  content: "";
}
.fa-chess-board:before {
  content: "";
}
.fa-chess-king:before {
  content: "";
}
.fa-chess-knight:before {
  content: "";
}
.fa-chess-pawn:before {
  content: "";
}
.fa-chess-queen:before {
  content: "";
}
.fa-chess-rook:before {
  content: "";
}
.fa-chevron-circle-down:before {
  content: "";
}
.fa-chevron-circle-left:before {
  content: "";
}
.fa-chevron-circle-right:before {
  content: "";
}
.fa-chevron-circle-up:before {
  content: "";
}
.fa-chevron-down:before {
  content: "";
}
.fa-chevron-left:before {
  content: "";
}
.fa-chevron-right:before {
  content: "";
}
.fa-chevron-up:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-chromecast:before {
  content: "";
}
.fa-church:before {
  content: "";
}
.fa-circle:before {
  content: "";
}
.fa-circle-notch:before {
  content: "";
}
.fa-city:before {
  content: "";
}
.fa-clinic-medical:before {
  content: "";
}
.fa-clipboard:before {
  content: "";
}
.fa-clipboard-check:before {
  content: "";
}
.fa-clipboard-list:before {
  content: "";
}
.fa-clock:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-closed-captioning:before {
  content: "";
}
.fa-cloud:before {
  content: "";
}
.fa-cloud-download-alt:before {
  content: "";
}
.fa-cloud-meatball:before {
  content: "";
}
.fa-cloud-moon:before {
  content: "";
}
.fa-cloud-moon-rain:before {
  content: "";
}
.fa-cloud-rain:before {
  content: "";
}
.fa-cloud-showers-heavy:before {
  content: "";
}
.fa-cloud-sun:before {
  content: "";
}
.fa-cloud-sun-rain:before {
  content: "";
}
.fa-cloud-upload-alt:before {
  content: "";
}
.fa-cloudscale:before {
  content: "";
}
.fa-cloudsmith:before {
  content: "";
}
.fa-cloudversify:before {
  content: "";
}
.fa-cocktail:before {
  content: "";
}
.fa-code:before {
  content: "";
}
.fa-code-branch:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-coffee:before {
  content: "";
}
.fa-cog:before {
  content: "";
}
.fa-cogs:before {
  content: "";
}
.fa-coins:before {
  content: "";
}
.fa-columns:before {
  content: "";
}
.fa-comment:before {
  content: "";
}
.fa-comment-alt:before {
  content: "";
}
.fa-comment-dollar:before {
  content: "";
}
.fa-comment-dots:before {
  content: "";
}
.fa-comment-medical:before {
  content: "";
}
.fa-comment-slash:before {
  content: "";
}
.fa-comments:before {
  content: "";
}
.fa-comments-dollar:before {
  content: "";
}
.fa-compact-disc:before {
  content: "";
}
.fa-compass:before {
  content: "";
}
.fa-compress:before {
  content: "";
}
.fa-compress-arrows-alt:before {
  content: "";
}
.fa-concierge-bell:before {
  content: "";
}
.fa-confluence:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-cookie:before {
  content: "";
}
.fa-cookie-bite:before {
  content: "";
}
.fa-copy:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-couch:before {
  content: "";
}
.fa-cpanel:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-creative-commons-by:before {
  content: "";
}
.fa-creative-commons-nc:before {
  content: "";
}
.fa-creative-commons-nc-eu:before {
  content: "";
}
.fa-creative-commons-nc-jp:before {
  content: "";
}
.fa-creative-commons-nd:before {
  content: "";
}
.fa-creative-commons-pd:before {
  content: "";
}
.fa-creative-commons-pd-alt:before {
  content: "";
}
.fa-creative-commons-remix:before {
  content: "";
}
.fa-creative-commons-sa:before {
  content: "";
}
.fa-creative-commons-sampling:before {
  content: "";
}
.fa-creative-commons-sampling-plus:before {
  content: "";
}
.fa-creative-commons-share:before {
  content: "";
}
.fa-creative-commons-zero:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-critical-role:before {
  content: "";
}
.fa-crop:before {
  content: "";
}
.fa-crop-alt:before {
  content: "";
}
.fa-cross:before {
  content: "";
}
.fa-crosshairs:before {
  content: "";
}
.fa-crow:before {
  content: "";
}
.fa-crown:before {
  content: "";
}
.fa-crutch:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-css3-alt:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-cut:before {
  content: "";
}
.fa-cuttlefish:before {
  content: "";
}
.fa-d-and-d:before {
  content: "";
}
.fa-d-and-d-beyond:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-deaf:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-democrat:before {
  content: "";
}
.fa-deploydog:before {
  content: "";
}
.fa-deskpro:before {
  content: "";
}
.fa-desktop:before {
  content: "";
}
.fa-dev:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-dharmachakra:before {
  content: "";
}
.fa-dhl:before {
  content: "";
}
.fa-diagnoses:before {
  content: "";
}
.fa-diaspora:before {
  content: "";
}
.fa-dice:before {
  content: "";
}
.fa-dice-d20:before {
  content: "";
}
.fa-dice-d6:before {
  content: "";
}
.fa-dice-five:before {
  content: "";
}
.fa-dice-four:before {
  content: "";
}
.fa-dice-one:before {
  content: "";
}
.fa-dice-six:before {
  content: "";
}
.fa-dice-three:before {
  content: "";
}
.fa-dice-two:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-digital-ocean:before {
  content: "";
}
.fa-digital-tachograph:before {
  content: "";
}
.fa-directions:before {
  content: "";
}
.fa-discord:before {
  content: "";
}
.fa-discourse:before {
  content: "";
}
.fa-divide:before {
  content: "";
}
.fa-dizzy:before {
  content: "";
}
.fa-dna:before {
  content: "";
}
.fa-dochub:before {
  content: "";
}
.fa-docker:before {
  content: "";
}
.fa-dog:before {
  content: "";
}
.fa-dollar-sign:before {
  content: "";
}
.fa-dolly:before {
  content: "";
}
.fa-dolly-flatbed:before {
  content: "";
}
.fa-donate:before {
  content: "";
}
.fa-door-closed:before {
  content: "";
}
.fa-door-open:before {
  content: "";
}
.fa-dot-circle:before {
  content: "";
}
.fa-dove:before {
  content: "";
}
.fa-download:before {
  content: "";
}
.fa-draft2digital:before {
  content: "";
}
.fa-drafting-compass:before {
  content: "";
}
.fa-dragon:before {
  content: "";
}
.fa-draw-polygon:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-dribbble-square:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-drum:before {
  content: "";
}
.fa-drum-steelpan:before {
  content: "";
}
.fa-drumstick-bite:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-dumbbell:before {
  content: "";
}
.fa-dumpster:before {
  content: "";
}
.fa-dumpster-fire:before {
  content: "";
}
.fa-dungeon:before {
  content: "";
}
.fa-dyalog:before {
  content: "";
}
.fa-earlybirds:before {
  content: "";
}
.fa-ebay:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-edit:before {
  content: "";
}
.fa-egg:before {
  content: "";
}
.fa-eject:before {
  content: "";
}
.fa-elementor:before {
  content: "";
}
.fa-ellipsis-h:before {
  content: "";
}
.fa-ellipsis-v:before {
  content: "";
}
.fa-ello:before {
  content: "";
}
.fa-ember:before {
  content: "";
}
.fa-empire:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-text:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-equals:before {
  content: "";
}
.fa-eraser:before {
  content: "";
}
.fa-erlang:before {
  content: "";
}
.fa-ethereum:before {
  content: "";
}
.fa-ethernet:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-euro-sign:before {
  content: "";
}
.fa-evernote:before {
  content: "";
}
.fa-exchange-alt:before {
  content: "";
}
.fa-exclamation:before {
  content: "";
}
.fa-exclamation-circle:before {
  content: "";
}
.fa-exclamation-triangle:before {
  content: "";
}
.fa-expand:before {
  content: "";
}
.fa-expand-arrows-alt:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-external-link-alt:before {
  content: "";
}
.fa-external-link-square-alt:before {
  content: "";
}
.fa-eye:before {
  content: "";
}
.fa-eye-dropper:before {
  content: "";
}
.fa-eye-slash:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-facebook-f:before {
  content: "";
}
.fa-facebook-messenger:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-fan:before {
  content: "";
}
.fa-fantasy-flight-games:before {
  content: "";
}
.fa-fast-backward:before {
  content: "";
}
.fa-fast-forward:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-feather:before {
  content: "";
}
.fa-feather-alt:before {
  content: "";
}
.fa-fedex:before {
  content: "";
}
.fa-fedora:before {
  content: "";
}
.fa-female:before {
  content: "";
}
.fa-fighter-jet:before {
  content: "";
}
.fa-figma:before {
  content: "";
}
.fa-file:before {
  content: "";
}
.fa-file-alt:before {
  content: "";
}
.fa-file-archive:before {
  content: "";
}
.fa-file-audio:before {
  content: "";
}
.fa-file-code:before {
  content: "";
}
.fa-file-contract:before {
  content: "";
}
.fa-file-csv:before {
  content: "";
}
.fa-file-download:before {
  content: "";
}
.fa-file-excel:before {
  content: "";
}
.fa-file-export:before {
  content: "";
}
.fa-file-image:before {
  content: "";
}
.fa-file-import:before {
  content: "";
}
.fa-file-invoice:before {
  content: "";
}
.fa-file-invoice-dollar:before {
  content: "";
}
.fa-file-medical:before {
  content: "";
}
.fa-file-medical-alt:before {
  content: "";
}
.fa-file-pdf:before {
  content: "";
}
.fa-file-powerpoint:before {
  content: "";
}
.fa-file-prescription:before {
  content: "";
}
.fa-file-signature:before {
  content: "";
}
.fa-file-upload:before {
  content: "";
}
.fa-file-video:before {
  content: "";
}
.fa-file-word:before {
  content: "";
}
.fa-fill:before {
  content: "";
}
.fa-fill-drip:before {
  content: "";
}
.fa-film:before {
  content: "";
}
.fa-filter:before {
  content: "";
}
.fa-fingerprint:before {
  content: "";
}
.fa-fire:before {
  content: "";
}
.fa-fire-alt:before {
  content: "";
}
.fa-fire-extinguisher:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-first-aid:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-first-order-alt:before {
  content: "";
}
.fa-firstdraft:before {
  content: "";
}
.fa-fish:before {
  content: "";
}
.fa-fist-raised:before {
  content: "";
}
.fa-flag:before {
  content: "";
}
.fa-flag-checkered:before {
  content: "";
}
.fa-flag-usa:before {
  content: "";
}
.fa-flask:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-flipboard:before {
  content: "";
}
.fa-flushed:before {
  content: "";
}
.fa-fly:before {
  content: "";
}
.fa-folder:before {
  content: "";
}
.fa-folder-minus:before {
  content: "";
}
.fa-folder-open:before {
  content: "";
}
.fa-folder-plus:before {
  content: "";
}
.fa-font:before {
  content: "";
}
.fa-font-awesome:before {
  content: "";
}
.fa-font-awesome-alt:before {
  content: "";
}
.fa-font-awesome-flag:before {
  content: "";
}
.fa-font-awesome-logo-full:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-fonticons-fi:before {
  content: "";
}
.fa-football-ball:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-fort-awesome-alt:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-forward:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-freebsd:before {
  content: "";
}
.fa-frog:before {
  content: "";
}
.fa-frown:before {
  content: "";
}
.fa-frown-open:before {
  content: "";
}
.fa-fulcrum:before {
  content: "";
}
.fa-funnel-dollar:before {
  content: "";
}
.fa-futbol:before {
  content: "";
}
.fa-galactic-republic:before {
  content: "";
}
.fa-galactic-senate:before {
  content: "";
}
.fa-gamepad:before {
  content: "";
}
.fa-gas-pump:before {
  content: "";
}
.fa-gavel:before {
  content: "";
}
.fa-gem:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-ghost:before {
  content: "";
}
.fa-gift:before {
  content: "";
}
.fa-gifts:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-git-alt:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-gitkraken:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-gitter:before {
  content: "";
}
.fa-glass-cheers:before {
  content: "";
}
.fa-glass-martini:before {
  content: "";
}
.fa-glass-martini-alt:before {
  content: "";
}
.fa-glass-whiskey:before {
  content: "";
}
.fa-glasses:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-globe:before {
  content: "";
}
.fa-globe-africa:before {
  content: "";
}
.fa-globe-americas:before {
  content: "";
}
.fa-globe-asia:before {
  content: "";
}
.fa-globe-europe:before {
  content: "";
}
.fa-gofore:before {
  content: "";
}
.fa-golf-ball:before {
  content: "";
}
.fa-goodreads:before {
  content: "";
}
.fa-goodreads-g:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-google-drive:before {
  content: "";
}
.fa-google-play:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-google-plus-g:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-gopuram:before {
  content: "";
}
.fa-graduation-cap:before {
  content: "";
}
.fa-gratipay:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-greater-than:before {
  content: "";
}
.fa-greater-than-equal:before {
  content: "";
}
.fa-grimace:before {
  content: "";
}
.fa-grin:before {
  content: "";
}
.fa-grin-alt:before {
  content: "";
}
.fa-grin-beam:before {
  content: "";
}
.fa-grin-beam-sweat:before {
  content: "";
}
.fa-grin-hearts:before {
  content: "";
}
.fa-grin-squint:before {
  content: "";
}
.fa-grin-squint-tears:before {
  content: "";
}
.fa-grin-stars:before {
  content: "";
}
.fa-grin-tears:before {
  content: "";
}
.fa-grin-tongue:before {
  content: "";
}
.fa-grin-tongue-squint:before {
  content: "";
}
.fa-grin-tongue-wink:before {
  content: "";
}
.fa-grin-wink:before {
  content: "";
}
.fa-grip-horizontal:before {
  content: "";
}
.fa-grip-lines:before {
  content: "";
}
.fa-grip-lines-vertical:before {
  content: "";
}
.fa-grip-vertical:before {
  content: "";
}
.fa-gripfire:before {
  content: "";
}
.fa-grunt:before {
  content: "";
}
.fa-guitar:before {
  content: "";
}
.fa-gulp:before {
  content: "";
}
.fa-h-square:before {
  content: "";
}
.fa-hacker-news:before {
  content: "";
}
.fa-hacker-news-square:before {
  content: "";
}
.fa-hackerrank:before {
  content: "";
}
.fa-hamburger:before {
  content: "";
}
.fa-hammer:before {
  content: "";
}
.fa-hamsa:before {
  content: "";
}
.fa-hand-holding:before {
  content: "";
}
.fa-hand-holding-heart:before {
  content: "";
}
.fa-hand-holding-usd:before {
  content: "";
}
.fa-hand-lizard:before {
  content: "";
}
.fa-hand-middle-finger:before {
  content: "";
}
.fa-hand-paper:before {
  content: "";
}
.fa-hand-peace:before {
  content: "";
}
.fa-hand-point-down:before {
  content: "";
}
.fa-hand-point-left:before {
  content: "";
}
.fa-hand-point-right:before {
  content: "";
}
.fa-hand-point-up:before {
  content: "";
}
.fa-hand-pointer:before {
  content: "";
}
.fa-hand-rock:before {
  content: "";
}
.fa-hand-scissors:before {
  content: "";
}
.fa-hand-spock:before {
  content: "";
}
.fa-hands:before {
  content: "";
}
.fa-hands-helping:before {
  content: "";
}
.fa-handshake:before {
  content: "";
}
.fa-hanukiah:before {
  content: "";
}
.fa-hard-hat:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-hat-wizard:before {
  content: "";
}
.fa-haykal:before {
  content: "";
}
.fa-hdd:before {
  content: "";
}
.fa-heading:before {
  content: "";
}
.fa-headphones:before {
  content: "";
}
.fa-headphones-alt:before {
  content: "";
}
.fa-headset:before {
  content: "";
}
.fa-heart:before {
  content: "";
}
.fa-heart-broken:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-helicopter:before {
  content: "";
}
.fa-highlighter:before {
  content: "";
}
.fa-hiking:before {
  content: "";
}
.fa-hippo:before {
  content: "";
}
.fa-hips:before {
  content: "";
}
.fa-hire-a-helper:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-hockey-puck:before {
  content: "";
}
.fa-holly-berry:before {
  content: "";
}
.fa-home:before {
  content: "";
}
.fa-hooli:before {
  content: "";
}
.fa-hornbill:before {
  content: "";
}
.fa-horse:before {
  content: "";
}
.fa-horse-head:before {
  content: "";
}
.fa-hospital:before {
  content: "";
}
.fa-hospital-alt:before {
  content: "";
}
.fa-hospital-symbol:before {
  content: "";
}
.fa-hot-tub:before {
  content: "";
}
.fa-hotdog:before {
  content: "";
}
.fa-hotel:before {
  content: "";
}
.fa-hotjar:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-start:before {
  content: "";
}
.fa-house-damage:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-hryvnia:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-hubspot:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-ice-cream:before {
  content: "";
}
.fa-icicles:before {
  content: "";
}
.fa-icons:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-id-card:before {
  content: "";
}
.fa-id-card-alt:before {
  content: "";
}
.fa-igloo:before {
  content: "";
}
.fa-image:before {
  content: "";
}
.fa-images:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-inbox:before {
  content: "";
}
.fa-indent:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-infinity:before {
  content: "";
}
.fa-info:before {
  content: "";
}
.fa-info-circle:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-intercom:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-invision:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-italic:before {
  content: "";
}
.fa-itch-io:before {
  content: "";
}
.fa-itunes:before {
  content: "";
}
.fa-itunes-note:before {
  content: "";
}
.fa-java:before {
  content: "";
}
.fa-jedi:before {
  content: "";
}
.fa-jedi-order:before {
  content: "";
}
.fa-jenkins:before {
  content: "";
}
.fa-jira:before {
  content: "";
}
.fa-joget:before {
  content: "";
}
.fa-joint:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-journal-whills:before {
  content: "";
}
.fa-js:before {
  content: "";
}
.fa-js-square:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-kaaba:before {
  content: "";
}
.fa-kaggle:before {
  content: "";
}
.fa-key:before {
  content: "";
}
.fa-keybase:before {
  content: "";
}
.fa-keyboard:before {
  content: "";
}
.fa-keycdn:before {
  content: "";
}
.fa-khanda:before {
  content: "";
}
.fa-kickstarter:before {
  content: "";
}
.fa-kickstarter-k:before {
  content: "";
}
.fa-kiss:before {
  content: "";
}
.fa-kiss-beam:before {
  content: "";
}
.fa-kiss-wink-heart:before {
  content: "";
}
.fa-kiwi-bird:before {
  content: "";
}
.fa-korvue:before {
  content: "";
}
.fa-landmark:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-laptop:before {
  content: "";
}
.fa-laptop-code:before {
  content: "";
}
.fa-laptop-medical:before {
  content: "";
}
.fa-laravel:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-laugh:before {
  content: "";
}
.fa-laugh-beam:before {
  content: "";
}
.fa-laugh-squint:before {
  content: "";
}
.fa-laugh-wink:before {
  content: "";
}
.fa-layer-group:before {
  content: "";
}
.fa-leaf:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-lemon:before {
  content: "";
}
.fa-less:before {
  content: "";
}
.fa-less-than:before {
  content: "";
}
.fa-less-than-equal:before {
  content: "";
}
.fa-level-down-alt:before {
  content: "";
}
.fa-level-up-alt:before {
  content: "";
}
.fa-life-ring:before {
  content: "";
}
.fa-lightbulb:before {
  content: "";
}
.fa-line:before {
  content: "";
}
.fa-link:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-linkedin-in:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-lira-sign:before {
  content: "";
}
.fa-list:before {
  content: "";
}
.fa-list-alt:before {
  content: "";
}
.fa-list-ol:before {
  content: "";
}
.fa-list-ul:before {
  content: "";
}
.fa-location-arrow:before {
  content: "";
}
.fa-lock:before {
  content: "";
}
.fa-lock-open:before {
  content: "";
}
.fa-long-arrow-alt-down:before {
  content: "";
}
.fa-long-arrow-alt-left:before {
  content: "";
}
.fa-long-arrow-alt-right:before {
  content: "";
}
.fa-long-arrow-alt-up:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-luggage-cart:before {
  content: "";
}
.fa-lyft:before {
  content: "";
}
.fa-magento:before {
  content: "";
}
.fa-magic:before {
  content: "";
}
.fa-magnet:before {
  content: "";
}
.fa-mail-bulk:before {
  content: "";
}
.fa-mailchimp:before {
  content: "";
}
.fa-male:before {
  content: "";
}
.fa-mandalorian:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-map-marked:before {
  content: "";
}
.fa-map-marked-alt:before {
  content: "";
}
.fa-map-marker:before {
  content: "";
}
.fa-map-marker-alt:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-markdown:before {
  content: "";
}
.fa-marker:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mask:before {
  content: "";
}
.fa-mastodon:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-medal:before {
  content: "";
}
.fa-medapps:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-medium-m:before {
  content: "";
}
.fa-medkit:before {
  content: "";
}
.fa-medrt:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.fa-megaport:before {
  content: "";
}
.fa-meh:before {
  content: "";
}
.fa-meh-blank:before {
  content: "";
}
.fa-meh-rolling-eyes:before {
  content: "";
}
.fa-memory:before {
  content: "";
}
.fa-mendeley:before {
  content: "";
}
.fa-menorah:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-meteor:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-microphone:before {
  content: "";
}
.fa-microphone-alt:before {
  content: "";
}
.fa-microphone-alt-slash:before {
  content: "";
}
.fa-microphone-slash:before {
  content: "";
}
.fa-microscope:before {
  content: "";
}
.fa-microsoft:before {
  content: "";
}
.fa-minus:before {
  content: "";
}
.fa-minus-circle:before {
  content: "";
}
.fa-minus-square:before {
  content: "";
}
.fa-mitten:before {
  content: "";
}
.fa-mix:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-mizuni:before {
  content: "";
}
.fa-mobile:before {
  content: "";
}
.fa-mobile-alt:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-monero:before {
  content: "";
}
.fa-money-bill:before {
  content: "";
}
.fa-money-bill-alt:before {
  content: "";
}
.fa-money-bill-wave:before {
  content: "";
}
.fa-money-bill-wave-alt:before {
  content: "";
}
.fa-money-check:before {
  content: "";
}
.fa-money-check-alt:before {
  content: "";
}
.fa-monument:before {
  content: "";
}
.fa-moon:before {
  content: "";
}
.fa-mortar-pestle:before {
  content: "";
}
.fa-mosque:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-mountain:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-mug-hot:before {
  content: "";
}
.fa-music:before {
  content: "";
}
.fa-napster:before {
  content: "";
}
.fa-neos:before {
  content: "";
}
.fa-network-wired:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-newspaper:before {
  content: "";
}
.fa-nimblr:before {
  content: "";
}
.fa-node:before {
  content: "";
}
.fa-node-js:before {
  content: "";
}
.fa-not-equal:before {
  content: "";
}
.fa-notes-medical:before {
  content: "";
}
.fa-npm:before {
  content: "";
}
.fa-ns8:before {
  content: "";
}
.fa-nutritionix:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-oil-can:before {
  content: "";
}
.fa-old-republic:before {
  content: "";
}
.fa-om:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-osi:before {
  content: "";
}
.fa-otter:before {
  content: "";
}
.fa-outdent:before {
  content: "";
}
.fa-page4:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-pager:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-paint-roller:before {
  content: "";
}
.fa-palette:before {
  content: "";
}
.fa-palfed:before {
  content: "";
}
.fa-pallet:before {
  content: "";
}
.fa-paper-plane:before {
  content: "";
}
.fa-paperclip:before {
  content: "";
}
.fa-parachute-box:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-parking:before {
  content: "";
}
.fa-passport:before {
  content: "";
}
.fa-pastafarianism:before {
  content: "";
}
.fa-paste:before {
  content: "";
}
.fa-patreon:before {
  content: "";
}
.fa-pause:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-peace:before {
  content: "";
}
.fa-pen:before {
  content: "";
}
.fa-pen-alt:before {
  content: "";
}
.fa-pen-fancy:before {
  content: "";
}
.fa-pen-nib:before {
  content: "";
}
.fa-pen-square:before {
  content: "";
}
.fa-pencil-alt:before {
  content: "";
}
.fa-pencil-ruler:before {
  content: "";
}
.fa-penny-arcade:before {
  content: "";
}
.fa-people-carry:before {
  content: "";
}
.fa-pepper-hot:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-percentage:before {
  content: "";
}
.fa-periscope:before {
  content: "";
}
.fa-person-booth:before {
  content: "";
}
.fa-phabricator:before {
  content: "";
}
.fa-phoenix-framework:before {
  content: "";
}
.fa-phoenix-squadron:before {
  content: "";
}
.fa-phone:before {
  content: "";
}
.fa-phone-alt:before {
  content: "";
}
.fa-phone-slash:before {
  content: "";
}
.fa-phone-square:before {
  content: "";
}
.fa-phone-square-alt:before {
  content: "";
}
.fa-phone-volume:before {
  content: "";
}
.fa-photo-video:before {
  content: "";
}
.fa-php:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-pied-piper-hat:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-piggy-bank:before {
  content: "";
}
.fa-pills:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-pizza-slice:before {
  content: "";
}
.fa-place-of-worship:before {
  content: "";
}
.fa-plane:before {
  content: "";
}
.fa-plane-arrival:before {
  content: "";
}
.fa-plane-departure:before {
  content: "";
}
.fa-play:before {
  content: "";
}
.fa-play-circle:before {
  content: "";
}
.fa-playstation:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-plus:before {
  content: "";
}
.fa-plus-circle:before {
  content: "";
}
.fa-plus-square:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-poll:before {
  content: "";
}
.fa-poll-h:before {
  content: "";
}
.fa-poo:before {
  content: "";
}
.fa-poo-storm:before {
  content: "";
}
.fa-poop:before {
  content: "";
}
.fa-portrait:before {
  content: "";
}
.fa-pound-sign:before {
  content: "";
}
.fa-power-off:before {
  content: "";
}
.fa-pray:before {
  content: "";
}
.fa-praying-hands:before {
  content: "";
}
.fa-prescription:before {
  content: "";
}
.fa-prescription-bottle:before {
  content: "";
}
.fa-prescription-bottle-alt:before {
  content: "";
}
.fa-print:before {
  content: "";
}
.fa-procedures:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-project-diagram:before {
  content: "";
}
.fa-pushed:before {
  content: "";
}
.fa-puzzle-piece:before {
  content: "";
}
.fa-python:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-qrcode:before {
  content: "";
}
.fa-question:before {
  content: "";
}
.fa-question-circle:before {
  content: "";
}
.fa-quidditch:before {
  content: "";
}
.fa-quinscape:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-quote-left:before {
  content: "";
}
.fa-quote-right:before {
  content: "";
}
.fa-quran:before {
  content: "";
}
.fa-r-project:before {
  content: "";
}
.fa-radiation:before {
  content: "";
}
.fa-radiation-alt:before {
  content: "";
}
.fa-rainbow:before {
  content: "";
}
.fa-random:before {
  content: "";
}
.fa-raspberry-pi:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-react:before {
  content: "";
}
.fa-reacteurope:before {
  content: "";
}
.fa-readme:before {
  content: "";
}
.fa-rebel:before {
  content: "";
}
.fa-receipt:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-red-river:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-redhat:before {
  content: "";
}
.fa-redo:before {
  content: "";
}
.fa-redo-alt:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-remove-format:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-reply:before {
  content: "";
}
.fa-reply-all:before {
  content: "";
}
.fa-replyd:before {
  content: "";
}
.fa-republican:before {
  content: "";
}
.fa-researchgate:before {
  content: "";
}
.fa-resolving:before {
  content: "";
}
.fa-restroom:before {
  content: "";
}
.fa-retweet:before {
  content: "";
}
.fa-rev:before {
  content: "";
}
.fa-ribbon:before {
  content: "";
}
.fa-ring:before {
  content: "";
}
.fa-road:before {
  content: "";
}
.fa-robot:before {
  content: "";
}
.fa-rocket:before {
  content: "";
}
.fa-rocketchat:before {
  content: "";
}
.fa-rockrms:before {
  content: "";
}
.fa-route:before {
  content: "";
}
.fa-rss:before {
  content: "";
}
.fa-rss-square:before {
  content: "";
}
.fa-ruble-sign:before {
  content: "";
}
.fa-ruler:before {
  content: "";
}
.fa-ruler-combined:before {
  content: "";
}
.fa-ruler-horizontal:before {
  content: "";
}
.fa-ruler-vertical:before {
  content: "";
}
.fa-running:before {
  content: "";
}
.fa-rupee-sign:before {
  content: "";
}
.fa-sad-cry:before {
  content: "";
}
.fa-sad-tear:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-salesforce:before {
  content: "";
}
.fa-sass:before {
  content: "";
}
.fa-satellite:before {
  content: "";
}
.fa-satellite-dish:before {
  content: "";
}
.fa-save:before {
  content: "";
}
.fa-schlix:before {
  content: "";
}
.fa-school:before {
  content: "";
}
.fa-screwdriver:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-scroll:before {
  content: "";
}
.fa-sd-card:before {
  content: "";
}
.fa-search:before {
  content: "";
}
.fa-search-dollar:before {
  content: "";
}
.fa-search-location:before {
  content: "";
}
.fa-search-minus:before {
  content: "";
}
.fa-search-plus:before {
  content: "";
}
.fa-searchengin:before {
  content: "";
}
.fa-seedling:before {
  content: "";
}
.fa-sellcast:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-servicestack:before {
  content: "";
}
.fa-shapes:before {
  content: "";
}
.fa-share:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-share-square:before {
  content: "";
}
.fa-shekel-sign:before {
  content: "";
}
.fa-shield-alt:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-shipping-fast:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-shoe-prints:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-shopping-cart:before {
  content: "";
}
.fa-shopware:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-shuttle-van:before {
  content: "";
}
.fa-sign:before {
  content: "";
}
.fa-sign-in-alt:before {
  content: "";
}
.fa-sign-language:before {
  content: "";
}
.fa-sign-out-alt:before {
  content: "";
}
.fa-signal:before {
  content: "";
}
.fa-signature:before {
  content: "";
}
.fa-sim-card:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-sistrix:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-sith:before {
  content: "";
}
.fa-skating:before {
  content: "";
}
.fa-sketch:before {
  content: "";
}
.fa-skiing:before {
  content: "";
}
.fa-skiing-nordic:before {
  content: "";
}
.fa-skull:before {
  content: "";
}
.fa-skull-crossbones:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-slack-hash:before {
  content: "";
}
.fa-slash:before {
  content: "";
}
.fa-sleigh:before {
  content: "";
}
.fa-sliders-h:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-smile:before {
  content: "";
}
.fa-smile-beam:before {
  content: "";
}
.fa-smile-wink:before {
  content: "";
}
.fa-smog:before {
  content: "";
}
.fa-smoking:before {
  content: "";
}
.fa-smoking-ban:before {
  content: "";
}
.fa-sms:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-snowboarding:before {
  content: "";
}
.fa-snowflake:before {
  content: "";
}
.fa-snowman:before {
  content: "";
}
.fa-snowplow:before {
  content: "";
}
.fa-socks:before {
  content: "";
}
.fa-solar-panel:before {
  content: "";
}
.fa-sort:before {
  content: "";
}
.fa-sort-alpha-down:before {
  content: "";
}
.fa-sort-alpha-down-alt:before {
  content: "";
}
.fa-sort-alpha-up:before {
  content: "";
}
.fa-sort-alpha-up-alt:before {
  content: "";
}
.fa-sort-amount-down:before {
  content: "";
}
.fa-sort-amount-down-alt:before {
  content: "";
}
.fa-sort-amount-up:before {
  content: "";
}
.fa-sort-amount-up-alt:before {
  content: "";
}
.fa-sort-down:before {
  content: "";
}
.fa-sort-numeric-down:before {
  content: "";
}
.fa-sort-numeric-down-alt:before {
  content: "";
}
.fa-sort-numeric-up:before {
  content: "";
}
.fa-sort-numeric-up-alt:before {
  content: "";
}
.fa-sort-up:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-sourcetree:before {
  content: "";
}
.fa-spa:before {
  content: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-speakap:before {
  content: "";
}
.fa-speaker-deck:before {
  content: "";
}
.fa-spell-check:before {
  content: "";
}
.fa-spider:before {
  content: "";
}
.fa-spinner:before {
  content: "";
}
.fa-splotch:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-spray-can:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-square-full:before {
  content: "";
}
.fa-square-root-alt:before {
  content: "";
}
.fa-squarespace:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-stackpath:before {
  content: "";
}
.fa-stamp:before {
  content: "";
}
.fa-star:before {
  content: "";
}
.fa-star-and-crescent:before {
  content: "";
}
.fa-star-half:before {
  content: "";
}
.fa-star-half-alt:before {
  content: "";
}
.fa-star-of-david:before {
  content: "";
}
.fa-star-of-life:before {
  content: "";
}
.fa-staylinked:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-steam-symbol:before {
  content: "";
}
.fa-step-backward:before {
  content: "";
}
.fa-step-forward:before {
  content: "";
}
.fa-stethoscope:before {
  content: "";
}
.fa-sticker-mule:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-stop:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stopwatch:before {
  content: "";
}
.fa-store:before {
  content: "";
}
.fa-store-alt:before {
  content: "";
}
.fa-strava:before {
  content: "";
}
.fa-stream:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-strikethrough:before {
  content: "";
}
.fa-stripe:before {
  content: "";
}
.fa-stripe-s:before {
  content: "";
}
.fa-stroopwafel:before {
  content: "";
}
.fa-studiovinari:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-subscript:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-suitcase:before {
  content: "";
}
.fa-suitcase-rolling:before {
  content: "";
}
.fa-sun:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-superscript:before {
  content: "";
}
.fa-supple:before {
  content: "";
}
.fa-surprise:before {
  content: "";
}
.fa-suse:before {
  content: "";
}
.fa-swatchbook:before {
  content: "";
}
.fa-swimmer:before {
  content: "";
}
.fa-swimming-pool:before {
  content: "";
}
.fa-symfony:before {
  content: "";
}
.fa-synagogue:before {
  content: "";
}
.fa-sync:before {
  content: "";
}
.fa-sync-alt:before {
  content: "";
}
.fa-syringe:before {
  content: "";
}
.fa-table:before {
  content: "";
}
.fa-table-tennis:before {
  content: "";
}
.fa-tablet:before {
  content: "";
}
.fa-tablet-alt:before {
  content: "";
}
.fa-tablets:before {
  content: "";
}
.fa-tachometer-alt:before {
  content: "";
}
.fa-tag:before {
  content: "";
}
.fa-tags:before {
  content: "";
}
.fa-tape:before {
  content: "";
}
.fa-tasks:before {
  content: "";
}
.fa-taxi:before {
  content: "";
}
.fa-teamspeak:before {
  content: "";
}
.fa-teeth:before {
  content: "";
}
.fa-teeth-open:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-telegram-plane:before {
  content: "";
}
.fa-temperature-high:before {
  content: "";
}
.fa-temperature-low:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-tenge:before {
  content: "";
}
.fa-terminal:before {
  content: "";
}
.fa-text-height:before {
  content: "";
}
.fa-text-width:before {
  content: "";
}
.fa-th:before {
  content: "";
}
.fa-th-large:before {
  content: "";
}
.fa-th-list:before {
  content: "";
}
.fa-the-red-yeti:before {
  content: "";
}
.fa-theater-masks:before {
  content: "";
}
.fa-themeco:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-thermometer:before {
  content: "";
}
.fa-thermometer-empty:before {
  content: "";
}
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-think-peaks:before {
  content: "";
}
.fa-thumbs-down:before {
  content: "";
}
.fa-thumbs-up:before {
  content: "";
}
.fa-thumbtack:before {
  content: "";
}
.fa-ticket-alt:before {
  content: "";
}
.fa-times:before {
  content: "";
}
.fa-times-circle:before {
  content: "";
}
.fa-tint:before {
  content: "";
}
.fa-tint-slash:before {
  content: "";
}
.fa-tired:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-toilet:before {
  content: "";
}
.fa-toilet-paper:before {
  content: "";
}
.fa-toolbox:before {
  content: "";
}
.fa-tools:before {
  content: "";
}
.fa-tooth:before {
  content: "";
}
.fa-torah:before {
  content: "";
}
.fa-torii-gate:before {
  content: "";
}
.fa-tractor:before {
  content: "";
}
.fa-trade-federation:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-traffic-light:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-tram:before {
  content: "";
}
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-trash-alt:before {
  content: "";
}
.fa-trash-restore:before {
  content: "";
}
.fa-trash-restore-alt:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-trophy:before {
  content: "";
}
.fa-truck:before {
  content: "";
}
.fa-truck-loading:before {
  content: "";
}
.fa-truck-monster:before {
  content: "";
}
.fa-truck-moving:before {
  content: "";
}
.fa-truck-pickup:before {
  content: "";
}
.fa-tshirt:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-tv:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-typo3:before {
  content: "";
}
.fa-uber:before {
  content: "";
}
.fa-ubuntu:before {
  content: "";
}
.fa-uikit:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-umbrella-beach:before {
  content: "";
}
.fa-underline:before {
  content: "";
}
.fa-undo:before {
  content: "";
}
.fa-undo-alt:before {
  content: "";
}
.fa-uniregistry:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-university:before {
  content: "";
}
.fa-unlink:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-unlock-alt:before {
  content: "";
}
.fa-untappd:before {
  content: "";
}
.fa-upload:before {
  content: "";
}
.fa-ups:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-user:before {
  content: "";
}
.fa-user-alt:before {
  content: "";
}
.fa-user-alt-slash:before {
  content: "";
}
.fa-user-astronaut:before {
  content: "";
}
.fa-user-check:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-clock:before {
  content: "";
}
.fa-user-cog:before {
  content: "";
}
.fa-user-edit:before {
  content: "";
}
.fa-user-friends:before {
  content: "";
}
.fa-user-graduate:before {
  content: "";
}
.fa-user-injured:before {
  content: "";
}
.fa-user-lock:before {
  content: "";
}
.fa-user-md:before {
  content: "";
}
.fa-user-minus:before {
  content: "";
}
.fa-user-ninja:before {
  content: "";
}
.fa-user-nurse:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-user-shield:before {
  content: "";
}
.fa-user-slash:before {
  content: "";
}
.fa-user-tag:before {
  content: "";
}
.fa-user-tie:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-users:before {
  content: "";
}
.fa-users-cog:before {
  content: "";
}
.fa-usps:before {
  content: "";
}
.fa-ussunnah:before {
  content: "";
}
.fa-utensil-spoon:before {
  content: "";
}
.fa-utensils:before {
  content: "";
}
.fa-vaadin:before {
  content: "";
}
.fa-vector-square:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-vial:before {
  content: "";
}
.fa-vials:before {
  content: "";
}
.fa-viber:before {
  content: "";
}
.fa-video:before {
  content: "";
}
.fa-video-slash:before {
  content: "";
}
.fa-vihara:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-vimeo-v:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-vnv:before {
  content: "";
}
.fa-voicemail:before {
  content: "";
}
.fa-volleyball-ball:before {
  content: "";
}
.fa-volume-down:before {
  content: "";
}
.fa-volume-mute:before {
  content: "";
}
.fa-volume-off:before {
  content: "";
}
.fa-volume-up:before {
  content: "";
}
.fa-vote-yea:before {
  content: "";
}
.fa-vr-cardboard:before {
  content: "";
}
.fa-vuejs:before {
  content: "";
}
.fa-walking:before {
  content: "";
}
.fa-wallet:before {
  content: "";
}
.fa-warehouse:before {
  content: "";
}
.fa-water:before {
  content: "";
}
.fa-wave-square:before {
  content: "";
}
.fa-waze:before {
  content: "";
}
.fa-weebly:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-weight:before {
  content: "";
}
.fa-weight-hanging:before {
  content: "";
}
.fa-weixin:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-whatsapp-square:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-whmcs:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-wind:before {
  content: "";
}
.fa-window-close:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-wine-bottle:before {
  content: "";
}
.fa-wine-glass:before {
  content: "";
}
.fa-wine-glass-alt:before {
  content: "";
}
.fa-wix:before {
  content: "";
}
.fa-wizards-of-the-coast:before {
  content: "";
}
.fa-wolf-pack-battalion:before {
  content: "";
}
.fa-won-sign:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-wordpress-simple:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-wpressr:before {
  content: "";
}
.fa-wrench:before {
  content: "";
}
.fa-x-ray:before {
  content: "";
}
.fa-xbox:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-y-combinator:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-yammer:before {
  content: "";
}
.fa-yandex:before {
  content: "";
}
.fa-yandex-international:before {
  content: "";
}
.fa-yarn:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-yen-sign:before {
  content: "";
}
.fa-yin-yang:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-zhihu:before {
  content: "";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url('fa-solid-900.ef3df98419d143d9617f.eot');
  src: url('fa-solid-900.ef3df98419d143d9617f.eot?#iefix') format("embedded-opentype"), url('fa-solid-900.b5cf8ae26748570d8fb9.woff2') format("woff2"), url('fa-solid-900.4bced7c4c0d61d4f9886.woff') format("woff"), url('fa-solid-900.acf50f59802f20d8b452.ttf') format("truetype"), url('fa-solid-900.b557f56e367e59344ca9.svg#fontawesome') format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('fa-regular-400.fc9c63c8224fb341fc93.eot');
  src: url('fa-regular-400.fc9c63c8224fb341fc93.eot?#iefix') format("embedded-opentype"), url('fa-regular-400.e07d9e40b26048d9abe2.woff2') format("woff2"), url('fa-regular-400.e5770f9863963fb57694.woff') format("woff"), url('fa-regular-400.59215032a4397507b80e.ttf') format("truetype"), url('fa-regular-400.8fdea4e89ac405d9f8db.svg#fontawesome') format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
