/* Scss Document: css for loteria (compiles to styles-loteria.css) --- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* added from base framework */
figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
section h1, article h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* removed normalize */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  /*  background-color: #eeeeee;*/
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.clearfix:after,
.nav:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

/*!
 * Font Awesome Free 7.2.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)
 * Copyright 2026 Fonticons, Inc.
 */
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-solid, .fab, .far, .fas {
  --_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

:is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa):before {
  content: var(--fa)/"";
}

@supports not (content: ""/"") {
  :is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa):before {
    content: var(--fa);
  }
}
.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-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-width-auto {
  --fa-width:auto;
}

.fa-fw, .fa-width-fixed {
  --fa-width:1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-inline-start: var(--fa-li-margin, 2.5em);
  padding-inline-start: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  inset-inline-start: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-radius: var(--fa-border-radius, 0.1em);
  border: var(--fa-border-width, 0.0625em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
  box-sizing: var(--fa-border-box-sizing, content-box);
  padding: var(--fa-border-padding, 0.1875em 0.25em);
}

.fa-pull-left, .fa-pull-start {
  float: inline-start;
  margin-inline-end: var(--fa-pull-margin, 0.3em);
}

.fa-pull-end, .fa-pull-right {
  float: inline-end;
  margin-inline-start: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade, .fa-fade {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-shake, .fa-spin {
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
}

.fa-spin {
  animation-name: fa-spin;
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction:reverse;
}

.fa-pulse, .fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
    animation: none !important;
    transition: none !important;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1) translateY(0);
  }
  to {
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, to {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
  --fa-width:100%;
  inset: 0;
  position: absolute;
  text-align: center;
  width: var(--fa-width);
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

.fa-0 {
  --fa:"\30 ";
}

.fa-1 {
  --fa:"\31 ";
}

.fa-2 {
  --fa:"\32 ";
}

.fa-3 {
  --fa:"\33 ";
}

.fa-4 {
  --fa:"\34 ";
}

.fa-5 {
  --fa:"\35 ";
}

.fa-6 {
  --fa:"\36 ";
}

.fa-7 {
  --fa:"\37 ";
}

.fa-8 {
  --fa:"\38 ";
}

.fa-9 {
  --fa:"\39 ";
}

.fa-exclamation {
  --fa:"\!";
}

.fa-hashtag {
  --fa:"\#";
}

.fa-dollar, .fa-dollar-sign, .fa-usd {
  --fa:"\$";
}

.fa-percent, .fa-percentage {
  --fa:"\%";
}

.fa-asterisk {
  --fa:"\*";
}

.fa-add, .fa-plus {
  --fa:"\+";
}

.fa-less-than {
  --fa:"\<";
}

.fa-equals {
  --fa:"\=";
}

.fa-greater-than {
  --fa:"\>";
}

.fa-question {
  --fa:"\?";
}

.fa-at {
  --fa:"\@";
}

.fa-a {
  --fa:"A";
}

.fa-b {
  --fa:"B";
}

.fa-c {
  --fa:"C";
}

.fa-d {
  --fa:"D";
}

.fa-e {
  --fa:"E";
}

.fa-f {
  --fa:"F";
}

.fa-g {
  --fa:"G";
}

.fa-h {
  --fa:"H";
}

.fa-i {
  --fa:"I";
}

.fa-j {
  --fa:"J";
}

.fa-k {
  --fa:"K";
}

.fa-l {
  --fa:"L";
}

.fa-m {
  --fa:"M";
}

.fa-n {
  --fa:"N";
}

.fa-o {
  --fa:"O";
}

.fa-p {
  --fa:"P";
}

.fa-q {
  --fa:"Q";
}

.fa-r {
  --fa:"R";
}

.fa-s {
  --fa:"S";
}

.fa-t {
  --fa:"T";
}

.fa-u {
  --fa:"U";
}

.fa-v {
  --fa:"V";
}

.fa-w {
  --fa:"W";
}

.fa-x {
  --fa:"X";
}

.fa-y {
  --fa:"Y";
}

.fa-z {
  --fa:"Z";
}

.fa-faucet {
  --fa:"\e005";
}

.fa-faucet-drip {
  --fa:"\e006";
}

.fa-house-chimney-window {
  --fa:"\e00d";
}

.fa-house-signal {
  --fa:"\e012";
}

.fa-temperature-arrow-down, .fa-temperature-down {
  --fa:"\e03f";
}

.fa-temperature-arrow-up, .fa-temperature-up {
  --fa:"\e040";
}

.fa-trailer {
  --fa:"\e041";
}

.fa-bacteria {
  --fa:"\e059";
}

.fa-bacterium {
  --fa:"\e05a";
}

.fa-box-tissue {
  --fa:"\e05b";
}

.fa-hand-holding-medical {
  --fa:"\e05c";
}

.fa-hand-sparkles {
  --fa:"\e05d";
}

.fa-hands-bubbles, .fa-hands-wash {
  --fa:"\e05e";
}

.fa-handshake-alt-slash, .fa-handshake-simple-slash, .fa-handshake-slash {
  --fa:"\e060";
}

.fa-head-side-cough {
  --fa:"\e061";
}

.fa-head-side-cough-slash {
  --fa:"\e062";
}

.fa-head-side-mask {
  --fa:"\e063";
}

.fa-head-side-virus {
  --fa:"\e064";
}

.fa-house-chimney-user {
  --fa:"\e065";
}

.fa-house-laptop, .fa-laptop-house {
  --fa:"\e066";
}

.fa-lungs-virus {
  --fa:"\e067";
}

.fa-people-arrows, .fa-people-arrows-left-right {
  --fa:"\e068";
}

.fa-plane-slash {
  --fa:"\e069";
}

.fa-pump-medical {
  --fa:"\e06a";
}

.fa-pump-soap {
  --fa:"\e06b";
}

.fa-shield-virus {
  --fa:"\e06c";
}

.fa-sink {
  --fa:"\e06d";
}

.fa-soap {
  --fa:"\e06e";
}

.fa-stopwatch-20 {
  --fa:"\e06f";
}

.fa-shop-slash, .fa-store-alt-slash {
  --fa:"\e070";
}

.fa-store-slash {
  --fa:"\e071";
}

.fa-toilet-paper-slash {
  --fa:"\e072";
}

.fa-users-slash {
  --fa:"\e073";
}

.fa-virus {
  --fa:"\e074";
}

.fa-virus-slash {
  --fa:"\e075";
}

.fa-viruses {
  --fa:"\e076";
}

.fa-vest {
  --fa:"\e085";
}

.fa-vest-patches {
  --fa:"\e086";
}

.fa-arrow-trend-down {
  --fa:"\e097";
}

.fa-arrow-trend-up {
  --fa:"\e098";
}

.fa-arrow-up-from-bracket {
  --fa:"\e09a";
}

.fa-austral-sign {
  --fa:"\e0a9";
}

.fa-baht-sign {
  --fa:"\e0ac";
}

.fa-bitcoin-sign {
  --fa:"\e0b4";
}

.fa-bolt-lightning {
  --fa:"\e0b7";
}

.fa-book-bookmark {
  --fa:"\e0bb";
}

.fa-camera-rotate {
  --fa:"\e0d8";
}

.fa-cedi-sign {
  --fa:"\e0df";
}

.fa-chart-column {
  --fa:"\e0e3";
}

.fa-chart-gantt {
  --fa:"\e0e4";
}

.fa-clapperboard {
  --fa:"\e131";
}

.fa-closed-captioning-slash {
  --fa:"\e135";
}

.fa-clover {
  --fa:"\e139";
}

.fa-code-compare {
  --fa:"\e13a";
}

.fa-code-fork {
  --fa:"\e13b";
}

.fa-code-pull-request {
  --fa:"\e13c";
}

.fa-colon-sign {
  --fa:"\e140";
}

.fa-cruzeiro-sign {
  --fa:"\e152";
}

.fa-display {
  --fa:"\e163";
}

.fa-dong-sign {
  --fa:"\e169";
}

.fa-elevator {
  --fa:"\e16d";
}

.fa-filter-circle-xmark {
  --fa:"\e17b";
}

.fa-florin-sign {
  --fa:"\e184";
}

.fa-folder-closed {
  --fa:"\e185";
}

.fa-franc-sign {
  --fa:"\e18f";
}

.fa-guarani-sign {
  --fa:"\e19a";
}

.fa-gun {
  --fa:"\e19b";
}

.fa-hands-clapping {
  --fa:"\e1a8";
}

.fa-home-user, .fa-house-user {
  --fa:"\e1b0";
}

.fa-indian-rupee, .fa-indian-rupee-sign, .fa-inr {
  --fa:"\e1bc";
}

.fa-kip-sign {
  --fa:"\e1c4";
}

.fa-lari-sign {
  --fa:"\e1c8";
}

.fa-litecoin-sign {
  --fa:"\e1d3";
}

.fa-manat-sign {
  --fa:"\e1d5";
}

.fa-mask-face {
  --fa:"\e1d7";
}

.fa-mill-sign {
  --fa:"\e1ed";
}

.fa-money-bills {
  --fa:"\e1f3";
}

.fa-naira-sign {
  --fa:"\e1f6";
}

.fa-notdef {
  --fa:"\e1fe";
}

.fa-panorama {
  --fa:"\e209";
}

.fa-peseta-sign {
  --fa:"\e221";
}

.fa-peso-sign {
  --fa:"\e222";
}

.fa-plane-up {
  --fa:"\e22d";
}

.fa-rupiah-sign {
  --fa:"\e23d";
}

.fa-stairs {
  --fa:"\e289";
}

.fa-timeline {
  --fa:"\e29c";
}

.fa-truck-front {
  --fa:"\e2b7";
}

.fa-try, .fa-turkish-lira, .fa-turkish-lira-sign {
  --fa:"\e2bb";
}

.fa-vault {
  --fa:"\e2c5";
}

.fa-magic-wand-sparkles, .fa-wand-magic-sparkles {
  --fa:"\e2ca";
}

.fa-wheat-alt, .fa-wheat-awn {
  --fa:"\e2cd";
}

.fa-wheelchair-alt, .fa-wheelchair-move {
  --fa:"\e2ce";
}

.fa-bangladeshi-taka-sign {
  --fa:"\e2e6";
}

.fa-bowl-rice {
  --fa:"\e2eb";
}

.fa-person-pregnant {
  --fa:"\e31e";
}

.fa-home-lg, .fa-house-chimney {
  --fa:"\e3af";
}

.fa-house-crack {
  --fa:"\e3b1";
}

.fa-house-medical {
  --fa:"\e3b2";
}

.fa-cent-sign {
  --fa:"\e3f5";
}

.fa-plus-minus {
  --fa:"\e43c";
}

.fa-sailboat {
  --fa:"\e445";
}

.fa-section {
  --fa:"\e447";
}

.fa-shrimp {
  --fa:"\e448";
}

.fa-brazilian-real-sign {
  --fa:"\e46c";
}

.fa-chart-simple {
  --fa:"\e473";
}

.fa-diagram-next {
  --fa:"\e476";
}

.fa-diagram-predecessor {
  --fa:"\e477";
}

.fa-diagram-successor {
  --fa:"\e47a";
}

.fa-earth-oceania, .fa-globe-oceania {
  --fa:"\e47b";
}

.fa-bug-slash {
  --fa:"\e490";
}

.fa-file-circle-plus {
  --fa:"\e494";
}

.fa-shop-lock {
  --fa:"\e4a5";
}

.fa-virus-covid {
  --fa:"\e4a8";
}

.fa-virus-covid-slash {
  --fa:"\e4a9";
}

.fa-anchor-circle-check {
  --fa:"\e4aa";
}

.fa-anchor-circle-exclamation {
  --fa:"\e4ab";
}

.fa-anchor-circle-xmark {
  --fa:"\e4ac";
}

.fa-anchor-lock {
  --fa:"\e4ad";
}

.fa-arrow-down-up-across-line {
  --fa:"\e4af";
}

.fa-arrow-down-up-lock {
  --fa:"\e4b0";
}

.fa-arrow-right-to-city {
  --fa:"\e4b3";
}

.fa-arrow-up-from-ground-water {
  --fa:"\e4b5";
}

.fa-arrow-up-from-water-pump {
  --fa:"\e4b6";
}

.fa-arrow-up-right-dots {
  --fa:"\e4b7";
}

.fa-arrows-down-to-line {
  --fa:"\e4b8";
}

.fa-arrows-down-to-people {
  --fa:"\e4b9";
}

.fa-arrows-left-right-to-line {
  --fa:"\e4ba";
}

.fa-arrows-spin {
  --fa:"\e4bb";
}

.fa-arrows-split-up-and-left {
  --fa:"\e4bc";
}

.fa-arrows-to-circle {
  --fa:"\e4bd";
}

.fa-arrows-to-dot {
  --fa:"\e4be";
}

.fa-arrows-to-eye {
  --fa:"\e4bf";
}

.fa-arrows-turn-right {
  --fa:"\e4c0";
}

.fa-arrows-turn-to-dots {
  --fa:"\e4c1";
}

.fa-arrows-up-to-line {
  --fa:"\e4c2";
}

.fa-bore-hole {
  --fa:"\e4c3";
}

.fa-bottle-droplet {
  --fa:"\e4c4";
}

.fa-bottle-water {
  --fa:"\e4c5";
}

.fa-bowl-food {
  --fa:"\e4c6";
}

.fa-boxes-packing {
  --fa:"\e4c7";
}

.fa-bridge {
  --fa:"\e4c8";
}

.fa-bridge-circle-check {
  --fa:"\e4c9";
}

.fa-bridge-circle-exclamation {
  --fa:"\e4ca";
}

.fa-bridge-circle-xmark {
  --fa:"\e4cb";
}

.fa-bridge-lock {
  --fa:"\e4cc";
}

.fa-bridge-water {
  --fa:"\e4ce";
}

.fa-bucket {
  --fa:"\e4cf";
}

.fa-bugs {
  --fa:"\e4d0";
}

.fa-building-circle-arrow-right {
  --fa:"\e4d1";
}

.fa-building-circle-check {
  --fa:"\e4d2";
}

.fa-building-circle-exclamation {
  --fa:"\e4d3";
}

.fa-building-circle-xmark {
  --fa:"\e4d4";
}

.fa-building-flag {
  --fa:"\e4d5";
}

.fa-building-lock {
  --fa:"\e4d6";
}

.fa-building-ngo {
  --fa:"\e4d7";
}

.fa-building-shield {
  --fa:"\e4d8";
}

.fa-building-un {
  --fa:"\e4d9";
}

.fa-building-user {
  --fa:"\e4da";
}

.fa-building-wheat {
  --fa:"\e4db";
}

.fa-burst {
  --fa:"\e4dc";
}

.fa-car-on {
  --fa:"\e4dd";
}

.fa-car-tunnel {
  --fa:"\e4de";
}

.fa-child-combatant, .fa-child-rifle {
  --fa:"\e4e0";
}

.fa-children {
  --fa:"\e4e1";
}

.fa-circle-nodes {
  --fa:"\e4e2";
}

.fa-clipboard-question {
  --fa:"\e4e3";
}

.fa-cloud-showers-water {
  --fa:"\e4e4";
}

.fa-computer {
  --fa:"\e4e5";
}

.fa-cubes-stacked {
  --fa:"\e4e6";
}

.fa-envelope-circle-check {
  --fa:"\e4e8";
}

.fa-explosion {
  --fa:"\e4e9";
}

.fa-ferry {
  --fa:"\e4ea";
}

.fa-file-circle-exclamation {
  --fa:"\e4eb";
}

.fa-file-circle-minus {
  --fa:"\e4ed";
}

.fa-file-circle-question {
  --fa:"\e4ef";
}

.fa-file-shield {
  --fa:"\e4f0";
}

.fa-fire-burner {
  --fa:"\e4f1";
}

.fa-fish-fins {
  --fa:"\e4f2";
}

.fa-flask-vial {
  --fa:"\e4f3";
}

.fa-glass-water {
  --fa:"\e4f4";
}

.fa-glass-water-droplet {
  --fa:"\e4f5";
}

.fa-group-arrows-rotate {
  --fa:"\e4f6";
}

.fa-hand-holding-hand {
  --fa:"\e4f7";
}

.fa-handcuffs {
  --fa:"\e4f8";
}

.fa-hands-bound {
  --fa:"\e4f9";
}

.fa-hands-holding-child {
  --fa:"\e4fa";
}

.fa-hands-holding-circle {
  --fa:"\e4fb";
}

.fa-heart-circle-bolt {
  --fa:"\e4fc";
}

.fa-heart-circle-check {
  --fa:"\e4fd";
}

.fa-heart-circle-exclamation {
  --fa:"\e4fe";
}

.fa-heart-circle-minus {
  --fa:"\e4ff";
}

.fa-heart-circle-plus {
  --fa:"\e500";
}

.fa-heart-circle-xmark {
  --fa:"\e501";
}

.fa-helicopter-symbol {
  --fa:"\e502";
}

.fa-helmet-un {
  --fa:"\e503";
}

.fa-hill-avalanche {
  --fa:"\e507";
}

.fa-hill-rockslide {
  --fa:"\e508";
}

.fa-house-circle-check {
  --fa:"\e509";
}

.fa-house-circle-exclamation {
  --fa:"\e50a";
}

.fa-house-circle-xmark {
  --fa:"\e50b";
}

.fa-house-fire {
  --fa:"\e50c";
}

.fa-house-flag {
  --fa:"\e50d";
}

.fa-house-flood-water {
  --fa:"\e50e";
}

.fa-house-flood-water-circle-arrow-right {
  --fa:"\e50f";
}

.fa-house-lock {
  --fa:"\e510";
}

.fa-house-medical-circle-check {
  --fa:"\e511";
}

.fa-house-medical-circle-exclamation {
  --fa:"\e512";
}

.fa-house-medical-circle-xmark {
  --fa:"\e513";
}

.fa-house-medical-flag {
  --fa:"\e514";
}

.fa-house-tsunami {
  --fa:"\e515";
}

.fa-jar {
  --fa:"\e516";
}

.fa-jar-wheat {
  --fa:"\e517";
}

.fa-jet-fighter-up {
  --fa:"\e518";
}

.fa-jug-detergent {
  --fa:"\e519";
}

.fa-kitchen-set {
  --fa:"\e51a";
}

.fa-land-mine-on {
  --fa:"\e51b";
}

.fa-landmark-flag {
  --fa:"\e51c";
}

.fa-laptop-file {
  --fa:"\e51d";
}

.fa-lines-leaning {
  --fa:"\e51e";
}

.fa-location-pin-lock {
  --fa:"\e51f";
}

.fa-locust {
  --fa:"\e520";
}

.fa-magnifying-glass-arrow-right {
  --fa:"\e521";
}

.fa-magnifying-glass-chart {
  --fa:"\e522";
}

.fa-mars-and-venus-burst {
  --fa:"\e523";
}

.fa-mask-ventilator {
  --fa:"\e524";
}

.fa-mattress-pillow {
  --fa:"\e525";
}

.fa-mobile-retro {
  --fa:"\e527";
}

.fa-money-bill-transfer {
  --fa:"\e528";
}

.fa-money-bill-trend-up {
  --fa:"\e529";
}

.fa-money-bill-wheat {
  --fa:"\e52a";
}

.fa-mosquito {
  --fa:"\e52b";
}

.fa-mosquito-net {
  --fa:"\e52c";
}

.fa-mound {
  --fa:"\e52d";
}

.fa-mountain-city {
  --fa:"\e52e";
}

.fa-mountain-sun {
  --fa:"\e52f";
}

.fa-oil-well {
  --fa:"\e532";
}

.fa-people-group {
  --fa:"\e533";
}

.fa-people-line {
  --fa:"\e534";
}

.fa-people-pulling {
  --fa:"\e535";
}

.fa-people-robbery {
  --fa:"\e536";
}

.fa-people-roof {
  --fa:"\e537";
}

.fa-person-arrow-down-to-line {
  --fa:"\e538";
}

.fa-person-arrow-up-from-line {
  --fa:"\e539";
}

.fa-person-breastfeeding {
  --fa:"\e53a";
}

.fa-person-burst {
  --fa:"\e53b";
}

.fa-person-cane {
  --fa:"\e53c";
}

.fa-person-chalkboard {
  --fa:"\e53d";
}

.fa-person-circle-check {
  --fa:"\e53e";
}

.fa-person-circle-exclamation {
  --fa:"\e53f";
}

.fa-person-circle-minus {
  --fa:"\e540";
}

.fa-person-circle-plus {
  --fa:"\e541";
}

.fa-person-circle-question {
  --fa:"\e542";
}

.fa-person-circle-xmark {
  --fa:"\e543";
}

.fa-person-dress-burst {
  --fa:"\e544";
}

.fa-person-drowning {
  --fa:"\e545";
}

.fa-person-falling {
  --fa:"\e546";
}

.fa-person-falling-burst {
  --fa:"\e547";
}

.fa-person-half-dress {
  --fa:"\e548";
}

.fa-person-harassing {
  --fa:"\e549";
}

.fa-person-military-pointing {
  --fa:"\e54a";
}

.fa-person-military-rifle {
  --fa:"\e54b";
}

.fa-person-military-to-person {
  --fa:"\e54c";
}

.fa-person-rays {
  --fa:"\e54d";
}

.fa-person-rifle {
  --fa:"\e54e";
}

.fa-person-shelter {
  --fa:"\e54f";
}

.fa-person-walking-arrow-loop-left {
  --fa:"\e551";
}

.fa-person-walking-arrow-right {
  --fa:"\e552";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa:"\e553";
}

.fa-person-walking-luggage {
  --fa:"\e554";
}

.fa-plane-circle-check {
  --fa:"\e555";
}

.fa-plane-circle-exclamation {
  --fa:"\e556";
}

.fa-plane-circle-xmark {
  --fa:"\e557";
}

.fa-plane-lock {
  --fa:"\e558";
}

.fa-plate-wheat {
  --fa:"\e55a";
}

.fa-plug-circle-bolt {
  --fa:"\e55b";
}

.fa-plug-circle-check {
  --fa:"\e55c";
}

.fa-plug-circle-exclamation {
  --fa:"\e55d";
}

.fa-plug-circle-minus {
  --fa:"\e55e";
}

.fa-plug-circle-plus {
  --fa:"\e55f";
}

.fa-plug-circle-xmark {
  --fa:"\e560";
}

.fa-ranking-star {
  --fa:"\e561";
}

.fa-road-barrier {
  --fa:"\e562";
}

.fa-road-bridge {
  --fa:"\e563";
}

.fa-road-circle-check {
  --fa:"\e564";
}

.fa-road-circle-exclamation {
  --fa:"\e565";
}

.fa-road-circle-xmark {
  --fa:"\e566";
}

.fa-road-lock {
  --fa:"\e567";
}

.fa-road-spikes {
  --fa:"\e568";
}

.fa-rug {
  --fa:"\e569";
}

.fa-sack-xmark {
  --fa:"\e56a";
}

.fa-school-circle-check {
  --fa:"\e56b";
}

.fa-school-circle-exclamation {
  --fa:"\e56c";
}

.fa-school-circle-xmark {
  --fa:"\e56d";
}

.fa-school-flag {
  --fa:"\e56e";
}

.fa-school-lock {
  --fa:"\e56f";
}

.fa-sheet-plastic {
  --fa:"\e571";
}

.fa-shield-cat {
  --fa:"\e572";
}

.fa-shield-dog {
  --fa:"\e573";
}

.fa-shield-heart {
  --fa:"\e574";
}

.fa-square-nfi {
  --fa:"\e576";
}

.fa-square-person-confined {
  --fa:"\e577";
}

.fa-square-virus {
  --fa:"\e578";
}

.fa-rod-asclepius, .fa-rod-snake, .fa-staff-aesculapius, .fa-staff-snake {
  --fa:"\e579";
}

.fa-sun-plant-wilt {
  --fa:"\e57a";
}

.fa-tarp {
  --fa:"\e57b";
}

.fa-tarp-droplet {
  --fa:"\e57c";
}

.fa-tent {
  --fa:"\e57d";
}

.fa-tent-arrow-down-to-line {
  --fa:"\e57e";
}

.fa-tent-arrow-left-right {
  --fa:"\e57f";
}

.fa-tent-arrow-turn-left {
  --fa:"\e580";
}

.fa-tent-arrows-down {
  --fa:"\e581";
}

.fa-tents {
  --fa:"\e582";
}

.fa-toilet-portable {
  --fa:"\e583";
}

.fa-toilets-portable {
  --fa:"\e584";
}

.fa-tower-cell {
  --fa:"\e585";
}

.fa-tower-observation {
  --fa:"\e586";
}

.fa-tree-city {
  --fa:"\e587";
}

.fa-trowel {
  --fa:"\e589";
}

.fa-trowel-bricks {
  --fa:"\e58a";
}

.fa-truck-arrow-right {
  --fa:"\e58b";
}

.fa-truck-droplet {
  --fa:"\e58c";
}

.fa-truck-field {
  --fa:"\e58d";
}

.fa-truck-field-un {
  --fa:"\e58e";
}

.fa-truck-plane {
  --fa:"\e58f";
}

.fa-users-between-lines {
  --fa:"\e591";
}

.fa-users-line {
  --fa:"\e592";
}

.fa-users-rays {
  --fa:"\e593";
}

.fa-users-rectangle {
  --fa:"\e594";
}

.fa-users-viewfinder {
  --fa:"\e595";
}

.fa-vial-circle-check {
  --fa:"\e596";
}

.fa-vial-virus {
  --fa:"\e597";
}

.fa-wheat-awn-circle-exclamation {
  --fa:"\e598";
}

.fa-worm {
  --fa:"\e599";
}

.fa-xmarks-lines {
  --fa:"\e59a";
}

.fa-child-dress {
  --fa:"\e59c";
}

.fa-child-reaching {
  --fa:"\e59d";
}

.fa-file-circle-check {
  --fa:"\e5a0";
}

.fa-file-circle-xmark {
  --fa:"\e5a1";
}

.fa-person-through-window {
  --fa:"\e5a9";
}

.fa-plant-wilt {
  --fa:"\e5aa";
}

.fa-stapler {
  --fa:"\e5af";
}

.fa-train-tram {
  --fa:"\e5b4";
}

.fa-table-cells-column-lock {
  --fa:"\e678";
}

.fa-table-cells-row-lock {
  --fa:"\e67a";
}

.fa-web-awesome {
  --fa:"\e682";
}

.fa-thumb-tack-slash, .fa-thumbtack-slash {
  --fa:"\e68f";
}

.fa-table-cells-row-unlock {
  --fa:"\e691";
}

.fa-chart-diagram {
  --fa:"\e695";
}

.fa-comment-nodes {
  --fa:"\e696";
}

.fa-file-fragment {
  --fa:"\e697";
}

.fa-file-half-dashed {
  --fa:"\e698";
}

.fa-hexagon-nodes {
  --fa:"\e699";
}

.fa-hexagon-nodes-bolt {
  --fa:"\e69a";
}

.fa-square-binary {
  --fa:"\e69b";
}

.fa-pentagon {
  --fa:"\e790";
}

.fa-non-binary {
  --fa:"\e807";
}

.fa-spiral {
  --fa:"\e80a";
}

.fa-picture-in-picture {
  --fa:"\e80b";
}

.fa-mobile-vibrate {
  --fa:"\e816";
}

.fa-single-quote-left {
  --fa:"\e81b";
}

.fa-single-quote-right {
  --fa:"\e81c";
}

.fa-bus-side {
  --fa:"\e81d";
}

.fa-heptagon, .fa-septagon {
  --fa:"\e820";
}

.fa-aquarius {
  --fa:"\e845";
}

.fa-aries {
  --fa:"\e846";
}

.fa-cancer {
  --fa:"\e847";
}

.fa-capricorn {
  --fa:"\e848";
}

.fa-gemini {
  --fa:"\e849";
}

.fa-leo {
  --fa:"\e84a";
}

.fa-libra {
  --fa:"\e84b";
}

.fa-pisces {
  --fa:"\e84c";
}

.fa-sagittarius {
  --fa:"\e84d";
}

.fa-scorpio {
  --fa:"\e84e";
}

.fa-taurus {
  --fa:"\e84f";
}

.fa-virgo {
  --fa:"\e850";
}

.fa-glass-martini, .fa-martini-glass-empty {
  --fa:"\f000";
}

.fa-music {
  --fa:"\f001";
}

.fa-magnifying-glass, .fa-search {
  --fa:"\f002";
}

.fa-heart {
  --fa:"\f004";
}

.fa-star {
  --fa:"\f005";
}

.fa-user, .fa-user-alt, .fa-user-large {
  --fa:"\f007";
}

.fa-film, .fa-film-alt, .fa-film-simple {
  --fa:"\f008";
}

.fa-table-cells-large, .fa-th-large {
  --fa:"\f009";
}

.fa-table-cells, .fa-th {
  --fa:"\f00a";
}

.fa-table-list, .fa-th-list {
  --fa:"\f00b";
}

.fa-check {
  --fa:"\f00c";
}

.fa-close, .fa-multiply, .fa-remove, .fa-times, .fa-xmark {
  --fa:"\f00d";
}

.fa-magnifying-glass-plus, .fa-search-plus {
  --fa:"\f00e";
}

.fa-magnifying-glass-minus, .fa-search-minus {
  --fa:"\f010";
}

.fa-power-off {
  --fa:"\f011";
}

.fa-signal, .fa-signal-5, .fa-signal-perfect {
  --fa:"\f012";
}

.fa-cog, .fa-gear {
  --fa:"\f013";
}

.fa-home, .fa-home-alt, .fa-home-lg-alt, .fa-house {
  --fa:"\f015";
}

.fa-clock, .fa-clock-four {
  --fa:"\f017";
}

.fa-road {
  --fa:"\f018";
}

.fa-download {
  --fa:"\f019";
}

.fa-inbox {
  --fa:"\f01c";
}

.fa-arrow-right-rotate, .fa-arrow-rotate-forward, .fa-arrow-rotate-right, .fa-redo {
  --fa:"\f01e";
}

.fa-arrows-rotate, .fa-refresh, .fa-sync {
  --fa:"\f021";
}

.fa-list-alt, .fa-rectangle-list {
  --fa:"\f022";
}

.fa-lock {
  --fa:"\f023";
}

.fa-flag {
  --fa:"\f024";
}

.fa-headphones, .fa-headphones-alt, .fa-headphones-simple {
  --fa:"\f025";
}

.fa-volume-off {
  --fa:"\f026";
}

.fa-volume-down, .fa-volume-low {
  --fa:"\f027";
}

.fa-volume-high, .fa-volume-up {
  --fa:"\f028";
}

.fa-qrcode {
  --fa:"\f029";
}

.fa-barcode {
  --fa:"\f02a";
}

.fa-tag {
  --fa:"\f02b";
}

.fa-tags {
  --fa:"\f02c";
}

.fa-book {
  --fa:"\f02d";
}

.fa-bookmark {
  --fa:"\f02e";
}

.fa-print {
  --fa:"\f02f";
}

.fa-camera, .fa-camera-alt {
  --fa:"\f030";
}

.fa-font {
  --fa:"\f031";
}

.fa-bold {
  --fa:"\f032";
}

.fa-italic {
  --fa:"\f033";
}

.fa-text-height {
  --fa:"\f034";
}

.fa-text-width {
  --fa:"\f035";
}

.fa-align-left {
  --fa:"\f036";
}

.fa-align-center {
  --fa:"\f037";
}

.fa-align-right {
  --fa:"\f038";
}

.fa-align-justify {
  --fa:"\f039";
}

.fa-list, .fa-list-squares {
  --fa:"\f03a";
}

.fa-dedent, .fa-outdent {
  --fa:"\f03b";
}

.fa-indent {
  --fa:"\f03c";
}

.fa-video, .fa-video-camera {
  --fa:"\f03d";
}

.fa-image {
  --fa:"\f03e";
}

.fa-location-pin, .fa-map-marker {
  --fa:"\f041";
}

.fa-adjust, .fa-circle-half-stroke {
  --fa:"\f042";
}

.fa-droplet, .fa-tint {
  --fa:"\f043";
}

.fa-edit, .fa-pen-to-square {
  --fa:"\f044";
}

.fa-arrows, .fa-arrows-up-down-left-right {
  --fa:"\f047";
}

.fa-backward-step, .fa-step-backward {
  --fa:"\f048";
}

.fa-backward-fast, .fa-fast-backward {
  --fa:"\f049";
}

.fa-backward {
  --fa:"\f04a";
}

.fa-play {
  --fa:"\f04b";
}

.fa-pause {
  --fa:"\f04c";
}

.fa-stop {
  --fa:"\f04d";
}

.fa-forward {
  --fa:"\f04e";
}

.fa-fast-forward, .fa-forward-fast {
  --fa:"\f050";
}

.fa-forward-step, .fa-step-forward {
  --fa:"\f051";
}

.fa-eject {
  --fa:"\f052";
}

.fa-chevron-left {
  --fa:"\f053";
}

.fa-chevron-right {
  --fa:"\f054";
}

.fa-circle-plus, .fa-plus-circle {
  --fa:"\f055";
}

.fa-circle-minus, .fa-minus-circle {
  --fa:"\f056";
}

.fa-circle-xmark, .fa-times-circle, .fa-xmark-circle {
  --fa:"\f057";
}

.fa-check-circle, .fa-circle-check {
  --fa:"\f058";
}

.fa-circle-question, .fa-question-circle {
  --fa:"\f059";
}

.fa-circle-info, .fa-info-circle {
  --fa:"\f05a";
}

.fa-crosshairs {
  --fa:"\f05b";
}

.fa-ban, .fa-cancel {
  --fa:"\f05e";
}

.fa-arrow-left {
  --fa:"\f060";
}

.fa-arrow-right {
  --fa:"\f061";
}

.fa-arrow-up {
  --fa:"\f062";
}

.fa-arrow-down {
  --fa:"\f063";
}

.fa-mail-forward, .fa-share {
  --fa:"\f064";
}

.fa-expand {
  --fa:"\f065";
}

.fa-compress {
  --fa:"\f066";
}

.fa-minus, .fa-subtract {
  --fa:"\f068";
}

.fa-circle-exclamation, .fa-exclamation-circle {
  --fa:"\f06a";
}

.fa-gift {
  --fa:"\f06b";
}

.fa-leaf {
  --fa:"\f06c";
}

.fa-fire {
  --fa:"\f06d";
}

.fa-eye {
  --fa:"\f06e";
}

.fa-eye-slash {
  --fa:"\f070";
}

.fa-exclamation-triangle, .fa-triangle-exclamation, .fa-warning {
  --fa:"\f071";
}

.fa-plane {
  --fa:"\f072";
}

.fa-calendar-alt, .fa-calendar-days {
  --fa:"\f073";
}

.fa-random, .fa-shuffle {
  --fa:"\f074";
}

.fa-comment {
  --fa:"\f075";
}

.fa-magnet {
  --fa:"\f076";
}

.fa-chevron-up {
  --fa:"\f077";
}

.fa-chevron-down {
  --fa:"\f078";
}

.fa-retweet {
  --fa:"\f079";
}

.fa-cart-shopping, .fa-shopping-cart {
  --fa:"\f07a";
}

.fa-folder, .fa-folder-blank {
  --fa:"\f07b";
}

.fa-folder-open {
  --fa:"\f07c";
}

.fa-arrows-up-down, .fa-arrows-v {
  --fa:"\f07d";
}

.fa-arrows-h, .fa-arrows-left-right {
  --fa:"\f07e";
}

.fa-bar-chart, .fa-chart-bar {
  --fa:"\f080";
}

.fa-camera-retro {
  --fa:"\f083";
}

.fa-key {
  --fa:"\f084";
}

.fa-cogs, .fa-gears {
  --fa:"\f085";
}

.fa-comments {
  --fa:"\f086";
}

.fa-star-half {
  --fa:"\f089";
}

.fa-arrow-right-from-bracket, .fa-sign-out {
  --fa:"\f08b";
}

.fa-thumb-tack, .fa-thumbtack {
  --fa:"\f08d";
}

.fa-arrow-up-right-from-square, .fa-external-link {
  --fa:"\f08e";
}

.fa-arrow-right-to-bracket, .fa-sign-in {
  --fa:"\f090";
}

.fa-trophy {
  --fa:"\f091";
}

.fa-upload {
  --fa:"\f093";
}

.fa-lemon {
  --fa:"\f094";
}

.fa-phone {
  --fa:"\f095";
}

.fa-phone-square, .fa-square-phone {
  --fa:"\f098";
}

.fa-unlock {
  --fa:"\f09c";
}

.fa-credit-card, .fa-credit-card-alt {
  --fa:"\f09d";
}

.fa-feed, .fa-rss {
  --fa:"\f09e";
}

.fa-hard-drive, .fa-hdd {
  --fa:"\f0a0";
}

.fa-bullhorn {
  --fa:"\f0a1";
}

.fa-certificate {
  --fa:"\f0a3";
}

.fa-hand-point-right {
  --fa:"\f0a4";
}

.fa-hand-point-left {
  --fa:"\f0a5";
}

.fa-hand-point-up {
  --fa:"\f0a6";
}

.fa-hand-point-down {
  --fa:"\f0a7";
}

.fa-arrow-circle-left, .fa-circle-arrow-left {
  --fa:"\f0a8";
}

.fa-arrow-circle-right, .fa-circle-arrow-right {
  --fa:"\f0a9";
}

.fa-arrow-circle-up, .fa-circle-arrow-up {
  --fa:"\f0aa";
}

.fa-arrow-circle-down, .fa-circle-arrow-down {
  --fa:"\f0ab";
}

.fa-globe {
  --fa:"\f0ac";
}

.fa-wrench {
  --fa:"\f0ad";
}

.fa-list-check, .fa-tasks {
  --fa:"\f0ae";
}

.fa-filter {
  --fa:"\f0b0";
}

.fa-briefcase {
  --fa:"\f0b1";
}

.fa-arrows-alt, .fa-up-down-left-right {
  --fa:"\f0b2";
}

.fa-users {
  --fa:"\f0c0";
}

.fa-chain, .fa-link {
  --fa:"\f0c1";
}

.fa-cloud {
  --fa:"\f0c2";
}

.fa-flask {
  --fa:"\f0c3";
}

.fa-cut, .fa-scissors {
  --fa:"\f0c4";
}

.fa-copy {
  --fa:"\f0c5";
}

.fa-paperclip {
  --fa:"\f0c6";
}

.fa-floppy-disk, .fa-save {
  --fa:"\f0c7";
}

.fa-square {
  --fa:"\f0c8";
}

.fa-bars, .fa-navicon {
  --fa:"\f0c9";
}

.fa-list-dots, .fa-list-ul {
  --fa:"\f0ca";
}

.fa-list-1-2, .fa-list-numeric, .fa-list-ol {
  --fa:"\f0cb";
}

.fa-strikethrough {
  --fa:"\f0cc";
}

.fa-underline {
  --fa:"\f0cd";
}

.fa-table {
  --fa:"\f0ce";
}

.fa-magic, .fa-wand-magic {
  --fa:"\f0d0";
}

.fa-truck {
  --fa:"\f0d1";
}

.fa-money-bill {
  --fa:"\f0d6";
}

.fa-caret-down {
  --fa:"\f0d7";
}

.fa-caret-up {
  --fa:"\f0d8";
}

.fa-caret-left {
  --fa:"\f0d9";
}

.fa-caret-right {
  --fa:"\f0da";
}

.fa-columns, .fa-table-columns {
  --fa:"\f0db";
}

.fa-sort, .fa-unsorted {
  --fa:"\f0dc";
}

.fa-sort-desc, .fa-sort-down {
  --fa:"\f0dd";
}

.fa-sort-asc, .fa-sort-up {
  --fa:"\f0de";
}

.fa-envelope {
  --fa:"\f0e0";
}

.fa-arrow-left-rotate, .fa-arrow-rotate-back, .fa-arrow-rotate-backward, .fa-arrow-rotate-left, .fa-undo {
  --fa:"\f0e2";
}

.fa-gavel, .fa-legal {
  --fa:"\f0e3";
}

.fa-bolt, .fa-zap {
  --fa:"\f0e7";
}

.fa-sitemap {
  --fa:"\f0e8";
}

.fa-umbrella {
  --fa:"\f0e9";
}

.fa-file-clipboard, .fa-paste {
  --fa:"\f0ea";
}

.fa-lightbulb {
  --fa:"\f0eb";
}

.fa-arrow-right-arrow-left, .fa-exchange {
  --fa:"\f0ec";
}

.fa-cloud-arrow-down, .fa-cloud-download, .fa-cloud-download-alt {
  --fa:"\f0ed";
}

.fa-cloud-arrow-up, .fa-cloud-upload, .fa-cloud-upload-alt {
  --fa:"\f0ee";
}

.fa-user-doctor, .fa-user-md {
  --fa:"\f0f0";
}

.fa-stethoscope {
  --fa:"\f0f1";
}

.fa-suitcase {
  --fa:"\f0f2";
}

.fa-bell {
  --fa:"\f0f3";
}

.fa-coffee, .fa-mug-saucer {
  --fa:"\f0f4";
}

.fa-hospital, .fa-hospital-alt, .fa-hospital-wide {
  --fa:"\f0f8";
}

.fa-ambulance, .fa-truck-medical {
  --fa:"\f0f9";
}

.fa-medkit, .fa-suitcase-medical {
  --fa:"\f0fa";
}

.fa-fighter-jet, .fa-jet-fighter {
  --fa:"\f0fb";
}

.fa-beer, .fa-beer-mug-empty {
  --fa:"\f0fc";
}

.fa-h-square, .fa-square-h {
  --fa:"\f0fd";
}

.fa-plus-square, .fa-square-plus {
  --fa:"\f0fe";
}

.fa-angle-double-left, .fa-angles-left {
  --fa:"\f100";
}

.fa-angle-double-right, .fa-angles-right {
  --fa:"\f101";
}

.fa-angle-double-up, .fa-angles-up {
  --fa:"\f102";
}

.fa-angle-double-down, .fa-angles-down {
  --fa:"\f103";
}

.fa-angle-left {
  --fa:"\f104";
}

.fa-angle-right {
  --fa:"\f105";
}

.fa-angle-up {
  --fa:"\f106";
}

.fa-angle-down {
  --fa:"\f107";
}

.fa-laptop {
  --fa:"\f109";
}

.fa-tablet-button {
  --fa:"\f10a";
}

.fa-mobile-button {
  --fa:"\f10b";
}

.fa-quote-left, .fa-quote-left-alt {
  --fa:"\f10d";
}

.fa-quote-right, .fa-quote-right-alt {
  --fa:"\f10e";
}

.fa-spinner {
  --fa:"\f110";
}

.fa-circle {
  --fa:"\f111";
}

.fa-face-smile, .fa-smile {
  --fa:"\f118";
}

.fa-face-frown, .fa-frown {
  --fa:"\f119";
}

.fa-face-meh, .fa-meh {
  --fa:"\f11a";
}

.fa-gamepad {
  --fa:"\f11b";
}

.fa-keyboard {
  --fa:"\f11c";
}

.fa-flag-checkered {
  --fa:"\f11e";
}

.fa-terminal {
  --fa:"\f120";
}

.fa-code {
  --fa:"\f121";
}

.fa-mail-reply-all, .fa-reply-all {
  --fa:"\f122";
}

.fa-location-arrow {
  --fa:"\f124";
}

.fa-crop {
  --fa:"\f125";
}

.fa-code-branch {
  --fa:"\f126";
}

.fa-chain-broken, .fa-chain-slash, .fa-link-slash, .fa-unlink {
  --fa:"\f127";
}

.fa-info {
  --fa:"\f129";
}

.fa-superscript {
  --fa:"\f12b";
}

.fa-subscript {
  --fa:"\f12c";
}

.fa-eraser {
  --fa:"\f12d";
}

.fa-puzzle-piece {
  --fa:"\f12e";
}

.fa-microphone {
  --fa:"\f130";
}

.fa-microphone-slash {
  --fa:"\f131";
}

.fa-shield, .fa-shield-blank {
  --fa:"\f132";
}

.fa-calendar {
  --fa:"\f133";
}

.fa-fire-extinguisher {
  --fa:"\f134";
}

.fa-rocket {
  --fa:"\f135";
}

.fa-chevron-circle-left, .fa-circle-chevron-left {
  --fa:"\f137";
}

.fa-chevron-circle-right, .fa-circle-chevron-right {
  --fa:"\f138";
}

.fa-chevron-circle-up, .fa-circle-chevron-up {
  --fa:"\f139";
}

.fa-chevron-circle-down, .fa-circle-chevron-down {
  --fa:"\f13a";
}

.fa-anchor {
  --fa:"\f13d";
}

.fa-unlock-alt, .fa-unlock-keyhole {
  --fa:"\f13e";
}

.fa-bullseye {
  --fa:"\f140";
}

.fa-ellipsis, .fa-ellipsis-h {
  --fa:"\f141";
}

.fa-ellipsis-v, .fa-ellipsis-vertical {
  --fa:"\f142";
}

.fa-rss-square, .fa-square-rss {
  --fa:"\f143";
}

.fa-circle-play, .fa-play-circle {
  --fa:"\f144";
}

.fa-ticket {
  --fa:"\f145";
}

.fa-minus-square, .fa-square-minus {
  --fa:"\f146";
}

.fa-arrow-turn-up, .fa-level-up {
  --fa:"\f148";
}

.fa-arrow-turn-down, .fa-level-down {
  --fa:"\f149";
}

.fa-check-square, .fa-square-check {
  --fa:"\f14a";
}

.fa-pen-square, .fa-pencil-square, .fa-square-pen {
  --fa:"\f14b";
}

.fa-external-link-square, .fa-square-arrow-up-right {
  --fa:"\f14c";
}

.fa-share-from-square, .fa-share-square {
  --fa:"\f14d";
}

.fa-compass {
  --fa:"\f14e";
}

.fa-caret-square-down, .fa-square-caret-down {
  --fa:"\f150";
}

.fa-caret-square-up, .fa-square-caret-up {
  --fa:"\f151";
}

.fa-caret-square-right, .fa-square-caret-right {
  --fa:"\f152";
}

.fa-eur, .fa-euro, .fa-euro-sign {
  --fa:"\f153";
}

.fa-gbp, .fa-pound-sign, .fa-sterling-sign {
  --fa:"\f154";
}

.fa-rupee, .fa-rupee-sign {
  --fa:"\f156";
}

.fa-cny, .fa-jpy, .fa-rmb, .fa-yen, .fa-yen-sign {
  --fa:"\f157";
}

.fa-rouble, .fa-rub, .fa-ruble, .fa-ruble-sign {
  --fa:"\f158";
}

.fa-krw, .fa-won, .fa-won-sign {
  --fa:"\f159";
}

.fa-file {
  --fa:"\f15b";
}

.fa-file-alt, .fa-file-lines, .fa-file-text {
  --fa:"\f15c";
}

.fa-arrow-down-a-z, .fa-sort-alpha-asc, .fa-sort-alpha-down {
  --fa:"\f15d";
}

.fa-arrow-up-a-z, .fa-sort-alpha-up {
  --fa:"\f15e";
}

.fa-arrow-down-wide-short, .fa-sort-amount-asc, .fa-sort-amount-down {
  --fa:"\f160";
}

.fa-arrow-up-wide-short, .fa-sort-amount-up {
  --fa:"\f161";
}

.fa-arrow-down-1-9, .fa-sort-numeric-asc, .fa-sort-numeric-down {
  --fa:"\f162";
}

.fa-arrow-up-1-9, .fa-sort-numeric-up {
  --fa:"\f163";
}

.fa-thumbs-up {
  --fa:"\f164";
}

.fa-thumbs-down {
  --fa:"\f165";
}

.fa-arrow-down-long, .fa-long-arrow-down {
  --fa:"\f175";
}

.fa-arrow-up-long, .fa-long-arrow-up {
  --fa:"\f176";
}

.fa-arrow-left-long, .fa-long-arrow-left {
  --fa:"\f177";
}

.fa-arrow-right-long, .fa-long-arrow-right {
  --fa:"\f178";
}

.fa-female, .fa-person-dress {
  --fa:"\f182";
}

.fa-male, .fa-person {
  --fa:"\f183";
}

.fa-sun {
  --fa:"\f185";
}

.fa-moon {
  --fa:"\f186";
}

.fa-archive, .fa-box-archive {
  --fa:"\f187";
}

.fa-bug {
  --fa:"\f188";
}

.fa-caret-square-left, .fa-square-caret-left {
  --fa:"\f191";
}

.fa-circle-dot, .fa-dot-circle {
  --fa:"\f192";
}

.fa-wheelchair {
  --fa:"\f193";
}

.fa-lira-sign {
  --fa:"\f195";
}

.fa-shuttle-space, .fa-space-shuttle {
  --fa:"\f197";
}

.fa-envelope-square, .fa-square-envelope {
  --fa:"\f199";
}

.fa-bank, .fa-building-columns, .fa-institution, .fa-museum, .fa-university {
  --fa:"\f19c";
}

.fa-graduation-cap, .fa-mortar-board {
  --fa:"\f19d";
}

.fa-language {
  --fa:"\f1ab";
}

.fa-fax {
  --fa:"\f1ac";
}

.fa-building {
  --fa:"\f1ad";
}

.fa-child {
  --fa:"\f1ae";
}

.fa-paw {
  --fa:"\f1b0";
}

.fa-cube {
  --fa:"\f1b2";
}

.fa-cubes {
  --fa:"\f1b3";
}

.fa-recycle {
  --fa:"\f1b8";
}

.fa-automobile, .fa-car {
  --fa:"\f1b9";
}

.fa-cab, .fa-taxi {
  --fa:"\f1ba";
}

.fa-tree {
  --fa:"\f1bb";
}

.fa-database {
  --fa:"\f1c0";
}

.fa-file-pdf {
  --fa:"\f1c1";
}

.fa-file-word {
  --fa:"\f1c2";
}

.fa-file-excel {
  --fa:"\f1c3";
}

.fa-file-powerpoint {
  --fa:"\f1c4";
}

.fa-file-image {
  --fa:"\f1c5";
}

.fa-file-archive, .fa-file-zipper {
  --fa:"\f1c6";
}

.fa-file-audio {
  --fa:"\f1c7";
}

.fa-file-video {
  --fa:"\f1c8";
}

.fa-file-code {
  --fa:"\f1c9";
}

.fa-life-ring {
  --fa:"\f1cd";
}

.fa-circle-notch {
  --fa:"\f1ce";
}

.fa-paper-plane {
  --fa:"\f1d8";
}

.fa-clock-rotate-left, .fa-history {
  --fa:"\f1da";
}

.fa-header, .fa-heading {
  --fa:"\f1dc";
}

.fa-paragraph {
  --fa:"\f1dd";
}

.fa-sliders, .fa-sliders-h {
  --fa:"\f1de";
}

.fa-share-alt, .fa-share-nodes {
  --fa:"\f1e0";
}

.fa-share-alt-square, .fa-square-share-nodes {
  --fa:"\f1e1";
}

.fa-bomb {
  --fa:"\f1e2";
}

.fa-futbol, .fa-futbol-ball, .fa-soccer-ball {
  --fa:"\f1e3";
}

.fa-teletype, .fa-tty {
  --fa:"\f1e4";
}

.fa-binoculars {
  --fa:"\f1e5";
}

.fa-plug {
  --fa:"\f1e6";
}

.fa-newspaper {
  --fa:"\f1ea";
}

.fa-wifi, .fa-wifi-3, .fa-wifi-strong {
  --fa:"\f1eb";
}

.fa-calculator {
  --fa:"\f1ec";
}

.fa-bell-slash {
  --fa:"\f1f6";
}

.fa-trash {
  --fa:"\f1f8";
}

.fa-copyright {
  --fa:"\f1f9";
}

.fa-eye-dropper, .fa-eye-dropper-empty, .fa-eyedropper {
  --fa:"\f1fb";
}

.fa-paint-brush, .fa-paintbrush {
  --fa:"\f1fc";
}

.fa-birthday-cake, .fa-cake, .fa-cake-candles {
  --fa:"\f1fd";
}

.fa-area-chart, .fa-chart-area {
  --fa:"\f1fe";
}

.fa-chart-pie, .fa-pie-chart {
  --fa:"\f200";
}

.fa-chart-line, .fa-line-chart {
  --fa:"\f201";
}

.fa-toggle-off {
  --fa:"\f204";
}

.fa-toggle-on {
  --fa:"\f205";
}

.fa-bicycle {
  --fa:"\f206";
}

.fa-bus {
  --fa:"\f207";
}

.fa-closed-captioning {
  --fa:"\f20a";
}

.fa-ils, .fa-shekel, .fa-shekel-sign, .fa-sheqel, .fa-sheqel-sign {
  --fa:"\f20b";
}

.fa-cart-plus {
  --fa:"\f217";
}

.fa-cart-arrow-down {
  --fa:"\f218";
}

.fa-diamond {
  --fa:"\f219";
}

.fa-ship {
  --fa:"\f21a";
}

.fa-user-secret {
  --fa:"\f21b";
}

.fa-motorcycle {
  --fa:"\f21c";
}

.fa-street-view {
  --fa:"\f21d";
}

.fa-heart-pulse, .fa-heartbeat {
  --fa:"\f21e";
}

.fa-venus {
  --fa:"\f221";
}

.fa-mars {
  --fa:"\f222";
}

.fa-mercury {
  --fa:"\f223";
}

.fa-mars-and-venus {
  --fa:"\f224";
}

.fa-transgender, .fa-transgender-alt {
  --fa:"\f225";
}

.fa-venus-double {
  --fa:"\f226";
}

.fa-mars-double {
  --fa:"\f227";
}

.fa-venus-mars {
  --fa:"\f228";
}

.fa-mars-stroke {
  --fa:"\f229";
}

.fa-mars-stroke-up, .fa-mars-stroke-v {
  --fa:"\f22a";
}

.fa-mars-stroke-h, .fa-mars-stroke-right {
  --fa:"\f22b";
}

.fa-neuter {
  --fa:"\f22c";
}

.fa-genderless {
  --fa:"\f22d";
}

.fa-server {
  --fa:"\f233";
}

.fa-user-plus {
  --fa:"\f234";
}

.fa-user-times, .fa-user-xmark {
  --fa:"\f235";
}

.fa-bed {
  --fa:"\f236";
}

.fa-train {
  --fa:"\f238";
}

.fa-subway, .fa-train-subway {
  --fa:"\f239";
}

.fa-battery, .fa-battery-5, .fa-battery-full {
  --fa:"\f240";
}

.fa-battery-4, .fa-battery-three-quarters {
  --fa:"\f241";
}

.fa-battery-3, .fa-battery-half {
  --fa:"\f242";
}

.fa-battery-2, .fa-battery-quarter {
  --fa:"\f243";
}

.fa-battery-0, .fa-battery-empty {
  --fa:"\f244";
}

.fa-arrow-pointer, .fa-mouse-pointer {
  --fa:"\f245";
}

.fa-i-cursor {
  --fa:"\f246";
}

.fa-object-group {
  --fa:"\f247";
}

.fa-object-ungroup {
  --fa:"\f248";
}

.fa-note-sticky, .fa-sticky-note {
  --fa:"\f249";
}

.fa-clone {
  --fa:"\f24d";
}

.fa-balance-scale, .fa-scale-balanced {
  --fa:"\f24e";
}

.fa-hourglass-1, .fa-hourglass-start {
  --fa:"\f251";
}

.fa-hourglass-2, .fa-hourglass-half {
  --fa:"\f252";
}

.fa-hourglass-3, .fa-hourglass-end {
  --fa:"\f253";
}

.fa-hourglass, .fa-hourglass-empty {
  --fa:"\f254";
}

.fa-hand-back-fist, .fa-hand-rock {
  --fa:"\f255";
}

.fa-hand, .fa-hand-paper {
  --fa:"\f256";
}

.fa-hand-scissors {
  --fa:"\f257";
}

.fa-hand-lizard {
  --fa:"\f258";
}

.fa-hand-spock {
  --fa:"\f259";
}

.fa-hand-pointer {
  --fa:"\f25a";
}

.fa-hand-peace {
  --fa:"\f25b";
}

.fa-trademark {
  --fa:"\f25c";
}

.fa-registered {
  --fa:"\f25d";
}

.fa-television, .fa-tv, .fa-tv-alt {
  --fa:"\f26c";
}

.fa-calendar-plus {
  --fa:"\f271";
}

.fa-calendar-minus {
  --fa:"\f272";
}

.fa-calendar-times, .fa-calendar-xmark {
  --fa:"\f273";
}

.fa-calendar-check {
  --fa:"\f274";
}

.fa-industry {
  --fa:"\f275";
}

.fa-map-pin {
  --fa:"\f276";
}

.fa-map-signs, .fa-signs-post {
  --fa:"\f277";
}

.fa-map {
  --fa:"\f279";
}

.fa-comment-alt, .fa-message {
  --fa:"\f27a";
}

.fa-circle-pause, .fa-pause-circle {
  --fa:"\f28b";
}

.fa-circle-stop, .fa-stop-circle {
  --fa:"\f28d";
}

.fa-bag-shopping, .fa-shopping-bag {
  --fa:"\f290";
}

.fa-basket-shopping, .fa-shopping-basket {
  --fa:"\f291";
}

.fa-universal-access {
  --fa:"\f29a";
}

.fa-blind, .fa-person-walking-with-cane {
  --fa:"\f29d";
}

.fa-audio-description {
  --fa:"\f29e";
}

.fa-phone-volume, .fa-volume-control-phone {
  --fa:"\f2a0";
}

.fa-braille {
  --fa:"\f2a1";
}

.fa-assistive-listening-systems, .fa-ear-listen {
  --fa:"\f2a2";
}

.fa-american-sign-language-interpreting, .fa-asl-interpreting, .fa-hands-american-sign-language-interpreting, .fa-hands-asl-interpreting {
  --fa:"\f2a3";
}

.fa-deaf, .fa-deafness, .fa-ear-deaf, .fa-hard-of-hearing {
  --fa:"\f2a4";
}

.fa-hands, .fa-sign-language, .fa-signing {
  --fa:"\f2a7";
}

.fa-eye-low-vision, .fa-low-vision {
  --fa:"\f2a8";
}

.fa-font-awesome, .fa-font-awesome-flag, .fa-font-awesome-logo-full {
  --fa:"\f2b4";
}

.fa-handshake, .fa-handshake-alt, .fa-handshake-simple {
  --fa:"\f2b5";
}

.fa-envelope-open {
  --fa:"\f2b6";
}

.fa-address-book, .fa-contact-book {
  --fa:"\f2b9";
}

.fa-address-card, .fa-contact-card, .fa-vcard {
  --fa:"\f2bb";
}

.fa-circle-user, .fa-user-circle {
  --fa:"\f2bd";
}

.fa-id-badge {
  --fa:"\f2c1";
}

.fa-drivers-license, .fa-id-card {
  --fa:"\f2c2";
}

.fa-temperature-4, .fa-temperature-full, .fa-thermometer-4, .fa-thermometer-full {
  --fa:"\f2c7";
}

.fa-temperature-3, .fa-temperature-three-quarters, .fa-thermometer-3, .fa-thermometer-three-quarters {
  --fa:"\f2c8";
}

.fa-temperature-2, .fa-temperature-half, .fa-thermometer-2, .fa-thermometer-half {
  --fa:"\f2c9";
}

.fa-temperature-1, .fa-temperature-quarter, .fa-thermometer-1, .fa-thermometer-quarter {
  --fa:"\f2ca";
}

.fa-temperature-0, .fa-temperature-empty, .fa-thermometer-0, .fa-thermometer-empty {
  --fa:"\f2cb";
}

.fa-shower {
  --fa:"\f2cc";
}

.fa-bath, .fa-bathtub {
  --fa:"\f2cd";
}

.fa-podcast {
  --fa:"\f2ce";
}

.fa-window-maximize {
  --fa:"\f2d0";
}

.fa-window-minimize {
  --fa:"\f2d1";
}

.fa-window-restore {
  --fa:"\f2d2";
}

.fa-square-xmark, .fa-times-square, .fa-xmark-square {
  --fa:"\f2d3";
}

.fa-microchip {
  --fa:"\f2db";
}

.fa-snowflake {
  --fa:"\f2dc";
}

.fa-spoon, .fa-utensil-spoon {
  --fa:"\f2e5";
}

.fa-cutlery, .fa-utensils {
  --fa:"\f2e7";
}

.fa-rotate-back, .fa-rotate-backward, .fa-rotate-left, .fa-undo-alt {
  --fa:"\f2ea";
}

.fa-trash-alt, .fa-trash-can {
  --fa:"\f2ed";
}

.fa-rotate, .fa-sync-alt {
  --fa:"\f2f1";
}

.fa-stopwatch {
  --fa:"\f2f2";
}

.fa-right-from-bracket, .fa-sign-out-alt {
  --fa:"\f2f5";
}

.fa-right-to-bracket, .fa-sign-in-alt {
  --fa:"\f2f6";
}

.fa-redo-alt, .fa-rotate-forward, .fa-rotate-right {
  --fa:"\f2f9";
}

.fa-poo {
  --fa:"\f2fe";
}

.fa-images {
  --fa:"\f302";
}

.fa-pencil, .fa-pencil-alt {
  --fa:"\f303";
}

.fa-pen {
  --fa:"\f304";
}

.fa-pen-alt, .fa-pen-clip {
  --fa:"\f305";
}

.fa-octagon {
  --fa:"\f306";
}

.fa-down-long, .fa-long-arrow-alt-down {
  --fa:"\f309";
}

.fa-left-long, .fa-long-arrow-alt-left {
  --fa:"\f30a";
}

.fa-long-arrow-alt-right, .fa-right-long {
  --fa:"\f30b";
}

.fa-long-arrow-alt-up, .fa-up-long {
  --fa:"\f30c";
}

.fa-hexagon {
  --fa:"\f312";
}

.fa-file-edit, .fa-file-pen {
  --fa:"\f31c";
}

.fa-expand-arrows-alt, .fa-maximize {
  --fa:"\f31e";
}

.fa-clipboard {
  --fa:"\f328";
}

.fa-arrows-alt-h, .fa-left-right {
  --fa:"\f337";
}

.fa-arrows-alt-v, .fa-up-down {
  --fa:"\f338";
}

.fa-alarm-clock {
  --fa:"\f34e";
}

.fa-arrow-alt-circle-down, .fa-circle-down {
  --fa:"\f358";
}

.fa-arrow-alt-circle-left, .fa-circle-left {
  --fa:"\f359";
}

.fa-arrow-alt-circle-right, .fa-circle-right {
  --fa:"\f35a";
}

.fa-arrow-alt-circle-up, .fa-circle-up {
  --fa:"\f35b";
}

.fa-external-link-alt, .fa-up-right-from-square {
  --fa:"\f35d";
}

.fa-external-link-square-alt, .fa-square-up-right {
  --fa:"\f360";
}

.fa-exchange-alt, .fa-right-left {
  --fa:"\f362";
}

.fa-repeat {
  --fa:"\f363";
}

.fa-code-commit {
  --fa:"\f386";
}

.fa-code-merge {
  --fa:"\f387";
}

.fa-desktop, .fa-desktop-alt {
  --fa:"\f390";
}

.fa-gem {
  --fa:"\f3a5";
}

.fa-level-down-alt, .fa-turn-down {
  --fa:"\f3be";
}

.fa-level-up-alt, .fa-turn-up {
  --fa:"\f3bf";
}

.fa-lock-open {
  --fa:"\f3c1";
}

.fa-location-dot, .fa-map-marker-alt {
  --fa:"\f3c5";
}

.fa-microphone-alt, .fa-microphone-lines {
  --fa:"\f3c9";
}

.fa-mobile-alt, .fa-mobile-screen-button {
  --fa:"\f3cd";
}

.fa-mobile, .fa-mobile-android, .fa-mobile-phone {
  --fa:"\f3ce";
}

.fa-mobile-android-alt, .fa-mobile-screen {
  --fa:"\f3cf";
}

.fa-money-bill-1, .fa-money-bill-alt {
  --fa:"\f3d1";
}

.fa-phone-slash {
  --fa:"\f3dd";
}

.fa-image-portrait, .fa-portrait {
  --fa:"\f3e0";
}

.fa-mail-reply, .fa-reply {
  --fa:"\f3e5";
}

.fa-shield-alt, .fa-shield-halved {
  --fa:"\f3ed";
}

.fa-tablet-alt, .fa-tablet-screen-button {
  --fa:"\f3fa";
}

.fa-tablet, .fa-tablet-android {
  --fa:"\f3fb";
}

.fa-ticket-alt, .fa-ticket-simple {
  --fa:"\f3ff";
}

.fa-rectangle-times, .fa-rectangle-xmark, .fa-times-rectangle, .fa-window-close {
  --fa:"\f410";
}

.fa-compress-alt, .fa-down-left-and-up-right-to-center {
  --fa:"\f422";
}

.fa-expand-alt, .fa-up-right-and-down-left-from-center {
  --fa:"\f424";
}

.fa-baseball-bat-ball {
  --fa:"\f432";
}

.fa-baseball, .fa-baseball-ball {
  --fa:"\f433";
}

.fa-basketball, .fa-basketball-ball {
  --fa:"\f434";
}

.fa-bowling-ball {
  --fa:"\f436";
}

.fa-chess {
  --fa:"\f439";
}

.fa-chess-bishop {
  --fa:"\f43a";
}

.fa-chess-board {
  --fa:"\f43c";
}

.fa-chess-king {
  --fa:"\f43f";
}

.fa-chess-knight {
  --fa:"\f441";
}

.fa-chess-pawn {
  --fa:"\f443";
}

.fa-chess-queen {
  --fa:"\f445";
}

.fa-chess-rook {
  --fa:"\f447";
}

.fa-dumbbell {
  --fa:"\f44b";
}

.fa-football, .fa-football-ball {
  --fa:"\f44e";
}

.fa-golf-ball, .fa-golf-ball-tee {
  --fa:"\f450";
}

.fa-hockey-puck {
  --fa:"\f453";
}

.fa-broom-ball, .fa-quidditch, .fa-quidditch-broom-ball {
  --fa:"\f458";
}

.fa-square-full {
  --fa:"\f45c";
}

.fa-ping-pong-paddle-ball, .fa-table-tennis, .fa-table-tennis-paddle-ball {
  --fa:"\f45d";
}

.fa-volleyball, .fa-volleyball-ball {
  --fa:"\f45f";
}

.fa-allergies, .fa-hand-dots {
  --fa:"\f461";
}

.fa-band-aid, .fa-bandage {
  --fa:"\f462";
}

.fa-box {
  --fa:"\f466";
}

.fa-boxes, .fa-boxes-alt, .fa-boxes-stacked {
  --fa:"\f468";
}

.fa-briefcase-medical {
  --fa:"\f469";
}

.fa-burn, .fa-fire-flame-simple {
  --fa:"\f46a";
}

.fa-capsules {
  --fa:"\f46b";
}

.fa-clipboard-check {
  --fa:"\f46c";
}

.fa-clipboard-list {
  --fa:"\f46d";
}

.fa-diagnoses, .fa-person-dots-from-line {
  --fa:"\f470";
}

.fa-dna {
  --fa:"\f471";
}

.fa-dolly, .fa-dolly-box {
  --fa:"\f472";
}

.fa-cart-flatbed, .fa-dolly-flatbed {
  --fa:"\f474";
}

.fa-file-medical {
  --fa:"\f477";
}

.fa-file-medical-alt, .fa-file-waveform {
  --fa:"\f478";
}

.fa-first-aid, .fa-kit-medical {
  --fa:"\f479";
}

.fa-circle-h, .fa-hospital-symbol {
  --fa:"\f47e";
}

.fa-id-card-alt, .fa-id-card-clip {
  --fa:"\f47f";
}

.fa-notes-medical {
  --fa:"\f481";
}

.fa-pallet {
  --fa:"\f482";
}

.fa-pills {
  --fa:"\f484";
}

.fa-prescription-bottle {
  --fa:"\f485";
}

.fa-prescription-bottle-alt, .fa-prescription-bottle-medical {
  --fa:"\f486";
}

.fa-bed-pulse, .fa-procedures {
  --fa:"\f487";
}

.fa-shipping-fast, .fa-truck-fast {
  --fa:"\f48b";
}

.fa-smoking {
  --fa:"\f48d";
}

.fa-syringe {
  --fa:"\f48e";
}

.fa-tablets {
  --fa:"\f490";
}

.fa-thermometer {
  --fa:"\f491";
}

.fa-vial {
  --fa:"\f492";
}

.fa-vials {
  --fa:"\f493";
}

.fa-warehouse {
  --fa:"\f494";
}

.fa-weight, .fa-weight-scale {
  --fa:"\f496";
}

.fa-x-ray {
  --fa:"\f497";
}

.fa-box-open {
  --fa:"\f49e";
}

.fa-comment-dots, .fa-commenting {
  --fa:"\f4ad";
}

.fa-comment-slash {
  --fa:"\f4b3";
}

.fa-couch {
  --fa:"\f4b8";
}

.fa-circle-dollar-to-slot, .fa-donate {
  --fa:"\f4b9";
}

.fa-dove {
  --fa:"\f4ba";
}

.fa-hand-holding {
  --fa:"\f4bd";
}

.fa-hand-holding-heart {
  --fa:"\f4be";
}

.fa-hand-holding-dollar, .fa-hand-holding-usd {
  --fa:"\f4c0";
}

.fa-hand-holding-droplet, .fa-hand-holding-water {
  --fa:"\f4c1";
}

.fa-hands-holding {
  --fa:"\f4c2";
}

.fa-hands-helping, .fa-handshake-angle {
  --fa:"\f4c4";
}

.fa-parachute-box {
  --fa:"\f4cd";
}

.fa-people-carry, .fa-people-carry-box {
  --fa:"\f4ce";
}

.fa-piggy-bank {
  --fa:"\f4d3";
}

.fa-ribbon {
  --fa:"\f4d6";
}

.fa-route {
  --fa:"\f4d7";
}

.fa-seedling, .fa-sprout {
  --fa:"\f4d8";
}

.fa-sign, .fa-sign-hanging {
  --fa:"\f4d9";
}

.fa-face-smile-wink, .fa-smile-wink {
  --fa:"\f4da";
}

.fa-tape {
  --fa:"\f4db";
}

.fa-truck-loading, .fa-truck-ramp-box {
  --fa:"\f4de";
}

.fa-truck-moving {
  --fa:"\f4df";
}

.fa-video-slash {
  --fa:"\f4e2";
}

.fa-wine-glass {
  --fa:"\f4e3";
}

.fa-user-astronaut {
  --fa:"\f4fb";
}

.fa-user-check {
  --fa:"\f4fc";
}

.fa-user-clock {
  --fa:"\f4fd";
}

.fa-user-cog, .fa-user-gear {
  --fa:"\f4fe";
}

.fa-user-edit, .fa-user-pen {
  --fa:"\f4ff";
}

.fa-user-friends, .fa-user-group {
  --fa:"\f500";
}

.fa-user-graduate {
  --fa:"\f501";
}

.fa-user-lock {
  --fa:"\f502";
}

.fa-user-minus {
  --fa:"\f503";
}

.fa-user-ninja {
  --fa:"\f504";
}

.fa-user-shield {
  --fa:"\f505";
}

.fa-user-alt-slash, .fa-user-large-slash, .fa-user-slash {
  --fa:"\f506";
}

.fa-user-tag {
  --fa:"\f507";
}

.fa-user-tie {
  --fa:"\f508";
}

.fa-users-cog, .fa-users-gear {
  --fa:"\f509";
}

.fa-balance-scale-left, .fa-scale-unbalanced {
  --fa:"\f515";
}

.fa-balance-scale-right, .fa-scale-unbalanced-flip {
  --fa:"\f516";
}

.fa-blender {
  --fa:"\f517";
}

.fa-book-open {
  --fa:"\f518";
}

.fa-broadcast-tower, .fa-tower-broadcast {
  --fa:"\f519";
}

.fa-broom {
  --fa:"\f51a";
}

.fa-blackboard, .fa-chalkboard {
  --fa:"\f51b";
}

.fa-chalkboard-teacher, .fa-chalkboard-user {
  --fa:"\f51c";
}

.fa-church {
  --fa:"\f51d";
}

.fa-coins {
  --fa:"\f51e";
}

.fa-compact-disc {
  --fa:"\f51f";
}

.fa-crow {
  --fa:"\f520";
}

.fa-crown {
  --fa:"\f521";
}

.fa-dice {
  --fa:"\f522";
}

.fa-dice-five {
  --fa:"\f523";
}

.fa-dice-four {
  --fa:"\f524";
}

.fa-dice-one {
  --fa:"\f525";
}

.fa-dice-six {
  --fa:"\f526";
}

.fa-dice-three {
  --fa:"\f527";
}

.fa-dice-two {
  --fa:"\f528";
}

.fa-divide {
  --fa:"\f529";
}

.fa-door-closed {
  --fa:"\f52a";
}

.fa-door-open {
  --fa:"\f52b";
}

.fa-feather {
  --fa:"\f52d";
}

.fa-frog {
  --fa:"\f52e";
}

.fa-gas-pump {
  --fa:"\f52f";
}

.fa-glasses {
  --fa:"\f530";
}

.fa-greater-than-equal {
  --fa:"\f532";
}

.fa-helicopter {
  --fa:"\f533";
}

.fa-infinity {
  --fa:"\f534";
}

.fa-kiwi-bird {
  --fa:"\f535";
}

.fa-less-than-equal {
  --fa:"\f537";
}

.fa-memory {
  --fa:"\f538";
}

.fa-microphone-alt-slash, .fa-microphone-lines-slash {
  --fa:"\f539";
}

.fa-money-bill-wave {
  --fa:"\f53a";
}

.fa-money-bill-1-wave, .fa-money-bill-wave-alt {
  --fa:"\f53b";
}

.fa-money-check {
  --fa:"\f53c";
}

.fa-money-check-alt, .fa-money-check-dollar {
  --fa:"\f53d";
}

.fa-not-equal {
  --fa:"\f53e";
}

.fa-palette {
  --fa:"\f53f";
}

.fa-parking, .fa-square-parking {
  --fa:"\f540";
}

.fa-diagram-project, .fa-project-diagram {
  --fa:"\f542";
}

.fa-receipt {
  --fa:"\f543";
}

.fa-robot {
  --fa:"\f544";
}

.fa-ruler {
  --fa:"\f545";
}

.fa-ruler-combined {
  --fa:"\f546";
}

.fa-ruler-horizontal {
  --fa:"\f547";
}

.fa-ruler-vertical {
  --fa:"\f548";
}

.fa-school {
  --fa:"\f549";
}

.fa-screwdriver {
  --fa:"\f54a";
}

.fa-shoe-prints {
  --fa:"\f54b";
}

.fa-skull {
  --fa:"\f54c";
}

.fa-ban-smoking, .fa-smoking-ban {
  --fa:"\f54d";
}

.fa-store {
  --fa:"\f54e";
}

.fa-shop, .fa-store-alt {
  --fa:"\f54f";
}

.fa-bars-staggered, .fa-reorder, .fa-stream {
  --fa:"\f550";
}

.fa-stroopwafel {
  --fa:"\f551";
}

.fa-toolbox {
  --fa:"\f552";
}

.fa-shirt, .fa-t-shirt, .fa-tshirt {
  --fa:"\f553";
}

.fa-person-walking, .fa-walking {
  --fa:"\f554";
}

.fa-wallet {
  --fa:"\f555";
}

.fa-angry, .fa-face-angry {
  --fa:"\f556";
}

.fa-archway {
  --fa:"\f557";
}

.fa-atlas, .fa-book-atlas {
  --fa:"\f558";
}

.fa-award {
  --fa:"\f559";
}

.fa-backspace, .fa-delete-left {
  --fa:"\f55a";
}

.fa-bezier-curve {
  --fa:"\f55b";
}

.fa-bong {
  --fa:"\f55c";
}

.fa-brush {
  --fa:"\f55d";
}

.fa-bus-alt, .fa-bus-simple {
  --fa:"\f55e";
}

.fa-cannabis {
  --fa:"\f55f";
}

.fa-check-double {
  --fa:"\f560";
}

.fa-cocktail, .fa-martini-glass-citrus {
  --fa:"\f561";
}

.fa-bell-concierge, .fa-concierge-bell {
  --fa:"\f562";
}

.fa-cookie {
  --fa:"\f563";
}

.fa-cookie-bite {
  --fa:"\f564";
}

.fa-crop-alt, .fa-crop-simple {
  --fa:"\f565";
}

.fa-digital-tachograph, .fa-tachograph-digital {
  --fa:"\f566";
}

.fa-dizzy, .fa-face-dizzy {
  --fa:"\f567";
}

.fa-compass-drafting, .fa-drafting-compass {
  --fa:"\f568";
}

.fa-drum {
  --fa:"\f569";
}

.fa-drum-steelpan {
  --fa:"\f56a";
}

.fa-feather-alt, .fa-feather-pointed {
  --fa:"\f56b";
}

.fa-file-contract {
  --fa:"\f56c";
}

.fa-file-arrow-down, .fa-file-download {
  --fa:"\f56d";
}

.fa-arrow-right-from-file, .fa-file-export {
  --fa:"\f56e";
}

.fa-arrow-right-to-file, .fa-file-import {
  --fa:"\f56f";
}

.fa-file-invoice {
  --fa:"\f570";
}

.fa-file-invoice-dollar {
  --fa:"\f571";
}

.fa-file-prescription {
  --fa:"\f572";
}

.fa-file-signature {
  --fa:"\f573";
}

.fa-file-arrow-up, .fa-file-upload {
  --fa:"\f574";
}

.fa-fill {
  --fa:"\f575";
}

.fa-fill-drip {
  --fa:"\f576";
}

.fa-fingerprint {
  --fa:"\f577";
}

.fa-fish {
  --fa:"\f578";
}

.fa-face-flushed, .fa-flushed {
  --fa:"\f579";
}

.fa-face-frown-open, .fa-frown-open {
  --fa:"\f57a";
}

.fa-glass-martini-alt, .fa-martini-glass {
  --fa:"\f57b";
}

.fa-earth-africa, .fa-globe-africa {
  --fa:"\f57c";
}

.fa-earth, .fa-earth-america, .fa-earth-americas, .fa-globe-americas {
  --fa:"\f57d";
}

.fa-earth-asia, .fa-globe-asia {
  --fa:"\f57e";
}

.fa-face-grimace, .fa-grimace {
  --fa:"\f57f";
}

.fa-face-grin, .fa-grin {
  --fa:"\f580";
}

.fa-face-grin-wide, .fa-grin-alt {
  --fa:"\f581";
}

.fa-face-grin-beam, .fa-grin-beam {
  --fa:"\f582";
}

.fa-face-grin-beam-sweat, .fa-grin-beam-sweat {
  --fa:"\f583";
}

.fa-face-grin-hearts, .fa-grin-hearts {
  --fa:"\f584";
}

.fa-face-grin-squint, .fa-grin-squint {
  --fa:"\f585";
}

.fa-face-grin-squint-tears, .fa-grin-squint-tears {
  --fa:"\f586";
}

.fa-face-grin-stars, .fa-grin-stars {
  --fa:"\f587";
}

.fa-face-grin-tears, .fa-grin-tears {
  --fa:"\f588";
}

.fa-face-grin-tongue, .fa-grin-tongue {
  --fa:"\f589";
}

.fa-face-grin-tongue-squint, .fa-grin-tongue-squint {
  --fa:"\f58a";
}

.fa-face-grin-tongue-wink, .fa-grin-tongue-wink {
  --fa:"\f58b";
}

.fa-face-grin-wink, .fa-grin-wink {
  --fa:"\f58c";
}

.fa-grid-horizontal, .fa-grip, .fa-grip-horizontal {
  --fa:"\f58d";
}

.fa-grid-vertical, .fa-grip-vertical {
  --fa:"\f58e";
}

.fa-headset {
  --fa:"\f590";
}

.fa-highlighter {
  --fa:"\f591";
}

.fa-hot-tub, .fa-hot-tub-person {
  --fa:"\f593";
}

.fa-hotel {
  --fa:"\f594";
}

.fa-joint {
  --fa:"\f595";
}

.fa-face-kiss, .fa-kiss {
  --fa:"\f596";
}

.fa-face-kiss-beam, .fa-kiss-beam {
  --fa:"\f597";
}

.fa-face-kiss-wink-heart, .fa-kiss-wink-heart {
  --fa:"\f598";
}

.fa-face-laugh, .fa-laugh {
  --fa:"\f599";
}

.fa-face-laugh-beam, .fa-laugh-beam {
  --fa:"\f59a";
}

.fa-face-laugh-squint, .fa-laugh-squint {
  --fa:"\f59b";
}

.fa-face-laugh-wink, .fa-laugh-wink {
  --fa:"\f59c";
}

.fa-cart-flatbed-suitcase, .fa-luggage-cart {
  --fa:"\f59d";
}

.fa-map-location, .fa-map-marked {
  --fa:"\f59f";
}

.fa-map-location-dot, .fa-map-marked-alt {
  --fa:"\f5a0";
}

.fa-marker {
  --fa:"\f5a1";
}

.fa-medal {
  --fa:"\f5a2";
}

.fa-face-meh-blank, .fa-meh-blank {
  --fa:"\f5a4";
}

.fa-face-rolling-eyes, .fa-meh-rolling-eyes {
  --fa:"\f5a5";
}

.fa-monument {
  --fa:"\f5a6";
}

.fa-mortar-pestle {
  --fa:"\f5a7";
}

.fa-paint-roller {
  --fa:"\f5aa";
}

.fa-passport {
  --fa:"\f5ab";
}

.fa-pen-fancy {
  --fa:"\f5ac";
}

.fa-pen-nib {
  --fa:"\f5ad";
}

.fa-pen-ruler, .fa-pencil-ruler {
  --fa:"\f5ae";
}

.fa-plane-arrival {
  --fa:"\f5af";
}

.fa-plane-departure {
  --fa:"\f5b0";
}

.fa-prescription {
  --fa:"\f5b1";
}

.fa-face-sad-cry, .fa-sad-cry {
  --fa:"\f5b3";
}

.fa-face-sad-tear, .fa-sad-tear {
  --fa:"\f5b4";
}

.fa-shuttle-van, .fa-van-shuttle {
  --fa:"\f5b6";
}

.fa-signature {
  --fa:"\f5b7";
}

.fa-face-smile-beam, .fa-smile-beam {
  --fa:"\f5b8";
}

.fa-solar-panel {
  --fa:"\f5ba";
}

.fa-spa {
  --fa:"\f5bb";
}

.fa-splotch {
  --fa:"\f5bc";
}

.fa-spray-can {
  --fa:"\f5bd";
}

.fa-stamp {
  --fa:"\f5bf";
}

.fa-star-half-alt, .fa-star-half-stroke {
  --fa:"\f5c0";
}

.fa-suitcase-rolling {
  --fa:"\f5c1";
}

.fa-face-surprise, .fa-surprise {
  --fa:"\f5c2";
}

.fa-swatchbook {
  --fa:"\f5c3";
}

.fa-person-swimming, .fa-swimmer {
  --fa:"\f5c4";
}

.fa-ladder-water, .fa-swimming-pool, .fa-water-ladder {
  --fa:"\f5c5";
}

.fa-droplet-slash, .fa-tint-slash {
  --fa:"\f5c7";
}

.fa-face-tired, .fa-tired {
  --fa:"\f5c8";
}

.fa-tooth {
  --fa:"\f5c9";
}

.fa-umbrella-beach {
  --fa:"\f5ca";
}

.fa-weight-hanging {
  --fa:"\f5cd";
}

.fa-wine-glass-alt, .fa-wine-glass-empty {
  --fa:"\f5ce";
}

.fa-air-freshener, .fa-spray-can-sparkles {
  --fa:"\f5d0";
}

.fa-apple-alt, .fa-apple-whole {
  --fa:"\f5d1";
}

.fa-atom {
  --fa:"\f5d2";
}

.fa-bone {
  --fa:"\f5d7";
}

.fa-book-open-reader, .fa-book-reader {
  --fa:"\f5da";
}

.fa-brain {
  --fa:"\f5dc";
}

.fa-car-alt, .fa-car-rear {
  --fa:"\f5de";
}

.fa-battery-car, .fa-car-battery {
  --fa:"\f5df";
}

.fa-car-burst, .fa-car-crash {
  --fa:"\f5e1";
}

.fa-car-side {
  --fa:"\f5e4";
}

.fa-charging-station {
  --fa:"\f5e7";
}

.fa-diamond-turn-right, .fa-directions {
  --fa:"\f5eb";
}

.fa-draw-polygon, .fa-vector-polygon {
  --fa:"\f5ee";
}

.fa-laptop-code {
  --fa:"\f5fc";
}

.fa-layer-group {
  --fa:"\f5fd";
}

.fa-location, .fa-location-crosshairs {
  --fa:"\f601";
}

.fa-lungs {
  --fa:"\f604";
}

.fa-microscope {
  --fa:"\f610";
}

.fa-oil-can {
  --fa:"\f613";
}

.fa-poop {
  --fa:"\f619";
}

.fa-shapes, .fa-triangle-circle-square {
  --fa:"\f61f";
}

.fa-star-of-life {
  --fa:"\f621";
}

.fa-dashboard, .fa-gauge, .fa-gauge-med, .fa-tachometer-alt-average {
  --fa:"\f624";
}

.fa-gauge-high, .fa-tachometer-alt, .fa-tachometer-alt-fast {
  --fa:"\f625";
}

.fa-gauge-simple, .fa-gauge-simple-med, .fa-tachometer-average {
  --fa:"\f629";
}

.fa-gauge-simple-high, .fa-tachometer, .fa-tachometer-fast {
  --fa:"\f62a";
}

.fa-teeth {
  --fa:"\f62e";
}

.fa-teeth-open {
  --fa:"\f62f";
}

.fa-masks-theater, .fa-theater-masks {
  --fa:"\f630";
}

.fa-traffic-light {
  --fa:"\f637";
}

.fa-truck-monster {
  --fa:"\f63b";
}

.fa-truck-pickup {
  --fa:"\f63c";
}

.fa-ad, .fa-rectangle-ad {
  --fa:"\f641";
}

.fa-ankh {
  --fa:"\f644";
}

.fa-bible, .fa-book-bible {
  --fa:"\f647";
}

.fa-briefcase-clock, .fa-business-time {
  --fa:"\f64a";
}

.fa-city {
  --fa:"\f64f";
}

.fa-comment-dollar {
  --fa:"\f651";
}

.fa-comments-dollar {
  --fa:"\f653";
}

.fa-cross {
  --fa:"\f654";
}

.fa-dharmachakra {
  --fa:"\f655";
}

.fa-envelope-open-text {
  --fa:"\f658";
}

.fa-folder-minus {
  --fa:"\f65d";
}

.fa-folder-plus {
  --fa:"\f65e";
}

.fa-filter-circle-dollar, .fa-funnel-dollar {
  --fa:"\f662";
}

.fa-gopuram {
  --fa:"\f664";
}

.fa-hamsa {
  --fa:"\f665";
}

.fa-bahai, .fa-haykal {
  --fa:"\f666";
}

.fa-jedi {
  --fa:"\f669";
}

.fa-book-journal-whills, .fa-journal-whills {
  --fa:"\f66a";
}

.fa-kaaba {
  --fa:"\f66b";
}

.fa-khanda {
  --fa:"\f66d";
}

.fa-landmark {
  --fa:"\f66f";
}

.fa-envelopes-bulk, .fa-mail-bulk {
  --fa:"\f674";
}

.fa-menorah {
  --fa:"\f676";
}

.fa-mosque {
  --fa:"\f678";
}

.fa-om {
  --fa:"\f679";
}

.fa-pastafarianism, .fa-spaghetti-monster-flying {
  --fa:"\f67b";
}

.fa-peace {
  --fa:"\f67c";
}

.fa-place-of-worship {
  --fa:"\f67f";
}

.fa-poll, .fa-square-poll-vertical {
  --fa:"\f681";
}

.fa-poll-h, .fa-square-poll-horizontal {
  --fa:"\f682";
}

.fa-person-praying, .fa-pray {
  --fa:"\f683";
}

.fa-hands-praying, .fa-praying-hands {
  --fa:"\f684";
}

.fa-book-quran, .fa-quran {
  --fa:"\f687";
}

.fa-magnifying-glass-dollar, .fa-search-dollar {
  --fa:"\f688";
}

.fa-magnifying-glass-location, .fa-search-location {
  --fa:"\f689";
}

.fa-socks {
  --fa:"\f696";
}

.fa-square-root-alt, .fa-square-root-variable {
  --fa:"\f698";
}

.fa-star-and-crescent {
  --fa:"\f699";
}

.fa-star-of-david {
  --fa:"\f69a";
}

.fa-synagogue {
  --fa:"\f69b";
}

.fa-scroll-torah, .fa-torah {
  --fa:"\f6a0";
}

.fa-torii-gate {
  --fa:"\f6a1";
}

.fa-vihara {
  --fa:"\f6a7";
}

.fa-volume, .fa-volume-medium {
  --fa:"\f6a8";
}

.fa-volume-mute, .fa-volume-times, .fa-volume-xmark {
  --fa:"\f6a9";
}

.fa-yin-yang {
  --fa:"\f6ad";
}

.fa-blender-phone {
  --fa:"\f6b6";
}

.fa-book-dead, .fa-book-skull {
  --fa:"\f6b7";
}

.fa-campground {
  --fa:"\f6bb";
}

.fa-cat {
  --fa:"\f6be";
}

.fa-chair {
  --fa:"\f6c0";
}

.fa-cloud-moon {
  --fa:"\f6c3";
}

.fa-cloud-sun {
  --fa:"\f6c4";
}

.fa-cow {
  --fa:"\f6c8";
}

.fa-dice-d20 {
  --fa:"\f6cf";
}

.fa-dice-d6 {
  --fa:"\f6d1";
}

.fa-dog {
  --fa:"\f6d3";
}

.fa-dragon {
  --fa:"\f6d5";
}

.fa-drumstick-bite {
  --fa:"\f6d7";
}

.fa-dungeon {
  --fa:"\f6d9";
}

.fa-file-csv {
  --fa:"\f6dd";
}

.fa-fist-raised, .fa-hand-fist {
  --fa:"\f6de";
}

.fa-ghost {
  --fa:"\f6e2";
}

.fa-hammer {
  --fa:"\f6e3";
}

.fa-hanukiah {
  --fa:"\f6e6";
}

.fa-hat-wizard {
  --fa:"\f6e8";
}

.fa-hiking, .fa-person-hiking {
  --fa:"\f6ec";
}

.fa-hippo {
  --fa:"\f6ed";
}

.fa-horse {
  --fa:"\f6f0";
}

.fa-house-chimney-crack, .fa-house-damage {
  --fa:"\f6f1";
}

.fa-hryvnia, .fa-hryvnia-sign {
  --fa:"\f6f2";
}

.fa-mask {
  --fa:"\f6fa";
}

.fa-mountain {
  --fa:"\f6fc";
}

.fa-network-wired {
  --fa:"\f6ff";
}

.fa-otter {
  --fa:"\f700";
}

.fa-ring {
  --fa:"\f70b";
}

.fa-person-running, .fa-running {
  --fa:"\f70c";
}

.fa-scroll {
  --fa:"\f70e";
}

.fa-skull-crossbones {
  --fa:"\f714";
}

.fa-slash {
  --fa:"\f715";
}

.fa-spider {
  --fa:"\f717";
}

.fa-toilet-paper, .fa-toilet-paper-alt, .fa-toilet-paper-blank {
  --fa:"\f71e";
}

.fa-tractor {
  --fa:"\f722";
}

.fa-user-injured {
  --fa:"\f728";
}

.fa-vr-cardboard {
  --fa:"\f729";
}

.fa-wand-sparkles {
  --fa:"\f72b";
}

.fa-wind {
  --fa:"\f72e";
}

.fa-wine-bottle {
  --fa:"\f72f";
}

.fa-cloud-meatball {
  --fa:"\f73b";
}

.fa-cloud-moon-rain {
  --fa:"\f73c";
}

.fa-cloud-rain {
  --fa:"\f73d";
}

.fa-cloud-showers-heavy {
  --fa:"\f740";
}

.fa-cloud-sun-rain {
  --fa:"\f743";
}

.fa-democrat {
  --fa:"\f747";
}

.fa-flag-usa {
  --fa:"\f74d";
}

.fa-hurricane {
  --fa:"\f751";
}

.fa-landmark-alt, .fa-landmark-dome {
  --fa:"\f752";
}

.fa-meteor {
  --fa:"\f753";
}

.fa-person-booth {
  --fa:"\f756";
}

.fa-poo-bolt, .fa-poo-storm {
  --fa:"\f75a";
}

.fa-rainbow {
  --fa:"\f75b";
}

.fa-republican {
  --fa:"\f75e";
}

.fa-smog {
  --fa:"\f75f";
}

.fa-temperature-high {
  --fa:"\f769";
}

.fa-temperature-low {
  --fa:"\f76b";
}

.fa-cloud-bolt, .fa-thunderstorm {
  --fa:"\f76c";
}

.fa-tornado {
  --fa:"\f76f";
}

.fa-volcano {
  --fa:"\f770";
}

.fa-check-to-slot, .fa-vote-yea {
  --fa:"\f772";
}

.fa-water {
  --fa:"\f773";
}

.fa-baby {
  --fa:"\f77c";
}

.fa-baby-carriage, .fa-carriage-baby {
  --fa:"\f77d";
}

.fa-biohazard {
  --fa:"\f780";
}

.fa-blog {
  --fa:"\f781";
}

.fa-calendar-day {
  --fa:"\f783";
}

.fa-calendar-week {
  --fa:"\f784";
}

.fa-candy-cane {
  --fa:"\f786";
}

.fa-carrot {
  --fa:"\f787";
}

.fa-cash-register {
  --fa:"\f788";
}

.fa-compress-arrows-alt, .fa-minimize {
  --fa:"\f78c";
}

.fa-dumpster {
  --fa:"\f793";
}

.fa-dumpster-fire {
  --fa:"\f794";
}

.fa-ethernet {
  --fa:"\f796";
}

.fa-gifts {
  --fa:"\f79c";
}

.fa-champagne-glasses, .fa-glass-cheers {
  --fa:"\f79f";
}

.fa-glass-whiskey, .fa-whiskey-glass {
  --fa:"\f7a0";
}

.fa-earth-europe, .fa-globe-europe {
  --fa:"\f7a2";
}

.fa-grip-lines {
  --fa:"\f7a4";
}

.fa-grip-lines-vertical {
  --fa:"\f7a5";
}

.fa-guitar {
  --fa:"\f7a6";
}

.fa-heart-broken, .fa-heart-crack {
  --fa:"\f7a9";
}

.fa-holly-berry {
  --fa:"\f7aa";
}

.fa-horse-head {
  --fa:"\f7ab";
}

.fa-icicles {
  --fa:"\f7ad";
}

.fa-igloo {
  --fa:"\f7ae";
}

.fa-mitten {
  --fa:"\f7b5";
}

.fa-mug-hot {
  --fa:"\f7b6";
}

.fa-radiation {
  --fa:"\f7b9";
}

.fa-circle-radiation, .fa-radiation-alt {
  --fa:"\f7ba";
}

.fa-restroom {
  --fa:"\f7bd";
}

.fa-satellite {
  --fa:"\f7bf";
}

.fa-satellite-dish {
  --fa:"\f7c0";
}

.fa-sd-card {
  --fa:"\f7c2";
}

.fa-sim-card {
  --fa:"\f7c4";
}

.fa-person-skating, .fa-skating {
  --fa:"\f7c5";
}

.fa-person-skiing, .fa-skiing {
  --fa:"\f7c9";
}

.fa-person-skiing-nordic, .fa-skiing-nordic {
  --fa:"\f7ca";
}

.fa-sleigh {
  --fa:"\f7cc";
}

.fa-comment-sms, .fa-sms {
  --fa:"\f7cd";
}

.fa-person-snowboarding, .fa-snowboarding {
  --fa:"\f7ce";
}

.fa-snowman {
  --fa:"\f7d0";
}

.fa-snowplow {
  --fa:"\f7d2";
}

.fa-tenge, .fa-tenge-sign {
  --fa:"\f7d7";
}

.fa-toilet {
  --fa:"\f7d8";
}

.fa-screwdriver-wrench, .fa-tools {
  --fa:"\f7d9";
}

.fa-cable-car, .fa-tram {
  --fa:"\f7da";
}

.fa-fire-alt, .fa-fire-flame-curved {
  --fa:"\f7e4";
}

.fa-bacon {
  --fa:"\f7e5";
}

.fa-book-medical {
  --fa:"\f7e6";
}

.fa-bread-slice {
  --fa:"\f7ec";
}

.fa-cheese {
  --fa:"\f7ef";
}

.fa-clinic-medical, .fa-house-chimney-medical {
  --fa:"\f7f2";
}

.fa-clipboard-user {
  --fa:"\f7f3";
}

.fa-comment-medical {
  --fa:"\f7f5";
}

.fa-crutch {
  --fa:"\f7f7";
}

.fa-disease {
  --fa:"\f7fa";
}

.fa-egg {
  --fa:"\f7fb";
}

.fa-folder-tree {
  --fa:"\f802";
}

.fa-burger, .fa-hamburger {
  --fa:"\f805";
}

.fa-hand-middle-finger {
  --fa:"\f806";
}

.fa-hard-hat, .fa-hat-hard, .fa-helmet-safety {
  --fa:"\f807";
}

.fa-hospital-user {
  --fa:"\f80d";
}

.fa-hotdog {
  --fa:"\f80f";
}

.fa-ice-cream {
  --fa:"\f810";
}

.fa-laptop-medical {
  --fa:"\f812";
}

.fa-pager {
  --fa:"\f815";
}

.fa-pepper-hot {
  --fa:"\f816";
}

.fa-pizza-slice {
  --fa:"\f818";
}

.fa-sack-dollar {
  --fa:"\f81d";
}

.fa-book-tanakh, .fa-tanakh {
  --fa:"\f827";
}

.fa-bars-progress, .fa-tasks-alt {
  --fa:"\f828";
}

.fa-trash-arrow-up, .fa-trash-restore {
  --fa:"\f829";
}

.fa-trash-can-arrow-up, .fa-trash-restore-alt {
  --fa:"\f82a";
}

.fa-user-nurse {
  --fa:"\f82f";
}

.fa-wave-square {
  --fa:"\f83e";
}

.fa-biking, .fa-person-biking {
  --fa:"\f84a";
}

.fa-border-all {
  --fa:"\f84c";
}

.fa-border-none {
  --fa:"\f850";
}

.fa-border-style, .fa-border-top-left {
  --fa:"\f853";
}

.fa-digging, .fa-person-digging {
  --fa:"\f85e";
}

.fa-fan {
  --fa:"\f863";
}

.fa-heart-music-camera-bolt, .fa-icons {
  --fa:"\f86d";
}

.fa-phone-alt, .fa-phone-flip {
  --fa:"\f879";
}

.fa-phone-square-alt, .fa-square-phone-flip {
  --fa:"\f87b";
}

.fa-photo-film, .fa-photo-video {
  --fa:"\f87c";
}

.fa-remove-format, .fa-text-slash {
  --fa:"\f87d";
}

.fa-arrow-down-z-a, .fa-sort-alpha-desc, .fa-sort-alpha-down-alt {
  --fa:"\f881";
}

.fa-arrow-up-z-a, .fa-sort-alpha-up-alt {
  --fa:"\f882";
}

.fa-arrow-down-short-wide, .fa-sort-amount-desc, .fa-sort-amount-down-alt {
  --fa:"\f884";
}

.fa-arrow-up-short-wide, .fa-sort-amount-up-alt {
  --fa:"\f885";
}

.fa-arrow-down-9-1, .fa-sort-numeric-desc, .fa-sort-numeric-down-alt {
  --fa:"\f886";
}

.fa-arrow-up-9-1, .fa-sort-numeric-up-alt {
  --fa:"\f887";
}

.fa-spell-check {
  --fa:"\f891";
}

.fa-voicemail {
  --fa:"\f897";
}

.fa-hat-cowboy {
  --fa:"\f8c0";
}

.fa-hat-cowboy-side {
  --fa:"\f8c1";
}

.fa-computer-mouse, .fa-mouse {
  --fa:"\f8cc";
}

.fa-radio {
  --fa:"\f8d7";
}

.fa-record-vinyl {
  --fa:"\f8d9";
}

.fa-walkie-talkie {
  --fa:"\f8ef";
}

.fa-caravan {
  --fa:"\f8ff";
}

/*!
 * Font Awesome Free 7.2.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)
 * Copyright 2026 Fonticons, Inc.
 */
:host, :root {
  --fa-family-classic:"Font Awesome 7 Free";
  --fa-font-solid:normal 900 1em/1 var(--fa-family-classic);
  --fa-style-family-classic:var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../webfonts/fa-solid-900.woff2);
}
.fas {
  --fa-style:900;
}

.fa-classic, .fas {
  --fa-family:var(--fa-family-classic);
}

.fa-solid {
  --fa-style:900;
}

.vbox-overlay {
  --vbox-tools-color:#fff;
  --vbox-title-background:#101010;
  --vbox-title-width:'auto';
  --vbox-title-radius:0;
  --vbox-share-background:#101010;
  --vbox-share-width:'auto';
  --vbox-share-radius:0;
  --vbox-padding:0;
  --vbox-max-width:100%;
}

.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay * {
  backface-visibility: visible;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.vbox-share, .vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color);
}

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius);
}

