/*!
 * Font Awesome Free 6.5.1 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 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.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-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

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

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-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));
            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% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-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));
            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% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

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

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

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

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

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

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

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

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

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  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); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

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

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

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

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

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

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

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

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

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

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

.fa-fill-drip::before {
  content: "\f576"; }

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

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

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

.fa-at::before {
  content: "\40"; }

.fa-trash-can::before {
  content: "\f2ed"; }

.fa-trash-alt::before {
  content: "\f2ed"; }

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

.fa-user-xmark::before {
  content: "\f235"; }

.fa-user-times::before {
  content: "\f235"; }

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

.fa-message::before {
  content: "\f27a"; }

.fa-comment-alt::before {
  content: "\f27a"; }

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

.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-compress-alt::before {
  content: "\f422"; }

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

.fa-file-lines::before {
  content: "\f15c"; }

.fa-file-alt::before {
  content: "\f15c"; }

.fa-file-text::before {
  content: "\f15c"; }

.fa-wave-square::before {
  content: "\f83e"; }

.fa-ring::before {
  content: "\f70b"; }

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

.fa-dice-three::before {
  content: "\f527"; }

.fa-calendar-days::before {
  content: "\f073"; }

.fa-calendar-alt::before {
  content: "\f073"; }

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

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

.fa-volleyball::before {
  content: "\f45f"; }

.fa-volleyball-ball::before {
  content: "\f45f"; }

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

.fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-desc::before {
  content: "\f0dd"; }

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

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

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before {
  content: "\f2f5"; }

.fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

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

.fa-icons::before {
  content: "\f86d"; }

.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-microphone-alt-slash::before {
  content: "\f539"; }

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

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

.fa-fingerprint::before {
  content: "\f577"; }

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

.fa-magnifying-glass-location::before {
  content: "\f689"; }

.fa-search-location::before {
  content: "\f689"; }

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

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

.fa-face-smile-beam::before {
  content: "\f5b8"; }

.fa-smile-beam::before {
  content: "\f5b8"; }

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

.fa-football::before {
  content: "\f44e"; }

.fa-football-ball::before {
  content: "\f44e"; }

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

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

.fa-angles-down::before {
  content: "\f103"; }

.fa-angle-double-down::before {
  content: "\f103"; }

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

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

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

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

.fa-beer::before {
  content: "\f0fc"; }

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

.fa-arrow-up-long::before {
  content: "\f176"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-burn::before {
  content: "\f46a"; }

.fa-person::before {
  content: "\f183"; }

.fa-male::before {
  content: "\f183"; }

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

.fa-file-csv::before {
  content: "\f6dd"; }

.fa-menorah::before {
  content: "\f676"; }

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

.fa-record-vinyl::before {
  content: "\f8d9"; }

.fa-face-grin-stars::before {
  content: "\f587"; }

.fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-pastafarianism::before {
  content: "\f67b"; }

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

.fa-spoon::before {
  content: "\f2e5"; }

.fa-utensil-spoon::before {
  content: "\f2e5"; }

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

.fa-envelopes-bulk::before {
  content: "\f674"; }

.fa-mail-bulk::before {
  content: "\f674"; }

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

.fa-circle-h::before {
  content: "\f47e"; }

.fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-contact-book::before {
  content: "\f2b9"; }

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

.fa-k::before {
  content: "\4b"; }

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

.fa-pencil::before {
  content: "\f303"; }

.fa-pencil-alt::before {
  content: "\f303"; }

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

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

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

.fa-paste::before {
  content: "\f0ea"; }

.fa-file-clipboard::before {
  content: "\f0ea"; }

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

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-truck-loading::before {
  content: "\f4de"; }

.fa-user-check::before {
  content: "\f4fc"; }

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

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

.fa-blog::before {
  content: "\f781"; }

.fa-user-ninja::before {
  content: "\f504"; }

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

.fa-scroll-torah::before {
  content: "\f6a0"; }

.fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before {
  content: "\f458"; }

.fa-quidditch::before {
  content: "\f458"; }

.fa-quidditch-broom-ball::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-box-archive::before {
  content: "\f187"; }

.fa-archive::before {
  content: "\f187"; }

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

.fa-arrow-down-9-1::before {
  content: "\f886"; }

.fa-sort-numeric-desc::before {
  content: "\f886"; }

.fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-spray-can::before {
  content: "\f5bd"; }

.fa-truck-monster::before {
  content: "\f63b"; }

.fa-w::before {
  content: "\57"; }

.fa-earth-africa::before {
  content: "\f57c"; }

.fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-tablet-alt::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

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

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

.fa-face-flushed::before {
  content: "\f579"; }

.fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

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

.fa-gavel::before {
  content: "\f0e3"; }

.fa-legal::before {
  content: "\f0e3"; }

.fa-binoculars::before {
  content: "\f1e5"; }

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

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

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-bell-concierge::before {
  content: "\f562"; }

.fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before {
  content: "\f5ae"; }

.fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows::before {
  content: "\e068"; }

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

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

.fa-square-caret-right::before {
  content: "\f152"; }

.fa-caret-square-right::before {
  content: "\f152"; }

.fa-scissors::before {
  content: "\f0c4"; }

.fa-cut::before {
  content: "\f0c4"; }

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

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

.fa-hockey-puck::before {
  content: "\f453"; }

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

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

.fa-tachograph-digital::before {
  content: "\f566"; }

.fa-digital-tachograph::before {
  content: "\f566"; }

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

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

.fa-reply::before {
  content: "\f3e5"; }

.fa-mail-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

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

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

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

.fa-helicopter::before {
  content: "\f533"; }

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

.fa-square-caret-down::before {
  content: "\f150"; }

.fa-caret-square-down::before {
  content: "\f150"; }

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

.fa-laptop-code::before {
  content: "\f5fc"; }

.fa-swatchbook::before {
  content: "\f5c3"; }

.fa-prescription-bottle::before {
  content: "\f485"; }

.fa-bars::before {
  content: "\f0c9"; }

.fa-navicon::before {
  content: "\f0c9"; }

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

.fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass-3::before {
  content: "\f253"; }

.fa-heart-crack::before {
  content: "\f7a9"; }

.fa-heart-broken::before {
  content: "\f7a9"; }

.fa-square-up-right::before {
  content: "\f360"; }

.fa-external-link-square-alt::before {
  content: "\f360"; }

.fa-face-kiss-beam::before {
  content: "\f597"; }

.fa-kiss-beam::before {
  content: "\f597"; }

.fa-film::before {
  content: "\f008"; }

.fa-ruler-horizontal::before {
  content: "\f547"; }

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

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

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

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

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

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

.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa-sign-out::before {
  content: "\f08b"; }

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

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

.fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-simple::before {
  content: "\f58f"; }

.fa-headphones-alt::before {
  content: "\f58f"; }

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

.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.fa-donate::before {
  content: "\f4b9"; }

.fa-memory::before {
  content: "\f538"; }

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

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

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

.fa-hanukiah::before {
  content: "\f6e6"; }

.fa-feather::before {
  content: "\f52d"; }

.fa-volume-low::before {
  content: "\f027"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

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

.fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-wheat-alt::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

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

.fa-asterisk::before {
  content: "\2a"; }

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

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

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

.fa-heading::before {
  content: "\f1dc"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list::before {
  content: "\f03a"; }

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

.fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-phone-square-alt::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

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

.fa-circle-dot::before {
  content: "\f192"; }

.fa-dot-circle::before {
  content: "\f192"; }

.fa-face-dizzy::before {
  content: "\f567"; }

.fa-dizzy::before {
  content: "\f567"; }

.fa-egg::before {
  content: "\f7fb"; }

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

.fa-campground::before {
  content: "\f6bb"; }

.fa-folder-plus::before {
  content: "\f65e"; }

.fa-futbol::before {
  content: "\f1e3"; }

.fa-futbol-ball::before {
  content: "\f1e3"; }

.fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paintbrush::before {
  content: "\f1fc"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

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

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before {
  content: "\f593"; }

.fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before {
  content: "\f59f"; }

.fa-map-marked::before {
  content: "\f59f"; }

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

.fa-tree::before {
  content: "\f1bb"; }

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

.fa-sack-dollar::before {
  content: "\f81d"; }

.fa-pen-to-square::before {
  content: "\f044"; }

.fa-edit::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-nodes::before {
  content: "\f1e0"; }

.fa-share-alt::before {
  content: "\f1e0"; }

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

.fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-2::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

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

.fa-bag-shopping::before {
  content: "\f290"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before {
  content: "\f881"; }

.fa-sort-alpha-desc::before {
  content: "\f881"; }

.fa-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa-mitten::before {
  content: "\f7b5"; }

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

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

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

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

.fa-hand::before {
  content: "\f256"; }

.fa-hand-paper::before {
  content: "\f256"; }

.fa-om::before {
  content: "\f679"; }

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

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

.fa-plug::before {
  content: "\f1e6"; }

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

.fa-hand-spock::before {
  content: "\f259"; }

.fa-stopwatch::before {
  content: "\f2f2"; }

.fa-face-kiss::before {
  content: "\f596"; }

.fa-kiss::before {
  content: "\f596"; }

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

.fa-face-grin-tongue::before {
  content: "\f589"; }

.fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before {
  content: "\f58c"; }

.fa-grin-wink::before {
  content: "\f58c"; }

.fa-ear-deaf::before {
  content: "\f2a4"; }

.fa-deaf::before {
  content: "\f2a4"; }

.fa-deafness::before {
  content: "\f2a4"; }

.fa-hard-of-hearing::before {
  content: "\f2a4"; }

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

.fa-dice-five::before {
  content: "\f523"; }

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

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

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

.fa-i-cursor::before {
  content: "\f246"; }

.fa-stamp::before {
  content: "\f5bf"; }

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

.fa-i::before {
  content: "\49"; }

.fa-hryvnia-sign::before {
  content: "\f6f2"; }

.fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before {
  content: "\f581"; }

.fa-grin-alt::before {
  content: "\f581"; }

.fa-tooth::before {
  content: "\f5c9"; }

.fa-v::before {
  content: "\56"; }

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

.fa-bicycle::before {
  content: "\f206"; }

.fa-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

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

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::before {
  content: "\f0f9"; }

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

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

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

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

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

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

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

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.fa-frown-open::before {
  content: "\f57a"; }

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

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

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

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

.fa-umbrella-beach::before {
  content: "\f5ca"; }

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

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

.fa-bacon::before {
  content: "\f7e5"; }

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

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

.fa-folder::before {
  content: "\f07b"; }

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

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

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

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

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

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

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::before {
  content: "\f305"; }

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

.fa-user::before {
  content: "\f007"; }

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

.fa-dumpster::before {
  content: "\f793"; }

.fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

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

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

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

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

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

.fa-synagogue::before {
  content: "\f69b"; }

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

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

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

.fa-c::before {
  content: "\43"; }

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

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

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

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

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

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

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

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::before {
  content: "\f5d0"; }

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

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.fa-running::before {
  content: "\f70c"; }

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

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

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

.fa-file-invoice-dollar::before {
  content: "\f571"; }

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

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

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

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

.fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-1::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

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

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

.fa-right-to-bracket::before {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

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

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

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

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

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

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

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.fa-laugh::before {
  content: "\f599"; }

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

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

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

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

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

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

.fa-headset::before {
  content: "\f590"; }

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

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

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

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

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

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

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

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

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

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

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

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::before {
  content: "\f5df"; }

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

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

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

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

.fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

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

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

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

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

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

.fa-window-restore::before {
  content: "\f2d2"; }

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

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

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

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

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

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

.fa-cow::before {
  content: "\f6c8"; }

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

.fa-screwdriver::before {
  content: "\f54a"; }

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

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

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

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

.fa-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

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

.fa-columns::before {
  content: "\f0db"; }

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

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

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

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

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

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

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

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

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.fa-drafting-compass::before {
  content: "\f568"; }

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

.fa-icicles::before {
  content: "\f7ad"; }

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

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

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

.fa-universal-access::before {
  content: "\f29a"; }

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

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

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

.fa-volcano::before {
  content: "\f770"; }

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

.fa-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-sign::before {
  content: "\f154"; }

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

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

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

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

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

.fa-reply-all::before {
  content: "\f122"; }

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

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

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

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

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

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

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

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

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

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

.fa-temperature-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

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

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

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

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

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

.fa-face-tired::before {
  content: "\f5c8"; }

.fa-tired::before {
  content: "\f5c8"; }

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

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

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

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

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

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

.fa-seedling::before {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

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

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

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

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

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

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

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

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

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

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

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

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

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-sync::before {
  content: "\f021"; }

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

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

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

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

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

.fa-layer-group::before {
  content: "\f5fd"; }

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

.fa-archway::before {
  content: "\f557"; }

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

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

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

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

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

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

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

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

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

.fa-a::before {
  content: "\41"; }

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

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

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

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

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

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

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

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

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

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

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

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

.fa-hand-holding-heart::before {
  content: "\f4be"; }

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

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

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

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

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

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

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

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

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

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

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

.fa-f::before {
  content: "\46"; }

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

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

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

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

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

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

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

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

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

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

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

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

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

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

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

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

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

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

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

.fa-h::before {
  content: "\48"; }

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

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

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

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

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

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

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

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

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

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

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

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

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

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

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

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

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

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

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

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

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

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

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

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

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

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

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

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

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

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

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

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

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

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

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

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

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

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

.fa-hat-cowboy::before {
  content: "\f8c0"; }

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

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

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

.fa-cat::before {
  content: "\f6be"; }

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

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

.fa-route::before {
  content: "\f4d7"; }

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

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

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

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

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

.fa-wine-glass::before {
  content: "\f4e3"; }

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

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

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

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

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

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

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

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

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

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

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

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

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

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

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

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

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

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

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

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

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

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

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

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

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

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

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

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

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

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

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

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

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

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

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

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

.fa-dice-six::before {
  content: "\f526"; }

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

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

.fa-person-booth::before {
  content: "\f756"; }

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

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

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

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

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

.fa-republican::before {
  content: "\f75e"; }

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

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

.fa-ruler::before {
  content: "\f545"; }

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

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

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

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

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

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

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

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

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

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

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

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

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

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

.fa-border-none::before {
  content: "\f850"; }

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

.fa-parachute-box::before {
  content: "\f4cd"; }

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

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

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

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

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

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

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

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

.fa-meteor::before {
  content: "\f753"; }

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

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

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

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

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

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

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

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

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

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

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

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

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

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

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

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

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

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

.fa-street-view::before {
  content: "\f21d"; }

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

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

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

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

.fa-star-of-david::before {
  content: "\f69a"; }

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

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

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

.fa-vials::before {
  content: "\f493"; }

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

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

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

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

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

.fa-pallet::before {
  content: "\f482"; }

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

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

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

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

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

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

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

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

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

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

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

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

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

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

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

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

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

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

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

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

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

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

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

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

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

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

.fa-ship::before {
  content: "\f21a"; }

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

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

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

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

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

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

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

.fa-meh::before {
  content: "\f11a"; }

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

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

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

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

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

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

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

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

.fa-code-merge::before {
  content: "\f387"; }

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

.fa-hurricane::before {
  content: "\f751"; }

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

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

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

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

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

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

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

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

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

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

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

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

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

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

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

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

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

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

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

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

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

.fa-ellipsis::before {
  content: "\f141"; }

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

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

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

.fa-toolbox::before {
  content: "\f552"; }

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

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

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

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

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

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

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

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

.fa-dice-d20::before {
  content: "\f6cf"; }

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

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

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

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

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

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

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

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

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

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

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

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

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

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

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

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

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

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

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

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

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

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

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

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

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

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

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

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

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

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

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

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

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

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

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

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

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

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

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

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

.fa-chess-king::before {
  content: "\f43f"; }

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

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

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

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

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

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

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

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

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

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

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

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

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

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

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

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

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

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

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

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

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

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

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

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

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

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

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

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

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

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

.fa-baby::before {
  content: "\f77c"; }

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

.fa-quote-left::before {
  content: "\f10d"; }

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

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

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

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

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

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

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

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

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

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

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

.fa-fill::before {
  content: "\f575"; }

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

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

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

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

.fa-hand-lizard::before {
  content: "\f258"; }

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

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

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

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

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

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

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

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

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

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

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

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

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

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

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

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

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

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

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

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

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

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

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

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

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

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

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

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

.fa-pen-nib::before {
  content: "\f5ad"; }

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

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

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

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

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

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

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

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

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

.fa-infinity::before {
  content: "\f534"; }

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

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

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

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

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

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

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

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

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

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

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

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

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

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

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

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

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

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

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

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

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

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

.fa-user-plus::before {
  content: "\f234"; }

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

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

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

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

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

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

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

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

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

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

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

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

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

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

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

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

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

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

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

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

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

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

.fa-dungeon::before {
  content: "\f6d9"; }

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

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

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

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

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

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

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

.fa-square-full::before {
  content: "\f45c"; }

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

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

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

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

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

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

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

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

.fa-exclamation::before {
  content: "\21"; }

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

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

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

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

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

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

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

.fa-d::before {
  content: "\44"; }

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

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

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

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

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

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

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

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

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

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

.fa-video::before {
  content: "\f03d"; }

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

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

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

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

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

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

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("global/webfonts/fa-brands-400.woff2") format("woff2"), url("global/webfonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-pixiv:before {
  content: "\e640"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-square-js:before {
  content: "\f3b9"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-brave:before {
  content: "\e63c"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-threads:before {
  content: "\e618"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before {
  content: "\f2aa"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-opensuse:before {
  content: "\e62b"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-debian:before {
  content: "\e60b"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before {
  content: "\f081"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-square-letterboxd:before {
  content: "\e62e"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-shoelace:before {
  content: "\e60c"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-square-github:before {
  content: "\f092"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-square-threads:before {
  content: "\e619"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-google-scholar:before {
  content: "\e63b"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-signal-messenger:before {
  content: "\e663"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-mintbit:before {
  content: "\e62f"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-brave-reverse:before {
  content: "\e63d"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before {
  content: "\f169"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-letterboxd:before {
  content: "\e62d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-x-twitter:before {
  content: "\e61b"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-upwork:before {
  content: "\e641"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-webflow:before {
  content: "\e65c"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-stubber:before {
  content: "\e5c7"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-odysee:before {
  content: "\e5c6"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-square-x-twitter:before {
  content: "\e61a"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("global/webfonts/fa-regular-400.woff2") format("woff2"), url("global/webfonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("global/webfonts/fa-solid-900.woff2") format("woff2"), url("global/webfonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url("global/webfonts/fa-brands-400.woff2") format("woff2"), url("global/webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("global/webfonts/fa-solid-900.woff2") format("woff2"), url("global/webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url("global/webfonts/fa-regular-400.woff2") format("woff2"), url("global/webfonts/fa-regular-400.ttf") format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("global/webfonts/fa-solid-900.woff2") format("woff2"), url("global/webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("global/webfonts/fa-brands-400.woff2") format("woff2"), url("global/webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("global/webfonts/fa-regular-400.woff2") format("woff2"), url("global/webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("global/webfonts/fa-v4compatibility.woff2") format("woff2"), url("global/webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }

/*!
 * project-name v0.0.1
 * A description for your project.
 * (c) 2019 YOUR NAME
 * MIT License
 * http://link-to-your-git-repo.com
 */


/* line 94, src/sass/current_global.scss */
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, 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: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 116, src/sass/current_global.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 121, src/sass/current_global.scss */
body {
  line-height: 1;
}

/* line 125, src/sass/current_global.scss */
ol, ul {
  list-style: none;
}

/* line 129, src/sass/current_global.scss */
blockquote, q {
  quotes: none;
}

/* line 133, src/sass/current_global.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 139, src/sass/current_global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 349, src/sass/current_global.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 360, src/sass/current_global.scss */
.sr-only-focusable:active, .sr-only-focusable.nice-select.open, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 369, src/sass/current_global.scss */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #dddddd;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 41px;
  line-height: 39px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

/* line 398, src/sass/current_global.scss */
.nice-select:hover {
  border-color: #dbdbdb;
}

/* line 402, src/sass/current_global.scss */
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
  box-shadow: 0px 0px 19px 2px rgba(233, 237, 245, 0.58);
  border: solid 1px #d0d0d0;
}

/* line 408, src/sass/current_global.scss */
.nice-select:after {
  content: '\f078';
  display: block;
  pointer-events: none;
  position: absolute;
  top: 5%;
  right: 35px;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: "FontAwesome";
  font-size: 18px;
  color: #606fbb;
}

/* line 422, src/sass/current_global.scss */
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

/* line 429, src/sass/current_global.scss */
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

/* line 435, src/sass/current_global.scss */
.nice-select.disabled:after {
  border-color: #cccccc;
}

/* line 439, src/sass/current_global.scss */
.nice-select.wide {
  width: 100%;
}

/* line 443, src/sass/current_global.scss */
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

/* line 448, src/sass/current_global.scss */
.nice-select.right {
  float: right;
}

/* line 452, src/sass/current_global.scss */
.nice-select.right .list {
  left: auto;
  right: 0;
}

/* line 457, src/sass/current_global.scss */
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

/* line 463, src/sass/current_global.scss */
.nice-select.small:after {
  height: 4px;
  width: 4px;
}

/* line 468, src/sass/current_global.scss */
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

/* line 473, src/sass/current_global.scss */
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

/* line 495, src/sass/current_global.scss */
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

/* line 499, src/sass/current_global.scss */
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
  white-space: normal;
}

/* line 513, src/sass/current_global.scss */
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #fff5d2;
}

/* line 517, src/sass/current_global.scss */
.nice-select .option.selected {
  font-weight: bold;
}

/* line 521, src/sass/current_global.scss */
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

/* line 527, src/sass/current_global.scss */
.no-csspointerevents .nice-select .list {
  display: none;
}

/* line 531, src/sass/current_global.scss */
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2017 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Wed Jan 4 2017 05:54 EST-0500
 * Plugins: None
 * Styles: core
 */
/* line 547, src/sass/current_global.scss */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}

/* line 561, src/sass/current_global.scss */
.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

/* line 569, src/sass/current_global.scss */
.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

/* line 577, src/sass/current_global.scss */
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* Default close button class */
/* line 582, src/sass/current_global.scss */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}

/* line 593, src/sass/current_global.scss */
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

/* line 599, src/sass/current_global.scss */
* html .qtip-titlebar .qtip-close {
  top: 16px;
}

/* IE fix */
/* line 604, src/sass/current_global.scss */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}

/* line 611, src/sass/current_global.scss */
.qtip-icon, .qtip-icon .ui-icon {
  border-radius: 3px;
  text-decoration: none;
}

/* line 616, src/sass/current_global.scss */
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
/* line 630, src/sass/current_global.scss */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

/* line 636, src/sass/current_global.scss */
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

/* line 640, src/sass/current_global.scss */
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

/* line 646, src/sass/current_global.scss */
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

/* Slider */
/* line 652, src/sass/current_global.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 666, src/sass/current_global.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 674, src/sass/current_global.scss */
.slick-list:focus {
  outline: none;
}

/* line 678, src/sass/current_global.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 683, src/sass/current_global.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 689, src/sass/current_global.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 698, src/sass/current_global.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 703, src/sass/current_global.scss */
.slick-track:after {
  clear: both;
}

/* line 707, src/sass/current_global.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 711, src/sass/current_global.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 718, src/sass/current_global.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 722, src/sass/current_global.scss */
.slick-slide img {
  display: block;
}

/* line 726, src/sass/current_global.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 730, src/sass/current_global.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 734, src/sass/current_global.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 738, src/sass/current_global.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 742, src/sass/current_global.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 748, src/sass/current_global.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/* line 757, src/sass/current_global.scss */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}

/* line 763, src/sass/current_global.scss */
.datepicker-inline {
  width: 220px;
}

/* line 767, src/sass/current_global.scss */
.datepicker-rtl {
  direction: rtl;
}

/* line 771, src/sass/current_global.scss */
.datepicker-rtl.dropdown-menu {
  left: auto;
}

/* line 775, src/sass/current_global.scss */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 779, src/sass/current_global.scss */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 784, src/sass/current_global.scss */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

/* line 795, src/sass/current_global.scss */
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

/* line 805, src/sass/current_global.scss */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 809, src/sass/current_global.scss */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 813, src/sass/current_global.scss */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 817, src/sass/current_global.scss */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 821, src/sass/current_global.scss */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 825, src/sass/current_global.scss */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 829, src/sass/current_global.scss */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 835, src/sass/current_global.scss */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

/* line 841, src/sass/current_global.scss */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 850, src/sass/current_global.scss */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}

/* line 859, src/sass/current_global.scss */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 864, src/sass/current_global.scss */
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

/* line 870, src/sass/current_global.scss */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

/* line 875, src/sass/current_global.scss */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

/* line 882, src/sass/current_global.scss */
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

/* line 887, src/sass/current_global.scss */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

/* line 901, src/sass/current_global.scss */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today.nice-select.open,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.nice-select.open:hover,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled.nice-select.open,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.nice-select.open:hover,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

/* line 928, src/sass/current_global.scss */
.datepicker table tr td.today:active, .datepicker table tr td.today.nice-select.open,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.nice-select.open:hover,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled.nice-select.open,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.nice-select.open:hover,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

/* line 942, src/sass/current_global.scss */
.datepicker table tr td.today:hover:hover {
  color: #000;
}

/* line 946, src/sass/current_global.scss */
.datepicker table tr td.today.active:hover {
  color: #fff;
}

/* line 950, src/sass/current_global.scss */
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  border-radius: 0;
}

/* line 958, src/sass/current_global.scss */
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}

/* line 972, src/sass/current_global.scss */
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.nice-select.open,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.nice-select.open:hover,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled.nice-select.open,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.nice-select.open:hover,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

/* line 999, src/sass/current_global.scss */
.datepicker table tr td.range.today:active, .datepicker table tr td.range.today.nice-select.open,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.nice-select.open:hover,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled.nice-select.open,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.nice-select.open:hover,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

/* line 1013, src/sass/current_global.scss */
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1028, src/sass/current_global.scss */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.nice-select.open,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.nice-select.open:hover,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled.nice-select.open,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.nice-select.open:hover,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

/* line 1055, src/sass/current_global.scss */
.datepicker table tr td.selected:active, .datepicker table tr td.selected.nice-select.open,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.nice-select.open:hover,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled.nice-select.open,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.nice-select.open:hover,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

/* line 1069, src/sass/current_global.scss */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1084, src/sass/current_global.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active.nice-select.open,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.nice-select.open:hover,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled.nice-select.open,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.nice-select.open:hover,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

/* line 1111, src/sass/current_global.scss */
.datepicker table tr td.active:active, .datepicker table tr td.active.nice-select.open,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.nice-select.open:hover,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled.nice-select.open,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.nice-select.open:hover,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}

/* line 1125, src/sass/current_global.scss */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

/* line 1136, src/sass/current_global.scss */
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

/* line 1141, src/sass/current_global.scss */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

/* line 1148, src/sass/current_global.scss */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1163, src/sass/current_global.scss */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active.nice-select.open,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.nice-select.open:hover,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled.nice-select.open,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.nice-select.open:hover,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

/* line 1190, src/sass/current_global.scss */
.datepicker table tr td span.active:active, .datepicker table tr td span.active.nice-select.open,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.nice-select.open:hover,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled.nice-select.open,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.nice-select.open:hover,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}

/* line 1204, src/sass/current_global.scss */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

/* line 1209, src/sass/current_global.scss */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 1213, src/sass/current_global.scss */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 1220, src/sass/current_global.scss */
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

/* line 1227, src/sass/current_global.scss */
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

/* line 1232, src/sass/current_global.scss */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 1239, src/sass/current_global.scss */
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

/* line 1244, src/sass/current_global.scss */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

/* line 1249, src/sass/current_global.scss */
.input-daterange input {
  text-align: center;
}

/* line 1253, src/sass/current_global.scss */
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

/* line 1257, src/sass/current_global.scss */
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

/* line 1261, src/sass/current_global.scss */
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 1278, src/sass/current_global.scss */
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #222222;
  font-size: 13px;
  line-height: 20px;
}

/* line 1300, src/sass/current_global.scss */
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
/* line 1309, src/sass/current_global.scss */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
/* line 1317, src/sass/current_global.scss */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
/* line 1326, src/sass/current_global.scss */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
/* line 1331, src/sass/current_global.scss */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
/* line 1337, src/sass/current_global.scss */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

/* line 1350, src/sass/current_global.scss */
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
/* line 1355, src/sass/current_global.scss */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* line 1366, src/sass/current_global.scss */
.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 1373, src/sass/current_global.scss */
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

/* line 1380, src/sass/current_global.scss */
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

/* line 1387, src/sass/current_global.scss */
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

/* line 1394, src/sass/current_global.scss */
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

/* line 1401, src/sass/current_global.scss */
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 1407, src/sass/current_global.scss */
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

/* line 1411, src/sass/current_global.scss */
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

/* line 1415, src/sass/current_global.scss */
.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

/* line 1419, src/sass/current_global.scss */
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

/* line 1423, src/sass/current_global.scss */
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

/* line 1432, src/sass/current_global.scss */
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

/* line 1439, src/sass/current_global.scss */
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

/* line 1448, src/sass/current_global.scss */
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
/* line 1456, src/sass/current_global.scss */
.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

/* line 1461, src/sass/current_global.scss */
.tooltipster-fade-show {
  opacity: 1;
}

/* line 1465, src/sass/current_global.scss */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

/* line 1474, src/sass/current_global.scss */
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 1480, src/sass/current_global.scss */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

/* line 1489, src/sass/current_global.scss */
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* line 1496, src/sass/current_global.scss */
.tooltipster-fall {
  top: 0;
  transition-property: top;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 1502, src/sass/current_global.scss */
.tooltipster-fall.tooltipster-dying {
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

/* line 1508, src/sass/current_global.scss */
.tooltipster-slide {
  left: -40px;
  transition-property: left;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* line 1514, src/sass/current_global.scss */
.tooltipster-slide.tooltipster-dying {
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
/* line 1521, src/sass/current_global.scss */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* Tablesorter Custom SCSS Theme by Dan Feidt (https://github.com/HongPong)
 Converted from Custom LESS Theme by Rob Garrison

 To create your own theme, modify the code below and run it through
 a SCSS compiler, like this one: http://beautifytools.com/scss-compiler.php
 or download sass.js from https://github.com/medialize/sass.js

Test out these customization files live
 Basic LESS Theme : http://codepen.io/Mottie/pen/eqBbn
 Bootstrap LESS   : http://codepen.io/Mottie/pen/Ltzpi
 Metro LESS Style : http://codepen.io/Mottie/pen/gCslk
 Basic SCSS       : http://codepen.io/Mottie/pen/LbXdNR

 */
/*** theme ***/
/*** fonts ***/
/*** color definitions ***/
/* for best results, only change the hue (120),
	 leave the saturation (60%) and luminosity (75%) alone
	 pick the color from here: http://hslpicker.com/#99E699 */
/* darken($headerBackground, 10%); */
/* desaturate($headerAsc, 5%); */
/* it might be best to match the document body background color here */
/* ajax error message (added to thead) */
/* becomes height using padding (so it's divided by 2) */
/* 20px should be slightly wider than the icon width to avoid overlap */
/* url(global/css/icons/loading.gif); */
/* zebra striping */
/* hovered rows */
/* Columns widget */
/* saturate( darken( desaturate($headerBackground, 10%), 10% ), 30%); */
/* Filter widget transition */
/*** Arrows ***/
/* black */
/* white */
/* automatically choose the correct arrow/text color */
/* variable theme name - requires less.js 1.3+;
	 or just replace (!".tablesorter-custom") with the contents of $theme
 */
/* line 1566, src/sass/current_global.scss */
.tablesorter-custom {
  font: 11px "trebuchet ms", verdana, arial;
  background-color: #cdcdcd;
  margin: 10px 0 15px;
  width: 100%;
  text-align: left;
  border-spacing: 0;
  border: #cdcdcd 1px solid;
  border-width: 1px 0 0 1px;
  /* style th's outside of the thead */
  /* style header */
  /* tfoot */
  /* optional disabled input styling */
  /* body */
  /* hovered row colors
	   you'll need to add additional lines for
	   rows with more than 2 child rows
	*/
  /* table processing indicator - indeterminate spinner */
  /* Column Widget - column sort colors */
  /* caption (non-theme matching) */
  /* filter widget */
  /* hidden filter row */
  /* rows hidden by filtering (needed for child rows) */
  /* ajax error row */
}

/* line 1593, src/sass/current_global.scss */
.tablesorter-custom th, .tablesorter-custom td {
  border: #cdcdcd 1px solid;
  border-width: 0 1px 1px 0;
}

/* line 1598, src/sass/current_global.scss */
.tablesorter-custom th, .tablesorter-custom thead td {
  font: 11px "trebuchet ms", verdana, arial;
  font-weight: bold;
  background-color: #e69999;
  color: #000;
  border-collapse: collapse;
  padding: 4px;
}

/* line 1607, src/sass/current_global.scss */
.tablesorter-custom tbody td, .tablesorter-custom tfoot th, .tablesorter-custom tfoot td {
  padding: 4px;
  vertical-align: top;
}

/* line 1612, src/sass/current_global.scss */
.tablesorter-custom .tablesorter-header {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-repeat: no-repeat;
  background-position: right 5px center;
  padding: 4px 20px 4px 4px;
  cursor: pointer;
}

/* line 1620, src/sass/current_global.scss */
.tablesorter-custom .tablesorter-header.sorter-false {
  background-image: none;
  cursor: default;
  padding: 4px;
}

/* line 1626, src/sass/current_global.scss */
.tablesorter-custom .tablesorter-headerAsc {
  background-color: #db7970;
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

/* line 1631, src/sass/current_global.scss */
.tablesorter-custom .tablesorter-headerDesc {
  background-color: #f0c2c6;
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

/* line 1636, src/sass/current_global.scss */
.tablesorter-custom tfoot .tablesorter-headerAsc,
.tablesorter-custom tfoot .tablesorter-headerDesc {
  /* remove sort arrows from footer */
  background-image: none;
}

/* line 1642, src/sass/current_global.scss */
.tablesorter-custom .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}

/* line 1648, src/sass/current_global.scss */
.tablesorter-custom tbody {
  /* Zebra Widget - row alternating colors */
}

/* line 1652, src/sass/current_global.scss */
.tablesorter-custom tbody td {
  background-color: #fff;
  color: #000;
  padding: 4px;
  vertical-align: top;
}

/* line 1659, src/sass/current_global.scss */
.tablesorter-custom tbody tr.odd > td {
  background-color: #faebeb;
}

/* line 1663, src/sass/current_global.scss */
.tablesorter-custom tbody tr.even > td {
  background-color: white;
  color: #000;
}

/* line 1668, src/sass/current_global.scss */
.tablesorter-custom tbody > tr.hover td,
.tablesorter-custom tbody > tr:hover td,
.tablesorter-custom tbody > tr:hover + tr.tablesorter-childRow > td,
.tablesorter-custom tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter-custom tbody > tr.even.hover > td,
.tablesorter-custom tbody > tr.even:hover > td,
.tablesorter-custom tbody > tr.even:hover + tr.tablesorter-childRow > td,
.tablesorter-custom tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
  background-color: #d9d9d9;
  color: #000;
}

/* line 1680, src/sass/current_global.scss */
.tablesorter-custom tbody > tr.odd.hover > td,
.tablesorter-custom tbody > tr.odd:hover > td,
.tablesorter-custom tbody > tr.odd:hover + tr.tablesorter-childRow > td,
.tablesorter-custom tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
  background-color: #bfbfbf;
  color: #000;
}

/* line 1688, src/sass/current_global.scss */
.tablesorter-custom .tablesorter-processing {
  background-image: url("data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=");
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 1694, src/sass/current_global.scss */
.tablesorter-custom tr.odd td.primary {
  background-color: #e6a699;
}

/* line 1698, src/sass/current_global.scss */
.tablesorter-custom td.primary, .tablesorter-custom tr.even td.primary {
  background-color: #f0c9c2;
}

/* line 1702, src/sass/current_global.scss */
.tablesorter-custom tr.odd td.secondary {
  background-color: #f0c9c2;
}

/* line 1706, src/sass/current_global.scss */
.tablesorter-custom td.secondary, .tablesorter-custom tr.even td.secondary {
  background-color: #f5dbd6;
}

/* line 1710, src/sass/current_global.scss */
.tablesorter-custom tr.odd td.tertiary {
  background-color: #f5dbd6;
}

/* line 1714, src/sass/current_global.scss */
.tablesorter-custom td.tertiary, .tablesorter-custom tr.even td.tertiary {
  background-color: #faedeb;
}

/* line 1718, src/sass/current_global.scss */
.tablesorter-custom caption {
  background-color: #fff;
}

/* line 1722, src/sass/current_global.scss */
.tablesorter-custom .tablesorter-filter-row input,
.tablesorter-custom .tablesorter-filter-row select {
  width: 98%;
  height: auto;
  margin: 0;
  padding: 4px;
  color: #222222;
  background-color: #fff;
  border: 1px solid #bbb;
  box-sizing: border-box;
  transition: line-height 0.1s ease;
}

/* line 1735, src/sass/current_global.scss */
.tablesorter-custom .tablesorter-filter-row {
  background-color: #eee;
}

/* line 1739, src/sass/current_global.scss */
.tablesorter-custom .tablesorter-filter-row td {
  text-align: center;
  background-color: #eee;
  line-height: normal;
  text-align: center;
  /* center the input */
  transition: line-height 0.1s ease;
}

/* line 1748, src/sass/current_global.scss */
.tablesorter-custom .tablesorter-filter-row.hideme td {
  padding: 2px;
  margin: 0;
  line-height: 0;
  cursor: pointer;
}

/* line 1755, src/sass/current_global.scss */
.tablesorter-custom .tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 1766, src/sass/current_global.scss */
.tablesorter-custom .filtered {
  display: none;
}

/* line 1770, src/sass/current_global.scss */
.tablesorter-custom .tablesorter-errorRow td {
  text-align: center;
  cursor: pointer;
  background-color: #e6bf99;
}

/* Magnific Popup CSS */
/* line 1777, src/sass/current_global.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

/* line 1789, src/sass/current_global.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 1800, src/sass/current_global.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 1811, src/sass/current_global.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 1818, src/sass/current_global.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 1822, src/sass/current_global.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 1831, src/sass/current_global.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 1837, src/sass/current_global.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 1841, src/sass/current_global.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 1845, src/sass/current_global.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* line 1850, src/sass/current_global.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 1854, src/sass/current_global.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1864, src/sass/current_global.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 1868, src/sass/current_global.scss */
.mfp-hide {
  display: none !important;
}

/* line 1872, src/sass/current_global.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 1884, src/sass/current_global.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 1888, src/sass/current_global.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 1892, src/sass/current_global.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 1896, src/sass/current_global.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 1900, src/sass/current_global.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 1915, src/sass/current_global.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 1920, src/sass/current_global.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 1937, src/sass/current_global.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

/* line 1941, src/sass/current_global.scss */
.mfp-close:active, .mfp-close.nice-select.open {
  top: 1px;
}

/* line 1945, src/sass/current_global.scss */
.mfp-close-btn-in .mfp-close {
  color: #222222;
}

/* line 1949, src/sass/current_global.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 1958, src/sass/current_global.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 1968, src/sass/current_global.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 1980, src/sass/current_global.scss */
.mfp-arrow:active, .mfp-arrow.nice-select.open {
  margin-top: -54px;
}

/* line 1984, src/sass/current_global.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

/* line 1988, src/sass/current_global.scss */
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 2001, src/sass/current_global.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 2007, src/sass/current_global.scss */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 2013, src/sass/current_global.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 2017, src/sass/current_global.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 2022, src/sass/current_global.scss */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 2027, src/sass/current_global.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 2031, src/sass/current_global.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 2036, src/sass/current_global.scss */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 2040, src/sass/current_global.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 2045, src/sass/current_global.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 2051, src/sass/current_global.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 2055, src/sass/current_global.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 2062, src/sass/current_global.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
/* line 2074, src/sass/current_global.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 2086, src/sass/current_global.scss */
.mfp-figure {
  line-height: 0;
}

/* line 2090, src/sass/current_global.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

/* line 2105, src/sass/current_global.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 2112, src/sass/current_global.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 2116, src/sass/current_global.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 2125, src/sass/current_global.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 2133, src/sass/current_global.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 2137, src/sass/current_global.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
			 * Remove all paddings around the image on small screen
			 */
  /* line 2145, src/sass/current_global.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 2149, src/sass/current_global.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 2152, src/sass/current_global.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 2156, src/sass/current_global.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 2160, src/sass/current_global.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  /* line 2169, src/sass/current_global.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 2172, src/sass/current_global.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 2176, src/sass/current_global.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 2190, src/sass/current_global.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 2194, src/sass/current_global.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 2198, src/sass/current_global.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 2202, src/sass/current_global.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/**
 * @TODO:
 * REMOVE ALL THESE CLASSES SUCH AS 
 * - container-md-up 
 * - grid-collapsed-md-up
 *
 * FIND A BETTER WAY TO MANAGE THESE DISPLAYS.
 */
/* line 2216, src/sass/current_global.scss */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 2222, src/sass/current_global.scss */
.container::after {
  clear: both;
  content: "";
  display: block;
}

@media only screen and (min-width: 320px) {
  /* line 2229, src/sass/current_global.scss */
  .container {
    /*padding: 0 5px;*/
  }
}

/* line 2234, src/sass/current_global.scss */
.container--no-pad {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  /* line 2239, src/sass/current_global.scss */
  .container-md-up {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
  }
  /* line 2244, src/sass/current_global.scss */
  .container-md-up::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2252, src/sass/current_global.scss */
  .container-lg-up {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
  }
  /* line 2257, src/sass/current_global.scss */
  .container-lg-up::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media only screen and (min-width: 320px) {
  /* line 2265, src/sass/current_global.scss */
  .grid-collapsed {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}

@media only screen and (min-width: 768px) {
  /* line 2273, src/sass/current_global.scss */
  .grid-collapsed {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2281, src/sass/current_global.scss */
  .grid-collapsed {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
}

@media only screen and (min-width: 768px) {
  /* line 2289, src/sass/current_global.scss */
  .grid-collapsed-md-up {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2297, src/sass/current_global.scss */
  .grid-collapsed-lg-up {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
}

@media only screen and (min-width: 320px) {
  /* line 2305, src/sass/current_global.scss */
  .col-sm-1 {
    width: calc(25% - 18.75px);
    float: left;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 320px) {
  /* line 2313, src/sass/current_global.scss */
  .col-sm-2 {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 320px) {
  /* line 2321, src/sass/current_global.scss */
  .col-sm-3 {
    width: calc(75% - 26.25px);
    float: left;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 320px) {
  /* line 2329, src/sass/current_global.scss */
  .col-sm-4 {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2337, src/sass/current_global.scss */
  .col-md-1 {
    width: calc(8.33333333% - 16.25px);
    float: left;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2345, src/sass/current_global.scss */
  .col-md-2 {
    width: calc(16.66666667% - 17.5px);
    float: left;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2353, src/sass/current_global.scss */
  .col-md-3 {
    width: calc(25% - 18.75px);
    float: left;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2361, src/sass/current_global.scss */
  .col-md-4 {
    width: calc(33.33333333% - 20px);
    float: left;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2369, src/sass/current_global.scss */
  .col-md-5 {
    width: calc(41.66666667% - 21.25px);
    float: left;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2377, src/sass/current_global.scss */
  .col-md-6 {
    width: calc(50% - 22.5px);
    float: left;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2385, src/sass/current_global.scss */
  .col-md-7 {
    width: calc(58.33333333% - 23.75px);
    float: left;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2393, src/sass/current_global.scss */
  .col-md-8 {
    width: calc(66.66666667% - 25px);
    float: left;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2401, src/sass/current_global.scss */
  .col-md-9 {
    width: calc(75% - 26.25px);
    float: left;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2409, src/sass/current_global.scss */
  .col-md-10 {
    width: calc(83.33333333% - 27.5px);
    float: left;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2417, src/sass/current_global.scss */
  .col-md-11 {
    width: calc(91.66666667% - 28.75px);
    float: left;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2425, src/sass/current_global.scss */
  .col-md-12 {
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2433, src/sass/current_global.scss */
  .col-lg-1 {
    width: calc(8.33333333% - 32.5px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2441, src/sass/current_global.scss */
  .col-lg-2 {
    width: calc(16.66666667% - 35px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2449, src/sass/current_global.scss */
  .col-lg-3 {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2457, src/sass/current_global.scss */
  .col-lg-4 {
    width: calc(33.33333333% - 40px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2465, src/sass/current_global.scss */
  .col-lg-5 {
    width: calc(41.66666667% - 42.5px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2473, src/sass/current_global.scss */
  .col-lg-6 {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2481, src/sass/current_global.scss */
  .col-lg-7 {
    width: calc(58.33333333% - 47.5px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2489, src/sass/current_global.scss */
  .col-lg-8 {
    width: calc(66.66666667% - 50px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2497, src/sass/current_global.scss */
  .col-lg-9 {
    width: calc(75% - 52.5px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2505, src/sass/current_global.scss */
  .col-lg-10 {
    width: calc(83.33333333% - 55px);
    float: left;
    margin-left: 30px;
  }
  /* line 2510, src/sass/current_global.scss */
  .mega-menu__items.col-lg-10 {
    margin-left: 18px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2516, src/sass/current_global.scss */
  .col-lg-11 {
    width: calc(91.66666667% - 57.5px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2524, src/sass/current_global.scss */
  .col-lg-12 {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2532, src/sass/current_global.scss */
  .col-lg-9-full-width {
    width: 75%;
    display: table-cell;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2539, src/sass/current_global.scss */
  .col-lg-3-full-width {
    width: 25%;
    display: table-cell;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2546, src/sass/current_global.scss */
  .col-lg-8-full-width {
    width: 66.6667%;
    float: left;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2553, src/sass/current_global.scss */
  .col-lg-4-full-width {
    width: 33.3333%;
    float: left;
  }
}

/* line 2559, src/sass/current_global.scss */
.rtl [class*="col-"] {
  float: right;
  margin-left: 0;
}

@media only screen and (min-width: 320px) {
  /* line 2565, src/sass/current_global.scss */
  .rtl [class*="col-"] {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 2571, src/sass/current_global.scss */
  .rtl [class*="col-"] {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 2577, src/sass/current_global.scss */
  .rtl [class*="col-"] {
    margin-right: 30px;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/* line 2589, src/sass/current_global.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 2596, src/sass/current_global.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 2601, src/sass/current_global.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 2606, src/sass/current_global.scss */
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* line 2664, src/sass/current_global.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 2689, src/sass/current_global.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 2725, src/sass/current_global.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 2792, src/sass/current_global.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

/* line 2827, src/sass/current_global.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 2886, src/sass/current_global.scss */
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 2939, src/sass/current_global.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 2992, src/sass/current_global.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 3060, src/sass/current_global.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

/* line 3135, src/sass/current_global.scss */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 3210, src/sass/current_global.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 3273, src/sass/current_global.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 3336, src/sass/current_global.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

/* line 3399, src/sass/current_global.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3462, src/sass/current_global.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 3501, src/sass/current_global.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 3540, src/sass/current_global.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 3571, src/sass/current_global.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 3602, src/sass/current_global.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 3641, src/sass/current_global.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 3664, src/sass/current_global.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 3695, src/sass/current_global.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 3726, src/sass/current_global.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 3757, src/sass/current_global.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 3788, src/sass/current_global.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 3819, src/sass/current_global.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 3850, src/sass/current_global.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 3881, src/sass/current_global.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 3912, src/sass/current_global.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 3935, src/sass/current_global.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 3962, src/sass/current_global.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 3989, src/sass/current_global.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 4016, src/sass/current_global.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 4043, src/sass/current_global.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 4070, src/sass/current_global.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 4097, src/sass/current_global.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 4124, src/sass/current_global.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 4151, src/sass/current_global.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 4222, src/sass/current_global.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 4287, src/sass/current_global.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 4352, src/sass/current_global.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 4393, src/sass/current_global.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 4434, src/sass/current_global.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 4487, src/sass/current_global.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 4516, src/sass/current_global.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 4557, src/sass/current_global.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 4596, src/sass/current_global.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 4635, src/sass/current_global.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 4674, src/sass/current_global.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 4713, src/sass/current_global.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 4748, src/sass/current_global.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 4783, src/sass/current_global.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 4818, src/sass/current_global.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 4853, src/sass/current_global.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 4888, src/sass/current_global.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 4955, src/sass/current_global.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 4987, src/sass/current_global.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 5015, src/sass/current_global.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 5042, src/sass/current_global.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 5081, src/sass/current_global.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 5120, src/sass/current_global.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 5159, src/sass/current_global.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 5198, src/sass/current_global.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/* line 5231, src/sass/current_global.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 5274, src/sass/current_global.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

/* line 5309, src/sass/current_global.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

/* line 5344, src/sass/current_global.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 5387, src/sass/current_global.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 5416, src/sass/current_global.scss */
.slideInDown {
 /*  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; */
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 5445, src/sass/current_global.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 5474, src/sass/current_global.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 5503, src/sass/current_global.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 5532, src/sass/current_global.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 5561, src/sass/current_global.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 5590, src/sass/current_global.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 5619, src/sass/current_global.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 5624, src/sass/current_global.scss */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
}

/* line 5630, src/sass/current_global.scss  */
body {
  font-size: 16px;
  line-height: 1.4;
  overflow-x: hidden;
  position: relative;
  padding-top: 0;
  /* transition: padding-top 0.5s ease; */
  color: #222222;
}

/* line 5648, src/sass/current_global.scss */
a {
  text-decoration: none;
}

/* line 5652, src/sass/current_global.scss */
img {
  line-height: 0;
}

/* line 5656, src/sass/current_global.scss */
i {
  font-style: italic;
}

/* line 5660, src/sass/current_global.scss */
hr {
  border: 0;
  border-top: solid 1px #dddddd;
  margin: 50px auto;
}

/* line 5666, src/sass/current_global.scss */
p#error-msg {
  color: #ab0000;
}

/* line 5670, src/sass/current_global.scss */
p a {
  text-decoration: none;
}

/* line 5674, src/sass/current_global.scss */
p a.btn {
  text-decoration: none;
}

/* line 5678, src/sass/current_global.scss */
.left {
  float: left;
}

/* line 5682, src/sass/current_global.scss */
.right {
  float: right;
}

/* line 5686, src/sass/current_global.scss */
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/* line 5692, src/sass/current_global.scss */
.align-left {
  text-align: left;
}

/* line 5696, src/sass/current_global.scss */
.align-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* line 5701, src/sass/current_global.scss */
  .align-center-md-down {
    text-align: center;
  }
}

/* line 5706, src/sass/current_global.scss */
.align-right {
  text-align: right;
}

/* line 5710, src/sass/current_global.scss */
.text-light {
  color: #ffffff;
}

/* line 5714, src/sass/current_global.scss */
.text-dark {
  color: #444444;
}

/* line 5718, src/sass/current_global.scss */
.relative {
  position: relative;
}

/* line 5722, src/sass/current_global.scss */
.absolute {
  position: absolute;
}

/* line 5726, src/sass/current_global.scss */
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 5732, src/sass/current_global.scss */
.show-sm-only {
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 5737, src/sass/current_global.scss */
  .show-sm-only {
    display: none;
  }
}

/* line 5742, src/sass/current_global.scss */
.show-md-only {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 5747, src/sass/current_global.scss */
  .show-md-only {
    display: block;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 5753, src/sass/current_global.scss */
  .show-md-only {
    display: none;
  }
}

/* line 5758, src/sass/current_global.scss */
.show-md-up {
  display: none;
}

@media only screen and (min-width: 1140px) {
  /* line 5763, src/sass/current_global.scss */
  .show-md-up {
    display: block;
  }
}

/* line 5768, src/sass/current_global.scss */
.show-md-down {
  display: block;
}

@media only screen and (min-width: 1140px) {
  /* line 5773, src/sass/current_global.scss */
  .show-md-down {
    display: none;
  }
}

/* line 5778, src/sass/current_global.scss */
.hide-md-down {
  display: none;
}

@media only screen and (min-width: 1140px) {
  /* line 5783, src/sass/current_global.scss */
  .hide-md-down {
    display: block;
  }
}

/* line 5788, src/sass/current_global.scss */
.logo-pri {
  float: left;
}

/* line 5792, src/sass/current_global.scss */
.logo-pri img {
   		max-width: 150px;
		height: 45px; 
}

@media only screen and (min-width: 1140px) {
  /* line 5798, src/sass/current_global.scss */
  .logo-pri img {
    max-width: none;
  }
}

/* line 5803, src/sass/current_global.scss */
.logo-sec {
  float: right;
  display: none;
  min-width: 295px;
  max-width: 465px;
}

/* line 5810, src/sass/current_global.scss */
.logo-sec img {
  float: right;
}

/* line 5814, src/sass/current_global.scss */
.logo-sec ul {
  float: right;
  margin: 10px 0 0;
}

/* line 5819, src/sass/current_global.scss */
.logo-sec ul li {
  float: left;
  margin: 0 6px;
}

/* line 5824, src/sass/current_global.scss */
.logo-sec ul li:last-child {
  margin-right: 0;
}

/* line 5828, src/sass/current_global.scss */
.logo-sec ul li a {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #606fbb;
}

@media only screen and (min-width: 1140px) {
  /* line 5836, src/sass/current_global.scss */
  .logo-sec {
    display: inline;
  }
}

/* line 5841, src/sass/current_global.scss */
.standard-content::after {
  clear: both;
  content: "";
  display: block;
}

/* line 5847, src/sass/current_global.scss */
.standard-content:last-child {
  margin-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  /* line 5852, src/sass/current_global.scss */
  .standard-content {
    max-width: 750px;
    margin: 0 auto;
  }
}

/* line 5858, src/sass/current_global.scss */
.l-standard-content::after {
  clear: both;
  content: "";
  display: block;
}

/* line 5864, src/sass/current_global.scss */
.l-standard-content:last-child {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  /* line 5869, src/sass/current_global.scss */
  .l-standard-content {
    max-width: 1140px;
    margin: 0 auto;
  }
}

/* line 5875, src/sass/current_global.scss */
.captioned-image {
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
}

/* line 5881, src/sass/current_global.scss */
.captioned-image img {
  width: 100%;
}

@media only screen and (min-width: 320px) {
  /* line 5886, src/sass/current_global.scss */
  .captioned-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 20px;
  }
}

@media only screen and (min-width: 320px) {
  /* line 5897, src/sass/current_global.scss */
  .captioned-video iframe,
  .captioned-video object,
  .captioned-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

/* line 5908, src/sass/current_global.scss */
.captioned-image,
blockquote {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  /* line 5915, src/sass/current_global.scss */
  .captioned-image,
  blockquote {
    width: calc(83.33333333% - 27.5px);
    float: left;
    margin-left: 15px;
    margin-left: calc(8.33333333% - 16.25px + 30px);
  }
}

/* line 5924, src/sass/current_global.scss */
.image-showcase {
  text-align: center;
  position: relative;
  margin: 50px 0;
}

/* line 5930, src/sass/current_global.scss */
.image-showcase img {
  width: 100%;
}

/* line 5934, src/sass/current_global.scss */
.video-showcase iframe {
  height: 200px;
}

@media only screen and (min-width: 768px) {
  /* line 5939, src/sass/current_global.scss */
  .video-showcase iframe {
    height: 400px;
  }
}

/* line 5944, src/sass/current_global.scss */
.alt-login {
  margin-top: 15px;
}

/* line 5948, src/sass/current_global.scss */
.alt-login a:after {
  font-family: "FontAwesome";
  content: '\f061';
  margin: 0 0 0 6px;
  color: #666;
}

/* line 5955, src/sass/current_global.scss */
.alt-login a:hover {
  text-decoration: none !important;
}

/* line 5959, src/sass/current_global.scss */
.alt-login p, .alt-login a, .alt-login a:hover:after {
  color: #222349;
}

/* line 5963, src/sass/current_global.scss */
.hidden-row {
  display: none;
}

/* line 5967, src/sass/current_global.scss */
.standalone-para h2, h3 {
  margin-bottom: 20px;
}

/* line 5971, src/sass/current_global.scss */
.standalone-para {
  margin: 40px 0;
}

/* line 5975, src/sass/current_global.scss */
.standard-content.page-not-found {
  margin: 20px auto 40px;
}

/* line 5979, src/sass/current_global.scss */
.standard-content.page-not-found .image-showcase {
  margin-bottom: 40px;
}

/* line 5983, src/sass/current_global.scss */
.standard-content.page-not-found p {
  margin-top: 30px;
}

/* line 5987, src/sass/current_global.scss */
.image {
  width: 100%;
}

/* line 5991, src/sass/current_global.scss */
.qtip-content p a {
  text-decoration: none;
}

/* line 5994, src/sass/current_global.scss */
.cta__bold {
  font-family: 'Lato';
  font-weight: bold;
  font-size: 16px;
  color: #5c6bb3 !important;
}

/* line 6001, src/sass/current_global.scss */
nav.off-canvas__content .accordion a:visited {
  color: #ffffff;
}

/* line 6005, src/sass/current_global.scss */
nav.off-canvas__content .accordion a:hover {
  text-decoration: none;
}

/* line 6009, src/sass/current_global.scss */
.buy-road-tax, .e-day-license {
  margin-top: -98px;
}

/* line 6012, src/sass/current_global.scss */
body {
  font-family: "Lato", sans-serif;
}

/* line 6016, src/sass/current_global.scss */
h1,
h2,
h3 {
  font-family: "Francois One", sans-serif;
}

/* line 6022, src/sass/current_global.scss */
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

/* line 6029, src/sass/current_global.scss */
h1 {
  font-size: 30px;
  line-height: 36px;
}

/* line 6034, src/sass/current_global.scss */
h2 {
  font-size: 22px;
}

/* line 6038, src/sass/current_global.scss */
h3 {
  font-size: 20px;
}

/* line 6042, src/sass/current_global.scss */
h4 {
  font-size: 26px;
}

/* line 6046, src/sass/current_global.scss */
h5 {
  font-size: 18px;
  font-weight: 900;
}

/* line 6051, src/sass/current_global.scss */
h6 {
  font-size: 18px;
}

/* line 6055, src/sass/current_global.scss */
p {
  font-family: "Lato", sans-serif;
  line-height: 24px;
  margin-bottom: 20px;
}

/* line 6061, src/sass/current_global.scss */
p a {
  color: black;
  padding: 0px;
}

/* line 6066, src/sass/current_global.scss */
main p a:not(.btn), main h2 a:not(.btn) {
  color: #485dc6;
  padding: 0;
  text-decoration: none;
}

/* line 6072, src/sass/current_global.scss */
main p a:not(.btn):hover, main h2 a:not(.btn):hover {
  color: #db7c1b;
  text-decoration: underline;
}

/* line 6077, src/sass/current_global.scss */
main p a:not(.btn):visited, main h2 a:not(.btn):visited {
  color: #db7c1b;
  text-decoration: none;
}

/* line 6081, src/sass/current_global.scss */
sup {
  vertical-align: super;
  font-size: 9px;
}

/* line 6086, src/sass/current_global.scss */
figcaption {
  padding: 10px;
  font: "Lato", sans-serif 14px;
  color: #666666;
  line-height: 20px;
}

/* line 6093, src/sass/current_global.scss */
blockquote {
  border-left: solid 3px #fecd20;
  padding-left: 35px;
  font: 28px "Lato", sans-serif;
  font-weight: 300;
  color: #222222;
}

/* line 6101, src/sass/current_global.scss */
.page-title {
  margin-bottom: 25px;
}

/* line 6105, src/sass/current_global.scss */
.text-pri {
  font-family: "Lato", sans-serif;
}

/* line 6109, src/sass/current_global.scss */
.text-pri--bold {
  font-weight: 700;
}

/* line 6113, src/sass/current_global.scss */
.text-sec {
  font-family: "Francois One", sans-serif;
}

/* line 6117, src/sass/current_global.scss */
.category {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

/* line 6122, src/sass/current_global.scss */
.category .fa {
  margin-right: 5px;
}

/* line 6126, src/sass/current_global.scss */
.strong, strong {
  font-weight: 600;
}

/* line 6130, src/sass/current_global.scss */
.fa-arrow-right {
  margin-left: 5px;
}

/* line 6134, src/sass/current_global.scss */
input[type=date] {
  position: relative;
}

/* line 6138, src/sass/current_global.scss */
input[type=date]:before {
  color: transparent;
  display: block;
  content: ' ';
  height: 20px;
  width: 100%;
  position: absolute;
  top: 12px;
  right: -80px;
  /*background-image: url(../../../../../content/dam/onemotoring/img/icon-cal.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 6153, src/sass/current_global.scss */
input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

/* line 6159, src/sass/current_global.scss */
input[type=date][placeholder] {
  color: #999;
}

/* line 6163, src/sass/current_global.scss */
.bg__grey-lines {
  background: url(../../../../../content/dam/onemotoring/img/corp/bg_lines.gif);
  border-bottom: 1px solid #e9e9e9;
  height: 77px;
}

@media only screen and (min-width: 768px) {
  /* line 6170, src/sass/current_global.scss */
  .bg__grey-lines {
    height: 100px;
  }
}

/* line 6175, src/sass/current_global.scss */
.ebuy-panel {
  overflow: hidden;
}

/* line 6182, src/sass/current_global.scss */
.ebuy-panel.with-border {
  /* box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1); */
  border: 1px solid #e8e8e8;
  /* border-radius: 2px; */
}

/* line 6188, src/sass/current_global.scss */
.ebuy-panel.with-top-padding, .ebuy-panel .with-top-padding {
  padding: 20px 20px 30px 20px;
}

/* line 6192, src/sass/current_global.scss */
.ebuy-panel.disabled {
  position: relative;
}

/* line 6196, src/sass/current_global.scss */
.ebuy-panel.disabled:hover {
  background: none;
}

/* line 6200, src/sass/current_global.scss */
.ebuy-panel.disabled:after {
  content: '';
  width: 750px;
  height: 10000px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 6210, src/sass/current_global.scss */
.ebuy-panel h4 {
  font-family: "Francois One", sans-serif;
  font-size: 17px;
  font-weight: normal;
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  /* line 6218, src/sass/current_global.scss */
  .ebuy-panel h4 {
    font-size: 20px;
  }
}

/* line 6223, src/sass/current_global.scss */
.ebuy-panel h4 span {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #656565;
}

@media only screen and (min-width: 768px) {
  /* line 6230, src/sass/current_global.scss */
  .ebuy-panel h4 span {
    font-size: 15px;
  }
}

/* line 6235, src/sass/current_global.scss */
.ebuy-panel p {
  color: #797b91;
}

/* line 6239, src/sass/current_global.scss */
.ebuy-panel .btns-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
}

/* line 6246, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li {
  display: -ms-inline-grid;
  display: inline-grid;
  margin-right: 20px;
  width: 180px;
  margin: 20px 20px 0 0;
}

/* line 6254, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn {
  padding: 8px !important;
  width: 100%;
  box-shadow: none;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

/* line 6263, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn:after {
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
}

/* line 6269, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-default {
  background: #fecd20;
  color: #222222;
}

/* line 6274, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-default:hover {
  background: #e5bb1f;
}

/* line 6278, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-default.selected:after {
  content: '\f00c';
  color: #ffffff;
}

/* line 6283, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-dbne {
  background: #fecd20;
  color: #222222;
}

/* line 6288, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-dbne:after {
  content: '\f071';
  color: #aa0000;
}

/* line 6293, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-dbne:hover {
  background: #e5bb1f;
}

/* line 6297, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-dbne.selected {
  /* background: url(../../../../../content/dam/onemotoring/img/bg_btn-dbne.png); */
  color: #ffffff;
}

/* line 6302, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-dbne.selected:after {
  color: #ffffff;
}

/* line 6306, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-lyad {
  /*background: url(../../../../../content/dam/onemotoring/img/bg_btn-lyad.png);*/
  color: #222222;
}

/* line 6311, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-lyad:hover {
  /*background: url(../../../../../content/dam/onemotoring/img/bg_btn-lyad__hover.png);*/
}

/* line 6315, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-lyad.selected {
  /* background: url(../../../../../content/dam/onemotoring/img/bg_btn-lyad__selected.png); */
}

/* line 6319, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-lyad.selected:after {
  content: '\f00c';
  color: #ffffff;
}

/* line 6324, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-lyand {
  /*background: url(../../../../../content/dam/onemotoring/img/bg_btn-lyand.png);*/
  color: #dddddd;
}

/* line 6329, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-lyand:hover {
  /*background: url(../../../../../content/dam/onemotoring/img/bg_btn-lyand__hover.png);*/
}

/* line 6333, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-lyand.selected {
  /* background: url(../../../../../content/dam/onemotoring/img/bg_btn-lyand__selected.png); */
  color: #222222;
}

/* line 6338, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-lyand.selected:after {
  content: '\f00c';
  color: #ffffff;
}

/* line 6343, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-nd {
  background: #a1a1b1;
  color: #dddddd;
}

/* line 6348, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-vintage {
  background: #fecd20;
  color: #222222;
}

/* line 6353, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-vintage:hover {
  background: #e5bb1f;
}

/* line 6357, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li .btn.btn-vintage.selected:after {
  content: '\f00c';
  color: #ffffff;
}

/* line 6362, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li p {
  font-family: "Lato", sans-serif;
  font-size: 14px !important;
  font-style: italic;
  color: #434343;
  line-height: 18px;
}

/* line 6370, src/sass/current_global.scss */
.ebuy-panel .btns-list ul li p.msg__red {
  color: #d90000 !important;
}

/* line 6374, src/sass/current_global.scss */
.ebuy-panel .critical__notes {
  padding: 15px 0 0;
}

/* line 6378, src/sass/current_global.scss */
.ebuy-panel .critical__notes p {
  font-family: "Lato", sans-serif;
  font-size: 14px !important;
  color: #434343;
}

/* line 6384, src/sass/current_global.scss */
.ebuy-panel .critical__notes ul {
  margin: 0;
  list-style: disc;
  list-style-position: inside;
  display: block;
}

/* line 6391, src/sass/current_global.scss */
.ebuy-panel .critical__notes ul li {
  display: list-item;
  width: 100%;
  margin: 0;
}

/* line 6397, src/sass/current_global.scss */
.ebuy-panel .three-col-div {
  margin: 15px 0 0 0;
  overflow: hidden;
}

/* line 6402, src/sass/current_global.scss */
.ebuy-panel .three-col-div .field, .ebuy-panel .three-col-div .copy {
  float: left;
}

/* line 6406, src/sass/current_global.scss */
.ebuy-panel .three-col-div .field span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #797b91;
}

/* line 6413, src/sass/current_global.scss */
.ebuy-panel .three-col-div .field span strong {
  font-weight: bold;
  color: #656565;
}

/* line 6418, src/sass/current_global.scss */
.ebuy-panel .three-col-div .field.last {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 6423, src/sass/current_global.scss */
  .ebuy-panel .three-col-div .field.last {
    margin-left: 50px;
    margin-top: 0;
  }
}

/* line 6429, src/sass/current_global.scss */
.ebuy-panel .three-col-div .field input::-webkit-input-placeholder {
  color: #a0a0b1;
}

/* line 6433, src/sass/current_global.scss */
.ebuy-panel .three-col-div .field input:-ms-input-placeholder {
  color: #a0a0b1;
}

/* line 6437, src/sass/current_global.scss */
.ebuy-panel .three-col-div .field input::-webkit-input-placeholder {
  color: #a0a0b1;
}
.ebuy-panel .three-col-div .field input::-moz-placeholder {
  color: #a0a0b1;
}
.ebuy-panel .three-col-div .field input:-ms-input-placeholder {
  color: #a0a0b1;
}
.ebuy-panel .three-col-div .field input::-ms-input-placeholder {
  color: #a0a0b1;
}
.ebuy-panel .three-col-div .field input::placeholder {
  color: #a0a0b1;
}

/* line 6441, src/sass/current_global.scss */
.ebuy-panel .three-col-div .copy {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #222222;
  line-height: 41px;
}

/* line 6448, src/sass/current_global.scss */
.ebuy-panel .three-col-div .middle {
  margin: 15px 0;
}

@media only screen and (min-width: 768px) {
  /* line 6453, src/sass/current_global.scss */
  .ebuy-panel .three-col-div .middle {
    margin: 0 20px;
  }
}

/* line 6458, src/sass/current_global.scss */
.ebuy-panel .hdrCarType, .ebuy-panel .hdrRoadTaxSelection {
  overflow: hidden;
  background: #797b91;
}

/* line 6463, src/sass/current_global.scss */
.ebuy-panel .hdrCarType .column, .ebuy-panel .hdrRoadTaxSelection .column {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #dddddd;
  background: #797b91;
  padding: 15px 20px;
  float: left;
}

/* line 6473, src/sass/current_global.scss */
.ebuy-panel .hdrCarType .column:first-child, .ebuy-panel .hdrRoadTaxSelection .column:first-child {
  width: 100%;
  border-bottom: 1px solid #ffffff;
}

@media only screen and (min-width: 768px) {
  /* line 6479, src/sass/current_global.scss */
  .ebuy-panel .hdrCarType .column:first-child, .ebuy-panel .hdrRoadTaxSelection .column:first-child {
    width: 235px;
    border-bottom: none;
    border-right: 1px solid #ffffff;
  }
}

/* line 6486, src/sass/current_global.scss */
.ebuy-panel .hdrCarType .column span, .ebuy-panel .hdrRoadTaxSelection .column span {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
}

/* line 6493, src/sass/current_global.scss */
.ebuy-panel .hdrCarType .column.middle, .ebuy-panel .hdrRoadTaxSelection .column.middle {
  border-bottom: 1px solid #ffffff;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 6499, src/sass/current_global.scss */
  .ebuy-panel .hdrCarType .column.middle, .ebuy-panel .hdrRoadTaxSelection .column.middle {
    border-right: 1px solid #ffffff;
    width: 250px;
    border-bottom: none;
  }
}

@media only screen and (min-width: 768px) {
  /* line 6507, src/sass/current_global.scss */
  .ebuy-panel .hdrCarType.selectPaymentMethod .column, .ebuy-panel .hdrRoadTaxSelection.selectPaymentMethod .column {
    width: 20%;
    border-right: 1px solid white;
  }
  /* line 6511, src/sass/current_global.scss */
  .ebuy-panel .hdrCarType.selectPaymentMethod .column:first-child, .ebuy-panel .hdrRoadTaxSelection.selectPaymentMethod .column:first-child {
    width: 40%;
  }
  /* line 6514, src/sass/current_global.scss */
  .ebuy-panel .hdrCarType.selectPaymentMethod .column:last-child, .ebuy-panel .hdrRoadTaxSelection.selectPaymentMethod .column:last-child {
    border: none;
  }
}

/* line 6519, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item {
  margin: 10px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd;
}

@media only screen and (min-width: 768px) {
  /* line 6526, src/sass/current_global.scss */
  .ebuy-panel .e-day__picker .e-day__item {
    padding-bottom: 0;
    border: none;
  }
}

/* line 6532, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item:last-child {
  border: none;
}

/* line 6536, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item ul {
  overflow: hidden;
}

/* line 6540, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item ul li {
  float: left;
  text-align: center;
  background: #fdcd1f;
  width: calc(50% - 20px);
  padding: 15px 0 10px;
  margin: 10px 10px 0;
  border-radius: 5px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  /* line 6556, src/sass/current_global.scss */
  .ebuy-panel .e-day__picker .e-day__item ul li {
    width: 140px;
  }
}

/* line 6561, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item ul li:hover {
  cursor: pointer;
}

/* line 6565, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item ul li.disabled {
  position: relative;
}

/* line 6569, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item ul li.disabled:after {
  content: '';
  width: 750px;
  height: 10000px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 6579, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item ul li.disabled:hover {
  cursor: default;
}

/* line 6583, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item ul li.num {
  text-align: left;
  width: 40px;
  margin: 22px 0 0 0;
  background: none;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  color: #5c6bb3;
  font-weight: 300;
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 6596, src/sass/current_global.scss */
  .ebuy-panel .e-day__picker .e-day__item ul li.num {
    display: block;
  }
}

/* line 6601, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item ul li.num:hover {
  cursor: default;
}

/* line 6605, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item ul li.remove {
  width: 100%;
  background: none;
  text-align: center;
  margin: 20px 0 0 7px;
}

@media only screen and (min-width: 768px) {
  /* line 6613, src/sass/current_global.scss */
  .ebuy-panel .e-day__picker .e-day__item ul li.remove {
    margin: 37px 0 0 7px;
    width: 20px;
  }
}

/* line 6619, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item ul li .e-day__date {
  margin-top: 7px;
}

/* line 6623, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item ul li .e-day__date span {
  font-size: 13px;
  color: #656565;
  font-weight: normal;
}

/* line 6629, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item ul li .calendar {
  margin: 12px 0 4px 0;
}

/* line 6633, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item ul li.selected {
  margin-top: 0;
  padding-top: 3px;
}

/* line 6638, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item ul li.selected:before {
  font-family: "FontAwesome";
  color: #ffffff;
  content: '\f00c';
  display: block;
}

/* line 6645, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item ul li .input-group {
  display: block;
  margin: 12px 0 4px;
}

/* line 6650, src/sass/current_global.scss */
.ebuy-panel .e-day__picker .e-day__item ul li .input-group input[type=text] {
  display: none;
}

/* line 6654, src/sass/current_global.scss */
.ebuy-panel .e-day__cta {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  /* line 6662, src/sass/current_global.scss */
  .ebuy-panel .e-day__cta {
    margin-top: 20px;
  }
}

/* line 6667, src/sass/current_global.scss */
.ebuy-panel .e-day__cta a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #5c6bb3;
  font-weight: 700;
  border: 2px solid #5c6bb3;
  border-radius: 7px;
  padding: 10px 35px;
  display: inline-block;
}

/* line 6678, src/sass/current_global.scss */
.ebuy-panel .e-day__cta a:before {
  font-family: "FontAwesome";
  color: #5c6bb3;
  font-weight: normal;
  content: '\f067';
  margin-right: 10px;
}

/* line 6686, src/sass/current_global.scss */
.ebuy-panel .e-day__cta a.disabled {
  color: #dddddd;
  border-color: #dddddd;
}

/* line 6691, src/sass/current_global.scss */
.ebuy-panel .e-day__cta a.disabled:before {
  color: #dddddd;
}

@media only screen and (min-width: 1140px) {
  /* line 6695, src/sass/current_global.scss */
  .coe-updates {
    border-right: solid 1px #dddddd;
  }
}

/* line 6699, src/sass/current_global.scss */
.coe-updates .coe-updates__indicator {
  text-align: right;
  padding: 15px 0 15px 5px;
}

/* line 6704, src/sass/current_global.scss */
.coe-updates__pricing-table {
  border: 0;
}

/* line 6708, src/sass/current_global.scss */
.coe-updates__pricing-table th, .coe-updates__pricing-table td {
  border: 0;
  padding: 15px 0;
}

/* line 6713, src/sass/current_global.scss */
.coe-updates__pricing-table tr {
  border-bottom: solid 1px #dddddd;
}

/* line 6717, src/sass/current_global.scss */
.coe-updates__pricing-table tr:nth-child(odd), .coe-updates__pricing-table tr:nth-child(even) {
  background: transparent;
}

/* line 6721, src/sass/current_global.scss */
.coe-updates__pricing-table tr:last-child {
  border-bottom: 0;
}

/* line 6725, src/sass/current_global.scss */
.coe-updates__desc {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222222;
}

/* line 6733, src/sass/current_global.scss */
.coe-updates__type {
  width: 40%;
  vertical-align: middle;
}

/* line 6738, src/sass/current_global.scss */
.coe-updates__price {
  padding-right: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 28px;
}

/* line 6745, src/sass/current_global.scss */
.coe-updates__indicator {
  font-size: 30px;
  text-align: right;
}

/* line 6750, src/sass/current_global.scss */
.coe-updates__indicator--dec .fa {
  color: #7cc23b;
}

/* line 6754, src/sass/current_global.scss */
.coe-updates__indicator--inc .fa {
  color: #da0030;
}

/* line 6758, src/sass/current_global.scss */
.coe-updates__indicator--same .fa {
  color: #D3D3D3;
}

@media only screen and (min-width: 1140px) {
  /* line 6763, src/sass/current_global.scss */
  #coe-updates-header {
    padding-top: 0;
  }
}

/* line 6768, src/sass/current_global.scss */
.eBuy h2, .eBuy h3 {
  display: inline-block;
}

/* line 6772, src/sass/current_global.scss */
.eBuy h2 {
  font-size: 24px;
  margin: 20px 0 20px;
}

/* line 6777, src/sass/current_global.scss */
.eBuy h2 a {
  float: right;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #5c6bb3;
  line-height: 36px;
}

/* line 6785, src/sass/current_global.scss */
.eBuy h2 a:before {
  font-family: "FontAwesome";
  content: '\f053';
  font-size: 10px;
  margin-right: 5px;
}

/* line 6792, src/sass/current_global.scss */
.eBuy h2 a span {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  /* line 6797, src/sass/current_global.scss */
  .eBuy h2 {
    font-size: 30px;
    margin: 30px 0 15px;
  }
}

/* line 6803, src/sass/current_global.scss */
.eBuy h3 {
  font-size: 20px;
  margin: 20px 0 10px;
}

@media only screen and (min-width: 768px) {
  /* line 6809, src/sass/current_global.scss */
  .eBuy h3 {
    /* margin: 25px; */
    margin: 25px 0 5px;
    font-size: 22px;
  }
}

/* line 6816, src/sass/current_global.scss */
.eBuy h4 {
  font-family: "Francois One", sans-serif;
  font-size: 17px;
  font-weight: normal;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  /* line 6824, src/sass/current_global.scss */
  .eBuy h4 {
    font-size: 20px;
  }
}

/* line 6829, src/sass/current_global.scss */
.eBuy h4 span {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #656565;
}

@media only screen and (min-width: 768px) {
  /* line 6836, src/sass/current_global.scss */
  .eBuy h4 span {
    font-size: 15px;
  }
}

/* line 6841, src/sass/current_global.scss */
.eBuy p img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 6846, src/sass/current_global.scss */
  .eBuy p img {
    width: auto;
  }
}

/* line 6851, src/sass/current_global.scss */
.eBuy p.warning {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #aa0000;
  line-height: 20px;
  margin-top: 35px;
}

/* line 6859, src/sass/current_global.scss */
.eBuy-panel label {
  font-weight: normal;
  padding-bottom: 0;
}

/* line 6864, src/sass/current_global.scss */
.eBuy .stepperCon {
  margin: 40px 0 0 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #222222;
  line-height: 25px;
}

/* line 6872, src/sass/current_global.scss */
.eBuy .stepperCon span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #222222;
}

@media only screen and (min-width: 768px) {
  /* line 6879, src/sass/current_global.scss */
  .eBuy .stepperCon span {
    line-height: 48px;
  }
}

/* line 6884, src/sass/current_global.scss */
.eBuy .stepperCon .btn {
  text-decoration: none;
}

/* line 6888, src/sass/current_global.scss */
.eBuy .stepperCon .btn.disabled {
  background: #a1a1b1;
  box-shadow: 0 3px #656565;
}

/* line 6893, src/sass/current_global.scss */
.eBuy .stepperCon .btn.float-right {
  float: none;
  display: block;
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 6900, src/sass/current_global.scss */
  .eBuy .stepperCon .btn.float-right {
    float: right;
    margin-top: 0;
  }
}

/* line 6906, src/sass/current_global.scss */
.eBuy .stepperCon input[type=checkbox] {
  width: 20px;
  height: 20px;
  float: left;
}

/* line 6912, src/sass/current_global.scss */
.eBuy .stepperCon button:disabled {
  background: #a1a1b1;
  color: #dddddd;
  box-shadow: 0 3px #656565;
}

/* line 6918, src/sass/current_global.scss */
.eBuy .stepperCon a.btn {
  padding: 10px 30px;
}

/* line 6922, src/sass/current_global.scss */
.eBuy .stepperCon a.disabled {
  color: #dddbd3;
}

/* line 6926, src/sass/current_global.scss */
.eBuy table.no-margin__top {
  margin-top: 0;
}

/* line 6930, src/sass/current_global.scss */
.eBuy table.payment-table tr {
  border-bottom: none;
  background: #ffffff;
}

/* line 6935, src/sass/current_global.scss */
.eBuy table.payment-table tr td {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #222222;
  text-align: right;
}

/* line 6942, src/sass/current_global.scss */
.eBuy table.payment-table tr td:first-child {
  width: 235px;
  text-align: left;
}

/* line 6947, src/sass/current_global.scss */
.eBuy table.payment-table tr td strong {
  font-weight: bold;
}

/* line 6951, src/sass/current_global.scss */
.eBuy table.payment-table tr td.total {
  font-size: 20px;
}

/* line 6955, src/sass/current_global.scss */
.eBuy table.payment-table tr td ul li {
  line-height: 22px;
}

/* line 6959, src/sass/current_global.scss */
.eBuy table.payment-table tr td ul li:before {
  content: '\f00c';
  font-family: "FontAwesome";
  margin-right: 5px;
}

/* line 6965, src/sass/current_global.scss */
.eBuy table.payment-table tr:last-child {
  background: #dddddd;
}

/* line 6969, src/sass/current_global.scss */
.eBuy table.payment-table tr:last-child td:first-child {
  border-right: 1px solid #ffffff;
  vertical-align: middle;
}

/* line 6974, src/sass/current_global.scss */
.eBuy table.payment-table__road-tax tr {
  background: #ffffff;
}

/* line 6978, src/sass/current_global.scss */
.eBuy table.payment-table__road-tax tr td {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #222222;
  text-align: right;
  width: 20%;
}

/* line 6986, src/sass/current_global.scss */
.eBuy table.payment-table__road-tax tr td:first-child {
  width: 40%;
  text-align: left;
}

/* line 6991, src/sass/current_global.scss */
.eBuy table.payment-table__road-tax tr td strong {
  font-weight: bold;
}

/* line 6995, src/sass/current_global.scss */
.eBuy table.payment-table__road-tax tr td.total {
  font-size: 20px;
}

/* line 6999, src/sass/current_global.scss */
.eBuy table.payment-table__road-tax tr td ul li {
  line-height: 22px;
}

/* line 7003, src/sass/current_global.scss */
.eBuy table.payment-table__road-tax tr td ul li:before {
  content: '\f00c';
  font-family: "FontAwesome";
  margin-right: 5px;
}

/* line 7009, src/sass/current_global.scss */
.eBuy table.payment-table__road-tax tr:last-child {
  background: #dddddd;
}

/* line 7013, src/sass/current_global.scss */
.eBuy table.payment-table__road-tax tr:last-child td:first-child {
  border-right: 1px solid #ffffff;
  vertical-align: middle;
}

/* line 7018, src/sass/current_global.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  padding: 5px;
  border-radius: 0;
}

/* line 7026, src/sass/current_global.scss */
.bootstrap-datetimepicker-widget.dropdown-menu table {
  margin: 0;
  width: 100%;
}

/* line 7031, src/sass/current_global.scss */
.bootstrap-datetimepicker-widget.dropdown-menu table td {
  text-align: center;
  vertical-align: middle;
}

/* line 7036, src/sass/current_global.scss */
.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch {
  background: #5c6bb3;
}

/* line 7040, src/sass/current_global.scss */
.bootstrap-datetimepicker-widget.dropdown-menu .glyphicon-time:before, .bootstrap-datetimepicker-widget.dropdown-menu .glyphicon-calendar:before {
  color: #5c6bb3;
}

/* line 7044, src/sass/current_global.scss */
.datepicker {
  padding: 1px;
  /* box-shadow: none; */
  border-radius: 0;
}

/* line 7050, src/sass/current_global.scss */
.datepicker.dropdown-menu {
  background-color: none;
  border-radius: 0;
  padding: 5px;
  /* box-shadow: none; */
}

/* line 7057, src/sass/current_global.scss */
.datepicker.datepicker-dropdown:before, .datepicker.datepicker-dropdown:after {
  display: none;
}

/* line 7061, src/sass/current_global.scss */
.datepicker table {
  border: 1px solid #dddddd;
}

/* line 7065, src/sass/current_global.scss */
.datepicker .datepicker-days, .datepicker .datepicker-months, .datepicker .datepicker-years {
  background: #5c6bb3;
}

/* line 7069, src/sass/current_global.scss */
.datepicker .datepicker-days tr th, .datepicker .datepicker-months tr th, .datepicker .datepicker-years tr th {
  color: #ffffff;
  border-radius: 0;
}

/* line 7074, src/sass/current_global.scss */
.datepicker .datepicker-days tr th.prev, .datepicker .datepicker-days tr th.datepicker-switch, .datepicker .datepicker-days tr th.next, .datepicker .datepicker-months tr th.prev, .datepicker .datepicker-months tr th.datepicker-switch, .datepicker .datepicker-months tr th.next, .datepicker .datepicker-years tr th.prev, .datepicker .datepicker-years tr th.datepicker-switch, .datepicker .datepicker-years tr th.next {
  background: #5c6bb3;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  padding: 8px 5px;
}

/* line 7081, src/sass/current_global.scss */
.datepicker .datepicker-days tr th.dow, .datepicker .datepicker-months tr th.dow, .datepicker .datepicker-years tr th.dow {
  background: #797b91;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #dddddd;
  padding: 1px 5px;
}

/* line 7091, src/sass/current_global.scss */
.datepicker .datepicker-days tr td, .datepicker .datepicker-months tr td, .datepicker .datepicker-years tr td {
  border-radius: 0;
  overflow: hidden;
  background: #a1a1b1;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #eeeeee;
  padding: 7px 9px;
  border: 1px solid #dddddd;
}

/* line 7103, src/sass/current_global.scss */
.datepicker .datepicker-days tr td.disabled, .datepicker .datepicker-months tr td.disabled, .datepicker .datepicker-years tr td.disabled {
  position: relative;
  background: #bfbfc7;
  color: #e5e5e5;
}

/* line 7109, src/sass/current_global.scss */
.datepicker .datepicker-days tr td.disabled:after, .datepicker .datepicker-months tr td.disabled:after, .datepicker .datepicker-years tr td.disabled:after {
  content: '';
  width: 750px;
  height: 10000px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 7119, src/sass/current_global.scss */
.datepicker .datepicker-days tr td.disabled.day:hover, .datepicker .datepicker-months tr td.disabled.day:hover, .datepicker .datepicker-years tr td.disabled.day:hover {
  background: #bfbfc7;
  color: #e5e5e5;
}

/* line 7124, src/sass/current_global.scss */
.datepicker .datepicker-days tr td.disabled.old, .datepicker .datepicker-days tr td.disabled.new, .datepicker .datepicker-months tr td.disabled.old, .datepicker .datepicker-months tr td.disabled.new, .datepicker .datepicker-years tr td.disabled.old, .datepicker .datepicker-years tr td.disabled.new {
  color: #c8c8cb;
}

/* line 7128, src/sass/current_global.scss */
.datepicker .datepicker-days tr td.today, .datepicker .datepicker-days tr td.active, .datepicker .datepicker-months tr td.today, .datepicker .datepicker-months tr td.active, .datepicker .datepicker-years tr td.today, .datepicker .datepicker-years tr td.active {
  border-color: #dddddd;
}

/* line 7132, src/sass/current_global.scss */
.datepicker .datepicker-days tr td span.focused, .datepicker .datepicker-days tr td span.active, .datepicker .datepicker-months tr td span.focused, .datepicker .datepicker-months tr td span.active, .datepicker .datepicker-years tr td span.focused, .datepicker .datepicker-years tr td span.active {
  color: #222222 !important;
}

/* line 7136, src/sass/current_global.scss */
.datepicker .datepicker-days tr td.old, .datepicker .datepicker-days tr td.new, .datepicker .datepicker-months tr td.old, .datepicker .datepicker-months tr td.new, .datepicker .datepicker-years tr td.old, .datepicker .datepicker-years tr td.new {
  background: #dddddd;
  color: #c8c8cb;
}

/* line 7141, src/sass/current_global.scss */
.datepicker .datepicker-days tr td.old.disabled:hover, .datepicker .datepicker-days tr td.new.disabled:hover, .datepicker .datepicker-months tr td.old.disabled:hover, .datepicker .datepicker-months tr td.new.disabled:hover, .datepicker .datepicker-years tr td.old.disabled:hover, .datepicker .datepicker-years tr td.new.disabled:hover {
  background: #dddddd;
  color: #c8c8cb;
}

/* line 7146, src/sass/current_global.scss */
.datepicker .datepicker-days tr td:not(.disabled-date):hover, .datepicker .datepicker-months tr td:not(.disabled-date):hover, .datepicker .datepicker-years tr td:not(.disabled-date):hover {
  color: #222222;
}

/* line 7150, src/sass/current_global.scss */
.datepicker .datepicker-days tr td.disabled-date, .datepicker .datepicker-months tr td.disabled-date, .datepicker .datepicker-years tr td.disabled-date {
  position: relative;
  background: #cfb768;
  color: #f6dd86 !important;
}

/* line 7156, src/sass/current_global.scss */
.datepicker .datepicker-days tr td.disabled-date:after, .datepicker .datepicker-months tr td.disabled-date:after, .datepicker .datepicker-years tr td.disabled-date:after {
  content: '';
  width: 750px;
  height: 10000px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 7166, src/sass/current_global.scss */
.datepicker .datepicker-days tr td.disabled-date:hover, .datepicker .datepicker-months tr td.disabled-date:hover, .datepicker .datepicker-years tr td.disabled-date:hover {
  background: #cfb768 !important;
}

/* line 7170, src/sass/current_global.scss */
.datepicker .datepicker-days tr td.range, .datepicker .datepicker-months tr td.range, .datepicker .datepicker-years tr td.range {
  color: #222222;
}

/* line 7174, src/sass/current_global.scss */
.notes--accordion .accordion {
  margin-bottom: 2px;
}

/* line 7178, src/sass/current_global.scss */
.notes--accordion .accordion .accordion__header {
  font-family: "Francois One", sans-serif;
  font-size: 20px !important;
  color: #797b91;
  background: #ffffff !important;
  padding: 10px 25px;
}

/* line 7186, src/sass/current_global.scss */
.notes--accordion .accordion .accordion__header.header--important {
  font-size: 16px !important;
  font-family: "Lato", sans-serif;
  color: #000;
  font-weight: bold;
  background: #FFF8DE;
  border: 1px solid #dddddd !important;
}

/* line 7195, src/sass/current_global.scss */
.notes--accordion .accordion .accordion__header:hover {
  background: #fff7d9;
}

/* line 7199, src/sass/current_global.scss */
.notes--accordion .accordion .accordion__header:after {
  content: '\f196';
  padding-top: 0;
  top: 13px;
}

/* line 7205, src/sass/current_global.scss */
.notes--accordion .accordion .accordion__body {
  transition: none;
  padding-top: 0;
}

/* line 7210, src/sass/current_global.scss */
.notes--accordion .accordion .accordion__body .accordion__content {
  padding: 20px 20px 0;
}

/* line 7214, src/sass/current_global.scss */
.notes--accordion .accordion .accordion__body .accordion__content.content--important ul > li, .notes--accordion .accordion .accordion__body .accordion__content.content--important ol > li {
  margin-bottom: 15px;
}

/* line 7218, src/sass/current_global.scss */
.notes--accordion .accordion .accordion__body .accordion__content.content--important p {
  color: #000;
  margin-bottom: 15px;
}

/* line 7223, src/sass/current_global.scss */
.notes--accordion .accordion .accordion__body .accordion__content p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #797b91;
  margin-bottom: 0;
}

/* line 7230, src/sass/current_global.scss */
.notes--accordion .accordion.is-opened > .accordion__header {
  background: #dddddd;
  color: #5c6bb3;
}

/* line 7235, src/sass/current_global.scss */
.notes--accordion .accordion.is-opened > .accordion__header.header--important {
  font-size: 16px !important;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  background: #FFF8DE;
  color: #000;
  border: 1px solid #fff0bc;
}

/* line 7244, src/sass/current_global.scss */
.notes--accordion .accordion.is-opened > .accordion__header.header--important:hover {
  background: #fff7d9;
}

/* line 7248, src/sass/current_global.scss */
.notes--accordion .accordion.is-opened > .accordion__header:after {
  content: '\f147';
  -webkit-transform: none;
  transform: none;
}

/* line 7254, src/sass/current_global.scss */
.payment-gateway {
  overflow: hidden;
  margin-top: 20px;
}

/* line 7259, src/sass/current_global.scss */
.payment-gateway li {
  float: left;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  /* line 7266, src/sass/current_global.scss */
  .payment-gateway li {
    width: 340px;
  }
}

/* line 7271, src/sass/current_global.scss */
.payment-gateway li a {
  border: 2px solid #dddddd;
  display: inline-block;
  padding: 30px 15px;
  border-radius: 10px;
  width: 100%;
}

/* line 7279, src/sass/current_global.scss */
.payment-gateway li a .payment-gateway__name, .payment-gateway li a .payment-gateway__image {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  /* line 7285, src/sass/current_global.scss */
  .payment-gateway li a .payment-gateway__name, .payment-gateway li a .payment-gateway__image {
    width: auto;
    text-align: left;
  }
}

/* line 7291, src/sass/current_global.scss */
.payment-gateway li a .payment-gateway__name {
  float: left;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 17px;
  color: #656565;
}

/* line 7299, src/sass/current_global.scss */
.payment-gateway li a .payment-gateway__image {
  float: right;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  /* line 7305, src/sass/current_global.scss */
  .payment-gateway li a .payment-gateway__image {
    margin-right: 50px;
    margin-top: 0;
  }
}

/* line 7311, src/sass/current_global.scss */
.payment-gateway li a .payment-gateway__image:after {
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: 28px;
  color: #eeeeee;
  position: absolute;
  right: 15px;
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 7322, src/sass/current_global.scss */
  .payment-gateway li a .payment-gateway__image:after {
    display: inline-block;
  }
}

/* line 7327, src/sass/current_global.scss */
.payment-gateway li a.selected .payment-gateway__image:after {
  color: #a3d3b3;
}

/* line 7331, src/sass/current_global.scss */
.payment-gateway li:last-child {
  float: right;
}

/* line 7335, src/sass/current_global.scss */
.payment-gateway li:last-child a .payment-gateway__name {
  line-height: 15px;
}

@media only screen and (min-width: 768px) {
  /* line 7340, src/sass/current_global.scss */
  .payment-gateway li:last-child a .payment-gateway__name {
    line-height: 34px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 7346, src/sass/current_global.scss */
  .payment-duration li {
    float: left;
  }
}

/* line 7351, src/sass/current_global.scss */
.payment-duration li a {
  margin-top: 10px;
  background: #fdcd1f;
  display: inline-block;
  padding: 10px 0;
  border-radius: 5px;
}

/* line 7359, src/sass/current_global.scss */
.payment-duration li a .payment-duration__months, .payment-duration li a .payment-duration__amount {
  text-align: center;
}

/* line 7363, src/sass/current_global.scss */
.payment-duration li a .payment-duration__months {
  float: left;
  font-family: "Francois One", sans-serif;
  font-size: 38px;
  color: #222222;
  padding: 0 30px;
}

/* line 7371, src/sass/current_global.scss */
.payment-duration li a .payment-duration__months:after {
  content: 'months';
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  margin-top: -4px;
}

/* line 7379, src/sass/current_global.scss */
.payment-duration li a .payment-duration__amount {
  float: right;
  font-family: "Francois One", sans-serif;
  font-size: 20px;
  color: #222222;
  border-left: 1px solid #ffffff;
  padding: 20px 20px 5px 20px;
}

/* line 7388, src/sass/current_global.scss */
.payment-duration li a .payment-duration__amount div:before {
  content: 'S$';
  display: block;
  font-size: 16px;
}

/* line 7394, src/sass/current_global.scss */
.payment-duration li a.selected {
  margin-top: 0;
}

/* line 7398, src/sass/current_global.scss */
.payment-duration li a.selected .payment-duration__months {
  padding-top: 10px;
}

/* line 7402, src/sass/current_global.scss */
.payment-duration li a.selected .payment-duration__amount {
  padding-top: 2px;
}

/* line 7406, src/sass/current_global.scss */
.payment-duration li a.selected .payment-duration__amount:before {
  content: '\f00c';
  font-family: "FontAwesome";
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  /* line 7413, src/sass/current_global.scss */
  .payment-duration li:last-child {
    margin-left: 40px;
  }
}

/* line 7418, src/sass/current_global.scss */
.tick-and__terms {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #222222;
  line-height: 25px;
  margin: 20px 0 0 0;
  padding: 0 0 20px 0;
  border-bottom: 2px solid #dddddd;
}

@media only screen and (min-width: 768px) {
  /* line 7429, src/sass/current_global.scss */
  .tick-and__terms {
    margin: 40px 0 0 0;
  }
}

/* line 7434, src/sass/current_global.scss */
.tick-and__terms label {
  font-weight: normal;
}

/* line 7438, src/sass/current_global.scss */
.tick-and__terms input {
  display: none;
}

/* line 7442, src/sass/current_global.scss */
.tick-and__terms span {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  float: left;
}

/* line 7451, src/sass/current_global.scss */
.tick-and__terms a {
  text-decoration: underline;
  color: #222222;
  padding: 0;
}

/* line 7457, src/sass/current_global.scss */
[type=checkbox]:checked + span:before {
  content: '\2714';
  position: absolute;
  top: -5px;
  left: 2px;
}

/* line 7464, src/sass/current_global.scss */
.critical__notes {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #d90000;
  padding: 20px 0;
  display: none;
}

/* line 7472, src/sass/current_global.scss */
.critical__notes p {
  margin-bottom: 5px;
}

/* line 7476, src/sass/current_global.scss */
.critical__notes ul {
  list-style: disc;
  list-style-position: outside;
  margin: 0 0 0 20px;
}

/* line 7482, src/sass/current_global.scss */
.critical__notes ul li {
  font-size: 14px;
  margin: 5px 0;
}

/* line 7487, src/sass/current_global.scss */
.critical__notes ul li a {
  padding: 0;
  color: #5c6bb3;
}

/* line 7492, src/sass/current_global.scss */
.critical__notes ul li a span {
  text-decoration: underline;
}

/* line 7496, src/sass/current_global.scss */
.critical__notes ul li a:after {
  content: '\f061';
  font-family: "FontAwesome";
  margin-left: 5px;
}

/* line 7502, src/sass/current_global.scss */
.eBuy-section {
  display: none;
}

/* line 7506, src/sass/current_global.scss */
.eBuy-section:first-child {
  display: block;
}

/* line 7510, src/sass/current_global.scss */
.hidden-section {
  display: none;
}

/* line 7514, src/sass/current_global.scss */
.tooltipster-sidetip.tooltipster-lta.tooltipster-lta-customized .tooltipster-box {
  background: grey;
  border: 3px solid red;
  border-radius: 6px;
  box-shadow: 5px 5px 2px 0 rgba(0, 0, 0, 0.4);
}

/* line 7521, src/sass/current_global.scss */
.tooltipster-sidetip.tooltipster-lta.tooltipster-lta-customized .tooltipster-content {
  color: blue;
  padding: 8px;
}

/* line 7526, src/sass/current_global.scss */
.tooltipster-default {
  border: 2px solid #fdcd1f;
  background: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #3f4d9f;
  max-width: 140px;
  text-align: center;
}

/* line 7536, src/sass/current_global.scss */
.dummy-header_mobile {
  display: block;
}

/* line 7540, src/sass/current_global.scss */
.dummy-header_mobile img {
  width: 100%;
}

/* line 7544, src/sass/current_global.scss */
.dummy-header_desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 7549, src/sass/current_global.scss */
  .dummy-header_desktop {
    text-align: center;
    display: block;
  }
  /* line 7553, src/sass/current_global.scss */
  .dummy-header_mobile {
    display: none;
  }
}

/* line 7558, src/sass/current_global.scss */
#termsOverlay, #emailOverlay {
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  visibility: hidden;
  transition: all 0.3s;
}

/* line 7571, src/sass/current_global.scss */
#termsOverlay.is-visible, #emailOverlay.is-visible {
  visibility: visible;
  display: block;
}

/* line 7576, src/sass/current_global.scss */
#termsOverlay .terms-content, #emailOverlay .terms-content {
  margin-top: 150px;
}

/* line 7580, src/sass/current_global.scss */
#termsOverlay .terms-content span a, #emailOverlay .terms-content span a {
  font-size: 16px;
}

/* line 7584, src/sass/current_global.scss */
#termsOverlay .terms-content h4, #emailOverlay .terms-content h4 {
  margin-bottom: 30px;
}

/* line 7588, src/sass/current_global.scss */
#errorMessages {
  color: #ab0000;
  margin-top: 30px;
}

/* line 7593, src/sass/current_global.scss */
#errorMessages p {
  margin-bottom: 10px;
}

/* line 7597, src/sass/current_global.scss */
#errorMessages ul {
  list-style: disc;
  margin-bottom: 20px;
}

/* line 7602, src/sass/current_global.scss */
#errorMessages ul li {
  margin-left: 20px;
}

/* line 7606, src/sass/current_global.scss */
.icon__error {
  background: #ab0000;
  width: 30px;
  height: 26px;
  border-radius: 5px;
  position: relative;
  display: none;
  padding: 4 7px;
  margin-left: 20px;
}

/* line 7617, src/sass/current_global.scss */
.icon__error.is-visible {
  display: inline-block;
}

/* line 7621, src/sass/current_global.scss */
.icon__error .fa {
  font-size: 18px;
  color: #fff;
}

/* line 7626, src/sass/current_global.scss */
.icon__error:after {
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 11px solid #ab0000;
  left: -9px;
  top: 3;
  bottom: 0;
}

/* line 7639, src/sass/current_global.scss */
.eServices-wrapper {
  margin-bottom: 50px;
}

/* line 7643, src/sass/current_global.scss */
.eServices-results {
  display: table;
  width: 100%;
}

/* line 7648, src/sass/current_global.scss */
ul#popular-eServices-list li {
  margin-bottom: 30px;
}

/* line 7652, src/sass/current_global.scss */
ul#popular-eServices-list li a {
  color: #222222;
}

/* line 7656, src/sass/current_global.scss */
ul#popular-eServices-list li:last-child {
  margin-bottom: 0;
}

/* line 7660, src/sass/current_global.scss */
.eServices-sec-menu-wrapper .nice-select {
  margin-bottom: 20px;
  width: 100%;
}

/* line 7665, src/sass/current_global.scss */
.eServices-menu-wrapper {
  margin-bottom: 20px;
}

@media only screen and (min-width: 320px) {
  /* line 7670, src/sass/current_global.scss */
  .eServices-menu-wrapper #popular-eServices {
    display: none;
  }
}

/* line 7675, src/sass/current_global.scss */
.eServices-menu-wrapper table tr > th {
  width: 25%;
  padding: 20px 30 0 0 !important;
}

/* line 7680, src/sass/current_global.scss */
.eServices-menu-wrapper table tr > th a {
  padding-left: 0;
  color: #222222;
}

/* line 7685, src/sass/current_global.scss */
.eServices-menu-wrapper table tr > th a:hover {
  color: #5c6bb3;
  text-decoration: underline;
}

/* line 7690, src/sass/current_global.scss */
li.eServices-menu-item {
  background-color: #f7f7f7;
  padding: 20px;
  margin-bottom: 2px;
  cursor: pointer;
  font-weight: 700;
  color: #222349;
}

/* line 7699, src/sass/current_global.scss */
li.eServices-menu-item.selected {
  background-color: #fecd20;
}

/* line 7703, src/sass/current_global.scss */
li.eServices-menu-item:hover {
  background-color: #dddddd;
}

/* line 7707, src/sass/current_global.scss */
.eServices-results-wrapper {
  padding-left: 0px;
}

/* line 7711, src/sass/current_global.scss */
.eServices-results-wrapper a {
  display: block;
  text-decoration: none;
  color: #5c6bb3;
}

/* line 7717, src/sass/current_global.scss */
.eServices-results-wrapper a:hover {
  text-decoration: underline;
  color: #db7c1b;
}

/* line 7722, src/sass/current_global.scss */
.eServices-results-wrapper a:visited {
  text-decoration: none;
  color: #db7c1b;
}

/* line 7727, src/sass/current_global.scss */
.eServices-results-wrapper .search-results {
  border: 1px solid #dddddd;
  margin-bottom: 5;
  padding: 15px;
}

/* line 7733, src/sass/current_global.scss */
.eServices-results-wrapper .search-results p {
  /*color:  black;*/
  color: #485dc6;
}

/* line 7738, src/sass/current_global.scss */
.eServices-results-wrapper .search-results p:hover {
  /*color:  $blue;*/
  color: #db7c1b;
}

/* line 7743, src/sass/current_global.scss */
.eServices-results-wrapper .search-results p.strong a {
  padding-left: 0;
  font-weight: 700;
  color: #222222;
  margin-bottom: 30px;
}

/* line 7750, src/sass/current_global.scss */
.eServices-results-wrapper .search-results p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 7755, src/sass/current_global.scss */
  .eServices-results-wrapper {
    padding-left: 20px;
  }
}

/* line 7760, src/sass/current_global.scss */
.dashboard__mainCon {
  padding: 5px;
  box-shadow: 0px 0px 5px 5px rgba(121, 123, 145, 0.18);
  margin-top: 5px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  /* line 7768, src/sass/current_global.scss */
  .dashboard__mainCon {
    margin-bottom: 0;
  }
}

/* line 7773, src/sass/current_global.scss */
.dashboard__content-wrapper {
  padding: 10px 10px;
  background: #f5f5f5;
}

@media only screen and (min-width: 768px) {
  /* line 7779, src/sass/current_global.scss */
  .dashboard__content-wrapper {
    padding: 40px 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 7785, src/sass/current_global.scss */
  .dashboard__content-wrapper {
    padding: 40px 70px;
  }
}

/* line 7790, src/sass/current_global.scss */
.dashboard__vehicle-wrapper {
  position: relative;
  margin-bottom: 50px;
}

/* line 7795, src/sass/current_global.scss */
.dashboard__vehicle-wrapper .dashboard__content-with-tabs {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  /* line 7800, src/sass/current_global.scss */
  .dashboard__vehicle-wrapper .dashboard__content-with-tabs h2 {
    float: left;
    margin-top: 5px;
  }
}

/* line 7806, src/sass/current_global.scss */
.dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs {
  float: none;
}

@media only screen and (min-width: 768px) {
  /* line 7811, src/sass/current_global.scss */
  .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs {
    float: left;
    margin-left: 25px;
    padding-top: 0;
  }
}

/* line 7818, src/sass/current_global.scss */
.dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li {
  margin-top: 0;
  border-radius: 7px;
  border: 1px solid #a1a1b1;
  margin: 5px;
}

@media only screen and (min-width: 768px) {
  /* line 7826, src/sass/current_global.scss */
  .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li {
    margin: 0 5px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 7832, src/sass/current_global.scss */
  .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs {
    top: 4;
  }
}

/* line 7837, src/sass/current_global.scss */
.dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li.active, .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li.activeTab {
  background: #fecd20;
}

@media only screen and (min-width: 768px) {
  /* line 7842, src/sass/current_global.scss */
  .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li.active, .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li.activeTab {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #fecd20;
  }
}

/* line 7849, src/sass/current_global.scss */
.dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li a {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #797b91;
  padding: 7px 10px;
  min-width: 107px;
  text-align: center;
}

/* line 7858, src/sass/current_global.scss */
.dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li.active a, .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li.activeTab a {
  color: #2e366e;
}

@media only screen and (min-width: 768px) {
  /* line 7863, src/sass/current_global.scss */
  .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li.active a, .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li.activeTab a {
    padding-bottom: 17px;
  }
}

/* line 7868, src/sass/current_global.scss */
.dashboard__vehicle-wrapper .tabs-content {
  padding: 0;
}

/* line 7872, src/sass/current_global.scss */
.dashboard__vehicle-wrapper .vehicle-content {
  border-top: 2px solid #fecd20;
  overflow: hidden;
  margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  /* line 7879, src/sass/current_global.scss */
  .dashboard__vehicle-wrapper .vehicle-content {
    margin-top: 0;
  }
}

/* line 7884, src/sass/current_global.scss */
.dashboard__vehicle-wrapper .col-sm-12 {
  padding: 5px 0;
}

@media only screen and (min-width: 768px) {
  /* line 7889, src/sass/current_global.scss */
  .dashboard__vehicle-wrapper .col-sm-12 .col-sm-12 {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  /* line 7895, src/sass/current_global.scss */
  .dashboard__vehicle-wrapper .button--con {
    text-align: right;
  }
}

/* line 7900, src/sass/current_global.scss */
.personal-content a {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  /* line 7905, src/sass/current_global.scss */
  .personal-content .align-middle {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 7911, src/sass/current_global.scss */
  .personal-content .button--con {
    text-align: right;
  }
}

/* line 7916, src/sass/current_global.scss */
.personal-content .col-sm-12 {
  padding: 5px 0;
}

/* line 7920, src/sass/current_global.scss */
#secondary-vehicle-tabs a {
  padding: 12px 30px;
}

/* line 7924, src/sass/current_global.scss */
.personal-content, .vehicle-content, .transaction-card, .eServices-menu-wrapper, .vehicle-details-content {
  padding: 20px;
  background-color: #ffffff;
  overflow: hidden;
  /* border: 1px solid $divider-grey; */
}

/* line 7931, src/sass/current_global.scss */
.personal-content table, .personal-content tbody, .personal-content table tr, .personal-content table tr > td, .personal-content table tr > th, .vehicle-content table, .vehicle-content tbody, .vehicle-content table tr, .vehicle-content table tr > td, .vehicle-content table tr > th, .transaction-card table, .transaction-card tbody, .transaction-card table tr, .transaction-card table tr > td, .transaction-card table tr > th, .eServices-menu-wrapper table, .eServices-menu-wrapper tbody, .eServices-menu-wrapper table tr, .eServices-menu-wrapper table tr > td, .eServices-menu-wrapper table tr > th, .vehicle-details-content table, .vehicle-details-content tbody, .vehicle-details-content table tr, .vehicle-details-content table tr > td, .vehicle-details-content table tr > th {
  background-color: transparent;
  border: none;
  padding: 0;
}

/* line 7937, src/sass/current_global.scss */
.personal-content p.strong, .vehicle-content p.strong, .transaction-card p.strong, .eServices-menu-wrapper p.strong, .vehicle-details-content p.strong {
  font-weight: 700;
  color: #666666;
  margin-bottom: 10px;
}

/* line 7943, src/sass/current_global.scss */
.personal-content i.fa.fa-check, .vehicle-content i.fa.fa-check, .transaction-card i.fa.fa-check, .eServices-menu-wrapper i.fa.fa-check, .vehicle-details-content i.fa.fa-check {
  color: #7cc23b;
}

/* line 7947, src/sass/current_global.scss */
.personal-content a, .vehicle-content a, .transaction-card a, .eServices-menu-wrapper a, .vehicle-details-content a {
  font-weight: bold;
  color: #5c6bb3;
  padding-left: 0;
}

/* line 7953, src/sass/current_global.scss */
.personal-content table tr > td:nth-child(2), .vehicle-content table tr > td:nth-child(2), .transaction-card table tr > td:nth-child(2), .eServices-menu-wrapper table tr > td:nth-child(2), .vehicle-details-content table tr > td:nth-child(2) {
  padding-left: 60px;
}

/* line 7957, src/sass/current_global.scss */
.personal-content input[type="text"], .vehicle-content input[type="text"], .transaction-card input[type="text"], .eServices-menu-wrapper input[type="text"], .vehicle-details-content input[type="text"] {
  width: 100% !important;
  margin-right: 0;
  text-align: left;
}

/* line 7963, src/sass/current_global.scss */
.dashboard__news-wrapper {
  padding: 30 30 30 70;
}

/* line 7967, src/sass/current_global.scss */
.news-list {
  margin-top: 30px;
}

/* line 7971, src/sass/current_global.scss */
.news-item-card {
  background-color: #ffffff;
}

/* line 7975, src/sass/current_global.scss */
.news-item-card img {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

/* line 7982, src/sass/current_global.scss */
.news-item-card .news-content-wrapper {
  padding: 20px;
}

/* line 7986, src/sass/current_global.scss */
.news-item-card a {
  font-weight: bold;
  color: #5c6bb3;
  text-decoration: none;
}

/* line 7992, src/sass/current_global.scss */
.transaction-card, .alert-card {
  /* margin-bottom: 10px; */
}

/* line 7996, src/sass/current_global.scss */
.transaction-card .transaction-details-group, .alert-card .transaction-details-group {
  float: left;
}

/* line 8000, src/sass/current_global.scss */
.transaction-card .transaction-details-group p, .alert-card .transaction-details-group p {
  display: block;
  margin-right: 10px;
}

/* line 8005, src/sass/current_global.scss */
.transaction-card .transaction-details-group p:last-child, .alert-card .transaction-details-group p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 8010, src/sass/current_global.scss */
  .transaction-card .transaction-details-group, .alert-card .transaction-details-group {
    float: right;
  }
}

@media only screen and (min-width: 768px) {
  /* line 8016, src/sass/current_global.scss */
  .transaction-card .transaction-details-group p, .alert-card .transaction-details-group p {
    display: inline-block;
    margin-bottom: 0;
  }
}

/* line 8022, src/sass/current_global.scss */
.dashboard__notifications-wrapper, .dashboard__transaction-wrapper {
  margin-bottom: 40px;
}

/* line 8026, src/sass/current_global.scss */
.dashboard__notifications-wrapper a, .dashboard__transaction-wrapper a {
  font-weight: bold;
  color: #5c6bb3;
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 8033, src/sass/current_global.scss */
  .dashboard__notifications-wrapper a, .dashboard__transaction-wrapper a {
    display: inline-block;
  }
}

/* line 8038, src/sass/current_global.scss */
.notifications-list, .personal-content, .vehicle-content, .transaction-list, .alert-list {
  margin: 10px 0;
}

/* line 8042, src/sass/current_global.scss */
.vehicle-content {
  margin-top: 0;
  /* @include grid-media($md-grid) {
		margin-top: 20px;
	}  */
}

/* line 8049, src/sass/current_global.scss */
.vehicle-content .breadcrumb {
  margin-bottom: 15px;
}

/* line 8053, src/sass/current_global.scss */
.vehicle-content .breadcrumb li {
  font-weight: bold;
}

/* line 8057, src/sass/current_global.scss */
.notification-card, .alert-card {
  /* background-color: #fff8de;
	border: 1px solid #fff0bc; */
  /* padding: 15px;
	margin-bottom: 10px; */
  padding: 0 30px;
  background: #ffffff;
  overflow: hidden;
}

/* line 8067, src/sass/current_global.scss */
.notification-card .notification-content, .alert-card .notification-content {
  border-bottom: 1px solid #dddddd;
  width: 100%;
  padding: 15px 0;
}

@media only screen and (min-width: 768px) {
  /* line 8074, src/sass/current_global.scss */
  .notification-card .notification-content, .alert-card .notification-content {
    display: table;
  }
}

@media only screen and (min-width: 768px) {
  /* line 8080, src/sass/current_global.scss */
  .notification-card .notification-content p, .alert-card .notification-content p {
    display: table-cell;
  }
}

/* line 8085, src/sass/current_global.scss */
.notification-card .notification-content .fa, .alert-card .notification-content .fa {
  margin-right: 10px;
}

/* line 8089, src/sass/current_global.scss */
.notification-card .notification-content .fa-exclamation-triangle, .alert-card .notification-content .fa-exclamation-triangle {
  color: #fecc1c;
}

/* line 8093, src/sass/current_global.scss */
.notification-card .notification-content .fa-times-circle, .alert-card .notification-content .fa-times-circle {
  color: #a70000;
}

/* line 8097, src/sass/current_global.scss */
.notification-card .notification-content .fa-arrow-circle-right, .alert-card .notification-content .fa-arrow-circle-right {
  color: #ff8c00;
}

/* line 8101, src/sass/current_global.scss */
.notification-card .notification-content .btn-groups, .alert-card .notification-content .btn-groups {
  /* text-align: left;
			margin: 10px 0 0; */
}

@media only screen and (min-width: 768px) {
  /* line 8107, src/sass/current_global.scss */
  .notification-card .notification-content .btn-groups, .alert-card .notification-content .btn-groups {
    display: table-cell;
    text-align: right !important;
  }
}

/* line 8113, src/sass/current_global.scss */
.notification-card .notification-content .btn-groups .btn, .alert-card .notification-content .btn-groups .btn {
  margin: 0 0 5 0;
  padding: 8px 20px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  /* line 8120, src/sass/current_global.scss */
  .notification-card .notification-content .btn-groups .btn, .alert-card .notification-content .btn-groups .btn {
    margin: 0;
  }
}

/* line 8125, src/sass/current_global.scss */
.notification-card .notification-content .btn-groups .btn:last-child, .alert-card .notification-content .btn-groups .btn:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 8130, src/sass/current_global.scss */
  .notification-card .notification-content .btn-groups .btn, .alert-card .notification-content .btn-groups .btn {
    margin-left: 10;
  }
}

/* line 8135, src/sass/current_global.scss */
.notification-card .notification-content .btn-groups, .alert-card .notification-content .btn-groups--left {
  text-align: left;
}

/* line 8139, src/sass/current_global.scss */
.notification-card:last-child .notification-content, .alert-card:last-child .notification-content {
  border-bottom: none;
}

/* line 8143, src/sass/current_global.scss */
.alert-card {
  /* background-color: #ffecef;
	border: 1px solid #fc7e93; */
}

/* line 8148, src/sass/current_global.scss */
.alert-card .notification-content p, .alert-card .notification-content .fa-exclamation-triangle {
  color: #ab0000;
}

/* line 8152, src/sass/current_global.scss */
.dashboard__welcome-wrapper {
  margin-bottom: 60px;
}

/* line 8156, src/sass/current_global.scss */
.dashboard__welcome-wrapper h2 {
  font-size: 1.5rem;
}

/* line 8160, src/sass/current_global.scss */
#update-mailing-address-row,
#has-updated-mailing-address {
  display: none;
}

/* line 8165, src/sass/current_global.scss */
.all-vehicles-header {
  display: inline-block;
}

/* line 8169, src/sass/current_global.scss */
#all-vehicles-header-1,
#all-vehicles-header-2 {
  float: left;
}

/* line 8174, src/sass/current_global.scss */
.dashboard__vehicle-details-wrapper {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

/* line 8180, src/sass/current_global.scss */
.vehicle-details-header {
  background-color: #a2a2b1;
  padding: 20px;
  display: block;
  width: 100%;
  color: white;
}

/* line 8188, src/sass/current_global.scss */
.vehicle-details-content {
  padding: 20px;
  display: block;
  width: 100%;
}

/* line 8194, src/sass/current_global.scss */
.vehicle-details-content .btn-groups {
  margin: 10px 0;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  /* line 8200, src/sass/current_global.scss */
  .vehicle-details-content .btn-groups {
    margin: 10px 0;
  }
}

/* line 8205, src/sass/current_global.scss */
.vehicle-details-content .btn-groups .btn {
  padding: 12px 30px;
}

/* line 8209, src/sass/current_global.scss */
.vehicle-details-content .btn-groups .btn:first-child {
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  /* line 8214, src/sass/current_global.scss */
  .vehicle-details-content .btn-groups .btn:first-child {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 8220, src/sass/current_global.scss */
  .vehicle-details-header {
    width: 30%;
    display: table-cell;
  }
  /* line 8224, src/sass/current_global.scss */
  .vehicle-details-content {
    width: 70%;
    display: table-cell;
  }
  /* line 8228, src/sass/current_global.scss */
  .vehicle-details-content .btn {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* line 8234, src/sass/current_global.scss */
.personal-content p, .vehicle-details-content p {
  margin-bottom: 10px;
}

/* line 8238, src/sass/current_global.scss */
.dashboard--content {
  font-family: "Lato", sans-serif;
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* line 8245, src/sass/current_global.scss */
.dashboard--content div {
  /* display: table-cell;
		vertical-align: top;
		float: none; */
}

/* line 8251, src/sass/current_global.scss */
.dashboard--content div.row {
  overflow: hidden;
}

/* line 8255, src/sass/current_global.scss */
.dashboard--content div.align-middle {
  vertical-align: middle;
}

/* line 8259, src/sass/current_global.scss */
.dashboard--content a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  color: #485dc6;
  line-height: 18px;
}

/* line 8267, src/sass/current_global.scss */
.dashboard--content a:hover {
  color: #db7c1b;
}

/* line 8271, src/sass/current_global.scss */
.dashboard--content a:visited {
  color: #db7c1b;
  text-decoration: none;
}

/* line 8276, src/sass/current_global.scss */
.dashboard--content .dashboard--label {
  font-size: 14px;
  color: #797a91;
}

/* line 8281, src/sass/current_global.scss */
.dashboard--content .dashboard--label-bold {
  font-size: 16px;
  font-weight: bold;
  color: #212349;
}

/* line 8287, src/sass/current_global.scss */
.dashboard--content .dashboard--strong {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

/* line 8293, src/sass/current_global.scss */
.dashboard--content .dashboard--date {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

/* line 8299, src/sass/current_global.scss */
.dashboard--content .dashboard--date i {
  /*font-size: 40px;*/
  font-size: 35px;
  font-style: normal;
  padding-right: 2px;
}

@media only screen and (min-width: 768px) {
  /* line 8307, src/sass/current_global.scss */
  .dashboard--content .align-middle {
    line-height: 40px;
  }
}

/* line 8312, src/sass/current_global.scss */
.due--rows {
  border: 4px solid #dddddd;
  background: #dddddd;
  margin: 10px 0;
  display: table;
}

/* line 8319, src/sass/current_global.scss */
.due--rows .row--item {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 8324, src/sass/current_global.scss */
.due--rows .row--item:first-child, .due--rows .row--item:last-child {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 8329, src/sass/current_global.scss */
.due--rows .bg--grey, .due--rows .bg--white {
  padding: 12px;
}

@media only screen and (min-width: 768px) {
  /* line 8334, src/sass/current_global.scss */
  .due--rows .bg--grey, .due--rows .bg--white {
    display: table-cell;
  }
}

/* line 8339, src/sass/current_global.scss */
.due--rows .bg--grey {
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  /* line 8344, src/sass/current_global.scss */
  .due--rows .bg--grey {
    width: 33%;
  }
}

/* line 8349, src/sass/current_global.scss */
.due--rows .bg--white {
  background: #ffffff;
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  /* line 8355, src/sass/current_global.scss */
  .due--rows .bg--white {
    width: 67%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 8361, src/sass/current_global.scss */
  .due--rows .col-md-12 {
    margin-left: 0;
    width: 100%;
  }
}

/* line 8367, src/sass/current_global.scss */
table.table--black {
  margin: 20px 0;
}

/* line 8371, src/sass/current_global.scss */
table.table--black tr th, table.table--black tr td {
  border: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

/* line 8376, src/sass/current_global.scss */
table.table--black tr th:hover, table.table--black tr td:hover {
  cursor: pointer;
}

/* line 8380, src/sass/current_global.scss */
table.table--black tr th {
  background: #212121;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #dddddd;
  font-weight: 500;
  padding: 18px 20px;
}

/* line 8389, src/sass/current_global.scss */
table.table--black tr td {
  padding: 15px 20px !important;
}

/* line 8393, src/sass/current_global.scss */
table.table--black tr:nth-child(even) {
  background: #f5f5f5;
}

/* line 8397, src/sass/current_global.scss */
.asset-search {
  width: 100%;
}

/* line 8401, src/sass/current_global.scss */
.asset-search:after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (min-width: 1140px) {
  /* line 8408, src/sass/current_global.scss */
  .asset-search {
    width: 50%;
  }
}

/* line 8413, src/sass/current_global.scss */
.asset-search input[type="text"] {
  width: 75% !important;
  float: left;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) {
  /* line 8420, src/sass/current_global.scss */
  .asset-search input[type="text"] {
    margin-right: 10px;
  }
}

/* line 8425, src/sass/current_global.scss */
.asset-search button {
  width: 20%;
  float: left;
  padding: 12px 5px;
}

@media only screen and (min-width: 1140px) {
  /* line 8432, src/sass/current_global.scss */
  .asset-search button {
    padding: 12px 30px;
  }
}

/* line 8437, src/sass/current_global.scss */
.show-more__link {
  text-align: center;
}

/* line 8441, src/sass/current_global.scss */
.show-more__link:after {
  content: '\f078';
  display: block;
  font-family: 'FontAwesome';
  font-size: 19px;
  color: #9f9fb1;
  margin-top: -5px;
}

/* line 8450, src/sass/current_global.scss */
.show-more__link a {
  font-family: 'Lato';
  font-size: 14px;
  color: #485dc6;
  font-weight: normal;
  text-decoration: underline;
}

/* line 8458, src/sass/current_global.scss */
.vocational-license-search {
  margin-bottom: 30px;
}

/* line 8462, src/sass/current_global.scss */
.vocational-license-search #license-search-form table {
  width: 75%;
  border: none;
}

/* line 8467, src/sass/current_global.scss */
.vocational-license-search #license-search-form table tr, .vocational-license-search #license-search-form table td, .vocational-license-search #license-search-form table th {
  border: none;
  background: none;
}

/* line 8472, src/sass/current_global.scss */
.vocational-license-search #license-search-form table td:first-child {
  width: 150px;
}

/* line 8476, src/sass/current_global.scss */
#license-results {
  margin-bottom: 30px;
}

/* line 8480, src/sass/current_global.scss */
#license-results table {
  width: 100%;
}

/* line 8484, src/sass/current_global.scss */
#error-msg {
  color: #ab0000;
}

/* line 8488, src/sass/current_global.scss */
#vrn-step-2,
#vrn-step-3,
#vrn-step-4 {
  display: none;
}

/* line 8494, src/sass/current_global.scss */
.input-group {
  display: flex;
  position: relative;
  width: 100%;
}

/* line 8502, src/sass/current_global.scss */
.input-group input {
  margin-right: 10px;
  width: 41px !important;
  line-height: 18px;
  height: 41px;
  padding: 10px !important;
  text-align: center;
}

/* line 8511, src/sass/current_global.scss */
.input-group .btn.btn-search {
  padding: 10px;
  box-shadow: none;
  background: #d7dfed;
  border-radius: 0;
  width: 41px;
  height: 41px;
  color: #606fbb;
}

/* line 8521, src/sass/current_global.scss */
#vrn-step-4 {
  margin-top: 30px;
}

/* line 8525, src/sass/current_global.scss */
#licensePlates {
  margin-bottom: 30px;
}

/* line 8529, src/sass/current_global.scss */
#licensePlates a i.fa.fa-check {
  right: -30px;
  top: 0px;
  position: relative;
  color: white;
}

/* line 8536, src/sass/current_global.scss */
.error-text {
  color: #ab0000;
}

/* line 8540, src/sass/current_global.scss */
#choices a i.fa.fa-times {
  position: relative;
  top: 5px;
  right: 40px;
  color: #666666;
}

/* line 8547, src/sass/current_global.scss */
.omvFlow .btn-group-justified .btn {
  vertical-align: middle;
  margin-left: 0;
}

@media only screen and (min-width: 320px) {
  /* line 8553, src/sass/current_global.scss */
  .omvFlow a.btn {
    padding: 12px 0;
  }
}

/* line 8558, src/sass/current_global.scss */
.omvFlow a.btn.btn-yellow {
  margin: 5px;
  width: calc(50% - 12px);
}

@media only screen and (min-width: 768px) {
  /* line 8564, src/sass/current_global.scss */
  .omvFlow a.btn.btn-yellow {
    width: 23%;
  }
}

/* line 8569, src/sass/current_global.scss */
#omv-step-2,
#omv-step-3,
#omv-step-4,
#omv-step-5,
#omv-step-6 {
  display: none;
}

/* line 8577, src/sass/current_global.scss */
#omv-step-4 {
  margin-top: 30px;
}

/* line 8581, src/sass/current_global.scss */
#omv-step-5 {
  margin: 30px 0;
}

/* line 8585, src/sass/current_global.scss */
#omv-step-5 ul {
  list-style: none;
  list-style-position: outside;
}

/* line 8590, src/sass/current_global.scss */
#omv-step-5 ul li {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin: 5px 0;
}

/* line 8596, src/sass/current_global.scss */
#omv-step-5 ul li a {
  color: #222222;
  padding: 0;
}

/* line 8601, src/sass/current_global.scss */
#omv-step-5 ul li a.selected {
  color: #a4d4b4;
  font-weight: bold;
}

/* line 8606, src/sass/current_global.scss */
#omv-step-5 ul li a.selected:after {
  font-family: "FontAwesome";
  color: #a4d4b4;
  content: '\f00c';
  margin-left: 10px;
}

/* line 8613, src/sass/current_global.scss */
#omv-step-6 {
  font-family: "Lato", sans-serif;
  font-size: 22px;
}

/* line 8618, src/sass/current_global.scss */
#omv-step-6 .omvAmountLbl {
  color: #222222;
  font-weight: bold;
  padding-right: 15px;
}

/* line 8624, src/sass/current_global.scss */
#omv-step-6 .omvAmount {
  font-style: italic;
  color: #666666;
}

/* line 8629, src/sass/current_global.scss */
a.green-active-button-with-check {
  /*background: #a4d4b4 !important;*/
  position: relative;
}

/* line 8633, src/sass/current_global.scss */
a.yellow-active-button-with-check {
  position: relative;
}

/* line 8636, src/sass/current_global.scss */
a.green-active-button-with-check:after, a.yellow-active-button-with-check:after {
  font-family: "FontAwesome";
  content: '\f00c';
  color: #ffffff;
  position: absolute;
  right: 10px;
}

/* line 8643, src/sass/current_global.scss */
#omv-steps {
  margin-bottom: 20px;
}

/* line 8647, src/sass/current_global.scss */
#omv-steps ul li {
  float: left;
  font-family: "Lato", sans-serif;
  color: #222222;
}

/* line 8653, src/sass/current_global.scss */
#omv-steps ul li:after {
  font-family: "FontAwesome";
  font-size: 10px;
  content: '\f054';
  margin: 0 8px;
}

/* line 8660, src/sass/current_global.scss */
#omv-steps ul li a {
  /*text-decoration: underline;
	color: #222222;*/
  font-weight: 700;
}

/* line 8666, src/sass/current_global.scss */
#omv-steps ul li:last-child:after {
  margin: 0;
  content: '';
}

/* line 8671, src/sass/current_global.scss */
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

/* line 8676, src/sass/current_global.scss */
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8681, src/sass/current_global.scss */
.traffic-updates__search input[type="text"] {
  width: calc(100% - 110px);
  height: 45px;
  margin-right: 12px;
}

/* line 8687, src/sass/current_global.scss */
.traffic-updates__search .btn .fa {
  font-size: 18px;
}

/* line 8691, src/sass/current_global.scss */
.traffic-updates__table {
  border: 0;
}

/* line 8695, src/sass/current_global.scss */
.traffic-updates__table tr {
  border-bottom: solid 1px #dddddd;
}

/* line 8699, src/sass/current_global.scss */
.traffic-updates__table tr:nth-child(odd), .traffic-updates__table tr:nth-child(even) {
  background: transparent;
}

/* line 8703, src/sass/current_global.scss */
.traffic-updates__table th, .traffic-updates__table td {
  border: 0;
  padding: 15px 0;
}

/* line 8708, src/sass/current_global.scss */
.traffic-updates__table .traffic-updates__type {
  padding-right: 15px;
  width: 1%;
}

/* line 8712, src/sass/current_global.scss */
.traffic-updates__title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

/* line 8717, src/sass/current_global.scss */
.traffic-updates__time {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin-top: 5px;
}

/* line 8723, src/sass/current_global.scss */
.traffic-updates__time.with-padding {
  padding: 7px 0 12px;
}

/* line 8727, src/sass/current_global.scss */
.traffic-updates__time strong {
  color: #444444;
  font-weight: 700;
}

/* line 8732, src/sass/current_global.scss */
.traffic-updates__desc {
  margin-top: 3px;
}

/* line 8736, src/sass/current_global.scss */
.traffic-updates__link a {
  padding: 0;
}

/* line 8740, src/sass/current_global.scss */
#search-msg {
  margin: 30px 0;
}

/* line 8744, src/sass/current_global.scss */
.map-view, .list-view {
  display: none;
}

/* line 8748, src/sass/current_global.scss */
.map-view.active, .list-view.active {
  display: block;
}

/* line 8752, src/sass/current_global.scss */
#list-toggle, #map-toggle {
  color: black;
  opacity: 0.7;
}

/* line 8757, src/sass/current_global.scss */
#list-toggle.active, #map-toggle.active {
  opacity: 1;
  font-weight: bold;
}

/* line 8762, src/sass/current_global.scss */
.accordion {
  margin-bottom: 5px;
}

/* line 8766, src/sass/current_global.scss */
.accordion ul, .accordion ol {
  margin-left: 40px;
}

/* line 8770, src/sass/current_global.scss */
.accordion ul {
  list-style: disc;
}

/* line 8774, src/sass/current_global.scss */
.accordion ol {
  list-style: decimal;
}

/* line 8778, src/sass/current_global.scss */
.accordion li {
  margin-bottom: 30px;
}

/* line 8782, src/sass/current_global.scss */
.accordion a {
  text-decoration: none;
  color: #485dc6;
  padding: 0px;
}

/* line 8788, src/sass/current_global.scss */
.accordion a:hover {
  /* color: #222349; */
  /*color: #db7c1b;*/
  text-decoration: underline;
  color: #db7c1b;
}

/* line 8795, src/sass/current_global.scss */
.accordion a:visited {
  text-decoration: none;
  color: #db7c1b;
}

/* line 8800, src/sass/current_global.scss */
.accordion a.btn {
  text-decoration: none;
  color: #ffffff;
  padding: 12px 30px;
}

/* line 8806, src/sass/current_global.scss */
.accordion a.btn:hover {
  color: #ffffff;
}

/* line 8811, src/sass/current_global.scss */
.accordion.is-opened > .accordion__body {
  max-height: 10000px;
}

/* line 8815, src/sass/current_global.scss */
.accordion.is-opened > .accordion__header {
  background-color: #222349;
}

/* line 8819, src/sass/current_global.scss */
.accordion.is-opened > .accordion__header:after {
  /*transform: rotate(90deg);*/
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8825, src/sass/current_global.scss */
.accordion.is-opened > .accordion__header.nested-header {
  background-color: #dedee4;
}

/* line 8829, src/sass/current_global.scss */
.accordion__header {
  position: relative;
  display: block;
  padding: 15px 35px 15px 15px;
  background: #73738C;
  color: #ffffff;
  font: 16px "Lato", sans-serif;
  transition: background .3s ease-in-out;
}

/* line 8839, src/sass/current_global.scss */
.accordion__header h3 {
  display: inline;
}

/* line 8843, src/sass/current_global.scss */
.accordion__header:hover {
  cursor: pointer;
  color: #606fbb;
}

/* line 8848, src/sass/current_global.scss */
.accordion__header:after {
  content: '\f054';
  position: absolute;
  right: 20px;
  top: 20px;
  margin: auto;
  padding-top: 3px;
  font-family: "FontAwesome";
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (min-width: 768px) {
  /* line 8864, src/sass/current_global.scss */
  .accordion__header.no-arrow-on-md-up:after {
    display: none;
  }
}

/* line 8869, src/sass/current_global.scss */
.accordion__body {
  display: block;
  max-height: 0;
  border: solid 1px #dddddd;
  border-top: 0;
  overflow: hidden;
  transition: max-height .5s ease-in-out;
}

/* line 8878, src/sass/current_global.scss */
.accordion__content {
  padding: 40px 20px 0;
}

/* line 8882, src/sass/current_global.scss */
.accordion__content .image-showcase {
  margin-bottom: 30px;
}

/* line 8886, src/sass/current_global.scss */
.accordion__content table {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 8891, src/sass/current_global.scss */
.accordion__content table.no-style, .accordion__content table.no-style tbody, .accordion__content table.no-style tr, .accordion__content table.no-style td {
  border: none;
  background: transparent;
}

/* line 8896, src/sass/current_global.scss */
.accordion__content table.no-style tbody > tr > td:first-child {
  white-space: nowrap;
}

/* line 8900, src/sass/current_global.scss */
.accordion__content table.no-style p {
  margin-bottom: 0;
}

/* line 8904, src/sass/current_global.scss */
.accordion__content table.no-style tbody > tr > td {
  padding: 15px 10px;
}

/* line 8908, src/sass/current_global.scss */
.accordion .nice-select {
  width: 100%;
}

/* line 8912, src/sass/current_global.scss */
.accordion .nice-select ul {
  margin-left: 0 !important;
}

/* line 8916, src/sass/current_global.scss */
.accordion .nice-select ul li {
  margin-bottom: 0;
}

/* line 8920, src/sass/current_global.scss */
.accordion__header.nested-header {
  background: #dedee4;
  color: #222222;
}

/* line 8925, src/sass/current_global.scss */
.accordion__body.nested-body {
  background: #fafafb;
  border: none;
}

/* line 8930, src/sass/current_global.scss */
.accordion__content:last-child {
  margin-bottom: 40px;
}

/* line 8934, src/sass/current_global.scss */
.off-canvas-effect main,
.off-canvas-effect footer {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* line 8940, src/sass/current_global.scss */
.off-canvas {
  padding-top: 10px;
}

/* line 8944, src/sass/current_global.scss */
.off-canvas .is-active .fa-bars:before {
  content: '\f00d';
}

/* line 8948, src/sass/current_global.scss */
.off-canvas__control {
  padding-right: 20px;
  font-size: 18px;
}

/* line 8957, src/sass/current_global.scss */
.off-canvas__content {
  display: none;
  /*transform: translate3d(0, calc(-100% - 85px), 0); // height of the off-canvas item + header */
}

.mobile-nav-search, .off-canvas__content {
	padding: 30px 0;
}

/* line 8971, src/sass/current_global.scss */
.off-canvas__content .accordion .accordion__header:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/* line 8976, src/sass/current_global.scss */
.off-canvas__content.is-opened {
  /*transform: translate3d(0, 0, 0);*/
  display: block;
  /*top: 75px;*/
}

@media only screen and (min-width: 1140px) {
  /* line 8983, src/sass/current_global.scss */
  .off-canvas__content.is-opened {
    top: auto;
  }
}

/* line 8988, src/sass/current_global.scss */
.off-canvas__menu {
  font-size: 18px;
  color: #ffffff;
}

/* line 8993, src/sass/current_global.scss */
.mobile-nav-search, .off-canvas__search {
  border-top: 1px solid #eee;
  background: #fff;
}

/* line 8997, src/sass/current_global.scss */
table {
  margin-top: 15px;
  border: solid 1px #dddddd;
  border-collapse: collapse;
  font-size: 16px;
}

/* line 9004, src/sass/current_global.scss */
th,
td {
  text-align: left;
  padding: 15px 10px;
  vertical-align: top;
  border-right: solid 1px #dddddd;
}

/* line 9012, src/sass/current_global.scss */
tr {
  border-bottom: solid 1px #dddddd;
}

/* line 9016, src/sass/current_global.scss */
tr:nth-child(odd) {
  background: #ffffff;
}

/* line 9020, src/sass/current_global.scss */
tr:nth-child(even) {
  background: #f7f7f7;
}

/* line 9024, src/sass/current_global.scss */
tr:last-child {
  border-bottom: none;
}

/* line 9028, src/sass/current_global.scss */
th {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  vertical-align: middle;
}

/* line 9034, src/sass/current_global.scss */
.responsive-table tr:nth-child(2) {
  border-top: solid 1px #dddddd;
}

@media only screen and (min-width: 768px) {
  /* line 9039, src/sass/current_global.scss */
  .responsive-table tr:nth-child(2) {
    border-top: 0;
  }
}

/* line 9044, src/sass/current_global.scss */
.responsive-table th {
  background: #b9b9cb;
}

@media only screen and (min-width: 768px) {
  /* line 9049, src/sass/current_global.scss */
  .responsive-table th {
    display: table-cell;
  }
}

/* line 9054, src/sass/current_global.scss */
.responsive-table td:before {
  display: block;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  /* line 9060, src/sass/current_global.scss */
  .responsive-table td:before {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  /* line 9066, src/sass/current_global.scss */
  .responsive-table td {
    display: table-cell;
    border-right: solid 1px #dddddd;
  }
}

/* line 9072, src/sass/current_global.scss */
.responsive-table.background--grey th {
  background: #a2a2b1;
}

/* line 9076, src/sass/current_global.scss */
.table .tablesorter-headerAsc .table__sort {
  color: #ffffff;
}

/* line 9080, src/sass/current_global.scss */
.table .tablesorter-headerAsc .table__sort:after {
  content: " ?";
  color: #ffffff;
}

/* line 9085, src/sass/current_global.scss */
.table .tablesorter-headerDesc .table__sort {
  color: #ffffff;
}

/* line 9089, src/sass/current_global.scss */
.table .tablesorter-headerDesc .table__sort:after {
  content: " ?";
}

/* line 9093, src/sass/current_global.scss */
.table__sort {
  float: right;
}

/* line 9097, src/sass/current_global.scss */
.table__sort:after {
  content: " ?";
}

/* line 9101, src/sass/current_global.scss */
.bullet, .bullet-small {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0px 0 20px 40px;
}

/* line 9107, src/sass/current_global.scss */
.number {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 20px 0 20px 40px;
}

/* line 9113, src/sass/current_global.scss */
.number li {
  padding-left: 5px;
}

/* line 9117, src/sass/current_global.scss */
.bullet li,
.number li {
  margin-bottom: 20px;
}

/* line 9122, src/sass/current_global.scss */
.bullet li:last-child,
.number li:last-child {
  margin-bottom: 0;
}

/* line 9127, src/sass/current_global.scss */
.bullet-small li,
.number li {
  margin-bottom: 10px;
}

/* line 9132, src/sass/current_global.scss */
.bullet-small li:last-child,
.number li:last-child {
  margin-bottom: 0;
}

/* line 9137, src/sass/current_global.scss */
.bullet-small li a:not(.btn),
.number li a:not(.btn) {
  color: #5c6bb3;
  padding: 0;
  text-decoration: none;
}

/* line 9144, src/sass/current_global.scss */
.bullet-small li a:not(.btn):hover,
.number li a:not(.btn):hover {
  color: #db7c1b;
  text-decoration: underline;
}

/* line 9150, src/sass/current_global.scss */
.bullet-small li a:not(.btn):visited,
.number li a:not(.btn):visited {
  color: #db7c1b;
  text-decoration: none;
}

/* line 9156, src/sass/current_global.scss */
.classic-form__btn-group {
  padding-top: 30px;
  text-align: center;
}

/* line 9161, src/sass/current_global.scss */
.classic-form__field {
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  /* line 9168, src/sass/current_global.scss */
  .classic-form__field {
    width: calc(50% - 15px);
    float: left;
  }
  /* line 9172, src/sass/current_global.scss */
  .classic-form__field:first-child {
    margin-right: 15px;
  }
  /* line 9175, src/sass/current_global.scss */
  .classic-form__field:last-child {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 9181, src/sass/current_global.scss */
  .classic-form__field.extended {
    width: calc(100% - 185px);
  }
}

/* line 9186, src/sass/current_global.scss */
.classic-form__field.has-error input {
  border: solid 1px #ab0000;
}

/* line 9190, src/sass/current_global.scss */
.classic-form__field.has-error .classic-form__field-error {
  display: block;
}

/* line 9194, src/sass/current_global.scss */
.classic-form__field-error {
  display: none;
  padding-top: 3px;
  font-size: 14px;
  font-style: italic;
  color: #ab0000;
}

/* line 9202, src/sass/current_global.scss */
.classic-form .btn {
  /* padding: 12px 60px; */
  padding: 9px 60px;
}

/* line 9207, src/sass/current_global.scss */
.classic-form .nice-select {
  width: 100%;
  border-radius: 2px;
  background: #e9edf5;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #666666;
}

/* line 9216, src/sass/current_global.scss */
.classic-form .nice-select .current {
  font-style: italic;
}

/* line 9220, src/sass/current_global.scss */
.classic-form .input-daterange input {
  text-align: left;
}

/* line 9224, src/sass/current_global.scss */
label {
  display: block;
  padding-bottom: 7px;
  font-weight: 700;
  color: #666666;
}

/* line 9231, src/sass/current_global.scss */
input[type="text"], input[type="date"],
textarea {
  padding: 10px 17px 10px 20px;
  border: solid 1px #dddddd;
  width: 100%;
  background: #e9edf5;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #222222;
  outline: 0;
  border-radius: 2px;
}

/* line 9244, src/sass/current_global.scss */
input[type="text"]:focus, input[type="date"]:focus,
textarea:focus {
  box-shadow: 0px 0px 19px 2px rgba(233, 237, 245, 0.58);
  border: solid 1px #d0d0d0;
}

/* line 9250, src/sass/current_global.scss */
input[type="text"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #666666;
}

/* line 9256, src/sass/current_global.scss */
input[type="text"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: italic;
  color: #666666;
}

/* line 9262, src/sass/current_global.scss */
input[type="text"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #666666;
}
input[type="text"]::-moz-placeholder, input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
  font-style: italic;
  color: #666666;
}
input[type="text"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: italic;
  color: #666666;
}
input[type="text"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-style: italic;
  color: #666666;
}
input[type="text"]::placeholder, input[type="date"]::placeholder,
textarea::placeholder {
  font-style: italic;
  color: #666666;
}

/* line 9268, src/sass/current_global.scss */
textarea {
  resize: none;
}

/* line 9272, src/sass/current_global.scss */
.field-group {
  margin-bottom: 15px;
}

/* line 9276, src/sass/current_global.scss */
.header-desktop {
  padding: 22px 0 0;
  display: none;
  background: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 1140px) {
  /* line 9285, src/sass/current_global.scss */
  .header-desktop {
    display: block;
  }
}

/* line 9290, src/sass/current_global.scss */
.header-desktop .mega-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

.header-mobile .mega-menu {
  padding-top: 0;
}

/* line 9296, src/sass/current_global.scss */
.header-desktop .nav__link:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  min-height: 340px;
  height: inherit;
  /* @extend .animated;
			animation-duration: .5s;
			animation-delay: .3s;
			@extend .fadeInLeft; */
}

/* line 9307, src/sass/current_global.scss */
.header-desktop .nav__links a.active {
  color: #ff8c00;
}

@media only screen and (min-width: 1140px) {
  /* line 9312, src/sass/current_global.scss */
  .header-desktop .nav__links {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 9320, src/sass/current_global.scss */
  .header-desktop .nav__links {
    width: 58%;
  }
}

/* line 9334, src/sass/current_global.scss */
.header-desktop.header-wrap .logos {
  display: block;
}

/* line 9338, src/sass/current_global.scss */
.header-desktop.header-wrap .nav-wrap {
  bottom: 0;
  position: static;
  top: 0;
  box-shadow: none;
}

/* line 9345, src/sass/current_global.scss */
.header-mobile {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}

@media only screen and (min-width: 1140px) {
  /* line 9354, src/sass/current_global.scss */
  .header-mobile {
    display: none;
  }
}

/* line 9359, src/sass/current_global.scss */
.header-mobile__utilities {
  position: relative;
  z-index: 200;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}

/* line 9367, src/sass/current_global.scss */
.header-mobile li:last-child {
  /* margin: 0; */
}

/* line 9371, src/sass/current_global.scss */
.header-mobile .accordion:first-child .accordion__header {
  padding: 0;
}

/* line 9375, src/sass/current_global.scss */
.header-mobile .is-opened > .accordion__header {
  background-color: transparent;
}

/* line 9379, src/sass/current_global.scss */
.header-mobile .is-opened > .accordion__header:after {
  padding-top: 5px;
  content: '\f078';
  -webkit-transform: none;
  transform: none;
}

/* line 9386, src/sass/current_global.scss */
.header-mobile .accordion__header {
  padding: 0;
  background-color: transparent;
}

/* line 9391, src/sass/current_global.scss */
.header-mobile .accordion__header.no-arrow:after {
  content: '';
}

/* line 9395, src/sass/current_global.scss */
.header-mobile .accordion__header:after {
  right: 0;
  top: 0;
}

/* line 9400, src/sass/current_global.scss */
.header-mobile .accordion__header.margin-bottom-30 {
  margin-bottom: 30px;
}

/* line 9404, src/sass/current_global.scss */
#mobile_login_menu i.fa {
  padding-left: 0;
  margin-top: -6px;
}

/* line 9409, src/sass/current_global.scss */
.header-mobile .accordion__body {
  border: 0;
}

/* line 9413, src/sass/current_global.scss */
.header-mobile .accordion__content {
  padding: 15px 0 0 25px;
}

/* line 9417, src/sass/current_global.scss */
.header-mobile .accordion__body-mobile li {
  margin-left: 25px;
}

/* line 9420, src/sass/current_global.scss */
.header-mobile .accordion__body-mobile li:first-child {
  margin-top: 15px;
}

/* line 9424, src/sass/current_global.scss */
.header-mobile .logo-pri img {
  height: 45px;
}

/* line 9429, src/sass/current_global.scss */
.header-mobile .accordion__content:last-child {
  margin-bottom: 0;
}

/* line 9433, src/sass/current_global.scss */
.header-mobile a {
  text-decoration: none;
}

/* line 9437, src/sass/current_global.scss */
ul.accordion__body.accordion__body-mobile {
  margin-left: 0px;
  list-style: none;
}

/* line 9442, src/sass/current_global.scss */
.accordion__body-mobile a {
  text-decoration: none;
}

/* line 9446, src/sass/current_global.scss */
.accordion__body-mobile a:hover {
  color: inherit;
}

/* line 9450, src/sass/current_global.scss */
.sticky-header {
  padding-top: 0;
  transition: all 0.5s ease;
}

@media only screen and (min-width: 1140px) {
  /* line 9456, src/sass/current_global.scss */
  .sticky-header {
    padding-top: 98px;
  }
}

/* line 9461, src/sass/current_global.scss */
.sticky-header .header-wrap.header-desktop {
  padding-top: 0;
  position: fixed;
  height: 73px;
  /* .nav__link:not(.special-menu-item) {
				padding-bottom: 20px;
			} */
}

/* line 9470, src/sass/current_global.scss */
.sticky-header .header-wrap.header-desktop .logos,
.sticky-header .header-wrap.header-desktop .menu-search {
  display: none;
}

/* line 9475, src/sass/current_global.scss */
.sticky-header .header-wrap.header-desktop .nav {
  padding-top: 15px;
}

/* line 9479, src/sass/current_global.scss */
.sticky-header .header-wrap.header-desktop, .sticky-header .header-wrap.header-mobile {
  position: fixed;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: box-shadow 0.5s ease;
}

/* line 9485, src/sass/current_global.scss */
.sticky-header .app-content {
  position: relative;
  /*top: -15px;*/
}

/* line 9489, src/sass/current_global.scss */
.sticky-header .header-desktop .off-canvas__search .menu-search {
  display: block;
}

@media only screen and (min-width: 1140px) {
  /* line 9494, src/sass/current_global.scss */
  .app-content {
    padding-top: 0;
  }
}

/* line 9499, src/sass/current_global.scss */
.breadcrumb {
  padding: 0;
  margin-bottom: 55px;
  display: none;
  list-style: none;
}

/* line 9506, src/sass/current_global.scss */
.breadcrumb a {
  font-weight: 700;
  color: #666666;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  /* line 9513, src/sass/current_global.scss */
  .breadcrumb {
    display: block;
  }
}

/* line 9518, src/sass/current_global.scss */
.breadcrumb li {
  display: inline;
}

/* line 9522, src/sass/current_global.scss */
.breadcrumb li:first-child a {
  color: #606fbb;
}

/* line 9526, src/sass/current_global.scss */
.breadcrumb li + li:before {
  content: '\f054';
  padding: 0px 8px;
  color: #666666;
  font-family: "FontAwesome";
  font-size: 10px;
  font-weight: 100;
}

/* line 9535, src/sass/current_global.scss */
/*.nav {
  padding-top: 25px;
}*/

/* line 9539, src/sass/current_global.scss */
.nav::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 1140px) {
  /* line 9546, src/sass/current_global.scss */
  .nav .fa {
    font-size: 18px;
  }
}

/* line 9551, src/sass/current_global.scss */
.nav .active a {
  color: #ff8c00;
}

/* line 9555, src/sass/current_global.scss */
.nav .btn {
  padding: 8px 10px;
}

/* line 9559, src/sass/current_global.scss */
.nav #login-btn {
  /*min-width: 14.5em;
	    background: #4A4E69;
   		box-shadow: 0 3px #292F41;*/
  min-width: 7em;
}

/* line 9566, src/sass/current_global.scss */
.nav #login-btn:hover {
  /*background: #3a435e;
   			box-shadow: 0 3px #232837;*/
}

/* line 9571, src/sass/current_global.scss */
.nav .nav-dashboard-links {
  /*padding-top: 5px;*/
}

/* line 9575, src/sass/current_global.scss */
.nav #logout-btn, .nav #dashboard-btn {
  color: #606fbb;
  font-size: 14px;
  padding-top: 8px;
  /*text-decoration: underline;*/
  text-decoration: none;
  /*line-height: 30px;*/
}

/* line 9584, src/sass/current_global.scss */
.nav #logout-btn-wrapper {
  display: none;
}

/* line 9588, src/sass/current_global.scss */
.nav #dashboard-btn:hover,
.nav #logout-btn:hover {
  color: #222222;
}

/* line 9593, src/sass/current_global.scss */
.nav__links {
  padding-top: 15px;
  font-weight: 750;
}

/* line 9598, src/sass/current_global.scss */
.nav__link, .nav__action {
  padding: 0 10px;
  padding-bottom: 34px;
  color: #444444;
}

/* line 9606, src/sass/current_global.scss */
.nav__link {
  float: left;
    border-bottom: 5px solid transparent;
}

/* line 9610, src/sass/current_global.scss */
.nav__link:hover {
  border-color: #212349;
}

.nav__link:hover > a, .nav__action:hover, .nav__link:hover > a > i, .nav__action:hover > i {
    color: #5c6bb3;
} 

/* line 9614, src/sass/current_global.scss */
.nav__link.selected {
  border-bottom: 5px solid #212349;
}

/* line 9618, src/sass/current_global.scss */
.nav__link:last-child {
  margin-right: 0;
}

/* line 9622, src/sass/current_global.scss */
.nav__link .fa {
  font-size: 18px;
}

/* line 9626, src/sass/current_global.scss */
.nav__link a {
  /*color: $nav-grey;*/
  color: #222222;
}

/* line 9631, src/sass/current_global.scss */
/*.nav__link:first-child {
  padding: 0 6px 0 0;
}*/

.nav__action .fa {
  font-size: 15px;
  color: #444;
}

.nav__actions {
  border-bottom: 0;
  padding-top: 15px;
}

/* line 12375, src/sass/app.scss */
.nav__actions:hover {
  border-bottom: 0;
}


@media only screen and (min-width: 1140px) {
  /* line 9636, src/sass/current_global.scss */
  .nav__actions {
    /*width: calc(33.33333333% - 40px);*/
    float: left;
    /*margin-left: 30px;*/
  }
}

/* line 9643, src/sass/current_global.scss */
.nav .btn--login {
  padding: 35px;
}

/* line 9647, src/sass/current_global.scss */
.nav .logo-pri {
  display: none;
}

/* line 9651, src/sass/current_global.scss */
.nav .nav__actions {
  float: right;
}

/* line 9655, src/sass/current_global.scss */
.nav-alt {
  padding: 0 0 25px;
}

/* line 9659, src/sass/current_global.scss */
.nav-alt .logo-pri {
  display: block;
}

/* line 9663, src/sass/current_global.scss */
.nav-alt .nav__actions.nav__actions-alt {
  float: right;
}

/* line 9667, src/sass/current_global.scss */
.mega-menu {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 10px 0;
  background: #212349;
  border-bottom: 2px solid #fecd20;
  font-size: 18px;
  color: #ffffff;
}

/* line 9679, src/sass/current_global.scss */
.mega-menu #dashboard-btn-mobile {
  display: none;
}

@media only screen and (min-width: 1140px) {
  /* line 9684, src/sass/current_global.scss */
  .mega-menu {
    /*top: 188px;*/
    top: 98px;
    min-height: 0px;
  }
  /* line 9689, src/sass/current_global.scss */
  .mega-menu .mega-menu__items .col-lg-10 {
    margin-left: 18px;
  }
}

/* line 9694, src/sass/current_global.scss */
.mega-menu h2 {
  margin-bottom: 10px;
}

/* line 9698, src/sass/current_global.scss */
.mega-menu li {
  margin-bottom: 0;
  padding: 10px;
  /*border-bottom: 1px solid #595a77;*/
  border-bottom: 1px solid #7a7b92;
}

/* line 9705, src/sass/current_global.scss */
.mega-menu li:last-child {
  border-bottom: none;
}

/* line 9709, src/sass/current_global.scss */
.mega-menu li .fa {
  padding-left: 7px;
  vertical-align: middle;
}

/* line 9714, src/sass/current_global.scss */
.mega-menu li.is-opened {
  color: #fecd20;
}

/* line 9718, src/sass/current_global.scss */
.mega-menu li.is-opened > .mega-menu__items {
  display: block;
}

/* line 9722, src/sass/current_global.scss */
.mega-menu a:not(.btn) {
  padding: 0;
  width: 95%;
  display: inline-block;
}

/* line 9728, src/sass/current_global.scss */
.mega-menu li,
.mega-menu a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  bottom: 0;
  left: 0;
}

/* line 9738, src/sass/current_global.scss */
.mega-menu li:hover,
.mega-menu a:hover {
  cursor: pointer;
}

@media only screen and (min-width: 1140px) {
  /* line 9744, src/sass/current_global.scss */
  .mega-menu li:hover,
  .mega-menu a:hover {
    color: #fecd20;
  }
  /* line 9748, src/sass/current_global.scss */
  .mega-menu li:hover > .mega-menu__items,
  .mega-menu a:hover > .mega-menu__items {
    display: inline-block;
  }
}

/* line 9754, src/sass/current_global.scss */
.mega-menu li.is-active,
.mega-menu a.is-active {
  color: #fecd20;
  font-weight: 700;
}

@media only screen and (min-width: 1140px) {
  /* line 9761, src/sass/current_global.scss */
  .mega-menu li:hover > a {
    color: #fecd20;
  }
}

/* line 9766, src/sass/current_global.scss */
.mega-menu__category {
  color: #ff8c00;
  width: calc(16.66666667% - 23.33333333px);
  float: left;
  margin-left: 20px;
}

/* line 9773, src/sass/current_global.scss */
.mega-menu__items {
  font-family: "Lato", sans-serif;
}

/* line 9777, src/sass/current_global.scss */
.mega-menu__items--l1 {
  min-height: calc(340px - 20px);
}

/* line 9781, src/sass/current_global.scss */
.mega-menu__items--l1 {
  width: 100%;
  max-width: 320px;
}

/* line 9786, src/sass/current_global.scss */
.mega-menu__items--l1 li.no-arrow:after {
  content: '';
}

@media only screen and (min-width: 1140px) {
  /* line 9791, src/sass/current_global.scss */
  .mega-menu__items--l1 {
    position: relative;
  }
  /* line 9794, src/sass/current_global.scss */
  .mega-menu__items--l1 > li {
    position: static;
  }
  /* line 9797, src/sass/current_global.scss */
  .mega-menu__items--l1 > li:hover {
    background: #343a5a;
  }
  /* line 9800, src/sass/current_global.scss */
  .mega-menu__items--l1 > li:hover:after {
    right: 10px;
  }
  /* line 9803, src/sass/current_global.scss */
  .mega-menu__items--l1 > li:after {
    content: '\f054';
    position: absolute;
    padding-top: 3px;
    margin-left: 7px;
    right: 20px;
    font-family: "FontAwesome";
    font-size: 15px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 9815, src/sass/current_global.scss */
  .mega-menu__items--l2 {
    position: absolute;
    left: 300px;
    /*margin-left: 30px;*/
    /*width: 170%;*/
    width: 400px;
    display: none;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    padding-left: 40px;
    padding-right: 40px;
  }
  /* line 9827, src/sass/current_global.scss */
  .mega-menu__items--l2 li {
    background: #35385a;
  }
  /* line 9830, src/sass/current_global.scss */
  .mega-menu__items--l2 li:hover {
    background: #343a5a;
  }
  /* line 9833, src/sass/current_global.scss */
  .mega-menu__items--l2 li:hover:after {
    right: 10px;
  }
  /* line 9836, src/sass/current_global.scss */
  .mega-menu__items--l2 li:after {
    content: '\f054';
    position: absolute;
    padding-top: 3px;
    margin-left: 7px;
    right: 20px;
    font-family: "FontAwesome";
    font-size: 15px;
  }
}

/* line 9847, src/sass/current_global.scss */
.special-menu-item {
  padding-top: 25px;
  margin-top: 30px;
}

@media only screen and (min-width: 1140px) {
  /* line 9853, src/sass/current_global.scss */
  .special-menu-item {
    margin: 0;
    border: 0;
    background: url("../../../../../content/dam/onemotoring/img/general/menu-separator.png") no-repeat top left;
    padding-top: 0;
    padding-left: 8px;
    margin-left: 3px;
  }
  /* line 9861, src/sass/current_global.scss */
  .special-menu-item a {
    color: #606fbb;
  }
  /* line 9864, src/sass/current_global.scss */
  .special-menu-item a.btn {
    padding: 12px 30px;
  }
  /* line 9867, src/sass/current_global.scss */
  .special-menu-item a.btn:hover {
    font-weight: normal;
  }
  /* line 9870, src/sass/current_global.scss */
  .special-menu-item ul.mega-menu__items a, .special-menu-item a.btn {
    color: #ffffff;
  }
  /* line 9873, src/sass/current_global.scss */
  .special-menu-item ul.mega-menu__items a:hover {
    color: #fecd20;
  }
  /* line 9876, src/sass/current_global.scss */
  .special-menu-item .nav__btn {
    min-width: 300px;
    margin-top: 300px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 9883, src/sass/current_global.scss */
  .sticky-header .mega-menu {
    top: 73px;
    min-height: 320px;
  }
}

/* line 9889, src/sass/current_global.scss */
.sticky-header .nav__link {
  padding-bottom: 20px !important;
}

/* line 9893, src/sass/current_global.scss */
.sticky-header .logo-pri {
  display: block;
}

/* line 9897, src/sass/current_global.scss */
.sticky-header .logo-pri img {
  max-width: 150px;
  height: 45px;
}

/* line 9902, src/sass/current_global.scss */
.sticky-header .nav__actions {
  padding-top: 4px;
}

@media only screen and (min-width: 1140px) {
  /* line 9907, src/sass/current_global.scss */
  .sticky-header .logo-pri,
  .sticky-header .nav__actions {
    /*width: calc(16.66666667% - 35px);*/
    float: left;
    /*margin-left: 30px;*/
  }
}

@media only screen and (min-width: 1140px) {
  /* line 9916, src/sass/current_global.scss */
  .sticky-header .nav__actions {
    width: 20%;
  }
}

/* line 9921, src/sass/current_global.scss */
.sticky-header #qtip-0 {
  position: absolute;
  top: 55px !important;
}

/* line 9926, src/sass/current_global.scss */
.sticky-header #qtip-0 .qtip-tip {
  display: none !important;
}

/* line 9930, src/sass/current_global.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  margin-bottom: 10px;
  border-spacing: 10px 0px;
}

@media only screen and (min-width: 320px) {
  /* line 9940, src/sass/current_global.scss */
  .btn-group-justified .btn {
    display: inline-block;
    width: auto;
    margin: 5px 0 5px 5px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 9948, src/sass/current_global.scss */
  .btn-group-justified .btn {
    display: table-cell;
    width: 1%;
    float: none;
    /* padding: 15px 0px; */
    padding: 15px 20px;
    vertical-align: middle;
  }
}

/* line 9958, src/sass/current_global.scss */
.btn-groups {
  text-align: center;
}

/* line 9962, src/sass/current_global.scss */
.btn-groups .btn {
  margin: 0 0 30px;
}

/* line 9966, src/sass/current_global.scss */
.btn-groups .btn:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* line 9971, src/sass/current_global.scss */
  .btn-groups .btn {
    margin-left: 0;
  }
}

/* line 9976, src/sass/current_global.scss */
.btn-groups--left {
  text-align: left;
}

/* line 9980, src/sass/current_global.scss */
.btn {
  padding: 12px 30px;
  display: inline-block;
  border: none;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  outline: none;
  border-radius: 8px;
  background-color: #606fbb;
  /*box-shadow: 0 3px $shadow;
	transition: transform .1s,
				box-shadow .1s,
				background-color .3s;*/
}

@media only screen and (min-width: 768px) {
  /* line 9998, src/sass/current_global.scss */
  .btn + .btn {
    margin-left: 30px;
  }
}

/* line 10003, src/sass/current_global.scss */
.btn.incomplete {
  background-color: rgba(130, 144, 212, 0.7);
}

/* line 10007, src/sass/current_global.scss */
.btn:hover {
  cursor: pointer;
  background-color: #6471bf;
}

/* line 10012, src/sass/current_global.scss */
.btn:active, .btn.nice-select.open {
  box-shadow: 0 1px #5c6ec7;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

/* line 10018, src/sass/current_global.scss */
.btn--warning {
  background-color: #ff8c00;
  /*box-shadow: 0 3px #cc7000; */
}

/* line 10023, src/sass/current_global.scss */
.btn--warning:hover {
  background-color: #e67e00;
}

/* line 10027, src/sass/current_global.scss */
.btn--warning:active, .btn--warning.nice-select.open {
  background: #d67600;
  /*box-shadow: 0 1px #cc7000;*/
}

/* line 10032, src/sass/current_global.scss */
.btn--alert {
  background: #ab0000;
  /*box-shadow: 0 3px #780000;*/
}

/* line 10037, src/sass/current_global.scss */
.btn--alert:hover {
  background-color: #920000;
}

/* line 10041, src/sass/current_global.scss */
.btn--alert:active, .btn--alert.nice-select.open {
  box-shadow: 0 1px #780000;
}

/* line 10045, src/sass/current_global.scss */
.btn.btn-yellow {
  background: #fecd20;
  box-shadow: none;
  color: #222222;
  font-weight: bold;
  font-size: 15px;
}

/* line 10053, src/sass/current_global.scss */
.btn.btn-green {
  background: #a4d4b4 !important;
  box-shadow: none;
  color: #222222;
  font-weight: bold;
  font-size: 15px;
}

/* line 10061, src/sass/current_global.scss */
.btn.btn-grey {
  background: #67677E !important;
  box-shadow: none;
  color: #222222;
  font-weight: bold;
  font-size: 15px;
}

/* line 10069, src/sass/current_global.scss */
.btn.btn-yellow:hover {
  background: #e5bb1f;
}

/* line 10073, src/sass/current_global.scss */
.btn.btn-login {
  background-color: #5c6bb3;
  box-shadow: 0 3px #313d7b;
}

/* line 10078, src/sass/current_global.scss */
.btn.btn-login:hover {
  background-color: #38468e;
}

/* line 10082, src/sass/current_global.scss */
.btn.btn--yellow {
  background: #fecd20;
  color: #666666;
}

/* line 10087, src/sass/current_global.scss */
.btn .fa {
  padding: 0 5px;
}

/* line 10091, src/sass/current_global.scss */
.back-to-top {
  position: fixed;
  background: #fecd20;
  bottom: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 10105, src/sass/current_global.scss */
  .back-to-top {
    bottom: 30px;
    right: 30px;
  }
}

/* line 10111, src/sass/current_global.scss */
.back-to-top i {
  color: #222222;
  margin: 0;
  position: relative;
  left: 12px;
  top: 10px;
  font-size: 18px;
  transition: all 0.3s ease;
}

/* line 10121, src/sass/current_global.scss */
.back-to-top:hover i {
  top: 5px;
}

/* line 10125, src/sass/current_global.scss */
.text-link {
  font-weight: 900;
  color: #606fbb;
}

/* line 10130, src/sass/current_global.scss */
.text-link:after {
  font-family: "FontAwesome";
  content: '\f061';
  margin: 0 0 0 6px;
}

/* line 10136, src/sass/current_global.scss */
.menu-search {
  width: 100%;
  /* width: calc(100% - 125px);
  margin-left: -15em; */
}

/* line 10142, src/sass/current_global.scss */
.menu-search::after {
  clear: both;
  content: "";
  display: block;
}

/*@media only screen and (min-width: 320px) {

  .menu-search {
    margin-left: 0;
    width: 100%;
  }
}*/

@media only screen and (min-width: 1140px) {
  /* line 10156, src/sass/current_global.scss */
  .menu-search {
    /*width: 100%;*/
    /*width: calc(100% - 125px);
		margin-left: -15em;*/
  }
}

/* line 10163, src/sass/current_global.scss */
.menu-search .menu-search__input,
.menu-search .menu-search__btn {
  height: 40px;
  float: left;
  font-size: 16px;
}

/* line 10170, src/sass/current_global.scss */
.menu-search .menu-search__input {
  width: calc(100% - 47px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  /* new */
  background-color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-appearance: none;
  border: solid 1px #dddddd;
  border-right: 0;
  /* end new */
}

@media only screen and (min-width: 1140px) {
  /* line 12893, src/sass/app.scss */
  .menu-search .menu-search__input {
    width: calc(100% - 60px);
  }
}

.menu-search .menu-search__input:focus {
  box-shadow: none;
  border: solid 1px #dddddd;
  border-right: 0;
}

/* line 10180, src/sass/current_global.scss */
.menu-search .menu-search__btn {
  padding: 0 15px;
  border: 0;
  outline: 0;
  background: #d7dfed;
  color: #606fbb;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;

  /* new */
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #ddd;
  border-left: 0;
  margin: 0;
  /* end new */
}

/* line 10188, src/sass/current_global.scss */
.menu-search .menu-search__btn:hover {
  cursor: pointer;
  color: #222349;
}

/* line 10193, src/sass/current_global.scss */
.search-results-header {
  margin: 20px 0;
}

/* line 10197, src/sass/current_global.scss */
.search-icon__container {
  float: right;
  margin: 12px 15px 0 0;
}

/* line 10202, src/sass/current_global.scss */
.hero {
  height: 285px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  /* line 10210, src/sass/current_global.scss */
  .hero {
    height: 360px;
  }
}

/* line 10215, src/sass/current_global.scss */
.hero__speech {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 25px 15px;
  background-color: rgba(254, 205, 32, 0.9);
  color: #222222;
}

@media only screen and (max-width: 768px) {
  /* line 10224, src/sass/current_global.scss */
  .hero__speech {
    padding: 15px 15px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 10229, src/sass/current_global.scss */
  .hero__speech {
    width: 35%;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 10235, src/sass/current_global.scss */
  .hero__speech {
    padding: 50px 50px 30px;
  }
}

@media (min-width: 1200px) {
  /* line 10241, src/sass/current_global.scss */
  .hero__speech {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 10248, src/sass/current_global.scss */
  .hero__speech:after {
    position: absolute;
    top: 40px;
    right: -20px;
    bottom: auto;
    left: auto;
    content: '';
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent rgba(254, 205, 32, 0.9);
  }
}

/* line 10261, src/sass/current_global.scss */
.hero__speech .categories {
  font-size: 15px;
}

/* line 10265, src/sass/current_global.scss */
.hero__speech .categories .fa {
  font-size: 14px;
}

/* line 10269, src/sass/current_global.scss */
.hero__speech-title {
  font-size: 22px;
  margin: 10px 0 10px;
  line-height: 1.3;
}

@media only screen and (min-width: 1140px) {
  /* line 10276, src/sass/current_global.scss */
  .hero__speech-title {
    font-size: 30px;
    margin: 20px 0 20px;
  }
}

/* line 10282, src/sass/current_global.scss */
.card {
  margin-bottom: 40px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* line 10288, src/sass/current_global.scss */
.card:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.12);
}

/* line 10292, src/sass/current_global.scss */
.card .category {
  font-size: 14px;
}

/* line 10296, src/sass/current_global.scss */
.card__body {
  padding: 25px;
  background: #ffffff;
}

/* line 10301, src/sass/current_global.scss */
.card__details + .card__title {
  margin: 15px 0 20px;
}

/* line 10305, src/sass/current_global.scss */
.card__title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #222222;
}

@media only screen and (min-width: 768px) {
  /* line 10313, src/sass/current_global.scss */
  .card__title.set--min-height-tablet {
    min-height: 55px;
  }
}

/* line 10317, src/sass/current_global.scss */
.card__details {
  color: #666666;
}

/* line 10321, src/sass/current_global.scss */
.card__details::after {
  clear: both;
  content: "";
  display: block;
}

/* line 10327, src/sass/current_global.scss */
.card__date {
  font-size: 15px;
}

/* line 10331, src/sass/current_global.scss */
.card__action {
  color: #606fbb;
  font-size: 18px;
  font-weight: 700;
}

/* line 10337, src/sass/current_global.scss */
.card__action .fa {
  margin-left: 5px;
}

/* line 10341, src/sass/current_global.scss */
.card-collection {
  overflow-x: auto;
}

/* line 10345, src/sass/current_global.scss */
.card-collection::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}

/* line 10352, src/sass/current_global.scss */
.card-collection__group {
  min-width: calc(316px * 3);
}

@media only screen and (min-width: 1140px) {
  /* line 10357, src/sass/current_global.scss */
  .card-collection__group {
    max-width: none;
  }
}

@media screen and (max-width: 1140px) {
  /* line 10363, src/sass/current_global.scss */
  .card-collection__group .card {
    width: 300px;
  }
}

/* line 10368, src/sass/current_global.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10375, src/sass/current_global.scss */
.pagination > li {
  display: inline;
}

/* line 10379, src/sass/current_global.scss */
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  color: #606fbb;
  border-radius: 4px;
}

/* line 10392, src/sass/current_global.scss */
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
}

/* line 10402, src/sass/current_global.scss */
a[aria-label="previous"], a[aria-label="next"] {
  font-weight: bold;
}

/**
 * Section specific styling overrides.
 */
/* line 10409, src/sass/current_global.scss */
.section {
  padding: 22px 0;
  position: relative;
}

@media only screen and (min-width: 1140px) {
  /* line 10415, src/sass/current_global.scss */
  .section {
    padding: 40px 0;
  }
}

/* line 10420, src/sass/current_global.scss */
.section .accordion {
  margin-bottom: 0px;
}

/* line 10424, src/sass/current_global.scss */
.section .accordion__header {
  margin: 0;
  padding: 30px 0;
  font-size: 24px;
  font-family: "Francois One", sans-serif;
  font-weight: normal;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  /* line 10434, src/sass/current_global.scss */
  .section .accordion__header:hover {
    cursor: auto;
  }
}

@media only screen and (min-width: 768px) {
  /* line 10440, src/sass/current_global.scss */
  .section .accordion__header {
    color: #222222;
    position: static;
    font-size: 30px;
  }
}

/* line 10447, src/sass/current_global.scss */
.section .accordion__header:after {
  top: 0;
  bottom: 0;
  height: 31px;
}

/* line 10453, src/sass/current_global.scss */
.section .accordion__body {
  border: 0;
}

@media only screen and (min-width: 768px) {
  /* line 10458, src/sass/current_global.scss */
  .section .accordion__body {
    max-height: none;
    overflow: visible;
  }
}

/* line 10464, src/sass/current_global.scss */
.section .accordion__content {
  padding: 25px 15px 40px;
}

/* line 10468, src/sass/current_global.scss */
.section .accordion__content .btn:hover {
  color: #fff !important;
  cursor: pointer;
  background-color: #38468e;
}

@media only screen and (min-width: 1140px) {
  /* line 10475, src/sass/current_global.scss */
  .section .accordion__content {
    padding: 0;
  }
}

/* line 10480, src/sass/current_global.scss */
.section--no-pad {
  padding: 0;
}

/* line 10484, src/sass/current_global.scss */
.section__title {
  font-size: 24px;
  font-family: "Francois One", sans-serif;
  color: #ffffff;
}

@media only screen and (min-width: 1140px) {
  /* line 10491, src/sass/current_global.scss */
  .section__title {
    font-size: 26px;
  }
}

/* line 10496, src/sass/current_global.scss */
.section__sub-title {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #ffffff;
}

@media only screen and (min-width: 1140px) {
  /* line 10503, src/sass/current_global.scss */
  .section__sub-title {
    font-size: 20px;
  }
}

/* line 10508, src/sass/current_global.scss */
.section--secondary-news {
  background-image: linear-gradient(-45deg, #fafafa 46%, #e4e4e4 49%, #e4e4e4 51%, #fafafa 55%);
  background-size: 10px 10px;
}

/* line 10513, src/sass/current_global.scss */
.section--secondary-news .card__title {
  min-height: 100px;
}

@media only screen and (min-width: 1140px) {
  /* line 10518, src/sass/current_global.scss */
  .section--secondary-news .card__title {
    min-height: auto;
  }
}

/* line 10523, src/sass/current_global.scss */
.section--login-panel {
  padding: 0;
  /*background: url(../../../../../content/dam/onemotoring/img/login_panel_bg.png) #222349 no-repeat;*/
  box-shadow: inset 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
  background-position: left bottom;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  /* line 10532, src/sass/current_global.scss */
  .section--login-panel {
    /*background: url(../../../../../content/dam/onemotoring/img/login_panel_bg-flipped.png) #222349 no-repeat;*/
    background-position: right bottom;
  }
}

/* line 10538, src/sass/current_global.scss */
.section--login-panel p {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 10543, src/sass/current_global.scss */
  .section--login-panel {
    padding: 0;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 10549, src/sass/current_global.scss */
  .section--login-panel .login-panel-desc {
    padding: 20px 0 0 40px;
  }
}

/* line 10554, src/sass/current_global.scss */
.section--login-panel .login-panel {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 10559, src/sass/current_global.scss */
  .section--login-panel .login-panel {
    display: block;
  }
}

/* line 10564, src/sass/current_global.scss */
.section--login-panel .login-panel .panels {
  display: flex;
}

/* line 10570, src/sass/current_global.scss */
.section--login-panel .login-panel .panel--image {
  width: 40%;
  background-size: 100% auto;
}

@media only screen and (min-width: 1140px) {
  /* line 10577, src/sass/current_global.scss */
  .section--login-panel .login-panel .panel--image {
    width: 30%;
  }
}

/* line 10582, src/sass/current_global.scss */
.section--login-panel .login-panel .panel--entry {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 220px;
}

@media only screen and (min-width: 768px) {
  /* line 10598, src/sass/current_global.scss */
  .section--login-panel .login-panel .panel--entry {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 10604, src/sass/current_global.scss */
  .section--login-panel .login-panel .panel--entry {
    width: 70%;
    height: 200px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 10622, src/sass/current_global.scss */
  .section--login-panel .login-panel .panel--entry div {
    flex: 2;
    text-align: right;
  }
}

@media only screen and (min-width: 1140px) {
  /* line 10631, src/sass/current_global.scss */
  .section--login-panel .login-panel .panel--entry div:first-child {
    flex: 3;
    text-align: left;
    padding: 0 20px;
  }
}

/* line 10640, src/sass/current_global.scss */
.section--login-panel .login-panel .panel--entry h4 {
  font-weight: normal;
  margin-bottom: 10px;
}

/* line 10645, src/sass/current_global.scss */
.section--login-panel .login-panel .panel--entry p {
  font-size: 17px;
  font-weight: 300;
}

@media only screen and (min-width: 1140px) {
  /* line 10651, src/sass/current_global.scss */
  .section--login-panel .login-panel .panel--entry p {
    margin-bottom: 0;
  }
}

/* line 10656, src/sass/current_global.scss */
.section--login-panel .login-panel .panel--entry p em {
  font-style: italic;
}

/* line 10660, src/sass/current_global.scss */
.section--login-panel .login-panel .panel--entry .btn {
  white-space: nowrap;
  margin-top: 0;
}

/* line 10665, src/sass/current_global.scss */
.section--login-panel .login-panel--mobile {
  margin-top: 0px;
  padding: 0;
  font-size: 24px;
  font-family: "Francois One", sans-serif;
  font-weight: normal;
  color: #ffffff;
  display: flex;
}

@media only screen and (min-width: 768px) {
  /* line 10678, src/sass/current_global.scss */
  .section--login-panel .login-panel--mobile {
    display: none;
  }
}

/* line 10683, src/sass/current_global.scss */
.section--login-panel .login-panel--mobile .panel-text {
  width: 220px;
  padding: 20px 0 20px 20px;
}

@media (min-width: 460px) {
  /* line 10689, src/sass/current_global.scss */
  .section--login-panel .login-panel--mobile .panel-text {
    width: 50%;
  }
}

/* line 10694, src/sass/current_global.scss */
.section--login-panel .login-panel--mobile .panel-image {
  background-size: auto 100%;
  flex: 1;
}

@media (min-width: 460px) {
  /* line 10703, src/sass/current_global.scss */
  .section--login-panel .login-panel--mobile .panel-image {
    width: 50%;
    background-position: center center;
  }
}

/* line 10709, src/sass/current_global.scss */
.section--login-panel .login-panel--mobile p {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 8px;
  line-height: 1.6;
}

/* line 10716, src/sass/current_global.scss */
.section--login-panel .login-panel--mobile p strong {
  font-size: 18px;
}

/* line 10720, src/sass/current_global.scss */
.section--login-panel .login-panel--mobile p em {
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
}

/* line 10726, src/sass/current_global.scss */
.section--login-panel .login-panel--mobile .btn {
  box-shadow: none;
  padding: 14px;
}

/* line 10731, src/sass/current_global.scss */
.section--login-panel a {
  margin-top: 10px;
}

/* line 10735, src/sass/current_global.scss */
.section--home-updates {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  /* line 10740, src/sass/current_global.scss */
  .section--home-updates .traffic-updates {
    padding-left: 30px;
  }
}

/* line 10745, src/sass/current_global.scss */
.section--home-updates .traffic-updates .accordion__header {
  padding: 30px 15px;
  background-image: url("../../../../../content/dam/onemotoring/img/corp/traffic_updates.jpg");
}

@media only screen and (min-width: 768px) {
  /* line 10751, src/sass/current_global.scss */
  .section--home-updates .traffic-updates .accordion__header:after {
    content: '';
  }
}

@media only screen and (min-width: 768px) {
  /* line 10757, src/sass/current_global.scss */
  .section--home-updates .traffic-updates .accordion__header {
    padding: 30px 0;
    background: none;
  }
}

/* line 10763, src/sass/current_global.scss */
.section--home-updates .coe-updates {
  padding-left: 0;
}

@media only screen and (min-width: 1140px) {
  /* line 10768, src/sass/current_global.scss */
  .section--home-updates .coe-updates {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) {
  /* line 10774, src/sass/current_global.scss */
  .section--home-updates .coe-updates {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 10780, src/sass/current_global.scss */
  .section--home-updates .coe-updates {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  /* line 10786, src/sass/current_global.scss */
  .section--home-updates .coe-updates.minimum-padding {
    padding-right: 50px;
  }
}

/* line 10791, src/sass/current_global.scss */
.section--home-updates .coe-updates .accordion__header {
  padding: 30px 15px;
  background-image: url("../../../../../content/dam/onemotoring/img/corp/coe_prices.jpg");
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  /* line 10798, src/sass/current_global.scss */
  .section--home-updates .coe-updates .accordion__header {
    padding: 30px 0;
    background: none;
    color: #222222;
  }
}

@media only screen and (min-width: 768px) {
  /* line 10806, src/sass/current_global.scss */
  .section--home-updates {
    padding: 45px 0 0;
  }
}

/* line 10811, src/sass/current_global.scss */
.section--home-updates h1 {
  color: #444444;
  margin-bottom: 10px;
}

/* line 10816, src/sass/current_global.scss */
.section--home-updates .section__header {
  display: block;
}

/* line 10820, src/sass/current_global.scss */
.section--traffic-cameras {
  padding: 0;
}

/* line 10823, src/sass/current_global.scss */
.section--traffic-cameras .card {
  padding: 0;
}

/* line 10824, src/sass/current_global.scss */
.section--traffic-cameras .accordion__header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

/* line 10831, src/sass/current_global.scss */
.section--traffic-cameras .accordion__header:after {
  top: 30px;
  bottom: auto;
}

@media only screen and (min-width: 1140px) {
  /* line 10837, src/sass/current_global.scss */
  .section--traffic-cameras .accordion__header {
    padding: 30px 0 75px;
  }
}

/* line 10842, src/sass/current_global.scss */
.section--traffic-cameras .accordion__body {
  position: relative;
  z-index: 100;
}

/* line 10847, src/sass/current_global.scss */
.featured-cameras {
  position: relative;
  z-index: 1;
  padding-bottom: 145px;
}

@media only screen and (min-width: 1140px) {
  /* line 10854, src/sass/current_global.scss */
  .featured-cameras .card {
    margin-top: -40px;
  }
}

/* line 10859, src/sass/current_global.scss */
.camera-feed {
  margin-top: 30px;
}

/* line 10863, src/sass/current_global.scss */
.camera-feed img {
  width: 100%;
}

/* line 10867, src/sass/current_global.scss */
.maintenance-bg {
  /*background: url(../../../../../content/dam/onemotoring/img/maintenance-bg.png);*/
  background-size: cover;
  padding: 20px 0;
}

/* Popular */
/* line 10874, src/sass/current_global.scss */
.popular-panel {
  background: #f5f5f5;
  /*padding: 30px 0;*/
  padding: 0;
}

/* line 10880, src/sass/current_global.scss */
.popular-panel h2 {
  font-family: "Francois One", sans-serif;
  font-size: 24px;
  color: #222222;
}

@media only screen and (min-width: 768px) {
  /* line 10887, src/sass/current_global.scss */
  .popular-panel h2 {
    margin: 25px 0;
  }
}

/* line 10892, src/sass/current_global.scss */
.popular-panel ul {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  /* line 10897, src/sass/current_global.scss */
  .popular-panel ul {
    display: table;
  }
}

/* line 10902, src/sass/current_global.scss */
.popular-panel ul li {
  float: left;
  width: 50%;
  text-align: center;
  /*padding: 0 10px;*/
  padding: 30px 10px 30px 10px;
}

@media only screen and (min-width: 768px) {
  /* line 10911, src/sass/current_global.scss */
  .popular-panel ul li {
    display: table-cell;
    width: 20%;
    float: none;
  }
}

/* line 10918, src/sass/current_global.scss */
.popular-panel ul li a {
  font-size: 14px;
  color: #5c6bb3;
  display: block;
}

/* line 10924, src/sass/current_global.scss */
.popular-panel ul li a img {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 10929, src/sass/current_global.scss */
.popular-panel ul li a span {
  display: block;
}

/* line 10933, src/sass/current_global.scss */
.popular-panel ul li:hover {
  background: #ffffff;
}

/* line 10937, src/sass/current_global.scss */
.popular-panel ul li:last-child {
  clear: both;
}

/* line 10941, src/sass/current_global.scss */
.popular-panel .btn {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 10946, src/sass/current_global.scss */
  .popular-panel .col-md-2 {
    margin-left: 0;
    width: 16.66666667%;
  }
  /* line 10950, src/sass/current_global.scss */
  .popular-panel .button--con {
    text-align: right;
  }
}

/* Announcements */
/* line 10956, src/sass/current_global.scss */
.announcement-panel {
  padding: 8px 0;
  background: #aa0000;
  color: #ffffff;
}

/* line 10962, src/sass/current_global.scss */
.announcement-panel .container {
  position: relative;
}

/* line 10966, src/sass/current_global.scss */
.announcement-panel .container .close--announcement {
  position: absolute;
  top: 0;
  /*display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: right;
            align-items: center;*/
  height: 100%;
  right: 0;
}

/* line 10983, src/sass/current_global.scss */
.announcement-panel .container .close--announcement span {
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
}

/* line 10989, src/sass/current_global.scss */
.announcement-panel .container .close--announcement span:hover {
  cursor: pointer;
}

/* line 10993, src/sass/current_global.scss */
.announcement-panel .container span {
  font-size: 12px;
}

/* line 10997, src/sass/current_global.scss */
.bidding__body {
  margin-top: 15px;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  /* line 11003, src/sass/current_global.scss */
  .bidding__body {
    margin-top: 0;
  }
}

/* line 11008, src/sass/current_global.scss */
.bidding__body p {
  font-size: 16px;
}

/* line 11012, src/sass/current_global.scss */
.bidding__body p span {
  width: 70px;
  display: inline-block;
}

/* line 11017, src/sass/current_global.scss */
.bidding__body p.small {
  font-size: 14px;
}

/* line 11021, src/sass/current_global.scss */
footer {
  padding: 35px 0 30px;
  background: #f7f7f7;
  color: #222222;
  font-size: 16px;
}

/* line 11028, src/sass/current_global.scss */
footer a {
  color: #222222;
}

/* line 11032, src/sass/current_global.scss */
footer .nav__links {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Lato", sans-serif;
}

@media only screen and (min-width: 768px) {
  /* line 11039, src/sass/current_global.scss */
  footer .nav__links {
    margin-top: 0;
  }
}

/* line 11044, src/sass/current_global.scss */
/*footer nav {
  padding-bottom: 35px;
}*/

/* line 11048, src/sass/current_global.scss */
footer nav li {
  margin-bottom: 20px;
}

/* line 11052, src/sass/current_global.scss */
footer nav a {
  font-family: "Lato", sans-serif;
  font-weight: normal;
}

/* line 11056, src/sass/current_global.scss */
footer nav a:hover {
  text-decoration: underline;
  color: #db7c1b;
}

/* line 11060, src/sass/current_global.scss */
footer .copyright {
  padding-top: 20px;
  border-top: solid 1px #dddddd;
}

/* line 11064, src/sass/current_global.scss */
footer .copyright a:hover {
  text-decoration: underline;
  color: #db7c1b;
}

/* line 11069, src/sass/current_global.scss */
.social img {
  width: 30px;
  height: 30px;
}

/* line 13750, src/sass/app.scss */
footer a {
  padding: 0;
}

/* line 13754, src/sass/app.scss */
footer hr {
  border: 0;
  border-top: 1px solid #ddd;
  margin: 0;
}

/* line 13763, src/sass/app.scss */
footer .footer-links-secondary i {
  font-style: unset;
}

@media only screen and (min-width: 768px) {
  /* line 13762, src/sass/app.scss */
  footer .footer-links-secondary {
    padding-top: 30px;
  }
}

/* line 13775, src/sass/app.scss */
footer .footer-links-secondary nav > ul > li {
  margin-bottom: 0;
  padding: 0 0 20px 0;
}

@media only screen and (min-width: 768px) {
  /* line 13775, src/sass/app.scss */
  footer .footer-links-secondary nav > ul > li {
    padding-top: 5px;
  }
}

/* line 13784, src/sass/app.scss */
footer .footer-links-secondary nav > ul > li h3 {
  margin-bottom: 0;
}

/* line 13793, src/sass/app.scss */
footer .footer {
  font-size: 14px;
  padding: 30px 0;
  line-height: 1.8;
}

/* line 13799, src/sass/app.scss */
footer .footer .footer-links > ul {
  margin-left: -6px;
}

/* line 13801, src/sass/app.scss */
footer .footer .footer-links > ul > li {
  padding: 0 9px 0 6px;
  position: relative;
}

/* line 13805, src/sass/app.scss */
footer .footer .footer-links > ul > li:last-child:after {
  content: none;
}

/* line 13824, src/sass/app.scss */
footer .social-media-icons {
  padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  /* line 13824, src/sass/app.scss */
  footer .social-media-icons {
    text-align: right;
  }
}

/* line 13829, src/sass/app.scss */
footer .social-media-icons > a {
  vertical-align: baseline;
  position: relative;
  margin: 0 10px;
  padding: 5px;
}

/* line 13835, src/sass/app.scss */
footer .social-media-icons > a > * {
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translateY(-50%);
   transform: translate(-50%, -50%);
}

/* line 13839, src/sass/app.scss */
footer .social-media-icons > a > span {
  display: none;
}

/* line 13843, src/sass/app.scss */
footer .social-media-icons > a:first-child {
  margin-left: 0;
}

/* line 13847, src/sass/app.scss */
footer .social-media-icons > a:last-child {
  margin-right: 0;
}

/* line 13851, src/sass/app.scss */
footer .social-media-icons .icon-youtube,
footer .social-media-icons .icon-facebook,
footer .social-media-icons .icon-twitter,
footer .social-media-icons .icon-tiktok,
footer .social-media-icons .icon-telegram,
footer .social-media-icons .icon-linkedin,
footer .social-media-icons .icon-instagram,
footer .social-media-icons .icon-whatsapp {
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  width: 38px;
  height: 38px;
  line-height: 2;
  font-size: 19px;
}

@media only screen and (min-width: 768px) {
  /* line 13851, src/sass/app.scss */
  footer .social-media-icons .icon-youtube,
  footer .social-media-icons .icon-facebook,
  footer .social-media-icons .icon-twitter,
  footer .social-media-icons .icon-tiktok,
  footer .social-media-icons .icon-telegram,
  footer .social-media-icons .icon-linkedin,
  footer .social-media-icons .icon-instagram,
  footer .social-media-icons .icon-whatsapp {
    width: 26px;
    height: 26px;
    line-height: 2.25;
    font-size: 12px;
  }
}


@media only screen and (min-width: 320px) and (max-width: 370px){
	footer .social-media-icons > a {
  		margin: 0 3px;
		width: 30px !important;
		height: 30px !important; 
  	}
}

@media only screen and (min-width: 371px) and (max-width: 419px){
	footer .social-media-icons > a {
  		margin: 0 5px;
		width: 35px !important;
		height: 35px !important; 
  	}
}

@media only screen and (min-width: 420px) and (max-width: 468px){
	footer .social-media-icons > a {
  		margin: 0 8px;
 	}
}

/* line 13871, src/sass/app.scss */
footer .social-media-icons .icon-youtube {
  background-color: #cd201f;
}

/* line 13874, src/sass/app.scss */
footer .social-media-icons .icon-linkedin {
  background-color: #0077B5;
}

footer .social-media-icons .icon-tiktok {
    background-color: #000000;
}

/* line 13877, src/sass/app.scss */
footer .social-media-icons .icon-instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

/* line 13881, src/sass/app.scss */
footer .social-media-icons .icon-facebook {
  background-color: #375d99;
}

/* line 13884, src/sass/app.scss */
footer .social-media-icons .icon-twitter {
  background-color: #000000;
}
footer .social-media-icons .icon-telegram {
  background: #36acdf;
}

footer .social-media-icons .icon-whatsapp {
    background: #25d366;
}


/* line 11074, src/sass/current_global.scss */
.callout-content {
  display: none;
}

/* line 11078, src/sass/current_global.scss */
.qtip-default {
  border: 0 none;
  background-color: transparent;
  color: #999;
  font-size: 14px;
  margin-top: 18px;
  margin-left: 30px;
}

/* line 11086, src/sass/current_global.scss */
.qtip-default:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 10;
}

@media only screen and (min-width: 1140px) {
  /* line 11101, src/sass/current_global.scss */
  .qtip-default:before {
    left: auto;
    right: 50px;
  }
}

/* line 11107, src/sass/current_global.scss */
.qtip-content {
  padding: 20px 20px 6px;
  background-color: #FFF;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

/* line 11113, src/sass/current_global.scss */
.qtip-content h5 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #666666;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 15px;
}

/* line 11122, src/sass/current_global.scss */
.qtip-content p {
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 5px;
}

/* line 11128, src/sass/current_global.scss */
.qtip-content strong {
  font-weight: 400;
  color: #666666;
}

/* line 11133, src/sass/current_global.scss */
.qtip-content .btn {
  width: 100%;
  font-weight: normal;
}

/* line 11138, src/sass/current_global.scss */
.carousel__item {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 320px) {
  /* line 11145, src/sass/current_global.scss */
  .carousel__item {
    background-position: 75% 50%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 11151, src/sass/current_global.scss */
  .carousel__item {
    background-position: 60% 50%;
  }
}

/* line 11156, src/sass/current_global.scss */
.slick-arrow {
  position: absolute;
  font-size: 0;
  top: 50%;
  margin-top: -12px;
  z-index: 50;
  outline: none;
  background: transparent;
  border: 0 none;
}

/* line 11167, src/sass/current_global.scss */
.slick-arrow:before {
  font-family: "FontAwesome";
  font-size: 24px;
  color: white;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

/* line 11174, src/sass/current_global.scss */
.slick-arrow.slick-prev {
  left: 10px;
}

/* line 11178, src/sass/current_global.scss */
.slick-arrow.slick-prev:before {
  content: '\f053';
}

/* line 11182, src/sass/current_global.scss */
.slick-arrow.slick-next {
  right: 10px;
}

/* line 11186, src/sass/current_global.scss */
.slick-arrow.slick-next:before {
  content: '\f054';
}

/* line 11190, src/sass/current_global.scss */
.slick-dots {
  position: absolute;
  bottom: 16px;
  text-align: center;
  width: 100%;
}

/* line 11197, src/sass/current_global.scss */
.slick-dots li {
  display: inline-block;
}

/* line 11201, src/sass/current_global.scss */
.slick-dots li button:before {
  width: 12px;
  height: 12px;
}

/* line 11206, src/sass/current_global.scss */
.slick-dots li.slick-active button:before {
  background-color: #222222;
}

@media only screen and (min-width: 768px) {
  /* line 11211, src/sass/current_global.scss */
  .slick-dots li.slick-active button:before {
    background-color: #fece20;
  }
}

/* line 11216, src/sass/current_global.scss */
.slick-dots button {
  border: 0 none;
  font-size: 0;
  background: transparent;
  outline: none;
}

/* line 11223, src/sass/current_global.scss */
.slick-dots button:before {
  content: '';
  width: 10px;
  height: 10px;
  background: white;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

/* line 11233, src/sass/current_global.scss */
.landing__banner-bar {
  background: url(../../../../../content/dam/onemotoring/img/corp/landing_hdr_banner.jpg);
  background-size: cover;
  padding: 20px 0;
  margin: 0 0 30px;
}

@media only screen and (min-width: 1140px) {
  /* line 11241, src/sass/current_global.scss */
  .landing__banner-bar {
    margin: 0 0 50px;
  }
}

/* line 11246, src/sass/current_global.scss */
.landing__banner-bar .breadcrumb {
  margin: 0 0 15px 0;
}

/* line 11250, src/sass/current_global.scss */
.landing__banner-bar .breadcrumb li:first-child a {
  color: #fecd20;
}

/* line 11254, src/sass/current_global.scss */
.landing__banner-bar .breadcrumb a {
  color: #ffffff;
}

/* line 11258, src/sass/current_global.scss */
.landing__banner-bar .breadcrumb li + li:before {
  color: #ffffff;
}

/* line 11262, src/sass/current_global.scss */
.landing__banner-bar h1 {
  color: #ffffff;
  margin: 0;
}

/* line 11267, src/sass/current_global.scss */
.dashboard__banner-bar {
  /*background: url(../../../../../content/dam/onemotoring/img/dashboard-banner.png);*/
  background-size: cover;
  padding: 20px 0;
  position: relative;
}

/* line 11274, src/sass/current_global.scss */
.dashboard__banner-bar h1 {
  color: #ffffff;
  margin-left: 70px;
}

@media only screen and (min-width: 768px) {
  /* line 11280, src/sass/current_global.scss */
  .dashboard__banner-bar:after {
    position: absolute;
    top: 76px;
    right: 75px;
    bottom: auto;
    left: auto;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #212241;
  }
}

/* line 11293, src/sass/current_global.scss */
.bg-flat_color {
  background: #4d4f6d;
}

/* line 11297, src/sass/current_global.scss */
.bg-flat_color span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #fecd20;
  display: block;
  padding-top: 3px;
}

/* line 11305, src/sass/current_global.scss */
.news-cards {
  margin: 30px 0;
}

/* line 11309, src/sass/current_global.scss */
.news-cards .news-row {
  margin: 0;
}

@media only screen and (min-width: 1140px) {
  /* line 11314, src/sass/current_global.scss */
  .news-cards .news-row {
    margin: 15px 0;
  }
}

/* line 11319, src/sass/current_global.scss */
.news-item-card {
  border: 1px solid #dddddd;
  padding: 20px;
  background: #f3f4f6;
  box-shadow: 0px 1px 10px 0px rgba(239, 239, 239, 0.7);
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 240px;
}

@media only screen and (min-width: 1140px) {
  /* line 11330, src/sass/current_global.scss */
  .news-item-card {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* line 11336, src/sass/current_global.scss */
.news-item-card h2 {
  color: #000;
  font-weight: normal;
}

/* line 11341, src/sass/current_global.scss */
.news-item-card p {
  margin: 15px 0;
  color: #222222;
  font-weight: normal;
}

/* line 11347, src/sass/current_global.scss */
.news-item-card a {
  font-weight: 900;
  color: #5c6bb3;
  padding: 0;
}

/* line 11353, src/sass/current_global.scss */
.news-item-card a:after {
  font-family: "FontAwesome";
  content: '\f061';
  margin: 0 0 0 6px;
}

@media only screen and (max-width: 996px) {
  /* line 11360, src/sass/current_global.scss */
  .news-item-card {
    min-height: 280px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 11366, src/sass/current_global.scss */
  .news-item-card {
    min-height: auto;
  }
}

/* line 11371, src/sass/current_global.scss */
.section-pager {
  position: relative;
  overflow: hidden;
}

/* line 11376, src/sass/current_global.scss */
.section-pager .line-path {
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  background: #dddddd;
  border-radius: 5px;
  z-index: -1;
  margin-top: 12px;
}

/* line 11387, src/sass/current_global.scss */
.section-pager ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}

/* line 11393, src/sass/current_global.scss */
.section-pager ul li {
  text-align: center;
  display: table-cell;
  position: relative;
  /* float: left;
			width: 95px;
			margin: 0 46px; */
}

/* line 11402, src/sass/current_global.scss */
.section-pager ul li:before, .section-pager ul li:after {
  content: '';
  position: absolute;
  display: block;
  width: 50%;
  height: 10px;
  background: #dddddd;
  z-index: -1;
  top: 12px;
}

/* line 11413, src/sass/current_global.scss */
.section-pager ul li:before {
  left: 0;
}

/* line 11417, src/sass/current_global.scss */
.section-pager ul li:after {
  right: 0;
}

/* line 11421, src/sass/current_global.scss */
.section-pager ul li:first-child:before {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 11426, src/sass/current_global.scss */
.section-pager ul li:last-child:after {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 11431, src/sass/current_global.scss */
.section-pager ul li span {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #a1a1b1;
  font-weight: bold;
  width: 35px;
  height: 35px;
  line-height: 30px;
  background: #dddddd;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #ffffff;
}

/* line 11445, src/sass/current_global.scss */
.section-pager ul li p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #797b91;
  line-height: 16px;
  margin-top: 5px;
}

/* line 11453, src/sass/current_global.scss */
.section-pager ul li.done span {
  background: #9fa7cf;
  color: #ffffff;
}

/* line 11458, src/sass/current_global.scss */
.section-pager ul li.done p {
  color: #5c6bb3;
}

/* line 11462, src/sass/current_global.scss */
.section-pager ul li.done:before, .section-pager ul li.done:after {

}

/* line 11466, src/sass/current_global.scss */
.section-pager ul li.done:before {
  background-position: -5px;
}

/* line 11470, src/sass/current_global.scss */
.section-pager ul li.active span {
  color: #ffffff;
  background: #5c6bb3;
}

/* line 11475, src/sass/current_global.scss */
.section-pager ul li.active p {
  font-weight: bold;
  color: #5c6bb3;
}

/* line 11480, src/sass/current_global.scss */
.section-pager ul li.active.done:before {
  background-position: -5px;
}

/* line 11485, src/sass/current_global.scss */
.section-pager ul li.active.done:after {
  background: #dddddd;
}

/* line 11489, src/sass/current_global.scss */
.table-content-tab .table-content-tab__hdr {
  background: #f7f7f7;
}

@media only screen and (min-width: 320px) {
  /* line 11494, src/sass/current_global.scss */
  .table-content-tab .table-content-tab__hdr {
    overflow: hidden;
  }
}

/* line 11499, src/sass/current_global.scss */
.table-content-tab .table-content-tab__hdr .table-content-tab__item {
  padding: 18px 0 15px;
  -webkit-filter: contrast(0) brightness(1.7);
  filter: contrast(0) brightness(1.7);
}

/* line 11505, src/sass/current_global.scss */
.table-content-tab .table-content-tab__hdr .table-content-tab__item span {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 11510, src/sass/current_global.scss */
  .table-content-tab .table-content-tab__hdr .table-content-tab__item span {
    display: block;
  }
}

/* line 11515, src/sass/current_global.scss */
.table-content-tab .table-content-tab__hdr .active {
  background: #ffffff;
  -webkit-filter: none;
  filter: none;
}

/* line 11521, src/sass/current_global.scss */
.table-content-tab .table-content-tab__hdr:hover {
  cursor: pointer;
}

/* line 11525, src/sass/current_global.scss */
.table-content-tab .table-content-tab__details {
  display: none;
}

/* line 11529, src/sass/current_global.scss */
.table-content-tab .table-content-tab__details.active {
  display: block;
}

/* line 11533, src/sass/current_global.scss */
.tabs {
  padding-top: 31px;
}

@media only screen and (min-width: 768px) {
  /* line 11538, src/sass/current_global.scss */
  .tabs {
    padding-top: 45px;
  }
}

/* line 11543, src/sass/current_global.scss */
.tabs li:nth-child(2) {
  background-color: #d1d1d1;
}

/* line 11547, src/sass/current_global.scss */
.tabs li {
  float: left;
  background: #dddddd;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-top: 3px;
}

/* line 11555, src/sass/current_global.scss */
.tabs li a {
  font-family: "Francois One", sans-serif;
  padding: 12px;
  font-size: 13px;
  color: #3f4fa0 !important;
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 11564, src/sass/current_global.scss */
  .tabs li a {
    font-size: 20px;
    padding: 12px 30px;
  }
}

/* line 11570, src/sass/current_global.scss */
.tabs li.active {
  background: #ffffff;
  margin-top: 0;
  border: 1px solid #e9e9e9;
  border-bottom: none;
}

/* line 11577, src/sass/current_global.scss */
.tabs li.active a {
  font-size: 14px;
  color: #444444 !important;
}

@media only screen and (min-width: 768px) {
  /* line 11583, src/sass/current_global.scss */
  .tabs li.active a {
    font-size: 22px;
  }
}

/* line 11588, src/sass/current_global.scss */
.tabs-content {
  padding: 50px 0;
  display: none;
}

/* line 11593, src/sass/current_global.scss */
.tabs-content.active {
  display: block;
}

/* line 11597, src/sass/current_global.scss */
.field-group__filters {
  overflow: hidden;
}

/* line 11601, src/sass/current_global.scss */
.field-group__filters .field-group__checkbox {
  clear: both;
  border-right: none;
  margin-right: 0;
}

/* line 11607, src/sass/current_global.scss */
.field-group__filters .field-group__checkbox label, .field-group__filters .field-group__checkbox input[type=checkbox] {
  float: left;
}

/* line 11611, src/sass/current_global.scss */
.field-group__filters .field-group__checkbox label {
  margin: 0 20px 0 5px;
  padding: 0;
}

/* line 11616, src/sass/current_global.scss */
.field-group__filters .field-group__checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 11622, src/sass/current_global.scss */
  .field-group__filters .field-group__checkbox {
    float: left;
    border-right: 1px solid #dddddd;
    margin-right: 20px;
    clear: none;
  }
}

/* line 11630, src/sass/current_global.scss */
.field-group__filters .field-group__checkbox:last-child {
  border-right: none;
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  /* line 11636, src/sass/current_global.scss */
  .image-showcase.map {
    display: none;
  }
}

/* line 11641, src/sass/current_global.scss */
.image-showcase.map .btn:after {
  position: absolute;
  bottom: auto;
  left: auto;
  content: '';
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #606fbb;
  top: 41px;
}

/* line 11652, src/sass/current_global.scss */
.image-showcase.map .btn:after:hover {
  background-color: #38468e;
}

/* line 11656, src/sass/current_global.scss */
.road-details-container {
  display: none;
}

/* line 11660, src/sass/current_global.scss */
.road-snapshots {
  margin: 20px 0;
}

/* line 11664, src/sass/current_global.scss */
.card {
  padding: 20px;
}

/* line 11668, src/sass/current_global.scss */
.card .timestamp br {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  /* line 11673, src/sass/current_global.scss */
  .card .timestamp br {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  /* line 11679, src/sass/current_global.scss */
  button#stg,
  #mce,
  #ecp,
  #pie,
  #kpe,
  #cte,
  #tpe,
  #aye,
  #bke,
  #sle,
  #wtc1,
  #kje,
  #wtc,
  #ltm {
    position: absolute;
    padding: 12px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    box-shadow: none;
    min-width: 100px;
  }
  /* line 11700, src/sass/current_global.scss */
  button#stg.btn-green:after,
  #mce.btn-green:after,
  #ecp.btn-green:after,
  #pie.btn-green:after,
  #kpe.btn-green:after,
  #cte.btn-green:after,
  #tpe.btn-green:after,
  #aye.btn-green:after,
  #bke.btn-green:after,
  #sle.btn-green:after,
  #wtc1.btn-green:after,
  #kje.btn-green:after,
  #wtc.btn-green:after,
  #ltm.btn-green:after {
    border-top: 15px solid #a4d4b4;
  }
  /* line 11715, src/sass/current_global.scss */
  button#stg.btn-grey:after,
  #mce.btn-grey:after,
  #ecp.btn-grey:after,
  #pie.btn-grey:after,
  #kpe.btn-grey:after,
  #cte.btn-grey:after,
  #tpe.btn-grey:after,
  #aye.btn-grey:after,
  #bke.btn-grey:after,
  #sle.btn-grey:after,
  #wtc1.btn-grey:after,
  #kje.btn-grey:after,
  #wtc.btn-grey:after,
  #ltm.btn-grey:after {
    border-top: 15px solid #797b91;
  }
  /* line 11730, src/sass/current_global.scss */
  button#stg {
    bottom: 23%;
    right: 41%;
  }
  /* line 11734, src/sass/current_global.scss */
  button#stg:after {
    right: 40%;
  }
  /* line 11737, src/sass/current_global.scss */
  button#mce {
    bottom: 34%;
    right: 34%;
  }
  /* line 11741, src/sass/current_global.scss */
  button#mce:after {
    right: 35%;
  }
  /* line 11744, src/sass/current_global.scss */
  button#ecp {
    bottom: 43%;
    right: 23%;
  }
  /* line 11748, src/sass/current_global.scss */
  button#ecp:after {
    right: 35%;
  }
  /* line 11751, src/sass/current_global.scss */
  button#pie {
    bottom: 53%;
    right: 14%;
  }
  /* line 11755, src/sass/current_global.scss */
  button#pie:after {
    right: 35%;
  }
  /* line 11758, src/sass/current_global.scss */
  button#kpe {
    top: 35%;
    right: 26%;
  }
  /* line 11762, src/sass/current_global.scss */
  button#kpe:after {
    right: 35%;
  }
  /* line 11765, src/sass/current_global.scss */
  button#cte {
    bottom: 51%;
    right: 35%;
  }
  /* line 11769, src/sass/current_global.scss */
  button#cte:after {
    right: 35%;
  }
  /* line 11772, src/sass/current_global.scss */
  button#tpe {
    top: 22%;
    right: 29%;
  }
  /* line 11776, src/sass/current_global.scss */
  button#tpe:after {
    right: 35%;
  }
  /* line 11779, src/sass/current_global.scss */
  button#aye {
    bottom: 40%;
    left: 32%;
  }
  /* line 11783, src/sass/current_global.scss */
  button#aye:after {
    right: 35%;
  }
  /* line 11786, src/sass/current_global.scss */
  button#bke {
    bottom: 56%;
    left: 36%;
  }
  /* line 11790, src/sass/current_global.scss */
  button#bke:after {
    right: 35%;
  }
  /* line 11793, src/sass/current_global.scss */
  button#sle {
    top: 20%;
    left: 41%;
  }
  /* line 11797, src/sass/current_global.scss */
  button#sle:after {
    right: 35%;
  }
  /* line 11800, src/sass/current_global.scss */
  button#wtc1 {
    top: 10%;
    left: 28%;
  }
  /* line 11804, src/sass/current_global.scss */
  button#wtc1:after {
    right: 40%;
  }
  /* line 11807, src/sass/current_global.scss */
  button#kje {
    bottom: 59%;
    left: 21%;
  }
  /* line 11811, src/sass/current_global.scss */
  button#kje:after {
    right: 35%;
  }
  /* line 11814, src/sass/current_global.scss */
  button#wtc {
    bottom: 51%;
    left: 4%;
  }
  /* line 11818, src/sass/current_global.scss */
  button#wtc:after {
    right: 40%;
  }
  button#ltm {
    bottom: 66%;
    right: 2%;
  }
  button#ltm:after {
    right: 43%;
  }
}

/* line 11823, src/sass/current_global.scss */
.mobile.map {
  display: none;
}

/* line 11827, src/sass/current_global.scss */
.mobile-map {
  margin-bottom: 25px;
  display: none;
}

@media only screen and (max-width: 768px) {
  /* line 11833, src/sass/current_global.scss */
  .mobile-map {
    display: block;
  }
}

/* line 11838, src/sass/current_global.scss */
.mobile-map table {
  background: none !important;
  border: none !important;
}

/* line 11843, src/sass/current_global.scss */
.mobile-map button {
  background-color: #fecd20;
  color: #222222;
  font-weight: bold;
  font-size: 14px;
  box-shadow: none;
  width: 100%;
}

/* line 11852, src/sass/current_global.scss */
.mobile-map .btn:hover {
  background-color: #fecd20;
}

/* line 11856, src/sass/current_global.scss */
.mobile-map table tbody > tr {
  background: none !important;
  border: none !important;
}

/* line 11861, src/sass/current_global.scss */
.mobile-map table tbody > tr > td {
  padding: 5px 2px;
  border: none;
}

/* line 11866, src/sass/current_global.scss */
.road--tax ul.checks, .road--tax ul.bullets {
  list-style: initial;
  margin: initial;
  padding: 0 0 0 40px;
}

/* line 11872, src/sass/current_global.scss */
.road--tax .accordion ul.bullets li {
  margin-bottom: 0.5em;
}

/* line 11876, src/sass/current_global.scss */
.road--tax ul.checks li {
  margin-bottom: 1em;
  list-style-type: none;
  /*background-image: url("../../../../../content/dam/onemotoring/img/tick.png");*/
  background-repeat: no-repeat;
  line-height: 1.5em;
  padding-left: 2.2em;
  margin-left: -1.2em;
}

/* line 11886, src/sass/current_global.scss */
.road--tax h2, .road--tax h3, .road--tax h4, .road--tax h5 {
  margin-top: 2.5em;
}

/* line 11890, src/sass/current_global.scss */
.road--tax .accordion h2, .road--tax .accordion h3, .road--tax .accordion h4, .road--tax .accordion h5 {
  margin-top: 0;
}

/* line 11894, src/sass/current_global.scss */
.road--tax h4, .road--tax h5 {
  font-family: "Francois One", sans-serif;
  font-weight: normal;
  font-size: 20px;
}

/* line 11900, src/sass/current_global.scss */
.road--tax b.bold {
  font-weight: bold;
}

/* line 11904, src/sass/current_global.scss */
.road--tax h2 {
  padding-bottom: 1em;
}

/* line 11908, src/sass/current_global.scss */
.road--tax div.h2content {
  margin-left: 2em;
}

/* line 11912, src/sass/current_global.scss */
.road--tax div.h3 {
  margin-left: 3em;
}

/* line 11916, src/sass/current_global.scss */
.road--tax div.h3content {
  margin-left: 2em;
}

/* line 11920, src/sass/current_global.scss */
.road--tax div.h4content {
  margin-left: 2em;
}

/* line 11924, src/sass/current_global.scss */
.road--tax div.h5content {
  margin-left: 2em;
}

/* line 11928, src/sass/current_global.scss */
.road--tax img {
  width: 100%;
}

/* line 11932, src/sass/current_global.scss */
.road--tax table tr td {
  background: #ffffff;
}

/* line 11936, src/sass/current_global.scss */
.road--tax table tr td a:not(.btn) {
  color: #485dc6;
  padding: 0;
  text-decoration: none;
}

/* line 11942, src/sass/current_global.scss */
.road--tax table tr td a:not(.btn):hover {
  color: #db7c1b;
  text-decoration: underline;
}

/* line 11947, src/sass/current_global.scss */
.road--tax table tr td a:not(.btn):visited {
  color: #db7c1b;
  text-decoration: none;
}

/* line 11952, src/sass/current_global.scss */
.modal {
  position: relative;
  padding: 20px 20px 6px;
  margin: 0 auto;
  width: auto;
  max-width: 260px;
  color: #666666;
  background: #ffffff;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 20px;
}

/* line 11966, src/sass/current_global.scss */
.modal p {
  margin-bottom: 5px;
}

/* line 11970, src/sass/current_global.scss */
.modal a {
  text-decoration: none;
}

/* line 11974, src/sass/current_global.scss */
.modal h5 {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 600;
}

/* line 11980, src/sass/current_global.scss */
.modal .btn {
  width: 100%;
}

/* line 11984, src/sass/current_global.scss */
.modal .alt-login a {
  color: #666666;
}

/* line 11988, src/sass/current_global.scss */
#announcement-wrapper {
  width: 100%;
  margin: 0 auto;
  background: #fafafb;
  padding: 30px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  /* line 11997, src/sass/current_global.scss */
  #announcement-wrapper {
    width: 75%;
  }
}

/* line 12002, src/sass/current_global.scss */
#announcement-wrapper .announcement-icon, #announcement-wrapper .announcement-text {
  display: table-cell;
}

/* line 12006, src/sass/current_global.scss */
#announcement-wrapper .announcement-icon {
  float: left;
}

/* line 12010, src/sass/current_global.scss */
#announcement-wrapper .announcement-text {
  padding-left: 30px;
}

/* line 12014, src/sass/current_global.scss */
.announcement--shoutout.slick-slider .slick-arrow {
  margin-top: -8px;
}

/* line 12018, src/sass/current_global.scss */
.announcement--shoutout.slick-slider .slick-arrow:before {
  font-size: 15px;
}

/* line 12022, src/sass/current_global.scss */
.announcement--shoutout.slick-slider .slick-arrow.slick-prev {
  left: 0;
}

/* line 12026, src/sass/current_global.scss */
.announcement--shoutout.slick-slider .slick-arrow.slick-next {
  right: 0;
}

/* line 12030, src/sass/current_global.scss */
.announcement--shoutout .shoutout {
  padding: 0 35px;
}

/* line 12034, src/sass/current_global.scss */
.announcement--shoutout .shoutout.slick-slide {
  height: auto;
}

/* line 12038, src/sass/current_global.scss */
.announcement--shoutout .shoutout a {
  color: #fecd20;
}

/* line 12042, src/sass/current_global.scss */
.announcement--shoutout .slick-slide {
  height: auto;
}

/* line 12046, src/sass/current_global.scss */
.scroll-to-top {
  position: fixed;
  right: 4%;
  text-align: center;
  /*height: 46px;
    width: 46px;*/
  /*height: 15%;
    width: 4%;*/
  bottom: 10px;
  background-color: #606fbb;
  padding: 3px 10px 6px 10px;
  border-radius: 4px;
  transition: all 0.4s ease-in-out 0s;
  z-index: 200;
}

@media only screen and (max-width: 769px) {
  /* line 12062, src/sass/current_global.scss */
  .scroll-to-top {
    bottom: 40px;
  }
}

/* line 12066, src/sass/current_global.scss */
.scroll-to-top a {
  font-size: 1.286em;
  color: #fff;
  padding: 0;
}

/* line 12072, src/sass/current_global.scss */
.popular-panel ul {
  /*padding-top:20px;*/
}

/* line 12073, src/sass/current_global.scss */
.popular-panel .button--con {
  padding-top: 20px;
}

@media only screen and (max-width: 769px) {
  /* line 12075, src/sass/current_global.scss */
  .popular-panel {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 12081, src/sass/current_global.scss */
#eSearch {
  width: 100%;
}

/* line 12085, src/sass/current_global.scss */
#eSearchBtn {
  border: 0;
  background: none;
  color: #5c6bb3;
  position: relative;
  right: 0px;
  top: -46px;
}

@media only screen and (max-width: 576px) {
  /* line 12095, src/sass/current_global.scss */
  #startfeedback {
    top: 40% !important;
  }
}

/* line 8, src/sass/global_1.scss */
.ext-link:after {
  margin-left: 5px;
  font-family: 'FontAwesome';
  content: "\f08e";
  font-size: 12px;
  font-weight: 900;
}

/* line 17, src/sass/global_1.scss */
.sg-gov-header {
  background-color: #f0f0f0;
}

/* line 38, src/sass/global_1.scss */
.toggle-icon.is-active > i:before {
  content: "\f00d";
}

.toggle-icon:focus {
    outline: none;
}



/* line 10, src/sass/_bootstrap4classes.scss */
*, ::after, ::before {
  box-sizing: border-box;
}

/* line 13, src/sass/_bootstrap4classes.scss */
.position-relative {
  position: relative !important;
}

/* line 16, src/sass/_bootstrap4classes.scss */
.position-absolute {
  position: absolute !important;
}

/* line 19, src/sass/_bootstrap4classes.scss */
.col-xs-12 {
  width: 100%;
}

/* line 22, src/sass/_bootstrap4classes.scss */
.btn-link {
  cursor: pointer;
  font-weight: 400;
  color: inherit;
  border-width: 0;
  border-color: transparent;
}

/* line 29, src/sass/_bootstrap4classes.scss */
.btn-link, .btn-link:hover {
  background-color: transparent;
  box-shadow: none;
}

/* line 33, src/sass/_bootstrap4classes.scss */
.pb-1, .py-1 {
  padding-bottom: 2.5px !important;
}

/* line 36, src/sass/_bootstrap4classes.scss */
.pt-1, .py-1 {
  padding-top: 2.5px !important;
}

/* line 39, src/sass/_bootstrap4classes.scss */
.mt-3, .my-3 {
  margin-top: 10px !important;
}

/* line 42, src/sass/_bootstrap4classes.scss */
.mb-3, .my-3 {
  margin-bottom: 10px !important;
}

/* line 45, src/sass/_bootstrap4classes.scss */
.ml-auto, .mx-auto {
  margin-left: auto !important;
}

/* line 48, src/sass/_bootstrap4classes.scss */
.mr-auto, .mx-auto {
  margin-right: auto !important;
}

/* line 51, src/sass/_bootstrap4classes.scss */
.mr-4, .mx-4 {
  margin-right: 15px !important;
}

/* line 54, src/sass/_bootstrap4classes.scss */
.mt-5, .my-5 {
  margin-top: 30px !important;
}

/* line 57, src/sass/_bootstrap4classes.scss */
.mr-5, .mx-5 {
  margin-right: 30px !important;
}

/* line 60, src/sass/_bootstrap4classes.scss */
.mb-5, .my-5 {
  margin-bottom: 30px !important;
}

/* line 63, src/sass/_bootstrap4classes.scss */
.d-flex {
  display: flex !important;
}

/* line 66, src/sass/_bootstrap4classes.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 69, src/sass/_bootstrap4classes.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 72, src/sass/_bootstrap4classes.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 75, src/sass/_bootstrap4classes.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 78, src/sass/_bootstrap4classes.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 81, src/sass/_bootstrap4classes.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 84, src/sass/_bootstrap4classes.scss */
.list-inline, .list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 88, src/sass/_bootstrap4classes.scss */
.text-center {
  text-align: center !important;
}

/* line 91, src/sass/_bootstrap4classes.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 94, src/sass/_bootstrap4classes.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 97, src/sass/_bootstrap4classes.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

@media (min-width: 768px) {
  /* line 101, src/sass/_bootstrap4classes.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 104, src/sass/_bootstrap4classes.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 107, src/sass/_bootstrap4classes.scss */
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  /* line 110, src/sass/_bootstrap4classes.scss */
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1140px) {
  /* line 115, src/sass/_bootstrap4classes.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 118, src/sass/_bootstrap4classes.scss */
  .d-lg-flex {
    display: flex !important;
  }
}

.off-canvas-effect .app-content {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.mobile-nav-container{
    max-height: calc(100vh - 299px);
    overflow: scroll;
}


/*Code for fix.css*/

/* ========================================================================
 * bootstrap-tour - v0.11.0
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2015 Ulrich Sossou
 *
 * ========================================================================
 * Licensed under the MIT License (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://opensource.org/licenses/MIT
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
.tour-backdrop {
  position: absolute;
  z-index: 1100;
  background-color: #999;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.popover[class*="tour-"] {
  z-index: 1102;
}
.popover[class*="tour-"] .popover-navigation {
  padding: 9px 60px 20px 60px;
  overflow: hidden;
}
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
  cursor: default;
}
.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0;
}
.popover[class*="tour-"].orphan .arrow {
  display: none;
}


.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover {
	min-width:400px;
}

.popover-content {
  padding: 40px;
}
@media only screen and (max-width: 769px) {
  .popover-content {
      padding: 20px;
   }
   .popover[class*="tour-"] .popover-navigation{
	  padding: 9px 20px 10px 20px;
      
   }
   .popover {
	  min-width:250px;
   }
   .popover img {
	  max-width:220px;
   }
   .popover img.menu_mobi{
      max-width:50px;
   }
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.popover .btn+.btn {
    margin-left: 10px;
    float: right;
}
.popover .floatLeft{float:left !important;}


.x-form-cb-label,.x-form-cb-label-hidden{
	display:initial !important;
}
.new.section{
	padding:0;
}

.container .section,
.parbase.section,
.home_carousel.section,
.contentwrapper .section,
.main_nav_settings.section,
.digital-services-homepage.section {
	padding: 0;
}

.standard-content .captioned-image{
	margin:0;
    width:100%;
}
.carousel__item,.slick-track,.slick-list.draggable{
	height:100%;
}

.accordion1m.accordion.is-opened>.accordion__body{display:block;}
.accordion1m.accordion.is-opened>.accordion__header{background-color:#222349}
.accordion1m.accordion.is-opened>.accordion__header:after{-webkit-transform: rotate(270deg);transform: rotate(270deg);}
.accordion1m.accordion.is-opened>.accordion__header.nested-header{background-color:#dedee4}
.accordion1m.accordion .accordion__header{position:relative;cursor: pointer;display:block;padding:15px 35px 15px 15px;background:#73738C;color:#fff;font:16px "Lato",sans-serif;transition:background .3s ease-in-out}
.accordion1m.accordion .accordion__header h3{display:inline}
.accordion1m.accordion .accordion__header_edit{position:relative;display:block;padding:15px 35px 15px 15px;background:#73738C;color:#fff;font:16px "Lato",sans-serif;transition:background .3s ease-in-out}
.accordion1m .accordion__header.nested-header {
  background: #dedee4;
  color: #222222;
}
.accordionBody.nested-body {
    background: #fafafb;
    border: none;
}
.accordionBody {
  border: solid 1px #dddddd;
  border-top: 0;
}
.accordionBody .accordion__content {
  padding: 40px 20px 0;
}

.accordion1m .accordion__header:after{
  padding-top:13px;
}
.accordion.accordion1m{
	padding:0;
    margin-bottom:5px;
}
.accordion1m .accordion1m {
	background: #fafafb;
	color: #222222;
}
.accordion1m .accordion1m.is-opened > .accordion__header {
	background-color: #dedee4;
    color: #222222;
}
.cq-image-placeholder {
    max-width: 74px;
}
.parbase.text ul{
	list-style-type:initial;
    list-style-position: outside;
	margin: 0px 0 20px 40px;
}

.parbase.text ul li, .parbase.text ol li {
    margin-bottom: 10px;
}

.standard-content::after {
    margin-bottom:80px;
}

input[type="number"] {
    padding: 10px 17px 10px 20px;
    border: solid 1px #ddd;
    width: 100%;
    background: #e9edf5;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    color: #222;
    outline: 0;
    border-radius: 2px;
}
b {
    font-weight: 600;
}
.homeLoginMobile{
	border-bottom: 1px solid #595a77;
}
.eDisabled{
	display:none !important;
}
.standard-content::after {
    margin-bottom: 20px !important;
}
.top_par::after {
    margin-bottom: 40px;
}
.nav.mobile_navigation{
	padding:0;
}
.classic-form__field .ui-datepicker-trigger{
	margin-left: -30px;
    z-index: 999;
}
.time_field .nice-select{
	padding-left:10px;
}
.time_field .nice-select:after{
	right:25px;
}
@media only screen and (min-width: 768px) {
  .classic-form__field.classic-form__field_0 {
    width: calc(30% - 15px);
    float: left;
  }
  .classic-form__field.classic-form__field_1 {
    width: calc(65% - 15px);
    float: left;
  }
}

.parbase.text ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin: 20px 0 20px 40px;
}
.parbase.text ul {
    list-style-type: disc;
    list-style-position: outside;
    margin: 0px 0 20px 40px;
}
.parbase.text ul>li>ul {
    list-style-type: circle;
}

.parbase.text li {
    padding-left: 10px;
}

.vmymarquee a{
	color:#ffcd3d;
}

input[type="search"]{
    padding: 10px 17px 10px 20px;
    border: solid 1px #ddd;
    background: #e9edf5;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    color: #222;
    outline: 0;
    border-radius: 2px;
}
#tbl-fleet_length select{
    padding: 10px 15px 10px 10px;
    background: #e9edf5;
}

.dataTables_paginate .pagination>li>a {
    margin-left: 2px;
}

.traffic-updates__type img {
	/* width:47px; */
    max-height:47px;
}

.eServices-menu-wrapper a {
    color: #222222;
}
.eServices-menu-wrapper a:hover {
    color: #5c6bb3;
}

.standard-content a:not(.btn) {
    /*text-decoration: underline;*/
    color: #5c6bb3;
}
.standard-content a:not(.btn):hover,.standard-content a:not(.btn):visited {
    color: #db7c1b;
}
.l-standard-content a:not(.btn) {
    /*text-decoration: underline;*/
    color: #5c6bb3;
}
.l-standard-content a:not(.btn):hover,.l-standard-content a:not(.btn):visited {
    color: #db7c1b;
}
.standard-content a:not(.btn):hover,.l-standard-content a:not(.btn):hover{
	/*text-decoration: underline;*/
}
.standard-content a.btn{
	/*color: #fff;*/
}
.l-standard-content a.btn{
	/*color: #fff;*/
}
.standard-content .btn.btn-yellow{
    color: #222222;
}
.notifications-list>.notification-card.active{
	display:block;
}
.notifications-list>.notification-card{
	display:none;
}
@media only screen and (max-width: 576px) {
    .tabs .btn-group-justified .btn{
    	width:100%;
        display: table;
        margin:5px;
    }
}
.tabs .tab_details li{
	background: none;
}

table .crossed{
   background-image: linear-gradient(to bottom left,  transparent calc(50% - 1px), #ddd, transparent calc(50% + 1px)); 
}
table .crossed-right{
   text-align:right;
}
.vep .responsive-table th {
    display: table-cell;
}

#myPopupDesc table{
    margin-top: 0px;
}

@media only screen and (max-width: 1140px){
    .popular-panel .col-md-1{
		margin-left:0px;
    	margin-right:15px;
     }
}
@media only screen and (max-width: 768px){
    .popular-panel .col-md-1{
		padding-bottom:20px;
     }
}
@media only screen and (max-width: 1140px){
    .home_carousel .slick-dots li{
		min-width: 22px;
	}
}
table th p,table td p{
  margin-bottom: 0px;
}
table th p a.btn,table td p a.btn{
  margin-bottom: 10px;
}
.table-responsive{min-height:.01%;overflow-x:auto}

#singPass-login.btn--alert{
	background: #ffcc33;
    color:#555;
    margin-bottom:8px;
	margin-top:8px;
}

    .resizer{
		background: url(../../../../../content/dam/onemotoring/img/general/aa_03.png) no-repeat left 0px;
    }
    .resizer.minResizer{
		background: url(../../../../../content/dam/onemotoring/img/general/aa_03.png) no-repeat left -21px;
    }
    .resizer.maxResizer{
		background: url(../../../../../content/dam/onemotoring/img/general/aa_03.png) no-repeat left -42px;
    }
@media only screen and (max-width: 992px){
    .card-text h6{
        font-size: 16px;
    }
    .card-text span{
		font-size: 14px;
    }
}
.slick-slider div:focus{
    outline: none;
}

.announcement--shoutout a{
	color:#fecd20;
}
.announcement-panel{font-size:16px;}
.siteswitch{position: absolute;top: 0;right: 0;z-index: 9999;padding: 0;}
.siteswitch_ipad{position: absolute;top: 0;right:0;z-index: 9999;padding: 0;}
.siteswitch_ipad img{max-width: 100%;max-height: 80px;}
.siteswitch_ipad{display:none;}
.siteswitch_desktop{display:block;}
@media only screen and (max-width: 1139px){
    .siteswitch_desktop{display:none;}
	.siteswitch_ipad{display:block;}
    /* body.homepageBody{padding-top:60px;} */
}


/*used for print*/
@media print {
    .siteswitch{display:none;}
	.show-md-down.social{display:none;}
	footer .grid-collapsed.rtl{}
	footer .nav__links{width:30%;}
	footer .nav__links:not(#footer_links){float:left !important;}
	footer .align-right{float:right !important;}
	#startfeedback{display:none;}
}

/*

*/
.dashboard_m_ds{color:#fff;}
@media only screen and (min-width: 768px){
	.dashboard_m_ds{float:right;text-align:right;}
}
    .dashboard_m_ds a {color: #fff;}

.notification-card .notification-content .btn-groups .btn, .alert-card .notification-content .btn-groups .btn{width: 145px;}


#startfeedback_mobile{display:none;}
@media only screen and (max-width: 576px) {
  #startfeedback{
	display:none; !important;
  }
    #startfeedback_mobile{
		display:block;
    }
}

@media only screen and (max-width: 576px){
    #startfeedback_mobile{
        position: fixed;
        left: 0px;
        bottom: 0px;
        height: 32px;
        width: calc(50% - 0px);
        display: inline-block;
        background: #716B62;
        z-index: 100;
        border-top-right-radius: 10px;
        text-decoration: none;
        text-align: center;
        font-family: Arial;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        line-height: 30px;
    }
    .ask_cheryl_minimized_tab{
		position: fixed;
        top: auto !important;
        right: 0px !important;
        bottom: 0px !important;
        height: 32px !important;
        width: calc(50% - 0px) !important;
        display: inline-block !important;
        background: #ffcc32 !important;
        z-index: 10000 !important;
        border-top-left-radius: 10px !important;
        text-decoration: none !important;
        text-align: center !important;
        font-family: Arial !important;
        font-size: 14px !important;
        color: #444444 !important;
        font-weight: bold !important;
        line-height: 30px !important;
    }
    a.ask_cheryl_minimized_tab::after {
        content: "Ask Jamie @ LTA";
        display: inherit;
    }
}

.numberCircle {
    display:inline-block;
    line-height:0px;
    
    border-radius:50%;
    border:3px solid red;
    background: red;
    font-size:10px;

    position: relative;
    top: -10px;
    left: -10px;
}

.numberCircle span {
    display:inline-block;

    padding-top:50%;
    padding-bottom:50%;
    
    margin-left:4px;
    margin-right:4px;
    color: #fff;
}

.header-mobile .off-canvas__control{cursor: pointer;}
#m_login_btn i:not(.fa){font-size:14px;}
#m_login_btn span:not(.fa){font-size:14px;}
#m_login_btn,.logout-btn-1 { padding-right: 10px;}
.logout-btn-1 span:not(.fa){font-size:14px;}
.off-canvas__login.mega-menu{
	max-width: 200px;
    left: auto;
    right: 10px;
    z-index:999;
    top: 80px;
    border-radius: 10px;
    border-bottom: none;
}
.off-canvas__login.mega-menu.is-opened .callout-content{display:block;padding: 10px 30px;}
.off-canvas__login.mega-menu.is-opened .callout-content .btn{padding: 7px 15px;}
.off-canvas__login.mega-menu.is-opened p{margin-bottom: 5px;font-size: 16px;}
.off-canvas__login.mega-menu.is-opened .callout-content .alt-login a{font-size: 14px;}
.off-canvas__login.mega-menu:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #212349 transparent;
    z-index: 10;
}
.off-canvas__login.mega-menu.is-opened .callout-content .alt-login a:hover:after{color:#fff;}

.dataTables_paginate .pagination > li > a, .pagination > li > span{padding: 6px;}

.traffic-updates__search{height:40px;}
@media only screen and (max-width: 1140px){
    .traffic-updates__search{height:100px;}
}


/*top services panel 2018 */
.top_services_panel{background: #f5f5f5;padding: 0;}
.sp_items{width:20%;float:left;padding: 30px 1px 20px 1px;height: 150px;}

.sp_items a:not(.btn) {
    font-size: 14px;
    color: #5c6bb3;
    display: block;
    text-align: center;
}
.sp_items a img {
    display: inline-block;
    margin-bottom: 10px;
}

.sp_items a img.mleft {
    margin-left: 25px;
}
@media only screen and (max-width: 768px){
    .sp_items a img.mleft {
        margin-left: 15px;
    }
}

.sp_items a span {
    display: block;
}
.sp_items a:hover {
    text-decoration: none !important;
}
.sp_items:not(.button--con):hover {
    background: #fff;
}
.top_services_panel h2{padding: 25px 0;}
.top_services_panel .button--con {
    padding-top: 50px;
}
.top_services_panel .sp_items.button--con {
    padding-top: 30px;
    text-align: center;

}
.sp_items .new_icon{
    position: relative;
    left: -18px;
    top: -30px;
}
@media only screen and (max-width: 768px){
    .sp_items{width:33%;}
        .sp_items.button--con{width:50%;}
}
@media only screen and (max-width: 420px){
    /*.sp_items{width:49%;} */
    }
    .top-services-panel .accordion__header{display:none;}
	.top_panel_header_desktop{display:block;}
@media only screen and (max-width: 768px){
    .top-services-panel .accordion__header{display:block;}
    	.top_panel_header_desktop{display:none;}
    }
.top_services_panel .accordion__header {
    padding: 30px 15px;
    background-image: url("../../../../../content/dam/onemotoring/img/corp/traffic_updates.jpg");
    color: #fff;
}
/*top services panel 2018 end */

@media only screen and (max-width: 1024px){
    .dashboard__notifications-wrapper .btn-groups a{
		margin-bottom:5px !important;
	}
    .dashboard__notifications-wrapper .btn-groups a:last-child{
		margin-right:5px !important;
	}
}

.session-modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 20%; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;     
  text-align: center;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

.session-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 80%;
}
    #btnOk{
        margin: 0 20px 20px 0;
    }
@media only screen and (min-width: 620px){
.session-modal-content {
	max-width: 50%;
	}
}


    
/* from bootstrap css */
    .modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-newdomain {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog-newdomain {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog-newdomain {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog-newdomain {
    transition: none;
  }
}

.modal.show .modal-dialog-newdomain {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog-newdomain {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog-newdomain {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}


        .modal-dialog-newdomain{
        max-width:100%;
    }
    .btn-close{
        text-align: right;
        padding-right: 10px;
    }
    .btn-close:hover{
        cursor: pointer;
    }
    .modal-content{
        background-color: transparent;
        border-radius: 0px;
        border: none;
    }

    .imgCls{
        text-align: center;
		padding-top:8%;
    }
    .desktop-hide{
        display: none;
    }
    .mobile-hide{
        display: block;
    }

    @media only screen and (max-width: 768px) {
        .desktop-hide{
                display: block;
            }
            .mobile-hide{
            display: none;
        }
		.imgCls{
        	padding-top:8%;
    	}
    }
    #newDomainModal{
        max-width:100%;
        width:100%;
        position:fixed;
    	top: 0px;
        left: 0px;
        background: #000000 0% 0% no-repeat padding-box;
        opacity: 0.95;
    }
    .textContent {
        font-size: 15px;
		padding-top: 20px;
    }
	.tourImg {
    	padding-top:15%;
        height: auto;
        max-width: 100%;
    }
    .tutorial-header {
        padding: 20px 0;
	}
	.slick-dots{
        display:none;
    }
    .featherlight-close-icon{
   		text-decoration: none;	
        font-size:14px;
    }
    @media only screen and (max-width: 1025px) {
    .tutorial-header {
        font-size: 1.5rem !important;
        }
    }	
.reqLogin{
        font-size: 10px;
        color: #fff;
        background: #606fbb;
        padding: 2px;
        text-align: center;
        border-radius: 6px;
        width: 100px;
        margin-top:2px;
    }
    @media only screen and (min-width: 320px){
        .reqLogin{
                margin-left: 5px;
            }
        }

            @media screen and (min-width: 468px){
            .reqLogin{
                    margin-left: 20%;
                }
            }

	.login.btn--alert{
        background: none;
        padding:0px ;
        color:#666666;
        font-size:0px;
    }
    .login.btn--alert:hover{
        cursor: pointer;
    }
    .login img{
        height: 38px;
        width: 176px;
    }
    .frwd-login img{
        height: 44px;
        width: 220px;
    }	
    .hrln{
        border: 1px solid #B1B1B1;
        width: 25px;
        display: inline-block;
        text-align: center;
        margin-bottom: 9px;
        margin-right: 9px;
        opacity: 1;
    }
    .hrln2{
        border: 1px solid #B1B1B1;
        width: 25px;
        display: inline-block;
        text-align: center;
        margin-bottom: 9px;
		margin-left: 9px;
        opacity: 1;
    }	
    
    #singPass-login.btn--alert{
        background: #ffcc33;
        color:#555;
        margin-bottom:8px;
        margin-top:8px;
    }
    .logo-pri img{
        height: 60px;
    }
    .header-mobile .logo-pri img{
        height: 51px;
        max-width: fit-content;
    }
	.ticker-close-button {
        background: #fff;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        text-align: center;
        color: #aa0000;
        position: absolute;
        right: 5px;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }
	.ticker-angel-button{
        background: #aa0000;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        width: 40px;
        height: 35px;
        text-align: center;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 200;
        margin: auto 0;
    }
	
	/*ADO Changes*/

#helpful-link {
    text-decoration: underline;
    margin-left: 0.6rem;
    color: #2f60ce;
    font-size: 15px;
}

@media only screen and (min-width: 506px) and (max-width: 799px) {

    #helpful-link {
        font-size: 12px !important;
    }

    .banner-content-text-container {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 366px) and (max-width: 505px) {

    #helpful-link {
        font-size: 10px !important;
    }

    .banner-content-text-container {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 365px) {

    #helpful-link {
        font-size: 9px !important;
    }

    .banner-content-text-container {
        font-size: 11px !important;
    }
}

.header_container {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}

.banner-container {
    display: flex;
    justify-content: center;
    background-color: #f0f0f0;
    padding-top: 2rem;
    height: 150px;
    flex-wrap: wrap;
}

.nav-wrapper {
    display: flex;
    flex-direction: row !important;

}



.banner-item {
    display: flex;
    margin-right: 5%;
}

.banner-icon {
    height: 15px;
    width: auto;
    padding: 0 1rem;
}

.banner-content-text-container {
    font-size: 15px;
}

.banner-content-text-container > .banner-content-title {
    font-weight: 600;
}

.banner-content-text-container >  p {
    text-align: left;
}



/**
Add these classes when banner is expanded
**/


.top-spacer {
    margin-top: 150px !important;
}


/**
media queries
**/
@media only screen and (max-width: 1024px) {
    .nav-wrapper {
        display: flex;
        flex-direction: column !important;
    }

    .banner-content-text-container >  p {
        
        line-height: 14px;
    }

}


@media only screen and (min-width: 747px) and (max-width: 1024px) {


    .banner-container {
        height: 200px;
    }

    .top-spacer {
        margin-top: 200px !important;
    }
}

@media only screen and (min-width: 527px) and (max-width: 746px) {


    .banner-container {

        height: 220px;

    }

    .top-spacer {
        margin-top: 220px !important;

    }
}

@media only screen and (min-width: 435px) and (max-width: 526px) {


    .banner-container {
        height: 250px;
    }

    .top-spacer {
        margin-top: 250px !important;
    }
}

@media only screen and (min-width: 394px) and (max-width: 434px) {


    .banner-container {
        height: 220px;
    }

    .top-spacer {
        margin-top: 220px !important;

    }
}

@media only screen and (min-width: 320px) and (max-width: 393px) {

    .banner-container {
        height: 230px;
    }

    .top-spacer {
        margin-top: 230px !important;

    }
  
}

.banner-content-text-container .banner-content-text {
    font-size: 15px;
    font-weight: 400;
    color: rgb(72, 95, 199);
}

@media only screen and (min-width: 506px) and (max-width: 799px) {
   

    .banner-content-text-container .banner-content-text {
        font-size: 12px;

    }
}
@media only screen and (min-width: 366px) and (max-width: 505px) {
  

     .banner-content-text-container .banner-content-text {
        font-size: 12px;

    }
}
@media only screen and (max-width: 365px) {
  

     .banner-content-text-container .banner-content-text {
        font-size: 11px;

    }
}



@media only screen and (max-width: 372px) {

    .header-mobile__utilities > .clearfix {
        flex-direction: column;
        align-items: center;
    }
  
}


/*ADO Changes ENDS*/


@media screen and (min-width: 1600px) {
	.hero {
		height: 460px;
	}
}

@media screen and (min-width: 2399px) {
	.hero {
		height: 560px;
	}
	.hero__speech{
		padding-left:12%;
	}
}

@media screen and (min-width: 3200px) {
	.hero {
		height: 760px;
	}
	.hero__speech{
		padding-left:12%;
	}
}
@media screen and (min-width: 4799px) {
	.hero {
		height: 1128px;
	}
	.hero__speech{
		padding-left:15%;
	}
}

#traffic-updates-content{
display: inline-block;
padding: 15px 0;
}

.text a:not(.btn) {
  text-decoration: underline !important;
}
/*========================================
  IN THIS FILE:
    1. Home - Popular Digital Services
    2. Home - New & Featured Digital Services
    3. Dashboard - Generic
    4. Dashboard - Container with carousel and notifications
    5. Dashboard - Carousel
    6. Dashboard - Notifications
    7a. Dashboard - Quick Access 
    7b. Dashboard - Quick Access (pop-up dialog)
    8a. Dashboard - Vehicle details
    8b. Dashboard - Vehicle details (table)
    9. Dashboard - My Profile
    10. Read more (expand/collapse)
    11. Landing banner
    12. Utilities
========================================*/

/*========================================
  CSS variables (generic)
========================================*/
:root {
  --text-color: #333;
  --blue: #3f4fa0;
  --blue-light-100: #f1f3ff;
  --blue-light-200: #eaedf4;
  --blue-dark-100: rgba(63, 79, 160, 1);
  --yellow-100: #fecd20;
  --yellow-200: #e4ba35;
  --light-gray-background: #f8f8f8;
  --primary: #6471bf;

  --container-width: 69.375rem;
  --container-padding-x: 1rem;
  --container-padding-y: 3.5rem;
  --container-padding-y-m: 1.5rem;

  --transition-duration: 150ms;
  --transition-timing-function: ease-in-out;

  --border-color: #e7e8e9;

  --button-height: 2.875rem;
  --button-padding-x: 1.25rem;
  --button-padding-y: 0.5625rem;

  --ghost-button-color: var(--primary);
  --ghost-button-font-weight: 700;
  --ghost-button-border: 0.0625rem solid var(--primary);
  --ghost-button-background: transparent;
  --ghost-button-background-hover: rgba(100, 113, 191, 0.15);
  --ghost-button-background-active: rgba(100,
      113,
      191,
      0.25);
  --ghost-button-transition-duration: var(--transition-duration);
  --ghost-button-transition-timing-function: var(--transition-timing-function);

}

/*========================================
    Generic elements
  ========================================*/
.btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: var(--button-height);
  padding: var(--button-padding-y) var(--button-padding-x);
  font-weight: 700;
  text-transform: capitalize;
}

.btn:hover {
  background-color: var(--blue);
  transition-duration: var(--transition-duration);
  transition-property: background-color;
  transition-timing-function: var(--transition-timing-function);
}

a.btn.btn-yellow {
  color: var(--text-color);
}

.btn.btn-ghost {
  background-color: var(--ghost-button-background);
  border: var(--ghost-button-border);
  color: var(--primary);
  font-weight: var(--ghost-button-font-weight);
  transition-duration: var(--ghost-button-transition-duration);
  transition-property: background-color;
  transition-timing-function: var(--ghost-button-transition-timing-function);
}

.btn.btn-ghost:hover {
  background-color: var(--ghost-button-background-hover);
  color: var(--primary);
}

.btn.btn-ghost:active {
  background-color: var(--ghost-button-background-active);
  box-shadow: none;
  color: var(--primary);
  -webkit-transform: none;
  transform: none;
}

.scroll-to-top {
  color: #fff;
}

.l-standard-content a:not(.btn) {
  color: var(--primary);
  font-weight: 700;
}

/* .l-standard-content a:not(.btn):not(.section--home-popular-services__card):hover,
  .l-standard-content a:not(.btn):not(.section--home-popular-services__card):visited {
    color: var(--primary);
  } */

@media (hover: hover) {

  .l-standard-content a:not(.btn):not(.section--home-popular-services__card):hover,
  .l-standard-content a:not(.btn):not(.section--home-popular-services__card):visited {
    text-decoration: underline;
  }
}

/*========================================
    1. Home - Popular Digital Services
  ========================================*/
:root {
  --popular-services-background: var(--light-gray-background);

  --popular-services-container-width: var(--container-width);
  --popular-services-container-padding-x: var(--container-padding-x);
  --popular-services-container-padding-y: var(--container-padding-y);
  --popular-services-container-padding-y-m: var(--container-padding-y-m);
  --popular-services-container-gap: 2rem;
  --popular-services-container-gap-m: 1rem;

  --popular-services-header-gap: 1.5rem;
  --popular-services-header-gap-m: 0.25rem;
  --popular-services-header-title-size: 2.625rem;
  --popular-services-header-title-size-m: 1.625rem;
  --popular-services-header-description-size: 1.25rem;
  --popular-services-header-description-size-m: 1.125rem;

  --popular-services-card-container-gap: 1.5rem;
  --popular-services-card-container-gap-m: 1rem;

  --popular-services-card-background: #fff;
  --popular-services-card-background-hover: var(--blue-light-100);
  --popular-services-card-border-radius: 1rem;
  --popular-services-card-border-color: #d9d9d9;
  --popular-services-card-border-color-hover: #ccd3fd;
  --popular-services-card-box-shadow: 0rem 0.25rem 0.5rem 0rem rgba(29, 33, 45, 0.08);

  --popular-services-card-height: 10rem;
  --popular-services-card-height-m: 8.5rem;
  --popular-services-card-gap: 1.25rem;
  --popular-services-card-gap-m: 0.5rem;
  --popular-services-card-padding-x: 1.5rem;
  --popular-services-card-padding-x-m: 0.5rem;
  --popular-services-card-padding-y: 2rem;
  --popular-services-card-padding-y-m: 0.5rem;
  --popular-services-card-transition-duration: var(--transition-duration);
  --popular-services-card-transition-timing-function: var(--transition-timing-function);

  --popular-services-card-content-gap: 0.75rem;
  --popular-services-card-content-gap-m: 0.5rem;

  --popular-services-card-image-width: 3.5rem;
  --popular-services-card-image-width-m: 3rem;

  --popular-services-card-label-size: 1.25rem;
  --popular-services-card-label-size-m: 1.125rem;
  --popular-services-card-label-weight: 700;
  --popular-services-card-label-color: var(--text-color);

  --popular-services-card-tag-background: var(--blue-light-100);
  --popular-services-card-tag-background-hover: var(--blue);
  --popular-services-card-tag-padding-x: 1rem;
  --popular-services-card-tag-padding-x-m: 0.5rem;
  --popular-services-card-tag-padding-y: 0.125rem;
  --popular-services-card-tag-padding-y-m: 0.25rem;
  --popular-services-card-tag-label-color: var(--blue);
  --popular-services-card-tag-label-color-hover: #fff;
  --popular-services-card-tag-label-size: 1rem;
  --popular-services-card-tag-label-size-m: 1rem;
  --popular-services-card-tag-label-weight: 700;

  --popular-services-buttons-gap: 1rem;
}

.section--home-popular-services {
  background-color: var(--popular-services-background);
}

.section--home-popular-services__container {
  display: flex;
  flex-direction: column;
  gap: var(--popular-services-container-gap-m);
  margin-left: auto;
  margin-right: auto;
  max-width: var(--popular-services-container-width);
  padding: var(--popular-services-container-padding-y-m) var(--popular-services-container-padding-x);
}

@media (min-width: 768px) {
  .section--home-popular-services__container {
    gap: var(--popular-services-container-gap);
    padding: var(--popular-services-container-padding-y) var(--popular-services-container-padding-x);
  }
}

.section--home-popular-services__header {
  display: flex;
  flex-direction: column;
  gap: var(--popular-services-header-gap-m);
  text-align: center;
}

@media (min-width: 768px) {
  .section--home-popular-services__header {
    gap: var(--popular-services-header-gap);
  }
}

.section--home-popular-services__header__title {
  font-size: var(--popular-services-header-title-size-m);
}

@media (min-width: 768px) {
  .section--home-popular-services__header__title {
    font-size: var(--popular-services-header-title-size);
  }
}

.section--home-popular-services__header__description {
  font-size: var(--popular-services-header-description-size-m);
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .section--home-popular-services__header__description {
    font-size: var(--popular-services-header-description-size);
  }
}

.section--home-popular-services__cards {
  display: flex;
  flex-wrap: wrap;
  gap: var(--popular-services-card-container-gap-m);
}

@media (min-width: 1140px) {
  .section--home-popular-services__cards {
    gap: var(--popular-services-card-container-gap);
  }
}

.section--home-popular-services__card {
  align-items: center;
  background-color: var(--popular-services-card-background);
  border-color: var(--popular-services-card-border-color);
  border-radius: var(--popular-services-card-border-radius);
  border-style: solid;
  border-width: 0.0625rem;
  box-shadow: var(--popular-services-card-box-shadow);
  display: flex;
  flex-direction: column;
  gap: var(--popular-services-card-gap-m);
  min-height: var(--popular-services-card-height-m);
  justify-content: center;
  padding: var(--popular-services-card-padding-y-m) var(--popular-services-card-padding-x-m);
  position: relative;
  transition-duration: var(--popular-services-card-transition-duration);
  transition-property: background-color, border;
  transition-timing-function: var(--popular-services-card-transition-timing-function);
  width: calc(50% - (var(--popular-services-card-container-gap-m) / 2));
  z-index: 1;
}

@media (min-width: 768px) {
  .section--home-popular-services__card {
    flex-direction: row;
    justify-content: flex-start;
    min-height: var(--popular-services-card-height);
    padding: var(--popular-services-card-padding-y) var(--popular-services-card-padding-x);
    width: calc(33.3333% - (var(--popular-services-card-container-gap-m) * 2 / 3));
  }

  .section--home-popular-services__cards.col-4 .section--home-popular-services__card,
  .section--home-popular-services__cards.col-5 .section--home-popular-services__card {
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .section--home-popular-services__cards.col-5 .section--home-popular-services__card {
    gap: var(--popular-services-card-gap);
    width: calc(25% - (var(--popular-services-card-container-gap) * 3 / 4));
  }
}

@media (min-width: 1140px) {
  .section--home-popular-services__card {
    gap: var(--popular-services-card-gap);
    width: calc(33.3333% - (var(--popular-services-card-container-gap) * 2 / 3));
  }

  .section--home-popular-services__cards.col-4 .section--home-popular-services__card {
    width: calc(25% - (var(--popular-services-card-container-gap) * 3 / 4));
  }

  .section--home-popular-services__cards.col-5 .section--home-popular-services__card {
    width: calc(20% - (var(--popular-services-card-container-gap) * 4 / 5));
  }
}

.section--home-popular-services__card:active {
  background-color: var(--popular-services-card-background-hover);
  border-color: var(--popular-services-card-border-color-hover);
}

@media (hover: hover) {
  .section--home-popular-services__card:hover {
    background-color: var(--popular-services-card-background-hover);
    border-color: var(--popular-services-card-border-color-hover);
  }
}

.section--home-popular-services__card__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--popular-services-card-content-gap-m);
  justify-content: flex-start;
  text-align: center;
}

@media (min-width: 768px) {
  .section--home-popular-services__card__content {
    align-items: flex-start;
    gap: var(--popular-services-card-content-gap);
    text-align: left;
  }

  .section--home-popular-services__cards.col-4 .section--home-popular-services__card__content,
  .section--home-popular-services__cards.col-5 .section--home-popular-services__card__content {
    align-items: center;
    text-align: center;
  }
}

.section--home-popular-services__card__image,
.section--home-popular-services__card__image__container {
  width: var(--popular-services-card-image-width-m);
  height: auto;
}

.section--home-popular-services__card__image__container {
  position: relative;
}

@media (min-width: 768px) {

  .section--home-popular-services__card__image,
  .section--home-popular-services__card__image__container {
    width: var(--popular-services-card-image-width);
  }
}

.section--home-popular-services__card__label {
  color: var(--popular-services-card-label-color);
  font-size: var(--popular-services-card-label-size-m);
  font-weight: var(--popular-services-card-label-weight);
}

@media (min-width: 1140px) {
  .section--home-popular-services__card__label {
    font-size: var(--popular-services-card-label-size);
  }
}

.section--home-popular-services__card__tag {
  background-color: var(--popular-services-card-tag-background);
  border-radius: 9999px;
  color: var(--popular-services-card-tag-label-color);
  display: inline-block;
  font-size: var(--popular-services-card-tag-label-size-m);
  font-weight: var(--popular-services-card-tag-label-weight);
  padding: var(--popular-services-card-tag-padding-y-m) var(--popular-services-card-tag-padding-x-m);
  transition-duration: var(--popular-services-card-transition-duration);
  transition-property: background-color, color;
  transition-timing-function: var(--popular-services-card-transition-timing-function);
}

.section--home-popular-services__card:active .section--home-popular-services__card__tag {
  background-color: var(--popular-services-card-tag-background-hover);
  color: var(--popular-services-card-tag-label-color-hover);
}

@media (hover: hover) {
  .section--home-popular-services__card:hover .section--home-popular-services__card__tag {
    background-color: var(--popular-services-card-tag-background-hover);
    color: var(--popular-services-card-tag-label-color-hover);
  }
}

@media (min-width: 1140px) {
  .section--home-popular-services__card__tag {
    font-size: var(--popular-services-card-tag-label-size);
    padding: var(--popular-services-card-tag-padding-y) var(--popular-services-card-tag-padding-x);
  }
}

.section--home-popular-services__buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--popular-services-buttons-gap);
  padding-top: var(--popular-services-container-gap-m);
}

@media (min-width: 768px) {
  .section--home-popular-services__card__tag {
    padding-top: 0;
  }
}

/*========================================
    2. Home - New & Featured Digital Services
  ========================================*/
:root {
  --featured-services-background: var(--light-gray-background);

  --featured-services-container-width: var(--container-width);
  --featured-services-container-padding-x: var(--container-padding-x);
  --featured-services-container-padding-y: var(--container-padding-y);
  --featured-services-container-padding-y-m: var(--container-padding-y-m);
  --featured-services-container-gap: 2rem;
  --featured-services-container-gap-m: 0.5rem;

  --featured-services-header-gap: 2rem;
  --featured-services-header-title-size: 2rem;
  --featured-services-header-title-size-m: 1.5rem;

  --featured-services-card-container-gap: 1.5rem;
  --featured-services-card-container-gap-m: 1.5rem;

  --new-tag-background: var(--yellow-100);
  --new-tag-background-hover: var(--yellow-200);
  --new-tag-width: 3.75rem;
  --new-tag-padding-x: 0.5rem;
  --new-tag-padding-y: 0.25rem;
  --new-tag-top: 1rem;
  --new-tag-top-m: 0.75rem;
  --new-tag-right: -1rem;
  --new-tag-border-radius: 0.25rem;
  --new-tag-transition-duration: var(--transition-duration);
  --new-tag-transition-timing-function: var(--transition-timing-function);
  --new-tag-label-font: 'Francois One';
  --new-tag-label-color: var(--text-color);
  --new-tag-label-size: 1.25rem;
  --new-tag-label-size-m: 1.125rem;
  --new-tag-label-weight: 400;
  --new-tag-label-line-height: 1.4;

  --featured-services-carousel-arrow-container-gap: 1rem;
  --featured-services-carousel-arrow-background: var(--yellow-100);
  --featured-services-carousel-arrow-background-hover: var(--yellow-200);
  --featured-services-carousel-arrow-color: var(--text-color);
  --featured-services-carousel-arrow-width: 3rem;
  --featured-services-carousel-arrow-border-radius: 0.5rem;
  --featured-services-carousel-arrow-padding-x: 1rem;
  --featured-services-carousel-arrow-padding-y: 0;
  --featured-services-carousel-arrow-transition-duration: var(--transition-duration);
  --featured-services-carousel-arrow-transition-timing-function: var(--transition-timing-function);
  --featured-services-carousel-arrow-icon-size: 1.25rem;

  --featured-services-carousel-indicator-container-background: transparent;
  --featured-services-carousel-indicator-container-padding-x: 1rem;
  --featured-services-carousel-indicator-container-padding-y: 0.25rem;
  --featured-services-carousel-indicator-container-gap: 1rem;
  --featured-services-carousel-indicator-container-margin: 0.75rem;

  --featured-services-carousel-indicator-color: var(--primary);
  --featured-services-carousel-indicator-inactive-opacity: 0.5;
  --featured-services-carousel-indicator-size: 0.625rem;
  --featured-services-carousel-indicator-size-active: 1.125rem;
  --featured-services-carousel-indicator-gap: 0.25rem;
  --featured-services-carousel-indicator-transition-duration: 300ms;
  --featured-services-carousel-indicator-transition-timing-function: ease-in-out;
}

.section--home-featured-services {
  background-color: var(--featured-services-background);
  max-width: 100vw;
  overflow-x: hidden;
}

.section--home-featured-services__container {
  display: flex;
  flex-direction: column;
  gap: var(--featured-services-container-gap-m);
  margin-left: auto;
  margin-right: auto;
  max-width: var(--featured-services-container-width);
  padding: var(--featured-services-container-padding-y-m) var(--featured-services-container-padding-x);
}

@media (min-width: 768px) {
  .section--home-featured-services__container {
    gap: var(--featured-services-container-gap);
    overflow-x: hidden;
    padding: var(--featured-services-container-padding-y) var(--featured-services-container-padding-x);
  }

  .section--home-popular-services+.section--home-featured-services .section--home-featured-services__container {
    padding-top: 0;
  }
}

.section--home-featured-services__header {
  align-items: center;
  display: flex;
  gap: var(--featured-services-header-gap);
}

.section--home-featured-services__header__title {
  font-size: var(--featured-services-header-title-size-m);
  flex-grow: 1;
}

@media (min-width: 768px) {
  .section--home-featured-services__header__title {
    font-size: var(--featured-services-header-title-size);
  }
}

.section--home-featured-services__carousel__buttons {
  display: none;
}

@media (min-width: 768px) {
  .section--home-featured-services__carousel__buttons {
    display: flex;
    gap: var(--featured-services-carousel-arrow-container-gap);
  }
}

.section--home-featured-services__header__button--prev,
.section--home-featured-services__header__button--next {
  aspect-ratio: 1/1;
  background-color: var(--featured-services-carousel-arrow-background);
  border-radius: var(--featured-services-carousel-arrow-border-radius);
  border: none;
  color: var(--featured-services-carousel-arrow-color);
  cursor: pointer;
  margin: 0;
  min-width: var(--featured-services-carousel-arrow-width);
  padding: var(--featured-services-carousel-arrow-padding-y) var(--featured-services-carousel-arrow-padding-x);
  position: relative;
  transition-duration: var(--featured-services-carousel-arrow-transition-duration);
  transition-property: background-color, opacity;
  transition-timing-function: var(--featured-services-carousel-arrow-transition-timing-function);
}

.section--home-featured-services__header__button--prev[disabled],
.section--home-featured-services__header__button--next[disabled] {
  opacity: 0.5;
}

@media (hover: hover) {

  .section--home-featured-services__header__button--prev:hover,
  .section--home-featured-services__header__button--next:hover {
    background-color: var(--featured-services-carousel-arrow-background-hover);
  }
}

.section--home-featured-services__header__button--prev i.fas,
.section--home-featured-services__header__button--next i.fas {
  margin: 0;
  font-size: var(--featured-services-carousel-arrow-icon-size);
}

.section--home-featured-services .section--home-popular-services__cards {
  gap: var(--featured-services-card-container-gap-m);
}

@media (min-width: 1140px) {
  .section--home-featured-services .section--home-popular-services__cards {
    gap: var(--featured-services-card-container-gap);
  }
}

.section--home-featured-services .section--home-popular-services__card {
  width: calc(50% - (var(--featured-services-card-container-gap-m) / 2));
}

@media (min-width: 768px) {
  .section--home-featured-services .section--home-popular-services__card {
    width: calc(33.3333% - (var(--featured-services-card-container-gap-m) * 2 / 3));
  }
}

@media (min-width: 1024px) {
  .section--home-popular-services__cards.col-5 .section--home-popular-services__card {
    width: calc(25% - (var(--featured-services-card-container-gap) * 3 / 4));
  }
}

@media (min-width: 1140px) {
  .section--home-popular-services__card {
    width: calc(33.3333% - (var(--featured-services-card-container-gap) * 2 / 3));
  }

  .section--home-popular-services__cards.col-4 .section--home-popular-services__card {
    width: calc(25% - (var(--featured-services-card-container-gap) * 3 / 4));
  }

  .section--home-popular-services__cards.col-5 .section--home-popular-services__card {
    width: calc(20% - (var(--featured-services-card-container-gap) * 4 / 5));
  }
}

.new-tag {
  position: absolute;
  right: var(--new-tag-right);
  top: var(--new-tag-top-m);
  z-index: 2;
}

@media (min-width: 768px) {
  .new-tag {
    top: var(--new-tag-top);
  }
}

.new-tag>span {
  align-items: center;
  background-color: var(--new-tag-background);
  border-radius: var(--new-tag-border-radius) var(--new-tag-border-radius) 0 var(--new-tag-border-radius);
  color: var(--new-tag-label-color);
  display: inline-flex;
  font-family: var(--new-tag-label-font);
  font-size: var(--new-tag-label-size-m);
  font-weight: var(--new-tag-label-weight);
  justify-content: center;
  line-height: var(--new-tag-label-line-height);
  position: relative;
  min-width: var(--new-tag-width);
  padding: var(--new-tag-padding-y) var(--new-tag-padding-x);
  text-align: center;
  transition-duration: var(--new-tag-transition-duration);
  transition-property: background-color;
  transition-timing-function: var(--new-tag-transition-timing-function);
  z-index: 2;
}

@media (min-width: 768px) {
  .new-tag>span {
    font-size: var(--new-tag-label-size);
  }
}

.new-tag::before {
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cpath d='M15.5 0H0.5V11L15.5 0Z' fill='%23FF8C00'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: calc(var(--new-tag-right) * 0.75);
  width: calc(var(--new-tag-right) * -1);
  height: calc(var(--new-tag-right) * -0.75);
  z-index: 1;
}

.section--home-popular-services__card:active .new-tag>span {
  background-color: var(--new-tag-background-hover);
}

@media (hover: hover) {
  .section--home-popular-services__card:hover .new-tag>span {
    background-color: var(--new-tag-background-hover);
  }
}

.section--home-featured-services__carousel {
  margin-left: calc(var(--featured-services-container-padding-x) * -0.75);
  width: calc(100% + var(--featured-services-container-padding-x) * 2);
  /* 09 Jan 2025 - Fix */
}

.section--home-featured-services__carousel__slide {
  margin: 0 calc(var(--popular-services-card-container-gap) / 2);
}

.section--home-featured-services__carousel .slick-track,
.section--home-featured-services__carousel .slick-slide {
  display: flex !important;
}

/* 09 Jan 2025 - Fix - Homepage carousel - Align cards to the left */
.section--home-featured-services__carousel .slick-track {
  justify-content: flex-start;
  min-width: 100%;
}

.section--home-featured-services__carousel .slick-slide {
  height: auto;
}

.section--home-featured-services__carousel .slick-list {
  overflow: visible;
  /* 09 Jan 2025 - Fix - Homepage carousel - Cards width are inncorrect when carousel is not active */
  min-width: min(calc(100% - (var(--featured-services-container-padding-x) * 0.75)),
      calc(var(--featured-services-container-width) - (var(--featured-services-container-padding-x) / 2)));
  max-width: min(calc(100% - (var(--featured-services-container-padding-x) * 0.75)),
      calc(var(--featured-services-container-width) - (var(--featured-services-container-padding-x) / 2)));
}

.section--home-featured-services__carousel__indicators {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (min-width: 768px) {
  .section--home-featured-services__carousel__indicators {
    max-height: 0;
    overflow: hidden;
  }
}

.section--home-featured-services__carousel__indicators__container {
  background-color: var(--featured-services-carousel-indicator-container-background);
  border-radius: 9999px;
  align-items: center;
  display: inline-flex;
  gap: var(--featured-services-carousel-indicator-container-gap);
  justify-content: center;
  margin: var(--featured-services-carousel-indicator-container-margin);
  padding: var(--featured-services-carousel-indicator-container-padding-y) var(--featured-services-carousel-indicator-container-padding-x);
  position: relative;
  width: auto;
}

.section--home-featured-services__carousel__indicators__container>* {
  position: relative;
  bottom: auto;
  top: auto;
  margin-top: 0;
}

.section--home-featured-services__carousel__indicators__container .slick-dots button {
  cursor: pointer;
  padding: 0 calc(var(--featured-services-carousel-indicator-gap) / 2);
}

.section--home-featured-services__carousel__indicators__container .slick-dots button::before {
  background-color: var(--featured-services-carousel-indicator-color);
  height: var(--featured-services-carousel-indicator-size);
  width: var(--featured-services-carousel-indicator-size);
  opacity: var(--featured-services-carousel-indicator-inactive-opacity);
  box-shadow: none;
  transition-duration: var(--featured-services-carousel-indicator-transition-duration);
  transition-property: background-color, width;
  transition-timing-function: var(--featured-services-carousel-indicator-transition-timing-function);
}

.section--home-featured-services__carousel__indicators__container .slick-dots li.slick-active button::before {
  background-color: var(--featured-services-carousel-indicator-color);
  width: var(--featured-services-carousel-indicator-size-active);
  opacity: 1;
}

@media (min-width: 768px) {
  .section--home-featured-services__carousel__indicators__container .slick-dots li.slick-active button::before {
    background-color: var(--featured-services-carousel-indicator-color);
  }
}

/*========================================
    3. Dashboard - Generic
  ========================================*/
:root {
  --dashboard-container-width: var(--container-width);
  --dashboard-container-padding-x: var(--container-padding-x);
  --dashboard-container-padding-y: 3rem;
  --dashboard-container-gap: 2rem;
  --dashboard-container-gap-m: 1.5rem;

  --dashboard-card-border-radius: 0.75rem;
  --dashboard-card-box-shadow: 0px 4px 6px 0px rgba(142, 151, 164, 0.2);
  --dashboard-card-padding-x: 1.5rem;
  --dashboard-card-padding-x-m: 1rem;
  --dashboard-card-padding-y: 1.5rem;
  --dashboard-card-padding-y-m: 1rem;
  --dashboard-card-border-color: var(--border-color);

  --dashboard-card-header-gap: 0.5rem;

  --dashboard-card-show-more-button-color: var(--primary);
  --dashboard-card-show-more-button-font-weight: 700;
  --dashboard-card-show-more-button-background: transparent;
  --dashboard-card-show-more-button-background-hover: rgba(100, 113, 191, 0.15);
  --dashboard-card-show-more-button-background-active: rgba(100,
      113,
      191,
      0.25);
  --dashboard-card-show-more-button-transition-duration: var(--transition-duration);
  --dashboard-card-show-more-button-transition-timing-function: var(--transition-timing-function);

  --alert-tag-font-family: Lato, sans-serif;
  --alert-tag-font-size: 0.875rem;
  --alert-tag-font-size-m: 0.75rem;
  --alert-tag-font-weight: 700;
  --alert-tag-height: 1.125rem;
  --alert-tag-background: #d94532;
  --alert-tag-padding-y: 0.125rem;
  --alert-tag-padding-x: 0.5rem;
  --alert-tag-offset-right: -0.75rem;
  --alert-tag-offset-top: -0.75rem;

  --dashboard-content-font-size: 1.125rem;
  --dashboard-content-font-size-m: 1rem;
  --dashboard-content-label-color: #666;
  --dashboard-content-label-font-size: 1rem;
  --dashboard-content-label-font-size-m: 0.875rem;

  --dashboard-button-height: 2.375rem;
}

.container--dashboard {
  max-width: 100vw;
  overflow-x: hidden;
  padding-left: 0;
  padding-right: 0;
}

.container--dashboard .btn {
  min-height: var(--dashboard-button-height);
}

.container--dashboard .main-container {
  margin-top: -1.25rem;
  max-width: var(--popular-services-container-width);
  padding: var(--dashboard-container-padding-y) var(--dashboard-container-padding-x);
}

.container--dashboard .content-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.container--dashboard .dashboard__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--dashboard-container-gap-m);
}

.container--dashboard .dashboard__content-wrapper>* {
  margin: 0;
}

@media (max-width: 768px) {
  .container--dashboard .dashboard__content-wrapper {
    gap: var(--dashboard-container-gap);
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .container--dashboard .content-container {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .container--dashboard .dashboard__content-wrapper {
    padding-top: 0;
  }
}

@media (max-width: 1024px) {
  .container--dashboard #dashboard_name_prepend {
    padding-top: 0;
  }
}

.container--dashboard .content-container .dashboard__mainCon {
  margin-top: 0;
  padding: 0;
}

.container--dashboard .card {
  border-radius: var(--dashboard-card-border-radius);
  border-width: 0;
  box-shadow: var(--dashboard-card-box-shadow);
  overflow: hidden;
  transition: none;
}

.container--dashboard .card-header {
  display: flex !important;
  flex-direction: column;
  gap: var(--dashboard-card-header-gap);
  border-width: 0;
  padding: var(--dashboard-card-padding-y-m) var(--dashboard-card-padding-x-m) 0 var(--dashboard-card-padding-x-m);
}

.container--dashboard .card-header h2 {
  flex-grow: 1;
  gap: var(--dashboard-card-padding-x);
}

@media (min-width: 768px) {
  .container--dashboard .card-header {
    flex-direction: row;
    padding: var(--dashboard-card-padding-y) var(--dashboard-card-padding-x) 0 var(--dashboard-card-padding-x);
  }
}

.container--dashboard .card-body,
.container--dashboard .card-footer {
  padding: var(--dashboard-card-padding-y-m) var(--dashboard-card-padding-x-m);
}

@media (min-width: 768px) {

  .container--dashboard .card-body,
  .container--dashboard .card-footer {
    padding: var(--dashboard-card-padding-y) var(--dashboard-card-padding-x);
  }
}

.container--dashboard .card-footer {
  border-color: var(--dashboard-card-border-color);
}

.numberCircle {
  align-items: center;
  background-color: var(--alert-tag-background);
  border-radius: 9999px;
  border: 0;
  display: inline-flex;
  font-family: var(--alert-tag-font-family);
  font-size: var(--alert-tag-font-size-m);
  font-weight: var(--alert-tag-font-weight);
  justify-content: center;
  left: 0;
  line-height: var(--alert-tag-height);
  max-height: var(--alert-tag-height);
  padding: var(--alert-tag-padding-y) var(--alert-tag-padding-x);
  top: 0;
}

@media (min-width: 768px) {
  .numberCircle {
    font-size: var(--alert-tag-font-size);
    max-height: none;
  }
}

.container--dashboard .numberCircle {
  top: 0;
}

.section--dashboard-quick-access .section--home-popular-services__card .numberCircle {
  left: auto;
  position: absolute;
  right: var(--alert-tag-offset-right);
  top: var(--alert-tag-offset-top);
}

.numberCircle span {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.card__show-more-btn {
  background-color: var(--dashboard-card-show-more-button-background);
  color: var(--primary);
  font-weight: var(--dashboard-card-show-more-button-font-weight);
  transition-duration: var(--dashboard-card-show-more-button-transition-duration);
  transition-property: background-color;
  transition-timing-function: var(--dashboard-card-show-more-button-transition-timing-function);
  margin: calc(var(--dashboard-card-padding-y) * -0.25) calc(var(--dashboard-card-padding-x) * -0.25);
  width: calc(100% + (var(--dashboard-card-padding-x) / 2));
}

.card__show-more-btn:hover {
  background-color: var(--dashboard-card-show-more-button-background-hover);
}

.card__show-more-btn:active {
  background-color: var(--dashboard-card-show-more-button-background-active);
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}

.container--dashboard .dashboard--strong {
  font-size: var(--dashboard-content-font-size-m);
}

@media (min-width: 768px) {
  .container--dashboard .dashboard--strong {
    font-size: var(--dashboard-content-font-size);
  }
}

.container--dashboard .dashboard--label {
  color: var(--dashboard-content-label-color);
  font-size: var(--dashboard-content-label-font-size-m);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .container--dashboard .dashboard--label {
    font-size: var(--dashboard-content-label-font-size);
  }
}

.container--dashboard .dashboard__welcome-wrapper {
  margin-bottom: calc(var(--dashboard-container-gap-m) * -0.5);
}

@media (min-width: 768px) {
  .container--dashboard .dashboard__welcome-wrapper {
    margin-bottom: calc(var(--dashboard-container-gap) * -0.25);
  }
}

/*================================================================
    4. Dashboard - Container with carousel and notifications
  ================================================================*/
:root {
  --dashboard-banner-columns-gap: 1.5rem;
  --dashboard-banner-columns-small-column-width: min(40%, 22rem);
}

.dashboard__banner-columns {
  display: flex;
  flex-direction: column;
  gap: var(--dashboard-banner-columns-gap);
}

@media (min-width: 768px) {
  .dashboard__banner-columns {
    flex-direction: row;
  }
}

.dashboard__banner-columns>* {
  width: 100%;
}

@media (min-width: 768px) {
  .dashboard__banner-columns .dashboard__messages-carousel {
    max-width: var(--dashboard-banner-columns-small-column-width);
  }
}

.dashboard__banner-columns>* {
  display: flex;
}

.dashboard__banner-columns>*>* {
  width: 100%;
}

/*========================================
    5. Dashboard - Carousel
  ========================================*/
:root {
  --dashboard-carousel-background: var(--blue-light-200);
  --dashboard-carousel-background-image: url('../../../../../content/dam/onemotoring/img/dashboard/images/carousel_background.svg');
  --dashboard-carousel-background-image-highway: url('../../../../../content/dam/onemotoring/img/dashboard/images/carousel_background_highway.svg');
  --dashboard-carousel-border-radius: 0.75rem;
  --dashboard-carousel-padding-x: 1.5rem;
  --dashboard-carousel-padding-y: 1.5rem;
  --dashboard-carousel-shadow: 0rem 0.25rem 0.375rem 0rem rgba(142, 151, 164, 0.2);

  --dashboard-carousel-content-gap-start: 0.5rem;
  --dashboard-carousel-content-gap-start-m: 0.25rem;
  --dashboard-carousel-content-gap: 0.75rem;

  --dashboard-carousel-title-size: 1.5rem;
  --dashboard-carousel-title-size-m: 1.5rem;
  --dashboard-carousel-title-line-height: 1.4;

  --dashboard-carousel-description-size: 1rem;
  --dashboard-carousel-description-size-m: 0.875rem;

  --dashboard-carousel-indicator-container-background: #fff;
  --dashboard-carousel-indicator-container-background-m: transparent;
  --dashboard-carousel-indicator-container-padding-x: 1rem;
  --dashboard-carousel-indicator-container-padding-x-m: 1rem;
  --dashboard-carousel-indicator-container-padding-y: 0.5rem;
  --dashboard-carousel-indicator-container-padding-y-m: 0.25rem;
  --dashboard-carousel-indicator-container-gap: 1rem;
  --dashboard-carousel-indicator-container-margin: 1rem;

  --dashboard-carousel-indicator-color: var(--primary);
  --dashboard-carousel-indicator-inactive-opacity: 0.5;
  --dashboard-carousel-indicator-size: 0.625rem;
  --dashboard-carousel-indicator-size-active: 1.125rem;
  --dashboard-carousel-indicator-gap: 0.25rem;
  --dashboard-carousel-indicator-transition-duration: 300ms;
  --dashboard-carousel-indicator-transition-timing-function: ease-in-out;

  --dashboard-carousel-arrow-color: #a1a9d7;
  --dashboard-carousel-arrow-size: 1.5rem;
}

.container--dashboard .content-container .dashboard__messages-carousel {
  position: relative;
}

.container--dashboard .content-container .dashboard__messages-carousel .dashboard__carousel.my-carousel {
  margin-bottom: 0;
  width: calc(100% + (var(--dashboard-container-padding-x) * 2));
}

@media (min-width: 768px) {
  .container--dashboard .content-container .dashboard__messages-carousel .dashboard__carousel.my-carousel {
    background-color: var(--dashboard-carousel-background);
    border-radius: var(--dashboard-carousel-border-radius);
    box-shadow: var(--dashboard-carousel-shadow);
    margin-left: 0;
    width: 100%;
  }
}

.container--dashboard .dashboard__carousel.my-carousel .slick-slide,
.container--dashboard .dashboard__carousel.my-carousel .slick-slide>div,
.container--dashboard .dashboard__carousel.my-carousel .slick-slide>div>div {
  display: flex !important;
}

.container--dashboard .content-container .dashboard__messages-carousel .dashboard__carousel.my-carousel .slide .container-fluid {
  background-color: var(--dashboard-carousel-background);
  border-radius: var(--dashboard-carousel-border-radius);
  box-shadow: var(--dashboard-carousel-shadow);
  padding: var(--dashboard-carousel-padding-y) var(--dashboard-carousel-padding-x);
  padding-bottom: calc(var(--dashboard-carousel-padding-y) + var(--dashboard-carousel-padding-y) + (var(--dashboard-carousel-indicator-container-padding-y-m) * 2));
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .container--dashboard .content-container .dashboard__messages-carousel .dashboard__carousel.my-carousel .slide .container-fluid {
    box-shadow: none;
    border-radius: 0;
    padding-bottom: calc(var(--dashboard-carousel-padding-y) + var(--dashboard-carousel-padding-y) + (var(--dashboard-carousel-indicator-container-padding-y) * 2));
    background-image: var(--dashboard-carousel-background-image);
    background-repeat: no-repeat no-repeat;
    background-position: bottom right;
    background-size: cover;
  }

  /* Highway background image */
  .container--dashboard .content-container .dashboard__messages-carousel .dashboard__carousel.my-carousel .slide--background-highway .container-fluid {
    background-image: var(--dashboard-carousel-background-image-highway);
  }
}

.container--dashboard .content-container .dashboard__messages-carousel .dashboard__carousel.my-carousel .slide .container-fluid h2 {
  font-size: var(--dashboard-carousel-title-size-m);
  margin-bottom: var(--dashboard-carousel-content-gap-start-m);
}

@media (min-width: 768px) {
  .container--dashboard .content-container .dashboard__messages-carousel .dashboard__carousel.my-carousel .slide .container-fluid h2 {
    font-size: var(--dashboard-carousel-title-size);
    margin-bottom: var(--dashboard-carousel-content-gap-start);
  }
}

.container--dashboard .content-container .dashboard__messages-carousel .dashboard__carousel.my-carousel .slide .container-fluid *:not(h2) {
  font-size: var(--dashboard-carousel-description-size-m);
}

@media (min-width: 768px) {
  .container--dashboard .content-container .dashboard__messages-carousel .dashboard__carousel.my-carousel .slide .container-fluid *:not(h2) {
    font-size: var(--dashboard-carousel-description-size);
  }
}

.container--dashboard .content-container .dashboard__messages-carousel .dashboard__carousel.my-carousel .slide .container-fluid>*:not(h2) {
  margin-bottom: 0;
}

.container--dashboard .content-container .dashboard__messages-carousel .dashboard__carousel.my-carousel .slide .container-fluid>*:not(h2)+* {
  margin-top: var(--dashboard-carousel-content-gap);
}

.dashboard__carousel__indicators {
  bottom: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.dashboard__carousel__indicators__container {
  background-color: var(--dashboard-carousel-indicator-container-background-m);
  border-radius: 9999px;
  align-items: center;
  display: inline-flex;
  gap: var(--dashboard-carousel-indicator-container-gap);
  justify-content: center;
  margin: var(--dashboard-carousel-indicator-container-margin);
  padding: var(--dashboard-carousel-indicator-container-padding-y-m) var(--dashboard-carousel-indicator-container-padding-x-m);
  position: relative;
  width: auto;
}

@media (min-width: 768px) {
  .dashboard__carousel__indicators__container {
    background-color: var(--dashboard-carousel-indicator-container-background);
    padding: var(--dashboard-carousel-indicator-container-padding-y) var(--dashboard-carousel-indicator-container-padding-x);
  }
}

.dashboard__carousel__indicators__container>* {
  position: relative;
  bottom: auto;
  top: auto;
  margin-top: 0;
}

.dashboard__carousel__indicators__container .slick-prev {
  order: 1;
}

.dashboard__carousel__indicators__container .slick-dots {
  order: 2;
}

.dashboard__carousel__indicators__container .slick-next {
  order: 3;
}

.dashboard__carousel__indicators__container .slick-arrow.slick-prev,
.dashboard__carousel__indicators__container .slick-arrow.slick-next {
  cursor: pointer;
  padding: 0;
}

.dashboard__carousel__indicators__container .slick-arrow.slick-prev {
  left: auto;
}

.dashboard__carousel__indicators__container .slick-arrow.slick-next {
  right: auto;
}

.dashboard__carousel__indicators__container .slick-arrow:before {
  color: var(--dashboard-carousel-arrow-color);
  position: relative;
  text-shadow: none;
  font-size: var(--dashboard-carousel-arrow-size);
  line-height: var(--dashboard-carousel-arrow-size);
}

.dashboard__carousel__indicators__container .slick-dots button {
  cursor: pointer;
  padding: 0 calc(var(--dashboard-carousel-indicator-gap) / 2);
}

.dashboard__carousel__indicators__container .slick-dots button::before {
  background-color: var(--dashboard-carousel-indicator-color);
  height: var(--dashboard-carousel-indicator-size);
  width: var(--dashboard-carousel-indicator-size);
  opacity: var(--dashboard-carousel-indicator-inactive-opacity);
  box-shadow: none;
  transition-duration: var(--dashboard-carousel-indicator-transition-duration);
  transition-property: background-color, width;
  transition-timing-function: var(--dashboard-carousel-indicator-transition-timing-function);
}

.dashboard__carousel__indicators__container .slick-dots li.slick-active button::before {
  background-color: var(--dashboard-carousel-indicator-color);
  width: var(--dashboard-carousel-indicator-size-active);
  opacity: 1;
}

@media (min-width: 768px) {
  .dashboard__carousel__indicators__container .slick-dots li.slick-active button::before {
    background-color: var(--dashboard-carousel-indicator-color);
  }
}

.container--dashboard .content-container .dashboard__messages-carousel .dashboard__carousel.my-carousel .slide {
  padding: 0 var(--dashboard-container-padding-x);
}

@media (min-width: 768px) {
  .container--dashboard .content-container .dashboard__messages-carousel .dashboard__carousel.my-carousel .slide {
    padding: 0;
  }
}

.container--dashboard .slick-list {
  overflow: visible;
}

@media (min-width: 768px) {
  .container--dashboard .slick-list {
    overflow: hidden;
  }
}

/*========================================
    6. Dashboard - Notifications
  ========================================*/
:root {
  --notification-card-max-height: 26rem;

  --notification-card-header-gap: 0.5rem;
  --notification-card-header-description-size: 0.875rem;

  --notification-card-list-gap: 1.25rem;

  --notification-card-list-item-gap: 1rem;
  --notification-card-list-item-border-color: var(--border-color);
  --notification-card-list-item-button-gap: 0.5rem;

  --notification-card-list-button-width: 13.25rem;

  --notification-card-scrollbar-width: 0.375rem;
  --notification-card-scrollbar-background: var(--primary);
  --notification-card-scrollbar-padding-x: 0.375rem;
  --notification-card-scrollbar-track-background: #fff;
}

.container--dashboard .dashboard__notifications-wrapper .card-header>h2 {
  display: flex !important;
  align-items: center;
  gap: var(--notification-card-header-gap);
}

@media (min-width: 768px) {
  .container--dashboard .dashboard__notifications-wrapper {
    max-height: var(--notification-card-max-height);
  }

  .container--dashboard .dashboard__notifications-wrapper .card-header>*:not(h2),
  .container--dashboard #erp2 {
    font-size: var(--notification-card-header-description-size);
    font-style: normal;
  }


  .container--dashboard .dashboard__notifications-wrapper .card-body {
    overflow-y: scroll;
  }

  .container--dashboard .dashboard__notifications-wrapper .card-body::-webkit-scrollbar {
    background-color: var(--notification-card-scrollbar-track-background);
    width: calc(var(--notification-card-scrollbar-width) + (var(--notification-card-scrollbar-padding-x) * 2));
  }

  .container--dashboard .dashboard__notifications-wrapper .card-body::-webkit-scrollbar-thumb {
    border: var(--notification-card-scrollbar-padding-x) solid var(--notification-card-scrollbar-track-background);
    background-color: var(--notification-card-scrollbar-background);
    border-radius: 9999px;
    width: calc(var(--notification-card-scrollbar-width) + (var(--notification-card-scrollbar-padding-x) * 2));
  }
}

.container--dashboard .notifications-list-content {
  padding-left: 0;
  width: 100%;
}

.container--dashboard .notifications-list-content.notifications-type-2:before {
  display: none;
}

.container--dashboard .content-container .dashboard__notifications-wrapper>.card-body {
  padding: var(--dashboard-card-padding-y-m) var(--dashboard-card-padding-x-m);
}

@media (min-width: 768px) {
  .container--dashboard .content-container .dashboard__notifications-wrapper>.card-body {
    padding: var(--dashboard-card-padding-y) var(--dashboard-card-padding-x);
  }
}

.container--dashboard .notifications-list>li {
  display: flex;
  flex-direction: column;
  gap: var(--notification-card-list-item-gap);
  padding: 0;
  border: 0;
}

@media (min-width: 1024px) {
  .container--dashboard .notifications-list>li {
    flex-direction: row;
  }
}

.container--dashboard .notifications-list>li+li {
  border-top: 0.0625rem solid var(--notification-card-list-item-border-color);
  margin-top: var(--notification-card-list-gap);
  padding-top: var(--notification-card-list-gap);
}

.container--dashboard .notifications-list>li.hide {
  display: none;
}

@media (min-width: 768px) {
  .container--dashboard .notifications-list>li.hide {
    display: flex;
  }
}

.container--dashboard .notifications-list-content {
  flex-grow: 1;
}

@media (min-width: 1024px) {
  .container--dashboard .notifications-list-content {
    width: calc(66.6666% - var(--notification-card-list-item-gap) + var(--notification-card-list-button-width));
  }
}

.container--dashboard .notifications-list-actions {
  padding: 0;
  flex-shrink: 0;
  max-width: none;
}

@media (min-width: 768px) {
  .container--dashboard .notifications-list-actions {
    margin-left: 0;
    max-width: none;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .container--dashboard .notifications-list-actions {
    width: auto;
  }
}

.container--dashboard .notifications-list-actions>.btn-groups {
  display: flex;
  flex-wrap: wrap;
  gap: var(--notification-card-list-item-button-gap);
  min-width: var(--notification-card-list-button-width);
  padding: 0;
}

@media (min-width: 1024px) {
  .container--dashboard .notifications-list-actions>.btn-groups {
    width: 100%;
  }
}

.container--dashboard .notifications-list-actions>.btn-groups>* {
  margin: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  .container--dashboard .notifications-list-actions>.btn-groups a {
    margin-bottom: 0 !important;
  }

  .container--dashboard .notifications-list-actions>.btn-groups a:last-child {
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .container--dashboard .dashboard__notifications-wrapper .card-footer {
    display: none;
  }
}

/*========================================
    7a. Dashboard - Quick Access 
  ========================================*/
:root {
  --quick-access-background: var(--light-gray-background);

  --quick-access-container-width: var(--container-width);
  --quick-access-container-padding-x: 0;
  --quick-access-container-padding-y: 0;
  --quick-access-container-gap: 1rem;
  --quick-access-container-gap-m: 1rem;

  --quick-access-header-gap: 2rem;
  --quick-access-header-title-size: 1.375rem;
  --quick-access-header-title-size-m: 1.275rem;

  --quick-access-card-label-size: 1rem;
  --quick-access-card-label-size-m: 1rem;

  --quick-access-card-padding-y-m: 1rem;
  --quick-access-card-image-width-m: 2rem;
}

.section--dashboard-quick-access {
  background-color: var(--quick-access-background);
}

.section--dashboard-quick-access__container {
  display: flex;
  flex-direction: column;
  gap: var(--quick-access-container-gap-m);
  margin-left: auto;
  margin-right: auto;
  max-width: var(--quick-access-container-width);
  padding: var(--quick-access-container-padding-y) var(--quick-access-container-padding-x);
}

@media (min-width: 768px) {
  .section--dashboard-quick-access__container {
    gap: var(--quick-access-container-gap);
  }
}

@media (max-width: 767.98px) {
  .section--dashboard-quick-access__container {
    background-color: #fff;
    border-radius: var(--dashboard-card-border-radius);
    box-shadow: var(--dashboard-card-box-shadow);
  }
}

.section--home-popular-services+.section--dashboard-quick-access .section--dashboard-quick-access__container {
  padding-top: 0;
}

.section--dashboard-quick-access__header {
  align-items: center;
  display: flex;
  gap: var(--quick-access-header-gap);
}

@media (max-width: 767.98px) {
  .section--dashboard-quick-access__header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: var(--dashboard-card-header-gap);
    padding: var(--dashboard-card-padding-y-m) var(--dashboard-card-padding-x-m) 0 var(--dashboard-card-padding-x-m);
  }
}

.section--dashboard-quick-access__header__title {
  font-size: var(--quick-access-header-title-size-m);
  flex-grow: 1;
}

@media (min-width: 768px) {
  .section--dashboard-quick-access__header__title {
    font-size: var(--quick-access-header-title-size);
  }
}

.section--dashboard-quick-access .section--home-popular-services__card__label {
  font-size: var(--quick-access-card-label-size-m);
}

@media (min-width: 1140px) {
  .section--dashboard-quick-access .section--home-popular-services__card__label {
    font-size: var(--quick-access-card-label-size);
  }
}

.dashboard__notifications-wrapper a.btn {
  display: inline-flex;
}

@media (max-width: 767.98px) {
  .section--dashboard-quick-access .section--home-popular-services__cards {
    flex-direction: column;
    gap: 0;
    padding: 0 var(--dashboard-card-padding-x-m) var(--dashboard-card-padding-y-m) var(--dashboard-card-padding-x-m);
  }

  .section--dashboard-quick-access .section--home-popular-services__card {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    flex-direction: row;
    gap: calc(var(--popular-services-card-gap-m) * 1.5);
    justify-content: flex-start;
    margin-left: calc(var(--popular-services-card-tag-padding-x) * -1);
    min-height: 0;
    padding: var(--quick-access-card-padding-y-m) var(--popular-services-card-tag-padding-x);
    position: relative;
    width: calc(100% + (var(--popular-services-card-tag-padding-x) * 2));
  }

  .section--dashboard-quick-access .section--home-popular-services__card+.section--home-popular-services__card::before {
    background-color: var(--dashboard-card-border-color);
    content: '';
    height: 0.0625rem;
    left: var(--popular-services-card-tag-padding-x);
    position: absolute;
    top: 0;
    width: calc(100% + (var(--popular-services-card-tag-padding-x) * -2));
  }

  .section--dashboard-quick-access .section--home-popular-services__card__label {
    text-align: left;
  }

  .section--dashboard-quick-access .section--home-popular-services__card__image,
  .section--dashboard-quick-access .section--home-popular-services__card__image__container {
    width: var(--quick-access-card-image-width-m);
  }
}

/*=================================================
    7b. Dashboard - Quick Access (pop-up dialog)
  =================================================*/
:root {
  --dialog-padding-y: 1.5rem;
  --dialog-padding-y-m: 1rem;
  --dialog-padding-x: 1.5rem;
  --dialog-padding-x-m: 1rem;
  --dialog-background: #fff;

  --dialog-header-shadow: 0rem 0.25rem 0.25rem 0rem rgba(128, 128, 128, 0.15);
  --dialog-header-gap: 0.5rem;
  --dialog-header-close-button-width: 2.25rem;
  --dialog-header-close-button-font-size: 1.5rem;
  --dialog-header-close-button-background-hover: var(--blue-light-200);

  --dialog-title-gap: 0.25rem;

  --dialog-body-gap: 1.5rem;

  --dialog-footer-gap: 1rem;

  --dialog-backdrop-background: #000;
  --dialog-backdrop-opacity: 0.75;
}

dialog {
  border: 0;
  margin: 0;
  max-width: 100vw;
  overflow: visible;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(100vw);
  width: 100vw;
  z-index: 1000;
}

dialog[open] {
  animation: dialog-fadein 600ms ease-in-out forwards;
}

@keyframes dialog-fadein {
  0% {
    opacity: 0;
    transform: translateX(100vw);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

dialog[open].closing {
  animation: dialog-fadeout 500ms ease-in-out forwards;
}

@keyframes dialog-fadeout {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(100vw);
  }
}

dialog::backdrop {
  background-color: var(--dialog-backdrop-background);
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}

dialog.opening::backdrop {
  opacity: var(--dialog-backdrop-opacity);
}

dialog[open]::backdrop {
  opacity: var(--dialog-backdrop-opacity);
  animation: dialog-bg-fadein 300ms ease-in-out forwards;
}

@keyframes dialog-bg-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: var(--dialog-backdrop-opacity);
  }
}

dialog[open].closing::backdrop {
  animation: dialog-bg-fadeout 500ms ease-in-out forwards;
}

@keyframes dialog-bg-fadeout {
  0% {
    opacity: var(--dialog-backdrop-opacity);
  }

  100% {
    opacity: 0;
  }
}

dialog form,
dialog .dialog__content {
  background-color: var(--dialog-background);
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-height: 100vh;
  min-height: 100vh;
  /* 09 Jan 2025 - Fix - Pop-up dialog not occupying full height when content is too short */
  overflow: hidden;
  width: 100vw;
}

.dialog__header {
  background-color: var(--dialog-background);
  box-shadow: var(--dialog-header-shadow);
  display: flex;
  gap: var(--dialog-header-gap);
  padding: var(--dialog-padding-y-m) var(--dialog-padding-x-m);
  width: 100%;
}

@media (min-width: 768px) {
  .dialog__header {
    padding: var(--dialog-padding-y) var(--dialog-padding-x);
  }
}

.dialog__title {
  align-items: center;
  display: inline-flex;
  flex-grow: 1;
  gap: var(--dialog-title-gap);
}

.dialog__close-button {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 9999px;
  cursor: pointer;
  display: flex;
  font-size: var(--dialog-header-close-button-font-size);
  height: var(--dialog-header-close-button-width);
  justify-content: center;
  position: relative;
  width: var(--dialog-header-close-button-width);
  transition-duration: var(--transition-duration);
  transition-property: background-color;
  transition-timing-function: var(--transition-timing-function);
}

@media (hover: hover) {
  .dialog__close-button:hover {
    background-color: var(--dialog-header-close-button-background-hover);
  }
}

.dialog__footer {
  border-top: 0.0625rem solid var(--border-color);
  display: flex;
  justify-content: flex-end;
  gap: var(--dialog-footer-gap);
  padding: var(--dialog-padding-y-m) var(--dialog-padding-x-m);
  width: 100%;
}

@media (min-width: 768px) {
  .dialog__footer {
    padding: var(--dialog-padding-y) var(--dialog-padding-x);
  }

  .dialog__footer .btn+.btn {
    margin-left: 0;
  }
}

.dialog__footer button,
.dialog__footer input[type="reset"],
.dialog__footer input[type="submit"] {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.dialog__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}

.dialog__body__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  padding: var(--dialog-padding-y-m) var(--dialog-padding-x-m);
  gap: var(--dialog-body-gap);
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .dialog__body__content {
    padding: var(--dialog-padding-y) var(--dialog-padding-x);
  }

  dialog[data-breakpoint='max-768px'] {
    display: none;
  }
}

/*========================================
    8a. Dashboard - Vehicle details
  ========================================*/
:root {
  --dashboard-card-tabs-border: 0.25rem solid var(--primary);
  --dashboard-card-tabs-background: #ddd;
  --dashboard-card-tabs-background-active: var(--primary);
  --dashboard-card-tabs-color: var(--text-color);
  --dashboard-card-tabs-color-active: #fff;
  --dashboard-card-tabs-width: 8.785rem;
  --dashboard-card-tabs-gap: 1.25rem;
  --dashboard-card-tabs-gap-m: 1rem;
  --dashboard-card-tabs-padding-y: 0.875rem;
  --dashboard-card-tabs-padding-y-m: 0.5rem;
  --dashboard-card-tabs-padding-x: 0.625rem;
  --dashboard-card-tabs-padding-x-m: 0.5rem;
  --dashboard-card-tabs-font-size: 1.125rem;
  --dashboard-card-tabs-font-weight: 700;

  --dashboard-card-tabs-scrollbar-width: 0.375rem;
  --dashboard-card-tabs-scrollbar-background: var(--primary);
  --dashboard-card-tabs-scrollbar-padding-x: 0.125rem;
  --dashboard-card-tabs-scrollbar-track-background: #fff;

  --vehicle-dashboard-header-gap: 1.5rem;
  --vehicle-dashboard-header-gap-m: 1rem;

  --vehicle-dashboard-content-padding-y: 1.5rem;
  --vehicle-dashboard-content-padding-y-m: 1rem;
  --vehicle-dashboard-content-padding-x: 1.5rem;
  --vehicle-dashboard-content-padding-x-m: 1rem;
  --vehicle-dashboard-content-border-color: #dedee4;
  --vehicle-dashboard-content-border: 0.0625rem solid var(--vehicle-dashboard-content-border-color);
  --vehicle-dashboard-content-border-radius: 0.5rem;

  --vehicle-dashboard-content-grey-background: #f7f7f7;

  --vehicle-dashboard-content-expiry-border: 0.1875rem solid var(--vehicle-dashboard-content-border-color);

  --vehicle-dashboard-content-row-gap-m: 1rem;
  --vehicle-dashboard-content-row-gap: 1.5rem;

  --vehicle-dashboard-content-button-width: 12rem;
}

.container--dashboard .dashboard__vehicle-wrapper {
  margin-bottom: 0;
}

.container--dashboard .dashboard__vehicle-wrapper .card-header {
  gap: var(--vehicle-dashboard-header-gap-m);
}

@media (min-width: 768px) {
  .container--dashboard .dashboard__vehicle-wrapper .card-header {
    align-items: center;
    gap: var(--vehicle-dashboard-header-gap);
  }
}

.container--dashboard .dashboard__vehicle-wrapper .card-header h2 {
  flex-grow: 0;
}

@media (min-width: 768px) {
  .container--dashboard .dashboard__vehicle-wrapper .card-header h2 {
    white-space: nowrap;
  }
}

.container--dashboard .dashboard__vehicle-wrapper .card-body {
  padding-top: 0;
}

@media (min-width: 768px) {
  .container--dashboard .dashboard__vehicle-wrapper .card-body {
    padding-top: 0;
  }
}

.container--dashboard .dashboard__content-with-tabs {
  position: relative;
}

@media (min-width: 768px) {

  /* Fade off effect for horizontal scrolling tabs */
  .container--dashboard .dashboard__content-with-tabs::after {
    content: '';
    display: inline-block;
    background-color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: var(--dashboard-card-padding-x);
    box-shadow: -1rem 0rem 1rem 1rem rgba(255, 255, 255, 1);
    z-index: 10;
  }
}

.container--dashboard .dashboard__content-with-tabs .tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--dashboard-card-tabs-gap-m);
  justify-content: flex-start;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  position: relative;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  .container--dashboard .dashboard__content-with-tabs .tabs {
    flex-wrap: nowrap;
    gap: var(--dashboard-card-tabs-gap);
    margin: 0;
    padding: 0 calc(var(--dashboard-card-padding-x) * 1.5) 0 0;
    overflow-x: auto;
  }

  .container--dashboard .dashboard__content-with-tabs .tabs::-webkit-scrollbar {
    display: none;
  }

  /* @media (hover: hover) {
      .container--dashboard .dashboard__content-with-tabs .tabs::-webkit-scrollbar {
        display: block;
      }  
    }
  
    .container--dashboard .dashboard__content-with-tabs .tabs::-webkit-scrollbar {
      background-color: var(--dashboard-card-tabs-scrollbar-track-background);
      height: calc(var(--dashboard-card-tabs-scrollbar-width) + (var(--dashboard-card-tabs-scrollbar-padding-x) * 2));
    }
  
    .container--dashboard .dashboard__content-with-tabs .tabs::-webkit-scrollbar-thumb {
      border: var(--dashboard-card-tabs-scrollbar-padding-x) solid var(--dashboard-card-tabs-scrollbar-track-background);
      background-color: var(--dashboard-card-tabs-scrollbar-background);
      border-radius: 9999px;
      height: calc(var(--dashboard-card-tabs-scrollbar-width) + (var(--dashboard-card-tabs-scrollbar-padding-x) * 2));
    } */
}

.container--dashboard .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li {
  background-color: var(--dashboard-card-tabs-background);
  margin: 0;
  border: 0;
}

@media (min-width: 768px) {
  .container--dashboard .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li {
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .container--dashboard .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li {
    width: calc(50% - var(--dashboard-card-tabs-padding-x-m));
  }
}

.container--dashboard .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li.active,
.container--dashboard .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li.activeTab {
  background-color: var(--dashboard-card-tabs-background-active);
}

.container--dashboard .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li a {
  color: var(--dashboard-card-tabs-color) !important;
  font-size: var(--dashboard-card-tabs-font-size);
  font-weight: var(--dashboard-card-tabs-font-weight);
  padding: var(--dashboard-card-tabs-padding-y-m) var(--dashboard-card-tabs-padding-x-m);
  user-select: none;
}

.container--dashboard .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li a:hover {
  text-decoration: none;
}

.container--dashboard .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li.active a,
.container--dashboard .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li.activeTab a {
  color: var(--dashboard-card-tabs-color-active) !important;
}

@media (min-width: 768px) {
  .container--dashboard .dashboard__vehicle-wrapper .dashboard__content-with-tabs .tabs li a {
    padding: var(--dashboard-card-tabs-padding-y) var(--dashboard-card-tabs-padding-x);
    min-width: var(--dashboard-card-tabs-width);
  }
}

.container--dashboard .dashboard__vehicle-wrapper .vehicle-content {
  border-bottom: var(--vehicle-dashboard-content-border);
  border-left: var(--vehicle-dashboard-content-border);
  border-right: var(--vehicle-dashboard-content-border);
  border-top: var(--dashboard-card-tabs-border);
  border-radius: 0 0 var(--vehicle-dashboard-content-border-radius) var(--vehicle-dashboard-content-border-radius);
  margin: var(--dashboard-card-padding-y-m) 0 0 0;
  padding: 0;
}

@media (min-width: 768px) {
  .container--dashboard .dashboard__vehicle-wrapper .vehicle-content {
    margin: 0;
  }
}

.container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row,
.container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row.due--rows>div:first-child {
  padding: var(--vehicle-dashboard-content-padding-y-m) var(--vehicle-dashboard-content-padding-x-m);
}

.container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row+.row,
.container--dashboard .dashboard__vehicle-wrapper .vehicle-content .bg--white>[class^="col"]>.row+.row {
  border-top: 0.0625rem solid var(--vehicle-dashboard-content-border-color);
}

.container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row:first-child+.row {
  border-top: 0;
}

@media (max-width: 767.98px) {
  .container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row:first-child+.row {
    margin-top: calc(var(--vehicle-dashboard-content-padding-y-m) * -1);
  }
}

@media (min-width: 768px) {

  .container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row,
  .container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row.due--rows>div:first-child {
    padding: var(--vehicle-dashboard-content-padding-y) var(--vehicle-dashboard-content-padding-x);
  }
}

.container--dashboard .vehicle-content .dashboard--content,
.container--dashboard .vehicle-content .dashboard--content>.col-md-8,
.container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row.due--rows .bg--grey,
.container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row.due--rows .bg--white .row {
  display: flex;
  flex-direction: column;
  gap: var(--vehicle-dashboard-content-row-gap-m);
}

.container--dashboard .vehicle-content .dashboard--content [class^="col"] {
  flex-grow: 1;
  width: 100%;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {

  .container--dashboard .vehicle-content .dashboard--content,
  .container--dashboard .vehicle-content .dashboard--content>.col-md-8 {
    gap: var(--vehicle-dashboard-content-row-gap);
    flex-direction: row;
    flex-grow: 1;
  }

  .container--dashboard .vehicle-content .dashboard--content>.col-md-4 {
    width: calc(33.3333% - (var(--vehicle-dashboard-content-row-gap) / 2))
  }

  .container--dashboard .vehicle-content .dashboard--content>.col-md-8 {
    width: calc(66.6666% - (var(--vehicle-dashboard-content-row-gap) / 2))
  }

  .container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row.due--rows .bg--grey {
    gap: calc(var(--vehicle-dashboard-content-row-gap) * 2);
  }
}

@media (min-width: 1024px) {
  .container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row.due--rows .bg--white .row {
    gap: var(--vehicle-dashboard-content-row-gap);
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .container--dashboard .dashboard__vehicle-wrapper .button--con {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .container--dashboard .dashboard__vehicle-wrapper .button--con {
    text-align: right;
  }
}

.container--dashboard .dashboard__vehicle-wrapper .vehicle-content .bg--grey {
  background-color: var(--vehicle-dashboard-content-grey-background);
}

.container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row.due--rows {
  background-color: transparent;
  border: 0;
  border-top: var(--vehicle-dashboard-content-expiry-border);
  gap: 0;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row.due--rows {
    gap: 0;
  }
}

.container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row.due--rows .bg--grey,
.container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row.due--rows .bg--white {
  padding: 0;
}

.container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row.due--rows .bg--grey,
.container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row.due--rows .bg--white .row {
  margin: 0;
}

.container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row.due--rows .bg--white>[class^="col"]>.row+.row {
  border-top: var(--vehicle-dashboard-content-border);
}

.container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row.due--rows .bg--grey [class^="col"] {
  flex-grow: 0;
}

.container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row.due--rows .bg--grey+.bg--white {
  border-top: var(--vehicle-dashboard-content-border);
}

@media (min-width: 768px) {
  .container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row.due--rows .bg--grey+.bg--white {
    border-left: var(--vehicle-dashboard-content-border);
    border-top: 0;
  }
}

@media (max-width: 767.98px) {
  .container--dashboard .dashboard__vehicle-wrapper .vehicle-content .row.due--rows .bg--white>.row:first-child+.row {
    margin-top: 0;
  }
}

.container--dashboard .dashboard__vehicle-wrapper .btn.btn-ghost {
  white-space: nowrap;
  padding-left: var(--button-padding-x);
  min-width: var(--vehicle-dashboard-content-button-width);
}

/*========================================
    8b. Dashboard - Vehicle details (table)
  ========================================*/
:root {
  --vehicle-dashboard-table-container-padding-x: 1rem;
  --vehicle-dashboard-table-container-padding-y: 1rem;

  --vehicle-dashboard-form-border-color: rgba(203, 213, 225, 1);
  --vehicle-dashboard-form-border-color-hover: rgb(163, 183, 208);
  --vehicle-dashboard-form-font-size: 1rem;
  --vehicle-dashboard-form-height: 2.5rem;
  --vehicle-dashboard-form-border-radius: 0.25rem;
  --vehicle-dashboard-form-gap: 0.5rem;
  --vehicle-dashboard-form-padding-y: 0.5rem;
  --vehicle-dashboard-form-padding-x: 0.625rem;
  --vehicle-dashboard-form-icon-size: 1rem;

  --vehicle-dashboard-form-label-color: rgba(100, 116, 139, 1);
  --vehicle-dashboard-form-label-size: 0.875rem;
  --vehicle-dashboard-form-label-weight: 0.875rem;

  --vehicle-dashboard-search-width: 20.25rem;
  --vehicle-dashboard-search-width-m: 15rem;

  --vehicle-dashboard-table-header-background: var(--blue-light-200);
  --vehicle-dashboard-table-header-font-color: var(--text-color);
  --vehicle-dashboard-table-header-font-size: 1rem;
  --vehicle-dashboard-table-header-font-weight: 700;
  --vehicle-dashboard-table-header-padding-y: 0.875rem;
  --vehicle-dashboard-table-header-padding-x: 1rem;

  --vehicle-dashboard-table-cell-background: #fff;
  --vehicle-dashboard-table-cell-padding-y: 1rem;
  --vehicle-dashboard-table-cell-padding-x: 1rem;
  --vehicle-dashboard-table-cell-border-color: rgba(203, 213, 225, 1);

  --vehicle-dashboard-sort-arrow-size: 0.5625rem;
  --vehicle-dashboard-sort-arrow-color: #A2A2B1;
  --vehicle-dashboard-sort-arrow-color-active: #1D212D;

  --vehicle-dashboard-table-link-color: var(--primary);
  --vehicle-dashboard-table-link-color-hover: var(--blue);

  --vehicle-dashboard-pagination-button-width: 2.5rem;
  --vehicle-dashboard-pagination-button-gap: 0.5rem;
  --vehicle-dashboard-pagination-background: transparent;
  --vehicle-dashboard-pagination-background-hover: var(--primary);
  --vehicle-dashboard-pagination-button-border-color: var(--vehicle-dashboard-form-border-color);
  --vehicle-dashboard-pagination-button-border-color-hover: var(--vehicle-dashboard-form-border-color-hover);
  --vehicle-dashboard-pagination-button-border-color-active: var(--primary);
  --vehicle-dashboard-pagination-button-border-color-active-hover: var(--primary);
  --vehicle-dashboard-pagination-button-text-color: var(--text-color);
  --vehicle-dashboard-pagination-button-text-color-hover: #fff;
  --vehicle-dashboard-pagination-button-text-color-active: var(--primary);
}

.container--dashboard div.dt-container .dt-layout-row {
  margin: 0;
}

.container--dashboard .dt-layout-row:not(.dt-layout-table) {
  padding: var(--vehicle-dashboard-table-container-padding-y) var(--vehicle-dashboard-table-container-padding-x);
}

.container--dashboard .dt-input.nice-select {
  min-width: 6rem;
}

.container--dashboard .dt-length {
  align-items: center;
  display: flex;
  gap: var(--vehicle-dashboard-form-gap);
  justify-content: center;
}

.container--dashboard div.dt-container .dt-input {
  align-items: center;
  border-color: var(--vehicle-dashboard-form-border-color);
  border-radius: var(--vehicle-dashboard-form-border-radius);
  display: inline-flex;
  font-size: var(--vehicle-dashboard-form-font-size);
  min-height: var(--vehicle-dashboard-form-height);
  padding: var(--vehicle-dashboard-form-padding-y) var(--vehicle-dashboard-form-padding-x);
}

.container--dashboard div.dt-container label,
.container--dashboard div.dt-container .dt-info {
  color: var(--vehicle-dashboard-form-label-color);
  font-size: var(--vehicle-dashboard-form-label-size);
  font-weight: var(--vehicle-dashboard-form-label-weight);
}

.container--dashboard .nice-select:after {
  position: relative;
  top: 0;
  right: 0;
  width: var(--vehicle-dashboard-form-icon-size);
  font-size: var(--vehicle-dashboard-form-icon-size);
  color: var(--blue);
}

.container--dashboard .nice-select>span {
  flex-grow: 1;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--blue-light-100);
}

.container--dashboard div.dt-container .dt-paging>nav {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--vehicle-dashboard-pagination-button-gap);
}

.container--dashboard div.dt-container [for="dt-search-0"] {
  display: none;
}

.container--dashboard div.dt-container .dt-search {
  position: relative;
  width: 100%;
}

.container--dashboard div.dt-container .dt-search>* {
  position: relative;
  z-index: 1;
}

.container--dashboard div.dt-container .dt-search::after {
  content: '\f002';
  color: var(--blue);
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: var(--vehicle-dashboard-form-icon-size);
  position: absolute;
  top: calc(var(--vehicle-dashboard-form-padding-y) * 1.1);
  right: var(--vehicle-dashboard-form-padding-x);
  width: var(--vehicle-dashboard-form-icon-size);
  z-index: 10;
}

.container--dashboard div.dt-container .dt-search .dt-input {
  padding-right: calc(var(--vehicle-dashboard-form-icon-size) + (var(--vehicle-dashboard-form-padding-x) * 2));
  width: 100%;
}

.container--dashboard div.dt-container .dt-layout-row:first-child .dt-layout-end {
  margin-left: auto;
  margin-right: auto;
  min-width: min(100%, var(--vehicle-dashboard-search-width-m));
  width: min(100%, var(--vehicle-dashboard-search-width-m));
}

.container--dashboard div.dt-container div.dt-layout-row:first-child:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end {
  margin-left: auto;
}

@media (min-width: 768px) {
  .container--dashboard div.dt-container .dt-layout-row:first-child .dt-layout-end {
    min-width: min(100%, var(--vehicle-dashboard-search-width));
    width: min(100%, var(--vehicle-dashboard-search-width-m));
  }

  .container--dashboard div.dt-container div.dt-layout-row:first-child:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end {
    margin-right: 0;
    margin-left: 0;
  }
}

.container--dashboard div.dt-container .dt-paging .dt-paging-button {
  align-items: center;
  background: var(--vehicle-dashboard-pagination-background);
  border-color: var(--vehicle-dashboard-pagination-button-border-color-active);
  border-radius: var(--vehicle-dashboard-form-border-radius);
  color: var(--vehicle-dashboard-pagination-button-text-color-active) !important;
  display: inline-flex;
  justify-content: center;
  height: var(--vehicle-dashboard-pagination-button-width);
  margin: 0;
  width: var(--vehicle-dashboard-pagination-button-width);
}

.container--dashboard div.dt-container .dt-paging .dt-paging-button.current,
.container--dashboard div.dt-container .dt-paging .dt-paging-button.disabled {
  border-color: var(--vehicle-dashboard-form-border-color);
  background: var(--vehicle-dashboard-pagination-background);
  color: var(--vehicle-dashboard-pagination-button-text-color) !important;
}

.container--dashboard div.dt-container .dt-paging .dt-paging-button:hover {
  border-color: var(--vehicle-dashboard-pagination-button-border-color-active-hover);
  background: var(--vehicle-dashboard-pagination-background-hover);
  color: var(--vehicle-dashboard-pagination-button-text-color-hover) !important;
}

.container--dashboard div.dt-container .dt-paging .dt-paging-button.current:hover,
.container--dashboard div.dt-container .dt-paging .dt-paging-button.disabled:hover {
  border-color: var(--vehicle-dashboard-form-border-color);
  background: var(--vehicle-dashboard-pagination-background);
  color: var(--vehicle-dashboard-pagination-button-text-color) !important;
}

.container--dashboard div.dt-container .dt-paging .dt-paging-button:active {
  border-color: var(--vehicle-dashboard-pagination-button-border-color-active-hover);
  background: var(--vehicle-dashboard-pagination-background-hover);
  color: var(--vehicle-dashboard-pagination-button-text-color-hover) !important;
}

.container--dashboard table.table--black tr th {
  background: var(--vehicle-dashboard-table-header-background);
  font-size: var(--vehicle-dashboard-table-header-font-size);
  color: var(--vehicle-dashboard-table-header-font-color);
  font-weight: var(--vehicle-dashboard-table-header-font-weight);
  padding: var(--vehicle-dashboard-table-header-padding-y) var(--vehicle-dashboard-table-header-padding-x);
}

.container--dashboard table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
  border-color: var(--vehicle-dashboard-table-cell-border-color);
}

.container--dashboard table.table--black tr th,
.container--dashboard table.table--black tr td {
  border-bottom: 0.0625rem solid var(--vehicle-dashboard-table-cell-border-color);
  border-right: 0.0625rem solid var(--vehicle-dashboard-table-cell-border-color);
  text-transform: capitalize;
}

.container--dashboard table.table--black tr th:first-child,
.container--dashboard table.table--black tr td:first-child {
  border-left: 0;
}

.container--dashboard table.table--black tr th:last-child,
.container--dashboard table.table--black tr td:last-child {
  border-right: 0;
}

.container--dashboard div.dt-container.dt-empty-footer tbody>tr:last-child>* {
  border-bottom: 0.0625rem solid var(--vehicle-dashboard-table-cell-border-color);
}

.container--dashboard table.table--black tr td {
  background-color: var(--vehicle-dashboard-table-cell-background);
  padding: var(--vehicle-dashboard-table-cell-padding-y) var(--vehicle-dashboard-table-cell-padding-x);
}

.container--dashboard table.table--black tr td a[role="button"] {
  text-decoration: underline;
  color: var(--vehicle-dashboard-table-link-color);
}

@media (hover: hover) {
  .container--dashboard table.table--black tr td a[role="button"]:hover {
    color: var(--vehicle-dashboard-table-link-color-hover);
  }
}

.container--dashboard table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,
.container--dashboard table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after,
.container--dashboard table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:before,
.container--dashboard table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,
.container--dashboard table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
.container--dashboard table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after,
.container--dashboard table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:before,
.container--dashboard table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,
.container--dashboard table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,
.container--dashboard table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after,
.container--dashboard table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:before,
.container--dashboard table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,
.container--dashboard table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,
.container--dashboard table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after,
.container--dashboard table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:before,
.container--dashboard table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
  opacity: 1;
  color: var(--vehicle-dashboard-sort-arrow-color);
  font-size: var(--vehicle-dashboard-sort-arrow-size);
  line-height: calc(var(--vehicle-dashboard-sort-arrow-size) * 1.05);
  transform: scaleX(1.5);
}

.container--dashboard table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,
.container--dashboard table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,
.container--dashboard table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,
.container--dashboard table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after {
  opacity: 1;
  color: var(--vehicle-dashboard-sort-arrow-color-active);
}

@media (max-width: 767.98px) {
  .container--dashboard .vehicle-content.vehicle-content--all {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .container--dashboard .vehicle-content.vehicle-content--all .dt-layout-row {
    border-left: 0.0625rem solid var(--vehicle-dashboard-content-border-color);
    border-right: 0.0625rem solid var(--vehicle-dashboard-content-border-color);
  }

  .container--dashboard .vehicle-content.vehicle-content--all .dt-layout-row:last-child {
    border-left: 0;
    border-right: 0;
    padding-bottom: 0;
  }

  .container--dashboard .vehicle-content.vehicle-content--all .dt-layout-row:nth-last-child(2) {
    border-radius: 0 0 var(--vehicle-dashboard-content-border-radius) var(--vehicle-dashboard-content-border-radius);
    border-bottom: 0.0625rem solid var(--vehicle-dashboard-content-border-color);
    overflow: hidden;
  }

  .container--dashboard .vehicle-content.vehicle-content--all div.dt-container.dt-empty-footer tbody>tr:last-child>* {
    border-bottom: 0;
  }
}

/*========================================
    9. Dashboard - My Profile
  ========================================*/
:root {
  --my-profile-row-gap: 1.5rem;
  --my-profile-row-gap-m: 1rem;
}

.container--dashboard .personal-content {
  margin: 0;
}

.container--dashboard .personal-content .col-sm-12 {
  padding: 0;
  margin: 0;
}

.container--dashboard .personal-content,
.container--dashboard .personal-content .dashboard--content {
  display: flex;
  flex-direction: column;
  gap: var(--my-profile-row-gap-m);
}

.container--dashboard .personal-content .dashboard--content [class^="col"] {
  flex-grow: 1;
  width: 100%;
}

@media (min-width: 768px) {

  .container--dashboard .personal-content,
  .container--dashboard .personal-content .dashboard--content {
    gap: var(--my-profile-row-gap);
  }

  .container--dashboard .personal-content .dashboard--content {
    flex-direction: row;
  }

  .container--dashboard .dashboard__personal-wrapper .card-footer {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .container--dashboard .dashboard__personal-wrapper .card-header__button {
    display: none;
  }
}

/* Alert banner */
:root {
  --alert-banner-background: #f1f3ff;
  --alert-banner-border-radius: 0.25rem;
  --alert-banner-font-size: 1rem;
  --alert-banner-font-size-m: 0.875rem;
  --alert-banner-padding-x: 1.5rem;
  --alert-banner-padding-x-m: 0.75rem;
  --alert-banner-padding-y: 1rem;
  --alert-banner-padding-y-m: 0.75rem;
  --alert-banner-gap: 1rem;

  --alert-banner-icon-color: var(--primary);
  --alert-banner-icon-top: 0.25rem;
}

.alert--info__icon {
  color: var(--alert-banner-icon-color);
  position: relative;
  top: var(--alert-banner-icon-top);
}

.alert--info {
  background-color: var(--alert-banner-background);
  border-radius: var(--alert-banner-border-radius);
  display: flex;
  font-size: var(--alert-banner-font-size-m);
  gap: var(--alert-banner-gap);
  padding: var(--alert-banner-padding-y-m) var(--alert-banner-padding-x-m);
}

@media (min-width: 768px) {
  .alert--info {
    font-size: var(--alert-banner-font-size);
    padding: var(--alert-banner-padding-y) var(--alert-banner-padding-x);
  }
}

/*========================================
    10. Read more (expand/collapse)
  ========================================*/
[data-read-more-button] {
  display: inline;
  font-weight: 700;
}

[data-read-more-button][aria-expanded='false'] {
  margin-left: 0.25rem;
}

[data-read-more-button][aria-expanded='true'] {
  display: inline-block;
  width: 100%;
  text-align: right;
}

[data-read-more]>p:last-of-type {
  display: inline;
}

/*========================================
    11. Landing banner
  ========================================*/
:root {
  --landing-banner-background: var(--blue-light-200);
  --landing-banner-background-image: url(../../../../../content/dam/onemotoring/img/dashboard/images/landing_banner.svg);
  --landing-banner-background-image-m: url(../../../../../content/dam/onemotoring/img/dashboard/images/landing_banner-m.svg);
  --landing-banner-text-color: var(--text-color);
  --landing-banner-link-color: var(--primary);
  --landing-banner-padding-x: 1rem;
  --landing-banner-padding-top: 2rem;
  --landing-banner-padding-top-m: 1rem;
  --landing-banner-padding-bottom: 2.5rem;
  --landing-banner-padding-bottom-m: 1.25rem;
  --landing-banner-width: var(--container-width);
}

.landing__banner-bar.landing__banner-bar--light {
  background-color: var(--landing-banner-background);
  background-image: var(--landing-banner-background-image-m);
  background-size: 100%;
  background-position: center;
  background-size: cover;
  color: var(--landing-banner-text-color);
  margin: 0;
  padding: var(--landing-banner-padding-top-m) var(--landing-banner-padding-x) var(--landing-banner-padding-bottom-m) var(--landing-banner-padding-x);
}

@media (min-width: 768px) {
  .landing__banner-bar.landing__banner-bar--light {
    background-image: var(--landing-banner-background-image);
    padding: var(--landing-banner-padding-top) var(--landing-banner-padding-x) var(--landing-banner-padding-bottom) var(--landing-banner-padding-x);
  }
}

.landing__banner-bar.landing__banner-bar--light .breadcrumb {
  display: block;
}

.landing__banner-bar.landing__banner-bar--light h1,
.landing__banner-bar.landing__banner-bar--light .breadcrumb a,
.landing__banner-bar.landing__banner-bar--light .breadcrumb li+li:before,
.landing__banner-bar.landing__banner-bar--light .breadcrumb li:first-child a {
  color: var(--landing-banner-text-color);
}

.landing__banner-bar.landing__banner-bar--light .breadcrumb li:not(.active) a {
  color: var(--landing-banner-link-color);
}

.landing__banner-bar.landing__banner-bar--light .container {
  max-width: var(--landing-banner-width);
  padding: 0;
}

/*========================================
    12. Utilities
  ========================================*/
.list-disc,
.container-fluid ul,
.container-fluid ol {
  list-style-type: disc;
  padding-left: 1em;
}

.text-primary {
  color: var(--primary) !important;
}

.text-blue {
  color: var(--blue) !important;
}

.text-blue-dark {
  color: var(--blue-dark-100) !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

@media (min-width: 768px) {
  .text-lg {
    font-size: 1.3125rem !important;
  }
}

.text-xl {
  font-size: 1.3125rem !important;
}

@media (min-width: 768px) {
  .text-xl {
    font-size: 1.5rem !important;
  }
}

@media (max-width: 767.98px) {
  .desktop-visible {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-visible {
    display: none !important;
  }
}
/*========================================
  IN THIS FILE:
    0. Home - Announcement Banner
    1. Home - Animation
    2. Home - Mega Menu Desktop
    3. Home - Mega Menu Mobile
    4. Home - Hero Carousel
    5. Home - Your Guide To COE Prices
    6. Home - More Announcements
    7. Home - Traffic Cameras
    8. Home - Traffic Updates
    9. Home - COE Live Bidding
========================================*/

/*========================================
  CSS variables (generic)
========================================*/

:root {
    --purple-grey-800-heading: #222349;
    --alert: #F00;
    --success: #4CB674;
    --white: #ffffff;
    --primary: #6471bf;

}

/*========================================
  Home - Announcement Banner
========================================*/
.announcement-counter {
    display: none;
}


.shoutout b {
    font-family: "Lato", sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px; /* 150% */
}
.shoutout.slick-slide  .toggle-link {
    display: none !important;
}

.announcement--shoutout .shoutout.slick-slide {
    top: 8px;
}

.ticker-close-button i {
    top: 2px;
    position: relative;
  }
@media (max-width: 768px) {
    

    .shoutout p.truncate {
       
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        
      }

      .slick-list.draggable {
        height: fit-content !important;
      }

      /* .announcement--shoutout.slick-slider .slick-arrow.slick-prev {
        left: 81%;
        bottom: -2rem;

      } */

      /* .announcement--shoutout.slick-slider .slick-arrow.slick-next {
        left: 100%;
        bottom: -2rem;
      } */

      .shoutout.slick-slide  .toggle-link{
        position: relative;
        display: block !important;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px; /* 150% */
        color: #ffffff;

      }
      .announcement-counter {
        display: block;
        color: white;
        font-weight: bold;
        text-align: right;
        padding-right: 10px;
      }
      

      .announcement-counter {
        color: white;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px; /* 150% */
        position: absolute;
        left: 83%;
        bottom: 1.5rem;
      }

      .ticker-close-button {
        bottom: unset;
        top: 0.5rem;
        right: 0.5em;
      }
     
}
  

/*========================================
  Home - Animation
========================================*/

.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s ease, transform 1s ease;
    will-change: opacity, transform;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Initial state for each card */
.reveal-two>.coe-card {
    opacity: 0;
    transform: translateY(40px);
    transition: 1s ease-in-out;
    will-change: opacity, transform;
}

/* When revealed */
.reveal-two.visible>.coe-card {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered delays */
.reveal-two.visible>.coe-card:nth-child(1) {
    transition-delay: 0.2s;
}

.reveal-two.visible>.coe-card:nth-child(2) {
    transition-delay: 0.4s;
}

.reveal-two.visible>.coe-card:nth-child(3) {
    transition-delay: 0.6s;
}

.reveal-two.visible>.coe-card:nth-child(4) {
    transition-delay: 0.8s;
}

.reveal-two.visible>.coe-card:nth-child(5) {
    transition-delay: 1s;
}
.hd-2 {
    padding: 0;
}

@media (max-width: 1140px) {

    header.hd-2 {
        display: none;
    }
}


/*========================================
  Home - Mega Menu Desktop
========================================*/
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: sans-serif;
}

.new-mega-menu nav, nav.mobile-header {
    background-color: #fff;
    display: flex;
    padding: 1rem;
    padding-bottom: 0;
    gap: 1rem;
}

.new-mega-menu .nav-item {
    padding: 0;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    padding-top: 37px;
    padding-bottom: 37px;
}

.new-mega-menu .logo-pri img {
    height: 40px;
}

.new-mega-menu .nav__link,
.new-mega-menu .nav__actions {
    padding: 0;
    display: flex !important;
    align-items: center !important;
}

.new-mega-menu .nav__action.toggle-icon {
    position: relative;
    top: 0.375rem;
}

.new-mega-menu .nav__actions {
    margin-left: auto;
    padding-top: 1rem;

}

.nav__link,
.nav__action {
    padding: 0 8px 20px 8px;
    margin-left: auto;
    font-size: 18px;
    color: #1F1F1F;
    font-style: normal;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: 25px;
    /* 138.889% */
}

.new-mega-menu .logo-pri {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-mega-menu .nav-item.active {
    border-color: #6471BF;
    font-weight: bold;
    color: #6471BF;


}

.new-mega-menu .nav-item.active .fa-solid {
    position: relative;
    transform: rotate(180deg);
    transition: .3s ease-in-out;
}

.new-mega-menu {
    position: relative;
    display: flex;
    flex: 1;
    max-height: 100px;
}

.new-mega-menu .mega-menu {
    display: none;
    background-color: #F1F3FF;
    padding: 0;
    top: 99px;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    overflow: hidden;
    border-bottom: none;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    height: 70vh;

}

.new-mega-menu .mega-menu.active {
    display: flex;
}

.level {
    flex: 1;
    background: #ffffff;
    border-radius: 6px;
    padding: 1rem;
}

.tab {
    padding: 0.5rem;
    cursor: pointer;
    border-left: 4px solid transparent;
}

.new-mega-menu .level .tab-content {
    display: none;
}

.new-mega-menu .level .tab-content.active {
    display: block;
}

.link {
    display: block;
    padding: 0.5rem;
    text-decoration: none;
    color: #333;
}


.link:hover {
    background-color: #eef2ff;
}


.new-mega-menu nav {
    color: #444444;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    padding: 0;
    gap: 24px;
}

.new-mega-menu .nav-item .fa-solid {
    margin-left: 4px;
}

.new-mega-menu .level .tab

/*, .new-mega-menu .level .tab-content .link*/
    {
    color: #444444;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 133.333% */
    padding: 1rem;
    padding-bottom: 0;
    padding-right: 1.5rem;
    border-radius: 8px 0px 0px 8px;
    border-radius: 8px;
    overflow: hidden;
}


.mega-menu .level {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: scroll;
}




/* Hide levels 2–4 by default */
.mega-menu .level:nth-of-type(2),
.mega-menu .level:nth-of-type(3),
.mega-menu .level:nth-of-type(4) {
    display: none;
}


.mega-menu .level:nth-of-type(1) {
    background-color: #FFFFFF;
    padding-right: 0;
    width: 33%;
    max-width: 33%;
}

.mega-menu .level:nth-of-type(1) .tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
}

.new-mega-menu .level .tab-content .link {
    padding-bottom: 1rem;
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;

}


.mega-menu .level:nth-of-type(1) .tab p,
.mega-menu .level:nth-of-type(2) .tab p,
.mega-menu .level:nth-of-type(3) .tab p {
    padding-bottom: 1rem;
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.mega-menu .level:nth-of-type(1) .tab p,
.mega-menu .level:nth-of-type(2) .tab p,
.mega-menu .level:nth-of-type(3) .tab p,
.mega-menu .level:nth-of-type(1) .tab-content p,
.mega-menu .level:nth-of-type(2) .tab-content p,
.mega-menu .level:nth-of-type(3) .tab-content p

/*.mega-menu .level:nth-of-type(1) .tab-content p .link, 
.mega-menu .level:nth-of-type(2) .tab-content p .link,  
.mega-menu .level:nth-of-type(3) .tab-content p .link*/
    {
    border-bottom: 1px solid #E7E7E9 !important;
    margin-bottom: 0;
}

.mega-menu .level:nth-of-type(1) .tab .fa-solid {
    font-size: 1rem;

}

.mega-menu .level .tab .fa-solid {
    padding-right: 0;
}


.mega-menu .level:nth-of-type(2) .tab {
    padding-bottom: 0;
}


.mega-menu .level:nth-of-type(1) .tab:hover,
.mega-menu .level:nth-of-type(1) .tab.active {
    background-color: #F1F3FF !important;
}



.mega-menu .level:nth-of-type(2) {
    background-color: #F1F3FF;
    padding-right: 0;

}

.mega-menu .level:nth-of-type(2) .tab,
.new-mega-menu .level:nth-of-type(2) .tab-content .link {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.mega-menu .level .tab {
    width: 100%;

}

.new-mega-menu .level .tab-content .link {
    padding-bottom: 0;
    margin-right: 1.5rem;
}

.mega-menu .level.tab .fa-solid,
.mega-menu .level:nth-of-type(2) .tab .fa-solid {
    font-size: 1rem;
}

.new-mega-menu .level:nth-of-type(2) .tab-content .link:hover {
    /*background-color: #E9ECFF !important;*/
    background-color: none;
    padding-right: 1rem;
}

.mega-menu .level:nth-of-type(2) .tab:hover,
.mega-menu .level:nth-of-type(2) .tab.active {
    /*background-color: #E9ECFF !important;*/
    background-color: none;
    padding-right: 1.5rem;
}

.new-mega-menu .level:nth-of-type(2) .tab-content .link:hover {
    border-radius: 8px;
}

.mega-menu .level:nth-of-type(3) {
    /* Level 4 styles */
    background-color: #E9ECFF;
    padding-bottom: 0;

}

.mega-menu .level:nth-of-type(3) .tab:hover,
.mega-menu .level:nth-of-type(3) .tab.active,
.new-mega-menu .level:nth-of-type(3) .tab-content .link:hover {
    background-color: #E2E6FF !important;
}

.new-mega-menu .level .tab-content p {
    margin-bottom: 0;
}

.mega-menu .level h3 {
    color: var(--purple-grey-800-heading);
    font-family: "Francois One";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    /* 140.909% */
    margin: 0;

}

.megamenu-heading {
    display: flex;
    gap: 8px;
    padding: 1rem;
    align-items: center;
}

.megamenu-heading a {
    display: flex !important;
    gap: 8px;
    align-items: center;
}

.megamenu-heading:hover a h3 {
    color: #6471BF;
}

.mega-menu .fa-solid {
    color: var #3F4FA0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.fixed-top {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #ffffff;
    background: var(--System-Neutral-background-inverted, #FFF);
    box-shadow: 0px 4px 16px 0px rgba(165, 165, 165, 0.16);
}

.new-mega-menu .tab:hover,
.tab.active {
    background-color: #e8edff;
    color: #3F4FA0 !important;
}

.link .tab.active,
.new-mega-menu .level:nth-of-type(2) .tab-content .link:hover {
    background-color: transparent;
}

.menu-search {
    display: flex;
}

.menu-search .menu-search__input {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 0.5px solid #A2A2B1;
    background: #EAEDF4;
    color: #333;

    /* Desktop/Body/B1 */
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 138.889% */
    height: 50px;
}

.menu-search .menu-search__btn {
    border-radius: 0px 8px 8px 0px;
    background: var(--purple-400-brand, #6471BF);
    display: flex;
    height: 50px;
    justify-content: center;
    color: #ffffff;
    align-items: center;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 133.333% */
    gap: 8px;
}

/*
.mega-menu .level .tab:last-of-type p{
border-bottom: 1px solid transparent !important;
}*/

.transparent-border {
    border-bottom: 1px solid transparent !important;
}


/* .off-canvas-effect .app-content {
    filter: none !important;
    -webkit-filter: none !important;
} */

/*========================================
  Home - Mega Menu Mobile
========================================*/
@media (max-width: 400px) {
.header-mobile .logo-pri img {
    height: auto;
    max-width: 180px;
    position: relative;
    top: 2px;
}
}


@media (max-width: 1140px) {
    .mobile-navigation {
        position: relative;
    }

    .mobile-navigation ul {
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        background: white;
        transition: left 0.3s ease;
        z-index: 1;
        list-style: none;
        padding: 1rem;
        padding-top: 0;
        margin: 0;
    }

    .mobile-navigation ul.active {
        left: 0;
    }

    .mobile-navigation ul[data-depth="1"] {
        z-index: 51;
    }

    .mobile-navigation ul[data-depth="2"] {
        z-index: 52;
    }

    .mobile-navigation ul[data-depth="3"] {
        overflow: hidden;
        width: 100%;
        z-index: 53;
    }

    .mobile-navigation ul[data-depth="4"] {
        z-index: 54;
    }

    body, html {
        overflow-x: hidden;
        width: 100%;
    }

    body.lock-scroll,
    html.lock-scroll {
        overflow: hidden;
        height: 100%;
    }

   

    .nav-root {
        position: relative;
        z-index: 1;
        height: 100%;
        background: var(--white);

    }

    .mobile-navigation ul[data-depth="2"] {
        overflow: hidden;
        width: 100%;
        height: 100%;
        background: var(--white);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav-root.active {
        overflow: hidden;
        width: 100%;
        overflow-y: scroll;
    }

    nav.mobile-header {
        justify-content: space-between;
        align-items: center;
        /* border-bottom: 1px solid #ECECEE; */
    }

    .mobile-header .nav__actions {
        padding-top: 0;
        gap: 12px;
    }

    .mobile-header .nav__actions .nav__action {
        padding-bottom: 0;
    }

    .mobile-header .fa-solid {
        font-size: 1.5rem;
        width: 1.5rem;
        color: #262626;
        position: relative;
        top: 4px;
        display: inline-block;
        transition: .3s ease-in-out;
    }

    .mobile-header .fa-xmark {
        display: none;
    }

    .nav-root input {
        border: 0.5px solid #A2A2B1;
        width: 100%;
    }

    .nav-root .container {
        padding: 0;
    }

    .nav-root .menu-search .menu-search__btn {
        padding: 1rem;

    }

    .nav-root li {
        padding: 1rem 1.5rem;
        padding-left: 0;
        border-bottom: 1px solid var(--Neutral-New-Nav-1-Divider, #ECECEE);
        cursor: pointer;
    }

    .w-100 {
        width: 100%;
    }

    .pe-0 {
        padding-right: 0 !important;
        border: 0px solid transparent !important;
        padding-top: 1.5rem !important;
    }

    .nav-root li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #444444;
        font-family: "lato", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        /* 133.333% */
    }

    .nav-root li:last-of-type {
        border: 0px solid transparent !important;
    }


    .mobile-navigation ul[data-depth="2"] li:first-of-type,
    .mobile-navigation ul[data-depth="3"] li:first-of-type,
    .mobile-navigation ul[data-depth="4"] li:first-of-type {
        background-color: #3F4FA0;
        margin-left: -1rem;
        margin-right: -1rem;
        padding-left: 1rem;

    }

    .mobile-navigation ul[data-depth="2"] li:first-of-type a,
    .mobile-navigation ul[data-depth="3"] li:first-of-type a,
    .mobile-navigation ul[data-depth="4"] li:first-of-type a {
        color: var(--white);
        justify-content: flex-start;
        gap: 12px;
    }


    .mobile-navigation ul[data-depth="2"] li:nth-of-type(2),
    .mobile-navigation ul[data-depth="3"] li:nth-of-type(2),
    .mobile-navigation ul[data-depth="4"] li:nth-of-type(2) {
        padding-top: 24px;
        padding-bottom: 12px;
        background-color: #F1F3FF;
        margin-left: -1rem;
        margin-right: -1rem;
        padding-left: 1rem;
    }

    .mobile-navigation ul[data-depth="2"] li:nth-of-type(2) a,
    .mobile-navigation ul[data-depth="3"] li:nth-of-type(2) a,
    .mobile-navigation ul[data-depth="4"] li:nth-of-type(2) a {
        justify-content: flex-start;
        gap: 12px;
        padding: 12px;
        padding-left: 0;
        font-family: "lato", sans-serif;
        color: #3F4FA0;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        /* 150% */
    }

    .mobile-navigation ul[data-depth="2"] li:nth-of-type(2) p,
    .mobile-navigation ul[data-depth="3"] li:nth-of-type(2) p,
    .mobile-navigation ul[data-depth="4"] li:nth-of-type(2) p {
        color: #222349;
        font-family: "Francois One";
        font-size: 22px;
        font-weight: 400;
        line-height: 31px;
        margin-bottom: 0;
    }

    .mobile-navigation ul[data-depth="2"] li:nth-of-type(2) .des-section,
    .mobile-navigation ul[data-depth="2"] li:nth-of-type(3) .des-section,
    .mobile-navigation ul[data-depth="2"] li:nth-of-type(4) .des-section {
        display: flex;
        align-items: center;
        gap: 8px;
    }



}

/*========================================
  Home - Home Carousel
========================================*/
.hero-slider,
.hero-slider .hero-slider__track,
.hero-slider .slide,
.hero-slider .slide-content {
    min-height: 582px;
}

.hero-slider {
    position: relative;
    overflow: hidden;
    max-height: 582px;
}

.hero-slider .hero-slider__track {
    position: relative;
    height: auto;
    touch-action: pan-y;
    /* allow horizontal touch swipes */
    cursor: grab;

    user-select: none;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10+ */
}

.hero-slider .hero-slider__track {
    user-select: none;
    cursor: grab;
}

.hero-slider .hero-slider__track:active {
    cursor: grabbing;
}

.hero-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.6s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: flex;
    justify-content: center;

}

.hero-slider .slide.is-active {
    position: relative;
    opacity: 1;
    z-index: 2;
}

.hero-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-slider .overlay-hero-slide {
    display: block;
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 3.53%, rgba(102, 102, 102, 0.00) 69.07%);
}

.hero-slider .slide-content {
    position: absolute;
    z-index: 2;
    width: 80%;
    height: fit-content;
    padding: 8rem;
    padding-bottom: 12rem;
    padding-left: 0;
}

.hero-slider .slide-content h2 {
    align-self: stretch;
    color: var(--white);
    font-family: "Francois One";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.5rem;
    max-width: 40%;
    text-shadow: 1px 1px 2px #333;
}

.hero-slider .slide-content p {
    align-self: stretch;
    color: var(--white);
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    max-width: 45%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-shadow: 1px 1px 2px #333;
    margin-bottom: 22px;
}

.hero-slider .cta-btn {
    display: flex;
    height: 48px;
    width: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--yellow-300-brand, #FECD20);
}

.hero-slider .btn-with-text {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.hero-slider .btn-with-text p {
    font-family: "Francois One";
    margin: 0;
    white-space: nowrap;
    top: 10px;
    position: relative;
}

.hero-slider .hero-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    padding: 0.5rem 1rem;
    z-index: 5;
    cursor: pointer;
}

.hero-slider .hero-slider__arrow--left {
    left: 1rem;
}

.hero-slider .hero-slider__arrow--right {
    right: 1rem;
}

.hero-slider .progress-dot-container {
    position: absolute;
    bottom: 6rem;
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: center;
}

.hero-slider .progress-dots {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    width: 80%;
    margin-top: 1rem;
}

.hero-slider .dot-bar {
    position: relative;
    height: 3px;
    background-color: #9E9F9E;
    width: 100%;
    border-radius: 2px;
    cursor: pointer;
}

.hero-slider .dot-bar::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background-color: #FFFFFF;
    animation: none;
}

.hero-slider .dot-bar.is-active::before {
    animation: fillBar 5s linear forwards;
}

@keyframes fillBar {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.hero-slider .dot-bar p {
    font-family: "Lato", sans-serif;
    position: relative;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1rem;
    width: 100%;
    left: 8px;
    top: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-shadow: 1px 1px 2px #333;
    color: #ffffff;
}

.carousel.section {
    padding: 0;
    /* padding-bottom: 40px; */
}

.hero-slider .hero-img-wrapper {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-slider .slide .mobile-img {
    display: none;
}

@media (max-width: 1140px) {
    .carousel.section {
        background: var(--purple-grey-800-heading, #222349);
        z-index: 0;
    }

    .hero-slider .dot-bar p {
        display: none;
    }

    .hero-slider .hero-slider__track .slide {
        display: block;
    }

    .hero-slider .hero-slider__track,
    .hero-slider .hero-slider,
    .carousel.section,
    .hero-slider .hero-slider__track,
    .hero-slider .hero-slider__track .slide {
        min-height: fit-content;
        overflow: visible;
    }

    .hero-slider .slide-content {
        display: block;
        position: relative;
        width: 100%;
        padding: 1rem;
        min-height: fit-content;
        padding-top: 24px;
    }


    .hero-slider .slide-content h2 {
        max-width: 100%;
        margin-bottom: 8px;
    }

    .hero-slider .slide-content p {
        max-width: 100%;
        overflow: visible;
        font-weight: 400;
        -webkit-line-clamp: none;

    }

    .hero-slider .overlay-hero-slide {
        display: none;
    }

    .hero-slider .dot-bar {
        width: 12px;
        height: 12px;
        border-radius: 50px;
        opacity: 0.5;
        background: #ffffff;
        transition: .3s ease-in-out;
    }

    .hero-slider .dot-bar.is-active {
        width: 30px;
        opacity: 1;
    }

    .hero-slider .progress-dot-container {
        position: relative;
        display: block;
        bottom: 1rem;
    }

    .hero-slider .dot-bar.is-active::before {
        display: none;
    }

    .hero-slider .progress-dots {
        width: 100%;
    }

    .hero-slider .hero-slider__arrow.hero-slider__arrow--left,
    .hero-slider .hero-slider__arrow.hero-slider__arrow--right {
        display: none;
    }
    

    .hero-slider .btn-with-text p {
       
        /* 155.556% */
        padding-top: 0;
    }

    .hero-slider .cta-btn {
        width: 36px;
        height: 36px;
    }

    .hero-slider .cta-btn .fa-solid {
        position: relative;
        left: -2px;
    }

    .hero-slider .slide .hero-img-wrapper {
        position: relative;
        height: auto;
    }

    .hero-slider .slide .hero-img-wrapper::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: linear-gradient(180deg, rgba(34, 35, 73, 0.03) 90%, #222349 100%);
        z-index: 0;
        border-radius: inherit;
    }

    .hero-slider .btn-with-text p {
        position: relative;
        top: 2px;
    }

    .hero-slider .slide .mobile-img {
        display: block;
        width: 100%;
    }

    .hero-slider .slide .des-img {
        display: none;
    }

    .hero-slider,
    .hero-slider .hero-slider__track,
    .hero-slider .slide,
    .hero-slider .slide-content {
        min-height: fit-content;
    }

    .hero-slider {
        max-height: fit-content;
    }
}
@media (max-width: 768px) {
    .hero-slider .slide-content h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 48px;
    }

    .hero-slider .btn-with-text p {
        font-family: "Francois One";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
}


/*========================================
  Home - Your Guide To COE Prices
========================================*/

.coe-card {
    flex: 1 0 0;
    padding: 3.75rem 1.5rem;
    border: none;
    box-shadow: none;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    padding-bottom: 0;

}

.coe-card:nth-child(odd) {
    background: linear-gradient(180deg, #FFF 0.01%, #FFF 20.01%, #E7EBFF 99.99%);
}

.coe-card:nth-child(even) {
    background: linear-gradient(180deg, #FFF 0.01%, #FFF 30%, #F6F2E3 99.99%);
}

.coe-card .card-title {
    color: var(--purple-grey-800-heading);
    font-family: "Lato", sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.coe-card .card-body {
    width: 100%;
}

.coe-card .card-body p:nth-child(1) {
    color: var(--text-color);
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;

}

.coe-card .card-body p:nth-child(2) {
    position: relative;
    color: var(--purple-grey-800-heading);
    font-family: "Francois One", sans-serif;
    font-size: 3.375rem;
    font-weight: 400;
    line-height: 5.25rem;
    margin-bottom: 0;

}



.coe-card .card-body p:nth-child(3) {
    color: var(--text-color);
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    /*padding-bottom: 32px;*/
    padding-bottom: 0;
    margin-bottom: 0;

}

.coe-card .card-body p .fa-solid {
    position: absolute;
    font-size: 2rem;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-left: 6px;

}

.coe-card .card-body p .fa-solid.fa-sort-up {
    color: var(--alert);
    top: 20%;

}

.coe-card .card-body p .fa-solid.fa-sort-down {
    color: var(--success);
    top: -5%;
}

.coe-card .card-footer {
    position: relative;
    bottom: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.coe-card .card-footer img {
    width: 100%;
    min-width: 300px;
    opacity: .3;
    position: relative;
    left: 30%;
    top: -2rem;
}

.coe-card .card-footer .cpg-0 {
    left: 20%;
}

.coe-card .card-footer .cpg-1, 
.coe-card .card-footer .cpg-2, 
.coe-card .card-footer .cpg-4 {
    max-width: 300px;
    height: 160px;
   
}

.coe-card .card-footer .cpg-4 {
    width: 400px;
    max-width: 400px;
    min-width: 400px;
}

.coe-card .card-footer .cpg-3 {
    height: 150px;
 
}




.coe-card:hover {
    box-shadow: none;
}

.section--guide-to-coe-prices {
    padding-top: 3.5rem;
}

.section--guide-to-coe-prices .section--header p {
    max-width: 814px;
    margin: auto;
}

.section--guide-to-coe-prices .section--header .btn {
    margin-top: 8px;
}


@media (min-width: 1140px) {
    .coe-section-row {
        display: flex;
    }

    .coe-card .card-title .fa-light {
        display: none;
    }
}

.coe-card .card-title .fa-regular {
    display: none;
}

@media (max-width: 1139px) {
    .coe-card .card-body p:nth-child(1) {
        display: none;
    }


    .coe-card .card-body p:nth-child(2) {
        color: #222349;
    }



    


    .coe-card .card-body p:nth-child(3) {
        padding-bottom: 0;
    }

    .coe-card .card-footer img {
        position: relative;
        left: 10%;
        opacity: 0.3;
        top: -1rem;
        
    }
    .coe-card .card-footer .cpg-0 {
        left: 19%;
        height: 140px;
    }
    
    .coe-card .card-footer .cpg-1, 
    .coe-card .card-footer .cpg-2, 
    .coe-card .card-footer .cpg-4 {
    
        max-width: 300px;
        height: 160px;
        left: 28%;
    }
    
    .coe-card .card-footer .cpg-4 {
        left: 28%;
    }
    
    .coe-card .card-footer .cpg-3 {
        left: 20%;
     
    }

  
    .card.coe-card {
        display: flex;
        padding: 1.5rem 1rem;
        justify-content: space-between;
       
    }

    .coe-card .card-body p {
        margin: 0;
        padding: 0;
    }

   
    .coe-card .card-title {
        margin: 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .coe-card .card-title .fa-regular {

        display: flex;
        cursor: pointer;
        font-size: 1rem;
        color: #6471BF;
    }

  


    .custom-tooltip {
        position: absolute;
        background-color: var(--purple-grey-800-heading);
        color: #fff;
        padding: 12px 16px;
        border-radius: 8px;
        white-space: nowrap;
        z-index: 100;
      
        max-width: 80vw;
        overflow-wrap: break-word;
        top: -2px;
       
       
        left: 5% !important;
        /* 150% */
    }

    .section--guide-to-coe-prices .section--header {
        margin-bottom: 0;
        gap: 4px;
        padding: 1rem;
        padding-top: 0;
    }

    .section--guide-to-coe-prices .section--header p {
        margin-bottom: 20px;
    }

    .section--guide-to-coe-prices {
        padding-top: 1.5rem !important;
        padding-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    .coe-card .card-body p:nth-child(2) {
        font-size: 42px;
        font-weight: 400;
        line-height: 64px;
    }

    .coe-card .card-body p:nth-child(3) {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }
    .coe-card .card-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
    }

    .custom-tooltip {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
    .coe-card .card-footer .cpg-0,
    .coe-card .card-footer .cpg-1,
    .coe-card .card-footer .cpg-2,
    .coe-card .card-footer .cpg-3 {
        left: 30%;
    }

    .coe-card .card-footer .cpg-4 {
        left: 30%;
    }
    
}

@media (max-width: 500px) {
    .coe-card .card-footer .cpg-0,
    .coe-card .card-footer .cpg-1,
    .coe-card .card-footer .cpg-2,
    .coe-card .card-footer .cpg-3 {
        left: 30%;
    }
    .coe-card .card-footer .cpg-4 {
        left: 20%;
    }
 }

 @media (max-width: 450px) {
    .coe-card .card-footer .cpg-0,
    .coe-card .card-footer .cpg-1,
    .coe-card .card-footer .cpg-2,
    .coe-card .card-footer .cpg-3 {
        left: 20%;
    }
    .coe-card .card-footer .cpg-4 {
        left: 5%;
    }
 }

 @media (max-width: 400px) {
    .coe-card .card-footer .cpg-0,
    .coe-card .card-footer .cpg-1,
    .coe-card .card-footer .cpg-2,
    .coe-card .card-footer .cpg-3 {
        left: 10%;
    }
    .coe-card .card-footer .cpg-4 {
        left: -5%;
    }
 }


.custom-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    /* places it below the tooltip */
    left: 2.875rem;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #1f2146 transparent transparent transparent;
    /* dark top, transparent sides */
}


@media (max-width: 700px) {
    .custom-tooltip::after {
        left: 3rem;
    }
}

@media (max-width: 630px) {
    .custom-tooltip::after {
        left: 3.2rem;
    }
}

@media (max-width: 568px) {
    .custom-tooltip::after {
        left: 3.5rem;
    }
}

@media (max-width: 470px) {
    .custom-tooltip::after {
        left: 3.8rem;
    }
}

@media (max-width: 370px) {
    .custom-tooltip::after {
        left: 4.2rem;
    }
}


.custom-tooltip.below::after {
    top: auto;
    bottom: 100%;
    border-color: transparent transparent #1f2146 transparent;
}



/*========================================
    Home - More Announcements
========================================*/

.announcement-section {
    padding: 3.5rem 0;
    background: #fafafa;
    text-align: center;
}


.announcement-section .section-title {
    font-size: 2.625rem;
    /* font-weight: 700; */
    margin-bottom: 2rem;
    /* color: #2d2a3a; */
}

.announcement-section .announcement-slider {
    max-width: 1200px;
    margin: 0 auto;
}

.announcement-section .slick-track {
    display: flex !important;
    align-items: stretch;
    margin-left: 0.875rem;
    padding-bottom: 1rem;
}

.announcement-section .slick-slide {
    display: flex !important;
    height: auto !important;
    margin-right: 1.5rem;
    /* or however much gap you want */
}

.announcement-section .announcement-card {
    position: relative;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
    text-align: left;
    cursor: pointer;
}


.announcement-section .announcement-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.announcement-section .card-content {
    flex-grow: 1;
    /* 👈 This fills the space */

    padding: 1.5rem;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.announcement-section .card-content h3 {
    color: var(--text-color);
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.75rem;
    /* 140% */
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.announcement-section .card-content p {
    color: var(--text-color);
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.announcement-section .card-footer {
    padding: 0 1.5rem;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
    bottom: 0;
}

.announcement-section .card-footer p {
    margin-top: 1rem;
    margin-bottom: 0;
}

.announcement-section .card-footer a {
    font-weight: bold;
    color: #6471BF;
    text-decoration: none;
    padding: 12px 0;
    padding-bottom: 8px;
    border-width: 0;
    display: inline-block;
}

.announcement-section .announcement-card .card-footer a::after {
    position: absolute;
    content: "";
    /* still force it even if empty */
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.announcement-section .card-footer a span {
    display: block;
    content: " ";
    height: 2px;
    width: 0%;
    background-color: #6471BF;
    transition: width 0.3s ease;
    margin-top: 4px;
}

.announcement-section .card-footer a:hover span {
    width: 100%;
}

.announcement-card {
    overflow: hidden;
    /* Prevents image overflow during scale */
}

.announcement-card .img-holder {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.announcement-card img {
    transition: transform 0.4s ease;
}

.announcement-card:hover img {
    transform: scale(1.1);
}

/*slick next prev */

.announcement-section .slick-prev,
.announcement-section .slick-next {
    display: flex;
    height: 48px;
    width: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--yellow-300-brand, #FECD20);

}

.announcement-section .slick-disabled {
    opacity: 0.5;
}

.announcement-section .slick-arrow {
    top: 40%;
    cursor: pointer;
}


.announcement-section .slick-prev {
    background-image: url('../../../../../content/dam/onemotoring/img/announcements/arrow-left-solid.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
    left: -50px;
}

.announcement-section .slick-next {
    background-image: url('../../../../../content/dam/onemotoring/img/announcements/arrow-right-solid.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem;
    right: -50px;
}

.announcement-section .slick-prev:before,
.announcement-section .slick-next:before {
    display: none;
    content: none;
}



/*slick indicator */
.announcement-section .slick-dots {
    position: relative;
    margin-top: 2rem;
    padding: 10px 24px;

}

.announcement-section .slick-dots button {
    cursor: pointer;
}

.announcement-section .slick-dots button:before {
    background-color: var(--primary);
    box-shadow: none;
    opacity: 0.5;
    transition: .3s ease-in-out;
}

.announcement-section .slick-dots li.slick-active button:before {
    background-color: var(--primary);
    width: 40px;
    height: 12px;
    opacity: 1;

}


.announcements.section {
    padding: 0;
}



@media (max-width: 1140px) {

   

    .announcement-section .section-title {

        /* 138.462% */
        margin-bottom: 1rem;
    }

    .announcement-section {
        padding-top: 1.5rem !important;
        padding-bottom: 2.25rem !important;
    }

    .announcement-section .slick-prev,
    .announcement-section .slick-next {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .announcement-section .section-title {
        font-size: 26px;
        line-height: 36px;
    }
}



@media (max-width: 600px) {
    .announcement-section .card-content h3 {
        font-size: 18px;
        line-height: 26px;
        /* 138.889% */
    }

    .announcement-section .card-footer a {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .announcement-section .card-footer p {
        margin-top: 0;
    }

    .announcement-section .card-content {
        gap: 0.5rem;
        padding: 1rem;
    }

    .announcement-section .card-footer {
        padding: 0 1rem;
        padding-top: 0;
    }


}

/*========================================
  Home - Traffic Cameras and Updates
========================================*/


.section--traffic-cameras.traffic-cameras {
    background-color: var(--purple-grey-800-heading);
    padding: 3.5rem 0 !important;
}

.section--header {
    text-align: center;
    display: grid;
    gap: 1rem;
    margin-bottom: 24px;

}

.section--header h2 {
    /* color: var(--purple-grey-800-heading); */
    font-family: "Francois One", sans-serif;
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 3rem;
    /* 114.286% */
    margin-bottom: 0;
}

.section--header p {
    color: var(--purple-grey-800-heading);
    font-family: "Lato", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.625rem;
    /* 138.889% */

}

.section--traffic-cameras .section--header {
    margin-bottom: 32px;
}

.section--traffic-cameras .section--header h2 {
    color: var(--white);
}

.section--traffic-cameras .card {
    position: relative;
    min-height: 380px;
    border-radius: 1rem;
    overflow: hidden;
}

.section--traffic-cameras .card .card__body {
    padding: 0;
}

.section--traffic-cameras .card .card__body .card__title {
    position: absolute;
    z-index: 1;
    bottom: 2.5rem;
    left: 1.5rem;
    color: var(--white);
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
    /* 140% */
}

.section--traffic-cameras .card .card__body .timestamp {
    position: absolute;
    width: calc(100% - 3rem);
    z-index: 1;
    bottom: 1rem;
    left: 1.5rem;
    display: flex;
    justify-content: space-between;
    color: var(--white);
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    /* 142.857% */
}

/* Create the fading black overlay */
.section--traffic-cameras .card .card__body::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 15%,
            rgba(0, 0, 0, 0) 50%,
            rgba(0, 0, 0, 0) 80%,
            rgba(0, 0, 0, 0) 100%);
    z-index: 0;
    border-radius: inherit;
}

.section--traffic-cameras .card .card__body .camera-feed {
    margin-top: 0;
}

.section.section--traffic-cameras .col-md-6:last-of-type {
    margin-left: 1.5rem;
}

@media only screen and (min-width: 768px) {
    .section--home-updates {
        padding: 0;
    }
}
@media (max-width: 1140px) {
   
    .section--traffic-cameras .grid-collapsed {
        margin: 0;
        width: 100%;
    }

    .section.section--traffic-cameras .col-md-6:last-of-type {
        margin-left: 0;
    }

    .section--traffic-cameras .container {
        padding: 0 1rem;
    }

    .section.section--traffic-cameras .card {
        margin-bottom: 24px;
        margin-left: 0;
    }

    .section--traffic-cameras.traffic-cameras {
        padding-top: 1.5rem !important;
        padding-bottom: 2.25rem !important;
    }


   

    .section--traffic-cameras .section--header {
        margin-bottom: 1rem;
    }

    .section--traffic-cameras .col-md-6 {
        width: 100%;
    }

}


@media (max-width: 768px) {
    .section--traffic-cameras .card .card__body .card__title {
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 500px) {
    .section--traffic-cameras .card .card__body::before {
        background: linear-gradient(to top, 
            rgba(0, 0, 0, 1) 0%,
            rgba(0, 0, 0, 1) 1%,
            rgba(0, 0, 0, 0) 30%,
            rgba(0, 0, 0, 0) 80%,
            rgba(0, 0, 0, 0) 100%)
    }
}

/*========================================
  Home - Traffic Updates
========================================*/


.section--traffic-updates-wrapper {
    padding: 3.5rem 0 !important;
}


.section--traffic-updates-wrapper .grid-collapsed-lg-up {
    position: relative;
    display: flex;
    z-index: 2;
    padding: 1.5rem 1rem;
}

.traffic-bg-img {

    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.col-lg-5:has(.traffic-update-search-section) {
    margin-top: auto;
    margin-bottom: auto;


}

@media only screen and (min-width: 768px) {
    .section--home-updates .traffic-updates {
        padding-left: 120px;
    }
}

.traffic-update-search-section {
    height: 100%;

}

.traffic-update-search-section .section--header {
    text-align: left;
    margin-bottom: 0;
}

.traffic-update-search-section .traffic-updates__search input {
    margin-right: 0 !important;
    height: 50px !important;
    width: calc(100% - 60px) !important;
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;

}

.traffic-update-search-section .traffic-updates__search button {
    border-radius: 0;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding: 1rem;
}




.traffic-updates__table th,
.traffic-updates__table td {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}

.traffic-updates__desc {
    color: var(--text-color);
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.traffic-updates.accordion .accordion__content:last-child {
    margin-bottom: 0;
}

.traffic-updates__time {
    color: var(--text-color);
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    /* 142.857% */
    margin-top: 4px;
}

.traffic-updates__table .traffic-updates__type {
    padding-right: 1rem;
}

.traffic-updates__table .traffic-updates__type img {
    width: 48px;
    height: 48px;
}

.sub__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub__header h1 {
    padding: 0 !important;
    color: var(--purple-grey-800-heading);
    font-family: "Francois One";
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2rem;
    margin: 0;
}

.sub__header a {
    padding: 0 !important;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    cursor: pointer;
}

.underline-hover {
    position: relative;
    display: inline-block;
    text-decoration: none;
    /* optional, to remove underline from links */
    position: relative;
    top: -4px;
}

.underline-hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #6471BF;
    transition: width 0.3s ease;

}

.underline-hover:hover::after {
    width: 100%;
}

.accordion a.underline-hover:hover {
    text-decoration: none;
    color: #485dc6;
}

.traffic-bg-img-mobile {
    display: none;

}

.mobile-traf-link {
    display: none;
}

#traffic-updates-content {
    padding-top: 0 ;
}


/*MOBILE*/
@media (max-width: 1140px) {

    .section--traffic-updates-wrapper {
        position: relative;
        padding: 1.5rem 0 !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .section--traffic-updates-wrapper .grid-collapsed-lg-up {
        display: block;
        padding: 1.5rem 1rem;

    }

    .section--home-updates .traffic-updates {
        padding-left: 0;
    }

    .traffic-bg-img {
        display: none;
    }

    .traffic-bg-img-mobile {
        display: block;
        position: absolute;
        top: -1rem;
        right: 0;
        z-index: 0;
    }

    .desktop-traf-link {
        display: none;
    }

  

    .mobile-traf-link {
        display: block;
        color: #6471BF;
        text-align: center;
      
        /* 150% */

    }
    .underline-hover:hover::after {
        width: 0%;
    }

    #traffic-updates-content {
        padding-top: 0 ;
    }

    .traffic-updates__table th,
    .traffic-updates__table td {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .sub__header h1 {
        padding-top: 1.5rem !important;
        padding-bottom: 0 !important;
    }

    .traffic-update-search-section .traffic-updates__search {
        height: fit-content;
    }

   
}

@media (max-width: 768px) {
    .mobile-traf-link {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    .section--header p {
        margin-bottom: 1rem;
        font-size: 1rem;
        line-height: 24px;
    }

    .section--header h2 {
        font-size: 26px;
        line-height: 36px;

    }
}

.section--home-featured-services__carousel__indicators__container .slick-dots button {
    padding: 0 4px;
}



/*========================================
  Home - COE Live Bidding
========================================*/
.section--banner--live-bidding {
    padding: 3.5rem;
    background: linear-gradient(270deg, #FFF 49.59%, #FBF9F1 67.59%, #F6F2E3 100%);
}

.section--banner--live-bidding .container {
    display: flex;
    justify-content: space-between;
}
.section--banner--live-bidding  .section--header h2 {
    text-align: left;
}

.section--banner--live-bidding p {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 28px; /* 140% */
}

.section--banner--live-bidding  .section--header h2, .section--banner--live-bidding .btn-group {
    display: flex;
    gap: 1.5rem
}

.section--banner--live-bidding .section--header {
    gap: 1rem
}

.btn-secondary {
    border-radius: 8px;
    border: 2px solid  #6471BF;
    display: flex;
    height: 48px;
    padding: 12px 16px;
    align-items: center;
    gap: 10px;
    color:  #6471BF;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; /* 150% */
    transition: .2s;
    text-align: center;
    width: fit-content;
}

.btn-secondary:hover {
    background: #6471BF;
    color: #ffffff;
}

.section--banner--live-bidding .col {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1140px) {
    .section--banner--live-bidding .container {
        display: block;
    }
    .section--banner--live-bidding .section--header {
        gap: 4px;
    }

    .section--banner--live-bidding  .section--header h2, .section--banner--live-bidding .btn-group {
        display: grid;
        gap: 1rem;
        width: 100%;

        text-align: center;
    }
    .section--banner--live-bidding  .section--header h2, .section--banner--live-bidding .btn-group a{
        margin: auto;
        text-align: center;
        width: 100%;
        max-width: 260px;
        align-items: center;
        justify-content: center;
    }

    .section--banner--live-bidding img {
        max-width: 188px;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .section--banner--live-bidding p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }
}

/* Customization */
.container {
    max-width: 1175px;
}

@media only screen and (min-width: 768px) {
    .l-standard-content {
        max-width: 1175px;
    }
}

.new-mega-menu nav {
    gap: 1rem;
}

#dashboard_btn {
    padding-bottom: 1rem;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'FontAwesome';
}

.new-mega-menu .mega-menu {
    height: 50vh;
}

.new-mega-menu .logo-pri a {
    height: 40px;
}

.new-mega-menu .nav-item {
    color: unset
}

.coe.section, .traffic-cameras.section, .traffic-updates.section {
    padding: 0;
}

.shoutout p {
    margin: 0;
}

.hero-slider .btn-with-text a {
    color: #000000;
    font-size: 1.3rem;
}

.section--home-popular-services,
.section--home-featured-services,
.announcement-section {
    background-color: #f7f7f7;
}