.vbox-link-btn, button.vbox-link-btn, button.vbox-link-btn:active, button.vbox-link-btn:focus, button.vbox-link-btn:hover {
  border: none !important;
  background: 0 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: 0;
  display: inline-block;
  cursor: pointer;
}

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block;
}

.vbox-share svg {
  z-index: 10;
  vertical-align: middle;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-close:hover {
  opacity: 1;
}

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: var(--vbox-tools-color);
}

.vbox-num {
  display: inline-block;
  padding: 12px 15px;
}

.vbox-left {
  left: 0;
}

.vbox-right {
  right: 0;
}

.vbox-top {
  top: 0;
}

.vbox-bottom {
  bottom: 0;
}

.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-next:hover, .vbox-prev:hover {
  opacity: 1;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
  padding: 30px 0;
}

.vbox-content {
  opacity: 0;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.vbox-child {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: var(--vbox-max-width);
  text-align: initial;
  padding: var(--vbox-padding);
}

.vbox-child img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
}

.vbox-fit .vbox-child img, .vbox-fit .vbox-child.venoratio {
  max-height: calc(100vh - 60px);
}

.vbox-inline, .venoratio {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: "";
}

.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding);
}

.venoratio-1x1 {
  --vb-aspect-ratio:100%;
  max-width: min(var(--vbox-max-width), 100vh - 60px);
}

.venoratio-4x3.vbox-child.venoratio {
  --vb-aspect-ratio:calc(3 / 4 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 4 / 3);
}

.venoratio-16x9.vbox-child.venoratio {
  --vb-aspect-ratio:calc(9 / 16 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 16 / 9);
}

.venoratio-21x9.vbox-child.venoratio {
  --vb-aspect-ratio:calc(9 / 21 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 21 / 9);
}

.venoratio-full {
  --vb-aspect-ratio:calc(100vh - 60px);
}

.vbox-grab .vbox-child img {
  cursor: grab;
}

.vbox-child > iframe {
  border: none !important;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.vbox-preloader {
  transform: translateZ(0);
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity 0.2s;
}

.vbox-hidden {
  display: none;
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0;
}

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
  z-index: 0;
}

.vbox-tooltip {
  position: relative;
  display: inline-block;
}

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif;
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px;
}

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.vbox-overlay {
  --sk-size:40px;
  --sk-color:#333;
}

.sk-center {
  margin: auto;
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}

@keyframes sk-plane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  100%, 80% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  0%, 100% {
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  45%, 55% {
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}

@keyframes sk-wave {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}

@keyframes sk-flow {
  0%, 100%, 80% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-circle-fade-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle-fade {
  0%, 100%, 39% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}

.sk-grid-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: var(--sk-color);
  float: left;
  animation: sk-grid 1.3s infinite ease-in-out;
}

.sk-grid-cube:nth-child(1) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}

@keyframes sk-grid {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}

.sk-fold-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}

@keyframes sk-fold {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}

@keyframes sk-wander {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

/* Scss Document: general styles ----------- */
/* Scss Document: functions, mixins, variables */
/* Scss Document */
/* Scss Document */
/* Scss Document: variables index */
/* Scss Document: color variables */
/* Scss Document: general variables */
/* spacing */
/* icons */
/* screen sizes */
/* borders */
/* box shadows */
/* timing */
/* bulma */
/* logo */
/* Scss Document: typography variables */
/* text weights, spacing */
/* text sizes */
/* headings */
/* text shadow */
/* Scss Document: general styles ----------- */
/* Scss Document */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
}

section {
  /*overflow-x: scroll;*/
  overflow-y: hidden;
  /* overflow: auto;*/
}

.display--block {
  display: block;
}

.display--inline {
  display: inline !important;
}

.base-pad {
  padding: 16px;
}

.cover {
  height: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 48px 16px;
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
}

.feature {
  line-height: 0.5;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
  margin: 0 auto;
}
.feature img {
  width: 100%;
  height: auto;
}
.feature .photo-caption {
  position: absolute;
  top: 16px;
  left: 16px;
}

.content--limit-wd, .content--limit {
  margin-right: auto;
  margin-left: auto;
}
.content--limit-wd::after, .content--limit::after {
  clear: both;
  content: "";
  display: block;
}

.content--limit {
  max-width: 1024px;
}

.content--limit-wd {
  max-width: 1280px;
}

.pad {
  padding: 16px;
}
@media (min-width: 568px) {
  .pad {
    padding: 24px;
  }
}
@media (min-width: 667px) {
  .pad {
    padding: 32px;
  }
}

.pad--v {
  padding: 16px 0 16px;
}
@media (min-width: 1024px) {
  .pad--v {
    padding: 80px 0 96px;
  }
}

.innerpad {
  padding: 0 8px;
}
@media (min-width: 667px) {
  .innerpad {
    padding: 0 16px;
  }
}
@media (min-width: 768px) {
  .innerpad {
    padding: 0 48px;
  }
}
@media (min-width: 1024px) {
  .innerpad {
    padding: 0 96px;
  }
}

.innerpad-m {
  margin: 0 8px;
}
@media (min-width: 667px) {
  .innerpad-m {
    margin: 0 16px;
  }
}
@media (min-width: 768px) {
  .innerpad-m {
    margin: 0 32px;
  }
}
@media (min-width: 1024px) {
  .innerpad-m {
    margin: 0 48px;
  }
}

.innerpad--v {
  padding-top: 16px;
  padding-bottom: 16px;
}

.box {
  padding: 8px 16px 0;
}

.fix-pos {
  position: fixed;
}

.flex-reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 569px) {
  .img-float-l {
    float: left;
    margin: 8px 16px 8px 0;
    max-width: 50%;
  }
}

.inline-list li {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 1em;
}
nav .inline-list li {
  margin-right: 0.75em;
}
.inline-list li:last-child {
  margin-right: 0;
}

.cols {
  display: -moz-flex;
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}
.cols.flex--align-center {
  -moz-align-items: center;
  align-items: center;
}
.cols.flex--rev {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cols .col {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cols .col {
    margin-bottom: 0;
  }
  .cols .col img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: none;
  }
}
.cols .flex--shrink {
  flex-shrink: 1;
}
.cols.col--gutter {
  gap: 16px;
}
.cta-box {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.cta-box .cta {
  margin-bottom: 16px;
}
.collapse .cta-box {
  padding: 16px 0;
}

.vid-box {
  padding: 16px;
}

.vid-youtube {
  aspect-ratio: 1.7777777778;
  width: 100%;
}

.sr-only, .bt-icon span, .bt-icon-dark span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.border-above {
  padding-top: 0.25em;
  border-top-width: 2px;
}

.border-below {
  padding-bottom: 0.25em;
  border-bottom-width: 2px;
}

.border-above,
.border-below {
  border-style: solid;
  border-color: #c8c8c8;
}

.border-under-accent {
  border-bottom: dotted 2px #4cb944;
}

.border-radius {
  border-radius: 4px;
}

.square {
  display: block;
  padding-top: 100%;
}

@media (min-width: 768px) {
  .fadeout::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, transparent 1, #000 0);
  }
}
@media (min-width: 1440px) {
  .fadeout::before {
    height: 90px;
  }
}

.inner-outline {
  outline: 3px solid #fff;
  outline-offset: -1px;
}

.circle-text {
  position: relative;
  display: block;
  margin: 0;
  background-color: transparent;
  text-align: center;
}

.circle-text:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background: #777;
  content: "";
}

.circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
}

.wow {
  visibility: hidden;
}

.img-headshot {
  max-width: 150px;
}

.photo-caption {
  font-size: 0.95em;
  line-height: 1.4;
  text-align: left;
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5em;
  position: absolute;
  z-index: 200;
  left: 0;
  max-width: 85%;
  background: rgba(57, 57, 57, 0.6);
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.photo-caption .caption-open,
.photo-caption .caption-close {
  font-size: 1.5em;
  cursor: pointer;
  padding: 0 0.25em;
}
.photo-caption .caption-txt {
  color: #000;
}
.photo-caption .caption-close {
  display: none;
}
.photo-caption p {
  margin-bottom: 0;
}
.photo-caption .caption-txt {
  display: none;
}
.photo-caption.inverse {
  color: #000;
  background: rgba(255, 255, 255, 0.7);
}
.photo-caption.inverse .caption-open,
.photo-caption.inverse .caption-close {
  color: #000;
}
@media (min-width: 667px) {
  .photo-caption {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .photo-caption {
    max-width: 40%;
  }
}
@media (min-width: 1280px) {
  .photo-caption {
    max-width: 30%;
  }
}

.photo-caption-open {
  background: #fff;
}
.photo-caption-open .caption-close {
  color: #c8c8c8;
}

.vbox-content {
  padding-top: 2%;
  padding-bottom: 2%;
}

/* Scss Document: general styles ----------- */
/* Scss Document: links styles ----------- */
/* Scss Document: general styles ----------- */
/* Scss Document: icons styles ----------- */
.icon-flip-after::after {
  color: #fff;
  background: rgba(57, 57, 57, 0.6);
  border-radius: 50%;
}
.icon-flip-after:hover::after {
  color: #fff;
  background: rgba(57, 57, 57, 0.7);
}

/* fontawesome icons via pseudo-elements*/
.icon::before, .icon-play::before, .icon-flip::before, .icon-arrow-circle-right::before, .expand-link.collapsed::before, .icon-arrow-right::before, .icon-close::before, .caption-link::before,
.more-link::before, .close-link::before {
  font: var(--fa-font-solid);
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.25em;
}

/* individual fontawesome icons */
.icon-close::before, .caption-link::before,
.more-link::before, .close-link::before {
  content: "\f00d";
}

.icon-arrow-right::before {
  content: "\f061";
}

.icon-arrow-circle-right::before, .expand-link.collapsed::before {
  content: "\f0a9";
}

.icon-flip::before {
  content: "\f2f1";
}

.icon-play::before {
  content: "\f04b";
}

.icon-flip-after::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f2f1";
  font-size: 1.35em;
  line-height: 1.45em;
  text-align: center;
  position: relative;
  top: 0;
  bottom: auto;
  left: -5px;
  z-index: 700;
  width: 1.4em;
  height: 1.4em;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  transition: all 300ms ease-in-out;
  pointer-events: none;
}

/* places and sizes a graphic element (svg) as a background graphic */
.bt-icon, .bt-icon-dark {
  display: block;
  width: 38px;
  height: 38px;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 24px 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.bt-icon-dark {
  background-color: rgba(57, 57, 57, 0.6);
}
.bt-icon-dark:hover {
  background-color: rgba(57, 57, 57, 0.7);
}

.bt-icon-pre {
  padding-left: 27px !important;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.bt-icon-post {
  padding-right: 28px !important;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

a.link-accent:active, a.link-accent:focus {
  color: #000;
}
@media (min-width: 768px) {
  a.link-accent:hover {
    color: #000;
  }
}

a {
  color: #000;
}
a:active, a:focus, a:hover {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: underline;
}
a em, .caption a {
  font-weight: 700;
}

a.link-accent {
  color: #4cb944;
  text-decoration: none;
}

.link {
  font-size: 0.9em;
  padding-top: 1em;
  clear: both;
}

.link-accent2 {
  color: #ae2623;
}
.link-accent2:hover {
  color: #000;
}

a.linkborder, .linkbox a {
  text-decoration: underline;
}
.linkborder2:active, a.link-accent:active, .linkborder2:focus, a.link-accent:focus, .linkborder2:hover, a.link-accent:hover {
  border-bottom: 1px dotted #000;
}

.linkborder-hover {
  border-bottom: none;
}
.linkborder-hover:active, .linkborder-hover:focus, .linkborder-hover:hover {
  border-bottom: 1px dotted #4cb944;
}

.linkborder-none {
  border-bottom: none !important;
}
.linkborder-none:active, .linkborder-none:focus, .linkborder-none:hover {
  border-bottom: none !important;
}

.titlelink { /* apply to link containers */ }
.titlelink a {
  color: #000 !important;
}
.titlelink a:visited {
  color: #000 !important;
}
.titlelink a:hover {
  color: #000 !important;
}
.titlelink a:active {
  color: rgba(0, 0, 0, 0.7) !important;
}

.blacklink, .nav a { /* apply to link containers */ }
.blacklink a, .nav a a {
  color: #000 !important;
}
.blacklink a:visited, .nav a a:visited {
  color: #000 !important;
}
.blacklink a:hover, .nav a a:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
.blacklink a:active, .nav a a:active {
  color: rgba(0, 0, 0, 0.7) !important;
}

.whitelink { /* apply to link containers */ }
.whitelink a {
  color: #fff !important;
}
.whitelink a:visited {
  color: #fff !important;
}
.whitelink a:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}
.whitelink a:active {
  color: rgba(255, 255, 255, 0.95) !important;
}

.graylink { /* apply to link containers */ }
.graylink a {
  color: #c8c8c8 !important;
}
.graylink a:visited {
  color: #c8c8c8 !important;
}
.graylink a:hover {
  color: rgba(200, 200, 200, 0.9) !important;
}
.graylink a:active {
  color: rgba(200, 200, 200, 0.95) !important;
}

.lightlink, .linkbox.darker, .linkbox.dark { /* apply to link containers */ }
.lightlink a, .linkbox.darker a, .linkbox.dark a {
  color: rgb(43.35, 43.35, 43.35) !important;
}
.lightlink a:visited, .linkbox.darker a:visited, .linkbox.dark a:visited {
  color: rgb(43.35, 43.35, 43.35) !important;
}
.lightlink a:hover, .linkbox.darker a:hover, .linkbox.dark a:hover {
  color: #fff !important;
}
.lightlink a:active, .linkbox.darker a:active, .linkbox.dark a:active {
  color: black !important;
}

.more-link {
  font-size: 1.1em;
  font-weight: 700 !important;
  white-space: nowrap;
  padding-top: 16px;
}

.button-link, .buttonrow a,
.cta {
  font-family: "lato", sans-serif !important;
  font-weight: bold;
  display: inline-block;
  line-height: 2 !important;
  padding: 0.5em 1em;
  color: #fff !important;
  background: #247ba0;
  border-radius: 8px;
  border-bottom: none !important;
  text-decoration: none;
  transition: all 150ms ease-in;
}
.button-link span, .buttonrow a span,
.cta span {
  font-weight: 400;
}
.button-link:link .button-link:visited, .buttonrow a:link .button-link:visited, .button-link:link .buttonrow a:visited, .buttonrow .button-link:link a:visited, .buttonrow a:link a:visited, .button-link:hover, .buttonrow a:hover,
.button-link:link .cta:visited,
.buttonrow a:link .cta:visited,
.cta:hover,
.cta:link .button-link:visited,
.cta:link .buttonrow a:visited,
.buttonrow .cta:link a:visited,
.cta:link .cta:visited {
  color: #fff !important;
  text-decoration: none !important;
}
.button-link:hover, .buttonrow a:hover,
.cta:hover {
  background: #000 !important;
}

.caption-link strong,
.more-link strong {
  display: none;
  font-weight: inherit;
}
.caption-link em,
.more-link em {
  display: inline;
  font-style: normal;
}
.caption-link.collapsed em,
.more-link.collapsed em {
  display: none;
}
.caption-link.collapsed strong,
.more-link.collapsed strong {
  display: inline;
}

.expand-link {
  display: none;
}
.expand-link.collapsed {
  display: inline-block;
}

.story-link {
  font-weight: 700;
  white-space: nowrap;
}

.nav a {
  font-weight: 400;
}

.linkbox {
  font-size: 0.9em;
  clear: both;
  margin: 1em 0;
  text-align: center;
}
.linkbox span {
  display: inline-block;
  background-color: tint(#ededed, 33%);
  border-radius: 4px;
  margin: 1em auto;
  padding: 0.5em 1em;
}
.linkbox em {
  font-style: normal;
  font-size: 0.9em;
}
.linkbox a {
  text-shadow: none !important;
}
.linkbox.dark {
  background-color: rgba(0, 0, 0, 0.2);
}
.linkbox.darker {
  background-color: rgba(0, 0, 0, 0.5);
}
.linkbox.light {
  background-color: rgba(255, 255, 255, 0.65);
}

.buttonrow {
  display: -moz-flex;
  display: flex;
}
.buttonrow, .buttonrow li {
  margin-bottom: 0.25em;
}
.buttonrow li {
  margin-right: 0.25em;
}
.hover-grow:hover {
  transform: scale(1.01);
}

.hover-opacity:hover {
  opacity: 90%;
}

.hover-overlay {
  display: block;
  position: relative;
  line-height: 0.7;
}
.hover-overlay:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #247ba0;
  opacity: 12%;
}

a object.menu-icon {
  cursor: pointer;
}

#parks .card .button-link, #parks .card .buttonrow a, .buttonrow #parks .card a {
  font-size: 1.5em;
  color: #fff;
  line-height: 1.2;
  padding: 1em;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}
#parks .card .button-link .fa, #parks .card .buttonrow a .fa, .buttonrow #parks .card a .fa {
  font-size: 0.75em;
  position: relative;
  top: -0.15em;
}

/* Scss Document: general styles ----------- */
/* Scss Document: typography styles ----------- */
body {
  font-family: "lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.67;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1133333333;
}

p, ul, ol {
  margin: 0 0 1em;
}

hr {
  border-bottom: 2px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 16px 0;
}

strong, b {
  font-weight: 700;
}

sup {
  font-size: 60%;
}

/* headings */
.header {
  font-family: "antonio", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 16px;
}
.header p {
  margin: 0;
}
.header span {
  display: block;
}
.header strong {
  font-weight: 700;
  display: block;
}
.header a:link, .header a:visited, .header a:hover {
  text-decoration: none;
}

.header--xxs {
  font-size: 0.75em;
}

.header--xs {
  font-size: 0.85em;
}

.header--plus {
  font-size: 1.1em;
}

.header--md {
  font-size: 1.7em;
}

.header--mdplus {
  font-size: 2.35em;
}

.header--lg {
  font-size: 3em;
}

.header--xl {
  font-size: 4.08em;
}

.header--sub {
  letter-spacing: 0.05em;
  padding: 0;
}

.header--font {
  font-family: "antonio", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
}

.header--alt-font {
  font-family: "brother-1816", sans-serif;
  font-weight: 700;
}

.intro {
  font-size: 1.0725em;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.intro p {
  margin-bottom: 0.9em;
}
@media (min-width: 1024px) {
  .intro {
    font-size: 1.1em;
  }
}

@media (min-width: 0) and (max-width: 568px) {
  .innerpad p,
  .innerpad ul {
    font-size: 90%;
  }
}

.signature {
  font-size: 0.85em;
  line-height: 1.503em;
  margin-top: 16px;
}
.signature .signee {
  color: #000;
}
.signature .signee em {
  font-style: italic;
}
@media (min-width: 768px) {
  .signature {
    font-size: 0.9em;
  }
}

.cover,
.cover h1, .cover h2, .cover h3, .cover h4, .cover h5, .cover h6 {
  color: #fff;
}

.caption, .img-w-caption {
  font-size: 0.85em;
  line-height: 1.5;
  margin: 0;
  padding: 10.6666666667px 16px;
}
.caption em, .img-w-caption em {
  font-style: normal;
}

.img-w-caption {
  color: rgba(0, 0, 0, 0.7);
}

.pullquote {
  line-height: 1.4;
  margin-bottom: 16px;
  padding: 24px;
  text-indent: -0.4em;
}
.pullquote p {
  margin-bottom: 0;
}
.pullquote strong {
  font-size: 138%;
  font-weight: bold;
  font-style: italic;
}
.pullquote cite {
  font-style: normal;
  font-size: 90%;
}
.pullquote cite strong {
  font-size: 100%;
  font-weight: bold;
  font-style: normal !important;
}

/* text size */
.text-xxxs {
  font-size: 0.66em;
  line-height: 1.4;
}

.text-xxs {
  font-size: 0.75em;
  line-height: 1.4;
}

.text-xs {
  font-size: 0.85em;
  line-height: 1.4;
}

.text-sm, .footnote, .text-note {
  font-size: 0.9em;
  line-height: 1.503em;
}

.text-norm {
  font-size: 1em;
  font-weight: 400;
}

.text-plus, .text-intro {
  font-size: 1.045em;
}
@media (min-width: 1024px) {
  .text-plus, .text-intro {
    font-size: 1.1em;
  }
}

.text-md {
  font-size: 1.7em;
}

.text-md-plus {
  font-size: 2.35em;
}

.text-lg {
  font-size: 2.8em;
}

.text-lg-plus {
  font-size: 3.2em;
}

.text-xl {
  font-size: 4.08em;
}

.text-accent {
  color: #4cb944;
}

.text-accent2 {
  color: #ae2623;
}

.text-titlecase {
  text-transform: initial;
}

.text-spacing {
  letter-spacing: 0.075em;
}

.text-wt-light {
  font-weight: 300;
}

.text-wt-semi-bold {
  font-weight: 500;
}

.text-wt-black {
  font-weight: 900;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-hide {
  display: inline-block;
  text-indent: -9999em;
  overflow: hidden;
}

.text-sr,
.sr-text {
  display: block;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.footnote em {
  font-style: normal;
}

.margin-bottom {
  margin-bottom: 16px;
}

.margin-bottom-double {
  margin-bottom: 32px;
}

.margin-bottom-half {
  margin-bottom: 8px;
}

.margin-bottom-no {
  margin-bottom: 0 !important;
}

.inverse {
  color: rgba(255, 255, 255, 0.9);
}
.inverse .header {
  color: #fff;
}
.inverse .pullquote, .inverse .pullquote .quoted {
  color: #fff;
}
.inverse .pullquote blockquote::before {
  color: #fff;
}
.inverse .border-above,
.inverse .border-below {
  border-color: #fff;
}
.inverse strong {
  letter-spacing: 0.05em;
}
.inverse.header--alt-font strong {
  letter-spacing: 0;
}
.inverse .far, .inverse .fas, .inverse .fal {
  opacity: 0.66;
}

.textshadow {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}

.textshadow-soft {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.45);
}

.textshadow-dark {
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
}

.nowrap {
  white-space: nowrap;
}

/* Scss Document: general styles ----------- */
/* Scss Document: Loteria section ----------- */
#loteria {
  --card-bg: transparent;
  --gap: 10px;
  --mark-fade-ms: 420ms;
  --mark-fade-delay-ms: 120ms;
  --status-flash-ms: 500ms;
  --status-fade-ms: 300ms;
  --status-fade-delay-ms: 100ms;
  --status-flash-color: rgba(255, 235, 59, 0.3);
}
#loteria > .cell {
  position: relative;
  background-color: #247ba0;
  border: solid 4px #f28f3b;
  border-radius: 20px;
  color: #fff;
}
#loteria.alt > .cell {
  border: none;
}
@media (min-width: 667px) {
  #loteria .pad {
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  #loteria .pad {
    padding: 32px;
  }
}
#loteria .headwrapper {
  margin-bottom: 16px;
}
#loteria .headwrapper div:last-child {
  text-align: center;
}
#loteria .headwrapper .header {
  text-transform: none;
}
#loteria .headwrapper p {
  font-size: 90%;
}
@media (min-width: 1024px) {
  #loteria .headwrapper p {
    font-size: 103%;
  }
}
#loteria .headwrapper .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 667px) {
  #loteria .headwrapper {
    justify-content: flex-end;
    display: grid;
    grid-template-columns: 3fr 6fr 2fr;
    gap: 10px;
    align-items: center;
  }
}
@media (min-width: 768px) {
  #loteria .headwrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  #loteria .headwrapper {
    display: grid;
    grid-template-columns: 3fr 6fr 2fr;
    gap: 10px;
    align-items: center;
  }
}
#loteria.alt .headwrapper .header {
  background-image: url("../images/loteria/loteria-title-banner-w.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 2.25em;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #loteria.alt .headwrapper .header {
    font-size: 3em;
    margin-bottom: 30px;
  }
}

/* app container */
.layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .layout {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
    align-items: start;
  }
}
@media (min-width: 728px) {
  .alt .layout {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
    align-items: start;
  }
}

.app {
  line-height: 1.4;
  position: relative;
}
.app strong {
  font-weight: 700;
}
.app .pane-left {
  order: 1;
}
.app .pane-right {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  order: 2;
}

#tabla {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 2%;
  height: 53vh;
  width: auto;
  /* Keeps the 3x3 grid locked to a 5:7 aspect ratio per cell */
  /* Formula: (5/7) * (3 columns / 3 rows) = 0.714 */
  aspect-ratio: 5/7;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #tabla {
    height: 63vh;
  }
}
@media (min-width: 1024px) {
  #tabla {
    height: 78vh;
  }
}
@media (min-width: 1280px) {
  #tabla {
    height: 80vh;
  }
}
#tabla {
  /* N x N grid presets */
}
#tabla.tabla-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
#tabla.tabla-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
#tabla.tabla-4 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
#tabla .cell {
  background: var(--card-bg);
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* focus style for keyboard users */
}
#tabla .cell:focus {
  box-shadow: 0 0 0 3px rgba(34, 139, 230, 0.25);
  z-index: 2;
}
.alt #tabla {
  height: 39vh;
}
@media (min-width: 728px) {
  .alt #tabla {
    height: 58vh;
  }
}
@media (min-width: 984px) {
  .alt #tabla {
    height: 58vh;
  }
}
@media (min-width: 1240px) {
  .alt #tabla {
    height: 73vh;
  }
}

/* modern aspect-ratio wrapper with safe min-height */
.card-img-wrap {
  position: relative;
}

/* image fills wrapper and preserves whole artwork */
.card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Ensures image fills the cell tightly */
  display: block;
  background-color: var(--card-bg);
  will-change: transform, opacity;
}

/* captions hidden visually but kept in DOM (you can change later) */
.card-caption {
  display: none;
}

.cell.marked {
  /* when the cell becomes marked, the icon fades in after the configured delay */
}
.cell.marked .mark-overlay {
  background-color: rgba(251, 233, 74, 0.45);
  border: solid 3px rgb(251, 233, 74);
}
.cell.marked .mark-icon {
  opacity: 1;
}

/* Overlay flash keyframes (fallback to Animate.css) */
@keyframes overlayFlash {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* mark overlay */
.mark-overlay {
  color: #fff;
  font-weight: 900;
  font-size: 4rem;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 3;
  background-color: transparent; /* default transparent; overlay-flash will set highlight */
  overflow: visible;
  /* Ensure mark-icon sits above overlay highlight */
}
.mark-overlay .mark-icon {
  z-index: 4;
  position: relative;
}
.mark-overlay {
  /* Class applied to .mark-overlay to visually flash it before the stamp appears.
     Adjust background-color and mix-blend-mode to taste; keep it subtle if stamps overlap. */
}
.mark-overlay.overlay-flash {
  background-color: rgba(251, 233, 74, 0.85); /* pale highlight; change to your accent */
  animation-name: overlayFlash;
  animation-duration: var(--overlay-flash-ms, 400ms);
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.mark-icon {
  width: 47%;
  height: auto;
  pointer-events: none;
}
/* mark icon starts invisible and will transition to visible after the delay */
.mark-icon {
  opacity: 0;
  transition: opacity var(--mark-fade-ms) ease-in-out var(--mark-fade-delay-ms);
  will-change: opacity;
  /* Respect reduced motion preferences */
}
@media (prefers-reduced-motion: reduce) {
  .mark-icon {
    transition: none;
    opacity: 1;
  }
}

/* controls */
.controls-row {
  text-align: center;
  margin-bottom: 12px;
}
.controls-row button {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.controls label {
  font-weight: 400;
  font-size: 90%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
.controls button {
  aspect-ratio: 1/1;
  padding: 10px;
  border-radius: 50%;
  border: 0;
  background: #f28f3b;
  color: #fff;
  font-size: 90%;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}
.controls button:hover {
  background: rgb(239.1916267943, 118.804784689, 16.6583732057);
}
.controls button.accent-2 {
  background: rgb(44.6510204082, 152.5576530612, 198.4489795918);
}
.controls button.accent-2:hover {
  background: #000;
}
.controls button:disabled {
  opacity: 0.5;
  cursor: default;
}
@media (min-width: 768px) {
  .controls button {
    font-size: 100%;
  }
}
@media (min-width: 1024px) {
  .controls button {
    font-size: 110%;
  }
}

/* small form controls */
.row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.row label {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}
.row input {
  width: 72px;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-top: 6px;
}

/* status block */
.status-block {
  color: #fff;
  padding: 8px 0;
  text-align: center;
}

/* Base status styling (ensure this selector matches your #status element) */
#status {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  color: inherit;
  background: transparent;
  opacity: 1;
  transform: translateY(0);
  transition: opacity var(--status-fade-ms) ease-in-out var(--status-fade-delay-ms), transform var(--status-fade-ms) ease-in-out var(--status-fade-delay-ms);
  will-change: opacity, transform;
}

/* Hidden state used to trigger fade-in when text changes */
#status.status-hidden {
  opacity: 0;
  transform: translateY(0);
}

/* Flash animation keyframes */
@keyframes statusFlash {
  0% {
    background-color: var(--status-flash-color);
  }
  15% {
    background-color: var(--status-flash-color);
  }
  70% {
    background-color: transparent;
  }
  100% {
    background-color: transparent;
  }
}
/* Class that triggers the flash highlight */
#status.status-flash {
  animation: statusFlash var(--status-flash-ms) ease-in-out 1;
  padding: 0.5rem 0.75rem;
}

/* Reduced motion: disable animations and transitions */
@media (prefers-reduced-motion: reduce) {
  #status {
    transition: none;
    transform: none;
    opacity: 1;
  }
  #status.status-flash {
    animation: none;
  }
}
#last-draw-info,
#drawn-list-info {
  display: none;
}

/* last-drawn: allow overflow visible on wrapper so Animate.css motion isn't cropped */
.last-image-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 100px;
  overflow: visible;
  /* allow animation to be visible outside the small box */
  position: relative;
  z-index: 10;
  /* ensure it appears above tabla when animating */
}
@media (min-width: 390px) {
  .last-image-wrap {
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .last-image-wrap {
    max-width: 150px;
  }
}
@media (min-width: 1280px) {
  .last-image-wrap {
    max-width: 180px;
  }
}
@media (min-width: 728px) {
  .alt .last-image-wrap {
    max-width: 150px;
  }
}
@media (min-width: 984px) {
  .alt .last-image-wrap {
    max-width: 150px;
  }
}
@media (min-width: 1240px) {
  .alt .last-image-wrap {
    max-width: 180px;
  }
}

.last-image-wrap .card-img-wrap {
  aspect-ratio: 5/7;
  width: 100%;
  position: relative;
  overflow: visible;
  /* allow the animated image to move */
  background: transparent;
  margin: 0 auto 16px;
}

.last-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
  display: block;
  will-change: transform, opacity;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* draw count */
strong.label {
  font-weight: 400;
  font-size: 90%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.5;
}

.draw-count {
  min-height: 25px;
}

.draw-bullet {
  margin: 0 4px;
}

/* win overlay */
.win-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  pointer-events: none;
  border-radius: 20px;
  background: rgba(255, 172, 228, 0.7);
  line-height: 1.2;
  text-shadow: 0 6px 10px rgba(32, 64, 147, 0.7);
}
.win-overlay .win-text {
  font-family: "brother-1816", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.125em;
}
@media (min-width: 1024px) {
  .win-overlay .win-text {
    font-size: 6rem;
  }
}
.win-overlay p {
  font-size: 120%;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .win-overlay p {
    font-size: 140%;
  }
}

/* Game Over overlay modifier (inherits .win-overlay) */
.gameover-overlay {
  background: rgba(76, 185, 68, 0.7);
  pointer-events: auto; /* allow play button to be clickable */
}

/* If you want a different panel accent, target .gameover-overlay .win-text */
.gameover-overlay .win-text {
  color: #fff;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .gameover-overlay {
    transition: none !important;
  }
}
/* Cover overlay styles */
.cover-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: start;
  justify-content: center;
  background-color: rgba(36, 123, 160, 0.95);
  border-radius: 18px;
  z-index: 500;
  opacity: 1;
  transition: opacity 300ms ease;
}
.cover-overlay.closed {
  opacity: 0;
  pointer-events: none;
}
.cover-overlay.alt {
  background-color: rgba(251, 233, 74, 0.95);
  border: none;
}
@media (min-width: 768px) {
  .cover-overlay {
    align-items: center;
  }
}

/* Panel */
.cover-panel {
  color: #fff;
  flex-grow: 1;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .cover-panel {
    flex-grow: 0;
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .cover-panel {
    width: 60%;
  }
}
@media (min-width: 1280px) {
  .cover-panel {
    width: 50%;
    font-size: 110%;
  }
}

/* Header and controls */
.cover-header {
  text-align: center;
}

#cover-title {
  font-size: 16px;
  margin: 20px 0 2em;
  height: 90px;
  background-image: url("../images/loteria/loteria-banner.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.alt #cover-title {
  margin: 0;
  height: 100px;
  background-image: url("../images/loteria/loteria-ggnp-banner.png");
}
@media (min-width: 1280px) {
  #cover-title {
    height: 100px;
  }
}

#cover-subtitle {
  font-size: 16px;
  background-image: url("../images/loteria/loteria-title-banner.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 125px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.cover-close {
  display: none;
  position: absolute;
  inset: 16px 16px auto auto;
  width: 24px;
  height: 24px;
  font-size: 1rem;
  cursor: pointer;
  background: transparent;
  background-image: url("../images/icons/icon-close-w.svg");
  background-repeat: no-repeat;
  opacity: 0.7;
  box-shadow: none;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cover-close {
    inset: 24px 24px auto auto;
  }
}

/* Description */
#cover-desc p:first-child {
  margin-bottom: 1.5em;
  text-indent: 0;
}
.alt #cover-desc {
  height: 20px;
}
@media (min-width: 1280px) {
  #cover-desc {
    font-size: 110%;
  }
}

.cover-actions {
  text-align: center;
}

.cover-play {
  font-size: 120%;
  display: inline-block;
  background: rgb(75.5714285714, 173.1357142857, 214.6285714286);
  border: none;
  cursor: pointer;
  margin: 0.5em 0;
}
.alt .cover-play {
  font-size: 190%;
  background: #407ff8;
  border: solid 2px #c57c21;
  border-bottom: solid 2px #c57c21 !important;
  padding: 0.35em 1em 0.4em;
  line-height: 1 !important;
}

.cover-remember {
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  margin: 1em 0 0;
}
.alt .cover-remember {
  color: rgba(0, 0, 0, 0.5);
}

.cover-footer {
  font-size: 0.9em;
  text-align: right;
}

/* Fade-out state for panel */
.cover-overlay.closing {
  opacity: 0.85;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .cover-overlay,
  .cover-panel {
    transition: none;
  }
}
/* Scss Document: general styles ----------- */
/* Scss Document: Current theme ----------- */
/* Scss Document: general styles ----------- */
/* Scss Document: backgrounds styles ----------- */
body {
  background-color: #fff;
}

.dev {
  position: relative;
}
.dev::after {
  content: "";
  position: absolute;
  z-index: 500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 0, 0.5);
}

.bg-color-lightest {
  background-color: rgba(244, 228, 240, 0.4);
}

.bg-color-lightest-cool {
  background-color: rgba(36, 123, 160, 0.1);
}

/*.bg-fixed {
	background-attachment: fixed;
}
.bg-center {
	background-position: center center;
}*/
.bg-left-top {
  background-position: left top;
}

.bg-right-top {
  background-position: right top;
}

.bg-center-bottom {
  background-position: center bottom;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-left-bottom {
  background-position: left bottom;
}

.gradient-edge-bottom::after {
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(200, 200, 200, 0) 88%, rgba(200, 200, 200, 0.11) 98%);
  content: "";
  display: block;
  pointer-events: none;
  z-index: -1;
}

.gradient-top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 75%);
  content: "";
  display: block;
  pointer-events: none;
}

.gradient-top-overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 100%);
  content: "";
  display: block;
  pointer-events: none;
}

#cards .card .back {
  background-color: #ededed;
}

/* Scss Document: links styles ----------- */
/* header styles */
#financials .pre-header, .story-row .pre-header,
.modal-content .pre-header {
  font-family: "roboto-slab", serif;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}

/* headers: scales all header area text */
.header {
  font-size: 85%;
}
@media (min-width: 768px) {
  .header {
    font-size: 90%;
  }
}
@media (min-width: 1024px) {
  .header {
    font-size: 95%;
  }
}
@media (min-width: 1280px) {
  .header {
    font-size: 100%;
  }
}

/* headers in modal windows (used in Welcome, Stories) */
.modal-content .header {
  font-size: 83%;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  margin-bottom: 0;
}
.modal-content .header .cols {
  display: grid;
  grid-template-columns: 1fr 80px;
  gap: 10px;
  align-items: end;
}
.modal-content .header .cols .col {
  margin-bottom: 0;
}
.modal-content .header h2 span {
  font-weight: 100;
  display: block;
}
.modal-content .header .col img {
  max-width: 100%;
  aspect-ratio: 5/7;
}
@media (min-width: 667px) {
  .modal-content .header {
    font-size: 90%;
  }
}
@media (min-width: 768px) {
  .modal-content .header {
    font-size: 115%;
  }
  .modal-content .header .cols {
    grid-template-columns: 1fr 120px;
  }
}
@media (min-width: 1024px) {
  .modal-content .header {
    font-size: 120%;
  }
  .modal-content .header .cols {
    grid-template-columns: 1fr 150px;
  }
  .modal-content .header .col img {
    position: relative;
    top: 24px;
  }
}
@media (min-width: 1280px) {
  .modal-content .header {
    font-size: 130%;
  }
}
.modal-content .feature {
  margin-bottom: 16px;
}
.modal-content .pullquote {
  padding: 8px;
}
@media (min-width: 768px) {
  .modal-content .pullquote {
    float: right;
    width: 44%;
    margin-left: 16px;
    padding: 8px 0 8px 16px;
  }
}
@media (min-width: 1024px) {
  .modal-content .pullquote {
    width: 33%;
  }
}
.modal-content em {
  font-style: italic;
  font-weight: bold;
}

.story-row .pre-header {
  font-size: 82%;
  letter-spacing: 0;
}
@media (min-width: 667px) {
  .story-row .pre-header {
    font-size: 95%;
  }
}
@media (min-width: 768px) {
  .story-row .pre-header {
    font-size: 100%;
  }
}
@media (min-width: 1024px) {
  .story-row .pre-header {
    font-size: 125%;
  }
}

.vid-box .caption {
  text-align: center;
}
.vid-box .caption strong {
  font-family: "roboto-slab", serif;
}

/* background gradients */
.gradient1 {
  background: linear-gradient(#cbefb6, #fface4, #cffcff, #f28f3b);
}

.gradient2 {
  background: linear-gradient(#fface4, #cffcff);
}

.gradient3 {
  background: linear-gradient(#cffcff, #fface4);
}

.color1 .pre-header,
.color1 .header,
.color1 .header a,
.color1 a.story-link {
  color: #009a51;
}
.color1.modal-content .pre-header span {
  padding: 0.25em 0.75em;
  background-color: #009a51;
  color: #fff;
}
.color1.modal-content .pullquote {
  color: #009a51;
}
.color1.modal-content .sidebar {
  color: #009a51;
  background-color: rgba(76, 185, 68, 0.08);
}
.color1.modal-content .sidebar a:link,
.color1.modal-content .sidebar a:visited {
  color: #009a51;
}
.color1.modal-content .box {
  background-color: #009a51;
  color: #fff;
}
.color1#parksasclassrooms-modal.modal-content .header,
.color1#parksasclassrooms-modal.modal-content .pre-header {
  background-color: #4cb944;
  color: #fff;
}

.color2 .pre-header,
.color2 .header,
.color2 .header a,
.color2 a.story-link {
  color: #f28f3b;
}
.color2.modal-content .header,
.color2.modal-content .pre-header {
  background-color: #f28f3b;
  color: #fff;
}
.color2.modal-content .pullquote,
.color2.modal-content .stat-grid {
  color: #f37323;
}
.color2.modal-content .sidebar {
  color: #f37323;
  background-color: rgba(242, 143, 59, 0.08);
}
.color2.modal-content .sidebar a:link,
.color2.modal-content .sidebar a:visited {
  color: #f37323;
}

.color3 .pre-header,
.color3 .header,
.color3 .header a,
.color3 a.story-link {
  color: #c9307a;
}
.color3.modal-content .header,
.color3.modal-content .pre-header,
.color3.modal-content .box {
  background-color: #c9307a;
  color: #fff;
}
.color3.modal-content .pullquote,
.color3.modal-content .sidebar-unboxed {
  color: #c9307a;
}
.color3.modal-content .sidebar {
  color: #c9307a;
  background-color: rgba(201, 48, 122, 0.08);
}
.color3.modal-content .sidebar a:link,
.color3.modal-content .sidebar a:visited {
  color: #c9307a;
}

.color4 .pre-header,
.color4 .header,
.color4 .header a,
.color4 a.story-link,
.color4 .stat,
.color4 .pullquote {
  color: #204093;
}
.color4.modal-content .pre-header span {
  padding: 0.25em 0.75em;
  background-color: #204093;
  color: #fff;
}

.color5 .pre-header,
.color5 .header,
.color5 .header a,
.color5 a.story-link,
.color5 .stat,
.color5 .pullquote {
  color: #ae2623;
}
.color5.modal-content .pre-header span {
  padding: 0.25em 0.75em;
  background-color: #ae2623;
  color: #fff;
}
.color5.modal-content .pullquote {
  color: #ae2623;
}

/* swiper */
.swiper {
  --swiper-theme-color: #fff;
  --swiper-pagination-bottom: 6px;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-inactive-color: #ddd;
  --swiper-pagination-bullet-inactive-opacity: 0.5;
  --swiper-navigation-size: 44px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 5px;
}

#by-numbers header {
  color: #204093;
  text-transform: uppercase;
  font-size: 75%;
}
#by-numbers header .pre-header {
  font-weight: 100;
  font-size: 217%;
}
#by-numbers header h2.header--xl {
  font-family: "Anton", "Antonio", sans-serif;
  font-weight: 400;
}
#by-numbers header h2.header--xl span {
  font-family: "Antonio", sans-serif;
  font-weight: 100;
}
@media (min-width: 768px) {
  #by-numbers header h2.header--xl span {
    display: block;
  }
}
#by-numbers header a:link, #by-numbers header a:visited, #by-numbers header a:hover {
  color: #204093;
  text-decoration: none;
}
@media (min-width: 667px) {
  #by-numbers header {
    font-size: 80%;
  }
}
@media (min-width: 768px) {
  #by-numbers header {
    font-size: 85%;
  }
}
@media (min-width: 1024px) {
  #by-numbers header {
    font-size: 90%;
  }
}
@media (min-width: 1280px) {
  #by-numbers header {
    font-size: 110%;
  }
}
#by-numbers .swiper {
  --swiper-pagination-color: #fff; /* Active bullet color */
  --swiper-navigation-sides-offset: 0px;
}
#by-numbers .swiper .swiper-slide {
  min-height: 350px;
  border-radius: 16px;
  color: #fff;
  background: #4cb944;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
}
@media (min-width: 1024px) {
  #by-numbers .swiper .swiper-slide {
    min-height: 45vh;
  }
}
#by-numbers .swiper .swiper-slide p.pre-header {
  color: #fff;
  font-family: "roboto-slab", serif;
  line-height: 1.336;
  margin-bottom: 0.25em;
}
#by-numbers .swiper .swiper-slide p.pre-header.header--alt-font {
  font-family: "brother-1816", sans-serif;
  font-size: 120%;
  text-transform: uppercase;
}
#by-numbers .swiper .swiper-slide .header {
  font-size: 130%;
}
@media (min-width: 768px) {
  #by-numbers .swiper .swiper-slide .header {
    font-size: 135%;
  }
}
@media (min-width: 1024px) {
  #by-numbers .swiper .swiper-slide .header {
    font-size: 140%;
  }
}
@media (min-width: 1280px) {
  #by-numbers .swiper .swiper-slide .header {
    font-size: 155%;
  }
}
#by-numbers .swiper .swiper-slide .header,
#by-numbers .swiper .swiper-slide p.stat-desc {
  color: #fff;
  margin-bottom: 8px;
}
#by-numbers .swiper .swiper-slide h2.header {
  font-family: "antonio", sans-serif;
}
#by-numbers .swiper .swiper-slide p.stat-desc {
  font-size: 145%;
  font-family: "roboto-slab", serif;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  #by-numbers .swiper .swiper-slide p.stat-desc {
    font-size: 180%;
  }
}
#by-numbers .swiper .swiper-slide .pad {
  padding: 32px 40px;
}
#by-numbers .swiper .swiper-slide.parks {
  background: #f28f3b;
}
#by-numbers .swiper .swiper-slide.stories {
  background: #c9307a;
}
#by-numbers .swiper .swiper-button-next,
#by-numbers .swiper .swiper-button-prev {
  color: #fff;
}
#by-numbers .swiper .card-back p {
  font-size: 110%;
}
#by-numbers .swiper .card-back.pad {
  padding-top: 64px;
}
@media (min-width: 768px) {
  #by-numbers .swiper {
    --swiper-navigation-sides-offset: 5px;
  }
}

/* additional styles for flippable slider */
#by-numbers {
  /* container perspective */
}
#by-numbers .swiper-slide .card {
  width: 100%;
  height: 100%;
  perspective: 1200px;
  overflow: scroll-y;
}
#by-numbers {
  /* inner 3D transform */
}
#by-numbers .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 420ms cubic-bezier(0.2, 0.9, 0.3, 1);
  will-change: transform;
}
#by-numbers {
  /* front/back faces */
}
#by-numbers .card-front, #by-numbers .card-back {
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#by-numbers {
  /* back face rotated */
}
#by-numbers .card-back {
  transform: rotateY(180deg);
}
#by-numbers {
  /* flipped state */
}
#by-numbers .card.is-flipped .card-inner {
  transform: rotateY(180deg);
}
#by-numbers {
  /* small style niceties */
}
#by-numbers .flip-btn,
#by-numbers .flip-btn-back {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  font-size: 24px;
  line-height: 1;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 50%;
  background: #fff;
  padding: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  --animate-delay: 2s;
  --animate-duration: 1.5s;
  --animate-repeat: 2;
}
#by-numbers .flip-btn span,
#by-numbers .flip-btn-back span {
  display: block;
  text-indent: -9999px;
  width: 1px;
  height: 1px;
}
#by-numbers .fa-spin {
  --fa-animation-iteration-count: 2;
}
@media (prefers-reduced-motion: reduce) {
  #by-numbers .card-inner {
    transition: none;
  }
}

#stat-icon_plants {
  position: absolute;
  top: 90%;
  right: 10%;
  width: 33%;
}

#stat-icon_camera {
  position: absolute;
  top: 70%;
  right: 10%;
  width: 30%;
}

#stat-icon_van {
  position: absolute;
  top: 95%;
  left: 10%;
  width: 50%;
}

#stat-icon_store {
  position: absolute;
  top: 93%;
  right: 20%;
  width: 40%;
}

#stat-icon_gold {
  position: absolute;
  top: 80%;
  right: 0%;
  width: 35%;
}

#stat-icon_clapping {
  position: absolute;
  top: 95%;
  left: 15%;
  width: 40%;
}

#stat-icon_invasive-plants {
  position: absolute;
  top: 95%;
  right: 15%;
  width: 40%;
}

#effective .story-row {
  margin-top: 0;
}
#effective .header span {
  display: inline;
}

#your-gift {
  background: #fface4;
}
@media (min-width: 1024px) {
  #your-gift .header {
    font-size: 125%;
  }
}

#find-your-park {
  background: #4cb944;
}

#financials {
  background-color: #ae2623;
}
#financials .header {
  color: #f4e4f0;
}
@media (min-width: 1024px) {
  #your-gift .header, #find-your-park .header, #financials .header {
    font-size: 125%;
  }
}
#your-gift.pad, #find-your-park.pad, #financials.pad {
  padding-top: 32px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  #your-gift.pad, #find-your-park.pad, #financials.pad {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  #your-gift.pad, #find-your-park.pad, #financials.pad {
    padding-top: 80px;
    padding-bottom: 96px;
  }
}

/*# sourceMappingURL=styles-loteria.css.map */